@import "https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100..900&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap";
@font-face {
  font-family: "brandui-icons";
  src: url("https://res.cloudinary.com/snyk/raw/upload/snyk-mktg-brandui/icons-font/brandui-icons.eot?v=1.1");
  src: url("https://res.cloudinary.com/snyk/raw/upload/snyk-mktg-brandui/icons-font/brandui-icons.eot?v=1.1#iefix")
      format("embedded-opentype"),
    url("https://res.cloudinary.com/snyk/raw/upload/snyk-mktg-brandui/icons-font/brandui-icons.ttf?v=1.1")
      format("truetype"),
    url("https://res.cloudinary.com/snyk/raw/upload/snyk-mktg-brandui/icons-font/brandui-icons.woff?v=1.1")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
* {
  outline: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
  font-variant-numeric: proportional-nums;
  -webkit-font-smoothing: antialiased;
}
body {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  color: #383f76;
  -webkit-font-smoothing: antialiased;
}
body.dark-mode,
body .dark-mode {
  color: #f6f7fb;
}
a,
button,
input,
select {
  outline: rgba(0, 0, 0, 0) solid 0.1875rem;
  border-radius: 0.125rem;
}
a:focus,
button:focus,
input:focus,
select:focus {
  outline: #14c4eb solid 0.1875rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #01011e;
}
h1.dark-mode,
.dark-mode h1,
h2.dark-mode,
.dark-mode h2,
h3.dark-mode,
.dark-mode h3,
h4.dark-mode,
.dark-mode h4,
h5.dark-mode,
.dark-mode h5,
h6.dark-mode,
.dark-mode h6 {
  color: #fff;
}
a:not([class]) {
  color: #145deb;
  font-weight: 600;
}
a:not([class]).dark-mode,
.dark-mode a:not([class]) {
  color: #3ea2ff;
}
a:not([class]):hover,
a:not([class]):focus {
  color: #0a26b8;
}
a:not([class]):hover.dark-mode,
.dark-mode a:not([class]):hover,
a:not([class]):focus.dark-mode,
.dark-mode a:not([class]):focus {
  color: #9bcfff;
}
a:not([class]):visited {
  color: #145deb;
}
a:not([class]):visited.dark-mode,
.dark-mode a:not([class]):visited {
  color: #3ea2ff;
}
ul:not([class]),
ol:not([class]) {
  padding-left: 2rem;
}
ul:not([class]) li,
ol:not([class]) li {
  padding-left: 0.5rem;
}
ul {
  list-style: none;
}
ul ul {
  list-style: circle;
}
ul ul ul {
  list-style: square;
}
ol {
  list-style: decimal;
}
ol ol {
  list-style: lower-latin;
}
ol ol ol {
  list-style: lower-roman;
}
strong,
b {
  font-weight: 700;
}
code:not([class]) {
  background-color: #f6f7fb;
  border: 0.0625rem solid RGBA(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  color: #c82d53;
  display: inline-block;
  font-size: 0.875rem;
  font-family: "Roboto Mono", monospace;
  padding: 0 0.1875rem;
  position: relative;
}
code:not([class]).dark-mode,
.dark-mode code:not([class]) {
  background-color: #383f76;
}
code:not([class]).dark-mode,
.dark-mode code:not([class]) {
  color: #f97a99;
}
pre:not([class]) {
  display: block;
  padding: 0.375rem 0.75rem;
  width: 100%;
  overflow-x: auto;
  border-radius: 0.375rem;
  background-color: #01011e;
  color: #fff;
}
pre:not([class]).dark-mode,
.dark-mode pre:not([class]) {
  background-color: #383f76;
}
pre:not([class]).dark-mode,
.dark-mode pre:not([class]) {
  color: #f6f7fb;
}
pre:not([class]) code:not([class]) {
  padding: none;
  white-space: initial;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #fff;
}
pre:not([class]) code:not([class]).dark-mode,
.dark-mode pre:not([class]) code:not([class]) {
  color: #f6f7fb;
}
button {
  border: 0.0625rem solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
button:hover {
  cursor: pointer;
}
button:active,
button:focus {
  outline: rgba(0, 0, 0, 0) solid 0.1875rem;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
iframe {
  border: 0;
}
::selection {
  background-color: #9043c6;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
::-moz-selection {
  background-color: #9043c6;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.txt-ui-headline,
.card-headline {
  color: #01011e;
}
.txt-ui-headline.dark-mode,
.dark-mode.card-headline,
.dark-mode .txt-ui-headline,
.dark-mode .card-headline {
  color: #fff;
}
.txt-ui-body,
.card-description {
  color: #383f76;
}
.txt-ui-body.dark-mode,
.dark-mode.card-description,
.dark-mode .txt-ui-body,
.dark-mode .card-description {
  color: #f6f7fb;
}
.txt-color-hero {
  background-image: linear-gradient(
    140deg,
    RGBA(1, 1, 30, 1),
    RGBA(1, 1, 30, 0.7)
  );
  background-clip: text;
  color: rgba(0, 0, 0, 0);
}
.txt-color-hero.dark-mode,
.dark-mode .txt-color-hero {
  background-image: linear-gradient(
    140deg,
    RGBA(255, 255, 255, 1),
    RGBA(255, 255, 255, 0.7)
  );
  background-clip: text;
  color: rgba(0, 0, 0, 0);
}
.txt-theme-solid {
  color: #441c99;
}
.dark-mode .txt-theme-solid,
.txt-theme-solid.dark-mode {
  color: #ff78e1;
}
[data-page-theme="default"] .txt-theme-solid {
  color: #441c99;
}
.dark-mode[data-page-theme="default"] .txt-theme-solid,
[data-page-theme="default"] .dark-mode .txt-theme-solid,
[data-page-theme="default"] .txt-theme-solid.dark-mode {
  color: #ff78e1;
}
[data-page-theme="secondary"] .txt-theme-solid {
  color: #0a26b8;
}
.dark-mode[data-page-theme="secondary"] .txt-theme-solid,
[data-page-theme="secondary"] .dark-mode .txt-theme-solid,
[data-page-theme="secondary"] .txt-theme-solid.dark-mode {
  color: #8598fb;
}
[data-page-theme="security-labs"] .txt-theme-solid {
  color: #0a26b8;
}
.dark-mode[data-page-theme="security-labs"] .txt-theme-solid,
[data-page-theme="security-labs"] .dark-mode .txt-theme-solid,
[data-page-theme="security-labs"] .txt-theme-solid.dark-mode {
  color: #14c4eb;
}
[data-page-theme="devseccon"] .txt-theme-solid {
  color: #097d98;
}
.dark-mode[data-page-theme="devseccon"] .txt-theme-solid,
[data-page-theme="devseccon"] .dark-mode .txt-theme-solid,
[data-page-theme="devseccon"] .txt-theme-solid.dark-mode {
  color: #c0f5f2;
}
.txt-theme-gradient {
  background-image: linear-gradient(140deg, #e555ac, #441c99);
  background-clip: text;
  color: rgba(0, 0, 0, 0);
}
.dark-mode .txt-theme-gradient,
.txt-theme-gradient.dark-mode {
  background-image: linear-gradient(140deg, #ff78e1, #c481f3);
}
[data-page-theme="default"] .txt-theme-gradient {
  background-image: linear-gradient(140deg, #e555ac, #441c99);
}
.dark-mode[data-page-theme="default"] .txt-theme-gradient,
[data-page-theme="default"] .dark-mode .txt-theme-gradient,
[data-page-theme="default"] .txt-theme-gradient.dark-mode {
  background-image: linear-gradient(140deg, #ff78e1, #c481f3);
}
[data-page-theme="secondary"] .txt-theme-gradient {
  background-image: linear-gradient(140deg, #0a26b8, #145deb);
}
.dark-mode[data-page-theme="secondary"] .txt-theme-gradient,
[data-page-theme="secondary"] .dark-mode .txt-theme-gradient,
[data-page-theme="secondary"] .txt-theme-gradient.dark-mode {
  background-image: linear-gradient(140deg, #8598fb, #9bcfff);
}
[data-page-theme="security-labs"] .txt-theme-gradient {
  background-image: linear-gradient(140deg, #4bd6b5, #145deb);
}
.dark-mode[data-page-theme="security-labs"] .txt-theme-gradient,
[data-page-theme="security-labs"] .dark-mode .txt-theme-gradient,
[data-page-theme="security-labs"] .txt-theme-gradient.dark-mode {
  background-image: linear-gradient(140deg, #3ea2ff, #14c4eb);
}
[data-page-theme="devseccon"] .txt-theme-gradient {
  background-image: linear-gradient(140deg, #4bd6b5, #097d98);
}
.dark-mode[data-page-theme="devseccon"] .txt-theme-gradient,
[data-page-theme="devseccon"] .dark-mode .txt-theme-gradient,
[data-page-theme="devseccon"] .txt-theme-gradient.dark-mode {
  background-image: linear-gradient(140deg, #4bd6b5, #c0f5f2);
}
.txt-theme-contrast {
  color: #fff;
}
.dark-mode .txt-theme-contrast,
.txt-theme-contrast.dark-mode {
  color: #01011e;
}
[data-page-theme="default"] .txt-theme-contrast {
  color: #fff;
}
.dark-mode[data-page-theme="default"] .txt-theme-contrast,
[data-page-theme="default"] .dark-mode .txt-theme-contrast,
[data-page-theme="default"] .txt-theme-contrast.dark-mode {
  color: #01011e;
}
[data-page-theme="secondary"] .txt-theme-contrast {
  color: #fff;
}
.dark-mode[data-page-theme="secondary"] .txt-theme-contrast,
[data-page-theme="secondary"] .dark-mode .txt-theme-contrast,
[data-page-theme="secondary"] .txt-theme-contrast.dark-mode {
  color: #01011e;
}
[data-page-theme="security-labs"] .txt-theme-contrast {
  color: #fff;
}
.dark-mode[data-page-theme="security-labs"] .txt-theme-contrast,
[data-page-theme="security-labs"] .dark-mode .txt-theme-contrast,
[data-page-theme="security-labs"] .txt-theme-contrast.dark-mode {
  color: #01011e;
}
[data-page-theme="devseccon"] .txt-theme-contrast {
  color: #fff;
}
.dark-mode[data-page-theme="devseccon"] .txt-theme-contrast,
[data-page-theme="devseccon"] .dark-mode .txt-theme-contrast,
[data-page-theme="devseccon"] .txt-theme-contrast.dark-mode {
  color: #01011e;
}
.bg-theme-base {
  background-color: #f6f4fa;
}
.dark-mode .bg-theme-base,
.bg-theme-base.dark-mode {
  background-color: #01011e;
}
[data-page-theme="default"] .bg-theme-base {
  background-color: #f6f4fa;
}
.dark-mode[data-page-theme="default"] .bg-theme-base,
[data-page-theme="default"] .dark-mode .bg-theme-base,
[data-page-theme="default"] .bg-theme-base.dark-mode {
  background-color: #01011e;
}
[data-page-theme="secondary"] .bg-theme-base {
  background-color: #f3f4fc;
}
.dark-mode[data-page-theme="secondary"] .bg-theme-base,
[data-page-theme="secondary"] .dark-mode .bg-theme-base,
[data-page-theme="secondary"] .bg-theme-base.dark-mode {
  background-color: #01011e;
}
[data-page-theme="security-labs"] .bg-theme-base {
  background-color: #f3f9f9;
}
.dark-mode[data-page-theme="security-labs"] .bg-theme-base,
[data-page-theme="security-labs"] .dark-mode .bg-theme-base,
[data-page-theme="security-labs"] .bg-theme-base.dark-mode {
  background-color: #01011e;
}
[data-page-theme="devseccon"] .bg-theme-base {
  background-color: #f3f9f9;
}
.dark-mode[data-page-theme="devseccon"] .bg-theme-base,
[data-page-theme="devseccon"] .dark-mode .bg-theme-base,
[data-page-theme="devseccon"] .bg-theme-base.dark-mode {
  background-color: #01011e;
}
.bg-glass,
.card {
  background-color: RGBA(255, 255, 255, 0.5);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
}
.bg-glass.dark-mode,
.dark-mode.card,
.dark-mode .bg-glass,
.dark-mode .card {
  background-color: RGBA(1, 1, 30, 0.5);
}
.bg-glass.group:hover,
.group.card:hover,
.bg-glass.group:focus,
.group.card:focus {
  background-color: RGBA(255, 255, 255, 0.3);
}
.bg-glass.group:hover.dark-mode,
.group.card:hover.dark-mode,
.dark-mode .bg-glass.group:hover,
.dark-mode .group.card:hover,
.bg-glass.group:focus.dark-mode,
.group.card:focus.dark-mode,
.dark-mode .bg-glass.group:focus,
.dark-mode .group.card:focus {
  background-color: RGBA(1, 1, 30, 0.3);
}
.bg-glass-dense {
  background-color: RGBA(255, 255, 255, 0.8);
  backdrop-filter: blur(1.5rem);
  -webkit-backdrop-filter: blur(1.5rem);
}
.bg-glass-dense.dark-mode,
.dark-mode .bg-glass-dense {
  background-color: RGBA(1, 1, 30, 0.8);
}
.border-glass {
  border-color: RGBA(255, 255, 255, 0.7);
}
.border-glass.dark-mode,
.dark-mode .border-glass {
  border-color: RGBA(1, 1, 30, 0.7);
}
.border-glass.group:hover,
.border-glass.group:focus {
  border-color: RGBA(255, 255, 255, 0.3);
}
.border-glass.group:hover.dark-mode,
.dark-mode .border-glass.group:hover,
.border-glass.group:focus.dark-mode,
.dark-mode .border-glass.group:focus {
  border-color: RGBA(1, 1, 30, 0.3);
}
.bg-page {
  background-color: #fff;
}
.bg-page.dark-mode,
.dark-mode .bg-page {
  background-color: #030328;
}
.bg-none {
  background: none;
}
.fill-theme-base {
  color: #f6f4fa;
}
.dark-mode .fill-theme-base,
.fill-theme-base.dark-mode {
  color: #01011e;
}
[data-page-theme="default"] .fill-theme-base {
  color: #f6f4fa;
}
.dark-mode[data-page-theme="default"] .fill-theme-base,
[data-page-theme="default"] .dark-mode .fill-theme-base,
[data-page-theme="default"] .fill-theme-base.dark-mode {
  color: #01011e;
}
[data-page-theme="secondary"] .fill-theme-base {
  color: #f3f4fc;
}
.dark-mode[data-page-theme="secondary"] .fill-theme-base,
[data-page-theme="secondary"] .dark-mode .fill-theme-base,
[data-page-theme="secondary"] .fill-theme-base.dark-mode {
  color: #01011e;
}
[data-page-theme="security-labs"] .fill-theme-base {
  color: #f3f9f9;
}
.dark-mode[data-page-theme="security-labs"] .fill-theme-base,
[data-page-theme="security-labs"] .dark-mode .fill-theme-base,
[data-page-theme="security-labs"] .fill-theme-base.dark-mode {
  color: #01011e;
}
[data-page-theme="devseccon"] .fill-theme-base {
  color: #f3f9f9;
}
.dark-mode[data-page-theme="devseccon"] .fill-theme-base,
[data-page-theme="devseccon"] .dark-mode .fill-theme-base,
[data-page-theme="devseccon"] .fill-theme-base.dark-mode {
  color: #01011e;
}
.bg-theme-gradient-primary {
  background: linear-gradient(140deg, #e555ac, #441c99);
}
.dark-mode .bg-theme-gradient-primary,
.bg-theme-gradient-primary.dark-mode {
  background: linear-gradient(140deg, #ff78e1, #c481f3);
}
[data-page-theme="default"] .bg-theme-gradient-primary {
  background: linear-gradient(140deg, #e555ac, #441c99);
}
.dark-mode[data-page-theme="default"] .bg-theme-gradient-primary,
[data-page-theme="default"] .dark-mode .bg-theme-gradient-primary,
[data-page-theme="default"] .bg-theme-gradient-primary.dark-mode {
  background: linear-gradient(140deg, #ff78e1, #c481f3);
}
[data-page-theme="secondary"] .bg-theme-gradient-primary {
  background: linear-gradient(140deg, #0a26b8, #145deb);
}
.dark-mode[data-page-theme="secondary"] .bg-theme-gradient-primary,
[data-page-theme="secondary"] .dark-mode .bg-theme-gradient-primary,
[data-page-theme="secondary"] .bg-theme-gradient-primary.dark-mode {
  background: linear-gradient(140deg, #8598fb, #9bcfff);
}
[data-page-theme="security-labs"] .bg-theme-gradient-primary {
  background: linear-gradient(140deg, #4bd6b5, #145deb);
}
.dark-mode[data-page-theme="security-labs"] .bg-theme-gradient-primary,
[data-page-theme="security-labs"] .dark-mode .bg-theme-gradient-primary,
[data-page-theme="security-labs"] .bg-theme-gradient-primary.dark-mode {
  background: linear-gradient(140deg, #3ea2ff, #14c4eb);
}
[data-page-theme="devseccon"] .bg-theme-gradient-primary {
  background: linear-gradient(140deg, #4bd6b5, #097d98);
}
.dark-mode[data-page-theme="devseccon"] .bg-theme-gradient-primary,
[data-page-theme="devseccon"] .dark-mode .bg-theme-gradient-primary,
[data-page-theme="devseccon"] .bg-theme-gradient-primary.dark-mode {
  background: linear-gradient(140deg, #4bd6b5, #c0f5f2);
}
.bg-theme-gradient-secondary {
  background: linear-gradient(140deg, #ff78e1, #f97a99);
}
.dark-mode .bg-theme-gradient-secondary,
.bg-theme-gradient-secondary.dark-mode {
  background: linear-gradient(140deg, #ff78e1, #f97a99);
}
[data-page-theme="default"] .bg-theme-gradient-secondary {
  background: linear-gradient(140deg, #ff78e1, #f97a99);
}
.dark-mode[data-page-theme="default"] .bg-theme-gradient-secondary,
[data-page-theme="default"] .dark-mode .bg-theme-gradient-secondary,
[data-page-theme="default"] .bg-theme-gradient-secondary.dark-mode {
  background: linear-gradient(140deg, #ff78e1, #f97a99);
}
[data-page-theme="secondary"] .bg-theme-gradient-secondary {
  background: linear-gradient(140deg, #f99048, #e555ac);
}
.dark-mode[data-page-theme="secondary"] .bg-theme-gradient-secondary,
[data-page-theme="secondary"] .dark-mode .bg-theme-gradient-secondary,
[data-page-theme="secondary"] .bg-theme-gradient-secondary.dark-mode {
  background: linear-gradient(140deg, #ffe792, #f99048);
}
[data-page-theme="security-labs"] .bg-theme-gradient-secondary {
  background: linear-gradient(140deg, #4bd6b5, #168982);
}
.dark-mode[data-page-theme="security-labs"] .bg-theme-gradient-secondary,
[data-page-theme="security-labs"] .dark-mode .bg-theme-gradient-secondary,
[data-page-theme="security-labs"] .bg-theme-gradient-secondary.dark-mode {
  background: linear-gradient(140deg, #c0f5f2, #4bd6b5);
}
[data-page-theme="devseccon"] .bg-theme-gradient-secondary {
  background: linear-gradient(140deg, #9043c6, #441c99);
}
.dark-mode[data-page-theme="devseccon"] .bg-theme-gradient-secondary,
[data-page-theme="devseccon"] .dark-mode .bg-theme-gradient-secondary,
[data-page-theme="devseccon"] .bg-theme-gradient-secondary.dark-mode {
  background: linear-gradient(140deg, #c481f3, #9043c6);
}
.txt-transparent,
.hover\:txt-transparent:hover,
.focus\:txt-transparent:focus,
.group:hover .group-hover\:txt-transparent,
.group:focus-within .group-focus-within\:txt-transparent {
  color: rgba(0, 0, 0, 0);
}
.bg-transparent,
.hover\:bg-transparent:hover,
.focus\:bg-transparent:focus,
.group:hover .group-hover\:bg-transparent,
.group:focus-within .group-focus-within\:bg-transparent {
  background: rgba(0, 0, 0, 0);
}
.border-transparent,
.hover\:border-transparent:hover,
.focus\:border-transparent:focus,
.group:hover .group-hover\:border-transparent,
.group:focus-within .group-focus-within\:border-transparent {
  border-color: rgba(0, 0, 0, 0);
}
.fill-transparent,
.hover\:fill-transparent:hover,
.focus\:fill-transparent:focus,
.group:hover .group-hover\:fill-transparent,
.group:focus-within .group-focus-within\:fill-transparent {
  color: rgba(0, 0, 0, 0);
}
.txt-default {
  color: #fff;
}
.txt-default.dark-mode,
.dark-mode .txt-default {
  color: #01011e;
}
.link-default a {
  color: #fff;
}
.link-default a.dark-mode,
.dark-mode .link-default a {
  color: #01011e;
}
.txt-ui-headline,
.card-headline {
  color: #01011e;
}
.txt-ui-headline.dark-mode,
.dark-mode.card-headline,
.dark-mode .txt-ui-headline,
.dark-mode .card-headline {
  color: #fff;
}
.link-ui-headline a {
  color: #01011e;
}
.link-ui-headline a.dark-mode,
.dark-mode .link-ui-headline a {
  color: #fff;
}
.txt-ui-body,
.card-description {
  color: #383f76;
}
.txt-ui-body.dark-mode,
.dark-mode.card-description,
.dark-mode .txt-ui-body,
.dark-mode .card-description {
  color: #f6f7fb;
}
.link-ui-body a {
  color: #383f76;
}
.link-ui-body a.dark-mode,
.dark-mode .link-ui-body a {
  color: #f6f7fb;
}
.txt-ui-fill {
  color: #fff;
}
.txt-ui-fill.dark-mode,
.dark-mode .txt-ui-fill {
  color: #01011e;
}
.link-ui-fill a {
  color: #fff;
}
.link-ui-fill a.dark-mode,
.dark-mode .link-ui-fill a {
  color: #01011e;
}
.txt-ui-stroke {
  color: #6d6d9c;
}
.txt-ui-stroke.dark-mode,
.dark-mode .txt-ui-stroke {
  color: #383f76;
}
.link-ui-stroke a {
  color: #6d6d9c;
}
.link-ui-stroke a.dark-mode,
.dark-mode .link-ui-stroke a {
  color: #383f76;
}
.txt-ui-text {
  color: #383f76;
}
.txt-ui-text.dark-mode,
.dark-mode .txt-ui-text {
  color: #f6f7fb;
}
.link-ui-text a {
  color: #383f76;
}
.link-ui-text a.dark-mode,
.dark-mode .link-ui-text a {
  color: #f6f7fb;
}
.txt-action-contrast {
  color: #fff;
}
.txt-action-contrast.dark-mode,
.dark-mode .txt-action-contrast {
  color: #01011e;
}
.link-action-contrast a {
  color: #fff;
}
.link-action-contrast a.dark-mode,
.dark-mode .link-action-contrast a {
  color: #01011e;
}
.txt-action-secondary-contrast {
  color: #fff;
}
.txt-action-secondary-contrast.dark-mode,
.dark-mode .txt-action-secondary-contrast {
  color: #01011e;
}
.link-action-secondary-contrast a {
  color: #fff;
}
.link-action-secondary-contrast a.dark-mode,
.dark-mode .link-action-secondary-contrast a {
  color: #01011e;
}
.txt-success {
  color: #168982;
}
.txt-success.dark-mode,
.dark-mode .txt-success {
  color: #4bd6b5;
}
.link-success a {
  color: #168982;
}
.link-success a.dark-mode,
.dark-mode .link-success a {
  color: #4bd6b5;
}
.txt-success-contrast {
  color: #fff;
}
.txt-success-contrast.dark-mode,
.dark-mode .txt-success-contrast {
  color: #01011e;
}
.link-success-contrast a {
  color: #fff;
}
.link-success-contrast a.dark-mode,
.dark-mode .link-success-contrast a {
  color: #01011e;
}
.txt-warning {
  color: #c04c0a;
}
.txt-warning.dark-mode,
.dark-mode .txt-warning {
  color: #f99048;
}
.link-warning a {
  color: #c04c0a;
}
.link-warning a.dark-mode,
.dark-mode .link-warning a {
  color: #f99048;
}
.txt-warning-contrast {
  color: #fff;
}
.txt-warning-contrast.dark-mode,
.dark-mode .txt-warning-contrast {
  color: #01011e;
}
.link-warning-contrast a {
  color: #fff;
}
.link-warning-contrast a.dark-mode,
.dark-mode .link-warning-contrast a {
  color: #01011e;
}
.txt-fail {
  color: #c82d53;
}
.txt-fail.dark-mode,
.dark-mode .txt-fail {
  color: #f97a99;
}
.link-fail a {
  color: #c82d53;
}
.link-fail a.dark-mode,
.dark-mode .link-fail a {
  color: #f97a99;
}
.txt-fail-contrast {
  color: #fff;
}
.txt-fail-contrast.dark-mode,
.dark-mode .txt-fail-contrast {
  color: #01011e;
}
.link-fail-contrast a {
  color: #fff;
}
.link-fail-contrast a.dark-mode,
.dark-mode .link-fail-contrast a {
  color: #01011e;
}
.bg-default {
  background-color: #fff;
}
.bg-default.dark-mode,
.dark-mode .bg-default {
  background-color: #01011e;
}
.bg-ui-headline {
  background-color: #01011e;
}
.bg-ui-headline.dark-mode,
.dark-mode .bg-ui-headline {
  background-color: #fff;
}
.bg-ui-body {
  background-color: #383f76;
}
.bg-ui-body.dark-mode,
.dark-mode .bg-ui-body {
  background-color: #f6f7fb;
}
.bg-ui-fill {
  background-color: #fff;
}
.bg-ui-fill.dark-mode,
.dark-mode .bg-ui-fill {
  background-color: #01011e;
}
.bg-ui-stroke {
  background-color: #6d6d9c;
}
.bg-ui-stroke.dark-mode,
.dark-mode .bg-ui-stroke {
  background-color: #383f76;
}
.bg-ui-text {
  background-color: #383f76;
}
.bg-ui-text.dark-mode,
.dark-mode .bg-ui-text {
  background-color: #f6f7fb;
}
.bg-action-contrast {
  background-color: #fff;
}
.bg-action-contrast.dark-mode,
.dark-mode .bg-action-contrast {
  background-color: #01011e;
}
.bg-action-secondary-contrast {
  background-color: #fff;
}
.bg-action-secondary-contrast.dark-mode,
.dark-mode .bg-action-secondary-contrast {
  background-color: #01011e;
}
.bg-success {
  background-color: #168982;
}
.bg-success.dark-mode,
.dark-mode .bg-success {
  background-color: #4bd6b5;
}
.bg-success-contrast {
  background-color: #fff;
}
.bg-success-contrast.dark-mode,
.dark-mode .bg-success-contrast {
  background-color: #01011e;
}
.bg-warning {
  background-color: #c04c0a;
}
.bg-warning.dark-mode,
.dark-mode .bg-warning {
  background-color: #f99048;
}
.bg-warning-contrast {
  background-color: #fff;
}
.bg-warning-contrast.dark-mode,
.dark-mode .bg-warning-contrast {
  background-color: #01011e;
}
.bg-fail {
  background-color: #c82d53;
}
.bg-fail.dark-mode,
.dark-mode .bg-fail {
  background-color: #f97a99;
}
.bg-fail-contrast {
  background-color: #fff;
}
.bg-fail-contrast.dark-mode,
.dark-mode .bg-fail-contrast {
  background-color: #01011e;
}
.border-default {
  border-color: #fff;
}
.border-default.dark-mode,
.dark-mode .border-default {
  border-color: #01011e;
}
.border-ui-headline {
  border-color: #01011e;
}
.border-ui-headline.dark-mode,
.dark-mode .border-ui-headline {
  border-color: #fff;
}
.border-ui-body {
  border-color: #383f76;
}
.border-ui-body.dark-mode,
.dark-mode .border-ui-body {
  border-color: #f6f7fb;
}
.border-ui-fill {
  border-color: #fff;
}
.border-ui-fill.dark-mode,
.dark-mode .border-ui-fill {
  border-color: #01011e;
}
.border-ui-stroke {
  border-color: #6d6d9c;
}
.border-ui-stroke.dark-mode,
.dark-mode .border-ui-stroke {
  border-color: #383f76;
}
.border-ui-text {
  border-color: #383f76;
}
.border-ui-text.dark-mode,
.dark-mode .border-ui-text {
  border-color: #f6f7fb;
}
.border-action-contrast {
  border-color: #fff;
}
.border-action-contrast.dark-mode,
.dark-mode .border-action-contrast {
  border-color: #01011e;
}
.border-action-secondary-contrast {
  border-color: #fff;
}
.border-action-secondary-contrast.dark-mode,
.dark-mode .border-action-secondary-contrast {
  border-color: #01011e;
}
.border-success {
  border-color: #168982;
}
.border-success.dark-mode,
.dark-mode .border-success {
  border-color: #4bd6b5;
}
.border-success-contrast {
  border-color: #fff;
}
.border-success-contrast.dark-mode,
.dark-mode .border-success-contrast {
  border-color: #01011e;
}
.border-warning {
  border-color: #c04c0a;
}
.border-warning.dark-mode,
.dark-mode .border-warning {
  border-color: #f99048;
}
.border-warning-contrast {
  border-color: #fff;
}
.border-warning-contrast.dark-mode,
.dark-mode .border-warning-contrast {
  border-color: #01011e;
}
.border-fail {
  border-color: #c82d53;
}
.border-fail.dark-mode,
.dark-mode .border-fail {
  border-color: #f97a99;
}
.border-fail-contrast {
  border-color: #fff;
}
.border-fail-contrast.dark-mode,
.dark-mode .border-fail-contrast {
  border-color: #01011e;
}
.txt-action,
.hover\:txt-action:hover,
.focus\:txt-action:focus,
.group:hover .group-hover\:txt-action,
.group:focus-within .group-focus-within\:txt-action {
  color: #145deb;
}
.txt-action.dark-mode,
.dark-mode .txt-action,
.hover\:txt-action:hover.dark-mode,
.dark-mode .hover\:txt-action:hover,
.focus\:txt-action:focus.dark-mode,
.dark-mode .focus\:txt-action:focus,
.group:hover .group-hover\:txt-action.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action,
.group:focus-within .group-focus-within\:txt-action.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action {
  color: #3ea2ff;
}
.txt-action-opal-0,
.hover\:txt-action-opal-0:hover,
.focus\:txt-action-opal-0:focus,
.group:hover .group-hover\:txt-action-opal-0,
.group:focus-within .group-focus-within\:txt-action-opal-0 {
  color: RGBA(20, 93, 235, 0);
}
.txt-action-opal-0.dark-mode,
.dark-mode .txt-action-opal-0,
.hover\:txt-action-opal-0:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-0:hover,
.focus\:txt-action-opal-0:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-0:focus,
.group:hover .group-hover\:txt-action-opal-0.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-0,
.group:focus-within .group-focus-within\:txt-action-opal-0.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-0 {
  color: RGBA(62, 162, 255, 0);
}
.txt-action-opal-00,
.hover\:txt-action-opal-00:hover,
.focus\:txt-action-opal-00:focus,
.group:hover .group-hover\:txt-action-opal-00,
.group:focus-within .group-focus-within\:txt-action-opal-00 {
  color: RGBA(20, 93, 235, 0);
}
.txt-action-opal-00.dark-mode,
.dark-mode .txt-action-opal-00,
.hover\:txt-action-opal-00:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-00:hover,
.focus\:txt-action-opal-00:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-00:focus,
.group:hover .group-hover\:txt-action-opal-00.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-00,
.group:focus-within .group-focus-within\:txt-action-opal-00.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-00 {
  color: RGBA(62, 162, 255, 0);
}
.txt-action-opal-1,
.hover\:txt-action-opal-1:hover,
.focus\:txt-action-opal-1:focus,
.group:hover .group-hover\:txt-action-opal-1,
.group:focus-within .group-focus-within\:txt-action-opal-1 {
  color: RGBA(20, 93, 235, 0.1);
}
.txt-action-opal-1.dark-mode,
.dark-mode .txt-action-opal-1,
.hover\:txt-action-opal-1:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-1:hover,
.focus\:txt-action-opal-1:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-1:focus,
.group:hover .group-hover\:txt-action-opal-1.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-1,
.group:focus-within .group-focus-within\:txt-action-opal-1.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-1 {
  color: RGBA(62, 162, 255, 0.1);
}
.txt-action-opal-01,
.hover\:txt-action-opal-01:hover,
.focus\:txt-action-opal-01:focus,
.group:hover .group-hover\:txt-action-opal-01,
.group:focus-within .group-focus-within\:txt-action-opal-01 {
  color: RGBA(20, 93, 235, 0.01);
}
.txt-action-opal-01.dark-mode,
.dark-mode .txt-action-opal-01,
.hover\:txt-action-opal-01:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-01:hover,
.focus\:txt-action-opal-01:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-01:focus,
.group:hover .group-hover\:txt-action-opal-01.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-01,
.group:focus-within .group-focus-within\:txt-action-opal-01.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-01 {
  color: RGBA(62, 162, 255, 0.01);
}
.txt-action-opal-2,
.hover\:txt-action-opal-2:hover,
.focus\:txt-action-opal-2:focus,
.group:hover .group-hover\:txt-action-opal-2,
.group:focus-within .group-focus-within\:txt-action-opal-2 {
  color: RGBA(20, 93, 235, 0.2);
}
.txt-action-opal-2.dark-mode,
.dark-mode .txt-action-opal-2,
.hover\:txt-action-opal-2:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-2:hover,
.focus\:txt-action-opal-2:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-2:focus,
.group:hover .group-hover\:txt-action-opal-2.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-2,
.group:focus-within .group-focus-within\:txt-action-opal-2.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-2 {
  color: RGBA(62, 162, 255, 0.2);
}
.txt-action-opal-02,
.hover\:txt-action-opal-02:hover,
.focus\:txt-action-opal-02:focus,
.group:hover .group-hover\:txt-action-opal-02,
.group:focus-within .group-focus-within\:txt-action-opal-02 {
  color: RGBA(20, 93, 235, 0.02);
}
.txt-action-opal-02.dark-mode,
.dark-mode .txt-action-opal-02,
.hover\:txt-action-opal-02:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-02:hover,
.focus\:txt-action-opal-02:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-02:focus,
.group:hover .group-hover\:txt-action-opal-02.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-02,
.group:focus-within .group-focus-within\:txt-action-opal-02.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-02 {
  color: RGBA(62, 162, 255, 0.02);
}
.txt-action-opal-3,
.hover\:txt-action-opal-3:hover,
.focus\:txt-action-opal-3:focus,
.group:hover .group-hover\:txt-action-opal-3,
.group:focus-within .group-focus-within\:txt-action-opal-3 {
  color: RGBA(20, 93, 235, 0.3);
}
.txt-action-opal-3.dark-mode,
.dark-mode .txt-action-opal-3,
.hover\:txt-action-opal-3:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-3:hover,
.focus\:txt-action-opal-3:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-3:focus,
.group:hover .group-hover\:txt-action-opal-3.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-3,
.group:focus-within .group-focus-within\:txt-action-opal-3.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-3 {
  color: RGBA(62, 162, 255, 0.3);
}
.txt-action-opal-03,
.hover\:txt-action-opal-03:hover,
.focus\:txt-action-opal-03:focus,
.group:hover .group-hover\:txt-action-opal-03,
.group:focus-within .group-focus-within\:txt-action-opal-03 {
  color: RGBA(20, 93, 235, 0.03);
}
.txt-action-opal-03.dark-mode,
.dark-mode .txt-action-opal-03,
.hover\:txt-action-opal-03:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-03:hover,
.focus\:txt-action-opal-03:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-03:focus,
.group:hover .group-hover\:txt-action-opal-03.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-03,
.group:focus-within .group-focus-within\:txt-action-opal-03.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-03 {
  color: RGBA(62, 162, 255, 0.03);
}
.txt-action-opal-4,
.hover\:txt-action-opal-4:hover,
.focus\:txt-action-opal-4:focus,
.group:hover .group-hover\:txt-action-opal-4,
.group:focus-within .group-focus-within\:txt-action-opal-4 {
  color: RGBA(20, 93, 235, 0.4);
}
.txt-action-opal-4.dark-mode,
.dark-mode .txt-action-opal-4,
.hover\:txt-action-opal-4:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-4:hover,
.focus\:txt-action-opal-4:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-4:focus,
.group:hover .group-hover\:txt-action-opal-4.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-4,
.group:focus-within .group-focus-within\:txt-action-opal-4.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-4 {
  color: RGBA(62, 162, 255, 0.4);
}
.txt-action-opal-04,
.hover\:txt-action-opal-04:hover,
.focus\:txt-action-opal-04:focus,
.group:hover .group-hover\:txt-action-opal-04,
.group:focus-within .group-focus-within\:txt-action-opal-04 {
  color: RGBA(20, 93, 235, 0.04);
}
.txt-action-opal-04.dark-mode,
.dark-mode .txt-action-opal-04,
.hover\:txt-action-opal-04:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-04:hover,
.focus\:txt-action-opal-04:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-04:focus,
.group:hover .group-hover\:txt-action-opal-04.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-04,
.group:focus-within .group-focus-within\:txt-action-opal-04.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-04 {
  color: RGBA(62, 162, 255, 0.04);
}
.txt-action-opal-5,
.hover\:txt-action-opal-5:hover,
.focus\:txt-action-opal-5:focus,
.group:hover .group-hover\:txt-action-opal-5,
.group:focus-within .group-focus-within\:txt-action-opal-5 {
  color: RGBA(20, 93, 235, 0.5);
}
.txt-action-opal-5.dark-mode,
.dark-mode .txt-action-opal-5,
.hover\:txt-action-opal-5:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-5:hover,
.focus\:txt-action-opal-5:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-5:focus,
.group:hover .group-hover\:txt-action-opal-5.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-5,
.group:focus-within .group-focus-within\:txt-action-opal-5.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-5 {
  color: RGBA(62, 162, 255, 0.5);
}
.txt-action-opal-05,
.hover\:txt-action-opal-05:hover,
.focus\:txt-action-opal-05:focus,
.group:hover .group-hover\:txt-action-opal-05,
.group:focus-within .group-focus-within\:txt-action-opal-05 {
  color: RGBA(20, 93, 235, 0.05);
}
.txt-action-opal-05.dark-mode,
.dark-mode .txt-action-opal-05,
.hover\:txt-action-opal-05:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-05:hover,
.focus\:txt-action-opal-05:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-05:focus,
.group:hover .group-hover\:txt-action-opal-05.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-05,
.group:focus-within .group-focus-within\:txt-action-opal-05.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-05 {
  color: RGBA(62, 162, 255, 0.05);
}
.txt-action-opal-6,
.hover\:txt-action-opal-6:hover,
.focus\:txt-action-opal-6:focus,
.group:hover .group-hover\:txt-action-opal-6,
.group:focus-within .group-focus-within\:txt-action-opal-6 {
  color: RGBA(20, 93, 235, 0.6);
}
.txt-action-opal-6.dark-mode,
.dark-mode .txt-action-opal-6,
.hover\:txt-action-opal-6:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-6:hover,
.focus\:txt-action-opal-6:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-6:focus,
.group:hover .group-hover\:txt-action-opal-6.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-6,
.group:focus-within .group-focus-within\:txt-action-opal-6.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-6 {
  color: RGBA(62, 162, 255, 0.6);
}
.txt-action-opal-06,
.hover\:txt-action-opal-06:hover,
.focus\:txt-action-opal-06:focus,
.group:hover .group-hover\:txt-action-opal-06,
.group:focus-within .group-focus-within\:txt-action-opal-06 {
  color: RGBA(20, 93, 235, 0.06);
}
.txt-action-opal-06.dark-mode,
.dark-mode .txt-action-opal-06,
.hover\:txt-action-opal-06:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-06:hover,
.focus\:txt-action-opal-06:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-06:focus,
.group:hover .group-hover\:txt-action-opal-06.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-06,
.group:focus-within .group-focus-within\:txt-action-opal-06.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-06 {
  color: RGBA(62, 162, 255, 0.06);
}
.txt-action-opal-7,
.hover\:txt-action-opal-7:hover,
.focus\:txt-action-opal-7:focus,
.group:hover .group-hover\:txt-action-opal-7,
.group:focus-within .group-focus-within\:txt-action-opal-7 {
  color: RGBA(20, 93, 235, 0.7);
}
.txt-action-opal-7.dark-mode,
.dark-mode .txt-action-opal-7,
.hover\:txt-action-opal-7:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-7:hover,
.focus\:txt-action-opal-7:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-7:focus,
.group:hover .group-hover\:txt-action-opal-7.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-7,
.group:focus-within .group-focus-within\:txt-action-opal-7.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-7 {
  color: RGBA(62, 162, 255, 0.7);
}
.txt-action-opal-07,
.hover\:txt-action-opal-07:hover,
.focus\:txt-action-opal-07:focus,
.group:hover .group-hover\:txt-action-opal-07,
.group:focus-within .group-focus-within\:txt-action-opal-07 {
  color: RGBA(20, 93, 235, 0.07);
}
.txt-action-opal-07.dark-mode,
.dark-mode .txt-action-opal-07,
.hover\:txt-action-opal-07:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-07:hover,
.focus\:txt-action-opal-07:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-07:focus,
.group:hover .group-hover\:txt-action-opal-07.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-07,
.group:focus-within .group-focus-within\:txt-action-opal-07.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-07 {
  color: RGBA(62, 162, 255, 0.07);
}
.txt-action-opal-8,
.hover\:txt-action-opal-8:hover,
.focus\:txt-action-opal-8:focus,
.group:hover .group-hover\:txt-action-opal-8,
.group:focus-within .group-focus-within\:txt-action-opal-8 {
  color: RGBA(20, 93, 235, 0.8);
}
.txt-action-opal-8.dark-mode,
.dark-mode .txt-action-opal-8,
.hover\:txt-action-opal-8:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-8:hover,
.focus\:txt-action-opal-8:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-8:focus,
.group:hover .group-hover\:txt-action-opal-8.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-8,
.group:focus-within .group-focus-within\:txt-action-opal-8.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-8 {
  color: RGBA(62, 162, 255, 0.8);
}
.txt-action-opal-08,
.hover\:txt-action-opal-08:hover,
.focus\:txt-action-opal-08:focus,
.group:hover .group-hover\:txt-action-opal-08,
.group:focus-within .group-focus-within\:txt-action-opal-08 {
  color: RGBA(20, 93, 235, 0.08);
}
.txt-action-opal-08.dark-mode,
.dark-mode .txt-action-opal-08,
.hover\:txt-action-opal-08:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-08:hover,
.focus\:txt-action-opal-08:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-08:focus,
.group:hover .group-hover\:txt-action-opal-08.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-08,
.group:focus-within .group-focus-within\:txt-action-opal-08.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-08 {
  color: RGBA(62, 162, 255, 0.08);
}
.txt-action-opal-9,
.hover\:txt-action-opal-9:hover,
.focus\:txt-action-opal-9:focus,
.group:hover .group-hover\:txt-action-opal-9,
.group:focus-within .group-focus-within\:txt-action-opal-9 {
  color: RGBA(20, 93, 235, 0.9);
}
.txt-action-opal-9.dark-mode,
.dark-mode .txt-action-opal-9,
.hover\:txt-action-opal-9:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-9:hover,
.focus\:txt-action-opal-9:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-9:focus,
.group:hover .group-hover\:txt-action-opal-9.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-9,
.group:focus-within .group-focus-within\:txt-action-opal-9.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-9 {
  color: RGBA(62, 162, 255, 0.9);
}
.txt-action-opal-09,
.hover\:txt-action-opal-09:hover,
.focus\:txt-action-opal-09:focus,
.group:hover .group-hover\:txt-action-opal-09,
.group:focus-within .group-focus-within\:txt-action-opal-09 {
  color: RGBA(20, 93, 235, 0.09);
}
.txt-action-opal-09.dark-mode,
.dark-mode .txt-action-opal-09,
.hover\:txt-action-opal-09:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-09:hover,
.focus\:txt-action-opal-09:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-09:focus,
.group:hover .group-hover\:txt-action-opal-09.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-09,
.group:focus-within .group-focus-within\:txt-action-opal-09.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-09 {
  color: RGBA(62, 162, 255, 0.09);
}
.txt-action-opal-10,
.hover\:txt-action-opal-10:hover,
.focus\:txt-action-opal-10:focus,
.group:hover .group-hover\:txt-action-opal-10,
.group:focus-within .group-focus-within\:txt-action-opal-10 {
  color: RGBA(20, 93, 235, 1);
}
.txt-action-opal-10.dark-mode,
.dark-mode .txt-action-opal-10,
.hover\:txt-action-opal-10:hover.dark-mode,
.dark-mode .hover\:txt-action-opal-10:hover,
.focus\:txt-action-opal-10:focus.dark-mode,
.dark-mode .focus\:txt-action-opal-10:focus,
.group:hover .group-hover\:txt-action-opal-10.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-opal-10,
.group:focus-within .group-focus-within\:txt-action-opal-10.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-opal-10 {
  color: RGBA(62, 162, 255, 1);
}
.link-action a,
.hover\:link-action a:hover,
.active\:link-action a:active,
.focus\:link-action a:focus,
.group:hover .group-hover\:link-action a,
.group:focus-within .group-focus-within\:link-action a {
  color: #145deb;
}
.link-action a.dark-mode,
.dark-mode .link-action a,
.hover\:link-action a:hover.dark-mode,
.dark-mode .hover\:link-action a:hover,
.active\:link-action a:active.dark-mode,
.dark-mode .active\:link-action a:active,
.focus\:link-action a:focus.dark-mode,
.dark-mode .focus\:link-action a:focus,
.group:hover .group-hover\:link-action a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action a,
.group:focus-within .group-focus-within\:link-action a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action a {
  color: #3ea2ff;
}
.link-action-opal-0 a,
.hover\:link-action-opal-0 a:hover,
.active\:link-action-opal-0 a:active,
.focus\:link-action-opal-0 a:focus,
.group:hover .group-hover\:link-action-opal-0 a,
.group:focus-within .group-focus-within\:link-action-opal-0 a {
  color: RGBA(20, 93, 235, 0);
}
.link-action-opal-0 a.dark-mode,
.dark-mode .link-action-opal-0 a,
.hover\:link-action-opal-0 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-0 a:hover,
.active\:link-action-opal-0 a:active.dark-mode,
.dark-mode .active\:link-action-opal-0 a:active,
.focus\:link-action-opal-0 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-0 a:focus,
.group:hover .group-hover\:link-action-opal-0 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-0 a,
.group:focus-within .group-focus-within\:link-action-opal-0 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-0 a {
  color: RGBA(62, 162, 255, 0);
}
.link-action-opal-00 a,
.hover\:link-action-opal-00 a:hover,
.active\:link-action-opal-00 a:active,
.focus\:link-action-opal-00 a:focus,
.group:hover .group-hover\:link-action-opal-00 a,
.group:focus-within .group-focus-within\:link-action-opal-00 a {
  color: RGBA(20, 93, 235, 0);
}
.link-action-opal-00 a.dark-mode,
.dark-mode .link-action-opal-00 a,
.hover\:link-action-opal-00 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-00 a:hover,
.active\:link-action-opal-00 a:active.dark-mode,
.dark-mode .active\:link-action-opal-00 a:active,
.focus\:link-action-opal-00 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-00 a:focus,
.group:hover .group-hover\:link-action-opal-00 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-00 a,
.group:focus-within .group-focus-within\:link-action-opal-00 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-00 a {
  color: RGBA(62, 162, 255, 0);
}
.link-action-opal-1 a,
.hover\:link-action-opal-1 a:hover,
.active\:link-action-opal-1 a:active,
.focus\:link-action-opal-1 a:focus,
.group:hover .group-hover\:link-action-opal-1 a,
.group:focus-within .group-focus-within\:link-action-opal-1 a {
  color: RGBA(20, 93, 235, 0.1);
}
.link-action-opal-1 a.dark-mode,
.dark-mode .link-action-opal-1 a,
.hover\:link-action-opal-1 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-1 a:hover,
.active\:link-action-opal-1 a:active.dark-mode,
.dark-mode .active\:link-action-opal-1 a:active,
.focus\:link-action-opal-1 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-1 a:focus,
.group:hover .group-hover\:link-action-opal-1 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-1 a,
.group:focus-within .group-focus-within\:link-action-opal-1 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-1 a {
  color: RGBA(62, 162, 255, 0.1);
}
.link-action-opal-01 a,
.hover\:link-action-opal-01 a:hover,
.active\:link-action-opal-01 a:active,
.focus\:link-action-opal-01 a:focus,
.group:hover .group-hover\:link-action-opal-01 a,
.group:focus-within .group-focus-within\:link-action-opal-01 a {
  color: RGBA(20, 93, 235, 0.01);
}
.link-action-opal-01 a.dark-mode,
.dark-mode .link-action-opal-01 a,
.hover\:link-action-opal-01 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-01 a:hover,
.active\:link-action-opal-01 a:active.dark-mode,
.dark-mode .active\:link-action-opal-01 a:active,
.focus\:link-action-opal-01 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-01 a:focus,
.group:hover .group-hover\:link-action-opal-01 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-01 a,
.group:focus-within .group-focus-within\:link-action-opal-01 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-01 a {
  color: RGBA(62, 162, 255, 0.01);
}
.link-action-opal-2 a,
.hover\:link-action-opal-2 a:hover,
.active\:link-action-opal-2 a:active,
.focus\:link-action-opal-2 a:focus,
.group:hover .group-hover\:link-action-opal-2 a,
.group:focus-within .group-focus-within\:link-action-opal-2 a {
  color: RGBA(20, 93, 235, 0.2);
}
.link-action-opal-2 a.dark-mode,
.dark-mode .link-action-opal-2 a,
.hover\:link-action-opal-2 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-2 a:hover,
.active\:link-action-opal-2 a:active.dark-mode,
.dark-mode .active\:link-action-opal-2 a:active,
.focus\:link-action-opal-2 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-2 a:focus,
.group:hover .group-hover\:link-action-opal-2 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-2 a,
.group:focus-within .group-focus-within\:link-action-opal-2 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-2 a {
  color: RGBA(62, 162, 255, 0.2);
}
.link-action-opal-02 a,
.hover\:link-action-opal-02 a:hover,
.active\:link-action-opal-02 a:active,
.focus\:link-action-opal-02 a:focus,
.group:hover .group-hover\:link-action-opal-02 a,
.group:focus-within .group-focus-within\:link-action-opal-02 a {
  color: RGBA(20, 93, 235, 0.02);
}
.link-action-opal-02 a.dark-mode,
.dark-mode .link-action-opal-02 a,
.hover\:link-action-opal-02 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-02 a:hover,
.active\:link-action-opal-02 a:active.dark-mode,
.dark-mode .active\:link-action-opal-02 a:active,
.focus\:link-action-opal-02 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-02 a:focus,
.group:hover .group-hover\:link-action-opal-02 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-02 a,
.group:focus-within .group-focus-within\:link-action-opal-02 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-02 a {
  color: RGBA(62, 162, 255, 0.02);
}
.link-action-opal-3 a,
.hover\:link-action-opal-3 a:hover,
.active\:link-action-opal-3 a:active,
.focus\:link-action-opal-3 a:focus,
.group:hover .group-hover\:link-action-opal-3 a,
.group:focus-within .group-focus-within\:link-action-opal-3 a {
  color: RGBA(20, 93, 235, 0.3);
}
.link-action-opal-3 a.dark-mode,
.dark-mode .link-action-opal-3 a,
.hover\:link-action-opal-3 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-3 a:hover,
.active\:link-action-opal-3 a:active.dark-mode,
.dark-mode .active\:link-action-opal-3 a:active,
.focus\:link-action-opal-3 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-3 a:focus,
.group:hover .group-hover\:link-action-opal-3 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-3 a,
.group:focus-within .group-focus-within\:link-action-opal-3 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-3 a {
  color: RGBA(62, 162, 255, 0.3);
}
.link-action-opal-03 a,
.hover\:link-action-opal-03 a:hover,
.active\:link-action-opal-03 a:active,
.focus\:link-action-opal-03 a:focus,
.group:hover .group-hover\:link-action-opal-03 a,
.group:focus-within .group-focus-within\:link-action-opal-03 a {
  color: RGBA(20, 93, 235, 0.03);
}
.link-action-opal-03 a.dark-mode,
.dark-mode .link-action-opal-03 a,
.hover\:link-action-opal-03 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-03 a:hover,
.active\:link-action-opal-03 a:active.dark-mode,
.dark-mode .active\:link-action-opal-03 a:active,
.focus\:link-action-opal-03 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-03 a:focus,
.group:hover .group-hover\:link-action-opal-03 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-03 a,
.group:focus-within .group-focus-within\:link-action-opal-03 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-03 a {
  color: RGBA(62, 162, 255, 0.03);
}
.link-action-opal-4 a,
.hover\:link-action-opal-4 a:hover,
.active\:link-action-opal-4 a:active,
.focus\:link-action-opal-4 a:focus,
.group:hover .group-hover\:link-action-opal-4 a,
.group:focus-within .group-focus-within\:link-action-opal-4 a {
  color: RGBA(20, 93, 235, 0.4);
}
.link-action-opal-4 a.dark-mode,
.dark-mode .link-action-opal-4 a,
.hover\:link-action-opal-4 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-4 a:hover,
.active\:link-action-opal-4 a:active.dark-mode,
.dark-mode .active\:link-action-opal-4 a:active,
.focus\:link-action-opal-4 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-4 a:focus,
.group:hover .group-hover\:link-action-opal-4 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-4 a,
.group:focus-within .group-focus-within\:link-action-opal-4 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-4 a {
  color: RGBA(62, 162, 255, 0.4);
}
.link-action-opal-04 a,
.hover\:link-action-opal-04 a:hover,
.active\:link-action-opal-04 a:active,
.focus\:link-action-opal-04 a:focus,
.group:hover .group-hover\:link-action-opal-04 a,
.group:focus-within .group-focus-within\:link-action-opal-04 a {
  color: RGBA(20, 93, 235, 0.04);
}
.link-action-opal-04 a.dark-mode,
.dark-mode .link-action-opal-04 a,
.hover\:link-action-opal-04 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-04 a:hover,
.active\:link-action-opal-04 a:active.dark-mode,
.dark-mode .active\:link-action-opal-04 a:active,
.focus\:link-action-opal-04 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-04 a:focus,
.group:hover .group-hover\:link-action-opal-04 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-04 a,
.group:focus-within .group-focus-within\:link-action-opal-04 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-04 a {
  color: RGBA(62, 162, 255, 0.04);
}
.link-action-opal-5 a,
.hover\:link-action-opal-5 a:hover,
.active\:link-action-opal-5 a:active,
.focus\:link-action-opal-5 a:focus,
.group:hover .group-hover\:link-action-opal-5 a,
.group:focus-within .group-focus-within\:link-action-opal-5 a {
  color: RGBA(20, 93, 235, 0.5);
}
.link-action-opal-5 a.dark-mode,
.dark-mode .link-action-opal-5 a,
.hover\:link-action-opal-5 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-5 a:hover,
.active\:link-action-opal-5 a:active.dark-mode,
.dark-mode .active\:link-action-opal-5 a:active,
.focus\:link-action-opal-5 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-5 a:focus,
.group:hover .group-hover\:link-action-opal-5 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-5 a,
.group:focus-within .group-focus-within\:link-action-opal-5 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-5 a {
  color: RGBA(62, 162, 255, 0.5);
}
.link-action-opal-05 a,
.hover\:link-action-opal-05 a:hover,
.active\:link-action-opal-05 a:active,
.focus\:link-action-opal-05 a:focus,
.group:hover .group-hover\:link-action-opal-05 a,
.group:focus-within .group-focus-within\:link-action-opal-05 a {
  color: RGBA(20, 93, 235, 0.05);
}
.link-action-opal-05 a.dark-mode,
.dark-mode .link-action-opal-05 a,
.hover\:link-action-opal-05 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-05 a:hover,
.active\:link-action-opal-05 a:active.dark-mode,
.dark-mode .active\:link-action-opal-05 a:active,
.focus\:link-action-opal-05 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-05 a:focus,
.group:hover .group-hover\:link-action-opal-05 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-05 a,
.group:focus-within .group-focus-within\:link-action-opal-05 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-05 a {
  color: RGBA(62, 162, 255, 0.05);
}
.link-action-opal-6 a,
.hover\:link-action-opal-6 a:hover,
.active\:link-action-opal-6 a:active,
.focus\:link-action-opal-6 a:focus,
.group:hover .group-hover\:link-action-opal-6 a,
.group:focus-within .group-focus-within\:link-action-opal-6 a {
  color: RGBA(20, 93, 235, 0.6);
}
.link-action-opal-6 a.dark-mode,
.dark-mode .link-action-opal-6 a,
.hover\:link-action-opal-6 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-6 a:hover,
.active\:link-action-opal-6 a:active.dark-mode,
.dark-mode .active\:link-action-opal-6 a:active,
.focus\:link-action-opal-6 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-6 a:focus,
.group:hover .group-hover\:link-action-opal-6 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-6 a,
.group:focus-within .group-focus-within\:link-action-opal-6 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-6 a {
  color: RGBA(62, 162, 255, 0.6);
}
.link-action-opal-06 a,
.hover\:link-action-opal-06 a:hover,
.active\:link-action-opal-06 a:active,
.focus\:link-action-opal-06 a:focus,
.group:hover .group-hover\:link-action-opal-06 a,
.group:focus-within .group-focus-within\:link-action-opal-06 a {
  color: RGBA(20, 93, 235, 0.06);
}
.link-action-opal-06 a.dark-mode,
.dark-mode .link-action-opal-06 a,
.hover\:link-action-opal-06 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-06 a:hover,
.active\:link-action-opal-06 a:active.dark-mode,
.dark-mode .active\:link-action-opal-06 a:active,
.focus\:link-action-opal-06 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-06 a:focus,
.group:hover .group-hover\:link-action-opal-06 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-06 a,
.group:focus-within .group-focus-within\:link-action-opal-06 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-06 a {
  color: RGBA(62, 162, 255, 0.06);
}
.link-action-opal-7 a,
.hover\:link-action-opal-7 a:hover,
.active\:link-action-opal-7 a:active,
.focus\:link-action-opal-7 a:focus,
.group:hover .group-hover\:link-action-opal-7 a,
.group:focus-within .group-focus-within\:link-action-opal-7 a {
  color: RGBA(20, 93, 235, 0.7);
}
.link-action-opal-7 a.dark-mode,
.dark-mode .link-action-opal-7 a,
.hover\:link-action-opal-7 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-7 a:hover,
.active\:link-action-opal-7 a:active.dark-mode,
.dark-mode .active\:link-action-opal-7 a:active,
.focus\:link-action-opal-7 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-7 a:focus,
.group:hover .group-hover\:link-action-opal-7 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-7 a,
.group:focus-within .group-focus-within\:link-action-opal-7 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-7 a {
  color: RGBA(62, 162, 255, 0.7);
}
.link-action-opal-07 a,
.hover\:link-action-opal-07 a:hover,
.active\:link-action-opal-07 a:active,
.focus\:link-action-opal-07 a:focus,
.group:hover .group-hover\:link-action-opal-07 a,
.group:focus-within .group-focus-within\:link-action-opal-07 a {
  color: RGBA(20, 93, 235, 0.07);
}
.link-action-opal-07 a.dark-mode,
.dark-mode .link-action-opal-07 a,
.hover\:link-action-opal-07 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-07 a:hover,
.active\:link-action-opal-07 a:active.dark-mode,
.dark-mode .active\:link-action-opal-07 a:active,
.focus\:link-action-opal-07 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-07 a:focus,
.group:hover .group-hover\:link-action-opal-07 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-07 a,
.group:focus-within .group-focus-within\:link-action-opal-07 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-07 a {
  color: RGBA(62, 162, 255, 0.07);
}
.link-action-opal-8 a,
.hover\:link-action-opal-8 a:hover,
.active\:link-action-opal-8 a:active,
.focus\:link-action-opal-8 a:focus,
.group:hover .group-hover\:link-action-opal-8 a,
.group:focus-within .group-focus-within\:link-action-opal-8 a {
  color: RGBA(20, 93, 235, 0.8);
}
.link-action-opal-8 a.dark-mode,
.dark-mode .link-action-opal-8 a,
.hover\:link-action-opal-8 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-8 a:hover,
.active\:link-action-opal-8 a:active.dark-mode,
.dark-mode .active\:link-action-opal-8 a:active,
.focus\:link-action-opal-8 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-8 a:focus,
.group:hover .group-hover\:link-action-opal-8 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-8 a,
.group:focus-within .group-focus-within\:link-action-opal-8 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-8 a {
  color: RGBA(62, 162, 255, 0.8);
}
.link-action-opal-08 a,
.hover\:link-action-opal-08 a:hover,
.active\:link-action-opal-08 a:active,
.focus\:link-action-opal-08 a:focus,
.group:hover .group-hover\:link-action-opal-08 a,
.group:focus-within .group-focus-within\:link-action-opal-08 a {
  color: RGBA(20, 93, 235, 0.08);
}
.link-action-opal-08 a.dark-mode,
.dark-mode .link-action-opal-08 a,
.hover\:link-action-opal-08 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-08 a:hover,
.active\:link-action-opal-08 a:active.dark-mode,
.dark-mode .active\:link-action-opal-08 a:active,
.focus\:link-action-opal-08 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-08 a:focus,
.group:hover .group-hover\:link-action-opal-08 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-08 a,
.group:focus-within .group-focus-within\:link-action-opal-08 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-08 a {
  color: RGBA(62, 162, 255, 0.08);
}
.link-action-opal-9 a,
.hover\:link-action-opal-9 a:hover,
.active\:link-action-opal-9 a:active,
.focus\:link-action-opal-9 a:focus,
.group:hover .group-hover\:link-action-opal-9 a,
.group:focus-within .group-focus-within\:link-action-opal-9 a {
  color: RGBA(20, 93, 235, 0.9);
}
.link-action-opal-9 a.dark-mode,
.dark-mode .link-action-opal-9 a,
.hover\:link-action-opal-9 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-9 a:hover,
.active\:link-action-opal-9 a:active.dark-mode,
.dark-mode .active\:link-action-opal-9 a:active,
.focus\:link-action-opal-9 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-9 a:focus,
.group:hover .group-hover\:link-action-opal-9 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-9 a,
.group:focus-within .group-focus-within\:link-action-opal-9 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-9 a {
  color: RGBA(62, 162, 255, 0.9);
}
.link-action-opal-09 a,
.hover\:link-action-opal-09 a:hover,
.active\:link-action-opal-09 a:active,
.focus\:link-action-opal-09 a:focus,
.group:hover .group-hover\:link-action-opal-09 a,
.group:focus-within .group-focus-within\:link-action-opal-09 a {
  color: RGBA(20, 93, 235, 0.09);
}
.link-action-opal-09 a.dark-mode,
.dark-mode .link-action-opal-09 a,
.hover\:link-action-opal-09 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-09 a:hover,
.active\:link-action-opal-09 a:active.dark-mode,
.dark-mode .active\:link-action-opal-09 a:active,
.focus\:link-action-opal-09 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-09 a:focus,
.group:hover .group-hover\:link-action-opal-09 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-09 a,
.group:focus-within .group-focus-within\:link-action-opal-09 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-09 a {
  color: RGBA(62, 162, 255, 0.09);
}
.link-action-opal-10 a,
.hover\:link-action-opal-10 a:hover,
.active\:link-action-opal-10 a:active,
.focus\:link-action-opal-10 a:focus,
.group:hover .group-hover\:link-action-opal-10 a,
.group:focus-within .group-focus-within\:link-action-opal-10 a {
  color: RGBA(20, 93, 235, 1);
}
.link-action-opal-10 a.dark-mode,
.dark-mode .link-action-opal-10 a,
.hover\:link-action-opal-10 a:hover.dark-mode,
.dark-mode .hover\:link-action-opal-10 a:hover,
.active\:link-action-opal-10 a:active.dark-mode,
.dark-mode .active\:link-action-opal-10 a:active,
.focus\:link-action-opal-10 a:focus.dark-mode,
.dark-mode .focus\:link-action-opal-10 a:focus,
.group:hover .group-hover\:link-action-opal-10 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-opal-10 a,
.group:focus-within .group-focus-within\:link-action-opal-10 a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-opal-10 a {
  color: RGBA(62, 162, 255, 1);
}
.txt-action-secondary,
.hover\:txt-action-secondary:hover,
.focus\:txt-action-secondary:focus,
.group:hover .group-hover\:txt-action-secondary,
.group:focus-within .group-focus-within\:txt-action-secondary {
  color: #0a26b8;
}
.txt-action-secondary.dark-mode,
.dark-mode .txt-action-secondary,
.hover\:txt-action-secondary:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary:hover,
.focus\:txt-action-secondary:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary:focus,
.group:hover .group-hover\:txt-action-secondary.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary,
.group:focus-within .group-focus-within\:txt-action-secondary.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:txt-action-secondary {
  color: #9bcfff;
}
.txt-action-secondary-opal-0,
.hover\:txt-action-secondary-opal-0:hover,
.focus\:txt-action-secondary-opal-0:focus,
.group:hover .group-hover\:txt-action-secondary-opal-0,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-0 {
  color: RGBA(10, 38, 184, 0);
}
.txt-action-secondary-opal-0.dark-mode,
.dark-mode .txt-action-secondary-opal-0,
.hover\:txt-action-secondary-opal-0:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-0:hover,
.focus\:txt-action-secondary-opal-0:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-0:focus,
.group:hover .group-hover\:txt-action-secondary-opal-0.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-0,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-0.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-0 {
  color: RGBA(155, 207, 255, 0);
}
.txt-action-secondary-opal-00,
.hover\:txt-action-secondary-opal-00:hover,
.focus\:txt-action-secondary-opal-00:focus,
.group:hover .group-hover\:txt-action-secondary-opal-00,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-00 {
  color: RGBA(10, 38, 184, 0);
}
.txt-action-secondary-opal-00.dark-mode,
.dark-mode .txt-action-secondary-opal-00,
.hover\:txt-action-secondary-opal-00:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-00:hover,
.focus\:txt-action-secondary-opal-00:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-00:focus,
.group:hover .group-hover\:txt-action-secondary-opal-00.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-00,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-00.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-00 {
  color: RGBA(155, 207, 255, 0);
}
.txt-action-secondary-opal-1,
.hover\:txt-action-secondary-opal-1:hover,
.focus\:txt-action-secondary-opal-1:focus,
.group:hover .group-hover\:txt-action-secondary-opal-1,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-1 {
  color: RGBA(10, 38, 184, 0.1);
}
.txt-action-secondary-opal-1.dark-mode,
.dark-mode .txt-action-secondary-opal-1,
.hover\:txt-action-secondary-opal-1:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-1:hover,
.focus\:txt-action-secondary-opal-1:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-1:focus,
.group:hover .group-hover\:txt-action-secondary-opal-1.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-1,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-1.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-1 {
  color: RGBA(155, 207, 255, 0.1);
}
.txt-action-secondary-opal-01,
.hover\:txt-action-secondary-opal-01:hover,
.focus\:txt-action-secondary-opal-01:focus,
.group:hover .group-hover\:txt-action-secondary-opal-01,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-01 {
  color: RGBA(10, 38, 184, 0.01);
}
.txt-action-secondary-opal-01.dark-mode,
.dark-mode .txt-action-secondary-opal-01,
.hover\:txt-action-secondary-opal-01:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-01:hover,
.focus\:txt-action-secondary-opal-01:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-01:focus,
.group:hover .group-hover\:txt-action-secondary-opal-01.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-01,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-01.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-01 {
  color: RGBA(155, 207, 255, 0.01);
}
.txt-action-secondary-opal-2,
.hover\:txt-action-secondary-opal-2:hover,
.focus\:txt-action-secondary-opal-2:focus,
.group:hover .group-hover\:txt-action-secondary-opal-2,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-2 {
  color: RGBA(10, 38, 184, 0.2);
}
.txt-action-secondary-opal-2.dark-mode,
.dark-mode .txt-action-secondary-opal-2,
.hover\:txt-action-secondary-opal-2:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-2:hover,
.focus\:txt-action-secondary-opal-2:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-2:focus,
.group:hover .group-hover\:txt-action-secondary-opal-2.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-2,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-2.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-2 {
  color: RGBA(155, 207, 255, 0.2);
}
.txt-action-secondary-opal-02,
.hover\:txt-action-secondary-opal-02:hover,
.focus\:txt-action-secondary-opal-02:focus,
.group:hover .group-hover\:txt-action-secondary-opal-02,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-02 {
  color: RGBA(10, 38, 184, 0.02);
}
.txt-action-secondary-opal-02.dark-mode,
.dark-mode .txt-action-secondary-opal-02,
.hover\:txt-action-secondary-opal-02:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-02:hover,
.focus\:txt-action-secondary-opal-02:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-02:focus,
.group:hover .group-hover\:txt-action-secondary-opal-02.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-02,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-02.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-02 {
  color: RGBA(155, 207, 255, 0.02);
}
.txt-action-secondary-opal-3,
.hover\:txt-action-secondary-opal-3:hover,
.focus\:txt-action-secondary-opal-3:focus,
.group:hover .group-hover\:txt-action-secondary-opal-3,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-3 {
  color: RGBA(10, 38, 184, 0.3);
}
.txt-action-secondary-opal-3.dark-mode,
.dark-mode .txt-action-secondary-opal-3,
.hover\:txt-action-secondary-opal-3:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-3:hover,
.focus\:txt-action-secondary-opal-3:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-3:focus,
.group:hover .group-hover\:txt-action-secondary-opal-3.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-3,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-3.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-3 {
  color: RGBA(155, 207, 255, 0.3);
}
.txt-action-secondary-opal-03,
.hover\:txt-action-secondary-opal-03:hover,
.focus\:txt-action-secondary-opal-03:focus,
.group:hover .group-hover\:txt-action-secondary-opal-03,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-03 {
  color: RGBA(10, 38, 184, 0.03);
}
.txt-action-secondary-opal-03.dark-mode,
.dark-mode .txt-action-secondary-opal-03,
.hover\:txt-action-secondary-opal-03:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-03:hover,
.focus\:txt-action-secondary-opal-03:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-03:focus,
.group:hover .group-hover\:txt-action-secondary-opal-03.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-03,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-03.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-03 {
  color: RGBA(155, 207, 255, 0.03);
}
.txt-action-secondary-opal-4,
.hover\:txt-action-secondary-opal-4:hover,
.focus\:txt-action-secondary-opal-4:focus,
.group:hover .group-hover\:txt-action-secondary-opal-4,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-4 {
  color: RGBA(10, 38, 184, 0.4);
}
.txt-action-secondary-opal-4.dark-mode,
.dark-mode .txt-action-secondary-opal-4,
.hover\:txt-action-secondary-opal-4:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-4:hover,
.focus\:txt-action-secondary-opal-4:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-4:focus,
.group:hover .group-hover\:txt-action-secondary-opal-4.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-4,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-4.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-4 {
  color: RGBA(155, 207, 255, 0.4);
}
.txt-action-secondary-opal-04,
.hover\:txt-action-secondary-opal-04:hover,
.focus\:txt-action-secondary-opal-04:focus,
.group:hover .group-hover\:txt-action-secondary-opal-04,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-04 {
  color: RGBA(10, 38, 184, 0.04);
}
.txt-action-secondary-opal-04.dark-mode,
.dark-mode .txt-action-secondary-opal-04,
.hover\:txt-action-secondary-opal-04:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-04:hover,
.focus\:txt-action-secondary-opal-04:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-04:focus,
.group:hover .group-hover\:txt-action-secondary-opal-04.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-04,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-04.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-04 {
  color: RGBA(155, 207, 255, 0.04);
}
.txt-action-secondary-opal-5,
.hover\:txt-action-secondary-opal-5:hover,
.focus\:txt-action-secondary-opal-5:focus,
.group:hover .group-hover\:txt-action-secondary-opal-5,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-5 {
  color: RGBA(10, 38, 184, 0.5);
}
.txt-action-secondary-opal-5.dark-mode,
.dark-mode .txt-action-secondary-opal-5,
.hover\:txt-action-secondary-opal-5:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-5:hover,
.focus\:txt-action-secondary-opal-5:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-5:focus,
.group:hover .group-hover\:txt-action-secondary-opal-5.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-5,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-5.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-5 {
  color: RGBA(155, 207, 255, 0.5);
}
.txt-action-secondary-opal-05,
.hover\:txt-action-secondary-opal-05:hover,
.focus\:txt-action-secondary-opal-05:focus,
.group:hover .group-hover\:txt-action-secondary-opal-05,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-05 {
  color: RGBA(10, 38, 184, 0.05);
}
.txt-action-secondary-opal-05.dark-mode,
.dark-mode .txt-action-secondary-opal-05,
.hover\:txt-action-secondary-opal-05:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-05:hover,
.focus\:txt-action-secondary-opal-05:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-05:focus,
.group:hover .group-hover\:txt-action-secondary-opal-05.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-05,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-05.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-05 {
  color: RGBA(155, 207, 255, 0.05);
}
.txt-action-secondary-opal-6,
.hover\:txt-action-secondary-opal-6:hover,
.focus\:txt-action-secondary-opal-6:focus,
.group:hover .group-hover\:txt-action-secondary-opal-6,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-6 {
  color: RGBA(10, 38, 184, 0.6);
}
.txt-action-secondary-opal-6.dark-mode,
.dark-mode .txt-action-secondary-opal-6,
.hover\:txt-action-secondary-opal-6:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-6:hover,
.focus\:txt-action-secondary-opal-6:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-6:focus,
.group:hover .group-hover\:txt-action-secondary-opal-6.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-6,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-6.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-6 {
  color: RGBA(155, 207, 255, 0.6);
}
.txt-action-secondary-opal-06,
.hover\:txt-action-secondary-opal-06:hover,
.focus\:txt-action-secondary-opal-06:focus,
.group:hover .group-hover\:txt-action-secondary-opal-06,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-06 {
  color: RGBA(10, 38, 184, 0.06);
}
.txt-action-secondary-opal-06.dark-mode,
.dark-mode .txt-action-secondary-opal-06,
.hover\:txt-action-secondary-opal-06:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-06:hover,
.focus\:txt-action-secondary-opal-06:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-06:focus,
.group:hover .group-hover\:txt-action-secondary-opal-06.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-06,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-06.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-06 {
  color: RGBA(155, 207, 255, 0.06);
}
.txt-action-secondary-opal-7,
.hover\:txt-action-secondary-opal-7:hover,
.focus\:txt-action-secondary-opal-7:focus,
.group:hover .group-hover\:txt-action-secondary-opal-7,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-7 {
  color: RGBA(10, 38, 184, 0.7);
}
.txt-action-secondary-opal-7.dark-mode,
.dark-mode .txt-action-secondary-opal-7,
.hover\:txt-action-secondary-opal-7:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-7:hover,
.focus\:txt-action-secondary-opal-7:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-7:focus,
.group:hover .group-hover\:txt-action-secondary-opal-7.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-7,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-7.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-7 {
  color: RGBA(155, 207, 255, 0.7);
}
.txt-action-secondary-opal-07,
.hover\:txt-action-secondary-opal-07:hover,
.focus\:txt-action-secondary-opal-07:focus,
.group:hover .group-hover\:txt-action-secondary-opal-07,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-07 {
  color: RGBA(10, 38, 184, 0.07);
}
.txt-action-secondary-opal-07.dark-mode,
.dark-mode .txt-action-secondary-opal-07,
.hover\:txt-action-secondary-opal-07:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-07:hover,
.focus\:txt-action-secondary-opal-07:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-07:focus,
.group:hover .group-hover\:txt-action-secondary-opal-07.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-07,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-07.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-07 {
  color: RGBA(155, 207, 255, 0.07);
}
.txt-action-secondary-opal-8,
.hover\:txt-action-secondary-opal-8:hover,
.focus\:txt-action-secondary-opal-8:focus,
.group:hover .group-hover\:txt-action-secondary-opal-8,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-8 {
  color: RGBA(10, 38, 184, 0.8);
}
.txt-action-secondary-opal-8.dark-mode,
.dark-mode .txt-action-secondary-opal-8,
.hover\:txt-action-secondary-opal-8:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-8:hover,
.focus\:txt-action-secondary-opal-8:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-8:focus,
.group:hover .group-hover\:txt-action-secondary-opal-8.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-8,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-8.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-8 {
  color: RGBA(155, 207, 255, 0.8);
}
.txt-action-secondary-opal-08,
.hover\:txt-action-secondary-opal-08:hover,
.focus\:txt-action-secondary-opal-08:focus,
.group:hover .group-hover\:txt-action-secondary-opal-08,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-08 {
  color: RGBA(10, 38, 184, 0.08);
}
.txt-action-secondary-opal-08.dark-mode,
.dark-mode .txt-action-secondary-opal-08,
.hover\:txt-action-secondary-opal-08:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-08:hover,
.focus\:txt-action-secondary-opal-08:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-08:focus,
.group:hover .group-hover\:txt-action-secondary-opal-08.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-08,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-08.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-08 {
  color: RGBA(155, 207, 255, 0.08);
}
.txt-action-secondary-opal-9,
.hover\:txt-action-secondary-opal-9:hover,
.focus\:txt-action-secondary-opal-9:focus,
.group:hover .group-hover\:txt-action-secondary-opal-9,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-9 {
  color: RGBA(10, 38, 184, 0.9);
}
.txt-action-secondary-opal-9.dark-mode,
.dark-mode .txt-action-secondary-opal-9,
.hover\:txt-action-secondary-opal-9:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-9:hover,
.focus\:txt-action-secondary-opal-9:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-9:focus,
.group:hover .group-hover\:txt-action-secondary-opal-9.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-9,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-9.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-9 {
  color: RGBA(155, 207, 255, 0.9);
}
.txt-action-secondary-opal-09,
.hover\:txt-action-secondary-opal-09:hover,
.focus\:txt-action-secondary-opal-09:focus,
.group:hover .group-hover\:txt-action-secondary-opal-09,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-09 {
  color: RGBA(10, 38, 184, 0.09);
}
.txt-action-secondary-opal-09.dark-mode,
.dark-mode .txt-action-secondary-opal-09,
.hover\:txt-action-secondary-opal-09:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-09:hover,
.focus\:txt-action-secondary-opal-09:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-09:focus,
.group:hover .group-hover\:txt-action-secondary-opal-09.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-09,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-09.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-09 {
  color: RGBA(155, 207, 255, 0.09);
}
.txt-action-secondary-opal-10,
.hover\:txt-action-secondary-opal-10:hover,
.focus\:txt-action-secondary-opal-10:focus,
.group:hover .group-hover\:txt-action-secondary-opal-10,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-10 {
  color: RGBA(10, 38, 184, 1);
}
.txt-action-secondary-opal-10.dark-mode,
.dark-mode .txt-action-secondary-opal-10,
.hover\:txt-action-secondary-opal-10:hover.dark-mode,
.dark-mode .hover\:txt-action-secondary-opal-10:hover,
.focus\:txt-action-secondary-opal-10:focus.dark-mode,
.dark-mode .focus\:txt-action-secondary-opal-10:focus,
.group:hover .group-hover\:txt-action-secondary-opal-10.dark-mode,
.dark-mode .group:hover .group-hover\:txt-action-secondary-opal-10,
.group:focus-within .group-focus-within\:txt-action-secondary-opal-10.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:txt-action-secondary-opal-10 {
  color: RGBA(155, 207, 255, 1);
}
.link-action-secondary a,
.hover\:link-action-secondary a:hover,
.active\:link-action-secondary a:active,
.focus\:link-action-secondary a:focus,
.group:hover .group-hover\:link-action-secondary a,
.group:focus-within .group-focus-within\:link-action-secondary a {
  color: #0a26b8;
}
.link-action-secondary a.dark-mode,
.dark-mode .link-action-secondary a,
.hover\:link-action-secondary a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary a:hover,
.active\:link-action-secondary a:active.dark-mode,
.dark-mode .active\:link-action-secondary a:active,
.focus\:link-action-secondary a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary a:focus,
.group:hover .group-hover\:link-action-secondary a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary a,
.group:focus-within .group-focus-within\:link-action-secondary a.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:link-action-secondary a {
  color: #9bcfff;
}
.link-action-secondary-opal-0 a,
.hover\:link-action-secondary-opal-0 a:hover,
.active\:link-action-secondary-opal-0 a:active,
.focus\:link-action-secondary-opal-0 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-0 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-0 a {
  color: RGBA(10, 38, 184, 0);
}
.link-action-secondary-opal-0 a.dark-mode,
.dark-mode .link-action-secondary-opal-0 a,
.hover\:link-action-secondary-opal-0 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-0 a:hover,
.active\:link-action-secondary-opal-0 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-0 a:active,
.focus\:link-action-secondary-opal-0 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-0 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-0 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-0 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-0
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-0
  a {
  color: RGBA(155, 207, 255, 0);
}
.link-action-secondary-opal-00 a,
.hover\:link-action-secondary-opal-00 a:hover,
.active\:link-action-secondary-opal-00 a:active,
.focus\:link-action-secondary-opal-00 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-00 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-00 a {
  color: RGBA(10, 38, 184, 0);
}
.link-action-secondary-opal-00 a.dark-mode,
.dark-mode .link-action-secondary-opal-00 a,
.hover\:link-action-secondary-opal-00 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-00 a:hover,
.active\:link-action-secondary-opal-00 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-00 a:active,
.focus\:link-action-secondary-opal-00 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-00 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-00 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-00 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-00
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-00
  a {
  color: RGBA(155, 207, 255, 0);
}
.link-action-secondary-opal-1 a,
.hover\:link-action-secondary-opal-1 a:hover,
.active\:link-action-secondary-opal-1 a:active,
.focus\:link-action-secondary-opal-1 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-1 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-1 a {
  color: RGBA(10, 38, 184, 0.1);
}
.link-action-secondary-opal-1 a.dark-mode,
.dark-mode .link-action-secondary-opal-1 a,
.hover\:link-action-secondary-opal-1 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-1 a:hover,
.active\:link-action-secondary-opal-1 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-1 a:active,
.focus\:link-action-secondary-opal-1 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-1 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-1 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-1 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-1
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-1
  a {
  color: RGBA(155, 207, 255, 0.1);
}
.link-action-secondary-opal-01 a,
.hover\:link-action-secondary-opal-01 a:hover,
.active\:link-action-secondary-opal-01 a:active,
.focus\:link-action-secondary-opal-01 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-01 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-01 a {
  color: RGBA(10, 38, 184, 0.01);
}
.link-action-secondary-opal-01 a.dark-mode,
.dark-mode .link-action-secondary-opal-01 a,
.hover\:link-action-secondary-opal-01 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-01 a:hover,
.active\:link-action-secondary-opal-01 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-01 a:active,
.focus\:link-action-secondary-opal-01 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-01 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-01 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-01 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-01
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-01
  a {
  color: RGBA(155, 207, 255, 0.01);
}
.link-action-secondary-opal-2 a,
.hover\:link-action-secondary-opal-2 a:hover,
.active\:link-action-secondary-opal-2 a:active,
.focus\:link-action-secondary-opal-2 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-2 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-2 a {
  color: RGBA(10, 38, 184, 0.2);
}
.link-action-secondary-opal-2 a.dark-mode,
.dark-mode .link-action-secondary-opal-2 a,
.hover\:link-action-secondary-opal-2 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-2 a:hover,
.active\:link-action-secondary-opal-2 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-2 a:active,
.focus\:link-action-secondary-opal-2 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-2 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-2 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-2 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-2
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-2
  a {
  color: RGBA(155, 207, 255, 0.2);
}
.link-action-secondary-opal-02 a,
.hover\:link-action-secondary-opal-02 a:hover,
.active\:link-action-secondary-opal-02 a:active,
.focus\:link-action-secondary-opal-02 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-02 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-02 a {
  color: RGBA(10, 38, 184, 0.02);
}
.link-action-secondary-opal-02 a.dark-mode,
.dark-mode .link-action-secondary-opal-02 a,
.hover\:link-action-secondary-opal-02 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-02 a:hover,
.active\:link-action-secondary-opal-02 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-02 a:active,
.focus\:link-action-secondary-opal-02 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-02 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-02 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-02 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-02
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-02
  a {
  color: RGBA(155, 207, 255, 0.02);
}
.link-action-secondary-opal-3 a,
.hover\:link-action-secondary-opal-3 a:hover,
.active\:link-action-secondary-opal-3 a:active,
.focus\:link-action-secondary-opal-3 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-3 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-3 a {
  color: RGBA(10, 38, 184, 0.3);
}
.link-action-secondary-opal-3 a.dark-mode,
.dark-mode .link-action-secondary-opal-3 a,
.hover\:link-action-secondary-opal-3 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-3 a:hover,
.active\:link-action-secondary-opal-3 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-3 a:active,
.focus\:link-action-secondary-opal-3 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-3 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-3 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-3 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-3
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-3
  a {
  color: RGBA(155, 207, 255, 0.3);
}
.link-action-secondary-opal-03 a,
.hover\:link-action-secondary-opal-03 a:hover,
.active\:link-action-secondary-opal-03 a:active,
.focus\:link-action-secondary-opal-03 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-03 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-03 a {
  color: RGBA(10, 38, 184, 0.03);
}
.link-action-secondary-opal-03 a.dark-mode,
.dark-mode .link-action-secondary-opal-03 a,
.hover\:link-action-secondary-opal-03 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-03 a:hover,
.active\:link-action-secondary-opal-03 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-03 a:active,
.focus\:link-action-secondary-opal-03 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-03 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-03 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-03 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-03
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-03
  a {
  color: RGBA(155, 207, 255, 0.03);
}
.link-action-secondary-opal-4 a,
.hover\:link-action-secondary-opal-4 a:hover,
.active\:link-action-secondary-opal-4 a:active,
.focus\:link-action-secondary-opal-4 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-4 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-4 a {
  color: RGBA(10, 38, 184, 0.4);
}
.link-action-secondary-opal-4 a.dark-mode,
.dark-mode .link-action-secondary-opal-4 a,
.hover\:link-action-secondary-opal-4 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-4 a:hover,
.active\:link-action-secondary-opal-4 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-4 a:active,
.focus\:link-action-secondary-opal-4 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-4 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-4 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-4 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-4
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-4
  a {
  color: RGBA(155, 207, 255, 0.4);
}
.link-action-secondary-opal-04 a,
.hover\:link-action-secondary-opal-04 a:hover,
.active\:link-action-secondary-opal-04 a:active,
.focus\:link-action-secondary-opal-04 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-04 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-04 a {
  color: RGBA(10, 38, 184, 0.04);
}
.link-action-secondary-opal-04 a.dark-mode,
.dark-mode .link-action-secondary-opal-04 a,
.hover\:link-action-secondary-opal-04 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-04 a:hover,
.active\:link-action-secondary-opal-04 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-04 a:active,
.focus\:link-action-secondary-opal-04 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-04 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-04 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-04 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-04
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-04
  a {
  color: RGBA(155, 207, 255, 0.04);
}
.link-action-secondary-opal-5 a,
.hover\:link-action-secondary-opal-5 a:hover,
.active\:link-action-secondary-opal-5 a:active,
.focus\:link-action-secondary-opal-5 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-5 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-5 a {
  color: RGBA(10, 38, 184, 0.5);
}
.link-action-secondary-opal-5 a.dark-mode,
.dark-mode .link-action-secondary-opal-5 a,
.hover\:link-action-secondary-opal-5 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-5 a:hover,
.active\:link-action-secondary-opal-5 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-5 a:active,
.focus\:link-action-secondary-opal-5 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-5 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-5 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-5 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-5
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-5
  a {
  color: RGBA(155, 207, 255, 0.5);
}
.link-action-secondary-opal-05 a,
.hover\:link-action-secondary-opal-05 a:hover,
.active\:link-action-secondary-opal-05 a:active,
.focus\:link-action-secondary-opal-05 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-05 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-05 a {
  color: RGBA(10, 38, 184, 0.05);
}
.link-action-secondary-opal-05 a.dark-mode,
.dark-mode .link-action-secondary-opal-05 a,
.hover\:link-action-secondary-opal-05 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-05 a:hover,
.active\:link-action-secondary-opal-05 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-05 a:active,
.focus\:link-action-secondary-opal-05 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-05 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-05 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-05 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-05
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-05
  a {
  color: RGBA(155, 207, 255, 0.05);
}
.link-action-secondary-opal-6 a,
.hover\:link-action-secondary-opal-6 a:hover,
.active\:link-action-secondary-opal-6 a:active,
.focus\:link-action-secondary-opal-6 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-6 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-6 a {
  color: RGBA(10, 38, 184, 0.6);
}
.link-action-secondary-opal-6 a.dark-mode,
.dark-mode .link-action-secondary-opal-6 a,
.hover\:link-action-secondary-opal-6 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-6 a:hover,
.active\:link-action-secondary-opal-6 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-6 a:active,
.focus\:link-action-secondary-opal-6 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-6 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-6 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-6 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-6
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-6
  a {
  color: RGBA(155, 207, 255, 0.6);
}
.link-action-secondary-opal-06 a,
.hover\:link-action-secondary-opal-06 a:hover,
.active\:link-action-secondary-opal-06 a:active,
.focus\:link-action-secondary-opal-06 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-06 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-06 a {
  color: RGBA(10, 38, 184, 0.06);
}
.link-action-secondary-opal-06 a.dark-mode,
.dark-mode .link-action-secondary-opal-06 a,
.hover\:link-action-secondary-opal-06 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-06 a:hover,
.active\:link-action-secondary-opal-06 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-06 a:active,
.focus\:link-action-secondary-opal-06 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-06 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-06 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-06 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-06
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-06
  a {
  color: RGBA(155, 207, 255, 0.06);
}
.link-action-secondary-opal-7 a,
.hover\:link-action-secondary-opal-7 a:hover,
.active\:link-action-secondary-opal-7 a:active,
.focus\:link-action-secondary-opal-7 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-7 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-7 a {
  color: RGBA(10, 38, 184, 0.7);
}
.link-action-secondary-opal-7 a.dark-mode,
.dark-mode .link-action-secondary-opal-7 a,
.hover\:link-action-secondary-opal-7 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-7 a:hover,
.active\:link-action-secondary-opal-7 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-7 a:active,
.focus\:link-action-secondary-opal-7 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-7 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-7 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-7 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-7
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-7
  a {
  color: RGBA(155, 207, 255, 0.7);
}
.link-action-secondary-opal-07 a,
.hover\:link-action-secondary-opal-07 a:hover,
.active\:link-action-secondary-opal-07 a:active,
.focus\:link-action-secondary-opal-07 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-07 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-07 a {
  color: RGBA(10, 38, 184, 0.07);
}
.link-action-secondary-opal-07 a.dark-mode,
.dark-mode .link-action-secondary-opal-07 a,
.hover\:link-action-secondary-opal-07 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-07 a:hover,
.active\:link-action-secondary-opal-07 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-07 a:active,
.focus\:link-action-secondary-opal-07 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-07 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-07 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-07 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-07
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-07
  a {
  color: RGBA(155, 207, 255, 0.07);
}
.link-action-secondary-opal-8 a,
.hover\:link-action-secondary-opal-8 a:hover,
.active\:link-action-secondary-opal-8 a:active,
.focus\:link-action-secondary-opal-8 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-8 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-8 a {
  color: RGBA(10, 38, 184, 0.8);
}
.link-action-secondary-opal-8 a.dark-mode,
.dark-mode .link-action-secondary-opal-8 a,
.hover\:link-action-secondary-opal-8 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-8 a:hover,
.active\:link-action-secondary-opal-8 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-8 a:active,
.focus\:link-action-secondary-opal-8 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-8 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-8 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-8 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-8
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-8
  a {
  color: RGBA(155, 207, 255, 0.8);
}
.link-action-secondary-opal-08 a,
.hover\:link-action-secondary-opal-08 a:hover,
.active\:link-action-secondary-opal-08 a:active,
.focus\:link-action-secondary-opal-08 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-08 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-08 a {
  color: RGBA(10, 38, 184, 0.08);
}
.link-action-secondary-opal-08 a.dark-mode,
.dark-mode .link-action-secondary-opal-08 a,
.hover\:link-action-secondary-opal-08 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-08 a:hover,
.active\:link-action-secondary-opal-08 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-08 a:active,
.focus\:link-action-secondary-opal-08 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-08 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-08 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-08 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-08
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-08
  a {
  color: RGBA(155, 207, 255, 0.08);
}
.link-action-secondary-opal-9 a,
.hover\:link-action-secondary-opal-9 a:hover,
.active\:link-action-secondary-opal-9 a:active,
.focus\:link-action-secondary-opal-9 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-9 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-9 a {
  color: RGBA(10, 38, 184, 0.9);
}
.link-action-secondary-opal-9 a.dark-mode,
.dark-mode .link-action-secondary-opal-9 a,
.hover\:link-action-secondary-opal-9 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-9 a:hover,
.active\:link-action-secondary-opal-9 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-9 a:active,
.focus\:link-action-secondary-opal-9 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-9 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-9 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-9 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-9
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-9
  a {
  color: RGBA(155, 207, 255, 0.9);
}
.link-action-secondary-opal-09 a,
.hover\:link-action-secondary-opal-09 a:hover,
.active\:link-action-secondary-opal-09 a:active,
.focus\:link-action-secondary-opal-09 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-09 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-09 a {
  color: RGBA(10, 38, 184, 0.09);
}
.link-action-secondary-opal-09 a.dark-mode,
.dark-mode .link-action-secondary-opal-09 a,
.hover\:link-action-secondary-opal-09 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-09 a:hover,
.active\:link-action-secondary-opal-09 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-09 a:active,
.focus\:link-action-secondary-opal-09 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-09 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-09 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-09 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-09
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-09
  a {
  color: RGBA(155, 207, 255, 0.09);
}
.link-action-secondary-opal-10 a,
.hover\:link-action-secondary-opal-10 a:hover,
.active\:link-action-secondary-opal-10 a:active,
.focus\:link-action-secondary-opal-10 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-10 a,
.group:focus-within .group-focus-within\:link-action-secondary-opal-10 a {
  color: RGBA(10, 38, 184, 1);
}
.link-action-secondary-opal-10 a.dark-mode,
.dark-mode .link-action-secondary-opal-10 a,
.hover\:link-action-secondary-opal-10 a:hover.dark-mode,
.dark-mode .hover\:link-action-secondary-opal-10 a:hover,
.active\:link-action-secondary-opal-10 a:active.dark-mode,
.dark-mode .active\:link-action-secondary-opal-10 a:active,
.focus\:link-action-secondary-opal-10 a:focus.dark-mode,
.dark-mode .focus\:link-action-secondary-opal-10 a:focus,
.group:hover .group-hover\:link-action-secondary-opal-10 a.dark-mode,
.dark-mode .group:hover .group-hover\:link-action-secondary-opal-10 a,
.group:focus-within
  .group-focus-within\:link-action-secondary-opal-10
  a.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:link-action-secondary-opal-10
  a {
  color: RGBA(155, 207, 255, 1);
}
.bg-action,
.hover\:bg-action:hover,
.focus\:bg-action:focus,
.group:hover .group-hover\:bg-action,
.group:focus-within .group-focus-within\:bg-action {
  background-color: #145deb;
}
.bg-action.dark-mode,
.dark-mode .bg-action,
.hover\:bg-action:hover.dark-mode,
.dark-mode .hover\:bg-action:hover,
.focus\:bg-action:focus.dark-mode,
.dark-mode .focus\:bg-action:focus,
.group:hover .group-hover\:bg-action.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action,
.group:focus-within .group-focus-within\:bg-action.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action {
  background-color: #3ea2ff;
}
.bg-action-opal-0,
.hover\:bg-action-opal-0:hover,
.focus\:bg-action-opal-0:focus,
.group:hover .group-hover\:bg-action-opal-0,
.group:focus-within .group-focus-within\:bg-action-opal-0 {
  background-color: RGBA(20, 93, 235, 0);
}
.bg-action-opal-0.dark-mode,
.dark-mode .bg-action-opal-0,
.hover\:bg-action-opal-0:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-0:hover,
.focus\:bg-action-opal-0:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-0:focus,
.group:hover .group-hover\:bg-action-opal-0.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-0,
.group:focus-within .group-focus-within\:bg-action-opal-0.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-0 {
  background-color: RGBA(62, 162, 255, 0);
}
.bg-action-opal-00,
.hover\:bg-action-opal-00:hover,
.focus\:bg-action-opal-00:focus,
.group:hover .group-hover\:bg-action-opal-00,
.group:focus-within .group-focus-within\:bg-action-opal-00 {
  background-color: RGBA(20, 93, 235, 0);
}
.bg-action-opal-00.dark-mode,
.dark-mode .bg-action-opal-00,
.hover\:bg-action-opal-00:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-00:hover,
.focus\:bg-action-opal-00:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-00:focus,
.group:hover .group-hover\:bg-action-opal-00.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-00,
.group:focus-within .group-focus-within\:bg-action-opal-00.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-00 {
  background-color: RGBA(62, 162, 255, 0);
}
.bg-action-opal-1,
.hover\:bg-action-opal-1:hover,
.focus\:bg-action-opal-1:focus,
.group:hover .group-hover\:bg-action-opal-1,
.group:hover .card,
.group:focus-within .group-focus-within\:bg-action-opal-1 {
  background-color: RGBA(20, 93, 235, 0.1);
}
.bg-action-opal-1.dark-mode,
.dark-mode .bg-action-opal-1,
.hover\:bg-action-opal-1:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-1:hover,
.focus\:bg-action-opal-1:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-1:focus,
.group:hover .group-hover\:bg-action-opal-1.dark-mode,
.group:hover .dark-mode.card,
.dark-mode .group:hover .group-hover\:bg-action-opal-1,
.dark-mode .group:hover .card,
.group:focus-within .group-focus-within\:bg-action-opal-1.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-1 {
  background-color: RGBA(62, 162, 255, 0.1);
}
.bg-action-opal-01,
.hover\:bg-action-opal-01:hover,
.focus\:bg-action-opal-01:focus,
.group:hover .group-hover\:bg-action-opal-01,
.group:focus-within .group-focus-within\:bg-action-opal-01 {
  background-color: RGBA(20, 93, 235, 0.01);
}
.bg-action-opal-01.dark-mode,
.dark-mode .bg-action-opal-01,
.hover\:bg-action-opal-01:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-01:hover,
.focus\:bg-action-opal-01:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-01:focus,
.group:hover .group-hover\:bg-action-opal-01.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-01,
.group:focus-within .group-focus-within\:bg-action-opal-01.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-01 {
  background-color: RGBA(62, 162, 255, 0.01);
}
.bg-action-opal-2,
.hover\:bg-action-opal-2:hover,
.focus\:bg-action-opal-2:focus,
.group:hover .group-hover\:bg-action-opal-2,
.group:focus-within .group-focus-within\:bg-action-opal-2 {
  background-color: RGBA(20, 93, 235, 0.2);
}
.bg-action-opal-2.dark-mode,
.dark-mode .bg-action-opal-2,
.hover\:bg-action-opal-2:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-2:hover,
.focus\:bg-action-opal-2:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-2:focus,
.group:hover .group-hover\:bg-action-opal-2.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-2,
.group:focus-within .group-focus-within\:bg-action-opal-2.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-2 {
  background-color: RGBA(62, 162, 255, 0.2);
}
.bg-action-opal-02,
.hover\:bg-action-opal-02:hover,
.focus\:bg-action-opal-02:focus,
.group:hover .group-hover\:bg-action-opal-02,
.group:focus-within .group-focus-within\:bg-action-opal-02 {
  background-color: RGBA(20, 93, 235, 0.02);
}
.bg-action-opal-02.dark-mode,
.dark-mode .bg-action-opal-02,
.hover\:bg-action-opal-02:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-02:hover,
.focus\:bg-action-opal-02:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-02:focus,
.group:hover .group-hover\:bg-action-opal-02.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-02,
.group:focus-within .group-focus-within\:bg-action-opal-02.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-02 {
  background-color: RGBA(62, 162, 255, 0.02);
}
.bg-action-opal-3,
.hover\:bg-action-opal-3:hover,
.focus\:bg-action-opal-3:focus,
.group:hover .group-hover\:bg-action-opal-3,
.group:focus-within .group-focus-within\:bg-action-opal-3 {
  background-color: RGBA(20, 93, 235, 0.3);
}
.bg-action-opal-3.dark-mode,
.dark-mode .bg-action-opal-3,
.hover\:bg-action-opal-3:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-3:hover,
.focus\:bg-action-opal-3:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-3:focus,
.group:hover .group-hover\:bg-action-opal-3.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-3,
.group:focus-within .group-focus-within\:bg-action-opal-3.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-3 {
  background-color: RGBA(62, 162, 255, 0.3);
}
.bg-action-opal-03,
.hover\:bg-action-opal-03:hover,
.focus\:bg-action-opal-03:focus,
.group:hover .group-hover\:bg-action-opal-03,
.group:focus-within .group-focus-within\:bg-action-opal-03 {
  background-color: RGBA(20, 93, 235, 0.03);
}
.bg-action-opal-03.dark-mode,
.dark-mode .bg-action-opal-03,
.hover\:bg-action-opal-03:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-03:hover,
.focus\:bg-action-opal-03:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-03:focus,
.group:hover .group-hover\:bg-action-opal-03.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-03,
.group:focus-within .group-focus-within\:bg-action-opal-03.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-03 {
  background-color: RGBA(62, 162, 255, 0.03);
}
.bg-action-opal-4,
.hover\:bg-action-opal-4:hover,
.focus\:bg-action-opal-4:focus,
.group:hover .group-hover\:bg-action-opal-4,
.group:focus-within .group-focus-within\:bg-action-opal-4 {
  background-color: RGBA(20, 93, 235, 0.4);
}
.bg-action-opal-4.dark-mode,
.dark-mode .bg-action-opal-4,
.hover\:bg-action-opal-4:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-4:hover,
.focus\:bg-action-opal-4:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-4:focus,
.group:hover .group-hover\:bg-action-opal-4.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-4,
.group:focus-within .group-focus-within\:bg-action-opal-4.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-4 {
  background-color: RGBA(62, 162, 255, 0.4);
}
.bg-action-opal-04,
.hover\:bg-action-opal-04:hover,
.focus\:bg-action-opal-04:focus,
.group:hover .group-hover\:bg-action-opal-04,
.group:focus-within .group-focus-within\:bg-action-opal-04 {
  background-color: RGBA(20, 93, 235, 0.04);
}
.bg-action-opal-04.dark-mode,
.dark-mode .bg-action-opal-04,
.hover\:bg-action-opal-04:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-04:hover,
.focus\:bg-action-opal-04:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-04:focus,
.group:hover .group-hover\:bg-action-opal-04.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-04,
.group:focus-within .group-focus-within\:bg-action-opal-04.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-04 {
  background-color: RGBA(62, 162, 255, 0.04);
}
.bg-action-opal-5,
.hover\:bg-action-opal-5:hover,
.focus\:bg-action-opal-5:focus,
.group:hover .group-hover\:bg-action-opal-5,
.group:focus-within .group-focus-within\:bg-action-opal-5 {
  background-color: RGBA(20, 93, 235, 0.5);
}
.bg-action-opal-5.dark-mode,
.dark-mode .bg-action-opal-5,
.hover\:bg-action-opal-5:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-5:hover,
.focus\:bg-action-opal-5:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-5:focus,
.group:hover .group-hover\:bg-action-opal-5.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-5,
.group:focus-within .group-focus-within\:bg-action-opal-5.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-5 {
  background-color: RGBA(62, 162, 255, 0.5);
}
.bg-action-opal-05,
.hover\:bg-action-opal-05:hover,
.focus\:bg-action-opal-05:focus,
.group:hover .group-hover\:bg-action-opal-05,
.group:focus-within .group-focus-within\:bg-action-opal-05 {
  background-color: RGBA(20, 93, 235, 0.05);
}
.bg-action-opal-05.dark-mode,
.dark-mode .bg-action-opal-05,
.hover\:bg-action-opal-05:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-05:hover,
.focus\:bg-action-opal-05:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-05:focus,
.group:hover .group-hover\:bg-action-opal-05.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-05,
.group:focus-within .group-focus-within\:bg-action-opal-05.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-05 {
  background-color: RGBA(62, 162, 255, 0.05);
}
.bg-action-opal-6,
.hover\:bg-action-opal-6:hover,
.focus\:bg-action-opal-6:focus,
.group:hover .group-hover\:bg-action-opal-6,
.group:focus-within .group-focus-within\:bg-action-opal-6 {
  background-color: RGBA(20, 93, 235, 0.6);
}
.bg-action-opal-6.dark-mode,
.dark-mode .bg-action-opal-6,
.hover\:bg-action-opal-6:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-6:hover,
.focus\:bg-action-opal-6:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-6:focus,
.group:hover .group-hover\:bg-action-opal-6.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-6,
.group:focus-within .group-focus-within\:bg-action-opal-6.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-6 {
  background-color: RGBA(62, 162, 255, 0.6);
}
.bg-action-opal-06,
.hover\:bg-action-opal-06:hover,
.focus\:bg-action-opal-06:focus,
.group:hover .group-hover\:bg-action-opal-06,
.group:focus-within .group-focus-within\:bg-action-opal-06 {
  background-color: RGBA(20, 93, 235, 0.06);
}
.bg-action-opal-06.dark-mode,
.dark-mode .bg-action-opal-06,
.hover\:bg-action-opal-06:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-06:hover,
.focus\:bg-action-opal-06:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-06:focus,
.group:hover .group-hover\:bg-action-opal-06.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-06,
.group:focus-within .group-focus-within\:bg-action-opal-06.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-06 {
  background-color: RGBA(62, 162, 255, 0.06);
}
.bg-action-opal-7,
.hover\:bg-action-opal-7:hover,
.focus\:bg-action-opal-7:focus,
.group:hover .group-hover\:bg-action-opal-7,
.group:focus-within .group-focus-within\:bg-action-opal-7 {
  background-color: RGBA(20, 93, 235, 0.7);
}
.bg-action-opal-7.dark-mode,
.dark-mode .bg-action-opal-7,
.hover\:bg-action-opal-7:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-7:hover,
.focus\:bg-action-opal-7:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-7:focus,
.group:hover .group-hover\:bg-action-opal-7.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-7,
.group:focus-within .group-focus-within\:bg-action-opal-7.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-7 {
  background-color: RGBA(62, 162, 255, 0.7);
}
.bg-action-opal-07,
.hover\:bg-action-opal-07:hover,
.focus\:bg-action-opal-07:focus,
.group:hover .group-hover\:bg-action-opal-07,
.group:focus-within .group-focus-within\:bg-action-opal-07 {
  background-color: RGBA(20, 93, 235, 0.07);
}
.bg-action-opal-07.dark-mode,
.dark-mode .bg-action-opal-07,
.hover\:bg-action-opal-07:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-07:hover,
.focus\:bg-action-opal-07:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-07:focus,
.group:hover .group-hover\:bg-action-opal-07.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-07,
.group:focus-within .group-focus-within\:bg-action-opal-07.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-07 {
  background-color: RGBA(62, 162, 255, 0.07);
}
.bg-action-opal-8,
.hover\:bg-action-opal-8:hover,
.focus\:bg-action-opal-8:focus,
.group:hover .group-hover\:bg-action-opal-8,
.group:focus-within .group-focus-within\:bg-action-opal-8 {
  background-color: RGBA(20, 93, 235, 0.8);
}
.bg-action-opal-8.dark-mode,
.dark-mode .bg-action-opal-8,
.hover\:bg-action-opal-8:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-8:hover,
.focus\:bg-action-opal-8:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-8:focus,
.group:hover .group-hover\:bg-action-opal-8.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-8,
.group:focus-within .group-focus-within\:bg-action-opal-8.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-8 {
  background-color: RGBA(62, 162, 255, 0.8);
}
.bg-action-opal-08,
.hover\:bg-action-opal-08:hover,
.focus\:bg-action-opal-08:focus,
.group:hover .group-hover\:bg-action-opal-08,
.group:focus-within .group-focus-within\:bg-action-opal-08 {
  background-color: RGBA(20, 93, 235, 0.08);
}
.bg-action-opal-08.dark-mode,
.dark-mode .bg-action-opal-08,
.hover\:bg-action-opal-08:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-08:hover,
.focus\:bg-action-opal-08:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-08:focus,
.group:hover .group-hover\:bg-action-opal-08.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-08,
.group:focus-within .group-focus-within\:bg-action-opal-08.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-08 {
  background-color: RGBA(62, 162, 255, 0.08);
}
.bg-action-opal-9,
.hover\:bg-action-opal-9:hover,
.focus\:bg-action-opal-9:focus,
.group:hover .group-hover\:bg-action-opal-9,
.group:focus-within .group-focus-within\:bg-action-opal-9 {
  background-color: RGBA(20, 93, 235, 0.9);
}
.bg-action-opal-9.dark-mode,
.dark-mode .bg-action-opal-9,
.hover\:bg-action-opal-9:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-9:hover,
.focus\:bg-action-opal-9:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-9:focus,
.group:hover .group-hover\:bg-action-opal-9.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-9,
.group:focus-within .group-focus-within\:bg-action-opal-9.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-9 {
  background-color: RGBA(62, 162, 255, 0.9);
}
.bg-action-opal-09,
.hover\:bg-action-opal-09:hover,
.focus\:bg-action-opal-09:focus,
.group:hover .group-hover\:bg-action-opal-09,
.group:focus-within .group-focus-within\:bg-action-opal-09 {
  background-color: RGBA(20, 93, 235, 0.09);
}
.bg-action-opal-09.dark-mode,
.dark-mode .bg-action-opal-09,
.hover\:bg-action-opal-09:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-09:hover,
.focus\:bg-action-opal-09:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-09:focus,
.group:hover .group-hover\:bg-action-opal-09.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-09,
.group:focus-within .group-focus-within\:bg-action-opal-09.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-09 {
  background-color: RGBA(62, 162, 255, 0.09);
}
.bg-action-opal-10,
.hover\:bg-action-opal-10:hover,
.focus\:bg-action-opal-10:focus,
.group:hover .group-hover\:bg-action-opal-10,
.group:focus-within .group-focus-within\:bg-action-opal-10 {
  background-color: RGBA(20, 93, 235, 1);
}
.bg-action-opal-10.dark-mode,
.dark-mode .bg-action-opal-10,
.hover\:bg-action-opal-10:hover.dark-mode,
.dark-mode .hover\:bg-action-opal-10:hover,
.focus\:bg-action-opal-10:focus.dark-mode,
.dark-mode .focus\:bg-action-opal-10:focus,
.group:hover .group-hover\:bg-action-opal-10.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-opal-10,
.group:focus-within .group-focus-within\:bg-action-opal-10.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-opal-10 {
  background-color: RGBA(62, 162, 255, 1);
}
.bg-action-secondary,
.hover\:bg-action-secondary:hover,
.focus\:bg-action-secondary:focus,
.group:hover .group-hover\:bg-action-secondary,
.group:focus-within .group-focus-within\:bg-action-secondary {
  background-color: #0a26b8;
}
.bg-action-secondary.dark-mode,
.dark-mode .bg-action-secondary,
.hover\:bg-action-secondary:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary:hover,
.focus\:bg-action-secondary:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary:focus,
.group:hover .group-hover\:bg-action-secondary.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary,
.group:focus-within .group-focus-within\:bg-action-secondary.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-secondary {
  background-color: #9bcfff;
}
.bg-action-secondary-opal-0,
.hover\:bg-action-secondary-opal-0:hover,
.focus\:bg-action-secondary-opal-0:focus,
.group:hover .group-hover\:bg-action-secondary-opal-0,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-0 {
  background-color: RGBA(10, 38, 184, 0);
}
.bg-action-secondary-opal-0.dark-mode,
.dark-mode .bg-action-secondary-opal-0,
.hover\:bg-action-secondary-opal-0:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-0:hover,
.focus\:bg-action-secondary-opal-0:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-0:focus,
.group:hover .group-hover\:bg-action-secondary-opal-0.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-0,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-0.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-secondary-opal-0 {
  background-color: RGBA(155, 207, 255, 0);
}
.bg-action-secondary-opal-00,
.hover\:bg-action-secondary-opal-00:hover,
.focus\:bg-action-secondary-opal-00:focus,
.group:hover .group-hover\:bg-action-secondary-opal-00,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-00 {
  background-color: RGBA(10, 38, 184, 0);
}
.bg-action-secondary-opal-00.dark-mode,
.dark-mode .bg-action-secondary-opal-00,
.hover\:bg-action-secondary-opal-00:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-00:hover,
.focus\:bg-action-secondary-opal-00:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-00:focus,
.group:hover .group-hover\:bg-action-secondary-opal-00.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-00,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-00.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:bg-action-secondary-opal-00 {
  background-color: RGBA(155, 207, 255, 0);
}
.bg-action-secondary-opal-1,
.hover\:bg-action-secondary-opal-1:hover,
.focus\:bg-action-secondary-opal-1:focus,
.group:hover .group-hover\:bg-action-secondary-opal-1,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-1 {
  background-color: RGBA(10, 38, 184, 0.1);
}
.bg-action-secondary-opal-1.dark-mode,
.dark-mode .bg-action-secondary-opal-1,
.hover\:bg-action-secondary-opal-1:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-1:hover,
.focus\:bg-action-secondary-opal-1:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-1:focus,
.group:hover .group-hover\:bg-action-secondary-opal-1.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-1,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-1.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-secondary-opal-1 {
  background-color: RGBA(155, 207, 255, 0.1);
}
.bg-action-secondary-opal-01,
.hover\:bg-action-secondary-opal-01:hover,
.focus\:bg-action-secondary-opal-01:focus,
.group:hover .group-hover\:bg-action-secondary-opal-01,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-01 {
  background-color: RGBA(10, 38, 184, 0.01);
}
.bg-action-secondary-opal-01.dark-mode,
.dark-mode .bg-action-secondary-opal-01,
.hover\:bg-action-secondary-opal-01:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-01:hover,
.focus\:bg-action-secondary-opal-01:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-01:focus,
.group:hover .group-hover\:bg-action-secondary-opal-01.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-01,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-01.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:bg-action-secondary-opal-01 {
  background-color: RGBA(155, 207, 255, 0.01);
}
.bg-action-secondary-opal-2,
.hover\:bg-action-secondary-opal-2:hover,
.focus\:bg-action-secondary-opal-2:focus,
.group:hover .group-hover\:bg-action-secondary-opal-2,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-2 {
  background-color: RGBA(10, 38, 184, 0.2);
}
.bg-action-secondary-opal-2.dark-mode,
.dark-mode .bg-action-secondary-opal-2,
.hover\:bg-action-secondary-opal-2:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-2:hover,
.focus\:bg-action-secondary-opal-2:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-2:focus,
.group:hover .group-hover\:bg-action-secondary-opal-2.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-2,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-2.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-secondary-opal-2 {
  background-color: RGBA(155, 207, 255, 0.2);
}
.bg-action-secondary-opal-02,
.hover\:bg-action-secondary-opal-02:hover,
.focus\:bg-action-secondary-opal-02:focus,
.group:hover .group-hover\:bg-action-secondary-opal-02,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-02 {
  background-color: RGBA(10, 38, 184, 0.02);
}
.bg-action-secondary-opal-02.dark-mode,
.dark-mode .bg-action-secondary-opal-02,
.hover\:bg-action-secondary-opal-02:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-02:hover,
.focus\:bg-action-secondary-opal-02:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-02:focus,
.group:hover .group-hover\:bg-action-secondary-opal-02.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-02,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-02.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:bg-action-secondary-opal-02 {
  background-color: RGBA(155, 207, 255, 0.02);
}
.bg-action-secondary-opal-3,
.hover\:bg-action-secondary-opal-3:hover,
.focus\:bg-action-secondary-opal-3:focus,
.group:hover .group-hover\:bg-action-secondary-opal-3,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-3 {
  background-color: RGBA(10, 38, 184, 0.3);
}
.bg-action-secondary-opal-3.dark-mode,
.dark-mode .bg-action-secondary-opal-3,
.hover\:bg-action-secondary-opal-3:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-3:hover,
.focus\:bg-action-secondary-opal-3:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-3:focus,
.group:hover .group-hover\:bg-action-secondary-opal-3.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-3,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-3.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-secondary-opal-3 {
  background-color: RGBA(155, 207, 255, 0.3);
}
.bg-action-secondary-opal-03,
.hover\:bg-action-secondary-opal-03:hover,
.focus\:bg-action-secondary-opal-03:focus,
.group:hover .group-hover\:bg-action-secondary-opal-03,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-03 {
  background-color: RGBA(10, 38, 184, 0.03);
}
.bg-action-secondary-opal-03.dark-mode,
.dark-mode .bg-action-secondary-opal-03,
.hover\:bg-action-secondary-opal-03:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-03:hover,
.focus\:bg-action-secondary-opal-03:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-03:focus,
.group:hover .group-hover\:bg-action-secondary-opal-03.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-03,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-03.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:bg-action-secondary-opal-03 {
  background-color: RGBA(155, 207, 255, 0.03);
}
.bg-action-secondary-opal-4,
.hover\:bg-action-secondary-opal-4:hover,
.focus\:bg-action-secondary-opal-4:focus,
.group:hover .group-hover\:bg-action-secondary-opal-4,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-4 {
  background-color: RGBA(10, 38, 184, 0.4);
}
.bg-action-secondary-opal-4.dark-mode,
.dark-mode .bg-action-secondary-opal-4,
.hover\:bg-action-secondary-opal-4:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-4:hover,
.focus\:bg-action-secondary-opal-4:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-4:focus,
.group:hover .group-hover\:bg-action-secondary-opal-4.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-4,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-4.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-secondary-opal-4 {
  background-color: RGBA(155, 207, 255, 0.4);
}
.bg-action-secondary-opal-04,
.hover\:bg-action-secondary-opal-04:hover,
.focus\:bg-action-secondary-opal-04:focus,
.group:hover .group-hover\:bg-action-secondary-opal-04,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-04 {
  background-color: RGBA(10, 38, 184, 0.04);
}
.bg-action-secondary-opal-04.dark-mode,
.dark-mode .bg-action-secondary-opal-04,
.hover\:bg-action-secondary-opal-04:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-04:hover,
.focus\:bg-action-secondary-opal-04:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-04:focus,
.group:hover .group-hover\:bg-action-secondary-opal-04.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-04,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-04.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:bg-action-secondary-opal-04 {
  background-color: RGBA(155, 207, 255, 0.04);
}
.bg-action-secondary-opal-5,
.hover\:bg-action-secondary-opal-5:hover,
.focus\:bg-action-secondary-opal-5:focus,
.group:hover .group-hover\:bg-action-secondary-opal-5,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-5 {
  background-color: RGBA(10, 38, 184, 0.5);
}
.bg-action-secondary-opal-5.dark-mode,
.dark-mode .bg-action-secondary-opal-5,
.hover\:bg-action-secondary-opal-5:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-5:hover,
.focus\:bg-action-secondary-opal-5:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-5:focus,
.group:hover .group-hover\:bg-action-secondary-opal-5.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-5,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-5.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-secondary-opal-5 {
  background-color: RGBA(155, 207, 255, 0.5);
}
.bg-action-secondary-opal-05,
.hover\:bg-action-secondary-opal-05:hover,
.focus\:bg-action-secondary-opal-05:focus,
.group:hover .group-hover\:bg-action-secondary-opal-05,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-05 {
  background-color: RGBA(10, 38, 184, 0.05);
}
.bg-action-secondary-opal-05.dark-mode,
.dark-mode .bg-action-secondary-opal-05,
.hover\:bg-action-secondary-opal-05:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-05:hover,
.focus\:bg-action-secondary-opal-05:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-05:focus,
.group:hover .group-hover\:bg-action-secondary-opal-05.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-05,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-05.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:bg-action-secondary-opal-05 {
  background-color: RGBA(155, 207, 255, 0.05);
}
.bg-action-secondary-opal-6,
.hover\:bg-action-secondary-opal-6:hover,
.focus\:bg-action-secondary-opal-6:focus,
.group:hover .group-hover\:bg-action-secondary-opal-6,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-6 {
  background-color: RGBA(10, 38, 184, 0.6);
}
.bg-action-secondary-opal-6.dark-mode,
.dark-mode .bg-action-secondary-opal-6,
.hover\:bg-action-secondary-opal-6:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-6:hover,
.focus\:bg-action-secondary-opal-6:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-6:focus,
.group:hover .group-hover\:bg-action-secondary-opal-6.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-6,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-6.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-secondary-opal-6 {
  background-color: RGBA(155, 207, 255, 0.6);
}
.bg-action-secondary-opal-06,
.hover\:bg-action-secondary-opal-06:hover,
.focus\:bg-action-secondary-opal-06:focus,
.group:hover .group-hover\:bg-action-secondary-opal-06,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-06 {
  background-color: RGBA(10, 38, 184, 0.06);
}
.bg-action-secondary-opal-06.dark-mode,
.dark-mode .bg-action-secondary-opal-06,
.hover\:bg-action-secondary-opal-06:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-06:hover,
.focus\:bg-action-secondary-opal-06:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-06:focus,
.group:hover .group-hover\:bg-action-secondary-opal-06.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-06,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-06.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:bg-action-secondary-opal-06 {
  background-color: RGBA(155, 207, 255, 0.06);
}
.bg-action-secondary-opal-7,
.hover\:bg-action-secondary-opal-7:hover,
.focus\:bg-action-secondary-opal-7:focus,
.group:hover .group-hover\:bg-action-secondary-opal-7,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-7 {
  background-color: RGBA(10, 38, 184, 0.7);
}
.bg-action-secondary-opal-7.dark-mode,
.dark-mode .bg-action-secondary-opal-7,
.hover\:bg-action-secondary-opal-7:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-7:hover,
.focus\:bg-action-secondary-opal-7:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-7:focus,
.group:hover .group-hover\:bg-action-secondary-opal-7.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-7,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-7.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-secondary-opal-7 {
  background-color: RGBA(155, 207, 255, 0.7);
}
.bg-action-secondary-opal-07,
.hover\:bg-action-secondary-opal-07:hover,
.focus\:bg-action-secondary-opal-07:focus,
.group:hover .group-hover\:bg-action-secondary-opal-07,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-07 {
  background-color: RGBA(10, 38, 184, 0.07);
}
.bg-action-secondary-opal-07.dark-mode,
.dark-mode .bg-action-secondary-opal-07,
.hover\:bg-action-secondary-opal-07:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-07:hover,
.focus\:bg-action-secondary-opal-07:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-07:focus,
.group:hover .group-hover\:bg-action-secondary-opal-07.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-07,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-07.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:bg-action-secondary-opal-07 {
  background-color: RGBA(155, 207, 255, 0.07);
}
.bg-action-secondary-opal-8,
.hover\:bg-action-secondary-opal-8:hover,
.focus\:bg-action-secondary-opal-8:focus,
.group:hover .group-hover\:bg-action-secondary-opal-8,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-8 {
  background-color: RGBA(10, 38, 184, 0.8);
}
.bg-action-secondary-opal-8.dark-mode,
.dark-mode .bg-action-secondary-opal-8,
.hover\:bg-action-secondary-opal-8:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-8:hover,
.focus\:bg-action-secondary-opal-8:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-8:focus,
.group:hover .group-hover\:bg-action-secondary-opal-8.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-8,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-8.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-secondary-opal-8 {
  background-color: RGBA(155, 207, 255, 0.8);
}
.bg-action-secondary-opal-08,
.hover\:bg-action-secondary-opal-08:hover,
.focus\:bg-action-secondary-opal-08:focus,
.group:hover .group-hover\:bg-action-secondary-opal-08,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-08 {
  background-color: RGBA(10, 38, 184, 0.08);
}
.bg-action-secondary-opal-08.dark-mode,
.dark-mode .bg-action-secondary-opal-08,
.hover\:bg-action-secondary-opal-08:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-08:hover,
.focus\:bg-action-secondary-opal-08:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-08:focus,
.group:hover .group-hover\:bg-action-secondary-opal-08.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-08,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-08.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:bg-action-secondary-opal-08 {
  background-color: RGBA(155, 207, 255, 0.08);
}
.bg-action-secondary-opal-9,
.hover\:bg-action-secondary-opal-9:hover,
.focus\:bg-action-secondary-opal-9:focus,
.group:hover .group-hover\:bg-action-secondary-opal-9,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-9 {
  background-color: RGBA(10, 38, 184, 0.9);
}
.bg-action-secondary-opal-9.dark-mode,
.dark-mode .bg-action-secondary-opal-9,
.hover\:bg-action-secondary-opal-9:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-9:hover,
.focus\:bg-action-secondary-opal-9:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-9:focus,
.group:hover .group-hover\:bg-action-secondary-opal-9.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-9,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-9.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:bg-action-secondary-opal-9 {
  background-color: RGBA(155, 207, 255, 0.9);
}
.bg-action-secondary-opal-09,
.hover\:bg-action-secondary-opal-09:hover,
.focus\:bg-action-secondary-opal-09:focus,
.group:hover .group-hover\:bg-action-secondary-opal-09,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-09 {
  background-color: RGBA(10, 38, 184, 0.09);
}
.bg-action-secondary-opal-09.dark-mode,
.dark-mode .bg-action-secondary-opal-09,
.hover\:bg-action-secondary-opal-09:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-09:hover,
.focus\:bg-action-secondary-opal-09:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-09:focus,
.group:hover .group-hover\:bg-action-secondary-opal-09.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-09,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-09.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:bg-action-secondary-opal-09 {
  background-color: RGBA(155, 207, 255, 0.09);
}
.bg-action-secondary-opal-10,
.hover\:bg-action-secondary-opal-10:hover,
.focus\:bg-action-secondary-opal-10:focus,
.group:hover .group-hover\:bg-action-secondary-opal-10,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-10 {
  background-color: RGBA(10, 38, 184, 1);
}
.bg-action-secondary-opal-10.dark-mode,
.dark-mode .bg-action-secondary-opal-10,
.hover\:bg-action-secondary-opal-10:hover.dark-mode,
.dark-mode .hover\:bg-action-secondary-opal-10:hover,
.focus\:bg-action-secondary-opal-10:focus.dark-mode,
.dark-mode .focus\:bg-action-secondary-opal-10:focus,
.group:hover .group-hover\:bg-action-secondary-opal-10.dark-mode,
.dark-mode .group:hover .group-hover\:bg-action-secondary-opal-10,
.group:focus-within .group-focus-within\:bg-action-secondary-opal-10.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:bg-action-secondary-opal-10 {
  background-color: RGBA(155, 207, 255, 1);
}
.border-action,
.hover\:border-action:hover,
.focus\:border-action:focus,
.group:hover .group-hover\:border-action,
.group:focus-within .group-focus-within\:border-action {
  border-color: #145deb;
}
.border-action.dark-mode,
.dark-mode .border-action,
.hover\:border-action:hover.dark-mode,
.dark-mode .hover\:border-action:hover,
.focus\:border-action:focus.dark-mode,
.dark-mode .focus\:border-action:focus,
.group:hover .group-hover\:border-action.dark-mode,
.dark-mode .group:hover .group-hover\:border-action,
.group:focus-within .group-focus-within\:border-action.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action {
  border-color: #3ea2ff;
}
.border-action-opal-0,
.hover\:border-action-opal-0:hover,
.focus\:border-action-opal-0:focus,
.group:hover .group-hover\:border-action-opal-0,
.group:focus-within .group-focus-within\:border-action-opal-0 {
  border-color: RGBA(20, 93, 235, 0);
}
.border-action-opal-0.dark-mode,
.dark-mode .border-action-opal-0,
.hover\:border-action-opal-0:hover.dark-mode,
.dark-mode .hover\:border-action-opal-0:hover,
.focus\:border-action-opal-0:focus.dark-mode,
.dark-mode .focus\:border-action-opal-0:focus,
.group:hover .group-hover\:border-action-opal-0.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-0,
.group:focus-within .group-focus-within\:border-action-opal-0.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-0 {
  border-color: RGBA(62, 162, 255, 0);
}
.border-action-opal-00,
.hover\:border-action-opal-00:hover,
.focus\:border-action-opal-00:focus,
.group:hover .group-hover\:border-action-opal-00,
.group:focus-within .group-focus-within\:border-action-opal-00 {
  border-color: RGBA(20, 93, 235, 0);
}
.border-action-opal-00.dark-mode,
.dark-mode .border-action-opal-00,
.hover\:border-action-opal-00:hover.dark-mode,
.dark-mode .hover\:border-action-opal-00:hover,
.focus\:border-action-opal-00:focus.dark-mode,
.dark-mode .focus\:border-action-opal-00:focus,
.group:hover .group-hover\:border-action-opal-00.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-00,
.group:focus-within .group-focus-within\:border-action-opal-00.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-00 {
  border-color: RGBA(62, 162, 255, 0);
}
.border-action-opal-1,
.hover\:border-action-opal-1:hover,
.focus\:border-action-opal-1:focus,
.group:hover .group-hover\:border-action-opal-1,
.group:focus-within .group-focus-within\:border-action-opal-1 {
  border-color: RGBA(20, 93, 235, 0.1);
}
.border-action-opal-1.dark-mode,
.dark-mode .border-action-opal-1,
.hover\:border-action-opal-1:hover.dark-mode,
.dark-mode .hover\:border-action-opal-1:hover,
.focus\:border-action-opal-1:focus.dark-mode,
.dark-mode .focus\:border-action-opal-1:focus,
.group:hover .group-hover\:border-action-opal-1.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-1,
.group:focus-within .group-focus-within\:border-action-opal-1.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-1 {
  border-color: RGBA(62, 162, 255, 0.1);
}
.border-action-opal-01,
.hover\:border-action-opal-01:hover,
.focus\:border-action-opal-01:focus,
.group:hover .group-hover\:border-action-opal-01,
.group:focus-within .group-focus-within\:border-action-opal-01 {
  border-color: RGBA(20, 93, 235, 0.01);
}
.border-action-opal-01.dark-mode,
.dark-mode .border-action-opal-01,
.hover\:border-action-opal-01:hover.dark-mode,
.dark-mode .hover\:border-action-opal-01:hover,
.focus\:border-action-opal-01:focus.dark-mode,
.dark-mode .focus\:border-action-opal-01:focus,
.group:hover .group-hover\:border-action-opal-01.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-01,
.group:focus-within .group-focus-within\:border-action-opal-01.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-01 {
  border-color: RGBA(62, 162, 255, 0.01);
}
.border-action-opal-2,
.hover\:border-action-opal-2:hover,
.focus\:border-action-opal-2:focus,
.group:hover .group-hover\:border-action-opal-2,
.group:focus-within .group-focus-within\:border-action-opal-2 {
  border-color: RGBA(20, 93, 235, 0.2);
}
.border-action-opal-2.dark-mode,
.dark-mode .border-action-opal-2,
.hover\:border-action-opal-2:hover.dark-mode,
.dark-mode .hover\:border-action-opal-2:hover,
.focus\:border-action-opal-2:focus.dark-mode,
.dark-mode .focus\:border-action-opal-2:focus,
.group:hover .group-hover\:border-action-opal-2.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-2,
.group:focus-within .group-focus-within\:border-action-opal-2.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-2 {
  border-color: RGBA(62, 162, 255, 0.2);
}
.border-action-opal-02,
.hover\:border-action-opal-02:hover,
.focus\:border-action-opal-02:focus,
.group:hover .group-hover\:border-action-opal-02,
.group:focus-within .group-focus-within\:border-action-opal-02 {
  border-color: RGBA(20, 93, 235, 0.02);
}
.border-action-opal-02.dark-mode,
.dark-mode .border-action-opal-02,
.hover\:border-action-opal-02:hover.dark-mode,
.dark-mode .hover\:border-action-opal-02:hover,
.focus\:border-action-opal-02:focus.dark-mode,
.dark-mode .focus\:border-action-opal-02:focus,
.group:hover .group-hover\:border-action-opal-02.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-02,
.group:focus-within .group-focus-within\:border-action-opal-02.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-02 {
  border-color: RGBA(62, 162, 255, 0.02);
}
.border-action-opal-3,
.hover\:border-action-opal-3:hover,
.focus\:border-action-opal-3:focus,
.group:hover .group-hover\:border-action-opal-3,
.group:focus-within .group-focus-within\:border-action-opal-3 {
  border-color: RGBA(20, 93, 235, 0.3);
}
.border-action-opal-3.dark-mode,
.dark-mode .border-action-opal-3,
.hover\:border-action-opal-3:hover.dark-mode,
.dark-mode .hover\:border-action-opal-3:hover,
.focus\:border-action-opal-3:focus.dark-mode,
.dark-mode .focus\:border-action-opal-3:focus,
.group:hover .group-hover\:border-action-opal-3.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-3,
.group:focus-within .group-focus-within\:border-action-opal-3.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-3 {
  border-color: RGBA(62, 162, 255, 0.3);
}
.border-action-opal-03,
.hover\:border-action-opal-03:hover,
.focus\:border-action-opal-03:focus,
.group:hover .group-hover\:border-action-opal-03,
.group:focus-within .group-focus-within\:border-action-opal-03 {
  border-color: RGBA(20, 93, 235, 0.03);
}
.border-action-opal-03.dark-mode,
.dark-mode .border-action-opal-03,
.hover\:border-action-opal-03:hover.dark-mode,
.dark-mode .hover\:border-action-opal-03:hover,
.focus\:border-action-opal-03:focus.dark-mode,
.dark-mode .focus\:border-action-opal-03:focus,
.group:hover .group-hover\:border-action-opal-03.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-03,
.group:focus-within .group-focus-within\:border-action-opal-03.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-03 {
  border-color: RGBA(62, 162, 255, 0.03);
}
.border-action-opal-4,
.hover\:border-action-opal-4:hover,
.focus\:border-action-opal-4:focus,
.group:hover .group-hover\:border-action-opal-4,
.group:focus-within .group-focus-within\:border-action-opal-4 {
  border-color: RGBA(20, 93, 235, 0.4);
}
.border-action-opal-4.dark-mode,
.dark-mode .border-action-opal-4,
.hover\:border-action-opal-4:hover.dark-mode,
.dark-mode .hover\:border-action-opal-4:hover,
.focus\:border-action-opal-4:focus.dark-mode,
.dark-mode .focus\:border-action-opal-4:focus,
.group:hover .group-hover\:border-action-opal-4.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-4,
.group:focus-within .group-focus-within\:border-action-opal-4.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-4 {
  border-color: RGBA(62, 162, 255, 0.4);
}
.border-action-opal-04,
.hover\:border-action-opal-04:hover,
.focus\:border-action-opal-04:focus,
.group:hover .group-hover\:border-action-opal-04,
.group:focus-within .group-focus-within\:border-action-opal-04 {
  border-color: RGBA(20, 93, 235, 0.04);
}
.border-action-opal-04.dark-mode,
.dark-mode .border-action-opal-04,
.hover\:border-action-opal-04:hover.dark-mode,
.dark-mode .hover\:border-action-opal-04:hover,
.focus\:border-action-opal-04:focus.dark-mode,
.dark-mode .focus\:border-action-opal-04:focus,
.group:hover .group-hover\:border-action-opal-04.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-04,
.group:focus-within .group-focus-within\:border-action-opal-04.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-04 {
  border-color: RGBA(62, 162, 255, 0.04);
}
.border-action-opal-5,
.hover\:border-action-opal-5:hover,
.focus\:border-action-opal-5:focus,
.group:hover .group-hover\:border-action-opal-5,
.group:hover .card,
.group:focus-within .group-focus-within\:border-action-opal-5 {
  border-color: RGBA(20, 93, 235, 0.5);
}
.border-action-opal-5.dark-mode,
.dark-mode .border-action-opal-5,
.hover\:border-action-opal-5:hover.dark-mode,
.dark-mode .hover\:border-action-opal-5:hover,
.focus\:border-action-opal-5:focus.dark-mode,
.dark-mode .focus\:border-action-opal-5:focus,
.group:hover .group-hover\:border-action-opal-5.dark-mode,
.group:hover .dark-mode.card,
.dark-mode .group:hover .group-hover\:border-action-opal-5,
.dark-mode .group:hover .card,
.group:focus-within .group-focus-within\:border-action-opal-5.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-5 {
  border-color: RGBA(62, 162, 255, 0.5);
}
.border-action-opal-05,
.hover\:border-action-opal-05:hover,
.focus\:border-action-opal-05:focus,
.group:hover .group-hover\:border-action-opal-05,
.group:focus-within .group-focus-within\:border-action-opal-05 {
  border-color: RGBA(20, 93, 235, 0.05);
}
.border-action-opal-05.dark-mode,
.dark-mode .border-action-opal-05,
.hover\:border-action-opal-05:hover.dark-mode,
.dark-mode .hover\:border-action-opal-05:hover,
.focus\:border-action-opal-05:focus.dark-mode,
.dark-mode .focus\:border-action-opal-05:focus,
.group:hover .group-hover\:border-action-opal-05.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-05,
.group:focus-within .group-focus-within\:border-action-opal-05.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-05 {
  border-color: RGBA(62, 162, 255, 0.05);
}
.border-action-opal-6,
.hover\:border-action-opal-6:hover,
.focus\:border-action-opal-6:focus,
.group:hover .group-hover\:border-action-opal-6,
.group:focus-within .group-focus-within\:border-action-opal-6 {
  border-color: RGBA(20, 93, 235, 0.6);
}
.border-action-opal-6.dark-mode,
.dark-mode .border-action-opal-6,
.hover\:border-action-opal-6:hover.dark-mode,
.dark-mode .hover\:border-action-opal-6:hover,
.focus\:border-action-opal-6:focus.dark-mode,
.dark-mode .focus\:border-action-opal-6:focus,
.group:hover .group-hover\:border-action-opal-6.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-6,
.group:focus-within .group-focus-within\:border-action-opal-6.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-6 {
  border-color: RGBA(62, 162, 255, 0.6);
}
.border-action-opal-06,
.hover\:border-action-opal-06:hover,
.focus\:border-action-opal-06:focus,
.group:hover .group-hover\:border-action-opal-06,
.group:focus-within .group-focus-within\:border-action-opal-06 {
  border-color: RGBA(20, 93, 235, 0.06);
}
.border-action-opal-06.dark-mode,
.dark-mode .border-action-opal-06,
.hover\:border-action-opal-06:hover.dark-mode,
.dark-mode .hover\:border-action-opal-06:hover,
.focus\:border-action-opal-06:focus.dark-mode,
.dark-mode .focus\:border-action-opal-06:focus,
.group:hover .group-hover\:border-action-opal-06.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-06,
.group:focus-within .group-focus-within\:border-action-opal-06.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-06 {
  border-color: RGBA(62, 162, 255, 0.06);
}
.border-action-opal-7,
.hover\:border-action-opal-7:hover,
.focus\:border-action-opal-7:focus,
.group:hover .group-hover\:border-action-opal-7,
.group:focus-within .group-focus-within\:border-action-opal-7 {
  border-color: RGBA(20, 93, 235, 0.7);
}
.border-action-opal-7.dark-mode,
.dark-mode .border-action-opal-7,
.hover\:border-action-opal-7:hover.dark-mode,
.dark-mode .hover\:border-action-opal-7:hover,
.focus\:border-action-opal-7:focus.dark-mode,
.dark-mode .focus\:border-action-opal-7:focus,
.group:hover .group-hover\:border-action-opal-7.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-7,
.group:focus-within .group-focus-within\:border-action-opal-7.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-7 {
  border-color: RGBA(62, 162, 255, 0.7);
}
.border-action-opal-07,
.hover\:border-action-opal-07:hover,
.focus\:border-action-opal-07:focus,
.group:hover .group-hover\:border-action-opal-07,
.group:focus-within .group-focus-within\:border-action-opal-07 {
  border-color: RGBA(20, 93, 235, 0.07);
}
.border-action-opal-07.dark-mode,
.dark-mode .border-action-opal-07,
.hover\:border-action-opal-07:hover.dark-mode,
.dark-mode .hover\:border-action-opal-07:hover,
.focus\:border-action-opal-07:focus.dark-mode,
.dark-mode .focus\:border-action-opal-07:focus,
.group:hover .group-hover\:border-action-opal-07.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-07,
.group:focus-within .group-focus-within\:border-action-opal-07.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-07 {
  border-color: RGBA(62, 162, 255, 0.07);
}
.border-action-opal-8,
.hover\:border-action-opal-8:hover,
.focus\:border-action-opal-8:focus,
.group:hover .group-hover\:border-action-opal-8,
.group:focus-within .group-focus-within\:border-action-opal-8 {
  border-color: RGBA(20, 93, 235, 0.8);
}
.border-action-opal-8.dark-mode,
.dark-mode .border-action-opal-8,
.hover\:border-action-opal-8:hover.dark-mode,
.dark-mode .hover\:border-action-opal-8:hover,
.focus\:border-action-opal-8:focus.dark-mode,
.dark-mode .focus\:border-action-opal-8:focus,
.group:hover .group-hover\:border-action-opal-8.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-8,
.group:focus-within .group-focus-within\:border-action-opal-8.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-8 {
  border-color: RGBA(62, 162, 255, 0.8);
}
.border-action-opal-08,
.hover\:border-action-opal-08:hover,
.focus\:border-action-opal-08:focus,
.group:hover .group-hover\:border-action-opal-08,
.group:focus-within .group-focus-within\:border-action-opal-08 {
  border-color: RGBA(20, 93, 235, 0.08);
}
.border-action-opal-08.dark-mode,
.dark-mode .border-action-opal-08,
.hover\:border-action-opal-08:hover.dark-mode,
.dark-mode .hover\:border-action-opal-08:hover,
.focus\:border-action-opal-08:focus.dark-mode,
.dark-mode .focus\:border-action-opal-08:focus,
.group:hover .group-hover\:border-action-opal-08.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-08,
.group:focus-within .group-focus-within\:border-action-opal-08.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-08 {
  border-color: RGBA(62, 162, 255, 0.08);
}
.border-action-opal-9,
.hover\:border-action-opal-9:hover,
.focus\:border-action-opal-9:focus,
.group:hover .group-hover\:border-action-opal-9,
.group:focus-within .group-focus-within\:border-action-opal-9 {
  border-color: RGBA(20, 93, 235, 0.9);
}
.border-action-opal-9.dark-mode,
.dark-mode .border-action-opal-9,
.hover\:border-action-opal-9:hover.dark-mode,
.dark-mode .hover\:border-action-opal-9:hover,
.focus\:border-action-opal-9:focus.dark-mode,
.dark-mode .focus\:border-action-opal-9:focus,
.group:hover .group-hover\:border-action-opal-9.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-9,
.group:focus-within .group-focus-within\:border-action-opal-9.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-9 {
  border-color: RGBA(62, 162, 255, 0.9);
}
.border-action-opal-09,
.hover\:border-action-opal-09:hover,
.focus\:border-action-opal-09:focus,
.group:hover .group-hover\:border-action-opal-09,
.group:focus-within .group-focus-within\:border-action-opal-09 {
  border-color: RGBA(20, 93, 235, 0.09);
}
.border-action-opal-09.dark-mode,
.dark-mode .border-action-opal-09,
.hover\:border-action-opal-09:hover.dark-mode,
.dark-mode .hover\:border-action-opal-09:hover,
.focus\:border-action-opal-09:focus.dark-mode,
.dark-mode .focus\:border-action-opal-09:focus,
.group:hover .group-hover\:border-action-opal-09.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-09,
.group:focus-within .group-focus-within\:border-action-opal-09.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-09 {
  border-color: RGBA(62, 162, 255, 0.09);
}
.border-action-opal-10,
.hover\:border-action-opal-10:hover,
.focus\:border-action-opal-10:focus,
.group:hover .group-hover\:border-action-opal-10,
.group:focus-within .group-focus-within\:border-action-opal-10 {
  border-color: RGBA(20, 93, 235, 1);
}
.border-action-opal-10.dark-mode,
.dark-mode .border-action-opal-10,
.hover\:border-action-opal-10:hover.dark-mode,
.dark-mode .hover\:border-action-opal-10:hover,
.focus\:border-action-opal-10:focus.dark-mode,
.dark-mode .focus\:border-action-opal-10:focus,
.group:hover .group-hover\:border-action-opal-10.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-opal-10,
.group:focus-within .group-focus-within\:border-action-opal-10.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-opal-10 {
  border-color: RGBA(62, 162, 255, 1);
}
.border-action-secondary,
.hover\:border-action-secondary:hover,
.focus\:border-action-secondary:focus,
.group:hover .group-hover\:border-action-secondary,
.group:focus-within .group-focus-within\:border-action-secondary {
  border-color: #0a26b8;
}
.border-action-secondary.dark-mode,
.dark-mode .border-action-secondary,
.hover\:border-action-secondary:hover.dark-mode,
.dark-mode .hover\:border-action-secondary:hover,
.focus\:border-action-secondary:focus.dark-mode,
.dark-mode .focus\:border-action-secondary:focus,
.group:hover .group-hover\:border-action-secondary.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary,
.group:focus-within .group-focus-within\:border-action-secondary.dark-mode,
.dark-mode .group:focus-within .group-focus-within\:border-action-secondary {
  border-color: #9bcfff;
}
.border-action-secondary-opal-0,
.hover\:border-action-secondary-opal-0:hover,
.focus\:border-action-secondary-opal-0:focus,
.group:hover .group-hover\:border-action-secondary-opal-0,
.group:focus-within .group-focus-within\:border-action-secondary-opal-0 {
  border-color: RGBA(10, 38, 184, 0);
}
.border-action-secondary-opal-0.dark-mode,
.dark-mode .border-action-secondary-opal-0,
.hover\:border-action-secondary-opal-0:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-0:hover,
.focus\:border-action-secondary-opal-0:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-0:focus,
.group:hover .group-hover\:border-action-secondary-opal-0.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-0,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-0.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-0 {
  border-color: RGBA(155, 207, 255, 0);
}
.border-action-secondary-opal-00,
.hover\:border-action-secondary-opal-00:hover,
.focus\:border-action-secondary-opal-00:focus,
.group:hover .group-hover\:border-action-secondary-opal-00,
.group:focus-within .group-focus-within\:border-action-secondary-opal-00 {
  border-color: RGBA(10, 38, 184, 0);
}
.border-action-secondary-opal-00.dark-mode,
.dark-mode .border-action-secondary-opal-00,
.hover\:border-action-secondary-opal-00:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-00:hover,
.focus\:border-action-secondary-opal-00:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-00:focus,
.group:hover .group-hover\:border-action-secondary-opal-00.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-00,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-00.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-00 {
  border-color: RGBA(155, 207, 255, 0);
}
.border-action-secondary-opal-1,
.hover\:border-action-secondary-opal-1:hover,
.focus\:border-action-secondary-opal-1:focus,
.group:hover .group-hover\:border-action-secondary-opal-1,
.group:focus-within .group-focus-within\:border-action-secondary-opal-1 {
  border-color: RGBA(10, 38, 184, 0.1);
}
.border-action-secondary-opal-1.dark-mode,
.dark-mode .border-action-secondary-opal-1,
.hover\:border-action-secondary-opal-1:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-1:hover,
.focus\:border-action-secondary-opal-1:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-1:focus,
.group:hover .group-hover\:border-action-secondary-opal-1.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-1,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-1.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-1 {
  border-color: RGBA(155, 207, 255, 0.1);
}
.border-action-secondary-opal-01,
.hover\:border-action-secondary-opal-01:hover,
.focus\:border-action-secondary-opal-01:focus,
.group:hover .group-hover\:border-action-secondary-opal-01,
.group:focus-within .group-focus-within\:border-action-secondary-opal-01 {
  border-color: RGBA(10, 38, 184, 0.01);
}
.border-action-secondary-opal-01.dark-mode,
.dark-mode .border-action-secondary-opal-01,
.hover\:border-action-secondary-opal-01:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-01:hover,
.focus\:border-action-secondary-opal-01:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-01:focus,
.group:hover .group-hover\:border-action-secondary-opal-01.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-01,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-01.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-01 {
  border-color: RGBA(155, 207, 255, 0.01);
}
.border-action-secondary-opal-2,
.hover\:border-action-secondary-opal-2:hover,
.focus\:border-action-secondary-opal-2:focus,
.group:hover .group-hover\:border-action-secondary-opal-2,
.group:focus-within .group-focus-within\:border-action-secondary-opal-2 {
  border-color: RGBA(10, 38, 184, 0.2);
}
.border-action-secondary-opal-2.dark-mode,
.dark-mode .border-action-secondary-opal-2,
.hover\:border-action-secondary-opal-2:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-2:hover,
.focus\:border-action-secondary-opal-2:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-2:focus,
.group:hover .group-hover\:border-action-secondary-opal-2.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-2,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-2.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-2 {
  border-color: RGBA(155, 207, 255, 0.2);
}
.border-action-secondary-opal-02,
.hover\:border-action-secondary-opal-02:hover,
.focus\:border-action-secondary-opal-02:focus,
.group:hover .group-hover\:border-action-secondary-opal-02,
.group:focus-within .group-focus-within\:border-action-secondary-opal-02 {
  border-color: RGBA(10, 38, 184, 0.02);
}
.border-action-secondary-opal-02.dark-mode,
.dark-mode .border-action-secondary-opal-02,
.hover\:border-action-secondary-opal-02:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-02:hover,
.focus\:border-action-secondary-opal-02:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-02:focus,
.group:hover .group-hover\:border-action-secondary-opal-02.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-02,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-02.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-02 {
  border-color: RGBA(155, 207, 255, 0.02);
}
.border-action-secondary-opal-3,
.hover\:border-action-secondary-opal-3:hover,
.focus\:border-action-secondary-opal-3:focus,
.group:hover .group-hover\:border-action-secondary-opal-3,
.group:focus-within .group-focus-within\:border-action-secondary-opal-3 {
  border-color: RGBA(10, 38, 184, 0.3);
}
.border-action-secondary-opal-3.dark-mode,
.dark-mode .border-action-secondary-opal-3,
.hover\:border-action-secondary-opal-3:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-3:hover,
.focus\:border-action-secondary-opal-3:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-3:focus,
.group:hover .group-hover\:border-action-secondary-opal-3.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-3,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-3.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-3 {
  border-color: RGBA(155, 207, 255, 0.3);
}
.border-action-secondary-opal-03,
.hover\:border-action-secondary-opal-03:hover,
.focus\:border-action-secondary-opal-03:focus,
.group:hover .group-hover\:border-action-secondary-opal-03,
.group:focus-within .group-focus-within\:border-action-secondary-opal-03 {
  border-color: RGBA(10, 38, 184, 0.03);
}
.border-action-secondary-opal-03.dark-mode,
.dark-mode .border-action-secondary-opal-03,
.hover\:border-action-secondary-opal-03:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-03:hover,
.focus\:border-action-secondary-opal-03:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-03:focus,
.group:hover .group-hover\:border-action-secondary-opal-03.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-03,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-03.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-03 {
  border-color: RGBA(155, 207, 255, 0.03);
}
.border-action-secondary-opal-4,
.hover\:border-action-secondary-opal-4:hover,
.focus\:border-action-secondary-opal-4:focus,
.group:hover .group-hover\:border-action-secondary-opal-4,
.group:focus-within .group-focus-within\:border-action-secondary-opal-4 {
  border-color: RGBA(10, 38, 184, 0.4);
}
.border-action-secondary-opal-4.dark-mode,
.dark-mode .border-action-secondary-opal-4,
.hover\:border-action-secondary-opal-4:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-4:hover,
.focus\:border-action-secondary-opal-4:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-4:focus,
.group:hover .group-hover\:border-action-secondary-opal-4.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-4,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-4.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-4 {
  border-color: RGBA(155, 207, 255, 0.4);
}
.border-action-secondary-opal-04,
.hover\:border-action-secondary-opal-04:hover,
.focus\:border-action-secondary-opal-04:focus,
.group:hover .group-hover\:border-action-secondary-opal-04,
.group:focus-within .group-focus-within\:border-action-secondary-opal-04 {
  border-color: RGBA(10, 38, 184, 0.04);
}
.border-action-secondary-opal-04.dark-mode,
.dark-mode .border-action-secondary-opal-04,
.hover\:border-action-secondary-opal-04:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-04:hover,
.focus\:border-action-secondary-opal-04:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-04:focus,
.group:hover .group-hover\:border-action-secondary-opal-04.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-04,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-04.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-04 {
  border-color: RGBA(155, 207, 255, 0.04);
}
.border-action-secondary-opal-5,
.hover\:border-action-secondary-opal-5:hover,
.focus\:border-action-secondary-opal-5:focus,
.group:hover .group-hover\:border-action-secondary-opal-5,
.group:focus-within .group-focus-within\:border-action-secondary-opal-5 {
  border-color: RGBA(10, 38, 184, 0.5);
}
.border-action-secondary-opal-5.dark-mode,
.dark-mode .border-action-secondary-opal-5,
.hover\:border-action-secondary-opal-5:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-5:hover,
.focus\:border-action-secondary-opal-5:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-5:focus,
.group:hover .group-hover\:border-action-secondary-opal-5.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-5,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-5.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-5 {
  border-color: RGBA(155, 207, 255, 0.5);
}
.border-action-secondary-opal-05,
.hover\:border-action-secondary-opal-05:hover,
.focus\:border-action-secondary-opal-05:focus,
.group:hover .group-hover\:border-action-secondary-opal-05,
.group:focus-within .group-focus-within\:border-action-secondary-opal-05 {
  border-color: RGBA(10, 38, 184, 0.05);
}
.border-action-secondary-opal-05.dark-mode,
.dark-mode .border-action-secondary-opal-05,
.hover\:border-action-secondary-opal-05:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-05:hover,
.focus\:border-action-secondary-opal-05:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-05:focus,
.group:hover .group-hover\:border-action-secondary-opal-05.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-05,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-05.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-05 {
  border-color: RGBA(155, 207, 255, 0.05);
}
.border-action-secondary-opal-6,
.hover\:border-action-secondary-opal-6:hover,
.focus\:border-action-secondary-opal-6:focus,
.group:hover .group-hover\:border-action-secondary-opal-6,
.group:focus-within .group-focus-within\:border-action-secondary-opal-6 {
  border-color: RGBA(10, 38, 184, 0.6);
}
.border-action-secondary-opal-6.dark-mode,
.dark-mode .border-action-secondary-opal-6,
.hover\:border-action-secondary-opal-6:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-6:hover,
.focus\:border-action-secondary-opal-6:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-6:focus,
.group:hover .group-hover\:border-action-secondary-opal-6.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-6,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-6.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-6 {
  border-color: RGBA(155, 207, 255, 0.6);
}
.border-action-secondary-opal-06,
.hover\:border-action-secondary-opal-06:hover,
.focus\:border-action-secondary-opal-06:focus,
.group:hover .group-hover\:border-action-secondary-opal-06,
.group:focus-within .group-focus-within\:border-action-secondary-opal-06 {
  border-color: RGBA(10, 38, 184, 0.06);
}
.border-action-secondary-opal-06.dark-mode,
.dark-mode .border-action-secondary-opal-06,
.hover\:border-action-secondary-opal-06:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-06:hover,
.focus\:border-action-secondary-opal-06:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-06:focus,
.group:hover .group-hover\:border-action-secondary-opal-06.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-06,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-06.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-06 {
  border-color: RGBA(155, 207, 255, 0.06);
}
.border-action-secondary-opal-7,
.hover\:border-action-secondary-opal-7:hover,
.focus\:border-action-secondary-opal-7:focus,
.group:hover .group-hover\:border-action-secondary-opal-7,
.group:focus-within .group-focus-within\:border-action-secondary-opal-7 {
  border-color: RGBA(10, 38, 184, 0.7);
}
.border-action-secondary-opal-7.dark-mode,
.dark-mode .border-action-secondary-opal-7,
.hover\:border-action-secondary-opal-7:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-7:hover,
.focus\:border-action-secondary-opal-7:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-7:focus,
.group:hover .group-hover\:border-action-secondary-opal-7.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-7,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-7.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-7 {
  border-color: RGBA(155, 207, 255, 0.7);
}
.border-action-secondary-opal-07,
.hover\:border-action-secondary-opal-07:hover,
.focus\:border-action-secondary-opal-07:focus,
.group:hover .group-hover\:border-action-secondary-opal-07,
.group:focus-within .group-focus-within\:border-action-secondary-opal-07 {
  border-color: RGBA(10, 38, 184, 0.07);
}
.border-action-secondary-opal-07.dark-mode,
.dark-mode .border-action-secondary-opal-07,
.hover\:border-action-secondary-opal-07:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-07:hover,
.focus\:border-action-secondary-opal-07:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-07:focus,
.group:hover .group-hover\:border-action-secondary-opal-07.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-07,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-07.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-07 {
  border-color: RGBA(155, 207, 255, 0.07);
}
.border-action-secondary-opal-8,
.hover\:border-action-secondary-opal-8:hover,
.focus\:border-action-secondary-opal-8:focus,
.group:hover .group-hover\:border-action-secondary-opal-8,
.group:focus-within .group-focus-within\:border-action-secondary-opal-8 {
  border-color: RGBA(10, 38, 184, 0.8);
}
.border-action-secondary-opal-8.dark-mode,
.dark-mode .border-action-secondary-opal-8,
.hover\:border-action-secondary-opal-8:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-8:hover,
.focus\:border-action-secondary-opal-8:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-8:focus,
.group:hover .group-hover\:border-action-secondary-opal-8.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-8,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-8.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-8 {
  border-color: RGBA(155, 207, 255, 0.8);
}
.border-action-secondary-opal-08,
.hover\:border-action-secondary-opal-08:hover,
.focus\:border-action-secondary-opal-08:focus,
.group:hover .group-hover\:border-action-secondary-opal-08,
.group:focus-within .group-focus-within\:border-action-secondary-opal-08 {
  border-color: RGBA(10, 38, 184, 0.08);
}
.border-action-secondary-opal-08.dark-mode,
.dark-mode .border-action-secondary-opal-08,
.hover\:border-action-secondary-opal-08:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-08:hover,
.focus\:border-action-secondary-opal-08:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-08:focus,
.group:hover .group-hover\:border-action-secondary-opal-08.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-08,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-08.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-08 {
  border-color: RGBA(155, 207, 255, 0.08);
}
.border-action-secondary-opal-9,
.hover\:border-action-secondary-opal-9:hover,
.focus\:border-action-secondary-opal-9:focus,
.group:hover .group-hover\:border-action-secondary-opal-9,
.group:focus-within .group-focus-within\:border-action-secondary-opal-9 {
  border-color: RGBA(10, 38, 184, 0.9);
}
.border-action-secondary-opal-9.dark-mode,
.dark-mode .border-action-secondary-opal-9,
.hover\:border-action-secondary-opal-9:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-9:hover,
.focus\:border-action-secondary-opal-9:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-9:focus,
.group:hover .group-hover\:border-action-secondary-opal-9.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-9,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-9.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-9 {
  border-color: RGBA(155, 207, 255, 0.9);
}
.border-action-secondary-opal-09,
.hover\:border-action-secondary-opal-09:hover,
.focus\:border-action-secondary-opal-09:focus,
.group:hover .group-hover\:border-action-secondary-opal-09,
.group:focus-within .group-focus-within\:border-action-secondary-opal-09 {
  border-color: RGBA(10, 38, 184, 0.09);
}
.border-action-secondary-opal-09.dark-mode,
.dark-mode .border-action-secondary-opal-09,
.hover\:border-action-secondary-opal-09:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-09:hover,
.focus\:border-action-secondary-opal-09:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-09:focus,
.group:hover .group-hover\:border-action-secondary-opal-09.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-09,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-09.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-09 {
  border-color: RGBA(155, 207, 255, 0.09);
}
.border-action-secondary-opal-10,
.hover\:border-action-secondary-opal-10:hover,
.focus\:border-action-secondary-opal-10:focus,
.group:hover .group-hover\:border-action-secondary-opal-10,
.group:focus-within .group-focus-within\:border-action-secondary-opal-10 {
  border-color: RGBA(10, 38, 184, 1);
}
.border-action-secondary-opal-10.dark-mode,
.dark-mode .border-action-secondary-opal-10,
.hover\:border-action-secondary-opal-10:hover.dark-mode,
.dark-mode .hover\:border-action-secondary-opal-10:hover,
.focus\:border-action-secondary-opal-10:focus.dark-mode,
.dark-mode .focus\:border-action-secondary-opal-10:focus,
.group:hover .group-hover\:border-action-secondary-opal-10.dark-mode,
.dark-mode .group:hover .group-hover\:border-action-secondary-opal-10,
.group:focus-within
  .group-focus-within\:border-action-secondary-opal-10.dark-mode,
.dark-mode
  .group:focus-within
  .group-focus-within\:border-action-secondary-opal-10 {
  border-color: RGBA(155, 207, 255, 1);
}
.border-base-action,
.hover\:border-base-action:hover,
.focus\:border-base-action:focus,
.group:hover .group-hover\:border-base-action,
.group:focus-within .group-focus-within\:border-base-action {
  border: #f3f7fe;
}
.bg-base-action,
.hover\:bg-base-action:hover,
.focus\:bg-base-action:focus,
.group:hover .group-hover\:bg-base-action,
.group:focus-within .group-focus-within\:bg-base-action {
  background-color: #f3f7fe;
}
.fill-base-action,
.hover\:fill-base-action:hover,
.focus\:fill-base-action:focus,
.group:hover .group-hover\:fill-base-action,
.group:focus-within .group-focus-within\:fill-base-action {
  color: #f3f7fe;
}
.border-base-action-secondary,
.hover\:border-base-action-secondary:hover,
.focus\:border-base-action-secondary:focus,
.group:hover .group-hover\:border-base-action-secondary,
.group:focus-within .group-focus-within\:border-base-action-secondary {
  border: #f3f4fc;
}
.bg-base-action-secondary,
.hover\:bg-base-action-secondary:hover,
.focus\:bg-base-action-secondary:focus,
.group:hover .group-hover\:bg-base-action-secondary,
.group:focus-within .group-focus-within\:bg-base-action-secondary {
  background-color: #f3f4fc;
}
.fill-base-action-secondary,
.hover\:fill-base-action-secondary:hover,
.focus\:fill-base-action-secondary:focus,
.group:hover .group-hover\:fill-base-action-secondary,
.group:focus-within .group-focus-within\:fill-base-action-secondary {
  color: #f3f4fc;
}
@media (max-width: 8640px) {
  .bg-transparent,
  .hover\:bg-transparent:hover,
  .focus\:bg-transparent:focus,
  .group:hover .group-hover\:bg-transparent,
  .group:focus-within .group-focus-within\:bg-transparent {
    background: rgba(0, 0, 0, 0);
  }
  .border-transparent,
  .hover\:border-transparent:hover,
  .focus\:border-transparent:focus,
  .group:hover .group-hover\:border-transparent,
  .group:focus-within .group-focus-within\:border-transparent {
    border-color: rgba(0, 0, 0, 0);
  }
  .txt-dark-purple,
  .hover\:txt-dark-purple:hover,
  .focus\:txt-dark-purple:focus,
  .group:hover .group-hover\:txt-dark-purple,
  .group:focus-within .group-focus-within\:txt-dark-purple {
    color: #441c99;
  }
  .txt-dark-purple-opal-0,
  .hover\:txt-dark-purple-opal-0:hover,
  .focus\:txt-dark-purple-opal-0:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-0,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-0 {
    color: RGBA(68, 28, 153, 0);
  }
  .txt-dark-purple-opal-00,
  .hover\:txt-dark-purple-opal-00:hover,
  .focus\:txt-dark-purple-opal-00:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-00,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-00 {
    color: RGBA(68, 28, 153, 0);
  }
  .txt-dark-purple-opal-1,
  .hover\:txt-dark-purple-opal-1:hover,
  .focus\:txt-dark-purple-opal-1:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-1,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-1 {
    color: RGBA(68, 28, 153, 0.1);
  }
  .txt-dark-purple-opal-01,
  .hover\:txt-dark-purple-opal-01:hover,
  .focus\:txt-dark-purple-opal-01:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-01,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-01 {
    color: RGBA(68, 28, 153, 0.01);
  }
  .txt-dark-purple-opal-2,
  .hover\:txt-dark-purple-opal-2:hover,
  .focus\:txt-dark-purple-opal-2:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-2,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-2 {
    color: RGBA(68, 28, 153, 0.2);
  }
  .txt-dark-purple-opal-02,
  .hover\:txt-dark-purple-opal-02:hover,
  .focus\:txt-dark-purple-opal-02:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-02,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-02 {
    color: RGBA(68, 28, 153, 0.02);
  }
  .txt-dark-purple-opal-3,
  .hover\:txt-dark-purple-opal-3:hover,
  .focus\:txt-dark-purple-opal-3:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-3,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-3 {
    color: RGBA(68, 28, 153, 0.3);
  }
  .txt-dark-purple-opal-03,
  .hover\:txt-dark-purple-opal-03:hover,
  .focus\:txt-dark-purple-opal-03:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-03,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-03 {
    color: RGBA(68, 28, 153, 0.03);
  }
  .txt-dark-purple-opal-4,
  .hover\:txt-dark-purple-opal-4:hover,
  .focus\:txt-dark-purple-opal-4:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-4,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-4 {
    color: RGBA(68, 28, 153, 0.4);
  }
  .txt-dark-purple-opal-04,
  .hover\:txt-dark-purple-opal-04:hover,
  .focus\:txt-dark-purple-opal-04:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-04,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-04 {
    color: RGBA(68, 28, 153, 0.04);
  }
  .txt-dark-purple-opal-5,
  .hover\:txt-dark-purple-opal-5:hover,
  .focus\:txt-dark-purple-opal-5:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-5,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-5 {
    color: RGBA(68, 28, 153, 0.5);
  }
  .txt-dark-purple-opal-05,
  .hover\:txt-dark-purple-opal-05:hover,
  .focus\:txt-dark-purple-opal-05:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-05,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-05 {
    color: RGBA(68, 28, 153, 0.05);
  }
  .txt-dark-purple-opal-6,
  .hover\:txt-dark-purple-opal-6:hover,
  .focus\:txt-dark-purple-opal-6:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-6,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-6 {
    color: RGBA(68, 28, 153, 0.6);
  }
  .txt-dark-purple-opal-06,
  .hover\:txt-dark-purple-opal-06:hover,
  .focus\:txt-dark-purple-opal-06:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-06,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-06 {
    color: RGBA(68, 28, 153, 0.06);
  }
  .txt-dark-purple-opal-7,
  .hover\:txt-dark-purple-opal-7:hover,
  .focus\:txt-dark-purple-opal-7:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-7,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-7 {
    color: RGBA(68, 28, 153, 0.7);
  }
  .txt-dark-purple-opal-07,
  .hover\:txt-dark-purple-opal-07:hover,
  .focus\:txt-dark-purple-opal-07:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-07,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-07 {
    color: RGBA(68, 28, 153, 0.07);
  }
  .txt-dark-purple-opal-8,
  .hover\:txt-dark-purple-opal-8:hover,
  .focus\:txt-dark-purple-opal-8:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-8,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-8 {
    color: RGBA(68, 28, 153, 0.8);
  }
  .txt-dark-purple-opal-08,
  .hover\:txt-dark-purple-opal-08:hover,
  .focus\:txt-dark-purple-opal-08:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-08,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-08 {
    color: RGBA(68, 28, 153, 0.08);
  }
  .txt-dark-purple-opal-9,
  .hover\:txt-dark-purple-opal-9:hover,
  .focus\:txt-dark-purple-opal-9:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-9,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-9 {
    color: RGBA(68, 28, 153, 0.9);
  }
  .txt-dark-purple-opal-09,
  .hover\:txt-dark-purple-opal-09:hover,
  .focus\:txt-dark-purple-opal-09:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-09,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-09 {
    color: RGBA(68, 28, 153, 0.09);
  }
  .txt-dark-purple-opal-10,
  .hover\:txt-dark-purple-opal-10:hover,
  .focus\:txt-dark-purple-opal-10:focus,
  .group:hover .group-hover\:txt-dark-purple-opal-10,
  .group:focus-within .group-focus-within\:txt-dark-purple-opal-10 {
    color: RGBA(68, 28, 153, 1);
  }
  .link-dark-purple a,
  .hover\:link-dark-purple a:hover,
  .active\:link-dark-purple a:active,
  .focus\:link-dark-purple a:focus,
  .group:hover .group-hover\:link-dark-purple a,
  .group:focus-within .group-focus-within\:link-dark-purple a {
    color: #441c99;
  }
  .link-dark-purple-opal-0 a,
  .hover\:link-dark-purple-opal-0 a:hover,
  .active\:link-dark-purple-opal-0 a:active,
  .focus\:link-dark-purple-opal-0 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-0 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-0 a {
    color: RGBA(68, 28, 153, 0);
  }
  .link-dark-purple-opal-00 a,
  .hover\:link-dark-purple-opal-00 a:hover,
  .active\:link-dark-purple-opal-00 a:active,
  .focus\:link-dark-purple-opal-00 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-00 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-00 a {
    color: RGBA(68, 28, 153, 0);
  }
  .link-dark-purple-opal-1 a,
  .hover\:link-dark-purple-opal-1 a:hover,
  .active\:link-dark-purple-opal-1 a:active,
  .focus\:link-dark-purple-opal-1 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-1 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-1 a {
    color: RGBA(68, 28, 153, 0.1);
  }
  .link-dark-purple-opal-01 a,
  .hover\:link-dark-purple-opal-01 a:hover,
  .active\:link-dark-purple-opal-01 a:active,
  .focus\:link-dark-purple-opal-01 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-01 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-01 a {
    color: RGBA(68, 28, 153, 0.01);
  }
  .link-dark-purple-opal-2 a,
  .hover\:link-dark-purple-opal-2 a:hover,
  .active\:link-dark-purple-opal-2 a:active,
  .focus\:link-dark-purple-opal-2 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-2 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-2 a {
    color: RGBA(68, 28, 153, 0.2);
  }
  .link-dark-purple-opal-02 a,
  .hover\:link-dark-purple-opal-02 a:hover,
  .active\:link-dark-purple-opal-02 a:active,
  .focus\:link-dark-purple-opal-02 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-02 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-02 a {
    color: RGBA(68, 28, 153, 0.02);
  }
  .link-dark-purple-opal-3 a,
  .hover\:link-dark-purple-opal-3 a:hover,
  .active\:link-dark-purple-opal-3 a:active,
  .focus\:link-dark-purple-opal-3 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-3 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-3 a {
    color: RGBA(68, 28, 153, 0.3);
  }
  .link-dark-purple-opal-03 a,
  .hover\:link-dark-purple-opal-03 a:hover,
  .active\:link-dark-purple-opal-03 a:active,
  .focus\:link-dark-purple-opal-03 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-03 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-03 a {
    color: RGBA(68, 28, 153, 0.03);
  }
  .link-dark-purple-opal-4 a,
  .hover\:link-dark-purple-opal-4 a:hover,
  .active\:link-dark-purple-opal-4 a:active,
  .focus\:link-dark-purple-opal-4 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-4 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-4 a {
    color: RGBA(68, 28, 153, 0.4);
  }
  .link-dark-purple-opal-04 a,
  .hover\:link-dark-purple-opal-04 a:hover,
  .active\:link-dark-purple-opal-04 a:active,
  .focus\:link-dark-purple-opal-04 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-04 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-04 a {
    color: RGBA(68, 28, 153, 0.04);
  }
  .link-dark-purple-opal-5 a,
  .hover\:link-dark-purple-opal-5 a:hover,
  .active\:link-dark-purple-opal-5 a:active,
  .focus\:link-dark-purple-opal-5 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-5 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-5 a {
    color: RGBA(68, 28, 153, 0.5);
  }
  .link-dark-purple-opal-05 a,
  .hover\:link-dark-purple-opal-05 a:hover,
  .active\:link-dark-purple-opal-05 a:active,
  .focus\:link-dark-purple-opal-05 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-05 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-05 a {
    color: RGBA(68, 28, 153, 0.05);
  }
  .link-dark-purple-opal-6 a,
  .hover\:link-dark-purple-opal-6 a:hover,
  .active\:link-dark-purple-opal-6 a:active,
  .focus\:link-dark-purple-opal-6 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-6 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-6 a {
    color: RGBA(68, 28, 153, 0.6);
  }
  .link-dark-purple-opal-06 a,
  .hover\:link-dark-purple-opal-06 a:hover,
  .active\:link-dark-purple-opal-06 a:active,
  .focus\:link-dark-purple-opal-06 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-06 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-06 a {
    color: RGBA(68, 28, 153, 0.06);
  }
  .link-dark-purple-opal-7 a,
  .hover\:link-dark-purple-opal-7 a:hover,
  .active\:link-dark-purple-opal-7 a:active,
  .focus\:link-dark-purple-opal-7 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-7 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-7 a {
    color: RGBA(68, 28, 153, 0.7);
  }
  .link-dark-purple-opal-07 a,
  .hover\:link-dark-purple-opal-07 a:hover,
  .active\:link-dark-purple-opal-07 a:active,
  .focus\:link-dark-purple-opal-07 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-07 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-07 a {
    color: RGBA(68, 28, 153, 0.07);
  }
  .link-dark-purple-opal-8 a,
  .hover\:link-dark-purple-opal-8 a:hover,
  .active\:link-dark-purple-opal-8 a:active,
  .focus\:link-dark-purple-opal-8 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-8 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-8 a {
    color: RGBA(68, 28, 153, 0.8);
  }
  .link-dark-purple-opal-08 a,
  .hover\:link-dark-purple-opal-08 a:hover,
  .active\:link-dark-purple-opal-08 a:active,
  .focus\:link-dark-purple-opal-08 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-08 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-08 a {
    color: RGBA(68, 28, 153, 0.08);
  }
  .link-dark-purple-opal-9 a,
  .hover\:link-dark-purple-opal-9 a:hover,
  .active\:link-dark-purple-opal-9 a:active,
  .focus\:link-dark-purple-opal-9 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-9 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-9 a {
    color: RGBA(68, 28, 153, 0.9);
  }
  .link-dark-purple-opal-09 a,
  .hover\:link-dark-purple-opal-09 a:hover,
  .active\:link-dark-purple-opal-09 a:active,
  .focus\:link-dark-purple-opal-09 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-09 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-09 a {
    color: RGBA(68, 28, 153, 0.09);
  }
  .link-dark-purple-opal-10 a,
  .hover\:link-dark-purple-opal-10 a:hover,
  .active\:link-dark-purple-opal-10 a:active,
  .focus\:link-dark-purple-opal-10 a:focus,
  .group:hover .group-hover\:link-dark-purple-opal-10 a,
  .group:focus-within .group-focus-within\:link-dark-purple-opal-10 a {
    color: RGBA(68, 28, 153, 1);
  }
  .txt-purple,
  .hover\:txt-purple:hover,
  .focus\:txt-purple:focus,
  .group:hover .group-hover\:txt-purple,
  .group:focus-within .group-focus-within\:txt-purple {
    color: #9043c6;
  }
  .txt-purple-opal-0,
  .hover\:txt-purple-opal-0:hover,
  .focus\:txt-purple-opal-0:focus,
  .group:hover .group-hover\:txt-purple-opal-0,
  .group:focus-within .group-focus-within\:txt-purple-opal-0 {
    color: RGBA(144, 67, 198, 0);
  }
  .txt-purple-opal-00,
  .hover\:txt-purple-opal-00:hover,
  .focus\:txt-purple-opal-00:focus,
  .group:hover .group-hover\:txt-purple-opal-00,
  .group:focus-within .group-focus-within\:txt-purple-opal-00 {
    color: RGBA(144, 67, 198, 0);
  }
  .txt-purple-opal-1,
  .hover\:txt-purple-opal-1:hover,
  .focus\:txt-purple-opal-1:focus,
  .group:hover .group-hover\:txt-purple-opal-1,
  .group:focus-within .group-focus-within\:txt-purple-opal-1 {
    color: RGBA(144, 67, 198, 0.1);
  }
  .txt-purple-opal-01,
  .hover\:txt-purple-opal-01:hover,
  .focus\:txt-purple-opal-01:focus,
  .group:hover .group-hover\:txt-purple-opal-01,
  .group:focus-within .group-focus-within\:txt-purple-opal-01 {
    color: RGBA(144, 67, 198, 0.01);
  }
  .txt-purple-opal-2,
  .hover\:txt-purple-opal-2:hover,
  .focus\:txt-purple-opal-2:focus,
  .group:hover .group-hover\:txt-purple-opal-2,
  .group:focus-within .group-focus-within\:txt-purple-opal-2 {
    color: RGBA(144, 67, 198, 0.2);
  }
  .txt-purple-opal-02,
  .hover\:txt-purple-opal-02:hover,
  .focus\:txt-purple-opal-02:focus,
  .group:hover .group-hover\:txt-purple-opal-02,
  .group:focus-within .group-focus-within\:txt-purple-opal-02 {
    color: RGBA(144, 67, 198, 0.02);
  }
  .txt-purple-opal-3,
  .hover\:txt-purple-opal-3:hover,
  .focus\:txt-purple-opal-3:focus,
  .group:hover .group-hover\:txt-purple-opal-3,
  .group:focus-within .group-focus-within\:txt-purple-opal-3 {
    color: RGBA(144, 67, 198, 0.3);
  }
  .txt-purple-opal-03,
  .hover\:txt-purple-opal-03:hover,
  .focus\:txt-purple-opal-03:focus,
  .group:hover .group-hover\:txt-purple-opal-03,
  .group:focus-within .group-focus-within\:txt-purple-opal-03 {
    color: RGBA(144, 67, 198, 0.03);
  }
  .txt-purple-opal-4,
  .hover\:txt-purple-opal-4:hover,
  .focus\:txt-purple-opal-4:focus,
  .group:hover .group-hover\:txt-purple-opal-4,
  .group:focus-within .group-focus-within\:txt-purple-opal-4 {
    color: RGBA(144, 67, 198, 0.4);
  }
  .txt-purple-opal-04,
  .hover\:txt-purple-opal-04:hover,
  .focus\:txt-purple-opal-04:focus,
  .group:hover .group-hover\:txt-purple-opal-04,
  .group:focus-within .group-focus-within\:txt-purple-opal-04 {
    color: RGBA(144, 67, 198, 0.04);
  }
  .txt-purple-opal-5,
  .hover\:txt-purple-opal-5:hover,
  .focus\:txt-purple-opal-5:focus,
  .group:hover .group-hover\:txt-purple-opal-5,
  .group:focus-within .group-focus-within\:txt-purple-opal-5 {
    color: RGBA(144, 67, 198, 0.5);
  }
  .txt-purple-opal-05,
  .hover\:txt-purple-opal-05:hover,
  .focus\:txt-purple-opal-05:focus,
  .group:hover .group-hover\:txt-purple-opal-05,
  .group:focus-within .group-focus-within\:txt-purple-opal-05 {
    color: RGBA(144, 67, 198, 0.05);
  }
  .txt-purple-opal-6,
  .hover\:txt-purple-opal-6:hover,
  .focus\:txt-purple-opal-6:focus,
  .group:hover .group-hover\:txt-purple-opal-6,
  .group:focus-within .group-focus-within\:txt-purple-opal-6 {
    color: RGBA(144, 67, 198, 0.6);
  }
  .txt-purple-opal-06,
  .hover\:txt-purple-opal-06:hover,
  .focus\:txt-purple-opal-06:focus,
  .group:hover .group-hover\:txt-purple-opal-06,
  .group:focus-within .group-focus-within\:txt-purple-opal-06 {
    color: RGBA(144, 67, 198, 0.06);
  }
  .txt-purple-opal-7,
  .hover\:txt-purple-opal-7:hover,
  .focus\:txt-purple-opal-7:focus,
  .group:hover .group-hover\:txt-purple-opal-7,
  .group:focus-within .group-focus-within\:txt-purple-opal-7 {
    color: RGBA(144, 67, 198, 0.7);
  }
  .txt-purple-opal-07,
  .hover\:txt-purple-opal-07:hover,
  .focus\:txt-purple-opal-07:focus,
  .group:hover .group-hover\:txt-purple-opal-07,
  .group:focus-within .group-focus-within\:txt-purple-opal-07 {
    color: RGBA(144, 67, 198, 0.07);
  }
  .txt-purple-opal-8,
  .hover\:txt-purple-opal-8:hover,
  .focus\:txt-purple-opal-8:focus,
  .group:hover .group-hover\:txt-purple-opal-8,
  .group:focus-within .group-focus-within\:txt-purple-opal-8 {
    color: RGBA(144, 67, 198, 0.8);
  }
  .txt-purple-opal-08,
  .hover\:txt-purple-opal-08:hover,
  .focus\:txt-purple-opal-08:focus,
  .group:hover .group-hover\:txt-purple-opal-08,
  .group:focus-within .group-focus-within\:txt-purple-opal-08 {
    color: RGBA(144, 67, 198, 0.08);
  }
  .txt-purple-opal-9,
  .hover\:txt-purple-opal-9:hover,
  .focus\:txt-purple-opal-9:focus,
  .group:hover .group-hover\:txt-purple-opal-9,
  .group:focus-within .group-focus-within\:txt-purple-opal-9 {
    color: RGBA(144, 67, 198, 0.9);
  }
  .txt-purple-opal-09,
  .hover\:txt-purple-opal-09:hover,
  .focus\:txt-purple-opal-09:focus,
  .group:hover .group-hover\:txt-purple-opal-09,
  .group:focus-within .group-focus-within\:txt-purple-opal-09 {
    color: RGBA(144, 67, 198, 0.09);
  }
  .txt-purple-opal-10,
  .hover\:txt-purple-opal-10:hover,
  .focus\:txt-purple-opal-10:focus,
  .group:hover .group-hover\:txt-purple-opal-10,
  .group:focus-within .group-focus-within\:txt-purple-opal-10 {
    color: RGBA(144, 67, 198, 1);
  }
  .link-purple a,
  .hover\:link-purple a:hover,
  .active\:link-purple a:active,
  .focus\:link-purple a:focus,
  .group:hover .group-hover\:link-purple a,
  .group:focus-within .group-focus-within\:link-purple a {
    color: #9043c6;
  }
  .link-purple-opal-0 a,
  .hover\:link-purple-opal-0 a:hover,
  .active\:link-purple-opal-0 a:active,
  .focus\:link-purple-opal-0 a:focus,
  .group:hover .group-hover\:link-purple-opal-0 a,
  .group:focus-within .group-focus-within\:link-purple-opal-0 a {
    color: RGBA(144, 67, 198, 0);
  }
  .link-purple-opal-00 a,
  .hover\:link-purple-opal-00 a:hover,
  .active\:link-purple-opal-00 a:active,
  .focus\:link-purple-opal-00 a:focus,
  .group:hover .group-hover\:link-purple-opal-00 a,
  .group:focus-within .group-focus-within\:link-purple-opal-00 a {
    color: RGBA(144, 67, 198, 0);
  }
  .link-purple-opal-1 a,
  .hover\:link-purple-opal-1 a:hover,
  .active\:link-purple-opal-1 a:active,
  .focus\:link-purple-opal-1 a:focus,
  .group:hover .group-hover\:link-purple-opal-1 a,
  .group:focus-within .group-focus-within\:link-purple-opal-1 a {
    color: RGBA(144, 67, 198, 0.1);
  }
  .link-purple-opal-01 a,
  .hover\:link-purple-opal-01 a:hover,
  .active\:link-purple-opal-01 a:active,
  .focus\:link-purple-opal-01 a:focus,
  .group:hover .group-hover\:link-purple-opal-01 a,
  .group:focus-within .group-focus-within\:link-purple-opal-01 a {
    color: RGBA(144, 67, 198, 0.01);
  }
  .link-purple-opal-2 a,
  .hover\:link-purple-opal-2 a:hover,
  .active\:link-purple-opal-2 a:active,
  .focus\:link-purple-opal-2 a:focus,
  .group:hover .group-hover\:link-purple-opal-2 a,
  .group:focus-within .group-focus-within\:link-purple-opal-2 a {
    color: RGBA(144, 67, 198, 0.2);
  }
  .link-purple-opal-02 a,
  .hover\:link-purple-opal-02 a:hover,
  .active\:link-purple-opal-02 a:active,
  .focus\:link-purple-opal-02 a:focus,
  .group:hover .group-hover\:link-purple-opal-02 a,
  .group:focus-within .group-focus-within\:link-purple-opal-02 a {
    color: RGBA(144, 67, 198, 0.02);
  }
  .link-purple-opal-3 a,
  .hover\:link-purple-opal-3 a:hover,
  .active\:link-purple-opal-3 a:active,
  .focus\:link-purple-opal-3 a:focus,
  .group:hover .group-hover\:link-purple-opal-3 a,
  .group:focus-within .group-focus-within\:link-purple-opal-3 a {
    color: RGBA(144, 67, 198, 0.3);
  }
  .link-purple-opal-03 a,
  .hover\:link-purple-opal-03 a:hover,
  .active\:link-purple-opal-03 a:active,
  .focus\:link-purple-opal-03 a:focus,
  .group:hover .group-hover\:link-purple-opal-03 a,
  .group:focus-within .group-focus-within\:link-purple-opal-03 a {
    color: RGBA(144, 67, 198, 0.03);
  }
  .link-purple-opal-4 a,
  .hover\:link-purple-opal-4 a:hover,
  .active\:link-purple-opal-4 a:active,
  .focus\:link-purple-opal-4 a:focus,
  .group:hover .group-hover\:link-purple-opal-4 a,
  .group:focus-within .group-focus-within\:link-purple-opal-4 a {
    color: RGBA(144, 67, 198, 0.4);
  }
  .link-purple-opal-04 a,
  .hover\:link-purple-opal-04 a:hover,
  .active\:link-purple-opal-04 a:active,
  .focus\:link-purple-opal-04 a:focus,
  .group:hover .group-hover\:link-purple-opal-04 a,
  .group:focus-within .group-focus-within\:link-purple-opal-04 a {
    color: RGBA(144, 67, 198, 0.04);
  }
  .link-purple-opal-5 a,
  .hover\:link-purple-opal-5 a:hover,
  .active\:link-purple-opal-5 a:active,
  .focus\:link-purple-opal-5 a:focus,
  .group:hover .group-hover\:link-purple-opal-5 a,
  .group:focus-within .group-focus-within\:link-purple-opal-5 a {
    color: RGBA(144, 67, 198, 0.5);
  }
  .link-purple-opal-05 a,
  .hover\:link-purple-opal-05 a:hover,
  .active\:link-purple-opal-05 a:active,
  .focus\:link-purple-opal-05 a:focus,
  .group:hover .group-hover\:link-purple-opal-05 a,
  .group:focus-within .group-focus-within\:link-purple-opal-05 a {
    color: RGBA(144, 67, 198, 0.05);
  }
  .link-purple-opal-6 a,
  .hover\:link-purple-opal-6 a:hover,
  .active\:link-purple-opal-6 a:active,
  .focus\:link-purple-opal-6 a:focus,
  .group:hover .group-hover\:link-purple-opal-6 a,
  .group:focus-within .group-focus-within\:link-purple-opal-6 a {
    color: RGBA(144, 67, 198, 0.6);
  }
  .link-purple-opal-06 a,
  .hover\:link-purple-opal-06 a:hover,
  .active\:link-purple-opal-06 a:active,
  .focus\:link-purple-opal-06 a:focus,
  .group:hover .group-hover\:link-purple-opal-06 a,
  .group:focus-within .group-focus-within\:link-purple-opal-06 a {
    color: RGBA(144, 67, 198, 0.06);
  }
  .link-purple-opal-7 a,
  .hover\:link-purple-opal-7 a:hover,
  .active\:link-purple-opal-7 a:active,
  .focus\:link-purple-opal-7 a:focus,
  .group:hover .group-hover\:link-purple-opal-7 a,
  .group:focus-within .group-focus-within\:link-purple-opal-7 a {
    color: RGBA(144, 67, 198, 0.7);
  }
  .link-purple-opal-07 a,
  .hover\:link-purple-opal-07 a:hover,
  .active\:link-purple-opal-07 a:active,
  .focus\:link-purple-opal-07 a:focus,
  .group:hover .group-hover\:link-purple-opal-07 a,
  .group:focus-within .group-focus-within\:link-purple-opal-07 a {
    color: RGBA(144, 67, 198, 0.07);
  }
  .link-purple-opal-8 a,
  .hover\:link-purple-opal-8 a:hover,
  .active\:link-purple-opal-8 a:active,
  .focus\:link-purple-opal-8 a:focus,
  .group:hover .group-hover\:link-purple-opal-8 a,
  .group:focus-within .group-focus-within\:link-purple-opal-8 a {
    color: RGBA(144, 67, 198, 0.8);
  }
  .link-purple-opal-08 a,
  .hover\:link-purple-opal-08 a:hover,
  .active\:link-purple-opal-08 a:active,
  .focus\:link-purple-opal-08 a:focus,
  .group:hover .group-hover\:link-purple-opal-08 a,
  .group:focus-within .group-focus-within\:link-purple-opal-08 a {
    color: RGBA(144, 67, 198, 0.08);
  }
  .link-purple-opal-9 a,
  .hover\:link-purple-opal-9 a:hover,
  .active\:link-purple-opal-9 a:active,
  .focus\:link-purple-opal-9 a:focus,
  .group:hover .group-hover\:link-purple-opal-9 a,
  .group:focus-within .group-focus-within\:link-purple-opal-9 a {
    color: RGBA(144, 67, 198, 0.9);
  }
  .link-purple-opal-09 a,
  .hover\:link-purple-opal-09 a:hover,
  .active\:link-purple-opal-09 a:active,
  .focus\:link-purple-opal-09 a:focus,
  .group:hover .group-hover\:link-purple-opal-09 a,
  .group:focus-within .group-focus-within\:link-purple-opal-09 a {
    color: RGBA(144, 67, 198, 0.09);
  }
  .link-purple-opal-10 a,
  .hover\:link-purple-opal-10 a:hover,
  .active\:link-purple-opal-10 a:active,
  .focus\:link-purple-opal-10 a:focus,
  .group:hover .group-hover\:link-purple-opal-10 a,
  .group:focus-within .group-focus-within\:link-purple-opal-10 a {
    color: RGBA(144, 67, 198, 1);
  }
  .txt-lavender,
  .hover\:txt-lavender:hover,
  .focus\:txt-lavender:focus,
  .group:hover .group-hover\:txt-lavender,
  .group:focus-within .group-focus-within\:txt-lavender {
    color: #c481f3;
  }
  .txt-lavender-opal-0,
  .hover\:txt-lavender-opal-0:hover,
  .focus\:txt-lavender-opal-0:focus,
  .group:hover .group-hover\:txt-lavender-opal-0,
  .group:focus-within .group-focus-within\:txt-lavender-opal-0 {
    color: RGBA(196, 129, 243, 0);
  }
  .txt-lavender-opal-00,
  .hover\:txt-lavender-opal-00:hover,
  .focus\:txt-lavender-opal-00:focus,
  .group:hover .group-hover\:txt-lavender-opal-00,
  .group:focus-within .group-focus-within\:txt-lavender-opal-00 {
    color: RGBA(196, 129, 243, 0);
  }
  .txt-lavender-opal-1,
  .hover\:txt-lavender-opal-1:hover,
  .focus\:txt-lavender-opal-1:focus,
  .group:hover .group-hover\:txt-lavender-opal-1,
  .group:focus-within .group-focus-within\:txt-lavender-opal-1 {
    color: RGBA(196, 129, 243, 0.1);
  }
  .txt-lavender-opal-01,
  .hover\:txt-lavender-opal-01:hover,
  .focus\:txt-lavender-opal-01:focus,
  .group:hover .group-hover\:txt-lavender-opal-01,
  .group:focus-within .group-focus-within\:txt-lavender-opal-01 {
    color: RGBA(196, 129, 243, 0.01);
  }
  .txt-lavender-opal-2,
  .hover\:txt-lavender-opal-2:hover,
  .focus\:txt-lavender-opal-2:focus,
  .group:hover .group-hover\:txt-lavender-opal-2,
  .group:focus-within .group-focus-within\:txt-lavender-opal-2 {
    color: RGBA(196, 129, 243, 0.2);
  }
  .txt-lavender-opal-02,
  .hover\:txt-lavender-opal-02:hover,
  .focus\:txt-lavender-opal-02:focus,
  .group:hover .group-hover\:txt-lavender-opal-02,
  .group:focus-within .group-focus-within\:txt-lavender-opal-02 {
    color: RGBA(196, 129, 243, 0.02);
  }
  .txt-lavender-opal-3,
  .hover\:txt-lavender-opal-3:hover,
  .focus\:txt-lavender-opal-3:focus,
  .group:hover .group-hover\:txt-lavender-opal-3,
  .group:focus-within .group-focus-within\:txt-lavender-opal-3 {
    color: RGBA(196, 129, 243, 0.3);
  }
  .txt-lavender-opal-03,
  .hover\:txt-lavender-opal-03:hover,
  .focus\:txt-lavender-opal-03:focus,
  .group:hover .group-hover\:txt-lavender-opal-03,
  .group:focus-within .group-focus-within\:txt-lavender-opal-03 {
    color: RGBA(196, 129, 243, 0.03);
  }
  .txt-lavender-opal-4,
  .hover\:txt-lavender-opal-4:hover,
  .focus\:txt-lavender-opal-4:focus,
  .group:hover .group-hover\:txt-lavender-opal-4,
  .group:focus-within .group-focus-within\:txt-lavender-opal-4 {
    color: RGBA(196, 129, 243, 0.4);
  }
  .txt-lavender-opal-04,
  .hover\:txt-lavender-opal-04:hover,
  .focus\:txt-lavender-opal-04:focus,
  .group:hover .group-hover\:txt-lavender-opal-04,
  .group:focus-within .group-focus-within\:txt-lavender-opal-04 {
    color: RGBA(196, 129, 243, 0.04);
  }
  .txt-lavender-opal-5,
  .hover\:txt-lavender-opal-5:hover,
  .focus\:txt-lavender-opal-5:focus,
  .group:hover .group-hover\:txt-lavender-opal-5,
  .group:focus-within .group-focus-within\:txt-lavender-opal-5 {
    color: RGBA(196, 129, 243, 0.5);
  }
  .txt-lavender-opal-05,
  .hover\:txt-lavender-opal-05:hover,
  .focus\:txt-lavender-opal-05:focus,
  .group:hover .group-hover\:txt-lavender-opal-05,
  .group:focus-within .group-focus-within\:txt-lavender-opal-05 {
    color: RGBA(196, 129, 243, 0.05);
  }
  .txt-lavender-opal-6,
  .hover\:txt-lavender-opal-6:hover,
  .focus\:txt-lavender-opal-6:focus,
  .group:hover .group-hover\:txt-lavender-opal-6,
  .group:focus-within .group-focus-within\:txt-lavender-opal-6 {
    color: RGBA(196, 129, 243, 0.6);
  }
  .txt-lavender-opal-06,
  .hover\:txt-lavender-opal-06:hover,
  .focus\:txt-lavender-opal-06:focus,
  .group:hover .group-hover\:txt-lavender-opal-06,
  .group:focus-within .group-focus-within\:txt-lavender-opal-06 {
    color: RGBA(196, 129, 243, 0.06);
  }
  .txt-lavender-opal-7,
  .hover\:txt-lavender-opal-7:hover,
  .focus\:txt-lavender-opal-7:focus,
  .group:hover .group-hover\:txt-lavender-opal-7,
  .group:focus-within .group-focus-within\:txt-lavender-opal-7 {
    color: RGBA(196, 129, 243, 0.7);
  }
  .txt-lavender-opal-07,
  .hover\:txt-lavender-opal-07:hover,
  .focus\:txt-lavender-opal-07:focus,
  .group:hover .group-hover\:txt-lavender-opal-07,
  .group:focus-within .group-focus-within\:txt-lavender-opal-07 {
    color: RGBA(196, 129, 243, 0.07);
  }
  .txt-lavender-opal-8,
  .hover\:txt-lavender-opal-8:hover,
  .focus\:txt-lavender-opal-8:focus,
  .group:hover .group-hover\:txt-lavender-opal-8,
  .group:focus-within .group-focus-within\:txt-lavender-opal-8 {
    color: RGBA(196, 129, 243, 0.8);
  }
  .txt-lavender-opal-08,
  .hover\:txt-lavender-opal-08:hover,
  .focus\:txt-lavender-opal-08:focus,
  .group:hover .group-hover\:txt-lavender-opal-08,
  .group:focus-within .group-focus-within\:txt-lavender-opal-08 {
    color: RGBA(196, 129, 243, 0.08);
  }
  .txt-lavender-opal-9,
  .hover\:txt-lavender-opal-9:hover,
  .focus\:txt-lavender-opal-9:focus,
  .group:hover .group-hover\:txt-lavender-opal-9,
  .group:focus-within .group-focus-within\:txt-lavender-opal-9 {
    color: RGBA(196, 129, 243, 0.9);
  }
  .txt-lavender-opal-09,
  .hover\:txt-lavender-opal-09:hover,
  .focus\:txt-lavender-opal-09:focus,
  .group:hover .group-hover\:txt-lavender-opal-09,
  .group:focus-within .group-focus-within\:txt-lavender-opal-09 {
    color: RGBA(196, 129, 243, 0.09);
  }
  .txt-lavender-opal-10,
  .hover\:txt-lavender-opal-10:hover,
  .focus\:txt-lavender-opal-10:focus,
  .group:hover .group-hover\:txt-lavender-opal-10,
  .group:focus-within .group-focus-within\:txt-lavender-opal-10 {
    color: RGBA(196, 129, 243, 1);
  }
  .link-lavender a,
  .hover\:link-lavender a:hover,
  .active\:link-lavender a:active,
  .focus\:link-lavender a:focus,
  .group:hover .group-hover\:link-lavender a,
  .group:focus-within .group-focus-within\:link-lavender a {
    color: #c481f3;
  }
  .link-lavender-opal-0 a,
  .hover\:link-lavender-opal-0 a:hover,
  .active\:link-lavender-opal-0 a:active,
  .focus\:link-lavender-opal-0 a:focus,
  .group:hover .group-hover\:link-lavender-opal-0 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-0 a {
    color: RGBA(196, 129, 243, 0);
  }
  .link-lavender-opal-00 a,
  .hover\:link-lavender-opal-00 a:hover,
  .active\:link-lavender-opal-00 a:active,
  .focus\:link-lavender-opal-00 a:focus,
  .group:hover .group-hover\:link-lavender-opal-00 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-00 a {
    color: RGBA(196, 129, 243, 0);
  }
  .link-lavender-opal-1 a,
  .hover\:link-lavender-opal-1 a:hover,
  .active\:link-lavender-opal-1 a:active,
  .focus\:link-lavender-opal-1 a:focus,
  .group:hover .group-hover\:link-lavender-opal-1 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-1 a {
    color: RGBA(196, 129, 243, 0.1);
  }
  .link-lavender-opal-01 a,
  .hover\:link-lavender-opal-01 a:hover,
  .active\:link-lavender-opal-01 a:active,
  .focus\:link-lavender-opal-01 a:focus,
  .group:hover .group-hover\:link-lavender-opal-01 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-01 a {
    color: RGBA(196, 129, 243, 0.01);
  }
  .link-lavender-opal-2 a,
  .hover\:link-lavender-opal-2 a:hover,
  .active\:link-lavender-opal-2 a:active,
  .focus\:link-lavender-opal-2 a:focus,
  .group:hover .group-hover\:link-lavender-opal-2 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-2 a {
    color: RGBA(196, 129, 243, 0.2);
  }
  .link-lavender-opal-02 a,
  .hover\:link-lavender-opal-02 a:hover,
  .active\:link-lavender-opal-02 a:active,
  .focus\:link-lavender-opal-02 a:focus,
  .group:hover .group-hover\:link-lavender-opal-02 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-02 a {
    color: RGBA(196, 129, 243, 0.02);
  }
  .link-lavender-opal-3 a,
  .hover\:link-lavender-opal-3 a:hover,
  .active\:link-lavender-opal-3 a:active,
  .focus\:link-lavender-opal-3 a:focus,
  .group:hover .group-hover\:link-lavender-opal-3 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-3 a {
    color: RGBA(196, 129, 243, 0.3);
  }
  .link-lavender-opal-03 a,
  .hover\:link-lavender-opal-03 a:hover,
  .active\:link-lavender-opal-03 a:active,
  .focus\:link-lavender-opal-03 a:focus,
  .group:hover .group-hover\:link-lavender-opal-03 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-03 a {
    color: RGBA(196, 129, 243, 0.03);
  }
  .link-lavender-opal-4 a,
  .hover\:link-lavender-opal-4 a:hover,
  .active\:link-lavender-opal-4 a:active,
  .focus\:link-lavender-opal-4 a:focus,
  .group:hover .group-hover\:link-lavender-opal-4 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-4 a {
    color: RGBA(196, 129, 243, 0.4);
  }
  .link-lavender-opal-04 a,
  .hover\:link-lavender-opal-04 a:hover,
  .active\:link-lavender-opal-04 a:active,
  .focus\:link-lavender-opal-04 a:focus,
  .group:hover .group-hover\:link-lavender-opal-04 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-04 a {
    color: RGBA(196, 129, 243, 0.04);
  }
  .link-lavender-opal-5 a,
  .hover\:link-lavender-opal-5 a:hover,
  .active\:link-lavender-opal-5 a:active,
  .focus\:link-lavender-opal-5 a:focus,
  .group:hover .group-hover\:link-lavender-opal-5 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-5 a {
    color: RGBA(196, 129, 243, 0.5);
  }
  .link-lavender-opal-05 a,
  .hover\:link-lavender-opal-05 a:hover,
  .active\:link-lavender-opal-05 a:active,
  .focus\:link-lavender-opal-05 a:focus,
  .group:hover .group-hover\:link-lavender-opal-05 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-05 a {
    color: RGBA(196, 129, 243, 0.05);
  }
  .link-lavender-opal-6 a,
  .hover\:link-lavender-opal-6 a:hover,
  .active\:link-lavender-opal-6 a:active,
  .focus\:link-lavender-opal-6 a:focus,
  .group:hover .group-hover\:link-lavender-opal-6 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-6 a {
    color: RGBA(196, 129, 243, 0.6);
  }
  .link-lavender-opal-06 a,
  .hover\:link-lavender-opal-06 a:hover,
  .active\:link-lavender-opal-06 a:active,
  .focus\:link-lavender-opal-06 a:focus,
  .group:hover .group-hover\:link-lavender-opal-06 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-06 a {
    color: RGBA(196, 129, 243, 0.06);
  }
  .link-lavender-opal-7 a,
  .hover\:link-lavender-opal-7 a:hover,
  .active\:link-lavender-opal-7 a:active,
  .focus\:link-lavender-opal-7 a:focus,
  .group:hover .group-hover\:link-lavender-opal-7 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-7 a {
    color: RGBA(196, 129, 243, 0.7);
  }
  .link-lavender-opal-07 a,
  .hover\:link-lavender-opal-07 a:hover,
  .active\:link-lavender-opal-07 a:active,
  .focus\:link-lavender-opal-07 a:focus,
  .group:hover .group-hover\:link-lavender-opal-07 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-07 a {
    color: RGBA(196, 129, 243, 0.07);
  }
  .link-lavender-opal-8 a,
  .hover\:link-lavender-opal-8 a:hover,
  .active\:link-lavender-opal-8 a:active,
  .focus\:link-lavender-opal-8 a:focus,
  .group:hover .group-hover\:link-lavender-opal-8 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-8 a {
    color: RGBA(196, 129, 243, 0.8);
  }
  .link-lavender-opal-08 a,
  .hover\:link-lavender-opal-08 a:hover,
  .active\:link-lavender-opal-08 a:active,
  .focus\:link-lavender-opal-08 a:focus,
  .group:hover .group-hover\:link-lavender-opal-08 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-08 a {
    color: RGBA(196, 129, 243, 0.08);
  }
  .link-lavender-opal-9 a,
  .hover\:link-lavender-opal-9 a:hover,
  .active\:link-lavender-opal-9 a:active,
  .focus\:link-lavender-opal-9 a:focus,
  .group:hover .group-hover\:link-lavender-opal-9 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-9 a {
    color: RGBA(196, 129, 243, 0.9);
  }
  .link-lavender-opal-09 a,
  .hover\:link-lavender-opal-09 a:hover,
  .active\:link-lavender-opal-09 a:active,
  .focus\:link-lavender-opal-09 a:focus,
  .group:hover .group-hover\:link-lavender-opal-09 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-09 a {
    color: RGBA(196, 129, 243, 0.09);
  }
  .link-lavender-opal-10 a,
  .hover\:link-lavender-opal-10 a:hover,
  .active\:link-lavender-opal-10 a:active,
  .focus\:link-lavender-opal-10 a:focus,
  .group:hover .group-hover\:link-lavender-opal-10 a,
  .group:focus-within .group-focus-within\:link-lavender-opal-10 a {
    color: RGBA(196, 129, 243, 1);
  }
  .txt-black,
  .hover\:txt-black:hover,
  .focus\:txt-black:focus,
  .group:hover .group-hover\:txt-black,
  .group:focus-within .group-focus-within\:txt-black {
    color: #000;
  }
  .txt-black-opal-0,
  .hover\:txt-black-opal-0:hover,
  .focus\:txt-black-opal-0:focus,
  .group:hover .group-hover\:txt-black-opal-0,
  .group:focus-within .group-focus-within\:txt-black-opal-0 {
    color: RGBA(0, 0, 0, 0);
  }
  .txt-black-opal-00,
  .hover\:txt-black-opal-00:hover,
  .focus\:txt-black-opal-00:focus,
  .group:hover .group-hover\:txt-black-opal-00,
  .group:focus-within .group-focus-within\:txt-black-opal-00 {
    color: RGBA(0, 0, 0, 0);
  }
  .txt-black-opal-1,
  .hover\:txt-black-opal-1:hover,
  .focus\:txt-black-opal-1:focus,
  .group:hover .group-hover\:txt-black-opal-1,
  .group:focus-within .group-focus-within\:txt-black-opal-1 {
    color: RGBA(0, 0, 0, 0.1);
  }
  .txt-black-opal-01,
  .hover\:txt-black-opal-01:hover,
  .focus\:txt-black-opal-01:focus,
  .group:hover .group-hover\:txt-black-opal-01,
  .group:focus-within .group-focus-within\:txt-black-opal-01 {
    color: RGBA(0, 0, 0, 0.01);
  }
  .txt-black-opal-2,
  .hover\:txt-black-opal-2:hover,
  .focus\:txt-black-opal-2:focus,
  .group:hover .group-hover\:txt-black-opal-2,
  .group:focus-within .group-focus-within\:txt-black-opal-2 {
    color: RGBA(0, 0, 0, 0.2);
  }
  .txt-black-opal-02,
  .hover\:txt-black-opal-02:hover,
  .focus\:txt-black-opal-02:focus,
  .group:hover .group-hover\:txt-black-opal-02,
  .group:focus-within .group-focus-within\:txt-black-opal-02 {
    color: RGBA(0, 0, 0, 0.02);
  }
  .txt-black-opal-3,
  .hover\:txt-black-opal-3:hover,
  .focus\:txt-black-opal-3:focus,
  .group:hover .group-hover\:txt-black-opal-3,
  .group:focus-within .group-focus-within\:txt-black-opal-3 {
    color: RGBA(0, 0, 0, 0.3);
  }
  .txt-black-opal-03,
  .hover\:txt-black-opal-03:hover,
  .focus\:txt-black-opal-03:focus,
  .group:hover .group-hover\:txt-black-opal-03,
  .group:focus-within .group-focus-within\:txt-black-opal-03 {
    color: RGBA(0, 0, 0, 0.03);
  }
  .txt-black-opal-4,
  .hover\:txt-black-opal-4:hover,
  .focus\:txt-black-opal-4:focus,
  .group:hover .group-hover\:txt-black-opal-4,
  .group:focus-within .group-focus-within\:txt-black-opal-4 {
    color: RGBA(0, 0, 0, 0.4);
  }
  .txt-black-opal-04,
  .hover\:txt-black-opal-04:hover,
  .focus\:txt-black-opal-04:focus,
  .group:hover .group-hover\:txt-black-opal-04,
  .group:focus-within .group-focus-within\:txt-black-opal-04 {
    color: RGBA(0, 0, 0, 0.04);
  }
  .txt-black-opal-5,
  .hover\:txt-black-opal-5:hover,
  .focus\:txt-black-opal-5:focus,
  .group:hover .group-hover\:txt-black-opal-5,
  .group:focus-within .group-focus-within\:txt-black-opal-5 {
    color: RGBA(0, 0, 0, 0.5);
  }
  .txt-black-opal-05,
  .hover\:txt-black-opal-05:hover,
  .focus\:txt-black-opal-05:focus,
  .group:hover .group-hover\:txt-black-opal-05,
  .group:focus-within .group-focus-within\:txt-black-opal-05 {
    color: RGBA(0, 0, 0, 0.05);
  }
  .txt-black-opal-6,
  .hover\:txt-black-opal-6:hover,
  .focus\:txt-black-opal-6:focus,
  .group:hover .group-hover\:txt-black-opal-6,
  .group:focus-within .group-focus-within\:txt-black-opal-6 {
    color: RGBA(0, 0, 0, 0.6);
  }
  .txt-black-opal-06,
  .hover\:txt-black-opal-06:hover,
  .focus\:txt-black-opal-06:focus,
  .group:hover .group-hover\:txt-black-opal-06,
  .group:focus-within .group-focus-within\:txt-black-opal-06 {
    color: RGBA(0, 0, 0, 0.06);
  }
  .txt-black-opal-7,
  .hover\:txt-black-opal-7:hover,
  .focus\:txt-black-opal-7:focus,
  .group:hover .group-hover\:txt-black-opal-7,
  .group:focus-within .group-focus-within\:txt-black-opal-7 {
    color: RGBA(0, 0, 0, 0.7);
  }
  .txt-black-opal-07,
  .hover\:txt-black-opal-07:hover,
  .focus\:txt-black-opal-07:focus,
  .group:hover .group-hover\:txt-black-opal-07,
  .group:focus-within .group-focus-within\:txt-black-opal-07 {
    color: RGBA(0, 0, 0, 0.07);
  }
  .txt-black-opal-8,
  .hover\:txt-black-opal-8:hover,
  .focus\:txt-black-opal-8:focus,
  .group:hover .group-hover\:txt-black-opal-8,
  .group:focus-within .group-focus-within\:txt-black-opal-8 {
    color: RGBA(0, 0, 0, 0.8);
  }
  .txt-black-opal-08,
  .hover\:txt-black-opal-08:hover,
  .focus\:txt-black-opal-08:focus,
  .group:hover .group-hover\:txt-black-opal-08,
  .group:focus-within .group-focus-within\:txt-black-opal-08 {
    color: RGBA(0, 0, 0, 0.08);
  }
  .txt-black-opal-9,
  .hover\:txt-black-opal-9:hover,
  .focus\:txt-black-opal-9:focus,
  .group:hover .group-hover\:txt-black-opal-9,
  .group:focus-within .group-focus-within\:txt-black-opal-9 {
    color: RGBA(0, 0, 0, 0.9);
  }
  .txt-black-opal-09,
  .hover\:txt-black-opal-09:hover,
  .focus\:txt-black-opal-09:focus,
  .group:hover .group-hover\:txt-black-opal-09,
  .group:focus-within .group-focus-within\:txt-black-opal-09 {
    color: RGBA(0, 0, 0, 0.09);
  }
  .txt-black-opal-10,
  .hover\:txt-black-opal-10:hover,
  .focus\:txt-black-opal-10:focus,
  .group:hover .group-hover\:txt-black-opal-10,
  .group:focus-within .group-focus-within\:txt-black-opal-10 {
    color: RGBA(0, 0, 0, 1);
  }
  .link-black a,
  .hover\:link-black a:hover,
  .active\:link-black a:active,
  .focus\:link-black a:focus,
  .group:hover .group-hover\:link-black a,
  .group:focus-within .group-focus-within\:link-black a {
    color: #000;
  }
  .link-black-opal-0 a,
  .hover\:link-black-opal-0 a:hover,
  .active\:link-black-opal-0 a:active,
  .focus\:link-black-opal-0 a:focus,
  .group:hover .group-hover\:link-black-opal-0 a,
  .group:focus-within .group-focus-within\:link-black-opal-0 a {
    color: RGBA(0, 0, 0, 0);
  }
  .link-black-opal-00 a,
  .hover\:link-black-opal-00 a:hover,
  .active\:link-black-opal-00 a:active,
  .focus\:link-black-opal-00 a:focus,
  .group:hover .group-hover\:link-black-opal-00 a,
  .group:focus-within .group-focus-within\:link-black-opal-00 a {
    color: RGBA(0, 0, 0, 0);
  }
  .link-black-opal-1 a,
  .hover\:link-black-opal-1 a:hover,
  .active\:link-black-opal-1 a:active,
  .focus\:link-black-opal-1 a:focus,
  .group:hover .group-hover\:link-black-opal-1 a,
  .group:focus-within .group-focus-within\:link-black-opal-1 a {
    color: RGBA(0, 0, 0, 0.1);
  }
  .link-black-opal-01 a,
  .hover\:link-black-opal-01 a:hover,
  .active\:link-black-opal-01 a:active,
  .focus\:link-black-opal-01 a:focus,
  .group:hover .group-hover\:link-black-opal-01 a,
  .group:focus-within .group-focus-within\:link-black-opal-01 a {
    color: RGBA(0, 0, 0, 0.01);
  }
  .link-black-opal-2 a,
  .hover\:link-black-opal-2 a:hover,
  .active\:link-black-opal-2 a:active,
  .focus\:link-black-opal-2 a:focus,
  .group:hover .group-hover\:link-black-opal-2 a,
  .group:focus-within .group-focus-within\:link-black-opal-2 a {
    color: RGBA(0, 0, 0, 0.2);
  }
  .link-black-opal-02 a,
  .hover\:link-black-opal-02 a:hover,
  .active\:link-black-opal-02 a:active,
  .focus\:link-black-opal-02 a:focus,
  .group:hover .group-hover\:link-black-opal-02 a,
  .group:focus-within .group-focus-within\:link-black-opal-02 a {
    color: RGBA(0, 0, 0, 0.02);
  }
  .link-black-opal-3 a,
  .hover\:link-black-opal-3 a:hover,
  .active\:link-black-opal-3 a:active,
  .focus\:link-black-opal-3 a:focus,
  .group:hover .group-hover\:link-black-opal-3 a,
  .group:focus-within .group-focus-within\:link-black-opal-3 a {
    color: RGBA(0, 0, 0, 0.3);
  }
  .link-black-opal-03 a,
  .hover\:link-black-opal-03 a:hover,
  .active\:link-black-opal-03 a:active,
  .focus\:link-black-opal-03 a:focus,
  .group:hover .group-hover\:link-black-opal-03 a,
  .group:focus-within .group-focus-within\:link-black-opal-03 a {
    color: RGBA(0, 0, 0, 0.03);
  }
  .link-black-opal-4 a,
  .hover\:link-black-opal-4 a:hover,
  .active\:link-black-opal-4 a:active,
  .focus\:link-black-opal-4 a:focus,
  .group:hover .group-hover\:link-black-opal-4 a,
  .group:focus-within .group-focus-within\:link-black-opal-4 a {
    color: RGBA(0, 0, 0, 0.4);
  }
  .link-black-opal-04 a,
  .hover\:link-black-opal-04 a:hover,
  .active\:link-black-opal-04 a:active,
  .focus\:link-black-opal-04 a:focus,
  .group:hover .group-hover\:link-black-opal-04 a,
  .group:focus-within .group-focus-within\:link-black-opal-04 a {
    color: RGBA(0, 0, 0, 0.04);
  }
  .link-black-opal-5 a,
  .hover\:link-black-opal-5 a:hover,
  .active\:link-black-opal-5 a:active,
  .focus\:link-black-opal-5 a:focus,
  .group:hover .group-hover\:link-black-opal-5 a,
  .group:focus-within .group-focus-within\:link-black-opal-5 a {
    color: RGBA(0, 0, 0, 0.5);
  }
  .link-black-opal-05 a,
  .hover\:link-black-opal-05 a:hover,
  .active\:link-black-opal-05 a:active,
  .focus\:link-black-opal-05 a:focus,
  .group:hover .group-hover\:link-black-opal-05 a,
  .group:focus-within .group-focus-within\:link-black-opal-05 a {
    color: RGBA(0, 0, 0, 0.05);
  }
  .link-black-opal-6 a,
  .hover\:link-black-opal-6 a:hover,
  .active\:link-black-opal-6 a:active,
  .focus\:link-black-opal-6 a:focus,
  .group:hover .group-hover\:link-black-opal-6 a,
  .group:focus-within .group-focus-within\:link-black-opal-6 a {
    color: RGBA(0, 0, 0, 0.6);
  }
  .link-black-opal-06 a,
  .hover\:link-black-opal-06 a:hover,
  .active\:link-black-opal-06 a:active,
  .focus\:link-black-opal-06 a:focus,
  .group:hover .group-hover\:link-black-opal-06 a,
  .group:focus-within .group-focus-within\:link-black-opal-06 a {
    color: RGBA(0, 0, 0, 0.06);
  }
  .link-black-opal-7 a,
  .hover\:link-black-opal-7 a:hover,
  .active\:link-black-opal-7 a:active,
  .focus\:link-black-opal-7 a:focus,
  .group:hover .group-hover\:link-black-opal-7 a,
  .group:focus-within .group-focus-within\:link-black-opal-7 a {
    color: RGBA(0, 0, 0, 0.7);
  }
  .link-black-opal-07 a,
  .hover\:link-black-opal-07 a:hover,
  .active\:link-black-opal-07 a:active,
  .focus\:link-black-opal-07 a:focus,
  .group:hover .group-hover\:link-black-opal-07 a,
  .group:focus-within .group-focus-within\:link-black-opal-07 a {
    color: RGBA(0, 0, 0, 0.07);
  }
  .link-black-opal-8 a,
  .hover\:link-black-opal-8 a:hover,
  .active\:link-black-opal-8 a:active,
  .focus\:link-black-opal-8 a:focus,
  .group:hover .group-hover\:link-black-opal-8 a,
  .group:focus-within .group-focus-within\:link-black-opal-8 a {
    color: RGBA(0, 0, 0, 0.8);
  }
  .link-black-opal-08 a,
  .hover\:link-black-opal-08 a:hover,
  .active\:link-black-opal-08 a:active,
  .focus\:link-black-opal-08 a:focus,
  .group:hover .group-hover\:link-black-opal-08 a,
  .group:focus-within .group-focus-within\:link-black-opal-08 a {
    color: RGBA(0, 0, 0, 0.08);
  }
  .link-black-opal-9 a,
  .hover\:link-black-opal-9 a:hover,
  .active\:link-black-opal-9 a:active,
  .focus\:link-black-opal-9 a:focus,
  .group:hover .group-hover\:link-black-opal-9 a,
  .group:focus-within .group-focus-within\:link-black-opal-9 a {
    color: RGBA(0, 0, 0, 0.9);
  }
  .link-black-opal-09 a,
  .hover\:link-black-opal-09 a:hover,
  .active\:link-black-opal-09 a:active,
  .focus\:link-black-opal-09 a:focus,
  .group:hover .group-hover\:link-black-opal-09 a,
  .group:focus-within .group-focus-within\:link-black-opal-09 a {
    color: RGBA(0, 0, 0, 0.09);
  }
  .link-black-opal-10 a,
  .hover\:link-black-opal-10 a:hover,
  .active\:link-black-opal-10 a:active,
  .focus\:link-black-opal-10 a:focus,
  .group:hover .group-hover\:link-black-opal-10 a,
  .group:focus-within .group-focus-within\:link-black-opal-10 a {
    color: RGBA(0, 0, 0, 1);
  }
  .txt-space,
  .hover\:txt-space:hover,
  .focus\:txt-space:focus,
  .group:hover .group-hover\:txt-space,
  .group:focus-within .group-focus-within\:txt-space {
    color: #01011e;
  }
  .txt-space-opal-0,
  .hover\:txt-space-opal-0:hover,
  .focus\:txt-space-opal-0:focus,
  .group:hover .group-hover\:txt-space-opal-0,
  .group:focus-within .group-focus-within\:txt-space-opal-0 {
    color: RGBA(1, 1, 30, 0);
  }
  .txt-space-opal-00,
  .hover\:txt-space-opal-00:hover,
  .focus\:txt-space-opal-00:focus,
  .group:hover .group-hover\:txt-space-opal-00,
  .group:focus-within .group-focus-within\:txt-space-opal-00 {
    color: RGBA(1, 1, 30, 0);
  }
  .txt-space-opal-1,
  .hover\:txt-space-opal-1:hover,
  .focus\:txt-space-opal-1:focus,
  .group:hover .group-hover\:txt-space-opal-1,
  .group:focus-within .group-focus-within\:txt-space-opal-1 {
    color: RGBA(1, 1, 30, 0.1);
  }
  .txt-space-opal-01,
  .hover\:txt-space-opal-01:hover,
  .focus\:txt-space-opal-01:focus,
  .group:hover .group-hover\:txt-space-opal-01,
  .group:focus-within .group-focus-within\:txt-space-opal-01 {
    color: RGBA(1, 1, 30, 0.01);
  }
  .txt-space-opal-2,
  .hover\:txt-space-opal-2:hover,
  .focus\:txt-space-opal-2:focus,
  .group:hover .group-hover\:txt-space-opal-2,
  .group:focus-within .group-focus-within\:txt-space-opal-2 {
    color: RGBA(1, 1, 30, 0.2);
  }
  .txt-space-opal-02,
  .hover\:txt-space-opal-02:hover,
  .focus\:txt-space-opal-02:focus,
  .group:hover .group-hover\:txt-space-opal-02,
  .group:focus-within .group-focus-within\:txt-space-opal-02 {
    color: RGBA(1, 1, 30, 0.02);
  }
  .txt-space-opal-3,
  .hover\:txt-space-opal-3:hover,
  .focus\:txt-space-opal-3:focus,
  .group:hover .group-hover\:txt-space-opal-3,
  .group:focus-within .group-focus-within\:txt-space-opal-3 {
    color: RGBA(1, 1, 30, 0.3);
  }
  .txt-space-opal-03,
  .hover\:txt-space-opal-03:hover,
  .focus\:txt-space-opal-03:focus,
  .group:hover .group-hover\:txt-space-opal-03,
  .group:focus-within .group-focus-within\:txt-space-opal-03 {
    color: RGBA(1, 1, 30, 0.03);
  }
  .txt-space-opal-4,
  .hover\:txt-space-opal-4:hover,
  .focus\:txt-space-opal-4:focus,
  .group:hover .group-hover\:txt-space-opal-4,
  .group:focus-within .group-focus-within\:txt-space-opal-4 {
    color: RGBA(1, 1, 30, 0.4);
  }
  .txt-space-opal-04,
  .hover\:txt-space-opal-04:hover,
  .focus\:txt-space-opal-04:focus,
  .group:hover .group-hover\:txt-space-opal-04,
  .group:focus-within .group-focus-within\:txt-space-opal-04 {
    color: RGBA(1, 1, 30, 0.04);
  }
  .txt-space-opal-5,
  .hover\:txt-space-opal-5:hover,
  .focus\:txt-space-opal-5:focus,
  .group:hover .group-hover\:txt-space-opal-5,
  .group:focus-within .group-focus-within\:txt-space-opal-5 {
    color: RGBA(1, 1, 30, 0.5);
  }
  .txt-space-opal-05,
  .hover\:txt-space-opal-05:hover,
  .focus\:txt-space-opal-05:focus,
  .group:hover .group-hover\:txt-space-opal-05,
  .group:focus-within .group-focus-within\:txt-space-opal-05 {
    color: RGBA(1, 1, 30, 0.05);
  }
  .txt-space-opal-6,
  .hover\:txt-space-opal-6:hover,
  .focus\:txt-space-opal-6:focus,
  .group:hover .group-hover\:txt-space-opal-6,
  .group:focus-within .group-focus-within\:txt-space-opal-6 {
    color: RGBA(1, 1, 30, 0.6);
  }
  .txt-space-opal-06,
  .hover\:txt-space-opal-06:hover,
  .focus\:txt-space-opal-06:focus,
  .group:hover .group-hover\:txt-space-opal-06,
  .group:focus-within .group-focus-within\:txt-space-opal-06 {
    color: RGBA(1, 1, 30, 0.06);
  }
  .txt-space-opal-7,
  .hover\:txt-space-opal-7:hover,
  .focus\:txt-space-opal-7:focus,
  .group:hover .group-hover\:txt-space-opal-7,
  .group:focus-within .group-focus-within\:txt-space-opal-7 {
    color: RGBA(1, 1, 30, 0.7);
  }
  .txt-space-opal-07,
  .hover\:txt-space-opal-07:hover,
  .focus\:txt-space-opal-07:focus,
  .group:hover .group-hover\:txt-space-opal-07,
  .group:focus-within .group-focus-within\:txt-space-opal-07 {
    color: RGBA(1, 1, 30, 0.07);
  }
  .txt-space-opal-8,
  .hover\:txt-space-opal-8:hover,
  .focus\:txt-space-opal-8:focus,
  .group:hover .group-hover\:txt-space-opal-8,
  .group:focus-within .group-focus-within\:txt-space-opal-8 {
    color: RGBA(1, 1, 30, 0.8);
  }
  .txt-space-opal-08,
  .hover\:txt-space-opal-08:hover,
  .focus\:txt-space-opal-08:focus,
  .group:hover .group-hover\:txt-space-opal-08,
  .group:focus-within .group-focus-within\:txt-space-opal-08 {
    color: RGBA(1, 1, 30, 0.08);
  }
  .txt-space-opal-9,
  .hover\:txt-space-opal-9:hover,
  .focus\:txt-space-opal-9:focus,
  .group:hover .group-hover\:txt-space-opal-9,
  .group:focus-within .group-focus-within\:txt-space-opal-9 {
    color: RGBA(1, 1, 30, 0.9);
  }
  .txt-space-opal-09,
  .hover\:txt-space-opal-09:hover,
  .focus\:txt-space-opal-09:focus,
  .group:hover .group-hover\:txt-space-opal-09,
  .group:focus-within .group-focus-within\:txt-space-opal-09 {
    color: RGBA(1, 1, 30, 0.09);
  }
  .txt-space-opal-10,
  .hover\:txt-space-opal-10:hover,
  .focus\:txt-space-opal-10:focus,
  .group:hover .group-hover\:txt-space-opal-10,
  .group:focus-within .group-focus-within\:txt-space-opal-10 {
    color: RGBA(1, 1, 30, 1);
  }
  .link-space a,
  .hover\:link-space a:hover,
  .active\:link-space a:active,
  .focus\:link-space a:focus,
  .group:hover .group-hover\:link-space a,
  .group:focus-within .group-focus-within\:link-space a {
    color: #01011e;
  }
  .link-space-opal-0 a,
  .hover\:link-space-opal-0 a:hover,
  .active\:link-space-opal-0 a:active,
  .focus\:link-space-opal-0 a:focus,
  .group:hover .group-hover\:link-space-opal-0 a,
  .group:focus-within .group-focus-within\:link-space-opal-0 a {
    color: RGBA(1, 1, 30, 0);
  }
  .link-space-opal-00 a,
  .hover\:link-space-opal-00 a:hover,
  .active\:link-space-opal-00 a:active,
  .focus\:link-space-opal-00 a:focus,
  .group:hover .group-hover\:link-space-opal-00 a,
  .group:focus-within .group-focus-within\:link-space-opal-00 a {
    color: RGBA(1, 1, 30, 0);
  }
  .link-space-opal-1 a,
  .hover\:link-space-opal-1 a:hover,
  .active\:link-space-opal-1 a:active,
  .focus\:link-space-opal-1 a:focus,
  .group:hover .group-hover\:link-space-opal-1 a,
  .group:focus-within .group-focus-within\:link-space-opal-1 a {
    color: RGBA(1, 1, 30, 0.1);
  }
  .link-space-opal-01 a,
  .hover\:link-space-opal-01 a:hover,
  .active\:link-space-opal-01 a:active,
  .focus\:link-space-opal-01 a:focus,
  .group:hover .group-hover\:link-space-opal-01 a,
  .group:focus-within .group-focus-within\:link-space-opal-01 a {
    color: RGBA(1, 1, 30, 0.01);
  }
  .link-space-opal-2 a,
  .hover\:link-space-opal-2 a:hover,
  .active\:link-space-opal-2 a:active,
  .focus\:link-space-opal-2 a:focus,
  .group:hover .group-hover\:link-space-opal-2 a,
  .group:focus-within .group-focus-within\:link-space-opal-2 a {
    color: RGBA(1, 1, 30, 0.2);
  }
  .link-space-opal-02 a,
  .hover\:link-space-opal-02 a:hover,
  .active\:link-space-opal-02 a:active,
  .focus\:link-space-opal-02 a:focus,
  .group:hover .group-hover\:link-space-opal-02 a,
  .group:focus-within .group-focus-within\:link-space-opal-02 a {
    color: RGBA(1, 1, 30, 0.02);
  }
  .link-space-opal-3 a,
  .hover\:link-space-opal-3 a:hover,
  .active\:link-space-opal-3 a:active,
  .focus\:link-space-opal-3 a:focus,
  .group:hover .group-hover\:link-space-opal-3 a,
  .group:focus-within .group-focus-within\:link-space-opal-3 a {
    color: RGBA(1, 1, 30, 0.3);
  }
  .link-space-opal-03 a,
  .hover\:link-space-opal-03 a:hover,
  .active\:link-space-opal-03 a:active,
  .focus\:link-space-opal-03 a:focus,
  .group:hover .group-hover\:link-space-opal-03 a,
  .group:focus-within .group-focus-within\:link-space-opal-03 a {
    color: RGBA(1, 1, 30, 0.03);
  }
  .link-space-opal-4 a,
  .hover\:link-space-opal-4 a:hover,
  .active\:link-space-opal-4 a:active,
  .focus\:link-space-opal-4 a:focus,
  .group:hover .group-hover\:link-space-opal-4 a,
  .group:focus-within .group-focus-within\:link-space-opal-4 a {
    color: RGBA(1, 1, 30, 0.4);
  }
  .link-space-opal-04 a,
  .hover\:link-space-opal-04 a:hover,
  .active\:link-space-opal-04 a:active,
  .focus\:link-space-opal-04 a:focus,
  .group:hover .group-hover\:link-space-opal-04 a,
  .group:focus-within .group-focus-within\:link-space-opal-04 a {
    color: RGBA(1, 1, 30, 0.04);
  }
  .link-space-opal-5 a,
  .hover\:link-space-opal-5 a:hover,
  .active\:link-space-opal-5 a:active,
  .focus\:link-space-opal-5 a:focus,
  .group:hover .group-hover\:link-space-opal-5 a,
  .group:focus-within .group-focus-within\:link-space-opal-5 a {
    color: RGBA(1, 1, 30, 0.5);
  }
  .link-space-opal-05 a,
  .hover\:link-space-opal-05 a:hover,
  .active\:link-space-opal-05 a:active,
  .focus\:link-space-opal-05 a:focus,
  .group:hover .group-hover\:link-space-opal-05 a,
  .group:focus-within .group-focus-within\:link-space-opal-05 a {
    color: RGBA(1, 1, 30, 0.05);
  }
  .link-space-opal-6 a,
  .hover\:link-space-opal-6 a:hover,
  .active\:link-space-opal-6 a:active,
  .focus\:link-space-opal-6 a:focus,
  .group:hover .group-hover\:link-space-opal-6 a,
  .group:focus-within .group-focus-within\:link-space-opal-6 a {
    color: RGBA(1, 1, 30, 0.6);
  }
  .link-space-opal-06 a,
  .hover\:link-space-opal-06 a:hover,
  .active\:link-space-opal-06 a:active,
  .focus\:link-space-opal-06 a:focus,
  .group:hover .group-hover\:link-space-opal-06 a,
  .group:focus-within .group-focus-within\:link-space-opal-06 a {
    color: RGBA(1, 1, 30, 0.06);
  }
  .link-space-opal-7 a,
  .hover\:link-space-opal-7 a:hover,
  .active\:link-space-opal-7 a:active,
  .focus\:link-space-opal-7 a:focus,
  .group:hover .group-hover\:link-space-opal-7 a,
  .group:focus-within .group-focus-within\:link-space-opal-7 a {
    color: RGBA(1, 1, 30, 0.7);
  }
  .link-space-opal-07 a,
  .hover\:link-space-opal-07 a:hover,
  .active\:link-space-opal-07 a:active,
  .focus\:link-space-opal-07 a:focus,
  .group:hover .group-hover\:link-space-opal-07 a,
  .group:focus-within .group-focus-within\:link-space-opal-07 a {
    color: RGBA(1, 1, 30, 0.07);
  }
  .link-space-opal-8 a,
  .hover\:link-space-opal-8 a:hover,
  .active\:link-space-opal-8 a:active,
  .focus\:link-space-opal-8 a:focus,
  .group:hover .group-hover\:link-space-opal-8 a,
  .group:focus-within .group-focus-within\:link-space-opal-8 a {
    color: RGBA(1, 1, 30, 0.8);
  }
  .link-space-opal-08 a,
  .hover\:link-space-opal-08 a:hover,
  .active\:link-space-opal-08 a:active,
  .focus\:link-space-opal-08 a:focus,
  .group:hover .group-hover\:link-space-opal-08 a,
  .group:focus-within .group-focus-within\:link-space-opal-08 a {
    color: RGBA(1, 1, 30, 0.08);
  }
  .link-space-opal-9 a,
  .hover\:link-space-opal-9 a:hover,
  .active\:link-space-opal-9 a:active,
  .focus\:link-space-opal-9 a:focus,
  .group:hover .group-hover\:link-space-opal-9 a,
  .group:focus-within .group-focus-within\:link-space-opal-9 a {
    color: RGBA(1, 1, 30, 0.9);
  }
  .link-space-opal-09 a,
  .hover\:link-space-opal-09 a:hover,
  .active\:link-space-opal-09 a:active,
  .focus\:link-space-opal-09 a:focus,
  .group:hover .group-hover\:link-space-opal-09 a,
  .group:focus-within .group-focus-within\:link-space-opal-09 a {
    color: RGBA(1, 1, 30, 0.09);
  }
  .link-space-opal-10 a,
  .hover\:link-space-opal-10 a:hover,
  .active\:link-space-opal-10 a:active,
  .focus\:link-space-opal-10 a:focus,
  .group:hover .group-hover\:link-space-opal-10 a,
  .group:focus-within .group-focus-within\:link-space-opal-10 a {
    color: RGBA(1, 1, 30, 1);
  }
  .txt-midnight,
  .hover\:txt-midnight:hover,
  .focus\:txt-midnight:focus,
  .group:hover .group-hover\:txt-midnight,
  .group:focus-within .group-focus-within\:txt-midnight {
    color: #030328;
  }
  .txt-midnight-opal-0,
  .hover\:txt-midnight-opal-0:hover,
  .focus\:txt-midnight-opal-0:focus,
  .group:hover .group-hover\:txt-midnight-opal-0,
  .group:focus-within .group-focus-within\:txt-midnight-opal-0 {
    color: RGBA(3, 3, 40, 0);
  }
  .txt-midnight-opal-00,
  .hover\:txt-midnight-opal-00:hover,
  .focus\:txt-midnight-opal-00:focus,
  .group:hover .group-hover\:txt-midnight-opal-00,
  .group:focus-within .group-focus-within\:txt-midnight-opal-00 {
    color: RGBA(3, 3, 40, 0);
  }
  .txt-midnight-opal-1,
  .hover\:txt-midnight-opal-1:hover,
  .focus\:txt-midnight-opal-1:focus,
  .group:hover .group-hover\:txt-midnight-opal-1,
  .group:focus-within .group-focus-within\:txt-midnight-opal-1 {
    color: RGBA(3, 3, 40, 0.1);
  }
  .txt-midnight-opal-01,
  .hover\:txt-midnight-opal-01:hover,
  .focus\:txt-midnight-opal-01:focus,
  .group:hover .group-hover\:txt-midnight-opal-01,
  .group:focus-within .group-focus-within\:txt-midnight-opal-01 {
    color: RGBA(3, 3, 40, 0.01);
  }
  .txt-midnight-opal-2,
  .hover\:txt-midnight-opal-2:hover,
  .focus\:txt-midnight-opal-2:focus,
  .group:hover .group-hover\:txt-midnight-opal-2,
  .group:focus-within .group-focus-within\:txt-midnight-opal-2 {
    color: RGBA(3, 3, 40, 0.2);
  }
  .txt-midnight-opal-02,
  .hover\:txt-midnight-opal-02:hover,
  .focus\:txt-midnight-opal-02:focus,
  .group:hover .group-hover\:txt-midnight-opal-02,
  .group:focus-within .group-focus-within\:txt-midnight-opal-02 {
    color: RGBA(3, 3, 40, 0.02);
  }
  .txt-midnight-opal-3,
  .hover\:txt-midnight-opal-3:hover,
  .focus\:txt-midnight-opal-3:focus,
  .group:hover .group-hover\:txt-midnight-opal-3,
  .group:focus-within .group-focus-within\:txt-midnight-opal-3 {
    color: RGBA(3, 3, 40, 0.3);
  }
  .txt-midnight-opal-03,
  .hover\:txt-midnight-opal-03:hover,
  .focus\:txt-midnight-opal-03:focus,
  .group:hover .group-hover\:txt-midnight-opal-03,
  .group:focus-within .group-focus-within\:txt-midnight-opal-03 {
    color: RGBA(3, 3, 40, 0.03);
  }
  .txt-midnight-opal-4,
  .hover\:txt-midnight-opal-4:hover,
  .focus\:txt-midnight-opal-4:focus,
  .group:hover .group-hover\:txt-midnight-opal-4,
  .group:focus-within .group-focus-within\:txt-midnight-opal-4 {
    color: RGBA(3, 3, 40, 0.4);
  }
  .txt-midnight-opal-04,
  .hover\:txt-midnight-opal-04:hover,
  .focus\:txt-midnight-opal-04:focus,
  .group:hover .group-hover\:txt-midnight-opal-04,
  .group:focus-within .group-focus-within\:txt-midnight-opal-04 {
    color: RGBA(3, 3, 40, 0.04);
  }
  .txt-midnight-opal-5,
  .hover\:txt-midnight-opal-5:hover,
  .focus\:txt-midnight-opal-5:focus,
  .group:hover .group-hover\:txt-midnight-opal-5,
  .group:focus-within .group-focus-within\:txt-midnight-opal-5 {
    color: RGBA(3, 3, 40, 0.5);
  }
  .txt-midnight-opal-05,
  .hover\:txt-midnight-opal-05:hover,
  .focus\:txt-midnight-opal-05:focus,
  .group:hover .group-hover\:txt-midnight-opal-05,
  .group:focus-within .group-focus-within\:txt-midnight-opal-05 {
    color: RGBA(3, 3, 40, 0.05);
  }
  .txt-midnight-opal-6,
  .hover\:txt-midnight-opal-6:hover,
  .focus\:txt-midnight-opal-6:focus,
  .group:hover .group-hover\:txt-midnight-opal-6,
  .group:focus-within .group-focus-within\:txt-midnight-opal-6 {
    color: RGBA(3, 3, 40, 0.6);
  }
  .txt-midnight-opal-06,
  .hover\:txt-midnight-opal-06:hover,
  .focus\:txt-midnight-opal-06:focus,
  .group:hover .group-hover\:txt-midnight-opal-06,
  .group:focus-within .group-focus-within\:txt-midnight-opal-06 {
    color: RGBA(3, 3, 40, 0.06);
  }
  .txt-midnight-opal-7,
  .hover\:txt-midnight-opal-7:hover,
  .focus\:txt-midnight-opal-7:focus,
  .group:hover .group-hover\:txt-midnight-opal-7,
  .group:focus-within .group-focus-within\:txt-midnight-opal-7 {
    color: RGBA(3, 3, 40, 0.7);
  }
  .txt-midnight-opal-07,
  .hover\:txt-midnight-opal-07:hover,
  .focus\:txt-midnight-opal-07:focus,
  .group:hover .group-hover\:txt-midnight-opal-07,
  .group:focus-within .group-focus-within\:txt-midnight-opal-07 {
    color: RGBA(3, 3, 40, 0.07);
  }
  .txt-midnight-opal-8,
  .hover\:txt-midnight-opal-8:hover,
  .focus\:txt-midnight-opal-8:focus,
  .group:hover .group-hover\:txt-midnight-opal-8,
  .group:focus-within .group-focus-within\:txt-midnight-opal-8 {
    color: RGBA(3, 3, 40, 0.8);
  }
  .txt-midnight-opal-08,
  .hover\:txt-midnight-opal-08:hover,
  .focus\:txt-midnight-opal-08:focus,
  .group:hover .group-hover\:txt-midnight-opal-08,
  .group:focus-within .group-focus-within\:txt-midnight-opal-08 {
    color: RGBA(3, 3, 40, 0.08);
  }
  .txt-midnight-opal-9,
  .hover\:txt-midnight-opal-9:hover,
  .focus\:txt-midnight-opal-9:focus,
  .group:hover .group-hover\:txt-midnight-opal-9,
  .group:focus-within .group-focus-within\:txt-midnight-opal-9 {
    color: RGBA(3, 3, 40, 0.9);
  }
  .txt-midnight-opal-09,
  .hover\:txt-midnight-opal-09:hover,
  .focus\:txt-midnight-opal-09:focus,
  .group:hover .group-hover\:txt-midnight-opal-09,
  .group:focus-within .group-focus-within\:txt-midnight-opal-09 {
    color: RGBA(3, 3, 40, 0.09);
  }
  .txt-midnight-opal-10,
  .hover\:txt-midnight-opal-10:hover,
  .focus\:txt-midnight-opal-10:focus,
  .group:hover .group-hover\:txt-midnight-opal-10,
  .group:focus-within .group-focus-within\:txt-midnight-opal-10 {
    color: RGBA(3, 3, 40, 1);
  }
  .link-midnight a,
  .hover\:link-midnight a:hover,
  .active\:link-midnight a:active,
  .focus\:link-midnight a:focus,
  .group:hover .group-hover\:link-midnight a,
  .group:focus-within .group-focus-within\:link-midnight a {
    color: #030328;
  }
  .link-midnight-opal-0 a,
  .hover\:link-midnight-opal-0 a:hover,
  .active\:link-midnight-opal-0 a:active,
  .focus\:link-midnight-opal-0 a:focus,
  .group:hover .group-hover\:link-midnight-opal-0 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-0 a {
    color: RGBA(3, 3, 40, 0);
  }
  .link-midnight-opal-00 a,
  .hover\:link-midnight-opal-00 a:hover,
  .active\:link-midnight-opal-00 a:active,
  .focus\:link-midnight-opal-00 a:focus,
  .group:hover .group-hover\:link-midnight-opal-00 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-00 a {
    color: RGBA(3, 3, 40, 0);
  }
  .link-midnight-opal-1 a,
  .hover\:link-midnight-opal-1 a:hover,
  .active\:link-midnight-opal-1 a:active,
  .focus\:link-midnight-opal-1 a:focus,
  .group:hover .group-hover\:link-midnight-opal-1 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-1 a {
    color: RGBA(3, 3, 40, 0.1);
  }
  .link-midnight-opal-01 a,
  .hover\:link-midnight-opal-01 a:hover,
  .active\:link-midnight-opal-01 a:active,
  .focus\:link-midnight-opal-01 a:focus,
  .group:hover .group-hover\:link-midnight-opal-01 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-01 a {
    color: RGBA(3, 3, 40, 0.01);
  }
  .link-midnight-opal-2 a,
  .hover\:link-midnight-opal-2 a:hover,
  .active\:link-midnight-opal-2 a:active,
  .focus\:link-midnight-opal-2 a:focus,
  .group:hover .group-hover\:link-midnight-opal-2 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-2 a {
    color: RGBA(3, 3, 40, 0.2);
  }
  .link-midnight-opal-02 a,
  .hover\:link-midnight-opal-02 a:hover,
  .active\:link-midnight-opal-02 a:active,
  .focus\:link-midnight-opal-02 a:focus,
  .group:hover .group-hover\:link-midnight-opal-02 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-02 a {
    color: RGBA(3, 3, 40, 0.02);
  }
  .link-midnight-opal-3 a,
  .hover\:link-midnight-opal-3 a:hover,
  .active\:link-midnight-opal-3 a:active,
  .focus\:link-midnight-opal-3 a:focus,
  .group:hover .group-hover\:link-midnight-opal-3 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-3 a {
    color: RGBA(3, 3, 40, 0.3);
  }
  .link-midnight-opal-03 a,
  .hover\:link-midnight-opal-03 a:hover,
  .active\:link-midnight-opal-03 a:active,
  .focus\:link-midnight-opal-03 a:focus,
  .group:hover .group-hover\:link-midnight-opal-03 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-03 a {
    color: RGBA(3, 3, 40, 0.03);
  }
  .link-midnight-opal-4 a,
  .hover\:link-midnight-opal-4 a:hover,
  .active\:link-midnight-opal-4 a:active,
  .focus\:link-midnight-opal-4 a:focus,
  .group:hover .group-hover\:link-midnight-opal-4 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-4 a {
    color: RGBA(3, 3, 40, 0.4);
  }
  .link-midnight-opal-04 a,
  .hover\:link-midnight-opal-04 a:hover,
  .active\:link-midnight-opal-04 a:active,
  .focus\:link-midnight-opal-04 a:focus,
  .group:hover .group-hover\:link-midnight-opal-04 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-04 a {
    color: RGBA(3, 3, 40, 0.04);
  }
  .link-midnight-opal-5 a,
  .hover\:link-midnight-opal-5 a:hover,
  .active\:link-midnight-opal-5 a:active,
  .focus\:link-midnight-opal-5 a:focus,
  .group:hover .group-hover\:link-midnight-opal-5 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-5 a {
    color: RGBA(3, 3, 40, 0.5);
  }
  .link-midnight-opal-05 a,
  .hover\:link-midnight-opal-05 a:hover,
  .active\:link-midnight-opal-05 a:active,
  .focus\:link-midnight-opal-05 a:focus,
  .group:hover .group-hover\:link-midnight-opal-05 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-05 a {
    color: RGBA(3, 3, 40, 0.05);
  }
  .link-midnight-opal-6 a,
  .hover\:link-midnight-opal-6 a:hover,
  .active\:link-midnight-opal-6 a:active,
  .focus\:link-midnight-opal-6 a:focus,
  .group:hover .group-hover\:link-midnight-opal-6 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-6 a {
    color: RGBA(3, 3, 40, 0.6);
  }
  .link-midnight-opal-06 a,
  .hover\:link-midnight-opal-06 a:hover,
  .active\:link-midnight-opal-06 a:active,
  .focus\:link-midnight-opal-06 a:focus,
  .group:hover .group-hover\:link-midnight-opal-06 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-06 a {
    color: RGBA(3, 3, 40, 0.06);
  }
  .link-midnight-opal-7 a,
  .hover\:link-midnight-opal-7 a:hover,
  .active\:link-midnight-opal-7 a:active,
  .focus\:link-midnight-opal-7 a:focus,
  .group:hover .group-hover\:link-midnight-opal-7 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-7 a {
    color: RGBA(3, 3, 40, 0.7);
  }
  .link-midnight-opal-07 a,
  .hover\:link-midnight-opal-07 a:hover,
  .active\:link-midnight-opal-07 a:active,
  .focus\:link-midnight-opal-07 a:focus,
  .group:hover .group-hover\:link-midnight-opal-07 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-07 a {
    color: RGBA(3, 3, 40, 0.07);
  }
  .link-midnight-opal-8 a,
  .hover\:link-midnight-opal-8 a:hover,
  .active\:link-midnight-opal-8 a:active,
  .focus\:link-midnight-opal-8 a:focus,
  .group:hover .group-hover\:link-midnight-opal-8 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-8 a {
    color: RGBA(3, 3, 40, 0.8);
  }
  .link-midnight-opal-08 a,
  .hover\:link-midnight-opal-08 a:hover,
  .active\:link-midnight-opal-08 a:active,
  .focus\:link-midnight-opal-08 a:focus,
  .group:hover .group-hover\:link-midnight-opal-08 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-08 a {
    color: RGBA(3, 3, 40, 0.08);
  }
  .link-midnight-opal-9 a,
  .hover\:link-midnight-opal-9 a:hover,
  .active\:link-midnight-opal-9 a:active,
  .focus\:link-midnight-opal-9 a:focus,
  .group:hover .group-hover\:link-midnight-opal-9 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-9 a {
    color: RGBA(3, 3, 40, 0.9);
  }
  .link-midnight-opal-09 a,
  .hover\:link-midnight-opal-09 a:hover,
  .active\:link-midnight-opal-09 a:active,
  .focus\:link-midnight-opal-09 a:focus,
  .group:hover .group-hover\:link-midnight-opal-09 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-09 a {
    color: RGBA(3, 3, 40, 0.09);
  }
  .link-midnight-opal-10 a,
  .hover\:link-midnight-opal-10 a:hover,
  .active\:link-midnight-opal-10 a:active,
  .focus\:link-midnight-opal-10 a:focus,
  .group:hover .group-hover\:link-midnight-opal-10 a,
  .group:focus-within .group-focus-within\:link-midnight-opal-10 a {
    color: RGBA(3, 3, 40, 1);
  }
  .txt-dawn,
  .hover\:txt-dawn:hover,
  .focus\:txt-dawn:focus,
  .group:hover .group-hover\:txt-dawn,
  .group:focus-within .group-focus-within\:txt-dawn {
    color: #383f76;
  }
  .txt-dawn-opal-0,
  .hover\:txt-dawn-opal-0:hover,
  .focus\:txt-dawn-opal-0:focus,
  .group:hover .group-hover\:txt-dawn-opal-0,
  .group:focus-within .group-focus-within\:txt-dawn-opal-0 {
    color: RGBA(56, 63, 118, 0);
  }
  .txt-dawn-opal-00,
  .hover\:txt-dawn-opal-00:hover,
  .focus\:txt-dawn-opal-00:focus,
  .group:hover .group-hover\:txt-dawn-opal-00,
  .group:focus-within .group-focus-within\:txt-dawn-opal-00 {
    color: RGBA(56, 63, 118, 0);
  }
  .txt-dawn-opal-1,
  .hover\:txt-dawn-opal-1:hover,
  .focus\:txt-dawn-opal-1:focus,
  .group:hover .group-hover\:txt-dawn-opal-1,
  .group:focus-within .group-focus-within\:txt-dawn-opal-1 {
    color: RGBA(56, 63, 118, 0.1);
  }
  .txt-dawn-opal-01,
  .hover\:txt-dawn-opal-01:hover,
  .focus\:txt-dawn-opal-01:focus,
  .group:hover .group-hover\:txt-dawn-opal-01,
  .group:focus-within .group-focus-within\:txt-dawn-opal-01 {
    color: RGBA(56, 63, 118, 0.01);
  }
  .txt-dawn-opal-2,
  .hover\:txt-dawn-opal-2:hover,
  .focus\:txt-dawn-opal-2:focus,
  .group:hover .group-hover\:txt-dawn-opal-2,
  .group:focus-within .group-focus-within\:txt-dawn-opal-2 {
    color: RGBA(56, 63, 118, 0.2);
  }
  .txt-dawn-opal-02,
  .hover\:txt-dawn-opal-02:hover,
  .focus\:txt-dawn-opal-02:focus,
  .group:hover .group-hover\:txt-dawn-opal-02,
  .group:focus-within .group-focus-within\:txt-dawn-opal-02 {
    color: RGBA(56, 63, 118, 0.02);
  }
  .txt-dawn-opal-3,
  .hover\:txt-dawn-opal-3:hover,
  .focus\:txt-dawn-opal-3:focus,
  .group:hover .group-hover\:txt-dawn-opal-3,
  .group:focus-within .group-focus-within\:txt-dawn-opal-3 {
    color: RGBA(56, 63, 118, 0.3);
  }
  .txt-dawn-opal-03,
  .hover\:txt-dawn-opal-03:hover,
  .focus\:txt-dawn-opal-03:focus,
  .group:hover .group-hover\:txt-dawn-opal-03,
  .group:focus-within .group-focus-within\:txt-dawn-opal-03 {
    color: RGBA(56, 63, 118, 0.03);
  }
  .txt-dawn-opal-4,
  .hover\:txt-dawn-opal-4:hover,
  .focus\:txt-dawn-opal-4:focus,
  .group:hover .group-hover\:txt-dawn-opal-4,
  .group:focus-within .group-focus-within\:txt-dawn-opal-4 {
    color: RGBA(56, 63, 118, 0.4);
  }
  .txt-dawn-opal-04,
  .hover\:txt-dawn-opal-04:hover,
  .focus\:txt-dawn-opal-04:focus,
  .group:hover .group-hover\:txt-dawn-opal-04,
  .group:focus-within .group-focus-within\:txt-dawn-opal-04 {
    color: RGBA(56, 63, 118, 0.04);
  }
  .txt-dawn-opal-5,
  .hover\:txt-dawn-opal-5:hover,
  .focus\:txt-dawn-opal-5:focus,
  .group:hover .group-hover\:txt-dawn-opal-5,
  .group:focus-within .group-focus-within\:txt-dawn-opal-5 {
    color: RGBA(56, 63, 118, 0.5);
  }
  .txt-dawn-opal-05,
  .hover\:txt-dawn-opal-05:hover,
  .focus\:txt-dawn-opal-05:focus,
  .group:hover .group-hover\:txt-dawn-opal-05,
  .group:focus-within .group-focus-within\:txt-dawn-opal-05 {
    color: RGBA(56, 63, 118, 0.05);
  }
  .txt-dawn-opal-6,
  .hover\:txt-dawn-opal-6:hover,
  .focus\:txt-dawn-opal-6:focus,
  .group:hover .group-hover\:txt-dawn-opal-6,
  .group:focus-within .group-focus-within\:txt-dawn-opal-6 {
    color: RGBA(56, 63, 118, 0.6);
  }
  .txt-dawn-opal-06,
  .hover\:txt-dawn-opal-06:hover,
  .focus\:txt-dawn-opal-06:focus,
  .group:hover .group-hover\:txt-dawn-opal-06,
  .group:focus-within .group-focus-within\:txt-dawn-opal-06 {
    color: RGBA(56, 63, 118, 0.06);
  }
  .txt-dawn-opal-7,
  .hover\:txt-dawn-opal-7:hover,
  .focus\:txt-dawn-opal-7:focus,
  .group:hover .group-hover\:txt-dawn-opal-7,
  .group:focus-within .group-focus-within\:txt-dawn-opal-7 {
    color: RGBA(56, 63, 118, 0.7);
  }
  .txt-dawn-opal-07,
  .hover\:txt-dawn-opal-07:hover,
  .focus\:txt-dawn-opal-07:focus,
  .group:hover .group-hover\:txt-dawn-opal-07,
  .group:focus-within .group-focus-within\:txt-dawn-opal-07 {
    color: RGBA(56, 63, 118, 0.07);
  }
  .txt-dawn-opal-8,
  .hover\:txt-dawn-opal-8:hover,
  .focus\:txt-dawn-opal-8:focus,
  .group:hover .group-hover\:txt-dawn-opal-8,
  .group:focus-within .group-focus-within\:txt-dawn-opal-8 {
    color: RGBA(56, 63, 118, 0.8);
  }
  .txt-dawn-opal-08,
  .hover\:txt-dawn-opal-08:hover,
  .focus\:txt-dawn-opal-08:focus,
  .group:hover .group-hover\:txt-dawn-opal-08,
  .group:focus-within .group-focus-within\:txt-dawn-opal-08 {
    color: RGBA(56, 63, 118, 0.08);
  }
  .txt-dawn-opal-9,
  .hover\:txt-dawn-opal-9:hover,
  .focus\:txt-dawn-opal-9:focus,
  .group:hover .group-hover\:txt-dawn-opal-9,
  .group:focus-within .group-focus-within\:txt-dawn-opal-9 {
    color: RGBA(56, 63, 118, 0.9);
  }
  .txt-dawn-opal-09,
  .hover\:txt-dawn-opal-09:hover,
  .focus\:txt-dawn-opal-09:focus,
  .group:hover .group-hover\:txt-dawn-opal-09,
  .group:focus-within .group-focus-within\:txt-dawn-opal-09 {
    color: RGBA(56, 63, 118, 0.09);
  }
  .txt-dawn-opal-10,
  .hover\:txt-dawn-opal-10:hover,
  .focus\:txt-dawn-opal-10:focus,
  .group:hover .group-hover\:txt-dawn-opal-10,
  .group:focus-within .group-focus-within\:txt-dawn-opal-10 {
    color: RGBA(56, 63, 118, 1);
  }
  .link-dawn a,
  .hover\:link-dawn a:hover,
  .active\:link-dawn a:active,
  .focus\:link-dawn a:focus,
  .group:hover .group-hover\:link-dawn a,
  .group:focus-within .group-focus-within\:link-dawn a {
    color: #383f76;
  }
  .link-dawn-opal-0 a,
  .hover\:link-dawn-opal-0 a:hover,
  .active\:link-dawn-opal-0 a:active,
  .focus\:link-dawn-opal-0 a:focus,
  .group:hover .group-hover\:link-dawn-opal-0 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-0 a {
    color: RGBA(56, 63, 118, 0);
  }
  .link-dawn-opal-00 a,
  .hover\:link-dawn-opal-00 a:hover,
  .active\:link-dawn-opal-00 a:active,
  .focus\:link-dawn-opal-00 a:focus,
  .group:hover .group-hover\:link-dawn-opal-00 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-00 a {
    color: RGBA(56, 63, 118, 0);
  }
  .link-dawn-opal-1 a,
  .hover\:link-dawn-opal-1 a:hover,
  .active\:link-dawn-opal-1 a:active,
  .focus\:link-dawn-opal-1 a:focus,
  .group:hover .group-hover\:link-dawn-opal-1 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-1 a {
    color: RGBA(56, 63, 118, 0.1);
  }
  .link-dawn-opal-01 a,
  .hover\:link-dawn-opal-01 a:hover,
  .active\:link-dawn-opal-01 a:active,
  .focus\:link-dawn-opal-01 a:focus,
  .group:hover .group-hover\:link-dawn-opal-01 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-01 a {
    color: RGBA(56, 63, 118, 0.01);
  }
  .link-dawn-opal-2 a,
  .hover\:link-dawn-opal-2 a:hover,
  .active\:link-dawn-opal-2 a:active,
  .focus\:link-dawn-opal-2 a:focus,
  .group:hover .group-hover\:link-dawn-opal-2 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-2 a {
    color: RGBA(56, 63, 118, 0.2);
  }
  .link-dawn-opal-02 a,
  .hover\:link-dawn-opal-02 a:hover,
  .active\:link-dawn-opal-02 a:active,
  .focus\:link-dawn-opal-02 a:focus,
  .group:hover .group-hover\:link-dawn-opal-02 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-02 a {
    color: RGBA(56, 63, 118, 0.02);
  }
  .link-dawn-opal-3 a,
  .hover\:link-dawn-opal-3 a:hover,
  .active\:link-dawn-opal-3 a:active,
  .focus\:link-dawn-opal-3 a:focus,
  .group:hover .group-hover\:link-dawn-opal-3 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-3 a {
    color: RGBA(56, 63, 118, 0.3);
  }
  .link-dawn-opal-03 a,
  .hover\:link-dawn-opal-03 a:hover,
  .active\:link-dawn-opal-03 a:active,
  .focus\:link-dawn-opal-03 a:focus,
  .group:hover .group-hover\:link-dawn-opal-03 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-03 a {
    color: RGBA(56, 63, 118, 0.03);
  }
  .link-dawn-opal-4 a,
  .hover\:link-dawn-opal-4 a:hover,
  .active\:link-dawn-opal-4 a:active,
  .focus\:link-dawn-opal-4 a:focus,
  .group:hover .group-hover\:link-dawn-opal-4 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-4 a {
    color: RGBA(56, 63, 118, 0.4);
  }
  .link-dawn-opal-04 a,
  .hover\:link-dawn-opal-04 a:hover,
  .active\:link-dawn-opal-04 a:active,
  .focus\:link-dawn-opal-04 a:focus,
  .group:hover .group-hover\:link-dawn-opal-04 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-04 a {
    color: RGBA(56, 63, 118, 0.04);
  }
  .link-dawn-opal-5 a,
  .hover\:link-dawn-opal-5 a:hover,
  .active\:link-dawn-opal-5 a:active,
  .focus\:link-dawn-opal-5 a:focus,
  .group:hover .group-hover\:link-dawn-opal-5 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-5 a {
    color: RGBA(56, 63, 118, 0.5);
  }
  .link-dawn-opal-05 a,
  .hover\:link-dawn-opal-05 a:hover,
  .active\:link-dawn-opal-05 a:active,
  .focus\:link-dawn-opal-05 a:focus,
  .group:hover .group-hover\:link-dawn-opal-05 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-05 a {
    color: RGBA(56, 63, 118, 0.05);
  }
  .link-dawn-opal-6 a,
  .hover\:link-dawn-opal-6 a:hover,
  .active\:link-dawn-opal-6 a:active,
  .focus\:link-dawn-opal-6 a:focus,
  .group:hover .group-hover\:link-dawn-opal-6 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-6 a {
    color: RGBA(56, 63, 118, 0.6);
  }
  .link-dawn-opal-06 a,
  .hover\:link-dawn-opal-06 a:hover,
  .active\:link-dawn-opal-06 a:active,
  .focus\:link-dawn-opal-06 a:focus,
  .group:hover .group-hover\:link-dawn-opal-06 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-06 a {
    color: RGBA(56, 63, 118, 0.06);
  }
  .link-dawn-opal-7 a,
  .hover\:link-dawn-opal-7 a:hover,
  .active\:link-dawn-opal-7 a:active,
  .focus\:link-dawn-opal-7 a:focus,
  .group:hover .group-hover\:link-dawn-opal-7 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-7 a {
    color: RGBA(56, 63, 118, 0.7);
  }
  .link-dawn-opal-07 a,
  .hover\:link-dawn-opal-07 a:hover,
  .active\:link-dawn-opal-07 a:active,
  .focus\:link-dawn-opal-07 a:focus,
  .group:hover .group-hover\:link-dawn-opal-07 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-07 a {
    color: RGBA(56, 63, 118, 0.07);
  }
  .link-dawn-opal-8 a,
  .hover\:link-dawn-opal-8 a:hover,
  .active\:link-dawn-opal-8 a:active,
  .focus\:link-dawn-opal-8 a:focus,
  .group:hover .group-hover\:link-dawn-opal-8 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-8 a {
    color: RGBA(56, 63, 118, 0.8);
  }
  .link-dawn-opal-08 a,
  .hover\:link-dawn-opal-08 a:hover,
  .active\:link-dawn-opal-08 a:active,
  .focus\:link-dawn-opal-08 a:focus,
  .group:hover .group-hover\:link-dawn-opal-08 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-08 a {
    color: RGBA(56, 63, 118, 0.08);
  }
  .link-dawn-opal-9 a,
  .hover\:link-dawn-opal-9 a:hover,
  .active\:link-dawn-opal-9 a:active,
  .focus\:link-dawn-opal-9 a:focus,
  .group:hover .group-hover\:link-dawn-opal-9 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-9 a {
    color: RGBA(56, 63, 118, 0.9);
  }
  .link-dawn-opal-09 a,
  .hover\:link-dawn-opal-09 a:hover,
  .active\:link-dawn-opal-09 a:active,
  .focus\:link-dawn-opal-09 a:focus,
  .group:hover .group-hover\:link-dawn-opal-09 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-09 a {
    color: RGBA(56, 63, 118, 0.09);
  }
  .link-dawn-opal-10 a,
  .hover\:link-dawn-opal-10 a:hover,
  .active\:link-dawn-opal-10 a:active,
  .focus\:link-dawn-opal-10 a:focus,
  .group:hover .group-hover\:link-dawn-opal-10 a,
  .group:focus-within .group-focus-within\:link-dawn-opal-10 a {
    color: RGBA(56, 63, 118, 1);
  }
  .txt-steel,
  .hover\:txt-steel:hover,
  .focus\:txt-steel:focus,
  .group:hover .group-hover\:txt-steel,
  .group:focus-within .group-focus-within\:txt-steel {
    color: #555463;
  }
  .txt-steel-opal-0,
  .hover\:txt-steel-opal-0:hover,
  .focus\:txt-steel-opal-0:focus,
  .group:hover .group-hover\:txt-steel-opal-0,
  .group:focus-within .group-focus-within\:txt-steel-opal-0 {
    color: RGBA(85, 84, 99, 0);
  }
  .txt-steel-opal-00,
  .hover\:txt-steel-opal-00:hover,
  .focus\:txt-steel-opal-00:focus,
  .group:hover .group-hover\:txt-steel-opal-00,
  .group:focus-within .group-focus-within\:txt-steel-opal-00 {
    color: RGBA(85, 84, 99, 0);
  }
  .txt-steel-opal-1,
  .hover\:txt-steel-opal-1:hover,
  .focus\:txt-steel-opal-1:focus,
  .group:hover .group-hover\:txt-steel-opal-1,
  .group:focus-within .group-focus-within\:txt-steel-opal-1 {
    color: RGBA(85, 84, 99, 0.1);
  }
  .txt-steel-opal-01,
  .hover\:txt-steel-opal-01:hover,
  .focus\:txt-steel-opal-01:focus,
  .group:hover .group-hover\:txt-steel-opal-01,
  .group:focus-within .group-focus-within\:txt-steel-opal-01 {
    color: RGBA(85, 84, 99, 0.01);
  }
  .txt-steel-opal-2,
  .hover\:txt-steel-opal-2:hover,
  .focus\:txt-steel-opal-2:focus,
  .group:hover .group-hover\:txt-steel-opal-2,
  .group:focus-within .group-focus-within\:txt-steel-opal-2 {
    color: RGBA(85, 84, 99, 0.2);
  }
  .txt-steel-opal-02,
  .hover\:txt-steel-opal-02:hover,
  .focus\:txt-steel-opal-02:focus,
  .group:hover .group-hover\:txt-steel-opal-02,
  .group:focus-within .group-focus-within\:txt-steel-opal-02 {
    color: RGBA(85, 84, 99, 0.02);
  }
  .txt-steel-opal-3,
  .hover\:txt-steel-opal-3:hover,
  .focus\:txt-steel-opal-3:focus,
  .group:hover .group-hover\:txt-steel-opal-3,
  .group:focus-within .group-focus-within\:txt-steel-opal-3 {
    color: RGBA(85, 84, 99, 0.3);
  }
  .txt-steel-opal-03,
  .hover\:txt-steel-opal-03:hover,
  .focus\:txt-steel-opal-03:focus,
  .group:hover .group-hover\:txt-steel-opal-03,
  .group:focus-within .group-focus-within\:txt-steel-opal-03 {
    color: RGBA(85, 84, 99, 0.03);
  }
  .txt-steel-opal-4,
  .hover\:txt-steel-opal-4:hover,
  .focus\:txt-steel-opal-4:focus,
  .group:hover .group-hover\:txt-steel-opal-4,
  .group:focus-within .group-focus-within\:txt-steel-opal-4 {
    color: RGBA(85, 84, 99, 0.4);
  }
  .txt-steel-opal-04,
  .hover\:txt-steel-opal-04:hover,
  .focus\:txt-steel-opal-04:focus,
  .group:hover .group-hover\:txt-steel-opal-04,
  .group:focus-within .group-focus-within\:txt-steel-opal-04 {
    color: RGBA(85, 84, 99, 0.04);
  }
  .txt-steel-opal-5,
  .hover\:txt-steel-opal-5:hover,
  .focus\:txt-steel-opal-5:focus,
  .group:hover .group-hover\:txt-steel-opal-5,
  .group:focus-within .group-focus-within\:txt-steel-opal-5 {
    color: RGBA(85, 84, 99, 0.5);
  }
  .txt-steel-opal-05,
  .hover\:txt-steel-opal-05:hover,
  .focus\:txt-steel-opal-05:focus,
  .group:hover .group-hover\:txt-steel-opal-05,
  .group:focus-within .group-focus-within\:txt-steel-opal-05 {
    color: RGBA(85, 84, 99, 0.05);
  }
  .txt-steel-opal-6,
  .hover\:txt-steel-opal-6:hover,
  .focus\:txt-steel-opal-6:focus,
  .group:hover .group-hover\:txt-steel-opal-6,
  .group:focus-within .group-focus-within\:txt-steel-opal-6 {
    color: RGBA(85, 84, 99, 0.6);
  }
  .txt-steel-opal-06,
  .hover\:txt-steel-opal-06:hover,
  .focus\:txt-steel-opal-06:focus,
  .group:hover .group-hover\:txt-steel-opal-06,
  .group:focus-within .group-focus-within\:txt-steel-opal-06 {
    color: RGBA(85, 84, 99, 0.06);
  }
  .txt-steel-opal-7,
  .hover\:txt-steel-opal-7:hover,
  .focus\:txt-steel-opal-7:focus,
  .group:hover .group-hover\:txt-steel-opal-7,
  .group:focus-within .group-focus-within\:txt-steel-opal-7 {
    color: RGBA(85, 84, 99, 0.7);
  }
  .txt-steel-opal-07,
  .hover\:txt-steel-opal-07:hover,
  .focus\:txt-steel-opal-07:focus,
  .group:hover .group-hover\:txt-steel-opal-07,
  .group:focus-within .group-focus-within\:txt-steel-opal-07 {
    color: RGBA(85, 84, 99, 0.07);
  }
  .txt-steel-opal-8,
  .hover\:txt-steel-opal-8:hover,
  .focus\:txt-steel-opal-8:focus,
  .group:hover .group-hover\:txt-steel-opal-8,
  .group:focus-within .group-focus-within\:txt-steel-opal-8 {
    color: RGBA(85, 84, 99, 0.8);
  }
  .txt-steel-opal-08,
  .hover\:txt-steel-opal-08:hover,
  .focus\:txt-steel-opal-08:focus,
  .group:hover .group-hover\:txt-steel-opal-08,
  .group:focus-within .group-focus-within\:txt-steel-opal-08 {
    color: RGBA(85, 84, 99, 0.08);
  }
  .txt-steel-opal-9,
  .hover\:txt-steel-opal-9:hover,
  .focus\:txt-steel-opal-9:focus,
  .group:hover .group-hover\:txt-steel-opal-9,
  .group:focus-within .group-focus-within\:txt-steel-opal-9 {
    color: RGBA(85, 84, 99, 0.9);
  }
  .txt-steel-opal-09,
  .hover\:txt-steel-opal-09:hover,
  .focus\:txt-steel-opal-09:focus,
  .group:hover .group-hover\:txt-steel-opal-09,
  .group:focus-within .group-focus-within\:txt-steel-opal-09 {
    color: RGBA(85, 84, 99, 0.09);
  }
  .txt-steel-opal-10,
  .hover\:txt-steel-opal-10:hover,
  .focus\:txt-steel-opal-10:focus,
  .group:hover .group-hover\:txt-steel-opal-10,
  .group:focus-within .group-focus-within\:txt-steel-opal-10 {
    color: RGBA(85, 84, 99, 1);
  }
  .link-steel a,
  .hover\:link-steel a:hover,
  .active\:link-steel a:active,
  .focus\:link-steel a:focus,
  .group:hover .group-hover\:link-steel a,
  .group:focus-within .group-focus-within\:link-steel a {
    color: #555463;
  }
  .link-steel-opal-0 a,
  .hover\:link-steel-opal-0 a:hover,
  .active\:link-steel-opal-0 a:active,
  .focus\:link-steel-opal-0 a:focus,
  .group:hover .group-hover\:link-steel-opal-0 a,
  .group:focus-within .group-focus-within\:link-steel-opal-0 a {
    color: RGBA(85, 84, 99, 0);
  }
  .link-steel-opal-00 a,
  .hover\:link-steel-opal-00 a:hover,
  .active\:link-steel-opal-00 a:active,
  .focus\:link-steel-opal-00 a:focus,
  .group:hover .group-hover\:link-steel-opal-00 a,
  .group:focus-within .group-focus-within\:link-steel-opal-00 a {
    color: RGBA(85, 84, 99, 0);
  }
  .link-steel-opal-1 a,
  .hover\:link-steel-opal-1 a:hover,
  .active\:link-steel-opal-1 a:active,
  .focus\:link-steel-opal-1 a:focus,
  .group:hover .group-hover\:link-steel-opal-1 a,
  .group:focus-within .group-focus-within\:link-steel-opal-1 a {
    color: RGBA(85, 84, 99, 0.1);
  }
  .link-steel-opal-01 a,
  .hover\:link-steel-opal-01 a:hover,
  .active\:link-steel-opal-01 a:active,
  .focus\:link-steel-opal-01 a:focus,
  .group:hover .group-hover\:link-steel-opal-01 a,
  .group:focus-within .group-focus-within\:link-steel-opal-01 a {
    color: RGBA(85, 84, 99, 0.01);
  }
  .link-steel-opal-2 a,
  .hover\:link-steel-opal-2 a:hover,
  .active\:link-steel-opal-2 a:active,
  .focus\:link-steel-opal-2 a:focus,
  .group:hover .group-hover\:link-steel-opal-2 a,
  .group:focus-within .group-focus-within\:link-steel-opal-2 a {
    color: RGBA(85, 84, 99, 0.2);
  }
  .link-steel-opal-02 a,
  .hover\:link-steel-opal-02 a:hover,
  .active\:link-steel-opal-02 a:active,
  .focus\:link-steel-opal-02 a:focus,
  .group:hover .group-hover\:link-steel-opal-02 a,
  .group:focus-within .group-focus-within\:link-steel-opal-02 a {
    color: RGBA(85, 84, 99, 0.02);
  }
  .link-steel-opal-3 a,
  .hover\:link-steel-opal-3 a:hover,
  .active\:link-steel-opal-3 a:active,
  .focus\:link-steel-opal-3 a:focus,
  .group:hover .group-hover\:link-steel-opal-3 a,
  .group:focus-within .group-focus-within\:link-steel-opal-3 a {
    color: RGBA(85, 84, 99, 0.3);
  }
  .link-steel-opal-03 a,
  .hover\:link-steel-opal-03 a:hover,
  .active\:link-steel-opal-03 a:active,
  .focus\:link-steel-opal-03 a:focus,
  .group:hover .group-hover\:link-steel-opal-03 a,
  .group:focus-within .group-focus-within\:link-steel-opal-03 a {
    color: RGBA(85, 84, 99, 0.03);
  }
  .link-steel-opal-4 a,
  .hover\:link-steel-opal-4 a:hover,
  .active\:link-steel-opal-4 a:active,
  .focus\:link-steel-opal-4 a:focus,
  .group:hover .group-hover\:link-steel-opal-4 a,
  .group:focus-within .group-focus-within\:link-steel-opal-4 a {
    color: RGBA(85, 84, 99, 0.4);
  }
  .link-steel-opal-04 a,
  .hover\:link-steel-opal-04 a:hover,
  .active\:link-steel-opal-04 a:active,
  .focus\:link-steel-opal-04 a:focus,
  .group:hover .group-hover\:link-steel-opal-04 a,
  .group:focus-within .group-focus-within\:link-steel-opal-04 a {
    color: RGBA(85, 84, 99, 0.04);
  }
  .link-steel-opal-5 a,
  .hover\:link-steel-opal-5 a:hover,
  .active\:link-steel-opal-5 a:active,
  .focus\:link-steel-opal-5 a:focus,
  .group:hover .group-hover\:link-steel-opal-5 a,
  .group:focus-within .group-focus-within\:link-steel-opal-5 a {
    color: RGBA(85, 84, 99, 0.5);
  }
  .link-steel-opal-05 a,
  .hover\:link-steel-opal-05 a:hover,
  .active\:link-steel-opal-05 a:active,
  .focus\:link-steel-opal-05 a:focus,
  .group:hover .group-hover\:link-steel-opal-05 a,
  .group:focus-within .group-focus-within\:link-steel-opal-05 a {
    color: RGBA(85, 84, 99, 0.05);
  }
  .link-steel-opal-6 a,
  .hover\:link-steel-opal-6 a:hover,
  .active\:link-steel-opal-6 a:active,
  .focus\:link-steel-opal-6 a:focus,
  .group:hover .group-hover\:link-steel-opal-6 a,
  .group:focus-within .group-focus-within\:link-steel-opal-6 a {
    color: RGBA(85, 84, 99, 0.6);
  }
  .link-steel-opal-06 a,
  .hover\:link-steel-opal-06 a:hover,
  .active\:link-steel-opal-06 a:active,
  .focus\:link-steel-opal-06 a:focus,
  .group:hover .group-hover\:link-steel-opal-06 a,
  .group:focus-within .group-focus-within\:link-steel-opal-06 a {
    color: RGBA(85, 84, 99, 0.06);
  }
  .link-steel-opal-7 a,
  .hover\:link-steel-opal-7 a:hover,
  .active\:link-steel-opal-7 a:active,
  .focus\:link-steel-opal-7 a:focus,
  .group:hover .group-hover\:link-steel-opal-7 a,
  .group:focus-within .group-focus-within\:link-steel-opal-7 a {
    color: RGBA(85, 84, 99, 0.7);
  }
  .link-steel-opal-07 a,
  .hover\:link-steel-opal-07 a:hover,
  .active\:link-steel-opal-07 a:active,
  .focus\:link-steel-opal-07 a:focus,
  .group:hover .group-hover\:link-steel-opal-07 a,
  .group:focus-within .group-focus-within\:link-steel-opal-07 a {
    color: RGBA(85, 84, 99, 0.07);
  }
  .link-steel-opal-8 a,
  .hover\:link-steel-opal-8 a:hover,
  .active\:link-steel-opal-8 a:active,
  .focus\:link-steel-opal-8 a:focus,
  .group:hover .group-hover\:link-steel-opal-8 a,
  .group:focus-within .group-focus-within\:link-steel-opal-8 a {
    color: RGBA(85, 84, 99, 0.8);
  }
  .link-steel-opal-08 a,
  .hover\:link-steel-opal-08 a:hover,
  .active\:link-steel-opal-08 a:active,
  .focus\:link-steel-opal-08 a:focus,
  .group:hover .group-hover\:link-steel-opal-08 a,
  .group:focus-within .group-focus-within\:link-steel-opal-08 a {
    color: RGBA(85, 84, 99, 0.08);
  }
  .link-steel-opal-9 a,
  .hover\:link-steel-opal-9 a:hover,
  .active\:link-steel-opal-9 a:active,
  .focus\:link-steel-opal-9 a:focus,
  .group:hover .group-hover\:link-steel-opal-9 a,
  .group:focus-within .group-focus-within\:link-steel-opal-9 a {
    color: RGBA(85, 84, 99, 0.9);
  }
  .link-steel-opal-09 a,
  .hover\:link-steel-opal-09 a:hover,
  .active\:link-steel-opal-09 a:active,
  .focus\:link-steel-opal-09 a:focus,
  .group:hover .group-hover\:link-steel-opal-09 a,
  .group:focus-within .group-focus-within\:link-steel-opal-09 a {
    color: RGBA(85, 84, 99, 0.09);
  }
  .link-steel-opal-10 a,
  .hover\:link-steel-opal-10 a:hover,
  .active\:link-steel-opal-10 a:active,
  .focus\:link-steel-opal-10 a:focus,
  .group:hover .group-hover\:link-steel-opal-10 a,
  .group:focus-within .group-focus-within\:link-steel-opal-10 a {
    color: RGBA(85, 84, 99, 1);
  }
  .txt-smoke,
  .hover\:txt-smoke:hover,
  .focus\:txt-smoke:focus,
  .group:hover .group-hover\:txt-smoke,
  .group:focus-within .group-focus-within\:txt-smoke {
    color: #6d6d9c;
  }
  .txt-smoke-opal-0,
  .hover\:txt-smoke-opal-0:hover,
  .focus\:txt-smoke-opal-0:focus,
  .group:hover .group-hover\:txt-smoke-opal-0,
  .group:focus-within .group-focus-within\:txt-smoke-opal-0 {
    color: RGBA(109, 109, 156, 0);
  }
  .txt-smoke-opal-00,
  .hover\:txt-smoke-opal-00:hover,
  .focus\:txt-smoke-opal-00:focus,
  .group:hover .group-hover\:txt-smoke-opal-00,
  .group:focus-within .group-focus-within\:txt-smoke-opal-00 {
    color: RGBA(109, 109, 156, 0);
  }
  .txt-smoke-opal-1,
  .hover\:txt-smoke-opal-1:hover,
  .focus\:txt-smoke-opal-1:focus,
  .group:hover .group-hover\:txt-smoke-opal-1,
  .group:focus-within .group-focus-within\:txt-smoke-opal-1 {
    color: RGBA(109, 109, 156, 0.1);
  }
  .txt-smoke-opal-01,
  .hover\:txt-smoke-opal-01:hover,
  .focus\:txt-smoke-opal-01:focus,
  .group:hover .group-hover\:txt-smoke-opal-01,
  .group:focus-within .group-focus-within\:txt-smoke-opal-01 {
    color: RGBA(109, 109, 156, 0.01);
  }
  .txt-smoke-opal-2,
  .hover\:txt-smoke-opal-2:hover,
  .focus\:txt-smoke-opal-2:focus,
  .group:hover .group-hover\:txt-smoke-opal-2,
  .group:focus-within .group-focus-within\:txt-smoke-opal-2 {
    color: RGBA(109, 109, 156, 0.2);
  }
  .txt-smoke-opal-02,
  .hover\:txt-smoke-opal-02:hover,
  .focus\:txt-smoke-opal-02:focus,
  .group:hover .group-hover\:txt-smoke-opal-02,
  .group:focus-within .group-focus-within\:txt-smoke-opal-02 {
    color: RGBA(109, 109, 156, 0.02);
  }
  .txt-smoke-opal-3,
  .hover\:txt-smoke-opal-3:hover,
  .focus\:txt-smoke-opal-3:focus,
  .group:hover .group-hover\:txt-smoke-opal-3,
  .group:focus-within .group-focus-within\:txt-smoke-opal-3 {
    color: RGBA(109, 109, 156, 0.3);
  }
  .txt-smoke-opal-03,
  .hover\:txt-smoke-opal-03:hover,
  .focus\:txt-smoke-opal-03:focus,
  .group:hover .group-hover\:txt-smoke-opal-03,
  .group:focus-within .group-focus-within\:txt-smoke-opal-03 {
    color: RGBA(109, 109, 156, 0.03);
  }
  .txt-smoke-opal-4,
  .hover\:txt-smoke-opal-4:hover,
  .focus\:txt-smoke-opal-4:focus,
  .group:hover .group-hover\:txt-smoke-opal-4,
  .group:focus-within .group-focus-within\:txt-smoke-opal-4 {
    color: RGBA(109, 109, 156, 0.4);
  }
  .txt-smoke-opal-04,
  .hover\:txt-smoke-opal-04:hover,
  .focus\:txt-smoke-opal-04:focus,
  .group:hover .group-hover\:txt-smoke-opal-04,
  .group:focus-within .group-focus-within\:txt-smoke-opal-04 {
    color: RGBA(109, 109, 156, 0.04);
  }
  .txt-smoke-opal-5,
  .hover\:txt-smoke-opal-5:hover,
  .focus\:txt-smoke-opal-5:focus,
  .group:hover .group-hover\:txt-smoke-opal-5,
  .group:focus-within .group-focus-within\:txt-smoke-opal-5 {
    color: RGBA(109, 109, 156, 0.5);
  }
  .txt-smoke-opal-05,
  .hover\:txt-smoke-opal-05:hover,
  .focus\:txt-smoke-opal-05:focus,
  .group:hover .group-hover\:txt-smoke-opal-05,
  .group:focus-within .group-focus-within\:txt-smoke-opal-05 {
    color: RGBA(109, 109, 156, 0.05);
  }
  .txt-smoke-opal-6,
  .hover\:txt-smoke-opal-6:hover,
  .focus\:txt-smoke-opal-6:focus,
  .group:hover .group-hover\:txt-smoke-opal-6,
  .group:focus-within .group-focus-within\:txt-smoke-opal-6 {
    color: RGBA(109, 109, 156, 0.6);
  }
  .txt-smoke-opal-06,
  .hover\:txt-smoke-opal-06:hover,
  .focus\:txt-smoke-opal-06:focus,
  .group:hover .group-hover\:txt-smoke-opal-06,
  .group:focus-within .group-focus-within\:txt-smoke-opal-06 {
    color: RGBA(109, 109, 156, 0.06);
  }
  .txt-smoke-opal-7,
  .hover\:txt-smoke-opal-7:hover,
  .focus\:txt-smoke-opal-7:focus,
  .group:hover .group-hover\:txt-smoke-opal-7,
  .group:focus-within .group-focus-within\:txt-smoke-opal-7 {
    color: RGBA(109, 109, 156, 0.7);
  }
  .txt-smoke-opal-07,
  .hover\:txt-smoke-opal-07:hover,
  .focus\:txt-smoke-opal-07:focus,
  .group:hover .group-hover\:txt-smoke-opal-07,
  .group:focus-within .group-focus-within\:txt-smoke-opal-07 {
    color: RGBA(109, 109, 156, 0.07);
  }
  .txt-smoke-opal-8,
  .hover\:txt-smoke-opal-8:hover,
  .focus\:txt-smoke-opal-8:focus,
  .group:hover .group-hover\:txt-smoke-opal-8,
  .group:focus-within .group-focus-within\:txt-smoke-opal-8 {
    color: RGBA(109, 109, 156, 0.8);
  }
  .txt-smoke-opal-08,
  .hover\:txt-smoke-opal-08:hover,
  .focus\:txt-smoke-opal-08:focus,
  .group:hover .group-hover\:txt-smoke-opal-08,
  .group:focus-within .group-focus-within\:txt-smoke-opal-08 {
    color: RGBA(109, 109, 156, 0.08);
  }
  .txt-smoke-opal-9,
  .hover\:txt-smoke-opal-9:hover,
  .focus\:txt-smoke-opal-9:focus,
  .group:hover .group-hover\:txt-smoke-opal-9,
  .group:focus-within .group-focus-within\:txt-smoke-opal-9 {
    color: RGBA(109, 109, 156, 0.9);
  }
  .txt-smoke-opal-09,
  .hover\:txt-smoke-opal-09:hover,
  .focus\:txt-smoke-opal-09:focus,
  .group:hover .group-hover\:txt-smoke-opal-09,
  .group:focus-within .group-focus-within\:txt-smoke-opal-09 {
    color: RGBA(109, 109, 156, 0.09);
  }
  .txt-smoke-opal-10,
  .hover\:txt-smoke-opal-10:hover,
  .focus\:txt-smoke-opal-10:focus,
  .group:hover .group-hover\:txt-smoke-opal-10,
  .group:focus-within .group-focus-within\:txt-smoke-opal-10 {
    color: RGBA(109, 109, 156, 1);
  }
  .link-smoke a,
  .hover\:link-smoke a:hover,
  .active\:link-smoke a:active,
  .focus\:link-smoke a:focus,
  .group:hover .group-hover\:link-smoke a,
  .group:focus-within .group-focus-within\:link-smoke a {
    color: #6d6d9c;
  }
  .link-smoke-opal-0 a,
  .hover\:link-smoke-opal-0 a:hover,
  .active\:link-smoke-opal-0 a:active,
  .focus\:link-smoke-opal-0 a:focus,
  .group:hover .group-hover\:link-smoke-opal-0 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-0 a {
    color: RGBA(109, 109, 156, 0);
  }
  .link-smoke-opal-00 a,
  .hover\:link-smoke-opal-00 a:hover,
  .active\:link-smoke-opal-00 a:active,
  .focus\:link-smoke-opal-00 a:focus,
  .group:hover .group-hover\:link-smoke-opal-00 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-00 a {
    color: RGBA(109, 109, 156, 0);
  }
  .link-smoke-opal-1 a,
  .hover\:link-smoke-opal-1 a:hover,
  .active\:link-smoke-opal-1 a:active,
  .focus\:link-smoke-opal-1 a:focus,
  .group:hover .group-hover\:link-smoke-opal-1 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-1 a {
    color: RGBA(109, 109, 156, 0.1);
  }
  .link-smoke-opal-01 a,
  .hover\:link-smoke-opal-01 a:hover,
  .active\:link-smoke-opal-01 a:active,
  .focus\:link-smoke-opal-01 a:focus,
  .group:hover .group-hover\:link-smoke-opal-01 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-01 a {
    color: RGBA(109, 109, 156, 0.01);
  }
  .link-smoke-opal-2 a,
  .hover\:link-smoke-opal-2 a:hover,
  .active\:link-smoke-opal-2 a:active,
  .focus\:link-smoke-opal-2 a:focus,
  .group:hover .group-hover\:link-smoke-opal-2 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-2 a {
    color: RGBA(109, 109, 156, 0.2);
  }
  .link-smoke-opal-02 a,
  .hover\:link-smoke-opal-02 a:hover,
  .active\:link-smoke-opal-02 a:active,
  .focus\:link-smoke-opal-02 a:focus,
  .group:hover .group-hover\:link-smoke-opal-02 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-02 a {
    color: RGBA(109, 109, 156, 0.02);
  }
  .link-smoke-opal-3 a,
  .hover\:link-smoke-opal-3 a:hover,
  .active\:link-smoke-opal-3 a:active,
  .focus\:link-smoke-opal-3 a:focus,
  .group:hover .group-hover\:link-smoke-opal-3 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-3 a {
    color: RGBA(109, 109, 156, 0.3);
  }
  .link-smoke-opal-03 a,
  .hover\:link-smoke-opal-03 a:hover,
  .active\:link-smoke-opal-03 a:active,
  .focus\:link-smoke-opal-03 a:focus,
  .group:hover .group-hover\:link-smoke-opal-03 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-03 a {
    color: RGBA(109, 109, 156, 0.03);
  }
  .link-smoke-opal-4 a,
  .hover\:link-smoke-opal-4 a:hover,
  .active\:link-smoke-opal-4 a:active,
  .focus\:link-smoke-opal-4 a:focus,
  .group:hover .group-hover\:link-smoke-opal-4 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-4 a {
    color: RGBA(109, 109, 156, 0.4);
  }
  .link-smoke-opal-04 a,
  .hover\:link-smoke-opal-04 a:hover,
  .active\:link-smoke-opal-04 a:active,
  .focus\:link-smoke-opal-04 a:focus,
  .group:hover .group-hover\:link-smoke-opal-04 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-04 a {
    color: RGBA(109, 109, 156, 0.04);
  }
  .link-smoke-opal-5 a,
  .hover\:link-smoke-opal-5 a:hover,
  .active\:link-smoke-opal-5 a:active,
  .focus\:link-smoke-opal-5 a:focus,
  .group:hover .group-hover\:link-smoke-opal-5 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-5 a {
    color: RGBA(109, 109, 156, 0.5);
  }
  .link-smoke-opal-05 a,
  .hover\:link-smoke-opal-05 a:hover,
  .active\:link-smoke-opal-05 a:active,
  .focus\:link-smoke-opal-05 a:focus,
  .group:hover .group-hover\:link-smoke-opal-05 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-05 a {
    color: RGBA(109, 109, 156, 0.05);
  }
  .link-smoke-opal-6 a,
  .hover\:link-smoke-opal-6 a:hover,
  .active\:link-smoke-opal-6 a:active,
  .focus\:link-smoke-opal-6 a:focus,
  .group:hover .group-hover\:link-smoke-opal-6 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-6 a {
    color: RGBA(109, 109, 156, 0.6);
  }
  .link-smoke-opal-06 a,
  .hover\:link-smoke-opal-06 a:hover,
  .active\:link-smoke-opal-06 a:active,
  .focus\:link-smoke-opal-06 a:focus,
  .group:hover .group-hover\:link-smoke-opal-06 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-06 a {
    color: RGBA(109, 109, 156, 0.06);
  }
  .link-smoke-opal-7 a,
  .hover\:link-smoke-opal-7 a:hover,
  .active\:link-smoke-opal-7 a:active,
  .focus\:link-smoke-opal-7 a:focus,
  .group:hover .group-hover\:link-smoke-opal-7 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-7 a {
    color: RGBA(109, 109, 156, 0.7);
  }
  .link-smoke-opal-07 a,
  .hover\:link-smoke-opal-07 a:hover,
  .active\:link-smoke-opal-07 a:active,
  .focus\:link-smoke-opal-07 a:focus,
  .group:hover .group-hover\:link-smoke-opal-07 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-07 a {
    color: RGBA(109, 109, 156, 0.07);
  }
  .link-smoke-opal-8 a,
  .hover\:link-smoke-opal-8 a:hover,
  .active\:link-smoke-opal-8 a:active,
  .focus\:link-smoke-opal-8 a:focus,
  .group:hover .group-hover\:link-smoke-opal-8 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-8 a {
    color: RGBA(109, 109, 156, 0.8);
  }
  .link-smoke-opal-08 a,
  .hover\:link-smoke-opal-08 a:hover,
  .active\:link-smoke-opal-08 a:active,
  .focus\:link-smoke-opal-08 a:focus,
  .group:hover .group-hover\:link-smoke-opal-08 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-08 a {
    color: RGBA(109, 109, 156, 0.08);
  }
  .link-smoke-opal-9 a,
  .hover\:link-smoke-opal-9 a:hover,
  .active\:link-smoke-opal-9 a:active,
  .focus\:link-smoke-opal-9 a:focus,
  .group:hover .group-hover\:link-smoke-opal-9 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-9 a {
    color: RGBA(109, 109, 156, 0.9);
  }
  .link-smoke-opal-09 a,
  .hover\:link-smoke-opal-09 a:hover,
  .active\:link-smoke-opal-09 a:active,
  .focus\:link-smoke-opal-09 a:focus,
  .group:hover .group-hover\:link-smoke-opal-09 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-09 a {
    color: RGBA(109, 109, 156, 0.09);
  }
  .link-smoke-opal-10 a,
  .hover\:link-smoke-opal-10 a:hover,
  .active\:link-smoke-opal-10 a:active,
  .focus\:link-smoke-opal-10 a:focus,
  .group:hover .group-hover\:link-smoke-opal-10 a,
  .group:focus-within .group-focus-within\:link-smoke-opal-10 a {
    color: RGBA(109, 109, 156, 1);
  }
  .txt-snow,
  .hover\:txt-snow:hover,
  .focus\:txt-snow:focus,
  .group:hover .group-hover\:txt-snow,
  .group:focus-within .group-focus-within\:txt-snow {
    color: #f6f7fb;
  }
  .txt-snow-opal-0,
  .hover\:txt-snow-opal-0:hover,
  .focus\:txt-snow-opal-0:focus,
  .group:hover .group-hover\:txt-snow-opal-0,
  .group:focus-within .group-focus-within\:txt-snow-opal-0 {
    color: RGBA(246, 247, 251, 0);
  }
  .txt-snow-opal-00,
  .hover\:txt-snow-opal-00:hover,
  .focus\:txt-snow-opal-00:focus,
  .group:hover .group-hover\:txt-snow-opal-00,
  .group:focus-within .group-focus-within\:txt-snow-opal-00 {
    color: RGBA(246, 247, 251, 0);
  }
  .txt-snow-opal-1,
  .hover\:txt-snow-opal-1:hover,
  .focus\:txt-snow-opal-1:focus,
  .group:hover .group-hover\:txt-snow-opal-1,
  .group:focus-within .group-focus-within\:txt-snow-opal-1 {
    color: RGBA(246, 247, 251, 0.1);
  }
  .txt-snow-opal-01,
  .hover\:txt-snow-opal-01:hover,
  .focus\:txt-snow-opal-01:focus,
  .group:hover .group-hover\:txt-snow-opal-01,
  .group:focus-within .group-focus-within\:txt-snow-opal-01 {
    color: RGBA(246, 247, 251, 0.01);
  }
  .txt-snow-opal-2,
  .hover\:txt-snow-opal-2:hover,
  .focus\:txt-snow-opal-2:focus,
  .group:hover .group-hover\:txt-snow-opal-2,
  .group:focus-within .group-focus-within\:txt-snow-opal-2 {
    color: RGBA(246, 247, 251, 0.2);
  }
  .txt-snow-opal-02,
  .hover\:txt-snow-opal-02:hover,
  .focus\:txt-snow-opal-02:focus,
  .group:hover .group-hover\:txt-snow-opal-02,
  .group:focus-within .group-focus-within\:txt-snow-opal-02 {
    color: RGBA(246, 247, 251, 0.02);
  }
  .txt-snow-opal-3,
  .hover\:txt-snow-opal-3:hover,
  .focus\:txt-snow-opal-3:focus,
  .group:hover .group-hover\:txt-snow-opal-3,
  .group:focus-within .group-focus-within\:txt-snow-opal-3 {
    color: RGBA(246, 247, 251, 0.3);
  }
  .txt-snow-opal-03,
  .hover\:txt-snow-opal-03:hover,
  .focus\:txt-snow-opal-03:focus,
  .group:hover .group-hover\:txt-snow-opal-03,
  .group:focus-within .group-focus-within\:txt-snow-opal-03 {
    color: RGBA(246, 247, 251, 0.03);
  }
  .txt-snow-opal-4,
  .hover\:txt-snow-opal-4:hover,
  .focus\:txt-snow-opal-4:focus,
  .group:hover .group-hover\:txt-snow-opal-4,
  .group:focus-within .group-focus-within\:txt-snow-opal-4 {
    color: RGBA(246, 247, 251, 0.4);
  }
  .txt-snow-opal-04,
  .hover\:txt-snow-opal-04:hover,
  .focus\:txt-snow-opal-04:focus,
  .group:hover .group-hover\:txt-snow-opal-04,
  .group:focus-within .group-focus-within\:txt-snow-opal-04 {
    color: RGBA(246, 247, 251, 0.04);
  }
  .txt-snow-opal-5,
  .hover\:txt-snow-opal-5:hover,
  .focus\:txt-snow-opal-5:focus,
  .group:hover .group-hover\:txt-snow-opal-5,
  .group:focus-within .group-focus-within\:txt-snow-opal-5 {
    color: RGBA(246, 247, 251, 0.5);
  }
  .txt-snow-opal-05,
  .hover\:txt-snow-opal-05:hover,
  .focus\:txt-snow-opal-05:focus,
  .group:hover .group-hover\:txt-snow-opal-05,
  .group:focus-within .group-focus-within\:txt-snow-opal-05 {
    color: RGBA(246, 247, 251, 0.05);
  }
  .txt-snow-opal-6,
  .hover\:txt-snow-opal-6:hover,
  .focus\:txt-snow-opal-6:focus,
  .group:hover .group-hover\:txt-snow-opal-6,
  .group:focus-within .group-focus-within\:txt-snow-opal-6 {
    color: RGBA(246, 247, 251, 0.6);
  }
  .txt-snow-opal-06,
  .hover\:txt-snow-opal-06:hover,
  .focus\:txt-snow-opal-06:focus,
  .group:hover .group-hover\:txt-snow-opal-06,
  .group:focus-within .group-focus-within\:txt-snow-opal-06 {
    color: RGBA(246, 247, 251, 0.06);
  }
  .txt-snow-opal-7,
  .hover\:txt-snow-opal-7:hover,
  .focus\:txt-snow-opal-7:focus,
  .group:hover .group-hover\:txt-snow-opal-7,
  .group:focus-within .group-focus-within\:txt-snow-opal-7 {
    color: RGBA(246, 247, 251, 0.7);
  }
  .txt-snow-opal-07,
  .hover\:txt-snow-opal-07:hover,
  .focus\:txt-snow-opal-07:focus,
  .group:hover .group-hover\:txt-snow-opal-07,
  .group:focus-within .group-focus-within\:txt-snow-opal-07 {
    color: RGBA(246, 247, 251, 0.07);
  }
  .txt-snow-opal-8,
  .hover\:txt-snow-opal-8:hover,
  .focus\:txt-snow-opal-8:focus,
  .group:hover .group-hover\:txt-snow-opal-8,
  .group:focus-within .group-focus-within\:txt-snow-opal-8 {
    color: RGBA(246, 247, 251, 0.8);
  }
  .txt-snow-opal-08,
  .hover\:txt-snow-opal-08:hover,
  .focus\:txt-snow-opal-08:focus,
  .group:hover .group-hover\:txt-snow-opal-08,
  .group:focus-within .group-focus-within\:txt-snow-opal-08 {
    color: RGBA(246, 247, 251, 0.08);
  }
  .txt-snow-opal-9,
  .hover\:txt-snow-opal-9:hover,
  .focus\:txt-snow-opal-9:focus,
  .group:hover .group-hover\:txt-snow-opal-9,
  .group:focus-within .group-focus-within\:txt-snow-opal-9 {
    color: RGBA(246, 247, 251, 0.9);
  }
  .txt-snow-opal-09,
  .hover\:txt-snow-opal-09:hover,
  .focus\:txt-snow-opal-09:focus,
  .group:hover .group-hover\:txt-snow-opal-09,
  .group:focus-within .group-focus-within\:txt-snow-opal-09 {
    color: RGBA(246, 247, 251, 0.09);
  }
  .txt-snow-opal-10,
  .hover\:txt-snow-opal-10:hover,
  .focus\:txt-snow-opal-10:focus,
  .group:hover .group-hover\:txt-snow-opal-10,
  .group:focus-within .group-focus-within\:txt-snow-opal-10 {
    color: RGBA(246, 247, 251, 1);
  }
  .link-snow a,
  .hover\:link-snow a:hover,
  .active\:link-snow a:active,
  .focus\:link-snow a:focus,
  .group:hover .group-hover\:link-snow a,
  .group:focus-within .group-focus-within\:link-snow a {
    color: #f6f7fb;
  }
  .link-snow-opal-0 a,
  .hover\:link-snow-opal-0 a:hover,
  .active\:link-snow-opal-0 a:active,
  .focus\:link-snow-opal-0 a:focus,
  .group:hover .group-hover\:link-snow-opal-0 a,
  .group:focus-within .group-focus-within\:link-snow-opal-0 a {
    color: RGBA(246, 247, 251, 0);
  }
  .link-snow-opal-00 a,
  .hover\:link-snow-opal-00 a:hover,
  .active\:link-snow-opal-00 a:active,
  .focus\:link-snow-opal-00 a:focus,
  .group:hover .group-hover\:link-snow-opal-00 a,
  .group:focus-within .group-focus-within\:link-snow-opal-00 a {
    color: RGBA(246, 247, 251, 0);
  }
  .link-snow-opal-1 a,
  .hover\:link-snow-opal-1 a:hover,
  .active\:link-snow-opal-1 a:active,
  .focus\:link-snow-opal-1 a:focus,
  .group:hover .group-hover\:link-snow-opal-1 a,
  .group:focus-within .group-focus-within\:link-snow-opal-1 a {
    color: RGBA(246, 247, 251, 0.1);
  }
  .link-snow-opal-01 a,
  .hover\:link-snow-opal-01 a:hover,
  .active\:link-snow-opal-01 a:active,
  .focus\:link-snow-opal-01 a:focus,
  .group:hover .group-hover\:link-snow-opal-01 a,
  .group:focus-within .group-focus-within\:link-snow-opal-01 a {
    color: RGBA(246, 247, 251, 0.01);
  }
  .link-snow-opal-2 a,
  .hover\:link-snow-opal-2 a:hover,
  .active\:link-snow-opal-2 a:active,
  .focus\:link-snow-opal-2 a:focus,
  .group:hover .group-hover\:link-snow-opal-2 a,
  .group:focus-within .group-focus-within\:link-snow-opal-2 a {
    color: RGBA(246, 247, 251, 0.2);
  }
  .link-snow-opal-02 a,
  .hover\:link-snow-opal-02 a:hover,
  .active\:link-snow-opal-02 a:active,
  .focus\:link-snow-opal-02 a:focus,
  .group:hover .group-hover\:link-snow-opal-02 a,
  .group:focus-within .group-focus-within\:link-snow-opal-02 a {
    color: RGBA(246, 247, 251, 0.02);
  }
  .link-snow-opal-3 a,
  .hover\:link-snow-opal-3 a:hover,
  .active\:link-snow-opal-3 a:active,
  .focus\:link-snow-opal-3 a:focus,
  .group:hover .group-hover\:link-snow-opal-3 a,
  .group:focus-within .group-focus-within\:link-snow-opal-3 a {
    color: RGBA(246, 247, 251, 0.3);
  }
  .link-snow-opal-03 a,
  .hover\:link-snow-opal-03 a:hover,
  .active\:link-snow-opal-03 a:active,
  .focus\:link-snow-opal-03 a:focus,
  .group:hover .group-hover\:link-snow-opal-03 a,
  .group:focus-within .group-focus-within\:link-snow-opal-03 a {
    color: RGBA(246, 247, 251, 0.03);
  }
  .link-snow-opal-4 a,
  .hover\:link-snow-opal-4 a:hover,
  .active\:link-snow-opal-4 a:active,
  .focus\:link-snow-opal-4 a:focus,
  .group:hover .group-hover\:link-snow-opal-4 a,
  .group:focus-within .group-focus-within\:link-snow-opal-4 a {
    color: RGBA(246, 247, 251, 0.4);
  }
  .link-snow-opal-04 a,
  .hover\:link-snow-opal-04 a:hover,
  .active\:link-snow-opal-04 a:active,
  .focus\:link-snow-opal-04 a:focus,
  .group:hover .group-hover\:link-snow-opal-04 a,
  .group:focus-within .group-focus-within\:link-snow-opal-04 a {
    color: RGBA(246, 247, 251, 0.04);
  }
  .link-snow-opal-5 a,
  .hover\:link-snow-opal-5 a:hover,
  .active\:link-snow-opal-5 a:active,
  .focus\:link-snow-opal-5 a:focus,
  .group:hover .group-hover\:link-snow-opal-5 a,
  .group:focus-within .group-focus-within\:link-snow-opal-5 a {
    color: RGBA(246, 247, 251, 0.5);
  }
  .link-snow-opal-05 a,
  .hover\:link-snow-opal-05 a:hover,
  .active\:link-snow-opal-05 a:active,
  .focus\:link-snow-opal-05 a:focus,
  .group:hover .group-hover\:link-snow-opal-05 a,
  .group:focus-within .group-focus-within\:link-snow-opal-05 a {
    color: RGBA(246, 247, 251, 0.05);
  }
  .link-snow-opal-6 a,
  .hover\:link-snow-opal-6 a:hover,
  .active\:link-snow-opal-6 a:active,
  .focus\:link-snow-opal-6 a:focus,
  .group:hover .group-hover\:link-snow-opal-6 a,
  .group:focus-within .group-focus-within\:link-snow-opal-6 a {
    color: RGBA(246, 247, 251, 0.6);
  }
  .link-snow-opal-06 a,
  .hover\:link-snow-opal-06 a:hover,
  .active\:link-snow-opal-06 a:active,
  .focus\:link-snow-opal-06 a:focus,
  .group:hover .group-hover\:link-snow-opal-06 a,
  .group:focus-within .group-focus-within\:link-snow-opal-06 a {
    color: RGBA(246, 247, 251, 0.06);
  }
  .link-snow-opal-7 a,
  .hover\:link-snow-opal-7 a:hover,
  .active\:link-snow-opal-7 a:active,
  .focus\:link-snow-opal-7 a:focus,
  .group:hover .group-hover\:link-snow-opal-7 a,
  .group:focus-within .group-focus-within\:link-snow-opal-7 a {
    color: RGBA(246, 247, 251, 0.7);
  }
  .link-snow-opal-07 a,
  .hover\:link-snow-opal-07 a:hover,
  .active\:link-snow-opal-07 a:active,
  .focus\:link-snow-opal-07 a:focus,
  .group:hover .group-hover\:link-snow-opal-07 a,
  .group:focus-within .group-focus-within\:link-snow-opal-07 a {
    color: RGBA(246, 247, 251, 0.07);
  }
  .link-snow-opal-8 a,
  .hover\:link-snow-opal-8 a:hover,
  .active\:link-snow-opal-8 a:active,
  .focus\:link-snow-opal-8 a:focus,
  .group:hover .group-hover\:link-snow-opal-8 a,
  .group:focus-within .group-focus-within\:link-snow-opal-8 a {
    color: RGBA(246, 247, 251, 0.8);
  }
  .link-snow-opal-08 a,
  .hover\:link-snow-opal-08 a:hover,
  .active\:link-snow-opal-08 a:active,
  .focus\:link-snow-opal-08 a:focus,
  .group:hover .group-hover\:link-snow-opal-08 a,
  .group:focus-within .group-focus-within\:link-snow-opal-08 a {
    color: RGBA(246, 247, 251, 0.08);
  }
  .link-snow-opal-9 a,
  .hover\:link-snow-opal-9 a:hover,
  .active\:link-snow-opal-9 a:active,
  .focus\:link-snow-opal-9 a:focus,
  .group:hover .group-hover\:link-snow-opal-9 a,
  .group:focus-within .group-focus-within\:link-snow-opal-9 a {
    color: RGBA(246, 247, 251, 0.9);
  }
  .link-snow-opal-09 a,
  .hover\:link-snow-opal-09 a:hover,
  .active\:link-snow-opal-09 a:active,
  .focus\:link-snow-opal-09 a:focus,
  .group:hover .group-hover\:link-snow-opal-09 a,
  .group:focus-within .group-focus-within\:link-snow-opal-09 a {
    color: RGBA(246, 247, 251, 0.09);
  }
  .link-snow-opal-10 a,
  .hover\:link-snow-opal-10 a:hover,
  .active\:link-snow-opal-10 a:active,
  .focus\:link-snow-opal-10 a:focus,
  .group:hover .group-hover\:link-snow-opal-10 a,
  .group:focus-within .group-focus-within\:link-snow-opal-10 a {
    color: RGBA(246, 247, 251, 1);
  }
  .txt-white,
  .hover\:txt-white:hover,
  .focus\:txt-white:focus,
  .group:hover .group-hover\:txt-white,
  .group:focus-within .group-focus-within\:txt-white {
    color: #fff;
  }
  .txt-white-opal-0,
  .hover\:txt-white-opal-0:hover,
  .focus\:txt-white-opal-0:focus,
  .group:hover .group-hover\:txt-white-opal-0,
  .group:focus-within .group-focus-within\:txt-white-opal-0 {
    color: RGBA(255, 255, 255, 0);
  }
  .txt-white-opal-00,
  .hover\:txt-white-opal-00:hover,
  .focus\:txt-white-opal-00:focus,
  .group:hover .group-hover\:txt-white-opal-00,
  .group:focus-within .group-focus-within\:txt-white-opal-00 {
    color: RGBA(255, 255, 255, 0);
  }
  .txt-white-opal-1,
  .hover\:txt-white-opal-1:hover,
  .focus\:txt-white-opal-1:focus,
  .group:hover .group-hover\:txt-white-opal-1,
  .group:focus-within .group-focus-within\:txt-white-opal-1 {
    color: RGBA(255, 255, 255, 0.1);
  }
  .txt-white-opal-01,
  .hover\:txt-white-opal-01:hover,
  .focus\:txt-white-opal-01:focus,
  .group:hover .group-hover\:txt-white-opal-01,
  .group:focus-within .group-focus-within\:txt-white-opal-01 {
    color: RGBA(255, 255, 255, 0.01);
  }
  .txt-white-opal-2,
  .hover\:txt-white-opal-2:hover,
  .focus\:txt-white-opal-2:focus,
  .group:hover .group-hover\:txt-white-opal-2,
  .group:focus-within .group-focus-within\:txt-white-opal-2 {
    color: RGBA(255, 255, 255, 0.2);
  }
  .txt-white-opal-02,
  .hover\:txt-white-opal-02:hover,
  .focus\:txt-white-opal-02:focus,
  .group:hover .group-hover\:txt-white-opal-02,
  .group:focus-within .group-focus-within\:txt-white-opal-02 {
    color: RGBA(255, 255, 255, 0.02);
  }
  .txt-white-opal-3,
  .hover\:txt-white-opal-3:hover,
  .focus\:txt-white-opal-3:focus,
  .group:hover .group-hover\:txt-white-opal-3,
  .group:focus-within .group-focus-within\:txt-white-opal-3 {
    color: RGBA(255, 255, 255, 0.3);
  }
  .txt-white-opal-03,
  .hover\:txt-white-opal-03:hover,
  .focus\:txt-white-opal-03:focus,
  .group:hover .group-hover\:txt-white-opal-03,
  .group:focus-within .group-focus-within\:txt-white-opal-03 {
    color: RGBA(255, 255, 255, 0.03);
  }
  .txt-white-opal-4,
  .hover\:txt-white-opal-4:hover,
  .focus\:txt-white-opal-4:focus,
  .group:hover .group-hover\:txt-white-opal-4,
  .group:focus-within .group-focus-within\:txt-white-opal-4 {
    color: RGBA(255, 255, 255, 0.4);
  }
  .txt-white-opal-04,
  .hover\:txt-white-opal-04:hover,
  .focus\:txt-white-opal-04:focus,
  .group:hover .group-hover\:txt-white-opal-04,
  .group:focus-within .group-focus-within\:txt-white-opal-04 {
    color: RGBA(255, 255, 255, 0.04);
  }
  .txt-white-opal-5,
  .hover\:txt-white-opal-5:hover,
  .focus\:txt-white-opal-5:focus,
  .group:hover .group-hover\:txt-white-opal-5,
  .group:focus-within .group-focus-within\:txt-white-opal-5 {
    color: RGBA(255, 255, 255, 0.5);
  }
  .txt-white-opal-05,
  .hover\:txt-white-opal-05:hover,
  .focus\:txt-white-opal-05:focus,
  .group:hover .group-hover\:txt-white-opal-05,
  .group:focus-within .group-focus-within\:txt-white-opal-05 {
    color: RGBA(255, 255, 255, 0.05);
  }
  .txt-white-opal-6,
  .hover\:txt-white-opal-6:hover,
  .focus\:txt-white-opal-6:focus,
  .group:hover .group-hover\:txt-white-opal-6,
  .group:focus-within .group-focus-within\:txt-white-opal-6 {
    color: RGBA(255, 255, 255, 0.6);
  }
  .txt-white-opal-06,
  .hover\:txt-white-opal-06:hover,
  .focus\:txt-white-opal-06:focus,
  .group:hover .group-hover\:txt-white-opal-06,
  .group:focus-within .group-focus-within\:txt-white-opal-06 {
    color: RGBA(255, 255, 255, 0.06);
  }
  .txt-white-opal-7,
  .hover\:txt-white-opal-7:hover,
  .focus\:txt-white-opal-7:focus,
  .group:hover .group-hover\:txt-white-opal-7,
  .group:focus-within .group-focus-within\:txt-white-opal-7 {
    color: RGBA(255, 255, 255, 0.7);
  }
  .txt-white-opal-07,
  .hover\:txt-white-opal-07:hover,
  .focus\:txt-white-opal-07:focus,
  .group:hover .group-hover\:txt-white-opal-07,
  .group:focus-within .group-focus-within\:txt-white-opal-07 {
    color: RGBA(255, 255, 255, 0.07);
  }
  .txt-white-opal-8,
  .hover\:txt-white-opal-8:hover,
  .focus\:txt-white-opal-8:focus,
  .group:hover .group-hover\:txt-white-opal-8,
  .group:focus-within .group-focus-within\:txt-white-opal-8 {
    color: RGBA(255, 255, 255, 0.8);
  }
  .txt-white-opal-08,
  .hover\:txt-white-opal-08:hover,
  .focus\:txt-white-opal-08:focus,
  .group:hover .group-hover\:txt-white-opal-08,
  .group:focus-within .group-focus-within\:txt-white-opal-08 {
    color: RGBA(255, 255, 255, 0.08);
  }
  .txt-white-opal-9,
  .hover\:txt-white-opal-9:hover,
  .focus\:txt-white-opal-9:focus,
  .group:hover .group-hover\:txt-white-opal-9,
  .group:focus-within .group-focus-within\:txt-white-opal-9 {
    color: RGBA(255, 255, 255, 0.9);
  }
  .txt-white-opal-09,
  .hover\:txt-white-opal-09:hover,
  .focus\:txt-white-opal-09:focus,
  .group:hover .group-hover\:txt-white-opal-09,
  .group:focus-within .group-focus-within\:txt-white-opal-09 {
    color: RGBA(255, 255, 255, 0.09);
  }
  .txt-white-opal-10,
  .hover\:txt-white-opal-10:hover,
  .focus\:txt-white-opal-10:focus,
  .group:hover .group-hover\:txt-white-opal-10,
  .group:focus-within .group-focus-within\:txt-white-opal-10 {
    color: RGBA(255, 255, 255, 1);
  }
  .link-white a,
  .hover\:link-white a:hover,
  .active\:link-white a:active,
  .focus\:link-white a:focus,
  .group:hover .group-hover\:link-white a,
  .group:focus-within .group-focus-within\:link-white a {
    color: #fff;
  }
  .link-white-opal-0 a,
  .hover\:link-white-opal-0 a:hover,
  .active\:link-white-opal-0 a:active,
  .focus\:link-white-opal-0 a:focus,
  .group:hover .group-hover\:link-white-opal-0 a,
  .group:focus-within .group-focus-within\:link-white-opal-0 a {
    color: RGBA(255, 255, 255, 0);
  }
  .link-white-opal-00 a,
  .hover\:link-white-opal-00 a:hover,
  .active\:link-white-opal-00 a:active,
  .focus\:link-white-opal-00 a:focus,
  .group:hover .group-hover\:link-white-opal-00 a,
  .group:focus-within .group-focus-within\:link-white-opal-00 a {
    color: RGBA(255, 255, 255, 0);
  }
  .link-white-opal-1 a,
  .hover\:link-white-opal-1 a:hover,
  .active\:link-white-opal-1 a:active,
  .focus\:link-white-opal-1 a:focus,
  .group:hover .group-hover\:link-white-opal-1 a,
  .group:focus-within .group-focus-within\:link-white-opal-1 a {
    color: RGBA(255, 255, 255, 0.1);
  }
  .link-white-opal-01 a,
  .hover\:link-white-opal-01 a:hover,
  .active\:link-white-opal-01 a:active,
  .focus\:link-white-opal-01 a:focus,
  .group:hover .group-hover\:link-white-opal-01 a,
  .group:focus-within .group-focus-within\:link-white-opal-01 a {
    color: RGBA(255, 255, 255, 0.01);
  }
  .link-white-opal-2 a,
  .hover\:link-white-opal-2 a:hover,
  .active\:link-white-opal-2 a:active,
  .focus\:link-white-opal-2 a:focus,
  .group:hover .group-hover\:link-white-opal-2 a,
  .group:focus-within .group-focus-within\:link-white-opal-2 a {
    color: RGBA(255, 255, 255, 0.2);
  }
  .link-white-opal-02 a,
  .hover\:link-white-opal-02 a:hover,
  .active\:link-white-opal-02 a:active,
  .focus\:link-white-opal-02 a:focus,
  .group:hover .group-hover\:link-white-opal-02 a,
  .group:focus-within .group-focus-within\:link-white-opal-02 a {
    color: RGBA(255, 255, 255, 0.02);
  }
  .link-white-opal-3 a,
  .hover\:link-white-opal-3 a:hover,
  .active\:link-white-opal-3 a:active,
  .focus\:link-white-opal-3 a:focus,
  .group:hover .group-hover\:link-white-opal-3 a,
  .group:focus-within .group-focus-within\:link-white-opal-3 a {
    color: RGBA(255, 255, 255, 0.3);
  }
  .link-white-opal-03 a,
  .hover\:link-white-opal-03 a:hover,
  .active\:link-white-opal-03 a:active,
  .focus\:link-white-opal-03 a:focus,
  .group:hover .group-hover\:link-white-opal-03 a,
  .group:focus-within .group-focus-within\:link-white-opal-03 a {
    color: RGBA(255, 255, 255, 0.03);
  }
  .link-white-opal-4 a,
  .hover\:link-white-opal-4 a:hover,
  .active\:link-white-opal-4 a:active,
  .focus\:link-white-opal-4 a:focus,
  .group:hover .group-hover\:link-white-opal-4 a,
  .group:focus-within .group-focus-within\:link-white-opal-4 a {
    color: RGBA(255, 255, 255, 0.4);
  }
  .link-white-opal-04 a,
  .hover\:link-white-opal-04 a:hover,
  .active\:link-white-opal-04 a:active,
  .focus\:link-white-opal-04 a:focus,
  .group:hover .group-hover\:link-white-opal-04 a,
  .group:focus-within .group-focus-within\:link-white-opal-04 a {
    color: RGBA(255, 255, 255, 0.04);
  }
  .link-white-opal-5 a,
  .hover\:link-white-opal-5 a:hover,
  .active\:link-white-opal-5 a:active,
  .focus\:link-white-opal-5 a:focus,
  .group:hover .group-hover\:link-white-opal-5 a,
  .group:focus-within .group-focus-within\:link-white-opal-5 a {
    color: RGBA(255, 255, 255, 0.5);
  }
  .link-white-opal-05 a,
  .hover\:link-white-opal-05 a:hover,
  .active\:link-white-opal-05 a:active,
  .focus\:link-white-opal-05 a:focus,
  .group:hover .group-hover\:link-white-opal-05 a,
  .group:focus-within .group-focus-within\:link-white-opal-05 a {
    color: RGBA(255, 255, 255, 0.05);
  }
  .link-white-opal-6 a,
  .hover\:link-white-opal-6 a:hover,
  .active\:link-white-opal-6 a:active,
  .focus\:link-white-opal-6 a:focus,
  .group:hover .group-hover\:link-white-opal-6 a,
  .group:focus-within .group-focus-within\:link-white-opal-6 a {
    color: RGBA(255, 255, 255, 0.6);
  }
  .link-white-opal-06 a,
  .hover\:link-white-opal-06 a:hover,
  .active\:link-white-opal-06 a:active,
  .focus\:link-white-opal-06 a:focus,
  .group:hover .group-hover\:link-white-opal-06 a,
  .group:focus-within .group-focus-within\:link-white-opal-06 a {
    color: RGBA(255, 255, 255, 0.06);
  }
  .link-white-opal-7 a,
  .hover\:link-white-opal-7 a:hover,
  .active\:link-white-opal-7 a:active,
  .focus\:link-white-opal-7 a:focus,
  .group:hover .group-hover\:link-white-opal-7 a,
  .group:focus-within .group-focus-within\:link-white-opal-7 a {
    color: RGBA(255, 255, 255, 0.7);
  }
  .link-white-opal-07 a,
  .hover\:link-white-opal-07 a:hover,
  .active\:link-white-opal-07 a:active,
  .focus\:link-white-opal-07 a:focus,
  .group:hover .group-hover\:link-white-opal-07 a,
  .group:focus-within .group-focus-within\:link-white-opal-07 a {
    color: RGBA(255, 255, 255, 0.07);
  }
  .link-white-opal-8 a,
  .hover\:link-white-opal-8 a:hover,
  .active\:link-white-opal-8 a:active,
  .focus\:link-white-opal-8 a:focus,
  .group:hover .group-hover\:link-white-opal-8 a,
  .group:focus-within .group-focus-within\:link-white-opal-8 a {
    color: RGBA(255, 255, 255, 0.8);
  }
  .link-white-opal-08 a,
  .hover\:link-white-opal-08 a:hover,
  .active\:link-white-opal-08 a:active,
  .focus\:link-white-opal-08 a:focus,
  .group:hover .group-hover\:link-white-opal-08 a,
  .group:focus-within .group-focus-within\:link-white-opal-08 a {
    color: RGBA(255, 255, 255, 0.08);
  }
  .link-white-opal-9 a,
  .hover\:link-white-opal-9 a:hover,
  .active\:link-white-opal-9 a:active,
  .focus\:link-white-opal-9 a:focus,
  .group:hover .group-hover\:link-white-opal-9 a,
  .group:focus-within .group-focus-within\:link-white-opal-9 a {
    color: RGBA(255, 255, 255, 0.9);
  }
  .link-white-opal-09 a,
  .hover\:link-white-opal-09 a:hover,
  .active\:link-white-opal-09 a:active,
  .focus\:link-white-opal-09 a:focus,
  .group:hover .group-hover\:link-white-opal-09 a,
  .group:focus-within .group-focus-within\:link-white-opal-09 a {
    color: RGBA(255, 255, 255, 0.09);
  }
  .link-white-opal-10 a,
  .hover\:link-white-opal-10 a:hover,
  .active\:link-white-opal-10 a:active,
  .focus\:link-white-opal-10 a:focus,
  .group:hover .group-hover\:link-white-opal-10 a,
  .group:focus-within .group-focus-within\:link-white-opal-10 a {
    color: RGBA(255, 255, 255, 1);
  }
  .txt-rose,
  .hover\:txt-rose:hover,
  .focus\:txt-rose:focus,
  .group:hover .group-hover\:txt-rose,
  .group:focus-within .group-focus-within\:txt-rose {
    color: #c82d53;
  }
  .txt-rose-opal-0,
  .hover\:txt-rose-opal-0:hover,
  .focus\:txt-rose-opal-0:focus,
  .group:hover .group-hover\:txt-rose-opal-0,
  .group:focus-within .group-focus-within\:txt-rose-opal-0 {
    color: RGBA(200, 45, 83, 0);
  }
  .txt-rose-opal-00,
  .hover\:txt-rose-opal-00:hover,
  .focus\:txt-rose-opal-00:focus,
  .group:hover .group-hover\:txt-rose-opal-00,
  .group:focus-within .group-focus-within\:txt-rose-opal-00 {
    color: RGBA(200, 45, 83, 0);
  }
  .txt-rose-opal-1,
  .hover\:txt-rose-opal-1:hover,
  .focus\:txt-rose-opal-1:focus,
  .group:hover .group-hover\:txt-rose-opal-1,
  .group:focus-within .group-focus-within\:txt-rose-opal-1 {
    color: RGBA(200, 45, 83, 0.1);
  }
  .txt-rose-opal-01,
  .hover\:txt-rose-opal-01:hover,
  .focus\:txt-rose-opal-01:focus,
  .group:hover .group-hover\:txt-rose-opal-01,
  .group:focus-within .group-focus-within\:txt-rose-opal-01 {
    color: RGBA(200, 45, 83, 0.01);
  }
  .txt-rose-opal-2,
  .hover\:txt-rose-opal-2:hover,
  .focus\:txt-rose-opal-2:focus,
  .group:hover .group-hover\:txt-rose-opal-2,
  .group:focus-within .group-focus-within\:txt-rose-opal-2 {
    color: RGBA(200, 45, 83, 0.2);
  }
  .txt-rose-opal-02,
  .hover\:txt-rose-opal-02:hover,
  .focus\:txt-rose-opal-02:focus,
  .group:hover .group-hover\:txt-rose-opal-02,
  .group:focus-within .group-focus-within\:txt-rose-opal-02 {
    color: RGBA(200, 45, 83, 0.02);
  }
  .txt-rose-opal-3,
  .hover\:txt-rose-opal-3:hover,
  .focus\:txt-rose-opal-3:focus,
  .group:hover .group-hover\:txt-rose-opal-3,
  .group:focus-within .group-focus-within\:txt-rose-opal-3 {
    color: RGBA(200, 45, 83, 0.3);
  }
  .txt-rose-opal-03,
  .hover\:txt-rose-opal-03:hover,
  .focus\:txt-rose-opal-03:focus,
  .group:hover .group-hover\:txt-rose-opal-03,
  .group:focus-within .group-focus-within\:txt-rose-opal-03 {
    color: RGBA(200, 45, 83, 0.03);
  }
  .txt-rose-opal-4,
  .hover\:txt-rose-opal-4:hover,
  .focus\:txt-rose-opal-4:focus,
  .group:hover .group-hover\:txt-rose-opal-4,
  .group:focus-within .group-focus-within\:txt-rose-opal-4 {
    color: RGBA(200, 45, 83, 0.4);
  }
  .txt-rose-opal-04,
  .hover\:txt-rose-opal-04:hover,
  .focus\:txt-rose-opal-04:focus,
  .group:hover .group-hover\:txt-rose-opal-04,
  .group:focus-within .group-focus-within\:txt-rose-opal-04 {
    color: RGBA(200, 45, 83, 0.04);
  }
  .txt-rose-opal-5,
  .hover\:txt-rose-opal-5:hover,
  .focus\:txt-rose-opal-5:focus,
  .group:hover .group-hover\:txt-rose-opal-5,
  .group:focus-within .group-focus-within\:txt-rose-opal-5 {
    color: RGBA(200, 45, 83, 0.5);
  }
  .txt-rose-opal-05,
  .hover\:txt-rose-opal-05:hover,
  .focus\:txt-rose-opal-05:focus,
  .group:hover .group-hover\:txt-rose-opal-05,
  .group:focus-within .group-focus-within\:txt-rose-opal-05 {
    color: RGBA(200, 45, 83, 0.05);
  }
  .txt-rose-opal-6,
  .hover\:txt-rose-opal-6:hover,
  .focus\:txt-rose-opal-6:focus,
  .group:hover .group-hover\:txt-rose-opal-6,
  .group:focus-within .group-focus-within\:txt-rose-opal-6 {
    color: RGBA(200, 45, 83, 0.6);
  }
  .txt-rose-opal-06,
  .hover\:txt-rose-opal-06:hover,
  .focus\:txt-rose-opal-06:focus,
  .group:hover .group-hover\:txt-rose-opal-06,
  .group:focus-within .group-focus-within\:txt-rose-opal-06 {
    color: RGBA(200, 45, 83, 0.06);
  }
  .txt-rose-opal-7,
  .hover\:txt-rose-opal-7:hover,
  .focus\:txt-rose-opal-7:focus,
  .group:hover .group-hover\:txt-rose-opal-7,
  .group:focus-within .group-focus-within\:txt-rose-opal-7 {
    color: RGBA(200, 45, 83, 0.7);
  }
  .txt-rose-opal-07,
  .hover\:txt-rose-opal-07:hover,
  .focus\:txt-rose-opal-07:focus,
  .group:hover .group-hover\:txt-rose-opal-07,
  .group:focus-within .group-focus-within\:txt-rose-opal-07 {
    color: RGBA(200, 45, 83, 0.07);
  }
  .txt-rose-opal-8,
  .hover\:txt-rose-opal-8:hover,
  .focus\:txt-rose-opal-8:focus,
  .group:hover .group-hover\:txt-rose-opal-8,
  .group:focus-within .group-focus-within\:txt-rose-opal-8 {
    color: RGBA(200, 45, 83, 0.8);
  }
  .txt-rose-opal-08,
  .hover\:txt-rose-opal-08:hover,
  .focus\:txt-rose-opal-08:focus,
  .group:hover .group-hover\:txt-rose-opal-08,
  .group:focus-within .group-focus-within\:txt-rose-opal-08 {
    color: RGBA(200, 45, 83, 0.08);
  }
  .txt-rose-opal-9,
  .hover\:txt-rose-opal-9:hover,
  .focus\:txt-rose-opal-9:focus,
  .group:hover .group-hover\:txt-rose-opal-9,
  .group:focus-within .group-focus-within\:txt-rose-opal-9 {
    color: RGBA(200, 45, 83, 0.9);
  }
  .txt-rose-opal-09,
  .hover\:txt-rose-opal-09:hover,
  .focus\:txt-rose-opal-09:focus,
  .group:hover .group-hover\:txt-rose-opal-09,
  .group:focus-within .group-focus-within\:txt-rose-opal-09 {
    color: RGBA(200, 45, 83, 0.09);
  }
  .txt-rose-opal-10,
  .hover\:txt-rose-opal-10:hover,
  .focus\:txt-rose-opal-10:focus,
  .group:hover .group-hover\:txt-rose-opal-10,
  .group:focus-within .group-focus-within\:txt-rose-opal-10 {
    color: RGBA(200, 45, 83, 1);
  }
  .link-rose a,
  .hover\:link-rose a:hover,
  .active\:link-rose a:active,
  .focus\:link-rose a:focus,
  .group:hover .group-hover\:link-rose a,
  .group:focus-within .group-focus-within\:link-rose a {
    color: #c82d53;
  }
  .link-rose-opal-0 a,
  .hover\:link-rose-opal-0 a:hover,
  .active\:link-rose-opal-0 a:active,
  .focus\:link-rose-opal-0 a:focus,
  .group:hover .group-hover\:link-rose-opal-0 a,
  .group:focus-within .group-focus-within\:link-rose-opal-0 a {
    color: RGBA(200, 45, 83, 0);
  }
  .link-rose-opal-00 a,
  .hover\:link-rose-opal-00 a:hover,
  .active\:link-rose-opal-00 a:active,
  .focus\:link-rose-opal-00 a:focus,
  .group:hover .group-hover\:link-rose-opal-00 a,
  .group:focus-within .group-focus-within\:link-rose-opal-00 a {
    color: RGBA(200, 45, 83, 0);
  }
  .link-rose-opal-1 a,
  .hover\:link-rose-opal-1 a:hover,
  .active\:link-rose-opal-1 a:active,
  .focus\:link-rose-opal-1 a:focus,
  .group:hover .group-hover\:link-rose-opal-1 a,
  .group:focus-within .group-focus-within\:link-rose-opal-1 a {
    color: RGBA(200, 45, 83, 0.1);
  }
  .link-rose-opal-01 a,
  .hover\:link-rose-opal-01 a:hover,
  .active\:link-rose-opal-01 a:active,
  .focus\:link-rose-opal-01 a:focus,
  .group:hover .group-hover\:link-rose-opal-01 a,
  .group:focus-within .group-focus-within\:link-rose-opal-01 a {
    color: RGBA(200, 45, 83, 0.01);
  }
  .link-rose-opal-2 a,
  .hover\:link-rose-opal-2 a:hover,
  .active\:link-rose-opal-2 a:active,
  .focus\:link-rose-opal-2 a:focus,
  .group:hover .group-hover\:link-rose-opal-2 a,
  .group:focus-within .group-focus-within\:link-rose-opal-2 a {
    color: RGBA(200, 45, 83, 0.2);
  }
  .link-rose-opal-02 a,
  .hover\:link-rose-opal-02 a:hover,
  .active\:link-rose-opal-02 a:active,
  .focus\:link-rose-opal-02 a:focus,
  .group:hover .group-hover\:link-rose-opal-02 a,
  .group:focus-within .group-focus-within\:link-rose-opal-02 a {
    color: RGBA(200, 45, 83, 0.02);
  }
  .link-rose-opal-3 a,
  .hover\:link-rose-opal-3 a:hover,
  .active\:link-rose-opal-3 a:active,
  .focus\:link-rose-opal-3 a:focus,
  .group:hover .group-hover\:link-rose-opal-3 a,
  .group:focus-within .group-focus-within\:link-rose-opal-3 a {
    color: RGBA(200, 45, 83, 0.3);
  }
  .link-rose-opal-03 a,
  .hover\:link-rose-opal-03 a:hover,
  .active\:link-rose-opal-03 a:active,
  .focus\:link-rose-opal-03 a:focus,
  .group:hover .group-hover\:link-rose-opal-03 a,
  .group:focus-within .group-focus-within\:link-rose-opal-03 a {
    color: RGBA(200, 45, 83, 0.03);
  }
  .link-rose-opal-4 a,
  .hover\:link-rose-opal-4 a:hover,
  .active\:link-rose-opal-4 a:active,
  .focus\:link-rose-opal-4 a:focus,
  .group:hover .group-hover\:link-rose-opal-4 a,
  .group:focus-within .group-focus-within\:link-rose-opal-4 a {
    color: RGBA(200, 45, 83, 0.4);
  }
  .link-rose-opal-04 a,
  .hover\:link-rose-opal-04 a:hover,
  .active\:link-rose-opal-04 a:active,
  .focus\:link-rose-opal-04 a:focus,
  .group:hover .group-hover\:link-rose-opal-04 a,
  .group:focus-within .group-focus-within\:link-rose-opal-04 a {
    color: RGBA(200, 45, 83, 0.04);
  }
  .link-rose-opal-5 a,
  .hover\:link-rose-opal-5 a:hover,
  .active\:link-rose-opal-5 a:active,
  .focus\:link-rose-opal-5 a:focus,
  .group:hover .group-hover\:link-rose-opal-5 a,
  .group:focus-within .group-focus-within\:link-rose-opal-5 a {
    color: RGBA(200, 45, 83, 0.5);
  }
  .link-rose-opal-05 a,
  .hover\:link-rose-opal-05 a:hover,
  .active\:link-rose-opal-05 a:active,
  .focus\:link-rose-opal-05 a:focus,
  .group:hover .group-hover\:link-rose-opal-05 a,
  .group:focus-within .group-focus-within\:link-rose-opal-05 a {
    color: RGBA(200, 45, 83, 0.05);
  }
  .link-rose-opal-6 a,
  .hover\:link-rose-opal-6 a:hover,
  .active\:link-rose-opal-6 a:active,
  .focus\:link-rose-opal-6 a:focus,
  .group:hover .group-hover\:link-rose-opal-6 a,
  .group:focus-within .group-focus-within\:link-rose-opal-6 a {
    color: RGBA(200, 45, 83, 0.6);
  }
  .link-rose-opal-06 a,
  .hover\:link-rose-opal-06 a:hover,
  .active\:link-rose-opal-06 a:active,
  .focus\:link-rose-opal-06 a:focus,
  .group:hover .group-hover\:link-rose-opal-06 a,
  .group:focus-within .group-focus-within\:link-rose-opal-06 a {
    color: RGBA(200, 45, 83, 0.06);
  }
  .link-rose-opal-7 a,
  .hover\:link-rose-opal-7 a:hover,
  .active\:link-rose-opal-7 a:active,
  .focus\:link-rose-opal-7 a:focus,
  .group:hover .group-hover\:link-rose-opal-7 a,
  .group:focus-within .group-focus-within\:link-rose-opal-7 a {
    color: RGBA(200, 45, 83, 0.7);
  }
  .link-rose-opal-07 a,
  .hover\:link-rose-opal-07 a:hover,
  .active\:link-rose-opal-07 a:active,
  .focus\:link-rose-opal-07 a:focus,
  .group:hover .group-hover\:link-rose-opal-07 a,
  .group:focus-within .group-focus-within\:link-rose-opal-07 a {
    color: RGBA(200, 45, 83, 0.07);
  }
  .link-rose-opal-8 a,
  .hover\:link-rose-opal-8 a:hover,
  .active\:link-rose-opal-8 a:active,
  .focus\:link-rose-opal-8 a:focus,
  .group:hover .group-hover\:link-rose-opal-8 a,
  .group:focus-within .group-focus-within\:link-rose-opal-8 a {
    color: RGBA(200, 45, 83, 0.8);
  }
  .link-rose-opal-08 a,
  .hover\:link-rose-opal-08 a:hover,
  .active\:link-rose-opal-08 a:active,
  .focus\:link-rose-opal-08 a:focus,
  .group:hover .group-hover\:link-rose-opal-08 a,
  .group:focus-within .group-focus-within\:link-rose-opal-08 a {
    color: RGBA(200, 45, 83, 0.08);
  }
  .link-rose-opal-9 a,
  .hover\:link-rose-opal-9 a:hover,
  .active\:link-rose-opal-9 a:active,
  .focus\:link-rose-opal-9 a:focus,
  .group:hover .group-hover\:link-rose-opal-9 a,
  .group:focus-within .group-focus-within\:link-rose-opal-9 a {
    color: RGBA(200, 45, 83, 0.9);
  }
  .link-rose-opal-09 a,
  .hover\:link-rose-opal-09 a:hover,
  .active\:link-rose-opal-09 a:active,
  .focus\:link-rose-opal-09 a:focus,
  .group:hover .group-hover\:link-rose-opal-09 a,
  .group:focus-within .group-focus-within\:link-rose-opal-09 a {
    color: RGBA(200, 45, 83, 0.09);
  }
  .link-rose-opal-10 a,
  .hover\:link-rose-opal-10 a:hover,
  .active\:link-rose-opal-10 a:active,
  .focus\:link-rose-opal-10 a:focus,
  .group:hover .group-hover\:link-rose-opal-10 a,
  .group:focus-within .group-focus-within\:link-rose-opal-10 a {
    color: RGBA(200, 45, 83, 1);
  }
  .txt-salmon,
  .hover\:txt-salmon:hover,
  .focus\:txt-salmon:focus,
  .group:hover .group-hover\:txt-salmon,
  .group:focus-within .group-focus-within\:txt-salmon {
    color: #f97a99;
  }
  .txt-salmon-opal-0,
  .hover\:txt-salmon-opal-0:hover,
  .focus\:txt-salmon-opal-0:focus,
  .group:hover .group-hover\:txt-salmon-opal-0,
  .group:focus-within .group-focus-within\:txt-salmon-opal-0 {
    color: RGBA(249, 122, 153, 0);
  }
  .txt-salmon-opal-00,
  .hover\:txt-salmon-opal-00:hover,
  .focus\:txt-salmon-opal-00:focus,
  .group:hover .group-hover\:txt-salmon-opal-00,
  .group:focus-within .group-focus-within\:txt-salmon-opal-00 {
    color: RGBA(249, 122, 153, 0);
  }
  .txt-salmon-opal-1,
  .hover\:txt-salmon-opal-1:hover,
  .focus\:txt-salmon-opal-1:focus,
  .group:hover .group-hover\:txt-salmon-opal-1,
  .group:focus-within .group-focus-within\:txt-salmon-opal-1 {
    color: RGBA(249, 122, 153, 0.1);
  }
  .txt-salmon-opal-01,
  .hover\:txt-salmon-opal-01:hover,
  .focus\:txt-salmon-opal-01:focus,
  .group:hover .group-hover\:txt-salmon-opal-01,
  .group:focus-within .group-focus-within\:txt-salmon-opal-01 {
    color: RGBA(249, 122, 153, 0.01);
  }
  .txt-salmon-opal-2,
  .hover\:txt-salmon-opal-2:hover,
  .focus\:txt-salmon-opal-2:focus,
  .group:hover .group-hover\:txt-salmon-opal-2,
  .group:focus-within .group-focus-within\:txt-salmon-opal-2 {
    color: RGBA(249, 122, 153, 0.2);
  }
  .txt-salmon-opal-02,
  .hover\:txt-salmon-opal-02:hover,
  .focus\:txt-salmon-opal-02:focus,
  .group:hover .group-hover\:txt-salmon-opal-02,
  .group:focus-within .group-focus-within\:txt-salmon-opal-02 {
    color: RGBA(249, 122, 153, 0.02);
  }
  .txt-salmon-opal-3,
  .hover\:txt-salmon-opal-3:hover,
  .focus\:txt-salmon-opal-3:focus,
  .group:hover .group-hover\:txt-salmon-opal-3,
  .group:focus-within .group-focus-within\:txt-salmon-opal-3 {
    color: RGBA(249, 122, 153, 0.3);
  }
  .txt-salmon-opal-03,
  .hover\:txt-salmon-opal-03:hover,
  .focus\:txt-salmon-opal-03:focus,
  .group:hover .group-hover\:txt-salmon-opal-03,
  .group:focus-within .group-focus-within\:txt-salmon-opal-03 {
    color: RGBA(249, 122, 153, 0.03);
  }
  .txt-salmon-opal-4,
  .hover\:txt-salmon-opal-4:hover,
  .focus\:txt-salmon-opal-4:focus,
  .group:hover .group-hover\:txt-salmon-opal-4,
  .group:focus-within .group-focus-within\:txt-salmon-opal-4 {
    color: RGBA(249, 122, 153, 0.4);
  }
  .txt-salmon-opal-04,
  .hover\:txt-salmon-opal-04:hover,
  .focus\:txt-salmon-opal-04:focus,
  .group:hover .group-hover\:txt-salmon-opal-04,
  .group:focus-within .group-focus-within\:txt-salmon-opal-04 {
    color: RGBA(249, 122, 153, 0.04);
  }
  .txt-salmon-opal-5,
  .hover\:txt-salmon-opal-5:hover,
  .focus\:txt-salmon-opal-5:focus,
  .group:hover .group-hover\:txt-salmon-opal-5,
  .group:focus-within .group-focus-within\:txt-salmon-opal-5 {
    color: RGBA(249, 122, 153, 0.5);
  }
  .txt-salmon-opal-05,
  .hover\:txt-salmon-opal-05:hover,
  .focus\:txt-salmon-opal-05:focus,
  .group:hover .group-hover\:txt-salmon-opal-05,
  .group:focus-within .group-focus-within\:txt-salmon-opal-05 {
    color: RGBA(249, 122, 153, 0.05);
  }
  .txt-salmon-opal-6,
  .hover\:txt-salmon-opal-6:hover,
  .focus\:txt-salmon-opal-6:focus,
  .group:hover .group-hover\:txt-salmon-opal-6,
  .group:focus-within .group-focus-within\:txt-salmon-opal-6 {
    color: RGBA(249, 122, 153, 0.6);
  }
  .txt-salmon-opal-06,
  .hover\:txt-salmon-opal-06:hover,
  .focus\:txt-salmon-opal-06:focus,
  .group:hover .group-hover\:txt-salmon-opal-06,
  .group:focus-within .group-focus-within\:txt-salmon-opal-06 {
    color: RGBA(249, 122, 153, 0.06);
  }
  .txt-salmon-opal-7,
  .hover\:txt-salmon-opal-7:hover,
  .focus\:txt-salmon-opal-7:focus,
  .group:hover .group-hover\:txt-salmon-opal-7,
  .group:focus-within .group-focus-within\:txt-salmon-opal-7 {
    color: RGBA(249, 122, 153, 0.7);
  }
  .txt-salmon-opal-07,
  .hover\:txt-salmon-opal-07:hover,
  .focus\:txt-salmon-opal-07:focus,
  .group:hover .group-hover\:txt-salmon-opal-07,
  .group:focus-within .group-focus-within\:txt-salmon-opal-07 {
    color: RGBA(249, 122, 153, 0.07);
  }
  .txt-salmon-opal-8,
  .hover\:txt-salmon-opal-8:hover,
  .focus\:txt-salmon-opal-8:focus,
  .group:hover .group-hover\:txt-salmon-opal-8,
  .group:focus-within .group-focus-within\:txt-salmon-opal-8 {
    color: RGBA(249, 122, 153, 0.8);
  }
  .txt-salmon-opal-08,
  .hover\:txt-salmon-opal-08:hover,
  .focus\:txt-salmon-opal-08:focus,
  .group:hover .group-hover\:txt-salmon-opal-08,
  .group:focus-within .group-focus-within\:txt-salmon-opal-08 {
    color: RGBA(249, 122, 153, 0.08);
  }
  .txt-salmon-opal-9,
  .hover\:txt-salmon-opal-9:hover,
  .focus\:txt-salmon-opal-9:focus,
  .group:hover .group-hover\:txt-salmon-opal-9,
  .group:focus-within .group-focus-within\:txt-salmon-opal-9 {
    color: RGBA(249, 122, 153, 0.9);
  }
  .txt-salmon-opal-09,
  .hover\:txt-salmon-opal-09:hover,
  .focus\:txt-salmon-opal-09:focus,
  .group:hover .group-hover\:txt-salmon-opal-09,
  .group:focus-within .group-focus-within\:txt-salmon-opal-09 {
    color: RGBA(249, 122, 153, 0.09);
  }
  .txt-salmon-opal-10,
  .hover\:txt-salmon-opal-10:hover,
  .focus\:txt-salmon-opal-10:focus,
  .group:hover .group-hover\:txt-salmon-opal-10,
  .group:focus-within .group-focus-within\:txt-salmon-opal-10 {
    color: RGBA(249, 122, 153, 1);
  }
  .link-salmon a,
  .hover\:link-salmon a:hover,
  .active\:link-salmon a:active,
  .focus\:link-salmon a:focus,
  .group:hover .group-hover\:link-salmon a,
  .group:focus-within .group-focus-within\:link-salmon a {
    color: #f97a99;
  }
  .link-salmon-opal-0 a,
  .hover\:link-salmon-opal-0 a:hover,
  .active\:link-salmon-opal-0 a:active,
  .focus\:link-salmon-opal-0 a:focus,
  .group:hover .group-hover\:link-salmon-opal-0 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-0 a {
    color: RGBA(249, 122, 153, 0);
  }
  .link-salmon-opal-00 a,
  .hover\:link-salmon-opal-00 a:hover,
  .active\:link-salmon-opal-00 a:active,
  .focus\:link-salmon-opal-00 a:focus,
  .group:hover .group-hover\:link-salmon-opal-00 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-00 a {
    color: RGBA(249, 122, 153, 0);
  }
  .link-salmon-opal-1 a,
  .hover\:link-salmon-opal-1 a:hover,
  .active\:link-salmon-opal-1 a:active,
  .focus\:link-salmon-opal-1 a:focus,
  .group:hover .group-hover\:link-salmon-opal-1 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-1 a {
    color: RGBA(249, 122, 153, 0.1);
  }
  .link-salmon-opal-01 a,
  .hover\:link-salmon-opal-01 a:hover,
  .active\:link-salmon-opal-01 a:active,
  .focus\:link-salmon-opal-01 a:focus,
  .group:hover .group-hover\:link-salmon-opal-01 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-01 a {
    color: RGBA(249, 122, 153, 0.01);
  }
  .link-salmon-opal-2 a,
  .hover\:link-salmon-opal-2 a:hover,
  .active\:link-salmon-opal-2 a:active,
  .focus\:link-salmon-opal-2 a:focus,
  .group:hover .group-hover\:link-salmon-opal-2 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-2 a {
    color: RGBA(249, 122, 153, 0.2);
  }
  .link-salmon-opal-02 a,
  .hover\:link-salmon-opal-02 a:hover,
  .active\:link-salmon-opal-02 a:active,
  .focus\:link-salmon-opal-02 a:focus,
  .group:hover .group-hover\:link-salmon-opal-02 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-02 a {
    color: RGBA(249, 122, 153, 0.02);
  }
  .link-salmon-opal-3 a,
  .hover\:link-salmon-opal-3 a:hover,
  .active\:link-salmon-opal-3 a:active,
  .focus\:link-salmon-opal-3 a:focus,
  .group:hover .group-hover\:link-salmon-opal-3 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-3 a {
    color: RGBA(249, 122, 153, 0.3);
  }
  .link-salmon-opal-03 a,
  .hover\:link-salmon-opal-03 a:hover,
  .active\:link-salmon-opal-03 a:active,
  .focus\:link-salmon-opal-03 a:focus,
  .group:hover .group-hover\:link-salmon-opal-03 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-03 a {
    color: RGBA(249, 122, 153, 0.03);
  }
  .link-salmon-opal-4 a,
  .hover\:link-salmon-opal-4 a:hover,
  .active\:link-salmon-opal-4 a:active,
  .focus\:link-salmon-opal-4 a:focus,
  .group:hover .group-hover\:link-salmon-opal-4 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-4 a {
    color: RGBA(249, 122, 153, 0.4);
  }
  .link-salmon-opal-04 a,
  .hover\:link-salmon-opal-04 a:hover,
  .active\:link-salmon-opal-04 a:active,
  .focus\:link-salmon-opal-04 a:focus,
  .group:hover .group-hover\:link-salmon-opal-04 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-04 a {
    color: RGBA(249, 122, 153, 0.04);
  }
  .link-salmon-opal-5 a,
  .hover\:link-salmon-opal-5 a:hover,
  .active\:link-salmon-opal-5 a:active,
  .focus\:link-salmon-opal-5 a:focus,
  .group:hover .group-hover\:link-salmon-opal-5 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-5 a {
    color: RGBA(249, 122, 153, 0.5);
  }
  .link-salmon-opal-05 a,
  .hover\:link-salmon-opal-05 a:hover,
  .active\:link-salmon-opal-05 a:active,
  .focus\:link-salmon-opal-05 a:focus,
  .group:hover .group-hover\:link-salmon-opal-05 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-05 a {
    color: RGBA(249, 122, 153, 0.05);
  }
  .link-salmon-opal-6 a,
  .hover\:link-salmon-opal-6 a:hover,
  .active\:link-salmon-opal-6 a:active,
  .focus\:link-salmon-opal-6 a:focus,
  .group:hover .group-hover\:link-salmon-opal-6 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-6 a {
    color: RGBA(249, 122, 153, 0.6);
  }
  .link-salmon-opal-06 a,
  .hover\:link-salmon-opal-06 a:hover,
  .active\:link-salmon-opal-06 a:active,
  .focus\:link-salmon-opal-06 a:focus,
  .group:hover .group-hover\:link-salmon-opal-06 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-06 a {
    color: RGBA(249, 122, 153, 0.06);
  }
  .link-salmon-opal-7 a,
  .hover\:link-salmon-opal-7 a:hover,
  .active\:link-salmon-opal-7 a:active,
  .focus\:link-salmon-opal-7 a:focus,
  .group:hover .group-hover\:link-salmon-opal-7 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-7 a {
    color: RGBA(249, 122, 153, 0.7);
  }
  .link-salmon-opal-07 a,
  .hover\:link-salmon-opal-07 a:hover,
  .active\:link-salmon-opal-07 a:active,
  .focus\:link-salmon-opal-07 a:focus,
  .group:hover .group-hover\:link-salmon-opal-07 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-07 a {
    color: RGBA(249, 122, 153, 0.07);
  }
  .link-salmon-opal-8 a,
  .hover\:link-salmon-opal-8 a:hover,
  .active\:link-salmon-opal-8 a:active,
  .focus\:link-salmon-opal-8 a:focus,
  .group:hover .group-hover\:link-salmon-opal-8 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-8 a {
    color: RGBA(249, 122, 153, 0.8);
  }
  .link-salmon-opal-08 a,
  .hover\:link-salmon-opal-08 a:hover,
  .active\:link-salmon-opal-08 a:active,
  .focus\:link-salmon-opal-08 a:focus,
  .group:hover .group-hover\:link-salmon-opal-08 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-08 a {
    color: RGBA(249, 122, 153, 0.08);
  }
  .link-salmon-opal-9 a,
  .hover\:link-salmon-opal-9 a:hover,
  .active\:link-salmon-opal-9 a:active,
  .focus\:link-salmon-opal-9 a:focus,
  .group:hover .group-hover\:link-salmon-opal-9 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-9 a {
    color: RGBA(249, 122, 153, 0.9);
  }
  .link-salmon-opal-09 a,
  .hover\:link-salmon-opal-09 a:hover,
  .active\:link-salmon-opal-09 a:active,
  .focus\:link-salmon-opal-09 a:focus,
  .group:hover .group-hover\:link-salmon-opal-09 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-09 a {
    color: RGBA(249, 122, 153, 0.09);
  }
  .link-salmon-opal-10 a,
  .hover\:link-salmon-opal-10 a:hover,
  .active\:link-salmon-opal-10 a:active,
  .focus\:link-salmon-opal-10 a:focus,
  .group:hover .group-hover\:link-salmon-opal-10 a,
  .group:focus-within .group-focus-within\:link-salmon-opal-10 a {
    color: RGBA(249, 122, 153, 1);
  }
  .txt-hot-pink,
  .hover\:txt-hot-pink:hover,
  .focus\:txt-hot-pink:focus,
  .group:hover .group-hover\:txt-hot-pink,
  .group:focus-within .group-focus-within\:txt-hot-pink {
    color: #e555ac;
  }
  .txt-hot-pink-opal-0,
  .hover\:txt-hot-pink-opal-0:hover,
  .focus\:txt-hot-pink-opal-0:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-0,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-0 {
    color: RGBA(229, 85, 172, 0);
  }
  .txt-hot-pink-opal-00,
  .hover\:txt-hot-pink-opal-00:hover,
  .focus\:txt-hot-pink-opal-00:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-00,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-00 {
    color: RGBA(229, 85, 172, 0);
  }
  .txt-hot-pink-opal-1,
  .hover\:txt-hot-pink-opal-1:hover,
  .focus\:txt-hot-pink-opal-1:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-1,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-1 {
    color: RGBA(229, 85, 172, 0.1);
  }
  .txt-hot-pink-opal-01,
  .hover\:txt-hot-pink-opal-01:hover,
  .focus\:txt-hot-pink-opal-01:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-01,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-01 {
    color: RGBA(229, 85, 172, 0.01);
  }
  .txt-hot-pink-opal-2,
  .hover\:txt-hot-pink-opal-2:hover,
  .focus\:txt-hot-pink-opal-2:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-2,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-2 {
    color: RGBA(229, 85, 172, 0.2);
  }
  .txt-hot-pink-opal-02,
  .hover\:txt-hot-pink-opal-02:hover,
  .focus\:txt-hot-pink-opal-02:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-02,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-02 {
    color: RGBA(229, 85, 172, 0.02);
  }
  .txt-hot-pink-opal-3,
  .hover\:txt-hot-pink-opal-3:hover,
  .focus\:txt-hot-pink-opal-3:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-3,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-3 {
    color: RGBA(229, 85, 172, 0.3);
  }
  .txt-hot-pink-opal-03,
  .hover\:txt-hot-pink-opal-03:hover,
  .focus\:txt-hot-pink-opal-03:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-03,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-03 {
    color: RGBA(229, 85, 172, 0.03);
  }
  .txt-hot-pink-opal-4,
  .hover\:txt-hot-pink-opal-4:hover,
  .focus\:txt-hot-pink-opal-4:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-4,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-4 {
    color: RGBA(229, 85, 172, 0.4);
  }
  .txt-hot-pink-opal-04,
  .hover\:txt-hot-pink-opal-04:hover,
  .focus\:txt-hot-pink-opal-04:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-04,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-04 {
    color: RGBA(229, 85, 172, 0.04);
  }
  .txt-hot-pink-opal-5,
  .hover\:txt-hot-pink-opal-5:hover,
  .focus\:txt-hot-pink-opal-5:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-5,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-5 {
    color: RGBA(229, 85, 172, 0.5);
  }
  .txt-hot-pink-opal-05,
  .hover\:txt-hot-pink-opal-05:hover,
  .focus\:txt-hot-pink-opal-05:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-05,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-05 {
    color: RGBA(229, 85, 172, 0.05);
  }
  .txt-hot-pink-opal-6,
  .hover\:txt-hot-pink-opal-6:hover,
  .focus\:txt-hot-pink-opal-6:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-6,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-6 {
    color: RGBA(229, 85, 172, 0.6);
  }
  .txt-hot-pink-opal-06,
  .hover\:txt-hot-pink-opal-06:hover,
  .focus\:txt-hot-pink-opal-06:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-06,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-06 {
    color: RGBA(229, 85, 172, 0.06);
  }
  .txt-hot-pink-opal-7,
  .hover\:txt-hot-pink-opal-7:hover,
  .focus\:txt-hot-pink-opal-7:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-7,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-7 {
    color: RGBA(229, 85, 172, 0.7);
  }
  .txt-hot-pink-opal-07,
  .hover\:txt-hot-pink-opal-07:hover,
  .focus\:txt-hot-pink-opal-07:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-07,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-07 {
    color: RGBA(229, 85, 172, 0.07);
  }
  .txt-hot-pink-opal-8,
  .hover\:txt-hot-pink-opal-8:hover,
  .focus\:txt-hot-pink-opal-8:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-8,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-8 {
    color: RGBA(229, 85, 172, 0.8);
  }
  .txt-hot-pink-opal-08,
  .hover\:txt-hot-pink-opal-08:hover,
  .focus\:txt-hot-pink-opal-08:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-08,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-08 {
    color: RGBA(229, 85, 172, 0.08);
  }
  .txt-hot-pink-opal-9,
  .hover\:txt-hot-pink-opal-9:hover,
  .focus\:txt-hot-pink-opal-9:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-9,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-9 {
    color: RGBA(229, 85, 172, 0.9);
  }
  .txt-hot-pink-opal-09,
  .hover\:txt-hot-pink-opal-09:hover,
  .focus\:txt-hot-pink-opal-09:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-09,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-09 {
    color: RGBA(229, 85, 172, 0.09);
  }
  .txt-hot-pink-opal-10,
  .hover\:txt-hot-pink-opal-10:hover,
  .focus\:txt-hot-pink-opal-10:focus,
  .group:hover .group-hover\:txt-hot-pink-opal-10,
  .group:focus-within .group-focus-within\:txt-hot-pink-opal-10 {
    color: RGBA(229, 85, 172, 1);
  }
  .link-hot-pink a,
  .hover\:link-hot-pink a:hover,
  .active\:link-hot-pink a:active,
  .focus\:link-hot-pink a:focus,
  .group:hover .group-hover\:link-hot-pink a,
  .group:focus-within .group-focus-within\:link-hot-pink a {
    color: #e555ac;
  }
  .link-hot-pink-opal-0 a,
  .hover\:link-hot-pink-opal-0 a:hover,
  .active\:link-hot-pink-opal-0 a:active,
  .focus\:link-hot-pink-opal-0 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-0 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-0 a {
    color: RGBA(229, 85, 172, 0);
  }
  .link-hot-pink-opal-00 a,
  .hover\:link-hot-pink-opal-00 a:hover,
  .active\:link-hot-pink-opal-00 a:active,
  .focus\:link-hot-pink-opal-00 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-00 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-00 a {
    color: RGBA(229, 85, 172, 0);
  }
  .link-hot-pink-opal-1 a,
  .hover\:link-hot-pink-opal-1 a:hover,
  .active\:link-hot-pink-opal-1 a:active,
  .focus\:link-hot-pink-opal-1 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-1 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-1 a {
    color: RGBA(229, 85, 172, 0.1);
  }
  .link-hot-pink-opal-01 a,
  .hover\:link-hot-pink-opal-01 a:hover,
  .active\:link-hot-pink-opal-01 a:active,
  .focus\:link-hot-pink-opal-01 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-01 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-01 a {
    color: RGBA(229, 85, 172, 0.01);
  }
  .link-hot-pink-opal-2 a,
  .hover\:link-hot-pink-opal-2 a:hover,
  .active\:link-hot-pink-opal-2 a:active,
  .focus\:link-hot-pink-opal-2 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-2 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-2 a {
    color: RGBA(229, 85, 172, 0.2);
  }
  .link-hot-pink-opal-02 a,
  .hover\:link-hot-pink-opal-02 a:hover,
  .active\:link-hot-pink-opal-02 a:active,
  .focus\:link-hot-pink-opal-02 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-02 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-02 a {
    color: RGBA(229, 85, 172, 0.02);
  }
  .link-hot-pink-opal-3 a,
  .hover\:link-hot-pink-opal-3 a:hover,
  .active\:link-hot-pink-opal-3 a:active,
  .focus\:link-hot-pink-opal-3 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-3 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-3 a {
    color: RGBA(229, 85, 172, 0.3);
  }
  .link-hot-pink-opal-03 a,
  .hover\:link-hot-pink-opal-03 a:hover,
  .active\:link-hot-pink-opal-03 a:active,
  .focus\:link-hot-pink-opal-03 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-03 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-03 a {
    color: RGBA(229, 85, 172, 0.03);
  }
  .link-hot-pink-opal-4 a,
  .hover\:link-hot-pink-opal-4 a:hover,
  .active\:link-hot-pink-opal-4 a:active,
  .focus\:link-hot-pink-opal-4 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-4 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-4 a {
    color: RGBA(229, 85, 172, 0.4);
  }
  .link-hot-pink-opal-04 a,
  .hover\:link-hot-pink-opal-04 a:hover,
  .active\:link-hot-pink-opal-04 a:active,
  .focus\:link-hot-pink-opal-04 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-04 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-04 a {
    color: RGBA(229, 85, 172, 0.04);
  }
  .link-hot-pink-opal-5 a,
  .hover\:link-hot-pink-opal-5 a:hover,
  .active\:link-hot-pink-opal-5 a:active,
  .focus\:link-hot-pink-opal-5 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-5 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-5 a {
    color: RGBA(229, 85, 172, 0.5);
  }
  .link-hot-pink-opal-05 a,
  .hover\:link-hot-pink-opal-05 a:hover,
  .active\:link-hot-pink-opal-05 a:active,
  .focus\:link-hot-pink-opal-05 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-05 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-05 a {
    color: RGBA(229, 85, 172, 0.05);
  }
  .link-hot-pink-opal-6 a,
  .hover\:link-hot-pink-opal-6 a:hover,
  .active\:link-hot-pink-opal-6 a:active,
  .focus\:link-hot-pink-opal-6 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-6 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-6 a {
    color: RGBA(229, 85, 172, 0.6);
  }
  .link-hot-pink-opal-06 a,
  .hover\:link-hot-pink-opal-06 a:hover,
  .active\:link-hot-pink-opal-06 a:active,
  .focus\:link-hot-pink-opal-06 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-06 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-06 a {
    color: RGBA(229, 85, 172, 0.06);
  }
  .link-hot-pink-opal-7 a,
  .hover\:link-hot-pink-opal-7 a:hover,
  .active\:link-hot-pink-opal-7 a:active,
  .focus\:link-hot-pink-opal-7 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-7 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-7 a {
    color: RGBA(229, 85, 172, 0.7);
  }
  .link-hot-pink-opal-07 a,
  .hover\:link-hot-pink-opal-07 a:hover,
  .active\:link-hot-pink-opal-07 a:active,
  .focus\:link-hot-pink-opal-07 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-07 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-07 a {
    color: RGBA(229, 85, 172, 0.07);
  }
  .link-hot-pink-opal-8 a,
  .hover\:link-hot-pink-opal-8 a:hover,
  .active\:link-hot-pink-opal-8 a:active,
  .focus\:link-hot-pink-opal-8 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-8 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-8 a {
    color: RGBA(229, 85, 172, 0.8);
  }
  .link-hot-pink-opal-08 a,
  .hover\:link-hot-pink-opal-08 a:hover,
  .active\:link-hot-pink-opal-08 a:active,
  .focus\:link-hot-pink-opal-08 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-08 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-08 a {
    color: RGBA(229, 85, 172, 0.08);
  }
  .link-hot-pink-opal-9 a,
  .hover\:link-hot-pink-opal-9 a:hover,
  .active\:link-hot-pink-opal-9 a:active,
  .focus\:link-hot-pink-opal-9 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-9 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-9 a {
    color: RGBA(229, 85, 172, 0.9);
  }
  .link-hot-pink-opal-09 a,
  .hover\:link-hot-pink-opal-09 a:hover,
  .active\:link-hot-pink-opal-09 a:active,
  .focus\:link-hot-pink-opal-09 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-09 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-09 a {
    color: RGBA(229, 85, 172, 0.09);
  }
  .link-hot-pink-opal-10 a,
  .hover\:link-hot-pink-opal-10 a:hover,
  .active\:link-hot-pink-opal-10 a:active,
  .focus\:link-hot-pink-opal-10 a:focus,
  .group:hover .group-hover\:link-hot-pink-opal-10 a,
  .group:focus-within .group-focus-within\:link-hot-pink-opal-10 a {
    color: RGBA(229, 85, 172, 1);
  }
  .txt-bubblegum,
  .hover\:txt-bubblegum:hover,
  .focus\:txt-bubblegum:focus,
  .group:hover .group-hover\:txt-bubblegum,
  .group:focus-within .group-focus-within\:txt-bubblegum {
    color: #ff78e1;
  }
  .txt-bubblegum-opal-0,
  .hover\:txt-bubblegum-opal-0:hover,
  .focus\:txt-bubblegum-opal-0:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-0,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-0 {
    color: RGBA(255, 120, 225, 0);
  }
  .txt-bubblegum-opal-00,
  .hover\:txt-bubblegum-opal-00:hover,
  .focus\:txt-bubblegum-opal-00:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-00,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-00 {
    color: RGBA(255, 120, 225, 0);
  }
  .txt-bubblegum-opal-1,
  .hover\:txt-bubblegum-opal-1:hover,
  .focus\:txt-bubblegum-opal-1:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-1,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-1 {
    color: RGBA(255, 120, 225, 0.1);
  }
  .txt-bubblegum-opal-01,
  .hover\:txt-bubblegum-opal-01:hover,
  .focus\:txt-bubblegum-opal-01:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-01,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-01 {
    color: RGBA(255, 120, 225, 0.01);
  }
  .txt-bubblegum-opal-2,
  .hover\:txt-bubblegum-opal-2:hover,
  .focus\:txt-bubblegum-opal-2:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-2,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-2 {
    color: RGBA(255, 120, 225, 0.2);
  }
  .txt-bubblegum-opal-02,
  .hover\:txt-bubblegum-opal-02:hover,
  .focus\:txt-bubblegum-opal-02:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-02,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-02 {
    color: RGBA(255, 120, 225, 0.02);
  }
  .txt-bubblegum-opal-3,
  .hover\:txt-bubblegum-opal-3:hover,
  .focus\:txt-bubblegum-opal-3:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-3,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-3 {
    color: RGBA(255, 120, 225, 0.3);
  }
  .txt-bubblegum-opal-03,
  .hover\:txt-bubblegum-opal-03:hover,
  .focus\:txt-bubblegum-opal-03:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-03,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-03 {
    color: RGBA(255, 120, 225, 0.03);
  }
  .txt-bubblegum-opal-4,
  .hover\:txt-bubblegum-opal-4:hover,
  .focus\:txt-bubblegum-opal-4:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-4,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-4 {
    color: RGBA(255, 120, 225, 0.4);
  }
  .txt-bubblegum-opal-04,
  .hover\:txt-bubblegum-opal-04:hover,
  .focus\:txt-bubblegum-opal-04:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-04,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-04 {
    color: RGBA(255, 120, 225, 0.04);
  }
  .txt-bubblegum-opal-5,
  .hover\:txt-bubblegum-opal-5:hover,
  .focus\:txt-bubblegum-opal-5:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-5,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-5 {
    color: RGBA(255, 120, 225, 0.5);
  }
  .txt-bubblegum-opal-05,
  .hover\:txt-bubblegum-opal-05:hover,
  .focus\:txt-bubblegum-opal-05:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-05,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-05 {
    color: RGBA(255, 120, 225, 0.05);
  }
  .txt-bubblegum-opal-6,
  .hover\:txt-bubblegum-opal-6:hover,
  .focus\:txt-bubblegum-opal-6:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-6,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-6 {
    color: RGBA(255, 120, 225, 0.6);
  }
  .txt-bubblegum-opal-06,
  .hover\:txt-bubblegum-opal-06:hover,
  .focus\:txt-bubblegum-opal-06:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-06,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-06 {
    color: RGBA(255, 120, 225, 0.06);
  }
  .txt-bubblegum-opal-7,
  .hover\:txt-bubblegum-opal-7:hover,
  .focus\:txt-bubblegum-opal-7:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-7,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-7 {
    color: RGBA(255, 120, 225, 0.7);
  }
  .txt-bubblegum-opal-07,
  .hover\:txt-bubblegum-opal-07:hover,
  .focus\:txt-bubblegum-opal-07:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-07,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-07 {
    color: RGBA(255, 120, 225, 0.07);
  }
  .txt-bubblegum-opal-8,
  .hover\:txt-bubblegum-opal-8:hover,
  .focus\:txt-bubblegum-opal-8:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-8,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-8 {
    color: RGBA(255, 120, 225, 0.8);
  }
  .txt-bubblegum-opal-08,
  .hover\:txt-bubblegum-opal-08:hover,
  .focus\:txt-bubblegum-opal-08:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-08,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-08 {
    color: RGBA(255, 120, 225, 0.08);
  }
  .txt-bubblegum-opal-9,
  .hover\:txt-bubblegum-opal-9:hover,
  .focus\:txt-bubblegum-opal-9:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-9,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-9 {
    color: RGBA(255, 120, 225, 0.9);
  }
  .txt-bubblegum-opal-09,
  .hover\:txt-bubblegum-opal-09:hover,
  .focus\:txt-bubblegum-opal-09:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-09,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-09 {
    color: RGBA(255, 120, 225, 0.09);
  }
  .txt-bubblegum-opal-10,
  .hover\:txt-bubblegum-opal-10:hover,
  .focus\:txt-bubblegum-opal-10:focus,
  .group:hover .group-hover\:txt-bubblegum-opal-10,
  .group:focus-within .group-focus-within\:txt-bubblegum-opal-10 {
    color: RGBA(255, 120, 225, 1);
  }
  .link-bubblegum a,
  .hover\:link-bubblegum a:hover,
  .active\:link-bubblegum a:active,
  .focus\:link-bubblegum a:focus,
  .group:hover .group-hover\:link-bubblegum a,
  .group:focus-within .group-focus-within\:link-bubblegum a {
    color: #ff78e1;
  }
  .link-bubblegum-opal-0 a,
  .hover\:link-bubblegum-opal-0 a:hover,
  .active\:link-bubblegum-opal-0 a:active,
  .focus\:link-bubblegum-opal-0 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-0 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-0 a {
    color: RGBA(255, 120, 225, 0);
  }
  .link-bubblegum-opal-00 a,
  .hover\:link-bubblegum-opal-00 a:hover,
  .active\:link-bubblegum-opal-00 a:active,
  .focus\:link-bubblegum-opal-00 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-00 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-00 a {
    color: RGBA(255, 120, 225, 0);
  }
  .link-bubblegum-opal-1 a,
  .hover\:link-bubblegum-opal-1 a:hover,
  .active\:link-bubblegum-opal-1 a:active,
  .focus\:link-bubblegum-opal-1 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-1 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-1 a {
    color: RGBA(255, 120, 225, 0.1);
  }
  .link-bubblegum-opal-01 a,
  .hover\:link-bubblegum-opal-01 a:hover,
  .active\:link-bubblegum-opal-01 a:active,
  .focus\:link-bubblegum-opal-01 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-01 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-01 a {
    color: RGBA(255, 120, 225, 0.01);
  }
  .link-bubblegum-opal-2 a,
  .hover\:link-bubblegum-opal-2 a:hover,
  .active\:link-bubblegum-opal-2 a:active,
  .focus\:link-bubblegum-opal-2 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-2 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-2 a {
    color: RGBA(255, 120, 225, 0.2);
  }
  .link-bubblegum-opal-02 a,
  .hover\:link-bubblegum-opal-02 a:hover,
  .active\:link-bubblegum-opal-02 a:active,
  .focus\:link-bubblegum-opal-02 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-02 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-02 a {
    color: RGBA(255, 120, 225, 0.02);
  }
  .link-bubblegum-opal-3 a,
  .hover\:link-bubblegum-opal-3 a:hover,
  .active\:link-bubblegum-opal-3 a:active,
  .focus\:link-bubblegum-opal-3 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-3 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-3 a {
    color: RGBA(255, 120, 225, 0.3);
  }
  .link-bubblegum-opal-03 a,
  .hover\:link-bubblegum-opal-03 a:hover,
  .active\:link-bubblegum-opal-03 a:active,
  .focus\:link-bubblegum-opal-03 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-03 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-03 a {
    color: RGBA(255, 120, 225, 0.03);
  }
  .link-bubblegum-opal-4 a,
  .hover\:link-bubblegum-opal-4 a:hover,
  .active\:link-bubblegum-opal-4 a:active,
  .focus\:link-bubblegum-opal-4 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-4 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-4 a {
    color: RGBA(255, 120, 225, 0.4);
  }
  .link-bubblegum-opal-04 a,
  .hover\:link-bubblegum-opal-04 a:hover,
  .active\:link-bubblegum-opal-04 a:active,
  .focus\:link-bubblegum-opal-04 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-04 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-04 a {
    color: RGBA(255, 120, 225, 0.04);
  }
  .link-bubblegum-opal-5 a,
  .hover\:link-bubblegum-opal-5 a:hover,
  .active\:link-bubblegum-opal-5 a:active,
  .focus\:link-bubblegum-opal-5 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-5 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-5 a {
    color: RGBA(255, 120, 225, 0.5);
  }
  .link-bubblegum-opal-05 a,
  .hover\:link-bubblegum-opal-05 a:hover,
  .active\:link-bubblegum-opal-05 a:active,
  .focus\:link-bubblegum-opal-05 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-05 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-05 a {
    color: RGBA(255, 120, 225, 0.05);
  }
  .link-bubblegum-opal-6 a,
  .hover\:link-bubblegum-opal-6 a:hover,
  .active\:link-bubblegum-opal-6 a:active,
  .focus\:link-bubblegum-opal-6 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-6 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-6 a {
    color: RGBA(255, 120, 225, 0.6);
  }
  .link-bubblegum-opal-06 a,
  .hover\:link-bubblegum-opal-06 a:hover,
  .active\:link-bubblegum-opal-06 a:active,
  .focus\:link-bubblegum-opal-06 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-06 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-06 a {
    color: RGBA(255, 120, 225, 0.06);
  }
  .link-bubblegum-opal-7 a,
  .hover\:link-bubblegum-opal-7 a:hover,
  .active\:link-bubblegum-opal-7 a:active,
  .focus\:link-bubblegum-opal-7 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-7 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-7 a {
    color: RGBA(255, 120, 225, 0.7);
  }
  .link-bubblegum-opal-07 a,
  .hover\:link-bubblegum-opal-07 a:hover,
  .active\:link-bubblegum-opal-07 a:active,
  .focus\:link-bubblegum-opal-07 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-07 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-07 a {
    color: RGBA(255, 120, 225, 0.07);
  }
  .link-bubblegum-opal-8 a,
  .hover\:link-bubblegum-opal-8 a:hover,
  .active\:link-bubblegum-opal-8 a:active,
  .focus\:link-bubblegum-opal-8 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-8 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-8 a {
    color: RGBA(255, 120, 225, 0.8);
  }
  .link-bubblegum-opal-08 a,
  .hover\:link-bubblegum-opal-08 a:hover,
  .active\:link-bubblegum-opal-08 a:active,
  .focus\:link-bubblegum-opal-08 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-08 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-08 a {
    color: RGBA(255, 120, 225, 0.08);
  }
  .link-bubblegum-opal-9 a,
  .hover\:link-bubblegum-opal-9 a:hover,
  .active\:link-bubblegum-opal-9 a:active,
  .focus\:link-bubblegum-opal-9 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-9 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-9 a {
    color: RGBA(255, 120, 225, 0.9);
  }
  .link-bubblegum-opal-09 a,
  .hover\:link-bubblegum-opal-09 a:hover,
  .active\:link-bubblegum-opal-09 a:active,
  .focus\:link-bubblegum-opal-09 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-09 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-09 a {
    color: RGBA(255, 120, 225, 0.09);
  }
  .link-bubblegum-opal-10 a,
  .hover\:link-bubblegum-opal-10 a:hover,
  .active\:link-bubblegum-opal-10 a:active,
  .focus\:link-bubblegum-opal-10 a:focus,
  .group:hover .group-hover\:link-bubblegum-opal-10 a,
  .group:focus-within .group-focus-within\:link-bubblegum-opal-10 a {
    color: RGBA(255, 120, 225, 1);
  }
  .txt-autumn,
  .hover\:txt-autumn:hover,
  .focus\:txt-autumn:focus,
  .group:hover .group-hover\:txt-autumn,
  .group:focus-within .group-focus-within\:txt-autumn {
    color: #c04c0a;
  }
  .txt-autumn-opal-0,
  .hover\:txt-autumn-opal-0:hover,
  .focus\:txt-autumn-opal-0:focus,
  .group:hover .group-hover\:txt-autumn-opal-0,
  .group:focus-within .group-focus-within\:txt-autumn-opal-0 {
    color: RGBA(192, 76, 10, 0);
  }
  .txt-autumn-opal-00,
  .hover\:txt-autumn-opal-00:hover,
  .focus\:txt-autumn-opal-00:focus,
  .group:hover .group-hover\:txt-autumn-opal-00,
  .group:focus-within .group-focus-within\:txt-autumn-opal-00 {
    color: RGBA(192, 76, 10, 0);
  }
  .txt-autumn-opal-1,
  .hover\:txt-autumn-opal-1:hover,
  .focus\:txt-autumn-opal-1:focus,
  .group:hover .group-hover\:txt-autumn-opal-1,
  .group:focus-within .group-focus-within\:txt-autumn-opal-1 {
    color: RGBA(192, 76, 10, 0.1);
  }
  .txt-autumn-opal-01,
  .hover\:txt-autumn-opal-01:hover,
  .focus\:txt-autumn-opal-01:focus,
  .group:hover .group-hover\:txt-autumn-opal-01,
  .group:focus-within .group-focus-within\:txt-autumn-opal-01 {
    color: RGBA(192, 76, 10, 0.01);
  }
  .txt-autumn-opal-2,
  .hover\:txt-autumn-opal-2:hover,
  .focus\:txt-autumn-opal-2:focus,
  .group:hover .group-hover\:txt-autumn-opal-2,
  .group:focus-within .group-focus-within\:txt-autumn-opal-2 {
    color: RGBA(192, 76, 10, 0.2);
  }
  .txt-autumn-opal-02,
  .hover\:txt-autumn-opal-02:hover,
  .focus\:txt-autumn-opal-02:focus,
  .group:hover .group-hover\:txt-autumn-opal-02,
  .group:focus-within .group-focus-within\:txt-autumn-opal-02 {
    color: RGBA(192, 76, 10, 0.02);
  }
  .txt-autumn-opal-3,
  .hover\:txt-autumn-opal-3:hover,
  .focus\:txt-autumn-opal-3:focus,
  .group:hover .group-hover\:txt-autumn-opal-3,
  .group:focus-within .group-focus-within\:txt-autumn-opal-3 {
    color: RGBA(192, 76, 10, 0.3);
  }
  .txt-autumn-opal-03,
  .hover\:txt-autumn-opal-03:hover,
  .focus\:txt-autumn-opal-03:focus,
  .group:hover .group-hover\:txt-autumn-opal-03,
  .group:focus-within .group-focus-within\:txt-autumn-opal-03 {
    color: RGBA(192, 76, 10, 0.03);
  }
  .txt-autumn-opal-4,
  .hover\:txt-autumn-opal-4:hover,
  .focus\:txt-autumn-opal-4:focus,
  .group:hover .group-hover\:txt-autumn-opal-4,
  .group:focus-within .group-focus-within\:txt-autumn-opal-4 {
    color: RGBA(192, 76, 10, 0.4);
  }
  .txt-autumn-opal-04,
  .hover\:txt-autumn-opal-04:hover,
  .focus\:txt-autumn-opal-04:focus,
  .group:hover .group-hover\:txt-autumn-opal-04,
  .group:focus-within .group-focus-within\:txt-autumn-opal-04 {
    color: RGBA(192, 76, 10, 0.04);
  }
  .txt-autumn-opal-5,
  .hover\:txt-autumn-opal-5:hover,
  .focus\:txt-autumn-opal-5:focus,
  .group:hover .group-hover\:txt-autumn-opal-5,
  .group:focus-within .group-focus-within\:txt-autumn-opal-5 {
    color: RGBA(192, 76, 10, 0.5);
  }
  .txt-autumn-opal-05,
  .hover\:txt-autumn-opal-05:hover,
  .focus\:txt-autumn-opal-05:focus,
  .group:hover .group-hover\:txt-autumn-opal-05,
  .group:focus-within .group-focus-within\:txt-autumn-opal-05 {
    color: RGBA(192, 76, 10, 0.05);
  }
  .txt-autumn-opal-6,
  .hover\:txt-autumn-opal-6:hover,
  .focus\:txt-autumn-opal-6:focus,
  .group:hover .group-hover\:txt-autumn-opal-6,
  .group:focus-within .group-focus-within\:txt-autumn-opal-6 {
    color: RGBA(192, 76, 10, 0.6);
  }
  .txt-autumn-opal-06,
  .hover\:txt-autumn-opal-06:hover,
  .focus\:txt-autumn-opal-06:focus,
  .group:hover .group-hover\:txt-autumn-opal-06,
  .group:focus-within .group-focus-within\:txt-autumn-opal-06 {
    color: RGBA(192, 76, 10, 0.06);
  }
  .txt-autumn-opal-7,
  .hover\:txt-autumn-opal-7:hover,
  .focus\:txt-autumn-opal-7:focus,
  .group:hover .group-hover\:txt-autumn-opal-7,
  .group:focus-within .group-focus-within\:txt-autumn-opal-7 {
    color: RGBA(192, 76, 10, 0.7);
  }
  .txt-autumn-opal-07,
  .hover\:txt-autumn-opal-07:hover,
  .focus\:txt-autumn-opal-07:focus,
  .group:hover .group-hover\:txt-autumn-opal-07,
  .group:focus-within .group-focus-within\:txt-autumn-opal-07 {
    color: RGBA(192, 76, 10, 0.07);
  }
  .txt-autumn-opal-8,
  .hover\:txt-autumn-opal-8:hover,
  .focus\:txt-autumn-opal-8:focus,
  .group:hover .group-hover\:txt-autumn-opal-8,
  .group:focus-within .group-focus-within\:txt-autumn-opal-8 {
    color: RGBA(192, 76, 10, 0.8);
  }
  .txt-autumn-opal-08,
  .hover\:txt-autumn-opal-08:hover,
  .focus\:txt-autumn-opal-08:focus,
  .group:hover .group-hover\:txt-autumn-opal-08,
  .group:focus-within .group-focus-within\:txt-autumn-opal-08 {
    color: RGBA(192, 76, 10, 0.08);
  }
  .txt-autumn-opal-9,
  .hover\:txt-autumn-opal-9:hover,
  .focus\:txt-autumn-opal-9:focus,
  .group:hover .group-hover\:txt-autumn-opal-9,
  .group:focus-within .group-focus-within\:txt-autumn-opal-9 {
    color: RGBA(192, 76, 10, 0.9);
  }
  .txt-autumn-opal-09,
  .hover\:txt-autumn-opal-09:hover,
  .focus\:txt-autumn-opal-09:focus,
  .group:hover .group-hover\:txt-autumn-opal-09,
  .group:focus-within .group-focus-within\:txt-autumn-opal-09 {
    color: RGBA(192, 76, 10, 0.09);
  }
  .txt-autumn-opal-10,
  .hover\:txt-autumn-opal-10:hover,
  .focus\:txt-autumn-opal-10:focus,
  .group:hover .group-hover\:txt-autumn-opal-10,
  .group:focus-within .group-focus-within\:txt-autumn-opal-10 {
    color: RGBA(192, 76, 10, 1);
  }
  .link-autumn a,
  .hover\:link-autumn a:hover,
  .active\:link-autumn a:active,
  .focus\:link-autumn a:focus,
  .group:hover .group-hover\:link-autumn a,
  .group:focus-within .group-focus-within\:link-autumn a {
    color: #c04c0a;
  }
  .link-autumn-opal-0 a,
  .hover\:link-autumn-opal-0 a:hover,
  .active\:link-autumn-opal-0 a:active,
  .focus\:link-autumn-opal-0 a:focus,
  .group:hover .group-hover\:link-autumn-opal-0 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-0 a {
    color: RGBA(192, 76, 10, 0);
  }
  .link-autumn-opal-00 a,
  .hover\:link-autumn-opal-00 a:hover,
  .active\:link-autumn-opal-00 a:active,
  .focus\:link-autumn-opal-00 a:focus,
  .group:hover .group-hover\:link-autumn-opal-00 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-00 a {
    color: RGBA(192, 76, 10, 0);
  }
  .link-autumn-opal-1 a,
  .hover\:link-autumn-opal-1 a:hover,
  .active\:link-autumn-opal-1 a:active,
  .focus\:link-autumn-opal-1 a:focus,
  .group:hover .group-hover\:link-autumn-opal-1 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-1 a {
    color: RGBA(192, 76, 10, 0.1);
  }
  .link-autumn-opal-01 a,
  .hover\:link-autumn-opal-01 a:hover,
  .active\:link-autumn-opal-01 a:active,
  .focus\:link-autumn-opal-01 a:focus,
  .group:hover .group-hover\:link-autumn-opal-01 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-01 a {
    color: RGBA(192, 76, 10, 0.01);
  }
  .link-autumn-opal-2 a,
  .hover\:link-autumn-opal-2 a:hover,
  .active\:link-autumn-opal-2 a:active,
  .focus\:link-autumn-opal-2 a:focus,
  .group:hover .group-hover\:link-autumn-opal-2 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-2 a {
    color: RGBA(192, 76, 10, 0.2);
  }
  .link-autumn-opal-02 a,
  .hover\:link-autumn-opal-02 a:hover,
  .active\:link-autumn-opal-02 a:active,
  .focus\:link-autumn-opal-02 a:focus,
  .group:hover .group-hover\:link-autumn-opal-02 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-02 a {
    color: RGBA(192, 76, 10, 0.02);
  }
  .link-autumn-opal-3 a,
  .hover\:link-autumn-opal-3 a:hover,
  .active\:link-autumn-opal-3 a:active,
  .focus\:link-autumn-opal-3 a:focus,
  .group:hover .group-hover\:link-autumn-opal-3 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-3 a {
    color: RGBA(192, 76, 10, 0.3);
  }
  .link-autumn-opal-03 a,
  .hover\:link-autumn-opal-03 a:hover,
  .active\:link-autumn-opal-03 a:active,
  .focus\:link-autumn-opal-03 a:focus,
  .group:hover .group-hover\:link-autumn-opal-03 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-03 a {
    color: RGBA(192, 76, 10, 0.03);
  }
  .link-autumn-opal-4 a,
  .hover\:link-autumn-opal-4 a:hover,
  .active\:link-autumn-opal-4 a:active,
  .focus\:link-autumn-opal-4 a:focus,
  .group:hover .group-hover\:link-autumn-opal-4 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-4 a {
    color: RGBA(192, 76, 10, 0.4);
  }
  .link-autumn-opal-04 a,
  .hover\:link-autumn-opal-04 a:hover,
  .active\:link-autumn-opal-04 a:active,
  .focus\:link-autumn-opal-04 a:focus,
  .group:hover .group-hover\:link-autumn-opal-04 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-04 a {
    color: RGBA(192, 76, 10, 0.04);
  }
  .link-autumn-opal-5 a,
  .hover\:link-autumn-opal-5 a:hover,
  .active\:link-autumn-opal-5 a:active,
  .focus\:link-autumn-opal-5 a:focus,
  .group:hover .group-hover\:link-autumn-opal-5 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-5 a {
    color: RGBA(192, 76, 10, 0.5);
  }
  .link-autumn-opal-05 a,
  .hover\:link-autumn-opal-05 a:hover,
  .active\:link-autumn-opal-05 a:active,
  .focus\:link-autumn-opal-05 a:focus,
  .group:hover .group-hover\:link-autumn-opal-05 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-05 a {
    color: RGBA(192, 76, 10, 0.05);
  }
  .link-autumn-opal-6 a,
  .hover\:link-autumn-opal-6 a:hover,
  .active\:link-autumn-opal-6 a:active,
  .focus\:link-autumn-opal-6 a:focus,
  .group:hover .group-hover\:link-autumn-opal-6 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-6 a {
    color: RGBA(192, 76, 10, 0.6);
  }
  .link-autumn-opal-06 a,
  .hover\:link-autumn-opal-06 a:hover,
  .active\:link-autumn-opal-06 a:active,
  .focus\:link-autumn-opal-06 a:focus,
  .group:hover .group-hover\:link-autumn-opal-06 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-06 a {
    color: RGBA(192, 76, 10, 0.06);
  }
  .link-autumn-opal-7 a,
  .hover\:link-autumn-opal-7 a:hover,
  .active\:link-autumn-opal-7 a:active,
  .focus\:link-autumn-opal-7 a:focus,
  .group:hover .group-hover\:link-autumn-opal-7 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-7 a {
    color: RGBA(192, 76, 10, 0.7);
  }
  .link-autumn-opal-07 a,
  .hover\:link-autumn-opal-07 a:hover,
  .active\:link-autumn-opal-07 a:active,
  .focus\:link-autumn-opal-07 a:focus,
  .group:hover .group-hover\:link-autumn-opal-07 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-07 a {
    color: RGBA(192, 76, 10, 0.07);
  }
  .link-autumn-opal-8 a,
  .hover\:link-autumn-opal-8 a:hover,
  .active\:link-autumn-opal-8 a:active,
  .focus\:link-autumn-opal-8 a:focus,
  .group:hover .group-hover\:link-autumn-opal-8 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-8 a {
    color: RGBA(192, 76, 10, 0.8);
  }
  .link-autumn-opal-08 a,
  .hover\:link-autumn-opal-08 a:hover,
  .active\:link-autumn-opal-08 a:active,
  .focus\:link-autumn-opal-08 a:focus,
  .group:hover .group-hover\:link-autumn-opal-08 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-08 a {
    color: RGBA(192, 76, 10, 0.08);
  }
  .link-autumn-opal-9 a,
  .hover\:link-autumn-opal-9 a:hover,
  .active\:link-autumn-opal-9 a:active,
  .focus\:link-autumn-opal-9 a:focus,
  .group:hover .group-hover\:link-autumn-opal-9 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-9 a {
    color: RGBA(192, 76, 10, 0.9);
  }
  .link-autumn-opal-09 a,
  .hover\:link-autumn-opal-09 a:hover,
  .active\:link-autumn-opal-09 a:active,
  .focus\:link-autumn-opal-09 a:focus,
  .group:hover .group-hover\:link-autumn-opal-09 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-09 a {
    color: RGBA(192, 76, 10, 0.09);
  }
  .link-autumn-opal-10 a,
  .hover\:link-autumn-opal-10 a:hover,
  .active\:link-autumn-opal-10 a:active,
  .focus\:link-autumn-opal-10 a:focus,
  .group:hover .group-hover\:link-autumn-opal-10 a,
  .group:focus-within .group-focus-within\:link-autumn-opal-10 a {
    color: RGBA(192, 76, 10, 1);
  }
  .txt-tiger,
  .hover\:txt-tiger:hover,
  .focus\:txt-tiger:focus,
  .group:hover .group-hover\:txt-tiger,
  .group:focus-within .group-focus-within\:txt-tiger {
    color: #f99048;
  }
  .txt-tiger-opal-0,
  .hover\:txt-tiger-opal-0:hover,
  .focus\:txt-tiger-opal-0:focus,
  .group:hover .group-hover\:txt-tiger-opal-0,
  .group:focus-within .group-focus-within\:txt-tiger-opal-0 {
    color: RGBA(249, 144, 72, 0);
  }
  .txt-tiger-opal-00,
  .hover\:txt-tiger-opal-00:hover,
  .focus\:txt-tiger-opal-00:focus,
  .group:hover .group-hover\:txt-tiger-opal-00,
  .group:focus-within .group-focus-within\:txt-tiger-opal-00 {
    color: RGBA(249, 144, 72, 0);
  }
  .txt-tiger-opal-1,
  .hover\:txt-tiger-opal-1:hover,
  .focus\:txt-tiger-opal-1:focus,
  .group:hover .group-hover\:txt-tiger-opal-1,
  .group:focus-within .group-focus-within\:txt-tiger-opal-1 {
    color: RGBA(249, 144, 72, 0.1);
  }
  .txt-tiger-opal-01,
  .hover\:txt-tiger-opal-01:hover,
  .focus\:txt-tiger-opal-01:focus,
  .group:hover .group-hover\:txt-tiger-opal-01,
  .group:focus-within .group-focus-within\:txt-tiger-opal-01 {
    color: RGBA(249, 144, 72, 0.01);
  }
  .txt-tiger-opal-2,
  .hover\:txt-tiger-opal-2:hover,
  .focus\:txt-tiger-opal-2:focus,
  .group:hover .group-hover\:txt-tiger-opal-2,
  .group:focus-within .group-focus-within\:txt-tiger-opal-2 {
    color: RGBA(249, 144, 72, 0.2);
  }
  .txt-tiger-opal-02,
  .hover\:txt-tiger-opal-02:hover,
  .focus\:txt-tiger-opal-02:focus,
  .group:hover .group-hover\:txt-tiger-opal-02,
  .group:focus-within .group-focus-within\:txt-tiger-opal-02 {
    color: RGBA(249, 144, 72, 0.02);
  }
  .txt-tiger-opal-3,
  .hover\:txt-tiger-opal-3:hover,
  .focus\:txt-tiger-opal-3:focus,
  .group:hover .group-hover\:txt-tiger-opal-3,
  .group:focus-within .group-focus-within\:txt-tiger-opal-3 {
    color: RGBA(249, 144, 72, 0.3);
  }
  .txt-tiger-opal-03,
  .hover\:txt-tiger-opal-03:hover,
  .focus\:txt-tiger-opal-03:focus,
  .group:hover .group-hover\:txt-tiger-opal-03,
  .group:focus-within .group-focus-within\:txt-tiger-opal-03 {
    color: RGBA(249, 144, 72, 0.03);
  }
  .txt-tiger-opal-4,
  .hover\:txt-tiger-opal-4:hover,
  .focus\:txt-tiger-opal-4:focus,
  .group:hover .group-hover\:txt-tiger-opal-4,
  .group:focus-within .group-focus-within\:txt-tiger-opal-4 {
    color: RGBA(249, 144, 72, 0.4);
  }
  .txt-tiger-opal-04,
  .hover\:txt-tiger-opal-04:hover,
  .focus\:txt-tiger-opal-04:focus,
  .group:hover .group-hover\:txt-tiger-opal-04,
  .group:focus-within .group-focus-within\:txt-tiger-opal-04 {
    color: RGBA(249, 144, 72, 0.04);
  }
  .txt-tiger-opal-5,
  .hover\:txt-tiger-opal-5:hover,
  .focus\:txt-tiger-opal-5:focus,
  .group:hover .group-hover\:txt-tiger-opal-5,
  .group:focus-within .group-focus-within\:txt-tiger-opal-5 {
    color: RGBA(249, 144, 72, 0.5);
  }
  .txt-tiger-opal-05,
  .hover\:txt-tiger-opal-05:hover,
  .focus\:txt-tiger-opal-05:focus,
  .group:hover .group-hover\:txt-tiger-opal-05,
  .group:focus-within .group-focus-within\:txt-tiger-opal-05 {
    color: RGBA(249, 144, 72, 0.05);
  }
  .txt-tiger-opal-6,
  .hover\:txt-tiger-opal-6:hover,
  .focus\:txt-tiger-opal-6:focus,
  .group:hover .group-hover\:txt-tiger-opal-6,
  .group:focus-within .group-focus-within\:txt-tiger-opal-6 {
    color: RGBA(249, 144, 72, 0.6);
  }
  .txt-tiger-opal-06,
  .hover\:txt-tiger-opal-06:hover,
  .focus\:txt-tiger-opal-06:focus,
  .group:hover .group-hover\:txt-tiger-opal-06,
  .group:focus-within .group-focus-within\:txt-tiger-opal-06 {
    color: RGBA(249, 144, 72, 0.06);
  }
  .txt-tiger-opal-7,
  .hover\:txt-tiger-opal-7:hover,
  .focus\:txt-tiger-opal-7:focus,
  .group:hover .group-hover\:txt-tiger-opal-7,
  .group:focus-within .group-focus-within\:txt-tiger-opal-7 {
    color: RGBA(249, 144, 72, 0.7);
  }
  .txt-tiger-opal-07,
  .hover\:txt-tiger-opal-07:hover,
  .focus\:txt-tiger-opal-07:focus,
  .group:hover .group-hover\:txt-tiger-opal-07,
  .group:focus-within .group-focus-within\:txt-tiger-opal-07 {
    color: RGBA(249, 144, 72, 0.07);
  }
  .txt-tiger-opal-8,
  .hover\:txt-tiger-opal-8:hover,
  .focus\:txt-tiger-opal-8:focus,
  .group:hover .group-hover\:txt-tiger-opal-8,
  .group:focus-within .group-focus-within\:txt-tiger-opal-8 {
    color: RGBA(249, 144, 72, 0.8);
  }
  .txt-tiger-opal-08,
  .hover\:txt-tiger-opal-08:hover,
  .focus\:txt-tiger-opal-08:focus,
  .group:hover .group-hover\:txt-tiger-opal-08,
  .group:focus-within .group-focus-within\:txt-tiger-opal-08 {
    color: RGBA(249, 144, 72, 0.08);
  }
  .txt-tiger-opal-9,
  .hover\:txt-tiger-opal-9:hover,
  .focus\:txt-tiger-opal-9:focus,
  .group:hover .group-hover\:txt-tiger-opal-9,
  .group:focus-within .group-focus-within\:txt-tiger-opal-9 {
    color: RGBA(249, 144, 72, 0.9);
  }
  .txt-tiger-opal-09,
  .hover\:txt-tiger-opal-09:hover,
  .focus\:txt-tiger-opal-09:focus,
  .group:hover .group-hover\:txt-tiger-opal-09,
  .group:focus-within .group-focus-within\:txt-tiger-opal-09 {
    color: RGBA(249, 144, 72, 0.09);
  }
  .txt-tiger-opal-10,
  .hover\:txt-tiger-opal-10:hover,
  .focus\:txt-tiger-opal-10:focus,
  .group:hover .group-hover\:txt-tiger-opal-10,
  .group:focus-within .group-focus-within\:txt-tiger-opal-10 {
    color: RGBA(249, 144, 72, 1);
  }
  .link-tiger a,
  .hover\:link-tiger a:hover,
  .active\:link-tiger a:active,
  .focus\:link-tiger a:focus,
  .group:hover .group-hover\:link-tiger a,
  .group:focus-within .group-focus-within\:link-tiger a {
    color: #f99048;
  }
  .link-tiger-opal-0 a,
  .hover\:link-tiger-opal-0 a:hover,
  .active\:link-tiger-opal-0 a:active,
  .focus\:link-tiger-opal-0 a:focus,
  .group:hover .group-hover\:link-tiger-opal-0 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-0 a {
    color: RGBA(249, 144, 72, 0);
  }
  .link-tiger-opal-00 a,
  .hover\:link-tiger-opal-00 a:hover,
  .active\:link-tiger-opal-00 a:active,
  .focus\:link-tiger-opal-00 a:focus,
  .group:hover .group-hover\:link-tiger-opal-00 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-00 a {
    color: RGBA(249, 144, 72, 0);
  }
  .link-tiger-opal-1 a,
  .hover\:link-tiger-opal-1 a:hover,
  .active\:link-tiger-opal-1 a:active,
  .focus\:link-tiger-opal-1 a:focus,
  .group:hover .group-hover\:link-tiger-opal-1 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-1 a {
    color: RGBA(249, 144, 72, 0.1);
  }
  .link-tiger-opal-01 a,
  .hover\:link-tiger-opal-01 a:hover,
  .active\:link-tiger-opal-01 a:active,
  .focus\:link-tiger-opal-01 a:focus,
  .group:hover .group-hover\:link-tiger-opal-01 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-01 a {
    color: RGBA(249, 144, 72, 0.01);
  }
  .link-tiger-opal-2 a,
  .hover\:link-tiger-opal-2 a:hover,
  .active\:link-tiger-opal-2 a:active,
  .focus\:link-tiger-opal-2 a:focus,
  .group:hover .group-hover\:link-tiger-opal-2 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-2 a {
    color: RGBA(249, 144, 72, 0.2);
  }
  .link-tiger-opal-02 a,
  .hover\:link-tiger-opal-02 a:hover,
  .active\:link-tiger-opal-02 a:active,
  .focus\:link-tiger-opal-02 a:focus,
  .group:hover .group-hover\:link-tiger-opal-02 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-02 a {
    color: RGBA(249, 144, 72, 0.02);
  }
  .link-tiger-opal-3 a,
  .hover\:link-tiger-opal-3 a:hover,
  .active\:link-tiger-opal-3 a:active,
  .focus\:link-tiger-opal-3 a:focus,
  .group:hover .group-hover\:link-tiger-opal-3 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-3 a {
    color: RGBA(249, 144, 72, 0.3);
  }
  .link-tiger-opal-03 a,
  .hover\:link-tiger-opal-03 a:hover,
  .active\:link-tiger-opal-03 a:active,
  .focus\:link-tiger-opal-03 a:focus,
  .group:hover .group-hover\:link-tiger-opal-03 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-03 a {
    color: RGBA(249, 144, 72, 0.03);
  }
  .link-tiger-opal-4 a,
  .hover\:link-tiger-opal-4 a:hover,
  .active\:link-tiger-opal-4 a:active,
  .focus\:link-tiger-opal-4 a:focus,
  .group:hover .group-hover\:link-tiger-opal-4 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-4 a {
    color: RGBA(249, 144, 72, 0.4);
  }
  .link-tiger-opal-04 a,
  .hover\:link-tiger-opal-04 a:hover,
  .active\:link-tiger-opal-04 a:active,
  .focus\:link-tiger-opal-04 a:focus,
  .group:hover .group-hover\:link-tiger-opal-04 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-04 a {
    color: RGBA(249, 144, 72, 0.04);
  }
  .link-tiger-opal-5 a,
  .hover\:link-tiger-opal-5 a:hover,
  .active\:link-tiger-opal-5 a:active,
  .focus\:link-tiger-opal-5 a:focus,
  .group:hover .group-hover\:link-tiger-opal-5 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-5 a {
    color: RGBA(249, 144, 72, 0.5);
  }
  .link-tiger-opal-05 a,
  .hover\:link-tiger-opal-05 a:hover,
  .active\:link-tiger-opal-05 a:active,
  .focus\:link-tiger-opal-05 a:focus,
  .group:hover .group-hover\:link-tiger-opal-05 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-05 a {
    color: RGBA(249, 144, 72, 0.05);
  }
  .link-tiger-opal-6 a,
  .hover\:link-tiger-opal-6 a:hover,
  .active\:link-tiger-opal-6 a:active,
  .focus\:link-tiger-opal-6 a:focus,
  .group:hover .group-hover\:link-tiger-opal-6 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-6 a {
    color: RGBA(249, 144, 72, 0.6);
  }
  .link-tiger-opal-06 a,
  .hover\:link-tiger-opal-06 a:hover,
  .active\:link-tiger-opal-06 a:active,
  .focus\:link-tiger-opal-06 a:focus,
  .group:hover .group-hover\:link-tiger-opal-06 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-06 a {
    color: RGBA(249, 144, 72, 0.06);
  }
  .link-tiger-opal-7 a,
  .hover\:link-tiger-opal-7 a:hover,
  .active\:link-tiger-opal-7 a:active,
  .focus\:link-tiger-opal-7 a:focus,
  .group:hover .group-hover\:link-tiger-opal-7 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-7 a {
    color: RGBA(249, 144, 72, 0.7);
  }
  .link-tiger-opal-07 a,
  .hover\:link-tiger-opal-07 a:hover,
  .active\:link-tiger-opal-07 a:active,
  .focus\:link-tiger-opal-07 a:focus,
  .group:hover .group-hover\:link-tiger-opal-07 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-07 a {
    color: RGBA(249, 144, 72, 0.07);
  }
  .link-tiger-opal-8 a,
  .hover\:link-tiger-opal-8 a:hover,
  .active\:link-tiger-opal-8 a:active,
  .focus\:link-tiger-opal-8 a:focus,
  .group:hover .group-hover\:link-tiger-opal-8 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-8 a {
    color: RGBA(249, 144, 72, 0.8);
  }
  .link-tiger-opal-08 a,
  .hover\:link-tiger-opal-08 a:hover,
  .active\:link-tiger-opal-08 a:active,
  .focus\:link-tiger-opal-08 a:focus,
  .group:hover .group-hover\:link-tiger-opal-08 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-08 a {
    color: RGBA(249, 144, 72, 0.08);
  }
  .link-tiger-opal-9 a,
  .hover\:link-tiger-opal-9 a:hover,
  .active\:link-tiger-opal-9 a:active,
  .focus\:link-tiger-opal-9 a:focus,
  .group:hover .group-hover\:link-tiger-opal-9 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-9 a {
    color: RGBA(249, 144, 72, 0.9);
  }
  .link-tiger-opal-09 a,
  .hover\:link-tiger-opal-09 a:hover,
  .active\:link-tiger-opal-09 a:active,
  .focus\:link-tiger-opal-09 a:focus,
  .group:hover .group-hover\:link-tiger-opal-09 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-09 a {
    color: RGBA(249, 144, 72, 0.09);
  }
  .link-tiger-opal-10 a,
  .hover\:link-tiger-opal-10 a:hover,
  .active\:link-tiger-opal-10 a:active,
  .focus\:link-tiger-opal-10 a:focus,
  .group:hover .group-hover\:link-tiger-opal-10 a,
  .group:focus-within .group-focus-within\:link-tiger-opal-10 a {
    color: RGBA(249, 144, 72, 1);
  }
  .txt-summer,
  .hover\:txt-summer:hover,
  .focus\:txt-summer:focus,
  .group:hover .group-hover\:txt-summer,
  .group:focus-within .group-focus-within\:txt-summer {
    color: #f9c748;
  }
  .txt-summer-opal-0,
  .hover\:txt-summer-opal-0:hover,
  .focus\:txt-summer-opal-0:focus,
  .group:hover .group-hover\:txt-summer-opal-0,
  .group:focus-within .group-focus-within\:txt-summer-opal-0 {
    color: RGBA(249, 199, 72, 0);
  }
  .txt-summer-opal-00,
  .hover\:txt-summer-opal-00:hover,
  .focus\:txt-summer-opal-00:focus,
  .group:hover .group-hover\:txt-summer-opal-00,
  .group:focus-within .group-focus-within\:txt-summer-opal-00 {
    color: RGBA(249, 199, 72, 0);
  }
  .txt-summer-opal-1,
  .hover\:txt-summer-opal-1:hover,
  .focus\:txt-summer-opal-1:focus,
  .group:hover .group-hover\:txt-summer-opal-1,
  .group:focus-within .group-focus-within\:txt-summer-opal-1 {
    color: RGBA(249, 199, 72, 0.1);
  }
  .txt-summer-opal-01,
  .hover\:txt-summer-opal-01:hover,
  .focus\:txt-summer-opal-01:focus,
  .group:hover .group-hover\:txt-summer-opal-01,
  .group:focus-within .group-focus-within\:txt-summer-opal-01 {
    color: RGBA(249, 199, 72, 0.01);
  }
  .txt-summer-opal-2,
  .hover\:txt-summer-opal-2:hover,
  .focus\:txt-summer-opal-2:focus,
  .group:hover .group-hover\:txt-summer-opal-2,
  .group:focus-within .group-focus-within\:txt-summer-opal-2 {
    color: RGBA(249, 199, 72, 0.2);
  }
  .txt-summer-opal-02,
  .hover\:txt-summer-opal-02:hover,
  .focus\:txt-summer-opal-02:focus,
  .group:hover .group-hover\:txt-summer-opal-02,
  .group:focus-within .group-focus-within\:txt-summer-opal-02 {
    color: RGBA(249, 199, 72, 0.02);
  }
  .txt-summer-opal-3,
  .hover\:txt-summer-opal-3:hover,
  .focus\:txt-summer-opal-3:focus,
  .group:hover .group-hover\:txt-summer-opal-3,
  .group:focus-within .group-focus-within\:txt-summer-opal-3 {
    color: RGBA(249, 199, 72, 0.3);
  }
  .txt-summer-opal-03,
  .hover\:txt-summer-opal-03:hover,
  .focus\:txt-summer-opal-03:focus,
  .group:hover .group-hover\:txt-summer-opal-03,
  .group:focus-within .group-focus-within\:txt-summer-opal-03 {
    color: RGBA(249, 199, 72, 0.03);
  }
  .txt-summer-opal-4,
  .hover\:txt-summer-opal-4:hover,
  .focus\:txt-summer-opal-4:focus,
  .group:hover .group-hover\:txt-summer-opal-4,
  .group:focus-within .group-focus-within\:txt-summer-opal-4 {
    color: RGBA(249, 199, 72, 0.4);
  }
  .txt-summer-opal-04,
  .hover\:txt-summer-opal-04:hover,
  .focus\:txt-summer-opal-04:focus,
  .group:hover .group-hover\:txt-summer-opal-04,
  .group:focus-within .group-focus-within\:txt-summer-opal-04 {
    color: RGBA(249, 199, 72, 0.04);
  }
  .txt-summer-opal-5,
  .hover\:txt-summer-opal-5:hover,
  .focus\:txt-summer-opal-5:focus,
  .group:hover .group-hover\:txt-summer-opal-5,
  .group:focus-within .group-focus-within\:txt-summer-opal-5 {
    color: RGBA(249, 199, 72, 0.5);
  }
  .txt-summer-opal-05,
  .hover\:txt-summer-opal-05:hover,
  .focus\:txt-summer-opal-05:focus,
  .group:hover .group-hover\:txt-summer-opal-05,
  .group:focus-within .group-focus-within\:txt-summer-opal-05 {
    color: RGBA(249, 199, 72, 0.05);
  }
  .txt-summer-opal-6,
  .hover\:txt-summer-opal-6:hover,
  .focus\:txt-summer-opal-6:focus,
  .group:hover .group-hover\:txt-summer-opal-6,
  .group:focus-within .group-focus-within\:txt-summer-opal-6 {
    color: RGBA(249, 199, 72, 0.6);
  }
  .txt-summer-opal-06,
  .hover\:txt-summer-opal-06:hover,
  .focus\:txt-summer-opal-06:focus,
  .group:hover .group-hover\:txt-summer-opal-06,
  .group:focus-within .group-focus-within\:txt-summer-opal-06 {
    color: RGBA(249, 199, 72, 0.06);
  }
  .txt-summer-opal-7,
  .hover\:txt-summer-opal-7:hover,
  .focus\:txt-summer-opal-7:focus,
  .group:hover .group-hover\:txt-summer-opal-7,
  .group:focus-within .group-focus-within\:txt-summer-opal-7 {
    color: RGBA(249, 199, 72, 0.7);
  }
  .txt-summer-opal-07,
  .hover\:txt-summer-opal-07:hover,
  .focus\:txt-summer-opal-07:focus,
  .group:hover .group-hover\:txt-summer-opal-07,
  .group:focus-within .group-focus-within\:txt-summer-opal-07 {
    color: RGBA(249, 199, 72, 0.07);
  }
  .txt-summer-opal-8,
  .hover\:txt-summer-opal-8:hover,
  .focus\:txt-summer-opal-8:focus,
  .group:hover .group-hover\:txt-summer-opal-8,
  .group:focus-within .group-focus-within\:txt-summer-opal-8 {
    color: RGBA(249, 199, 72, 0.8);
  }
  .txt-summer-opal-08,
  .hover\:txt-summer-opal-08:hover,
  .focus\:txt-summer-opal-08:focus,
  .group:hover .group-hover\:txt-summer-opal-08,
  .group:focus-within .group-focus-within\:txt-summer-opal-08 {
    color: RGBA(249, 199, 72, 0.08);
  }
  .txt-summer-opal-9,
  .hover\:txt-summer-opal-9:hover,
  .focus\:txt-summer-opal-9:focus,
  .group:hover .group-hover\:txt-summer-opal-9,
  .group:focus-within .group-focus-within\:txt-summer-opal-9 {
    color: RGBA(249, 199, 72, 0.9);
  }
  .txt-summer-opal-09,
  .hover\:txt-summer-opal-09:hover,
  .focus\:txt-summer-opal-09:focus,
  .group:hover .group-hover\:txt-summer-opal-09,
  .group:focus-within .group-focus-within\:txt-summer-opal-09 {
    color: RGBA(249, 199, 72, 0.09);
  }
  .txt-summer-opal-10,
  .hover\:txt-summer-opal-10:hover,
  .focus\:txt-summer-opal-10:focus,
  .group:hover .group-hover\:txt-summer-opal-10,
  .group:focus-within .group-focus-within\:txt-summer-opal-10 {
    color: RGBA(249, 199, 72, 1);
  }
  .link-summer a,
  .hover\:link-summer a:hover,
  .active\:link-summer a:active,
  .focus\:link-summer a:focus,
  .group:hover .group-hover\:link-summer a,
  .group:focus-within .group-focus-within\:link-summer a {
    color: #f9c748;
  }
  .link-summer-opal-0 a,
  .hover\:link-summer-opal-0 a:hover,
  .active\:link-summer-opal-0 a:active,
  .focus\:link-summer-opal-0 a:focus,
  .group:hover .group-hover\:link-summer-opal-0 a,
  .group:focus-within .group-focus-within\:link-summer-opal-0 a {
    color: RGBA(249, 199, 72, 0);
  }
  .link-summer-opal-00 a,
  .hover\:link-summer-opal-00 a:hover,
  .active\:link-summer-opal-00 a:active,
  .focus\:link-summer-opal-00 a:focus,
  .group:hover .group-hover\:link-summer-opal-00 a,
  .group:focus-within .group-focus-within\:link-summer-opal-00 a {
    color: RGBA(249, 199, 72, 0);
  }
  .link-summer-opal-1 a,
  .hover\:link-summer-opal-1 a:hover,
  .active\:link-summer-opal-1 a:active,
  .focus\:link-summer-opal-1 a:focus,
  .group:hover .group-hover\:link-summer-opal-1 a,
  .group:focus-within .group-focus-within\:link-summer-opal-1 a {
    color: RGBA(249, 199, 72, 0.1);
  }
  .link-summer-opal-01 a,
  .hover\:link-summer-opal-01 a:hover,
  .active\:link-summer-opal-01 a:active,
  .focus\:link-summer-opal-01 a:focus,
  .group:hover .group-hover\:link-summer-opal-01 a,
  .group:focus-within .group-focus-within\:link-summer-opal-01 a {
    color: RGBA(249, 199, 72, 0.01);
  }
  .link-summer-opal-2 a,
  .hover\:link-summer-opal-2 a:hover,
  .active\:link-summer-opal-2 a:active,
  .focus\:link-summer-opal-2 a:focus,
  .group:hover .group-hover\:link-summer-opal-2 a,
  .group:focus-within .group-focus-within\:link-summer-opal-2 a {
    color: RGBA(249, 199, 72, 0.2);
  }
  .link-summer-opal-02 a,
  .hover\:link-summer-opal-02 a:hover,
  .active\:link-summer-opal-02 a:active,
  .focus\:link-summer-opal-02 a:focus,
  .group:hover .group-hover\:link-summer-opal-02 a,
  .group:focus-within .group-focus-within\:link-summer-opal-02 a {
    color: RGBA(249, 199, 72, 0.02);
  }
  .link-summer-opal-3 a,
  .hover\:link-summer-opal-3 a:hover,
  .active\:link-summer-opal-3 a:active,
  .focus\:link-summer-opal-3 a:focus,
  .group:hover .group-hover\:link-summer-opal-3 a,
  .group:focus-within .group-focus-within\:link-summer-opal-3 a {
    color: RGBA(249, 199, 72, 0.3);
  }
  .link-summer-opal-03 a,
  .hover\:link-summer-opal-03 a:hover,
  .active\:link-summer-opal-03 a:active,
  .focus\:link-summer-opal-03 a:focus,
  .group:hover .group-hover\:link-summer-opal-03 a,
  .group:focus-within .group-focus-within\:link-summer-opal-03 a {
    color: RGBA(249, 199, 72, 0.03);
  }
  .link-summer-opal-4 a,
  .hover\:link-summer-opal-4 a:hover,
  .active\:link-summer-opal-4 a:active,
  .focus\:link-summer-opal-4 a:focus,
  .group:hover .group-hover\:link-summer-opal-4 a,
  .group:focus-within .group-focus-within\:link-summer-opal-4 a {
    color: RGBA(249, 199, 72, 0.4);
  }
  .link-summer-opal-04 a,
  .hover\:link-summer-opal-04 a:hover,
  .active\:link-summer-opal-04 a:active,
  .focus\:link-summer-opal-04 a:focus,
  .group:hover .group-hover\:link-summer-opal-04 a,
  .group:focus-within .group-focus-within\:link-summer-opal-04 a {
    color: RGBA(249, 199, 72, 0.04);
  }
  .link-summer-opal-5 a,
  .hover\:link-summer-opal-5 a:hover,
  .active\:link-summer-opal-5 a:active,
  .focus\:link-summer-opal-5 a:focus,
  .group:hover .group-hover\:link-summer-opal-5 a,
  .group:focus-within .group-focus-within\:link-summer-opal-5 a {
    color: RGBA(249, 199, 72, 0.5);
  }
  .link-summer-opal-05 a,
  .hover\:link-summer-opal-05 a:hover,
  .active\:link-summer-opal-05 a:active,
  .focus\:link-summer-opal-05 a:focus,
  .group:hover .group-hover\:link-summer-opal-05 a,
  .group:focus-within .group-focus-within\:link-summer-opal-05 a {
    color: RGBA(249, 199, 72, 0.05);
  }
  .link-summer-opal-6 a,
  .hover\:link-summer-opal-6 a:hover,
  .active\:link-summer-opal-6 a:active,
  .focus\:link-summer-opal-6 a:focus,
  .group:hover .group-hover\:link-summer-opal-6 a,
  .group:focus-within .group-focus-within\:link-summer-opal-6 a {
    color: RGBA(249, 199, 72, 0.6);
  }
  .link-summer-opal-06 a,
  .hover\:link-summer-opal-06 a:hover,
  .active\:link-summer-opal-06 a:active,
  .focus\:link-summer-opal-06 a:focus,
  .group:hover .group-hover\:link-summer-opal-06 a,
  .group:focus-within .group-focus-within\:link-summer-opal-06 a {
    color: RGBA(249, 199, 72, 0.06);
  }
  .link-summer-opal-7 a,
  .hover\:link-summer-opal-7 a:hover,
  .active\:link-summer-opal-7 a:active,
  .focus\:link-summer-opal-7 a:focus,
  .group:hover .group-hover\:link-summer-opal-7 a,
  .group:focus-within .group-focus-within\:link-summer-opal-7 a {
    color: RGBA(249, 199, 72, 0.7);
  }
  .link-summer-opal-07 a,
  .hover\:link-summer-opal-07 a:hover,
  .active\:link-summer-opal-07 a:active,
  .focus\:link-summer-opal-07 a:focus,
  .group:hover .group-hover\:link-summer-opal-07 a,
  .group:focus-within .group-focus-within\:link-summer-opal-07 a {
    color: RGBA(249, 199, 72, 0.07);
  }
  .link-summer-opal-8 a,
  .hover\:link-summer-opal-8 a:hover,
  .active\:link-summer-opal-8 a:active,
  .focus\:link-summer-opal-8 a:focus,
  .group:hover .group-hover\:link-summer-opal-8 a,
  .group:focus-within .group-focus-within\:link-summer-opal-8 a {
    color: RGBA(249, 199, 72, 0.8);
  }
  .link-summer-opal-08 a,
  .hover\:link-summer-opal-08 a:hover,
  .active\:link-summer-opal-08 a:active,
  .focus\:link-summer-opal-08 a:focus,
  .group:hover .group-hover\:link-summer-opal-08 a,
  .group:focus-within .group-focus-within\:link-summer-opal-08 a {
    color: RGBA(249, 199, 72, 0.08);
  }
  .link-summer-opal-9 a,
  .hover\:link-summer-opal-9 a:hover,
  .active\:link-summer-opal-9 a:active,
  .focus\:link-summer-opal-9 a:focus,
  .group:hover .group-hover\:link-summer-opal-9 a,
  .group:focus-within .group-focus-within\:link-summer-opal-9 a {
    color: RGBA(249, 199, 72, 0.9);
  }
  .link-summer-opal-09 a,
  .hover\:link-summer-opal-09 a:hover,
  .active\:link-summer-opal-09 a:active,
  .focus\:link-summer-opal-09 a:focus,
  .group:hover .group-hover\:link-summer-opal-09 a,
  .group:focus-within .group-focus-within\:link-summer-opal-09 a {
    color: RGBA(249, 199, 72, 0.09);
  }
  .link-summer-opal-10 a,
  .hover\:link-summer-opal-10 a:hover,
  .active\:link-summer-opal-10 a:active,
  .focus\:link-summer-opal-10 a:focus,
  .group:hover .group-hover\:link-summer-opal-10 a,
  .group:focus-within .group-focus-within\:link-summer-opal-10 a {
    color: RGBA(249, 199, 72, 1);
  }
  .txt-daffodil,
  .hover\:txt-daffodil:hover,
  .focus\:txt-daffodil:focus,
  .group:hover .group-hover\:txt-daffodil,
  .group:focus-within .group-focus-within\:txt-daffodil {
    color: #ffe792;
  }
  .txt-daffodil-opal-0,
  .hover\:txt-daffodil-opal-0:hover,
  .focus\:txt-daffodil-opal-0:focus,
  .group:hover .group-hover\:txt-daffodil-opal-0,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-0 {
    color: RGBA(255, 231, 146, 0);
  }
  .txt-daffodil-opal-00,
  .hover\:txt-daffodil-opal-00:hover,
  .focus\:txt-daffodil-opal-00:focus,
  .group:hover .group-hover\:txt-daffodil-opal-00,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-00 {
    color: RGBA(255, 231, 146, 0);
  }
  .txt-daffodil-opal-1,
  .hover\:txt-daffodil-opal-1:hover,
  .focus\:txt-daffodil-opal-1:focus,
  .group:hover .group-hover\:txt-daffodil-opal-1,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-1 {
    color: RGBA(255, 231, 146, 0.1);
  }
  .txt-daffodil-opal-01,
  .hover\:txt-daffodil-opal-01:hover,
  .focus\:txt-daffodil-opal-01:focus,
  .group:hover .group-hover\:txt-daffodil-opal-01,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-01 {
    color: RGBA(255, 231, 146, 0.01);
  }
  .txt-daffodil-opal-2,
  .hover\:txt-daffodil-opal-2:hover,
  .focus\:txt-daffodil-opal-2:focus,
  .group:hover .group-hover\:txt-daffodil-opal-2,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-2 {
    color: RGBA(255, 231, 146, 0.2);
  }
  .txt-daffodil-opal-02,
  .hover\:txt-daffodil-opal-02:hover,
  .focus\:txt-daffodil-opal-02:focus,
  .group:hover .group-hover\:txt-daffodil-opal-02,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-02 {
    color: RGBA(255, 231, 146, 0.02);
  }
  .txt-daffodil-opal-3,
  .hover\:txt-daffodil-opal-3:hover,
  .focus\:txt-daffodil-opal-3:focus,
  .group:hover .group-hover\:txt-daffodil-opal-3,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-3 {
    color: RGBA(255, 231, 146, 0.3);
  }
  .txt-daffodil-opal-03,
  .hover\:txt-daffodil-opal-03:hover,
  .focus\:txt-daffodil-opal-03:focus,
  .group:hover .group-hover\:txt-daffodil-opal-03,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-03 {
    color: RGBA(255, 231, 146, 0.03);
  }
  .txt-daffodil-opal-4,
  .hover\:txt-daffodil-opal-4:hover,
  .focus\:txt-daffodil-opal-4:focus,
  .group:hover .group-hover\:txt-daffodil-opal-4,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-4 {
    color: RGBA(255, 231, 146, 0.4);
  }
  .txt-daffodil-opal-04,
  .hover\:txt-daffodil-opal-04:hover,
  .focus\:txt-daffodil-opal-04:focus,
  .group:hover .group-hover\:txt-daffodil-opal-04,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-04 {
    color: RGBA(255, 231, 146, 0.04);
  }
  .txt-daffodil-opal-5,
  .hover\:txt-daffodil-opal-5:hover,
  .focus\:txt-daffodil-opal-5:focus,
  .group:hover .group-hover\:txt-daffodil-opal-5,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-5 {
    color: RGBA(255, 231, 146, 0.5);
  }
  .txt-daffodil-opal-05,
  .hover\:txt-daffodil-opal-05:hover,
  .focus\:txt-daffodil-opal-05:focus,
  .group:hover .group-hover\:txt-daffodil-opal-05,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-05 {
    color: RGBA(255, 231, 146, 0.05);
  }
  .txt-daffodil-opal-6,
  .hover\:txt-daffodil-opal-6:hover,
  .focus\:txt-daffodil-opal-6:focus,
  .group:hover .group-hover\:txt-daffodil-opal-6,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-6 {
    color: RGBA(255, 231, 146, 0.6);
  }
  .txt-daffodil-opal-06,
  .hover\:txt-daffodil-opal-06:hover,
  .focus\:txt-daffodil-opal-06:focus,
  .group:hover .group-hover\:txt-daffodil-opal-06,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-06 {
    color: RGBA(255, 231, 146, 0.06);
  }
  .txt-daffodil-opal-7,
  .hover\:txt-daffodil-opal-7:hover,
  .focus\:txt-daffodil-opal-7:focus,
  .group:hover .group-hover\:txt-daffodil-opal-7,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-7 {
    color: RGBA(255, 231, 146, 0.7);
  }
  .txt-daffodil-opal-07,
  .hover\:txt-daffodil-opal-07:hover,
  .focus\:txt-daffodil-opal-07:focus,
  .group:hover .group-hover\:txt-daffodil-opal-07,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-07 {
    color: RGBA(255, 231, 146, 0.07);
  }
  .txt-daffodil-opal-8,
  .hover\:txt-daffodil-opal-8:hover,
  .focus\:txt-daffodil-opal-8:focus,
  .group:hover .group-hover\:txt-daffodil-opal-8,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-8 {
    color: RGBA(255, 231, 146, 0.8);
  }
  .txt-daffodil-opal-08,
  .hover\:txt-daffodil-opal-08:hover,
  .focus\:txt-daffodil-opal-08:focus,
  .group:hover .group-hover\:txt-daffodil-opal-08,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-08 {
    color: RGBA(255, 231, 146, 0.08);
  }
  .txt-daffodil-opal-9,
  .hover\:txt-daffodil-opal-9:hover,
  .focus\:txt-daffodil-opal-9:focus,
  .group:hover .group-hover\:txt-daffodil-opal-9,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-9 {
    color: RGBA(255, 231, 146, 0.9);
  }
  .txt-daffodil-opal-09,
  .hover\:txt-daffodil-opal-09:hover,
  .focus\:txt-daffodil-opal-09:focus,
  .group:hover .group-hover\:txt-daffodil-opal-09,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-09 {
    color: RGBA(255, 231, 146, 0.09);
  }
  .txt-daffodil-opal-10,
  .hover\:txt-daffodil-opal-10:hover,
  .focus\:txt-daffodil-opal-10:focus,
  .group:hover .group-hover\:txt-daffodil-opal-10,
  .group:focus-within .group-focus-within\:txt-daffodil-opal-10 {
    color: RGBA(255, 231, 146, 1);
  }
  .link-daffodil a,
  .hover\:link-daffodil a:hover,
  .active\:link-daffodil a:active,
  .focus\:link-daffodil a:focus,
  .group:hover .group-hover\:link-daffodil a,
  .group:focus-within .group-focus-within\:link-daffodil a {
    color: #ffe792;
  }
  .link-daffodil-opal-0 a,
  .hover\:link-daffodil-opal-0 a:hover,
  .active\:link-daffodil-opal-0 a:active,
  .focus\:link-daffodil-opal-0 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-0 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-0 a {
    color: RGBA(255, 231, 146, 0);
  }
  .link-daffodil-opal-00 a,
  .hover\:link-daffodil-opal-00 a:hover,
  .active\:link-daffodil-opal-00 a:active,
  .focus\:link-daffodil-opal-00 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-00 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-00 a {
    color: RGBA(255, 231, 146, 0);
  }
  .link-daffodil-opal-1 a,
  .hover\:link-daffodil-opal-1 a:hover,
  .active\:link-daffodil-opal-1 a:active,
  .focus\:link-daffodil-opal-1 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-1 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-1 a {
    color: RGBA(255, 231, 146, 0.1);
  }
  .link-daffodil-opal-01 a,
  .hover\:link-daffodil-opal-01 a:hover,
  .active\:link-daffodil-opal-01 a:active,
  .focus\:link-daffodil-opal-01 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-01 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-01 a {
    color: RGBA(255, 231, 146, 0.01);
  }
  .link-daffodil-opal-2 a,
  .hover\:link-daffodil-opal-2 a:hover,
  .active\:link-daffodil-opal-2 a:active,
  .focus\:link-daffodil-opal-2 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-2 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-2 a {
    color: RGBA(255, 231, 146, 0.2);
  }
  .link-daffodil-opal-02 a,
  .hover\:link-daffodil-opal-02 a:hover,
  .active\:link-daffodil-opal-02 a:active,
  .focus\:link-daffodil-opal-02 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-02 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-02 a {
    color: RGBA(255, 231, 146, 0.02);
  }
  .link-daffodil-opal-3 a,
  .hover\:link-daffodil-opal-3 a:hover,
  .active\:link-daffodil-opal-3 a:active,
  .focus\:link-daffodil-opal-3 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-3 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-3 a {
    color: RGBA(255, 231, 146, 0.3);
  }
  .link-daffodil-opal-03 a,
  .hover\:link-daffodil-opal-03 a:hover,
  .active\:link-daffodil-opal-03 a:active,
  .focus\:link-daffodil-opal-03 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-03 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-03 a {
    color: RGBA(255, 231, 146, 0.03);
  }
  .link-daffodil-opal-4 a,
  .hover\:link-daffodil-opal-4 a:hover,
  .active\:link-daffodil-opal-4 a:active,
  .focus\:link-daffodil-opal-4 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-4 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-4 a {
    color: RGBA(255, 231, 146, 0.4);
  }
  .link-daffodil-opal-04 a,
  .hover\:link-daffodil-opal-04 a:hover,
  .active\:link-daffodil-opal-04 a:active,
  .focus\:link-daffodil-opal-04 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-04 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-04 a {
    color: RGBA(255, 231, 146, 0.04);
  }
  .link-daffodil-opal-5 a,
  .hover\:link-daffodil-opal-5 a:hover,
  .active\:link-daffodil-opal-5 a:active,
  .focus\:link-daffodil-opal-5 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-5 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-5 a {
    color: RGBA(255, 231, 146, 0.5);
  }
  .link-daffodil-opal-05 a,
  .hover\:link-daffodil-opal-05 a:hover,
  .active\:link-daffodil-opal-05 a:active,
  .focus\:link-daffodil-opal-05 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-05 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-05 a {
    color: RGBA(255, 231, 146, 0.05);
  }
  .link-daffodil-opal-6 a,
  .hover\:link-daffodil-opal-6 a:hover,
  .active\:link-daffodil-opal-6 a:active,
  .focus\:link-daffodil-opal-6 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-6 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-6 a {
    color: RGBA(255, 231, 146, 0.6);
  }
  .link-daffodil-opal-06 a,
  .hover\:link-daffodil-opal-06 a:hover,
  .active\:link-daffodil-opal-06 a:active,
  .focus\:link-daffodil-opal-06 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-06 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-06 a {
    color: RGBA(255, 231, 146, 0.06);
  }
  .link-daffodil-opal-7 a,
  .hover\:link-daffodil-opal-7 a:hover,
  .active\:link-daffodil-opal-7 a:active,
  .focus\:link-daffodil-opal-7 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-7 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-7 a {
    color: RGBA(255, 231, 146, 0.7);
  }
  .link-daffodil-opal-07 a,
  .hover\:link-daffodil-opal-07 a:hover,
  .active\:link-daffodil-opal-07 a:active,
  .focus\:link-daffodil-opal-07 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-07 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-07 a {
    color: RGBA(255, 231, 146, 0.07);
  }
  .link-daffodil-opal-8 a,
  .hover\:link-daffodil-opal-8 a:hover,
  .active\:link-daffodil-opal-8 a:active,
  .focus\:link-daffodil-opal-8 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-8 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-8 a {
    color: RGBA(255, 231, 146, 0.8);
  }
  .link-daffodil-opal-08 a,
  .hover\:link-daffodil-opal-08 a:hover,
  .active\:link-daffodil-opal-08 a:active,
  .focus\:link-daffodil-opal-08 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-08 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-08 a {
    color: RGBA(255, 231, 146, 0.08);
  }
  .link-daffodil-opal-9 a,
  .hover\:link-daffodil-opal-9 a:hover,
  .active\:link-daffodil-opal-9 a:active,
  .focus\:link-daffodil-opal-9 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-9 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-9 a {
    color: RGBA(255, 231, 146, 0.9);
  }
  .link-daffodil-opal-09 a,
  .hover\:link-daffodil-opal-09 a:hover,
  .active\:link-daffodil-opal-09 a:active,
  .focus\:link-daffodil-opal-09 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-09 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-09 a {
    color: RGBA(255, 231, 146, 0.09);
  }
  .link-daffodil-opal-10 a,
  .hover\:link-daffodil-opal-10 a:hover,
  .active\:link-daffodil-opal-10 a:active,
  .focus\:link-daffodil-opal-10 a:focus,
  .group:hover .group-hover\:link-daffodil-opal-10 a,
  .group:focus-within .group-focus-within\:link-daffodil-opal-10 a {
    color: RGBA(255, 231, 146, 1);
  }
  .txt-turquoise,
  .hover\:txt-turquoise:hover,
  .focus\:txt-turquoise:focus,
  .group:hover .group-hover\:txt-turquoise,
  .group:focus-within .group-focus-within\:txt-turquoise {
    color: #097d98;
  }
  .txt-turquoise-opal-0,
  .hover\:txt-turquoise-opal-0:hover,
  .focus\:txt-turquoise-opal-0:focus,
  .group:hover .group-hover\:txt-turquoise-opal-0,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-0 {
    color: RGBA(9, 125, 152, 0);
  }
  .txt-turquoise-opal-00,
  .hover\:txt-turquoise-opal-00:hover,
  .focus\:txt-turquoise-opal-00:focus,
  .group:hover .group-hover\:txt-turquoise-opal-00,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-00 {
    color: RGBA(9, 125, 152, 0);
  }
  .txt-turquoise-opal-1,
  .hover\:txt-turquoise-opal-1:hover,
  .focus\:txt-turquoise-opal-1:focus,
  .group:hover .group-hover\:txt-turquoise-opal-1,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-1 {
    color: RGBA(9, 125, 152, 0.1);
  }
  .txt-turquoise-opal-01,
  .hover\:txt-turquoise-opal-01:hover,
  .focus\:txt-turquoise-opal-01:focus,
  .group:hover .group-hover\:txt-turquoise-opal-01,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-01 {
    color: RGBA(9, 125, 152, 0.01);
  }
  .txt-turquoise-opal-2,
  .hover\:txt-turquoise-opal-2:hover,
  .focus\:txt-turquoise-opal-2:focus,
  .group:hover .group-hover\:txt-turquoise-opal-2,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-2 {
    color: RGBA(9, 125, 152, 0.2);
  }
  .txt-turquoise-opal-02,
  .hover\:txt-turquoise-opal-02:hover,
  .focus\:txt-turquoise-opal-02:focus,
  .group:hover .group-hover\:txt-turquoise-opal-02,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-02 {
    color: RGBA(9, 125, 152, 0.02);
  }
  .txt-turquoise-opal-3,
  .hover\:txt-turquoise-opal-3:hover,
  .focus\:txt-turquoise-opal-3:focus,
  .group:hover .group-hover\:txt-turquoise-opal-3,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-3 {
    color: RGBA(9, 125, 152, 0.3);
  }
  .txt-turquoise-opal-03,
  .hover\:txt-turquoise-opal-03:hover,
  .focus\:txt-turquoise-opal-03:focus,
  .group:hover .group-hover\:txt-turquoise-opal-03,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-03 {
    color: RGBA(9, 125, 152, 0.03);
  }
  .txt-turquoise-opal-4,
  .hover\:txt-turquoise-opal-4:hover,
  .focus\:txt-turquoise-opal-4:focus,
  .group:hover .group-hover\:txt-turquoise-opal-4,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-4 {
    color: RGBA(9, 125, 152, 0.4);
  }
  .txt-turquoise-opal-04,
  .hover\:txt-turquoise-opal-04:hover,
  .focus\:txt-turquoise-opal-04:focus,
  .group:hover .group-hover\:txt-turquoise-opal-04,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-04 {
    color: RGBA(9, 125, 152, 0.04);
  }
  .txt-turquoise-opal-5,
  .hover\:txt-turquoise-opal-5:hover,
  .focus\:txt-turquoise-opal-5:focus,
  .group:hover .group-hover\:txt-turquoise-opal-5,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-5 {
    color: RGBA(9, 125, 152, 0.5);
  }
  .txt-turquoise-opal-05,
  .hover\:txt-turquoise-opal-05:hover,
  .focus\:txt-turquoise-opal-05:focus,
  .group:hover .group-hover\:txt-turquoise-opal-05,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-05 {
    color: RGBA(9, 125, 152, 0.05);
  }
  .txt-turquoise-opal-6,
  .hover\:txt-turquoise-opal-6:hover,
  .focus\:txt-turquoise-opal-6:focus,
  .group:hover .group-hover\:txt-turquoise-opal-6,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-6 {
    color: RGBA(9, 125, 152, 0.6);
  }
  .txt-turquoise-opal-06,
  .hover\:txt-turquoise-opal-06:hover,
  .focus\:txt-turquoise-opal-06:focus,
  .group:hover .group-hover\:txt-turquoise-opal-06,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-06 {
    color: RGBA(9, 125, 152, 0.06);
  }
  .txt-turquoise-opal-7,
  .hover\:txt-turquoise-opal-7:hover,
  .focus\:txt-turquoise-opal-7:focus,
  .group:hover .group-hover\:txt-turquoise-opal-7,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-7 {
    color: RGBA(9, 125, 152, 0.7);
  }
  .txt-turquoise-opal-07,
  .hover\:txt-turquoise-opal-07:hover,
  .focus\:txt-turquoise-opal-07:focus,
  .group:hover .group-hover\:txt-turquoise-opal-07,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-07 {
    color: RGBA(9, 125, 152, 0.07);
  }
  .txt-turquoise-opal-8,
  .hover\:txt-turquoise-opal-8:hover,
  .focus\:txt-turquoise-opal-8:focus,
  .group:hover .group-hover\:txt-turquoise-opal-8,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-8 {
    color: RGBA(9, 125, 152, 0.8);
  }
  .txt-turquoise-opal-08,
  .hover\:txt-turquoise-opal-08:hover,
  .focus\:txt-turquoise-opal-08:focus,
  .group:hover .group-hover\:txt-turquoise-opal-08,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-08 {
    color: RGBA(9, 125, 152, 0.08);
  }
  .txt-turquoise-opal-9,
  .hover\:txt-turquoise-opal-9:hover,
  .focus\:txt-turquoise-opal-9:focus,
  .group:hover .group-hover\:txt-turquoise-opal-9,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-9 {
    color: RGBA(9, 125, 152, 0.9);
  }
  .txt-turquoise-opal-09,
  .hover\:txt-turquoise-opal-09:hover,
  .focus\:txt-turquoise-opal-09:focus,
  .group:hover .group-hover\:txt-turquoise-opal-09,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-09 {
    color: RGBA(9, 125, 152, 0.09);
  }
  .txt-turquoise-opal-10,
  .hover\:txt-turquoise-opal-10:hover,
  .focus\:txt-turquoise-opal-10:focus,
  .group:hover .group-hover\:txt-turquoise-opal-10,
  .group:focus-within .group-focus-within\:txt-turquoise-opal-10 {
    color: RGBA(9, 125, 152, 1);
  }
  .link-turquoise a,
  .hover\:link-turquoise a:hover,
  .active\:link-turquoise a:active,
  .focus\:link-turquoise a:focus,
  .group:hover .group-hover\:link-turquoise a,
  .group:focus-within .group-focus-within\:link-turquoise a {
    color: #097d98;
  }
  .link-turquoise-opal-0 a,
  .hover\:link-turquoise-opal-0 a:hover,
  .active\:link-turquoise-opal-0 a:active,
  .focus\:link-turquoise-opal-0 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-0 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-0 a {
    color: RGBA(9, 125, 152, 0);
  }
  .link-turquoise-opal-00 a,
  .hover\:link-turquoise-opal-00 a:hover,
  .active\:link-turquoise-opal-00 a:active,
  .focus\:link-turquoise-opal-00 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-00 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-00 a {
    color: RGBA(9, 125, 152, 0);
  }
  .link-turquoise-opal-1 a,
  .hover\:link-turquoise-opal-1 a:hover,
  .active\:link-turquoise-opal-1 a:active,
  .focus\:link-turquoise-opal-1 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-1 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-1 a {
    color: RGBA(9, 125, 152, 0.1);
  }
  .link-turquoise-opal-01 a,
  .hover\:link-turquoise-opal-01 a:hover,
  .active\:link-turquoise-opal-01 a:active,
  .focus\:link-turquoise-opal-01 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-01 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-01 a {
    color: RGBA(9, 125, 152, 0.01);
  }
  .link-turquoise-opal-2 a,
  .hover\:link-turquoise-opal-2 a:hover,
  .active\:link-turquoise-opal-2 a:active,
  .focus\:link-turquoise-opal-2 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-2 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-2 a {
    color: RGBA(9, 125, 152, 0.2);
  }
  .link-turquoise-opal-02 a,
  .hover\:link-turquoise-opal-02 a:hover,
  .active\:link-turquoise-opal-02 a:active,
  .focus\:link-turquoise-opal-02 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-02 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-02 a {
    color: RGBA(9, 125, 152, 0.02);
  }
  .link-turquoise-opal-3 a,
  .hover\:link-turquoise-opal-3 a:hover,
  .active\:link-turquoise-opal-3 a:active,
  .focus\:link-turquoise-opal-3 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-3 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-3 a {
    color: RGBA(9, 125, 152, 0.3);
  }
  .link-turquoise-opal-03 a,
  .hover\:link-turquoise-opal-03 a:hover,
  .active\:link-turquoise-opal-03 a:active,
  .focus\:link-turquoise-opal-03 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-03 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-03 a {
    color: RGBA(9, 125, 152, 0.03);
  }
  .link-turquoise-opal-4 a,
  .hover\:link-turquoise-opal-4 a:hover,
  .active\:link-turquoise-opal-4 a:active,
  .focus\:link-turquoise-opal-4 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-4 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-4 a {
    color: RGBA(9, 125, 152, 0.4);
  }
  .link-turquoise-opal-04 a,
  .hover\:link-turquoise-opal-04 a:hover,
  .active\:link-turquoise-opal-04 a:active,
  .focus\:link-turquoise-opal-04 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-04 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-04 a {
    color: RGBA(9, 125, 152, 0.04);
  }
  .link-turquoise-opal-5 a,
  .hover\:link-turquoise-opal-5 a:hover,
  .active\:link-turquoise-opal-5 a:active,
  .focus\:link-turquoise-opal-5 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-5 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-5 a {
    color: RGBA(9, 125, 152, 0.5);
  }
  .link-turquoise-opal-05 a,
  .hover\:link-turquoise-opal-05 a:hover,
  .active\:link-turquoise-opal-05 a:active,
  .focus\:link-turquoise-opal-05 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-05 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-05 a {
    color: RGBA(9, 125, 152, 0.05);
  }
  .link-turquoise-opal-6 a,
  .hover\:link-turquoise-opal-6 a:hover,
  .active\:link-turquoise-opal-6 a:active,
  .focus\:link-turquoise-opal-6 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-6 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-6 a {
    color: RGBA(9, 125, 152, 0.6);
  }
  .link-turquoise-opal-06 a,
  .hover\:link-turquoise-opal-06 a:hover,
  .active\:link-turquoise-opal-06 a:active,
  .focus\:link-turquoise-opal-06 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-06 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-06 a {
    color: RGBA(9, 125, 152, 0.06);
  }
  .link-turquoise-opal-7 a,
  .hover\:link-turquoise-opal-7 a:hover,
  .active\:link-turquoise-opal-7 a:active,
  .focus\:link-turquoise-opal-7 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-7 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-7 a {
    color: RGBA(9, 125, 152, 0.7);
  }
  .link-turquoise-opal-07 a,
  .hover\:link-turquoise-opal-07 a:hover,
  .active\:link-turquoise-opal-07 a:active,
  .focus\:link-turquoise-opal-07 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-07 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-07 a {
    color: RGBA(9, 125, 152, 0.07);
  }
  .link-turquoise-opal-8 a,
  .hover\:link-turquoise-opal-8 a:hover,
  .active\:link-turquoise-opal-8 a:active,
  .focus\:link-turquoise-opal-8 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-8 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-8 a {
    color: RGBA(9, 125, 152, 0.8);
  }
  .link-turquoise-opal-08 a,
  .hover\:link-turquoise-opal-08 a:hover,
  .active\:link-turquoise-opal-08 a:active,
  .focus\:link-turquoise-opal-08 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-08 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-08 a {
    color: RGBA(9, 125, 152, 0.08);
  }
  .link-turquoise-opal-9 a,
  .hover\:link-turquoise-opal-9 a:hover,
  .active\:link-turquoise-opal-9 a:active,
  .focus\:link-turquoise-opal-9 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-9 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-9 a {
    color: RGBA(9, 125, 152, 0.9);
  }
  .link-turquoise-opal-09 a,
  .hover\:link-turquoise-opal-09 a:hover,
  .active\:link-turquoise-opal-09 a:active,
  .focus\:link-turquoise-opal-09 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-09 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-09 a {
    color: RGBA(9, 125, 152, 0.09);
  }
  .link-turquoise-opal-10 a,
  .hover\:link-turquoise-opal-10 a:hover,
  .active\:link-turquoise-opal-10 a:active,
  .focus\:link-turquoise-opal-10 a:focus,
  .group:hover .group-hover\:link-turquoise-opal-10 a,
  .group:focus-within .group-focus-within\:link-turquoise-opal-10 a {
    color: RGBA(9, 125, 152, 1);
  }
  .txt-dark-teal,
  .hover\:txt-dark-teal:hover,
  .focus\:txt-dark-teal:focus,
  .group:hover .group-hover\:txt-dark-teal,
  .group:focus-within .group-focus-within\:txt-dark-teal {
    color: #168982;
  }
  .txt-dark-teal-opal-0,
  .hover\:txt-dark-teal-opal-0:hover,
  .focus\:txt-dark-teal-opal-0:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-0,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-0 {
    color: RGBA(22, 137, 130, 0);
  }
  .txt-dark-teal-opal-00,
  .hover\:txt-dark-teal-opal-00:hover,
  .focus\:txt-dark-teal-opal-00:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-00,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-00 {
    color: RGBA(22, 137, 130, 0);
  }
  .txt-dark-teal-opal-1,
  .hover\:txt-dark-teal-opal-1:hover,
  .focus\:txt-dark-teal-opal-1:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-1,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-1 {
    color: RGBA(22, 137, 130, 0.1);
  }
  .txt-dark-teal-opal-01,
  .hover\:txt-dark-teal-opal-01:hover,
  .focus\:txt-dark-teal-opal-01:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-01,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-01 {
    color: RGBA(22, 137, 130, 0.01);
  }
  .txt-dark-teal-opal-2,
  .hover\:txt-dark-teal-opal-2:hover,
  .focus\:txt-dark-teal-opal-2:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-2,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-2 {
    color: RGBA(22, 137, 130, 0.2);
  }
  .txt-dark-teal-opal-02,
  .hover\:txt-dark-teal-opal-02:hover,
  .focus\:txt-dark-teal-opal-02:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-02,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-02 {
    color: RGBA(22, 137, 130, 0.02);
  }
  .txt-dark-teal-opal-3,
  .hover\:txt-dark-teal-opal-3:hover,
  .focus\:txt-dark-teal-opal-3:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-3,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-3 {
    color: RGBA(22, 137, 130, 0.3);
  }
  .txt-dark-teal-opal-03,
  .hover\:txt-dark-teal-opal-03:hover,
  .focus\:txt-dark-teal-opal-03:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-03,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-03 {
    color: RGBA(22, 137, 130, 0.03);
  }
  .txt-dark-teal-opal-4,
  .hover\:txt-dark-teal-opal-4:hover,
  .focus\:txt-dark-teal-opal-4:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-4,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-4 {
    color: RGBA(22, 137, 130, 0.4);
  }
  .txt-dark-teal-opal-04,
  .hover\:txt-dark-teal-opal-04:hover,
  .focus\:txt-dark-teal-opal-04:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-04,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-04 {
    color: RGBA(22, 137, 130, 0.04);
  }
  .txt-dark-teal-opal-5,
  .hover\:txt-dark-teal-opal-5:hover,
  .focus\:txt-dark-teal-opal-5:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-5,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-5 {
    color: RGBA(22, 137, 130, 0.5);
  }
  .txt-dark-teal-opal-05,
  .hover\:txt-dark-teal-opal-05:hover,
  .focus\:txt-dark-teal-opal-05:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-05,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-05 {
    color: RGBA(22, 137, 130, 0.05);
  }
  .txt-dark-teal-opal-6,
  .hover\:txt-dark-teal-opal-6:hover,
  .focus\:txt-dark-teal-opal-6:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-6,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-6 {
    color: RGBA(22, 137, 130, 0.6);
  }
  .txt-dark-teal-opal-06,
  .hover\:txt-dark-teal-opal-06:hover,
  .focus\:txt-dark-teal-opal-06:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-06,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-06 {
    color: RGBA(22, 137, 130, 0.06);
  }
  .txt-dark-teal-opal-7,
  .hover\:txt-dark-teal-opal-7:hover,
  .focus\:txt-dark-teal-opal-7:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-7,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-7 {
    color: RGBA(22, 137, 130, 0.7);
  }
  .txt-dark-teal-opal-07,
  .hover\:txt-dark-teal-opal-07:hover,
  .focus\:txt-dark-teal-opal-07:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-07,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-07 {
    color: RGBA(22, 137, 130, 0.07);
  }
  .txt-dark-teal-opal-8,
  .hover\:txt-dark-teal-opal-8:hover,
  .focus\:txt-dark-teal-opal-8:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-8,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-8 {
    color: RGBA(22, 137, 130, 0.8);
  }
  .txt-dark-teal-opal-08,
  .hover\:txt-dark-teal-opal-08:hover,
  .focus\:txt-dark-teal-opal-08:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-08,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-08 {
    color: RGBA(22, 137, 130, 0.08);
  }
  .txt-dark-teal-opal-9,
  .hover\:txt-dark-teal-opal-9:hover,
  .focus\:txt-dark-teal-opal-9:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-9,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-9 {
    color: RGBA(22, 137, 130, 0.9);
  }
  .txt-dark-teal-opal-09,
  .hover\:txt-dark-teal-opal-09:hover,
  .focus\:txt-dark-teal-opal-09:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-09,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-09 {
    color: RGBA(22, 137, 130, 0.09);
  }
  .txt-dark-teal-opal-10,
  .hover\:txt-dark-teal-opal-10:hover,
  .focus\:txt-dark-teal-opal-10:focus,
  .group:hover .group-hover\:txt-dark-teal-opal-10,
  .group:focus-within .group-focus-within\:txt-dark-teal-opal-10 {
    color: RGBA(22, 137, 130, 1);
  }
  .link-dark-teal a,
  .hover\:link-dark-teal a:hover,
  .active\:link-dark-teal a:active,
  .focus\:link-dark-teal a:focus,
  .group:hover .group-hover\:link-dark-teal a,
  .group:focus-within .group-focus-within\:link-dark-teal a {
    color: #168982;
  }
  .link-dark-teal-opal-0 a,
  .hover\:link-dark-teal-opal-0 a:hover,
  .active\:link-dark-teal-opal-0 a:active,
  .focus\:link-dark-teal-opal-0 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-0 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-0 a {
    color: RGBA(22, 137, 130, 0);
  }
  .link-dark-teal-opal-00 a,
  .hover\:link-dark-teal-opal-00 a:hover,
  .active\:link-dark-teal-opal-00 a:active,
  .focus\:link-dark-teal-opal-00 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-00 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-00 a {
    color: RGBA(22, 137, 130, 0);
  }
  .link-dark-teal-opal-1 a,
  .hover\:link-dark-teal-opal-1 a:hover,
  .active\:link-dark-teal-opal-1 a:active,
  .focus\:link-dark-teal-opal-1 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-1 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-1 a {
    color: RGBA(22, 137, 130, 0.1);
  }
  .link-dark-teal-opal-01 a,
  .hover\:link-dark-teal-opal-01 a:hover,
  .active\:link-dark-teal-opal-01 a:active,
  .focus\:link-dark-teal-opal-01 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-01 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-01 a {
    color: RGBA(22, 137, 130, 0.01);
  }
  .link-dark-teal-opal-2 a,
  .hover\:link-dark-teal-opal-2 a:hover,
  .active\:link-dark-teal-opal-2 a:active,
  .focus\:link-dark-teal-opal-2 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-2 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-2 a {
    color: RGBA(22, 137, 130, 0.2);
  }
  .link-dark-teal-opal-02 a,
  .hover\:link-dark-teal-opal-02 a:hover,
  .active\:link-dark-teal-opal-02 a:active,
  .focus\:link-dark-teal-opal-02 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-02 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-02 a {
    color: RGBA(22, 137, 130, 0.02);
  }
  .link-dark-teal-opal-3 a,
  .hover\:link-dark-teal-opal-3 a:hover,
  .active\:link-dark-teal-opal-3 a:active,
  .focus\:link-dark-teal-opal-3 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-3 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-3 a {
    color: RGBA(22, 137, 130, 0.3);
  }
  .link-dark-teal-opal-03 a,
  .hover\:link-dark-teal-opal-03 a:hover,
  .active\:link-dark-teal-opal-03 a:active,
  .focus\:link-dark-teal-opal-03 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-03 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-03 a {
    color: RGBA(22, 137, 130, 0.03);
  }
  .link-dark-teal-opal-4 a,
  .hover\:link-dark-teal-opal-4 a:hover,
  .active\:link-dark-teal-opal-4 a:active,
  .focus\:link-dark-teal-opal-4 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-4 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-4 a {
    color: RGBA(22, 137, 130, 0.4);
  }
  .link-dark-teal-opal-04 a,
  .hover\:link-dark-teal-opal-04 a:hover,
  .active\:link-dark-teal-opal-04 a:active,
  .focus\:link-dark-teal-opal-04 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-04 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-04 a {
    color: RGBA(22, 137, 130, 0.04);
  }
  .link-dark-teal-opal-5 a,
  .hover\:link-dark-teal-opal-5 a:hover,
  .active\:link-dark-teal-opal-5 a:active,
  .focus\:link-dark-teal-opal-5 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-5 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-5 a {
    color: RGBA(22, 137, 130, 0.5);
  }
  .link-dark-teal-opal-05 a,
  .hover\:link-dark-teal-opal-05 a:hover,
  .active\:link-dark-teal-opal-05 a:active,
  .focus\:link-dark-teal-opal-05 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-05 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-05 a {
    color: RGBA(22, 137, 130, 0.05);
  }
  .link-dark-teal-opal-6 a,
  .hover\:link-dark-teal-opal-6 a:hover,
  .active\:link-dark-teal-opal-6 a:active,
  .focus\:link-dark-teal-opal-6 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-6 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-6 a {
    color: RGBA(22, 137, 130, 0.6);
  }
  .link-dark-teal-opal-06 a,
  .hover\:link-dark-teal-opal-06 a:hover,
  .active\:link-dark-teal-opal-06 a:active,
  .focus\:link-dark-teal-opal-06 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-06 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-06 a {
    color: RGBA(22, 137, 130, 0.06);
  }
  .link-dark-teal-opal-7 a,
  .hover\:link-dark-teal-opal-7 a:hover,
  .active\:link-dark-teal-opal-7 a:active,
  .focus\:link-dark-teal-opal-7 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-7 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-7 a {
    color: RGBA(22, 137, 130, 0.7);
  }
  .link-dark-teal-opal-07 a,
  .hover\:link-dark-teal-opal-07 a:hover,
  .active\:link-dark-teal-opal-07 a:active,
  .focus\:link-dark-teal-opal-07 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-07 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-07 a {
    color: RGBA(22, 137, 130, 0.07);
  }
  .link-dark-teal-opal-8 a,
  .hover\:link-dark-teal-opal-8 a:hover,
  .active\:link-dark-teal-opal-8 a:active,
  .focus\:link-dark-teal-opal-8 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-8 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-8 a {
    color: RGBA(22, 137, 130, 0.8);
  }
  .link-dark-teal-opal-08 a,
  .hover\:link-dark-teal-opal-08 a:hover,
  .active\:link-dark-teal-opal-08 a:active,
  .focus\:link-dark-teal-opal-08 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-08 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-08 a {
    color: RGBA(22, 137, 130, 0.08);
  }
  .link-dark-teal-opal-9 a,
  .hover\:link-dark-teal-opal-9 a:hover,
  .active\:link-dark-teal-opal-9 a:active,
  .focus\:link-dark-teal-opal-9 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-9 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-9 a {
    color: RGBA(22, 137, 130, 0.9);
  }
  .link-dark-teal-opal-09 a,
  .hover\:link-dark-teal-opal-09 a:hover,
  .active\:link-dark-teal-opal-09 a:active,
  .focus\:link-dark-teal-opal-09 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-09 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-09 a {
    color: RGBA(22, 137, 130, 0.09);
  }
  .link-dark-teal-opal-10 a,
  .hover\:link-dark-teal-opal-10 a:hover,
  .active\:link-dark-teal-opal-10 a:active,
  .focus\:link-dark-teal-opal-10 a:focus,
  .group:hover .group-hover\:link-dark-teal-opal-10 a,
  .group:focus-within .group-focus-within\:link-dark-teal-opal-10 a {
    color: RGBA(22, 137, 130, 1);
  }
  .txt-teal,
  .hover\:txt-teal:hover,
  .focus\:txt-teal:focus,
  .group:hover .group-hover\:txt-teal,
  .group:focus-within .group-focus-within\:txt-teal {
    color: #43b59a;
  }
  .txt-teal-opal-0,
  .hover\:txt-teal-opal-0:hover,
  .focus\:txt-teal-opal-0:focus,
  .group:hover .group-hover\:txt-teal-opal-0,
  .group:focus-within .group-focus-within\:txt-teal-opal-0 {
    color: RGBA(67, 181, 154, 0);
  }
  .txt-teal-opal-00,
  .hover\:txt-teal-opal-00:hover,
  .focus\:txt-teal-opal-00:focus,
  .group:hover .group-hover\:txt-teal-opal-00,
  .group:focus-within .group-focus-within\:txt-teal-opal-00 {
    color: RGBA(67, 181, 154, 0);
  }
  .txt-teal-opal-1,
  .hover\:txt-teal-opal-1:hover,
  .focus\:txt-teal-opal-1:focus,
  .group:hover .group-hover\:txt-teal-opal-1,
  .group:focus-within .group-focus-within\:txt-teal-opal-1 {
    color: RGBA(67, 181, 154, 0.1);
  }
  .txt-teal-opal-01,
  .hover\:txt-teal-opal-01:hover,
  .focus\:txt-teal-opal-01:focus,
  .group:hover .group-hover\:txt-teal-opal-01,
  .group:focus-within .group-focus-within\:txt-teal-opal-01 {
    color: RGBA(67, 181, 154, 0.01);
  }
  .txt-teal-opal-2,
  .hover\:txt-teal-opal-2:hover,
  .focus\:txt-teal-opal-2:focus,
  .group:hover .group-hover\:txt-teal-opal-2,
  .group:focus-within .group-focus-within\:txt-teal-opal-2 {
    color: RGBA(67, 181, 154, 0.2);
  }
  .txt-teal-opal-02,
  .hover\:txt-teal-opal-02:hover,
  .focus\:txt-teal-opal-02:focus,
  .group:hover .group-hover\:txt-teal-opal-02,
  .group:focus-within .group-focus-within\:txt-teal-opal-02 {
    color: RGBA(67, 181, 154, 0.02);
  }
  .txt-teal-opal-3,
  .hover\:txt-teal-opal-3:hover,
  .focus\:txt-teal-opal-3:focus,
  .group:hover .group-hover\:txt-teal-opal-3,
  .group:focus-within .group-focus-within\:txt-teal-opal-3 {
    color: RGBA(67, 181, 154, 0.3);
  }
  .txt-teal-opal-03,
  .hover\:txt-teal-opal-03:hover,
  .focus\:txt-teal-opal-03:focus,
  .group:hover .group-hover\:txt-teal-opal-03,
  .group:focus-within .group-focus-within\:txt-teal-opal-03 {
    color: RGBA(67, 181, 154, 0.03);
  }
  .txt-teal-opal-4,
  .hover\:txt-teal-opal-4:hover,
  .focus\:txt-teal-opal-4:focus,
  .group:hover .group-hover\:txt-teal-opal-4,
  .group:focus-within .group-focus-within\:txt-teal-opal-4 {
    color: RGBA(67, 181, 154, 0.4);
  }
  .txt-teal-opal-04,
  .hover\:txt-teal-opal-04:hover,
  .focus\:txt-teal-opal-04:focus,
  .group:hover .group-hover\:txt-teal-opal-04,
  .group:focus-within .group-focus-within\:txt-teal-opal-04 {
    color: RGBA(67, 181, 154, 0.04);
  }
  .txt-teal-opal-5,
  .hover\:txt-teal-opal-5:hover,
  .focus\:txt-teal-opal-5:focus,
  .group:hover .group-hover\:txt-teal-opal-5,
  .group:focus-within .group-focus-within\:txt-teal-opal-5 {
    color: RGBA(67, 181, 154, 0.5);
  }
  .txt-teal-opal-05,
  .hover\:txt-teal-opal-05:hover,
  .focus\:txt-teal-opal-05:focus,
  .group:hover .group-hover\:txt-teal-opal-05,
  .group:focus-within .group-focus-within\:txt-teal-opal-05 {
    color: RGBA(67, 181, 154, 0.05);
  }
  .txt-teal-opal-6,
  .hover\:txt-teal-opal-6:hover,
  .focus\:txt-teal-opal-6:focus,
  .group:hover .group-hover\:txt-teal-opal-6,
  .group:focus-within .group-focus-within\:txt-teal-opal-6 {
    color: RGBA(67, 181, 154, 0.6);
  }
  .txt-teal-opal-06,
  .hover\:txt-teal-opal-06:hover,
  .focus\:txt-teal-opal-06:focus,
  .group:hover .group-hover\:txt-teal-opal-06,
  .group:focus-within .group-focus-within\:txt-teal-opal-06 {
    color: RGBA(67, 181, 154, 0.06);
  }
  .txt-teal-opal-7,
  .hover\:txt-teal-opal-7:hover,
  .focus\:txt-teal-opal-7:focus,
  .group:hover .group-hover\:txt-teal-opal-7,
  .group:focus-within .group-focus-within\:txt-teal-opal-7 {
    color: RGBA(67, 181, 154, 0.7);
  }
  .txt-teal-opal-07,
  .hover\:txt-teal-opal-07:hover,
  .focus\:txt-teal-opal-07:focus,
  .group:hover .group-hover\:txt-teal-opal-07,
  .group:focus-within .group-focus-within\:txt-teal-opal-07 {
    color: RGBA(67, 181, 154, 0.07);
  }
  .txt-teal-opal-8,
  .hover\:txt-teal-opal-8:hover,
  .focus\:txt-teal-opal-8:focus,
  .group:hover .group-hover\:txt-teal-opal-8,
  .group:focus-within .group-focus-within\:txt-teal-opal-8 {
    color: RGBA(67, 181, 154, 0.8);
  }
  .txt-teal-opal-08,
  .hover\:txt-teal-opal-08:hover,
  .focus\:txt-teal-opal-08:focus,
  .group:hover .group-hover\:txt-teal-opal-08,
  .group:focus-within .group-focus-within\:txt-teal-opal-08 {
    color: RGBA(67, 181, 154, 0.08);
  }
  .txt-teal-opal-9,
  .hover\:txt-teal-opal-9:hover,
  .focus\:txt-teal-opal-9:focus,
  .group:hover .group-hover\:txt-teal-opal-9,
  .group:focus-within .group-focus-within\:txt-teal-opal-9 {
    color: RGBA(67, 181, 154, 0.9);
  }
  .txt-teal-opal-09,
  .hover\:txt-teal-opal-09:hover,
  .focus\:txt-teal-opal-09:focus,
  .group:hover .group-hover\:txt-teal-opal-09,
  .group:focus-within .group-focus-within\:txt-teal-opal-09 {
    color: RGBA(67, 181, 154, 0.09);
  }
  .txt-teal-opal-10,
  .hover\:txt-teal-opal-10:hover,
  .focus\:txt-teal-opal-10:focus,
  .group:hover .group-hover\:txt-teal-opal-10,
  .group:focus-within .group-focus-within\:txt-teal-opal-10 {
    color: RGBA(67, 181, 154, 1);
  }
  .link-teal a,
  .hover\:link-teal a:hover,
  .active\:link-teal a:active,
  .focus\:link-teal a:focus,
  .group:hover .group-hover\:link-teal a,
  .group:focus-within .group-focus-within\:link-teal a {
    color: #43b59a;
  }
  .link-teal-opal-0 a,
  .hover\:link-teal-opal-0 a:hover,
  .active\:link-teal-opal-0 a:active,
  .focus\:link-teal-opal-0 a:focus,
  .group:hover .group-hover\:link-teal-opal-0 a,
  .group:focus-within .group-focus-within\:link-teal-opal-0 a {
    color: RGBA(67, 181, 154, 0);
  }
  .link-teal-opal-00 a,
  .hover\:link-teal-opal-00 a:hover,
  .active\:link-teal-opal-00 a:active,
  .focus\:link-teal-opal-00 a:focus,
  .group:hover .group-hover\:link-teal-opal-00 a,
  .group:focus-within .group-focus-within\:link-teal-opal-00 a {
    color: RGBA(67, 181, 154, 0);
  }
  .link-teal-opal-1 a,
  .hover\:link-teal-opal-1 a:hover,
  .active\:link-teal-opal-1 a:active,
  .focus\:link-teal-opal-1 a:focus,
  .group:hover .group-hover\:link-teal-opal-1 a,
  .group:focus-within .group-focus-within\:link-teal-opal-1 a {
    color: RGBA(67, 181, 154, 0.1);
  }
  .link-teal-opal-01 a,
  .hover\:link-teal-opal-01 a:hover,
  .active\:link-teal-opal-01 a:active,
  .focus\:link-teal-opal-01 a:focus,
  .group:hover .group-hover\:link-teal-opal-01 a,
  .group:focus-within .group-focus-within\:link-teal-opal-01 a {
    color: RGBA(67, 181, 154, 0.01);
  }
  .link-teal-opal-2 a,
  .hover\:link-teal-opal-2 a:hover,
  .active\:link-teal-opal-2 a:active,
  .focus\:link-teal-opal-2 a:focus,
  .group:hover .group-hover\:link-teal-opal-2 a,
  .group:focus-within .group-focus-within\:link-teal-opal-2 a {
    color: RGBA(67, 181, 154, 0.2);
  }
  .link-teal-opal-02 a,
  .hover\:link-teal-opal-02 a:hover,
  .active\:link-teal-opal-02 a:active,
  .focus\:link-teal-opal-02 a:focus,
  .group:hover .group-hover\:link-teal-opal-02 a,
  .group:focus-within .group-focus-within\:link-teal-opal-02 a {
    color: RGBA(67, 181, 154, 0.02);
  }
  .link-teal-opal-3 a,
  .hover\:link-teal-opal-3 a:hover,
  .active\:link-teal-opal-3 a:active,
  .focus\:link-teal-opal-3 a:focus,
  .group:hover .group-hover\:link-teal-opal-3 a,
  .group:focus-within .group-focus-within\:link-teal-opal-3 a {
    color: RGBA(67, 181, 154, 0.3);
  }
  .link-teal-opal-03 a,
  .hover\:link-teal-opal-03 a:hover,
  .active\:link-teal-opal-03 a:active,
  .focus\:link-teal-opal-03 a:focus,
  .group:hover .group-hover\:link-teal-opal-03 a,
  .group:focus-within .group-focus-within\:link-teal-opal-03 a {
    color: RGBA(67, 181, 154, 0.03);
  }
  .link-teal-opal-4 a,
  .hover\:link-teal-opal-4 a:hover,
  .active\:link-teal-opal-4 a:active,
  .focus\:link-teal-opal-4 a:focus,
  .group:hover .group-hover\:link-teal-opal-4 a,
  .group:focus-within .group-focus-within\:link-teal-opal-4 a {
    color: RGBA(67, 181, 154, 0.4);
  }
  .link-teal-opal-04 a,
  .hover\:link-teal-opal-04 a:hover,
  .active\:link-teal-opal-04 a:active,
  .focus\:link-teal-opal-04 a:focus,
  .group:hover .group-hover\:link-teal-opal-04 a,
  .group:focus-within .group-focus-within\:link-teal-opal-04 a {
    color: RGBA(67, 181, 154, 0.04);
  }
  .link-teal-opal-5 a,
  .hover\:link-teal-opal-5 a:hover,
  .active\:link-teal-opal-5 a:active,
  .focus\:link-teal-opal-5 a:focus,
  .group:hover .group-hover\:link-teal-opal-5 a,
  .group:focus-within .group-focus-within\:link-teal-opal-5 a {
    color: RGBA(67, 181, 154, 0.5);
  }
  .link-teal-opal-05 a,
  .hover\:link-teal-opal-05 a:hover,
  .active\:link-teal-opal-05 a:active,
  .focus\:link-teal-opal-05 a:focus,
  .group:hover .group-hover\:link-teal-opal-05 a,
  .group:focus-within .group-focus-within\:link-teal-opal-05 a {
    color: RGBA(67, 181, 154, 0.05);
  }
  .link-teal-opal-6 a,
  .hover\:link-teal-opal-6 a:hover,
  .active\:link-teal-opal-6 a:active,
  .focus\:link-teal-opal-6 a:focus,
  .group:hover .group-hover\:link-teal-opal-6 a,
  .group:focus-within .group-focus-within\:link-teal-opal-6 a {
    color: RGBA(67, 181, 154, 0.6);
  }
  .link-teal-opal-06 a,
  .hover\:link-teal-opal-06 a:hover,
  .active\:link-teal-opal-06 a:active,
  .focus\:link-teal-opal-06 a:focus,
  .group:hover .group-hover\:link-teal-opal-06 a,
  .group:focus-within .group-focus-within\:link-teal-opal-06 a {
    color: RGBA(67, 181, 154, 0.06);
  }
  .link-teal-opal-7 a,
  .hover\:link-teal-opal-7 a:hover,
  .active\:link-teal-opal-7 a:active,
  .focus\:link-teal-opal-7 a:focus,
  .group:hover .group-hover\:link-teal-opal-7 a,
  .group:focus-within .group-focus-within\:link-teal-opal-7 a {
    color: RGBA(67, 181, 154, 0.7);
  }
  .link-teal-opal-07 a,
  .hover\:link-teal-opal-07 a:hover,
  .active\:link-teal-opal-07 a:active,
  .focus\:link-teal-opal-07 a:focus,
  .group:hover .group-hover\:link-teal-opal-07 a,
  .group:focus-within .group-focus-within\:link-teal-opal-07 a {
    color: RGBA(67, 181, 154, 0.07);
  }
  .link-teal-opal-8 a,
  .hover\:link-teal-opal-8 a:hover,
  .active\:link-teal-opal-8 a:active,
  .focus\:link-teal-opal-8 a:focus,
  .group:hover .group-hover\:link-teal-opal-8 a,
  .group:focus-within .group-focus-within\:link-teal-opal-8 a {
    color: RGBA(67, 181, 154, 0.8);
  }
  .link-teal-opal-08 a,
  .hover\:link-teal-opal-08 a:hover,
  .active\:link-teal-opal-08 a:active,
  .focus\:link-teal-opal-08 a:focus,
  .group:hover .group-hover\:link-teal-opal-08 a,
  .group:focus-within .group-focus-within\:link-teal-opal-08 a {
    color: RGBA(67, 181, 154, 0.08);
  }
  .link-teal-opal-9 a,
  .hover\:link-teal-opal-9 a:hover,
  .active\:link-teal-opal-9 a:active,
  .focus\:link-teal-opal-9 a:focus,
  .group:hover .group-hover\:link-teal-opal-9 a,
  .group:focus-within .group-focus-within\:link-teal-opal-9 a {
    color: RGBA(67, 181, 154, 0.9);
  }
  .link-teal-opal-09 a,
  .hover\:link-teal-opal-09 a:hover,
  .active\:link-teal-opal-09 a:active,
  .focus\:link-teal-opal-09 a:focus,
  .group:hover .group-hover\:link-teal-opal-09 a,
  .group:focus-within .group-focus-within\:link-teal-opal-09 a {
    color: RGBA(67, 181, 154, 0.09);
  }
  .link-teal-opal-10 a,
  .hover\:link-teal-opal-10 a:hover,
  .active\:link-teal-opal-10 a:active,
  .focus\:link-teal-opal-10 a:focus,
  .group:hover .group-hover\:link-teal-opal-10 a,
  .group:focus-within .group-focus-within\:link-teal-opal-10 a {
    color: RGBA(67, 181, 154, 1);
  }
  .txt-vibe,
  .hover\:txt-vibe:hover,
  .focus\:txt-vibe:focus,
  .group:hover .group-hover\:txt-vibe,
  .group:focus-within .group-focus-within\:txt-vibe {
    color: #4bd6b5;
  }
  .txt-vibe-opal-0,
  .hover\:txt-vibe-opal-0:hover,
  .focus\:txt-vibe-opal-0:focus,
  .group:hover .group-hover\:txt-vibe-opal-0,
  .group:focus-within .group-focus-within\:txt-vibe-opal-0 {
    color: RGBA(75, 214, 181, 0);
  }
  .txt-vibe-opal-00,
  .hover\:txt-vibe-opal-00:hover,
  .focus\:txt-vibe-opal-00:focus,
  .group:hover .group-hover\:txt-vibe-opal-00,
  .group:focus-within .group-focus-within\:txt-vibe-opal-00 {
    color: RGBA(75, 214, 181, 0);
  }
  .txt-vibe-opal-1,
  .hover\:txt-vibe-opal-1:hover,
  .focus\:txt-vibe-opal-1:focus,
  .group:hover .group-hover\:txt-vibe-opal-1,
  .group:focus-within .group-focus-within\:txt-vibe-opal-1 {
    color: RGBA(75, 214, 181, 0.1);
  }
  .txt-vibe-opal-01,
  .hover\:txt-vibe-opal-01:hover,
  .focus\:txt-vibe-opal-01:focus,
  .group:hover .group-hover\:txt-vibe-opal-01,
  .group:focus-within .group-focus-within\:txt-vibe-opal-01 {
    color: RGBA(75, 214, 181, 0.01);
  }
  .txt-vibe-opal-2,
  .hover\:txt-vibe-opal-2:hover,
  .focus\:txt-vibe-opal-2:focus,
  .group:hover .group-hover\:txt-vibe-opal-2,
  .group:focus-within .group-focus-within\:txt-vibe-opal-2 {
    color: RGBA(75, 214, 181, 0.2);
  }
  .txt-vibe-opal-02,
  .hover\:txt-vibe-opal-02:hover,
  .focus\:txt-vibe-opal-02:focus,
  .group:hover .group-hover\:txt-vibe-opal-02,
  .group:focus-within .group-focus-within\:txt-vibe-opal-02 {
    color: RGBA(75, 214, 181, 0.02);
  }
  .txt-vibe-opal-3,
  .hover\:txt-vibe-opal-3:hover,
  .focus\:txt-vibe-opal-3:focus,
  .group:hover .group-hover\:txt-vibe-opal-3,
  .group:focus-within .group-focus-within\:txt-vibe-opal-3 {
    color: RGBA(75, 214, 181, 0.3);
  }
  .txt-vibe-opal-03,
  .hover\:txt-vibe-opal-03:hover,
  .focus\:txt-vibe-opal-03:focus,
  .group:hover .group-hover\:txt-vibe-opal-03,
  .group:focus-within .group-focus-within\:txt-vibe-opal-03 {
    color: RGBA(75, 214, 181, 0.03);
  }
  .txt-vibe-opal-4,
  .hover\:txt-vibe-opal-4:hover,
  .focus\:txt-vibe-opal-4:focus,
  .group:hover .group-hover\:txt-vibe-opal-4,
  .group:focus-within .group-focus-within\:txt-vibe-opal-4 {
    color: RGBA(75, 214, 181, 0.4);
  }
  .txt-vibe-opal-04,
  .hover\:txt-vibe-opal-04:hover,
  .focus\:txt-vibe-opal-04:focus,
  .group:hover .group-hover\:txt-vibe-opal-04,
  .group:focus-within .group-focus-within\:txt-vibe-opal-04 {
    color: RGBA(75, 214, 181, 0.04);
  }
  .txt-vibe-opal-5,
  .hover\:txt-vibe-opal-5:hover,
  .focus\:txt-vibe-opal-5:focus,
  .group:hover .group-hover\:txt-vibe-opal-5,
  .group:focus-within .group-focus-within\:txt-vibe-opal-5 {
    color: RGBA(75, 214, 181, 0.5);
  }
  .txt-vibe-opal-05,
  .hover\:txt-vibe-opal-05:hover,
  .focus\:txt-vibe-opal-05:focus,
  .group:hover .group-hover\:txt-vibe-opal-05,
  .group:focus-within .group-focus-within\:txt-vibe-opal-05 {
    color: RGBA(75, 214, 181, 0.05);
  }
  .txt-vibe-opal-6,
  .hover\:txt-vibe-opal-6:hover,
  .focus\:txt-vibe-opal-6:focus,
  .group:hover .group-hover\:txt-vibe-opal-6,
  .group:focus-within .group-focus-within\:txt-vibe-opal-6 {
    color: RGBA(75, 214, 181, 0.6);
  }
  .txt-vibe-opal-06,
  .hover\:txt-vibe-opal-06:hover,
  .focus\:txt-vibe-opal-06:focus,
  .group:hover .group-hover\:txt-vibe-opal-06,
  .group:focus-within .group-focus-within\:txt-vibe-opal-06 {
    color: RGBA(75, 214, 181, 0.06);
  }
  .txt-vibe-opal-7,
  .hover\:txt-vibe-opal-7:hover,
  .focus\:txt-vibe-opal-7:focus,
  .group:hover .group-hover\:txt-vibe-opal-7,
  .group:focus-within .group-focus-within\:txt-vibe-opal-7 {
    color: RGBA(75, 214, 181, 0.7);
  }
  .txt-vibe-opal-07,
  .hover\:txt-vibe-opal-07:hover,
  .focus\:txt-vibe-opal-07:focus,
  .group:hover .group-hover\:txt-vibe-opal-07,
  .group:focus-within .group-focus-within\:txt-vibe-opal-07 {
    color: RGBA(75, 214, 181, 0.07);
  }
  .txt-vibe-opal-8,
  .hover\:txt-vibe-opal-8:hover,
  .focus\:txt-vibe-opal-8:focus,
  .group:hover .group-hover\:txt-vibe-opal-8,
  .group:focus-within .group-focus-within\:txt-vibe-opal-8 {
    color: RGBA(75, 214, 181, 0.8);
  }
  .txt-vibe-opal-08,
  .hover\:txt-vibe-opal-08:hover,
  .focus\:txt-vibe-opal-08:focus,
  .group:hover .group-hover\:txt-vibe-opal-08,
  .group:focus-within .group-focus-within\:txt-vibe-opal-08 {
    color: RGBA(75, 214, 181, 0.08);
  }
  .txt-vibe-opal-9,
  .hover\:txt-vibe-opal-9:hover,
  .focus\:txt-vibe-opal-9:focus,
  .group:hover .group-hover\:txt-vibe-opal-9,
  .group:focus-within .group-focus-within\:txt-vibe-opal-9 {
    color: RGBA(75, 214, 181, 0.9);
  }
  .txt-vibe-opal-09,
  .hover\:txt-vibe-opal-09:hover,
  .focus\:txt-vibe-opal-09:focus,
  .group:hover .group-hover\:txt-vibe-opal-09,
  .group:focus-within .group-focus-within\:txt-vibe-opal-09 {
    color: RGBA(75, 214, 181, 0.09);
  }
  .txt-vibe-opal-10,
  .hover\:txt-vibe-opal-10:hover,
  .focus\:txt-vibe-opal-10:focus,
  .group:hover .group-hover\:txt-vibe-opal-10,
  .group:focus-within .group-focus-within\:txt-vibe-opal-10 {
    color: RGBA(75, 214, 181, 1);
  }
  .link-vibe a,
  .hover\:link-vibe a:hover,
  .active\:link-vibe a:active,
  .focus\:link-vibe a:focus,
  .group:hover .group-hover\:link-vibe a,
  .group:focus-within .group-focus-within\:link-vibe a {
    color: #4bd6b5;
  }
  .link-vibe-opal-0 a,
  .hover\:link-vibe-opal-0 a:hover,
  .active\:link-vibe-opal-0 a:active,
  .focus\:link-vibe-opal-0 a:focus,
  .group:hover .group-hover\:link-vibe-opal-0 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-0 a {
    color: RGBA(75, 214, 181, 0);
  }
  .link-vibe-opal-00 a,
  .hover\:link-vibe-opal-00 a:hover,
  .active\:link-vibe-opal-00 a:active,
  .focus\:link-vibe-opal-00 a:focus,
  .group:hover .group-hover\:link-vibe-opal-00 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-00 a {
    color: RGBA(75, 214, 181, 0);
  }
  .link-vibe-opal-1 a,
  .hover\:link-vibe-opal-1 a:hover,
  .active\:link-vibe-opal-1 a:active,
  .focus\:link-vibe-opal-1 a:focus,
  .group:hover .group-hover\:link-vibe-opal-1 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-1 a {
    color: RGBA(75, 214, 181, 0.1);
  }
  .link-vibe-opal-01 a,
  .hover\:link-vibe-opal-01 a:hover,
  .active\:link-vibe-opal-01 a:active,
  .focus\:link-vibe-opal-01 a:focus,
  .group:hover .group-hover\:link-vibe-opal-01 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-01 a {
    color: RGBA(75, 214, 181, 0.01);
  }
  .link-vibe-opal-2 a,
  .hover\:link-vibe-opal-2 a:hover,
  .active\:link-vibe-opal-2 a:active,
  .focus\:link-vibe-opal-2 a:focus,
  .group:hover .group-hover\:link-vibe-opal-2 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-2 a {
    color: RGBA(75, 214, 181, 0.2);
  }
  .link-vibe-opal-02 a,
  .hover\:link-vibe-opal-02 a:hover,
  .active\:link-vibe-opal-02 a:active,
  .focus\:link-vibe-opal-02 a:focus,
  .group:hover .group-hover\:link-vibe-opal-02 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-02 a {
    color: RGBA(75, 214, 181, 0.02);
  }
  .link-vibe-opal-3 a,
  .hover\:link-vibe-opal-3 a:hover,
  .active\:link-vibe-opal-3 a:active,
  .focus\:link-vibe-opal-3 a:focus,
  .group:hover .group-hover\:link-vibe-opal-3 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-3 a {
    color: RGBA(75, 214, 181, 0.3);
  }
  .link-vibe-opal-03 a,
  .hover\:link-vibe-opal-03 a:hover,
  .active\:link-vibe-opal-03 a:active,
  .focus\:link-vibe-opal-03 a:focus,
  .group:hover .group-hover\:link-vibe-opal-03 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-03 a {
    color: RGBA(75, 214, 181, 0.03);
  }
  .link-vibe-opal-4 a,
  .hover\:link-vibe-opal-4 a:hover,
  .active\:link-vibe-opal-4 a:active,
  .focus\:link-vibe-opal-4 a:focus,
  .group:hover .group-hover\:link-vibe-opal-4 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-4 a {
    color: RGBA(75, 214, 181, 0.4);
  }
  .link-vibe-opal-04 a,
  .hover\:link-vibe-opal-04 a:hover,
  .active\:link-vibe-opal-04 a:active,
  .focus\:link-vibe-opal-04 a:focus,
  .group:hover .group-hover\:link-vibe-opal-04 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-04 a {
    color: RGBA(75, 214, 181, 0.04);
  }
  .link-vibe-opal-5 a,
  .hover\:link-vibe-opal-5 a:hover,
  .active\:link-vibe-opal-5 a:active,
  .focus\:link-vibe-opal-5 a:focus,
  .group:hover .group-hover\:link-vibe-opal-5 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-5 a {
    color: RGBA(75, 214, 181, 0.5);
  }
  .link-vibe-opal-05 a,
  .hover\:link-vibe-opal-05 a:hover,
  .active\:link-vibe-opal-05 a:active,
  .focus\:link-vibe-opal-05 a:focus,
  .group:hover .group-hover\:link-vibe-opal-05 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-05 a {
    color: RGBA(75, 214, 181, 0.05);
  }
  .link-vibe-opal-6 a,
  .hover\:link-vibe-opal-6 a:hover,
  .active\:link-vibe-opal-6 a:active,
  .focus\:link-vibe-opal-6 a:focus,
  .group:hover .group-hover\:link-vibe-opal-6 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-6 a {
    color: RGBA(75, 214, 181, 0.6);
  }
  .link-vibe-opal-06 a,
  .hover\:link-vibe-opal-06 a:hover,
  .active\:link-vibe-opal-06 a:active,
  .focus\:link-vibe-opal-06 a:focus,
  .group:hover .group-hover\:link-vibe-opal-06 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-06 a {
    color: RGBA(75, 214, 181, 0.06);
  }
  .link-vibe-opal-7 a,
  .hover\:link-vibe-opal-7 a:hover,
  .active\:link-vibe-opal-7 a:active,
  .focus\:link-vibe-opal-7 a:focus,
  .group:hover .group-hover\:link-vibe-opal-7 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-7 a {
    color: RGBA(75, 214, 181, 0.7);
  }
  .link-vibe-opal-07 a,
  .hover\:link-vibe-opal-07 a:hover,
  .active\:link-vibe-opal-07 a:active,
  .focus\:link-vibe-opal-07 a:focus,
  .group:hover .group-hover\:link-vibe-opal-07 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-07 a {
    color: RGBA(75, 214, 181, 0.07);
  }
  .link-vibe-opal-8 a,
  .hover\:link-vibe-opal-8 a:hover,
  .active\:link-vibe-opal-8 a:active,
  .focus\:link-vibe-opal-8 a:focus,
  .group:hover .group-hover\:link-vibe-opal-8 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-8 a {
    color: RGBA(75, 214, 181, 0.8);
  }
  .link-vibe-opal-08 a,
  .hover\:link-vibe-opal-08 a:hover,
  .active\:link-vibe-opal-08 a:active,
  .focus\:link-vibe-opal-08 a:focus,
  .group:hover .group-hover\:link-vibe-opal-08 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-08 a {
    color: RGBA(75, 214, 181, 0.08);
  }
  .link-vibe-opal-9 a,
  .hover\:link-vibe-opal-9 a:hover,
  .active\:link-vibe-opal-9 a:active,
  .focus\:link-vibe-opal-9 a:focus,
  .group:hover .group-hover\:link-vibe-opal-9 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-9 a {
    color: RGBA(75, 214, 181, 0.9);
  }
  .link-vibe-opal-09 a,
  .hover\:link-vibe-opal-09 a:hover,
  .active\:link-vibe-opal-09 a:active,
  .focus\:link-vibe-opal-09 a:focus,
  .group:hover .group-hover\:link-vibe-opal-09 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-09 a {
    color: RGBA(75, 214, 181, 0.09);
  }
  .link-vibe-opal-10 a,
  .hover\:link-vibe-opal-10 a:hover,
  .active\:link-vibe-opal-10 a:active,
  .focus\:link-vibe-opal-10 a:focus,
  .group:hover .group-hover\:link-vibe-opal-10 a,
  .group:focus-within .group-focus-within\:link-vibe-opal-10 a {
    color: RGBA(75, 214, 181, 1);
  }
  .txt-deep-sea,
  .hover\:txt-deep-sea:hover,
  .focus\:txt-deep-sea:focus,
  .group:hover .group-hover\:txt-deep-sea,
  .group:focus-within .group-focus-within\:txt-deep-sea {
    color: #0a26b8;
  }
  .txt-deep-sea-opal-0,
  .hover\:txt-deep-sea-opal-0:hover,
  .focus\:txt-deep-sea-opal-0:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-0,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-0 {
    color: RGBA(10, 38, 184, 0);
  }
  .txt-deep-sea-opal-00,
  .hover\:txt-deep-sea-opal-00:hover,
  .focus\:txt-deep-sea-opal-00:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-00,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-00 {
    color: RGBA(10, 38, 184, 0);
  }
  .txt-deep-sea-opal-1,
  .hover\:txt-deep-sea-opal-1:hover,
  .focus\:txt-deep-sea-opal-1:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-1,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-1 {
    color: RGBA(10, 38, 184, 0.1);
  }
  .txt-deep-sea-opal-01,
  .hover\:txt-deep-sea-opal-01:hover,
  .focus\:txt-deep-sea-opal-01:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-01,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-01 {
    color: RGBA(10, 38, 184, 0.01);
  }
  .txt-deep-sea-opal-2,
  .hover\:txt-deep-sea-opal-2:hover,
  .focus\:txt-deep-sea-opal-2:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-2,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-2 {
    color: RGBA(10, 38, 184, 0.2);
  }
  .txt-deep-sea-opal-02,
  .hover\:txt-deep-sea-opal-02:hover,
  .focus\:txt-deep-sea-opal-02:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-02,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-02 {
    color: RGBA(10, 38, 184, 0.02);
  }
  .txt-deep-sea-opal-3,
  .hover\:txt-deep-sea-opal-3:hover,
  .focus\:txt-deep-sea-opal-3:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-3,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-3 {
    color: RGBA(10, 38, 184, 0.3);
  }
  .txt-deep-sea-opal-03,
  .hover\:txt-deep-sea-opal-03:hover,
  .focus\:txt-deep-sea-opal-03:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-03,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-03 {
    color: RGBA(10, 38, 184, 0.03);
  }
  .txt-deep-sea-opal-4,
  .hover\:txt-deep-sea-opal-4:hover,
  .focus\:txt-deep-sea-opal-4:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-4,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-4 {
    color: RGBA(10, 38, 184, 0.4);
  }
  .txt-deep-sea-opal-04,
  .hover\:txt-deep-sea-opal-04:hover,
  .focus\:txt-deep-sea-opal-04:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-04,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-04 {
    color: RGBA(10, 38, 184, 0.04);
  }
  .txt-deep-sea-opal-5,
  .hover\:txt-deep-sea-opal-5:hover,
  .focus\:txt-deep-sea-opal-5:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-5,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-5 {
    color: RGBA(10, 38, 184, 0.5);
  }
  .txt-deep-sea-opal-05,
  .hover\:txt-deep-sea-opal-05:hover,
  .focus\:txt-deep-sea-opal-05:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-05,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-05 {
    color: RGBA(10, 38, 184, 0.05);
  }
  .txt-deep-sea-opal-6,
  .hover\:txt-deep-sea-opal-6:hover,
  .focus\:txt-deep-sea-opal-6:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-6,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-6 {
    color: RGBA(10, 38, 184, 0.6);
  }
  .txt-deep-sea-opal-06,
  .hover\:txt-deep-sea-opal-06:hover,
  .focus\:txt-deep-sea-opal-06:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-06,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-06 {
    color: RGBA(10, 38, 184, 0.06);
  }
  .txt-deep-sea-opal-7,
  .hover\:txt-deep-sea-opal-7:hover,
  .focus\:txt-deep-sea-opal-7:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-7,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-7 {
    color: RGBA(10, 38, 184, 0.7);
  }
  .txt-deep-sea-opal-07,
  .hover\:txt-deep-sea-opal-07:hover,
  .focus\:txt-deep-sea-opal-07:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-07,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-07 {
    color: RGBA(10, 38, 184, 0.07);
  }
  .txt-deep-sea-opal-8,
  .hover\:txt-deep-sea-opal-8:hover,
  .focus\:txt-deep-sea-opal-8:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-8,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-8 {
    color: RGBA(10, 38, 184, 0.8);
  }
  .txt-deep-sea-opal-08,
  .hover\:txt-deep-sea-opal-08:hover,
  .focus\:txt-deep-sea-opal-08:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-08,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-08 {
    color: RGBA(10, 38, 184, 0.08);
  }
  .txt-deep-sea-opal-9,
  .hover\:txt-deep-sea-opal-9:hover,
  .focus\:txt-deep-sea-opal-9:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-9,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-9 {
    color: RGBA(10, 38, 184, 0.9);
  }
  .txt-deep-sea-opal-09,
  .hover\:txt-deep-sea-opal-09:hover,
  .focus\:txt-deep-sea-opal-09:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-09,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-09 {
    color: RGBA(10, 38, 184, 0.09);
  }
  .txt-deep-sea-opal-10,
  .hover\:txt-deep-sea-opal-10:hover,
  .focus\:txt-deep-sea-opal-10:focus,
  .group:hover .group-hover\:txt-deep-sea-opal-10,
  .group:focus-within .group-focus-within\:txt-deep-sea-opal-10 {
    color: RGBA(10, 38, 184, 1);
  }
  .link-deep-sea a,
  .hover\:link-deep-sea a:hover,
  .active\:link-deep-sea a:active,
  .focus\:link-deep-sea a:focus,
  .group:hover .group-hover\:link-deep-sea a,
  .group:focus-within .group-focus-within\:link-deep-sea a {
    color: #0a26b8;
  }
  .link-deep-sea-opal-0 a,
  .hover\:link-deep-sea-opal-0 a:hover,
  .active\:link-deep-sea-opal-0 a:active,
  .focus\:link-deep-sea-opal-0 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-0 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-0 a {
    color: RGBA(10, 38, 184, 0);
  }
  .link-deep-sea-opal-00 a,
  .hover\:link-deep-sea-opal-00 a:hover,
  .active\:link-deep-sea-opal-00 a:active,
  .focus\:link-deep-sea-opal-00 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-00 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-00 a {
    color: RGBA(10, 38, 184, 0);
  }
  .link-deep-sea-opal-1 a,
  .hover\:link-deep-sea-opal-1 a:hover,
  .active\:link-deep-sea-opal-1 a:active,
  .focus\:link-deep-sea-opal-1 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-1 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-1 a {
    color: RGBA(10, 38, 184, 0.1);
  }
  .link-deep-sea-opal-01 a,
  .hover\:link-deep-sea-opal-01 a:hover,
  .active\:link-deep-sea-opal-01 a:active,
  .focus\:link-deep-sea-opal-01 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-01 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-01 a {
    color: RGBA(10, 38, 184, 0.01);
  }
  .link-deep-sea-opal-2 a,
  .hover\:link-deep-sea-opal-2 a:hover,
  .active\:link-deep-sea-opal-2 a:active,
  .focus\:link-deep-sea-opal-2 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-2 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-2 a {
    color: RGBA(10, 38, 184, 0.2);
  }
  .link-deep-sea-opal-02 a,
  .hover\:link-deep-sea-opal-02 a:hover,
  .active\:link-deep-sea-opal-02 a:active,
  .focus\:link-deep-sea-opal-02 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-02 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-02 a {
    color: RGBA(10, 38, 184, 0.02);
  }
  .link-deep-sea-opal-3 a,
  .hover\:link-deep-sea-opal-3 a:hover,
  .active\:link-deep-sea-opal-3 a:active,
  .focus\:link-deep-sea-opal-3 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-3 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-3 a {
    color: RGBA(10, 38, 184, 0.3);
  }
  .link-deep-sea-opal-03 a,
  .hover\:link-deep-sea-opal-03 a:hover,
  .active\:link-deep-sea-opal-03 a:active,
  .focus\:link-deep-sea-opal-03 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-03 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-03 a {
    color: RGBA(10, 38, 184, 0.03);
  }
  .link-deep-sea-opal-4 a,
  .hover\:link-deep-sea-opal-4 a:hover,
  .active\:link-deep-sea-opal-4 a:active,
  .focus\:link-deep-sea-opal-4 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-4 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-4 a {
    color: RGBA(10, 38, 184, 0.4);
  }
  .link-deep-sea-opal-04 a,
  .hover\:link-deep-sea-opal-04 a:hover,
  .active\:link-deep-sea-opal-04 a:active,
  .focus\:link-deep-sea-opal-04 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-04 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-04 a {
    color: RGBA(10, 38, 184, 0.04);
  }
  .link-deep-sea-opal-5 a,
  .hover\:link-deep-sea-opal-5 a:hover,
  .active\:link-deep-sea-opal-5 a:active,
  .focus\:link-deep-sea-opal-5 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-5 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-5 a {
    color: RGBA(10, 38, 184, 0.5);
  }
  .link-deep-sea-opal-05 a,
  .hover\:link-deep-sea-opal-05 a:hover,
  .active\:link-deep-sea-opal-05 a:active,
  .focus\:link-deep-sea-opal-05 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-05 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-05 a {
    color: RGBA(10, 38, 184, 0.05);
  }
  .link-deep-sea-opal-6 a,
  .hover\:link-deep-sea-opal-6 a:hover,
  .active\:link-deep-sea-opal-6 a:active,
  .focus\:link-deep-sea-opal-6 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-6 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-6 a {
    color: RGBA(10, 38, 184, 0.6);
  }
  .link-deep-sea-opal-06 a,
  .hover\:link-deep-sea-opal-06 a:hover,
  .active\:link-deep-sea-opal-06 a:active,
  .focus\:link-deep-sea-opal-06 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-06 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-06 a {
    color: RGBA(10, 38, 184, 0.06);
  }
  .link-deep-sea-opal-7 a,
  .hover\:link-deep-sea-opal-7 a:hover,
  .active\:link-deep-sea-opal-7 a:active,
  .focus\:link-deep-sea-opal-7 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-7 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-7 a {
    color: RGBA(10, 38, 184, 0.7);
  }
  .link-deep-sea-opal-07 a,
  .hover\:link-deep-sea-opal-07 a:hover,
  .active\:link-deep-sea-opal-07 a:active,
  .focus\:link-deep-sea-opal-07 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-07 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-07 a {
    color: RGBA(10, 38, 184, 0.07);
  }
  .link-deep-sea-opal-8 a,
  .hover\:link-deep-sea-opal-8 a:hover,
  .active\:link-deep-sea-opal-8 a:active,
  .focus\:link-deep-sea-opal-8 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-8 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-8 a {
    color: RGBA(10, 38, 184, 0.8);
  }
  .link-deep-sea-opal-08 a,
  .hover\:link-deep-sea-opal-08 a:hover,
  .active\:link-deep-sea-opal-08 a:active,
  .focus\:link-deep-sea-opal-08 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-08 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-08 a {
    color: RGBA(10, 38, 184, 0.08);
  }
  .link-deep-sea-opal-9 a,
  .hover\:link-deep-sea-opal-9 a:hover,
  .active\:link-deep-sea-opal-9 a:active,
  .focus\:link-deep-sea-opal-9 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-9 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-9 a {
    color: RGBA(10, 38, 184, 0.9);
  }
  .link-deep-sea-opal-09 a,
  .hover\:link-deep-sea-opal-09 a:hover,
  .active\:link-deep-sea-opal-09 a:active,
  .focus\:link-deep-sea-opal-09 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-09 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-09 a {
    color: RGBA(10, 38, 184, 0.09);
  }
  .link-deep-sea-opal-10 a,
  .hover\:link-deep-sea-opal-10 a:hover,
  .active\:link-deep-sea-opal-10 a:active,
  .focus\:link-deep-sea-opal-10 a:focus,
  .group:hover .group-hover\:link-deep-sea-opal-10 a,
  .group:focus-within .group-focus-within\:link-deep-sea-opal-10 a {
    color: RGBA(10, 38, 184, 1);
  }
  .txt-electric-blue,
  .hover\:txt-electric-blue:hover,
  .focus\:txt-electric-blue:focus,
  .group:hover .group-hover\:txt-electric-blue,
  .group:focus-within .group-focus-within\:txt-electric-blue {
    color: #145deb;
  }
  .txt-electric-blue-opal-0,
  .hover\:txt-electric-blue-opal-0:hover,
  .focus\:txt-electric-blue-opal-0:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-0,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-0 {
    color: RGBA(20, 93, 235, 0);
  }
  .txt-electric-blue-opal-00,
  .hover\:txt-electric-blue-opal-00:hover,
  .focus\:txt-electric-blue-opal-00:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-00,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-00 {
    color: RGBA(20, 93, 235, 0);
  }
  .txt-electric-blue-opal-1,
  .hover\:txt-electric-blue-opal-1:hover,
  .focus\:txt-electric-blue-opal-1:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-1,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-1 {
    color: RGBA(20, 93, 235, 0.1);
  }
  .txt-electric-blue-opal-01,
  .hover\:txt-electric-blue-opal-01:hover,
  .focus\:txt-electric-blue-opal-01:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-01,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-01 {
    color: RGBA(20, 93, 235, 0.01);
  }
  .txt-electric-blue-opal-2,
  .hover\:txt-electric-blue-opal-2:hover,
  .focus\:txt-electric-blue-opal-2:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-2,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-2 {
    color: RGBA(20, 93, 235, 0.2);
  }
  .txt-electric-blue-opal-02,
  .hover\:txt-electric-blue-opal-02:hover,
  .focus\:txt-electric-blue-opal-02:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-02,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-02 {
    color: RGBA(20, 93, 235, 0.02);
  }
  .txt-electric-blue-opal-3,
  .hover\:txt-electric-blue-opal-3:hover,
  .focus\:txt-electric-blue-opal-3:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-3,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-3 {
    color: RGBA(20, 93, 235, 0.3);
  }
  .txt-electric-blue-opal-03,
  .hover\:txt-electric-blue-opal-03:hover,
  .focus\:txt-electric-blue-opal-03:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-03,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-03 {
    color: RGBA(20, 93, 235, 0.03);
  }
  .txt-electric-blue-opal-4,
  .hover\:txt-electric-blue-opal-4:hover,
  .focus\:txt-electric-blue-opal-4:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-4,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-4 {
    color: RGBA(20, 93, 235, 0.4);
  }
  .txt-electric-blue-opal-04,
  .hover\:txt-electric-blue-opal-04:hover,
  .focus\:txt-electric-blue-opal-04:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-04,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-04 {
    color: RGBA(20, 93, 235, 0.04);
  }
  .txt-electric-blue-opal-5,
  .hover\:txt-electric-blue-opal-5:hover,
  .focus\:txt-electric-blue-opal-5:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-5,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-5 {
    color: RGBA(20, 93, 235, 0.5);
  }
  .txt-electric-blue-opal-05,
  .hover\:txt-electric-blue-opal-05:hover,
  .focus\:txt-electric-blue-opal-05:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-05,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-05 {
    color: RGBA(20, 93, 235, 0.05);
  }
  .txt-electric-blue-opal-6,
  .hover\:txt-electric-blue-opal-6:hover,
  .focus\:txt-electric-blue-opal-6:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-6,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-6 {
    color: RGBA(20, 93, 235, 0.6);
  }
  .txt-electric-blue-opal-06,
  .hover\:txt-electric-blue-opal-06:hover,
  .focus\:txt-electric-blue-opal-06:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-06,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-06 {
    color: RGBA(20, 93, 235, 0.06);
  }
  .txt-electric-blue-opal-7,
  .hover\:txt-electric-blue-opal-7:hover,
  .focus\:txt-electric-blue-opal-7:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-7,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-7 {
    color: RGBA(20, 93, 235, 0.7);
  }
  .txt-electric-blue-opal-07,
  .hover\:txt-electric-blue-opal-07:hover,
  .focus\:txt-electric-blue-opal-07:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-07,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-07 {
    color: RGBA(20, 93, 235, 0.07);
  }
  .txt-electric-blue-opal-8,
  .hover\:txt-electric-blue-opal-8:hover,
  .focus\:txt-electric-blue-opal-8:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-8,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-8 {
    color: RGBA(20, 93, 235, 0.8);
  }
  .txt-electric-blue-opal-08,
  .hover\:txt-electric-blue-opal-08:hover,
  .focus\:txt-electric-blue-opal-08:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-08,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-08 {
    color: RGBA(20, 93, 235, 0.08);
  }
  .txt-electric-blue-opal-9,
  .hover\:txt-electric-blue-opal-9:hover,
  .focus\:txt-electric-blue-opal-9:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-9,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-9 {
    color: RGBA(20, 93, 235, 0.9);
  }
  .txt-electric-blue-opal-09,
  .hover\:txt-electric-blue-opal-09:hover,
  .focus\:txt-electric-blue-opal-09:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-09,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-09 {
    color: RGBA(20, 93, 235, 0.09);
  }
  .txt-electric-blue-opal-10,
  .hover\:txt-electric-blue-opal-10:hover,
  .focus\:txt-electric-blue-opal-10:focus,
  .group:hover .group-hover\:txt-electric-blue-opal-10,
  .group:focus-within .group-focus-within\:txt-electric-blue-opal-10 {
    color: RGBA(20, 93, 235, 1);
  }
  .link-electric-blue a,
  .hover\:link-electric-blue a:hover,
  .active\:link-electric-blue a:active,
  .focus\:link-electric-blue a:focus,
  .group:hover .group-hover\:link-electric-blue a,
  .group:focus-within .group-focus-within\:link-electric-blue a {
    color: #145deb;
  }
  .link-electric-blue-opal-0 a,
  .hover\:link-electric-blue-opal-0 a:hover,
  .active\:link-electric-blue-opal-0 a:active,
  .focus\:link-electric-blue-opal-0 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-0 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-0 a {
    color: RGBA(20, 93, 235, 0);
  }
  .link-electric-blue-opal-00 a,
  .hover\:link-electric-blue-opal-00 a:hover,
  .active\:link-electric-blue-opal-00 a:active,
  .focus\:link-electric-blue-opal-00 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-00 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-00 a {
    color: RGBA(20, 93, 235, 0);
  }
  .link-electric-blue-opal-1 a,
  .hover\:link-electric-blue-opal-1 a:hover,
  .active\:link-electric-blue-opal-1 a:active,
  .focus\:link-electric-blue-opal-1 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-1 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-1 a {
    color: RGBA(20, 93, 235, 0.1);
  }
  .link-electric-blue-opal-01 a,
  .hover\:link-electric-blue-opal-01 a:hover,
  .active\:link-electric-blue-opal-01 a:active,
  .focus\:link-electric-blue-opal-01 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-01 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-01 a {
    color: RGBA(20, 93, 235, 0.01);
  }
  .link-electric-blue-opal-2 a,
  .hover\:link-electric-blue-opal-2 a:hover,
  .active\:link-electric-blue-opal-2 a:active,
  .focus\:link-electric-blue-opal-2 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-2 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-2 a {
    color: RGBA(20, 93, 235, 0.2);
  }
  .link-electric-blue-opal-02 a,
  .hover\:link-electric-blue-opal-02 a:hover,
  .active\:link-electric-blue-opal-02 a:active,
  .focus\:link-electric-blue-opal-02 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-02 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-02 a {
    color: RGBA(20, 93, 235, 0.02);
  }
  .link-electric-blue-opal-3 a,
  .hover\:link-electric-blue-opal-3 a:hover,
  .active\:link-electric-blue-opal-3 a:active,
  .focus\:link-electric-blue-opal-3 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-3 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-3 a {
    color: RGBA(20, 93, 235, 0.3);
  }
  .link-electric-blue-opal-03 a,
  .hover\:link-electric-blue-opal-03 a:hover,
  .active\:link-electric-blue-opal-03 a:active,
  .focus\:link-electric-blue-opal-03 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-03 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-03 a {
    color: RGBA(20, 93, 235, 0.03);
  }
  .link-electric-blue-opal-4 a,
  .hover\:link-electric-blue-opal-4 a:hover,
  .active\:link-electric-blue-opal-4 a:active,
  .focus\:link-electric-blue-opal-4 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-4 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-4 a {
    color: RGBA(20, 93, 235, 0.4);
  }
  .link-electric-blue-opal-04 a,
  .hover\:link-electric-blue-opal-04 a:hover,
  .active\:link-electric-blue-opal-04 a:active,
  .focus\:link-electric-blue-opal-04 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-04 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-04 a {
    color: RGBA(20, 93, 235, 0.04);
  }
  .link-electric-blue-opal-5 a,
  .hover\:link-electric-blue-opal-5 a:hover,
  .active\:link-electric-blue-opal-5 a:active,
  .focus\:link-electric-blue-opal-5 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-5 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-5 a {
    color: RGBA(20, 93, 235, 0.5);
  }
  .link-electric-blue-opal-05 a,
  .hover\:link-electric-blue-opal-05 a:hover,
  .active\:link-electric-blue-opal-05 a:active,
  .focus\:link-electric-blue-opal-05 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-05 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-05 a {
    color: RGBA(20, 93, 235, 0.05);
  }
  .link-electric-blue-opal-6 a,
  .hover\:link-electric-blue-opal-6 a:hover,
  .active\:link-electric-blue-opal-6 a:active,
  .focus\:link-electric-blue-opal-6 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-6 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-6 a {
    color: RGBA(20, 93, 235, 0.6);
  }
  .link-electric-blue-opal-06 a,
  .hover\:link-electric-blue-opal-06 a:hover,
  .active\:link-electric-blue-opal-06 a:active,
  .focus\:link-electric-blue-opal-06 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-06 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-06 a {
    color: RGBA(20, 93, 235, 0.06);
  }
  .link-electric-blue-opal-7 a,
  .hover\:link-electric-blue-opal-7 a:hover,
  .active\:link-electric-blue-opal-7 a:active,
  .focus\:link-electric-blue-opal-7 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-7 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-7 a {
    color: RGBA(20, 93, 235, 0.7);
  }
  .link-electric-blue-opal-07 a,
  .hover\:link-electric-blue-opal-07 a:hover,
  .active\:link-electric-blue-opal-07 a:active,
  .focus\:link-electric-blue-opal-07 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-07 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-07 a {
    color: RGBA(20, 93, 235, 0.07);
  }
  .link-electric-blue-opal-8 a,
  .hover\:link-electric-blue-opal-8 a:hover,
  .active\:link-electric-blue-opal-8 a:active,
  .focus\:link-electric-blue-opal-8 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-8 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-8 a {
    color: RGBA(20, 93, 235, 0.8);
  }
  .link-electric-blue-opal-08 a,
  .hover\:link-electric-blue-opal-08 a:hover,
  .active\:link-electric-blue-opal-08 a:active,
  .focus\:link-electric-blue-opal-08 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-08 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-08 a {
    color: RGBA(20, 93, 235, 0.08);
  }
  .link-electric-blue-opal-9 a,
  .hover\:link-electric-blue-opal-9 a:hover,
  .active\:link-electric-blue-opal-9 a:active,
  .focus\:link-electric-blue-opal-9 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-9 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-9 a {
    color: RGBA(20, 93, 235, 0.9);
  }
  .link-electric-blue-opal-09 a,
  .hover\:link-electric-blue-opal-09 a:hover,
  .active\:link-electric-blue-opal-09 a:active,
  .focus\:link-electric-blue-opal-09 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-09 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-09 a {
    color: RGBA(20, 93, 235, 0.09);
  }
  .link-electric-blue-opal-10 a,
  .hover\:link-electric-blue-opal-10 a:hover,
  .active\:link-electric-blue-opal-10 a:active,
  .focus\:link-electric-blue-opal-10 a:focus,
  .group:hover .group-hover\:link-electric-blue-opal-10 a,
  .group:focus-within .group-focus-within\:link-electric-blue-opal-10 a {
    color: RGBA(20, 93, 235, 1);
  }
  .txt-electric-blue-dark,
  .hover\:txt-electric-blue-dark:hover,
  .focus\:txt-electric-blue-dark:focus,
  .group:hover .group-hover\:txt-electric-blue-dark,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark {
    color: #3ea2ff;
  }
  .txt-electric-blue-dark-opal-0,
  .hover\:txt-electric-blue-dark-opal-0:hover,
  .focus\:txt-electric-blue-dark-opal-0:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-0,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-0 {
    color: RGBA(62, 162, 255, 0);
  }
  .txt-electric-blue-dark-opal-00,
  .hover\:txt-electric-blue-dark-opal-00:hover,
  .focus\:txt-electric-blue-dark-opal-00:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-00,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-00 {
    color: RGBA(62, 162, 255, 0);
  }
  .txt-electric-blue-dark-opal-1,
  .hover\:txt-electric-blue-dark-opal-1:hover,
  .focus\:txt-electric-blue-dark-opal-1:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-1,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-1 {
    color: RGBA(62, 162, 255, 0.1);
  }
  .txt-electric-blue-dark-opal-01,
  .hover\:txt-electric-blue-dark-opal-01:hover,
  .focus\:txt-electric-blue-dark-opal-01:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-01,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-01 {
    color: RGBA(62, 162, 255, 0.01);
  }
  .txt-electric-blue-dark-opal-2,
  .hover\:txt-electric-blue-dark-opal-2:hover,
  .focus\:txt-electric-blue-dark-opal-2:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-2,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-2 {
    color: RGBA(62, 162, 255, 0.2);
  }
  .txt-electric-blue-dark-opal-02,
  .hover\:txt-electric-blue-dark-opal-02:hover,
  .focus\:txt-electric-blue-dark-opal-02:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-02,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-02 {
    color: RGBA(62, 162, 255, 0.02);
  }
  .txt-electric-blue-dark-opal-3,
  .hover\:txt-electric-blue-dark-opal-3:hover,
  .focus\:txt-electric-blue-dark-opal-3:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-3,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-3 {
    color: RGBA(62, 162, 255, 0.3);
  }
  .txt-electric-blue-dark-opal-03,
  .hover\:txt-electric-blue-dark-opal-03:hover,
  .focus\:txt-electric-blue-dark-opal-03:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-03,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-03 {
    color: RGBA(62, 162, 255, 0.03);
  }
  .txt-electric-blue-dark-opal-4,
  .hover\:txt-electric-blue-dark-opal-4:hover,
  .focus\:txt-electric-blue-dark-opal-4:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-4,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-4 {
    color: RGBA(62, 162, 255, 0.4);
  }
  .txt-electric-blue-dark-opal-04,
  .hover\:txt-electric-blue-dark-opal-04:hover,
  .focus\:txt-electric-blue-dark-opal-04:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-04,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-04 {
    color: RGBA(62, 162, 255, 0.04);
  }
  .txt-electric-blue-dark-opal-5,
  .hover\:txt-electric-blue-dark-opal-5:hover,
  .focus\:txt-electric-blue-dark-opal-5:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-5,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-5 {
    color: RGBA(62, 162, 255, 0.5);
  }
  .txt-electric-blue-dark-opal-05,
  .hover\:txt-electric-blue-dark-opal-05:hover,
  .focus\:txt-electric-blue-dark-opal-05:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-05,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-05 {
    color: RGBA(62, 162, 255, 0.05);
  }
  .txt-electric-blue-dark-opal-6,
  .hover\:txt-electric-blue-dark-opal-6:hover,
  .focus\:txt-electric-blue-dark-opal-6:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-6,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-6 {
    color: RGBA(62, 162, 255, 0.6);
  }
  .txt-electric-blue-dark-opal-06,
  .hover\:txt-electric-blue-dark-opal-06:hover,
  .focus\:txt-electric-blue-dark-opal-06:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-06,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-06 {
    color: RGBA(62, 162, 255, 0.06);
  }
  .txt-electric-blue-dark-opal-7,
  .hover\:txt-electric-blue-dark-opal-7:hover,
  .focus\:txt-electric-blue-dark-opal-7:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-7,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-7 {
    color: RGBA(62, 162, 255, 0.7);
  }
  .txt-electric-blue-dark-opal-07,
  .hover\:txt-electric-blue-dark-opal-07:hover,
  .focus\:txt-electric-blue-dark-opal-07:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-07,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-07 {
    color: RGBA(62, 162, 255, 0.07);
  }
  .txt-electric-blue-dark-opal-8,
  .hover\:txt-electric-blue-dark-opal-8:hover,
  .focus\:txt-electric-blue-dark-opal-8:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-8,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-8 {
    color: RGBA(62, 162, 255, 0.8);
  }
  .txt-electric-blue-dark-opal-08,
  .hover\:txt-electric-blue-dark-opal-08:hover,
  .focus\:txt-electric-blue-dark-opal-08:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-08,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-08 {
    color: RGBA(62, 162, 255, 0.08);
  }
  .txt-electric-blue-dark-opal-9,
  .hover\:txt-electric-blue-dark-opal-9:hover,
  .focus\:txt-electric-blue-dark-opal-9:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-9,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-9 {
    color: RGBA(62, 162, 255, 0.9);
  }
  .txt-electric-blue-dark-opal-09,
  .hover\:txt-electric-blue-dark-opal-09:hover,
  .focus\:txt-electric-blue-dark-opal-09:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-09,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-09 {
    color: RGBA(62, 162, 255, 0.09);
  }
  .txt-electric-blue-dark-opal-10,
  .hover\:txt-electric-blue-dark-opal-10:hover,
  .focus\:txt-electric-blue-dark-opal-10:focus,
  .group:hover .group-hover\:txt-electric-blue-dark-opal-10,
  .group:focus-within .group-focus-within\:txt-electric-blue-dark-opal-10 {
    color: RGBA(62, 162, 255, 1);
  }
  .link-electric-blue-dark a,
  .hover\:link-electric-blue-dark a:hover,
  .active\:link-electric-blue-dark a:active,
  .focus\:link-electric-blue-dark a:focus,
  .group:hover .group-hover\:link-electric-blue-dark a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark a {
    color: #3ea2ff;
  }
  .link-electric-blue-dark-opal-0 a,
  .hover\:link-electric-blue-dark-opal-0 a:hover,
  .active\:link-electric-blue-dark-opal-0 a:active,
  .focus\:link-electric-blue-dark-opal-0 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-0 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-0 a {
    color: RGBA(62, 162, 255, 0);
  }
  .link-electric-blue-dark-opal-00 a,
  .hover\:link-electric-blue-dark-opal-00 a:hover,
  .active\:link-electric-blue-dark-opal-00 a:active,
  .focus\:link-electric-blue-dark-opal-00 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-00 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-00 a {
    color: RGBA(62, 162, 255, 0);
  }
  .link-electric-blue-dark-opal-1 a,
  .hover\:link-electric-blue-dark-opal-1 a:hover,
  .active\:link-electric-blue-dark-opal-1 a:active,
  .focus\:link-electric-blue-dark-opal-1 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-1 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-1 a {
    color: RGBA(62, 162, 255, 0.1);
  }
  .link-electric-blue-dark-opal-01 a,
  .hover\:link-electric-blue-dark-opal-01 a:hover,
  .active\:link-electric-blue-dark-opal-01 a:active,
  .focus\:link-electric-blue-dark-opal-01 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-01 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-01 a {
    color: RGBA(62, 162, 255, 0.01);
  }
  .link-electric-blue-dark-opal-2 a,
  .hover\:link-electric-blue-dark-opal-2 a:hover,
  .active\:link-electric-blue-dark-opal-2 a:active,
  .focus\:link-electric-blue-dark-opal-2 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-2 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-2 a {
    color: RGBA(62, 162, 255, 0.2);
  }
  .link-electric-blue-dark-opal-02 a,
  .hover\:link-electric-blue-dark-opal-02 a:hover,
  .active\:link-electric-blue-dark-opal-02 a:active,
  .focus\:link-electric-blue-dark-opal-02 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-02 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-02 a {
    color: RGBA(62, 162, 255, 0.02);
  }
  .link-electric-blue-dark-opal-3 a,
  .hover\:link-electric-blue-dark-opal-3 a:hover,
  .active\:link-electric-blue-dark-opal-3 a:active,
  .focus\:link-electric-blue-dark-opal-3 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-3 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-3 a {
    color: RGBA(62, 162, 255, 0.3);
  }
  .link-electric-blue-dark-opal-03 a,
  .hover\:link-electric-blue-dark-opal-03 a:hover,
  .active\:link-electric-blue-dark-opal-03 a:active,
  .focus\:link-electric-blue-dark-opal-03 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-03 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-03 a {
    color: RGBA(62, 162, 255, 0.03);
  }
  .link-electric-blue-dark-opal-4 a,
  .hover\:link-electric-blue-dark-opal-4 a:hover,
  .active\:link-electric-blue-dark-opal-4 a:active,
  .focus\:link-electric-blue-dark-opal-4 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-4 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-4 a {
    color: RGBA(62, 162, 255, 0.4);
  }
  .link-electric-blue-dark-opal-04 a,
  .hover\:link-electric-blue-dark-opal-04 a:hover,
  .active\:link-electric-blue-dark-opal-04 a:active,
  .focus\:link-electric-blue-dark-opal-04 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-04 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-04 a {
    color: RGBA(62, 162, 255, 0.04);
  }
  .link-electric-blue-dark-opal-5 a,
  .hover\:link-electric-blue-dark-opal-5 a:hover,
  .active\:link-electric-blue-dark-opal-5 a:active,
  .focus\:link-electric-blue-dark-opal-5 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-5 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-5 a {
    color: RGBA(62, 162, 255, 0.5);
  }
  .link-electric-blue-dark-opal-05 a,
  .hover\:link-electric-blue-dark-opal-05 a:hover,
  .active\:link-electric-blue-dark-opal-05 a:active,
  .focus\:link-electric-blue-dark-opal-05 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-05 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-05 a {
    color: RGBA(62, 162, 255, 0.05);
  }
  .link-electric-blue-dark-opal-6 a,
  .hover\:link-electric-blue-dark-opal-6 a:hover,
  .active\:link-electric-blue-dark-opal-6 a:active,
  .focus\:link-electric-blue-dark-opal-6 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-6 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-6 a {
    color: RGBA(62, 162, 255, 0.6);
  }
  .link-electric-blue-dark-opal-06 a,
  .hover\:link-electric-blue-dark-opal-06 a:hover,
  .active\:link-electric-blue-dark-opal-06 a:active,
  .focus\:link-electric-blue-dark-opal-06 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-06 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-06 a {
    color: RGBA(62, 162, 255, 0.06);
  }
  .link-electric-blue-dark-opal-7 a,
  .hover\:link-electric-blue-dark-opal-7 a:hover,
  .active\:link-electric-blue-dark-opal-7 a:active,
  .focus\:link-electric-blue-dark-opal-7 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-7 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-7 a {
    color: RGBA(62, 162, 255, 0.7);
  }
  .link-electric-blue-dark-opal-07 a,
  .hover\:link-electric-blue-dark-opal-07 a:hover,
  .active\:link-electric-blue-dark-opal-07 a:active,
  .focus\:link-electric-blue-dark-opal-07 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-07 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-07 a {
    color: RGBA(62, 162, 255, 0.07);
  }
  .link-electric-blue-dark-opal-8 a,
  .hover\:link-electric-blue-dark-opal-8 a:hover,
  .active\:link-electric-blue-dark-opal-8 a:active,
  .focus\:link-electric-blue-dark-opal-8 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-8 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-8 a {
    color: RGBA(62, 162, 255, 0.8);
  }
  .link-electric-blue-dark-opal-08 a,
  .hover\:link-electric-blue-dark-opal-08 a:hover,
  .active\:link-electric-blue-dark-opal-08 a:active,
  .focus\:link-electric-blue-dark-opal-08 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-08 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-08 a {
    color: RGBA(62, 162, 255, 0.08);
  }
  .link-electric-blue-dark-opal-9 a,
  .hover\:link-electric-blue-dark-opal-9 a:hover,
  .active\:link-electric-blue-dark-opal-9 a:active,
  .focus\:link-electric-blue-dark-opal-9 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-9 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-9 a {
    color: RGBA(62, 162, 255, 0.9);
  }
  .link-electric-blue-dark-opal-09 a,
  .hover\:link-electric-blue-dark-opal-09 a:hover,
  .active\:link-electric-blue-dark-opal-09 a:active,
  .focus\:link-electric-blue-dark-opal-09 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-09 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-09 a {
    color: RGBA(62, 162, 255, 0.09);
  }
  .link-electric-blue-dark-opal-10 a,
  .hover\:link-electric-blue-dark-opal-10 a:hover,
  .active\:link-electric-blue-dark-opal-10 a:active,
  .focus\:link-electric-blue-dark-opal-10 a:focus,
  .group:hover .group-hover\:link-electric-blue-dark-opal-10 a,
  .group:focus-within .group-focus-within\:link-electric-blue-dark-opal-10 a {
    color: RGBA(62, 162, 255, 1);
  }
  .txt-periwinkle,
  .hover\:txt-periwinkle:hover,
  .focus\:txt-periwinkle:focus,
  .group:hover .group-hover\:txt-periwinkle,
  .group:focus-within .group-focus-within\:txt-periwinkle {
    color: #9bcfff;
  }
  .txt-periwinkle-opal-0,
  .hover\:txt-periwinkle-opal-0:hover,
  .focus\:txt-periwinkle-opal-0:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-0,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-0 {
    color: RGBA(155, 207, 255, 0);
  }
  .txt-periwinkle-opal-00,
  .hover\:txt-periwinkle-opal-00:hover,
  .focus\:txt-periwinkle-opal-00:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-00,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-00 {
    color: RGBA(155, 207, 255, 0);
  }
  .txt-periwinkle-opal-1,
  .hover\:txt-periwinkle-opal-1:hover,
  .focus\:txt-periwinkle-opal-1:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-1,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-1 {
    color: RGBA(155, 207, 255, 0.1);
  }
  .txt-periwinkle-opal-01,
  .hover\:txt-periwinkle-opal-01:hover,
  .focus\:txt-periwinkle-opal-01:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-01,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-01 {
    color: RGBA(155, 207, 255, 0.01);
  }
  .txt-periwinkle-opal-2,
  .hover\:txt-periwinkle-opal-2:hover,
  .focus\:txt-periwinkle-opal-2:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-2,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-2 {
    color: RGBA(155, 207, 255, 0.2);
  }
  .txt-periwinkle-opal-02,
  .hover\:txt-periwinkle-opal-02:hover,
  .focus\:txt-periwinkle-opal-02:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-02,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-02 {
    color: RGBA(155, 207, 255, 0.02);
  }
  .txt-periwinkle-opal-3,
  .hover\:txt-periwinkle-opal-3:hover,
  .focus\:txt-periwinkle-opal-3:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-3,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-3 {
    color: RGBA(155, 207, 255, 0.3);
  }
  .txt-periwinkle-opal-03,
  .hover\:txt-periwinkle-opal-03:hover,
  .focus\:txt-periwinkle-opal-03:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-03,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-03 {
    color: RGBA(155, 207, 255, 0.03);
  }
  .txt-periwinkle-opal-4,
  .hover\:txt-periwinkle-opal-4:hover,
  .focus\:txt-periwinkle-opal-4:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-4,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-4 {
    color: RGBA(155, 207, 255, 0.4);
  }
  .txt-periwinkle-opal-04,
  .hover\:txt-periwinkle-opal-04:hover,
  .focus\:txt-periwinkle-opal-04:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-04,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-04 {
    color: RGBA(155, 207, 255, 0.04);
  }
  .txt-periwinkle-opal-5,
  .hover\:txt-periwinkle-opal-5:hover,
  .focus\:txt-periwinkle-opal-5:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-5,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-5 {
    color: RGBA(155, 207, 255, 0.5);
  }
  .txt-periwinkle-opal-05,
  .hover\:txt-periwinkle-opal-05:hover,
  .focus\:txt-periwinkle-opal-05:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-05,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-05 {
    color: RGBA(155, 207, 255, 0.05);
  }
  .txt-periwinkle-opal-6,
  .hover\:txt-periwinkle-opal-6:hover,
  .focus\:txt-periwinkle-opal-6:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-6,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-6 {
    color: RGBA(155, 207, 255, 0.6);
  }
  .txt-periwinkle-opal-06,
  .hover\:txt-periwinkle-opal-06:hover,
  .focus\:txt-periwinkle-opal-06:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-06,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-06 {
    color: RGBA(155, 207, 255, 0.06);
  }
  .txt-periwinkle-opal-7,
  .hover\:txt-periwinkle-opal-7:hover,
  .focus\:txt-periwinkle-opal-7:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-7,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-7 {
    color: RGBA(155, 207, 255, 0.7);
  }
  .txt-periwinkle-opal-07,
  .hover\:txt-periwinkle-opal-07:hover,
  .focus\:txt-periwinkle-opal-07:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-07,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-07 {
    color: RGBA(155, 207, 255, 0.07);
  }
  .txt-periwinkle-opal-8,
  .hover\:txt-periwinkle-opal-8:hover,
  .focus\:txt-periwinkle-opal-8:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-8,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-8 {
    color: RGBA(155, 207, 255, 0.8);
  }
  .txt-periwinkle-opal-08,
  .hover\:txt-periwinkle-opal-08:hover,
  .focus\:txt-periwinkle-opal-08:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-08,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-08 {
    color: RGBA(155, 207, 255, 0.08);
  }
  .txt-periwinkle-opal-9,
  .hover\:txt-periwinkle-opal-9:hover,
  .focus\:txt-periwinkle-opal-9:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-9,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-9 {
    color: RGBA(155, 207, 255, 0.9);
  }
  .txt-periwinkle-opal-09,
  .hover\:txt-periwinkle-opal-09:hover,
  .focus\:txt-periwinkle-opal-09:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-09,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-09 {
    color: RGBA(155, 207, 255, 0.09);
  }
  .txt-periwinkle-opal-10,
  .hover\:txt-periwinkle-opal-10:hover,
  .focus\:txt-periwinkle-opal-10:focus,
  .group:hover .group-hover\:txt-periwinkle-opal-10,
  .group:focus-within .group-focus-within\:txt-periwinkle-opal-10 {
    color: RGBA(155, 207, 255, 1);
  }
  .link-periwinkle a,
  .hover\:link-periwinkle a:hover,
  .active\:link-periwinkle a:active,
  .focus\:link-periwinkle a:focus,
  .group:hover .group-hover\:link-periwinkle a,
  .group:focus-within .group-focus-within\:link-periwinkle a {
    color: #9bcfff;
  }
  .link-periwinkle-opal-0 a,
  .hover\:link-periwinkle-opal-0 a:hover,
  .active\:link-periwinkle-opal-0 a:active,
  .focus\:link-periwinkle-opal-0 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-0 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-0 a {
    color: RGBA(155, 207, 255, 0);
  }
  .link-periwinkle-opal-00 a,
  .hover\:link-periwinkle-opal-00 a:hover,
  .active\:link-periwinkle-opal-00 a:active,
  .focus\:link-periwinkle-opal-00 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-00 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-00 a {
    color: RGBA(155, 207, 255, 0);
  }
  .link-periwinkle-opal-1 a,
  .hover\:link-periwinkle-opal-1 a:hover,
  .active\:link-periwinkle-opal-1 a:active,
  .focus\:link-periwinkle-opal-1 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-1 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-1 a {
    color: RGBA(155, 207, 255, 0.1);
  }
  .link-periwinkle-opal-01 a,
  .hover\:link-periwinkle-opal-01 a:hover,
  .active\:link-periwinkle-opal-01 a:active,
  .focus\:link-periwinkle-opal-01 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-01 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-01 a {
    color: RGBA(155, 207, 255, 0.01);
  }
  .link-periwinkle-opal-2 a,
  .hover\:link-periwinkle-opal-2 a:hover,
  .active\:link-periwinkle-opal-2 a:active,
  .focus\:link-periwinkle-opal-2 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-2 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-2 a {
    color: RGBA(155, 207, 255, 0.2);
  }
  .link-periwinkle-opal-02 a,
  .hover\:link-periwinkle-opal-02 a:hover,
  .active\:link-periwinkle-opal-02 a:active,
  .focus\:link-periwinkle-opal-02 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-02 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-02 a {
    color: RGBA(155, 207, 255, 0.02);
  }
  .link-periwinkle-opal-3 a,
  .hover\:link-periwinkle-opal-3 a:hover,
  .active\:link-periwinkle-opal-3 a:active,
  .focus\:link-periwinkle-opal-3 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-3 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-3 a {
    color: RGBA(155, 207, 255, 0.3);
  }
  .link-periwinkle-opal-03 a,
  .hover\:link-periwinkle-opal-03 a:hover,
  .active\:link-periwinkle-opal-03 a:active,
  .focus\:link-periwinkle-opal-03 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-03 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-03 a {
    color: RGBA(155, 207, 255, 0.03);
  }
  .link-periwinkle-opal-4 a,
  .hover\:link-periwinkle-opal-4 a:hover,
  .active\:link-periwinkle-opal-4 a:active,
  .focus\:link-periwinkle-opal-4 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-4 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-4 a {
    color: RGBA(155, 207, 255, 0.4);
  }
  .link-periwinkle-opal-04 a,
  .hover\:link-periwinkle-opal-04 a:hover,
  .active\:link-periwinkle-opal-04 a:active,
  .focus\:link-periwinkle-opal-04 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-04 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-04 a {
    color: RGBA(155, 207, 255, 0.04);
  }
  .link-periwinkle-opal-5 a,
  .hover\:link-periwinkle-opal-5 a:hover,
  .active\:link-periwinkle-opal-5 a:active,
  .focus\:link-periwinkle-opal-5 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-5 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-5 a {
    color: RGBA(155, 207, 255, 0.5);
  }
  .link-periwinkle-opal-05 a,
  .hover\:link-periwinkle-opal-05 a:hover,
  .active\:link-periwinkle-opal-05 a:active,
  .focus\:link-periwinkle-opal-05 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-05 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-05 a {
    color: RGBA(155, 207, 255, 0.05);
  }
  .link-periwinkle-opal-6 a,
  .hover\:link-periwinkle-opal-6 a:hover,
  .active\:link-periwinkle-opal-6 a:active,
  .focus\:link-periwinkle-opal-6 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-6 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-6 a {
    color: RGBA(155, 207, 255, 0.6);
  }
  .link-periwinkle-opal-06 a,
  .hover\:link-periwinkle-opal-06 a:hover,
  .active\:link-periwinkle-opal-06 a:active,
  .focus\:link-periwinkle-opal-06 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-06 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-06 a {
    color: RGBA(155, 207, 255, 0.06);
  }
  .link-periwinkle-opal-7 a,
  .hover\:link-periwinkle-opal-7 a:hover,
  .active\:link-periwinkle-opal-7 a:active,
  .focus\:link-periwinkle-opal-7 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-7 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-7 a {
    color: RGBA(155, 207, 255, 0.7);
  }
  .link-periwinkle-opal-07 a,
  .hover\:link-periwinkle-opal-07 a:hover,
  .active\:link-periwinkle-opal-07 a:active,
  .focus\:link-periwinkle-opal-07 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-07 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-07 a {
    color: RGBA(155, 207, 255, 0.07);
  }
  .link-periwinkle-opal-8 a,
  .hover\:link-periwinkle-opal-8 a:hover,
  .active\:link-periwinkle-opal-8 a:active,
  .focus\:link-periwinkle-opal-8 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-8 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-8 a {
    color: RGBA(155, 207, 255, 0.8);
  }
  .link-periwinkle-opal-08 a,
  .hover\:link-periwinkle-opal-08 a:hover,
  .active\:link-periwinkle-opal-08 a:active,
  .focus\:link-periwinkle-opal-08 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-08 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-08 a {
    color: RGBA(155, 207, 255, 0.08);
  }
  .link-periwinkle-opal-9 a,
  .hover\:link-periwinkle-opal-9 a:hover,
  .active\:link-periwinkle-opal-9 a:active,
  .focus\:link-periwinkle-opal-9 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-9 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-9 a {
    color: RGBA(155, 207, 255, 0.9);
  }
  .link-periwinkle-opal-09 a,
  .hover\:link-periwinkle-opal-09 a:hover,
  .active\:link-periwinkle-opal-09 a:active,
  .focus\:link-periwinkle-opal-09 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-09 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-09 a {
    color: RGBA(155, 207, 255, 0.09);
  }
  .link-periwinkle-opal-10 a,
  .hover\:link-periwinkle-opal-10 a:hover,
  .active\:link-periwinkle-opal-10 a:active,
  .focus\:link-periwinkle-opal-10 a:focus,
  .group:hover .group-hover\:link-periwinkle-opal-10 a,
  .group:focus-within .group-focus-within\:link-periwinkle-opal-10 a {
    color: RGBA(155, 207, 255, 1);
  }
  .txt-lilac,
  .hover\:txt-lilac:hover,
  .focus\:txt-lilac:focus,
  .group:hover .group-hover\:txt-lilac,
  .group:focus-within .group-focus-within\:txt-lilac {
    color: #8598fb;
  }
  .txt-lilac-opal-0,
  .hover\:txt-lilac-opal-0:hover,
  .focus\:txt-lilac-opal-0:focus,
  .group:hover .group-hover\:txt-lilac-opal-0,
  .group:focus-within .group-focus-within\:txt-lilac-opal-0 {
    color: RGBA(133, 152, 251, 0);
  }
  .txt-lilac-opal-00,
  .hover\:txt-lilac-opal-00:hover,
  .focus\:txt-lilac-opal-00:focus,
  .group:hover .group-hover\:txt-lilac-opal-00,
  .group:focus-within .group-focus-within\:txt-lilac-opal-00 {
    color: RGBA(133, 152, 251, 0);
  }
  .txt-lilac-opal-1,
  .hover\:txt-lilac-opal-1:hover,
  .focus\:txt-lilac-opal-1:focus,
  .group:hover .group-hover\:txt-lilac-opal-1,
  .group:focus-within .group-focus-within\:txt-lilac-opal-1 {
    color: RGBA(133, 152, 251, 0.1);
  }
  .txt-lilac-opal-01,
  .hover\:txt-lilac-opal-01:hover,
  .focus\:txt-lilac-opal-01:focus,
  .group:hover .group-hover\:txt-lilac-opal-01,
  .group:focus-within .group-focus-within\:txt-lilac-opal-01 {
    color: RGBA(133, 152, 251, 0.01);
  }
  .txt-lilac-opal-2,
  .hover\:txt-lilac-opal-2:hover,
  .focus\:txt-lilac-opal-2:focus,
  .group:hover .group-hover\:txt-lilac-opal-2,
  .group:focus-within .group-focus-within\:txt-lilac-opal-2 {
    color: RGBA(133, 152, 251, 0.2);
  }
  .txt-lilac-opal-02,
  .hover\:txt-lilac-opal-02:hover,
  .focus\:txt-lilac-opal-02:focus,
  .group:hover .group-hover\:txt-lilac-opal-02,
  .group:focus-within .group-focus-within\:txt-lilac-opal-02 {
    color: RGBA(133, 152, 251, 0.02);
  }
  .txt-lilac-opal-3,
  .hover\:txt-lilac-opal-3:hover,
  .focus\:txt-lilac-opal-3:focus,
  .group:hover .group-hover\:txt-lilac-opal-3,
  .group:focus-within .group-focus-within\:txt-lilac-opal-3 {
    color: RGBA(133, 152, 251, 0.3);
  }
  .txt-lilac-opal-03,
  .hover\:txt-lilac-opal-03:hover,
  .focus\:txt-lilac-opal-03:focus,
  .group:hover .group-hover\:txt-lilac-opal-03,
  .group:focus-within .group-focus-within\:txt-lilac-opal-03 {
    color: RGBA(133, 152, 251, 0.03);
  }
  .txt-lilac-opal-4,
  .hover\:txt-lilac-opal-4:hover,
  .focus\:txt-lilac-opal-4:focus,
  .group:hover .group-hover\:txt-lilac-opal-4,
  .group:focus-within .group-focus-within\:txt-lilac-opal-4 {
    color: RGBA(133, 152, 251, 0.4);
  }
  .txt-lilac-opal-04,
  .hover\:txt-lilac-opal-04:hover,
  .focus\:txt-lilac-opal-04:focus,
  .group:hover .group-hover\:txt-lilac-opal-04,
  .group:focus-within .group-focus-within\:txt-lilac-opal-04 {
    color: RGBA(133, 152, 251, 0.04);
  }
  .txt-lilac-opal-5,
  .hover\:txt-lilac-opal-5:hover,
  .focus\:txt-lilac-opal-5:focus,
  .group:hover .group-hover\:txt-lilac-opal-5,
  .group:focus-within .group-focus-within\:txt-lilac-opal-5 {
    color: RGBA(133, 152, 251, 0.5);
  }
  .txt-lilac-opal-05,
  .hover\:txt-lilac-opal-05:hover,
  .focus\:txt-lilac-opal-05:focus,
  .group:hover .group-hover\:txt-lilac-opal-05,
  .group:focus-within .group-focus-within\:txt-lilac-opal-05 {
    color: RGBA(133, 152, 251, 0.05);
  }
  .txt-lilac-opal-6,
  .hover\:txt-lilac-opal-6:hover,
  .focus\:txt-lilac-opal-6:focus,
  .group:hover .group-hover\:txt-lilac-opal-6,
  .group:focus-within .group-focus-within\:txt-lilac-opal-6 {
    color: RGBA(133, 152, 251, 0.6);
  }
  .txt-lilac-opal-06,
  .hover\:txt-lilac-opal-06:hover,
  .focus\:txt-lilac-opal-06:focus,
  .group:hover .group-hover\:txt-lilac-opal-06,
  .group:focus-within .group-focus-within\:txt-lilac-opal-06 {
    color: RGBA(133, 152, 251, 0.06);
  }
  .txt-lilac-opal-7,
  .hover\:txt-lilac-opal-7:hover,
  .focus\:txt-lilac-opal-7:focus,
  .group:hover .group-hover\:txt-lilac-opal-7,
  .group:focus-within .group-focus-within\:txt-lilac-opal-7 {
    color: RGBA(133, 152, 251, 0.7);
  }
  .txt-lilac-opal-07,
  .hover\:txt-lilac-opal-07:hover,
  .focus\:txt-lilac-opal-07:focus,
  .group:hover .group-hover\:txt-lilac-opal-07,
  .group:focus-within .group-focus-within\:txt-lilac-opal-07 {
    color: RGBA(133, 152, 251, 0.07);
  }
  .txt-lilac-opal-8,
  .hover\:txt-lilac-opal-8:hover,
  .focus\:txt-lilac-opal-8:focus,
  .group:hover .group-hover\:txt-lilac-opal-8,
  .group:focus-within .group-focus-within\:txt-lilac-opal-8 {
    color: RGBA(133, 152, 251, 0.8);
  }
  .txt-lilac-opal-08,
  .hover\:txt-lilac-opal-08:hover,
  .focus\:txt-lilac-opal-08:focus,
  .group:hover .group-hover\:txt-lilac-opal-08,
  .group:focus-within .group-focus-within\:txt-lilac-opal-08 {
    color: RGBA(133, 152, 251, 0.08);
  }
  .txt-lilac-opal-9,
  .hover\:txt-lilac-opal-9:hover,
  .focus\:txt-lilac-opal-9:focus,
  .group:hover .group-hover\:txt-lilac-opal-9,
  .group:focus-within .group-focus-within\:txt-lilac-opal-9 {
    color: RGBA(133, 152, 251, 0.9);
  }
  .txt-lilac-opal-09,
  .hover\:txt-lilac-opal-09:hover,
  .focus\:txt-lilac-opal-09:focus,
  .group:hover .group-hover\:txt-lilac-opal-09,
  .group:focus-within .group-focus-within\:txt-lilac-opal-09 {
    color: RGBA(133, 152, 251, 0.09);
  }
  .txt-lilac-opal-10,
  .hover\:txt-lilac-opal-10:hover,
  .focus\:txt-lilac-opal-10:focus,
  .group:hover .group-hover\:txt-lilac-opal-10,
  .group:focus-within .group-focus-within\:txt-lilac-opal-10 {
    color: RGBA(133, 152, 251, 1);
  }
  .link-lilac a,
  .hover\:link-lilac a:hover,
  .active\:link-lilac a:active,
  .focus\:link-lilac a:focus,
  .group:hover .group-hover\:link-lilac a,
  .group:focus-within .group-focus-within\:link-lilac a {
    color: #8598fb;
  }
  .link-lilac-opal-0 a,
  .hover\:link-lilac-opal-0 a:hover,
  .active\:link-lilac-opal-0 a:active,
  .focus\:link-lilac-opal-0 a:focus,
  .group:hover .group-hover\:link-lilac-opal-0 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-0 a {
    color: RGBA(133, 152, 251, 0);
  }
  .link-lilac-opal-00 a,
  .hover\:link-lilac-opal-00 a:hover,
  .active\:link-lilac-opal-00 a:active,
  .focus\:link-lilac-opal-00 a:focus,
  .group:hover .group-hover\:link-lilac-opal-00 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-00 a {
    color: RGBA(133, 152, 251, 0);
  }
  .link-lilac-opal-1 a,
  .hover\:link-lilac-opal-1 a:hover,
  .active\:link-lilac-opal-1 a:active,
  .focus\:link-lilac-opal-1 a:focus,
  .group:hover .group-hover\:link-lilac-opal-1 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-1 a {
    color: RGBA(133, 152, 251, 0.1);
  }
  .link-lilac-opal-01 a,
  .hover\:link-lilac-opal-01 a:hover,
  .active\:link-lilac-opal-01 a:active,
  .focus\:link-lilac-opal-01 a:focus,
  .group:hover .group-hover\:link-lilac-opal-01 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-01 a {
    color: RGBA(133, 152, 251, 0.01);
  }
  .link-lilac-opal-2 a,
  .hover\:link-lilac-opal-2 a:hover,
  .active\:link-lilac-opal-2 a:active,
  .focus\:link-lilac-opal-2 a:focus,
  .group:hover .group-hover\:link-lilac-opal-2 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-2 a {
    color: RGBA(133, 152, 251, 0.2);
  }
  .link-lilac-opal-02 a,
  .hover\:link-lilac-opal-02 a:hover,
  .active\:link-lilac-opal-02 a:active,
  .focus\:link-lilac-opal-02 a:focus,
  .group:hover .group-hover\:link-lilac-opal-02 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-02 a {
    color: RGBA(133, 152, 251, 0.02);
  }
  .link-lilac-opal-3 a,
  .hover\:link-lilac-opal-3 a:hover,
  .active\:link-lilac-opal-3 a:active,
  .focus\:link-lilac-opal-3 a:focus,
  .group:hover .group-hover\:link-lilac-opal-3 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-3 a {
    color: RGBA(133, 152, 251, 0.3);
  }
  .link-lilac-opal-03 a,
  .hover\:link-lilac-opal-03 a:hover,
  .active\:link-lilac-opal-03 a:active,
  .focus\:link-lilac-opal-03 a:focus,
  .group:hover .group-hover\:link-lilac-opal-03 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-03 a {
    color: RGBA(133, 152, 251, 0.03);
  }
  .link-lilac-opal-4 a,
  .hover\:link-lilac-opal-4 a:hover,
  .active\:link-lilac-opal-4 a:active,
  .focus\:link-lilac-opal-4 a:focus,
  .group:hover .group-hover\:link-lilac-opal-4 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-4 a {
    color: RGBA(133, 152, 251, 0.4);
  }
  .link-lilac-opal-04 a,
  .hover\:link-lilac-opal-04 a:hover,
  .active\:link-lilac-opal-04 a:active,
  .focus\:link-lilac-opal-04 a:focus,
  .group:hover .group-hover\:link-lilac-opal-04 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-04 a {
    color: RGBA(133, 152, 251, 0.04);
  }
  .link-lilac-opal-5 a,
  .hover\:link-lilac-opal-5 a:hover,
  .active\:link-lilac-opal-5 a:active,
  .focus\:link-lilac-opal-5 a:focus,
  .group:hover .group-hover\:link-lilac-opal-5 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-5 a {
    color: RGBA(133, 152, 251, 0.5);
  }
  .link-lilac-opal-05 a,
  .hover\:link-lilac-opal-05 a:hover,
  .active\:link-lilac-opal-05 a:active,
  .focus\:link-lilac-opal-05 a:focus,
  .group:hover .group-hover\:link-lilac-opal-05 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-05 a {
    color: RGBA(133, 152, 251, 0.05);
  }
  .link-lilac-opal-6 a,
  .hover\:link-lilac-opal-6 a:hover,
  .active\:link-lilac-opal-6 a:active,
  .focus\:link-lilac-opal-6 a:focus,
  .group:hover .group-hover\:link-lilac-opal-6 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-6 a {
    color: RGBA(133, 152, 251, 0.6);
  }
  .link-lilac-opal-06 a,
  .hover\:link-lilac-opal-06 a:hover,
  .active\:link-lilac-opal-06 a:active,
  .focus\:link-lilac-opal-06 a:focus,
  .group:hover .group-hover\:link-lilac-opal-06 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-06 a {
    color: RGBA(133, 152, 251, 0.06);
  }
  .link-lilac-opal-7 a,
  .hover\:link-lilac-opal-7 a:hover,
  .active\:link-lilac-opal-7 a:active,
  .focus\:link-lilac-opal-7 a:focus,
  .group:hover .group-hover\:link-lilac-opal-7 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-7 a {
    color: RGBA(133, 152, 251, 0.7);
  }
  .link-lilac-opal-07 a,
  .hover\:link-lilac-opal-07 a:hover,
  .active\:link-lilac-opal-07 a:active,
  .focus\:link-lilac-opal-07 a:focus,
  .group:hover .group-hover\:link-lilac-opal-07 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-07 a {
    color: RGBA(133, 152, 251, 0.07);
  }
  .link-lilac-opal-8 a,
  .hover\:link-lilac-opal-8 a:hover,
  .active\:link-lilac-opal-8 a:active,
  .focus\:link-lilac-opal-8 a:focus,
  .group:hover .group-hover\:link-lilac-opal-8 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-8 a {
    color: RGBA(133, 152, 251, 0.8);
  }
  .link-lilac-opal-08 a,
  .hover\:link-lilac-opal-08 a:hover,
  .active\:link-lilac-opal-08 a:active,
  .focus\:link-lilac-opal-08 a:focus,
  .group:hover .group-hover\:link-lilac-opal-08 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-08 a {
    color: RGBA(133, 152, 251, 0.08);
  }
  .link-lilac-opal-9 a,
  .hover\:link-lilac-opal-9 a:hover,
  .active\:link-lilac-opal-9 a:active,
  .focus\:link-lilac-opal-9 a:focus,
  .group:hover .group-hover\:link-lilac-opal-9 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-9 a {
    color: RGBA(133, 152, 251, 0.9);
  }
  .link-lilac-opal-09 a,
  .hover\:link-lilac-opal-09 a:hover,
  .active\:link-lilac-opal-09 a:active,
  .focus\:link-lilac-opal-09 a:focus,
  .group:hover .group-hover\:link-lilac-opal-09 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-09 a {
    color: RGBA(133, 152, 251, 0.09);
  }
  .link-lilac-opal-10 a,
  .hover\:link-lilac-opal-10 a:hover,
  .active\:link-lilac-opal-10 a:active,
  .focus\:link-lilac-opal-10 a:focus,
  .group:hover .group-hover\:link-lilac-opal-10 a,
  .group:focus-within .group-focus-within\:link-lilac-opal-10 a {
    color: RGBA(133, 152, 251, 1);
  }
  .txt-sky,
  .hover\:txt-sky:hover,
  .focus\:txt-sky:focus,
  .group:hover .group-hover\:txt-sky,
  .group:focus-within .group-focus-within\:txt-sky {
    color: #14c4eb;
  }
  .txt-sky-opal-0,
  .hover\:txt-sky-opal-0:hover,
  .focus\:txt-sky-opal-0:focus,
  .group:hover .group-hover\:txt-sky-opal-0,
  .group:focus-within .group-focus-within\:txt-sky-opal-0 {
    color: RGBA(20, 196, 235, 0);
  }
  .txt-sky-opal-00,
  .hover\:txt-sky-opal-00:hover,
  .focus\:txt-sky-opal-00:focus,
  .group:hover .group-hover\:txt-sky-opal-00,
  .group:focus-within .group-focus-within\:txt-sky-opal-00 {
    color: RGBA(20, 196, 235, 0);
  }
  .txt-sky-opal-1,
  .hover\:txt-sky-opal-1:hover,
  .focus\:txt-sky-opal-1:focus,
  .group:hover .group-hover\:txt-sky-opal-1,
  .group:focus-within .group-focus-within\:txt-sky-opal-1 {
    color: RGBA(20, 196, 235, 0.1);
  }
  .txt-sky-opal-01,
  .hover\:txt-sky-opal-01:hover,
  .focus\:txt-sky-opal-01:focus,
  .group:hover .group-hover\:txt-sky-opal-01,
  .group:focus-within .group-focus-within\:txt-sky-opal-01 {
    color: RGBA(20, 196, 235, 0.01);
  }
  .txt-sky-opal-2,
  .hover\:txt-sky-opal-2:hover,
  .focus\:txt-sky-opal-2:focus,
  .group:hover .group-hover\:txt-sky-opal-2,
  .group:focus-within .group-focus-within\:txt-sky-opal-2 {
    color: RGBA(20, 196, 235, 0.2);
  }
  .txt-sky-opal-02,
  .hover\:txt-sky-opal-02:hover,
  .focus\:txt-sky-opal-02:focus,
  .group:hover .group-hover\:txt-sky-opal-02,
  .group:focus-within .group-focus-within\:txt-sky-opal-02 {
    color: RGBA(20, 196, 235, 0.02);
  }
  .txt-sky-opal-3,
  .hover\:txt-sky-opal-3:hover,
  .focus\:txt-sky-opal-3:focus,
  .group:hover .group-hover\:txt-sky-opal-3,
  .group:focus-within .group-focus-within\:txt-sky-opal-3 {
    color: RGBA(20, 196, 235, 0.3);
  }
  .txt-sky-opal-03,
  .hover\:txt-sky-opal-03:hover,
  .focus\:txt-sky-opal-03:focus,
  .group:hover .group-hover\:txt-sky-opal-03,
  .group:focus-within .group-focus-within\:txt-sky-opal-03 {
    color: RGBA(20, 196, 235, 0.03);
  }
  .txt-sky-opal-4,
  .hover\:txt-sky-opal-4:hover,
  .focus\:txt-sky-opal-4:focus,
  .group:hover .group-hover\:txt-sky-opal-4,
  .group:focus-within .group-focus-within\:txt-sky-opal-4 {
    color: RGBA(20, 196, 235, 0.4);
  }
  .txt-sky-opal-04,
  .hover\:txt-sky-opal-04:hover,
  .focus\:txt-sky-opal-04:focus,
  .group:hover .group-hover\:txt-sky-opal-04,
  .group:focus-within .group-focus-within\:txt-sky-opal-04 {
    color: RGBA(20, 196, 235, 0.04);
  }
  .txt-sky-opal-5,
  .hover\:txt-sky-opal-5:hover,
  .focus\:txt-sky-opal-5:focus,
  .group:hover .group-hover\:txt-sky-opal-5,
  .group:focus-within .group-focus-within\:txt-sky-opal-5 {
    color: RGBA(20, 196, 235, 0.5);
  }
  .txt-sky-opal-05,
  .hover\:txt-sky-opal-05:hover,
  .focus\:txt-sky-opal-05:focus,
  .group:hover .group-hover\:txt-sky-opal-05,
  .group:focus-within .group-focus-within\:txt-sky-opal-05 {
    color: RGBA(20, 196, 235, 0.05);
  }
  .txt-sky-opal-6,
  .hover\:txt-sky-opal-6:hover,
  .focus\:txt-sky-opal-6:focus,
  .group:hover .group-hover\:txt-sky-opal-6,
  .group:focus-within .group-focus-within\:txt-sky-opal-6 {
    color: RGBA(20, 196, 235, 0.6);
  }
  .txt-sky-opal-06,
  .hover\:txt-sky-opal-06:hover,
  .focus\:txt-sky-opal-06:focus,
  .group:hover .group-hover\:txt-sky-opal-06,
  .group:focus-within .group-focus-within\:txt-sky-opal-06 {
    color: RGBA(20, 196, 235, 0.06);
  }
  .txt-sky-opal-7,
  .hover\:txt-sky-opal-7:hover,
  .focus\:txt-sky-opal-7:focus,
  .group:hover .group-hover\:txt-sky-opal-7,
  .group:focus-within .group-focus-within\:txt-sky-opal-7 {
    color: RGBA(20, 196, 235, 0.7);
  }
  .txt-sky-opal-07,
  .hover\:txt-sky-opal-07:hover,
  .focus\:txt-sky-opal-07:focus,
  .group:hover .group-hover\:txt-sky-opal-07,
  .group:focus-within .group-focus-within\:txt-sky-opal-07 {
    color: RGBA(20, 196, 235, 0.07);
  }
  .txt-sky-opal-8,
  .hover\:txt-sky-opal-8:hover,
  .focus\:txt-sky-opal-8:focus,
  .group:hover .group-hover\:txt-sky-opal-8,
  .group:focus-within .group-focus-within\:txt-sky-opal-8 {
    color: RGBA(20, 196, 235, 0.8);
  }
  .txt-sky-opal-08,
  .hover\:txt-sky-opal-08:hover,
  .focus\:txt-sky-opal-08:focus,
  .group:hover .group-hover\:txt-sky-opal-08,
  .group:focus-within .group-focus-within\:txt-sky-opal-08 {
    color: RGBA(20, 196, 235, 0.08);
  }
  .txt-sky-opal-9,
  .hover\:txt-sky-opal-9:hover,
  .focus\:txt-sky-opal-9:focus,
  .group:hover .group-hover\:txt-sky-opal-9,
  .group:focus-within .group-focus-within\:txt-sky-opal-9 {
    color: RGBA(20, 196, 235, 0.9);
  }
  .txt-sky-opal-09,
  .hover\:txt-sky-opal-09:hover,
  .focus\:txt-sky-opal-09:focus,
  .group:hover .group-hover\:txt-sky-opal-09,
  .group:focus-within .group-focus-within\:txt-sky-opal-09 {
    color: RGBA(20, 196, 235, 0.09);
  }
  .txt-sky-opal-10,
  .hover\:txt-sky-opal-10:hover,
  .focus\:txt-sky-opal-10:focus,
  .group:hover .group-hover\:txt-sky-opal-10,
  .group:focus-within .group-focus-within\:txt-sky-opal-10 {
    color: RGBA(20, 196, 235, 1);
  }
  .link-sky a,
  .hover\:link-sky a:hover,
  .active\:link-sky a:active,
  .focus\:link-sky a:focus,
  .group:hover .group-hover\:link-sky a,
  .group:focus-within .group-focus-within\:link-sky a {
    color: #14c4eb;
  }
  .link-sky-opal-0 a,
  .hover\:link-sky-opal-0 a:hover,
  .active\:link-sky-opal-0 a:active,
  .focus\:link-sky-opal-0 a:focus,
  .group:hover .group-hover\:link-sky-opal-0 a,
  .group:focus-within .group-focus-within\:link-sky-opal-0 a {
    color: RGBA(20, 196, 235, 0);
  }
  .link-sky-opal-00 a,
  .hover\:link-sky-opal-00 a:hover,
  .active\:link-sky-opal-00 a:active,
  .focus\:link-sky-opal-00 a:focus,
  .group:hover .group-hover\:link-sky-opal-00 a,
  .group:focus-within .group-focus-within\:link-sky-opal-00 a {
    color: RGBA(20, 196, 235, 0);
  }
  .link-sky-opal-1 a,
  .hover\:link-sky-opal-1 a:hover,
  .active\:link-sky-opal-1 a:active,
  .focus\:link-sky-opal-1 a:focus,
  .group:hover .group-hover\:link-sky-opal-1 a,
  .group:focus-within .group-focus-within\:link-sky-opal-1 a {
    color: RGBA(20, 196, 235, 0.1);
  }
  .link-sky-opal-01 a,
  .hover\:link-sky-opal-01 a:hover,
  .active\:link-sky-opal-01 a:active,
  .focus\:link-sky-opal-01 a:focus,
  .group:hover .group-hover\:link-sky-opal-01 a,
  .group:focus-within .group-focus-within\:link-sky-opal-01 a {
    color: RGBA(20, 196, 235, 0.01);
  }
  .link-sky-opal-2 a,
  .hover\:link-sky-opal-2 a:hover,
  .active\:link-sky-opal-2 a:active,
  .focus\:link-sky-opal-2 a:focus,
  .group:hover .group-hover\:link-sky-opal-2 a,
  .group:focus-within .group-focus-within\:link-sky-opal-2 a {
    color: RGBA(20, 196, 235, 0.2);
  }
  .link-sky-opal-02 a,
  .hover\:link-sky-opal-02 a:hover,
  .active\:link-sky-opal-02 a:active,
  .focus\:link-sky-opal-02 a:focus,
  .group:hover .group-hover\:link-sky-opal-02 a,
  .group:focus-within .group-focus-within\:link-sky-opal-02 a {
    color: RGBA(20, 196, 235, 0.02);
  }
  .link-sky-opal-3 a,
  .hover\:link-sky-opal-3 a:hover,
  .active\:link-sky-opal-3 a:active,
  .focus\:link-sky-opal-3 a:focus,
  .group:hover .group-hover\:link-sky-opal-3 a,
  .group:focus-within .group-focus-within\:link-sky-opal-3 a {
    color: RGBA(20, 196, 235, 0.3);
  }
  .link-sky-opal-03 a,
  .hover\:link-sky-opal-03 a:hover,
  .active\:link-sky-opal-03 a:active,
  .focus\:link-sky-opal-03 a:focus,
  .group:hover .group-hover\:link-sky-opal-03 a,
  .group:focus-within .group-focus-within\:link-sky-opal-03 a {
    color: RGBA(20, 196, 235, 0.03);
  }
  .link-sky-opal-4 a,
  .hover\:link-sky-opal-4 a:hover,
  .active\:link-sky-opal-4 a:active,
  .focus\:link-sky-opal-4 a:focus,
  .group:hover .group-hover\:link-sky-opal-4 a,
  .group:focus-within .group-focus-within\:link-sky-opal-4 a {
    color: RGBA(20, 196, 235, 0.4);
  }
  .link-sky-opal-04 a,
  .hover\:link-sky-opal-04 a:hover,
  .active\:link-sky-opal-04 a:active,
  .focus\:link-sky-opal-04 a:focus,
  .group:hover .group-hover\:link-sky-opal-04 a,
  .group:focus-within .group-focus-within\:link-sky-opal-04 a {
    color: RGBA(20, 196, 235, 0.04);
  }
  .link-sky-opal-5 a,
  .hover\:link-sky-opal-5 a:hover,
  .active\:link-sky-opal-5 a:active,
  .focus\:link-sky-opal-5 a:focus,
  .group:hover .group-hover\:link-sky-opal-5 a,
  .group:focus-within .group-focus-within\:link-sky-opal-5 a {
    color: RGBA(20, 196, 235, 0.5);
  }
  .link-sky-opal-05 a,
  .hover\:link-sky-opal-05 a:hover,
  .active\:link-sky-opal-05 a:active,
  .focus\:link-sky-opal-05 a:focus,
  .group:hover .group-hover\:link-sky-opal-05 a,
  .group:focus-within .group-focus-within\:link-sky-opal-05 a {
    color: RGBA(20, 196, 235, 0.05);
  }
  .link-sky-opal-6 a,
  .hover\:link-sky-opal-6 a:hover,
  .active\:link-sky-opal-6 a:active,
  .focus\:link-sky-opal-6 a:focus,
  .group:hover .group-hover\:link-sky-opal-6 a,
  .group:focus-within .group-focus-within\:link-sky-opal-6 a {
    color: RGBA(20, 196, 235, 0.6);
  }
  .link-sky-opal-06 a,
  .hover\:link-sky-opal-06 a:hover,
  .active\:link-sky-opal-06 a:active,
  .focus\:link-sky-opal-06 a:focus,
  .group:hover .group-hover\:link-sky-opal-06 a,
  .group:focus-within .group-focus-within\:link-sky-opal-06 a {
    color: RGBA(20, 196, 235, 0.06);
  }
  .link-sky-opal-7 a,
  .hover\:link-sky-opal-7 a:hover,
  .active\:link-sky-opal-7 a:active,
  .focus\:link-sky-opal-7 a:focus,
  .group:hover .group-hover\:link-sky-opal-7 a,
  .group:focus-within .group-focus-within\:link-sky-opal-7 a {
    color: RGBA(20, 196, 235, 0.7);
  }
  .link-sky-opal-07 a,
  .hover\:link-sky-opal-07 a:hover,
  .active\:link-sky-opal-07 a:active,
  .focus\:link-sky-opal-07 a:focus,
  .group:hover .group-hover\:link-sky-opal-07 a,
  .group:focus-within .group-focus-within\:link-sky-opal-07 a {
    color: RGBA(20, 196, 235, 0.07);
  }
  .link-sky-opal-8 a,
  .hover\:link-sky-opal-8 a:hover,
  .active\:link-sky-opal-8 a:active,
  .focus\:link-sky-opal-8 a:focus,
  .group:hover .group-hover\:link-sky-opal-8 a,
  .group:focus-within .group-focus-within\:link-sky-opal-8 a {
    color: RGBA(20, 196, 235, 0.8);
  }
  .link-sky-opal-08 a,
  .hover\:link-sky-opal-08 a:hover,
  .active\:link-sky-opal-08 a:active,
  .focus\:link-sky-opal-08 a:focus,
  .group:hover .group-hover\:link-sky-opal-08 a,
  .group:focus-within .group-focus-within\:link-sky-opal-08 a {
    color: RGBA(20, 196, 235, 0.08);
  }
  .link-sky-opal-9 a,
  .hover\:link-sky-opal-9 a:hover,
  .active\:link-sky-opal-9 a:active,
  .focus\:link-sky-opal-9 a:focus,
  .group:hover .group-hover\:link-sky-opal-9 a,
  .group:focus-within .group-focus-within\:link-sky-opal-9 a {
    color: RGBA(20, 196, 235, 0.9);
  }
  .link-sky-opal-09 a,
  .hover\:link-sky-opal-09 a:hover,
  .active\:link-sky-opal-09 a:active,
  .focus\:link-sky-opal-09 a:focus,
  .group:hover .group-hover\:link-sky-opal-09 a,
  .group:focus-within .group-focus-within\:link-sky-opal-09 a {
    color: RGBA(20, 196, 235, 0.09);
  }
  .link-sky-opal-10 a,
  .hover\:link-sky-opal-10 a:hover,
  .active\:link-sky-opal-10 a:active,
  .focus\:link-sky-opal-10 a:focus,
  .group:hover .group-hover\:link-sky-opal-10 a,
  .group:focus-within .group-focus-within\:link-sky-opal-10 a {
    color: RGBA(20, 196, 235, 1);
  }
  .txt-cotton-candy,
  .hover\:txt-cotton-candy:hover,
  .focus\:txt-cotton-candy:focus,
  .group:hover .group-hover\:txt-cotton-candy,
  .group:focus-within .group-focus-within\:txt-cotton-candy {
    color: #c0f5f2;
  }
  .txt-cotton-candy-opal-0,
  .hover\:txt-cotton-candy-opal-0:hover,
  .focus\:txt-cotton-candy-opal-0:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-0,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-0 {
    color: RGBA(192, 245, 242, 0);
  }
  .txt-cotton-candy-opal-00,
  .hover\:txt-cotton-candy-opal-00:hover,
  .focus\:txt-cotton-candy-opal-00:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-00,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-00 {
    color: RGBA(192, 245, 242, 0);
  }
  .txt-cotton-candy-opal-1,
  .hover\:txt-cotton-candy-opal-1:hover,
  .focus\:txt-cotton-candy-opal-1:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-1,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-1 {
    color: RGBA(192, 245, 242, 0.1);
  }
  .txt-cotton-candy-opal-01,
  .hover\:txt-cotton-candy-opal-01:hover,
  .focus\:txt-cotton-candy-opal-01:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-01,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-01 {
    color: RGBA(192, 245, 242, 0.01);
  }
  .txt-cotton-candy-opal-2,
  .hover\:txt-cotton-candy-opal-2:hover,
  .focus\:txt-cotton-candy-opal-2:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-2,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-2 {
    color: RGBA(192, 245, 242, 0.2);
  }
  .txt-cotton-candy-opal-02,
  .hover\:txt-cotton-candy-opal-02:hover,
  .focus\:txt-cotton-candy-opal-02:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-02,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-02 {
    color: RGBA(192, 245, 242, 0.02);
  }
  .txt-cotton-candy-opal-3,
  .hover\:txt-cotton-candy-opal-3:hover,
  .focus\:txt-cotton-candy-opal-3:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-3,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-3 {
    color: RGBA(192, 245, 242, 0.3);
  }
  .txt-cotton-candy-opal-03,
  .hover\:txt-cotton-candy-opal-03:hover,
  .focus\:txt-cotton-candy-opal-03:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-03,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-03 {
    color: RGBA(192, 245, 242, 0.03);
  }
  .txt-cotton-candy-opal-4,
  .hover\:txt-cotton-candy-opal-4:hover,
  .focus\:txt-cotton-candy-opal-4:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-4,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-4 {
    color: RGBA(192, 245, 242, 0.4);
  }
  .txt-cotton-candy-opal-04,
  .hover\:txt-cotton-candy-opal-04:hover,
  .focus\:txt-cotton-candy-opal-04:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-04,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-04 {
    color: RGBA(192, 245, 242, 0.04);
  }
  .txt-cotton-candy-opal-5,
  .hover\:txt-cotton-candy-opal-5:hover,
  .focus\:txt-cotton-candy-opal-5:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-5,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-5 {
    color: RGBA(192, 245, 242, 0.5);
  }
  .txt-cotton-candy-opal-05,
  .hover\:txt-cotton-candy-opal-05:hover,
  .focus\:txt-cotton-candy-opal-05:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-05,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-05 {
    color: RGBA(192, 245, 242, 0.05);
  }
  .txt-cotton-candy-opal-6,
  .hover\:txt-cotton-candy-opal-6:hover,
  .focus\:txt-cotton-candy-opal-6:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-6,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-6 {
    color: RGBA(192, 245, 242, 0.6);
  }
  .txt-cotton-candy-opal-06,
  .hover\:txt-cotton-candy-opal-06:hover,
  .focus\:txt-cotton-candy-opal-06:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-06,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-06 {
    color: RGBA(192, 245, 242, 0.06);
  }
  .txt-cotton-candy-opal-7,
  .hover\:txt-cotton-candy-opal-7:hover,
  .focus\:txt-cotton-candy-opal-7:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-7,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-7 {
    color: RGBA(192, 245, 242, 0.7);
  }
  .txt-cotton-candy-opal-07,
  .hover\:txt-cotton-candy-opal-07:hover,
  .focus\:txt-cotton-candy-opal-07:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-07,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-07 {
    color: RGBA(192, 245, 242, 0.07);
  }
  .txt-cotton-candy-opal-8,
  .hover\:txt-cotton-candy-opal-8:hover,
  .focus\:txt-cotton-candy-opal-8:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-8,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-8 {
    color: RGBA(192, 245, 242, 0.8);
  }
  .txt-cotton-candy-opal-08,
  .hover\:txt-cotton-candy-opal-08:hover,
  .focus\:txt-cotton-candy-opal-08:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-08,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-08 {
    color: RGBA(192, 245, 242, 0.08);
  }
  .txt-cotton-candy-opal-9,
  .hover\:txt-cotton-candy-opal-9:hover,
  .focus\:txt-cotton-candy-opal-9:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-9,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-9 {
    color: RGBA(192, 245, 242, 0.9);
  }
  .txt-cotton-candy-opal-09,
  .hover\:txt-cotton-candy-opal-09:hover,
  .focus\:txt-cotton-candy-opal-09:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-09,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-09 {
    color: RGBA(192, 245, 242, 0.09);
  }
  .txt-cotton-candy-opal-10,
  .hover\:txt-cotton-candy-opal-10:hover,
  .focus\:txt-cotton-candy-opal-10:focus,
  .group:hover .group-hover\:txt-cotton-candy-opal-10,
  .group:focus-within .group-focus-within\:txt-cotton-candy-opal-10 {
    color: RGBA(192, 245, 242, 1);
  }
  .link-cotton-candy a,
  .hover\:link-cotton-candy a:hover,
  .active\:link-cotton-candy a:active,
  .focus\:link-cotton-candy a:focus,
  .group:hover .group-hover\:link-cotton-candy a,
  .group:focus-within .group-focus-within\:link-cotton-candy a {
    color: #c0f5f2;
  }
  .link-cotton-candy-opal-0 a,
  .hover\:link-cotton-candy-opal-0 a:hover,
  .active\:link-cotton-candy-opal-0 a:active,
  .focus\:link-cotton-candy-opal-0 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-0 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-0 a {
    color: RGBA(192, 245, 242, 0);
  }
  .link-cotton-candy-opal-00 a,
  .hover\:link-cotton-candy-opal-00 a:hover,
  .active\:link-cotton-candy-opal-00 a:active,
  .focus\:link-cotton-candy-opal-00 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-00 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-00 a {
    color: RGBA(192, 245, 242, 0);
  }
  .link-cotton-candy-opal-1 a,
  .hover\:link-cotton-candy-opal-1 a:hover,
  .active\:link-cotton-candy-opal-1 a:active,
  .focus\:link-cotton-candy-opal-1 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-1 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-1 a {
    color: RGBA(192, 245, 242, 0.1);
  }
  .link-cotton-candy-opal-01 a,
  .hover\:link-cotton-candy-opal-01 a:hover,
  .active\:link-cotton-candy-opal-01 a:active,
  .focus\:link-cotton-candy-opal-01 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-01 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-01 a {
    color: RGBA(192, 245, 242, 0.01);
  }
  .link-cotton-candy-opal-2 a,
  .hover\:link-cotton-candy-opal-2 a:hover,
  .active\:link-cotton-candy-opal-2 a:active,
  .focus\:link-cotton-candy-opal-2 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-2 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-2 a {
    color: RGBA(192, 245, 242, 0.2);
  }
  .link-cotton-candy-opal-02 a,
  .hover\:link-cotton-candy-opal-02 a:hover,
  .active\:link-cotton-candy-opal-02 a:active,
  .focus\:link-cotton-candy-opal-02 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-02 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-02 a {
    color: RGBA(192, 245, 242, 0.02);
  }
  .link-cotton-candy-opal-3 a,
  .hover\:link-cotton-candy-opal-3 a:hover,
  .active\:link-cotton-candy-opal-3 a:active,
  .focus\:link-cotton-candy-opal-3 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-3 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-3 a {
    color: RGBA(192, 245, 242, 0.3);
  }
  .link-cotton-candy-opal-03 a,
  .hover\:link-cotton-candy-opal-03 a:hover,
  .active\:link-cotton-candy-opal-03 a:active,
  .focus\:link-cotton-candy-opal-03 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-03 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-03 a {
    color: RGBA(192, 245, 242, 0.03);
  }
  .link-cotton-candy-opal-4 a,
  .hover\:link-cotton-candy-opal-4 a:hover,
  .active\:link-cotton-candy-opal-4 a:active,
  .focus\:link-cotton-candy-opal-4 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-4 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-4 a {
    color: RGBA(192, 245, 242, 0.4);
  }
  .link-cotton-candy-opal-04 a,
  .hover\:link-cotton-candy-opal-04 a:hover,
  .active\:link-cotton-candy-opal-04 a:active,
  .focus\:link-cotton-candy-opal-04 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-04 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-04 a {
    color: RGBA(192, 245, 242, 0.04);
  }
  .link-cotton-candy-opal-5 a,
  .hover\:link-cotton-candy-opal-5 a:hover,
  .active\:link-cotton-candy-opal-5 a:active,
  .focus\:link-cotton-candy-opal-5 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-5 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-5 a {
    color: RGBA(192, 245, 242, 0.5);
  }
  .link-cotton-candy-opal-05 a,
  .hover\:link-cotton-candy-opal-05 a:hover,
  .active\:link-cotton-candy-opal-05 a:active,
  .focus\:link-cotton-candy-opal-05 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-05 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-05 a {
    color: RGBA(192, 245, 242, 0.05);
  }
  .link-cotton-candy-opal-6 a,
  .hover\:link-cotton-candy-opal-6 a:hover,
  .active\:link-cotton-candy-opal-6 a:active,
  .focus\:link-cotton-candy-opal-6 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-6 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-6 a {
    color: RGBA(192, 245, 242, 0.6);
  }
  .link-cotton-candy-opal-06 a,
  .hover\:link-cotton-candy-opal-06 a:hover,
  .active\:link-cotton-candy-opal-06 a:active,
  .focus\:link-cotton-candy-opal-06 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-06 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-06 a {
    color: RGBA(192, 245, 242, 0.06);
  }
  .link-cotton-candy-opal-7 a,
  .hover\:link-cotton-candy-opal-7 a:hover,
  .active\:link-cotton-candy-opal-7 a:active,
  .focus\:link-cotton-candy-opal-7 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-7 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-7 a {
    color: RGBA(192, 245, 242, 0.7);
  }
  .link-cotton-candy-opal-07 a,
  .hover\:link-cotton-candy-opal-07 a:hover,
  .active\:link-cotton-candy-opal-07 a:active,
  .focus\:link-cotton-candy-opal-07 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-07 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-07 a {
    color: RGBA(192, 245, 242, 0.07);
  }
  .link-cotton-candy-opal-8 a,
  .hover\:link-cotton-candy-opal-8 a:hover,
  .active\:link-cotton-candy-opal-8 a:active,
  .focus\:link-cotton-candy-opal-8 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-8 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-8 a {
    color: RGBA(192, 245, 242, 0.8);
  }
  .link-cotton-candy-opal-08 a,
  .hover\:link-cotton-candy-opal-08 a:hover,
  .active\:link-cotton-candy-opal-08 a:active,
  .focus\:link-cotton-candy-opal-08 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-08 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-08 a {
    color: RGBA(192, 245, 242, 0.08);
  }
  .link-cotton-candy-opal-9 a,
  .hover\:link-cotton-candy-opal-9 a:hover,
  .active\:link-cotton-candy-opal-9 a:active,
  .focus\:link-cotton-candy-opal-9 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-9 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-9 a {
    color: RGBA(192, 245, 242, 0.9);
  }
  .link-cotton-candy-opal-09 a,
  .hover\:link-cotton-candy-opal-09 a:hover,
  .active\:link-cotton-candy-opal-09 a:active,
  .focus\:link-cotton-candy-opal-09 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-09 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-09 a {
    color: RGBA(192, 245, 242, 0.09);
  }
  .link-cotton-candy-opal-10 a,
  .hover\:link-cotton-candy-opal-10 a:hover,
  .active\:link-cotton-candy-opal-10 a:active,
  .focus\:link-cotton-candy-opal-10 a:focus,
  .group:hover .group-hover\:link-cotton-candy-opal-10 a,
  .group:focus-within .group-focus-within\:link-cotton-candy-opal-10 a {
    color: RGBA(192, 245, 242, 1);
  }
  .txt-brand-primary,
  .hover\:txt-brand-primary:hover,
  .focus\:txt-brand-primary:focus,
  .group:hover .group-hover\:txt-brand-primary,
  .group:focus-within .group-focus-within\:txt-brand-primary {
    color: #441c99;
  }
  .txt-brand-primary-opal-0,
  .hover\:txt-brand-primary-opal-0:hover,
  .focus\:txt-brand-primary-opal-0:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-0,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-0 {
    color: RGBA(68, 28, 153, 0);
  }
  .txt-brand-primary-opal-00,
  .hover\:txt-brand-primary-opal-00:hover,
  .focus\:txt-brand-primary-opal-00:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-00,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-00 {
    color: RGBA(68, 28, 153, 0);
  }
  .txt-brand-primary-opal-1,
  .hover\:txt-brand-primary-opal-1:hover,
  .focus\:txt-brand-primary-opal-1:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-1,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-1 {
    color: RGBA(68, 28, 153, 0.1);
  }
  .txt-brand-primary-opal-01,
  .hover\:txt-brand-primary-opal-01:hover,
  .focus\:txt-brand-primary-opal-01:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-01,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-01 {
    color: RGBA(68, 28, 153, 0.01);
  }
  .txt-brand-primary-opal-2,
  .hover\:txt-brand-primary-opal-2:hover,
  .focus\:txt-brand-primary-opal-2:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-2,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-2 {
    color: RGBA(68, 28, 153, 0.2);
  }
  .txt-brand-primary-opal-02,
  .hover\:txt-brand-primary-opal-02:hover,
  .focus\:txt-brand-primary-opal-02:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-02,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-02 {
    color: RGBA(68, 28, 153, 0.02);
  }
  .txt-brand-primary-opal-3,
  .hover\:txt-brand-primary-opal-3:hover,
  .focus\:txt-brand-primary-opal-3:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-3,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-3 {
    color: RGBA(68, 28, 153, 0.3);
  }
  .txt-brand-primary-opal-03,
  .hover\:txt-brand-primary-opal-03:hover,
  .focus\:txt-brand-primary-opal-03:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-03,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-03 {
    color: RGBA(68, 28, 153, 0.03);
  }
  .txt-brand-primary-opal-4,
  .hover\:txt-brand-primary-opal-4:hover,
  .focus\:txt-brand-primary-opal-4:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-4,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-4 {
    color: RGBA(68, 28, 153, 0.4);
  }
  .txt-brand-primary-opal-04,
  .hover\:txt-brand-primary-opal-04:hover,
  .focus\:txt-brand-primary-opal-04:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-04,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-04 {
    color: RGBA(68, 28, 153, 0.04);
  }
  .txt-brand-primary-opal-5,
  .hover\:txt-brand-primary-opal-5:hover,
  .focus\:txt-brand-primary-opal-5:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-5,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-5 {
    color: RGBA(68, 28, 153, 0.5);
  }
  .txt-brand-primary-opal-05,
  .hover\:txt-brand-primary-opal-05:hover,
  .focus\:txt-brand-primary-opal-05:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-05,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-05 {
    color: RGBA(68, 28, 153, 0.05);
  }
  .txt-brand-primary-opal-6,
  .hover\:txt-brand-primary-opal-6:hover,
  .focus\:txt-brand-primary-opal-6:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-6,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-6 {
    color: RGBA(68, 28, 153, 0.6);
  }
  .txt-brand-primary-opal-06,
  .hover\:txt-brand-primary-opal-06:hover,
  .focus\:txt-brand-primary-opal-06:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-06,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-06 {
    color: RGBA(68, 28, 153, 0.06);
  }
  .txt-brand-primary-opal-7,
  .hover\:txt-brand-primary-opal-7:hover,
  .focus\:txt-brand-primary-opal-7:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-7,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-7 {
    color: RGBA(68, 28, 153, 0.7);
  }
  .txt-brand-primary-opal-07,
  .hover\:txt-brand-primary-opal-07:hover,
  .focus\:txt-brand-primary-opal-07:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-07,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-07 {
    color: RGBA(68, 28, 153, 0.07);
  }
  .txt-brand-primary-opal-8,
  .hover\:txt-brand-primary-opal-8:hover,
  .focus\:txt-brand-primary-opal-8:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-8,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-8 {
    color: RGBA(68, 28, 153, 0.8);
  }
  .txt-brand-primary-opal-08,
  .hover\:txt-brand-primary-opal-08:hover,
  .focus\:txt-brand-primary-opal-08:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-08,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-08 {
    color: RGBA(68, 28, 153, 0.08);
  }
  .txt-brand-primary-opal-9,
  .hover\:txt-brand-primary-opal-9:hover,
  .focus\:txt-brand-primary-opal-9:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-9,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-9 {
    color: RGBA(68, 28, 153, 0.9);
  }
  .txt-brand-primary-opal-09,
  .hover\:txt-brand-primary-opal-09:hover,
  .focus\:txt-brand-primary-opal-09:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-09,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-09 {
    color: RGBA(68, 28, 153, 0.09);
  }
  .txt-brand-primary-opal-10,
  .hover\:txt-brand-primary-opal-10:hover,
  .focus\:txt-brand-primary-opal-10:focus,
  .group:hover .group-hover\:txt-brand-primary-opal-10,
  .group:focus-within .group-focus-within\:txt-brand-primary-opal-10 {
    color: RGBA(68, 28, 153, 1);
  }
  .link-brand-primary a,
  .hover\:link-brand-primary a:hover,
  .active\:link-brand-primary a:active,
  .focus\:link-brand-primary a:focus,
  .group:hover .group-hover\:link-brand-primary a,
  .group:focus-within .group-focus-within\:link-brand-primary a {
    color: #441c99;
  }
  .link-brand-primary-opal-0 a,
  .hover\:link-brand-primary-opal-0 a:hover,
  .active\:link-brand-primary-opal-0 a:active,
  .focus\:link-brand-primary-opal-0 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-0 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-0 a {
    color: RGBA(68, 28, 153, 0);
  }
  .link-brand-primary-opal-00 a,
  .hover\:link-brand-primary-opal-00 a:hover,
  .active\:link-brand-primary-opal-00 a:active,
  .focus\:link-brand-primary-opal-00 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-00 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-00 a {
    color: RGBA(68, 28, 153, 0);
  }
  .link-brand-primary-opal-1 a,
  .hover\:link-brand-primary-opal-1 a:hover,
  .active\:link-brand-primary-opal-1 a:active,
  .focus\:link-brand-primary-opal-1 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-1 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-1 a {
    color: RGBA(68, 28, 153, 0.1);
  }
  .link-brand-primary-opal-01 a,
  .hover\:link-brand-primary-opal-01 a:hover,
  .active\:link-brand-primary-opal-01 a:active,
  .focus\:link-brand-primary-opal-01 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-01 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-01 a {
    color: RGBA(68, 28, 153, 0.01);
  }
  .link-brand-primary-opal-2 a,
  .hover\:link-brand-primary-opal-2 a:hover,
  .active\:link-brand-primary-opal-2 a:active,
  .focus\:link-brand-primary-opal-2 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-2 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-2 a {
    color: RGBA(68, 28, 153, 0.2);
  }
  .link-brand-primary-opal-02 a,
  .hover\:link-brand-primary-opal-02 a:hover,
  .active\:link-brand-primary-opal-02 a:active,
  .focus\:link-brand-primary-opal-02 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-02 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-02 a {
    color: RGBA(68, 28, 153, 0.02);
  }
  .link-brand-primary-opal-3 a,
  .hover\:link-brand-primary-opal-3 a:hover,
  .active\:link-brand-primary-opal-3 a:active,
  .focus\:link-brand-primary-opal-3 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-3 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-3 a {
    color: RGBA(68, 28, 153, 0.3);
  }
  .link-brand-primary-opal-03 a,
  .hover\:link-brand-primary-opal-03 a:hover,
  .active\:link-brand-primary-opal-03 a:active,
  .focus\:link-brand-primary-opal-03 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-03 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-03 a {
    color: RGBA(68, 28, 153, 0.03);
  }
  .link-brand-primary-opal-4 a,
  .hover\:link-brand-primary-opal-4 a:hover,
  .active\:link-brand-primary-opal-4 a:active,
  .focus\:link-brand-primary-opal-4 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-4 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-4 a {
    color: RGBA(68, 28, 153, 0.4);
  }
  .link-brand-primary-opal-04 a,
  .hover\:link-brand-primary-opal-04 a:hover,
  .active\:link-brand-primary-opal-04 a:active,
  .focus\:link-brand-primary-opal-04 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-04 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-04 a {
    color: RGBA(68, 28, 153, 0.04);
  }
  .link-brand-primary-opal-5 a,
  .hover\:link-brand-primary-opal-5 a:hover,
  .active\:link-brand-primary-opal-5 a:active,
  .focus\:link-brand-primary-opal-5 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-5 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-5 a {
    color: RGBA(68, 28, 153, 0.5);
  }
  .link-brand-primary-opal-05 a,
  .hover\:link-brand-primary-opal-05 a:hover,
  .active\:link-brand-primary-opal-05 a:active,
  .focus\:link-brand-primary-opal-05 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-05 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-05 a {
    color: RGBA(68, 28, 153, 0.05);
  }
  .link-brand-primary-opal-6 a,
  .hover\:link-brand-primary-opal-6 a:hover,
  .active\:link-brand-primary-opal-6 a:active,
  .focus\:link-brand-primary-opal-6 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-6 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-6 a {
    color: RGBA(68, 28, 153, 0.6);
  }
  .link-brand-primary-opal-06 a,
  .hover\:link-brand-primary-opal-06 a:hover,
  .active\:link-brand-primary-opal-06 a:active,
  .focus\:link-brand-primary-opal-06 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-06 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-06 a {
    color: RGBA(68, 28, 153, 0.06);
  }
  .link-brand-primary-opal-7 a,
  .hover\:link-brand-primary-opal-7 a:hover,
  .active\:link-brand-primary-opal-7 a:active,
  .focus\:link-brand-primary-opal-7 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-7 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-7 a {
    color: RGBA(68, 28, 153, 0.7);
  }
  .link-brand-primary-opal-07 a,
  .hover\:link-brand-primary-opal-07 a:hover,
  .active\:link-brand-primary-opal-07 a:active,
  .focus\:link-brand-primary-opal-07 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-07 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-07 a {
    color: RGBA(68, 28, 153, 0.07);
  }
  .link-brand-primary-opal-8 a,
  .hover\:link-brand-primary-opal-8 a:hover,
  .active\:link-brand-primary-opal-8 a:active,
  .focus\:link-brand-primary-opal-8 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-8 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-8 a {
    color: RGBA(68, 28, 153, 0.8);
  }
  .link-brand-primary-opal-08 a,
  .hover\:link-brand-primary-opal-08 a:hover,
  .active\:link-brand-primary-opal-08 a:active,
  .focus\:link-brand-primary-opal-08 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-08 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-08 a {
    color: RGBA(68, 28, 153, 0.08);
  }
  .link-brand-primary-opal-9 a,
  .hover\:link-brand-primary-opal-9 a:hover,
  .active\:link-brand-primary-opal-9 a:active,
  .focus\:link-brand-primary-opal-9 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-9 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-9 a {
    color: RGBA(68, 28, 153, 0.9);
  }
  .link-brand-primary-opal-09 a,
  .hover\:link-brand-primary-opal-09 a:hover,
  .active\:link-brand-primary-opal-09 a:active,
  .focus\:link-brand-primary-opal-09 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-09 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-09 a {
    color: RGBA(68, 28, 153, 0.09);
  }
  .link-brand-primary-opal-10 a,
  .hover\:link-brand-primary-opal-10 a:hover,
  .active\:link-brand-primary-opal-10 a:active,
  .focus\:link-brand-primary-opal-10 a:focus,
  .group:hover .group-hover\:link-brand-primary-opal-10 a,
  .group:focus-within .group-focus-within\:link-brand-primary-opal-10 a {
    color: RGBA(68, 28, 153, 1);
  }
  .txt-brand-secondary,
  .hover\:txt-brand-secondary:hover,
  .focus\:txt-brand-secondary:focus,
  .group:hover .group-hover\:txt-brand-secondary,
  .group:focus-within .group-focus-within\:txt-brand-secondary {
    color: #030328;
  }
  .txt-brand-secondary-opal-0,
  .hover\:txt-brand-secondary-opal-0:hover,
  .focus\:txt-brand-secondary-opal-0:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-0,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-0 {
    color: RGBA(3, 3, 40, 0);
  }
  .txt-brand-secondary-opal-00,
  .hover\:txt-brand-secondary-opal-00:hover,
  .focus\:txt-brand-secondary-opal-00:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-00,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-00 {
    color: RGBA(3, 3, 40, 0);
  }
  .txt-brand-secondary-opal-1,
  .hover\:txt-brand-secondary-opal-1:hover,
  .focus\:txt-brand-secondary-opal-1:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-1,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-1 {
    color: RGBA(3, 3, 40, 0.1);
  }
  .txt-brand-secondary-opal-01,
  .hover\:txt-brand-secondary-opal-01:hover,
  .focus\:txt-brand-secondary-opal-01:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-01,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-01 {
    color: RGBA(3, 3, 40, 0.01);
  }
  .txt-brand-secondary-opal-2,
  .hover\:txt-brand-secondary-opal-2:hover,
  .focus\:txt-brand-secondary-opal-2:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-2,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-2 {
    color: RGBA(3, 3, 40, 0.2);
  }
  .txt-brand-secondary-opal-02,
  .hover\:txt-brand-secondary-opal-02:hover,
  .focus\:txt-brand-secondary-opal-02:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-02,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-02 {
    color: RGBA(3, 3, 40, 0.02);
  }
  .txt-brand-secondary-opal-3,
  .hover\:txt-brand-secondary-opal-3:hover,
  .focus\:txt-brand-secondary-opal-3:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-3,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-3 {
    color: RGBA(3, 3, 40, 0.3);
  }
  .txt-brand-secondary-opal-03,
  .hover\:txt-brand-secondary-opal-03:hover,
  .focus\:txt-brand-secondary-opal-03:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-03,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-03 {
    color: RGBA(3, 3, 40, 0.03);
  }
  .txt-brand-secondary-opal-4,
  .hover\:txt-brand-secondary-opal-4:hover,
  .focus\:txt-brand-secondary-opal-4:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-4,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-4 {
    color: RGBA(3, 3, 40, 0.4);
  }
  .txt-brand-secondary-opal-04,
  .hover\:txt-brand-secondary-opal-04:hover,
  .focus\:txt-brand-secondary-opal-04:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-04,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-04 {
    color: RGBA(3, 3, 40, 0.04);
  }
  .txt-brand-secondary-opal-5,
  .hover\:txt-brand-secondary-opal-5:hover,
  .focus\:txt-brand-secondary-opal-5:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-5,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-5 {
    color: RGBA(3, 3, 40, 0.5);
  }
  .txt-brand-secondary-opal-05,
  .hover\:txt-brand-secondary-opal-05:hover,
  .focus\:txt-brand-secondary-opal-05:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-05,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-05 {
    color: RGBA(3, 3, 40, 0.05);
  }
  .txt-brand-secondary-opal-6,
  .hover\:txt-brand-secondary-opal-6:hover,
  .focus\:txt-brand-secondary-opal-6:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-6,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-6 {
    color: RGBA(3, 3, 40, 0.6);
  }
  .txt-brand-secondary-opal-06,
  .hover\:txt-brand-secondary-opal-06:hover,
  .focus\:txt-brand-secondary-opal-06:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-06,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-06 {
    color: RGBA(3, 3, 40, 0.06);
  }
  .txt-brand-secondary-opal-7,
  .hover\:txt-brand-secondary-opal-7:hover,
  .focus\:txt-brand-secondary-opal-7:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-7,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-7 {
    color: RGBA(3, 3, 40, 0.7);
  }
  .txt-brand-secondary-opal-07,
  .hover\:txt-brand-secondary-opal-07:hover,
  .focus\:txt-brand-secondary-opal-07:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-07,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-07 {
    color: RGBA(3, 3, 40, 0.07);
  }
  .txt-brand-secondary-opal-8,
  .hover\:txt-brand-secondary-opal-8:hover,
  .focus\:txt-brand-secondary-opal-8:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-8,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-8 {
    color: RGBA(3, 3, 40, 0.8);
  }
  .txt-brand-secondary-opal-08,
  .hover\:txt-brand-secondary-opal-08:hover,
  .focus\:txt-brand-secondary-opal-08:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-08,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-08 {
    color: RGBA(3, 3, 40, 0.08);
  }
  .txt-brand-secondary-opal-9,
  .hover\:txt-brand-secondary-opal-9:hover,
  .focus\:txt-brand-secondary-opal-9:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-9,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-9 {
    color: RGBA(3, 3, 40, 0.9);
  }
  .txt-brand-secondary-opal-09,
  .hover\:txt-brand-secondary-opal-09:hover,
  .focus\:txt-brand-secondary-opal-09:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-09,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-09 {
    color: RGBA(3, 3, 40, 0.09);
  }
  .txt-brand-secondary-opal-10,
  .hover\:txt-brand-secondary-opal-10:hover,
  .focus\:txt-brand-secondary-opal-10:focus,
  .group:hover .group-hover\:txt-brand-secondary-opal-10,
  .group:focus-within .group-focus-within\:txt-brand-secondary-opal-10 {
    color: RGBA(3, 3, 40, 1);
  }
  .link-brand-secondary a,
  .hover\:link-brand-secondary a:hover,
  .active\:link-brand-secondary a:active,
  .focus\:link-brand-secondary a:focus,
  .group:hover .group-hover\:link-brand-secondary a,
  .group:focus-within .group-focus-within\:link-brand-secondary a {
    color: #030328;
  }
  .link-brand-secondary-opal-0 a,
  .hover\:link-brand-secondary-opal-0 a:hover,
  .active\:link-brand-secondary-opal-0 a:active,
  .focus\:link-brand-secondary-opal-0 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-0 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-0 a {
    color: RGBA(3, 3, 40, 0);
  }
  .link-brand-secondary-opal-00 a,
  .hover\:link-brand-secondary-opal-00 a:hover,
  .active\:link-brand-secondary-opal-00 a:active,
  .focus\:link-brand-secondary-opal-00 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-00 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-00 a {
    color: RGBA(3, 3, 40, 0);
  }
  .link-brand-secondary-opal-1 a,
  .hover\:link-brand-secondary-opal-1 a:hover,
  .active\:link-brand-secondary-opal-1 a:active,
  .focus\:link-brand-secondary-opal-1 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-1 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-1 a {
    color: RGBA(3, 3, 40, 0.1);
  }
  .link-brand-secondary-opal-01 a,
  .hover\:link-brand-secondary-opal-01 a:hover,
  .active\:link-brand-secondary-opal-01 a:active,
  .focus\:link-brand-secondary-opal-01 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-01 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-01 a {
    color: RGBA(3, 3, 40, 0.01);
  }
  .link-brand-secondary-opal-2 a,
  .hover\:link-brand-secondary-opal-2 a:hover,
  .active\:link-brand-secondary-opal-2 a:active,
  .focus\:link-brand-secondary-opal-2 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-2 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-2 a {
    color: RGBA(3, 3, 40, 0.2);
  }
  .link-brand-secondary-opal-02 a,
  .hover\:link-brand-secondary-opal-02 a:hover,
  .active\:link-brand-secondary-opal-02 a:active,
  .focus\:link-brand-secondary-opal-02 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-02 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-02 a {
    color: RGBA(3, 3, 40, 0.02);
  }
  .link-brand-secondary-opal-3 a,
  .hover\:link-brand-secondary-opal-3 a:hover,
  .active\:link-brand-secondary-opal-3 a:active,
  .focus\:link-brand-secondary-opal-3 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-3 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-3 a {
    color: RGBA(3, 3, 40, 0.3);
  }
  .link-brand-secondary-opal-03 a,
  .hover\:link-brand-secondary-opal-03 a:hover,
  .active\:link-brand-secondary-opal-03 a:active,
  .focus\:link-brand-secondary-opal-03 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-03 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-03 a {
    color: RGBA(3, 3, 40, 0.03);
  }
  .link-brand-secondary-opal-4 a,
  .hover\:link-brand-secondary-opal-4 a:hover,
  .active\:link-brand-secondary-opal-4 a:active,
  .focus\:link-brand-secondary-opal-4 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-4 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-4 a {
    color: RGBA(3, 3, 40, 0.4);
  }
  .link-brand-secondary-opal-04 a,
  .hover\:link-brand-secondary-opal-04 a:hover,
  .active\:link-brand-secondary-opal-04 a:active,
  .focus\:link-brand-secondary-opal-04 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-04 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-04 a {
    color: RGBA(3, 3, 40, 0.04);
  }
  .link-brand-secondary-opal-5 a,
  .hover\:link-brand-secondary-opal-5 a:hover,
  .active\:link-brand-secondary-opal-5 a:active,
  .focus\:link-brand-secondary-opal-5 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-5 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-5 a {
    color: RGBA(3, 3, 40, 0.5);
  }
  .link-brand-secondary-opal-05 a,
  .hover\:link-brand-secondary-opal-05 a:hover,
  .active\:link-brand-secondary-opal-05 a:active,
  .focus\:link-brand-secondary-opal-05 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-05 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-05 a {
    color: RGBA(3, 3, 40, 0.05);
  }
  .link-brand-secondary-opal-6 a,
  .hover\:link-brand-secondary-opal-6 a:hover,
  .active\:link-brand-secondary-opal-6 a:active,
  .focus\:link-brand-secondary-opal-6 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-6 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-6 a {
    color: RGBA(3, 3, 40, 0.6);
  }
  .link-brand-secondary-opal-06 a,
  .hover\:link-brand-secondary-opal-06 a:hover,
  .active\:link-brand-secondary-opal-06 a:active,
  .focus\:link-brand-secondary-opal-06 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-06 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-06 a {
    color: RGBA(3, 3, 40, 0.06);
  }
  .link-brand-secondary-opal-7 a,
  .hover\:link-brand-secondary-opal-7 a:hover,
  .active\:link-brand-secondary-opal-7 a:active,
  .focus\:link-brand-secondary-opal-7 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-7 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-7 a {
    color: RGBA(3, 3, 40, 0.7);
  }
  .link-brand-secondary-opal-07 a,
  .hover\:link-brand-secondary-opal-07 a:hover,
  .active\:link-brand-secondary-opal-07 a:active,
  .focus\:link-brand-secondary-opal-07 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-07 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-07 a {
    color: RGBA(3, 3, 40, 0.07);
  }
  .link-brand-secondary-opal-8 a,
  .hover\:link-brand-secondary-opal-8 a:hover,
  .active\:link-brand-secondary-opal-8 a:active,
  .focus\:link-brand-secondary-opal-8 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-8 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-8 a {
    color: RGBA(3, 3, 40, 0.8);
  }
  .link-brand-secondary-opal-08 a,
  .hover\:link-brand-secondary-opal-08 a:hover,
  .active\:link-brand-secondary-opal-08 a:active,
  .focus\:link-brand-secondary-opal-08 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-08 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-08 a {
    color: RGBA(3, 3, 40, 0.08);
  }
  .link-brand-secondary-opal-9 a,
  .hover\:link-brand-secondary-opal-9 a:hover,
  .active\:link-brand-secondary-opal-9 a:active,
  .focus\:link-brand-secondary-opal-9 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-9 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-9 a {
    color: RGBA(3, 3, 40, 0.9);
  }
  .link-brand-secondary-opal-09 a,
  .hover\:link-brand-secondary-opal-09 a:hover,
  .active\:link-brand-secondary-opal-09 a:active,
  .focus\:link-brand-secondary-opal-09 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-09 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-09 a {
    color: RGBA(3, 3, 40, 0.09);
  }
  .link-brand-secondary-opal-10 a,
  .hover\:link-brand-secondary-opal-10 a:hover,
  .active\:link-brand-secondary-opal-10 a:active,
  .focus\:link-brand-secondary-opal-10 a:focus,
  .group:hover .group-hover\:link-brand-secondary-opal-10 a,
  .group:focus-within .group-focus-within\:link-brand-secondary-opal-10 a {
    color: RGBA(3, 3, 40, 1);
  }
  .txt-color-headline,
  .hover\:txt-color-headline:hover,
  .focus\:txt-color-headline:focus,
  .group:hover .group-hover\:txt-color-headline,
  .group:focus-within .group-focus-within\:txt-color-headline {
    color: #030328;
  }
  .txt-color-headline-opal-0,
  .hover\:txt-color-headline-opal-0:hover,
  .focus\:txt-color-headline-opal-0:focus,
  .group:hover .group-hover\:txt-color-headline-opal-0,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-0 {
    color: RGBA(3, 3, 40, 0);
  }
  .txt-color-headline-opal-00,
  .hover\:txt-color-headline-opal-00:hover,
  .focus\:txt-color-headline-opal-00:focus,
  .group:hover .group-hover\:txt-color-headline-opal-00,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-00 {
    color: RGBA(3, 3, 40, 0);
  }
  .txt-color-headline-opal-1,
  .hover\:txt-color-headline-opal-1:hover,
  .focus\:txt-color-headline-opal-1:focus,
  .group:hover .group-hover\:txt-color-headline-opal-1,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-1 {
    color: RGBA(3, 3, 40, 0.1);
  }
  .txt-color-headline-opal-01,
  .hover\:txt-color-headline-opal-01:hover,
  .focus\:txt-color-headline-opal-01:focus,
  .group:hover .group-hover\:txt-color-headline-opal-01,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-01 {
    color: RGBA(3, 3, 40, 0.01);
  }
  .txt-color-headline-opal-2,
  .hover\:txt-color-headline-opal-2:hover,
  .focus\:txt-color-headline-opal-2:focus,
  .group:hover .group-hover\:txt-color-headline-opal-2,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-2 {
    color: RGBA(3, 3, 40, 0.2);
  }
  .txt-color-headline-opal-02,
  .hover\:txt-color-headline-opal-02:hover,
  .focus\:txt-color-headline-opal-02:focus,
  .group:hover .group-hover\:txt-color-headline-opal-02,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-02 {
    color: RGBA(3, 3, 40, 0.02);
  }
  .txt-color-headline-opal-3,
  .hover\:txt-color-headline-opal-3:hover,
  .focus\:txt-color-headline-opal-3:focus,
  .group:hover .group-hover\:txt-color-headline-opal-3,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-3 {
    color: RGBA(3, 3, 40, 0.3);
  }
  .txt-color-headline-opal-03,
  .hover\:txt-color-headline-opal-03:hover,
  .focus\:txt-color-headline-opal-03:focus,
  .group:hover .group-hover\:txt-color-headline-opal-03,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-03 {
    color: RGBA(3, 3, 40, 0.03);
  }
  .txt-color-headline-opal-4,
  .hover\:txt-color-headline-opal-4:hover,
  .focus\:txt-color-headline-opal-4:focus,
  .group:hover .group-hover\:txt-color-headline-opal-4,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-4 {
    color: RGBA(3, 3, 40, 0.4);
  }
  .txt-color-headline-opal-04,
  .hover\:txt-color-headline-opal-04:hover,
  .focus\:txt-color-headline-opal-04:focus,
  .group:hover .group-hover\:txt-color-headline-opal-04,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-04 {
    color: RGBA(3, 3, 40, 0.04);
  }
  .txt-color-headline-opal-5,
  .hover\:txt-color-headline-opal-5:hover,
  .focus\:txt-color-headline-opal-5:focus,
  .group:hover .group-hover\:txt-color-headline-opal-5,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-5 {
    color: RGBA(3, 3, 40, 0.5);
  }
  .txt-color-headline-opal-05,
  .hover\:txt-color-headline-opal-05:hover,
  .focus\:txt-color-headline-opal-05:focus,
  .group:hover .group-hover\:txt-color-headline-opal-05,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-05 {
    color: RGBA(3, 3, 40, 0.05);
  }
  .txt-color-headline-opal-6,
  .hover\:txt-color-headline-opal-6:hover,
  .focus\:txt-color-headline-opal-6:focus,
  .group:hover .group-hover\:txt-color-headline-opal-6,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-6 {
    color: RGBA(3, 3, 40, 0.6);
  }
  .txt-color-headline-opal-06,
  .hover\:txt-color-headline-opal-06:hover,
  .focus\:txt-color-headline-opal-06:focus,
  .group:hover .group-hover\:txt-color-headline-opal-06,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-06 {
    color: RGBA(3, 3, 40, 0.06);
  }
  .txt-color-headline-opal-7,
  .hover\:txt-color-headline-opal-7:hover,
  .focus\:txt-color-headline-opal-7:focus,
  .group:hover .group-hover\:txt-color-headline-opal-7,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-7 {
    color: RGBA(3, 3, 40, 0.7);
  }
  .txt-color-headline-opal-07,
  .hover\:txt-color-headline-opal-07:hover,
  .focus\:txt-color-headline-opal-07:focus,
  .group:hover .group-hover\:txt-color-headline-opal-07,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-07 {
    color: RGBA(3, 3, 40, 0.07);
  }
  .txt-color-headline-opal-8,
  .hover\:txt-color-headline-opal-8:hover,
  .focus\:txt-color-headline-opal-8:focus,
  .group:hover .group-hover\:txt-color-headline-opal-8,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-8 {
    color: RGBA(3, 3, 40, 0.8);
  }
  .txt-color-headline-opal-08,
  .hover\:txt-color-headline-opal-08:hover,
  .focus\:txt-color-headline-opal-08:focus,
  .group:hover .group-hover\:txt-color-headline-opal-08,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-08 {
    color: RGBA(3, 3, 40, 0.08);
  }
  .txt-color-headline-opal-9,
  .hover\:txt-color-headline-opal-9:hover,
  .focus\:txt-color-headline-opal-9:focus,
  .group:hover .group-hover\:txt-color-headline-opal-9,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-9 {
    color: RGBA(3, 3, 40, 0.9);
  }
  .txt-color-headline-opal-09,
  .hover\:txt-color-headline-opal-09:hover,
  .focus\:txt-color-headline-opal-09:focus,
  .group:hover .group-hover\:txt-color-headline-opal-09,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-09 {
    color: RGBA(3, 3, 40, 0.09);
  }
  .txt-color-headline-opal-10,
  .hover\:txt-color-headline-opal-10:hover,
  .focus\:txt-color-headline-opal-10:focus,
  .group:hover .group-hover\:txt-color-headline-opal-10,
  .group:focus-within .group-focus-within\:txt-color-headline-opal-10 {
    color: RGBA(3, 3, 40, 1);
  }
  .link-color-headline a,
  .hover\:link-color-headline a:hover,
  .active\:link-color-headline a:active,
  .focus\:link-color-headline a:focus,
  .group:hover .group-hover\:link-color-headline a,
  .group:focus-within .group-focus-within\:link-color-headline a {
    color: #030328;
  }
  .link-color-headline-opal-0 a,
  .hover\:link-color-headline-opal-0 a:hover,
  .active\:link-color-headline-opal-0 a:active,
  .focus\:link-color-headline-opal-0 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-0 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-0 a {
    color: RGBA(3, 3, 40, 0);
  }
  .link-color-headline-opal-00 a,
  .hover\:link-color-headline-opal-00 a:hover,
  .active\:link-color-headline-opal-00 a:active,
  .focus\:link-color-headline-opal-00 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-00 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-00 a {
    color: RGBA(3, 3, 40, 0);
  }
  .link-color-headline-opal-1 a,
  .hover\:link-color-headline-opal-1 a:hover,
  .active\:link-color-headline-opal-1 a:active,
  .focus\:link-color-headline-opal-1 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-1 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-1 a {
    color: RGBA(3, 3, 40, 0.1);
  }
  .link-color-headline-opal-01 a,
  .hover\:link-color-headline-opal-01 a:hover,
  .active\:link-color-headline-opal-01 a:active,
  .focus\:link-color-headline-opal-01 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-01 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-01 a {
    color: RGBA(3, 3, 40, 0.01);
  }
  .link-color-headline-opal-2 a,
  .hover\:link-color-headline-opal-2 a:hover,
  .active\:link-color-headline-opal-2 a:active,
  .focus\:link-color-headline-opal-2 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-2 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-2 a {
    color: RGBA(3, 3, 40, 0.2);
  }
  .link-color-headline-opal-02 a,
  .hover\:link-color-headline-opal-02 a:hover,
  .active\:link-color-headline-opal-02 a:active,
  .focus\:link-color-headline-opal-02 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-02 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-02 a {
    color: RGBA(3, 3, 40, 0.02);
  }
  .link-color-headline-opal-3 a,
  .hover\:link-color-headline-opal-3 a:hover,
  .active\:link-color-headline-opal-3 a:active,
  .focus\:link-color-headline-opal-3 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-3 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-3 a {
    color: RGBA(3, 3, 40, 0.3);
  }
  .link-color-headline-opal-03 a,
  .hover\:link-color-headline-opal-03 a:hover,
  .active\:link-color-headline-opal-03 a:active,
  .focus\:link-color-headline-opal-03 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-03 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-03 a {
    color: RGBA(3, 3, 40, 0.03);
  }
  .link-color-headline-opal-4 a,
  .hover\:link-color-headline-opal-4 a:hover,
  .active\:link-color-headline-opal-4 a:active,
  .focus\:link-color-headline-opal-4 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-4 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-4 a {
    color: RGBA(3, 3, 40, 0.4);
  }
  .link-color-headline-opal-04 a,
  .hover\:link-color-headline-opal-04 a:hover,
  .active\:link-color-headline-opal-04 a:active,
  .focus\:link-color-headline-opal-04 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-04 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-04 a {
    color: RGBA(3, 3, 40, 0.04);
  }
  .link-color-headline-opal-5 a,
  .hover\:link-color-headline-opal-5 a:hover,
  .active\:link-color-headline-opal-5 a:active,
  .focus\:link-color-headline-opal-5 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-5 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-5 a {
    color: RGBA(3, 3, 40, 0.5);
  }
  .link-color-headline-opal-05 a,
  .hover\:link-color-headline-opal-05 a:hover,
  .active\:link-color-headline-opal-05 a:active,
  .focus\:link-color-headline-opal-05 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-05 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-05 a {
    color: RGBA(3, 3, 40, 0.05);
  }
  .link-color-headline-opal-6 a,
  .hover\:link-color-headline-opal-6 a:hover,
  .active\:link-color-headline-opal-6 a:active,
  .focus\:link-color-headline-opal-6 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-6 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-6 a {
    color: RGBA(3, 3, 40, 0.6);
  }
  .link-color-headline-opal-06 a,
  .hover\:link-color-headline-opal-06 a:hover,
  .active\:link-color-headline-opal-06 a:active,
  .focus\:link-color-headline-opal-06 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-06 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-06 a {
    color: RGBA(3, 3, 40, 0.06);
  }
  .link-color-headline-opal-7 a,
  .hover\:link-color-headline-opal-7 a:hover,
  .active\:link-color-headline-opal-7 a:active,
  .focus\:link-color-headline-opal-7 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-7 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-7 a {
    color: RGBA(3, 3, 40, 0.7);
  }
  .link-color-headline-opal-07 a,
  .hover\:link-color-headline-opal-07 a:hover,
  .active\:link-color-headline-opal-07 a:active,
  .focus\:link-color-headline-opal-07 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-07 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-07 a {
    color: RGBA(3, 3, 40, 0.07);
  }
  .link-color-headline-opal-8 a,
  .hover\:link-color-headline-opal-8 a:hover,
  .active\:link-color-headline-opal-8 a:active,
  .focus\:link-color-headline-opal-8 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-8 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-8 a {
    color: RGBA(3, 3, 40, 0.8);
  }
  .link-color-headline-opal-08 a,
  .hover\:link-color-headline-opal-08 a:hover,
  .active\:link-color-headline-opal-08 a:active,
  .focus\:link-color-headline-opal-08 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-08 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-08 a {
    color: RGBA(3, 3, 40, 0.08);
  }
  .link-color-headline-opal-9 a,
  .hover\:link-color-headline-opal-9 a:hover,
  .active\:link-color-headline-opal-9 a:active,
  .focus\:link-color-headline-opal-9 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-9 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-9 a {
    color: RGBA(3, 3, 40, 0.9);
  }
  .link-color-headline-opal-09 a,
  .hover\:link-color-headline-opal-09 a:hover,
  .active\:link-color-headline-opal-09 a:active,
  .focus\:link-color-headline-opal-09 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-09 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-09 a {
    color: RGBA(3, 3, 40, 0.09);
  }
  .link-color-headline-opal-10 a,
  .hover\:link-color-headline-opal-10 a:hover,
  .active\:link-color-headline-opal-10 a:active,
  .focus\:link-color-headline-opal-10 a:focus,
  .group:hover .group-hover\:link-color-headline-opal-10 a,
  .group:focus-within .group-focus-within\:link-color-headline-opal-10 a {
    color: RGBA(3, 3, 40, 1);
  }
  .txt-color-body,
  .hover\:txt-color-body:hover,
  .focus\:txt-color-body:focus,
  .group:hover .group-hover\:txt-color-body,
  .group:focus-within .group-focus-within\:txt-color-body {
    color: #383f76;
  }
  .txt-color-body-opal-0,
  .hover\:txt-color-body-opal-0:hover,
  .focus\:txt-color-body-opal-0:focus,
  .group:hover .group-hover\:txt-color-body-opal-0,
  .group:focus-within .group-focus-within\:txt-color-body-opal-0 {
    color: RGBA(56, 63, 118, 0);
  }
  .txt-color-body-opal-00,
  .hover\:txt-color-body-opal-00:hover,
  .focus\:txt-color-body-opal-00:focus,
  .group:hover .group-hover\:txt-color-body-opal-00,
  .group:focus-within .group-focus-within\:txt-color-body-opal-00 {
    color: RGBA(56, 63, 118, 0);
  }
  .txt-color-body-opal-1,
  .hover\:txt-color-body-opal-1:hover,
  .focus\:txt-color-body-opal-1:focus,
  .group:hover .group-hover\:txt-color-body-opal-1,
  .group:focus-within .group-focus-within\:txt-color-body-opal-1 {
    color: RGBA(56, 63, 118, 0.1);
  }
  .txt-color-body-opal-01,
  .hover\:txt-color-body-opal-01:hover,
  .focus\:txt-color-body-opal-01:focus,
  .group:hover .group-hover\:txt-color-body-opal-01,
  .group:focus-within .group-focus-within\:txt-color-body-opal-01 {
    color: RGBA(56, 63, 118, 0.01);
  }
  .txt-color-body-opal-2,
  .hover\:txt-color-body-opal-2:hover,
  .focus\:txt-color-body-opal-2:focus,
  .group:hover .group-hover\:txt-color-body-opal-2,
  .group:focus-within .group-focus-within\:txt-color-body-opal-2 {
    color: RGBA(56, 63, 118, 0.2);
  }
  .txt-color-body-opal-02,
  .hover\:txt-color-body-opal-02:hover,
  .focus\:txt-color-body-opal-02:focus,
  .group:hover .group-hover\:txt-color-body-opal-02,
  .group:focus-within .group-focus-within\:txt-color-body-opal-02 {
    color: RGBA(56, 63, 118, 0.02);
  }
  .txt-color-body-opal-3,
  .hover\:txt-color-body-opal-3:hover,
  .focus\:txt-color-body-opal-3:focus,
  .group:hover .group-hover\:txt-color-body-opal-3,
  .group:focus-within .group-focus-within\:txt-color-body-opal-3 {
    color: RGBA(56, 63, 118, 0.3);
  }
  .txt-color-body-opal-03,
  .hover\:txt-color-body-opal-03:hover,
  .focus\:txt-color-body-opal-03:focus,
  .group:hover .group-hover\:txt-color-body-opal-03,
  .group:focus-within .group-focus-within\:txt-color-body-opal-03 {
    color: RGBA(56, 63, 118, 0.03);
  }
  .txt-color-body-opal-4,
  .hover\:txt-color-body-opal-4:hover,
  .focus\:txt-color-body-opal-4:focus,
  .group:hover .group-hover\:txt-color-body-opal-4,
  .group:focus-within .group-focus-within\:txt-color-body-opal-4 {
    color: RGBA(56, 63, 118, 0.4);
  }
  .txt-color-body-opal-04,
  .hover\:txt-color-body-opal-04:hover,
  .focus\:txt-color-body-opal-04:focus,
  .group:hover .group-hover\:txt-color-body-opal-04,
  .group:focus-within .group-focus-within\:txt-color-body-opal-04 {
    color: RGBA(56, 63, 118, 0.04);
  }
  .txt-color-body-opal-5,
  .hover\:txt-color-body-opal-5:hover,
  .focus\:txt-color-body-opal-5:focus,
  .group:hover .group-hover\:txt-color-body-opal-5,
  .group:focus-within .group-focus-within\:txt-color-body-opal-5 {
    color: RGBA(56, 63, 118, 0.5);
  }
  .txt-color-body-opal-05,
  .hover\:txt-color-body-opal-05:hover,
  .focus\:txt-color-body-opal-05:focus,
  .group:hover .group-hover\:txt-color-body-opal-05,
  .group:focus-within .group-focus-within\:txt-color-body-opal-05 {
    color: RGBA(56, 63, 118, 0.05);
  }
  .txt-color-body-opal-6,
  .hover\:txt-color-body-opal-6:hover,
  .focus\:txt-color-body-opal-6:focus,
  .group:hover .group-hover\:txt-color-body-opal-6,
  .group:focus-within .group-focus-within\:txt-color-body-opal-6 {
    color: RGBA(56, 63, 118, 0.6);
  }
  .txt-color-body-opal-06,
  .hover\:txt-color-body-opal-06:hover,
  .focus\:txt-color-body-opal-06:focus,
  .group:hover .group-hover\:txt-color-body-opal-06,
  .group:focus-within .group-focus-within\:txt-color-body-opal-06 {
    color: RGBA(56, 63, 118, 0.06);
  }
  .txt-color-body-opal-7,
  .hover\:txt-color-body-opal-7:hover,
  .focus\:txt-color-body-opal-7:focus,
  .group:hover .group-hover\:txt-color-body-opal-7,
  .group:focus-within .group-focus-within\:txt-color-body-opal-7 {
    color: RGBA(56, 63, 118, 0.7);
  }
  .txt-color-body-opal-07,
  .hover\:txt-color-body-opal-07:hover,
  .focus\:txt-color-body-opal-07:focus,
  .group:hover .group-hover\:txt-color-body-opal-07,
  .group:focus-within .group-focus-within\:txt-color-body-opal-07 {
    color: RGBA(56, 63, 118, 0.07);
  }
  .txt-color-body-opal-8,
  .hover\:txt-color-body-opal-8:hover,
  .focus\:txt-color-body-opal-8:focus,
  .group:hover .group-hover\:txt-color-body-opal-8,
  .group:focus-within .group-focus-within\:txt-color-body-opal-8 {
    color: RGBA(56, 63, 118, 0.8);
  }
  .txt-color-body-opal-08,
  .hover\:txt-color-body-opal-08:hover,
  .focus\:txt-color-body-opal-08:focus,
  .group:hover .group-hover\:txt-color-body-opal-08,
  .group:focus-within .group-focus-within\:txt-color-body-opal-08 {
    color: RGBA(56, 63, 118, 0.08);
  }
  .txt-color-body-opal-9,
  .hover\:txt-color-body-opal-9:hover,
  .focus\:txt-color-body-opal-9:focus,
  .group:hover .group-hover\:txt-color-body-opal-9,
  .group:focus-within .group-focus-within\:txt-color-body-opal-9 {
    color: RGBA(56, 63, 118, 0.9);
  }
  .txt-color-body-opal-09,
  .hover\:txt-color-body-opal-09:hover,
  .focus\:txt-color-body-opal-09:focus,
  .group:hover .group-hover\:txt-color-body-opal-09,
  .group:focus-within .group-focus-within\:txt-color-body-opal-09 {
    color: RGBA(56, 63, 118, 0.09);
  }
  .txt-color-body-opal-10,
  .hover\:txt-color-body-opal-10:hover,
  .focus\:txt-color-body-opal-10:focus,
  .group:hover .group-hover\:txt-color-body-opal-10,
  .group:focus-within .group-focus-within\:txt-color-body-opal-10 {
    color: RGBA(56, 63, 118, 1);
  }
  .link-color-body a,
  .hover\:link-color-body a:hover,
  .active\:link-color-body a:active,
  .focus\:link-color-body a:focus,
  .group:hover .group-hover\:link-color-body a,
  .group:focus-within .group-focus-within\:link-color-body a {
    color: #383f76;
  }
  .link-color-body-opal-0 a,
  .hover\:link-color-body-opal-0 a:hover,
  .active\:link-color-body-opal-0 a:active,
  .focus\:link-color-body-opal-0 a:focus,
  .group:hover .group-hover\:link-color-body-opal-0 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-0 a {
    color: RGBA(56, 63, 118, 0);
  }
  .link-color-body-opal-00 a,
  .hover\:link-color-body-opal-00 a:hover,
  .active\:link-color-body-opal-00 a:active,
  .focus\:link-color-body-opal-00 a:focus,
  .group:hover .group-hover\:link-color-body-opal-00 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-00 a {
    color: RGBA(56, 63, 118, 0);
  }
  .link-color-body-opal-1 a,
  .hover\:link-color-body-opal-1 a:hover,
  .active\:link-color-body-opal-1 a:active,
  .focus\:link-color-body-opal-1 a:focus,
  .group:hover .group-hover\:link-color-body-opal-1 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-1 a {
    color: RGBA(56, 63, 118, 0.1);
  }
  .link-color-body-opal-01 a,
  .hover\:link-color-body-opal-01 a:hover,
  .active\:link-color-body-opal-01 a:active,
  .focus\:link-color-body-opal-01 a:focus,
  .group:hover .group-hover\:link-color-body-opal-01 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-01 a {
    color: RGBA(56, 63, 118, 0.01);
  }
  .link-color-body-opal-2 a,
  .hover\:link-color-body-opal-2 a:hover,
  .active\:link-color-body-opal-2 a:active,
  .focus\:link-color-body-opal-2 a:focus,
  .group:hover .group-hover\:link-color-body-opal-2 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-2 a {
    color: RGBA(56, 63, 118, 0.2);
  }
  .link-color-body-opal-02 a,
  .hover\:link-color-body-opal-02 a:hover,
  .active\:link-color-body-opal-02 a:active,
  .focus\:link-color-body-opal-02 a:focus,
  .group:hover .group-hover\:link-color-body-opal-02 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-02 a {
    color: RGBA(56, 63, 118, 0.02);
  }
  .link-color-body-opal-3 a,
  .hover\:link-color-body-opal-3 a:hover,
  .active\:link-color-body-opal-3 a:active,
  .focus\:link-color-body-opal-3 a:focus,
  .group:hover .group-hover\:link-color-body-opal-3 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-3 a {
    color: RGBA(56, 63, 118, 0.3);
  }
  .link-color-body-opal-03 a,
  .hover\:link-color-body-opal-03 a:hover,
  .active\:link-color-body-opal-03 a:active,
  .focus\:link-color-body-opal-03 a:focus,
  .group:hover .group-hover\:link-color-body-opal-03 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-03 a {
    color: RGBA(56, 63, 118, 0.03);
  }
  .link-color-body-opal-4 a,
  .hover\:link-color-body-opal-4 a:hover,
  .active\:link-color-body-opal-4 a:active,
  .focus\:link-color-body-opal-4 a:focus,
  .group:hover .group-hover\:link-color-body-opal-4 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-4 a {
    color: RGBA(56, 63, 118, 0.4);
  }
  .link-color-body-opal-04 a,
  .hover\:link-color-body-opal-04 a:hover,
  .active\:link-color-body-opal-04 a:active,
  .focus\:link-color-body-opal-04 a:focus,
  .group:hover .group-hover\:link-color-body-opal-04 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-04 a {
    color: RGBA(56, 63, 118, 0.04);
  }
  .link-color-body-opal-5 a,
  .hover\:link-color-body-opal-5 a:hover,
  .active\:link-color-body-opal-5 a:active,
  .focus\:link-color-body-opal-5 a:focus,
  .group:hover .group-hover\:link-color-body-opal-5 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-5 a {
    color: RGBA(56, 63, 118, 0.5);
  }
  .link-color-body-opal-05 a,
  .hover\:link-color-body-opal-05 a:hover,
  .active\:link-color-body-opal-05 a:active,
  .focus\:link-color-body-opal-05 a:focus,
  .group:hover .group-hover\:link-color-body-opal-05 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-05 a {
    color: RGBA(56, 63, 118, 0.05);
  }
  .link-color-body-opal-6 a,
  .hover\:link-color-body-opal-6 a:hover,
  .active\:link-color-body-opal-6 a:active,
  .focus\:link-color-body-opal-6 a:focus,
  .group:hover .group-hover\:link-color-body-opal-6 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-6 a {
    color: RGBA(56, 63, 118, 0.6);
  }
  .link-color-body-opal-06 a,
  .hover\:link-color-body-opal-06 a:hover,
  .active\:link-color-body-opal-06 a:active,
  .focus\:link-color-body-opal-06 a:focus,
  .group:hover .group-hover\:link-color-body-opal-06 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-06 a {
    color: RGBA(56, 63, 118, 0.06);
  }
  .link-color-body-opal-7 a,
  .hover\:link-color-body-opal-7 a:hover,
  .active\:link-color-body-opal-7 a:active,
  .focus\:link-color-body-opal-7 a:focus,
  .group:hover .group-hover\:link-color-body-opal-7 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-7 a {
    color: RGBA(56, 63, 118, 0.7);
  }
  .link-color-body-opal-07 a,
  .hover\:link-color-body-opal-07 a:hover,
  .active\:link-color-body-opal-07 a:active,
  .focus\:link-color-body-opal-07 a:focus,
  .group:hover .group-hover\:link-color-body-opal-07 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-07 a {
    color: RGBA(56, 63, 118, 0.07);
  }
  .link-color-body-opal-8 a,
  .hover\:link-color-body-opal-8 a:hover,
  .active\:link-color-body-opal-8 a:active,
  .focus\:link-color-body-opal-8 a:focus,
  .group:hover .group-hover\:link-color-body-opal-8 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-8 a {
    color: RGBA(56, 63, 118, 0.8);
  }
  .link-color-body-opal-08 a,
  .hover\:link-color-body-opal-08 a:hover,
  .active\:link-color-body-opal-08 a:active,
  .focus\:link-color-body-opal-08 a:focus,
  .group:hover .group-hover\:link-color-body-opal-08 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-08 a {
    color: RGBA(56, 63, 118, 0.08);
  }
  .link-color-body-opal-9 a,
  .hover\:link-color-body-opal-9 a:hover,
  .active\:link-color-body-opal-9 a:active,
  .focus\:link-color-body-opal-9 a:focus,
  .group:hover .group-hover\:link-color-body-opal-9 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-9 a {
    color: RGBA(56, 63, 118, 0.9);
  }
  .link-color-body-opal-09 a,
  .hover\:link-color-body-opal-09 a:hover,
  .active\:link-color-body-opal-09 a:active,
  .focus\:link-color-body-opal-09 a:focus,
  .group:hover .group-hover\:link-color-body-opal-09 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-09 a {
    color: RGBA(56, 63, 118, 0.09);
  }
  .link-color-body-opal-10 a,
  .hover\:link-color-body-opal-10 a:hover,
  .active\:link-color-body-opal-10 a:active,
  .focus\:link-color-body-opal-10 a:focus,
  .group:hover .group-hover\:link-color-body-opal-10 a,
  .group:focus-within .group-focus-within\:link-color-body-opal-10 a {
    color: RGBA(56, 63, 118, 1);
  }
  .txt-success,
  .hover\:txt-success:hover,
  .focus\:txt-success:focus,
  .group:hover .group-hover\:txt-success,
  .group:focus-within .group-focus-within\:txt-success {
    color: #168982;
  }
  .txt-success-opal-0,
  .hover\:txt-success-opal-0:hover,
  .focus\:txt-success-opal-0:focus,
  .group:hover .group-hover\:txt-success-opal-0,
  .group:focus-within .group-focus-within\:txt-success-opal-0 {
    color: RGBA(22, 137, 130, 0);
  }
  .txt-success-opal-00,
  .hover\:txt-success-opal-00:hover,
  .focus\:txt-success-opal-00:focus,
  .group:hover .group-hover\:txt-success-opal-00,
  .group:focus-within .group-focus-within\:txt-success-opal-00 {
    color: RGBA(22, 137, 130, 0);
  }
  .txt-success-opal-1,
  .hover\:txt-success-opal-1:hover,
  .focus\:txt-success-opal-1:focus,
  .group:hover .group-hover\:txt-success-opal-1,
  .group:focus-within .group-focus-within\:txt-success-opal-1 {
    color: RGBA(22, 137, 130, 0.1);
  }
  .txt-success-opal-01,
  .hover\:txt-success-opal-01:hover,
  .focus\:txt-success-opal-01:focus,
  .group:hover .group-hover\:txt-success-opal-01,
  .group:focus-within .group-focus-within\:txt-success-opal-01 {
    color: RGBA(22, 137, 130, 0.01);
  }
  .txt-success-opal-2,
  .hover\:txt-success-opal-2:hover,
  .focus\:txt-success-opal-2:focus,
  .group:hover .group-hover\:txt-success-opal-2,
  .group:focus-within .group-focus-within\:txt-success-opal-2 {
    color: RGBA(22, 137, 130, 0.2);
  }
  .txt-success-opal-02,
  .hover\:txt-success-opal-02:hover,
  .focus\:txt-success-opal-02:focus,
  .group:hover .group-hover\:txt-success-opal-02,
  .group:focus-within .group-focus-within\:txt-success-opal-02 {
    color: RGBA(22, 137, 130, 0.02);
  }
  .txt-success-opal-3,
  .hover\:txt-success-opal-3:hover,
  .focus\:txt-success-opal-3:focus,
  .group:hover .group-hover\:txt-success-opal-3,
  .group:focus-within .group-focus-within\:txt-success-opal-3 {
    color: RGBA(22, 137, 130, 0.3);
  }
  .txt-success-opal-03,
  .hover\:txt-success-opal-03:hover,
  .focus\:txt-success-opal-03:focus,
  .group:hover .group-hover\:txt-success-opal-03,
  .group:focus-within .group-focus-within\:txt-success-opal-03 {
    color: RGBA(22, 137, 130, 0.03);
  }
  .txt-success-opal-4,
  .hover\:txt-success-opal-4:hover,
  .focus\:txt-success-opal-4:focus,
  .group:hover .group-hover\:txt-success-opal-4,
  .group:focus-within .group-focus-within\:txt-success-opal-4 {
    color: RGBA(22, 137, 130, 0.4);
  }
  .txt-success-opal-04,
  .hover\:txt-success-opal-04:hover,
  .focus\:txt-success-opal-04:focus,
  .group:hover .group-hover\:txt-success-opal-04,
  .group:focus-within .group-focus-within\:txt-success-opal-04 {
    color: RGBA(22, 137, 130, 0.04);
  }
  .txt-success-opal-5,
  .hover\:txt-success-opal-5:hover,
  .focus\:txt-success-opal-5:focus,
  .group:hover .group-hover\:txt-success-opal-5,
  .group:focus-within .group-focus-within\:txt-success-opal-5 {
    color: RGBA(22, 137, 130, 0.5);
  }
  .txt-success-opal-05,
  .hover\:txt-success-opal-05:hover,
  .focus\:txt-success-opal-05:focus,
  .group:hover .group-hover\:txt-success-opal-05,
  .group:focus-within .group-focus-within\:txt-success-opal-05 {
    color: RGBA(22, 137, 130, 0.05);
  }
  .txt-success-opal-6,
  .hover\:txt-success-opal-6:hover,
  .focus\:txt-success-opal-6:focus,
  .group:hover .group-hover\:txt-success-opal-6,
  .group:focus-within .group-focus-within\:txt-success-opal-6 {
    color: RGBA(22, 137, 130, 0.6);
  }
  .txt-success-opal-06,
  .hover\:txt-success-opal-06:hover,
  .focus\:txt-success-opal-06:focus,
  .group:hover .group-hover\:txt-success-opal-06,
  .group:focus-within .group-focus-within\:txt-success-opal-06 {
    color: RGBA(22, 137, 130, 0.06);
  }
  .txt-success-opal-7,
  .hover\:txt-success-opal-7:hover,
  .focus\:txt-success-opal-7:focus,
  .group:hover .group-hover\:txt-success-opal-7,
  .group:focus-within .group-focus-within\:txt-success-opal-7 {
    color: RGBA(22, 137, 130, 0.7);
  }
  .txt-success-opal-07,
  .hover\:txt-success-opal-07:hover,
  .focus\:txt-success-opal-07:focus,
  .group:hover .group-hover\:txt-success-opal-07,
  .group:focus-within .group-focus-within\:txt-success-opal-07 {
    color: RGBA(22, 137, 130, 0.07);
  }
  .txt-success-opal-8,
  .hover\:txt-success-opal-8:hover,
  .focus\:txt-success-opal-8:focus,
  .group:hover .group-hover\:txt-success-opal-8,
  .group:focus-within .group-focus-within\:txt-success-opal-8 {
    color: RGBA(22, 137, 130, 0.8);
  }
  .txt-success-opal-08,
  .hover\:txt-success-opal-08:hover,
  .focus\:txt-success-opal-08:focus,
  .group:hover .group-hover\:txt-success-opal-08,
  .group:focus-within .group-focus-within\:txt-success-opal-08 {
    color: RGBA(22, 137, 130, 0.08);
  }
  .txt-success-opal-9,
  .hover\:txt-success-opal-9:hover,
  .focus\:txt-success-opal-9:focus,
  .group:hover .group-hover\:txt-success-opal-9,
  .group:focus-within .group-focus-within\:txt-success-opal-9 {
    color: RGBA(22, 137, 130, 0.9);
  }
  .txt-success-opal-09,
  .hover\:txt-success-opal-09:hover,
  .focus\:txt-success-opal-09:focus,
  .group:hover .group-hover\:txt-success-opal-09,
  .group:focus-within .group-focus-within\:txt-success-opal-09 {
    color: RGBA(22, 137, 130, 0.09);
  }
  .txt-success-opal-10,
  .hover\:txt-success-opal-10:hover,
  .focus\:txt-success-opal-10:focus,
  .group:hover .group-hover\:txt-success-opal-10,
  .group:focus-within .group-focus-within\:txt-success-opal-10 {
    color: RGBA(22, 137, 130, 1);
  }
  .link-success a,
  .hover\:link-success a:hover,
  .active\:link-success a:active,
  .focus\:link-success a:focus,
  .group:hover .group-hover\:link-success a,
  .group:focus-within .group-focus-within\:link-success a {
    color: #168982;
  }
  .link-success-opal-0 a,
  .hover\:link-success-opal-0 a:hover,
  .active\:link-success-opal-0 a:active,
  .focus\:link-success-opal-0 a:focus,
  .group:hover .group-hover\:link-success-opal-0 a,
  .group:focus-within .group-focus-within\:link-success-opal-0 a {
    color: RGBA(22, 137, 130, 0);
  }
  .link-success-opal-00 a,
  .hover\:link-success-opal-00 a:hover,
  .active\:link-success-opal-00 a:active,
  .focus\:link-success-opal-00 a:focus,
  .group:hover .group-hover\:link-success-opal-00 a,
  .group:focus-within .group-focus-within\:link-success-opal-00 a {
    color: RGBA(22, 137, 130, 0);
  }
  .link-success-opal-1 a,
  .hover\:link-success-opal-1 a:hover,
  .active\:link-success-opal-1 a:active,
  .focus\:link-success-opal-1 a:focus,
  .group:hover .group-hover\:link-success-opal-1 a,
  .group:focus-within .group-focus-within\:link-success-opal-1 a {
    color: RGBA(22, 137, 130, 0.1);
  }
  .link-success-opal-01 a,
  .hover\:link-success-opal-01 a:hover,
  .active\:link-success-opal-01 a:active,
  .focus\:link-success-opal-01 a:focus,
  .group:hover .group-hover\:link-success-opal-01 a,
  .group:focus-within .group-focus-within\:link-success-opal-01 a {
    color: RGBA(22, 137, 130, 0.01);
  }
  .link-success-opal-2 a,
  .hover\:link-success-opal-2 a:hover,
  .active\:link-success-opal-2 a:active,
  .focus\:link-success-opal-2 a:focus,
  .group:hover .group-hover\:link-success-opal-2 a,
  .group:focus-within .group-focus-within\:link-success-opal-2 a {
    color: RGBA(22, 137, 130, 0.2);
  }
  .link-success-opal-02 a,
  .hover\:link-success-opal-02 a:hover,
  .active\:link-success-opal-02 a:active,
  .focus\:link-success-opal-02 a:focus,
  .group:hover .group-hover\:link-success-opal-02 a,
  .group:focus-within .group-focus-within\:link-success-opal-02 a {
    color: RGBA(22, 137, 130, 0.02);
  }
  .link-success-opal-3 a,
  .hover\:link-success-opal-3 a:hover,
  .active\:link-success-opal-3 a:active,
  .focus\:link-success-opal-3 a:focus,
  .group:hover .group-hover\:link-success-opal-3 a,
  .group:focus-within .group-focus-within\:link-success-opal-3 a {
    color: RGBA(22, 137, 130, 0.3);
  }
  .link-success-opal-03 a,
  .hover\:link-success-opal-03 a:hover,
  .active\:link-success-opal-03 a:active,
  .focus\:link-success-opal-03 a:focus,
  .group:hover .group-hover\:link-success-opal-03 a,
  .group:focus-within .group-focus-within\:link-success-opal-03 a {
    color: RGBA(22, 137, 130, 0.03);
  }
  .link-success-opal-4 a,
  .hover\:link-success-opal-4 a:hover,
  .active\:link-success-opal-4 a:active,
  .focus\:link-success-opal-4 a:focus,
  .group:hover .group-hover\:link-success-opal-4 a,
  .group:focus-within .group-focus-within\:link-success-opal-4 a {
    color: RGBA(22, 137, 130, 0.4);
  }
  .link-success-opal-04 a,
  .hover\:link-success-opal-04 a:hover,
  .active\:link-success-opal-04 a:active,
  .focus\:link-success-opal-04 a:focus,
  .group:hover .group-hover\:link-success-opal-04 a,
  .group:focus-within .group-focus-within\:link-success-opal-04 a {
    color: RGBA(22, 137, 130, 0.04);
  }
  .link-success-opal-5 a,
  .hover\:link-success-opal-5 a:hover,
  .active\:link-success-opal-5 a:active,
  .focus\:link-success-opal-5 a:focus,
  .group:hover .group-hover\:link-success-opal-5 a,
  .group:focus-within .group-focus-within\:link-success-opal-5 a {
    color: RGBA(22, 137, 130, 0.5);
  }
  .link-success-opal-05 a,
  .hover\:link-success-opal-05 a:hover,
  .active\:link-success-opal-05 a:active,
  .focus\:link-success-opal-05 a:focus,
  .group:hover .group-hover\:link-success-opal-05 a,
  .group:focus-within .group-focus-within\:link-success-opal-05 a {
    color: RGBA(22, 137, 130, 0.05);
  }
  .link-success-opal-6 a,
  .hover\:link-success-opal-6 a:hover,
  .active\:link-success-opal-6 a:active,
  .focus\:link-success-opal-6 a:focus,
  .group:hover .group-hover\:link-success-opal-6 a,
  .group:focus-within .group-focus-within\:link-success-opal-6 a {
    color: RGBA(22, 137, 130, 0.6);
  }
  .link-success-opal-06 a,
  .hover\:link-success-opal-06 a:hover,
  .active\:link-success-opal-06 a:active,
  .focus\:link-success-opal-06 a:focus,
  .group:hover .group-hover\:link-success-opal-06 a,
  .group:focus-within .group-focus-within\:link-success-opal-06 a {
    color: RGBA(22, 137, 130, 0.06);
  }
  .link-success-opal-7 a,
  .hover\:link-success-opal-7 a:hover,
  .active\:link-success-opal-7 a:active,
  .focus\:link-success-opal-7 a:focus,
  .group:hover .group-hover\:link-success-opal-7 a,
  .group:focus-within .group-focus-within\:link-success-opal-7 a {
    color: RGBA(22, 137, 130, 0.7);
  }
  .link-success-opal-07 a,
  .hover\:link-success-opal-07 a:hover,
  .active\:link-success-opal-07 a:active,
  .focus\:link-success-opal-07 a:focus,
  .group:hover .group-hover\:link-success-opal-07 a,
  .group:focus-within .group-focus-within\:link-success-opal-07 a {
    color: RGBA(22, 137, 130, 0.07);
  }
  .link-success-opal-8 a,
  .hover\:link-success-opal-8 a:hover,
  .active\:link-success-opal-8 a:active,
  .focus\:link-success-opal-8 a:focus,
  .group:hover .group-hover\:link-success-opal-8 a,
  .group:focus-within .group-focus-within\:link-success-opal-8 a {
    color: RGBA(22, 137, 130, 0.8);
  }
  .link-success-opal-08 a,
  .hover\:link-success-opal-08 a:hover,
  .active\:link-success-opal-08 a:active,
  .focus\:link-success-opal-08 a:focus,
  .group:hover .group-hover\:link-success-opal-08 a,
  .group:focus-within .group-focus-within\:link-success-opal-08 a {
    color: RGBA(22, 137, 130, 0.08);
  }
  .link-success-opal-9 a,
  .hover\:link-success-opal-9 a:hover,
  .active\:link-success-opal-9 a:active,
  .focus\:link-success-opal-9 a:focus,
  .group:hover .group-hover\:link-success-opal-9 a,
  .group:focus-within .group-focus-within\:link-success-opal-9 a {
    color: RGBA(22, 137, 130, 0.9);
  }
  .link-success-opal-09 a,
  .hover\:link-success-opal-09 a:hover,
  .active\:link-success-opal-09 a:active,
  .focus\:link-success-opal-09 a:focus,
  .group:hover .group-hover\:link-success-opal-09 a,
  .group:focus-within .group-focus-within\:link-success-opal-09 a {
    color: RGBA(22, 137, 130, 0.09);
  }
  .link-success-opal-10 a,
  .hover\:link-success-opal-10 a:hover,
  .active\:link-success-opal-10 a:active,
  .focus\:link-success-opal-10 a:focus,
  .group:hover .group-hover\:link-success-opal-10 a,
  .group:focus-within .group-focus-within\:link-success-opal-10 a {
    color: RGBA(22, 137, 130, 1);
  }
  .txt-success-contrast,
  .hover\:txt-success-contrast:hover,
  .focus\:txt-success-contrast:focus,
  .group:hover .group-hover\:txt-success-contrast,
  .group:focus-within .group-focus-within\:txt-success-contrast {
    color: #fff;
  }
  .txt-success-contrast-opal-0,
  .hover\:txt-success-contrast-opal-0:hover,
  .focus\:txt-success-contrast-opal-0:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-0,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-0 {
    color: RGBA(255, 255, 255, 0);
  }
  .txt-success-contrast-opal-00,
  .hover\:txt-success-contrast-opal-00:hover,
  .focus\:txt-success-contrast-opal-00:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-00,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-00 {
    color: RGBA(255, 255, 255, 0);
  }
  .txt-success-contrast-opal-1,
  .hover\:txt-success-contrast-opal-1:hover,
  .focus\:txt-success-contrast-opal-1:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-1,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-1 {
    color: RGBA(255, 255, 255, 0.1);
  }
  .txt-success-contrast-opal-01,
  .hover\:txt-success-contrast-opal-01:hover,
  .focus\:txt-success-contrast-opal-01:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-01,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-01 {
    color: RGBA(255, 255, 255, 0.01);
  }
  .txt-success-contrast-opal-2,
  .hover\:txt-success-contrast-opal-2:hover,
  .focus\:txt-success-contrast-opal-2:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-2,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-2 {
    color: RGBA(255, 255, 255, 0.2);
  }
  .txt-success-contrast-opal-02,
  .hover\:txt-success-contrast-opal-02:hover,
  .focus\:txt-success-contrast-opal-02:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-02,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-02 {
    color: RGBA(255, 255, 255, 0.02);
  }
  .txt-success-contrast-opal-3,
  .hover\:txt-success-contrast-opal-3:hover,
  .focus\:txt-success-contrast-opal-3:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-3,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-3 {
    color: RGBA(255, 255, 255, 0.3);
  }
  .txt-success-contrast-opal-03,
  .hover\:txt-success-contrast-opal-03:hover,
  .focus\:txt-success-contrast-opal-03:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-03,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-03 {
    color: RGBA(255, 255, 255, 0.03);
  }
  .txt-success-contrast-opal-4,
  .hover\:txt-success-contrast-opal-4:hover,
  .focus\:txt-success-contrast-opal-4:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-4,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-4 {
    color: RGBA(255, 255, 255, 0.4);
  }
  .txt-success-contrast-opal-04,
  .hover\:txt-success-contrast-opal-04:hover,
  .focus\:txt-success-contrast-opal-04:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-04,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-04 {
    color: RGBA(255, 255, 255, 0.04);
  }
  .txt-success-contrast-opal-5,
  .hover\:txt-success-contrast-opal-5:hover,
  .focus\:txt-success-contrast-opal-5:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-5,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-5 {
    color: RGBA(255, 255, 255, 0.5);
  }
  .txt-success-contrast-opal-05,
  .hover\:txt-success-contrast-opal-05:hover,
  .focus\:txt-success-contrast-opal-05:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-05,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-05 {
    color: RGBA(255, 255, 255, 0.05);
  }
  .txt-success-contrast-opal-6,
  .hover\:txt-success-contrast-opal-6:hover,
  .focus\:txt-success-contrast-opal-6:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-6,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-6 {
    color: RGBA(255, 255, 255, 0.6);
  }
  .txt-success-contrast-opal-06,
  .hover\:txt-success-contrast-opal-06:hover,
  .focus\:txt-success-contrast-opal-06:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-06,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-06 {
    color: RGBA(255, 255, 255, 0.06);
  }
  .txt-success-contrast-opal-7,
  .hover\:txt-success-contrast-opal-7:hover,
  .focus\:txt-success-contrast-opal-7:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-7,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-7 {
    color: RGBA(255, 255, 255, 0.7);
  }
  .txt-success-contrast-opal-07,
  .hover\:txt-success-contrast-opal-07:hover,
  .focus\:txt-success-contrast-opal-07:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-07,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-07 {
    color: RGBA(255, 255, 255, 0.07);
  }
  .txt-success-contrast-opal-8,
  .hover\:txt-success-contrast-opal-8:hover,
  .focus\:txt-success-contrast-opal-8:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-8,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-8 {
    color: RGBA(255, 255, 255, 0.8);
  }
  .txt-success-contrast-opal-08,
  .hover\:txt-success-contrast-opal-08:hover,
  .focus\:txt-success-contrast-opal-08:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-08,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-08 {
    color: RGBA(255, 255, 255, 0.08);
  }
  .txt-success-contrast-opal-9,
  .hover\:txt-success-contrast-opal-9:hover,
  .focus\:txt-success-contrast-opal-9:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-9,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-9 {
    color: RGBA(255, 255, 255, 0.9);
  }
  .txt-success-contrast-opal-09,
  .hover\:txt-success-contrast-opal-09:hover,
  .focus\:txt-success-contrast-opal-09:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-09,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-09 {
    color: RGBA(255, 255, 255, 0.09);
  }
  .txt-success-contrast-opal-10,
  .hover\:txt-success-contrast-opal-10:hover,
  .focus\:txt-success-contrast-opal-10:focus,
  .group:hover .group-hover\:txt-success-contrast-opal-10,
  .group:focus-within .group-focus-within\:txt-success-contrast-opal-10 {
    color: RGBA(255, 255, 255, 1);
  }
  .link-success-contrast a,
  .hover\:link-success-contrast a:hover,
  .active\:link-success-contrast a:active,
  .focus\:link-success-contrast a:focus,
  .group:hover .group-hover\:link-success-contrast a,
  .group:focus-within .group-focus-within\:link-success-contrast a {
    color: #fff;
  }
  .link-success-contrast-opal-0 a,
  .hover\:link-success-contrast-opal-0 a:hover,
  .active\:link-success-contrast-opal-0 a:active,
  .focus\:link-success-contrast-opal-0 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-0 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-0 a {
    color: RGBA(255, 255, 255, 0);
  }
  .link-success-contrast-opal-00 a,
  .hover\:link-success-contrast-opal-00 a:hover,
  .active\:link-success-contrast-opal-00 a:active,
  .focus\:link-success-contrast-opal-00 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-00 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-00 a {
    color: RGBA(255, 255, 255, 0);
  }
  .link-success-contrast-opal-1 a,
  .hover\:link-success-contrast-opal-1 a:hover,
  .active\:link-success-contrast-opal-1 a:active,
  .focus\:link-success-contrast-opal-1 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-1 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-1 a {
    color: RGBA(255, 255, 255, 0.1);
  }
  .link-success-contrast-opal-01 a,
  .hover\:link-success-contrast-opal-01 a:hover,
  .active\:link-success-contrast-opal-01 a:active,
  .focus\:link-success-contrast-opal-01 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-01 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-01 a {
    color: RGBA(255, 255, 255, 0.01);
  }
  .link-success-contrast-opal-2 a,
  .hover\:link-success-contrast-opal-2 a:hover,
  .active\:link-success-contrast-opal-2 a:active,
  .focus\:link-success-contrast-opal-2 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-2 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-2 a {
    color: RGBA(255, 255, 255, 0.2);
  }
  .link-success-contrast-opal-02 a,
  .hover\:link-success-contrast-opal-02 a:hover,
  .active\:link-success-contrast-opal-02 a:active,
  .focus\:link-success-contrast-opal-02 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-02 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-02 a {
    color: RGBA(255, 255, 255, 0.02);
  }
  .link-success-contrast-opal-3 a,
  .hover\:link-success-contrast-opal-3 a:hover,
  .active\:link-success-contrast-opal-3 a:active,
  .focus\:link-success-contrast-opal-3 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-3 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-3 a {
    color: RGBA(255, 255, 255, 0.3);
  }
  .link-success-contrast-opal-03 a,
  .hover\:link-success-contrast-opal-03 a:hover,
  .active\:link-success-contrast-opal-03 a:active,
  .focus\:link-success-contrast-opal-03 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-03 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-03 a {
    color: RGBA(255, 255, 255, 0.03);
  }
  .link-success-contrast-opal-4 a,
  .hover\:link-success-contrast-opal-4 a:hover,
  .active\:link-success-contrast-opal-4 a:active,
  .focus\:link-success-contrast-opal-4 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-4 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-4 a {
    color: RGBA(255, 255, 255, 0.4);
  }
  .link-success-contrast-opal-04 a,
  .hover\:link-success-contrast-opal-04 a:hover,
  .active\:link-success-contrast-opal-04 a:active,
  .focus\:link-success-contrast-opal-04 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-04 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-04 a {
    color: RGBA(255, 255, 255, 0.04);
  }
  .link-success-contrast-opal-5 a,
  .hover\:link-success-contrast-opal-5 a:hover,
  .active\:link-success-contrast-opal-5 a:active,
  .focus\:link-success-contrast-opal-5 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-5 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-5 a {
    color: RGBA(255, 255, 255, 0.5);
  }
  .link-success-contrast-opal-05 a,
  .hover\:link-success-contrast-opal-05 a:hover,
  .active\:link-success-contrast-opal-05 a:active,
  .focus\:link-success-contrast-opal-05 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-05 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-05 a {
    color: RGBA(255, 255, 255, 0.05);
  }
  .link-success-contrast-opal-6 a,
  .hover\:link-success-contrast-opal-6 a:hover,
  .active\:link-success-contrast-opal-6 a:active,
  .focus\:link-success-contrast-opal-6 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-6 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-6 a {
    color: RGBA(255, 255, 255, 0.6);
  }
  .link-success-contrast-opal-06 a,
  .hover\:link-success-contrast-opal-06 a:hover,
  .active\:link-success-contrast-opal-06 a:active,
  .focus\:link-success-contrast-opal-06 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-06 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-06 a {
    color: RGBA(255, 255, 255, 0.06);
  }
  .link-success-contrast-opal-7 a,
  .hover\:link-success-contrast-opal-7 a:hover,
  .active\:link-success-contrast-opal-7 a:active,
  .focus\:link-success-contrast-opal-7 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-7 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-7 a {
    color: RGBA(255, 255, 255, 0.7);
  }
  .link-success-contrast-opal-07 a,
  .hover\:link-success-contrast-opal-07 a:hover,
  .active\:link-success-contrast-opal-07 a:active,
  .focus\:link-success-contrast-opal-07 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-07 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-07 a {
    color: RGBA(255, 255, 255, 0.07);
  }
  .link-success-contrast-opal-8 a,
  .hover\:link-success-contrast-opal-8 a:hover,
  .active\:link-success-contrast-opal-8 a:active,
  .focus\:link-success-contrast-opal-8 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-8 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-8 a {
    color: RGBA(255, 255, 255, 0.8);
  }
  .link-success-contrast-opal-08 a,
  .hover\:link-success-contrast-opal-08 a:hover,
  .active\:link-success-contrast-opal-08 a:active,
  .focus\:link-success-contrast-opal-08 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-08 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-08 a {
    color: RGBA(255, 255, 255, 0.08);
  }
  .link-success-contrast-opal-9 a,
  .hover\:link-success-contrast-opal-9 a:hover,
  .active\:link-success-contrast-opal-9 a:active,
  .focus\:link-success-contrast-opal-9 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-9 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-9 a {
    color: RGBA(255, 255, 255, 0.9);
  }
  .link-success-contrast-opal-09 a,
  .hover\:link-success-contrast-opal-09 a:hover,
  .active\:link-success-contrast-opal-09 a:active,
  .focus\:link-success-contrast-opal-09 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-09 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-09 a {
    color: RGBA(255, 255, 255, 0.09);
  }
  .link-success-contrast-opal-10 a,
  .hover\:link-success-contrast-opal-10 a:hover,
  .active\:link-success-contrast-opal-10 a:active,
  .focus\:link-success-contrast-opal-10 a:focus,
  .group:hover .group-hover\:link-success-contrast-opal-10 a,
  .group:focus-within .group-focus-within\:link-success-contrast-opal-10 a {
    color: RGBA(255, 255, 255, 1);
  }
  .txt-warning,
  .hover\:txt-warning:hover,
  .focus\:txt-warning:focus,
  .group:hover .group-hover\:txt-warning,
  .group:focus-within .group-focus-within\:txt-warning {
    color: #c04c0a;
  }
  .txt-warning-opal-0,
  .hover\:txt-warning-opal-0:hover,
  .focus\:txt-warning-opal-0:focus,
  .group:hover .group-hover\:txt-warning-opal-0,
  .group:focus-within .group-focus-within\:txt-warning-opal-0 {
    color: RGBA(192, 76, 10, 0);
  }
  .txt-warning-opal-00,
  .hover\:txt-warning-opal-00:hover,
  .focus\:txt-warning-opal-00:focus,
  .group:hover .group-hover\:txt-warning-opal-00,
  .group:focus-within .group-focus-within\:txt-warning-opal-00 {
    color: RGBA(192, 76, 10, 0);
  }
  .txt-warning-opal-1,
  .hover\:txt-warning-opal-1:hover,
  .focus\:txt-warning-opal-1:focus,
  .group:hover .group-hover\:txt-warning-opal-1,
  .group:focus-within .group-focus-within\:txt-warning-opal-1 {
    color: RGBA(192, 76, 10, 0.1);
  }
  .txt-warning-opal-01,
  .hover\:txt-warning-opal-01:hover,
  .focus\:txt-warning-opal-01:focus,
  .group:hover .group-hover\:txt-warning-opal-01,
  .group:focus-within .group-focus-within\:txt-warning-opal-01 {
    color: RGBA(192, 76, 10, 0.01);
  }
  .txt-warning-opal-2,
  .hover\:txt-warning-opal-2:hover,
  .focus\:txt-warning-opal-2:focus,
  .group:hover .group-hover\:txt-warning-opal-2,
  .group:focus-within .group-focus-within\:txt-warning-opal-2 {
    color: RGBA(192, 76, 10, 0.2);
  }
  .txt-warning-opal-02,
  .hover\:txt-warning-opal-02:hover,
  .focus\:txt-warning-opal-02:focus,
  .group:hover .group-hover\:txt-warning-opal-02,
  .group:focus-within .group-focus-within\:txt-warning-opal-02 {
    color: RGBA(192, 76, 10, 0.02);
  }
  .txt-warning-opal-3,
  .hover\:txt-warning-opal-3:hover,
  .focus\:txt-warning-opal-3:focus,
  .group:hover .group-hover\:txt-warning-opal-3,
  .group:focus-within .group-focus-within\:txt-warning-opal-3 {
    color: RGBA(192, 76, 10, 0.3);
  }
  .txt-warning-opal-03,
  .hover\:txt-warning-opal-03:hover,
  .focus\:txt-warning-opal-03:focus,
  .group:hover .group-hover\:txt-warning-opal-03,
  .group:focus-within .group-focus-within\:txt-warning-opal-03 {
    color: RGBA(192, 76, 10, 0.03);
  }
  .txt-warning-opal-4,
  .hover\:txt-warning-opal-4:hover,
  .focus\:txt-warning-opal-4:focus,
  .group:hover .group-hover\:txt-warning-opal-4,
  .group:focus-within .group-focus-within\:txt-warning-opal-4 {
    color: RGBA(192, 76, 10, 0.4);
  }
  .txt-warning-opal-04,
  .hover\:txt-warning-opal-04:hover,
  .focus\:txt-warning-opal-04:focus,
  .group:hover .group-hover\:txt-warning-opal-04,
  .group:focus-within .group-focus-within\:txt-warning-opal-04 {
    color: RGBA(192, 76, 10, 0.04);
  }
  .txt-warning-opal-5,
  .hover\:txt-warning-opal-5:hover,
  .focus\:txt-warning-opal-5:focus,
  .group:hover .group-hover\:txt-warning-opal-5,
  .group:focus-within .group-focus-within\:txt-warning-opal-5 {
    color: RGBA(192, 76, 10, 0.5);
  }
  .txt-warning-opal-05,
  .hover\:txt-warning-opal-05:hover,
  .focus\:txt-warning-opal-05:focus,
  .group:hover .group-hover\:txt-warning-opal-05,
  .group:focus-within .group-focus-within\:txt-warning-opal-05 {
    color: RGBA(192, 76, 10, 0.05);
  }
  .txt-warning-opal-6,
  .hover\:txt-warning-opal-6:hover,
  .focus\:txt-warning-opal-6:focus,
  .group:hover .group-hover\:txt-warning-opal-6,
  .group:focus-within .group-focus-within\:txt-warning-opal-6 {
    color: RGBA(192, 76, 10, 0.6);
  }
  .txt-warning-opal-06,
  .hover\:txt-warning-opal-06:hover,
  .focus\:txt-warning-opal-06:focus,
  .group:hover .group-hover\:txt-warning-opal-06,
  .group:focus-within .group-focus-within\:txt-warning-opal-06 {
    color: RGBA(192, 76, 10, 0.06);
  }
  .txt-warning-opal-7,
  .hover\:txt-warning-opal-7:hover,
  .focus\:txt-warning-opal-7:focus,
  .group:hover .group-hover\:txt-warning-opal-7,
  .group:focus-within .group-focus-within\:txt-warning-opal-7 {
    color: RGBA(192, 76, 10, 0.7);
  }
  .txt-warning-opal-07,
  .hover\:txt-warning-opal-07:hover,
  .focus\:txt-warning-opal-07:focus,
  .group:hover .group-hover\:txt-warning-opal-07,
  .group:focus-within .group-focus-within\:txt-warning-opal-07 {
    color: RGBA(192, 76, 10, 0.07);
  }
  .txt-warning-opal-8,
  .hover\:txt-warning-opal-8:hover,
  .focus\:txt-warning-opal-8:focus,
  .group:hover .group-hover\:txt-warning-opal-8,
  .group:focus-within .group-focus-within\:txt-warning-opal-8 {
    color: RGBA(192, 76, 10, 0.8);
  }
  .txt-warning-opal-08,
  .hover\:txt-warning-opal-08:hover,
  .focus\:txt-warning-opal-08:focus,
  .group:hover .group-hover\:txt-warning-opal-08,
  .group:focus-within .group-focus-within\:txt-warning-opal-08 {
    color: RGBA(192, 76, 10, 0.08);
  }
  .txt-warning-opal-9,
  .hover\:txt-warning-opal-9:hover,
  .focus\:txt-warning-opal-9:focus,
  .group:hover .group-hover\:txt-warning-opal-9,
  .group:focus-within .group-focus-within\:txt-warning-opal-9 {
    color: RGBA(192, 76, 10, 0.9);
  }
  .txt-warning-opal-09,
  .hover\:txt-warning-opal-09:hover,
  .focus\:txt-warning-opal-09:focus,
  .group:hover .group-hover\:txt-warning-opal-09,
  .group:focus-within .group-focus-within\:txt-warning-opal-09 {
    color: RGBA(192, 76, 10, 0.09);
  }
  .txt-warning-opal-10,
  .hover\:txt-warning-opal-10:hover,
  .focus\:txt-warning-opal-10:focus,
  .group:hover .group-hover\:txt-warning-opal-10,
  .group:focus-within .group-focus-within\:txt-warning-opal-10 {
    color: RGBA(192, 76, 10, 1);
  }
  .link-warning a,
  .hover\:link-warning a:hover,
  .active\:link-warning a:active,
  .focus\:link-warning a:focus,
  .group:hover .group-hover\:link-warning a,
  .group:focus-within .group-focus-within\:link-warning a {
    color: #c04c0a;
  }
  .link-warning-opal-0 a,
  .hover\:link-warning-opal-0 a:hover,
  .active\:link-warning-opal-0 a:active,
  .focus\:link-warning-opal-0 a:focus,
  .group:hover .group-hover\:link-warning-opal-0 a,
  .group:focus-within .group-focus-within\:link-warning-opal-0 a {
    color: RGBA(192, 76, 10, 0);
  }
  .link-warning-opal-00 a,
  .hover\:link-warning-opal-00 a:hover,
  .active\:link-warning-opal-00 a:active,
  .focus\:link-warning-opal-00 a:focus,
  .group:hover .group-hover\:link-warning-opal-00 a,
  .group:focus-within .group-focus-within\:link-warning-opal-00 a {
    color: RGBA(192, 76, 10, 0);
  }
  .link-warning-opal-1 a,
  .hover\:link-warning-opal-1 a:hover,
  .active\:link-warning-opal-1 a:active,
  .focus\:link-warning-opal-1 a:focus,
  .group:hover .group-hover\:link-warning-opal-1 a,
  .group:focus-within .group-focus-within\:link-warning-opal-1 a {
    color: RGBA(192, 76, 10, 0.1);
  }
  .link-warning-opal-01 a,
  .hover\:link-warning-opal-01 a:hover,
  .active\:link-warning-opal-01 a:active,
  .focus\:link-warning-opal-01 a:focus,
  .group:hover .group-hover\:link-warning-opal-01 a,
  .group:focus-within .group-focus-within\:link-warning-opal-01 a {
    color: RGBA(192, 76, 10, 0.01);
  }
  .link-warning-opal-2 a,
  .hover\:link-warning-opal-2 a:hover,
  .active\:link-warning-opal-2 a:active,
  .focus\:link-warning-opal-2 a:focus,
  .group:hover .group-hover\:link-warning-opal-2 a,
  .group:focus-within .group-focus-within\:link-warning-opal-2 a {
    color: RGBA(192, 76, 10, 0.2);
  }
  .link-warning-opal-02 a,
  .hover\:link-warning-opal-02 a:hover,
  .active\:link-warning-opal-02 a:active,
  .focus\:link-warning-opal-02 a:focus,
  .group:hover .group-hover\:link-warning-opal-02 a,
  .group:focus-within .group-focus-within\:link-warning-opal-02 a {
    color: RGBA(192, 76, 10, 0.02);
  }
  .link-warning-opal-3 a,
  .hover\:link-warning-opal-3 a:hover,
  .active\:link-warning-opal-3 a:active,
  .focus\:link-warning-opal-3 a:focus,
  .group:hover .group-hover\:link-warning-opal-3 a,
  .group:focus-within .group-focus-within\:link-warning-opal-3 a {
    color: RGBA(192, 76, 10, 0.3);
  }
  .link-warning-opal-03 a,
  .hover\:link-warning-opal-03 a:hover,
  .active\:link-warning-opal-03 a:active,
  .focus\:link-warning-opal-03 a:focus,
  .group:hover .group-hover\:link-warning-opal-03 a,
  .group:focus-within .group-focus-within\:link-warning-opal-03 a {
    color: RGBA(192, 76, 10, 0.03);
  }
  .link-warning-opal-4 a,
  .hover\:link-warning-opal-4 a:hover,
  .active\:link-warning-opal-4 a:active,
  .focus\:link-warning-opal-4 a:focus,
  .group:hover .group-hover\:link-warning-opal-4 a,
  .group:focus-within .group-focus-within\:link-warning-opal-4 a {
    color: RGBA(192, 76, 10, 0.4);
  }
  .link-warning-opal-04 a,
  .hover\:link-warning-opal-04 a:hover,
  .active\:link-warning-opal-04 a:active,
  .focus\:link-warning-opal-04 a:focus,
  .group:hover .group-hover\:link-warning-opal-04 a,
  .group:focus-within .group-focus-within\:link-warning-opal-04 a {
    color: RGBA(192, 76, 10, 0.04);
  }
  .link-warning-opal-5 a,
  .hover\:link-warning-opal-5 a:hover,
  .active\:link-warning-opal-5 a:active,
  .focus\:link-warning-opal-5 a:focus,
  .group:hover .group-hover\:link-warning-opal-5 a,
  .group:focus-within .group-focus-within\:link-warning-opal-5 a {
    color: RGBA(192, 76, 10, 0.5);
  }
  .link-warning-opal-05 a,
  .hover\:link-warning-opal-05 a:hover,
  .active\:link-warning-opal-05 a:active,
  .focus\:link-warning-opal-05 a:focus,
  .group:hover .group-hover\:link-warning-opal-05 a,
  .group:focus-within .group-focus-within\:link-warning-opal-05 a {
    color: RGBA(192, 76, 10, 0.05);
  }
  .link-warning-opal-6 a,
  .hover\:link-warning-opal-6 a:hover,
  .active\:link-warning-opal-6 a:active,
  .focus\:link-warning-opal-6 a:focus,
  .group:hover .group-hover\:link-warning-opal-6 a,
  .group:focus-within .group-focus-within\:link-warning-opal-6 a {
    color: RGBA(192, 76, 10, 0.6);
  }
  .link-warning-opal-06 a,
  .hover\:link-warning-opal-06 a:hover,
  .active\:link-warning-opal-06 a:active,
  .focus\:link-warning-opal-06 a:focus,
  .group:hover .group-hover\:link-warning-opal-06 a,
  .group:focus-within .group-focus-within\:link-warning-opal-06 a {
    color: RGBA(192, 76, 10, 0.06);
  }
  .link-warning-opal-7 a,
  .hover\:link-warning-opal-7 a:hover,
  .active\:link-warning-opal-7 a:active,
  .focus\:link-warning-opal-7 a:focus,
  .group:hover .group-hover\:link-warning-opal-7 a,
  .group:focus-within .group-focus-within\:link-warning-opal-7 a {
    color: RGBA(192, 76, 10, 0.7);
  }
  .link-warning-opal-07 a,
  .hover\:link-warning-opal-07 a:hover,
  .active\:link-warning-opal-07 a:active,
  .focus\:link-warning-opal-07 a:focus,
  .group:hover .group-hover\:link-warning-opal-07 a,
  .group:focus-within .group-focus-within\:link-warning-opal-07 a {
    color: RGBA(192, 76, 10, 0.07);
  }
  .link-warning-opal-8 a,
  .hover\:link-warning-opal-8 a:hover,
  .active\:link-warning-opal-8 a:active,
  .focus\:link-warning-opal-8 a:focus,
  .group:hover .group-hover\:link-warning-opal-8 a,
  .group:focus-within .group-focus-within\:link-warning-opal-8 a {
    color: RGBA(192, 76, 10, 0.8);
  }
  .link-warning-opal-08 a,
  .hover\:link-warning-opal-08 a:hover,
  .active\:link-warning-opal-08 a:active,
  .focus\:link-warning-opal-08 a:focus,
  .group:hover .group-hover\:link-warning-opal-08 a,
  .group:focus-within .group-focus-within\:link-warning-opal-08 a {
    color: RGBA(192, 76, 10, 0.08);
  }
  .link-warning-opal-9 a,
  .hover\:link-warning-opal-9 a:hover,
  .active\:link-warning-opal-9 a:active,
  .focus\:link-warning-opal-9 a:focus,
  .group:hover .group-hover\:link-warning-opal-9 a,
  .group:focus-within .group-focus-within\:link-warning-opal-9 a {
    color: RGBA(192, 76, 10, 0.9);
  }
  .link-warning-opal-09 a,
  .hover\:link-warning-opal-09 a:hover,
  .active\:link-warning-opal-09 a:active,
  .focus\:link-warning-opal-09 a:focus,
  .group:hover .group-hover\:link-warning-opal-09 a,
  .group:focus-within .group-focus-within\:link-warning-opal-09 a {
    color: RGBA(192, 76, 10, 0.09);
  }
  .link-warning-opal-10 a,
  .hover\:link-warning-opal-10 a:hover,
  .active\:link-warning-opal-10 a:active,
  .focus\:link-warning-opal-10 a:focus,
  .group:hover .group-hover\:link-warning-opal-10 a,
  .group:focus-within .group-focus-within\:link-warning-opal-10 a {
    color: RGBA(192, 76, 10, 1);
  }
  .txt-warning-contrast,
  .hover\:txt-warning-contrast:hover,
  .focus\:txt-warning-contrast:focus,
  .group:hover .group-hover\:txt-warning-contrast,
  .group:focus-within .group-focus-within\:txt-warning-contrast {
    color: #fff;
  }
  .txt-warning-contrast-opal-0,
  .hover\:txt-warning-contrast-opal-0:hover,
  .focus\:txt-warning-contrast-opal-0:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-0,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-0 {
    color: RGBA(255, 255, 255, 0);
  }
  .txt-warning-contrast-opal-00,
  .hover\:txt-warning-contrast-opal-00:hover,
  .focus\:txt-warning-contrast-opal-00:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-00,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-00 {
    color: RGBA(255, 255, 255, 0);
  }
  .txt-warning-contrast-opal-1,
  .hover\:txt-warning-contrast-opal-1:hover,
  .focus\:txt-warning-contrast-opal-1:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-1,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-1 {
    color: RGBA(255, 255, 255, 0.1);
  }
  .txt-warning-contrast-opal-01,
  .hover\:txt-warning-contrast-opal-01:hover,
  .focus\:txt-warning-contrast-opal-01:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-01,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-01 {
    color: RGBA(255, 255, 255, 0.01);
  }
  .txt-warning-contrast-opal-2,
  .hover\:txt-warning-contrast-opal-2:hover,
  .focus\:txt-warning-contrast-opal-2:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-2,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-2 {
    color: RGBA(255, 255, 255, 0.2);
  }
  .txt-warning-contrast-opal-02,
  .hover\:txt-warning-contrast-opal-02:hover,
  .focus\:txt-warning-contrast-opal-02:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-02,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-02 {
    color: RGBA(255, 255, 255, 0.02);
  }
  .txt-warning-contrast-opal-3,
  .hover\:txt-warning-contrast-opal-3:hover,
  .focus\:txt-warning-contrast-opal-3:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-3,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-3 {
    color: RGBA(255, 255, 255, 0.3);
  }
  .txt-warning-contrast-opal-03,
  .hover\:txt-warning-contrast-opal-03:hover,
  .focus\:txt-warning-contrast-opal-03:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-03,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-03 {
    color: RGBA(255, 255, 255, 0.03);
  }
  .txt-warning-contrast-opal-4,
  .hover\:txt-warning-contrast-opal-4:hover,
  .focus\:txt-warning-contrast-opal-4:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-4,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-4 {
    color: RGBA(255, 255, 255, 0.4);
  }
  .txt-warning-contrast-opal-04,
  .hover\:txt-warning-contrast-opal-04:hover,
  .focus\:txt-warning-contrast-opal-04:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-04,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-04 {
    color: RGBA(255, 255, 255, 0.04);
  }
  .txt-warning-contrast-opal-5,
  .hover\:txt-warning-contrast-opal-5:hover,
  .focus\:txt-warning-contrast-opal-5:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-5,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-5 {
    color: RGBA(255, 255, 255, 0.5);
  }
  .txt-warning-contrast-opal-05,
  .hover\:txt-warning-contrast-opal-05:hover,
  .focus\:txt-warning-contrast-opal-05:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-05,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-05 {
    color: RGBA(255, 255, 255, 0.05);
  }
  .txt-warning-contrast-opal-6,
  .hover\:txt-warning-contrast-opal-6:hover,
  .focus\:txt-warning-contrast-opal-6:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-6,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-6 {
    color: RGBA(255, 255, 255, 0.6);
  }
  .txt-warning-contrast-opal-06,
  .hover\:txt-warning-contrast-opal-06:hover,
  .focus\:txt-warning-contrast-opal-06:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-06,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-06 {
    color: RGBA(255, 255, 255, 0.06);
  }
  .txt-warning-contrast-opal-7,
  .hover\:txt-warning-contrast-opal-7:hover,
  .focus\:txt-warning-contrast-opal-7:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-7,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-7 {
    color: RGBA(255, 255, 255, 0.7);
  }
  .txt-warning-contrast-opal-07,
  .hover\:txt-warning-contrast-opal-07:hover,
  .focus\:txt-warning-contrast-opal-07:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-07,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-07 {
    color: RGBA(255, 255, 255, 0.07);
  }
  .txt-warning-contrast-opal-8,
  .hover\:txt-warning-contrast-opal-8:hover,
  .focus\:txt-warning-contrast-opal-8:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-8,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-8 {
    color: RGBA(255, 255, 255, 0.8);
  }
  .txt-warning-contrast-opal-08,
  .hover\:txt-warning-contrast-opal-08:hover,
  .focus\:txt-warning-contrast-opal-08:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-08,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-08 {
    color: RGBA(255, 255, 255, 0.08);
  }
  .txt-warning-contrast-opal-9,
  .hover\:txt-warning-contrast-opal-9:hover,
  .focus\:txt-warning-contrast-opal-9:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-9,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-9 {
    color: RGBA(255, 255, 255, 0.9);
  }
  .txt-warning-contrast-opal-09,
  .hover\:txt-warning-contrast-opal-09:hover,
  .focus\:txt-warning-contrast-opal-09:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-09,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-09 {
    color: RGBA(255, 255, 255, 0.09);
  }
  .txt-warning-contrast-opal-10,
  .hover\:txt-warning-contrast-opal-10:hover,
  .focus\:txt-warning-contrast-opal-10:focus,
  .group:hover .group-hover\:txt-warning-contrast-opal-10,
  .group:focus-within .group-focus-within\:txt-warning-contrast-opal-10 {
    color: RGBA(255, 255, 255, 1);
  }
  .link-warning-contrast a,
  .hover\:link-warning-contrast a:hover,
  .active\:link-warning-contrast a:active,
  .focus\:link-warning-contrast a:focus,
  .group:hover .group-hover\:link-warning-contrast a,
  .group:focus-within .group-focus-within\:link-warning-contrast a {
    color: #fff;
  }
  .link-warning-contrast-opal-0 a,
  .hover\:link-warning-contrast-opal-0 a:hover,
  .active\:link-warning-contrast-opal-0 a:active,
  .focus\:link-warning-contrast-opal-0 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-0 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-0 a {
    color: RGBA(255, 255, 255, 0);
  }
  .link-warning-contrast-opal-00 a,
  .hover\:link-warning-contrast-opal-00 a:hover,
  .active\:link-warning-contrast-opal-00 a:active,
  .focus\:link-warning-contrast-opal-00 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-00 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-00 a {
    color: RGBA(255, 255, 255, 0);
  }
  .link-warning-contrast-opal-1 a,
  .hover\:link-warning-contrast-opal-1 a:hover,
  .active\:link-warning-contrast-opal-1 a:active,
  .focus\:link-warning-contrast-opal-1 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-1 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-1 a {
    color: RGBA(255, 255, 255, 0.1);
  }
  .link-warning-contrast-opal-01 a,
  .hover\:link-warning-contrast-opal-01 a:hover,
  .active\:link-warning-contrast-opal-01 a:active,
  .focus\:link-warning-contrast-opal-01 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-01 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-01 a {
    color: RGBA(255, 255, 255, 0.01);
  }
  .link-warning-contrast-opal-2 a,
  .hover\:link-warning-contrast-opal-2 a:hover,
  .active\:link-warning-contrast-opal-2 a:active,
  .focus\:link-warning-contrast-opal-2 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-2 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-2 a {
    color: RGBA(255, 255, 255, 0.2);
  }
  .link-warning-contrast-opal-02 a,
  .hover\:link-warning-contrast-opal-02 a:hover,
  .active\:link-warning-contrast-opal-02 a:active,
  .focus\:link-warning-contrast-opal-02 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-02 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-02 a {
    color: RGBA(255, 255, 255, 0.02);
  }
  .link-warning-contrast-opal-3 a,
  .hover\:link-warning-contrast-opal-3 a:hover,
  .active\:link-warning-contrast-opal-3 a:active,
  .focus\:link-warning-contrast-opal-3 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-3 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-3 a {
    color: RGBA(255, 255, 255, 0.3);
  }
  .link-warning-contrast-opal-03 a,
  .hover\:link-warning-contrast-opal-03 a:hover,
  .active\:link-warning-contrast-opal-03 a:active,
  .focus\:link-warning-contrast-opal-03 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-03 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-03 a {
    color: RGBA(255, 255, 255, 0.03);
  }
  .link-warning-contrast-opal-4 a,
  .hover\:link-warning-contrast-opal-4 a:hover,
  .active\:link-warning-contrast-opal-4 a:active,
  .focus\:link-warning-contrast-opal-4 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-4 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-4 a {
    color: RGBA(255, 255, 255, 0.4);
  }
  .link-warning-contrast-opal-04 a,
  .hover\:link-warning-contrast-opal-04 a:hover,
  .active\:link-warning-contrast-opal-04 a:active,
  .focus\:link-warning-contrast-opal-04 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-04 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-04 a {
    color: RGBA(255, 255, 255, 0.04);
  }
  .link-warning-contrast-opal-5 a,
  .hover\:link-warning-contrast-opal-5 a:hover,
  .active\:link-warning-contrast-opal-5 a:active,
  .focus\:link-warning-contrast-opal-5 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-5 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-5 a {
    color: RGBA(255, 255, 255, 0.5);
  }
  .link-warning-contrast-opal-05 a,
  .hover\:link-warning-contrast-opal-05 a:hover,
  .active\:link-warning-contrast-opal-05 a:active,
  .focus\:link-warning-contrast-opal-05 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-05 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-05 a {
    color: RGBA(255, 255, 255, 0.05);
  }
  .link-warning-contrast-opal-6 a,
  .hover\:link-warning-contrast-opal-6 a:hover,
  .active\:link-warning-contrast-opal-6 a:active,
  .focus\:link-warning-contrast-opal-6 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-6 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-6 a {
    color: RGBA(255, 255, 255, 0.6);
  }
  .link-warning-contrast-opal-06 a,
  .hover\:link-warning-contrast-opal-06 a:hover,
  .active\:link-warning-contrast-opal-06 a:active,
  .focus\:link-warning-contrast-opal-06 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-06 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-06 a {
    color: RGBA(255, 255, 255, 0.06);
  }
  .link-warning-contrast-opal-7 a,
  .hover\:link-warning-contrast-opal-7 a:hover,
  .active\:link-warning-contrast-opal-7 a:active,
  .focus\:link-warning-contrast-opal-7 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-7 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-7 a {
    color: RGBA(255, 255, 255, 0.7);
  }
  .link-warning-contrast-opal-07 a,
  .hover\:link-warning-contrast-opal-07 a:hover,
  .active\:link-warning-contrast-opal-07 a:active,
  .focus\:link-warning-contrast-opal-07 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-07 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-07 a {
    color: RGBA(255, 255, 255, 0.07);
  }
  .link-warning-contrast-opal-8 a,
  .hover\:link-warning-contrast-opal-8 a:hover,
  .active\:link-warning-contrast-opal-8 a:active,
  .focus\:link-warning-contrast-opal-8 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-8 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-8 a {
    color: RGBA(255, 255, 255, 0.8);
  }
  .link-warning-contrast-opal-08 a,
  .hover\:link-warning-contrast-opal-08 a:hover,
  .active\:link-warning-contrast-opal-08 a:active,
  .focus\:link-warning-contrast-opal-08 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-08 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-08 a {
    color: RGBA(255, 255, 255, 0.08);
  }
  .link-warning-contrast-opal-9 a,
  .hover\:link-warning-contrast-opal-9 a:hover,
  .active\:link-warning-contrast-opal-9 a:active,
  .focus\:link-warning-contrast-opal-9 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-9 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-9 a {
    color: RGBA(255, 255, 255, 0.9);
  }
  .link-warning-contrast-opal-09 a,
  .hover\:link-warning-contrast-opal-09 a:hover,
  .active\:link-warning-contrast-opal-09 a:active,
  .focus\:link-warning-contrast-opal-09 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-09 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-09 a {
    color: RGBA(255, 255, 255, 0.09);
  }
  .link-warning-contrast-opal-10 a,
  .hover\:link-warning-contrast-opal-10 a:hover,
  .active\:link-warning-contrast-opal-10 a:active,
  .focus\:link-warning-contrast-opal-10 a:focus,
  .group:hover .group-hover\:link-warning-contrast-opal-10 a,
  .group:focus-within .group-focus-within\:link-warning-contrast-opal-10 a {
    color: RGBA(255, 255, 255, 1);
  }
  .txt-fail,
  .hover\:txt-fail:hover,
  .focus\:txt-fail:focus,
  .group:hover .group-hover\:txt-fail,
  .group:focus-within .group-focus-within\:txt-fail {
    color: #c82d53;
  }
  .txt-fail-opal-0,
  .hover\:txt-fail-opal-0:hover,
  .focus\:txt-fail-opal-0:focus,
  .group:hover .group-hover\:txt-fail-opal-0,
  .group:focus-within .group-focus-within\:txt-fail-opal-0 {
    color: RGBA(200, 45, 83, 0);
  }
  .txt-fail-opal-00,
  .hover\:txt-fail-opal-00:hover,
  .focus\:txt-fail-opal-00:focus,
  .group:hover .group-hover\:txt-fail-opal-00,
  .group:focus-within .group-focus-within\:txt-fail-opal-00 {
    color: RGBA(200, 45, 83, 0);
  }
  .txt-fail-opal-1,
  .hover\:txt-fail-opal-1:hover,
  .focus\:txt-fail-opal-1:focus,
  .group:hover .group-hover\:txt-fail-opal-1,
  .group:focus-within .group-focus-within\:txt-fail-opal-1 {
    color: RGBA(200, 45, 83, 0.1);
  }
  .txt-fail-opal-01,
  .hover\:txt-fail-opal-01:hover,
  .focus\:txt-fail-opal-01:focus,
  .group:hover .group-hover\:txt-fail-opal-01,
  .group:focus-within .group-focus-within\:txt-fail-opal-01 {
    color: RGBA(200, 45, 83, 0.01);
  }
  .txt-fail-opal-2,
  .hover\:txt-fail-opal-2:hover,
  .focus\:txt-fail-opal-2:focus,
  .group:hover .group-hover\:txt-fail-opal-2,
  .group:focus-within .group-focus-within\:txt-fail-opal-2 {
    color: RGBA(200, 45, 83, 0.2);
  }
  .txt-fail-opal-02,
  .hover\:txt-fail-opal-02:hover,
  .focus\:txt-fail-opal-02:focus,
  .group:hover .group-hover\:txt-fail-opal-02,
  .group:focus-within .group-focus-within\:txt-fail-opal-02 {
    color: RGBA(200, 45, 83, 0.02);
  }
  .txt-fail-opal-3,
  .hover\:txt-fail-opal-3:hover,
  .focus\:txt-fail-opal-3:focus,
  .group:hover .group-hover\:txt-fail-opal-3,
  .group:focus-within .group-focus-within\:txt-fail-opal-3 {
    color: RGBA(200, 45, 83, 0.3);
  }
  .txt-fail-opal-03,
  .hover\:txt-fail-opal-03:hover,
  .focus\:txt-fail-opal-03:focus,
  .group:hover .group-hover\:txt-fail-opal-03,
  .group:focus-within .group-focus-within\:txt-fail-opal-03 {
    color: RGBA(200, 45, 83, 0.03);
  }
  .txt-fail-opal-4,
  .hover\:txt-fail-opal-4:hover,
  .focus\:txt-fail-opal-4:focus,
  .group:hover .group-hover\:txt-fail-opal-4,
  .group:focus-within .group-focus-within\:txt-fail-opal-4 {
    color: RGBA(200, 45, 83, 0.4);
  }
  .txt-fail-opal-04,
  .hover\:txt-fail-opal-04:hover,
  .focus\:txt-fail-opal-04:focus,
  .group:hover .group-hover\:txt-fail-opal-04,
  .group:focus-within .group-focus-within\:txt-fail-opal-04 {
    color: RGBA(200, 45, 83, 0.04);
  }
  .txt-fail-opal-5,
  .hover\:txt-fail-opal-5:hover,
  .focus\:txt-fail-opal-5:focus,
  .group:hover .group-hover\:txt-fail-opal-5,
  .group:focus-within .group-focus-within\:txt-fail-opal-5 {
    color: RGBA(200, 45, 83, 0.5);
  }
  .txt-fail-opal-05,
  .hover\:txt-fail-opal-05:hover,
  .focus\:txt-fail-opal-05:focus,
  .group:hover .group-hover\:txt-fail-opal-05,
  .group:focus-within .group-focus-within\:txt-fail-opal-05 {
    color: RGBA(200, 45, 83, 0.05);
  }
  .txt-fail-opal-6,
  .hover\:txt-fail-opal-6:hover,
  .focus\:txt-fail-opal-6:focus,
  .group:hover .group-hover\:txt-fail-opal-6,
  .group:focus-within .group-focus-within\:txt-fail-opal-6 {
    color: RGBA(200, 45, 83, 0.6);
  }
  .txt-fail-opal-06,
  .hover\:txt-fail-opal-06:hover,
  .focus\:txt-fail-opal-06:focus,
  .group:hover .group-hover\:txt-fail-opal-06,
  .group:focus-within .group-focus-within\:txt-fail-opal-06 {
    color: RGBA(200, 45, 83, 0.06);
  }
  .txt-fail-opal-7,
  .hover\:txt-fail-opal-7:hover,
  .focus\:txt-fail-opal-7:focus,
  .group:hover .group-hover\:txt-fail-opal-7,
  .group:focus-within .group-focus-within\:txt-fail-opal-7 {
    color: RGBA(200, 45, 83, 0.7);
  }
  .txt-fail-opal-07,
  .hover\:txt-fail-opal-07:hover,
  .focus\:txt-fail-opal-07:focus,
  .group:hover .group-hover\:txt-fail-opal-07,
  .group:focus-within .group-focus-within\:txt-fail-opal-07 {
    color: RGBA(200, 45, 83, 0.07);
  }
  .txt-fail-opal-8,
  .hover\:txt-fail-opal-8:hover,
  .focus\:txt-fail-opal-8:focus,
  .group:hover .group-hover\:txt-fail-opal-8,
  .group:focus-within .group-focus-within\:txt-fail-opal-8 {
    color: RGBA(200, 45, 83, 0.8);
  }
  .txt-fail-opal-08,
  .hover\:txt-fail-opal-08:hover,
  .focus\:txt-fail-opal-08:focus,
  .group:hover .group-hover\:txt-fail-opal-08,
  .group:focus-within .group-focus-within\:txt-fail-opal-08 {
    color: RGBA(200, 45, 83, 0.08);
  }
  .txt-fail-opal-9,
  .hover\:txt-fail-opal-9:hover,
  .focus\:txt-fail-opal-9:focus,
  .group:hover .group-hover\:txt-fail-opal-9,
  .group:focus-within .group-focus-within\:txt-fail-opal-9 {
    color: RGBA(200, 45, 83, 0.9);
  }
  .txt-fail-opal-09,
  .hover\:txt-fail-opal-09:hover,
  .focus\:txt-fail-opal-09:focus,
  .group:hover .group-hover\:txt-fail-opal-09,
  .group:focus-within .group-focus-within\:txt-fail-opal-09 {
    color: RGBA(200, 45, 83, 0.09);
  }
  .txt-fail-opal-10,
  .hover\:txt-fail-opal-10:hover,
  .focus\:txt-fail-opal-10:focus,
  .group:hover .group-hover\:txt-fail-opal-10,
  .group:focus-within .group-focus-within\:txt-fail-opal-10 {
    color: RGBA(200, 45, 83, 1);
  }
  .link-fail a,
  .hover\:link-fail a:hover,
  .active\:link-fail a:active,
  .focus\:link-fail a:focus,
  .group:hover .group-hover\:link-fail a,
  .group:focus-within .group-focus-within\:link-fail a {
    color: #c82d53;
  }
  .link-fail-opal-0 a,
  .hover\:link-fail-opal-0 a:hover,
  .active\:link-fail-opal-0 a:active,
  .focus\:link-fail-opal-0 a:focus,
  .group:hover .group-hover\:link-fail-opal-0 a,
  .group:focus-within .group-focus-within\:link-fail-opal-0 a {
    color: RGBA(200, 45, 83, 0);
  }
  .link-fail-opal-00 a,
  .hover\:link-fail-opal-00 a:hover,
  .active\:link-fail-opal-00 a:active,
  .focus\:link-fail-opal-00 a:focus,
  .group:hover .group-hover\:link-fail-opal-00 a,
  .group:focus-within .group-focus-within\:link-fail-opal-00 a {
    color: RGBA(200, 45, 83, 0);
  }
  .link-fail-opal-1 a,
  .hover\:link-fail-opal-1 a:hover,
  .active\:link-fail-opal-1 a:active,
  .focus\:link-fail-opal-1 a:focus,
  .group:hover .group-hover\:link-fail-opal-1 a,
  .group:focus-within .group-focus-within\:link-fail-opal-1 a {
    color: RGBA(200, 45, 83, 0.1);
  }
  .link-fail-opal-01 a,
  .hover\:link-fail-opal-01 a:hover,
  .active\:link-fail-opal-01 a:active,
  .focus\:link-fail-opal-01 a:focus,
  .group:hover .group-hover\:link-fail-opal-01 a,
  .group:focus-within .group-focus-within\:link-fail-opal-01 a {
    color: RGBA(200, 45, 83, 0.01);
  }
  .link-fail-opal-2 a,
  .hover\:link-fail-opal-2 a:hover,
  .active\:link-fail-opal-2 a:active,
  .focus\:link-fail-opal-2 a:focus,
  .group:hover .group-hover\:link-fail-opal-2 a,
  .group:focus-within .group-focus-within\:link-fail-opal-2 a {
    color: RGBA(200, 45, 83, 0.2);
  }
  .link-fail-opal-02 a,
  .hover\:link-fail-opal-02 a:hover,
  .active\:link-fail-opal-02 a:active,
  .focus\:link-fail-opal-02 a:focus,
  .group:hover .group-hover\:link-fail-opal-02 a,
  .group:focus-within .group-focus-within\:link-fail-opal-02 a {
    color: RGBA(200, 45, 83, 0.02);
  }
  .link-fail-opal-3 a,
  .hover\:link-fail-opal-3 a:hover,
  .active\:link-fail-opal-3 a:active,
  .focus\:link-fail-opal-3 a:focus,
  .group:hover .group-hover\:link-fail-opal-3 a,
  .group:focus-within .group-focus-within\:link-fail-opal-3 a {
    color: RGBA(200, 45, 83, 0.3);
  }
  .link-fail-opal-03 a,
  .hover\:link-fail-opal-03 a:hover,
  .active\:link-fail-opal-03 a:active,
  .focus\:link-fail-opal-03 a:focus,
  .group:hover .group-hover\:link-fail-opal-03 a,
  .group:focus-within .group-focus-within\:link-fail-opal-03 a {
    color: RGBA(200, 45, 83, 0.03);
  }
  .link-fail-opal-4 a,
  .hover\:link-fail-opal-4 a:hover,
  .active\:link-fail-opal-4 a:active,
  .focus\:link-fail-opal-4 a:focus,
  .group:hover .group-hover\:link-fail-opal-4 a,
  .group:focus-within .group-focus-within\:link-fail-opal-4 a {
    color: RGBA(200, 45, 83, 0.4);
  }
  .link-fail-opal-04 a,
  .hover\:link-fail-opal-04 a:hover,
  .active\:link-fail-opal-04 a:active,
  .focus\:link-fail-opal-04 a:focus,
  .group:hover .group-hover\:link-fail-opal-04 a,
  .group:focus-within .group-focus-within\:link-fail-opal-04 a {
    color: RGBA(200, 45, 83, 0.04);
  }
  .link-fail-opal-5 a,
  .hover\:link-fail-opal-5 a:hover,
  .active\:link-fail-opal-5 a:active,
  .focus\:link-fail-opal-5 a:focus,
  .group:hover .group-hover\:link-fail-opal-5 a,
  .group:focus-within .group-focus-within\:link-fail-opal-5 a {
    color: RGBA(200, 45, 83, 0.5);
  }
  .link-fail-opal-05 a,
  .hover\:link-fail-opal-05 a:hover,
  .active\:link-fail-opal-05 a:active,
  .focus\:link-fail-opal-05 a:focus,
  .group:hover .group-hover\:link-fail-opal-05 a,
  .group:focus-within .group-focus-within\:link-fail-opal-05 a {
    color: RGBA(200, 45, 83, 0.05);
  }
  .link-fail-opal-6 a,
  .hover\:link-fail-opal-6 a:hover,
  .active\:link-fail-opal-6 a:active,
  .focus\:link-fail-opal-6 a:focus,
  .group:hover .group-hover\:link-fail-opal-6 a,
  .group:focus-within .group-focus-within\:link-fail-opal-6 a {
    color: RGBA(200, 45, 83, 0.6);
  }
  .link-fail-opal-06 a,
  .hover\:link-fail-opal-06 a:hover,
  .active\:link-fail-opal-06 a:active,
  .focus\:link-fail-opal-06 a:focus,
  .group:hover .group-hover\:link-fail-opal-06 a,
  .group:focus-within .group-focus-within\:link-fail-opal-06 a {
    color: RGBA(200, 45, 83, 0.06);
  }
  .link-fail-opal-7 a,
  .hover\:link-fail-opal-7 a:hover,
  .active\:link-fail-opal-7 a:active,
  .focus\:link-fail-opal-7 a:focus,
  .group:hover .group-hover\:link-fail-opal-7 a,
  .group:focus-within .group-focus-within\:link-fail-opal-7 a {
    color: RGBA(200, 45, 83, 0.7);
  }
  .link-fail-opal-07 a,
  .hover\:link-fail-opal-07 a:hover,
  .active\:link-fail-opal-07 a:active,
  .focus\:link-fail-opal-07 a:focus,
  .group:hover .group-hover\:link-fail-opal-07 a,
  .group:focus-within .group-focus-within\:link-fail-opal-07 a {
    color: RGBA(200, 45, 83, 0.07);
  }
  .link-fail-opal-8 a,
  .hover\:link-fail-opal-8 a:hover,
  .active\:link-fail-opal-8 a:active,
  .focus\:link-fail-opal-8 a:focus,
  .group:hover .group-hover\:link-fail-opal-8 a,
  .group:focus-within .group-focus-within\:link-fail-opal-8 a {
    color: RGBA(200, 45, 83, 0.8);
  }
  .link-fail-opal-08 a,
  .hover\:link-fail-opal-08 a:hover,
  .active\:link-fail-opal-08 a:active,
  .focus\:link-fail-opal-08 a:focus,
  .group:hover .group-hover\:link-fail-opal-08 a,
  .group:focus-within .group-focus-within\:link-fail-opal-08 a {
    color: RGBA(200, 45, 83, 0.08);
  }
  .link-fail-opal-9 a,
  .hover\:link-fail-opal-9 a:hover,
  .active\:link-fail-opal-9 a:active,
  .focus\:link-fail-opal-9 a:focus,
  .group:hover .group-hover\:link-fail-opal-9 a,
  .group:focus-within .group-focus-within\:link-fail-opal-9 a {
    color: RGBA(200, 45, 83, 0.9);
  }
  .link-fail-opal-09 a,
  .hover\:link-fail-opal-09 a:hover,
  .active\:link-fail-opal-09 a:active,
  .focus\:link-fail-opal-09 a:focus,
  .group:hover .group-hover\:link-fail-opal-09 a,
  .group:focus-within .group-focus-within\:link-fail-opal-09 a {
    color: RGBA(200, 45, 83, 0.09);
  }
  .link-fail-opal-10 a,
  .hover\:link-fail-opal-10 a:hover,
  .active\:link-fail-opal-10 a:active,
  .focus\:link-fail-opal-10 a:focus,
  .group:hover .group-hover\:link-fail-opal-10 a,
  .group:focus-within .group-focus-within\:link-fail-opal-10 a {
    color: RGBA(200, 45, 83, 1);
  }
  .txt-fail-contrast,
  .hover\:txt-fail-contrast:hover,
  .focus\:txt-fail-contrast:focus,
  .group:hover .group-hover\:txt-fail-contrast,
  .group:focus-within .group-focus-within\:txt-fail-contrast {
    color: #fff;
  }
  .txt-fail-contrast-opal-0,
  .hover\:txt-fail-contrast-opal-0:hover,
  .focus\:txt-fail-contrast-opal-0:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-0,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-0 {
    color: RGBA(255, 255, 255, 0);
  }
  .txt-fail-contrast-opal-00,
  .hover\:txt-fail-contrast-opal-00:hover,
  .focus\:txt-fail-contrast-opal-00:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-00,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-00 {
    color: RGBA(255, 255, 255, 0);
  }
  .txt-fail-contrast-opal-1,
  .hover\:txt-fail-contrast-opal-1:hover,
  .focus\:txt-fail-contrast-opal-1:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-1,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-1 {
    color: RGBA(255, 255, 255, 0.1);
  }
  .txt-fail-contrast-opal-01,
  .hover\:txt-fail-contrast-opal-01:hover,
  .focus\:txt-fail-contrast-opal-01:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-01,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-01 {
    color: RGBA(255, 255, 255, 0.01);
  }
  .txt-fail-contrast-opal-2,
  .hover\:txt-fail-contrast-opal-2:hover,
  .focus\:txt-fail-contrast-opal-2:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-2,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-2 {
    color: RGBA(255, 255, 255, 0.2);
  }
  .txt-fail-contrast-opal-02,
  .hover\:txt-fail-contrast-opal-02:hover,
  .focus\:txt-fail-contrast-opal-02:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-02,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-02 {
    color: RGBA(255, 255, 255, 0.02);
  }
  .txt-fail-contrast-opal-3,
  .hover\:txt-fail-contrast-opal-3:hover,
  .focus\:txt-fail-contrast-opal-3:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-3,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-3 {
    color: RGBA(255, 255, 255, 0.3);
  }
  .txt-fail-contrast-opal-03,
  .hover\:txt-fail-contrast-opal-03:hover,
  .focus\:txt-fail-contrast-opal-03:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-03,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-03 {
    color: RGBA(255, 255, 255, 0.03);
  }
  .txt-fail-contrast-opal-4,
  .hover\:txt-fail-contrast-opal-4:hover,
  .focus\:txt-fail-contrast-opal-4:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-4,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-4 {
    color: RGBA(255, 255, 255, 0.4);
  }
  .txt-fail-contrast-opal-04,
  .hover\:txt-fail-contrast-opal-04:hover,
  .focus\:txt-fail-contrast-opal-04:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-04,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-04 {
    color: RGBA(255, 255, 255, 0.04);
  }
  .txt-fail-contrast-opal-5,
  .hover\:txt-fail-contrast-opal-5:hover,
  .focus\:txt-fail-contrast-opal-5:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-5,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-5 {
    color: RGBA(255, 255, 255, 0.5);
  }
  .txt-fail-contrast-opal-05,
  .hover\:txt-fail-contrast-opal-05:hover,
  .focus\:txt-fail-contrast-opal-05:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-05,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-05 {
    color: RGBA(255, 255, 255, 0.05);
  }
  .txt-fail-contrast-opal-6,
  .hover\:txt-fail-contrast-opal-6:hover,
  .focus\:txt-fail-contrast-opal-6:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-6,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-6 {
    color: RGBA(255, 255, 255, 0.6);
  }
  .txt-fail-contrast-opal-06,
  .hover\:txt-fail-contrast-opal-06:hover,
  .focus\:txt-fail-contrast-opal-06:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-06,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-06 {
    color: RGBA(255, 255, 255, 0.06);
  }
  .txt-fail-contrast-opal-7,
  .hover\:txt-fail-contrast-opal-7:hover,
  .focus\:txt-fail-contrast-opal-7:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-7,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-7 {
    color: RGBA(255, 255, 255, 0.7);
  }
  .txt-fail-contrast-opal-07,
  .hover\:txt-fail-contrast-opal-07:hover,
  .focus\:txt-fail-contrast-opal-07:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-07,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-07 {
    color: RGBA(255, 255, 255, 0.07);
  }
  .txt-fail-contrast-opal-8,
  .hover\:txt-fail-contrast-opal-8:hover,
  .focus\:txt-fail-contrast-opal-8:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-8,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-8 {
    color: RGBA(255, 255, 255, 0.8);
  }
  .txt-fail-contrast-opal-08,
  .hover\:txt-fail-contrast-opal-08:hover,
  .focus\:txt-fail-contrast-opal-08:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-08,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-08 {
    color: RGBA(255, 255, 255, 0.08);
  }
  .txt-fail-contrast-opal-9,
  .hover\:txt-fail-contrast-opal-9:hover,
  .focus\:txt-fail-contrast-opal-9:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-9,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-9 {
    color: RGBA(255, 255, 255, 0.9);
  }
  .txt-fail-contrast-opal-09,
  .hover\:txt-fail-contrast-opal-09:hover,
  .focus\:txt-fail-contrast-opal-09:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-09,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-09 {
    color: RGBA(255, 255, 255, 0.09);
  }
  .txt-fail-contrast-opal-10,
  .hover\:txt-fail-contrast-opal-10:hover,
  .focus\:txt-fail-contrast-opal-10:focus,
  .group:hover .group-hover\:txt-fail-contrast-opal-10,
  .group:focus-within .group-focus-within\:txt-fail-contrast-opal-10 {
    color: RGBA(255, 255, 255, 1);
  }
  .link-fail-contrast a,
  .hover\:link-fail-contrast a:hover,
  .active\:link-fail-contrast a:active,
  .focus\:link-fail-contrast a:focus,
  .group:hover .group-hover\:link-fail-contrast a,
  .group:focus-within .group-focus-within\:link-fail-contrast a {
    color: #fff;
  }
  .link-fail-contrast-opal-0 a,
  .hover\:link-fail-contrast-opal-0 a:hover,
  .active\:link-fail-contrast-opal-0 a:active,
  .focus\:link-fail-contrast-opal-0 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-0 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-0 a {
    color: RGBA(255, 255, 255, 0);
  }
  .link-fail-contrast-opal-00 a,
  .hover\:link-fail-contrast-opal-00 a:hover,
  .active\:link-fail-contrast-opal-00 a:active,
  .focus\:link-fail-contrast-opal-00 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-00 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-00 a {
    color: RGBA(255, 255, 255, 0);
  }
  .link-fail-contrast-opal-1 a,
  .hover\:link-fail-contrast-opal-1 a:hover,
  .active\:link-fail-contrast-opal-1 a:active,
  .focus\:link-fail-contrast-opal-1 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-1 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-1 a {
    color: RGBA(255, 255, 255, 0.1);
  }
  .link-fail-contrast-opal-01 a,
  .hover\:link-fail-contrast-opal-01 a:hover,
  .active\:link-fail-contrast-opal-01 a:active,
  .focus\:link-fail-contrast-opal-01 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-01 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-01 a {
    color: RGBA(255, 255, 255, 0.01);
  }
  .link-fail-contrast-opal-2 a,
  .hover\:link-fail-contrast-opal-2 a:hover,
  .active\:link-fail-contrast-opal-2 a:active,
  .focus\:link-fail-contrast-opal-2 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-2 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-2 a {
    color: RGBA(255, 255, 255, 0.2);
  }
  .link-fail-contrast-opal-02 a,
  .hover\:link-fail-contrast-opal-02 a:hover,
  .active\:link-fail-contrast-opal-02 a:active,
  .focus\:link-fail-contrast-opal-02 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-02 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-02 a {
    color: RGBA(255, 255, 255, 0.02);
  }
  .link-fail-contrast-opal-3 a,
  .hover\:link-fail-contrast-opal-3 a:hover,
  .active\:link-fail-contrast-opal-3 a:active,
  .focus\:link-fail-contrast-opal-3 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-3 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-3 a {
    color: RGBA(255, 255, 255, 0.3);
  }
  .link-fail-contrast-opal-03 a,
  .hover\:link-fail-contrast-opal-03 a:hover,
  .active\:link-fail-contrast-opal-03 a:active,
  .focus\:link-fail-contrast-opal-03 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-03 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-03 a {
    color: RGBA(255, 255, 255, 0.03);
  }
  .link-fail-contrast-opal-4 a,
  .hover\:link-fail-contrast-opal-4 a:hover,
  .active\:link-fail-contrast-opal-4 a:active,
  .focus\:link-fail-contrast-opal-4 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-4 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-4 a {
    color: RGBA(255, 255, 255, 0.4);
  }
  .link-fail-contrast-opal-04 a,
  .hover\:link-fail-contrast-opal-04 a:hover,
  .active\:link-fail-contrast-opal-04 a:active,
  .focus\:link-fail-contrast-opal-04 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-04 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-04 a {
    color: RGBA(255, 255, 255, 0.04);
  }
  .link-fail-contrast-opal-5 a,
  .hover\:link-fail-contrast-opal-5 a:hover,
  .active\:link-fail-contrast-opal-5 a:active,
  .focus\:link-fail-contrast-opal-5 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-5 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-5 a {
    color: RGBA(255, 255, 255, 0.5);
  }
  .link-fail-contrast-opal-05 a,
  .hover\:link-fail-contrast-opal-05 a:hover,
  .active\:link-fail-contrast-opal-05 a:active,
  .focus\:link-fail-contrast-opal-05 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-05 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-05 a {
    color: RGBA(255, 255, 255, 0.05);
  }
  .link-fail-contrast-opal-6 a,
  .hover\:link-fail-contrast-opal-6 a:hover,
  .active\:link-fail-contrast-opal-6 a:active,
  .focus\:link-fail-contrast-opal-6 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-6 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-6 a {
    color: RGBA(255, 255, 255, 0.6);
  }
  .link-fail-contrast-opal-06 a,
  .hover\:link-fail-contrast-opal-06 a:hover,
  .active\:link-fail-contrast-opal-06 a:active,
  .focus\:link-fail-contrast-opal-06 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-06 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-06 a {
    color: RGBA(255, 255, 255, 0.06);
  }
  .link-fail-contrast-opal-7 a,
  .hover\:link-fail-contrast-opal-7 a:hover,
  .active\:link-fail-contrast-opal-7 a:active,
  .focus\:link-fail-contrast-opal-7 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-7 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-7 a {
    color: RGBA(255, 255, 255, 0.7);
  }
  .link-fail-contrast-opal-07 a,
  .hover\:link-fail-contrast-opal-07 a:hover,
  .active\:link-fail-contrast-opal-07 a:active,
  .focus\:link-fail-contrast-opal-07 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-07 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-07 a {
    color: RGBA(255, 255, 255, 0.07);
  }
  .link-fail-contrast-opal-8 a,
  .hover\:link-fail-contrast-opal-8 a:hover,
  .active\:link-fail-contrast-opal-8 a:active,
  .focus\:link-fail-contrast-opal-8 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-8 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-8 a {
    color: RGBA(255, 255, 255, 0.8);
  }
  .link-fail-contrast-opal-08 a,
  .hover\:link-fail-contrast-opal-08 a:hover,
  .active\:link-fail-contrast-opal-08 a:active,
  .focus\:link-fail-contrast-opal-08 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-08 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-08 a {
    color: RGBA(255, 255, 255, 0.08);
  }
  .link-fail-contrast-opal-9 a,
  .hover\:link-fail-contrast-opal-9 a:hover,
  .active\:link-fail-contrast-opal-9 a:active,
  .focus\:link-fail-contrast-opal-9 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-9 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-9 a {
    color: RGBA(255, 255, 255, 0.9);
  }
  .link-fail-contrast-opal-09 a,
  .hover\:link-fail-contrast-opal-09 a:hover,
  .active\:link-fail-contrast-opal-09 a:active,
  .focus\:link-fail-contrast-opal-09 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-09 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-09 a {
    color: RGBA(255, 255, 255, 0.09);
  }
  .link-fail-contrast-opal-10 a,
  .hover\:link-fail-contrast-opal-10 a:hover,
  .active\:link-fail-contrast-opal-10 a:active,
  .focus\:link-fail-contrast-opal-10 a:focus,
  .group:hover .group-hover\:link-fail-contrast-opal-10 a,
  .group:focus-within .group-focus-within\:link-fail-contrast-opal-10 a {
    color: RGBA(255, 255, 255, 1);
  }
  .txt-neutral,
  .hover\:txt-neutral:hover,
  .focus\:txt-neutral:focus,
  .group:hover .group-hover\:txt-neutral,
  .group:focus-within .group-focus-within\:txt-neutral {
    color: #383f76;
  }
  .txt-neutral-opal-0,
  .hover\:txt-neutral-opal-0:hover,
  .focus\:txt-neutral-opal-0:focus,
  .group:hover .group-hover\:txt-neutral-opal-0,
  .group:focus-within .group-focus-within\:txt-neutral-opal-0 {
    color: RGBA(56, 63, 118, 0);
  }
  .txt-neutral-opal-00,
  .hover\:txt-neutral-opal-00:hover,
  .focus\:txt-neutral-opal-00:focus,
  .group:hover .group-hover\:txt-neutral-opal-00,
  .group:focus-within .group-focus-within\:txt-neutral-opal-00 {
    color: RGBA(56, 63, 118, 0);
  }
  .txt-neutral-opal-1,
  .hover\:txt-neutral-opal-1:hover,
  .focus\:txt-neutral-opal-1:focus,
  .group:hover .group-hover\:txt-neutral-opal-1,
  .group:focus-within .group-focus-within\:txt-neutral-opal-1 {
    color: RGBA(56, 63, 118, 0.1);
  }
  .txt-neutral-opal-01,
  .hover\:txt-neutral-opal-01:hover,
  .focus\:txt-neutral-opal-01:focus,
  .group:hover .group-hover\:txt-neutral-opal-01,
  .group:focus-within .group-focus-within\:txt-neutral-opal-01 {
    color: RGBA(56, 63, 118, 0.01);
  }
  .txt-neutral-opal-2,
  .hover\:txt-neutral-opal-2:hover,
  .focus\:txt-neutral-opal-2:focus,
  .group:hover .group-hover\:txt-neutral-opal-2,
  .group:focus-within .group-focus-within\:txt-neutral-opal-2 {
    color: RGBA(56, 63, 118, 0.2);
  }
  .txt-neutral-opal-02,
  .hover\:txt-neutral-opal-02:hover,
  .focus\:txt-neutral-opal-02:focus,
  .group:hover .group-hover\:txt-neutral-opal-02,
  .group:focus-within .group-focus-within\:txt-neutral-opal-02 {
    color: RGBA(56, 63, 118, 0.02);
  }
  .txt-neutral-opal-3,
  .hover\:txt-neutral-opal-3:hover,
  .focus\:txt-neutral-opal-3:focus,
  .group:hover .group-hover\:txt-neutral-opal-3,
  .group:focus-within .group-focus-within\:txt-neutral-opal-3 {
    color: RGBA(56, 63, 118, 0.3);
  }
  .txt-neutral-opal-03,
  .hover\:txt-neutral-opal-03:hover,
  .focus\:txt-neutral-opal-03:focus,
  .group:hover .group-hover\:txt-neutral-opal-03,
  .group:focus-within .group-focus-within\:txt-neutral-opal-03 {
    color: RGBA(56, 63, 118, 0.03);
  }
  .txt-neutral-opal-4,
  .hover\:txt-neutral-opal-4:hover,
  .focus\:txt-neutral-opal-4:focus,
  .group:hover .group-hover\:txt-neutral-opal-4,
  .group:focus-within .group-focus-within\:txt-neutral-opal-4 {
    color: RGBA(56, 63, 118, 0.4);
  }
  .txt-neutral-opal-04,
  .hover\:txt-neutral-opal-04:hover,
  .focus\:txt-neutral-opal-04:focus,
  .group:hover .group-hover\:txt-neutral-opal-04,
  .group:focus-within .group-focus-within\:txt-neutral-opal-04 {
    color: RGBA(56, 63, 118, 0.04);
  }
  .txt-neutral-opal-5,
  .hover\:txt-neutral-opal-5:hover,
  .focus\:txt-neutral-opal-5:focus,
  .group:hover .group-hover\:txt-neutral-opal-5,
  .group:focus-within .group-focus-within\:txt-neutral-opal-5 {
    color: RGBA(56, 63, 118, 0.5);
  }
  .txt-neutral-opal-05,
  .hover\:txt-neutral-opal-05:hover,
  .focus\:txt-neutral-opal-05:focus,
  .group:hover .group-hover\:txt-neutral-opal-05,
  .group:focus-within .group-focus-within\:txt-neutral-opal-05 {
    color: RGBA(56, 63, 118, 0.05);
  }
  .txt-neutral-opal-6,
  .hover\:txt-neutral-opal-6:hover,
  .focus\:txt-neutral-opal-6:focus,
  .group:hover .group-hover\:txt-neutral-opal-6,
  .group:focus-within .group-focus-within\:txt-neutral-opal-6 {
    color: RGBA(56, 63, 118, 0.6);
  }
  .txt-neutral-opal-06,
  .hover\:txt-neutral-opal-06:hover,
  .focus\:txt-neutral-opal-06:focus,
  .group:hover .group-hover\:txt-neutral-opal-06,
  .group:focus-within .group-focus-within\:txt-neutral-opal-06 {
    color: RGBA(56, 63, 118, 0.06);
  }
  .txt-neutral-opal-7,
  .hover\:txt-neutral-opal-7:hover,
  .focus\:txt-neutral-opal-7:focus,
  .group:hover .group-hover\:txt-neutral-opal-7,
  .group:focus-within .group-focus-within\:txt-neutral-opal-7 {
    color: RGBA(56, 63, 118, 0.7);
  }
  .txt-neutral-opal-07,
  .hover\:txt-neutral-opal-07:hover,
  .focus\:txt-neutral-opal-07:focus,
  .group:hover .group-hover\:txt-neutral-opal-07,
  .group:focus-within .group-focus-within\:txt-neutral-opal-07 {
    color: RGBA(56, 63, 118, 0.07);
  }
  .txt-neutral-opal-8,
  .hover\:txt-neutral-opal-8:hover,
  .focus\:txt-neutral-opal-8:focus,
  .group:hover .group-hover\:txt-neutral-opal-8,
  .group:focus-within .group-focus-within\:txt-neutral-opal-8 {
    color: RGBA(56, 63, 118, 0.8);
  }
  .txt-neutral-opal-08,
  .hover\:txt-neutral-opal-08:hover,
  .focus\:txt-neutral-opal-08:focus,
  .group:hover .group-hover\:txt-neutral-opal-08,
  .group:focus-within .group-focus-within\:txt-neutral-opal-08 {
    color: RGBA(56, 63, 118, 0.08);
  }
  .txt-neutral-opal-9,
  .hover\:txt-neutral-opal-9:hover,
  .focus\:txt-neutral-opal-9:focus,
  .group:hover .group-hover\:txt-neutral-opal-9,
  .group:focus-within .group-focus-within\:txt-neutral-opal-9 {
    color: RGBA(56, 63, 118, 0.9);
  }
  .txt-neutral-opal-09,
  .hover\:txt-neutral-opal-09:hover,
  .focus\:txt-neutral-opal-09:focus,
  .group:hover .group-hover\:txt-neutral-opal-09,
  .group:focus-within .group-focus-within\:txt-neutral-opal-09 {
    color: RGBA(56, 63, 118, 0.09);
  }
  .txt-neutral-opal-10,
  .hover\:txt-neutral-opal-10:hover,
  .focus\:txt-neutral-opal-10:focus,
  .group:hover .group-hover\:txt-neutral-opal-10,
  .group:focus-within .group-focus-within\:txt-neutral-opal-10 {
    color: RGBA(56, 63, 118, 1);
  }
  .link-neutral a,
  .hover\:link-neutral a:hover,
  .active\:link-neutral a:active,
  .focus\:link-neutral a:focus,
  .group:hover .group-hover\:link-neutral a,
  .group:focus-within .group-focus-within\:link-neutral a {
    color: #383f76;
  }
  .link-neutral-opal-0 a,
  .hover\:link-neutral-opal-0 a:hover,
  .active\:link-neutral-opal-0 a:active,
  .focus\:link-neutral-opal-0 a:focus,
  .group:hover .group-hover\:link-neutral-opal-0 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-0 a {
    color: RGBA(56, 63, 118, 0);
  }
  .link-neutral-opal-00 a,
  .hover\:link-neutral-opal-00 a:hover,
  .active\:link-neutral-opal-00 a:active,
  .focus\:link-neutral-opal-00 a:focus,
  .group:hover .group-hover\:link-neutral-opal-00 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-00 a {
    color: RGBA(56, 63, 118, 0);
  }
  .link-neutral-opal-1 a,
  .hover\:link-neutral-opal-1 a:hover,
  .active\:link-neutral-opal-1 a:active,
  .focus\:link-neutral-opal-1 a:focus,
  .group:hover .group-hover\:link-neutral-opal-1 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-1 a {
    color: RGBA(56, 63, 118, 0.1);
  }
  .link-neutral-opal-01 a,
  .hover\:link-neutral-opal-01 a:hover,
  .active\:link-neutral-opal-01 a:active,
  .focus\:link-neutral-opal-01 a:focus,
  .group:hover .group-hover\:link-neutral-opal-01 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-01 a {
    color: RGBA(56, 63, 118, 0.01);
  }
  .link-neutral-opal-2 a,
  .hover\:link-neutral-opal-2 a:hover,
  .active\:link-neutral-opal-2 a:active,
  .focus\:link-neutral-opal-2 a:focus,
  .group:hover .group-hover\:link-neutral-opal-2 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-2 a {
    color: RGBA(56, 63, 118, 0.2);
  }
  .link-neutral-opal-02 a,
  .hover\:link-neutral-opal-02 a:hover,
  .active\:link-neutral-opal-02 a:active,
  .focus\:link-neutral-opal-02 a:focus,
  .group:hover .group-hover\:link-neutral-opal-02 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-02 a {
    color: RGBA(56, 63, 118, 0.02);
  }
  .link-neutral-opal-3 a,
  .hover\:link-neutral-opal-3 a:hover,
  .active\:link-neutral-opal-3 a:active,
  .focus\:link-neutral-opal-3 a:focus,
  .group:hover .group-hover\:link-neutral-opal-3 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-3 a {
    color: RGBA(56, 63, 118, 0.3);
  }
  .link-neutral-opal-03 a,
  .hover\:link-neutral-opal-03 a:hover,
  .active\:link-neutral-opal-03 a:active,
  .focus\:link-neutral-opal-03 a:focus,
  .group:hover .group-hover\:link-neutral-opal-03 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-03 a {
    color: RGBA(56, 63, 118, 0.03);
  }
  .link-neutral-opal-4 a,
  .hover\:link-neutral-opal-4 a:hover,
  .active\:link-neutral-opal-4 a:active,
  .focus\:link-neutral-opal-4 a:focus,
  .group:hover .group-hover\:link-neutral-opal-4 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-4 a {
    color: RGBA(56, 63, 118, 0.4);
  }
  .link-neutral-opal-04 a,
  .hover\:link-neutral-opal-04 a:hover,
  .active\:link-neutral-opal-04 a:active,
  .focus\:link-neutral-opal-04 a:focus,
  .group:hover .group-hover\:link-neutral-opal-04 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-04 a {
    color: RGBA(56, 63, 118, 0.04);
  }
  .link-neutral-opal-5 a,
  .hover\:link-neutral-opal-5 a:hover,
  .active\:link-neutral-opal-5 a:active,
  .focus\:link-neutral-opal-5 a:focus,
  .group:hover .group-hover\:link-neutral-opal-5 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-5 a {
    color: RGBA(56, 63, 118, 0.5);
  }
  .link-neutral-opal-05 a,
  .hover\:link-neutral-opal-05 a:hover,
  .active\:link-neutral-opal-05 a:active,
  .focus\:link-neutral-opal-05 a:focus,
  .group:hover .group-hover\:link-neutral-opal-05 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-05 a {
    color: RGBA(56, 63, 118, 0.05);
  }
  .link-neutral-opal-6 a,
  .hover\:link-neutral-opal-6 a:hover,
  .active\:link-neutral-opal-6 a:active,
  .focus\:link-neutral-opal-6 a:focus,
  .group:hover .group-hover\:link-neutral-opal-6 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-6 a {
    color: RGBA(56, 63, 118, 0.6);
  }
  .link-neutral-opal-06 a,
  .hover\:link-neutral-opal-06 a:hover,
  .active\:link-neutral-opal-06 a:active,
  .focus\:link-neutral-opal-06 a:focus,
  .group:hover .group-hover\:link-neutral-opal-06 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-06 a {
    color: RGBA(56, 63, 118, 0.06);
  }
  .link-neutral-opal-7 a,
  .hover\:link-neutral-opal-7 a:hover,
  .active\:link-neutral-opal-7 a:active,
  .focus\:link-neutral-opal-7 a:focus,
  .group:hover .group-hover\:link-neutral-opal-7 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-7 a {
    color: RGBA(56, 63, 118, 0.7);
  }
  .link-neutral-opal-07 a,
  .hover\:link-neutral-opal-07 a:hover,
  .active\:link-neutral-opal-07 a:active,
  .focus\:link-neutral-opal-07 a:focus,
  .group:hover .group-hover\:link-neutral-opal-07 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-07 a {
    color: RGBA(56, 63, 118, 0.07);
  }
  .link-neutral-opal-8 a,
  .hover\:link-neutral-opal-8 a:hover,
  .active\:link-neutral-opal-8 a:active,
  .focus\:link-neutral-opal-8 a:focus,
  .group:hover .group-hover\:link-neutral-opal-8 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-8 a {
    color: RGBA(56, 63, 118, 0.8);
  }
  .link-neutral-opal-08 a,
  .hover\:link-neutral-opal-08 a:hover,
  .active\:link-neutral-opal-08 a:active,
  .focus\:link-neutral-opal-08 a:focus,
  .group:hover .group-hover\:link-neutral-opal-08 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-08 a {
    color: RGBA(56, 63, 118, 0.08);
  }
  .link-neutral-opal-9 a,
  .hover\:link-neutral-opal-9 a:hover,
  .active\:link-neutral-opal-9 a:active,
  .focus\:link-neutral-opal-9 a:focus,
  .group:hover .group-hover\:link-neutral-opal-9 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-9 a {
    color: RGBA(56, 63, 118, 0.9);
  }
  .link-neutral-opal-09 a,
  .hover\:link-neutral-opal-09 a:hover,
  .active\:link-neutral-opal-09 a:active,
  .focus\:link-neutral-opal-09 a:focus,
  .group:hover .group-hover\:link-neutral-opal-09 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-09 a {
    color: RGBA(56, 63, 118, 0.09);
  }
  .link-neutral-opal-10 a,
  .hover\:link-neutral-opal-10 a:hover,
  .active\:link-neutral-opal-10 a:active,
  .focus\:link-neutral-opal-10 a:focus,
  .group:hover .group-hover\:link-neutral-opal-10 a,
  .group:focus-within .group-focus-within\:link-neutral-opal-10 a {
    color: RGBA(56, 63, 118, 1);
  }
  .txt-neutral-contrast,
  .hover\:txt-neutral-contrast:hover,
  .focus\:txt-neutral-contrast:focus,
  .group:hover .group-hover\:txt-neutral-contrast,
  .group:focus-within .group-focus-within\:txt-neutral-contrast {
    color: #fff;
  }
  .txt-neutral-contrast-opal-0,
  .hover\:txt-neutral-contrast-opal-0:hover,
  .focus\:txt-neutral-contrast-opal-0:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-0,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-0 {
    color: RGBA(255, 255, 255, 0);
  }
  .txt-neutral-contrast-opal-00,
  .hover\:txt-neutral-contrast-opal-00:hover,
  .focus\:txt-neutral-contrast-opal-00:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-00,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-00 {
    color: RGBA(255, 255, 255, 0);
  }
  .txt-neutral-contrast-opal-1,
  .hover\:txt-neutral-contrast-opal-1:hover,
  .focus\:txt-neutral-contrast-opal-1:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-1,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-1 {
    color: RGBA(255, 255, 255, 0.1);
  }
  .txt-neutral-contrast-opal-01,
  .hover\:txt-neutral-contrast-opal-01:hover,
  .focus\:txt-neutral-contrast-opal-01:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-01,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-01 {
    color: RGBA(255, 255, 255, 0.01);
  }
  .txt-neutral-contrast-opal-2,
  .hover\:txt-neutral-contrast-opal-2:hover,
  .focus\:txt-neutral-contrast-opal-2:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-2,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-2 {
    color: RGBA(255, 255, 255, 0.2);
  }
  .txt-neutral-contrast-opal-02,
  .hover\:txt-neutral-contrast-opal-02:hover,
  .focus\:txt-neutral-contrast-opal-02:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-02,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-02 {
    color: RGBA(255, 255, 255, 0.02);
  }
  .txt-neutral-contrast-opal-3,
  .hover\:txt-neutral-contrast-opal-3:hover,
  .focus\:txt-neutral-contrast-opal-3:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-3,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-3 {
    color: RGBA(255, 255, 255, 0.3);
  }
  .txt-neutral-contrast-opal-03,
  .hover\:txt-neutral-contrast-opal-03:hover,
  .focus\:txt-neutral-contrast-opal-03:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-03,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-03 {
    color: RGBA(255, 255, 255, 0.03);
  }
  .txt-neutral-contrast-opal-4,
  .hover\:txt-neutral-contrast-opal-4:hover,
  .focus\:txt-neutral-contrast-opal-4:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-4,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-4 {
    color: RGBA(255, 255, 255, 0.4);
  }
  .txt-neutral-contrast-opal-04,
  .hover\:txt-neutral-contrast-opal-04:hover,
  .focus\:txt-neutral-contrast-opal-04:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-04,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-04 {
    color: RGBA(255, 255, 255, 0.04);
  }
  .txt-neutral-contrast-opal-5,
  .hover\:txt-neutral-contrast-opal-5:hover,
  .focus\:txt-neutral-contrast-opal-5:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-5,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-5 {
    color: RGBA(255, 255, 255, 0.5);
  }
  .txt-neutral-contrast-opal-05,
  .hover\:txt-neutral-contrast-opal-05:hover,
  .focus\:txt-neutral-contrast-opal-05:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-05,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-05 {
    color: RGBA(255, 255, 255, 0.05);
  }
  .txt-neutral-contrast-opal-6,
  .hover\:txt-neutral-contrast-opal-6:hover,
  .focus\:txt-neutral-contrast-opal-6:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-6,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-6 {
    color: RGBA(255, 255, 255, 0.6);
  }
  .txt-neutral-contrast-opal-06,
  .hover\:txt-neutral-contrast-opal-06:hover,
  .focus\:txt-neutral-contrast-opal-06:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-06,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-06 {
    color: RGBA(255, 255, 255, 0.06);
  }
  .txt-neutral-contrast-opal-7,
  .hover\:txt-neutral-contrast-opal-7:hover,
  .focus\:txt-neutral-contrast-opal-7:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-7,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-7 {
    color: RGBA(255, 255, 255, 0.7);
  }
  .txt-neutral-contrast-opal-07,
  .hover\:txt-neutral-contrast-opal-07:hover,
  .focus\:txt-neutral-contrast-opal-07:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-07,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-07 {
    color: RGBA(255, 255, 255, 0.07);
  }
  .txt-neutral-contrast-opal-8,
  .hover\:txt-neutral-contrast-opal-8:hover,
  .focus\:txt-neutral-contrast-opal-8:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-8,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-8 {
    color: RGBA(255, 255, 255, 0.8);
  }
  .txt-neutral-contrast-opal-08,
  .hover\:txt-neutral-contrast-opal-08:hover,
  .focus\:txt-neutral-contrast-opal-08:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-08,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-08 {
    color: RGBA(255, 255, 255, 0.08);
  }
  .txt-neutral-contrast-opal-9,
  .hover\:txt-neutral-contrast-opal-9:hover,
  .focus\:txt-neutral-contrast-opal-9:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-9,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-9 {
    color: RGBA(255, 255, 255, 0.9);
  }
  .txt-neutral-contrast-opal-09,
  .hover\:txt-neutral-contrast-opal-09:hover,
  .focus\:txt-neutral-contrast-opal-09:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-09,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-09 {
    color: RGBA(255, 255, 255, 0.09);
  }
  .txt-neutral-contrast-opal-10,
  .hover\:txt-neutral-contrast-opal-10:hover,
  .focus\:txt-neutral-contrast-opal-10:focus,
  .group:hover .group-hover\:txt-neutral-contrast-opal-10,
  .group:focus-within .group-focus-within\:txt-neutral-contrast-opal-10 {
    color: RGBA(255, 255, 255, 1);
  }
  .link-neutral-contrast a,
  .hover\:link-neutral-contrast a:hover,
  .active\:link-neutral-contrast a:active,
  .focus\:link-neutral-contrast a:focus,
  .group:hover .group-hover\:link-neutral-contrast a,
  .group:focus-within .group-focus-within\:link-neutral-contrast a {
    color: #fff;
  }
  .link-neutral-contrast-opal-0 a,
  .hover\:link-neutral-contrast-opal-0 a:hover,
  .active\:link-neutral-contrast-opal-0 a:active,
  .focus\:link-neutral-contrast-opal-0 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-0 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-0 a {
    color: RGBA(255, 255, 255, 0);
  }
  .link-neutral-contrast-opal-00 a,
  .hover\:link-neutral-contrast-opal-00 a:hover,
  .active\:link-neutral-contrast-opal-00 a:active,
  .focus\:link-neutral-contrast-opal-00 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-00 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-00 a {
    color: RGBA(255, 255, 255, 0);
  }
  .link-neutral-contrast-opal-1 a,
  .hover\:link-neutral-contrast-opal-1 a:hover,
  .active\:link-neutral-contrast-opal-1 a:active,
  .focus\:link-neutral-contrast-opal-1 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-1 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-1 a {
    color: RGBA(255, 255, 255, 0.1);
  }
  .link-neutral-contrast-opal-01 a,
  .hover\:link-neutral-contrast-opal-01 a:hover,
  .active\:link-neutral-contrast-opal-01 a:active,
  .focus\:link-neutral-contrast-opal-01 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-01 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-01 a {
    color: RGBA(255, 255, 255, 0.01);
  }
  .link-neutral-contrast-opal-2 a,
  .hover\:link-neutral-contrast-opal-2 a:hover,
  .active\:link-neutral-contrast-opal-2 a:active,
  .focus\:link-neutral-contrast-opal-2 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-2 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-2 a {
    color: RGBA(255, 255, 255, 0.2);
  }
  .link-neutral-contrast-opal-02 a,
  .hover\:link-neutral-contrast-opal-02 a:hover,
  .active\:link-neutral-contrast-opal-02 a:active,
  .focus\:link-neutral-contrast-opal-02 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-02 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-02 a {
    color: RGBA(255, 255, 255, 0.02);
  }
  .link-neutral-contrast-opal-3 a,
  .hover\:link-neutral-contrast-opal-3 a:hover,
  .active\:link-neutral-contrast-opal-3 a:active,
  .focus\:link-neutral-contrast-opal-3 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-3 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-3 a {
    color: RGBA(255, 255, 255, 0.3);
  }
  .link-neutral-contrast-opal-03 a,
  .hover\:link-neutral-contrast-opal-03 a:hover,
  .active\:link-neutral-contrast-opal-03 a:active,
  .focus\:link-neutral-contrast-opal-03 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-03 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-03 a {
    color: RGBA(255, 255, 255, 0.03);
  }
  .link-neutral-contrast-opal-4 a,
  .hover\:link-neutral-contrast-opal-4 a:hover,
  .active\:link-neutral-contrast-opal-4 a:active,
  .focus\:link-neutral-contrast-opal-4 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-4 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-4 a {
    color: RGBA(255, 255, 255, 0.4);
  }
  .link-neutral-contrast-opal-04 a,
  .hover\:link-neutral-contrast-opal-04 a:hover,
  .active\:link-neutral-contrast-opal-04 a:active,
  .focus\:link-neutral-contrast-opal-04 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-04 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-04 a {
    color: RGBA(255, 255, 255, 0.04);
  }
  .link-neutral-contrast-opal-5 a,
  .hover\:link-neutral-contrast-opal-5 a:hover,
  .active\:link-neutral-contrast-opal-5 a:active,
  .focus\:link-neutral-contrast-opal-5 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-5 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-5 a {
    color: RGBA(255, 255, 255, 0.5);
  }
  .link-neutral-contrast-opal-05 a,
  .hover\:link-neutral-contrast-opal-05 a:hover,
  .active\:link-neutral-contrast-opal-05 a:active,
  .focus\:link-neutral-contrast-opal-05 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-05 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-05 a {
    color: RGBA(255, 255, 255, 0.05);
  }
  .link-neutral-contrast-opal-6 a,
  .hover\:link-neutral-contrast-opal-6 a:hover,
  .active\:link-neutral-contrast-opal-6 a:active,
  .focus\:link-neutral-contrast-opal-6 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-6 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-6 a {
    color: RGBA(255, 255, 255, 0.6);
  }
  .link-neutral-contrast-opal-06 a,
  .hover\:link-neutral-contrast-opal-06 a:hover,
  .active\:link-neutral-contrast-opal-06 a:active,
  .focus\:link-neutral-contrast-opal-06 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-06 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-06 a {
    color: RGBA(255, 255, 255, 0.06);
  }
  .link-neutral-contrast-opal-7 a,
  .hover\:link-neutral-contrast-opal-7 a:hover,
  .active\:link-neutral-contrast-opal-7 a:active,
  .focus\:link-neutral-contrast-opal-7 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-7 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-7 a {
    color: RGBA(255, 255, 255, 0.7);
  }
  .link-neutral-contrast-opal-07 a,
  .hover\:link-neutral-contrast-opal-07 a:hover,
  .active\:link-neutral-contrast-opal-07 a:active,
  .focus\:link-neutral-contrast-opal-07 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-07 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-07 a {
    color: RGBA(255, 255, 255, 0.07);
  }
  .link-neutral-contrast-opal-8 a,
  .hover\:link-neutral-contrast-opal-8 a:hover,
  .active\:link-neutral-contrast-opal-8 a:active,
  .focus\:link-neutral-contrast-opal-8 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-8 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-8 a {
    color: RGBA(255, 255, 255, 0.8);
  }
  .link-neutral-contrast-opal-08 a,
  .hover\:link-neutral-contrast-opal-08 a:hover,
  .active\:link-neutral-contrast-opal-08 a:active,
  .focus\:link-neutral-contrast-opal-08 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-08 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-08 a {
    color: RGBA(255, 255, 255, 0.08);
  }
  .link-neutral-contrast-opal-9 a,
  .hover\:link-neutral-contrast-opal-9 a:hover,
  .active\:link-neutral-contrast-opal-9 a:active,
  .focus\:link-neutral-contrast-opal-9 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-9 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-9 a {
    color: RGBA(255, 255, 255, 0.9);
  }
  .link-neutral-contrast-opal-09 a,
  .hover\:link-neutral-contrast-opal-09 a:hover,
  .active\:link-neutral-contrast-opal-09 a:active,
  .focus\:link-neutral-contrast-opal-09 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-09 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-09 a {
    color: RGBA(255, 255, 255, 0.09);
  }
  .link-neutral-contrast-opal-10 a,
  .hover\:link-neutral-contrast-opal-10 a:hover,
  .active\:link-neutral-contrast-opal-10 a:active,
  .focus\:link-neutral-contrast-opal-10 a:focus,
  .group:hover .group-hover\:link-neutral-contrast-opal-10 a,
  .group:focus-within .group-focus-within\:link-neutral-contrast-opal-10 a {
    color: RGBA(255, 255, 255, 1);
  }
  .txt-neutral-1,
  .hover\:txt-neutral-1:hover,
  .focus\:txt-neutral-1:focus,
  .group:hover .group-hover\:txt-neutral-1,
  .group:focus-within .group-focus-within\:txt-neutral-1 {
    color: #01011e;
  }
  .txt-neutral-1-opal-0,
  .hover\:txt-neutral-1-opal-0:hover,
  .focus\:txt-neutral-1-opal-0:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-0,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-0 {
    color: RGBA(1, 1, 30, 0);
  }
  .txt-neutral-1-opal-00,
  .hover\:txt-neutral-1-opal-00:hover,
  .focus\:txt-neutral-1-opal-00:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-00,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-00 {
    color: RGBA(1, 1, 30, 0);
  }
  .txt-neutral-1-opal-1,
  .hover\:txt-neutral-1-opal-1:hover,
  .focus\:txt-neutral-1-opal-1:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-1,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-1 {
    color: RGBA(1, 1, 30, 0.1);
  }
  .txt-neutral-1-opal-01,
  .hover\:txt-neutral-1-opal-01:hover,
  .focus\:txt-neutral-1-opal-01:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-01,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-01 {
    color: RGBA(1, 1, 30, 0.01);
  }
  .txt-neutral-1-opal-2,
  .hover\:txt-neutral-1-opal-2:hover,
  .focus\:txt-neutral-1-opal-2:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-2,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-2 {
    color: RGBA(1, 1, 30, 0.2);
  }
  .txt-neutral-1-opal-02,
  .hover\:txt-neutral-1-opal-02:hover,
  .focus\:txt-neutral-1-opal-02:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-02,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-02 {
    color: RGBA(1, 1, 30, 0.02);
  }
  .txt-neutral-1-opal-3,
  .hover\:txt-neutral-1-opal-3:hover,
  .focus\:txt-neutral-1-opal-3:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-3,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-3 {
    color: RGBA(1, 1, 30, 0.3);
  }
  .txt-neutral-1-opal-03,
  .hover\:txt-neutral-1-opal-03:hover,
  .focus\:txt-neutral-1-opal-03:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-03,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-03 {
    color: RGBA(1, 1, 30, 0.03);
  }
  .txt-neutral-1-opal-4,
  .hover\:txt-neutral-1-opal-4:hover,
  .focus\:txt-neutral-1-opal-4:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-4,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-4 {
    color: RGBA(1, 1, 30, 0.4);
  }
  .txt-neutral-1-opal-04,
  .hover\:txt-neutral-1-opal-04:hover,
  .focus\:txt-neutral-1-opal-04:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-04,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-04 {
    color: RGBA(1, 1, 30, 0.04);
  }
  .txt-neutral-1-opal-5,
  .hover\:txt-neutral-1-opal-5:hover,
  .focus\:txt-neutral-1-opal-5:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-5,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-5 {
    color: RGBA(1, 1, 30, 0.5);
  }
  .txt-neutral-1-opal-05,
  .hover\:txt-neutral-1-opal-05:hover,
  .focus\:txt-neutral-1-opal-05:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-05,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-05 {
    color: RGBA(1, 1, 30, 0.05);
  }
  .txt-neutral-1-opal-6,
  .hover\:txt-neutral-1-opal-6:hover,
  .focus\:txt-neutral-1-opal-6:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-6,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-6 {
    color: RGBA(1, 1, 30, 0.6);
  }
  .txt-neutral-1-opal-06,
  .hover\:txt-neutral-1-opal-06:hover,
  .focus\:txt-neutral-1-opal-06:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-06,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-06 {
    color: RGBA(1, 1, 30, 0.06);
  }
  .txt-neutral-1-opal-7,
  .hover\:txt-neutral-1-opal-7:hover,
  .focus\:txt-neutral-1-opal-7:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-7,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-7 {
    color: RGBA(1, 1, 30, 0.7);
  }
  .txt-neutral-1-opal-07,
  .hover\:txt-neutral-1-opal-07:hover,
  .focus\:txt-neutral-1-opal-07:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-07,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-07 {
    color: RGBA(1, 1, 30, 0.07);
  }
  .txt-neutral-1-opal-8,
  .hover\:txt-neutral-1-opal-8:hover,
  .focus\:txt-neutral-1-opal-8:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-8,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-8 {
    color: RGBA(1, 1, 30, 0.8);
  }
  .txt-neutral-1-opal-08,
  .hover\:txt-neutral-1-opal-08:hover,
  .focus\:txt-neutral-1-opal-08:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-08,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-08 {
    color: RGBA(1, 1, 30, 0.08);
  }
  .txt-neutral-1-opal-9,
  .hover\:txt-neutral-1-opal-9:hover,
  .focus\:txt-neutral-1-opal-9:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-9,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-9 {
    color: RGBA(1, 1, 30, 0.9);
  }
  .txt-neutral-1-opal-09,
  .hover\:txt-neutral-1-opal-09:hover,
  .focus\:txt-neutral-1-opal-09:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-09,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-09 {
    color: RGBA(1, 1, 30, 0.09);
  }
  .txt-neutral-1-opal-10,
  .hover\:txt-neutral-1-opal-10:hover,
  .focus\:txt-neutral-1-opal-10:focus,
  .group:hover .group-hover\:txt-neutral-1-opal-10,
  .group:focus-within .group-focus-within\:txt-neutral-1-opal-10 {
    color: RGBA(1, 1, 30, 1);
  }
  .link-neutral-1 a,
  .hover\:link-neutral-1 a:hover,
  .active\:link-neutral-1 a:active,
  .focus\:link-neutral-1 a:focus,
  .group:hover .group-hover\:link-neutral-1 a,
  .group:focus-within .group-focus-within\:link-neutral-1 a {
    color: #01011e;
  }
  .link-neutral-1-opal-0 a,
  .hover\:link-neutral-1-opal-0 a:hover,
  .active\:link-neutral-1-opal-0 a:active,
  .focus\:link-neutral-1-opal-0 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-0 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-0 a {
    color: RGBA(1, 1, 30, 0);
  }
  .link-neutral-1-opal-00 a,
  .hover\:link-neutral-1-opal-00 a:hover,
  .active\:link-neutral-1-opal-00 a:active,
  .focus\:link-neutral-1-opal-00 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-00 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-00 a {
    color: RGBA(1, 1, 30, 0);
  }
  .link-neutral-1-opal-1 a,
  .hover\:link-neutral-1-opal-1 a:hover,
  .active\:link-neutral-1-opal-1 a:active,
  .focus\:link-neutral-1-opal-1 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-1 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-1 a {
    color: RGBA(1, 1, 30, 0.1);
  }
  .link-neutral-1-opal-01 a,
  .hover\:link-neutral-1-opal-01 a:hover,
  .active\:link-neutral-1-opal-01 a:active,
  .focus\:link-neutral-1-opal-01 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-01 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-01 a {
    color: RGBA(1, 1, 30, 0.01);
  }
  .link-neutral-1-opal-2 a,
  .hover\:link-neutral-1-opal-2 a:hover,
  .active\:link-neutral-1-opal-2 a:active,
  .focus\:link-neutral-1-opal-2 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-2 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-2 a {
    color: RGBA(1, 1, 30, 0.2);
  }
  .link-neutral-1-opal-02 a,
  .hover\:link-neutral-1-opal-02 a:hover,
  .active\:link-neutral-1-opal-02 a:active,
  .focus\:link-neutral-1-opal-02 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-02 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-02 a {
    color: RGBA(1, 1, 30, 0.02);
  }
  .link-neutral-1-opal-3 a,
  .hover\:link-neutral-1-opal-3 a:hover,
  .active\:link-neutral-1-opal-3 a:active,
  .focus\:link-neutral-1-opal-3 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-3 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-3 a {
    color: RGBA(1, 1, 30, 0.3);
  }
  .link-neutral-1-opal-03 a,
  .hover\:link-neutral-1-opal-03 a:hover,
  .active\:link-neutral-1-opal-03 a:active,
  .focus\:link-neutral-1-opal-03 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-03 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-03 a {
    color: RGBA(1, 1, 30, 0.03);
  }
  .link-neutral-1-opal-4 a,
  .hover\:link-neutral-1-opal-4 a:hover,
  .active\:link-neutral-1-opal-4 a:active,
  .focus\:link-neutral-1-opal-4 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-4 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-4 a {
    color: RGBA(1, 1, 30, 0.4);
  }
  .link-neutral-1-opal-04 a,
  .hover\:link-neutral-1-opal-04 a:hover,
  .active\:link-neutral-1-opal-04 a:active,
  .focus\:link-neutral-1-opal-04 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-04 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-04 a {
    color: RGBA(1, 1, 30, 0.04);
  }
  .link-neutral-1-opal-5 a,
  .hover\:link-neutral-1-opal-5 a:hover,
  .active\:link-neutral-1-opal-5 a:active,
  .focus\:link-neutral-1-opal-5 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-5 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-5 a {
    color: RGBA(1, 1, 30, 0.5);
  }
  .link-neutral-1-opal-05 a,
  .hover\:link-neutral-1-opal-05 a:hover,
  .active\:link-neutral-1-opal-05 a:active,
  .focus\:link-neutral-1-opal-05 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-05 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-05 a {
    color: RGBA(1, 1, 30, 0.05);
  }
  .link-neutral-1-opal-6 a,
  .hover\:link-neutral-1-opal-6 a:hover,
  .active\:link-neutral-1-opal-6 a:active,
  .focus\:link-neutral-1-opal-6 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-6 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-6 a {
    color: RGBA(1, 1, 30, 0.6);
  }
  .link-neutral-1-opal-06 a,
  .hover\:link-neutral-1-opal-06 a:hover,
  .active\:link-neutral-1-opal-06 a:active,
  .focus\:link-neutral-1-opal-06 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-06 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-06 a {
    color: RGBA(1, 1, 30, 0.06);
  }
  .link-neutral-1-opal-7 a,
  .hover\:link-neutral-1-opal-7 a:hover,
  .active\:link-neutral-1-opal-7 a:active,
  .focus\:link-neutral-1-opal-7 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-7 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-7 a {
    color: RGBA(1, 1, 30, 0.7);
  }
  .link-neutral-1-opal-07 a,
  .hover\:link-neutral-1-opal-07 a:hover,
  .active\:link-neutral-1-opal-07 a:active,
  .focus\:link-neutral-1-opal-07 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-07 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-07 a {
    color: RGBA(1, 1, 30, 0.07);
  }
  .link-neutral-1-opal-8 a,
  .hover\:link-neutral-1-opal-8 a:hover,
  .active\:link-neutral-1-opal-8 a:active,
  .focus\:link-neutral-1-opal-8 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-8 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-8 a {
    color: RGBA(1, 1, 30, 0.8);
  }
  .link-neutral-1-opal-08 a,
  .hover\:link-neutral-1-opal-08 a:hover,
  .active\:link-neutral-1-opal-08 a:active,
  .focus\:link-neutral-1-opal-08 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-08 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-08 a {
    color: RGBA(1, 1, 30, 0.08);
  }
  .link-neutral-1-opal-9 a,
  .hover\:link-neutral-1-opal-9 a:hover,
  .active\:link-neutral-1-opal-9 a:active,
  .focus\:link-neutral-1-opal-9 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-9 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-9 a {
    color: RGBA(1, 1, 30, 0.9);
  }
  .link-neutral-1-opal-09 a,
  .hover\:link-neutral-1-opal-09 a:hover,
  .active\:link-neutral-1-opal-09 a:active,
  .focus\:link-neutral-1-opal-09 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-09 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-09 a {
    color: RGBA(1, 1, 30, 0.09);
  }
  .link-neutral-1-opal-10 a,
  .hover\:link-neutral-1-opal-10 a:hover,
  .active\:link-neutral-1-opal-10 a:active,
  .focus\:link-neutral-1-opal-10 a:focus,
  .group:hover .group-hover\:link-neutral-1-opal-10 a,
  .group:focus-within .group-focus-within\:link-neutral-1-opal-10 a {
    color: RGBA(1, 1, 30, 1);
  }
  .txt-neutral-2,
  .hover\:txt-neutral-2:hover,
  .focus\:txt-neutral-2:focus,
  .group:hover .group-hover\:txt-neutral-2,
  .group:focus-within .group-focus-within\:txt-neutral-2 {
    color: #030328;
  }
  .txt-neutral-2-opal-0,
  .hover\:txt-neutral-2-opal-0:hover,
  .focus\:txt-neutral-2-opal-0:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-0,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-0 {
    color: RGBA(3, 3, 40, 0);
  }
  .txt-neutral-2-opal-00,
  .hover\:txt-neutral-2-opal-00:hover,
  .focus\:txt-neutral-2-opal-00:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-00,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-00 {
    color: RGBA(3, 3, 40, 0);
  }
  .txt-neutral-2-opal-1,
  .hover\:txt-neutral-2-opal-1:hover,
  .focus\:txt-neutral-2-opal-1:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-1,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-1 {
    color: RGBA(3, 3, 40, 0.1);
  }
  .txt-neutral-2-opal-01,
  .hover\:txt-neutral-2-opal-01:hover,
  .focus\:txt-neutral-2-opal-01:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-01,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-01 {
    color: RGBA(3, 3, 40, 0.01);
  }
  .txt-neutral-2-opal-2,
  .hover\:txt-neutral-2-opal-2:hover,
  .focus\:txt-neutral-2-opal-2:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-2,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-2 {
    color: RGBA(3, 3, 40, 0.2);
  }
  .txt-neutral-2-opal-02,
  .hover\:txt-neutral-2-opal-02:hover,
  .focus\:txt-neutral-2-opal-02:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-02,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-02 {
    color: RGBA(3, 3, 40, 0.02);
  }
  .txt-neutral-2-opal-3,
  .hover\:txt-neutral-2-opal-3:hover,
  .focus\:txt-neutral-2-opal-3:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-3,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-3 {
    color: RGBA(3, 3, 40, 0.3);
  }
  .txt-neutral-2-opal-03,
  .hover\:txt-neutral-2-opal-03:hover,
  .focus\:txt-neutral-2-opal-03:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-03,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-03 {
    color: RGBA(3, 3, 40, 0.03);
  }
  .txt-neutral-2-opal-4,
  .hover\:txt-neutral-2-opal-4:hover,
  .focus\:txt-neutral-2-opal-4:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-4,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-4 {
    color: RGBA(3, 3, 40, 0.4);
  }
  .txt-neutral-2-opal-04,
  .hover\:txt-neutral-2-opal-04:hover,
  .focus\:txt-neutral-2-opal-04:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-04,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-04 {
    color: RGBA(3, 3, 40, 0.04);
  }
  .txt-neutral-2-opal-5,
  .hover\:txt-neutral-2-opal-5:hover,
  .focus\:txt-neutral-2-opal-5:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-5,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-5 {
    color: RGBA(3, 3, 40, 0.5);
  }
  .txt-neutral-2-opal-05,
  .hover\:txt-neutral-2-opal-05:hover,
  .focus\:txt-neutral-2-opal-05:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-05,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-05 {
    color: RGBA(3, 3, 40, 0.05);
  }
  .txt-neutral-2-opal-6,
  .hover\:txt-neutral-2-opal-6:hover,
  .focus\:txt-neutral-2-opal-6:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-6,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-6 {
    color: RGBA(3, 3, 40, 0.6);
  }
  .txt-neutral-2-opal-06,
  .hover\:txt-neutral-2-opal-06:hover,
  .focus\:txt-neutral-2-opal-06:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-06,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-06 {
    color: RGBA(3, 3, 40, 0.06);
  }
  .txt-neutral-2-opal-7,
  .hover\:txt-neutral-2-opal-7:hover,
  .focus\:txt-neutral-2-opal-7:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-7,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-7 {
    color: RGBA(3, 3, 40, 0.7);
  }
  .txt-neutral-2-opal-07,
  .hover\:txt-neutral-2-opal-07:hover,
  .focus\:txt-neutral-2-opal-07:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-07,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-07 {
    color: RGBA(3, 3, 40, 0.07);
  }
  .txt-neutral-2-opal-8,
  .hover\:txt-neutral-2-opal-8:hover,
  .focus\:txt-neutral-2-opal-8:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-8,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-8 {
    color: RGBA(3, 3, 40, 0.8);
  }
  .txt-neutral-2-opal-08,
  .hover\:txt-neutral-2-opal-08:hover,
  .focus\:txt-neutral-2-opal-08:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-08,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-08 {
    color: RGBA(3, 3, 40, 0.08);
  }
  .txt-neutral-2-opal-9,
  .hover\:txt-neutral-2-opal-9:hover,
  .focus\:txt-neutral-2-opal-9:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-9,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-9 {
    color: RGBA(3, 3, 40, 0.9);
  }
  .txt-neutral-2-opal-09,
  .hover\:txt-neutral-2-opal-09:hover,
  .focus\:txt-neutral-2-opal-09:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-09,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-09 {
    color: RGBA(3, 3, 40, 0.09);
  }
  .txt-neutral-2-opal-10,
  .hover\:txt-neutral-2-opal-10:hover,
  .focus\:txt-neutral-2-opal-10:focus,
  .group:hover .group-hover\:txt-neutral-2-opal-10,
  .group:focus-within .group-focus-within\:txt-neutral-2-opal-10 {
    color: RGBA(3, 3, 40, 1);
  }
  .link-neutral-2 a,
  .hover\:link-neutral-2 a:hover,
  .active\:link-neutral-2 a:active,
  .focus\:link-neutral-2 a:focus,
  .group:hover .group-hover\:link-neutral-2 a,
  .group:focus-within .group-focus-within\:link-neutral-2 a {
    color: #030328;
  }
  .link-neutral-2-opal-0 a,
  .hover\:link-neutral-2-opal-0 a:hover,
  .active\:link-neutral-2-opal-0 a:active,
  .focus\:link-neutral-2-opal-0 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-0 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-0 a {
    color: RGBA(3, 3, 40, 0);
  }
  .link-neutral-2-opal-00 a,
  .hover\:link-neutral-2-opal-00 a:hover,
  .active\:link-neutral-2-opal-00 a:active,
  .focus\:link-neutral-2-opal-00 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-00 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-00 a {
    color: RGBA(3, 3, 40, 0);
  }
  .link-neutral-2-opal-1 a,
  .hover\:link-neutral-2-opal-1 a:hover,
  .active\:link-neutral-2-opal-1 a:active,
  .focus\:link-neutral-2-opal-1 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-1 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-1 a {
    color: RGBA(3, 3, 40, 0.1);
  }
  .link-neutral-2-opal-01 a,
  .hover\:link-neutral-2-opal-01 a:hover,
  .active\:link-neutral-2-opal-01 a:active,
  .focus\:link-neutral-2-opal-01 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-01 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-01 a {
    color: RGBA(3, 3, 40, 0.01);
  }
  .link-neutral-2-opal-2 a,
  .hover\:link-neutral-2-opal-2 a:hover,
  .active\:link-neutral-2-opal-2 a:active,
  .focus\:link-neutral-2-opal-2 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-2 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-2 a {
    color: RGBA(3, 3, 40, 0.2);
  }
  .link-neutral-2-opal-02 a,
  .hover\:link-neutral-2-opal-02 a:hover,
  .active\:link-neutral-2-opal-02 a:active,
  .focus\:link-neutral-2-opal-02 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-02 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-02 a {
    color: RGBA(3, 3, 40, 0.02);
  }
  .link-neutral-2-opal-3 a,
  .hover\:link-neutral-2-opal-3 a:hover,
  .active\:link-neutral-2-opal-3 a:active,
  .focus\:link-neutral-2-opal-3 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-3 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-3 a {
    color: RGBA(3, 3, 40, 0.3);
  }
  .link-neutral-2-opal-03 a,
  .hover\:link-neutral-2-opal-03 a:hover,
  .active\:link-neutral-2-opal-03 a:active,
  .focus\:link-neutral-2-opal-03 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-03 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-03 a {
    color: RGBA(3, 3, 40, 0.03);
  }
  .link-neutral-2-opal-4 a,
  .hover\:link-neutral-2-opal-4 a:hover,
  .active\:link-neutral-2-opal-4 a:active,
  .focus\:link-neutral-2-opal-4 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-4 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-4 a {
    color: RGBA(3, 3, 40, 0.4);
  }
  .link-neutral-2-opal-04 a,
  .hover\:link-neutral-2-opal-04 a:hover,
  .active\:link-neutral-2-opal-04 a:active,
  .focus\:link-neutral-2-opal-04 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-04 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-04 a {
    color: RGBA(3, 3, 40, 0.04);
  }
  .link-neutral-2-opal-5 a,
  .hover\:link-neutral-2-opal-5 a:hover,
  .active\:link-neutral-2-opal-5 a:active,
  .focus\:link-neutral-2-opal-5 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-5 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-5 a {
    color: RGBA(3, 3, 40, 0.5);
  }
  .link-neutral-2-opal-05 a,
  .hover\:link-neutral-2-opal-05 a:hover,
  .active\:link-neutral-2-opal-05 a:active,
  .focus\:link-neutral-2-opal-05 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-05 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-05 a {
    color: RGBA(3, 3, 40, 0.05);
  }
  .link-neutral-2-opal-6 a,
  .hover\:link-neutral-2-opal-6 a:hover,
  .active\:link-neutral-2-opal-6 a:active,
  .focus\:link-neutral-2-opal-6 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-6 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-6 a {
    color: RGBA(3, 3, 40, 0.6);
  }
  .link-neutral-2-opal-06 a,
  .hover\:link-neutral-2-opal-06 a:hover,
  .active\:link-neutral-2-opal-06 a:active,
  .focus\:link-neutral-2-opal-06 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-06 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-06 a {
    color: RGBA(3, 3, 40, 0.06);
  }
  .link-neutral-2-opal-7 a,
  .hover\:link-neutral-2-opal-7 a:hover,
  .active\:link-neutral-2-opal-7 a:active,
  .focus\:link-neutral-2-opal-7 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-7 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-7 a {
    color: RGBA(3, 3, 40, 0.7);
  }
  .link-neutral-2-opal-07 a,
  .hover\:link-neutral-2-opal-07 a:hover,
  .active\:link-neutral-2-opal-07 a:active,
  .focus\:link-neutral-2-opal-07 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-07 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-07 a {
    color: RGBA(3, 3, 40, 0.07);
  }
  .link-neutral-2-opal-8 a,
  .hover\:link-neutral-2-opal-8 a:hover,
  .active\:link-neutral-2-opal-8 a:active,
  .focus\:link-neutral-2-opal-8 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-8 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-8 a {
    color: RGBA(3, 3, 40, 0.8);
  }
  .link-neutral-2-opal-08 a,
  .hover\:link-neutral-2-opal-08 a:hover,
  .active\:link-neutral-2-opal-08 a:active,
  .focus\:link-neutral-2-opal-08 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-08 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-08 a {
    color: RGBA(3, 3, 40, 0.08);
  }
  .link-neutral-2-opal-9 a,
  .hover\:link-neutral-2-opal-9 a:hover,
  .active\:link-neutral-2-opal-9 a:active,
  .focus\:link-neutral-2-opal-9 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-9 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-9 a {
    color: RGBA(3, 3, 40, 0.9);
  }
  .link-neutral-2-opal-09 a,
  .hover\:link-neutral-2-opal-09 a:hover,
  .active\:link-neutral-2-opal-09 a:active,
  .focus\:link-neutral-2-opal-09 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-09 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-09 a {
    color: RGBA(3, 3, 40, 0.09);
  }
  .link-neutral-2-opal-10 a,
  .hover\:link-neutral-2-opal-10 a:hover,
  .active\:link-neutral-2-opal-10 a:active,
  .focus\:link-neutral-2-opal-10 a:focus,
  .group:hover .group-hover\:link-neutral-2-opal-10 a,
  .group:focus-within .group-focus-within\:link-neutral-2-opal-10 a {
    color: RGBA(3, 3, 40, 1);
  }
  .txt-neutral-3,
  .hover\:txt-neutral-3:hover,
  .focus\:txt-neutral-3:focus,
  .group:hover .group-hover\:txt-neutral-3,
  .group:focus-within .group-focus-within\:txt-neutral-3 {
    color: #383f76;
  }
  .txt-neutral-3-opal-0,
  .hover\:txt-neutral-3-opal-0:hover,
  .focus\:txt-neutral-3-opal-0:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-0,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-0 {
    color: RGBA(56, 63, 118, 0);
  }
  .txt-neutral-3-opal-00,
  .hover\:txt-neutral-3-opal-00:hover,
  .focus\:txt-neutral-3-opal-00:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-00,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-00 {
    color: RGBA(56, 63, 118, 0);
  }
  .txt-neutral-3-opal-1,
  .hover\:txt-neutral-3-opal-1:hover,
  .focus\:txt-neutral-3-opal-1:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-1,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-1 {
    color: RGBA(56, 63, 118, 0.1);
  }
  .txt-neutral-3-opal-01,
  .hover\:txt-neutral-3-opal-01:hover,
  .focus\:txt-neutral-3-opal-01:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-01,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-01 {
    color: RGBA(56, 63, 118, 0.01);
  }
  .txt-neutral-3-opal-2,
  .hover\:txt-neutral-3-opal-2:hover,
  .focus\:txt-neutral-3-opal-2:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-2,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-2 {
    color: RGBA(56, 63, 118, 0.2);
  }
  .txt-neutral-3-opal-02,
  .hover\:txt-neutral-3-opal-02:hover,
  .focus\:txt-neutral-3-opal-02:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-02,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-02 {
    color: RGBA(56, 63, 118, 0.02);
  }
  .txt-neutral-3-opal-3,
  .hover\:txt-neutral-3-opal-3:hover,
  .focus\:txt-neutral-3-opal-3:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-3,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-3 {
    color: RGBA(56, 63, 118, 0.3);
  }
  .txt-neutral-3-opal-03,
  .hover\:txt-neutral-3-opal-03:hover,
  .focus\:txt-neutral-3-opal-03:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-03,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-03 {
    color: RGBA(56, 63, 118, 0.03);
  }
  .txt-neutral-3-opal-4,
  .hover\:txt-neutral-3-opal-4:hover,
  .focus\:txt-neutral-3-opal-4:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-4,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-4 {
    color: RGBA(56, 63, 118, 0.4);
  }
  .txt-neutral-3-opal-04,
  .hover\:txt-neutral-3-opal-04:hover,
  .focus\:txt-neutral-3-opal-04:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-04,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-04 {
    color: RGBA(56, 63, 118, 0.04);
  }
  .txt-neutral-3-opal-5,
  .hover\:txt-neutral-3-opal-5:hover,
  .focus\:txt-neutral-3-opal-5:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-5,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-5 {
    color: RGBA(56, 63, 118, 0.5);
  }
  .txt-neutral-3-opal-05,
  .hover\:txt-neutral-3-opal-05:hover,
  .focus\:txt-neutral-3-opal-05:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-05,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-05 {
    color: RGBA(56, 63, 118, 0.05);
  }
  .txt-neutral-3-opal-6,
  .hover\:txt-neutral-3-opal-6:hover,
  .focus\:txt-neutral-3-opal-6:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-6,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-6 {
    color: RGBA(56, 63, 118, 0.6);
  }
  .txt-neutral-3-opal-06,
  .hover\:txt-neutral-3-opal-06:hover,
  .focus\:txt-neutral-3-opal-06:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-06,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-06 {
    color: RGBA(56, 63, 118, 0.06);
  }
  .txt-neutral-3-opal-7,
  .hover\:txt-neutral-3-opal-7:hover,
  .focus\:txt-neutral-3-opal-7:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-7,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-7 {
    color: RGBA(56, 63, 118, 0.7);
  }
  .txt-neutral-3-opal-07,
  .hover\:txt-neutral-3-opal-07:hover,
  .focus\:txt-neutral-3-opal-07:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-07,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-07 {
    color: RGBA(56, 63, 118, 0.07);
  }
  .txt-neutral-3-opal-8,
  .hover\:txt-neutral-3-opal-8:hover,
  .focus\:txt-neutral-3-opal-8:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-8,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-8 {
    color: RGBA(56, 63, 118, 0.8);
  }
  .txt-neutral-3-opal-08,
  .hover\:txt-neutral-3-opal-08:hover,
  .focus\:txt-neutral-3-opal-08:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-08,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-08 {
    color: RGBA(56, 63, 118, 0.08);
  }
  .txt-neutral-3-opal-9,
  .hover\:txt-neutral-3-opal-9:hover,
  .focus\:txt-neutral-3-opal-9:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-9,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-9 {
    color: RGBA(56, 63, 118, 0.9);
  }
  .txt-neutral-3-opal-09,
  .hover\:txt-neutral-3-opal-09:hover,
  .focus\:txt-neutral-3-opal-09:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-09,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-09 {
    color: RGBA(56, 63, 118, 0.09);
  }
  .txt-neutral-3-opal-10,
  .hover\:txt-neutral-3-opal-10:hover,
  .focus\:txt-neutral-3-opal-10:focus,
  .group:hover .group-hover\:txt-neutral-3-opal-10,
  .group:focus-within .group-focus-within\:txt-neutral-3-opal-10 {
    color: RGBA(56, 63, 118, 1);
  }
  .link-neutral-3 a,
  .hover\:link-neutral-3 a:hover,
  .active\:link-neutral-3 a:active,
  .focus\:link-neutral-3 a:focus,
  .group:hover .group-hover\:link-neutral-3 a,
  .group:focus-within .group-focus-within\:link-neutral-3 a {
    color: #383f76;
  }
  .link-neutral-3-opal-0 a,
  .hover\:link-neutral-3-opal-0 a:hover,
  .active\:link-neutral-3-opal-0 a:active,
  .focus\:link-neutral-3-opal-0 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-0 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-0 a {
    color: RGBA(56, 63, 118, 0);
  }
  .link-neutral-3-opal-00 a,
  .hover\:link-neutral-3-opal-00 a:hover,
  .active\:link-neutral-3-opal-00 a:active,
  .focus\:link-neutral-3-opal-00 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-00 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-00 a {
    color: RGBA(56, 63, 118, 0);
  }
  .link-neutral-3-opal-1 a,
  .hover\:link-neutral-3-opal-1 a:hover,
  .active\:link-neutral-3-opal-1 a:active,
  .focus\:link-neutral-3-opal-1 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-1 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-1 a {
    color: RGBA(56, 63, 118, 0.1);
  }
  .link-neutral-3-opal-01 a,
  .hover\:link-neutral-3-opal-01 a:hover,
  .active\:link-neutral-3-opal-01 a:active,
  .focus\:link-neutral-3-opal-01 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-01 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-01 a {
    color: RGBA(56, 63, 118, 0.01);
  }
  .link-neutral-3-opal-2 a,
  .hover\:link-neutral-3-opal-2 a:hover,
  .active\:link-neutral-3-opal-2 a:active,
  .focus\:link-neutral-3-opal-2 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-2 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-2 a {
    color: RGBA(56, 63, 118, 0.2);
  }
  .link-neutral-3-opal-02 a,
  .hover\:link-neutral-3-opal-02 a:hover,
  .active\:link-neutral-3-opal-02 a:active,
  .focus\:link-neutral-3-opal-02 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-02 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-02 a {
    color: RGBA(56, 63, 118, 0.02);
  }
  .link-neutral-3-opal-3 a,
  .hover\:link-neutral-3-opal-3 a:hover,
  .active\:link-neutral-3-opal-3 a:active,
  .focus\:link-neutral-3-opal-3 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-3 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-3 a {
    color: RGBA(56, 63, 118, 0.3);
  }
  .link-neutral-3-opal-03 a,
  .hover\:link-neutral-3-opal-03 a:hover,
  .active\:link-neutral-3-opal-03 a:active,
  .focus\:link-neutral-3-opal-03 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-03 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-03 a {
    color: RGBA(56, 63, 118, 0.03);
  }
  .link-neutral-3-opal-4 a,
  .hover\:link-neutral-3-opal-4 a:hover,
  .active\:link-neutral-3-opal-4 a:active,
  .focus\:link-neutral-3-opal-4 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-4 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-4 a {
    color: RGBA(56, 63, 118, 0.4);
  }
  .link-neutral-3-opal-04 a,
  .hover\:link-neutral-3-opal-04 a:hover,
  .active\:link-neutral-3-opal-04 a:active,
  .focus\:link-neutral-3-opal-04 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-04 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-04 a {
    color: RGBA(56, 63, 118, 0.04);
  }
  .link-neutral-3-opal-5 a,
  .hover\:link-neutral-3-opal-5 a:hover,
  .active\:link-neutral-3-opal-5 a:active,
  .focus\:link-neutral-3-opal-5 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-5 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-5 a {
    color: RGBA(56, 63, 118, 0.5);
  }
  .link-neutral-3-opal-05 a,
  .hover\:link-neutral-3-opal-05 a:hover,
  .active\:link-neutral-3-opal-05 a:active,
  .focus\:link-neutral-3-opal-05 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-05 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-05 a {
    color: RGBA(56, 63, 118, 0.05);
  }
  .link-neutral-3-opal-6 a,
  .hover\:link-neutral-3-opal-6 a:hover,
  .active\:link-neutral-3-opal-6 a:active,
  .focus\:link-neutral-3-opal-6 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-6 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-6 a {
    color: RGBA(56, 63, 118, 0.6);
  }
  .link-neutral-3-opal-06 a,
  .hover\:link-neutral-3-opal-06 a:hover,
  .active\:link-neutral-3-opal-06 a:active,
  .focus\:link-neutral-3-opal-06 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-06 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-06 a {
    color: RGBA(56, 63, 118, 0.06);
  }
  .link-neutral-3-opal-7 a,
  .hover\:link-neutral-3-opal-7 a:hover,
  .active\:link-neutral-3-opal-7 a:active,
  .focus\:link-neutral-3-opal-7 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-7 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-7 a {
    color: RGBA(56, 63, 118, 0.7);
  }
  .link-neutral-3-opal-07 a,
  .hover\:link-neutral-3-opal-07 a:hover,
  .active\:link-neutral-3-opal-07 a:active,
  .focus\:link-neutral-3-opal-07 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-07 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-07 a {
    color: RGBA(56, 63, 118, 0.07);
  }
  .link-neutral-3-opal-8 a,
  .hover\:link-neutral-3-opal-8 a:hover,
  .active\:link-neutral-3-opal-8 a:active,
  .focus\:link-neutral-3-opal-8 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-8 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-8 a {
    color: RGBA(56, 63, 118, 0.8);
  }
  .link-neutral-3-opal-08 a,
  .hover\:link-neutral-3-opal-08 a:hover,
  .active\:link-neutral-3-opal-08 a:active,
  .focus\:link-neutral-3-opal-08 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-08 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-08 a {
    color: RGBA(56, 63, 118, 0.08);
  }
  .link-neutral-3-opal-9 a,
  .hover\:link-neutral-3-opal-9 a:hover,
  .active\:link-neutral-3-opal-9 a:active,
  .focus\:link-neutral-3-opal-9 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-9 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-9 a {
    color: RGBA(56, 63, 118, 0.9);
  }
  .link-neutral-3-opal-09 a,
  .hover\:link-neutral-3-opal-09 a:hover,
  .active\:link-neutral-3-opal-09 a:active,
  .focus\:link-neutral-3-opal-09 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-09 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-09 a {
    color: RGBA(56, 63, 118, 0.09);
  }
  .link-neutral-3-opal-10 a,
  .hover\:link-neutral-3-opal-10 a:hover,
  .active\:link-neutral-3-opal-10 a:active,
  .focus\:link-neutral-3-opal-10 a:focus,
  .group:hover .group-hover\:link-neutral-3-opal-10 a,
  .group:focus-within .group-focus-within\:link-neutral-3-opal-10 a {
    color: RGBA(56, 63, 118, 1);
  }
  .txt-neutral-4,
  .hover\:txt-neutral-4:hover,
  .focus\:txt-neutral-4:focus,
  .group:hover .group-hover\:txt-neutral-4,
  .group:focus-within .group-focus-within\:txt-neutral-4 {
    color: #6d6d9c;
  }
  .txt-neutral-4-opal-0,
  .hover\:txt-neutral-4-opal-0:hover,
  .focus\:txt-neutral-4-opal-0:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-0,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-0 {
    color: RGBA(109, 109, 156, 0);
  }
  .txt-neutral-4-opal-00,
  .hover\:txt-neutral-4-opal-00:hover,
  .focus\:txt-neutral-4-opal-00:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-00,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-00 {
    color: RGBA(109, 109, 156, 0);
  }
  .txt-neutral-4-opal-1,
  .hover\:txt-neutral-4-opal-1:hover,
  .focus\:txt-neutral-4-opal-1:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-1,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-1 {
    color: RGBA(109, 109, 156, 0.1);
  }
  .txt-neutral-4-opal-01,
  .hover\:txt-neutral-4-opal-01:hover,
  .focus\:txt-neutral-4-opal-01:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-01,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-01 {
    color: RGBA(109, 109, 156, 0.01);
  }
  .txt-neutral-4-opal-2,
  .hover\:txt-neutral-4-opal-2:hover,
  .focus\:txt-neutral-4-opal-2:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-2,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-2 {
    color: RGBA(109, 109, 156, 0.2);
  }
  .txt-neutral-4-opal-02,
  .hover\:txt-neutral-4-opal-02:hover,
  .focus\:txt-neutral-4-opal-02:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-02,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-02 {
    color: RGBA(109, 109, 156, 0.02);
  }
  .txt-neutral-4-opal-3,
  .hover\:txt-neutral-4-opal-3:hover,
  .focus\:txt-neutral-4-opal-3:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-3,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-3 {
    color: RGBA(109, 109, 156, 0.3);
  }
  .txt-neutral-4-opal-03,
  .hover\:txt-neutral-4-opal-03:hover,
  .focus\:txt-neutral-4-opal-03:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-03,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-03 {
    color: RGBA(109, 109, 156, 0.03);
  }
  .txt-neutral-4-opal-4,
  .hover\:txt-neutral-4-opal-4:hover,
  .focus\:txt-neutral-4-opal-4:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-4,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-4 {
    color: RGBA(109, 109, 156, 0.4);
  }
  .txt-neutral-4-opal-04,
  .hover\:txt-neutral-4-opal-04:hover,
  .focus\:txt-neutral-4-opal-04:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-04,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-04 {
    color: RGBA(109, 109, 156, 0.04);
  }
  .txt-neutral-4-opal-5,
  .hover\:txt-neutral-4-opal-5:hover,
  .focus\:txt-neutral-4-opal-5:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-5,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-5 {
    color: RGBA(109, 109, 156, 0.5);
  }
  .txt-neutral-4-opal-05,
  .hover\:txt-neutral-4-opal-05:hover,
  .focus\:txt-neutral-4-opal-05:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-05,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-05 {
    color: RGBA(109, 109, 156, 0.05);
  }
  .txt-neutral-4-opal-6,
  .hover\:txt-neutral-4-opal-6:hover,
  .focus\:txt-neutral-4-opal-6:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-6,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-6 {
    color: RGBA(109, 109, 156, 0.6);
  }
  .txt-neutral-4-opal-06,
  .hover\:txt-neutral-4-opal-06:hover,
  .focus\:txt-neutral-4-opal-06:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-06,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-06 {
    color: RGBA(109, 109, 156, 0.06);
  }
  .txt-neutral-4-opal-7,
  .hover\:txt-neutral-4-opal-7:hover,
  .focus\:txt-neutral-4-opal-7:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-7,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-7 {
    color: RGBA(109, 109, 156, 0.7);
  }
  .txt-neutral-4-opal-07,
  .hover\:txt-neutral-4-opal-07:hover,
  .focus\:txt-neutral-4-opal-07:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-07,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-07 {
    color: RGBA(109, 109, 156, 0.07);
  }
  .txt-neutral-4-opal-8,
  .hover\:txt-neutral-4-opal-8:hover,
  .focus\:txt-neutral-4-opal-8:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-8,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-8 {
    color: RGBA(109, 109, 156, 0.8);
  }
  .txt-neutral-4-opal-08,
  .hover\:txt-neutral-4-opal-08:hover,
  .focus\:txt-neutral-4-opal-08:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-08,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-08 {
    color: RGBA(109, 109, 156, 0.08);
  }
  .txt-neutral-4-opal-9,
  .hover\:txt-neutral-4-opal-9:hover,
  .focus\:txt-neutral-4-opal-9:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-9,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-9 {
    color: RGBA(109, 109, 156, 0.9);
  }
  .txt-neutral-4-opal-09,
  .hover\:txt-neutral-4-opal-09:hover,
  .focus\:txt-neutral-4-opal-09:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-09,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-09 {
    color: RGBA(109, 109, 156, 0.09);
  }
  .txt-neutral-4-opal-10,
  .hover\:txt-neutral-4-opal-10:hover,
  .focus\:txt-neutral-4-opal-10:focus,
  .group:hover .group-hover\:txt-neutral-4-opal-10,
  .group:focus-within .group-focus-within\:txt-neutral-4-opal-10 {
    color: RGBA(109, 109, 156, 1);
  }
  .link-neutral-4 a,
  .hover\:link-neutral-4 a:hover,
  .active\:link-neutral-4 a:active,
  .focus\:link-neutral-4 a:focus,
  .group:hover .group-hover\:link-neutral-4 a,
  .group:focus-within .group-focus-within\:link-neutral-4 a {
    color: #6d6d9c;
  }
  .link-neutral-4-opal-0 a,
  .hover\:link-neutral-4-opal-0 a:hover,
  .active\:link-neutral-4-opal-0 a:active,
  .focus\:link-neutral-4-opal-0 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-0 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-0 a {
    color: RGBA(109, 109, 156, 0);
  }
  .link-neutral-4-opal-00 a,
  .hover\:link-neutral-4-opal-00 a:hover,
  .active\:link-neutral-4-opal-00 a:active,
  .focus\:link-neutral-4-opal-00 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-00 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-00 a {
    color: RGBA(109, 109, 156, 0);
  }
  .link-neutral-4-opal-1 a,
  .hover\:link-neutral-4-opal-1 a:hover,
  .active\:link-neutral-4-opal-1 a:active,
  .focus\:link-neutral-4-opal-1 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-1 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-1 a {
    color: RGBA(109, 109, 156, 0.1);
  }
  .link-neutral-4-opal-01 a,
  .hover\:link-neutral-4-opal-01 a:hover,
  .active\:link-neutral-4-opal-01 a:active,
  .focus\:link-neutral-4-opal-01 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-01 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-01 a {
    color: RGBA(109, 109, 156, 0.01);
  }
  .link-neutral-4-opal-2 a,
  .hover\:link-neutral-4-opal-2 a:hover,
  .active\:link-neutral-4-opal-2 a:active,
  .focus\:link-neutral-4-opal-2 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-2 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-2 a {
    color: RGBA(109, 109, 156, 0.2);
  }
  .link-neutral-4-opal-02 a,
  .hover\:link-neutral-4-opal-02 a:hover,
  .active\:link-neutral-4-opal-02 a:active,
  .focus\:link-neutral-4-opal-02 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-02 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-02 a {
    color: RGBA(109, 109, 156, 0.02);
  }
  .link-neutral-4-opal-3 a,
  .hover\:link-neutral-4-opal-3 a:hover,
  .active\:link-neutral-4-opal-3 a:active,
  .focus\:link-neutral-4-opal-3 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-3 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-3 a {
    color: RGBA(109, 109, 156, 0.3);
  }
  .link-neutral-4-opal-03 a,
  .hover\:link-neutral-4-opal-03 a:hover,
  .active\:link-neutral-4-opal-03 a:active,
  .focus\:link-neutral-4-opal-03 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-03 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-03 a {
    color: RGBA(109, 109, 156, 0.03);
  }
  .link-neutral-4-opal-4 a,
  .hover\:link-neutral-4-opal-4 a:hover,
  .active\:link-neutral-4-opal-4 a:active,
  .focus\:link-neutral-4-opal-4 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-4 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-4 a {
    color: RGBA(109, 109, 156, 0.4);
  }
  .link-neutral-4-opal-04 a,
  .hover\:link-neutral-4-opal-04 a:hover,
  .active\:link-neutral-4-opal-04 a:active,
  .focus\:link-neutral-4-opal-04 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-04 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-04 a {
    color: RGBA(109, 109, 156, 0.04);
  }
  .link-neutral-4-opal-5 a,
  .hover\:link-neutral-4-opal-5 a:hover,
  .active\:link-neutral-4-opal-5 a:active,
  .focus\:link-neutral-4-opal-5 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-5 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-5 a {
    color: RGBA(109, 109, 156, 0.5);
  }
  .link-neutral-4-opal-05 a,
  .hover\:link-neutral-4-opal-05 a:hover,
  .active\:link-neutral-4-opal-05 a:active,
  .focus\:link-neutral-4-opal-05 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-05 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-05 a {
    color: RGBA(109, 109, 156, 0.05);
  }
  .link-neutral-4-opal-6 a,
  .hover\:link-neutral-4-opal-6 a:hover,
  .active\:link-neutral-4-opal-6 a:active,
  .focus\:link-neutral-4-opal-6 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-6 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-6 a {
    color: RGBA(109, 109, 156, 0.6);
  }
  .link-neutral-4-opal-06 a,
  .hover\:link-neutral-4-opal-06 a:hover,
  .active\:link-neutral-4-opal-06 a:active,
  .focus\:link-neutral-4-opal-06 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-06 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-06 a {
    color: RGBA(109, 109, 156, 0.06);
  }
  .link-neutral-4-opal-7 a,
  .hover\:link-neutral-4-opal-7 a:hover,
  .active\:link-neutral-4-opal-7 a:active,
  .focus\:link-neutral-4-opal-7 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-7 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-7 a {
    color: RGBA(109, 109, 156, 0.7);
  }
  .link-neutral-4-opal-07 a,
  .hover\:link-neutral-4-opal-07 a:hover,
  .active\:link-neutral-4-opal-07 a:active,
  .focus\:link-neutral-4-opal-07 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-07 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-07 a {
    color: RGBA(109, 109, 156, 0.07);
  }
  .link-neutral-4-opal-8 a,
  .hover\:link-neutral-4-opal-8 a:hover,
  .active\:link-neutral-4-opal-8 a:active,
  .focus\:link-neutral-4-opal-8 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-8 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-8 a {
    color: RGBA(109, 109, 156, 0.8);
  }
  .link-neutral-4-opal-08 a,
  .hover\:link-neutral-4-opal-08 a:hover,
  .active\:link-neutral-4-opal-08 a:active,
  .focus\:link-neutral-4-opal-08 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-08 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-08 a {
    color: RGBA(109, 109, 156, 0.08);
  }
  .link-neutral-4-opal-9 a,
  .hover\:link-neutral-4-opal-9 a:hover,
  .active\:link-neutral-4-opal-9 a:active,
  .focus\:link-neutral-4-opal-9 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-9 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-9 a {
    color: RGBA(109, 109, 156, 0.9);
  }
  .link-neutral-4-opal-09 a,
  .hover\:link-neutral-4-opal-09 a:hover,
  .active\:link-neutral-4-opal-09 a:active,
  .focus\:link-neutral-4-opal-09 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-09 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-09 a {
    color: RGBA(109, 109, 156, 0.09);
  }
  .link-neutral-4-opal-10 a,
  .hover\:link-neutral-4-opal-10 a:hover,
  .active\:link-neutral-4-opal-10 a:active,
  .focus\:link-neutral-4-opal-10 a:focus,
  .group:hover .group-hover\:link-neutral-4-opal-10 a,
  .group:focus-within .group-focus-within\:link-neutral-4-opal-10 a {
    color: RGBA(109, 109, 156, 1);
  }
  .txt-neutral-5,
  .hover\:txt-neutral-5:hover,
  .focus\:txt-neutral-5:focus,
  .group:hover .group-hover\:txt-neutral-5,
  .group:focus-within .group-focus-within\:txt-neutral-5 {
    color: #f6f7fb;
  }
  .txt-neutral-5-opal-0,
  .hover\:txt-neutral-5-opal-0:hover,
  .focus\:txt-neutral-5-opal-0:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-0,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-0 {
    color: RGBA(246, 247, 251, 0);
  }
  .txt-neutral-5-opal-00,
  .hover\:txt-neutral-5-opal-00:hover,
  .focus\:txt-neutral-5-opal-00:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-00,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-00 {
    color: RGBA(246, 247, 251, 0);
  }
  .txt-neutral-5-opal-1,
  .hover\:txt-neutral-5-opal-1:hover,
  .focus\:txt-neutral-5-opal-1:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-1,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-1 {
    color: RGBA(246, 247, 251, 0.1);
  }
  .txt-neutral-5-opal-01,
  .hover\:txt-neutral-5-opal-01:hover,
  .focus\:txt-neutral-5-opal-01:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-01,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-01 {
    color: RGBA(246, 247, 251, 0.01);
  }
  .txt-neutral-5-opal-2,
  .hover\:txt-neutral-5-opal-2:hover,
  .focus\:txt-neutral-5-opal-2:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-2,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-2 {
    color: RGBA(246, 247, 251, 0.2);
  }
  .txt-neutral-5-opal-02,
  .hover\:txt-neutral-5-opal-02:hover,
  .focus\:txt-neutral-5-opal-02:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-02,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-02 {
    color: RGBA(246, 247, 251, 0.02);
  }
  .txt-neutral-5-opal-3,
  .hover\:txt-neutral-5-opal-3:hover,
  .focus\:txt-neutral-5-opal-3:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-3,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-3 {
    color: RGBA(246, 247, 251, 0.3);
  }
  .txt-neutral-5-opal-03,
  .hover\:txt-neutral-5-opal-03:hover,
  .focus\:txt-neutral-5-opal-03:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-03,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-03 {
    color: RGBA(246, 247, 251, 0.03);
  }
  .txt-neutral-5-opal-4,
  .hover\:txt-neutral-5-opal-4:hover,
  .focus\:txt-neutral-5-opal-4:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-4,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-4 {
    color: RGBA(246, 247, 251, 0.4);
  }
  .txt-neutral-5-opal-04,
  .hover\:txt-neutral-5-opal-04:hover,
  .focus\:txt-neutral-5-opal-04:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-04,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-04 {
    color: RGBA(246, 247, 251, 0.04);
  }
  .txt-neutral-5-opal-5,
  .hover\:txt-neutral-5-opal-5:hover,
  .focus\:txt-neutral-5-opal-5:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-5,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-5 {
    color: RGBA(246, 247, 251, 0.5);
  }
  .txt-neutral-5-opal-05,
  .hover\:txt-neutral-5-opal-05:hover,
  .focus\:txt-neutral-5-opal-05:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-05,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-05 {
    color: RGBA(246, 247, 251, 0.05);
  }
  .txt-neutral-5-opal-6,
  .hover\:txt-neutral-5-opal-6:hover,
  .focus\:txt-neutral-5-opal-6:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-6,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-6 {
    color: RGBA(246, 247, 251, 0.6);
  }
  .txt-neutral-5-opal-06,
  .hover\:txt-neutral-5-opal-06:hover,
  .focus\:txt-neutral-5-opal-06:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-06,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-06 {
    color: RGBA(246, 247, 251, 0.06);
  }
  .txt-neutral-5-opal-7,
  .hover\:txt-neutral-5-opal-7:hover,
  .focus\:txt-neutral-5-opal-7:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-7,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-7 {
    color: RGBA(246, 247, 251, 0.7);
  }
  .txt-neutral-5-opal-07,
  .hover\:txt-neutral-5-opal-07:hover,
  .focus\:txt-neutral-5-opal-07:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-07,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-07 {
    color: RGBA(246, 247, 251, 0.07);
  }
  .txt-neutral-5-opal-8,
  .hover\:txt-neutral-5-opal-8:hover,
  .focus\:txt-neutral-5-opal-8:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-8,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-8 {
    color: RGBA(246, 247, 251, 0.8);
  }
  .txt-neutral-5-opal-08,
  .hover\:txt-neutral-5-opal-08:hover,
  .focus\:txt-neutral-5-opal-08:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-08,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-08 {
    color: RGBA(246, 247, 251, 0.08);
  }
  .txt-neutral-5-opal-9,
  .hover\:txt-neutral-5-opal-9:hover,
  .focus\:txt-neutral-5-opal-9:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-9,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-9 {
    color: RGBA(246, 247, 251, 0.9);
  }
  .txt-neutral-5-opal-09,
  .hover\:txt-neutral-5-opal-09:hover,
  .focus\:txt-neutral-5-opal-09:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-09,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-09 {
    color: RGBA(246, 247, 251, 0.09);
  }
  .txt-neutral-5-opal-10,
  .hover\:txt-neutral-5-opal-10:hover,
  .focus\:txt-neutral-5-opal-10:focus,
  .group:hover .group-hover\:txt-neutral-5-opal-10,
  .group:focus-within .group-focus-within\:txt-neutral-5-opal-10 {
    color: RGBA(246, 247, 251, 1);
  }
  .link-neutral-5 a,
  .hover\:link-neutral-5 a:hover,
  .active\:link-neutral-5 a:active,
  .focus\:link-neutral-5 a:focus,
  .group:hover .group-hover\:link-neutral-5 a,
  .group:focus-within .group-focus-within\:link-neutral-5 a {
    color: #f6f7fb;
  }
  .link-neutral-5-opal-0 a,
  .hover\:link-neutral-5-opal-0 a:hover,
  .active\:link-neutral-5-opal-0 a:active,
  .focus\:link-neutral-5-opal-0 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-0 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-0 a {
    color: RGBA(246, 247, 251, 0);
  }
  .link-neutral-5-opal-00 a,
  .hover\:link-neutral-5-opal-00 a:hover,
  .active\:link-neutral-5-opal-00 a:active,
  .focus\:link-neutral-5-opal-00 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-00 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-00 a {
    color: RGBA(246, 247, 251, 0);
  }
  .link-neutral-5-opal-1 a,
  .hover\:link-neutral-5-opal-1 a:hover,
  .active\:link-neutral-5-opal-1 a:active,
  .focus\:link-neutral-5-opal-1 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-1 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-1 a {
    color: RGBA(246, 247, 251, 0.1);
  }
  .link-neutral-5-opal-01 a,
  .hover\:link-neutral-5-opal-01 a:hover,
  .active\:link-neutral-5-opal-01 a:active,
  .focus\:link-neutral-5-opal-01 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-01 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-01 a {
    color: RGBA(246, 247, 251, 0.01);
  }
  .link-neutral-5-opal-2 a,
  .hover\:link-neutral-5-opal-2 a:hover,
  .active\:link-neutral-5-opal-2 a:active,
  .focus\:link-neutral-5-opal-2 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-2 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-2 a {
    color: RGBA(246, 247, 251, 0.2);
  }
  .link-neutral-5-opal-02 a,
  .hover\:link-neutral-5-opal-02 a:hover,
  .active\:link-neutral-5-opal-02 a:active,
  .focus\:link-neutral-5-opal-02 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-02 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-02 a {
    color: RGBA(246, 247, 251, 0.02);
  }
  .link-neutral-5-opal-3 a,
  .hover\:link-neutral-5-opal-3 a:hover,
  .active\:link-neutral-5-opal-3 a:active,
  .focus\:link-neutral-5-opal-3 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-3 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-3 a {
    color: RGBA(246, 247, 251, 0.3);
  }
  .link-neutral-5-opal-03 a,
  .hover\:link-neutral-5-opal-03 a:hover,
  .active\:link-neutral-5-opal-03 a:active,
  .focus\:link-neutral-5-opal-03 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-03 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-03 a {
    color: RGBA(246, 247, 251, 0.03);
  }
  .link-neutral-5-opal-4 a,
  .hover\:link-neutral-5-opal-4 a:hover,
  .active\:link-neutral-5-opal-4 a:active,
  .focus\:link-neutral-5-opal-4 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-4 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-4 a {
    color: RGBA(246, 247, 251, 0.4);
  }
  .link-neutral-5-opal-04 a,
  .hover\:link-neutral-5-opal-04 a:hover,
  .active\:link-neutral-5-opal-04 a:active,
  .focus\:link-neutral-5-opal-04 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-04 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-04 a {
    color: RGBA(246, 247, 251, 0.04);
  }
  .link-neutral-5-opal-5 a,
  .hover\:link-neutral-5-opal-5 a:hover,
  .active\:link-neutral-5-opal-5 a:active,
  .focus\:link-neutral-5-opal-5 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-5 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-5 a {
    color: RGBA(246, 247, 251, 0.5);
  }
  .link-neutral-5-opal-05 a,
  .hover\:link-neutral-5-opal-05 a:hover,
  .active\:link-neutral-5-opal-05 a:active,
  .focus\:link-neutral-5-opal-05 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-05 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-05 a {
    color: RGBA(246, 247, 251, 0.05);
  }
  .link-neutral-5-opal-6 a,
  .hover\:link-neutral-5-opal-6 a:hover,
  .active\:link-neutral-5-opal-6 a:active,
  .focus\:link-neutral-5-opal-6 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-6 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-6 a {
    color: RGBA(246, 247, 251, 0.6);
  }
  .link-neutral-5-opal-06 a,
  .hover\:link-neutral-5-opal-06 a:hover,
  .active\:link-neutral-5-opal-06 a:active,
  .focus\:link-neutral-5-opal-06 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-06 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-06 a {
    color: RGBA(246, 247, 251, 0.06);
  }
  .link-neutral-5-opal-7 a,
  .hover\:link-neutral-5-opal-7 a:hover,
  .active\:link-neutral-5-opal-7 a:active,
  .focus\:link-neutral-5-opal-7 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-7 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-7 a {
    color: RGBA(246, 247, 251, 0.7);
  }
  .link-neutral-5-opal-07 a,
  .hover\:link-neutral-5-opal-07 a:hover,
  .active\:link-neutral-5-opal-07 a:active,
  .focus\:link-neutral-5-opal-07 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-07 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-07 a {
    color: RGBA(246, 247, 251, 0.07);
  }
  .link-neutral-5-opal-8 a,
  .hover\:link-neutral-5-opal-8 a:hover,
  .active\:link-neutral-5-opal-8 a:active,
  .focus\:link-neutral-5-opal-8 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-8 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-8 a {
    color: RGBA(246, 247, 251, 0.8);
  }
  .link-neutral-5-opal-08 a,
  .hover\:link-neutral-5-opal-08 a:hover,
  .active\:link-neutral-5-opal-08 a:active,
  .focus\:link-neutral-5-opal-08 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-08 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-08 a {
    color: RGBA(246, 247, 251, 0.08);
  }
  .link-neutral-5-opal-9 a,
  .hover\:link-neutral-5-opal-9 a:hover,
  .active\:link-neutral-5-opal-9 a:active,
  .focus\:link-neutral-5-opal-9 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-9 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-9 a {
    color: RGBA(246, 247, 251, 0.9);
  }
  .link-neutral-5-opal-09 a,
  .hover\:link-neutral-5-opal-09 a:hover,
  .active\:link-neutral-5-opal-09 a:active,
  .focus\:link-neutral-5-opal-09 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-09 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-09 a {
    color: RGBA(246, 247, 251, 0.09);
  }
  .link-neutral-5-opal-10 a,
  .hover\:link-neutral-5-opal-10 a:hover,
  .active\:link-neutral-5-opal-10 a:active,
  .focus\:link-neutral-5-opal-10 a:focus,
  .group:hover .group-hover\:link-neutral-5-opal-10 a,
  .group:focus-within .group-focus-within\:link-neutral-5-opal-10 a {
    color: RGBA(246, 247, 251, 1);
  }
  .txt-neutral-6,
  .hover\:txt-neutral-6:hover,
  .focus\:txt-neutral-6:focus,
  .group:hover .group-hover\:txt-neutral-6,
  .group:focus-within .group-focus-within\:txt-neutral-6 {
    color: #fff;
  }
  .txt-neutral-6-opal-0,
  .hover\:txt-neutral-6-opal-0:hover,
  .focus\:txt-neutral-6-opal-0:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-0,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-0 {
    color: RGBA(255, 255, 255, 0);
  }
  .txt-neutral-6-opal-00,
  .hover\:txt-neutral-6-opal-00:hover,
  .focus\:txt-neutral-6-opal-00:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-00,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-00 {
    color: RGBA(255, 255, 255, 0);
  }
  .txt-neutral-6-opal-1,
  .hover\:txt-neutral-6-opal-1:hover,
  .focus\:txt-neutral-6-opal-1:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-1,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-1 {
    color: RGBA(255, 255, 255, 0.1);
  }
  .txt-neutral-6-opal-01,
  .hover\:txt-neutral-6-opal-01:hover,
  .focus\:txt-neutral-6-opal-01:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-01,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-01 {
    color: RGBA(255, 255, 255, 0.01);
  }
  .txt-neutral-6-opal-2,
  .hover\:txt-neutral-6-opal-2:hover,
  .focus\:txt-neutral-6-opal-2:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-2,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-2 {
    color: RGBA(255, 255, 255, 0.2);
  }
  .txt-neutral-6-opal-02,
  .hover\:txt-neutral-6-opal-02:hover,
  .focus\:txt-neutral-6-opal-02:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-02,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-02 {
    color: RGBA(255, 255, 255, 0.02);
  }
  .txt-neutral-6-opal-3,
  .hover\:txt-neutral-6-opal-3:hover,
  .focus\:txt-neutral-6-opal-3:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-3,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-3 {
    color: RGBA(255, 255, 255, 0.3);
  }
  .txt-neutral-6-opal-03,
  .hover\:txt-neutral-6-opal-03:hover,
  .focus\:txt-neutral-6-opal-03:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-03,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-03 {
    color: RGBA(255, 255, 255, 0.03);
  }
  .txt-neutral-6-opal-4,
  .hover\:txt-neutral-6-opal-4:hover,
  .focus\:txt-neutral-6-opal-4:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-4,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-4 {
    color: RGBA(255, 255, 255, 0.4);
  }
  .txt-neutral-6-opal-04,
  .hover\:txt-neutral-6-opal-04:hover,
  .focus\:txt-neutral-6-opal-04:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-04,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-04 {
    color: RGBA(255, 255, 255, 0.04);
  }
  .txt-neutral-6-opal-5,
  .hover\:txt-neutral-6-opal-5:hover,
  .focus\:txt-neutral-6-opal-5:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-5,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-5 {
    color: RGBA(255, 255, 255, 0.5);
  }
  .txt-neutral-6-opal-05,
  .hover\:txt-neutral-6-opal-05:hover,
  .focus\:txt-neutral-6-opal-05:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-05,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-05 {
    color: RGBA(255, 255, 255, 0.05);
  }
  .txt-neutral-6-opal-6,
  .hover\:txt-neutral-6-opal-6:hover,
  .focus\:txt-neutral-6-opal-6:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-6,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-6 {
    color: RGBA(255, 255, 255, 0.6);
  }
  .txt-neutral-6-opal-06,
  .hover\:txt-neutral-6-opal-06:hover,
  .focus\:txt-neutral-6-opal-06:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-06,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-06 {
    color: RGBA(255, 255, 255, 0.06);
  }
  .txt-neutral-6-opal-7,
  .hover\:txt-neutral-6-opal-7:hover,
  .focus\:txt-neutral-6-opal-7:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-7,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-7 {
    color: RGBA(255, 255, 255, 0.7);
  }
  .txt-neutral-6-opal-07,
  .hover\:txt-neutral-6-opal-07:hover,
  .focus\:txt-neutral-6-opal-07:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-07,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-07 {
    color: RGBA(255, 255, 255, 0.07);
  }
  .txt-neutral-6-opal-8,
  .hover\:txt-neutral-6-opal-8:hover,
  .focus\:txt-neutral-6-opal-8:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-8,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-8 {
    color: RGBA(255, 255, 255, 0.8);
  }
  .txt-neutral-6-opal-08,
  .hover\:txt-neutral-6-opal-08:hover,
  .focus\:txt-neutral-6-opal-08:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-08,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-08 {
    color: RGBA(255, 255, 255, 0.08);
  }
  .txt-neutral-6-opal-9,
  .hover\:txt-neutral-6-opal-9:hover,
  .focus\:txt-neutral-6-opal-9:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-9,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-9 {
    color: RGBA(255, 255, 255, 0.9);
  }
  .txt-neutral-6-opal-09,
  .hover\:txt-neutral-6-opal-09:hover,
  .focus\:txt-neutral-6-opal-09:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-09,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-09 {
    color: RGBA(255, 255, 255, 0.09);
  }
  .txt-neutral-6-opal-10,
  .hover\:txt-neutral-6-opal-10:hover,
  .focus\:txt-neutral-6-opal-10:focus,
  .group:hover .group-hover\:txt-neutral-6-opal-10,
  .group:focus-within .group-focus-within\:txt-neutral-6-opal-10 {
    color: RGBA(255, 255, 255, 1);
  }
  .link-neutral-6 a,
  .hover\:link-neutral-6 a:hover,
  .active\:link-neutral-6 a:active,
  .focus\:link-neutral-6 a:focus,
  .group:hover .group-hover\:link-neutral-6 a,
  .group:focus-within .group-focus-within\:link-neutral-6 a {
    color: #fff;
  }
  .link-neutral-6-opal-0 a,
  .hover\:link-neutral-6-opal-0 a:hover,
  .active\:link-neutral-6-opal-0 a:active,
  .focus\:link-neutral-6-opal-0 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-0 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-0 a {
    color: RGBA(255, 255, 255, 0);
  }
  .link-neutral-6-opal-00 a,
  .hover\:link-neutral-6-opal-00 a:hover,
  .active\:link-neutral-6-opal-00 a:active,
  .focus\:link-neutral-6-opal-00 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-00 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-00 a {
    color: RGBA(255, 255, 255, 0);
  }
  .link-neutral-6-opal-1 a,
  .hover\:link-neutral-6-opal-1 a:hover,
  .active\:link-neutral-6-opal-1 a:active,
  .focus\:link-neutral-6-opal-1 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-1 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-1 a {
    color: RGBA(255, 255, 255, 0.1);
  }
  .link-neutral-6-opal-01 a,
  .hover\:link-neutral-6-opal-01 a:hover,
  .active\:link-neutral-6-opal-01 a:active,
  .focus\:link-neutral-6-opal-01 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-01 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-01 a {
    color: RGBA(255, 255, 255, 0.01);
  }
  .link-neutral-6-opal-2 a,
  .hover\:link-neutral-6-opal-2 a:hover,
  .active\:link-neutral-6-opal-2 a:active,
  .focus\:link-neutral-6-opal-2 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-2 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-2 a {
    color: RGBA(255, 255, 255, 0.2);
  }
  .link-neutral-6-opal-02 a,
  .hover\:link-neutral-6-opal-02 a:hover,
  .active\:link-neutral-6-opal-02 a:active,
  .focus\:link-neutral-6-opal-02 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-02 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-02 a {
    color: RGBA(255, 255, 255, 0.02);
  }
  .link-neutral-6-opal-3 a,
  .hover\:link-neutral-6-opal-3 a:hover,
  .active\:link-neutral-6-opal-3 a:active,
  .focus\:link-neutral-6-opal-3 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-3 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-3 a {
    color: RGBA(255, 255, 255, 0.3);
  }
  .link-neutral-6-opal-03 a,
  .hover\:link-neutral-6-opal-03 a:hover,
  .active\:link-neutral-6-opal-03 a:active,
  .focus\:link-neutral-6-opal-03 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-03 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-03 a {
    color: RGBA(255, 255, 255, 0.03);
  }
  .link-neutral-6-opal-4 a,
  .hover\:link-neutral-6-opal-4 a:hover,
  .active\:link-neutral-6-opal-4 a:active,
  .focus\:link-neutral-6-opal-4 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-4 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-4 a {
    color: RGBA(255, 255, 255, 0.4);
  }
  .link-neutral-6-opal-04 a,
  .hover\:link-neutral-6-opal-04 a:hover,
  .active\:link-neutral-6-opal-04 a:active,
  .focus\:link-neutral-6-opal-04 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-04 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-04 a {
    color: RGBA(255, 255, 255, 0.04);
  }
  .link-neutral-6-opal-5 a,
  .hover\:link-neutral-6-opal-5 a:hover,
  .active\:link-neutral-6-opal-5 a:active,
  .focus\:link-neutral-6-opal-5 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-5 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-5 a {
    color: RGBA(255, 255, 255, 0.5);
  }
  .link-neutral-6-opal-05 a,
  .hover\:link-neutral-6-opal-05 a:hover,
  .active\:link-neutral-6-opal-05 a:active,
  .focus\:link-neutral-6-opal-05 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-05 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-05 a {
    color: RGBA(255, 255, 255, 0.05);
  }
  .link-neutral-6-opal-6 a,
  .hover\:link-neutral-6-opal-6 a:hover,
  .active\:link-neutral-6-opal-6 a:active,
  .focus\:link-neutral-6-opal-6 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-6 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-6 a {
    color: RGBA(255, 255, 255, 0.6);
  }
  .link-neutral-6-opal-06 a,
  .hover\:link-neutral-6-opal-06 a:hover,
  .active\:link-neutral-6-opal-06 a:active,
  .focus\:link-neutral-6-opal-06 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-06 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-06 a {
    color: RGBA(255, 255, 255, 0.06);
  }
  .link-neutral-6-opal-7 a,
  .hover\:link-neutral-6-opal-7 a:hover,
  .active\:link-neutral-6-opal-7 a:active,
  .focus\:link-neutral-6-opal-7 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-7 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-7 a {
    color: RGBA(255, 255, 255, 0.7);
  }
  .link-neutral-6-opal-07 a,
  .hover\:link-neutral-6-opal-07 a:hover,
  .active\:link-neutral-6-opal-07 a:active,
  .focus\:link-neutral-6-opal-07 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-07 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-07 a {
    color: RGBA(255, 255, 255, 0.07);
  }
  .link-neutral-6-opal-8 a,
  .hover\:link-neutral-6-opal-8 a:hover,
  .active\:link-neutral-6-opal-8 a:active,
  .focus\:link-neutral-6-opal-8 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-8 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-8 a {
    color: RGBA(255, 255, 255, 0.8);
  }
  .link-neutral-6-opal-08 a,
  .hover\:link-neutral-6-opal-08 a:hover,
  .active\:link-neutral-6-opal-08 a:active,
  .focus\:link-neutral-6-opal-08 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-08 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-08 a {
    color: RGBA(255, 255, 255, 0.08);
  }
  .link-neutral-6-opal-9 a,
  .hover\:link-neutral-6-opal-9 a:hover,
  .active\:link-neutral-6-opal-9 a:active,
  .focus\:link-neutral-6-opal-9 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-9 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-9 a {
    color: RGBA(255, 255, 255, 0.9);
  }
  .link-neutral-6-opal-09 a,
  .hover\:link-neutral-6-opal-09 a:hover,
  .active\:link-neutral-6-opal-09 a:active,
  .focus\:link-neutral-6-opal-09 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-09 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-09 a {
    color: RGBA(255, 255, 255, 0.09);
  }
  .link-neutral-6-opal-10 a,
  .hover\:link-neutral-6-opal-10 a:hover,
  .active\:link-neutral-6-opal-10 a:active,
  .focus\:link-neutral-6-opal-10 a:focus,
  .group:hover .group-hover\:link-neutral-6-opal-10 a,
  .group:focus-within .group-focus-within\:link-neutral-6-opal-10 a {
    color: RGBA(255, 255, 255, 1);
  }
  .txt-ui-fill,
  .hover\:txt-ui-fill:hover,
  .focus\:txt-ui-fill:focus,
  .group:hover .group-hover\:txt-ui-fill,
  .group:focus-within .group-focus-within\:txt-ui-fill {
    color: #fff;
  }
  .txt-ui-fill-opal-0,
  .hover\:txt-ui-fill-opal-0:hover,
  .focus\:txt-ui-fill-opal-0:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-0,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-0 {
    color: RGBA(255, 255, 255, 0);
  }
  .txt-ui-fill-opal-00,
  .hover\:txt-ui-fill-opal-00:hover,
  .focus\:txt-ui-fill-opal-00:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-00,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-00 {
    color: RGBA(255, 255, 255, 0);
  }
  .txt-ui-fill-opal-1,
  .hover\:txt-ui-fill-opal-1:hover,
  .focus\:txt-ui-fill-opal-1:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-1,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-1 {
    color: RGBA(255, 255, 255, 0.1);
  }
  .txt-ui-fill-opal-01,
  .hover\:txt-ui-fill-opal-01:hover,
  .focus\:txt-ui-fill-opal-01:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-01,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-01 {
    color: RGBA(255, 255, 255, 0.01);
  }
  .txt-ui-fill-opal-2,
  .hover\:txt-ui-fill-opal-2:hover,
  .focus\:txt-ui-fill-opal-2:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-2,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-2 {
    color: RGBA(255, 255, 255, 0.2);
  }
  .txt-ui-fill-opal-02,
  .hover\:txt-ui-fill-opal-02:hover,
  .focus\:txt-ui-fill-opal-02:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-02,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-02 {
    color: RGBA(255, 255, 255, 0.02);
  }
  .txt-ui-fill-opal-3,
  .hover\:txt-ui-fill-opal-3:hover,
  .focus\:txt-ui-fill-opal-3:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-3,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-3 {
    color: RGBA(255, 255, 255, 0.3);
  }
  .txt-ui-fill-opal-03,
  .hover\:txt-ui-fill-opal-03:hover,
  .focus\:txt-ui-fill-opal-03:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-03,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-03 {
    color: RGBA(255, 255, 255, 0.03);
  }
  .txt-ui-fill-opal-4,
  .hover\:txt-ui-fill-opal-4:hover,
  .focus\:txt-ui-fill-opal-4:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-4,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-4 {
    color: RGBA(255, 255, 255, 0.4);
  }
  .txt-ui-fill-opal-04,
  .hover\:txt-ui-fill-opal-04:hover,
  .focus\:txt-ui-fill-opal-04:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-04,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-04 {
    color: RGBA(255, 255, 255, 0.04);
  }
  .txt-ui-fill-opal-5,
  .hover\:txt-ui-fill-opal-5:hover,
  .focus\:txt-ui-fill-opal-5:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-5,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-5 {
    color: RGBA(255, 255, 255, 0.5);
  }
  .txt-ui-fill-opal-05,
  .hover\:txt-ui-fill-opal-05:hover,
  .focus\:txt-ui-fill-opal-05:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-05,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-05 {
    color: RGBA(255, 255, 255, 0.05);
  }
  .txt-ui-fill-opal-6,
  .hover\:txt-ui-fill-opal-6:hover,
  .focus\:txt-ui-fill-opal-6:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-6,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-6 {
    color: RGBA(255, 255, 255, 0.6);
  }
  .txt-ui-fill-opal-06,
  .hover\:txt-ui-fill-opal-06:hover,
  .focus\:txt-ui-fill-opal-06:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-06,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-06 {
    color: RGBA(255, 255, 255, 0.06);
  }
  .txt-ui-fill-opal-7,
  .hover\:txt-ui-fill-opal-7:hover,
  .focus\:txt-ui-fill-opal-7:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-7,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-7 {
    color: RGBA(255, 255, 255, 0.7);
  }
  .txt-ui-fill-opal-07,
  .hover\:txt-ui-fill-opal-07:hover,
  .focus\:txt-ui-fill-opal-07:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-07,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-07 {
    color: RGBA(255, 255, 255, 0.07);
  }
  .txt-ui-fill-opal-8,
  .hover\:txt-ui-fill-opal-8:hover,
  .focus\:txt-ui-fill-opal-8:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-8,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-8 {
    color: RGBA(255, 255, 255, 0.8);
  }
  .txt-ui-fill-opal-08,
  .hover\:txt-ui-fill-opal-08:hover,
  .focus\:txt-ui-fill-opal-08:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-08,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-08 {
    color: RGBA(255, 255, 255, 0.08);
  }
  .txt-ui-fill-opal-9,
  .hover\:txt-ui-fill-opal-9:hover,
  .focus\:txt-ui-fill-opal-9:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-9,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-9 {
    color: RGBA(255, 255, 255, 0.9);
  }
  .txt-ui-fill-opal-09,
  .hover\:txt-ui-fill-opal-09:hover,
  .focus\:txt-ui-fill-opal-09:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-09,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-09 {
    color: RGBA(255, 255, 255, 0.09);
  }
  .txt-ui-fill-opal-10,
  .hover\:txt-ui-fill-opal-10:hover,
  .focus\:txt-ui-fill-opal-10:focus,
  .group:hover .group-hover\:txt-ui-fill-opal-10,
  .group:focus-within .group-focus-within\:txt-ui-fill-opal-10 {
    color: RGBA(255, 255, 255, 1);
  }
  .link-ui-fill a,
  .hover\:link-ui-fill a:hover,
  .active\:link-ui-fill a:active,
  .focus\:link-ui-fill a:focus,
  .group:hover .group-hover\:link-ui-fill a,
  .group:focus-within .group-focus-within\:link-ui-fill a {
    color: #fff;
  }
  .link-ui-fill-opal-0 a,
  .hover\:link-ui-fill-opal-0 a:hover,
  .active\:link-ui-fill-opal-0 a:active,
  .focus\:link-ui-fill-opal-0 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-0 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-0 a {
    color: RGBA(255, 255, 255, 0);
  }
  .link-ui-fill-opal-00 a,
  .hover\:link-ui-fill-opal-00 a:hover,
  .active\:link-ui-fill-opal-00 a:active,
  .focus\:link-ui-fill-opal-00 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-00 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-00 a {
    color: RGBA(255, 255, 255, 0);
  }
  .link-ui-fill-opal-1 a,
  .hover\:link-ui-fill-opal-1 a:hover,
  .active\:link-ui-fill-opal-1 a:active,
  .focus\:link-ui-fill-opal-1 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-1 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-1 a {
    color: RGBA(255, 255, 255, 0.1);
  }
  .link-ui-fill-opal-01 a,
  .hover\:link-ui-fill-opal-01 a:hover,
  .active\:link-ui-fill-opal-01 a:active,
  .focus\:link-ui-fill-opal-01 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-01 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-01 a {
    color: RGBA(255, 255, 255, 0.01);
  }
  .link-ui-fill-opal-2 a,
  .hover\:link-ui-fill-opal-2 a:hover,
  .active\:link-ui-fill-opal-2 a:active,
  .focus\:link-ui-fill-opal-2 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-2 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-2 a {
    color: RGBA(255, 255, 255, 0.2);
  }
  .link-ui-fill-opal-02 a,
  .hover\:link-ui-fill-opal-02 a:hover,
  .active\:link-ui-fill-opal-02 a:active,
  .focus\:link-ui-fill-opal-02 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-02 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-02 a {
    color: RGBA(255, 255, 255, 0.02);
  }
  .link-ui-fill-opal-3 a,
  .hover\:link-ui-fill-opal-3 a:hover,
  .active\:link-ui-fill-opal-3 a:active,
  .focus\:link-ui-fill-opal-3 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-3 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-3 a {
    color: RGBA(255, 255, 255, 0.3);
  }
  .link-ui-fill-opal-03 a,
  .hover\:link-ui-fill-opal-03 a:hover,
  .active\:link-ui-fill-opal-03 a:active,
  .focus\:link-ui-fill-opal-03 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-03 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-03 a {
    color: RGBA(255, 255, 255, 0.03);
  }
  .link-ui-fill-opal-4 a,
  .hover\:link-ui-fill-opal-4 a:hover,
  .active\:link-ui-fill-opal-4 a:active,
  .focus\:link-ui-fill-opal-4 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-4 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-4 a {
    color: RGBA(255, 255, 255, 0.4);
  }
  .link-ui-fill-opal-04 a,
  .hover\:link-ui-fill-opal-04 a:hover,
  .active\:link-ui-fill-opal-04 a:active,
  .focus\:link-ui-fill-opal-04 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-04 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-04 a {
    color: RGBA(255, 255, 255, 0.04);
  }
  .link-ui-fill-opal-5 a,
  .hover\:link-ui-fill-opal-5 a:hover,
  .active\:link-ui-fill-opal-5 a:active,
  .focus\:link-ui-fill-opal-5 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-5 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-5 a {
    color: RGBA(255, 255, 255, 0.5);
  }
  .link-ui-fill-opal-05 a,
  .hover\:link-ui-fill-opal-05 a:hover,
  .active\:link-ui-fill-opal-05 a:active,
  .focus\:link-ui-fill-opal-05 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-05 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-05 a {
    color: RGBA(255, 255, 255, 0.05);
  }
  .link-ui-fill-opal-6 a,
  .hover\:link-ui-fill-opal-6 a:hover,
  .active\:link-ui-fill-opal-6 a:active,
  .focus\:link-ui-fill-opal-6 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-6 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-6 a {
    color: RGBA(255, 255, 255, 0.6);
  }
  .link-ui-fill-opal-06 a,
  .hover\:link-ui-fill-opal-06 a:hover,
  .active\:link-ui-fill-opal-06 a:active,
  .focus\:link-ui-fill-opal-06 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-06 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-06 a {
    color: RGBA(255, 255, 255, 0.06);
  }
  .link-ui-fill-opal-7 a,
  .hover\:link-ui-fill-opal-7 a:hover,
  .active\:link-ui-fill-opal-7 a:active,
  .focus\:link-ui-fill-opal-7 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-7 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-7 a {
    color: RGBA(255, 255, 255, 0.7);
  }
  .link-ui-fill-opal-07 a,
  .hover\:link-ui-fill-opal-07 a:hover,
  .active\:link-ui-fill-opal-07 a:active,
  .focus\:link-ui-fill-opal-07 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-07 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-07 a {
    color: RGBA(255, 255, 255, 0.07);
  }
  .link-ui-fill-opal-8 a,
  .hover\:link-ui-fill-opal-8 a:hover,
  .active\:link-ui-fill-opal-8 a:active,
  .focus\:link-ui-fill-opal-8 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-8 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-8 a {
    color: RGBA(255, 255, 255, 0.8);
  }
  .link-ui-fill-opal-08 a,
  .hover\:link-ui-fill-opal-08 a:hover,
  .active\:link-ui-fill-opal-08 a:active,
  .focus\:link-ui-fill-opal-08 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-08 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-08 a {
    color: RGBA(255, 255, 255, 0.08);
  }
  .link-ui-fill-opal-9 a,
  .hover\:link-ui-fill-opal-9 a:hover,
  .active\:link-ui-fill-opal-9 a:active,
  .focus\:link-ui-fill-opal-9 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-9 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-9 a {
    color: RGBA(255, 255, 255, 0.9);
  }
  .link-ui-fill-opal-09 a,
  .hover\:link-ui-fill-opal-09 a:hover,
  .active\:link-ui-fill-opal-09 a:active,
  .focus\:link-ui-fill-opal-09 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-09 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-09 a {
    color: RGBA(255, 255, 255, 0.09);
  }
  .link-ui-fill-opal-10 a,
  .hover\:link-ui-fill-opal-10 a:hover,
  .active\:link-ui-fill-opal-10 a:active,
  .focus\:link-ui-fill-opal-10 a:focus,
  .group:hover .group-hover\:link-ui-fill-opal-10 a,
  .group:focus-within .group-focus-within\:link-ui-fill-opal-10 a {
    color: RGBA(255, 255, 255, 1);
  }
  .txt-ui-stroke,
  .hover\:txt-ui-stroke:hover,
  .focus\:txt-ui-stroke:focus,
  .group:hover .group-hover\:txt-ui-stroke,
  .group:focus-within .group-focus-within\:txt-ui-stroke {
    color: #6d6d9c;
  }
  .txt-ui-stroke-opal-0,
  .hover\:txt-ui-stroke-opal-0:hover,
  .focus\:txt-ui-stroke-opal-0:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-0,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-0 {
    color: RGBA(109, 109, 156, 0);
  }
  .txt-ui-stroke-opal-00,
  .hover\:txt-ui-stroke-opal-00:hover,
  .focus\:txt-ui-stroke-opal-00:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-00,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-00 {
    color: RGBA(109, 109, 156, 0);
  }
  .txt-ui-stroke-opal-1,
  .hover\:txt-ui-stroke-opal-1:hover,
  .focus\:txt-ui-stroke-opal-1:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-1,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-1 {
    color: RGBA(109, 109, 156, 0.1);
  }
  .txt-ui-stroke-opal-01,
  .hover\:txt-ui-stroke-opal-01:hover,
  .focus\:txt-ui-stroke-opal-01:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-01,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-01 {
    color: RGBA(109, 109, 156, 0.01);
  }
  .txt-ui-stroke-opal-2,
  .hover\:txt-ui-stroke-opal-2:hover,
  .focus\:txt-ui-stroke-opal-2:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-2,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-2 {
    color: RGBA(109, 109, 156, 0.2);
  }
  .txt-ui-stroke-opal-02,
  .hover\:txt-ui-stroke-opal-02:hover,
  .focus\:txt-ui-stroke-opal-02:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-02,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-02 {
    color: RGBA(109, 109, 156, 0.02);
  }
  .txt-ui-stroke-opal-3,
  .hover\:txt-ui-stroke-opal-3:hover,
  .focus\:txt-ui-stroke-opal-3:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-3,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-3 {
    color: RGBA(109, 109, 156, 0.3);
  }
  .txt-ui-stroke-opal-03,
  .hover\:txt-ui-stroke-opal-03:hover,
  .focus\:txt-ui-stroke-opal-03:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-03,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-03 {
    color: RGBA(109, 109, 156, 0.03);
  }
  .txt-ui-stroke-opal-4,
  .hover\:txt-ui-stroke-opal-4:hover,
  .focus\:txt-ui-stroke-opal-4:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-4,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-4 {
    color: RGBA(109, 109, 156, 0.4);
  }
  .txt-ui-stroke-opal-04,
  .hover\:txt-ui-stroke-opal-04:hover,
  .focus\:txt-ui-stroke-opal-04:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-04,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-04 {
    color: RGBA(109, 109, 156, 0.04);
  }
  .txt-ui-stroke-opal-5,
  .hover\:txt-ui-stroke-opal-5:hover,
  .focus\:txt-ui-stroke-opal-5:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-5,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-5 {
    color: RGBA(109, 109, 156, 0.5);
  }
  .txt-ui-stroke-opal-05,
  .hover\:txt-ui-stroke-opal-05:hover,
  .focus\:txt-ui-stroke-opal-05:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-05,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-05 {
    color: RGBA(109, 109, 156, 0.05);
  }
  .txt-ui-stroke-opal-6,
  .hover\:txt-ui-stroke-opal-6:hover,
  .focus\:txt-ui-stroke-opal-6:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-6,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-6 {
    color: RGBA(109, 109, 156, 0.6);
  }
  .txt-ui-stroke-opal-06,
  .hover\:txt-ui-stroke-opal-06:hover,
  .focus\:txt-ui-stroke-opal-06:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-06,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-06 {
    color: RGBA(109, 109, 156, 0.06);
  }
  .txt-ui-stroke-opal-7,
  .hover\:txt-ui-stroke-opal-7:hover,
  .focus\:txt-ui-stroke-opal-7:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-7,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-7 {
    color: RGBA(109, 109, 156, 0.7);
  }
  .txt-ui-stroke-opal-07,
  .hover\:txt-ui-stroke-opal-07:hover,
  .focus\:txt-ui-stroke-opal-07:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-07,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-07 {
    color: RGBA(109, 109, 156, 0.07);
  }
  .txt-ui-stroke-opal-8,
  .hover\:txt-ui-stroke-opal-8:hover,
  .focus\:txt-ui-stroke-opal-8:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-8,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-8 {
    color: RGBA(109, 109, 156, 0.8);
  }
  .txt-ui-stroke-opal-08,
  .hover\:txt-ui-stroke-opal-08:hover,
  .focus\:txt-ui-stroke-opal-08:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-08,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-08 {
    color: RGBA(109, 109, 156, 0.08);
  }
  .txt-ui-stroke-opal-9,
  .hover\:txt-ui-stroke-opal-9:hover,
  .focus\:txt-ui-stroke-opal-9:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-9,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-9 {
    color: RGBA(109, 109, 156, 0.9);
  }
  .txt-ui-stroke-opal-09,
  .hover\:txt-ui-stroke-opal-09:hover,
  .focus\:txt-ui-stroke-opal-09:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-09,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-09 {
    color: RGBA(109, 109, 156, 0.09);
  }
  .txt-ui-stroke-opal-10,
  .hover\:txt-ui-stroke-opal-10:hover,
  .focus\:txt-ui-stroke-opal-10:focus,
  .group:hover .group-hover\:txt-ui-stroke-opal-10,
  .group:focus-within .group-focus-within\:txt-ui-stroke-opal-10 {
    color: RGBA(109, 109, 156, 1);
  }
  .link-ui-stroke a,
  .hover\:link-ui-stroke a:hover,
  .active\:link-ui-stroke a:active,
  .focus\:link-ui-stroke a:focus,
  .group:hover .group-hover\:link-ui-stroke a,
  .group:focus-within .group-focus-within\:link-ui-stroke a {
    color: #6d6d9c;
  }
  .link-ui-stroke-opal-0 a,
  .hover\:link-ui-stroke-opal-0 a:hover,
  .active\:link-ui-stroke-opal-0 a:active,
  .focus\:link-ui-stroke-opal-0 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-0 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-0 a {
    color: RGBA(109, 109, 156, 0);
  }
  .link-ui-stroke-opal-00 a,
  .hover\:link-ui-stroke-opal-00 a:hover,
  .active\:link-ui-stroke-opal-00 a:active,
  .focus\:link-ui-stroke-opal-00 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-00 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-00 a {
    color: RGBA(109, 109, 156, 0);
  }
  .link-ui-stroke-opal-1 a,
  .hover\:link-ui-stroke-opal-1 a:hover,
  .active\:link-ui-stroke-opal-1 a:active,
  .focus\:link-ui-stroke-opal-1 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-1 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-1 a {
    color: RGBA(109, 109, 156, 0.1);
  }
  .link-ui-stroke-opal-01 a,
  .hover\:link-ui-stroke-opal-01 a:hover,
  .active\:link-ui-stroke-opal-01 a:active,
  .focus\:link-ui-stroke-opal-01 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-01 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-01 a {
    color: RGBA(109, 109, 156, 0.01);
  }
  .link-ui-stroke-opal-2 a,
  .hover\:link-ui-stroke-opal-2 a:hover,
  .active\:link-ui-stroke-opal-2 a:active,
  .focus\:link-ui-stroke-opal-2 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-2 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-2 a {
    color: RGBA(109, 109, 156, 0.2);
  }
  .link-ui-stroke-opal-02 a,
  .hover\:link-ui-stroke-opal-02 a:hover,
  .active\:link-ui-stroke-opal-02 a:active,
  .focus\:link-ui-stroke-opal-02 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-02 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-02 a {
    color: RGBA(109, 109, 156, 0.02);
  }
  .link-ui-stroke-opal-3 a,
  .hover\:link-ui-stroke-opal-3 a:hover,
  .active\:link-ui-stroke-opal-3 a:active,
  .focus\:link-ui-stroke-opal-3 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-3 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-3 a {
    color: RGBA(109, 109, 156, 0.3);
  }
  .link-ui-stroke-opal-03 a,
  .hover\:link-ui-stroke-opal-03 a:hover,
  .active\:link-ui-stroke-opal-03 a:active,
  .focus\:link-ui-stroke-opal-03 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-03 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-03 a {
    color: RGBA(109, 109, 156, 0.03);
  }
  .link-ui-stroke-opal-4 a,
  .hover\:link-ui-stroke-opal-4 a:hover,
  .active\:link-ui-stroke-opal-4 a:active,
  .focus\:link-ui-stroke-opal-4 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-4 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-4 a {
    color: RGBA(109, 109, 156, 0.4);
  }
  .link-ui-stroke-opal-04 a,
  .hover\:link-ui-stroke-opal-04 a:hover,
  .active\:link-ui-stroke-opal-04 a:active,
  .focus\:link-ui-stroke-opal-04 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-04 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-04 a {
    color: RGBA(109, 109, 156, 0.04);
  }
  .link-ui-stroke-opal-5 a,
  .hover\:link-ui-stroke-opal-5 a:hover,
  .active\:link-ui-stroke-opal-5 a:active,
  .focus\:link-ui-stroke-opal-5 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-5 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-5 a {
    color: RGBA(109, 109, 156, 0.5);
  }
  .link-ui-stroke-opal-05 a,
  .hover\:link-ui-stroke-opal-05 a:hover,
  .active\:link-ui-stroke-opal-05 a:active,
  .focus\:link-ui-stroke-opal-05 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-05 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-05 a {
    color: RGBA(109, 109, 156, 0.05);
  }
  .link-ui-stroke-opal-6 a,
  .hover\:link-ui-stroke-opal-6 a:hover,
  .active\:link-ui-stroke-opal-6 a:active,
  .focus\:link-ui-stroke-opal-6 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-6 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-6 a {
    color: RGBA(109, 109, 156, 0.6);
  }
  .link-ui-stroke-opal-06 a,
  .hover\:link-ui-stroke-opal-06 a:hover,
  .active\:link-ui-stroke-opal-06 a:active,
  .focus\:link-ui-stroke-opal-06 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-06 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-06 a {
    color: RGBA(109, 109, 156, 0.06);
  }
  .link-ui-stroke-opal-7 a,
  .hover\:link-ui-stroke-opal-7 a:hover,
  .active\:link-ui-stroke-opal-7 a:active,
  .focus\:link-ui-stroke-opal-7 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-7 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-7 a {
    color: RGBA(109, 109, 156, 0.7);
  }
  .link-ui-stroke-opal-07 a,
  .hover\:link-ui-stroke-opal-07 a:hover,
  .active\:link-ui-stroke-opal-07 a:active,
  .focus\:link-ui-stroke-opal-07 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-07 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-07 a {
    color: RGBA(109, 109, 156, 0.07);
  }
  .link-ui-stroke-opal-8 a,
  .hover\:link-ui-stroke-opal-8 a:hover,
  .active\:link-ui-stroke-opal-8 a:active,
  .focus\:link-ui-stroke-opal-8 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-8 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-8 a {
    color: RGBA(109, 109, 156, 0.8);
  }
  .link-ui-stroke-opal-08 a,
  .hover\:link-ui-stroke-opal-08 a:hover,
  .active\:link-ui-stroke-opal-08 a:active,
  .focus\:link-ui-stroke-opal-08 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-08 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-08 a {
    color: RGBA(109, 109, 156, 0.08);
  }
  .link-ui-stroke-opal-9 a,
  .hover\:link-ui-stroke-opal-9 a:hover,
  .active\:link-ui-stroke-opal-9 a:active,
  .focus\:link-ui-stroke-opal-9 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-9 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-9 a {
    color: RGBA(109, 109, 156, 0.9);
  }
  .link-ui-stroke-opal-09 a,
  .hover\:link-ui-stroke-opal-09 a:hover,
  .active\:link-ui-stroke-opal-09 a:active,
  .focus\:link-ui-stroke-opal-09 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-09 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-09 a {
    color: RGBA(109, 109, 156, 0.09);
  }
  .link-ui-stroke-opal-10 a,
  .hover\:link-ui-stroke-opal-10 a:hover,
  .active\:link-ui-stroke-opal-10 a:active,
  .focus\:link-ui-stroke-opal-10 a:focus,
  .group:hover .group-hover\:link-ui-stroke-opal-10 a,
  .group:focus-within .group-focus-within\:link-ui-stroke-opal-10 a {
    color: RGBA(109, 109, 156, 1);
  }
  .txt-ui-text,
  .hover\:txt-ui-text:hover,
  .focus\:txt-ui-text:focus,
  .group:hover .group-hover\:txt-ui-text,
  .group:focus-within .group-focus-within\:txt-ui-text {
    color: #383f76;
  }
  .txt-ui-text-opal-0,
  .hover\:txt-ui-text-opal-0:hover,
  .focus\:txt-ui-text-opal-0:focus,
  .group:hover .group-hover\:txt-ui-text-opal-0,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-0 {
    color: RGBA(56, 63, 118, 0);
  }
  .txt-ui-text-opal-00,
  .hover\:txt-ui-text-opal-00:hover,
  .focus\:txt-ui-text-opal-00:focus,
  .group:hover .group-hover\:txt-ui-text-opal-00,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-00 {
    color: RGBA(56, 63, 118, 0);
  }
  .txt-ui-text-opal-1,
  .hover\:txt-ui-text-opal-1:hover,
  .focus\:txt-ui-text-opal-1:focus,
  .group:hover .group-hover\:txt-ui-text-opal-1,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-1 {
    color: RGBA(56, 63, 118, 0.1);
  }
  .txt-ui-text-opal-01,
  .hover\:txt-ui-text-opal-01:hover,
  .focus\:txt-ui-text-opal-01:focus,
  .group:hover .group-hover\:txt-ui-text-opal-01,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-01 {
    color: RGBA(56, 63, 118, 0.01);
  }
  .txt-ui-text-opal-2,
  .hover\:txt-ui-text-opal-2:hover,
  .focus\:txt-ui-text-opal-2:focus,
  .group:hover .group-hover\:txt-ui-text-opal-2,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-2 {
    color: RGBA(56, 63, 118, 0.2);
  }
  .txt-ui-text-opal-02,
  .hover\:txt-ui-text-opal-02:hover,
  .focus\:txt-ui-text-opal-02:focus,
  .group:hover .group-hover\:txt-ui-text-opal-02,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-02 {
    color: RGBA(56, 63, 118, 0.02);
  }
  .txt-ui-text-opal-3,
  .hover\:txt-ui-text-opal-3:hover,
  .focus\:txt-ui-text-opal-3:focus,
  .group:hover .group-hover\:txt-ui-text-opal-3,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-3 {
    color: RGBA(56, 63, 118, 0.3);
  }
  .txt-ui-text-opal-03,
  .hover\:txt-ui-text-opal-03:hover,
  .focus\:txt-ui-text-opal-03:focus,
  .group:hover .group-hover\:txt-ui-text-opal-03,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-03 {
    color: RGBA(56, 63, 118, 0.03);
  }
  .txt-ui-text-opal-4,
  .hover\:txt-ui-text-opal-4:hover,
  .focus\:txt-ui-text-opal-4:focus,
  .group:hover .group-hover\:txt-ui-text-opal-4,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-4 {
    color: RGBA(56, 63, 118, 0.4);
  }
  .txt-ui-text-opal-04,
  .hover\:txt-ui-text-opal-04:hover,
  .focus\:txt-ui-text-opal-04:focus,
  .group:hover .group-hover\:txt-ui-text-opal-04,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-04 {
    color: RGBA(56, 63, 118, 0.04);
  }
  .txt-ui-text-opal-5,
  .hover\:txt-ui-text-opal-5:hover,
  .focus\:txt-ui-text-opal-5:focus,
  .group:hover .group-hover\:txt-ui-text-opal-5,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-5 {
    color: RGBA(56, 63, 118, 0.5);
  }
  .txt-ui-text-opal-05,
  .hover\:txt-ui-text-opal-05:hover,
  .focus\:txt-ui-text-opal-05:focus,
  .group:hover .group-hover\:txt-ui-text-opal-05,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-05 {
    color: RGBA(56, 63, 118, 0.05);
  }
  .txt-ui-text-opal-6,
  .hover\:txt-ui-text-opal-6:hover,
  .focus\:txt-ui-text-opal-6:focus,
  .group:hover .group-hover\:txt-ui-text-opal-6,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-6 {
    color: RGBA(56, 63, 118, 0.6);
  }
  .txt-ui-text-opal-06,
  .hover\:txt-ui-text-opal-06:hover,
  .focus\:txt-ui-text-opal-06:focus,
  .group:hover .group-hover\:txt-ui-text-opal-06,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-06 {
    color: RGBA(56, 63, 118, 0.06);
  }
  .txt-ui-text-opal-7,
  .hover\:txt-ui-text-opal-7:hover,
  .focus\:txt-ui-text-opal-7:focus,
  .group:hover .group-hover\:txt-ui-text-opal-7,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-7 {
    color: RGBA(56, 63, 118, 0.7);
  }
  .txt-ui-text-opal-07,
  .hover\:txt-ui-text-opal-07:hover,
  .focus\:txt-ui-text-opal-07:focus,
  .group:hover .group-hover\:txt-ui-text-opal-07,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-07 {
    color: RGBA(56, 63, 118, 0.07);
  }
  .txt-ui-text-opal-8,
  .hover\:txt-ui-text-opal-8:hover,
  .focus\:txt-ui-text-opal-8:focus,
  .group:hover .group-hover\:txt-ui-text-opal-8,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-8 {
    color: RGBA(56, 63, 118, 0.8);
  }
  .txt-ui-text-opal-08,
  .hover\:txt-ui-text-opal-08:hover,
  .focus\:txt-ui-text-opal-08:focus,
  .group:hover .group-hover\:txt-ui-text-opal-08,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-08 {
    color: RGBA(56, 63, 118, 0.08);
  }
  .txt-ui-text-opal-9,
  .hover\:txt-ui-text-opal-9:hover,
  .focus\:txt-ui-text-opal-9:focus,
  .group:hover .group-hover\:txt-ui-text-opal-9,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-9 {
    color: RGBA(56, 63, 118, 0.9);
  }
  .txt-ui-text-opal-09,
  .hover\:txt-ui-text-opal-09:hover,
  .focus\:txt-ui-text-opal-09:focus,
  .group:hover .group-hover\:txt-ui-text-opal-09,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-09 {
    color: RGBA(56, 63, 118, 0.09);
  }
  .txt-ui-text-opal-10,
  .hover\:txt-ui-text-opal-10:hover,
  .focus\:txt-ui-text-opal-10:focus,
  .group:hover .group-hover\:txt-ui-text-opal-10,
  .group:focus-within .group-focus-within\:txt-ui-text-opal-10 {
    color: RGBA(56, 63, 118, 1);
  }
  .link-ui-text a,
  .hover\:link-ui-text a:hover,
  .active\:link-ui-text a:active,
  .focus\:link-ui-text a:focus,
  .group:hover .group-hover\:link-ui-text a,
  .group:focus-within .group-focus-within\:link-ui-text a {
    color: #383f76;
  }
  .link-ui-text-opal-0 a,
  .hover\:link-ui-text-opal-0 a:hover,
  .active\:link-ui-text-opal-0 a:active,
  .focus\:link-ui-text-opal-0 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-0 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-0 a {
    color: RGBA(56, 63, 118, 0);
  }
  .link-ui-text-opal-00 a,
  .hover\:link-ui-text-opal-00 a:hover,
  .active\:link-ui-text-opal-00 a:active,
  .focus\:link-ui-text-opal-00 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-00 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-00 a {
    color: RGBA(56, 63, 118, 0);
  }
  .link-ui-text-opal-1 a,
  .hover\:link-ui-text-opal-1 a:hover,
  .active\:link-ui-text-opal-1 a:active,
  .focus\:link-ui-text-opal-1 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-1 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-1 a {
    color: RGBA(56, 63, 118, 0.1);
  }
  .link-ui-text-opal-01 a,
  .hover\:link-ui-text-opal-01 a:hover,
  .active\:link-ui-text-opal-01 a:active,
  .focus\:link-ui-text-opal-01 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-01 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-01 a {
    color: RGBA(56, 63, 118, 0.01);
  }
  .link-ui-text-opal-2 a,
  .hover\:link-ui-text-opal-2 a:hover,
  .active\:link-ui-text-opal-2 a:active,
  .focus\:link-ui-text-opal-2 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-2 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-2 a {
    color: RGBA(56, 63, 118, 0.2);
  }
  .link-ui-text-opal-02 a,
  .hover\:link-ui-text-opal-02 a:hover,
  .active\:link-ui-text-opal-02 a:active,
  .focus\:link-ui-text-opal-02 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-02 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-02 a {
    color: RGBA(56, 63, 118, 0.02);
  }
  .link-ui-text-opal-3 a,
  .hover\:link-ui-text-opal-3 a:hover,
  .active\:link-ui-text-opal-3 a:active,
  .focus\:link-ui-text-opal-3 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-3 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-3 a {
    color: RGBA(56, 63, 118, 0.3);
  }
  .link-ui-text-opal-03 a,
  .hover\:link-ui-text-opal-03 a:hover,
  .active\:link-ui-text-opal-03 a:active,
  .focus\:link-ui-text-opal-03 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-03 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-03 a {
    color: RGBA(56, 63, 118, 0.03);
  }
  .link-ui-text-opal-4 a,
  .hover\:link-ui-text-opal-4 a:hover,
  .active\:link-ui-text-opal-4 a:active,
  .focus\:link-ui-text-opal-4 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-4 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-4 a {
    color: RGBA(56, 63, 118, 0.4);
  }
  .link-ui-text-opal-04 a,
  .hover\:link-ui-text-opal-04 a:hover,
  .active\:link-ui-text-opal-04 a:active,
  .focus\:link-ui-text-opal-04 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-04 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-04 a {
    color: RGBA(56, 63, 118, 0.04);
  }
  .link-ui-text-opal-5 a,
  .hover\:link-ui-text-opal-5 a:hover,
  .active\:link-ui-text-opal-5 a:active,
  .focus\:link-ui-text-opal-5 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-5 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-5 a {
    color: RGBA(56, 63, 118, 0.5);
  }
  .link-ui-text-opal-05 a,
  .hover\:link-ui-text-opal-05 a:hover,
  .active\:link-ui-text-opal-05 a:active,
  .focus\:link-ui-text-opal-05 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-05 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-05 a {
    color: RGBA(56, 63, 118, 0.05);
  }
  .link-ui-text-opal-6 a,
  .hover\:link-ui-text-opal-6 a:hover,
  .active\:link-ui-text-opal-6 a:active,
  .focus\:link-ui-text-opal-6 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-6 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-6 a {
    color: RGBA(56, 63, 118, 0.6);
  }
  .link-ui-text-opal-06 a,
  .hover\:link-ui-text-opal-06 a:hover,
  .active\:link-ui-text-opal-06 a:active,
  .focus\:link-ui-text-opal-06 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-06 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-06 a {
    color: RGBA(56, 63, 118, 0.06);
  }
  .link-ui-text-opal-7 a,
  .hover\:link-ui-text-opal-7 a:hover,
  .active\:link-ui-text-opal-7 a:active,
  .focus\:link-ui-text-opal-7 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-7 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-7 a {
    color: RGBA(56, 63, 118, 0.7);
  }
  .link-ui-text-opal-07 a,
  .hover\:link-ui-text-opal-07 a:hover,
  .active\:link-ui-text-opal-07 a:active,
  .focus\:link-ui-text-opal-07 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-07 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-07 a {
    color: RGBA(56, 63, 118, 0.07);
  }
  .link-ui-text-opal-8 a,
  .hover\:link-ui-text-opal-8 a:hover,
  .active\:link-ui-text-opal-8 a:active,
  .focus\:link-ui-text-opal-8 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-8 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-8 a {
    color: RGBA(56, 63, 118, 0.8);
  }
  .link-ui-text-opal-08 a,
  .hover\:link-ui-text-opal-08 a:hover,
  .active\:link-ui-text-opal-08 a:active,
  .focus\:link-ui-text-opal-08 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-08 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-08 a {
    color: RGBA(56, 63, 118, 0.08);
  }
  .link-ui-text-opal-9 a,
  .hover\:link-ui-text-opal-9 a:hover,
  .active\:link-ui-text-opal-9 a:active,
  .focus\:link-ui-text-opal-9 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-9 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-9 a {
    color: RGBA(56, 63, 118, 0.9);
  }
  .link-ui-text-opal-09 a,
  .hover\:link-ui-text-opal-09 a:hover,
  .active\:link-ui-text-opal-09 a:active,
  .focus\:link-ui-text-opal-09 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-09 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-09 a {
    color: RGBA(56, 63, 118, 0.09);
  }
  .link-ui-text-opal-10 a,
  .hover\:link-ui-text-opal-10 a:hover,
  .active\:link-ui-text-opal-10 a:active,
  .focus\:link-ui-text-opal-10 a:focus,
  .group:hover .group-hover\:link-ui-text-opal-10 a,
  .group:focus-within .group-focus-within\:link-ui-text-opal-10 a {
    color: RGBA(56, 63, 118, 1);
  }
  .border-base-purple,
  .hover\:border-base-purple:hover,
  .focus\:border-base-purple:focus,
  .group:hover .group-hover\:border-base-purpler,
  .group:focus-within .group-focus-within\:border-base-purple {
    border: #f6f4fa;
  }
  .bg-base-purple,
  .hover\:bg-base-purple:hover,
  .focus\:bg-base-purple:focus,
  .group:hover .group-hover\:bg-base-purple,
  .group:focus-within .group-focus-within\:bg-base-purple {
    background-color: #f6f4fa;
  }
  .fill-base-purple,
  .hover\:fill-base-purple:hover,
  .focus\:fill-base-purple:focus,
  .group:hover .group-hover\:fill-base-purple,
  .group:focus-within .group-focus-within\:fill-base-purple {
    color: #f6f4fa;
  }
  .border-base-dark-purple,
  .hover\:border-base-dark-purple:hover,
  .focus\:border-base-dark-purple:focus,
  .group:hover .group-hover\:border-base-dark-purpler,
  .group:focus-within .group-focus-within\:border-base-dark-purple {
    border: #f6f4fa;
  }
  .bg-base-dark-purple,
  .hover\:bg-base-dark-purple:hover,
  .focus\:bg-base-dark-purple:focus,
  .group:hover .group-hover\:bg-base-dark-purple,
  .group:focus-within .group-focus-within\:bg-base-dark-purple {
    background-color: #f6f4fa;
  }
  .fill-base-dark-purple,
  .hover\:fill-base-dark-purple:hover,
  .focus\:fill-base-dark-purple:focus,
  .group:hover .group-hover\:fill-base-dark-purple,
  .group:focus-within .group-focus-within\:fill-base-dark-purple {
    color: #f6f4fa;
  }
  .border-base-deep-sea,
  .hover\:border-base-deep-sea:hover,
  .focus\:border-base-deep-sea:focus,
  .group:hover .group-hover\:border-base-deep-sear,
  .group:focus-within .group-focus-within\:border-base-deep-sea {
    border: #f3f4fc;
  }
  .bg-base-deep-sea,
  .hover\:bg-base-deep-sea:hover,
  .focus\:bg-base-deep-sea:focus,
  .group:hover .group-hover\:bg-base-deep-sea,
  .group:focus-within .group-focus-within\:bg-base-deep-sea {
    background-color: #f3f4fc;
  }
  .fill-base-deep-sea,
  .hover\:fill-base-deep-sea:hover,
  .focus\:fill-base-deep-sea:focus,
  .group:hover .group-hover\:fill-base-deep-sea,
  .group:focus-within .group-focus-within\:fill-base-deep-sea {
    color: #f3f4fc;
  }
  .border-base-rose,
  .hover\:border-base-rose:hover,
  .focus\:border-base-rose:focus,
  .group:hover .group-hover\:border-base-roser,
  .group:focus-within .group-focus-within\:border-base-rose {
    border: #fef7f8;
  }
  .bg-base-rose,
  .hover\:bg-base-rose:hover,
  .focus\:bg-base-rose:focus,
  .group:hover .group-hover\:bg-base-rose,
  .group:focus-within .group-focus-within\:bg-base-rose {
    background-color: #fef7f8;
  }
  .fill-base-rose,
  .hover\:fill-base-rose:hover,
  .focus\:fill-base-rose:focus,
  .group:hover .group-hover\:fill-base-rose,
  .group:focus-within .group-focus-within\:fill-base-rose {
    color: #fef7f8;
  }
  .border-base-autumn,
  .hover\:border-base-autumn:hover,
  .focus\:border-base-autumn:focus,
  .group:hover .group-hover\:border-base-autumnr,
  .group:focus-within .group-focus-within\:border-base-autumn {
    border: #fcf6f3;
  }
  .bg-base-autumn,
  .hover\:bg-base-autumn:hover,
  .focus\:bg-base-autumn:focus,
  .group:hover .group-hover\:bg-base-autumn,
  .group:focus-within .group-focus-within\:bg-base-autumn {
    background-color: #fcf6f3;
  }
  .fill-base-autumn,
  .hover\:fill-base-autumn:hover,
  .focus\:fill-base-autumn:focus,
  .group:hover .group-hover\:fill-base-autumn,
  .group:focus-within .group-focus-within\:fill-base-autumn {
    color: #fcf6f3;
  }
  .border-base-dark-teal,
  .hover\:border-base-dark-teal:hover,
  .focus\:border-base-dark-teal:focus,
  .group:hover .group-hover\:border-base-dark-tealr,
  .group:focus-within .group-focus-within\:border-base-dark-teal {
    border: #f3f9f9;
  }
  .bg-base-dark-teal,
  .hover\:bg-base-dark-teal:hover,
  .focus\:bg-base-dark-teal:focus,
  .group:hover .group-hover\:bg-base-dark-teal,
  .group:focus-within .group-focus-within\:bg-base-dark-teal {
    background-color: #f3f9f9;
  }
  .fill-base-dark-teal,
  .hover\:fill-base-dark-teal:hover,
  .focus\:fill-base-dark-teal:focus,
  .group:hover .group-hover\:fill-base-dark-teal,
  .group:focus-within .group-focus-within\:fill-base-dark-teal {
    color: #f3f9f9;
  }
  .border-base-turquoise,
  .hover\:border-base-turquoise:hover,
  .focus\:border-base-turquoise:focus,
  .group:hover .group-hover\:border-base-turquoiser,
  .group:focus-within .group-focus-within\:border-base-turquoise {
    border: #f3f9fa;
  }
  .bg-base-turquoise,
  .hover\:bg-base-turquoise:hover,
  .focus\:bg-base-turquoise:focus,
  .group:hover .group-hover\:bg-base-turquoise,
  .group:focus-within .group-focus-within\:bg-base-turquoise {
    background-color: #f3f9fa;
  }
  .fill-base-turquoise,
  .hover\:fill-base-turquoise:hover,
  .focus\:fill-base-turquoise:focus,
  .group:hover .group-hover\:fill-base-turquoise,
  .group:focus-within .group-focus-within\:fill-base-turquoise {
    color: #f3f9fa;
  }
  .border-base-electric-blue,
  .hover\:border-base-electric-blue:hover,
  .focus\:border-base-electric-blue:focus,
  .group:hover .group-hover\:border-base-electric-bluer,
  .group:focus-within .group-focus-within\:border-base-electric-blue {
    border: #f3f7fe;
  }
  .bg-base-electric-blue,
  .hover\:bg-base-electric-blue:hover,
  .focus\:bg-base-electric-blue:focus,
  .group:hover .group-hover\:bg-base-electric-blue,
  .group:focus-within .group-focus-within\:bg-base-electric-blue {
    background-color: #f3f7fe;
  }
  .fill-base-electric-blue,
  .hover\:fill-base-electric-blue:hover,
  .focus\:fill-base-electric-blue:focus,
  .group:hover .group-hover\:fill-base-electric-blue,
  .group:focus-within .group-focus-within\:fill-base-electric-blue {
    color: #f3f7fe;
  }
  .border-base-action,
  .hover\:border-base-action:hover,
  .focus\:border-base-action:focus,
  .group:hover .group-hover\:border-base-actionr,
  .group:focus-within .group-focus-within\:border-base-action {
    border: #f3f7fe;
  }
  .bg-base-action,
  .hover\:bg-base-action:hover,
  .focus\:bg-base-action:focus,
  .group:hover .group-hover\:bg-base-action,
  .group:focus-within .group-focus-within\:bg-base-action {
    background-color: #f3f7fe;
  }
  .fill-base-action,
  .hover\:fill-base-action:hover,
  .focus\:fill-base-action:focus,
  .group:hover .group-hover\:fill-base-action,
  .group:focus-within .group-focus-within\:fill-base-action {
    color: #f3f7fe;
  }
  .border-base-action-secondary,
  .hover\:border-base-action-secondary:hover,
  .focus\:border-base-action-secondary:focus,
  .group:hover .group-hover\:border-base-action-secondaryr,
  .group:focus-within .group-focus-within\:border-base-action-secondary {
    border: #f3f4fc;
  }
  .bg-base-action-secondary,
  .hover\:bg-base-action-secondary:hover,
  .focus\:bg-base-action-secondary:focus,
  .group:hover .group-hover\:bg-base-action-secondary,
  .group:focus-within .group-focus-within\:bg-base-action-secondary {
    background-color: #f3f4fc;
  }
  .fill-base-action-secondary,
  .hover\:fill-base-action-secondary:hover,
  .focus\:fill-base-action-secondary:focus,
  .group:hover .group-hover\:fill-base-action-secondary,
  .group:focus-within .group-focus-within\:fill-base-action-secondary {
    color: #f3f4fc;
  }
  .fill-white,
  .hover\:fill-white:hover,
  .focus\:fill-white:focus,
  .group:hover .group-hover\:fill-white,
  .group:focus-within .group-focus-within\:fill-white {
    color: #fff;
  }
  .fill-snow,
  .hover\:fill-snow:hover,
  .focus\:fill-snow:focus,
  .group:hover .group-hover\:fill-snow,
  .group:focus-within .group-focus-within\:fill-snow {
    color: #f6f7fb;
  }
  .fill-space,
  .hover\:fill-space:hover,
  .focus\:fill-space:focus,
  .group:hover .group-hover\:fill-space,
  .group:focus-within .group-focus-within\:fill-space {
    color: #01011e;
  }
  .bg-dark-purple,
  .hover\:bg-dark-purple:hover,
  .focus\:bg-dark-purple:focus,
  .group:hover .group-hover\:bg-dark-purple,
  .group:focus-within .group-focus-within\:bg-dark-purple {
    background-color: #441c99;
  }
  .bg-dark-purple-opal-0,
  .hover\:bg-dark-purple-opal-0:hover,
  .focus\:bg-dark-purple-opal-0:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-0,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-0 {
    background-color: RGBA(68, 28, 153, 0);
  }
  .bg-dark-purple-opal-00,
  .hover\:bg-dark-purple-opal-00:hover,
  .focus\:bg-dark-purple-opal-00:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-00,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-00 {
    background-color: RGBA(68, 28, 153, 0);
  }
  .bg-dark-purple-opal-1,
  .hover\:bg-dark-purple-opal-1:hover,
  .focus\:bg-dark-purple-opal-1:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-1,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-1 {
    background-color: RGBA(68, 28, 153, 0.1);
  }
  .bg-dark-purple-opal-01,
  .hover\:bg-dark-purple-opal-01:hover,
  .focus\:bg-dark-purple-opal-01:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-01,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-01 {
    background-color: RGBA(68, 28, 153, 0.01);
  }
  .bg-dark-purple-opal-2,
  .hover\:bg-dark-purple-opal-2:hover,
  .focus\:bg-dark-purple-opal-2:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-2,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-2 {
    background-color: RGBA(68, 28, 153, 0.2);
  }
  .bg-dark-purple-opal-02,
  .hover\:bg-dark-purple-opal-02:hover,
  .focus\:bg-dark-purple-opal-02:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-02,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-02 {
    background-color: RGBA(68, 28, 153, 0.02);
  }
  .bg-dark-purple-opal-3,
  .hover\:bg-dark-purple-opal-3:hover,
  .focus\:bg-dark-purple-opal-3:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-3,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-3 {
    background-color: RGBA(68, 28, 153, 0.3);
  }
  .bg-dark-purple-opal-03,
  .hover\:bg-dark-purple-opal-03:hover,
  .focus\:bg-dark-purple-opal-03:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-03,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-03 {
    background-color: RGBA(68, 28, 153, 0.03);
  }
  .bg-dark-purple-opal-4,
  .hover\:bg-dark-purple-opal-4:hover,
  .focus\:bg-dark-purple-opal-4:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-4,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-4 {
    background-color: RGBA(68, 28, 153, 0.4);
  }
  .bg-dark-purple-opal-04,
  .hover\:bg-dark-purple-opal-04:hover,
  .focus\:bg-dark-purple-opal-04:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-04,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-04 {
    background-color: RGBA(68, 28, 153, 0.04);
  }
  .bg-dark-purple-opal-5,
  .hover\:bg-dark-purple-opal-5:hover,
  .focus\:bg-dark-purple-opal-5:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-5,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-5 {
    background-color: RGBA(68, 28, 153, 0.5);
  }
  .bg-dark-purple-opal-05,
  .hover\:bg-dark-purple-opal-05:hover,
  .focus\:bg-dark-purple-opal-05:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-05,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-05 {
    background-color: RGBA(68, 28, 153, 0.05);
  }
  .bg-dark-purple-opal-6,
  .hover\:bg-dark-purple-opal-6:hover,
  .focus\:bg-dark-purple-opal-6:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-6,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-6 {
    background-color: RGBA(68, 28, 153, 0.6);
  }
  .bg-dark-purple-opal-06,
  .hover\:bg-dark-purple-opal-06:hover,
  .focus\:bg-dark-purple-opal-06:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-06,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-06 {
    background-color: RGBA(68, 28, 153, 0.06);
  }
  .bg-dark-purple-opal-7,
  .hover\:bg-dark-purple-opal-7:hover,
  .focus\:bg-dark-purple-opal-7:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-7,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-7 {
    background-color: RGBA(68, 28, 153, 0.7);
  }
  .bg-dark-purple-opal-07,
  .hover\:bg-dark-purple-opal-07:hover,
  .focus\:bg-dark-purple-opal-07:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-07,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-07 {
    background-color: RGBA(68, 28, 153, 0.07);
  }
  .bg-dark-purple-opal-8,
  .hover\:bg-dark-purple-opal-8:hover,
  .focus\:bg-dark-purple-opal-8:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-8,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-8 {
    background-color: RGBA(68, 28, 153, 0.8);
  }
  .bg-dark-purple-opal-08,
  .hover\:bg-dark-purple-opal-08:hover,
  .focus\:bg-dark-purple-opal-08:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-08,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-08 {
    background-color: RGBA(68, 28, 153, 0.08);
  }
  .bg-dark-purple-opal-9,
  .hover\:bg-dark-purple-opal-9:hover,
  .focus\:bg-dark-purple-opal-9:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-9,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-9 {
    background-color: RGBA(68, 28, 153, 0.9);
  }
  .bg-dark-purple-opal-09,
  .hover\:bg-dark-purple-opal-09:hover,
  .focus\:bg-dark-purple-opal-09:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-09,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-09 {
    background-color: RGBA(68, 28, 153, 0.09);
  }
  .bg-dark-purple-opal-10,
  .hover\:bg-dark-purple-opal-10:hover,
  .focus\:bg-dark-purple-opal-10:focus,
  .group:hover .group-hover\:bg-dark-purple-opal-10,
  .group:focus-within .group-focus-within\:bg-dark-purple-opal-10 {
    background-color: RGBA(68, 28, 153, 1);
  }
  .bg-purple,
  .hover\:bg-purple:hover,
  .focus\:bg-purple:focus,
  .group:hover .group-hover\:bg-purple,
  .group:focus-within .group-focus-within\:bg-purple {
    background-color: #9043c6;
  }
  .bg-purple-opal-0,
  .hover\:bg-purple-opal-0:hover,
  .focus\:bg-purple-opal-0:focus,
  .group:hover .group-hover\:bg-purple-opal-0,
  .group:focus-within .group-focus-within\:bg-purple-opal-0 {
    background-color: RGBA(144, 67, 198, 0);
  }
  .bg-purple-opal-00,
  .hover\:bg-purple-opal-00:hover,
  .focus\:bg-purple-opal-00:focus,
  .group:hover .group-hover\:bg-purple-opal-00,
  .group:focus-within .group-focus-within\:bg-purple-opal-00 {
    background-color: RGBA(144, 67, 198, 0);
  }
  .bg-purple-opal-1,
  .hover\:bg-purple-opal-1:hover,
  .focus\:bg-purple-opal-1:focus,
  .group:hover .group-hover\:bg-purple-opal-1,
  .group:focus-within .group-focus-within\:bg-purple-opal-1 {
    background-color: RGBA(144, 67, 198, 0.1);
  }
  .bg-purple-opal-01,
  .hover\:bg-purple-opal-01:hover,
  .focus\:bg-purple-opal-01:focus,
  .group:hover .group-hover\:bg-purple-opal-01,
  .group:focus-within .group-focus-within\:bg-purple-opal-01 {
    background-color: RGBA(144, 67, 198, 0.01);
  }
  .bg-purple-opal-2,
  .hover\:bg-purple-opal-2:hover,
  .focus\:bg-purple-opal-2:focus,
  .group:hover .group-hover\:bg-purple-opal-2,
  .group:focus-within .group-focus-within\:bg-purple-opal-2 {
    background-color: RGBA(144, 67, 198, 0.2);
  }
  .bg-purple-opal-02,
  .hover\:bg-purple-opal-02:hover,
  .focus\:bg-purple-opal-02:focus,
  .group:hover .group-hover\:bg-purple-opal-02,
  .group:focus-within .group-focus-within\:bg-purple-opal-02 {
    background-color: RGBA(144, 67, 198, 0.02);
  }
  .bg-purple-opal-3,
  .hover\:bg-purple-opal-3:hover,
  .focus\:bg-purple-opal-3:focus,
  .group:hover .group-hover\:bg-purple-opal-3,
  .group:focus-within .group-focus-within\:bg-purple-opal-3 {
    background-color: RGBA(144, 67, 198, 0.3);
  }
  .bg-purple-opal-03,
  .hover\:bg-purple-opal-03:hover,
  .focus\:bg-purple-opal-03:focus,
  .group:hover .group-hover\:bg-purple-opal-03,
  .group:focus-within .group-focus-within\:bg-purple-opal-03 {
    background-color: RGBA(144, 67, 198, 0.03);
  }
  .bg-purple-opal-4,
  .hover\:bg-purple-opal-4:hover,
  .focus\:bg-purple-opal-4:focus,
  .group:hover .group-hover\:bg-purple-opal-4,
  .group:focus-within .group-focus-within\:bg-purple-opal-4 {
    background-color: RGBA(144, 67, 198, 0.4);
  }
  .bg-purple-opal-04,
  .hover\:bg-purple-opal-04:hover,
  .focus\:bg-purple-opal-04:focus,
  .group:hover .group-hover\:bg-purple-opal-04,
  .group:focus-within .group-focus-within\:bg-purple-opal-04 {
    background-color: RGBA(144, 67, 198, 0.04);
  }
  .bg-purple-opal-5,
  .hover\:bg-purple-opal-5:hover,
  .focus\:bg-purple-opal-5:focus,
  .group:hover .group-hover\:bg-purple-opal-5,
  .group:focus-within .group-focus-within\:bg-purple-opal-5 {
    background-color: RGBA(144, 67, 198, 0.5);
  }
  .bg-purple-opal-05,
  .hover\:bg-purple-opal-05:hover,
  .focus\:bg-purple-opal-05:focus,
  .group:hover .group-hover\:bg-purple-opal-05,
  .group:focus-within .group-focus-within\:bg-purple-opal-05 {
    background-color: RGBA(144, 67, 198, 0.05);
  }
  .bg-purple-opal-6,
  .hover\:bg-purple-opal-6:hover,
  .focus\:bg-purple-opal-6:focus,
  .group:hover .group-hover\:bg-purple-opal-6,
  .group:focus-within .group-focus-within\:bg-purple-opal-6 {
    background-color: RGBA(144, 67, 198, 0.6);
  }
  .bg-purple-opal-06,
  .hover\:bg-purple-opal-06:hover,
  .focus\:bg-purple-opal-06:focus,
  .group:hover .group-hover\:bg-purple-opal-06,
  .group:focus-within .group-focus-within\:bg-purple-opal-06 {
    background-color: RGBA(144, 67, 198, 0.06);
  }
  .bg-purple-opal-7,
  .hover\:bg-purple-opal-7:hover,
  .focus\:bg-purple-opal-7:focus,
  .group:hover .group-hover\:bg-purple-opal-7,
  .group:focus-within .group-focus-within\:bg-purple-opal-7 {
    background-color: RGBA(144, 67, 198, 0.7);
  }
  .bg-purple-opal-07,
  .hover\:bg-purple-opal-07:hover,
  .focus\:bg-purple-opal-07:focus,
  .group:hover .group-hover\:bg-purple-opal-07,
  .group:focus-within .group-focus-within\:bg-purple-opal-07 {
    background-color: RGBA(144, 67, 198, 0.07);
  }
  .bg-purple-opal-8,
  .hover\:bg-purple-opal-8:hover,
  .focus\:bg-purple-opal-8:focus,
  .group:hover .group-hover\:bg-purple-opal-8,
  .group:focus-within .group-focus-within\:bg-purple-opal-8 {
    background-color: RGBA(144, 67, 198, 0.8);
  }
  .bg-purple-opal-08,
  .hover\:bg-purple-opal-08:hover,
  .focus\:bg-purple-opal-08:focus,
  .group:hover .group-hover\:bg-purple-opal-08,
  .group:focus-within .group-focus-within\:bg-purple-opal-08 {
    background-color: RGBA(144, 67, 198, 0.08);
  }
  .bg-purple-opal-9,
  .hover\:bg-purple-opal-9:hover,
  .focus\:bg-purple-opal-9:focus,
  .group:hover .group-hover\:bg-purple-opal-9,
  .group:focus-within .group-focus-within\:bg-purple-opal-9 {
    background-color: RGBA(144, 67, 198, 0.9);
  }
  .bg-purple-opal-09,
  .hover\:bg-purple-opal-09:hover,
  .focus\:bg-purple-opal-09:focus,
  .group:hover .group-hover\:bg-purple-opal-09,
  .group:focus-within .group-focus-within\:bg-purple-opal-09 {
    background-color: RGBA(144, 67, 198, 0.09);
  }
  .bg-purple-opal-10,
  .hover\:bg-purple-opal-10:hover,
  .focus\:bg-purple-opal-10:focus,
  .group:hover .group-hover\:bg-purple-opal-10,
  .group:focus-within .group-focus-within\:bg-purple-opal-10 {
    background-color: RGBA(144, 67, 198, 1);
  }
  .bg-lavender,
  .hover\:bg-lavender:hover,
  .focus\:bg-lavender:focus,
  .group:hover .group-hover\:bg-lavender,
  .group:focus-within .group-focus-within\:bg-lavender {
    background-color: #c481f3;
  }
  .bg-lavender-opal-0,
  .hover\:bg-lavender-opal-0:hover,
  .focus\:bg-lavender-opal-0:focus,
  .group:hover .group-hover\:bg-lavender-opal-0,
  .group:focus-within .group-focus-within\:bg-lavender-opal-0 {
    background-color: RGBA(196, 129, 243, 0);
  }
  .bg-lavender-opal-00,
  .hover\:bg-lavender-opal-00:hover,
  .focus\:bg-lavender-opal-00:focus,
  .group:hover .group-hover\:bg-lavender-opal-00,
  .group:focus-within .group-focus-within\:bg-lavender-opal-00 {
    background-color: RGBA(196, 129, 243, 0);
  }
  .bg-lavender-opal-1,
  .hover\:bg-lavender-opal-1:hover,
  .focus\:bg-lavender-opal-1:focus,
  .group:hover .group-hover\:bg-lavender-opal-1,
  .group:focus-within .group-focus-within\:bg-lavender-opal-1 {
    background-color: RGBA(196, 129, 243, 0.1);
  }
  .bg-lavender-opal-01,
  .hover\:bg-lavender-opal-01:hover,
  .focus\:bg-lavender-opal-01:focus,
  .group:hover .group-hover\:bg-lavender-opal-01,
  .group:focus-within .group-focus-within\:bg-lavender-opal-01 {
    background-color: RGBA(196, 129, 243, 0.01);
  }
  .bg-lavender-opal-2,
  .hover\:bg-lavender-opal-2:hover,
  .focus\:bg-lavender-opal-2:focus,
  .group:hover .group-hover\:bg-lavender-opal-2,
  .group:focus-within .group-focus-within\:bg-lavender-opal-2 {
    background-color: RGBA(196, 129, 243, 0.2);
  }
  .bg-lavender-opal-02,
  .hover\:bg-lavender-opal-02:hover,
  .focus\:bg-lavender-opal-02:focus,
  .group:hover .group-hover\:bg-lavender-opal-02,
  .group:focus-within .group-focus-within\:bg-lavender-opal-02 {
    background-color: RGBA(196, 129, 243, 0.02);
  }
  .bg-lavender-opal-3,
  .hover\:bg-lavender-opal-3:hover,
  .focus\:bg-lavender-opal-3:focus,
  .group:hover .group-hover\:bg-lavender-opal-3,
  .group:focus-within .group-focus-within\:bg-lavender-opal-3 {
    background-color: RGBA(196, 129, 243, 0.3);
  }
  .bg-lavender-opal-03,
  .hover\:bg-lavender-opal-03:hover,
  .focus\:bg-lavender-opal-03:focus,
  .group:hover .group-hover\:bg-lavender-opal-03,
  .group:focus-within .group-focus-within\:bg-lavender-opal-03 {
    background-color: RGBA(196, 129, 243, 0.03);
  }
  .bg-lavender-opal-4,
  .hover\:bg-lavender-opal-4:hover,
  .focus\:bg-lavender-opal-4:focus,
  .group:hover .group-hover\:bg-lavender-opal-4,
  .group:focus-within .group-focus-within\:bg-lavender-opal-4 {
    background-color: RGBA(196, 129, 243, 0.4);
  }
  .bg-lavender-opal-04,
  .hover\:bg-lavender-opal-04:hover,
  .focus\:bg-lavender-opal-04:focus,
  .group:hover .group-hover\:bg-lavender-opal-04,
  .group:focus-within .group-focus-within\:bg-lavender-opal-04 {
    background-color: RGBA(196, 129, 243, 0.04);
  }
  .bg-lavender-opal-5,
  .hover\:bg-lavender-opal-5:hover,
  .focus\:bg-lavender-opal-5:focus,
  .group:hover .group-hover\:bg-lavender-opal-5,
  .group:focus-within .group-focus-within\:bg-lavender-opal-5 {
    background-color: RGBA(196, 129, 243, 0.5);
  }
  .bg-lavender-opal-05,
  .hover\:bg-lavender-opal-05:hover,
  .focus\:bg-lavender-opal-05:focus,
  .group:hover .group-hover\:bg-lavender-opal-05,
  .group:focus-within .group-focus-within\:bg-lavender-opal-05 {
    background-color: RGBA(196, 129, 243, 0.05);
  }
  .bg-lavender-opal-6,
  .hover\:bg-lavender-opal-6:hover,
  .focus\:bg-lavender-opal-6:focus,
  .group:hover .group-hover\:bg-lavender-opal-6,
  .group:focus-within .group-focus-within\:bg-lavender-opal-6 {
    background-color: RGBA(196, 129, 243, 0.6);
  }
  .bg-lavender-opal-06,
  .hover\:bg-lavender-opal-06:hover,
  .focus\:bg-lavender-opal-06:focus,
  .group:hover .group-hover\:bg-lavender-opal-06,
  .group:focus-within .group-focus-within\:bg-lavender-opal-06 {
    background-color: RGBA(196, 129, 243, 0.06);
  }
  .bg-lavender-opal-7,
  .hover\:bg-lavender-opal-7:hover,
  .focus\:bg-lavender-opal-7:focus,
  .group:hover .group-hover\:bg-lavender-opal-7,
  .group:focus-within .group-focus-within\:bg-lavender-opal-7 {
    background-color: RGBA(196, 129, 243, 0.7);
  }
  .bg-lavender-opal-07,
  .hover\:bg-lavender-opal-07:hover,
  .focus\:bg-lavender-opal-07:focus,
  .group:hover .group-hover\:bg-lavender-opal-07,
  .group:focus-within .group-focus-within\:bg-lavender-opal-07 {
    background-color: RGBA(196, 129, 243, 0.07);
  }
  .bg-lavender-opal-8,
  .hover\:bg-lavender-opal-8:hover,
  .focus\:bg-lavender-opal-8:focus,
  .group:hover .group-hover\:bg-lavender-opal-8,
  .group:focus-within .group-focus-within\:bg-lavender-opal-8 {
    background-color: RGBA(196, 129, 243, 0.8);
  }
  .bg-lavender-opal-08,
  .hover\:bg-lavender-opal-08:hover,
  .focus\:bg-lavender-opal-08:focus,
  .group:hover .group-hover\:bg-lavender-opal-08,
  .group:focus-within .group-focus-within\:bg-lavender-opal-08 {
    background-color: RGBA(196, 129, 243, 0.08);
  }
  .bg-lavender-opal-9,
  .hover\:bg-lavender-opal-9:hover,
  .focus\:bg-lavender-opal-9:focus,
  .group:hover .group-hover\:bg-lavender-opal-9,
  .group:focus-within .group-focus-within\:bg-lavender-opal-9 {
    background-color: RGBA(196, 129, 243, 0.9);
  }
  .bg-lavender-opal-09,
  .hover\:bg-lavender-opal-09:hover,
  .focus\:bg-lavender-opal-09:focus,
  .group:hover .group-hover\:bg-lavender-opal-09,
  .group:focus-within .group-focus-within\:bg-lavender-opal-09 {
    background-color: RGBA(196, 129, 243, 0.09);
  }
  .bg-lavender-opal-10,
  .hover\:bg-lavender-opal-10:hover,
  .focus\:bg-lavender-opal-10:focus,
  .group:hover .group-hover\:bg-lavender-opal-10,
  .group:focus-within .group-focus-within\:bg-lavender-opal-10 {
    background-color: RGBA(196, 129, 243, 1);
  }
  .bg-black,
  .hover\:bg-black:hover,
  .focus\:bg-black:focus,
  .group:hover .group-hover\:bg-black,
  .group:focus-within .group-focus-within\:bg-black {
    background-color: #000;
  }
  .bg-black-opal-0,
  .hover\:bg-black-opal-0:hover,
  .focus\:bg-black-opal-0:focus,
  .group:hover .group-hover\:bg-black-opal-0,
  .group:focus-within .group-focus-within\:bg-black-opal-0 {
    background-color: RGBA(0, 0, 0, 0);
  }
  .bg-black-opal-00,
  .hover\:bg-black-opal-00:hover,
  .focus\:bg-black-opal-00:focus,
  .group:hover .group-hover\:bg-black-opal-00,
  .group:focus-within .group-focus-within\:bg-black-opal-00 {
    background-color: RGBA(0, 0, 0, 0);
  }
  .bg-black-opal-1,
  .hover\:bg-black-opal-1:hover,
  .focus\:bg-black-opal-1:focus,
  .group:hover .group-hover\:bg-black-opal-1,
  .group:focus-within .group-focus-within\:bg-black-opal-1 {
    background-color: RGBA(0, 0, 0, 0.1);
  }
  .bg-black-opal-01,
  .hover\:bg-black-opal-01:hover,
  .focus\:bg-black-opal-01:focus,
  .group:hover .group-hover\:bg-black-opal-01,
  .group:focus-within .group-focus-within\:bg-black-opal-01 {
    background-color: RGBA(0, 0, 0, 0.01);
  }
  .bg-black-opal-2,
  .hover\:bg-black-opal-2:hover,
  .focus\:bg-black-opal-2:focus,
  .group:hover .group-hover\:bg-black-opal-2,
  .group:focus-within .group-focus-within\:bg-black-opal-2 {
    background-color: RGBA(0, 0, 0, 0.2);
  }
  .bg-black-opal-02,
  .hover\:bg-black-opal-02:hover,
  .focus\:bg-black-opal-02:focus,
  .group:hover .group-hover\:bg-black-opal-02,
  .group:focus-within .group-focus-within\:bg-black-opal-02 {
    background-color: RGBA(0, 0, 0, 0.02);
  }
  .bg-black-opal-3,
  .hover\:bg-black-opal-3:hover,
  .focus\:bg-black-opal-3:focus,
  .group:hover .group-hover\:bg-black-opal-3,
  .group:focus-within .group-focus-within\:bg-black-opal-3 {
    background-color: RGBA(0, 0, 0, 0.3);
  }
  .bg-black-opal-03,
  .hover\:bg-black-opal-03:hover,
  .focus\:bg-black-opal-03:focus,
  .group:hover .group-hover\:bg-black-opal-03,
  .group:focus-within .group-focus-within\:bg-black-opal-03 {
    background-color: RGBA(0, 0, 0, 0.03);
  }
  .bg-black-opal-4,
  .hover\:bg-black-opal-4:hover,
  .focus\:bg-black-opal-4:focus,
  .group:hover .group-hover\:bg-black-opal-4,
  .group:focus-within .group-focus-within\:bg-black-opal-4 {
    background-color: RGBA(0, 0, 0, 0.4);
  }
  .bg-black-opal-04,
  .hover\:bg-black-opal-04:hover,
  .focus\:bg-black-opal-04:focus,
  .group:hover .group-hover\:bg-black-opal-04,
  .group:focus-within .group-focus-within\:bg-black-opal-04 {
    background-color: RGBA(0, 0, 0, 0.04);
  }
  .bg-black-opal-5,
  .hover\:bg-black-opal-5:hover,
  .focus\:bg-black-opal-5:focus,
  .group:hover .group-hover\:bg-black-opal-5,
  .group:focus-within .group-focus-within\:bg-black-opal-5 {
    background-color: RGBA(0, 0, 0, 0.5);
  }
  .bg-black-opal-05,
  .hover\:bg-black-opal-05:hover,
  .focus\:bg-black-opal-05:focus,
  .group:hover .group-hover\:bg-black-opal-05,
  .group:focus-within .group-focus-within\:bg-black-opal-05 {
    background-color: RGBA(0, 0, 0, 0.05);
  }
  .bg-black-opal-6,
  .hover\:bg-black-opal-6:hover,
  .focus\:bg-black-opal-6:focus,
  .group:hover .group-hover\:bg-black-opal-6,
  .group:focus-within .group-focus-within\:bg-black-opal-6 {
    background-color: RGBA(0, 0, 0, 0.6);
  }
  .bg-black-opal-06,
  .hover\:bg-black-opal-06:hover,
  .focus\:bg-black-opal-06:focus,
  .group:hover .group-hover\:bg-black-opal-06,
  .group:focus-within .group-focus-within\:bg-black-opal-06 {
    background-color: RGBA(0, 0, 0, 0.06);
  }
  .bg-black-opal-7,
  .hover\:bg-black-opal-7:hover,
  .focus\:bg-black-opal-7:focus,
  .group:hover .group-hover\:bg-black-opal-7,
  .group:focus-within .group-focus-within\:bg-black-opal-7 {
    background-color: RGBA(0, 0, 0, 0.7);
  }
  .bg-black-opal-07,
  .hover\:bg-black-opal-07:hover,
  .focus\:bg-black-opal-07:focus,
  .group:hover .group-hover\:bg-black-opal-07,
  .group:focus-within .group-focus-within\:bg-black-opal-07 {
    background-color: RGBA(0, 0, 0, 0.07);
  }
  .bg-black-opal-8,
  .hover\:bg-black-opal-8:hover,
  .focus\:bg-black-opal-8:focus,
  .group:hover .group-hover\:bg-black-opal-8,
  .group:focus-within .group-focus-within\:bg-black-opal-8 {
    background-color: RGBA(0, 0, 0, 0.8);
  }
  .bg-black-opal-08,
  .hover\:bg-black-opal-08:hover,
  .focus\:bg-black-opal-08:focus,
  .group:hover .group-hover\:bg-black-opal-08,
  .group:focus-within .group-focus-within\:bg-black-opal-08 {
    background-color: RGBA(0, 0, 0, 0.08);
  }
  .bg-black-opal-9,
  .hover\:bg-black-opal-9:hover,
  .focus\:bg-black-opal-9:focus,
  .group:hover .group-hover\:bg-black-opal-9,
  .group:focus-within .group-focus-within\:bg-black-opal-9 {
    background-color: RGBA(0, 0, 0, 0.9);
  }
  .bg-black-opal-09,
  .hover\:bg-black-opal-09:hover,
  .focus\:bg-black-opal-09:focus,
  .group:hover .group-hover\:bg-black-opal-09,
  .group:focus-within .group-focus-within\:bg-black-opal-09 {
    background-color: RGBA(0, 0, 0, 0.09);
  }
  .bg-black-opal-10,
  .hover\:bg-black-opal-10:hover,
  .focus\:bg-black-opal-10:focus,
  .group:hover .group-hover\:bg-black-opal-10,
  .group:focus-within .group-focus-within\:bg-black-opal-10 {
    background-color: RGBA(0, 0, 0, 1);
  }
  .bg-space,
  .hover\:bg-space:hover,
  .focus\:bg-space:focus,
  .group:hover .group-hover\:bg-space,
  .group:focus-within .group-focus-within\:bg-space {
    background-color: #01011e;
  }
  .bg-space-opal-0,
  .hover\:bg-space-opal-0:hover,
  .focus\:bg-space-opal-0:focus,
  .group:hover .group-hover\:bg-space-opal-0,
  .group:focus-within .group-focus-within\:bg-space-opal-0 {
    background-color: RGBA(1, 1, 30, 0);
  }
  .bg-space-opal-00,
  .hover\:bg-space-opal-00:hover,
  .focus\:bg-space-opal-00:focus,
  .group:hover .group-hover\:bg-space-opal-00,
  .group:focus-within .group-focus-within\:bg-space-opal-00 {
    background-color: RGBA(1, 1, 30, 0);
  }
  .bg-space-opal-1,
  .hover\:bg-space-opal-1:hover,
  .focus\:bg-space-opal-1:focus,
  .group:hover .group-hover\:bg-space-opal-1,
  .group:focus-within .group-focus-within\:bg-space-opal-1 {
    background-color: RGBA(1, 1, 30, 0.1);
  }
  .bg-space-opal-01,
  .hover\:bg-space-opal-01:hover,
  .focus\:bg-space-opal-01:focus,
  .group:hover .group-hover\:bg-space-opal-01,
  .group:focus-within .group-focus-within\:bg-space-opal-01 {
    background-color: RGBA(1, 1, 30, 0.01);
  }
  .bg-space-opal-2,
  .hover\:bg-space-opal-2:hover,
  .focus\:bg-space-opal-2:focus,
  .group:hover .group-hover\:bg-space-opal-2,
  .group:focus-within .group-focus-within\:bg-space-opal-2 {
    background-color: RGBA(1, 1, 30, 0.2);
  }
  .bg-space-opal-02,
  .hover\:bg-space-opal-02:hover,
  .focus\:bg-space-opal-02:focus,
  .group:hover .group-hover\:bg-space-opal-02,
  .group:focus-within .group-focus-within\:bg-space-opal-02 {
    background-color: RGBA(1, 1, 30, 0.02);
  }
  .bg-space-opal-3,
  .hover\:bg-space-opal-3:hover,
  .focus\:bg-space-opal-3:focus,
  .group:hover .group-hover\:bg-space-opal-3,
  .group:focus-within .group-focus-within\:bg-space-opal-3 {
    background-color: RGBA(1, 1, 30, 0.3);
  }
  .bg-space-opal-03,
  .hover\:bg-space-opal-03:hover,
  .focus\:bg-space-opal-03:focus,
  .group:hover .group-hover\:bg-space-opal-03,
  .group:focus-within .group-focus-within\:bg-space-opal-03 {
    background-color: RGBA(1, 1, 30, 0.03);
  }
  .bg-space-opal-4,
  .hover\:bg-space-opal-4:hover,
  .focus\:bg-space-opal-4:focus,
  .group:hover .group-hover\:bg-space-opal-4,
  .group:focus-within .group-focus-within\:bg-space-opal-4 {
    background-color: RGBA(1, 1, 30, 0.4);
  }
  .bg-space-opal-04,
  .hover\:bg-space-opal-04:hover,
  .focus\:bg-space-opal-04:focus,
  .group:hover .group-hover\:bg-space-opal-04,
  .group:focus-within .group-focus-within\:bg-space-opal-04 {
    background-color: RGBA(1, 1, 30, 0.04);
  }
  .bg-space-opal-5,
  .hover\:bg-space-opal-5:hover,
  .focus\:bg-space-opal-5:focus,
  .group:hover .group-hover\:bg-space-opal-5,
  .group:focus-within .group-focus-within\:bg-space-opal-5 {
    background-color: RGBA(1, 1, 30, 0.5);
  }
  .bg-space-opal-05,
  .hover\:bg-space-opal-05:hover,
  .focus\:bg-space-opal-05:focus,
  .group:hover .group-hover\:bg-space-opal-05,
  .group:focus-within .group-focus-within\:bg-space-opal-05 {
    background-color: RGBA(1, 1, 30, 0.05);
  }
  .bg-space-opal-6,
  .hover\:bg-space-opal-6:hover,
  .focus\:bg-space-opal-6:focus,
  .group:hover .group-hover\:bg-space-opal-6,
  .group:focus-within .group-focus-within\:bg-space-opal-6 {
    background-color: RGBA(1, 1, 30, 0.6);
  }
  .bg-space-opal-06,
  .hover\:bg-space-opal-06:hover,
  .focus\:bg-space-opal-06:focus,
  .group:hover .group-hover\:bg-space-opal-06,
  .group:focus-within .group-focus-within\:bg-space-opal-06 {
    background-color: RGBA(1, 1, 30, 0.06);
  }
  .bg-space-opal-7,
  .hover\:bg-space-opal-7:hover,
  .focus\:bg-space-opal-7:focus,
  .group:hover .group-hover\:bg-space-opal-7,
  .group:focus-within .group-focus-within\:bg-space-opal-7 {
    background-color: RGBA(1, 1, 30, 0.7);
  }
  .bg-space-opal-07,
  .hover\:bg-space-opal-07:hover,
  .focus\:bg-space-opal-07:focus,
  .group:hover .group-hover\:bg-space-opal-07,
  .group:focus-within .group-focus-within\:bg-space-opal-07 {
    background-color: RGBA(1, 1, 30, 0.07);
  }
  .bg-space-opal-8,
  .hover\:bg-space-opal-8:hover,
  .focus\:bg-space-opal-8:focus,
  .group:hover .group-hover\:bg-space-opal-8,
  .group:focus-within .group-focus-within\:bg-space-opal-8 {
    background-color: RGBA(1, 1, 30, 0.8);
  }
  .bg-space-opal-08,
  .hover\:bg-space-opal-08:hover,
  .focus\:bg-space-opal-08:focus,
  .group:hover .group-hover\:bg-space-opal-08,
  .group:focus-within .group-focus-within\:bg-space-opal-08 {
    background-color: RGBA(1, 1, 30, 0.08);
  }
  .bg-space-opal-9,
  .hover\:bg-space-opal-9:hover,
  .focus\:bg-space-opal-9:focus,
  .group:hover .group-hover\:bg-space-opal-9,
  .group:focus-within .group-focus-within\:bg-space-opal-9 {
    background-color: RGBA(1, 1, 30, 0.9);
  }
  .bg-space-opal-09,
  .hover\:bg-space-opal-09:hover,
  .focus\:bg-space-opal-09:focus,
  .group:hover .group-hover\:bg-space-opal-09,
  .group:focus-within .group-focus-within\:bg-space-opal-09 {
    background-color: RGBA(1, 1, 30, 0.09);
  }
  .bg-space-opal-10,
  .hover\:bg-space-opal-10:hover,
  .focus\:bg-space-opal-10:focus,
  .group:hover .group-hover\:bg-space-opal-10,
  .group:focus-within .group-focus-within\:bg-space-opal-10 {
    background-color: RGBA(1, 1, 30, 1);
  }
  .bg-midnight,
  .hover\:bg-midnight:hover,
  .focus\:bg-midnight:focus,
  .group:hover .group-hover\:bg-midnight,
  .group:focus-within .group-focus-within\:bg-midnight {
    background-color: #030328;
  }
  .bg-midnight-opal-0,
  .hover\:bg-midnight-opal-0:hover,
  .focus\:bg-midnight-opal-0:focus,
  .group:hover .group-hover\:bg-midnight-opal-0,
  .group:focus-within .group-focus-within\:bg-midnight-opal-0 {
    background-color: RGBA(3, 3, 40, 0);
  }
  .bg-midnight-opal-00,
  .hover\:bg-midnight-opal-00:hover,
  .focus\:bg-midnight-opal-00:focus,
  .group:hover .group-hover\:bg-midnight-opal-00,
  .group:focus-within .group-focus-within\:bg-midnight-opal-00 {
    background-color: RGBA(3, 3, 40, 0);
  }
  .bg-midnight-opal-1,
  .hover\:bg-midnight-opal-1:hover,
  .focus\:bg-midnight-opal-1:focus,
  .group:hover .group-hover\:bg-midnight-opal-1,
  .group:focus-within .group-focus-within\:bg-midnight-opal-1 {
    background-color: RGBA(3, 3, 40, 0.1);
  }
  .bg-midnight-opal-01,
  .hover\:bg-midnight-opal-01:hover,
  .focus\:bg-midnight-opal-01:focus,
  .group:hover .group-hover\:bg-midnight-opal-01,
  .group:focus-within .group-focus-within\:bg-midnight-opal-01 {
    background-color: RGBA(3, 3, 40, 0.01);
  }
  .bg-midnight-opal-2,
  .hover\:bg-midnight-opal-2:hover,
  .focus\:bg-midnight-opal-2:focus,
  .group:hover .group-hover\:bg-midnight-opal-2,
  .group:focus-within .group-focus-within\:bg-midnight-opal-2 {
    background-color: RGBA(3, 3, 40, 0.2);
  }
  .bg-midnight-opal-02,
  .hover\:bg-midnight-opal-02:hover,
  .focus\:bg-midnight-opal-02:focus,
  .group:hover .group-hover\:bg-midnight-opal-02,
  .group:focus-within .group-focus-within\:bg-midnight-opal-02 {
    background-color: RGBA(3, 3, 40, 0.02);
  }
  .bg-midnight-opal-3,
  .hover\:bg-midnight-opal-3:hover,
  .focus\:bg-midnight-opal-3:focus,
  .group:hover .group-hover\:bg-midnight-opal-3,
  .group:focus-within .group-focus-within\:bg-midnight-opal-3 {
    background-color: RGBA(3, 3, 40, 0.3);
  }
  .bg-midnight-opal-03,
  .hover\:bg-midnight-opal-03:hover,
  .focus\:bg-midnight-opal-03:focus,
  .group:hover .group-hover\:bg-midnight-opal-03,
  .group:focus-within .group-focus-within\:bg-midnight-opal-03 {
    background-color: RGBA(3, 3, 40, 0.03);
  }
  .bg-midnight-opal-4,
  .hover\:bg-midnight-opal-4:hover,
  .focus\:bg-midnight-opal-4:focus,
  .group:hover .group-hover\:bg-midnight-opal-4,
  .group:focus-within .group-focus-within\:bg-midnight-opal-4 {
    background-color: RGBA(3, 3, 40, 0.4);
  }
  .bg-midnight-opal-04,
  .hover\:bg-midnight-opal-04:hover,
  .focus\:bg-midnight-opal-04:focus,
  .group:hover .group-hover\:bg-midnight-opal-04,
  .group:focus-within .group-focus-within\:bg-midnight-opal-04 {
    background-color: RGBA(3, 3, 40, 0.04);
  }
  .bg-midnight-opal-5,
  .hover\:bg-midnight-opal-5:hover,
  .focus\:bg-midnight-opal-5:focus,
  .group:hover .group-hover\:bg-midnight-opal-5,
  .group:focus-within .group-focus-within\:bg-midnight-opal-5 {
    background-color: RGBA(3, 3, 40, 0.5);
  }
  .bg-midnight-opal-05,
  .hover\:bg-midnight-opal-05:hover,
  .focus\:bg-midnight-opal-05:focus,
  .group:hover .group-hover\:bg-midnight-opal-05,
  .group:focus-within .group-focus-within\:bg-midnight-opal-05 {
    background-color: RGBA(3, 3, 40, 0.05);
  }
  .bg-midnight-opal-6,
  .hover\:bg-midnight-opal-6:hover,
  .focus\:bg-midnight-opal-6:focus,
  .group:hover .group-hover\:bg-midnight-opal-6,
  .group:focus-within .group-focus-within\:bg-midnight-opal-6 {
    background-color: RGBA(3, 3, 40, 0.6);
  }
  .bg-midnight-opal-06,
  .hover\:bg-midnight-opal-06:hover,
  .focus\:bg-midnight-opal-06:focus,
  .group:hover .group-hover\:bg-midnight-opal-06,
  .group:focus-within .group-focus-within\:bg-midnight-opal-06 {
    background-color: RGBA(3, 3, 40, 0.06);
  }
  .bg-midnight-opal-7,
  .hover\:bg-midnight-opal-7:hover,
  .focus\:bg-midnight-opal-7:focus,
  .group:hover .group-hover\:bg-midnight-opal-7,
  .group:focus-within .group-focus-within\:bg-midnight-opal-7 {
    background-color: RGBA(3, 3, 40, 0.7);
  }
  .bg-midnight-opal-07,
  .hover\:bg-midnight-opal-07:hover,
  .focus\:bg-midnight-opal-07:focus,
  .group:hover .group-hover\:bg-midnight-opal-07,
  .group:focus-within .group-focus-within\:bg-midnight-opal-07 {
    background-color: RGBA(3, 3, 40, 0.07);
  }
  .bg-midnight-opal-8,
  .hover\:bg-midnight-opal-8:hover,
  .focus\:bg-midnight-opal-8:focus,
  .group:hover .group-hover\:bg-midnight-opal-8,
  .group:focus-within .group-focus-within\:bg-midnight-opal-8 {
    background-color: RGBA(3, 3, 40, 0.8);
  }
  .bg-midnight-opal-08,
  .hover\:bg-midnight-opal-08:hover,
  .focus\:bg-midnight-opal-08:focus,
  .group:hover .group-hover\:bg-midnight-opal-08,
  .group:focus-within .group-focus-within\:bg-midnight-opal-08 {
    background-color: RGBA(3, 3, 40, 0.08);
  }
  .bg-midnight-opal-9,
  .hover\:bg-midnight-opal-9:hover,
  .focus\:bg-midnight-opal-9:focus,
  .group:hover .group-hover\:bg-midnight-opal-9,
  .group:focus-within .group-focus-within\:bg-midnight-opal-9 {
    background-color: RGBA(3, 3, 40, 0.9);
  }
  .bg-midnight-opal-09,
  .hover\:bg-midnight-opal-09:hover,
  .focus\:bg-midnight-opal-09:focus,
  .group:hover .group-hover\:bg-midnight-opal-09,
  .group:focus-within .group-focus-within\:bg-midnight-opal-09 {
    background-color: RGBA(3, 3, 40, 0.09);
  }
  .bg-midnight-opal-10,
  .hover\:bg-midnight-opal-10:hover,
  .focus\:bg-midnight-opal-10:focus,
  .group:hover .group-hover\:bg-midnight-opal-10,
  .group:focus-within .group-focus-within\:bg-midnight-opal-10 {
    background-color: RGBA(3, 3, 40, 1);
  }
  .bg-dawn,
  .hover\:bg-dawn:hover,
  .focus\:bg-dawn:focus,
  .group:hover .group-hover\:bg-dawn,
  .group:focus-within .group-focus-within\:bg-dawn {
    background-color: #383f76;
  }
  .bg-dawn-opal-0,
  .hover\:bg-dawn-opal-0:hover,
  .focus\:bg-dawn-opal-0:focus,
  .group:hover .group-hover\:bg-dawn-opal-0,
  .group:focus-within .group-focus-within\:bg-dawn-opal-0 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .bg-dawn-opal-00,
  .hover\:bg-dawn-opal-00:hover,
  .focus\:bg-dawn-opal-00:focus,
  .group:hover .group-hover\:bg-dawn-opal-00,
  .group:focus-within .group-focus-within\:bg-dawn-opal-00 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .bg-dawn-opal-1,
  .hover\:bg-dawn-opal-1:hover,
  .focus\:bg-dawn-opal-1:focus,
  .group:hover .group-hover\:bg-dawn-opal-1,
  .group:focus-within .group-focus-within\:bg-dawn-opal-1 {
    background-color: RGBA(56, 63, 118, 0.1);
  }
  .bg-dawn-opal-01,
  .hover\:bg-dawn-opal-01:hover,
  .focus\:bg-dawn-opal-01:focus,
  .group:hover .group-hover\:bg-dawn-opal-01,
  .group:focus-within .group-focus-within\:bg-dawn-opal-01 {
    background-color: RGBA(56, 63, 118, 0.01);
  }
  .bg-dawn-opal-2,
  .hover\:bg-dawn-opal-2:hover,
  .focus\:bg-dawn-opal-2:focus,
  .group:hover .group-hover\:bg-dawn-opal-2,
  .group:focus-within .group-focus-within\:bg-dawn-opal-2 {
    background-color: RGBA(56, 63, 118, 0.2);
  }
  .bg-dawn-opal-02,
  .hover\:bg-dawn-opal-02:hover,
  .focus\:bg-dawn-opal-02:focus,
  .group:hover .group-hover\:bg-dawn-opal-02,
  .group:focus-within .group-focus-within\:bg-dawn-opal-02 {
    background-color: RGBA(56, 63, 118, 0.02);
  }
  .bg-dawn-opal-3,
  .hover\:bg-dawn-opal-3:hover,
  .focus\:bg-dawn-opal-3:focus,
  .group:hover .group-hover\:bg-dawn-opal-3,
  .group:focus-within .group-focus-within\:bg-dawn-opal-3 {
    background-color: RGBA(56, 63, 118, 0.3);
  }
  .bg-dawn-opal-03,
  .hover\:bg-dawn-opal-03:hover,
  .focus\:bg-dawn-opal-03:focus,
  .group:hover .group-hover\:bg-dawn-opal-03,
  .group:focus-within .group-focus-within\:bg-dawn-opal-03 {
    background-color: RGBA(56, 63, 118, 0.03);
  }
  .bg-dawn-opal-4,
  .hover\:bg-dawn-opal-4:hover,
  .focus\:bg-dawn-opal-4:focus,
  .group:hover .group-hover\:bg-dawn-opal-4,
  .group:focus-within .group-focus-within\:bg-dawn-opal-4 {
    background-color: RGBA(56, 63, 118, 0.4);
  }
  .bg-dawn-opal-04,
  .hover\:bg-dawn-opal-04:hover,
  .focus\:bg-dawn-opal-04:focus,
  .group:hover .group-hover\:bg-dawn-opal-04,
  .group:focus-within .group-focus-within\:bg-dawn-opal-04 {
    background-color: RGBA(56, 63, 118, 0.04);
  }
  .bg-dawn-opal-5,
  .hover\:bg-dawn-opal-5:hover,
  .focus\:bg-dawn-opal-5:focus,
  .group:hover .group-hover\:bg-dawn-opal-5,
  .group:focus-within .group-focus-within\:bg-dawn-opal-5 {
    background-color: RGBA(56, 63, 118, 0.5);
  }
  .bg-dawn-opal-05,
  .hover\:bg-dawn-opal-05:hover,
  .focus\:bg-dawn-opal-05:focus,
  .group:hover .group-hover\:bg-dawn-opal-05,
  .group:focus-within .group-focus-within\:bg-dawn-opal-05 {
    background-color: RGBA(56, 63, 118, 0.05);
  }
  .bg-dawn-opal-6,
  .hover\:bg-dawn-opal-6:hover,
  .focus\:bg-dawn-opal-6:focus,
  .group:hover .group-hover\:bg-dawn-opal-6,
  .group:focus-within .group-focus-within\:bg-dawn-opal-6 {
    background-color: RGBA(56, 63, 118, 0.6);
  }
  .bg-dawn-opal-06,
  .hover\:bg-dawn-opal-06:hover,
  .focus\:bg-dawn-opal-06:focus,
  .group:hover .group-hover\:bg-dawn-opal-06,
  .group:focus-within .group-focus-within\:bg-dawn-opal-06 {
    background-color: RGBA(56, 63, 118, 0.06);
  }
  .bg-dawn-opal-7,
  .hover\:bg-dawn-opal-7:hover,
  .focus\:bg-dawn-opal-7:focus,
  .group:hover .group-hover\:bg-dawn-opal-7,
  .group:focus-within .group-focus-within\:bg-dawn-opal-7 {
    background-color: RGBA(56, 63, 118, 0.7);
  }
  .bg-dawn-opal-07,
  .hover\:bg-dawn-opal-07:hover,
  .focus\:bg-dawn-opal-07:focus,
  .group:hover .group-hover\:bg-dawn-opal-07,
  .group:focus-within .group-focus-within\:bg-dawn-opal-07 {
    background-color: RGBA(56, 63, 118, 0.07);
  }
  .bg-dawn-opal-8,
  .hover\:bg-dawn-opal-8:hover,
  .focus\:bg-dawn-opal-8:focus,
  .group:hover .group-hover\:bg-dawn-opal-8,
  .group:focus-within .group-focus-within\:bg-dawn-opal-8 {
    background-color: RGBA(56, 63, 118, 0.8);
  }
  .bg-dawn-opal-08,
  .hover\:bg-dawn-opal-08:hover,
  .focus\:bg-dawn-opal-08:focus,
  .group:hover .group-hover\:bg-dawn-opal-08,
  .group:focus-within .group-focus-within\:bg-dawn-opal-08 {
    background-color: RGBA(56, 63, 118, 0.08);
  }
  .bg-dawn-opal-9,
  .hover\:bg-dawn-opal-9:hover,
  .focus\:bg-dawn-opal-9:focus,
  .group:hover .group-hover\:bg-dawn-opal-9,
  .group:focus-within .group-focus-within\:bg-dawn-opal-9 {
    background-color: RGBA(56, 63, 118, 0.9);
  }
  .bg-dawn-opal-09,
  .hover\:bg-dawn-opal-09:hover,
  .focus\:bg-dawn-opal-09:focus,
  .group:hover .group-hover\:bg-dawn-opal-09,
  .group:focus-within .group-focus-within\:bg-dawn-opal-09 {
    background-color: RGBA(56, 63, 118, 0.09);
  }
  .bg-dawn-opal-10,
  .hover\:bg-dawn-opal-10:hover,
  .focus\:bg-dawn-opal-10:focus,
  .group:hover .group-hover\:bg-dawn-opal-10,
  .group:focus-within .group-focus-within\:bg-dawn-opal-10 {
    background-color: RGBA(56, 63, 118, 1);
  }
  .bg-steel,
  .hover\:bg-steel:hover,
  .focus\:bg-steel:focus,
  .group:hover .group-hover\:bg-steel,
  .group:focus-within .group-focus-within\:bg-steel {
    background-color: #555463;
  }
  .bg-steel-opal-0,
  .hover\:bg-steel-opal-0:hover,
  .focus\:bg-steel-opal-0:focus,
  .group:hover .group-hover\:bg-steel-opal-0,
  .group:focus-within .group-focus-within\:bg-steel-opal-0 {
    background-color: RGBA(85, 84, 99, 0);
  }
  .bg-steel-opal-00,
  .hover\:bg-steel-opal-00:hover,
  .focus\:bg-steel-opal-00:focus,
  .group:hover .group-hover\:bg-steel-opal-00,
  .group:focus-within .group-focus-within\:bg-steel-opal-00 {
    background-color: RGBA(85, 84, 99, 0);
  }
  .bg-steel-opal-1,
  .hover\:bg-steel-opal-1:hover,
  .focus\:bg-steel-opal-1:focus,
  .group:hover .group-hover\:bg-steel-opal-1,
  .group:focus-within .group-focus-within\:bg-steel-opal-1 {
    background-color: RGBA(85, 84, 99, 0.1);
  }
  .bg-steel-opal-01,
  .hover\:bg-steel-opal-01:hover,
  .focus\:bg-steel-opal-01:focus,
  .group:hover .group-hover\:bg-steel-opal-01,
  .group:focus-within .group-focus-within\:bg-steel-opal-01 {
    background-color: RGBA(85, 84, 99, 0.01);
  }
  .bg-steel-opal-2,
  .hover\:bg-steel-opal-2:hover,
  .focus\:bg-steel-opal-2:focus,
  .group:hover .group-hover\:bg-steel-opal-2,
  .group:focus-within .group-focus-within\:bg-steel-opal-2 {
    background-color: RGBA(85, 84, 99, 0.2);
  }
  .bg-steel-opal-02,
  .hover\:bg-steel-opal-02:hover,
  .focus\:bg-steel-opal-02:focus,
  .group:hover .group-hover\:bg-steel-opal-02,
  .group:focus-within .group-focus-within\:bg-steel-opal-02 {
    background-color: RGBA(85, 84, 99, 0.02);
  }
  .bg-steel-opal-3,
  .hover\:bg-steel-opal-3:hover,
  .focus\:bg-steel-opal-3:focus,
  .group:hover .group-hover\:bg-steel-opal-3,
  .group:focus-within .group-focus-within\:bg-steel-opal-3 {
    background-color: RGBA(85, 84, 99, 0.3);
  }
  .bg-steel-opal-03,
  .hover\:bg-steel-opal-03:hover,
  .focus\:bg-steel-opal-03:focus,
  .group:hover .group-hover\:bg-steel-opal-03,
  .group:focus-within .group-focus-within\:bg-steel-opal-03 {
    background-color: RGBA(85, 84, 99, 0.03);
  }
  .bg-steel-opal-4,
  .hover\:bg-steel-opal-4:hover,
  .focus\:bg-steel-opal-4:focus,
  .group:hover .group-hover\:bg-steel-opal-4,
  .group:focus-within .group-focus-within\:bg-steel-opal-4 {
    background-color: RGBA(85, 84, 99, 0.4);
  }
  .bg-steel-opal-04,
  .hover\:bg-steel-opal-04:hover,
  .focus\:bg-steel-opal-04:focus,
  .group:hover .group-hover\:bg-steel-opal-04,
  .group:focus-within .group-focus-within\:bg-steel-opal-04 {
    background-color: RGBA(85, 84, 99, 0.04);
  }
  .bg-steel-opal-5,
  .hover\:bg-steel-opal-5:hover,
  .focus\:bg-steel-opal-5:focus,
  .group:hover .group-hover\:bg-steel-opal-5,
  .group:focus-within .group-focus-within\:bg-steel-opal-5 {
    background-color: RGBA(85, 84, 99, 0.5);
  }
  .bg-steel-opal-05,
  .hover\:bg-steel-opal-05:hover,
  .focus\:bg-steel-opal-05:focus,
  .group:hover .group-hover\:bg-steel-opal-05,
  .group:focus-within .group-focus-within\:bg-steel-opal-05 {
    background-color: RGBA(85, 84, 99, 0.05);
  }
  .bg-steel-opal-6,
  .hover\:bg-steel-opal-6:hover,
  .focus\:bg-steel-opal-6:focus,
  .group:hover .group-hover\:bg-steel-opal-6,
  .group:focus-within .group-focus-within\:bg-steel-opal-6 {
    background-color: RGBA(85, 84, 99, 0.6);
  }
  .bg-steel-opal-06,
  .hover\:bg-steel-opal-06:hover,
  .focus\:bg-steel-opal-06:focus,
  .group:hover .group-hover\:bg-steel-opal-06,
  .group:focus-within .group-focus-within\:bg-steel-opal-06 {
    background-color: RGBA(85, 84, 99, 0.06);
  }
  .bg-steel-opal-7,
  .hover\:bg-steel-opal-7:hover,
  .focus\:bg-steel-opal-7:focus,
  .group:hover .group-hover\:bg-steel-opal-7,
  .group:focus-within .group-focus-within\:bg-steel-opal-7 {
    background-color: RGBA(85, 84, 99, 0.7);
  }
  .bg-steel-opal-07,
  .hover\:bg-steel-opal-07:hover,
  .focus\:bg-steel-opal-07:focus,
  .group:hover .group-hover\:bg-steel-opal-07,
  .group:focus-within .group-focus-within\:bg-steel-opal-07 {
    background-color: RGBA(85, 84, 99, 0.07);
  }
  .bg-steel-opal-8,
  .hover\:bg-steel-opal-8:hover,
  .focus\:bg-steel-opal-8:focus,
  .group:hover .group-hover\:bg-steel-opal-8,
  .group:focus-within .group-focus-within\:bg-steel-opal-8 {
    background-color: RGBA(85, 84, 99, 0.8);
  }
  .bg-steel-opal-08,
  .hover\:bg-steel-opal-08:hover,
  .focus\:bg-steel-opal-08:focus,
  .group:hover .group-hover\:bg-steel-opal-08,
  .group:focus-within .group-focus-within\:bg-steel-opal-08 {
    background-color: RGBA(85, 84, 99, 0.08);
  }
  .bg-steel-opal-9,
  .hover\:bg-steel-opal-9:hover,
  .focus\:bg-steel-opal-9:focus,
  .group:hover .group-hover\:bg-steel-opal-9,
  .group:focus-within .group-focus-within\:bg-steel-opal-9 {
    background-color: RGBA(85, 84, 99, 0.9);
  }
  .bg-steel-opal-09,
  .hover\:bg-steel-opal-09:hover,
  .focus\:bg-steel-opal-09:focus,
  .group:hover .group-hover\:bg-steel-opal-09,
  .group:focus-within .group-focus-within\:bg-steel-opal-09 {
    background-color: RGBA(85, 84, 99, 0.09);
  }
  .bg-steel-opal-10,
  .hover\:bg-steel-opal-10:hover,
  .focus\:bg-steel-opal-10:focus,
  .group:hover .group-hover\:bg-steel-opal-10,
  .group:focus-within .group-focus-within\:bg-steel-opal-10 {
    background-color: RGBA(85, 84, 99, 1);
  }
  .bg-smoke,
  .hover\:bg-smoke:hover,
  .focus\:bg-smoke:focus,
  .group:hover .group-hover\:bg-smoke,
  .group:focus-within .group-focus-within\:bg-smoke {
    background-color: #6d6d9c;
  }
  .bg-smoke-opal-0,
  .hover\:bg-smoke-opal-0:hover,
  .focus\:bg-smoke-opal-0:focus,
  .group:hover .group-hover\:bg-smoke-opal-0,
  .group:focus-within .group-focus-within\:bg-smoke-opal-0 {
    background-color: RGBA(109, 109, 156, 0);
  }
  .bg-smoke-opal-00,
  .hover\:bg-smoke-opal-00:hover,
  .focus\:bg-smoke-opal-00:focus,
  .group:hover .group-hover\:bg-smoke-opal-00,
  .group:focus-within .group-focus-within\:bg-smoke-opal-00 {
    background-color: RGBA(109, 109, 156, 0);
  }
  .bg-smoke-opal-1,
  .hover\:bg-smoke-opal-1:hover,
  .focus\:bg-smoke-opal-1:focus,
  .group:hover .group-hover\:bg-smoke-opal-1,
  .group:focus-within .group-focus-within\:bg-smoke-opal-1 {
    background-color: RGBA(109, 109, 156, 0.1);
  }
  .bg-smoke-opal-01,
  .hover\:bg-smoke-opal-01:hover,
  .focus\:bg-smoke-opal-01:focus,
  .group:hover .group-hover\:bg-smoke-opal-01,
  .group:focus-within .group-focus-within\:bg-smoke-opal-01 {
    background-color: RGBA(109, 109, 156, 0.01);
  }
  .bg-smoke-opal-2,
  .hover\:bg-smoke-opal-2:hover,
  .focus\:bg-smoke-opal-2:focus,
  .group:hover .group-hover\:bg-smoke-opal-2,
  .group:focus-within .group-focus-within\:bg-smoke-opal-2 {
    background-color: RGBA(109, 109, 156, 0.2);
  }
  .bg-smoke-opal-02,
  .hover\:bg-smoke-opal-02:hover,
  .focus\:bg-smoke-opal-02:focus,
  .group:hover .group-hover\:bg-smoke-opal-02,
  .group:focus-within .group-focus-within\:bg-smoke-opal-02 {
    background-color: RGBA(109, 109, 156, 0.02);
  }
  .bg-smoke-opal-3,
  .hover\:bg-smoke-opal-3:hover,
  .focus\:bg-smoke-opal-3:focus,
  .group:hover .group-hover\:bg-smoke-opal-3,
  .group:focus-within .group-focus-within\:bg-smoke-opal-3 {
    background-color: RGBA(109, 109, 156, 0.3);
  }
  .bg-smoke-opal-03,
  .hover\:bg-smoke-opal-03:hover,
  .focus\:bg-smoke-opal-03:focus,
  .group:hover .group-hover\:bg-smoke-opal-03,
  .group:focus-within .group-focus-within\:bg-smoke-opal-03 {
    background-color: RGBA(109, 109, 156, 0.03);
  }
  .bg-smoke-opal-4,
  .hover\:bg-smoke-opal-4:hover,
  .focus\:bg-smoke-opal-4:focus,
  .group:hover .group-hover\:bg-smoke-opal-4,
  .group:focus-within .group-focus-within\:bg-smoke-opal-4 {
    background-color: RGBA(109, 109, 156, 0.4);
  }
  .bg-smoke-opal-04,
  .hover\:bg-smoke-opal-04:hover,
  .focus\:bg-smoke-opal-04:focus,
  .group:hover .group-hover\:bg-smoke-opal-04,
  .group:focus-within .group-focus-within\:bg-smoke-opal-04 {
    background-color: RGBA(109, 109, 156, 0.04);
  }
  .bg-smoke-opal-5,
  .hover\:bg-smoke-opal-5:hover,
  .focus\:bg-smoke-opal-5:focus,
  .group:hover .group-hover\:bg-smoke-opal-5,
  .group:focus-within .group-focus-within\:bg-smoke-opal-5 {
    background-color: RGBA(109, 109, 156, 0.5);
  }
  .bg-smoke-opal-05,
  .hover\:bg-smoke-opal-05:hover,
  .focus\:bg-smoke-opal-05:focus,
  .group:hover .group-hover\:bg-smoke-opal-05,
  .group:focus-within .group-focus-within\:bg-smoke-opal-05 {
    background-color: RGBA(109, 109, 156, 0.05);
  }
  .bg-smoke-opal-6,
  .hover\:bg-smoke-opal-6:hover,
  .focus\:bg-smoke-opal-6:focus,
  .group:hover .group-hover\:bg-smoke-opal-6,
  .group:focus-within .group-focus-within\:bg-smoke-opal-6 {
    background-color: RGBA(109, 109, 156, 0.6);
  }
  .bg-smoke-opal-06,
  .hover\:bg-smoke-opal-06:hover,
  .focus\:bg-smoke-opal-06:focus,
  .group:hover .group-hover\:bg-smoke-opal-06,
  .group:focus-within .group-focus-within\:bg-smoke-opal-06 {
    background-color: RGBA(109, 109, 156, 0.06);
  }
  .bg-smoke-opal-7,
  .hover\:bg-smoke-opal-7:hover,
  .focus\:bg-smoke-opal-7:focus,
  .group:hover .group-hover\:bg-smoke-opal-7,
  .group:focus-within .group-focus-within\:bg-smoke-opal-7 {
    background-color: RGBA(109, 109, 156, 0.7);
  }
  .bg-smoke-opal-07,
  .hover\:bg-smoke-opal-07:hover,
  .focus\:bg-smoke-opal-07:focus,
  .group:hover .group-hover\:bg-smoke-opal-07,
  .group:focus-within .group-focus-within\:bg-smoke-opal-07 {
    background-color: RGBA(109, 109, 156, 0.07);
  }
  .bg-smoke-opal-8,
  .hover\:bg-smoke-opal-8:hover,
  .focus\:bg-smoke-opal-8:focus,
  .group:hover .group-hover\:bg-smoke-opal-8,
  .group:focus-within .group-focus-within\:bg-smoke-opal-8 {
    background-color: RGBA(109, 109, 156, 0.8);
  }
  .bg-smoke-opal-08,
  .hover\:bg-smoke-opal-08:hover,
  .focus\:bg-smoke-opal-08:focus,
  .group:hover .group-hover\:bg-smoke-opal-08,
  .group:focus-within .group-focus-within\:bg-smoke-opal-08 {
    background-color: RGBA(109, 109, 156, 0.08);
  }
  .bg-smoke-opal-9,
  .hover\:bg-smoke-opal-9:hover,
  .focus\:bg-smoke-opal-9:focus,
  .group:hover .group-hover\:bg-smoke-opal-9,
  .group:focus-within .group-focus-within\:bg-smoke-opal-9 {
    background-color: RGBA(109, 109, 156, 0.9);
  }
  .bg-smoke-opal-09,
  .hover\:bg-smoke-opal-09:hover,
  .focus\:bg-smoke-opal-09:focus,
  .group:hover .group-hover\:bg-smoke-opal-09,
  .group:focus-within .group-focus-within\:bg-smoke-opal-09 {
    background-color: RGBA(109, 109, 156, 0.09);
  }
  .bg-smoke-opal-10,
  .hover\:bg-smoke-opal-10:hover,
  .focus\:bg-smoke-opal-10:focus,
  .group:hover .group-hover\:bg-smoke-opal-10,
  .group:focus-within .group-focus-within\:bg-smoke-opal-10 {
    background-color: RGBA(109, 109, 156, 1);
  }
  .bg-snow,
  .hover\:bg-snow:hover,
  .focus\:bg-snow:focus,
  .group:hover .group-hover\:bg-snow,
  .group:focus-within .group-focus-within\:bg-snow {
    background-color: #f6f7fb;
  }
  .bg-snow-opal-0,
  .hover\:bg-snow-opal-0:hover,
  .focus\:bg-snow-opal-0:focus,
  .group:hover .group-hover\:bg-snow-opal-0,
  .group:focus-within .group-focus-within\:bg-snow-opal-0 {
    background-color: RGBA(246, 247, 251, 0);
  }
  .bg-snow-opal-00,
  .hover\:bg-snow-opal-00:hover,
  .focus\:bg-snow-opal-00:focus,
  .group:hover .group-hover\:bg-snow-opal-00,
  .group:focus-within .group-focus-within\:bg-snow-opal-00 {
    background-color: RGBA(246, 247, 251, 0);
  }
  .bg-snow-opal-1,
  .hover\:bg-snow-opal-1:hover,
  .focus\:bg-snow-opal-1:focus,
  .group:hover .group-hover\:bg-snow-opal-1,
  .group:focus-within .group-focus-within\:bg-snow-opal-1 {
    background-color: RGBA(246, 247, 251, 0.1);
  }
  .bg-snow-opal-01,
  .hover\:bg-snow-opal-01:hover,
  .focus\:bg-snow-opal-01:focus,
  .group:hover .group-hover\:bg-snow-opal-01,
  .group:focus-within .group-focus-within\:bg-snow-opal-01 {
    background-color: RGBA(246, 247, 251, 0.01);
  }
  .bg-snow-opal-2,
  .hover\:bg-snow-opal-2:hover,
  .focus\:bg-snow-opal-2:focus,
  .group:hover .group-hover\:bg-snow-opal-2,
  .group:focus-within .group-focus-within\:bg-snow-opal-2 {
    background-color: RGBA(246, 247, 251, 0.2);
  }
  .bg-snow-opal-02,
  .hover\:bg-snow-opal-02:hover,
  .focus\:bg-snow-opal-02:focus,
  .group:hover .group-hover\:bg-snow-opal-02,
  .group:focus-within .group-focus-within\:bg-snow-opal-02 {
    background-color: RGBA(246, 247, 251, 0.02);
  }
  .bg-snow-opal-3,
  .hover\:bg-snow-opal-3:hover,
  .focus\:bg-snow-opal-3:focus,
  .group:hover .group-hover\:bg-snow-opal-3,
  .group:focus-within .group-focus-within\:bg-snow-opal-3 {
    background-color: RGBA(246, 247, 251, 0.3);
  }
  .bg-snow-opal-03,
  .hover\:bg-snow-opal-03:hover,
  .focus\:bg-snow-opal-03:focus,
  .group:hover .group-hover\:bg-snow-opal-03,
  .group:focus-within .group-focus-within\:bg-snow-opal-03 {
    background-color: RGBA(246, 247, 251, 0.03);
  }
  .bg-snow-opal-4,
  .hover\:bg-snow-opal-4:hover,
  .focus\:bg-snow-opal-4:focus,
  .group:hover .group-hover\:bg-snow-opal-4,
  .group:focus-within .group-focus-within\:bg-snow-opal-4 {
    background-color: RGBA(246, 247, 251, 0.4);
  }
  .bg-snow-opal-04,
  .hover\:bg-snow-opal-04:hover,
  .focus\:bg-snow-opal-04:focus,
  .group:hover .group-hover\:bg-snow-opal-04,
  .group:focus-within .group-focus-within\:bg-snow-opal-04 {
    background-color: RGBA(246, 247, 251, 0.04);
  }
  .bg-snow-opal-5,
  .hover\:bg-snow-opal-5:hover,
  .focus\:bg-snow-opal-5:focus,
  .group:hover .group-hover\:bg-snow-opal-5,
  .group:focus-within .group-focus-within\:bg-snow-opal-5 {
    background-color: RGBA(246, 247, 251, 0.5);
  }
  .bg-snow-opal-05,
  .hover\:bg-snow-opal-05:hover,
  .focus\:bg-snow-opal-05:focus,
  .group:hover .group-hover\:bg-snow-opal-05,
  .group:focus-within .group-focus-within\:bg-snow-opal-05 {
    background-color: RGBA(246, 247, 251, 0.05);
  }
  .bg-snow-opal-6,
  .hover\:bg-snow-opal-6:hover,
  .focus\:bg-snow-opal-6:focus,
  .group:hover .group-hover\:bg-snow-opal-6,
  .group:focus-within .group-focus-within\:bg-snow-opal-6 {
    background-color: RGBA(246, 247, 251, 0.6);
  }
  .bg-snow-opal-06,
  .hover\:bg-snow-opal-06:hover,
  .focus\:bg-snow-opal-06:focus,
  .group:hover .group-hover\:bg-snow-opal-06,
  .group:focus-within .group-focus-within\:bg-snow-opal-06 {
    background-color: RGBA(246, 247, 251, 0.06);
  }
  .bg-snow-opal-7,
  .hover\:bg-snow-opal-7:hover,
  .focus\:bg-snow-opal-7:focus,
  .group:hover .group-hover\:bg-snow-opal-7,
  .group:focus-within .group-focus-within\:bg-snow-opal-7 {
    background-color: RGBA(246, 247, 251, 0.7);
  }
  .bg-snow-opal-07,
  .hover\:bg-snow-opal-07:hover,
  .focus\:bg-snow-opal-07:focus,
  .group:hover .group-hover\:bg-snow-opal-07,
  .group:focus-within .group-focus-within\:bg-snow-opal-07 {
    background-color: RGBA(246, 247, 251, 0.07);
  }
  .bg-snow-opal-8,
  .hover\:bg-snow-opal-8:hover,
  .focus\:bg-snow-opal-8:focus,
  .group:hover .group-hover\:bg-snow-opal-8,
  .group:focus-within .group-focus-within\:bg-snow-opal-8 {
    background-color: RGBA(246, 247, 251, 0.8);
  }
  .bg-snow-opal-08,
  .hover\:bg-snow-opal-08:hover,
  .focus\:bg-snow-opal-08:focus,
  .group:hover .group-hover\:bg-snow-opal-08,
  .group:focus-within .group-focus-within\:bg-snow-opal-08 {
    background-color: RGBA(246, 247, 251, 0.08);
  }
  .bg-snow-opal-9,
  .hover\:bg-snow-opal-9:hover,
  .focus\:bg-snow-opal-9:focus,
  .group:hover .group-hover\:bg-snow-opal-9,
  .group:focus-within .group-focus-within\:bg-snow-opal-9 {
    background-color: RGBA(246, 247, 251, 0.9);
  }
  .bg-snow-opal-09,
  .hover\:bg-snow-opal-09:hover,
  .focus\:bg-snow-opal-09:focus,
  .group:hover .group-hover\:bg-snow-opal-09,
  .group:focus-within .group-focus-within\:bg-snow-opal-09 {
    background-color: RGBA(246, 247, 251, 0.09);
  }
  .bg-snow-opal-10,
  .hover\:bg-snow-opal-10:hover,
  .focus\:bg-snow-opal-10:focus,
  .group:hover .group-hover\:bg-snow-opal-10,
  .group:focus-within .group-focus-within\:bg-snow-opal-10 {
    background-color: RGBA(246, 247, 251, 1);
  }
  .bg-white,
  .hover\:bg-white:hover,
  .focus\:bg-white:focus,
  .group:hover .group-hover\:bg-white,
  .group:focus-within .group-focus-within\:bg-white {
    background-color: #fff;
  }
  .bg-white-opal-0,
  .hover\:bg-white-opal-0:hover,
  .focus\:bg-white-opal-0:focus,
  .group:hover .group-hover\:bg-white-opal-0,
  .group:focus-within .group-focus-within\:bg-white-opal-0 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .bg-white-opal-00,
  .hover\:bg-white-opal-00:hover,
  .focus\:bg-white-opal-00:focus,
  .group:hover .group-hover\:bg-white-opal-00,
  .group:focus-within .group-focus-within\:bg-white-opal-00 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .bg-white-opal-1,
  .hover\:bg-white-opal-1:hover,
  .focus\:bg-white-opal-1:focus,
  .group:hover .group-hover\:bg-white-opal-1,
  .group:focus-within .group-focus-within\:bg-white-opal-1 {
    background-color: RGBA(255, 255, 255, 0.1);
  }
  .bg-white-opal-01,
  .hover\:bg-white-opal-01:hover,
  .focus\:bg-white-opal-01:focus,
  .group:hover .group-hover\:bg-white-opal-01,
  .group:focus-within .group-focus-within\:bg-white-opal-01 {
    background-color: RGBA(255, 255, 255, 0.01);
  }
  .bg-white-opal-2,
  .hover\:bg-white-opal-2:hover,
  .focus\:bg-white-opal-2:focus,
  .group:hover .group-hover\:bg-white-opal-2,
  .group:focus-within .group-focus-within\:bg-white-opal-2 {
    background-color: RGBA(255, 255, 255, 0.2);
  }
  .bg-white-opal-02,
  .hover\:bg-white-opal-02:hover,
  .focus\:bg-white-opal-02:focus,
  .group:hover .group-hover\:bg-white-opal-02,
  .group:focus-within .group-focus-within\:bg-white-opal-02 {
    background-color: RGBA(255, 255, 255, 0.02);
  }
  .bg-white-opal-3,
  .hover\:bg-white-opal-3:hover,
  .focus\:bg-white-opal-3:focus,
  .group:hover .group-hover\:bg-white-opal-3,
  .group:focus-within .group-focus-within\:bg-white-opal-3 {
    background-color: RGBA(255, 255, 255, 0.3);
  }
  .bg-white-opal-03,
  .hover\:bg-white-opal-03:hover,
  .focus\:bg-white-opal-03:focus,
  .group:hover .group-hover\:bg-white-opal-03,
  .group:focus-within .group-focus-within\:bg-white-opal-03 {
    background-color: RGBA(255, 255, 255, 0.03);
  }
  .bg-white-opal-4,
  .hover\:bg-white-opal-4:hover,
  .focus\:bg-white-opal-4:focus,
  .group:hover .group-hover\:bg-white-opal-4,
  .group:focus-within .group-focus-within\:bg-white-opal-4 {
    background-color: RGBA(255, 255, 255, 0.4);
  }
  .bg-white-opal-04,
  .hover\:bg-white-opal-04:hover,
  .focus\:bg-white-opal-04:focus,
  .group:hover .group-hover\:bg-white-opal-04,
  .group:focus-within .group-focus-within\:bg-white-opal-04 {
    background-color: RGBA(255, 255, 255, 0.04);
  }
  .bg-white-opal-5,
  .hover\:bg-white-opal-5:hover,
  .focus\:bg-white-opal-5:focus,
  .group:hover .group-hover\:bg-white-opal-5,
  .group:focus-within .group-focus-within\:bg-white-opal-5 {
    background-color: RGBA(255, 255, 255, 0.5);
  }
  .bg-white-opal-05,
  .hover\:bg-white-opal-05:hover,
  .focus\:bg-white-opal-05:focus,
  .group:hover .group-hover\:bg-white-opal-05,
  .group:focus-within .group-focus-within\:bg-white-opal-05 {
    background-color: RGBA(255, 255, 255, 0.05);
  }
  .bg-white-opal-6,
  .hover\:bg-white-opal-6:hover,
  .focus\:bg-white-opal-6:focus,
  .group:hover .group-hover\:bg-white-opal-6,
  .group:focus-within .group-focus-within\:bg-white-opal-6 {
    background-color: RGBA(255, 255, 255, 0.6);
  }
  .bg-white-opal-06,
  .hover\:bg-white-opal-06:hover,
  .focus\:bg-white-opal-06:focus,
  .group:hover .group-hover\:bg-white-opal-06,
  .group:focus-within .group-focus-within\:bg-white-opal-06 {
    background-color: RGBA(255, 255, 255, 0.06);
  }
  .bg-white-opal-7,
  .hover\:bg-white-opal-7:hover,
  .focus\:bg-white-opal-7:focus,
  .group:hover .group-hover\:bg-white-opal-7,
  .group:focus-within .group-focus-within\:bg-white-opal-7 {
    background-color: RGBA(255, 255, 255, 0.7);
  }
  .bg-white-opal-07,
  .hover\:bg-white-opal-07:hover,
  .focus\:bg-white-opal-07:focus,
  .group:hover .group-hover\:bg-white-opal-07,
  .group:focus-within .group-focus-within\:bg-white-opal-07 {
    background-color: RGBA(255, 255, 255, 0.07);
  }
  .bg-white-opal-8,
  .hover\:bg-white-opal-8:hover,
  .focus\:bg-white-opal-8:focus,
  .group:hover .group-hover\:bg-white-opal-8,
  .group:focus-within .group-focus-within\:bg-white-opal-8 {
    background-color: RGBA(255, 255, 255, 0.8);
  }
  .bg-white-opal-08,
  .hover\:bg-white-opal-08:hover,
  .focus\:bg-white-opal-08:focus,
  .group:hover .group-hover\:bg-white-opal-08,
  .group:focus-within .group-focus-within\:bg-white-opal-08 {
    background-color: RGBA(255, 255, 255, 0.08);
  }
  .bg-white-opal-9,
  .hover\:bg-white-opal-9:hover,
  .focus\:bg-white-opal-9:focus,
  .group:hover .group-hover\:bg-white-opal-9,
  .group:focus-within .group-focus-within\:bg-white-opal-9 {
    background-color: RGBA(255, 255, 255, 0.9);
  }
  .bg-white-opal-09,
  .hover\:bg-white-opal-09:hover,
  .focus\:bg-white-opal-09:focus,
  .group:hover .group-hover\:bg-white-opal-09,
  .group:focus-within .group-focus-within\:bg-white-opal-09 {
    background-color: RGBA(255, 255, 255, 0.09);
  }
  .bg-white-opal-10,
  .hover\:bg-white-opal-10:hover,
  .focus\:bg-white-opal-10:focus,
  .group:hover .group-hover\:bg-white-opal-10,
  .group:focus-within .group-focus-within\:bg-white-opal-10 {
    background-color: RGBA(255, 255, 255, 1);
  }
  .bg-rose,
  .hover\:bg-rose:hover,
  .focus\:bg-rose:focus,
  .group:hover .group-hover\:bg-rose,
  .group:focus-within .group-focus-within\:bg-rose {
    background-color: #c82d53;
  }
  .bg-rose-opal-0,
  .hover\:bg-rose-opal-0:hover,
  .focus\:bg-rose-opal-0:focus,
  .group:hover .group-hover\:bg-rose-opal-0,
  .group:focus-within .group-focus-within\:bg-rose-opal-0 {
    background-color: RGBA(200, 45, 83, 0);
  }
  .bg-rose-opal-00,
  .hover\:bg-rose-opal-00:hover,
  .focus\:bg-rose-opal-00:focus,
  .group:hover .group-hover\:bg-rose-opal-00,
  .group:focus-within .group-focus-within\:bg-rose-opal-00 {
    background-color: RGBA(200, 45, 83, 0);
  }
  .bg-rose-opal-1,
  .hover\:bg-rose-opal-1:hover,
  .focus\:bg-rose-opal-1:focus,
  .group:hover .group-hover\:bg-rose-opal-1,
  .group:focus-within .group-focus-within\:bg-rose-opal-1 {
    background-color: RGBA(200, 45, 83, 0.1);
  }
  .bg-rose-opal-01,
  .hover\:bg-rose-opal-01:hover,
  .focus\:bg-rose-opal-01:focus,
  .group:hover .group-hover\:bg-rose-opal-01,
  .group:focus-within .group-focus-within\:bg-rose-opal-01 {
    background-color: RGBA(200, 45, 83, 0.01);
  }
  .bg-rose-opal-2,
  .hover\:bg-rose-opal-2:hover,
  .focus\:bg-rose-opal-2:focus,
  .group:hover .group-hover\:bg-rose-opal-2,
  .group:focus-within .group-focus-within\:bg-rose-opal-2 {
    background-color: RGBA(200, 45, 83, 0.2);
  }
  .bg-rose-opal-02,
  .hover\:bg-rose-opal-02:hover,
  .focus\:bg-rose-opal-02:focus,
  .group:hover .group-hover\:bg-rose-opal-02,
  .group:focus-within .group-focus-within\:bg-rose-opal-02 {
    background-color: RGBA(200, 45, 83, 0.02);
  }
  .bg-rose-opal-3,
  .hover\:bg-rose-opal-3:hover,
  .focus\:bg-rose-opal-3:focus,
  .group:hover .group-hover\:bg-rose-opal-3,
  .group:focus-within .group-focus-within\:bg-rose-opal-3 {
    background-color: RGBA(200, 45, 83, 0.3);
  }
  .bg-rose-opal-03,
  .hover\:bg-rose-opal-03:hover,
  .focus\:bg-rose-opal-03:focus,
  .group:hover .group-hover\:bg-rose-opal-03,
  .group:focus-within .group-focus-within\:bg-rose-opal-03 {
    background-color: RGBA(200, 45, 83, 0.03);
  }
  .bg-rose-opal-4,
  .hover\:bg-rose-opal-4:hover,
  .focus\:bg-rose-opal-4:focus,
  .group:hover .group-hover\:bg-rose-opal-4,
  .group:focus-within .group-focus-within\:bg-rose-opal-4 {
    background-color: RGBA(200, 45, 83, 0.4);
  }
  .bg-rose-opal-04,
  .hover\:bg-rose-opal-04:hover,
  .focus\:bg-rose-opal-04:focus,
  .group:hover .group-hover\:bg-rose-opal-04,
  .group:focus-within .group-focus-within\:bg-rose-opal-04 {
    background-color: RGBA(200, 45, 83, 0.04);
  }
  .bg-rose-opal-5,
  .hover\:bg-rose-opal-5:hover,
  .focus\:bg-rose-opal-5:focus,
  .group:hover .group-hover\:bg-rose-opal-5,
  .group:focus-within .group-focus-within\:bg-rose-opal-5 {
    background-color: RGBA(200, 45, 83, 0.5);
  }
  .bg-rose-opal-05,
  .hover\:bg-rose-opal-05:hover,
  .focus\:bg-rose-opal-05:focus,
  .group:hover .group-hover\:bg-rose-opal-05,
  .group:focus-within .group-focus-within\:bg-rose-opal-05 {
    background-color: RGBA(200, 45, 83, 0.05);
  }
  .bg-rose-opal-6,
  .hover\:bg-rose-opal-6:hover,
  .focus\:bg-rose-opal-6:focus,
  .group:hover .group-hover\:bg-rose-opal-6,
  .group:focus-within .group-focus-within\:bg-rose-opal-6 {
    background-color: RGBA(200, 45, 83, 0.6);
  }
  .bg-rose-opal-06,
  .hover\:bg-rose-opal-06:hover,
  .focus\:bg-rose-opal-06:focus,
  .group:hover .group-hover\:bg-rose-opal-06,
  .group:focus-within .group-focus-within\:bg-rose-opal-06 {
    background-color: RGBA(200, 45, 83, 0.06);
  }
  .bg-rose-opal-7,
  .hover\:bg-rose-opal-7:hover,
  .focus\:bg-rose-opal-7:focus,
  .group:hover .group-hover\:bg-rose-opal-7,
  .group:focus-within .group-focus-within\:bg-rose-opal-7 {
    background-color: RGBA(200, 45, 83, 0.7);
  }
  .bg-rose-opal-07,
  .hover\:bg-rose-opal-07:hover,
  .focus\:bg-rose-opal-07:focus,
  .group:hover .group-hover\:bg-rose-opal-07,
  .group:focus-within .group-focus-within\:bg-rose-opal-07 {
    background-color: RGBA(200, 45, 83, 0.07);
  }
  .bg-rose-opal-8,
  .hover\:bg-rose-opal-8:hover,
  .focus\:bg-rose-opal-8:focus,
  .group:hover .group-hover\:bg-rose-opal-8,
  .group:focus-within .group-focus-within\:bg-rose-opal-8 {
    background-color: RGBA(200, 45, 83, 0.8);
  }
  .bg-rose-opal-08,
  .hover\:bg-rose-opal-08:hover,
  .focus\:bg-rose-opal-08:focus,
  .group:hover .group-hover\:bg-rose-opal-08,
  .group:focus-within .group-focus-within\:bg-rose-opal-08 {
    background-color: RGBA(200, 45, 83, 0.08);
  }
  .bg-rose-opal-9,
  .hover\:bg-rose-opal-9:hover,
  .focus\:bg-rose-opal-9:focus,
  .group:hover .group-hover\:bg-rose-opal-9,
  .group:focus-within .group-focus-within\:bg-rose-opal-9 {
    background-color: RGBA(200, 45, 83, 0.9);
  }
  .bg-rose-opal-09,
  .hover\:bg-rose-opal-09:hover,
  .focus\:bg-rose-opal-09:focus,
  .group:hover .group-hover\:bg-rose-opal-09,
  .group:focus-within .group-focus-within\:bg-rose-opal-09 {
    background-color: RGBA(200, 45, 83, 0.09);
  }
  .bg-rose-opal-10,
  .hover\:bg-rose-opal-10:hover,
  .focus\:bg-rose-opal-10:focus,
  .group:hover .group-hover\:bg-rose-opal-10,
  .group:focus-within .group-focus-within\:bg-rose-opal-10 {
    background-color: RGBA(200, 45, 83, 1);
  }
  .bg-salmon,
  .hover\:bg-salmon:hover,
  .focus\:bg-salmon:focus,
  .group:hover .group-hover\:bg-salmon,
  .group:focus-within .group-focus-within\:bg-salmon {
    background-color: #f97a99;
  }
  .bg-salmon-opal-0,
  .hover\:bg-salmon-opal-0:hover,
  .focus\:bg-salmon-opal-0:focus,
  .group:hover .group-hover\:bg-salmon-opal-0,
  .group:focus-within .group-focus-within\:bg-salmon-opal-0 {
    background-color: RGBA(249, 122, 153, 0);
  }
  .bg-salmon-opal-00,
  .hover\:bg-salmon-opal-00:hover,
  .focus\:bg-salmon-opal-00:focus,
  .group:hover .group-hover\:bg-salmon-opal-00,
  .group:focus-within .group-focus-within\:bg-salmon-opal-00 {
    background-color: RGBA(249, 122, 153, 0);
  }
  .bg-salmon-opal-1,
  .hover\:bg-salmon-opal-1:hover,
  .focus\:bg-salmon-opal-1:focus,
  .group:hover .group-hover\:bg-salmon-opal-1,
  .group:focus-within .group-focus-within\:bg-salmon-opal-1 {
    background-color: RGBA(249, 122, 153, 0.1);
  }
  .bg-salmon-opal-01,
  .hover\:bg-salmon-opal-01:hover,
  .focus\:bg-salmon-opal-01:focus,
  .group:hover .group-hover\:bg-salmon-opal-01,
  .group:focus-within .group-focus-within\:bg-salmon-opal-01 {
    background-color: RGBA(249, 122, 153, 0.01);
  }
  .bg-salmon-opal-2,
  .hover\:bg-salmon-opal-2:hover,
  .focus\:bg-salmon-opal-2:focus,
  .group:hover .group-hover\:bg-salmon-opal-2,
  .group:focus-within .group-focus-within\:bg-salmon-opal-2 {
    background-color: RGBA(249, 122, 153, 0.2);
  }
  .bg-salmon-opal-02,
  .hover\:bg-salmon-opal-02:hover,
  .focus\:bg-salmon-opal-02:focus,
  .group:hover .group-hover\:bg-salmon-opal-02,
  .group:focus-within .group-focus-within\:bg-salmon-opal-02 {
    background-color: RGBA(249, 122, 153, 0.02);
  }
  .bg-salmon-opal-3,
  .hover\:bg-salmon-opal-3:hover,
  .focus\:bg-salmon-opal-3:focus,
  .group:hover .group-hover\:bg-salmon-opal-3,
  .group:focus-within .group-focus-within\:bg-salmon-opal-3 {
    background-color: RGBA(249, 122, 153, 0.3);
  }
  .bg-salmon-opal-03,
  .hover\:bg-salmon-opal-03:hover,
  .focus\:bg-salmon-opal-03:focus,
  .group:hover .group-hover\:bg-salmon-opal-03,
  .group:focus-within .group-focus-within\:bg-salmon-opal-03 {
    background-color: RGBA(249, 122, 153, 0.03);
  }
  .bg-salmon-opal-4,
  .hover\:bg-salmon-opal-4:hover,
  .focus\:bg-salmon-opal-4:focus,
  .group:hover .group-hover\:bg-salmon-opal-4,
  .group:focus-within .group-focus-within\:bg-salmon-opal-4 {
    background-color: RGBA(249, 122, 153, 0.4);
  }
  .bg-salmon-opal-04,
  .hover\:bg-salmon-opal-04:hover,
  .focus\:bg-salmon-opal-04:focus,
  .group:hover .group-hover\:bg-salmon-opal-04,
  .group:focus-within .group-focus-within\:bg-salmon-opal-04 {
    background-color: RGBA(249, 122, 153, 0.04);
  }
  .bg-salmon-opal-5,
  .hover\:bg-salmon-opal-5:hover,
  .focus\:bg-salmon-opal-5:focus,
  .group:hover .group-hover\:bg-salmon-opal-5,
  .group:focus-within .group-focus-within\:bg-salmon-opal-5 {
    background-color: RGBA(249, 122, 153, 0.5);
  }
  .bg-salmon-opal-05,
  .hover\:bg-salmon-opal-05:hover,
  .focus\:bg-salmon-opal-05:focus,
  .group:hover .group-hover\:bg-salmon-opal-05,
  .group:focus-within .group-focus-within\:bg-salmon-opal-05 {
    background-color: RGBA(249, 122, 153, 0.05);
  }
  .bg-salmon-opal-6,
  .hover\:bg-salmon-opal-6:hover,
  .focus\:bg-salmon-opal-6:focus,
  .group:hover .group-hover\:bg-salmon-opal-6,
  .group:focus-within .group-focus-within\:bg-salmon-opal-6 {
    background-color: RGBA(249, 122, 153, 0.6);
  }
  .bg-salmon-opal-06,
  .hover\:bg-salmon-opal-06:hover,
  .focus\:bg-salmon-opal-06:focus,
  .group:hover .group-hover\:bg-salmon-opal-06,
  .group:focus-within .group-focus-within\:bg-salmon-opal-06 {
    background-color: RGBA(249, 122, 153, 0.06);
  }
  .bg-salmon-opal-7,
  .hover\:bg-salmon-opal-7:hover,
  .focus\:bg-salmon-opal-7:focus,
  .group:hover .group-hover\:bg-salmon-opal-7,
  .group:focus-within .group-focus-within\:bg-salmon-opal-7 {
    background-color: RGBA(249, 122, 153, 0.7);
  }
  .bg-salmon-opal-07,
  .hover\:bg-salmon-opal-07:hover,
  .focus\:bg-salmon-opal-07:focus,
  .group:hover .group-hover\:bg-salmon-opal-07,
  .group:focus-within .group-focus-within\:bg-salmon-opal-07 {
    background-color: RGBA(249, 122, 153, 0.07);
  }
  .bg-salmon-opal-8,
  .hover\:bg-salmon-opal-8:hover,
  .focus\:bg-salmon-opal-8:focus,
  .group:hover .group-hover\:bg-salmon-opal-8,
  .group:focus-within .group-focus-within\:bg-salmon-opal-8 {
    background-color: RGBA(249, 122, 153, 0.8);
  }
  .bg-salmon-opal-08,
  .hover\:bg-salmon-opal-08:hover,
  .focus\:bg-salmon-opal-08:focus,
  .group:hover .group-hover\:bg-salmon-opal-08,
  .group:focus-within .group-focus-within\:bg-salmon-opal-08 {
    background-color: RGBA(249, 122, 153, 0.08);
  }
  .bg-salmon-opal-9,
  .hover\:bg-salmon-opal-9:hover,
  .focus\:bg-salmon-opal-9:focus,
  .group:hover .group-hover\:bg-salmon-opal-9,
  .group:focus-within .group-focus-within\:bg-salmon-opal-9 {
    background-color: RGBA(249, 122, 153, 0.9);
  }
  .bg-salmon-opal-09,
  .hover\:bg-salmon-opal-09:hover,
  .focus\:bg-salmon-opal-09:focus,
  .group:hover .group-hover\:bg-salmon-opal-09,
  .group:focus-within .group-focus-within\:bg-salmon-opal-09 {
    background-color: RGBA(249, 122, 153, 0.09);
  }
  .bg-salmon-opal-10,
  .hover\:bg-salmon-opal-10:hover,
  .focus\:bg-salmon-opal-10:focus,
  .group:hover .group-hover\:bg-salmon-opal-10,
  .group:focus-within .group-focus-within\:bg-salmon-opal-10 {
    background-color: RGBA(249, 122, 153, 1);
  }
  .bg-hot-pink,
  .hover\:bg-hot-pink:hover,
  .focus\:bg-hot-pink:focus,
  .group:hover .group-hover\:bg-hot-pink,
  .group:focus-within .group-focus-within\:bg-hot-pink {
    background-color: #e555ac;
  }
  .bg-hot-pink-opal-0,
  .hover\:bg-hot-pink-opal-0:hover,
  .focus\:bg-hot-pink-opal-0:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-0,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-0 {
    background-color: RGBA(229, 85, 172, 0);
  }
  .bg-hot-pink-opal-00,
  .hover\:bg-hot-pink-opal-00:hover,
  .focus\:bg-hot-pink-opal-00:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-00,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-00 {
    background-color: RGBA(229, 85, 172, 0);
  }
  .bg-hot-pink-opal-1,
  .hover\:bg-hot-pink-opal-1:hover,
  .focus\:bg-hot-pink-opal-1:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-1,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-1 {
    background-color: RGBA(229, 85, 172, 0.1);
  }
  .bg-hot-pink-opal-01,
  .hover\:bg-hot-pink-opal-01:hover,
  .focus\:bg-hot-pink-opal-01:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-01,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-01 {
    background-color: RGBA(229, 85, 172, 0.01);
  }
  .bg-hot-pink-opal-2,
  .hover\:bg-hot-pink-opal-2:hover,
  .focus\:bg-hot-pink-opal-2:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-2,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-2 {
    background-color: RGBA(229, 85, 172, 0.2);
  }
  .bg-hot-pink-opal-02,
  .hover\:bg-hot-pink-opal-02:hover,
  .focus\:bg-hot-pink-opal-02:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-02,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-02 {
    background-color: RGBA(229, 85, 172, 0.02);
  }
  .bg-hot-pink-opal-3,
  .hover\:bg-hot-pink-opal-3:hover,
  .focus\:bg-hot-pink-opal-3:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-3,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-3 {
    background-color: RGBA(229, 85, 172, 0.3);
  }
  .bg-hot-pink-opal-03,
  .hover\:bg-hot-pink-opal-03:hover,
  .focus\:bg-hot-pink-opal-03:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-03,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-03 {
    background-color: RGBA(229, 85, 172, 0.03);
  }
  .bg-hot-pink-opal-4,
  .hover\:bg-hot-pink-opal-4:hover,
  .focus\:bg-hot-pink-opal-4:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-4,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-4 {
    background-color: RGBA(229, 85, 172, 0.4);
  }
  .bg-hot-pink-opal-04,
  .hover\:bg-hot-pink-opal-04:hover,
  .focus\:bg-hot-pink-opal-04:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-04,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-04 {
    background-color: RGBA(229, 85, 172, 0.04);
  }
  .bg-hot-pink-opal-5,
  .hover\:bg-hot-pink-opal-5:hover,
  .focus\:bg-hot-pink-opal-5:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-5,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-5 {
    background-color: RGBA(229, 85, 172, 0.5);
  }
  .bg-hot-pink-opal-05,
  .hover\:bg-hot-pink-opal-05:hover,
  .focus\:bg-hot-pink-opal-05:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-05,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-05 {
    background-color: RGBA(229, 85, 172, 0.05);
  }
  .bg-hot-pink-opal-6,
  .hover\:bg-hot-pink-opal-6:hover,
  .focus\:bg-hot-pink-opal-6:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-6,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-6 {
    background-color: RGBA(229, 85, 172, 0.6);
  }
  .bg-hot-pink-opal-06,
  .hover\:bg-hot-pink-opal-06:hover,
  .focus\:bg-hot-pink-opal-06:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-06,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-06 {
    background-color: RGBA(229, 85, 172, 0.06);
  }
  .bg-hot-pink-opal-7,
  .hover\:bg-hot-pink-opal-7:hover,
  .focus\:bg-hot-pink-opal-7:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-7,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-7 {
    background-color: RGBA(229, 85, 172, 0.7);
  }
  .bg-hot-pink-opal-07,
  .hover\:bg-hot-pink-opal-07:hover,
  .focus\:bg-hot-pink-opal-07:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-07,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-07 {
    background-color: RGBA(229, 85, 172, 0.07);
  }
  .bg-hot-pink-opal-8,
  .hover\:bg-hot-pink-opal-8:hover,
  .focus\:bg-hot-pink-opal-8:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-8,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-8 {
    background-color: RGBA(229, 85, 172, 0.8);
  }
  .bg-hot-pink-opal-08,
  .hover\:bg-hot-pink-opal-08:hover,
  .focus\:bg-hot-pink-opal-08:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-08,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-08 {
    background-color: RGBA(229, 85, 172, 0.08);
  }
  .bg-hot-pink-opal-9,
  .hover\:bg-hot-pink-opal-9:hover,
  .focus\:bg-hot-pink-opal-9:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-9,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-9 {
    background-color: RGBA(229, 85, 172, 0.9);
  }
  .bg-hot-pink-opal-09,
  .hover\:bg-hot-pink-opal-09:hover,
  .focus\:bg-hot-pink-opal-09:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-09,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-09 {
    background-color: RGBA(229, 85, 172, 0.09);
  }
  .bg-hot-pink-opal-10,
  .hover\:bg-hot-pink-opal-10:hover,
  .focus\:bg-hot-pink-opal-10:focus,
  .group:hover .group-hover\:bg-hot-pink-opal-10,
  .group:focus-within .group-focus-within\:bg-hot-pink-opal-10 {
    background-color: RGBA(229, 85, 172, 1);
  }
  .bg-bubblegum,
  .hover\:bg-bubblegum:hover,
  .focus\:bg-bubblegum:focus,
  .group:hover .group-hover\:bg-bubblegum,
  .group:focus-within .group-focus-within\:bg-bubblegum {
    background-color: #ff78e1;
  }
  .bg-bubblegum-opal-0,
  .hover\:bg-bubblegum-opal-0:hover,
  .focus\:bg-bubblegum-opal-0:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-0,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-0 {
    background-color: RGBA(255, 120, 225, 0);
  }
  .bg-bubblegum-opal-00,
  .hover\:bg-bubblegum-opal-00:hover,
  .focus\:bg-bubblegum-opal-00:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-00,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-00 {
    background-color: RGBA(255, 120, 225, 0);
  }
  .bg-bubblegum-opal-1,
  .hover\:bg-bubblegum-opal-1:hover,
  .focus\:bg-bubblegum-opal-1:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-1,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-1 {
    background-color: RGBA(255, 120, 225, 0.1);
  }
  .bg-bubblegum-opal-01,
  .hover\:bg-bubblegum-opal-01:hover,
  .focus\:bg-bubblegum-opal-01:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-01,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-01 {
    background-color: RGBA(255, 120, 225, 0.01);
  }
  .bg-bubblegum-opal-2,
  .hover\:bg-bubblegum-opal-2:hover,
  .focus\:bg-bubblegum-opal-2:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-2,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-2 {
    background-color: RGBA(255, 120, 225, 0.2);
  }
  .bg-bubblegum-opal-02,
  .hover\:bg-bubblegum-opal-02:hover,
  .focus\:bg-bubblegum-opal-02:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-02,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-02 {
    background-color: RGBA(255, 120, 225, 0.02);
  }
  .bg-bubblegum-opal-3,
  .hover\:bg-bubblegum-opal-3:hover,
  .focus\:bg-bubblegum-opal-3:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-3,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-3 {
    background-color: RGBA(255, 120, 225, 0.3);
  }
  .bg-bubblegum-opal-03,
  .hover\:bg-bubblegum-opal-03:hover,
  .focus\:bg-bubblegum-opal-03:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-03,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-03 {
    background-color: RGBA(255, 120, 225, 0.03);
  }
  .bg-bubblegum-opal-4,
  .hover\:bg-bubblegum-opal-4:hover,
  .focus\:bg-bubblegum-opal-4:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-4,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-4 {
    background-color: RGBA(255, 120, 225, 0.4);
  }
  .bg-bubblegum-opal-04,
  .hover\:bg-bubblegum-opal-04:hover,
  .focus\:bg-bubblegum-opal-04:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-04,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-04 {
    background-color: RGBA(255, 120, 225, 0.04);
  }
  .bg-bubblegum-opal-5,
  .hover\:bg-bubblegum-opal-5:hover,
  .focus\:bg-bubblegum-opal-5:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-5,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-5 {
    background-color: RGBA(255, 120, 225, 0.5);
  }
  .bg-bubblegum-opal-05,
  .hover\:bg-bubblegum-opal-05:hover,
  .focus\:bg-bubblegum-opal-05:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-05,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-05 {
    background-color: RGBA(255, 120, 225, 0.05);
  }
  .bg-bubblegum-opal-6,
  .hover\:bg-bubblegum-opal-6:hover,
  .focus\:bg-bubblegum-opal-6:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-6,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-6 {
    background-color: RGBA(255, 120, 225, 0.6);
  }
  .bg-bubblegum-opal-06,
  .hover\:bg-bubblegum-opal-06:hover,
  .focus\:bg-bubblegum-opal-06:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-06,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-06 {
    background-color: RGBA(255, 120, 225, 0.06);
  }
  .bg-bubblegum-opal-7,
  .hover\:bg-bubblegum-opal-7:hover,
  .focus\:bg-bubblegum-opal-7:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-7,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-7 {
    background-color: RGBA(255, 120, 225, 0.7);
  }
  .bg-bubblegum-opal-07,
  .hover\:bg-bubblegum-opal-07:hover,
  .focus\:bg-bubblegum-opal-07:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-07,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-07 {
    background-color: RGBA(255, 120, 225, 0.07);
  }
  .bg-bubblegum-opal-8,
  .hover\:bg-bubblegum-opal-8:hover,
  .focus\:bg-bubblegum-opal-8:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-8,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-8 {
    background-color: RGBA(255, 120, 225, 0.8);
  }
  .bg-bubblegum-opal-08,
  .hover\:bg-bubblegum-opal-08:hover,
  .focus\:bg-bubblegum-opal-08:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-08,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-08 {
    background-color: RGBA(255, 120, 225, 0.08);
  }
  .bg-bubblegum-opal-9,
  .hover\:bg-bubblegum-opal-9:hover,
  .focus\:bg-bubblegum-opal-9:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-9,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-9 {
    background-color: RGBA(255, 120, 225, 0.9);
  }
  .bg-bubblegum-opal-09,
  .hover\:bg-bubblegum-opal-09:hover,
  .focus\:bg-bubblegum-opal-09:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-09,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-09 {
    background-color: RGBA(255, 120, 225, 0.09);
  }
  .bg-bubblegum-opal-10,
  .hover\:bg-bubblegum-opal-10:hover,
  .focus\:bg-bubblegum-opal-10:focus,
  .group:hover .group-hover\:bg-bubblegum-opal-10,
  .group:focus-within .group-focus-within\:bg-bubblegum-opal-10 {
    background-color: RGBA(255, 120, 225, 1);
  }
  .bg-autumn,
  .hover\:bg-autumn:hover,
  .focus\:bg-autumn:focus,
  .group:hover .group-hover\:bg-autumn,
  .group:focus-within .group-focus-within\:bg-autumn {
    background-color: #c04c0a;
  }
  .bg-autumn-opal-0,
  .hover\:bg-autumn-opal-0:hover,
  .focus\:bg-autumn-opal-0:focus,
  .group:hover .group-hover\:bg-autumn-opal-0,
  .group:focus-within .group-focus-within\:bg-autumn-opal-0 {
    background-color: RGBA(192, 76, 10, 0);
  }
  .bg-autumn-opal-00,
  .hover\:bg-autumn-opal-00:hover,
  .focus\:bg-autumn-opal-00:focus,
  .group:hover .group-hover\:bg-autumn-opal-00,
  .group:focus-within .group-focus-within\:bg-autumn-opal-00 {
    background-color: RGBA(192, 76, 10, 0);
  }
  .bg-autumn-opal-1,
  .hover\:bg-autumn-opal-1:hover,
  .focus\:bg-autumn-opal-1:focus,
  .group:hover .group-hover\:bg-autumn-opal-1,
  .group:focus-within .group-focus-within\:bg-autumn-opal-1 {
    background-color: RGBA(192, 76, 10, 0.1);
  }
  .bg-autumn-opal-01,
  .hover\:bg-autumn-opal-01:hover,
  .focus\:bg-autumn-opal-01:focus,
  .group:hover .group-hover\:bg-autumn-opal-01,
  .group:focus-within .group-focus-within\:bg-autumn-opal-01 {
    background-color: RGBA(192, 76, 10, 0.01);
  }
  .bg-autumn-opal-2,
  .hover\:bg-autumn-opal-2:hover,
  .focus\:bg-autumn-opal-2:focus,
  .group:hover .group-hover\:bg-autumn-opal-2,
  .group:focus-within .group-focus-within\:bg-autumn-opal-2 {
    background-color: RGBA(192, 76, 10, 0.2);
  }
  .bg-autumn-opal-02,
  .hover\:bg-autumn-opal-02:hover,
  .focus\:bg-autumn-opal-02:focus,
  .group:hover .group-hover\:bg-autumn-opal-02,
  .group:focus-within .group-focus-within\:bg-autumn-opal-02 {
    background-color: RGBA(192, 76, 10, 0.02);
  }
  .bg-autumn-opal-3,
  .hover\:bg-autumn-opal-3:hover,
  .focus\:bg-autumn-opal-3:focus,
  .group:hover .group-hover\:bg-autumn-opal-3,
  .group:focus-within .group-focus-within\:bg-autumn-opal-3 {
    background-color: RGBA(192, 76, 10, 0.3);
  }
  .bg-autumn-opal-03,
  .hover\:bg-autumn-opal-03:hover,
  .focus\:bg-autumn-opal-03:focus,
  .group:hover .group-hover\:bg-autumn-opal-03,
  .group:focus-within .group-focus-within\:bg-autumn-opal-03 {
    background-color: RGBA(192, 76, 10, 0.03);
  }
  .bg-autumn-opal-4,
  .hover\:bg-autumn-opal-4:hover,
  .focus\:bg-autumn-opal-4:focus,
  .group:hover .group-hover\:bg-autumn-opal-4,
  .group:focus-within .group-focus-within\:bg-autumn-opal-4 {
    background-color: RGBA(192, 76, 10, 0.4);
  }
  .bg-autumn-opal-04,
  .hover\:bg-autumn-opal-04:hover,
  .focus\:bg-autumn-opal-04:focus,
  .group:hover .group-hover\:bg-autumn-opal-04,
  .group:focus-within .group-focus-within\:bg-autumn-opal-04 {
    background-color: RGBA(192, 76, 10, 0.04);
  }
  .bg-autumn-opal-5,
  .hover\:bg-autumn-opal-5:hover,
  .focus\:bg-autumn-opal-5:focus,
  .group:hover .group-hover\:bg-autumn-opal-5,
  .group:focus-within .group-focus-within\:bg-autumn-opal-5 {
    background-color: RGBA(192, 76, 10, 0.5);
  }
  .bg-autumn-opal-05,
  .hover\:bg-autumn-opal-05:hover,
  .focus\:bg-autumn-opal-05:focus,
  .group:hover .group-hover\:bg-autumn-opal-05,
  .group:focus-within .group-focus-within\:bg-autumn-opal-05 {
    background-color: RGBA(192, 76, 10, 0.05);
  }
  .bg-autumn-opal-6,
  .hover\:bg-autumn-opal-6:hover,
  .focus\:bg-autumn-opal-6:focus,
  .group:hover .group-hover\:bg-autumn-opal-6,
  .group:focus-within .group-focus-within\:bg-autumn-opal-6 {
    background-color: RGBA(192, 76, 10, 0.6);
  }
  .bg-autumn-opal-06,
  .hover\:bg-autumn-opal-06:hover,
  .focus\:bg-autumn-opal-06:focus,
  .group:hover .group-hover\:bg-autumn-opal-06,
  .group:focus-within .group-focus-within\:bg-autumn-opal-06 {
    background-color: RGBA(192, 76, 10, 0.06);
  }
  .bg-autumn-opal-7,
  .hover\:bg-autumn-opal-7:hover,
  .focus\:bg-autumn-opal-7:focus,
  .group:hover .group-hover\:bg-autumn-opal-7,
  .group:focus-within .group-focus-within\:bg-autumn-opal-7 {
    background-color: RGBA(192, 76, 10, 0.7);
  }
  .bg-autumn-opal-07,
  .hover\:bg-autumn-opal-07:hover,
  .focus\:bg-autumn-opal-07:focus,
  .group:hover .group-hover\:bg-autumn-opal-07,
  .group:focus-within .group-focus-within\:bg-autumn-opal-07 {
    background-color: RGBA(192, 76, 10, 0.07);
  }
  .bg-autumn-opal-8,
  .hover\:bg-autumn-opal-8:hover,
  .focus\:bg-autumn-opal-8:focus,
  .group:hover .group-hover\:bg-autumn-opal-8,
  .group:focus-within .group-focus-within\:bg-autumn-opal-8 {
    background-color: RGBA(192, 76, 10, 0.8);
  }
  .bg-autumn-opal-08,
  .hover\:bg-autumn-opal-08:hover,
  .focus\:bg-autumn-opal-08:focus,
  .group:hover .group-hover\:bg-autumn-opal-08,
  .group:focus-within .group-focus-within\:bg-autumn-opal-08 {
    background-color: RGBA(192, 76, 10, 0.08);
  }
  .bg-autumn-opal-9,
  .hover\:bg-autumn-opal-9:hover,
  .focus\:bg-autumn-opal-9:focus,
  .group:hover .group-hover\:bg-autumn-opal-9,
  .group:focus-within .group-focus-within\:bg-autumn-opal-9 {
    background-color: RGBA(192, 76, 10, 0.9);
  }
  .bg-autumn-opal-09,
  .hover\:bg-autumn-opal-09:hover,
  .focus\:bg-autumn-opal-09:focus,
  .group:hover .group-hover\:bg-autumn-opal-09,
  .group:focus-within .group-focus-within\:bg-autumn-opal-09 {
    background-color: RGBA(192, 76, 10, 0.09);
  }
  .bg-autumn-opal-10,
  .hover\:bg-autumn-opal-10:hover,
  .focus\:bg-autumn-opal-10:focus,
  .group:hover .group-hover\:bg-autumn-opal-10,
  .group:focus-within .group-focus-within\:bg-autumn-opal-10 {
    background-color: RGBA(192, 76, 10, 1);
  }
  .bg-tiger,
  .hover\:bg-tiger:hover,
  .focus\:bg-tiger:focus,
  .group:hover .group-hover\:bg-tiger,
  .group:focus-within .group-focus-within\:bg-tiger {
    background-color: #f99048;
  }
  .bg-tiger-opal-0,
  .hover\:bg-tiger-opal-0:hover,
  .focus\:bg-tiger-opal-0:focus,
  .group:hover .group-hover\:bg-tiger-opal-0,
  .group:focus-within .group-focus-within\:bg-tiger-opal-0 {
    background-color: RGBA(249, 144, 72, 0);
  }
  .bg-tiger-opal-00,
  .hover\:bg-tiger-opal-00:hover,
  .focus\:bg-tiger-opal-00:focus,
  .group:hover .group-hover\:bg-tiger-opal-00,
  .group:focus-within .group-focus-within\:bg-tiger-opal-00 {
    background-color: RGBA(249, 144, 72, 0);
  }
  .bg-tiger-opal-1,
  .hover\:bg-tiger-opal-1:hover,
  .focus\:bg-tiger-opal-1:focus,
  .group:hover .group-hover\:bg-tiger-opal-1,
  .group:focus-within .group-focus-within\:bg-tiger-opal-1 {
    background-color: RGBA(249, 144, 72, 0.1);
  }
  .bg-tiger-opal-01,
  .hover\:bg-tiger-opal-01:hover,
  .focus\:bg-tiger-opal-01:focus,
  .group:hover .group-hover\:bg-tiger-opal-01,
  .group:focus-within .group-focus-within\:bg-tiger-opal-01 {
    background-color: RGBA(249, 144, 72, 0.01);
  }
  .bg-tiger-opal-2,
  .hover\:bg-tiger-opal-2:hover,
  .focus\:bg-tiger-opal-2:focus,
  .group:hover .group-hover\:bg-tiger-opal-2,
  .group:focus-within .group-focus-within\:bg-tiger-opal-2 {
    background-color: RGBA(249, 144, 72, 0.2);
  }
  .bg-tiger-opal-02,
  .hover\:bg-tiger-opal-02:hover,
  .focus\:bg-tiger-opal-02:focus,
  .group:hover .group-hover\:bg-tiger-opal-02,
  .group:focus-within .group-focus-within\:bg-tiger-opal-02 {
    background-color: RGBA(249, 144, 72, 0.02);
  }
  .bg-tiger-opal-3,
  .hover\:bg-tiger-opal-3:hover,
  .focus\:bg-tiger-opal-3:focus,
  .group:hover .group-hover\:bg-tiger-opal-3,
  .group:focus-within .group-focus-within\:bg-tiger-opal-3 {
    background-color: RGBA(249, 144, 72, 0.3);
  }
  .bg-tiger-opal-03,
  .hover\:bg-tiger-opal-03:hover,
  .focus\:bg-tiger-opal-03:focus,
  .group:hover .group-hover\:bg-tiger-opal-03,
  .group:focus-within .group-focus-within\:bg-tiger-opal-03 {
    background-color: RGBA(249, 144, 72, 0.03);
  }
  .bg-tiger-opal-4,
  .hover\:bg-tiger-opal-4:hover,
  .focus\:bg-tiger-opal-4:focus,
  .group:hover .group-hover\:bg-tiger-opal-4,
  .group:focus-within .group-focus-within\:bg-tiger-opal-4 {
    background-color: RGBA(249, 144, 72, 0.4);
  }
  .bg-tiger-opal-04,
  .hover\:bg-tiger-opal-04:hover,
  .focus\:bg-tiger-opal-04:focus,
  .group:hover .group-hover\:bg-tiger-opal-04,
  .group:focus-within .group-focus-within\:bg-tiger-opal-04 {
    background-color: RGBA(249, 144, 72, 0.04);
  }
  .bg-tiger-opal-5,
  .hover\:bg-tiger-opal-5:hover,
  .focus\:bg-tiger-opal-5:focus,
  .group:hover .group-hover\:bg-tiger-opal-5,
  .group:focus-within .group-focus-within\:bg-tiger-opal-5 {
    background-color: RGBA(249, 144, 72, 0.5);
  }
  .bg-tiger-opal-05,
  .hover\:bg-tiger-opal-05:hover,
  .focus\:bg-tiger-opal-05:focus,
  .group:hover .group-hover\:bg-tiger-opal-05,
  .group:focus-within .group-focus-within\:bg-tiger-opal-05 {
    background-color: RGBA(249, 144, 72, 0.05);
  }
  .bg-tiger-opal-6,
  .hover\:bg-tiger-opal-6:hover,
  .focus\:bg-tiger-opal-6:focus,
  .group:hover .group-hover\:bg-tiger-opal-6,
  .group:focus-within .group-focus-within\:bg-tiger-opal-6 {
    background-color: RGBA(249, 144, 72, 0.6);
  }
  .bg-tiger-opal-06,
  .hover\:bg-tiger-opal-06:hover,
  .focus\:bg-tiger-opal-06:focus,
  .group:hover .group-hover\:bg-tiger-opal-06,
  .group:focus-within .group-focus-within\:bg-tiger-opal-06 {
    background-color: RGBA(249, 144, 72, 0.06);
  }
  .bg-tiger-opal-7,
  .hover\:bg-tiger-opal-7:hover,
  .focus\:bg-tiger-opal-7:focus,
  .group:hover .group-hover\:bg-tiger-opal-7,
  .group:focus-within .group-focus-within\:bg-tiger-opal-7 {
    background-color: RGBA(249, 144, 72, 0.7);
  }
  .bg-tiger-opal-07,
  .hover\:bg-tiger-opal-07:hover,
  .focus\:bg-tiger-opal-07:focus,
  .group:hover .group-hover\:bg-tiger-opal-07,
  .group:focus-within .group-focus-within\:bg-tiger-opal-07 {
    background-color: RGBA(249, 144, 72, 0.07);
  }
  .bg-tiger-opal-8,
  .hover\:bg-tiger-opal-8:hover,
  .focus\:bg-tiger-opal-8:focus,
  .group:hover .group-hover\:bg-tiger-opal-8,
  .group:focus-within .group-focus-within\:bg-tiger-opal-8 {
    background-color: RGBA(249, 144, 72, 0.8);
  }
  .bg-tiger-opal-08,
  .hover\:bg-tiger-opal-08:hover,
  .focus\:bg-tiger-opal-08:focus,
  .group:hover .group-hover\:bg-tiger-opal-08,
  .group:focus-within .group-focus-within\:bg-tiger-opal-08 {
    background-color: RGBA(249, 144, 72, 0.08);
  }
  .bg-tiger-opal-9,
  .hover\:bg-tiger-opal-9:hover,
  .focus\:bg-tiger-opal-9:focus,
  .group:hover .group-hover\:bg-tiger-opal-9,
  .group:focus-within .group-focus-within\:bg-tiger-opal-9 {
    background-color: RGBA(249, 144, 72, 0.9);
  }
  .bg-tiger-opal-09,
  .hover\:bg-tiger-opal-09:hover,
  .focus\:bg-tiger-opal-09:focus,
  .group:hover .group-hover\:bg-tiger-opal-09,
  .group:focus-within .group-focus-within\:bg-tiger-opal-09 {
    background-color: RGBA(249, 144, 72, 0.09);
  }
  .bg-tiger-opal-10,
  .hover\:bg-tiger-opal-10:hover,
  .focus\:bg-tiger-opal-10:focus,
  .group:hover .group-hover\:bg-tiger-opal-10,
  .group:focus-within .group-focus-within\:bg-tiger-opal-10 {
    background-color: RGBA(249, 144, 72, 1);
  }
  .bg-summer,
  .hover\:bg-summer:hover,
  .focus\:bg-summer:focus,
  .group:hover .group-hover\:bg-summer,
  .group:focus-within .group-focus-within\:bg-summer {
    background-color: #f9c748;
  }
  .bg-summer-opal-0,
  .hover\:bg-summer-opal-0:hover,
  .focus\:bg-summer-opal-0:focus,
  .group:hover .group-hover\:bg-summer-opal-0,
  .group:focus-within .group-focus-within\:bg-summer-opal-0 {
    background-color: RGBA(249, 199, 72, 0);
  }
  .bg-summer-opal-00,
  .hover\:bg-summer-opal-00:hover,
  .focus\:bg-summer-opal-00:focus,
  .group:hover .group-hover\:bg-summer-opal-00,
  .group:focus-within .group-focus-within\:bg-summer-opal-00 {
    background-color: RGBA(249, 199, 72, 0);
  }
  .bg-summer-opal-1,
  .hover\:bg-summer-opal-1:hover,
  .focus\:bg-summer-opal-1:focus,
  .group:hover .group-hover\:bg-summer-opal-1,
  .group:focus-within .group-focus-within\:bg-summer-opal-1 {
    background-color: RGBA(249, 199, 72, 0.1);
  }
  .bg-summer-opal-01,
  .hover\:bg-summer-opal-01:hover,
  .focus\:bg-summer-opal-01:focus,
  .group:hover .group-hover\:bg-summer-opal-01,
  .group:focus-within .group-focus-within\:bg-summer-opal-01 {
    background-color: RGBA(249, 199, 72, 0.01);
  }
  .bg-summer-opal-2,
  .hover\:bg-summer-opal-2:hover,
  .focus\:bg-summer-opal-2:focus,
  .group:hover .group-hover\:bg-summer-opal-2,
  .group:focus-within .group-focus-within\:bg-summer-opal-2 {
    background-color: RGBA(249, 199, 72, 0.2);
  }
  .bg-summer-opal-02,
  .hover\:bg-summer-opal-02:hover,
  .focus\:bg-summer-opal-02:focus,
  .group:hover .group-hover\:bg-summer-opal-02,
  .group:focus-within .group-focus-within\:bg-summer-opal-02 {
    background-color: RGBA(249, 199, 72, 0.02);
  }
  .bg-summer-opal-3,
  .hover\:bg-summer-opal-3:hover,
  .focus\:bg-summer-opal-3:focus,
  .group:hover .group-hover\:bg-summer-opal-3,
  .group:focus-within .group-focus-within\:bg-summer-opal-3 {
    background-color: RGBA(249, 199, 72, 0.3);
  }
  .bg-summer-opal-03,
  .hover\:bg-summer-opal-03:hover,
  .focus\:bg-summer-opal-03:focus,
  .group:hover .group-hover\:bg-summer-opal-03,
  .group:focus-within .group-focus-within\:bg-summer-opal-03 {
    background-color: RGBA(249, 199, 72, 0.03);
  }
  .bg-summer-opal-4,
  .hover\:bg-summer-opal-4:hover,
  .focus\:bg-summer-opal-4:focus,
  .group:hover .group-hover\:bg-summer-opal-4,
  .group:focus-within .group-focus-within\:bg-summer-opal-4 {
    background-color: RGBA(249, 199, 72, 0.4);
  }
  .bg-summer-opal-04,
  .hover\:bg-summer-opal-04:hover,
  .focus\:bg-summer-opal-04:focus,
  .group:hover .group-hover\:bg-summer-opal-04,
  .group:focus-within .group-focus-within\:bg-summer-opal-04 {
    background-color: RGBA(249, 199, 72, 0.04);
  }
  .bg-summer-opal-5,
  .hover\:bg-summer-opal-5:hover,
  .focus\:bg-summer-opal-5:focus,
  .group:hover .group-hover\:bg-summer-opal-5,
  .group:focus-within .group-focus-within\:bg-summer-opal-5 {
    background-color: RGBA(249, 199, 72, 0.5);
  }
  .bg-summer-opal-05,
  .hover\:bg-summer-opal-05:hover,
  .focus\:bg-summer-opal-05:focus,
  .group:hover .group-hover\:bg-summer-opal-05,
  .group:focus-within .group-focus-within\:bg-summer-opal-05 {
    background-color: RGBA(249, 199, 72, 0.05);
  }
  .bg-summer-opal-6,
  .hover\:bg-summer-opal-6:hover,
  .focus\:bg-summer-opal-6:focus,
  .group:hover .group-hover\:bg-summer-opal-6,
  .group:focus-within .group-focus-within\:bg-summer-opal-6 {
    background-color: RGBA(249, 199, 72, 0.6);
  }
  .bg-summer-opal-06,
  .hover\:bg-summer-opal-06:hover,
  .focus\:bg-summer-opal-06:focus,
  .group:hover .group-hover\:bg-summer-opal-06,
  .group:focus-within .group-focus-within\:bg-summer-opal-06 {
    background-color: RGBA(249, 199, 72, 0.06);
  }
  .bg-summer-opal-7,
  .hover\:bg-summer-opal-7:hover,
  .focus\:bg-summer-opal-7:focus,
  .group:hover .group-hover\:bg-summer-opal-7,
  .group:focus-within .group-focus-within\:bg-summer-opal-7 {
    background-color: RGBA(249, 199, 72, 0.7);
  }
  .bg-summer-opal-07,
  .hover\:bg-summer-opal-07:hover,
  .focus\:bg-summer-opal-07:focus,
  .group:hover .group-hover\:bg-summer-opal-07,
  .group:focus-within .group-focus-within\:bg-summer-opal-07 {
    background-color: RGBA(249, 199, 72, 0.07);
  }
  .bg-summer-opal-8,
  .hover\:bg-summer-opal-8:hover,
  .focus\:bg-summer-opal-8:focus,
  .group:hover .group-hover\:bg-summer-opal-8,
  .group:focus-within .group-focus-within\:bg-summer-opal-8 {
    background-color: RGBA(249, 199, 72, 0.8);
  }
  .bg-summer-opal-08,
  .hover\:bg-summer-opal-08:hover,
  .focus\:bg-summer-opal-08:focus,
  .group:hover .group-hover\:bg-summer-opal-08,
  .group:focus-within .group-focus-within\:bg-summer-opal-08 {
    background-color: RGBA(249, 199, 72, 0.08);
  }
  .bg-summer-opal-9,
  .hover\:bg-summer-opal-9:hover,
  .focus\:bg-summer-opal-9:focus,
  .group:hover .group-hover\:bg-summer-opal-9,
  .group:focus-within .group-focus-within\:bg-summer-opal-9 {
    background-color: RGBA(249, 199, 72, 0.9);
  }
  .bg-summer-opal-09,
  .hover\:bg-summer-opal-09:hover,
  .focus\:bg-summer-opal-09:focus,
  .group:hover .group-hover\:bg-summer-opal-09,
  .group:focus-within .group-focus-within\:bg-summer-opal-09 {
    background-color: RGBA(249, 199, 72, 0.09);
  }
  .bg-summer-opal-10,
  .hover\:bg-summer-opal-10:hover,
  .focus\:bg-summer-opal-10:focus,
  .group:hover .group-hover\:bg-summer-opal-10,
  .group:focus-within .group-focus-within\:bg-summer-opal-10 {
    background-color: RGBA(249, 199, 72, 1);
  }
  .bg-daffodil,
  .hover\:bg-daffodil:hover,
  .focus\:bg-daffodil:focus,
  .group:hover .group-hover\:bg-daffodil,
  .group:focus-within .group-focus-within\:bg-daffodil {
    background-color: #ffe792;
  }
  .bg-daffodil-opal-0,
  .hover\:bg-daffodil-opal-0:hover,
  .focus\:bg-daffodil-opal-0:focus,
  .group:hover .group-hover\:bg-daffodil-opal-0,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-0 {
    background-color: RGBA(255, 231, 146, 0);
  }
  .bg-daffodil-opal-00,
  .hover\:bg-daffodil-opal-00:hover,
  .focus\:bg-daffodil-opal-00:focus,
  .group:hover .group-hover\:bg-daffodil-opal-00,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-00 {
    background-color: RGBA(255, 231, 146, 0);
  }
  .bg-daffodil-opal-1,
  .hover\:bg-daffodil-opal-1:hover,
  .focus\:bg-daffodil-opal-1:focus,
  .group:hover .group-hover\:bg-daffodil-opal-1,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-1 {
    background-color: RGBA(255, 231, 146, 0.1);
  }
  .bg-daffodil-opal-01,
  .hover\:bg-daffodil-opal-01:hover,
  .focus\:bg-daffodil-opal-01:focus,
  .group:hover .group-hover\:bg-daffodil-opal-01,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-01 {
    background-color: RGBA(255, 231, 146, 0.01);
  }
  .bg-daffodil-opal-2,
  .hover\:bg-daffodil-opal-2:hover,
  .focus\:bg-daffodil-opal-2:focus,
  .group:hover .group-hover\:bg-daffodil-opal-2,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-2 {
    background-color: RGBA(255, 231, 146, 0.2);
  }
  .bg-daffodil-opal-02,
  .hover\:bg-daffodil-opal-02:hover,
  .focus\:bg-daffodil-opal-02:focus,
  .group:hover .group-hover\:bg-daffodil-opal-02,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-02 {
    background-color: RGBA(255, 231, 146, 0.02);
  }
  .bg-daffodil-opal-3,
  .hover\:bg-daffodil-opal-3:hover,
  .focus\:bg-daffodil-opal-3:focus,
  .group:hover .group-hover\:bg-daffodil-opal-3,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-3 {
    background-color: RGBA(255, 231, 146, 0.3);
  }
  .bg-daffodil-opal-03,
  .hover\:bg-daffodil-opal-03:hover,
  .focus\:bg-daffodil-opal-03:focus,
  .group:hover .group-hover\:bg-daffodil-opal-03,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-03 {
    background-color: RGBA(255, 231, 146, 0.03);
  }
  .bg-daffodil-opal-4,
  .hover\:bg-daffodil-opal-4:hover,
  .focus\:bg-daffodil-opal-4:focus,
  .group:hover .group-hover\:bg-daffodil-opal-4,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-4 {
    background-color: RGBA(255, 231, 146, 0.4);
  }
  .bg-daffodil-opal-04,
  .hover\:bg-daffodil-opal-04:hover,
  .focus\:bg-daffodil-opal-04:focus,
  .group:hover .group-hover\:bg-daffodil-opal-04,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-04 {
    background-color: RGBA(255, 231, 146, 0.04);
  }
  .bg-daffodil-opal-5,
  .hover\:bg-daffodil-opal-5:hover,
  .focus\:bg-daffodil-opal-5:focus,
  .group:hover .group-hover\:bg-daffodil-opal-5,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-5 {
    background-color: RGBA(255, 231, 146, 0.5);
  }
  .bg-daffodil-opal-05,
  .hover\:bg-daffodil-opal-05:hover,
  .focus\:bg-daffodil-opal-05:focus,
  .group:hover .group-hover\:bg-daffodil-opal-05,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-05 {
    background-color: RGBA(255, 231, 146, 0.05);
  }
  .bg-daffodil-opal-6,
  .hover\:bg-daffodil-opal-6:hover,
  .focus\:bg-daffodil-opal-6:focus,
  .group:hover .group-hover\:bg-daffodil-opal-6,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-6 {
    background-color: RGBA(255, 231, 146, 0.6);
  }
  .bg-daffodil-opal-06,
  .hover\:bg-daffodil-opal-06:hover,
  .focus\:bg-daffodil-opal-06:focus,
  .group:hover .group-hover\:bg-daffodil-opal-06,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-06 {
    background-color: RGBA(255, 231, 146, 0.06);
  }
  .bg-daffodil-opal-7,
  .hover\:bg-daffodil-opal-7:hover,
  .focus\:bg-daffodil-opal-7:focus,
  .group:hover .group-hover\:bg-daffodil-opal-7,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-7 {
    background-color: RGBA(255, 231, 146, 0.7);
  }
  .bg-daffodil-opal-07,
  .hover\:bg-daffodil-opal-07:hover,
  .focus\:bg-daffodil-opal-07:focus,
  .group:hover .group-hover\:bg-daffodil-opal-07,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-07 {
    background-color: RGBA(255, 231, 146, 0.07);
  }
  .bg-daffodil-opal-8,
  .hover\:bg-daffodil-opal-8:hover,
  .focus\:bg-daffodil-opal-8:focus,
  .group:hover .group-hover\:bg-daffodil-opal-8,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-8 {
    background-color: RGBA(255, 231, 146, 0.8);
  }
  .bg-daffodil-opal-08,
  .hover\:bg-daffodil-opal-08:hover,
  .focus\:bg-daffodil-opal-08:focus,
  .group:hover .group-hover\:bg-daffodil-opal-08,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-08 {
    background-color: RGBA(255, 231, 146, 0.08);
  }
  .bg-daffodil-opal-9,
  .hover\:bg-daffodil-opal-9:hover,
  .focus\:bg-daffodil-opal-9:focus,
  .group:hover .group-hover\:bg-daffodil-opal-9,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-9 {
    background-color: RGBA(255, 231, 146, 0.9);
  }
  .bg-daffodil-opal-09,
  .hover\:bg-daffodil-opal-09:hover,
  .focus\:bg-daffodil-opal-09:focus,
  .group:hover .group-hover\:bg-daffodil-opal-09,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-09 {
    background-color: RGBA(255, 231, 146, 0.09);
  }
  .bg-daffodil-opal-10,
  .hover\:bg-daffodil-opal-10:hover,
  .focus\:bg-daffodil-opal-10:focus,
  .group:hover .group-hover\:bg-daffodil-opal-10,
  .group:focus-within .group-focus-within\:bg-daffodil-opal-10 {
    background-color: RGBA(255, 231, 146, 1);
  }
  .bg-turquoise,
  .hover\:bg-turquoise:hover,
  .focus\:bg-turquoise:focus,
  .group:hover .group-hover\:bg-turquoise,
  .group:focus-within .group-focus-within\:bg-turquoise {
    background-color: #097d98;
  }
  .bg-turquoise-opal-0,
  .hover\:bg-turquoise-opal-0:hover,
  .focus\:bg-turquoise-opal-0:focus,
  .group:hover .group-hover\:bg-turquoise-opal-0,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-0 {
    background-color: RGBA(9, 125, 152, 0);
  }
  .bg-turquoise-opal-00,
  .hover\:bg-turquoise-opal-00:hover,
  .focus\:bg-turquoise-opal-00:focus,
  .group:hover .group-hover\:bg-turquoise-opal-00,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-00 {
    background-color: RGBA(9, 125, 152, 0);
  }
  .bg-turquoise-opal-1,
  .hover\:bg-turquoise-opal-1:hover,
  .focus\:bg-turquoise-opal-1:focus,
  .group:hover .group-hover\:bg-turquoise-opal-1,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-1 {
    background-color: RGBA(9, 125, 152, 0.1);
  }
  .bg-turquoise-opal-01,
  .hover\:bg-turquoise-opal-01:hover,
  .focus\:bg-turquoise-opal-01:focus,
  .group:hover .group-hover\:bg-turquoise-opal-01,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-01 {
    background-color: RGBA(9, 125, 152, 0.01);
  }
  .bg-turquoise-opal-2,
  .hover\:bg-turquoise-opal-2:hover,
  .focus\:bg-turquoise-opal-2:focus,
  .group:hover .group-hover\:bg-turquoise-opal-2,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-2 {
    background-color: RGBA(9, 125, 152, 0.2);
  }
  .bg-turquoise-opal-02,
  .hover\:bg-turquoise-opal-02:hover,
  .focus\:bg-turquoise-opal-02:focus,
  .group:hover .group-hover\:bg-turquoise-opal-02,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-02 {
    background-color: RGBA(9, 125, 152, 0.02);
  }
  .bg-turquoise-opal-3,
  .hover\:bg-turquoise-opal-3:hover,
  .focus\:bg-turquoise-opal-3:focus,
  .group:hover .group-hover\:bg-turquoise-opal-3,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-3 {
    background-color: RGBA(9, 125, 152, 0.3);
  }
  .bg-turquoise-opal-03,
  .hover\:bg-turquoise-opal-03:hover,
  .focus\:bg-turquoise-opal-03:focus,
  .group:hover .group-hover\:bg-turquoise-opal-03,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-03 {
    background-color: RGBA(9, 125, 152, 0.03);
  }
  .bg-turquoise-opal-4,
  .hover\:bg-turquoise-opal-4:hover,
  .focus\:bg-turquoise-opal-4:focus,
  .group:hover .group-hover\:bg-turquoise-opal-4,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-4 {
    background-color: RGBA(9, 125, 152, 0.4);
  }
  .bg-turquoise-opal-04,
  .hover\:bg-turquoise-opal-04:hover,
  .focus\:bg-turquoise-opal-04:focus,
  .group:hover .group-hover\:bg-turquoise-opal-04,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-04 {
    background-color: RGBA(9, 125, 152, 0.04);
  }
  .bg-turquoise-opal-5,
  .hover\:bg-turquoise-opal-5:hover,
  .focus\:bg-turquoise-opal-5:focus,
  .group:hover .group-hover\:bg-turquoise-opal-5,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-5 {
    background-color: RGBA(9, 125, 152, 0.5);
  }
  .bg-turquoise-opal-05,
  .hover\:bg-turquoise-opal-05:hover,
  .focus\:bg-turquoise-opal-05:focus,
  .group:hover .group-hover\:bg-turquoise-opal-05,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-05 {
    background-color: RGBA(9, 125, 152, 0.05);
  }
  .bg-turquoise-opal-6,
  .hover\:bg-turquoise-opal-6:hover,
  .focus\:bg-turquoise-opal-6:focus,
  .group:hover .group-hover\:bg-turquoise-opal-6,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-6 {
    background-color: RGBA(9, 125, 152, 0.6);
  }
  .bg-turquoise-opal-06,
  .hover\:bg-turquoise-opal-06:hover,
  .focus\:bg-turquoise-opal-06:focus,
  .group:hover .group-hover\:bg-turquoise-opal-06,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-06 {
    background-color: RGBA(9, 125, 152, 0.06);
  }
  .bg-turquoise-opal-7,
  .hover\:bg-turquoise-opal-7:hover,
  .focus\:bg-turquoise-opal-7:focus,
  .group:hover .group-hover\:bg-turquoise-opal-7,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-7 {
    background-color: RGBA(9, 125, 152, 0.7);
  }
  .bg-turquoise-opal-07,
  .hover\:bg-turquoise-opal-07:hover,
  .focus\:bg-turquoise-opal-07:focus,
  .group:hover .group-hover\:bg-turquoise-opal-07,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-07 {
    background-color: RGBA(9, 125, 152, 0.07);
  }
  .bg-turquoise-opal-8,
  .hover\:bg-turquoise-opal-8:hover,
  .focus\:bg-turquoise-opal-8:focus,
  .group:hover .group-hover\:bg-turquoise-opal-8,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-8 {
    background-color: RGBA(9, 125, 152, 0.8);
  }
  .bg-turquoise-opal-08,
  .hover\:bg-turquoise-opal-08:hover,
  .focus\:bg-turquoise-opal-08:focus,
  .group:hover .group-hover\:bg-turquoise-opal-08,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-08 {
    background-color: RGBA(9, 125, 152, 0.08);
  }
  .bg-turquoise-opal-9,
  .hover\:bg-turquoise-opal-9:hover,
  .focus\:bg-turquoise-opal-9:focus,
  .group:hover .group-hover\:bg-turquoise-opal-9,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-9 {
    background-color: RGBA(9, 125, 152, 0.9);
  }
  .bg-turquoise-opal-09,
  .hover\:bg-turquoise-opal-09:hover,
  .focus\:bg-turquoise-opal-09:focus,
  .group:hover .group-hover\:bg-turquoise-opal-09,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-09 {
    background-color: RGBA(9, 125, 152, 0.09);
  }
  .bg-turquoise-opal-10,
  .hover\:bg-turquoise-opal-10:hover,
  .focus\:bg-turquoise-opal-10:focus,
  .group:hover .group-hover\:bg-turquoise-opal-10,
  .group:focus-within .group-focus-within\:bg-turquoise-opal-10 {
    background-color: RGBA(9, 125, 152, 1);
  }
  .bg-dark-teal,
  .hover\:bg-dark-teal:hover,
  .focus\:bg-dark-teal:focus,
  .group:hover .group-hover\:bg-dark-teal,
  .group:focus-within .group-focus-within\:bg-dark-teal {
    background-color: #168982;
  }
  .bg-dark-teal-opal-0,
  .hover\:bg-dark-teal-opal-0:hover,
  .focus\:bg-dark-teal-opal-0:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-0,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-0 {
    background-color: RGBA(22, 137, 130, 0);
  }
  .bg-dark-teal-opal-00,
  .hover\:bg-dark-teal-opal-00:hover,
  .focus\:bg-dark-teal-opal-00:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-00,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-00 {
    background-color: RGBA(22, 137, 130, 0);
  }
  .bg-dark-teal-opal-1,
  .hover\:bg-dark-teal-opal-1:hover,
  .focus\:bg-dark-teal-opal-1:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-1,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-1 {
    background-color: RGBA(22, 137, 130, 0.1);
  }
  .bg-dark-teal-opal-01,
  .hover\:bg-dark-teal-opal-01:hover,
  .focus\:bg-dark-teal-opal-01:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-01,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-01 {
    background-color: RGBA(22, 137, 130, 0.01);
  }
  .bg-dark-teal-opal-2,
  .hover\:bg-dark-teal-opal-2:hover,
  .focus\:bg-dark-teal-opal-2:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-2,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-2 {
    background-color: RGBA(22, 137, 130, 0.2);
  }
  .bg-dark-teal-opal-02,
  .hover\:bg-dark-teal-opal-02:hover,
  .focus\:bg-dark-teal-opal-02:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-02,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-02 {
    background-color: RGBA(22, 137, 130, 0.02);
  }
  .bg-dark-teal-opal-3,
  .hover\:bg-dark-teal-opal-3:hover,
  .focus\:bg-dark-teal-opal-3:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-3,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-3 {
    background-color: RGBA(22, 137, 130, 0.3);
  }
  .bg-dark-teal-opal-03,
  .hover\:bg-dark-teal-opal-03:hover,
  .focus\:bg-dark-teal-opal-03:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-03,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-03 {
    background-color: RGBA(22, 137, 130, 0.03);
  }
  .bg-dark-teal-opal-4,
  .hover\:bg-dark-teal-opal-4:hover,
  .focus\:bg-dark-teal-opal-4:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-4,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-4 {
    background-color: RGBA(22, 137, 130, 0.4);
  }
  .bg-dark-teal-opal-04,
  .hover\:bg-dark-teal-opal-04:hover,
  .focus\:bg-dark-teal-opal-04:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-04,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-04 {
    background-color: RGBA(22, 137, 130, 0.04);
  }
  .bg-dark-teal-opal-5,
  .hover\:bg-dark-teal-opal-5:hover,
  .focus\:bg-dark-teal-opal-5:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-5,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-5 {
    background-color: RGBA(22, 137, 130, 0.5);
  }
  .bg-dark-teal-opal-05,
  .hover\:bg-dark-teal-opal-05:hover,
  .focus\:bg-dark-teal-opal-05:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-05,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-05 {
    background-color: RGBA(22, 137, 130, 0.05);
  }
  .bg-dark-teal-opal-6,
  .hover\:bg-dark-teal-opal-6:hover,
  .focus\:bg-dark-teal-opal-6:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-6,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-6 {
    background-color: RGBA(22, 137, 130, 0.6);
  }
  .bg-dark-teal-opal-06,
  .hover\:bg-dark-teal-opal-06:hover,
  .focus\:bg-dark-teal-opal-06:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-06,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-06 {
    background-color: RGBA(22, 137, 130, 0.06);
  }
  .bg-dark-teal-opal-7,
  .hover\:bg-dark-teal-opal-7:hover,
  .focus\:bg-dark-teal-opal-7:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-7,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-7 {
    background-color: RGBA(22, 137, 130, 0.7);
  }
  .bg-dark-teal-opal-07,
  .hover\:bg-dark-teal-opal-07:hover,
  .focus\:bg-dark-teal-opal-07:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-07,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-07 {
    background-color: RGBA(22, 137, 130, 0.07);
  }
  .bg-dark-teal-opal-8,
  .hover\:bg-dark-teal-opal-8:hover,
  .focus\:bg-dark-teal-opal-8:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-8,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-8 {
    background-color: RGBA(22, 137, 130, 0.8);
  }
  .bg-dark-teal-opal-08,
  .hover\:bg-dark-teal-opal-08:hover,
  .focus\:bg-dark-teal-opal-08:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-08,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-08 {
    background-color: RGBA(22, 137, 130, 0.08);
  }
  .bg-dark-teal-opal-9,
  .hover\:bg-dark-teal-opal-9:hover,
  .focus\:bg-dark-teal-opal-9:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-9,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-9 {
    background-color: RGBA(22, 137, 130, 0.9);
  }
  .bg-dark-teal-opal-09,
  .hover\:bg-dark-teal-opal-09:hover,
  .focus\:bg-dark-teal-opal-09:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-09,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-09 {
    background-color: RGBA(22, 137, 130, 0.09);
  }
  .bg-dark-teal-opal-10,
  .hover\:bg-dark-teal-opal-10:hover,
  .focus\:bg-dark-teal-opal-10:focus,
  .group:hover .group-hover\:bg-dark-teal-opal-10,
  .group:focus-within .group-focus-within\:bg-dark-teal-opal-10 {
    background-color: RGBA(22, 137, 130, 1);
  }
  .bg-teal,
  .hover\:bg-teal:hover,
  .focus\:bg-teal:focus,
  .group:hover .group-hover\:bg-teal,
  .group:focus-within .group-focus-within\:bg-teal {
    background-color: #43b59a;
  }
  .bg-teal-opal-0,
  .hover\:bg-teal-opal-0:hover,
  .focus\:bg-teal-opal-0:focus,
  .group:hover .group-hover\:bg-teal-opal-0,
  .group:focus-within .group-focus-within\:bg-teal-opal-0 {
    background-color: RGBA(67, 181, 154, 0);
  }
  .bg-teal-opal-00,
  .hover\:bg-teal-opal-00:hover,
  .focus\:bg-teal-opal-00:focus,
  .group:hover .group-hover\:bg-teal-opal-00,
  .group:focus-within .group-focus-within\:bg-teal-opal-00 {
    background-color: RGBA(67, 181, 154, 0);
  }
  .bg-teal-opal-1,
  .hover\:bg-teal-opal-1:hover,
  .focus\:bg-teal-opal-1:focus,
  .group:hover .group-hover\:bg-teal-opal-1,
  .group:focus-within .group-focus-within\:bg-teal-opal-1 {
    background-color: RGBA(67, 181, 154, 0.1);
  }
  .bg-teal-opal-01,
  .hover\:bg-teal-opal-01:hover,
  .focus\:bg-teal-opal-01:focus,
  .group:hover .group-hover\:bg-teal-opal-01,
  .group:focus-within .group-focus-within\:bg-teal-opal-01 {
    background-color: RGBA(67, 181, 154, 0.01);
  }
  .bg-teal-opal-2,
  .hover\:bg-teal-opal-2:hover,
  .focus\:bg-teal-opal-2:focus,
  .group:hover .group-hover\:bg-teal-opal-2,
  .group:focus-within .group-focus-within\:bg-teal-opal-2 {
    background-color: RGBA(67, 181, 154, 0.2);
  }
  .bg-teal-opal-02,
  .hover\:bg-teal-opal-02:hover,
  .focus\:bg-teal-opal-02:focus,
  .group:hover .group-hover\:bg-teal-opal-02,
  .group:focus-within .group-focus-within\:bg-teal-opal-02 {
    background-color: RGBA(67, 181, 154, 0.02);
  }
  .bg-teal-opal-3,
  .hover\:bg-teal-opal-3:hover,
  .focus\:bg-teal-opal-3:focus,
  .group:hover .group-hover\:bg-teal-opal-3,
  .group:focus-within .group-focus-within\:bg-teal-opal-3 {
    background-color: RGBA(67, 181, 154, 0.3);
  }
  .bg-teal-opal-03,
  .hover\:bg-teal-opal-03:hover,
  .focus\:bg-teal-opal-03:focus,
  .group:hover .group-hover\:bg-teal-opal-03,
  .group:focus-within .group-focus-within\:bg-teal-opal-03 {
    background-color: RGBA(67, 181, 154, 0.03);
  }
  .bg-teal-opal-4,
  .hover\:bg-teal-opal-4:hover,
  .focus\:bg-teal-opal-4:focus,
  .group:hover .group-hover\:bg-teal-opal-4,
  .group:focus-within .group-focus-within\:bg-teal-opal-4 {
    background-color: RGBA(67, 181, 154, 0.4);
  }
  .bg-teal-opal-04,
  .hover\:bg-teal-opal-04:hover,
  .focus\:bg-teal-opal-04:focus,
  .group:hover .group-hover\:bg-teal-opal-04,
  .group:focus-within .group-focus-within\:bg-teal-opal-04 {
    background-color: RGBA(67, 181, 154, 0.04);
  }
  .bg-teal-opal-5,
  .hover\:bg-teal-opal-5:hover,
  .focus\:bg-teal-opal-5:focus,
  .group:hover .group-hover\:bg-teal-opal-5,
  .group:focus-within .group-focus-within\:bg-teal-opal-5 {
    background-color: RGBA(67, 181, 154, 0.5);
  }
  .bg-teal-opal-05,
  .hover\:bg-teal-opal-05:hover,
  .focus\:bg-teal-opal-05:focus,
  .group:hover .group-hover\:bg-teal-opal-05,
  .group:focus-within .group-focus-within\:bg-teal-opal-05 {
    background-color: RGBA(67, 181, 154, 0.05);
  }
  .bg-teal-opal-6,
  .hover\:bg-teal-opal-6:hover,
  .focus\:bg-teal-opal-6:focus,
  .group:hover .group-hover\:bg-teal-opal-6,
  .group:focus-within .group-focus-within\:bg-teal-opal-6 {
    background-color: RGBA(67, 181, 154, 0.6);
  }
  .bg-teal-opal-06,
  .hover\:bg-teal-opal-06:hover,
  .focus\:bg-teal-opal-06:focus,
  .group:hover .group-hover\:bg-teal-opal-06,
  .group:focus-within .group-focus-within\:bg-teal-opal-06 {
    background-color: RGBA(67, 181, 154, 0.06);
  }
  .bg-teal-opal-7,
  .hover\:bg-teal-opal-7:hover,
  .focus\:bg-teal-opal-7:focus,
  .group:hover .group-hover\:bg-teal-opal-7,
  .group:focus-within .group-focus-within\:bg-teal-opal-7 {
    background-color: RGBA(67, 181, 154, 0.7);
  }
  .bg-teal-opal-07,
  .hover\:bg-teal-opal-07:hover,
  .focus\:bg-teal-opal-07:focus,
  .group:hover .group-hover\:bg-teal-opal-07,
  .group:focus-within .group-focus-within\:bg-teal-opal-07 {
    background-color: RGBA(67, 181, 154, 0.07);
  }
  .bg-teal-opal-8,
  .hover\:bg-teal-opal-8:hover,
  .focus\:bg-teal-opal-8:focus,
  .group:hover .group-hover\:bg-teal-opal-8,
  .group:focus-within .group-focus-within\:bg-teal-opal-8 {
    background-color: RGBA(67, 181, 154, 0.8);
  }
  .bg-teal-opal-08,
  .hover\:bg-teal-opal-08:hover,
  .focus\:bg-teal-opal-08:focus,
  .group:hover .group-hover\:bg-teal-opal-08,
  .group:focus-within .group-focus-within\:bg-teal-opal-08 {
    background-color: RGBA(67, 181, 154, 0.08);
  }
  .bg-teal-opal-9,
  .hover\:bg-teal-opal-9:hover,
  .focus\:bg-teal-opal-9:focus,
  .group:hover .group-hover\:bg-teal-opal-9,
  .group:focus-within .group-focus-within\:bg-teal-opal-9 {
    background-color: RGBA(67, 181, 154, 0.9);
  }
  .bg-teal-opal-09,
  .hover\:bg-teal-opal-09:hover,
  .focus\:bg-teal-opal-09:focus,
  .group:hover .group-hover\:bg-teal-opal-09,
  .group:focus-within .group-focus-within\:bg-teal-opal-09 {
    background-color: RGBA(67, 181, 154, 0.09);
  }
  .bg-teal-opal-10,
  .hover\:bg-teal-opal-10:hover,
  .focus\:bg-teal-opal-10:focus,
  .group:hover .group-hover\:bg-teal-opal-10,
  .group:focus-within .group-focus-within\:bg-teal-opal-10 {
    background-color: RGBA(67, 181, 154, 1);
  }
  .bg-vibe,
  .hover\:bg-vibe:hover,
  .focus\:bg-vibe:focus,
  .group:hover .group-hover\:bg-vibe,
  .group:focus-within .group-focus-within\:bg-vibe {
    background-color: #4bd6b5;
  }
  .bg-vibe-opal-0,
  .hover\:bg-vibe-opal-0:hover,
  .focus\:bg-vibe-opal-0:focus,
  .group:hover .group-hover\:bg-vibe-opal-0,
  .group:focus-within .group-focus-within\:bg-vibe-opal-0 {
    background-color: RGBA(75, 214, 181, 0);
  }
  .bg-vibe-opal-00,
  .hover\:bg-vibe-opal-00:hover,
  .focus\:bg-vibe-opal-00:focus,
  .group:hover .group-hover\:bg-vibe-opal-00,
  .group:focus-within .group-focus-within\:bg-vibe-opal-00 {
    background-color: RGBA(75, 214, 181, 0);
  }
  .bg-vibe-opal-1,
  .hover\:bg-vibe-opal-1:hover,
  .focus\:bg-vibe-opal-1:focus,
  .group:hover .group-hover\:bg-vibe-opal-1,
  .group:focus-within .group-focus-within\:bg-vibe-opal-1 {
    background-color: RGBA(75, 214, 181, 0.1);
  }
  .bg-vibe-opal-01,
  .hover\:bg-vibe-opal-01:hover,
  .focus\:bg-vibe-opal-01:focus,
  .group:hover .group-hover\:bg-vibe-opal-01,
  .group:focus-within .group-focus-within\:bg-vibe-opal-01 {
    background-color: RGBA(75, 214, 181, 0.01);
  }
  .bg-vibe-opal-2,
  .hover\:bg-vibe-opal-2:hover,
  .focus\:bg-vibe-opal-2:focus,
  .group:hover .group-hover\:bg-vibe-opal-2,
  .group:focus-within .group-focus-within\:bg-vibe-opal-2 {
    background-color: RGBA(75, 214, 181, 0.2);
  }
  .bg-vibe-opal-02,
  .hover\:bg-vibe-opal-02:hover,
  .focus\:bg-vibe-opal-02:focus,
  .group:hover .group-hover\:bg-vibe-opal-02,
  .group:focus-within .group-focus-within\:bg-vibe-opal-02 {
    background-color: RGBA(75, 214, 181, 0.02);
  }
  .bg-vibe-opal-3,
  .hover\:bg-vibe-opal-3:hover,
  .focus\:bg-vibe-opal-3:focus,
  .group:hover .group-hover\:bg-vibe-opal-3,
  .group:focus-within .group-focus-within\:bg-vibe-opal-3 {
    background-color: RGBA(75, 214, 181, 0.3);
  }
  .bg-vibe-opal-03,
  .hover\:bg-vibe-opal-03:hover,
  .focus\:bg-vibe-opal-03:focus,
  .group:hover .group-hover\:bg-vibe-opal-03,
  .group:focus-within .group-focus-within\:bg-vibe-opal-03 {
    background-color: RGBA(75, 214, 181, 0.03);
  }
  .bg-vibe-opal-4,
  .hover\:bg-vibe-opal-4:hover,
  .focus\:bg-vibe-opal-4:focus,
  .group:hover .group-hover\:bg-vibe-opal-4,
  .group:focus-within .group-focus-within\:bg-vibe-opal-4 {
    background-color: RGBA(75, 214, 181, 0.4);
  }
  .bg-vibe-opal-04,
  .hover\:bg-vibe-opal-04:hover,
  .focus\:bg-vibe-opal-04:focus,
  .group:hover .group-hover\:bg-vibe-opal-04,
  .group:focus-within .group-focus-within\:bg-vibe-opal-04 {
    background-color: RGBA(75, 214, 181, 0.04);
  }
  .bg-vibe-opal-5,
  .hover\:bg-vibe-opal-5:hover,
  .focus\:bg-vibe-opal-5:focus,
  .group:hover .group-hover\:bg-vibe-opal-5,
  .group:focus-within .group-focus-within\:bg-vibe-opal-5 {
    background-color: RGBA(75, 214, 181, 0.5);
  }
  .bg-vibe-opal-05,
  .hover\:bg-vibe-opal-05:hover,
  .focus\:bg-vibe-opal-05:focus,
  .group:hover .group-hover\:bg-vibe-opal-05,
  .group:focus-within .group-focus-within\:bg-vibe-opal-05 {
    background-color: RGBA(75, 214, 181, 0.05);
  }
  .bg-vibe-opal-6,
  .hover\:bg-vibe-opal-6:hover,
  .focus\:bg-vibe-opal-6:focus,
  .group:hover .group-hover\:bg-vibe-opal-6,
  .group:focus-within .group-focus-within\:bg-vibe-opal-6 {
    background-color: RGBA(75, 214, 181, 0.6);
  }
  .bg-vibe-opal-06,
  .hover\:bg-vibe-opal-06:hover,
  .focus\:bg-vibe-opal-06:focus,
  .group:hover .group-hover\:bg-vibe-opal-06,
  .group:focus-within .group-focus-within\:bg-vibe-opal-06 {
    background-color: RGBA(75, 214, 181, 0.06);
  }
  .bg-vibe-opal-7,
  .hover\:bg-vibe-opal-7:hover,
  .focus\:bg-vibe-opal-7:focus,
  .group:hover .group-hover\:bg-vibe-opal-7,
  .group:focus-within .group-focus-within\:bg-vibe-opal-7 {
    background-color: RGBA(75, 214, 181, 0.7);
  }
  .bg-vibe-opal-07,
  .hover\:bg-vibe-opal-07:hover,
  .focus\:bg-vibe-opal-07:focus,
  .group:hover .group-hover\:bg-vibe-opal-07,
  .group:focus-within .group-focus-within\:bg-vibe-opal-07 {
    background-color: RGBA(75, 214, 181, 0.07);
  }
  .bg-vibe-opal-8,
  .hover\:bg-vibe-opal-8:hover,
  .focus\:bg-vibe-opal-8:focus,
  .group:hover .group-hover\:bg-vibe-opal-8,
  .group:focus-within .group-focus-within\:bg-vibe-opal-8 {
    background-color: RGBA(75, 214, 181, 0.8);
  }
  .bg-vibe-opal-08,
  .hover\:bg-vibe-opal-08:hover,
  .focus\:bg-vibe-opal-08:focus,
  .group:hover .group-hover\:bg-vibe-opal-08,
  .group:focus-within .group-focus-within\:bg-vibe-opal-08 {
    background-color: RGBA(75, 214, 181, 0.08);
  }
  .bg-vibe-opal-9,
  .hover\:bg-vibe-opal-9:hover,
  .focus\:bg-vibe-opal-9:focus,
  .group:hover .group-hover\:bg-vibe-opal-9,
  .group:focus-within .group-focus-within\:bg-vibe-opal-9 {
    background-color: RGBA(75, 214, 181, 0.9);
  }
  .bg-vibe-opal-09,
  .hover\:bg-vibe-opal-09:hover,
  .focus\:bg-vibe-opal-09:focus,
  .group:hover .group-hover\:bg-vibe-opal-09,
  .group:focus-within .group-focus-within\:bg-vibe-opal-09 {
    background-color: RGBA(75, 214, 181, 0.09);
  }
  .bg-vibe-opal-10,
  .hover\:bg-vibe-opal-10:hover,
  .focus\:bg-vibe-opal-10:focus,
  .group:hover .group-hover\:bg-vibe-opal-10,
  .group:focus-within .group-focus-within\:bg-vibe-opal-10 {
    background-color: RGBA(75, 214, 181, 1);
  }
  .bg-deep-sea,
  .hover\:bg-deep-sea:hover,
  .focus\:bg-deep-sea:focus,
  .group:hover .group-hover\:bg-deep-sea,
  .group:focus-within .group-focus-within\:bg-deep-sea {
    background-color: #0a26b8;
  }
  .bg-deep-sea-opal-0,
  .hover\:bg-deep-sea-opal-0:hover,
  .focus\:bg-deep-sea-opal-0:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-0,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-0 {
    background-color: RGBA(10, 38, 184, 0);
  }
  .bg-deep-sea-opal-00,
  .hover\:bg-deep-sea-opal-00:hover,
  .focus\:bg-deep-sea-opal-00:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-00,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-00 {
    background-color: RGBA(10, 38, 184, 0);
  }
  .bg-deep-sea-opal-1,
  .hover\:bg-deep-sea-opal-1:hover,
  .focus\:bg-deep-sea-opal-1:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-1,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-1 {
    background-color: RGBA(10, 38, 184, 0.1);
  }
  .bg-deep-sea-opal-01,
  .hover\:bg-deep-sea-opal-01:hover,
  .focus\:bg-deep-sea-opal-01:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-01,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-01 {
    background-color: RGBA(10, 38, 184, 0.01);
  }
  .bg-deep-sea-opal-2,
  .hover\:bg-deep-sea-opal-2:hover,
  .focus\:bg-deep-sea-opal-2:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-2,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-2 {
    background-color: RGBA(10, 38, 184, 0.2);
  }
  .bg-deep-sea-opal-02,
  .hover\:bg-deep-sea-opal-02:hover,
  .focus\:bg-deep-sea-opal-02:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-02,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-02 {
    background-color: RGBA(10, 38, 184, 0.02);
  }
  .bg-deep-sea-opal-3,
  .hover\:bg-deep-sea-opal-3:hover,
  .focus\:bg-deep-sea-opal-3:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-3,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-3 {
    background-color: RGBA(10, 38, 184, 0.3);
  }
  .bg-deep-sea-opal-03,
  .hover\:bg-deep-sea-opal-03:hover,
  .focus\:bg-deep-sea-opal-03:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-03,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-03 {
    background-color: RGBA(10, 38, 184, 0.03);
  }
  .bg-deep-sea-opal-4,
  .hover\:bg-deep-sea-opal-4:hover,
  .focus\:bg-deep-sea-opal-4:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-4,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-4 {
    background-color: RGBA(10, 38, 184, 0.4);
  }
  .bg-deep-sea-opal-04,
  .hover\:bg-deep-sea-opal-04:hover,
  .focus\:bg-deep-sea-opal-04:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-04,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-04 {
    background-color: RGBA(10, 38, 184, 0.04);
  }
  .bg-deep-sea-opal-5,
  .hover\:bg-deep-sea-opal-5:hover,
  .focus\:bg-deep-sea-opal-5:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-5,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-5 {
    background-color: RGBA(10, 38, 184, 0.5);
  }
  .bg-deep-sea-opal-05,
  .hover\:bg-deep-sea-opal-05:hover,
  .focus\:bg-deep-sea-opal-05:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-05,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-05 {
    background-color: RGBA(10, 38, 184, 0.05);
  }
  .bg-deep-sea-opal-6,
  .hover\:bg-deep-sea-opal-6:hover,
  .focus\:bg-deep-sea-opal-6:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-6,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-6 {
    background-color: RGBA(10, 38, 184, 0.6);
  }
  .bg-deep-sea-opal-06,
  .hover\:bg-deep-sea-opal-06:hover,
  .focus\:bg-deep-sea-opal-06:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-06,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-06 {
    background-color: RGBA(10, 38, 184, 0.06);
  }
  .bg-deep-sea-opal-7,
  .hover\:bg-deep-sea-opal-7:hover,
  .focus\:bg-deep-sea-opal-7:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-7,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-7 {
    background-color: RGBA(10, 38, 184, 0.7);
  }
  .bg-deep-sea-opal-07,
  .hover\:bg-deep-sea-opal-07:hover,
  .focus\:bg-deep-sea-opal-07:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-07,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-07 {
    background-color: RGBA(10, 38, 184, 0.07);
  }
  .bg-deep-sea-opal-8,
  .hover\:bg-deep-sea-opal-8:hover,
  .focus\:bg-deep-sea-opal-8:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-8,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-8 {
    background-color: RGBA(10, 38, 184, 0.8);
  }
  .bg-deep-sea-opal-08,
  .hover\:bg-deep-sea-opal-08:hover,
  .focus\:bg-deep-sea-opal-08:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-08,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-08 {
    background-color: RGBA(10, 38, 184, 0.08);
  }
  .bg-deep-sea-opal-9,
  .hover\:bg-deep-sea-opal-9:hover,
  .focus\:bg-deep-sea-opal-9:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-9,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-9 {
    background-color: RGBA(10, 38, 184, 0.9);
  }
  .bg-deep-sea-opal-09,
  .hover\:bg-deep-sea-opal-09:hover,
  .focus\:bg-deep-sea-opal-09:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-09,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-09 {
    background-color: RGBA(10, 38, 184, 0.09);
  }
  .bg-deep-sea-opal-10,
  .hover\:bg-deep-sea-opal-10:hover,
  .focus\:bg-deep-sea-opal-10:focus,
  .group:hover .group-hover\:bg-deep-sea-opal-10,
  .group:focus-within .group-focus-within\:bg-deep-sea-opal-10 {
    background-color: RGBA(10, 38, 184, 1);
  }
  .bg-electric-blue,
  .hover\:bg-electric-blue:hover,
  .focus\:bg-electric-blue:focus,
  .group:hover .group-hover\:bg-electric-blue,
  .group:focus-within .group-focus-within\:bg-electric-blue {
    background-color: #145deb;
  }
  .bg-electric-blue-opal-0,
  .hover\:bg-electric-blue-opal-0:hover,
  .focus\:bg-electric-blue-opal-0:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-0,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-0 {
    background-color: RGBA(20, 93, 235, 0);
  }
  .bg-electric-blue-opal-00,
  .hover\:bg-electric-blue-opal-00:hover,
  .focus\:bg-electric-blue-opal-00:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-00,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-00 {
    background-color: RGBA(20, 93, 235, 0);
  }
  .bg-electric-blue-opal-1,
  .hover\:bg-electric-blue-opal-1:hover,
  .focus\:bg-electric-blue-opal-1:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-1,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-1 {
    background-color: RGBA(20, 93, 235, 0.1);
  }
  .bg-electric-blue-opal-01,
  .hover\:bg-electric-blue-opal-01:hover,
  .focus\:bg-electric-blue-opal-01:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-01,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-01 {
    background-color: RGBA(20, 93, 235, 0.01);
  }
  .bg-electric-blue-opal-2,
  .hover\:bg-electric-blue-opal-2:hover,
  .focus\:bg-electric-blue-opal-2:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-2,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-2 {
    background-color: RGBA(20, 93, 235, 0.2);
  }
  .bg-electric-blue-opal-02,
  .hover\:bg-electric-blue-opal-02:hover,
  .focus\:bg-electric-blue-opal-02:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-02,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-02 {
    background-color: RGBA(20, 93, 235, 0.02);
  }
  .bg-electric-blue-opal-3,
  .hover\:bg-electric-blue-opal-3:hover,
  .focus\:bg-electric-blue-opal-3:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-3,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-3 {
    background-color: RGBA(20, 93, 235, 0.3);
  }
  .bg-electric-blue-opal-03,
  .hover\:bg-electric-blue-opal-03:hover,
  .focus\:bg-electric-blue-opal-03:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-03,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-03 {
    background-color: RGBA(20, 93, 235, 0.03);
  }
  .bg-electric-blue-opal-4,
  .hover\:bg-electric-blue-opal-4:hover,
  .focus\:bg-electric-blue-opal-4:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-4,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-4 {
    background-color: RGBA(20, 93, 235, 0.4);
  }
  .bg-electric-blue-opal-04,
  .hover\:bg-electric-blue-opal-04:hover,
  .focus\:bg-electric-blue-opal-04:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-04,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-04 {
    background-color: RGBA(20, 93, 235, 0.04);
  }
  .bg-electric-blue-opal-5,
  .hover\:bg-electric-blue-opal-5:hover,
  .focus\:bg-electric-blue-opal-5:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-5,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-5 {
    background-color: RGBA(20, 93, 235, 0.5);
  }
  .bg-electric-blue-opal-05,
  .hover\:bg-electric-blue-opal-05:hover,
  .focus\:bg-electric-blue-opal-05:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-05,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-05 {
    background-color: RGBA(20, 93, 235, 0.05);
  }
  .bg-electric-blue-opal-6,
  .hover\:bg-electric-blue-opal-6:hover,
  .focus\:bg-electric-blue-opal-6:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-6,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-6 {
    background-color: RGBA(20, 93, 235, 0.6);
  }
  .bg-electric-blue-opal-06,
  .hover\:bg-electric-blue-opal-06:hover,
  .focus\:bg-electric-blue-opal-06:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-06,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-06 {
    background-color: RGBA(20, 93, 235, 0.06);
  }
  .bg-electric-blue-opal-7,
  .hover\:bg-electric-blue-opal-7:hover,
  .focus\:bg-electric-blue-opal-7:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-7,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-7 {
    background-color: RGBA(20, 93, 235, 0.7);
  }
  .bg-electric-blue-opal-07,
  .hover\:bg-electric-blue-opal-07:hover,
  .focus\:bg-electric-blue-opal-07:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-07,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-07 {
    background-color: RGBA(20, 93, 235, 0.07);
  }
  .bg-electric-blue-opal-8,
  .hover\:bg-electric-blue-opal-8:hover,
  .focus\:bg-electric-blue-opal-8:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-8,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-8 {
    background-color: RGBA(20, 93, 235, 0.8);
  }
  .bg-electric-blue-opal-08,
  .hover\:bg-electric-blue-opal-08:hover,
  .focus\:bg-electric-blue-opal-08:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-08,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-08 {
    background-color: RGBA(20, 93, 235, 0.08);
  }
  .bg-electric-blue-opal-9,
  .hover\:bg-electric-blue-opal-9:hover,
  .focus\:bg-electric-blue-opal-9:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-9,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-9 {
    background-color: RGBA(20, 93, 235, 0.9);
  }
  .bg-electric-blue-opal-09,
  .hover\:bg-electric-blue-opal-09:hover,
  .focus\:bg-electric-blue-opal-09:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-09,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-09 {
    background-color: RGBA(20, 93, 235, 0.09);
  }
  .bg-electric-blue-opal-10,
  .hover\:bg-electric-blue-opal-10:hover,
  .focus\:bg-electric-blue-opal-10:focus,
  .group:hover .group-hover\:bg-electric-blue-opal-10,
  .group:focus-within .group-focus-within\:bg-electric-blue-opal-10 {
    background-color: RGBA(20, 93, 235, 1);
  }
  .bg-electric-blue-dark,
  .hover\:bg-electric-blue-dark:hover,
  .focus\:bg-electric-blue-dark:focus,
  .group:hover .group-hover\:bg-electric-blue-dark,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark {
    background-color: #3ea2ff;
  }
  .bg-electric-blue-dark-opal-0,
  .hover\:bg-electric-blue-dark-opal-0:hover,
  .focus\:bg-electric-blue-dark-opal-0:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-0,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-0 {
    background-color: RGBA(62, 162, 255, 0);
  }
  .bg-electric-blue-dark-opal-00,
  .hover\:bg-electric-blue-dark-opal-00:hover,
  .focus\:bg-electric-blue-dark-opal-00:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-00,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-00 {
    background-color: RGBA(62, 162, 255, 0);
  }
  .bg-electric-blue-dark-opal-1,
  .hover\:bg-electric-blue-dark-opal-1:hover,
  .focus\:bg-electric-blue-dark-opal-1:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-1,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-1 {
    background-color: RGBA(62, 162, 255, 0.1);
  }
  .bg-electric-blue-dark-opal-01,
  .hover\:bg-electric-blue-dark-opal-01:hover,
  .focus\:bg-electric-blue-dark-opal-01:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-01,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-01 {
    background-color: RGBA(62, 162, 255, 0.01);
  }
  .bg-electric-blue-dark-opal-2,
  .hover\:bg-electric-blue-dark-opal-2:hover,
  .focus\:bg-electric-blue-dark-opal-2:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-2,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-2 {
    background-color: RGBA(62, 162, 255, 0.2);
  }
  .bg-electric-blue-dark-opal-02,
  .hover\:bg-electric-blue-dark-opal-02:hover,
  .focus\:bg-electric-blue-dark-opal-02:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-02,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-02 {
    background-color: RGBA(62, 162, 255, 0.02);
  }
  .bg-electric-blue-dark-opal-3,
  .hover\:bg-electric-blue-dark-opal-3:hover,
  .focus\:bg-electric-blue-dark-opal-3:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-3,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-3 {
    background-color: RGBA(62, 162, 255, 0.3);
  }
  .bg-electric-blue-dark-opal-03,
  .hover\:bg-electric-blue-dark-opal-03:hover,
  .focus\:bg-electric-blue-dark-opal-03:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-03,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-03 {
    background-color: RGBA(62, 162, 255, 0.03);
  }
  .bg-electric-blue-dark-opal-4,
  .hover\:bg-electric-blue-dark-opal-4:hover,
  .focus\:bg-electric-blue-dark-opal-4:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-4,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-4 {
    background-color: RGBA(62, 162, 255, 0.4);
  }
  .bg-electric-blue-dark-opal-04,
  .hover\:bg-electric-blue-dark-opal-04:hover,
  .focus\:bg-electric-blue-dark-opal-04:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-04,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-04 {
    background-color: RGBA(62, 162, 255, 0.04);
  }
  .bg-electric-blue-dark-opal-5,
  .hover\:bg-electric-blue-dark-opal-5:hover,
  .focus\:bg-electric-blue-dark-opal-5:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-5,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-5 {
    background-color: RGBA(62, 162, 255, 0.5);
  }
  .bg-electric-blue-dark-opal-05,
  .hover\:bg-electric-blue-dark-opal-05:hover,
  .focus\:bg-electric-blue-dark-opal-05:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-05,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-05 {
    background-color: RGBA(62, 162, 255, 0.05);
  }
  .bg-electric-blue-dark-opal-6,
  .hover\:bg-electric-blue-dark-opal-6:hover,
  .focus\:bg-electric-blue-dark-opal-6:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-6,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-6 {
    background-color: RGBA(62, 162, 255, 0.6);
  }
  .bg-electric-blue-dark-opal-06,
  .hover\:bg-electric-blue-dark-opal-06:hover,
  .focus\:bg-electric-blue-dark-opal-06:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-06,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-06 {
    background-color: RGBA(62, 162, 255, 0.06);
  }
  .bg-electric-blue-dark-opal-7,
  .hover\:bg-electric-blue-dark-opal-7:hover,
  .focus\:bg-electric-blue-dark-opal-7:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-7,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-7 {
    background-color: RGBA(62, 162, 255, 0.7);
  }
  .bg-electric-blue-dark-opal-07,
  .hover\:bg-electric-blue-dark-opal-07:hover,
  .focus\:bg-electric-blue-dark-opal-07:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-07,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-07 {
    background-color: RGBA(62, 162, 255, 0.07);
  }
  .bg-electric-blue-dark-opal-8,
  .hover\:bg-electric-blue-dark-opal-8:hover,
  .focus\:bg-electric-blue-dark-opal-8:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-8,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-8 {
    background-color: RGBA(62, 162, 255, 0.8);
  }
  .bg-electric-blue-dark-opal-08,
  .hover\:bg-electric-blue-dark-opal-08:hover,
  .focus\:bg-electric-blue-dark-opal-08:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-08,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-08 {
    background-color: RGBA(62, 162, 255, 0.08);
  }
  .bg-electric-blue-dark-opal-9,
  .hover\:bg-electric-blue-dark-opal-9:hover,
  .focus\:bg-electric-blue-dark-opal-9:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-9,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-9 {
    background-color: RGBA(62, 162, 255, 0.9);
  }
  .bg-electric-blue-dark-opal-09,
  .hover\:bg-electric-blue-dark-opal-09:hover,
  .focus\:bg-electric-blue-dark-opal-09:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-09,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-09 {
    background-color: RGBA(62, 162, 255, 0.09);
  }
  .bg-electric-blue-dark-opal-10,
  .hover\:bg-electric-blue-dark-opal-10:hover,
  .focus\:bg-electric-blue-dark-opal-10:focus,
  .group:hover .group-hover\:bg-electric-blue-dark-opal-10,
  .group:focus-within .group-focus-within\:bg-electric-blue-dark-opal-10 {
    background-color: RGBA(62, 162, 255, 1);
  }
  .bg-periwinkle,
  .hover\:bg-periwinkle:hover,
  .focus\:bg-periwinkle:focus,
  .group:hover .group-hover\:bg-periwinkle,
  .group:focus-within .group-focus-within\:bg-periwinkle {
    background-color: #9bcfff;
  }
  .bg-periwinkle-opal-0,
  .hover\:bg-periwinkle-opal-0:hover,
  .focus\:bg-periwinkle-opal-0:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-0,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-0 {
    background-color: RGBA(155, 207, 255, 0);
  }
  .bg-periwinkle-opal-00,
  .hover\:bg-periwinkle-opal-00:hover,
  .focus\:bg-periwinkle-opal-00:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-00,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-00 {
    background-color: RGBA(155, 207, 255, 0);
  }
  .bg-periwinkle-opal-1,
  .hover\:bg-periwinkle-opal-1:hover,
  .focus\:bg-periwinkle-opal-1:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-1,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-1 {
    background-color: RGBA(155, 207, 255, 0.1);
  }
  .bg-periwinkle-opal-01,
  .hover\:bg-periwinkle-opal-01:hover,
  .focus\:bg-periwinkle-opal-01:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-01,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-01 {
    background-color: RGBA(155, 207, 255, 0.01);
  }
  .bg-periwinkle-opal-2,
  .hover\:bg-periwinkle-opal-2:hover,
  .focus\:bg-periwinkle-opal-2:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-2,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-2 {
    background-color: RGBA(155, 207, 255, 0.2);
  }
  .bg-periwinkle-opal-02,
  .hover\:bg-periwinkle-opal-02:hover,
  .focus\:bg-periwinkle-opal-02:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-02,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-02 {
    background-color: RGBA(155, 207, 255, 0.02);
  }
  .bg-periwinkle-opal-3,
  .hover\:bg-periwinkle-opal-3:hover,
  .focus\:bg-periwinkle-opal-3:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-3,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-3 {
    background-color: RGBA(155, 207, 255, 0.3);
  }
  .bg-periwinkle-opal-03,
  .hover\:bg-periwinkle-opal-03:hover,
  .focus\:bg-periwinkle-opal-03:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-03,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-03 {
    background-color: RGBA(155, 207, 255, 0.03);
  }
  .bg-periwinkle-opal-4,
  .hover\:bg-periwinkle-opal-4:hover,
  .focus\:bg-periwinkle-opal-4:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-4,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-4 {
    background-color: RGBA(155, 207, 255, 0.4);
  }
  .bg-periwinkle-opal-04,
  .hover\:bg-periwinkle-opal-04:hover,
  .focus\:bg-periwinkle-opal-04:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-04,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-04 {
    background-color: RGBA(155, 207, 255, 0.04);
  }
  .bg-periwinkle-opal-5,
  .hover\:bg-periwinkle-opal-5:hover,
  .focus\:bg-periwinkle-opal-5:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-5,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-5 {
    background-color: RGBA(155, 207, 255, 0.5);
  }
  .bg-periwinkle-opal-05,
  .hover\:bg-periwinkle-opal-05:hover,
  .focus\:bg-periwinkle-opal-05:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-05,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-05 {
    background-color: RGBA(155, 207, 255, 0.05);
  }
  .bg-periwinkle-opal-6,
  .hover\:bg-periwinkle-opal-6:hover,
  .focus\:bg-periwinkle-opal-6:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-6,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-6 {
    background-color: RGBA(155, 207, 255, 0.6);
  }
  .bg-periwinkle-opal-06,
  .hover\:bg-periwinkle-opal-06:hover,
  .focus\:bg-periwinkle-opal-06:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-06,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-06 {
    background-color: RGBA(155, 207, 255, 0.06);
  }
  .bg-periwinkle-opal-7,
  .hover\:bg-periwinkle-opal-7:hover,
  .focus\:bg-periwinkle-opal-7:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-7,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-7 {
    background-color: RGBA(155, 207, 255, 0.7);
  }
  .bg-periwinkle-opal-07,
  .hover\:bg-periwinkle-opal-07:hover,
  .focus\:bg-periwinkle-opal-07:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-07,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-07 {
    background-color: RGBA(155, 207, 255, 0.07);
  }
  .bg-periwinkle-opal-8,
  .hover\:bg-periwinkle-opal-8:hover,
  .focus\:bg-periwinkle-opal-8:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-8,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-8 {
    background-color: RGBA(155, 207, 255, 0.8);
  }
  .bg-periwinkle-opal-08,
  .hover\:bg-periwinkle-opal-08:hover,
  .focus\:bg-periwinkle-opal-08:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-08,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-08 {
    background-color: RGBA(155, 207, 255, 0.08);
  }
  .bg-periwinkle-opal-9,
  .hover\:bg-periwinkle-opal-9:hover,
  .focus\:bg-periwinkle-opal-9:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-9,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-9 {
    background-color: RGBA(155, 207, 255, 0.9);
  }
  .bg-periwinkle-opal-09,
  .hover\:bg-periwinkle-opal-09:hover,
  .focus\:bg-periwinkle-opal-09:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-09,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-09 {
    background-color: RGBA(155, 207, 255, 0.09);
  }
  .bg-periwinkle-opal-10,
  .hover\:bg-periwinkle-opal-10:hover,
  .focus\:bg-periwinkle-opal-10:focus,
  .group:hover .group-hover\:bg-periwinkle-opal-10,
  .group:focus-within .group-focus-within\:bg-periwinkle-opal-10 {
    background-color: RGBA(155, 207, 255, 1);
  }
  .bg-lilac,
  .hover\:bg-lilac:hover,
  .focus\:bg-lilac:focus,
  .group:hover .group-hover\:bg-lilac,
  .group:focus-within .group-focus-within\:bg-lilac {
    background-color: #8598fb;
  }
  .bg-lilac-opal-0,
  .hover\:bg-lilac-opal-0:hover,
  .focus\:bg-lilac-opal-0:focus,
  .group:hover .group-hover\:bg-lilac-opal-0,
  .group:focus-within .group-focus-within\:bg-lilac-opal-0 {
    background-color: RGBA(133, 152, 251, 0);
  }
  .bg-lilac-opal-00,
  .hover\:bg-lilac-opal-00:hover,
  .focus\:bg-lilac-opal-00:focus,
  .group:hover .group-hover\:bg-lilac-opal-00,
  .group:focus-within .group-focus-within\:bg-lilac-opal-00 {
    background-color: RGBA(133, 152, 251, 0);
  }
  .bg-lilac-opal-1,
  .hover\:bg-lilac-opal-1:hover,
  .focus\:bg-lilac-opal-1:focus,
  .group:hover .group-hover\:bg-lilac-opal-1,
  .group:focus-within .group-focus-within\:bg-lilac-opal-1 {
    background-color: RGBA(133, 152, 251, 0.1);
  }
  .bg-lilac-opal-01,
  .hover\:bg-lilac-opal-01:hover,
  .focus\:bg-lilac-opal-01:focus,
  .group:hover .group-hover\:bg-lilac-opal-01,
  .group:focus-within .group-focus-within\:bg-lilac-opal-01 {
    background-color: RGBA(133, 152, 251, 0.01);
  }
  .bg-lilac-opal-2,
  .hover\:bg-lilac-opal-2:hover,
  .focus\:bg-lilac-opal-2:focus,
  .group:hover .group-hover\:bg-lilac-opal-2,
  .group:focus-within .group-focus-within\:bg-lilac-opal-2 {
    background-color: RGBA(133, 152, 251, 0.2);
  }
  .bg-lilac-opal-02,
  .hover\:bg-lilac-opal-02:hover,
  .focus\:bg-lilac-opal-02:focus,
  .group:hover .group-hover\:bg-lilac-opal-02,
  .group:focus-within .group-focus-within\:bg-lilac-opal-02 {
    background-color: RGBA(133, 152, 251, 0.02);
  }
  .bg-lilac-opal-3,
  .hover\:bg-lilac-opal-3:hover,
  .focus\:bg-lilac-opal-3:focus,
  .group:hover .group-hover\:bg-lilac-opal-3,
  .group:focus-within .group-focus-within\:bg-lilac-opal-3 {
    background-color: RGBA(133, 152, 251, 0.3);
  }
  .bg-lilac-opal-03,
  .hover\:bg-lilac-opal-03:hover,
  .focus\:bg-lilac-opal-03:focus,
  .group:hover .group-hover\:bg-lilac-opal-03,
  .group:focus-within .group-focus-within\:bg-lilac-opal-03 {
    background-color: RGBA(133, 152, 251, 0.03);
  }
  .bg-lilac-opal-4,
  .hover\:bg-lilac-opal-4:hover,
  .focus\:bg-lilac-opal-4:focus,
  .group:hover .group-hover\:bg-lilac-opal-4,
  .group:focus-within .group-focus-within\:bg-lilac-opal-4 {
    background-color: RGBA(133, 152, 251, 0.4);
  }
  .bg-lilac-opal-04,
  .hover\:bg-lilac-opal-04:hover,
  .focus\:bg-lilac-opal-04:focus,
  .group:hover .group-hover\:bg-lilac-opal-04,
  .group:focus-within .group-focus-within\:bg-lilac-opal-04 {
    background-color: RGBA(133, 152, 251, 0.04);
  }
  .bg-lilac-opal-5,
  .hover\:bg-lilac-opal-5:hover,
  .focus\:bg-lilac-opal-5:focus,
  .group:hover .group-hover\:bg-lilac-opal-5,
  .group:focus-within .group-focus-within\:bg-lilac-opal-5 {
    background-color: RGBA(133, 152, 251, 0.5);
  }
  .bg-lilac-opal-05,
  .hover\:bg-lilac-opal-05:hover,
  .focus\:bg-lilac-opal-05:focus,
  .group:hover .group-hover\:bg-lilac-opal-05,
  .group:focus-within .group-focus-within\:bg-lilac-opal-05 {
    background-color: RGBA(133, 152, 251, 0.05);
  }
  .bg-lilac-opal-6,
  .hover\:bg-lilac-opal-6:hover,
  .focus\:bg-lilac-opal-6:focus,
  .group:hover .group-hover\:bg-lilac-opal-6,
  .group:focus-within .group-focus-within\:bg-lilac-opal-6 {
    background-color: RGBA(133, 152, 251, 0.6);
  }
  .bg-lilac-opal-06,
  .hover\:bg-lilac-opal-06:hover,
  .focus\:bg-lilac-opal-06:focus,
  .group:hover .group-hover\:bg-lilac-opal-06,
  .group:focus-within .group-focus-within\:bg-lilac-opal-06 {
    background-color: RGBA(133, 152, 251, 0.06);
  }
  .bg-lilac-opal-7,
  .hover\:bg-lilac-opal-7:hover,
  .focus\:bg-lilac-opal-7:focus,
  .group:hover .group-hover\:bg-lilac-opal-7,
  .group:focus-within .group-focus-within\:bg-lilac-opal-7 {
    background-color: RGBA(133, 152, 251, 0.7);
  }
  .bg-lilac-opal-07,
  .hover\:bg-lilac-opal-07:hover,
  .focus\:bg-lilac-opal-07:focus,
  .group:hover .group-hover\:bg-lilac-opal-07,
  .group:focus-within .group-focus-within\:bg-lilac-opal-07 {
    background-color: RGBA(133, 152, 251, 0.07);
  }
  .bg-lilac-opal-8,
  .hover\:bg-lilac-opal-8:hover,
  .focus\:bg-lilac-opal-8:focus,
  .group:hover .group-hover\:bg-lilac-opal-8,
  .group:focus-within .group-focus-within\:bg-lilac-opal-8 {
    background-color: RGBA(133, 152, 251, 0.8);
  }
  .bg-lilac-opal-08,
  .hover\:bg-lilac-opal-08:hover,
  .focus\:bg-lilac-opal-08:focus,
  .group:hover .group-hover\:bg-lilac-opal-08,
  .group:focus-within .group-focus-within\:bg-lilac-opal-08 {
    background-color: RGBA(133, 152, 251, 0.08);
  }
  .bg-lilac-opal-9,
  .hover\:bg-lilac-opal-9:hover,
  .focus\:bg-lilac-opal-9:focus,
  .group:hover .group-hover\:bg-lilac-opal-9,
  .group:focus-within .group-focus-within\:bg-lilac-opal-9 {
    background-color: RGBA(133, 152, 251, 0.9);
  }
  .bg-lilac-opal-09,
  .hover\:bg-lilac-opal-09:hover,
  .focus\:bg-lilac-opal-09:focus,
  .group:hover .group-hover\:bg-lilac-opal-09,
  .group:focus-within .group-focus-within\:bg-lilac-opal-09 {
    background-color: RGBA(133, 152, 251, 0.09);
  }
  .bg-lilac-opal-10,
  .hover\:bg-lilac-opal-10:hover,
  .focus\:bg-lilac-opal-10:focus,
  .group:hover .group-hover\:bg-lilac-opal-10,
  .group:focus-within .group-focus-within\:bg-lilac-opal-10 {
    background-color: RGBA(133, 152, 251, 1);
  }
  .bg-sky,
  .hover\:bg-sky:hover,
  .focus\:bg-sky:focus,
  .group:hover .group-hover\:bg-sky,
  .group:focus-within .group-focus-within\:bg-sky {
    background-color: #14c4eb;
  }
  .bg-sky-opal-0,
  .hover\:bg-sky-opal-0:hover,
  .focus\:bg-sky-opal-0:focus,
  .group:hover .group-hover\:bg-sky-opal-0,
  .group:focus-within .group-focus-within\:bg-sky-opal-0 {
    background-color: RGBA(20, 196, 235, 0);
  }
  .bg-sky-opal-00,
  .hover\:bg-sky-opal-00:hover,
  .focus\:bg-sky-opal-00:focus,
  .group:hover .group-hover\:bg-sky-opal-00,
  .group:focus-within .group-focus-within\:bg-sky-opal-00 {
    background-color: RGBA(20, 196, 235, 0);
  }
  .bg-sky-opal-1,
  .hover\:bg-sky-opal-1:hover,
  .focus\:bg-sky-opal-1:focus,
  .group:hover .group-hover\:bg-sky-opal-1,
  .group:focus-within .group-focus-within\:bg-sky-opal-1 {
    background-color: RGBA(20, 196, 235, 0.1);
  }
  .bg-sky-opal-01,
  .hover\:bg-sky-opal-01:hover,
  .focus\:bg-sky-opal-01:focus,
  .group:hover .group-hover\:bg-sky-opal-01,
  .group:focus-within .group-focus-within\:bg-sky-opal-01 {
    background-color: RGBA(20, 196, 235, 0.01);
  }
  .bg-sky-opal-2,
  .hover\:bg-sky-opal-2:hover,
  .focus\:bg-sky-opal-2:focus,
  .group:hover .group-hover\:bg-sky-opal-2,
  .group:focus-within .group-focus-within\:bg-sky-opal-2 {
    background-color: RGBA(20, 196, 235, 0.2);
  }
  .bg-sky-opal-02,
  .hover\:bg-sky-opal-02:hover,
  .focus\:bg-sky-opal-02:focus,
  .group:hover .group-hover\:bg-sky-opal-02,
  .group:focus-within .group-focus-within\:bg-sky-opal-02 {
    background-color: RGBA(20, 196, 235, 0.02);
  }
  .bg-sky-opal-3,
  .hover\:bg-sky-opal-3:hover,
  .focus\:bg-sky-opal-3:focus,
  .group:hover .group-hover\:bg-sky-opal-3,
  .group:focus-within .group-focus-within\:bg-sky-opal-3 {
    background-color: RGBA(20, 196, 235, 0.3);
  }
  .bg-sky-opal-03,
  .hover\:bg-sky-opal-03:hover,
  .focus\:bg-sky-opal-03:focus,
  .group:hover .group-hover\:bg-sky-opal-03,
  .group:focus-within .group-focus-within\:bg-sky-opal-03 {
    background-color: RGBA(20, 196, 235, 0.03);
  }
  .bg-sky-opal-4,
  .hover\:bg-sky-opal-4:hover,
  .focus\:bg-sky-opal-4:focus,
  .group:hover .group-hover\:bg-sky-opal-4,
  .group:focus-within .group-focus-within\:bg-sky-opal-4 {
    background-color: RGBA(20, 196, 235, 0.4);
  }
  .bg-sky-opal-04,
  .hover\:bg-sky-opal-04:hover,
  .focus\:bg-sky-opal-04:focus,
  .group:hover .group-hover\:bg-sky-opal-04,
  .group:focus-within .group-focus-within\:bg-sky-opal-04 {
    background-color: RGBA(20, 196, 235, 0.04);
  }
  .bg-sky-opal-5,
  .hover\:bg-sky-opal-5:hover,
  .focus\:bg-sky-opal-5:focus,
  .group:hover .group-hover\:bg-sky-opal-5,
  .group:focus-within .group-focus-within\:bg-sky-opal-5 {
    background-color: RGBA(20, 196, 235, 0.5);
  }
  .bg-sky-opal-05,
  .hover\:bg-sky-opal-05:hover,
  .focus\:bg-sky-opal-05:focus,
  .group:hover .group-hover\:bg-sky-opal-05,
  .group:focus-within .group-focus-within\:bg-sky-opal-05 {
    background-color: RGBA(20, 196, 235, 0.05);
  }
  .bg-sky-opal-6,
  .hover\:bg-sky-opal-6:hover,
  .focus\:bg-sky-opal-6:focus,
  .group:hover .group-hover\:bg-sky-opal-6,
  .group:focus-within .group-focus-within\:bg-sky-opal-6 {
    background-color: RGBA(20, 196, 235, 0.6);
  }
  .bg-sky-opal-06,
  .hover\:bg-sky-opal-06:hover,
  .focus\:bg-sky-opal-06:focus,
  .group:hover .group-hover\:bg-sky-opal-06,
  .group:focus-within .group-focus-within\:bg-sky-opal-06 {
    background-color: RGBA(20, 196, 235, 0.06);
  }
  .bg-sky-opal-7,
  .hover\:bg-sky-opal-7:hover,
  .focus\:bg-sky-opal-7:focus,
  .group:hover .group-hover\:bg-sky-opal-7,
  .group:focus-within .group-focus-within\:bg-sky-opal-7 {
    background-color: RGBA(20, 196, 235, 0.7);
  }
  .bg-sky-opal-07,
  .hover\:bg-sky-opal-07:hover,
  .focus\:bg-sky-opal-07:focus,
  .group:hover .group-hover\:bg-sky-opal-07,
  .group:focus-within .group-focus-within\:bg-sky-opal-07 {
    background-color: RGBA(20, 196, 235, 0.07);
  }
  .bg-sky-opal-8,
  .hover\:bg-sky-opal-8:hover,
  .focus\:bg-sky-opal-8:focus,
  .group:hover .group-hover\:bg-sky-opal-8,
  .group:focus-within .group-focus-within\:bg-sky-opal-8 {
    background-color: RGBA(20, 196, 235, 0.8);
  }
  .bg-sky-opal-08,
  .hover\:bg-sky-opal-08:hover,
  .focus\:bg-sky-opal-08:focus,
  .group:hover .group-hover\:bg-sky-opal-08,
  .group:focus-within .group-focus-within\:bg-sky-opal-08 {
    background-color: RGBA(20, 196, 235, 0.08);
  }
  .bg-sky-opal-9,
  .hover\:bg-sky-opal-9:hover,
  .focus\:bg-sky-opal-9:focus,
  .group:hover .group-hover\:bg-sky-opal-9,
  .group:focus-within .group-focus-within\:bg-sky-opal-9 {
    background-color: RGBA(20, 196, 235, 0.9);
  }
  .bg-sky-opal-09,
  .hover\:bg-sky-opal-09:hover,
  .focus\:bg-sky-opal-09:focus,
  .group:hover .group-hover\:bg-sky-opal-09,
  .group:focus-within .group-focus-within\:bg-sky-opal-09 {
    background-color: RGBA(20, 196, 235, 0.09);
  }
  .bg-sky-opal-10,
  .hover\:bg-sky-opal-10:hover,
  .focus\:bg-sky-opal-10:focus,
  .group:hover .group-hover\:bg-sky-opal-10,
  .group:focus-within .group-focus-within\:bg-sky-opal-10 {
    background-color: RGBA(20, 196, 235, 1);
  }
  .bg-cotton-candy,
  .hover\:bg-cotton-candy:hover,
  .focus\:bg-cotton-candy:focus,
  .group:hover .group-hover\:bg-cotton-candy,
  .group:focus-within .group-focus-within\:bg-cotton-candy {
    background-color: #c0f5f2;
  }
  .bg-cotton-candy-opal-0,
  .hover\:bg-cotton-candy-opal-0:hover,
  .focus\:bg-cotton-candy-opal-0:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-0,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-0 {
    background-color: RGBA(192, 245, 242, 0);
  }
  .bg-cotton-candy-opal-00,
  .hover\:bg-cotton-candy-opal-00:hover,
  .focus\:bg-cotton-candy-opal-00:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-00,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-00 {
    background-color: RGBA(192, 245, 242, 0);
  }
  .bg-cotton-candy-opal-1,
  .hover\:bg-cotton-candy-opal-1:hover,
  .focus\:bg-cotton-candy-opal-1:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-1,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-1 {
    background-color: RGBA(192, 245, 242, 0.1);
  }
  .bg-cotton-candy-opal-01,
  .hover\:bg-cotton-candy-opal-01:hover,
  .focus\:bg-cotton-candy-opal-01:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-01,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-01 {
    background-color: RGBA(192, 245, 242, 0.01);
  }
  .bg-cotton-candy-opal-2,
  .hover\:bg-cotton-candy-opal-2:hover,
  .focus\:bg-cotton-candy-opal-2:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-2,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-2 {
    background-color: RGBA(192, 245, 242, 0.2);
  }
  .bg-cotton-candy-opal-02,
  .hover\:bg-cotton-candy-opal-02:hover,
  .focus\:bg-cotton-candy-opal-02:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-02,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-02 {
    background-color: RGBA(192, 245, 242, 0.02);
  }
  .bg-cotton-candy-opal-3,
  .hover\:bg-cotton-candy-opal-3:hover,
  .focus\:bg-cotton-candy-opal-3:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-3,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-3 {
    background-color: RGBA(192, 245, 242, 0.3);
  }
  .bg-cotton-candy-opal-03,
  .hover\:bg-cotton-candy-opal-03:hover,
  .focus\:bg-cotton-candy-opal-03:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-03,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-03 {
    background-color: RGBA(192, 245, 242, 0.03);
  }
  .bg-cotton-candy-opal-4,
  .hover\:bg-cotton-candy-opal-4:hover,
  .focus\:bg-cotton-candy-opal-4:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-4,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-4 {
    background-color: RGBA(192, 245, 242, 0.4);
  }
  .bg-cotton-candy-opal-04,
  .hover\:bg-cotton-candy-opal-04:hover,
  .focus\:bg-cotton-candy-opal-04:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-04,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-04 {
    background-color: RGBA(192, 245, 242, 0.04);
  }
  .bg-cotton-candy-opal-5,
  .hover\:bg-cotton-candy-opal-5:hover,
  .focus\:bg-cotton-candy-opal-5:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-5,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-5 {
    background-color: RGBA(192, 245, 242, 0.5);
  }
  .bg-cotton-candy-opal-05,
  .hover\:bg-cotton-candy-opal-05:hover,
  .focus\:bg-cotton-candy-opal-05:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-05,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-05 {
    background-color: RGBA(192, 245, 242, 0.05);
  }
  .bg-cotton-candy-opal-6,
  .hover\:bg-cotton-candy-opal-6:hover,
  .focus\:bg-cotton-candy-opal-6:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-6,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-6 {
    background-color: RGBA(192, 245, 242, 0.6);
  }
  .bg-cotton-candy-opal-06,
  .hover\:bg-cotton-candy-opal-06:hover,
  .focus\:bg-cotton-candy-opal-06:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-06,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-06 {
    background-color: RGBA(192, 245, 242, 0.06);
  }
  .bg-cotton-candy-opal-7,
  .hover\:bg-cotton-candy-opal-7:hover,
  .focus\:bg-cotton-candy-opal-7:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-7,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-7 {
    background-color: RGBA(192, 245, 242, 0.7);
  }
  .bg-cotton-candy-opal-07,
  .hover\:bg-cotton-candy-opal-07:hover,
  .focus\:bg-cotton-candy-opal-07:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-07,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-07 {
    background-color: RGBA(192, 245, 242, 0.07);
  }
  .bg-cotton-candy-opal-8,
  .hover\:bg-cotton-candy-opal-8:hover,
  .focus\:bg-cotton-candy-opal-8:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-8,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-8 {
    background-color: RGBA(192, 245, 242, 0.8);
  }
  .bg-cotton-candy-opal-08,
  .hover\:bg-cotton-candy-opal-08:hover,
  .focus\:bg-cotton-candy-opal-08:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-08,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-08 {
    background-color: RGBA(192, 245, 242, 0.08);
  }
  .bg-cotton-candy-opal-9,
  .hover\:bg-cotton-candy-opal-9:hover,
  .focus\:bg-cotton-candy-opal-9:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-9,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-9 {
    background-color: RGBA(192, 245, 242, 0.9);
  }
  .bg-cotton-candy-opal-09,
  .hover\:bg-cotton-candy-opal-09:hover,
  .focus\:bg-cotton-candy-opal-09:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-09,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-09 {
    background-color: RGBA(192, 245, 242, 0.09);
  }
  .bg-cotton-candy-opal-10,
  .hover\:bg-cotton-candy-opal-10:hover,
  .focus\:bg-cotton-candy-opal-10:focus,
  .group:hover .group-hover\:bg-cotton-candy-opal-10,
  .group:focus-within .group-focus-within\:bg-cotton-candy-opal-10 {
    background-color: RGBA(192, 245, 242, 1);
  }
  .bg-brand-primary,
  .hover\:bg-brand-primary:hover,
  .focus\:bg-brand-primary:focus,
  .group:hover .group-hover\:bg-brand-primary,
  .group:focus-within .group-focus-within\:bg-brand-primary {
    background-color: #441c99;
  }
  .bg-brand-primary-opal-0,
  .hover\:bg-brand-primary-opal-0:hover,
  .focus\:bg-brand-primary-opal-0:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-0,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-0 {
    background-color: RGBA(68, 28, 153, 0);
  }
  .bg-brand-primary-opal-00,
  .hover\:bg-brand-primary-opal-00:hover,
  .focus\:bg-brand-primary-opal-00:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-00,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-00 {
    background-color: RGBA(68, 28, 153, 0);
  }
  .bg-brand-primary-opal-1,
  .hover\:bg-brand-primary-opal-1:hover,
  .focus\:bg-brand-primary-opal-1:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-1,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-1 {
    background-color: RGBA(68, 28, 153, 0.1);
  }
  .bg-brand-primary-opal-01,
  .hover\:bg-brand-primary-opal-01:hover,
  .focus\:bg-brand-primary-opal-01:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-01,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-01 {
    background-color: RGBA(68, 28, 153, 0.01);
  }
  .bg-brand-primary-opal-2,
  .hover\:bg-brand-primary-opal-2:hover,
  .focus\:bg-brand-primary-opal-2:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-2,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-2 {
    background-color: RGBA(68, 28, 153, 0.2);
  }
  .bg-brand-primary-opal-02,
  .hover\:bg-brand-primary-opal-02:hover,
  .focus\:bg-brand-primary-opal-02:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-02,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-02 {
    background-color: RGBA(68, 28, 153, 0.02);
  }
  .bg-brand-primary-opal-3,
  .hover\:bg-brand-primary-opal-3:hover,
  .focus\:bg-brand-primary-opal-3:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-3,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-3 {
    background-color: RGBA(68, 28, 153, 0.3);
  }
  .bg-brand-primary-opal-03,
  .hover\:bg-brand-primary-opal-03:hover,
  .focus\:bg-brand-primary-opal-03:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-03,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-03 {
    background-color: RGBA(68, 28, 153, 0.03);
  }
  .bg-brand-primary-opal-4,
  .hover\:bg-brand-primary-opal-4:hover,
  .focus\:bg-brand-primary-opal-4:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-4,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-4 {
    background-color: RGBA(68, 28, 153, 0.4);
  }
  .bg-brand-primary-opal-04,
  .hover\:bg-brand-primary-opal-04:hover,
  .focus\:bg-brand-primary-opal-04:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-04,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-04 {
    background-color: RGBA(68, 28, 153, 0.04);
  }
  .bg-brand-primary-opal-5,
  .hover\:bg-brand-primary-opal-5:hover,
  .focus\:bg-brand-primary-opal-5:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-5,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-5 {
    background-color: RGBA(68, 28, 153, 0.5);
  }
  .bg-brand-primary-opal-05,
  .hover\:bg-brand-primary-opal-05:hover,
  .focus\:bg-brand-primary-opal-05:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-05,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-05 {
    background-color: RGBA(68, 28, 153, 0.05);
  }
  .bg-brand-primary-opal-6,
  .hover\:bg-brand-primary-opal-6:hover,
  .focus\:bg-brand-primary-opal-6:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-6,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-6 {
    background-color: RGBA(68, 28, 153, 0.6);
  }
  .bg-brand-primary-opal-06,
  .hover\:bg-brand-primary-opal-06:hover,
  .focus\:bg-brand-primary-opal-06:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-06,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-06 {
    background-color: RGBA(68, 28, 153, 0.06);
  }
  .bg-brand-primary-opal-7,
  .hover\:bg-brand-primary-opal-7:hover,
  .focus\:bg-brand-primary-opal-7:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-7,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-7 {
    background-color: RGBA(68, 28, 153, 0.7);
  }
  .bg-brand-primary-opal-07,
  .hover\:bg-brand-primary-opal-07:hover,
  .focus\:bg-brand-primary-opal-07:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-07,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-07 {
    background-color: RGBA(68, 28, 153, 0.07);
  }
  .bg-brand-primary-opal-8,
  .hover\:bg-brand-primary-opal-8:hover,
  .focus\:bg-brand-primary-opal-8:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-8,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-8 {
    background-color: RGBA(68, 28, 153, 0.8);
  }
  .bg-brand-primary-opal-08,
  .hover\:bg-brand-primary-opal-08:hover,
  .focus\:bg-brand-primary-opal-08:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-08,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-08 {
    background-color: RGBA(68, 28, 153, 0.08);
  }
  .bg-brand-primary-opal-9,
  .hover\:bg-brand-primary-opal-9:hover,
  .focus\:bg-brand-primary-opal-9:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-9,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-9 {
    background-color: RGBA(68, 28, 153, 0.9);
  }
  .bg-brand-primary-opal-09,
  .hover\:bg-brand-primary-opal-09:hover,
  .focus\:bg-brand-primary-opal-09:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-09,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-09 {
    background-color: RGBA(68, 28, 153, 0.09);
  }
  .bg-brand-primary-opal-10,
  .hover\:bg-brand-primary-opal-10:hover,
  .focus\:bg-brand-primary-opal-10:focus,
  .group:hover .group-hover\:bg-brand-primary-opal-10,
  .group:focus-within .group-focus-within\:bg-brand-primary-opal-10 {
    background-color: RGBA(68, 28, 153, 1);
  }
  .bg-brand-secondary,
  .hover\:bg-brand-secondary:hover,
  .focus\:bg-brand-secondary:focus,
  .group:hover .group-hover\:bg-brand-secondary,
  .group:focus-within .group-focus-within\:bg-brand-secondary {
    background-color: #030328;
  }
  .bg-brand-secondary-opal-0,
  .hover\:bg-brand-secondary-opal-0:hover,
  .focus\:bg-brand-secondary-opal-0:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-0,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-0 {
    background-color: RGBA(3, 3, 40, 0);
  }
  .bg-brand-secondary-opal-00,
  .hover\:bg-brand-secondary-opal-00:hover,
  .focus\:bg-brand-secondary-opal-00:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-00,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-00 {
    background-color: RGBA(3, 3, 40, 0);
  }
  .bg-brand-secondary-opal-1,
  .hover\:bg-brand-secondary-opal-1:hover,
  .focus\:bg-brand-secondary-opal-1:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-1,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-1 {
    background-color: RGBA(3, 3, 40, 0.1);
  }
  .bg-brand-secondary-opal-01,
  .hover\:bg-brand-secondary-opal-01:hover,
  .focus\:bg-brand-secondary-opal-01:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-01,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-01 {
    background-color: RGBA(3, 3, 40, 0.01);
  }
  .bg-brand-secondary-opal-2,
  .hover\:bg-brand-secondary-opal-2:hover,
  .focus\:bg-brand-secondary-opal-2:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-2,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-2 {
    background-color: RGBA(3, 3, 40, 0.2);
  }
  .bg-brand-secondary-opal-02,
  .hover\:bg-brand-secondary-opal-02:hover,
  .focus\:bg-brand-secondary-opal-02:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-02,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-02 {
    background-color: RGBA(3, 3, 40, 0.02);
  }
  .bg-brand-secondary-opal-3,
  .hover\:bg-brand-secondary-opal-3:hover,
  .focus\:bg-brand-secondary-opal-3:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-3,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-3 {
    background-color: RGBA(3, 3, 40, 0.3);
  }
  .bg-brand-secondary-opal-03,
  .hover\:bg-brand-secondary-opal-03:hover,
  .focus\:bg-brand-secondary-opal-03:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-03,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-03 {
    background-color: RGBA(3, 3, 40, 0.03);
  }
  .bg-brand-secondary-opal-4,
  .hover\:bg-brand-secondary-opal-4:hover,
  .focus\:bg-brand-secondary-opal-4:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-4,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-4 {
    background-color: RGBA(3, 3, 40, 0.4);
  }
  .bg-brand-secondary-opal-04,
  .hover\:bg-brand-secondary-opal-04:hover,
  .focus\:bg-brand-secondary-opal-04:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-04,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-04 {
    background-color: RGBA(3, 3, 40, 0.04);
  }
  .bg-brand-secondary-opal-5,
  .hover\:bg-brand-secondary-opal-5:hover,
  .focus\:bg-brand-secondary-opal-5:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-5,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-5 {
    background-color: RGBA(3, 3, 40, 0.5);
  }
  .bg-brand-secondary-opal-05,
  .hover\:bg-brand-secondary-opal-05:hover,
  .focus\:bg-brand-secondary-opal-05:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-05,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-05 {
    background-color: RGBA(3, 3, 40, 0.05);
  }
  .bg-brand-secondary-opal-6,
  .hover\:bg-brand-secondary-opal-6:hover,
  .focus\:bg-brand-secondary-opal-6:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-6,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-6 {
    background-color: RGBA(3, 3, 40, 0.6);
  }
  .bg-brand-secondary-opal-06,
  .hover\:bg-brand-secondary-opal-06:hover,
  .focus\:bg-brand-secondary-opal-06:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-06,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-06 {
    background-color: RGBA(3, 3, 40, 0.06);
  }
  .bg-brand-secondary-opal-7,
  .hover\:bg-brand-secondary-opal-7:hover,
  .focus\:bg-brand-secondary-opal-7:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-7,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-7 {
    background-color: RGBA(3, 3, 40, 0.7);
  }
  .bg-brand-secondary-opal-07,
  .hover\:bg-brand-secondary-opal-07:hover,
  .focus\:bg-brand-secondary-opal-07:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-07,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-07 {
    background-color: RGBA(3, 3, 40, 0.07);
  }
  .bg-brand-secondary-opal-8,
  .hover\:bg-brand-secondary-opal-8:hover,
  .focus\:bg-brand-secondary-opal-8:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-8,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-8 {
    background-color: RGBA(3, 3, 40, 0.8);
  }
  .bg-brand-secondary-opal-08,
  .hover\:bg-brand-secondary-opal-08:hover,
  .focus\:bg-brand-secondary-opal-08:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-08,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-08 {
    background-color: RGBA(3, 3, 40, 0.08);
  }
  .bg-brand-secondary-opal-9,
  .hover\:bg-brand-secondary-opal-9:hover,
  .focus\:bg-brand-secondary-opal-9:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-9,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-9 {
    background-color: RGBA(3, 3, 40, 0.9);
  }
  .bg-brand-secondary-opal-09,
  .hover\:bg-brand-secondary-opal-09:hover,
  .focus\:bg-brand-secondary-opal-09:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-09,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-09 {
    background-color: RGBA(3, 3, 40, 0.09);
  }
  .bg-brand-secondary-opal-10,
  .hover\:bg-brand-secondary-opal-10:hover,
  .focus\:bg-brand-secondary-opal-10:focus,
  .group:hover .group-hover\:bg-brand-secondary-opal-10,
  .group:focus-within .group-focus-within\:bg-brand-secondary-opal-10 {
    background-color: RGBA(3, 3, 40, 1);
  }
  .bg-color-headline,
  .hover\:bg-color-headline:hover,
  .focus\:bg-color-headline:focus,
  .group:hover .group-hover\:bg-color-headline,
  .group:focus-within .group-focus-within\:bg-color-headline {
    background-color: #030328;
  }
  .bg-color-headline-opal-0,
  .hover\:bg-color-headline-opal-0:hover,
  .focus\:bg-color-headline-opal-0:focus,
  .group:hover .group-hover\:bg-color-headline-opal-0,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-0 {
    background-color: RGBA(3, 3, 40, 0);
  }
  .bg-color-headline-opal-00,
  .hover\:bg-color-headline-opal-00:hover,
  .focus\:bg-color-headline-opal-00:focus,
  .group:hover .group-hover\:bg-color-headline-opal-00,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-00 {
    background-color: RGBA(3, 3, 40, 0);
  }
  .bg-color-headline-opal-1,
  .hover\:bg-color-headline-opal-1:hover,
  .focus\:bg-color-headline-opal-1:focus,
  .group:hover .group-hover\:bg-color-headline-opal-1,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-1 {
    background-color: RGBA(3, 3, 40, 0.1);
  }
  .bg-color-headline-opal-01,
  .hover\:bg-color-headline-opal-01:hover,
  .focus\:bg-color-headline-opal-01:focus,
  .group:hover .group-hover\:bg-color-headline-opal-01,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-01 {
    background-color: RGBA(3, 3, 40, 0.01);
  }
  .bg-color-headline-opal-2,
  .hover\:bg-color-headline-opal-2:hover,
  .focus\:bg-color-headline-opal-2:focus,
  .group:hover .group-hover\:bg-color-headline-opal-2,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-2 {
    background-color: RGBA(3, 3, 40, 0.2);
  }
  .bg-color-headline-opal-02,
  .hover\:bg-color-headline-opal-02:hover,
  .focus\:bg-color-headline-opal-02:focus,
  .group:hover .group-hover\:bg-color-headline-opal-02,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-02 {
    background-color: RGBA(3, 3, 40, 0.02);
  }
  .bg-color-headline-opal-3,
  .hover\:bg-color-headline-opal-3:hover,
  .focus\:bg-color-headline-opal-3:focus,
  .group:hover .group-hover\:bg-color-headline-opal-3,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-3 {
    background-color: RGBA(3, 3, 40, 0.3);
  }
  .bg-color-headline-opal-03,
  .hover\:bg-color-headline-opal-03:hover,
  .focus\:bg-color-headline-opal-03:focus,
  .group:hover .group-hover\:bg-color-headline-opal-03,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-03 {
    background-color: RGBA(3, 3, 40, 0.03);
  }
  .bg-color-headline-opal-4,
  .hover\:bg-color-headline-opal-4:hover,
  .focus\:bg-color-headline-opal-4:focus,
  .group:hover .group-hover\:bg-color-headline-opal-4,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-4 {
    background-color: RGBA(3, 3, 40, 0.4);
  }
  .bg-color-headline-opal-04,
  .hover\:bg-color-headline-opal-04:hover,
  .focus\:bg-color-headline-opal-04:focus,
  .group:hover .group-hover\:bg-color-headline-opal-04,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-04 {
    background-color: RGBA(3, 3, 40, 0.04);
  }
  .bg-color-headline-opal-5,
  .hover\:bg-color-headline-opal-5:hover,
  .focus\:bg-color-headline-opal-5:focus,
  .group:hover .group-hover\:bg-color-headline-opal-5,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-5 {
    background-color: RGBA(3, 3, 40, 0.5);
  }
  .bg-color-headline-opal-05,
  .hover\:bg-color-headline-opal-05:hover,
  .focus\:bg-color-headline-opal-05:focus,
  .group:hover .group-hover\:bg-color-headline-opal-05,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-05 {
    background-color: RGBA(3, 3, 40, 0.05);
  }
  .bg-color-headline-opal-6,
  .hover\:bg-color-headline-opal-6:hover,
  .focus\:bg-color-headline-opal-6:focus,
  .group:hover .group-hover\:bg-color-headline-opal-6,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-6 {
    background-color: RGBA(3, 3, 40, 0.6);
  }
  .bg-color-headline-opal-06,
  .hover\:bg-color-headline-opal-06:hover,
  .focus\:bg-color-headline-opal-06:focus,
  .group:hover .group-hover\:bg-color-headline-opal-06,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-06 {
    background-color: RGBA(3, 3, 40, 0.06);
  }
  .bg-color-headline-opal-7,
  .hover\:bg-color-headline-opal-7:hover,
  .focus\:bg-color-headline-opal-7:focus,
  .group:hover .group-hover\:bg-color-headline-opal-7,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-7 {
    background-color: RGBA(3, 3, 40, 0.7);
  }
  .bg-color-headline-opal-07,
  .hover\:bg-color-headline-opal-07:hover,
  .focus\:bg-color-headline-opal-07:focus,
  .group:hover .group-hover\:bg-color-headline-opal-07,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-07 {
    background-color: RGBA(3, 3, 40, 0.07);
  }
  .bg-color-headline-opal-8,
  .hover\:bg-color-headline-opal-8:hover,
  .focus\:bg-color-headline-opal-8:focus,
  .group:hover .group-hover\:bg-color-headline-opal-8,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-8 {
    background-color: RGBA(3, 3, 40, 0.8);
  }
  .bg-color-headline-opal-08,
  .hover\:bg-color-headline-opal-08:hover,
  .focus\:bg-color-headline-opal-08:focus,
  .group:hover .group-hover\:bg-color-headline-opal-08,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-08 {
    background-color: RGBA(3, 3, 40, 0.08);
  }
  .bg-color-headline-opal-9,
  .hover\:bg-color-headline-opal-9:hover,
  .focus\:bg-color-headline-opal-9:focus,
  .group:hover .group-hover\:bg-color-headline-opal-9,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-9 {
    background-color: RGBA(3, 3, 40, 0.9);
  }
  .bg-color-headline-opal-09,
  .hover\:bg-color-headline-opal-09:hover,
  .focus\:bg-color-headline-opal-09:focus,
  .group:hover .group-hover\:bg-color-headline-opal-09,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-09 {
    background-color: RGBA(3, 3, 40, 0.09);
  }
  .bg-color-headline-opal-10,
  .hover\:bg-color-headline-opal-10:hover,
  .focus\:bg-color-headline-opal-10:focus,
  .group:hover .group-hover\:bg-color-headline-opal-10,
  .group:focus-within .group-focus-within\:bg-color-headline-opal-10 {
    background-color: RGBA(3, 3, 40, 1);
  }
  .bg-color-body,
  .hover\:bg-color-body:hover,
  .focus\:bg-color-body:focus,
  .group:hover .group-hover\:bg-color-body,
  .group:focus-within .group-focus-within\:bg-color-body {
    background-color: #383f76;
  }
  .bg-color-body-opal-0,
  .hover\:bg-color-body-opal-0:hover,
  .focus\:bg-color-body-opal-0:focus,
  .group:hover .group-hover\:bg-color-body-opal-0,
  .group:focus-within .group-focus-within\:bg-color-body-opal-0 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .bg-color-body-opal-00,
  .hover\:bg-color-body-opal-00:hover,
  .focus\:bg-color-body-opal-00:focus,
  .group:hover .group-hover\:bg-color-body-opal-00,
  .group:focus-within .group-focus-within\:bg-color-body-opal-00 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .bg-color-body-opal-1,
  .hover\:bg-color-body-opal-1:hover,
  .focus\:bg-color-body-opal-1:focus,
  .group:hover .group-hover\:bg-color-body-opal-1,
  .group:focus-within .group-focus-within\:bg-color-body-opal-1 {
    background-color: RGBA(56, 63, 118, 0.1);
  }
  .bg-color-body-opal-01,
  .hover\:bg-color-body-opal-01:hover,
  .focus\:bg-color-body-opal-01:focus,
  .group:hover .group-hover\:bg-color-body-opal-01,
  .group:focus-within .group-focus-within\:bg-color-body-opal-01 {
    background-color: RGBA(56, 63, 118, 0.01);
  }
  .bg-color-body-opal-2,
  .hover\:bg-color-body-opal-2:hover,
  .focus\:bg-color-body-opal-2:focus,
  .group:hover .group-hover\:bg-color-body-opal-2,
  .group:focus-within .group-focus-within\:bg-color-body-opal-2 {
    background-color: RGBA(56, 63, 118, 0.2);
  }
  .bg-color-body-opal-02,
  .hover\:bg-color-body-opal-02:hover,
  .focus\:bg-color-body-opal-02:focus,
  .group:hover .group-hover\:bg-color-body-opal-02,
  .group:focus-within .group-focus-within\:bg-color-body-opal-02 {
    background-color: RGBA(56, 63, 118, 0.02);
  }
  .bg-color-body-opal-3,
  .hover\:bg-color-body-opal-3:hover,
  .focus\:bg-color-body-opal-3:focus,
  .group:hover .group-hover\:bg-color-body-opal-3,
  .group:focus-within .group-focus-within\:bg-color-body-opal-3 {
    background-color: RGBA(56, 63, 118, 0.3);
  }
  .bg-color-body-opal-03,
  .hover\:bg-color-body-opal-03:hover,
  .focus\:bg-color-body-opal-03:focus,
  .group:hover .group-hover\:bg-color-body-opal-03,
  .group:focus-within .group-focus-within\:bg-color-body-opal-03 {
    background-color: RGBA(56, 63, 118, 0.03);
  }
  .bg-color-body-opal-4,
  .hover\:bg-color-body-opal-4:hover,
  .focus\:bg-color-body-opal-4:focus,
  .group:hover .group-hover\:bg-color-body-opal-4,
  .group:focus-within .group-focus-within\:bg-color-body-opal-4 {
    background-color: RGBA(56, 63, 118, 0.4);
  }
  .bg-color-body-opal-04,
  .hover\:bg-color-body-opal-04:hover,
  .focus\:bg-color-body-opal-04:focus,
  .group:hover .group-hover\:bg-color-body-opal-04,
  .group:focus-within .group-focus-within\:bg-color-body-opal-04 {
    background-color: RGBA(56, 63, 118, 0.04);
  }
  .bg-color-body-opal-5,
  .hover\:bg-color-body-opal-5:hover,
  .focus\:bg-color-body-opal-5:focus,
  .group:hover .group-hover\:bg-color-body-opal-5,
  .group:focus-within .group-focus-within\:bg-color-body-opal-5 {
    background-color: RGBA(56, 63, 118, 0.5);
  }
  .bg-color-body-opal-05,
  .hover\:bg-color-body-opal-05:hover,
  .focus\:bg-color-body-opal-05:focus,
  .group:hover .group-hover\:bg-color-body-opal-05,
  .group:focus-within .group-focus-within\:bg-color-body-opal-05 {
    background-color: RGBA(56, 63, 118, 0.05);
  }
  .bg-color-body-opal-6,
  .hover\:bg-color-body-opal-6:hover,
  .focus\:bg-color-body-opal-6:focus,
  .group:hover .group-hover\:bg-color-body-opal-6,
  .group:focus-within .group-focus-within\:bg-color-body-opal-6 {
    background-color: RGBA(56, 63, 118, 0.6);
  }
  .bg-color-body-opal-06,
  .hover\:bg-color-body-opal-06:hover,
  .focus\:bg-color-body-opal-06:focus,
  .group:hover .group-hover\:bg-color-body-opal-06,
  .group:focus-within .group-focus-within\:bg-color-body-opal-06 {
    background-color: RGBA(56, 63, 118, 0.06);
  }
  .bg-color-body-opal-7,
  .hover\:bg-color-body-opal-7:hover,
  .focus\:bg-color-body-opal-7:focus,
  .group:hover .group-hover\:bg-color-body-opal-7,
  .group:focus-within .group-focus-within\:bg-color-body-opal-7 {
    background-color: RGBA(56, 63, 118, 0.7);
  }
  .bg-color-body-opal-07,
  .hover\:bg-color-body-opal-07:hover,
  .focus\:bg-color-body-opal-07:focus,
  .group:hover .group-hover\:bg-color-body-opal-07,
  .group:focus-within .group-focus-within\:bg-color-body-opal-07 {
    background-color: RGBA(56, 63, 118, 0.07);
  }
  .bg-color-body-opal-8,
  .hover\:bg-color-body-opal-8:hover,
  .focus\:bg-color-body-opal-8:focus,
  .group:hover .group-hover\:bg-color-body-opal-8,
  .group:focus-within .group-focus-within\:bg-color-body-opal-8 {
    background-color: RGBA(56, 63, 118, 0.8);
  }
  .bg-color-body-opal-08,
  .hover\:bg-color-body-opal-08:hover,
  .focus\:bg-color-body-opal-08:focus,
  .group:hover .group-hover\:bg-color-body-opal-08,
  .group:focus-within .group-focus-within\:bg-color-body-opal-08 {
    background-color: RGBA(56, 63, 118, 0.08);
  }
  .bg-color-body-opal-9,
  .hover\:bg-color-body-opal-9:hover,
  .focus\:bg-color-body-opal-9:focus,
  .group:hover .group-hover\:bg-color-body-opal-9,
  .group:focus-within .group-focus-within\:bg-color-body-opal-9 {
    background-color: RGBA(56, 63, 118, 0.9);
  }
  .bg-color-body-opal-09,
  .hover\:bg-color-body-opal-09:hover,
  .focus\:bg-color-body-opal-09:focus,
  .group:hover .group-hover\:bg-color-body-opal-09,
  .group:focus-within .group-focus-within\:bg-color-body-opal-09 {
    background-color: RGBA(56, 63, 118, 0.09);
  }
  .bg-color-body-opal-10,
  .hover\:bg-color-body-opal-10:hover,
  .focus\:bg-color-body-opal-10:focus,
  .group:hover .group-hover\:bg-color-body-opal-10,
  .group:focus-within .group-focus-within\:bg-color-body-opal-10 {
    background-color: RGBA(56, 63, 118, 1);
  }
  .bg-success,
  .hover\:bg-success:hover,
  .focus\:bg-success:focus,
  .group:hover .group-hover\:bg-success,
  .group:focus-within .group-focus-within\:bg-success {
    background-color: #168982;
  }
  .bg-success-opal-0,
  .hover\:bg-success-opal-0:hover,
  .focus\:bg-success-opal-0:focus,
  .group:hover .group-hover\:bg-success-opal-0,
  .group:focus-within .group-focus-within\:bg-success-opal-0 {
    background-color: RGBA(22, 137, 130, 0);
  }
  .bg-success-opal-00,
  .hover\:bg-success-opal-00:hover,
  .focus\:bg-success-opal-00:focus,
  .group:hover .group-hover\:bg-success-opal-00,
  .group:focus-within .group-focus-within\:bg-success-opal-00 {
    background-color: RGBA(22, 137, 130, 0);
  }
  .bg-success-opal-1,
  .hover\:bg-success-opal-1:hover,
  .focus\:bg-success-opal-1:focus,
  .group:hover .group-hover\:bg-success-opal-1,
  .group:focus-within .group-focus-within\:bg-success-opal-1 {
    background-color: RGBA(22, 137, 130, 0.1);
  }
  .bg-success-opal-01,
  .hover\:bg-success-opal-01:hover,
  .focus\:bg-success-opal-01:focus,
  .group:hover .group-hover\:bg-success-opal-01,
  .group:focus-within .group-focus-within\:bg-success-opal-01 {
    background-color: RGBA(22, 137, 130, 0.01);
  }
  .bg-success-opal-2,
  .hover\:bg-success-opal-2:hover,
  .focus\:bg-success-opal-2:focus,
  .group:hover .group-hover\:bg-success-opal-2,
  .group:focus-within .group-focus-within\:bg-success-opal-2 {
    background-color: RGBA(22, 137, 130, 0.2);
  }
  .bg-success-opal-02,
  .hover\:bg-success-opal-02:hover,
  .focus\:bg-success-opal-02:focus,
  .group:hover .group-hover\:bg-success-opal-02,
  .group:focus-within .group-focus-within\:bg-success-opal-02 {
    background-color: RGBA(22, 137, 130, 0.02);
  }
  .bg-success-opal-3,
  .hover\:bg-success-opal-3:hover,
  .focus\:bg-success-opal-3:focus,
  .group:hover .group-hover\:bg-success-opal-3,
  .group:focus-within .group-focus-within\:bg-success-opal-3 {
    background-color: RGBA(22, 137, 130, 0.3);
  }
  .bg-success-opal-03,
  .hover\:bg-success-opal-03:hover,
  .focus\:bg-success-opal-03:focus,
  .group:hover .group-hover\:bg-success-opal-03,
  .group:focus-within .group-focus-within\:bg-success-opal-03 {
    background-color: RGBA(22, 137, 130, 0.03);
  }
  .bg-success-opal-4,
  .hover\:bg-success-opal-4:hover,
  .focus\:bg-success-opal-4:focus,
  .group:hover .group-hover\:bg-success-opal-4,
  .group:focus-within .group-focus-within\:bg-success-opal-4 {
    background-color: RGBA(22, 137, 130, 0.4);
  }
  .bg-success-opal-04,
  .hover\:bg-success-opal-04:hover,
  .focus\:bg-success-opal-04:focus,
  .group:hover .group-hover\:bg-success-opal-04,
  .group:focus-within .group-focus-within\:bg-success-opal-04 {
    background-color: RGBA(22, 137, 130, 0.04);
  }
  .bg-success-opal-5,
  .hover\:bg-success-opal-5:hover,
  .focus\:bg-success-opal-5:focus,
  .group:hover .group-hover\:bg-success-opal-5,
  .group:focus-within .group-focus-within\:bg-success-opal-5 {
    background-color: RGBA(22, 137, 130, 0.5);
  }
  .bg-success-opal-05,
  .hover\:bg-success-opal-05:hover,
  .focus\:bg-success-opal-05:focus,
  .group:hover .group-hover\:bg-success-opal-05,
  .group:focus-within .group-focus-within\:bg-success-opal-05 {
    background-color: RGBA(22, 137, 130, 0.05);
  }
  .bg-success-opal-6,
  .hover\:bg-success-opal-6:hover,
  .focus\:bg-success-opal-6:focus,
  .group:hover .group-hover\:bg-success-opal-6,
  .group:focus-within .group-focus-within\:bg-success-opal-6 {
    background-color: RGBA(22, 137, 130, 0.6);
  }
  .bg-success-opal-06,
  .hover\:bg-success-opal-06:hover,
  .focus\:bg-success-opal-06:focus,
  .group:hover .group-hover\:bg-success-opal-06,
  .group:focus-within .group-focus-within\:bg-success-opal-06 {
    background-color: RGBA(22, 137, 130, 0.06);
  }
  .bg-success-opal-7,
  .hover\:bg-success-opal-7:hover,
  .focus\:bg-success-opal-7:focus,
  .group:hover .group-hover\:bg-success-opal-7,
  .group:focus-within .group-focus-within\:bg-success-opal-7 {
    background-color: RGBA(22, 137, 130, 0.7);
  }
  .bg-success-opal-07,
  .hover\:bg-success-opal-07:hover,
  .focus\:bg-success-opal-07:focus,
  .group:hover .group-hover\:bg-success-opal-07,
  .group:focus-within .group-focus-within\:bg-success-opal-07 {
    background-color: RGBA(22, 137, 130, 0.07);
  }
  .bg-success-opal-8,
  .hover\:bg-success-opal-8:hover,
  .focus\:bg-success-opal-8:focus,
  .group:hover .group-hover\:bg-success-opal-8,
  .group:focus-within .group-focus-within\:bg-success-opal-8 {
    background-color: RGBA(22, 137, 130, 0.8);
  }
  .bg-success-opal-08,
  .hover\:bg-success-opal-08:hover,
  .focus\:bg-success-opal-08:focus,
  .group:hover .group-hover\:bg-success-opal-08,
  .group:focus-within .group-focus-within\:bg-success-opal-08 {
    background-color: RGBA(22, 137, 130, 0.08);
  }
  .bg-success-opal-9,
  .hover\:bg-success-opal-9:hover,
  .focus\:bg-success-opal-9:focus,
  .group:hover .group-hover\:bg-success-opal-9,
  .group:focus-within .group-focus-within\:bg-success-opal-9 {
    background-color: RGBA(22, 137, 130, 0.9);
  }
  .bg-success-opal-09,
  .hover\:bg-success-opal-09:hover,
  .focus\:bg-success-opal-09:focus,
  .group:hover .group-hover\:bg-success-opal-09,
  .group:focus-within .group-focus-within\:bg-success-opal-09 {
    background-color: RGBA(22, 137, 130, 0.09);
  }
  .bg-success-opal-10,
  .hover\:bg-success-opal-10:hover,
  .focus\:bg-success-opal-10:focus,
  .group:hover .group-hover\:bg-success-opal-10,
  .group:focus-within .group-focus-within\:bg-success-opal-10 {
    background-color: RGBA(22, 137, 130, 1);
  }
  .bg-success-contrast,
  .hover\:bg-success-contrast:hover,
  .focus\:bg-success-contrast:focus,
  .group:hover .group-hover\:bg-success-contrast,
  .group:focus-within .group-focus-within\:bg-success-contrast {
    background-color: #fff;
  }
  .bg-success-contrast-opal-0,
  .hover\:bg-success-contrast-opal-0:hover,
  .focus\:bg-success-contrast-opal-0:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-0,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-0 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .bg-success-contrast-opal-00,
  .hover\:bg-success-contrast-opal-00:hover,
  .focus\:bg-success-contrast-opal-00:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-00,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-00 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .bg-success-contrast-opal-1,
  .hover\:bg-success-contrast-opal-1:hover,
  .focus\:bg-success-contrast-opal-1:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-1,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-1 {
    background-color: RGBA(255, 255, 255, 0.1);
  }
  .bg-success-contrast-opal-01,
  .hover\:bg-success-contrast-opal-01:hover,
  .focus\:bg-success-contrast-opal-01:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-01,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-01 {
    background-color: RGBA(255, 255, 255, 0.01);
  }
  .bg-success-contrast-opal-2,
  .hover\:bg-success-contrast-opal-2:hover,
  .focus\:bg-success-contrast-opal-2:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-2,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-2 {
    background-color: RGBA(255, 255, 255, 0.2);
  }
  .bg-success-contrast-opal-02,
  .hover\:bg-success-contrast-opal-02:hover,
  .focus\:bg-success-contrast-opal-02:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-02,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-02 {
    background-color: RGBA(255, 255, 255, 0.02);
  }
  .bg-success-contrast-opal-3,
  .hover\:bg-success-contrast-opal-3:hover,
  .focus\:bg-success-contrast-opal-3:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-3,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-3 {
    background-color: RGBA(255, 255, 255, 0.3);
  }
  .bg-success-contrast-opal-03,
  .hover\:bg-success-contrast-opal-03:hover,
  .focus\:bg-success-contrast-opal-03:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-03,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-03 {
    background-color: RGBA(255, 255, 255, 0.03);
  }
  .bg-success-contrast-opal-4,
  .hover\:bg-success-contrast-opal-4:hover,
  .focus\:bg-success-contrast-opal-4:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-4,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-4 {
    background-color: RGBA(255, 255, 255, 0.4);
  }
  .bg-success-contrast-opal-04,
  .hover\:bg-success-contrast-opal-04:hover,
  .focus\:bg-success-contrast-opal-04:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-04,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-04 {
    background-color: RGBA(255, 255, 255, 0.04);
  }
  .bg-success-contrast-opal-5,
  .hover\:bg-success-contrast-opal-5:hover,
  .focus\:bg-success-contrast-opal-5:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-5,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-5 {
    background-color: RGBA(255, 255, 255, 0.5);
  }
  .bg-success-contrast-opal-05,
  .hover\:bg-success-contrast-opal-05:hover,
  .focus\:bg-success-contrast-opal-05:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-05,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-05 {
    background-color: RGBA(255, 255, 255, 0.05);
  }
  .bg-success-contrast-opal-6,
  .hover\:bg-success-contrast-opal-6:hover,
  .focus\:bg-success-contrast-opal-6:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-6,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-6 {
    background-color: RGBA(255, 255, 255, 0.6);
  }
  .bg-success-contrast-opal-06,
  .hover\:bg-success-contrast-opal-06:hover,
  .focus\:bg-success-contrast-opal-06:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-06,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-06 {
    background-color: RGBA(255, 255, 255, 0.06);
  }
  .bg-success-contrast-opal-7,
  .hover\:bg-success-contrast-opal-7:hover,
  .focus\:bg-success-contrast-opal-7:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-7,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-7 {
    background-color: RGBA(255, 255, 255, 0.7);
  }
  .bg-success-contrast-opal-07,
  .hover\:bg-success-contrast-opal-07:hover,
  .focus\:bg-success-contrast-opal-07:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-07,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-07 {
    background-color: RGBA(255, 255, 255, 0.07);
  }
  .bg-success-contrast-opal-8,
  .hover\:bg-success-contrast-opal-8:hover,
  .focus\:bg-success-contrast-opal-8:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-8,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-8 {
    background-color: RGBA(255, 255, 255, 0.8);
  }
  .bg-success-contrast-opal-08,
  .hover\:bg-success-contrast-opal-08:hover,
  .focus\:bg-success-contrast-opal-08:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-08,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-08 {
    background-color: RGBA(255, 255, 255, 0.08);
  }
  .bg-success-contrast-opal-9,
  .hover\:bg-success-contrast-opal-9:hover,
  .focus\:bg-success-contrast-opal-9:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-9,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-9 {
    background-color: RGBA(255, 255, 255, 0.9);
  }
  .bg-success-contrast-opal-09,
  .hover\:bg-success-contrast-opal-09:hover,
  .focus\:bg-success-contrast-opal-09:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-09,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-09 {
    background-color: RGBA(255, 255, 255, 0.09);
  }
  .bg-success-contrast-opal-10,
  .hover\:bg-success-contrast-opal-10:hover,
  .focus\:bg-success-contrast-opal-10:focus,
  .group:hover .group-hover\:bg-success-contrast-opal-10,
  .group:focus-within .group-focus-within\:bg-success-contrast-opal-10 {
    background-color: RGBA(255, 255, 255, 1);
  }
  .bg-warning,
  .hover\:bg-warning:hover,
  .focus\:bg-warning:focus,
  .group:hover .group-hover\:bg-warning,
  .group:focus-within .group-focus-within\:bg-warning {
    background-color: #c04c0a;
  }
  .bg-warning-opal-0,
  .hover\:bg-warning-opal-0:hover,
  .focus\:bg-warning-opal-0:focus,
  .group:hover .group-hover\:bg-warning-opal-0,
  .group:focus-within .group-focus-within\:bg-warning-opal-0 {
    background-color: RGBA(192, 76, 10, 0);
  }
  .bg-warning-opal-00,
  .hover\:bg-warning-opal-00:hover,
  .focus\:bg-warning-opal-00:focus,
  .group:hover .group-hover\:bg-warning-opal-00,
  .group:focus-within .group-focus-within\:bg-warning-opal-00 {
    background-color: RGBA(192, 76, 10, 0);
  }
  .bg-warning-opal-1,
  .hover\:bg-warning-opal-1:hover,
  .focus\:bg-warning-opal-1:focus,
  .group:hover .group-hover\:bg-warning-opal-1,
  .group:focus-within .group-focus-within\:bg-warning-opal-1 {
    background-color: RGBA(192, 76, 10, 0.1);
  }
  .bg-warning-opal-01,
  .hover\:bg-warning-opal-01:hover,
  .focus\:bg-warning-opal-01:focus,
  .group:hover .group-hover\:bg-warning-opal-01,
  .group:focus-within .group-focus-within\:bg-warning-opal-01 {
    background-color: RGBA(192, 76, 10, 0.01);
  }
  .bg-warning-opal-2,
  .hover\:bg-warning-opal-2:hover,
  .focus\:bg-warning-opal-2:focus,
  .group:hover .group-hover\:bg-warning-opal-2,
  .group:focus-within .group-focus-within\:bg-warning-opal-2 {
    background-color: RGBA(192, 76, 10, 0.2);
  }
  .bg-warning-opal-02,
  .hover\:bg-warning-opal-02:hover,
  .focus\:bg-warning-opal-02:focus,
  .group:hover .group-hover\:bg-warning-opal-02,
  .group:focus-within .group-focus-within\:bg-warning-opal-02 {
    background-color: RGBA(192, 76, 10, 0.02);
  }
  .bg-warning-opal-3,
  .hover\:bg-warning-opal-3:hover,
  .focus\:bg-warning-opal-3:focus,
  .group:hover .group-hover\:bg-warning-opal-3,
  .group:focus-within .group-focus-within\:bg-warning-opal-3 {
    background-color: RGBA(192, 76, 10, 0.3);
  }
  .bg-warning-opal-03,
  .hover\:bg-warning-opal-03:hover,
  .focus\:bg-warning-opal-03:focus,
  .group:hover .group-hover\:bg-warning-opal-03,
  .group:focus-within .group-focus-within\:bg-warning-opal-03 {
    background-color: RGBA(192, 76, 10, 0.03);
  }
  .bg-warning-opal-4,
  .hover\:bg-warning-opal-4:hover,
  .focus\:bg-warning-opal-4:focus,
  .group:hover .group-hover\:bg-warning-opal-4,
  .group:focus-within .group-focus-within\:bg-warning-opal-4 {
    background-color: RGBA(192, 76, 10, 0.4);
  }
  .bg-warning-opal-04,
  .hover\:bg-warning-opal-04:hover,
  .focus\:bg-warning-opal-04:focus,
  .group:hover .group-hover\:bg-warning-opal-04,
  .group:focus-within .group-focus-within\:bg-warning-opal-04 {
    background-color: RGBA(192, 76, 10, 0.04);
  }
  .bg-warning-opal-5,
  .hover\:bg-warning-opal-5:hover,
  .focus\:bg-warning-opal-5:focus,
  .group:hover .group-hover\:bg-warning-opal-5,
  .group:focus-within .group-focus-within\:bg-warning-opal-5 {
    background-color: RGBA(192, 76, 10, 0.5);
  }
  .bg-warning-opal-05,
  .hover\:bg-warning-opal-05:hover,
  .focus\:bg-warning-opal-05:focus,
  .group:hover .group-hover\:bg-warning-opal-05,
  .group:focus-within .group-focus-within\:bg-warning-opal-05 {
    background-color: RGBA(192, 76, 10, 0.05);
  }
  .bg-warning-opal-6,
  .hover\:bg-warning-opal-6:hover,
  .focus\:bg-warning-opal-6:focus,
  .group:hover .group-hover\:bg-warning-opal-6,
  .group:focus-within .group-focus-within\:bg-warning-opal-6 {
    background-color: RGBA(192, 76, 10, 0.6);
  }
  .bg-warning-opal-06,
  .hover\:bg-warning-opal-06:hover,
  .focus\:bg-warning-opal-06:focus,
  .group:hover .group-hover\:bg-warning-opal-06,
  .group:focus-within .group-focus-within\:bg-warning-opal-06 {
    background-color: RGBA(192, 76, 10, 0.06);
  }
  .bg-warning-opal-7,
  .hover\:bg-warning-opal-7:hover,
  .focus\:bg-warning-opal-7:focus,
  .group:hover .group-hover\:bg-warning-opal-7,
  .group:focus-within .group-focus-within\:bg-warning-opal-7 {
    background-color: RGBA(192, 76, 10, 0.7);
  }
  .bg-warning-opal-07,
  .hover\:bg-warning-opal-07:hover,
  .focus\:bg-warning-opal-07:focus,
  .group:hover .group-hover\:bg-warning-opal-07,
  .group:focus-within .group-focus-within\:bg-warning-opal-07 {
    background-color: RGBA(192, 76, 10, 0.07);
  }
  .bg-warning-opal-8,
  .hover\:bg-warning-opal-8:hover,
  .focus\:bg-warning-opal-8:focus,
  .group:hover .group-hover\:bg-warning-opal-8,
  .group:focus-within .group-focus-within\:bg-warning-opal-8 {
    background-color: RGBA(192, 76, 10, 0.8);
  }
  .bg-warning-opal-08,
  .hover\:bg-warning-opal-08:hover,
  .focus\:bg-warning-opal-08:focus,
  .group:hover .group-hover\:bg-warning-opal-08,
  .group:focus-within .group-focus-within\:bg-warning-opal-08 {
    background-color: RGBA(192, 76, 10, 0.08);
  }
  .bg-warning-opal-9,
  .hover\:bg-warning-opal-9:hover,
  .focus\:bg-warning-opal-9:focus,
  .group:hover .group-hover\:bg-warning-opal-9,
  .group:focus-within .group-focus-within\:bg-warning-opal-9 {
    background-color: RGBA(192, 76, 10, 0.9);
  }
  .bg-warning-opal-09,
  .hover\:bg-warning-opal-09:hover,
  .focus\:bg-warning-opal-09:focus,
  .group:hover .group-hover\:bg-warning-opal-09,
  .group:focus-within .group-focus-within\:bg-warning-opal-09 {
    background-color: RGBA(192, 76, 10, 0.09);
  }
  .bg-warning-opal-10,
  .hover\:bg-warning-opal-10:hover,
  .focus\:bg-warning-opal-10:focus,
  .group:hover .group-hover\:bg-warning-opal-10,
  .group:focus-within .group-focus-within\:bg-warning-opal-10 {
    background-color: RGBA(192, 76, 10, 1);
  }
  .bg-warning-contrast,
  .hover\:bg-warning-contrast:hover,
  .focus\:bg-warning-contrast:focus,
  .group:hover .group-hover\:bg-warning-contrast,
  .group:focus-within .group-focus-within\:bg-warning-contrast {
    background-color: #fff;
  }
  .bg-warning-contrast-opal-0,
  .hover\:bg-warning-contrast-opal-0:hover,
  .focus\:bg-warning-contrast-opal-0:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-0,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-0 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .bg-warning-contrast-opal-00,
  .hover\:bg-warning-contrast-opal-00:hover,
  .focus\:bg-warning-contrast-opal-00:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-00,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-00 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .bg-warning-contrast-opal-1,
  .hover\:bg-warning-contrast-opal-1:hover,
  .focus\:bg-warning-contrast-opal-1:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-1,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-1 {
    background-color: RGBA(255, 255, 255, 0.1);
  }
  .bg-warning-contrast-opal-01,
  .hover\:bg-warning-contrast-opal-01:hover,
  .focus\:bg-warning-contrast-opal-01:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-01,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-01 {
    background-color: RGBA(255, 255, 255, 0.01);
  }
  .bg-warning-contrast-opal-2,
  .hover\:bg-warning-contrast-opal-2:hover,
  .focus\:bg-warning-contrast-opal-2:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-2,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-2 {
    background-color: RGBA(255, 255, 255, 0.2);
  }
  .bg-warning-contrast-opal-02,
  .hover\:bg-warning-contrast-opal-02:hover,
  .focus\:bg-warning-contrast-opal-02:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-02,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-02 {
    background-color: RGBA(255, 255, 255, 0.02);
  }
  .bg-warning-contrast-opal-3,
  .hover\:bg-warning-contrast-opal-3:hover,
  .focus\:bg-warning-contrast-opal-3:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-3,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-3 {
    background-color: RGBA(255, 255, 255, 0.3);
  }
  .bg-warning-contrast-opal-03,
  .hover\:bg-warning-contrast-opal-03:hover,
  .focus\:bg-warning-contrast-opal-03:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-03,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-03 {
    background-color: RGBA(255, 255, 255, 0.03);
  }
  .bg-warning-contrast-opal-4,
  .hover\:bg-warning-contrast-opal-4:hover,
  .focus\:bg-warning-contrast-opal-4:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-4,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-4 {
    background-color: RGBA(255, 255, 255, 0.4);
  }
  .bg-warning-contrast-opal-04,
  .hover\:bg-warning-contrast-opal-04:hover,
  .focus\:bg-warning-contrast-opal-04:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-04,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-04 {
    background-color: RGBA(255, 255, 255, 0.04);
  }
  .bg-warning-contrast-opal-5,
  .hover\:bg-warning-contrast-opal-5:hover,
  .focus\:bg-warning-contrast-opal-5:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-5,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-5 {
    background-color: RGBA(255, 255, 255, 0.5);
  }
  .bg-warning-contrast-opal-05,
  .hover\:bg-warning-contrast-opal-05:hover,
  .focus\:bg-warning-contrast-opal-05:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-05,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-05 {
    background-color: RGBA(255, 255, 255, 0.05);
  }
  .bg-warning-contrast-opal-6,
  .hover\:bg-warning-contrast-opal-6:hover,
  .focus\:bg-warning-contrast-opal-6:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-6,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-6 {
    background-color: RGBA(255, 255, 255, 0.6);
  }
  .bg-warning-contrast-opal-06,
  .hover\:bg-warning-contrast-opal-06:hover,
  .focus\:bg-warning-contrast-opal-06:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-06,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-06 {
    background-color: RGBA(255, 255, 255, 0.06);
  }
  .bg-warning-contrast-opal-7,
  .hover\:bg-warning-contrast-opal-7:hover,
  .focus\:bg-warning-contrast-opal-7:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-7,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-7 {
    background-color: RGBA(255, 255, 255, 0.7);
  }
  .bg-warning-contrast-opal-07,
  .hover\:bg-warning-contrast-opal-07:hover,
  .focus\:bg-warning-contrast-opal-07:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-07,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-07 {
    background-color: RGBA(255, 255, 255, 0.07);
  }
  .bg-warning-contrast-opal-8,
  .hover\:bg-warning-contrast-opal-8:hover,
  .focus\:bg-warning-contrast-opal-8:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-8,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-8 {
    background-color: RGBA(255, 255, 255, 0.8);
  }
  .bg-warning-contrast-opal-08,
  .hover\:bg-warning-contrast-opal-08:hover,
  .focus\:bg-warning-contrast-opal-08:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-08,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-08 {
    background-color: RGBA(255, 255, 255, 0.08);
  }
  .bg-warning-contrast-opal-9,
  .hover\:bg-warning-contrast-opal-9:hover,
  .focus\:bg-warning-contrast-opal-9:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-9,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-9 {
    background-color: RGBA(255, 255, 255, 0.9);
  }
  .bg-warning-contrast-opal-09,
  .hover\:bg-warning-contrast-opal-09:hover,
  .focus\:bg-warning-contrast-opal-09:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-09,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-09 {
    background-color: RGBA(255, 255, 255, 0.09);
  }
  .bg-warning-contrast-opal-10,
  .hover\:bg-warning-contrast-opal-10:hover,
  .focus\:bg-warning-contrast-opal-10:focus,
  .group:hover .group-hover\:bg-warning-contrast-opal-10,
  .group:focus-within .group-focus-within\:bg-warning-contrast-opal-10 {
    background-color: RGBA(255, 255, 255, 1);
  }
  .bg-fail,
  .hover\:bg-fail:hover,
  .focus\:bg-fail:focus,
  .group:hover .group-hover\:bg-fail,
  .group:focus-within .group-focus-within\:bg-fail {
    background-color: #c82d53;
  }
  .bg-fail-opal-0,
  .hover\:bg-fail-opal-0:hover,
  .focus\:bg-fail-opal-0:focus,
  .group:hover .group-hover\:bg-fail-opal-0,
  .group:focus-within .group-focus-within\:bg-fail-opal-0 {
    background-color: RGBA(200, 45, 83, 0);
  }
  .bg-fail-opal-00,
  .hover\:bg-fail-opal-00:hover,
  .focus\:bg-fail-opal-00:focus,
  .group:hover .group-hover\:bg-fail-opal-00,
  .group:focus-within .group-focus-within\:bg-fail-opal-00 {
    background-color: RGBA(200, 45, 83, 0);
  }
  .bg-fail-opal-1,
  .hover\:bg-fail-opal-1:hover,
  .focus\:bg-fail-opal-1:focus,
  .group:hover .group-hover\:bg-fail-opal-1,
  .group:focus-within .group-focus-within\:bg-fail-opal-1 {
    background-color: RGBA(200, 45, 83, 0.1);
  }
  .bg-fail-opal-01,
  .hover\:bg-fail-opal-01:hover,
  .focus\:bg-fail-opal-01:focus,
  .group:hover .group-hover\:bg-fail-opal-01,
  .group:focus-within .group-focus-within\:bg-fail-opal-01 {
    background-color: RGBA(200, 45, 83, 0.01);
  }
  .bg-fail-opal-2,
  .hover\:bg-fail-opal-2:hover,
  .focus\:bg-fail-opal-2:focus,
  .group:hover .group-hover\:bg-fail-opal-2,
  .group:focus-within .group-focus-within\:bg-fail-opal-2 {
    background-color: RGBA(200, 45, 83, 0.2);
  }
  .bg-fail-opal-02,
  .hover\:bg-fail-opal-02:hover,
  .focus\:bg-fail-opal-02:focus,
  .group:hover .group-hover\:bg-fail-opal-02,
  .group:focus-within .group-focus-within\:bg-fail-opal-02 {
    background-color: RGBA(200, 45, 83, 0.02);
  }
  .bg-fail-opal-3,
  .hover\:bg-fail-opal-3:hover,
  .focus\:bg-fail-opal-3:focus,
  .group:hover .group-hover\:bg-fail-opal-3,
  .group:focus-within .group-focus-within\:bg-fail-opal-3 {
    background-color: RGBA(200, 45, 83, 0.3);
  }
  .bg-fail-opal-03,
  .hover\:bg-fail-opal-03:hover,
  .focus\:bg-fail-opal-03:focus,
  .group:hover .group-hover\:bg-fail-opal-03,
  .group:focus-within .group-focus-within\:bg-fail-opal-03 {
    background-color: RGBA(200, 45, 83, 0.03);
  }
  .bg-fail-opal-4,
  .hover\:bg-fail-opal-4:hover,
  .focus\:bg-fail-opal-4:focus,
  .group:hover .group-hover\:bg-fail-opal-4,
  .group:focus-within .group-focus-within\:bg-fail-opal-4 {
    background-color: RGBA(200, 45, 83, 0.4);
  }
  .bg-fail-opal-04,
  .hover\:bg-fail-opal-04:hover,
  .focus\:bg-fail-opal-04:focus,
  .group:hover .group-hover\:bg-fail-opal-04,
  .group:focus-within .group-focus-within\:bg-fail-opal-04 {
    background-color: RGBA(200, 45, 83, 0.04);
  }
  .bg-fail-opal-5,
  .hover\:bg-fail-opal-5:hover,
  .focus\:bg-fail-opal-5:focus,
  .group:hover .group-hover\:bg-fail-opal-5,
  .group:focus-within .group-focus-within\:bg-fail-opal-5 {
    background-color: RGBA(200, 45, 83, 0.5);
  }
  .bg-fail-opal-05,
  .hover\:bg-fail-opal-05:hover,
  .focus\:bg-fail-opal-05:focus,
  .group:hover .group-hover\:bg-fail-opal-05,
  .group:focus-within .group-focus-within\:bg-fail-opal-05 {
    background-color: RGBA(200, 45, 83, 0.05);
  }
  .bg-fail-opal-6,
  .hover\:bg-fail-opal-6:hover,
  .focus\:bg-fail-opal-6:focus,
  .group:hover .group-hover\:bg-fail-opal-6,
  .group:focus-within .group-focus-within\:bg-fail-opal-6 {
    background-color: RGBA(200, 45, 83, 0.6);
  }
  .bg-fail-opal-06,
  .hover\:bg-fail-opal-06:hover,
  .focus\:bg-fail-opal-06:focus,
  .group:hover .group-hover\:bg-fail-opal-06,
  .group:focus-within .group-focus-within\:bg-fail-opal-06 {
    background-color: RGBA(200, 45, 83, 0.06);
  }
  .bg-fail-opal-7,
  .hover\:bg-fail-opal-7:hover,
  .focus\:bg-fail-opal-7:focus,
  .group:hover .group-hover\:bg-fail-opal-7,
  .group:focus-within .group-focus-within\:bg-fail-opal-7 {
    background-color: RGBA(200, 45, 83, 0.7);
  }
  .bg-fail-opal-07,
  .hover\:bg-fail-opal-07:hover,
  .focus\:bg-fail-opal-07:focus,
  .group:hover .group-hover\:bg-fail-opal-07,
  .group:focus-within .group-focus-within\:bg-fail-opal-07 {
    background-color: RGBA(200, 45, 83, 0.07);
  }
  .bg-fail-opal-8,
  .hover\:bg-fail-opal-8:hover,
  .focus\:bg-fail-opal-8:focus,
  .group:hover .group-hover\:bg-fail-opal-8,
  .group:focus-within .group-focus-within\:bg-fail-opal-8 {
    background-color: RGBA(200, 45, 83, 0.8);
  }
  .bg-fail-opal-08,
  .hover\:bg-fail-opal-08:hover,
  .focus\:bg-fail-opal-08:focus,
  .group:hover .group-hover\:bg-fail-opal-08,
  .group:focus-within .group-focus-within\:bg-fail-opal-08 {
    background-color: RGBA(200, 45, 83, 0.08);
  }
  .bg-fail-opal-9,
  .hover\:bg-fail-opal-9:hover,
  .focus\:bg-fail-opal-9:focus,
  .group:hover .group-hover\:bg-fail-opal-9,
  .group:focus-within .group-focus-within\:bg-fail-opal-9 {
    background-color: RGBA(200, 45, 83, 0.9);
  }
  .bg-fail-opal-09,
  .hover\:bg-fail-opal-09:hover,
  .focus\:bg-fail-opal-09:focus,
  .group:hover .group-hover\:bg-fail-opal-09,
  .group:focus-within .group-focus-within\:bg-fail-opal-09 {
    background-color: RGBA(200, 45, 83, 0.09);
  }
  .bg-fail-opal-10,
  .hover\:bg-fail-opal-10:hover,
  .focus\:bg-fail-opal-10:focus,
  .group:hover .group-hover\:bg-fail-opal-10,
  .group:focus-within .group-focus-within\:bg-fail-opal-10 {
    background-color: RGBA(200, 45, 83, 1);
  }
  .bg-fail-contrast,
  .hover\:bg-fail-contrast:hover,
  .focus\:bg-fail-contrast:focus,
  .group:hover .group-hover\:bg-fail-contrast,
  .group:focus-within .group-focus-within\:bg-fail-contrast {
    background-color: #fff;
  }
  .bg-fail-contrast-opal-0,
  .hover\:bg-fail-contrast-opal-0:hover,
  .focus\:bg-fail-contrast-opal-0:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-0,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-0 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .bg-fail-contrast-opal-00,
  .hover\:bg-fail-contrast-opal-00:hover,
  .focus\:bg-fail-contrast-opal-00:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-00,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-00 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .bg-fail-contrast-opal-1,
  .hover\:bg-fail-contrast-opal-1:hover,
  .focus\:bg-fail-contrast-opal-1:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-1,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-1 {
    background-color: RGBA(255, 255, 255, 0.1);
  }
  .bg-fail-contrast-opal-01,
  .hover\:bg-fail-contrast-opal-01:hover,
  .focus\:bg-fail-contrast-opal-01:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-01,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-01 {
    background-color: RGBA(255, 255, 255, 0.01);
  }
  .bg-fail-contrast-opal-2,
  .hover\:bg-fail-contrast-opal-2:hover,
  .focus\:bg-fail-contrast-opal-2:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-2,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-2 {
    background-color: RGBA(255, 255, 255, 0.2);
  }
  .bg-fail-contrast-opal-02,
  .hover\:bg-fail-contrast-opal-02:hover,
  .focus\:bg-fail-contrast-opal-02:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-02,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-02 {
    background-color: RGBA(255, 255, 255, 0.02);
  }
  .bg-fail-contrast-opal-3,
  .hover\:bg-fail-contrast-opal-3:hover,
  .focus\:bg-fail-contrast-opal-3:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-3,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-3 {
    background-color: RGBA(255, 255, 255, 0.3);
  }
  .bg-fail-contrast-opal-03,
  .hover\:bg-fail-contrast-opal-03:hover,
  .focus\:bg-fail-contrast-opal-03:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-03,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-03 {
    background-color: RGBA(255, 255, 255, 0.03);
  }
  .bg-fail-contrast-opal-4,
  .hover\:bg-fail-contrast-opal-4:hover,
  .focus\:bg-fail-contrast-opal-4:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-4,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-4 {
    background-color: RGBA(255, 255, 255, 0.4);
  }
  .bg-fail-contrast-opal-04,
  .hover\:bg-fail-contrast-opal-04:hover,
  .focus\:bg-fail-contrast-opal-04:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-04,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-04 {
    background-color: RGBA(255, 255, 255, 0.04);
  }
  .bg-fail-contrast-opal-5,
  .hover\:bg-fail-contrast-opal-5:hover,
  .focus\:bg-fail-contrast-opal-5:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-5,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-5 {
    background-color: RGBA(255, 255, 255, 0.5);
  }
  .bg-fail-contrast-opal-05,
  .hover\:bg-fail-contrast-opal-05:hover,
  .focus\:bg-fail-contrast-opal-05:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-05,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-05 {
    background-color: RGBA(255, 255, 255, 0.05);
  }
  .bg-fail-contrast-opal-6,
  .hover\:bg-fail-contrast-opal-6:hover,
  .focus\:bg-fail-contrast-opal-6:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-6,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-6 {
    background-color: RGBA(255, 255, 255, 0.6);
  }
  .bg-fail-contrast-opal-06,
  .hover\:bg-fail-contrast-opal-06:hover,
  .focus\:bg-fail-contrast-opal-06:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-06,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-06 {
    background-color: RGBA(255, 255, 255, 0.06);
  }
  .bg-fail-contrast-opal-7,
  .hover\:bg-fail-contrast-opal-7:hover,
  .focus\:bg-fail-contrast-opal-7:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-7,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-7 {
    background-color: RGBA(255, 255, 255, 0.7);
  }
  .bg-fail-contrast-opal-07,
  .hover\:bg-fail-contrast-opal-07:hover,
  .focus\:bg-fail-contrast-opal-07:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-07,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-07 {
    background-color: RGBA(255, 255, 255, 0.07);
  }
  .bg-fail-contrast-opal-8,
  .hover\:bg-fail-contrast-opal-8:hover,
  .focus\:bg-fail-contrast-opal-8:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-8,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-8 {
    background-color: RGBA(255, 255, 255, 0.8);
  }
  .bg-fail-contrast-opal-08,
  .hover\:bg-fail-contrast-opal-08:hover,
  .focus\:bg-fail-contrast-opal-08:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-08,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-08 {
    background-color: RGBA(255, 255, 255, 0.08);
  }
  .bg-fail-contrast-opal-9,
  .hover\:bg-fail-contrast-opal-9:hover,
  .focus\:bg-fail-contrast-opal-9:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-9,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-9 {
    background-color: RGBA(255, 255, 255, 0.9);
  }
  .bg-fail-contrast-opal-09,
  .hover\:bg-fail-contrast-opal-09:hover,
  .focus\:bg-fail-contrast-opal-09:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-09,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-09 {
    background-color: RGBA(255, 255, 255, 0.09);
  }
  .bg-fail-contrast-opal-10,
  .hover\:bg-fail-contrast-opal-10:hover,
  .focus\:bg-fail-contrast-opal-10:focus,
  .group:hover .group-hover\:bg-fail-contrast-opal-10,
  .group:focus-within .group-focus-within\:bg-fail-contrast-opal-10 {
    background-color: RGBA(255, 255, 255, 1);
  }
  .bg-neutral,
  .hover\:bg-neutral:hover,
  .focus\:bg-neutral:focus,
  .group:hover .group-hover\:bg-neutral,
  .group:focus-within .group-focus-within\:bg-neutral {
    background-color: #383f76;
  }
  .bg-neutral-opal-0,
  .hover\:bg-neutral-opal-0:hover,
  .focus\:bg-neutral-opal-0:focus,
  .group:hover .group-hover\:bg-neutral-opal-0,
  .group:focus-within .group-focus-within\:bg-neutral-opal-0 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .bg-neutral-opal-00,
  .hover\:bg-neutral-opal-00:hover,
  .focus\:bg-neutral-opal-00:focus,
  .group:hover .group-hover\:bg-neutral-opal-00,
  .group:focus-within .group-focus-within\:bg-neutral-opal-00 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .bg-neutral-opal-1,
  .hover\:bg-neutral-opal-1:hover,
  .focus\:bg-neutral-opal-1:focus,
  .group:hover .group-hover\:bg-neutral-opal-1,
  .group:focus-within .group-focus-within\:bg-neutral-opal-1 {
    background-color: RGBA(56, 63, 118, 0.1);
  }
  .bg-neutral-opal-01,
  .hover\:bg-neutral-opal-01:hover,
  .focus\:bg-neutral-opal-01:focus,
  .group:hover .group-hover\:bg-neutral-opal-01,
  .group:focus-within .group-focus-within\:bg-neutral-opal-01 {
    background-color: RGBA(56, 63, 118, 0.01);
  }
  .bg-neutral-opal-2,
  .hover\:bg-neutral-opal-2:hover,
  .focus\:bg-neutral-opal-2:focus,
  .group:hover .group-hover\:bg-neutral-opal-2,
  .group:focus-within .group-focus-within\:bg-neutral-opal-2 {
    background-color: RGBA(56, 63, 118, 0.2);
  }
  .bg-neutral-opal-02,
  .hover\:bg-neutral-opal-02:hover,
  .focus\:bg-neutral-opal-02:focus,
  .group:hover .group-hover\:bg-neutral-opal-02,
  .group:focus-within .group-focus-within\:bg-neutral-opal-02 {
    background-color: RGBA(56, 63, 118, 0.02);
  }
  .bg-neutral-opal-3,
  .hover\:bg-neutral-opal-3:hover,
  .focus\:bg-neutral-opal-3:focus,
  .group:hover .group-hover\:bg-neutral-opal-3,
  .group:focus-within .group-focus-within\:bg-neutral-opal-3 {
    background-color: RGBA(56, 63, 118, 0.3);
  }
  .bg-neutral-opal-03,
  .hover\:bg-neutral-opal-03:hover,
  .focus\:bg-neutral-opal-03:focus,
  .group:hover .group-hover\:bg-neutral-opal-03,
  .group:focus-within .group-focus-within\:bg-neutral-opal-03 {
    background-color: RGBA(56, 63, 118, 0.03);
  }
  .bg-neutral-opal-4,
  .hover\:bg-neutral-opal-4:hover,
  .focus\:bg-neutral-opal-4:focus,
  .group:hover .group-hover\:bg-neutral-opal-4,
  .group:focus-within .group-focus-within\:bg-neutral-opal-4 {
    background-color: RGBA(56, 63, 118, 0.4);
  }
  .bg-neutral-opal-04,
  .hover\:bg-neutral-opal-04:hover,
  .focus\:bg-neutral-opal-04:focus,
  .group:hover .group-hover\:bg-neutral-opal-04,
  .group:focus-within .group-focus-within\:bg-neutral-opal-04 {
    background-color: RGBA(56, 63, 118, 0.04);
  }
  .bg-neutral-opal-5,
  .hover\:bg-neutral-opal-5:hover,
  .focus\:bg-neutral-opal-5:focus,
  .group:hover .group-hover\:bg-neutral-opal-5,
  .group:focus-within .group-focus-within\:bg-neutral-opal-5 {
    background-color: RGBA(56, 63, 118, 0.5);
  }
  .bg-neutral-opal-05,
  .hover\:bg-neutral-opal-05:hover,
  .focus\:bg-neutral-opal-05:focus,
  .group:hover .group-hover\:bg-neutral-opal-05,
  .group:focus-within .group-focus-within\:bg-neutral-opal-05 {
    background-color: RGBA(56, 63, 118, 0.05);
  }
  .bg-neutral-opal-6,
  .hover\:bg-neutral-opal-6:hover,
  .focus\:bg-neutral-opal-6:focus,
  .group:hover .group-hover\:bg-neutral-opal-6,
  .group:focus-within .group-focus-within\:bg-neutral-opal-6 {
    background-color: RGBA(56, 63, 118, 0.6);
  }
  .bg-neutral-opal-06,
  .hover\:bg-neutral-opal-06:hover,
  .focus\:bg-neutral-opal-06:focus,
  .group:hover .group-hover\:bg-neutral-opal-06,
  .group:focus-within .group-focus-within\:bg-neutral-opal-06 {
    background-color: RGBA(56, 63, 118, 0.06);
  }
  .bg-neutral-opal-7,
  .hover\:bg-neutral-opal-7:hover,
  .focus\:bg-neutral-opal-7:focus,
  .group:hover .group-hover\:bg-neutral-opal-7,
  .group:focus-within .group-focus-within\:bg-neutral-opal-7 {
    background-color: RGBA(56, 63, 118, 0.7);
  }
  .bg-neutral-opal-07,
  .hover\:bg-neutral-opal-07:hover,
  .focus\:bg-neutral-opal-07:focus,
  .group:hover .group-hover\:bg-neutral-opal-07,
  .group:focus-within .group-focus-within\:bg-neutral-opal-07 {
    background-color: RGBA(56, 63, 118, 0.07);
  }
  .bg-neutral-opal-8,
  .hover\:bg-neutral-opal-8:hover,
  .focus\:bg-neutral-opal-8:focus,
  .group:hover .group-hover\:bg-neutral-opal-8,
  .group:focus-within .group-focus-within\:bg-neutral-opal-8 {
    background-color: RGBA(56, 63, 118, 0.8);
  }
  .bg-neutral-opal-08,
  .hover\:bg-neutral-opal-08:hover,
  .focus\:bg-neutral-opal-08:focus,
  .group:hover .group-hover\:bg-neutral-opal-08,
  .group:focus-within .group-focus-within\:bg-neutral-opal-08 {
    background-color: RGBA(56, 63, 118, 0.08);
  }
  .bg-neutral-opal-9,
  .hover\:bg-neutral-opal-9:hover,
  .focus\:bg-neutral-opal-9:focus,
  .group:hover .group-hover\:bg-neutral-opal-9,
  .group:focus-within .group-focus-within\:bg-neutral-opal-9 {
    background-color: RGBA(56, 63, 118, 0.9);
  }
  .bg-neutral-opal-09,
  .hover\:bg-neutral-opal-09:hover,
  .focus\:bg-neutral-opal-09:focus,
  .group:hover .group-hover\:bg-neutral-opal-09,
  .group:focus-within .group-focus-within\:bg-neutral-opal-09 {
    background-color: RGBA(56, 63, 118, 0.09);
  }
  .bg-neutral-opal-10,
  .hover\:bg-neutral-opal-10:hover,
  .focus\:bg-neutral-opal-10:focus,
  .group:hover .group-hover\:bg-neutral-opal-10,
  .group:focus-within .group-focus-within\:bg-neutral-opal-10 {
    background-color: RGBA(56, 63, 118, 1);
  }
  .bg-neutral-contrast,
  .hover\:bg-neutral-contrast:hover,
  .focus\:bg-neutral-contrast:focus,
  .group:hover .group-hover\:bg-neutral-contrast,
  .group:focus-within .group-focus-within\:bg-neutral-contrast {
    background-color: #fff;
  }
  .bg-neutral-contrast-opal-0,
  .hover\:bg-neutral-contrast-opal-0:hover,
  .focus\:bg-neutral-contrast-opal-0:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-0,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-0 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .bg-neutral-contrast-opal-00,
  .hover\:bg-neutral-contrast-opal-00:hover,
  .focus\:bg-neutral-contrast-opal-00:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-00,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-00 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .bg-neutral-contrast-opal-1,
  .hover\:bg-neutral-contrast-opal-1:hover,
  .focus\:bg-neutral-contrast-opal-1:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-1,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-1 {
    background-color: RGBA(255, 255, 255, 0.1);
  }
  .bg-neutral-contrast-opal-01,
  .hover\:bg-neutral-contrast-opal-01:hover,
  .focus\:bg-neutral-contrast-opal-01:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-01,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-01 {
    background-color: RGBA(255, 255, 255, 0.01);
  }
  .bg-neutral-contrast-opal-2,
  .hover\:bg-neutral-contrast-opal-2:hover,
  .focus\:bg-neutral-contrast-opal-2:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-2,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-2 {
    background-color: RGBA(255, 255, 255, 0.2);
  }
  .bg-neutral-contrast-opal-02,
  .hover\:bg-neutral-contrast-opal-02:hover,
  .focus\:bg-neutral-contrast-opal-02:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-02,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-02 {
    background-color: RGBA(255, 255, 255, 0.02);
  }
  .bg-neutral-contrast-opal-3,
  .hover\:bg-neutral-contrast-opal-3:hover,
  .focus\:bg-neutral-contrast-opal-3:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-3,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-3 {
    background-color: RGBA(255, 255, 255, 0.3);
  }
  .bg-neutral-contrast-opal-03,
  .hover\:bg-neutral-contrast-opal-03:hover,
  .focus\:bg-neutral-contrast-opal-03:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-03,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-03 {
    background-color: RGBA(255, 255, 255, 0.03);
  }
  .bg-neutral-contrast-opal-4,
  .hover\:bg-neutral-contrast-opal-4:hover,
  .focus\:bg-neutral-contrast-opal-4:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-4,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-4 {
    background-color: RGBA(255, 255, 255, 0.4);
  }
  .bg-neutral-contrast-opal-04,
  .hover\:bg-neutral-contrast-opal-04:hover,
  .focus\:bg-neutral-contrast-opal-04:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-04,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-04 {
    background-color: RGBA(255, 255, 255, 0.04);
  }
  .bg-neutral-contrast-opal-5,
  .hover\:bg-neutral-contrast-opal-5:hover,
  .focus\:bg-neutral-contrast-opal-5:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-5,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-5 {
    background-color: RGBA(255, 255, 255, 0.5);
  }
  .bg-neutral-contrast-opal-05,
  .hover\:bg-neutral-contrast-opal-05:hover,
  .focus\:bg-neutral-contrast-opal-05:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-05,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-05 {
    background-color: RGBA(255, 255, 255, 0.05);
  }
  .bg-neutral-contrast-opal-6,
  .hover\:bg-neutral-contrast-opal-6:hover,
  .focus\:bg-neutral-contrast-opal-6:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-6,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-6 {
    background-color: RGBA(255, 255, 255, 0.6);
  }
  .bg-neutral-contrast-opal-06,
  .hover\:bg-neutral-contrast-opal-06:hover,
  .focus\:bg-neutral-contrast-opal-06:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-06,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-06 {
    background-color: RGBA(255, 255, 255, 0.06);
  }
  .bg-neutral-contrast-opal-7,
  .hover\:bg-neutral-contrast-opal-7:hover,
  .focus\:bg-neutral-contrast-opal-7:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-7,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-7 {
    background-color: RGBA(255, 255, 255, 0.7);
  }
  .bg-neutral-contrast-opal-07,
  .hover\:bg-neutral-contrast-opal-07:hover,
  .focus\:bg-neutral-contrast-opal-07:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-07,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-07 {
    background-color: RGBA(255, 255, 255, 0.07);
  }
  .bg-neutral-contrast-opal-8,
  .hover\:bg-neutral-contrast-opal-8:hover,
  .focus\:bg-neutral-contrast-opal-8:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-8,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-8 {
    background-color: RGBA(255, 255, 255, 0.8);
  }
  .bg-neutral-contrast-opal-08,
  .hover\:bg-neutral-contrast-opal-08:hover,
  .focus\:bg-neutral-contrast-opal-08:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-08,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-08 {
    background-color: RGBA(255, 255, 255, 0.08);
  }
  .bg-neutral-contrast-opal-9,
  .hover\:bg-neutral-contrast-opal-9:hover,
  .focus\:bg-neutral-contrast-opal-9:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-9,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-9 {
    background-color: RGBA(255, 255, 255, 0.9);
  }
  .bg-neutral-contrast-opal-09,
  .hover\:bg-neutral-contrast-opal-09:hover,
  .focus\:bg-neutral-contrast-opal-09:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-09,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-09 {
    background-color: RGBA(255, 255, 255, 0.09);
  }
  .bg-neutral-contrast-opal-10,
  .hover\:bg-neutral-contrast-opal-10:hover,
  .focus\:bg-neutral-contrast-opal-10:focus,
  .group:hover .group-hover\:bg-neutral-contrast-opal-10,
  .group:focus-within .group-focus-within\:bg-neutral-contrast-opal-10 {
    background-color: RGBA(255, 255, 255, 1);
  }
  .bg-neutral-1,
  .hover\:bg-neutral-1:hover,
  .focus\:bg-neutral-1:focus,
  .group:hover .group-hover\:bg-neutral-1,
  .group:focus-within .group-focus-within\:bg-neutral-1 {
    background-color: #01011e;
  }
  .bg-neutral-1-opal-0,
  .hover\:bg-neutral-1-opal-0:hover,
  .focus\:bg-neutral-1-opal-0:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-0,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-0 {
    background-color: RGBA(1, 1, 30, 0);
  }
  .bg-neutral-1-opal-00,
  .hover\:bg-neutral-1-opal-00:hover,
  .focus\:bg-neutral-1-opal-00:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-00,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-00 {
    background-color: RGBA(1, 1, 30, 0);
  }
  .bg-neutral-1-opal-1,
  .hover\:bg-neutral-1-opal-1:hover,
  .focus\:bg-neutral-1-opal-1:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-1,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-1 {
    background-color: RGBA(1, 1, 30, 0.1);
  }
  .bg-neutral-1-opal-01,
  .hover\:bg-neutral-1-opal-01:hover,
  .focus\:bg-neutral-1-opal-01:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-01,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-01 {
    background-color: RGBA(1, 1, 30, 0.01);
  }
  .bg-neutral-1-opal-2,
  .hover\:bg-neutral-1-opal-2:hover,
  .focus\:bg-neutral-1-opal-2:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-2,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-2 {
    background-color: RGBA(1, 1, 30, 0.2);
  }
  .bg-neutral-1-opal-02,
  .hover\:bg-neutral-1-opal-02:hover,
  .focus\:bg-neutral-1-opal-02:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-02,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-02 {
    background-color: RGBA(1, 1, 30, 0.02);
  }
  .bg-neutral-1-opal-3,
  .hover\:bg-neutral-1-opal-3:hover,
  .focus\:bg-neutral-1-opal-3:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-3,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-3 {
    background-color: RGBA(1, 1, 30, 0.3);
  }
  .bg-neutral-1-opal-03,
  .hover\:bg-neutral-1-opal-03:hover,
  .focus\:bg-neutral-1-opal-03:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-03,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-03 {
    background-color: RGBA(1, 1, 30, 0.03);
  }
  .bg-neutral-1-opal-4,
  .hover\:bg-neutral-1-opal-4:hover,
  .focus\:bg-neutral-1-opal-4:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-4,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-4 {
    background-color: RGBA(1, 1, 30, 0.4);
  }
  .bg-neutral-1-opal-04,
  .hover\:bg-neutral-1-opal-04:hover,
  .focus\:bg-neutral-1-opal-04:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-04,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-04 {
    background-color: RGBA(1, 1, 30, 0.04);
  }
  .bg-neutral-1-opal-5,
  .hover\:bg-neutral-1-opal-5:hover,
  .focus\:bg-neutral-1-opal-5:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-5,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-5 {
    background-color: RGBA(1, 1, 30, 0.5);
  }
  .bg-neutral-1-opal-05,
  .hover\:bg-neutral-1-opal-05:hover,
  .focus\:bg-neutral-1-opal-05:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-05,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-05 {
    background-color: RGBA(1, 1, 30, 0.05);
  }
  .bg-neutral-1-opal-6,
  .hover\:bg-neutral-1-opal-6:hover,
  .focus\:bg-neutral-1-opal-6:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-6,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-6 {
    background-color: RGBA(1, 1, 30, 0.6);
  }
  .bg-neutral-1-opal-06,
  .hover\:bg-neutral-1-opal-06:hover,
  .focus\:bg-neutral-1-opal-06:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-06,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-06 {
    background-color: RGBA(1, 1, 30, 0.06);
  }
  .bg-neutral-1-opal-7,
  .hover\:bg-neutral-1-opal-7:hover,
  .focus\:bg-neutral-1-opal-7:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-7,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-7 {
    background-color: RGBA(1, 1, 30, 0.7);
  }
  .bg-neutral-1-opal-07,
  .hover\:bg-neutral-1-opal-07:hover,
  .focus\:bg-neutral-1-opal-07:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-07,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-07 {
    background-color: RGBA(1, 1, 30, 0.07);
  }
  .bg-neutral-1-opal-8,
  .hover\:bg-neutral-1-opal-8:hover,
  .focus\:bg-neutral-1-opal-8:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-8,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-8 {
    background-color: RGBA(1, 1, 30, 0.8);
  }
  .bg-neutral-1-opal-08,
  .hover\:bg-neutral-1-opal-08:hover,
  .focus\:bg-neutral-1-opal-08:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-08,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-08 {
    background-color: RGBA(1, 1, 30, 0.08);
  }
  .bg-neutral-1-opal-9,
  .hover\:bg-neutral-1-opal-9:hover,
  .focus\:bg-neutral-1-opal-9:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-9,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-9 {
    background-color: RGBA(1, 1, 30, 0.9);
  }
  .bg-neutral-1-opal-09,
  .hover\:bg-neutral-1-opal-09:hover,
  .focus\:bg-neutral-1-opal-09:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-09,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-09 {
    background-color: RGBA(1, 1, 30, 0.09);
  }
  .bg-neutral-1-opal-10,
  .hover\:bg-neutral-1-opal-10:hover,
  .focus\:bg-neutral-1-opal-10:focus,
  .group:hover .group-hover\:bg-neutral-1-opal-10,
  .group:focus-within .group-focus-within\:bg-neutral-1-opal-10 {
    background-color: RGBA(1, 1, 30, 1);
  }
  .bg-neutral-2,
  .hover\:bg-neutral-2:hover,
  .focus\:bg-neutral-2:focus,
  .group:hover .group-hover\:bg-neutral-2,
  .group:focus-within .group-focus-within\:bg-neutral-2 {
    background-color: #030328;
  }
  .bg-neutral-2-opal-0,
  .hover\:bg-neutral-2-opal-0:hover,
  .focus\:bg-neutral-2-opal-0:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-0,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-0 {
    background-color: RGBA(3, 3, 40, 0);
  }
  .bg-neutral-2-opal-00,
  .hover\:bg-neutral-2-opal-00:hover,
  .focus\:bg-neutral-2-opal-00:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-00,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-00 {
    background-color: RGBA(3, 3, 40, 0);
  }
  .bg-neutral-2-opal-1,
  .hover\:bg-neutral-2-opal-1:hover,
  .focus\:bg-neutral-2-opal-1:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-1,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-1 {
    background-color: RGBA(3, 3, 40, 0.1);
  }
  .bg-neutral-2-opal-01,
  .hover\:bg-neutral-2-opal-01:hover,
  .focus\:bg-neutral-2-opal-01:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-01,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-01 {
    background-color: RGBA(3, 3, 40, 0.01);
  }
  .bg-neutral-2-opal-2,
  .hover\:bg-neutral-2-opal-2:hover,
  .focus\:bg-neutral-2-opal-2:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-2,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-2 {
    background-color: RGBA(3, 3, 40, 0.2);
  }
  .bg-neutral-2-opal-02,
  .hover\:bg-neutral-2-opal-02:hover,
  .focus\:bg-neutral-2-opal-02:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-02,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-02 {
    background-color: RGBA(3, 3, 40, 0.02);
  }
  .bg-neutral-2-opal-3,
  .hover\:bg-neutral-2-opal-3:hover,
  .focus\:bg-neutral-2-opal-3:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-3,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-3 {
    background-color: RGBA(3, 3, 40, 0.3);
  }
  .bg-neutral-2-opal-03,
  .hover\:bg-neutral-2-opal-03:hover,
  .focus\:bg-neutral-2-opal-03:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-03,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-03 {
    background-color: RGBA(3, 3, 40, 0.03);
  }
  .bg-neutral-2-opal-4,
  .hover\:bg-neutral-2-opal-4:hover,
  .focus\:bg-neutral-2-opal-4:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-4,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-4 {
    background-color: RGBA(3, 3, 40, 0.4);
  }
  .bg-neutral-2-opal-04,
  .hover\:bg-neutral-2-opal-04:hover,
  .focus\:bg-neutral-2-opal-04:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-04,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-04 {
    background-color: RGBA(3, 3, 40, 0.04);
  }
  .bg-neutral-2-opal-5,
  .hover\:bg-neutral-2-opal-5:hover,
  .focus\:bg-neutral-2-opal-5:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-5,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-5 {
    background-color: RGBA(3, 3, 40, 0.5);
  }
  .bg-neutral-2-opal-05,
  .hover\:bg-neutral-2-opal-05:hover,
  .focus\:bg-neutral-2-opal-05:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-05,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-05 {
    background-color: RGBA(3, 3, 40, 0.05);
  }
  .bg-neutral-2-opal-6,
  .hover\:bg-neutral-2-opal-6:hover,
  .focus\:bg-neutral-2-opal-6:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-6,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-6 {
    background-color: RGBA(3, 3, 40, 0.6);
  }
  .bg-neutral-2-opal-06,
  .hover\:bg-neutral-2-opal-06:hover,
  .focus\:bg-neutral-2-opal-06:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-06,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-06 {
    background-color: RGBA(3, 3, 40, 0.06);
  }
  .bg-neutral-2-opal-7,
  .hover\:bg-neutral-2-opal-7:hover,
  .focus\:bg-neutral-2-opal-7:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-7,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-7 {
    background-color: RGBA(3, 3, 40, 0.7);
  }
  .bg-neutral-2-opal-07,
  .hover\:bg-neutral-2-opal-07:hover,
  .focus\:bg-neutral-2-opal-07:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-07,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-07 {
    background-color: RGBA(3, 3, 40, 0.07);
  }
  .bg-neutral-2-opal-8,
  .hover\:bg-neutral-2-opal-8:hover,
  .focus\:bg-neutral-2-opal-8:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-8,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-8 {
    background-color: RGBA(3, 3, 40, 0.8);
  }
  .bg-neutral-2-opal-08,
  .hover\:bg-neutral-2-opal-08:hover,
  .focus\:bg-neutral-2-opal-08:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-08,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-08 {
    background-color: RGBA(3, 3, 40, 0.08);
  }
  .bg-neutral-2-opal-9,
  .hover\:bg-neutral-2-opal-9:hover,
  .focus\:bg-neutral-2-opal-9:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-9,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-9 {
    background-color: RGBA(3, 3, 40, 0.9);
  }
  .bg-neutral-2-opal-09,
  .hover\:bg-neutral-2-opal-09:hover,
  .focus\:bg-neutral-2-opal-09:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-09,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-09 {
    background-color: RGBA(3, 3, 40, 0.09);
  }
  .bg-neutral-2-opal-10,
  .hover\:bg-neutral-2-opal-10:hover,
  .focus\:bg-neutral-2-opal-10:focus,
  .group:hover .group-hover\:bg-neutral-2-opal-10,
  .group:focus-within .group-focus-within\:bg-neutral-2-opal-10 {
    background-color: RGBA(3, 3, 40, 1);
  }
  .bg-neutral-3,
  .hover\:bg-neutral-3:hover,
  .focus\:bg-neutral-3:focus,
  .group:hover .group-hover\:bg-neutral-3,
  .group:focus-within .group-focus-within\:bg-neutral-3 {
    background-color: #383f76;
  }
  .bg-neutral-3-opal-0,
  .hover\:bg-neutral-3-opal-0:hover,
  .focus\:bg-neutral-3-opal-0:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-0,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-0 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .bg-neutral-3-opal-00,
  .hover\:bg-neutral-3-opal-00:hover,
  .focus\:bg-neutral-3-opal-00:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-00,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-00 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .bg-neutral-3-opal-1,
  .hover\:bg-neutral-3-opal-1:hover,
  .focus\:bg-neutral-3-opal-1:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-1,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-1 {
    background-color: RGBA(56, 63, 118, 0.1);
  }
  .bg-neutral-3-opal-01,
  .hover\:bg-neutral-3-opal-01:hover,
  .focus\:bg-neutral-3-opal-01:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-01,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-01 {
    background-color: RGBA(56, 63, 118, 0.01);
  }
  .bg-neutral-3-opal-2,
  .hover\:bg-neutral-3-opal-2:hover,
  .focus\:bg-neutral-3-opal-2:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-2,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-2 {
    background-color: RGBA(56, 63, 118, 0.2);
  }
  .bg-neutral-3-opal-02,
  .hover\:bg-neutral-3-opal-02:hover,
  .focus\:bg-neutral-3-opal-02:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-02,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-02 {
    background-color: RGBA(56, 63, 118, 0.02);
  }
  .bg-neutral-3-opal-3,
  .hover\:bg-neutral-3-opal-3:hover,
  .focus\:bg-neutral-3-opal-3:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-3,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-3 {
    background-color: RGBA(56, 63, 118, 0.3);
  }
  .bg-neutral-3-opal-03,
  .hover\:bg-neutral-3-opal-03:hover,
  .focus\:bg-neutral-3-opal-03:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-03,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-03 {
    background-color: RGBA(56, 63, 118, 0.03);
  }
  .bg-neutral-3-opal-4,
  .hover\:bg-neutral-3-opal-4:hover,
  .focus\:bg-neutral-3-opal-4:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-4,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-4 {
    background-color: RGBA(56, 63, 118, 0.4);
  }
  .bg-neutral-3-opal-04,
  .hover\:bg-neutral-3-opal-04:hover,
  .focus\:bg-neutral-3-opal-04:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-04,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-04 {
    background-color: RGBA(56, 63, 118, 0.04);
  }
  .bg-neutral-3-opal-5,
  .hover\:bg-neutral-3-opal-5:hover,
  .focus\:bg-neutral-3-opal-5:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-5,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-5 {
    background-color: RGBA(56, 63, 118, 0.5);
  }
  .bg-neutral-3-opal-05,
  .hover\:bg-neutral-3-opal-05:hover,
  .focus\:bg-neutral-3-opal-05:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-05,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-05 {
    background-color: RGBA(56, 63, 118, 0.05);
  }
  .bg-neutral-3-opal-6,
  .hover\:bg-neutral-3-opal-6:hover,
  .focus\:bg-neutral-3-opal-6:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-6,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-6 {
    background-color: RGBA(56, 63, 118, 0.6);
  }
  .bg-neutral-3-opal-06,
  .hover\:bg-neutral-3-opal-06:hover,
  .focus\:bg-neutral-3-opal-06:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-06,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-06 {
    background-color: RGBA(56, 63, 118, 0.06);
  }
  .bg-neutral-3-opal-7,
  .hover\:bg-neutral-3-opal-7:hover,
  .focus\:bg-neutral-3-opal-7:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-7,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-7 {
    background-color: RGBA(56, 63, 118, 0.7);
  }
  .bg-neutral-3-opal-07,
  .hover\:bg-neutral-3-opal-07:hover,
  .focus\:bg-neutral-3-opal-07:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-07,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-07 {
    background-color: RGBA(56, 63, 118, 0.07);
  }
  .bg-neutral-3-opal-8,
  .hover\:bg-neutral-3-opal-8:hover,
  .focus\:bg-neutral-3-opal-8:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-8,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-8 {
    background-color: RGBA(56, 63, 118, 0.8);
  }
  .bg-neutral-3-opal-08,
  .hover\:bg-neutral-3-opal-08:hover,
  .focus\:bg-neutral-3-opal-08:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-08,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-08 {
    background-color: RGBA(56, 63, 118, 0.08);
  }
  .bg-neutral-3-opal-9,
  .hover\:bg-neutral-3-opal-9:hover,
  .focus\:bg-neutral-3-opal-9:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-9,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-9 {
    background-color: RGBA(56, 63, 118, 0.9);
  }
  .bg-neutral-3-opal-09,
  .hover\:bg-neutral-3-opal-09:hover,
  .focus\:bg-neutral-3-opal-09:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-09,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-09 {
    background-color: RGBA(56, 63, 118, 0.09);
  }
  .bg-neutral-3-opal-10,
  .hover\:bg-neutral-3-opal-10:hover,
  .focus\:bg-neutral-3-opal-10:focus,
  .group:hover .group-hover\:bg-neutral-3-opal-10,
  .group:focus-within .group-focus-within\:bg-neutral-3-opal-10 {
    background-color: RGBA(56, 63, 118, 1);
  }
  .bg-neutral-4,
  .hover\:bg-neutral-4:hover,
  .focus\:bg-neutral-4:focus,
  .group:hover .group-hover\:bg-neutral-4,
  .group:focus-within .group-focus-within\:bg-neutral-4 {
    background-color: #6d6d9c;
  }
  .bg-neutral-4-opal-0,
  .hover\:bg-neutral-4-opal-0:hover,
  .focus\:bg-neutral-4-opal-0:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-0,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-0 {
    background-color: RGBA(109, 109, 156, 0);
  }
  .bg-neutral-4-opal-00,
  .hover\:bg-neutral-4-opal-00:hover,
  .focus\:bg-neutral-4-opal-00:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-00,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-00 {
    background-color: RGBA(109, 109, 156, 0);
  }
  .bg-neutral-4-opal-1,
  .hover\:bg-neutral-4-opal-1:hover,
  .focus\:bg-neutral-4-opal-1:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-1,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-1 {
    background-color: RGBA(109, 109, 156, 0.1);
  }
  .bg-neutral-4-opal-01,
  .hover\:bg-neutral-4-opal-01:hover,
  .focus\:bg-neutral-4-opal-01:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-01,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-01 {
    background-color: RGBA(109, 109, 156, 0.01);
  }
  .bg-neutral-4-opal-2,
  .hover\:bg-neutral-4-opal-2:hover,
  .focus\:bg-neutral-4-opal-2:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-2,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-2 {
    background-color: RGBA(109, 109, 156, 0.2);
  }
  .bg-neutral-4-opal-02,
  .hover\:bg-neutral-4-opal-02:hover,
  .focus\:bg-neutral-4-opal-02:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-02,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-02 {
    background-color: RGBA(109, 109, 156, 0.02);
  }
  .bg-neutral-4-opal-3,
  .hover\:bg-neutral-4-opal-3:hover,
  .focus\:bg-neutral-4-opal-3:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-3,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-3 {
    background-color: RGBA(109, 109, 156, 0.3);
  }
  .bg-neutral-4-opal-03,
  .hover\:bg-neutral-4-opal-03:hover,
  .focus\:bg-neutral-4-opal-03:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-03,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-03 {
    background-color: RGBA(109, 109, 156, 0.03);
  }
  .bg-neutral-4-opal-4,
  .hover\:bg-neutral-4-opal-4:hover,
  .focus\:bg-neutral-4-opal-4:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-4,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-4 {
    background-color: RGBA(109, 109, 156, 0.4);
  }
  .bg-neutral-4-opal-04,
  .hover\:bg-neutral-4-opal-04:hover,
  .focus\:bg-neutral-4-opal-04:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-04,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-04 {
    background-color: RGBA(109, 109, 156, 0.04);
  }
  .bg-neutral-4-opal-5,
  .hover\:bg-neutral-4-opal-5:hover,
  .focus\:bg-neutral-4-opal-5:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-5,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-5 {
    background-color: RGBA(109, 109, 156, 0.5);
  }
  .bg-neutral-4-opal-05,
  .hover\:bg-neutral-4-opal-05:hover,
  .focus\:bg-neutral-4-opal-05:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-05,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-05 {
    background-color: RGBA(109, 109, 156, 0.05);
  }
  .bg-neutral-4-opal-6,
  .hover\:bg-neutral-4-opal-6:hover,
  .focus\:bg-neutral-4-opal-6:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-6,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-6 {
    background-color: RGBA(109, 109, 156, 0.6);
  }
  .bg-neutral-4-opal-06,
  .hover\:bg-neutral-4-opal-06:hover,
  .focus\:bg-neutral-4-opal-06:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-06,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-06 {
    background-color: RGBA(109, 109, 156, 0.06);
  }
  .bg-neutral-4-opal-7,
  .hover\:bg-neutral-4-opal-7:hover,
  .focus\:bg-neutral-4-opal-7:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-7,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-7 {
    background-color: RGBA(109, 109, 156, 0.7);
  }
  .bg-neutral-4-opal-07,
  .hover\:bg-neutral-4-opal-07:hover,
  .focus\:bg-neutral-4-opal-07:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-07,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-07 {
    background-color: RGBA(109, 109, 156, 0.07);
  }
  .bg-neutral-4-opal-8,
  .hover\:bg-neutral-4-opal-8:hover,
  .focus\:bg-neutral-4-opal-8:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-8,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-8 {
    background-color: RGBA(109, 109, 156, 0.8);
  }
  .bg-neutral-4-opal-08,
  .hover\:bg-neutral-4-opal-08:hover,
  .focus\:bg-neutral-4-opal-08:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-08,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-08 {
    background-color: RGBA(109, 109, 156, 0.08);
  }
  .bg-neutral-4-opal-9,
  .hover\:bg-neutral-4-opal-9:hover,
  .focus\:bg-neutral-4-opal-9:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-9,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-9 {
    background-color: RGBA(109, 109, 156, 0.9);
  }
  .bg-neutral-4-opal-09,
  .hover\:bg-neutral-4-opal-09:hover,
  .focus\:bg-neutral-4-opal-09:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-09,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-09 {
    background-color: RGBA(109, 109, 156, 0.09);
  }
  .bg-neutral-4-opal-10,
  .hover\:bg-neutral-4-opal-10:hover,
  .focus\:bg-neutral-4-opal-10:focus,
  .group:hover .group-hover\:bg-neutral-4-opal-10,
  .group:focus-within .group-focus-within\:bg-neutral-4-opal-10 {
    background-color: RGBA(109, 109, 156, 1);
  }
  .bg-neutral-5,
  .hover\:bg-neutral-5:hover,
  .focus\:bg-neutral-5:focus,
  .group:hover .group-hover\:bg-neutral-5,
  .group:focus-within .group-focus-within\:bg-neutral-5 {
    background-color: #f6f7fb;
  }
  .bg-neutral-5-opal-0,
  .hover\:bg-neutral-5-opal-0:hover,
  .focus\:bg-neutral-5-opal-0:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-0,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-0 {
    background-color: RGBA(246, 247, 251, 0);
  }
  .bg-neutral-5-opal-00,
  .hover\:bg-neutral-5-opal-00:hover,
  .focus\:bg-neutral-5-opal-00:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-00,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-00 {
    background-color: RGBA(246, 247, 251, 0);
  }
  .bg-neutral-5-opal-1,
  .hover\:bg-neutral-5-opal-1:hover,
  .focus\:bg-neutral-5-opal-1:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-1,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-1 {
    background-color: RGBA(246, 247, 251, 0.1);
  }
  .bg-neutral-5-opal-01,
  .hover\:bg-neutral-5-opal-01:hover,
  .focus\:bg-neutral-5-opal-01:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-01,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-01 {
    background-color: RGBA(246, 247, 251, 0.01);
  }
  .bg-neutral-5-opal-2,
  .hover\:bg-neutral-5-opal-2:hover,
  .focus\:bg-neutral-5-opal-2:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-2,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-2 {
    background-color: RGBA(246, 247, 251, 0.2);
  }
  .bg-neutral-5-opal-02,
  .hover\:bg-neutral-5-opal-02:hover,
  .focus\:bg-neutral-5-opal-02:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-02,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-02 {
    background-color: RGBA(246, 247, 251, 0.02);
  }
  .bg-neutral-5-opal-3,
  .hover\:bg-neutral-5-opal-3:hover,
  .focus\:bg-neutral-5-opal-3:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-3,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-3 {
    background-color: RGBA(246, 247, 251, 0.3);
  }
  .bg-neutral-5-opal-03,
  .hover\:bg-neutral-5-opal-03:hover,
  .focus\:bg-neutral-5-opal-03:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-03,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-03 {
    background-color: RGBA(246, 247, 251, 0.03);
  }
  .bg-neutral-5-opal-4,
  .hover\:bg-neutral-5-opal-4:hover,
  .focus\:bg-neutral-5-opal-4:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-4,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-4 {
    background-color: RGBA(246, 247, 251, 0.4);
  }
  .bg-neutral-5-opal-04,
  .hover\:bg-neutral-5-opal-04:hover,
  .focus\:bg-neutral-5-opal-04:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-04,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-04 {
    background-color: RGBA(246, 247, 251, 0.04);
  }
  .bg-neutral-5-opal-5,
  .hover\:bg-neutral-5-opal-5:hover,
  .focus\:bg-neutral-5-opal-5:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-5,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-5 {
    background-color: RGBA(246, 247, 251, 0.5);
  }
  .bg-neutral-5-opal-05,
  .hover\:bg-neutral-5-opal-05:hover,
  .focus\:bg-neutral-5-opal-05:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-05,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-05 {
    background-color: RGBA(246, 247, 251, 0.05);
  }
  .bg-neutral-5-opal-6,
  .hover\:bg-neutral-5-opal-6:hover,
  .focus\:bg-neutral-5-opal-6:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-6,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-6 {
    background-color: RGBA(246, 247, 251, 0.6);
  }
  .bg-neutral-5-opal-06,
  .hover\:bg-neutral-5-opal-06:hover,
  .focus\:bg-neutral-5-opal-06:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-06,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-06 {
    background-color: RGBA(246, 247, 251, 0.06);
  }
  .bg-neutral-5-opal-7,
  .hover\:bg-neutral-5-opal-7:hover,
  .focus\:bg-neutral-5-opal-7:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-7,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-7 {
    background-color: RGBA(246, 247, 251, 0.7);
  }
  .bg-neutral-5-opal-07,
  .hover\:bg-neutral-5-opal-07:hover,
  .focus\:bg-neutral-5-opal-07:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-07,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-07 {
    background-color: RGBA(246, 247, 251, 0.07);
  }
  .bg-neutral-5-opal-8,
  .hover\:bg-neutral-5-opal-8:hover,
  .focus\:bg-neutral-5-opal-8:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-8,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-8 {
    background-color: RGBA(246, 247, 251, 0.8);
  }
  .bg-neutral-5-opal-08,
  .hover\:bg-neutral-5-opal-08:hover,
  .focus\:bg-neutral-5-opal-08:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-08,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-08 {
    background-color: RGBA(246, 247, 251, 0.08);
  }
  .bg-neutral-5-opal-9,
  .hover\:bg-neutral-5-opal-9:hover,
  .focus\:bg-neutral-5-opal-9:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-9,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-9 {
    background-color: RGBA(246, 247, 251, 0.9);
  }
  .bg-neutral-5-opal-09,
  .hover\:bg-neutral-5-opal-09:hover,
  .focus\:bg-neutral-5-opal-09:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-09,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-09 {
    background-color: RGBA(246, 247, 251, 0.09);
  }
  .bg-neutral-5-opal-10,
  .hover\:bg-neutral-5-opal-10:hover,
  .focus\:bg-neutral-5-opal-10:focus,
  .group:hover .group-hover\:bg-neutral-5-opal-10,
  .group:focus-within .group-focus-within\:bg-neutral-5-opal-10 {
    background-color: RGBA(246, 247, 251, 1);
  }
  .bg-neutral-6,
  .hover\:bg-neutral-6:hover,
  .focus\:bg-neutral-6:focus,
  .group:hover .group-hover\:bg-neutral-6,
  .group:focus-within .group-focus-within\:bg-neutral-6 {
    background-color: #fff;
  }
  .bg-neutral-6-opal-0,
  .hover\:bg-neutral-6-opal-0:hover,
  .focus\:bg-neutral-6-opal-0:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-0,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-0 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .bg-neutral-6-opal-00,
  .hover\:bg-neutral-6-opal-00:hover,
  .focus\:bg-neutral-6-opal-00:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-00,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-00 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .bg-neutral-6-opal-1,
  .hover\:bg-neutral-6-opal-1:hover,
  .focus\:bg-neutral-6-opal-1:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-1,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-1 {
    background-color: RGBA(255, 255, 255, 0.1);
  }
  .bg-neutral-6-opal-01,
  .hover\:bg-neutral-6-opal-01:hover,
  .focus\:bg-neutral-6-opal-01:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-01,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-01 {
    background-color: RGBA(255, 255, 255, 0.01);
  }
  .bg-neutral-6-opal-2,
  .hover\:bg-neutral-6-opal-2:hover,
  .focus\:bg-neutral-6-opal-2:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-2,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-2 {
    background-color: RGBA(255, 255, 255, 0.2);
  }
  .bg-neutral-6-opal-02,
  .hover\:bg-neutral-6-opal-02:hover,
  .focus\:bg-neutral-6-opal-02:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-02,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-02 {
    background-color: RGBA(255, 255, 255, 0.02);
  }
  .bg-neutral-6-opal-3,
  .hover\:bg-neutral-6-opal-3:hover,
  .focus\:bg-neutral-6-opal-3:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-3,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-3 {
    background-color: RGBA(255, 255, 255, 0.3);
  }
  .bg-neutral-6-opal-03,
  .hover\:bg-neutral-6-opal-03:hover,
  .focus\:bg-neutral-6-opal-03:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-03,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-03 {
    background-color: RGBA(255, 255, 255, 0.03);
  }
  .bg-neutral-6-opal-4,
  .hover\:bg-neutral-6-opal-4:hover,
  .focus\:bg-neutral-6-opal-4:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-4,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-4 {
    background-color: RGBA(255, 255, 255, 0.4);
  }
  .bg-neutral-6-opal-04,
  .hover\:bg-neutral-6-opal-04:hover,
  .focus\:bg-neutral-6-opal-04:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-04,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-04 {
    background-color: RGBA(255, 255, 255, 0.04);
  }
  .bg-neutral-6-opal-5,
  .hover\:bg-neutral-6-opal-5:hover,
  .focus\:bg-neutral-6-opal-5:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-5,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-5 {
    background-color: RGBA(255, 255, 255, 0.5);
  }
  .bg-neutral-6-opal-05,
  .hover\:bg-neutral-6-opal-05:hover,
  .focus\:bg-neutral-6-opal-05:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-05,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-05 {
    background-color: RGBA(255, 255, 255, 0.05);
  }
  .bg-neutral-6-opal-6,
  .hover\:bg-neutral-6-opal-6:hover,
  .focus\:bg-neutral-6-opal-6:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-6,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-6 {
    background-color: RGBA(255, 255, 255, 0.6);
  }
  .bg-neutral-6-opal-06,
  .hover\:bg-neutral-6-opal-06:hover,
  .focus\:bg-neutral-6-opal-06:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-06,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-06 {
    background-color: RGBA(255, 255, 255, 0.06);
  }
  .bg-neutral-6-opal-7,
  .hover\:bg-neutral-6-opal-7:hover,
  .focus\:bg-neutral-6-opal-7:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-7,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-7 {
    background-color: RGBA(255, 255, 255, 0.7);
  }
  .bg-neutral-6-opal-07,
  .hover\:bg-neutral-6-opal-07:hover,
  .focus\:bg-neutral-6-opal-07:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-07,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-07 {
    background-color: RGBA(255, 255, 255, 0.07);
  }
  .bg-neutral-6-opal-8,
  .hover\:bg-neutral-6-opal-8:hover,
  .focus\:bg-neutral-6-opal-8:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-8,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-8 {
    background-color: RGBA(255, 255, 255, 0.8);
  }
  .bg-neutral-6-opal-08,
  .hover\:bg-neutral-6-opal-08:hover,
  .focus\:bg-neutral-6-opal-08:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-08,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-08 {
    background-color: RGBA(255, 255, 255, 0.08);
  }
  .bg-neutral-6-opal-9,
  .hover\:bg-neutral-6-opal-9:hover,
  .focus\:bg-neutral-6-opal-9:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-9,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-9 {
    background-color: RGBA(255, 255, 255, 0.9);
  }
  .bg-neutral-6-opal-09,
  .hover\:bg-neutral-6-opal-09:hover,
  .focus\:bg-neutral-6-opal-09:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-09,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-09 {
    background-color: RGBA(255, 255, 255, 0.09);
  }
  .bg-neutral-6-opal-10,
  .hover\:bg-neutral-6-opal-10:hover,
  .focus\:bg-neutral-6-opal-10:focus,
  .group:hover .group-hover\:bg-neutral-6-opal-10,
  .group:focus-within .group-focus-within\:bg-neutral-6-opal-10 {
    background-color: RGBA(255, 255, 255, 1);
  }
  .bg-ui-fill,
  .hover\:bg-ui-fill:hover,
  .focus\:bg-ui-fill:focus,
  .group:hover .group-hover\:bg-ui-fill,
  .group:focus-within .group-focus-within\:bg-ui-fill {
    background-color: #fff;
  }
  .bg-ui-fill-opal-0,
  .hover\:bg-ui-fill-opal-0:hover,
  .focus\:bg-ui-fill-opal-0:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-0,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-0 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .bg-ui-fill-opal-00,
  .hover\:bg-ui-fill-opal-00:hover,
  .focus\:bg-ui-fill-opal-00:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-00,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-00 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .bg-ui-fill-opal-1,
  .hover\:bg-ui-fill-opal-1:hover,
  .focus\:bg-ui-fill-opal-1:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-1,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-1 {
    background-color: RGBA(255, 255, 255, 0.1);
  }
  .bg-ui-fill-opal-01,
  .hover\:bg-ui-fill-opal-01:hover,
  .focus\:bg-ui-fill-opal-01:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-01,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-01 {
    background-color: RGBA(255, 255, 255, 0.01);
  }
  .bg-ui-fill-opal-2,
  .hover\:bg-ui-fill-opal-2:hover,
  .focus\:bg-ui-fill-opal-2:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-2,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-2 {
    background-color: RGBA(255, 255, 255, 0.2);
  }
  .bg-ui-fill-opal-02,
  .hover\:bg-ui-fill-opal-02:hover,
  .focus\:bg-ui-fill-opal-02:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-02,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-02 {
    background-color: RGBA(255, 255, 255, 0.02);
  }
  .bg-ui-fill-opal-3,
  .hover\:bg-ui-fill-opal-3:hover,
  .focus\:bg-ui-fill-opal-3:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-3,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-3 {
    background-color: RGBA(255, 255, 255, 0.3);
  }
  .bg-ui-fill-opal-03,
  .hover\:bg-ui-fill-opal-03:hover,
  .focus\:bg-ui-fill-opal-03:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-03,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-03 {
    background-color: RGBA(255, 255, 255, 0.03);
  }
  .bg-ui-fill-opal-4,
  .hover\:bg-ui-fill-opal-4:hover,
  .focus\:bg-ui-fill-opal-4:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-4,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-4 {
    background-color: RGBA(255, 255, 255, 0.4);
  }
  .bg-ui-fill-opal-04,
  .hover\:bg-ui-fill-opal-04:hover,
  .focus\:bg-ui-fill-opal-04:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-04,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-04 {
    background-color: RGBA(255, 255, 255, 0.04);
  }
  .bg-ui-fill-opal-5,
  .hover\:bg-ui-fill-opal-5:hover,
  .focus\:bg-ui-fill-opal-5:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-5,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-5 {
    background-color: RGBA(255, 255, 255, 0.5);
  }
  .bg-ui-fill-opal-05,
  .hover\:bg-ui-fill-opal-05:hover,
  .focus\:bg-ui-fill-opal-05:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-05,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-05 {
    background-color: RGBA(255, 255, 255, 0.05);
  }
  .bg-ui-fill-opal-6,
  .hover\:bg-ui-fill-opal-6:hover,
  .focus\:bg-ui-fill-opal-6:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-6,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-6 {
    background-color: RGBA(255, 255, 255, 0.6);
  }
  .bg-ui-fill-opal-06,
  .hover\:bg-ui-fill-opal-06:hover,
  .focus\:bg-ui-fill-opal-06:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-06,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-06 {
    background-color: RGBA(255, 255, 255, 0.06);
  }
  .bg-ui-fill-opal-7,
  .hover\:bg-ui-fill-opal-7:hover,
  .focus\:bg-ui-fill-opal-7:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-7,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-7 {
    background-color: RGBA(255, 255, 255, 0.7);
  }
  .bg-ui-fill-opal-07,
  .hover\:bg-ui-fill-opal-07:hover,
  .focus\:bg-ui-fill-opal-07:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-07,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-07 {
    background-color: RGBA(255, 255, 255, 0.07);
  }
  .bg-ui-fill-opal-8,
  .hover\:bg-ui-fill-opal-8:hover,
  .focus\:bg-ui-fill-opal-8:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-8,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-8 {
    background-color: RGBA(255, 255, 255, 0.8);
  }
  .bg-ui-fill-opal-08,
  .hover\:bg-ui-fill-opal-08:hover,
  .focus\:bg-ui-fill-opal-08:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-08,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-08 {
    background-color: RGBA(255, 255, 255, 0.08);
  }
  .bg-ui-fill-opal-9,
  .hover\:bg-ui-fill-opal-9:hover,
  .focus\:bg-ui-fill-opal-9:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-9,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-9 {
    background-color: RGBA(255, 255, 255, 0.9);
  }
  .bg-ui-fill-opal-09,
  .hover\:bg-ui-fill-opal-09:hover,
  .focus\:bg-ui-fill-opal-09:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-09,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-09 {
    background-color: RGBA(255, 255, 255, 0.09);
  }
  .bg-ui-fill-opal-10,
  .hover\:bg-ui-fill-opal-10:hover,
  .focus\:bg-ui-fill-opal-10:focus,
  .group:hover .group-hover\:bg-ui-fill-opal-10,
  .group:focus-within .group-focus-within\:bg-ui-fill-opal-10 {
    background-color: RGBA(255, 255, 255, 1);
  }
  .bg-ui-stroke,
  .hover\:bg-ui-stroke:hover,
  .focus\:bg-ui-stroke:focus,
  .group:hover .group-hover\:bg-ui-stroke,
  .group:focus-within .group-focus-within\:bg-ui-stroke {
    background-color: #6d6d9c;
  }
  .bg-ui-stroke-opal-0,
  .hover\:bg-ui-stroke-opal-0:hover,
  .focus\:bg-ui-stroke-opal-0:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-0,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-0 {
    background-color: RGBA(109, 109, 156, 0);
  }
  .bg-ui-stroke-opal-00,
  .hover\:bg-ui-stroke-opal-00:hover,
  .focus\:bg-ui-stroke-opal-00:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-00,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-00 {
    background-color: RGBA(109, 109, 156, 0);
  }
  .bg-ui-stroke-opal-1,
  .hover\:bg-ui-stroke-opal-1:hover,
  .focus\:bg-ui-stroke-opal-1:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-1,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-1 {
    background-color: RGBA(109, 109, 156, 0.1);
  }
  .bg-ui-stroke-opal-01,
  .hover\:bg-ui-stroke-opal-01:hover,
  .focus\:bg-ui-stroke-opal-01:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-01,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-01 {
    background-color: RGBA(109, 109, 156, 0.01);
  }
  .bg-ui-stroke-opal-2,
  .hover\:bg-ui-stroke-opal-2:hover,
  .focus\:bg-ui-stroke-opal-2:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-2,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-2 {
    background-color: RGBA(109, 109, 156, 0.2);
  }
  .bg-ui-stroke-opal-02,
  .hover\:bg-ui-stroke-opal-02:hover,
  .focus\:bg-ui-stroke-opal-02:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-02,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-02 {
    background-color: RGBA(109, 109, 156, 0.02);
  }
  .bg-ui-stroke-opal-3,
  .hover\:bg-ui-stroke-opal-3:hover,
  .focus\:bg-ui-stroke-opal-3:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-3,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-3 {
    background-color: RGBA(109, 109, 156, 0.3);
  }
  .bg-ui-stroke-opal-03,
  .hover\:bg-ui-stroke-opal-03:hover,
  .focus\:bg-ui-stroke-opal-03:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-03,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-03 {
    background-color: RGBA(109, 109, 156, 0.03);
  }
  .bg-ui-stroke-opal-4,
  .hover\:bg-ui-stroke-opal-4:hover,
  .focus\:bg-ui-stroke-opal-4:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-4,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-4 {
    background-color: RGBA(109, 109, 156, 0.4);
  }
  .bg-ui-stroke-opal-04,
  .hover\:bg-ui-stroke-opal-04:hover,
  .focus\:bg-ui-stroke-opal-04:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-04,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-04 {
    background-color: RGBA(109, 109, 156, 0.04);
  }
  .bg-ui-stroke-opal-5,
  .hover\:bg-ui-stroke-opal-5:hover,
  .focus\:bg-ui-stroke-opal-5:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-5,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-5 {
    background-color: RGBA(109, 109, 156, 0.5);
  }
  .bg-ui-stroke-opal-05,
  .hover\:bg-ui-stroke-opal-05:hover,
  .focus\:bg-ui-stroke-opal-05:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-05,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-05 {
    background-color: RGBA(109, 109, 156, 0.05);
  }
  .bg-ui-stroke-opal-6,
  .hover\:bg-ui-stroke-opal-6:hover,
  .focus\:bg-ui-stroke-opal-6:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-6,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-6 {
    background-color: RGBA(109, 109, 156, 0.6);
  }
  .bg-ui-stroke-opal-06,
  .hover\:bg-ui-stroke-opal-06:hover,
  .focus\:bg-ui-stroke-opal-06:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-06,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-06 {
    background-color: RGBA(109, 109, 156, 0.06);
  }
  .bg-ui-stroke-opal-7,
  .hover\:bg-ui-stroke-opal-7:hover,
  .focus\:bg-ui-stroke-opal-7:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-7,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-7 {
    background-color: RGBA(109, 109, 156, 0.7);
  }
  .bg-ui-stroke-opal-07,
  .hover\:bg-ui-stroke-opal-07:hover,
  .focus\:bg-ui-stroke-opal-07:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-07,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-07 {
    background-color: RGBA(109, 109, 156, 0.07);
  }
  .bg-ui-stroke-opal-8,
  .hover\:bg-ui-stroke-opal-8:hover,
  .focus\:bg-ui-stroke-opal-8:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-8,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-8 {
    background-color: RGBA(109, 109, 156, 0.8);
  }
  .bg-ui-stroke-opal-08,
  .hover\:bg-ui-stroke-opal-08:hover,
  .focus\:bg-ui-stroke-opal-08:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-08,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-08 {
    background-color: RGBA(109, 109, 156, 0.08);
  }
  .bg-ui-stroke-opal-9,
  .hover\:bg-ui-stroke-opal-9:hover,
  .focus\:bg-ui-stroke-opal-9:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-9,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-9 {
    background-color: RGBA(109, 109, 156, 0.9);
  }
  .bg-ui-stroke-opal-09,
  .hover\:bg-ui-stroke-opal-09:hover,
  .focus\:bg-ui-stroke-opal-09:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-09,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-09 {
    background-color: RGBA(109, 109, 156, 0.09);
  }
  .bg-ui-stroke-opal-10,
  .hover\:bg-ui-stroke-opal-10:hover,
  .focus\:bg-ui-stroke-opal-10:focus,
  .group:hover .group-hover\:bg-ui-stroke-opal-10,
  .group:focus-within .group-focus-within\:bg-ui-stroke-opal-10 {
    background-color: RGBA(109, 109, 156, 1);
  }
  .bg-ui-text,
  .hover\:bg-ui-text:hover,
  .focus\:bg-ui-text:focus,
  .group:hover .group-hover\:bg-ui-text,
  .group:focus-within .group-focus-within\:bg-ui-text {
    background-color: #383f76;
  }
  .bg-ui-text-opal-0,
  .hover\:bg-ui-text-opal-0:hover,
  .focus\:bg-ui-text-opal-0:focus,
  .group:hover .group-hover\:bg-ui-text-opal-0,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-0 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .bg-ui-text-opal-00,
  .hover\:bg-ui-text-opal-00:hover,
  .focus\:bg-ui-text-opal-00:focus,
  .group:hover .group-hover\:bg-ui-text-opal-00,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-00 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .bg-ui-text-opal-1,
  .hover\:bg-ui-text-opal-1:hover,
  .focus\:bg-ui-text-opal-1:focus,
  .group:hover .group-hover\:bg-ui-text-opal-1,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-1 {
    background-color: RGBA(56, 63, 118, 0.1);
  }
  .bg-ui-text-opal-01,
  .hover\:bg-ui-text-opal-01:hover,
  .focus\:bg-ui-text-opal-01:focus,
  .group:hover .group-hover\:bg-ui-text-opal-01,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-01 {
    background-color: RGBA(56, 63, 118, 0.01);
  }
  .bg-ui-text-opal-2,
  .hover\:bg-ui-text-opal-2:hover,
  .focus\:bg-ui-text-opal-2:focus,
  .group:hover .group-hover\:bg-ui-text-opal-2,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-2 {
    background-color: RGBA(56, 63, 118, 0.2);
  }
  .bg-ui-text-opal-02,
  .hover\:bg-ui-text-opal-02:hover,
  .focus\:bg-ui-text-opal-02:focus,
  .group:hover .group-hover\:bg-ui-text-opal-02,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-02 {
    background-color: RGBA(56, 63, 118, 0.02);
  }
  .bg-ui-text-opal-3,
  .hover\:bg-ui-text-opal-3:hover,
  .focus\:bg-ui-text-opal-3:focus,
  .group:hover .group-hover\:bg-ui-text-opal-3,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-3 {
    background-color: RGBA(56, 63, 118, 0.3);
  }
  .bg-ui-text-opal-03,
  .hover\:bg-ui-text-opal-03:hover,
  .focus\:bg-ui-text-opal-03:focus,
  .group:hover .group-hover\:bg-ui-text-opal-03,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-03 {
    background-color: RGBA(56, 63, 118, 0.03);
  }
  .bg-ui-text-opal-4,
  .hover\:bg-ui-text-opal-4:hover,
  .focus\:bg-ui-text-opal-4:focus,
  .group:hover .group-hover\:bg-ui-text-opal-4,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-4 {
    background-color: RGBA(56, 63, 118, 0.4);
  }
  .bg-ui-text-opal-04,
  .hover\:bg-ui-text-opal-04:hover,
  .focus\:bg-ui-text-opal-04:focus,
  .group:hover .group-hover\:bg-ui-text-opal-04,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-04 {
    background-color: RGBA(56, 63, 118, 0.04);
  }
  .bg-ui-text-opal-5,
  .hover\:bg-ui-text-opal-5:hover,
  .focus\:bg-ui-text-opal-5:focus,
  .group:hover .group-hover\:bg-ui-text-opal-5,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-5 {
    background-color: RGBA(56, 63, 118, 0.5);
  }
  .bg-ui-text-opal-05,
  .hover\:bg-ui-text-opal-05:hover,
  .focus\:bg-ui-text-opal-05:focus,
  .group:hover .group-hover\:bg-ui-text-opal-05,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-05 {
    background-color: RGBA(56, 63, 118, 0.05);
  }
  .bg-ui-text-opal-6,
  .hover\:bg-ui-text-opal-6:hover,
  .focus\:bg-ui-text-opal-6:focus,
  .group:hover .group-hover\:bg-ui-text-opal-6,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-6 {
    background-color: RGBA(56, 63, 118, 0.6);
  }
  .bg-ui-text-opal-06,
  .hover\:bg-ui-text-opal-06:hover,
  .focus\:bg-ui-text-opal-06:focus,
  .group:hover .group-hover\:bg-ui-text-opal-06,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-06 {
    background-color: RGBA(56, 63, 118, 0.06);
  }
  .bg-ui-text-opal-7,
  .hover\:bg-ui-text-opal-7:hover,
  .focus\:bg-ui-text-opal-7:focus,
  .group:hover .group-hover\:bg-ui-text-opal-7,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-7 {
    background-color: RGBA(56, 63, 118, 0.7);
  }
  .bg-ui-text-opal-07,
  .hover\:bg-ui-text-opal-07:hover,
  .focus\:bg-ui-text-opal-07:focus,
  .group:hover .group-hover\:bg-ui-text-opal-07,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-07 {
    background-color: RGBA(56, 63, 118, 0.07);
  }
  .bg-ui-text-opal-8,
  .hover\:bg-ui-text-opal-8:hover,
  .focus\:bg-ui-text-opal-8:focus,
  .group:hover .group-hover\:bg-ui-text-opal-8,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-8 {
    background-color: RGBA(56, 63, 118, 0.8);
  }
  .bg-ui-text-opal-08,
  .hover\:bg-ui-text-opal-08:hover,
  .focus\:bg-ui-text-opal-08:focus,
  .group:hover .group-hover\:bg-ui-text-opal-08,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-08 {
    background-color: RGBA(56, 63, 118, 0.08);
  }
  .bg-ui-text-opal-9,
  .hover\:bg-ui-text-opal-9:hover,
  .focus\:bg-ui-text-opal-9:focus,
  .group:hover .group-hover\:bg-ui-text-opal-9,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-9 {
    background-color: RGBA(56, 63, 118, 0.9);
  }
  .bg-ui-text-opal-09,
  .hover\:bg-ui-text-opal-09:hover,
  .focus\:bg-ui-text-opal-09:focus,
  .group:hover .group-hover\:bg-ui-text-opal-09,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-09 {
    background-color: RGBA(56, 63, 118, 0.09);
  }
  .bg-ui-text-opal-10,
  .hover\:bg-ui-text-opal-10:hover,
  .focus\:bg-ui-text-opal-10:focus,
  .group:hover .group-hover\:bg-ui-text-opal-10,
  .group:focus-within .group-focus-within\:bg-ui-text-opal-10 {
    background-color: RGBA(56, 63, 118, 1);
  }
  .border-base-purple,
  .hover\:border-base-purple:hover,
  .focus\:border-base-purple:focus,
  .group:hover .group-hover\:border-base-purpler,
  .group:focus-within .group-focus-within\:border-base-purple {
    border: #f6f4fa;
  }
  .bg-base-purple,
  .hover\:bg-base-purple:hover,
  .focus\:bg-base-purple:focus,
  .group:hover .group-hover\:bg-base-purple,
  .group:focus-within .group-focus-within\:bg-base-purple {
    background-color: #f6f4fa;
  }
  .fill-base-purple,
  .hover\:fill-base-purple:hover,
  .focus\:fill-base-purple:focus,
  .group:hover .group-hover\:fill-base-purple,
  .group:focus-within .group-focus-within\:fill-base-purple {
    color: #f6f4fa;
  }
  .border-base-dark-purple,
  .hover\:border-base-dark-purple:hover,
  .focus\:border-base-dark-purple:focus,
  .group:hover .group-hover\:border-base-dark-purpler,
  .group:focus-within .group-focus-within\:border-base-dark-purple {
    border: #f6f4fa;
  }
  .bg-base-dark-purple,
  .hover\:bg-base-dark-purple:hover,
  .focus\:bg-base-dark-purple:focus,
  .group:hover .group-hover\:bg-base-dark-purple,
  .group:focus-within .group-focus-within\:bg-base-dark-purple {
    background-color: #f6f4fa;
  }
  .fill-base-dark-purple,
  .hover\:fill-base-dark-purple:hover,
  .focus\:fill-base-dark-purple:focus,
  .group:hover .group-hover\:fill-base-dark-purple,
  .group:focus-within .group-focus-within\:fill-base-dark-purple {
    color: #f6f4fa;
  }
  .border-base-deep-sea,
  .hover\:border-base-deep-sea:hover,
  .focus\:border-base-deep-sea:focus,
  .group:hover .group-hover\:border-base-deep-sear,
  .group:focus-within .group-focus-within\:border-base-deep-sea {
    border: #f3f4fc;
  }
  .bg-base-deep-sea,
  .hover\:bg-base-deep-sea:hover,
  .focus\:bg-base-deep-sea:focus,
  .group:hover .group-hover\:bg-base-deep-sea,
  .group:focus-within .group-focus-within\:bg-base-deep-sea {
    background-color: #f3f4fc;
  }
  .fill-base-deep-sea,
  .hover\:fill-base-deep-sea:hover,
  .focus\:fill-base-deep-sea:focus,
  .group:hover .group-hover\:fill-base-deep-sea,
  .group:focus-within .group-focus-within\:fill-base-deep-sea {
    color: #f3f4fc;
  }
  .border-base-rose,
  .hover\:border-base-rose:hover,
  .focus\:border-base-rose:focus,
  .group:hover .group-hover\:border-base-roser,
  .group:focus-within .group-focus-within\:border-base-rose {
    border: #fef7f8;
  }
  .bg-base-rose,
  .hover\:bg-base-rose:hover,
  .focus\:bg-base-rose:focus,
  .group:hover .group-hover\:bg-base-rose,
  .group:focus-within .group-focus-within\:bg-base-rose {
    background-color: #fef7f8;
  }
  .fill-base-rose,
  .hover\:fill-base-rose:hover,
  .focus\:fill-base-rose:focus,
  .group:hover .group-hover\:fill-base-rose,
  .group:focus-within .group-focus-within\:fill-base-rose {
    color: #fef7f8;
  }
  .border-base-autumn,
  .hover\:border-base-autumn:hover,
  .focus\:border-base-autumn:focus,
  .group:hover .group-hover\:border-base-autumnr,
  .group:focus-within .group-focus-within\:border-base-autumn {
    border: #fcf6f3;
  }
  .bg-base-autumn,
  .hover\:bg-base-autumn:hover,
  .focus\:bg-base-autumn:focus,
  .group:hover .group-hover\:bg-base-autumn,
  .group:focus-within .group-focus-within\:bg-base-autumn {
    background-color: #fcf6f3;
  }
  .fill-base-autumn,
  .hover\:fill-base-autumn:hover,
  .focus\:fill-base-autumn:focus,
  .group:hover .group-hover\:fill-base-autumn,
  .group:focus-within .group-focus-within\:fill-base-autumn {
    color: #fcf6f3;
  }
  .border-base-dark-teal,
  .hover\:border-base-dark-teal:hover,
  .focus\:border-base-dark-teal:focus,
  .group:hover .group-hover\:border-base-dark-tealr,
  .group:focus-within .group-focus-within\:border-base-dark-teal {
    border: #f3f9f9;
  }
  .bg-base-dark-teal,
  .hover\:bg-base-dark-teal:hover,
  .focus\:bg-base-dark-teal:focus,
  .group:hover .group-hover\:bg-base-dark-teal,
  .group:focus-within .group-focus-within\:bg-base-dark-teal {
    background-color: #f3f9f9;
  }
  .fill-base-dark-teal,
  .hover\:fill-base-dark-teal:hover,
  .focus\:fill-base-dark-teal:focus,
  .group:hover .group-hover\:fill-base-dark-teal,
  .group:focus-within .group-focus-within\:fill-base-dark-teal {
    color: #f3f9f9;
  }
  .border-base-turquoise,
  .hover\:border-base-turquoise:hover,
  .focus\:border-base-turquoise:focus,
  .group:hover .group-hover\:border-base-turquoiser,
  .group:focus-within .group-focus-within\:border-base-turquoise {
    border: #f3f9fa;
  }
  .bg-base-turquoise,
  .hover\:bg-base-turquoise:hover,
  .focus\:bg-base-turquoise:focus,
  .group:hover .group-hover\:bg-base-turquoise,
  .group:focus-within .group-focus-within\:bg-base-turquoise {
    background-color: #f3f9fa;
  }
  .fill-base-turquoise,
  .hover\:fill-base-turquoise:hover,
  .focus\:fill-base-turquoise:focus,
  .group:hover .group-hover\:fill-base-turquoise,
  .group:focus-within .group-focus-within\:fill-base-turquoise {
    color: #f3f9fa;
  }
  .border-base-electric-blue,
  .hover\:border-base-electric-blue:hover,
  .focus\:border-base-electric-blue:focus,
  .group:hover .group-hover\:border-base-electric-bluer,
  .group:focus-within .group-focus-within\:border-base-electric-blue {
    border: #f3f7fe;
  }
  .bg-base-electric-blue,
  .hover\:bg-base-electric-blue:hover,
  .focus\:bg-base-electric-blue:focus,
  .group:hover .group-hover\:bg-base-electric-blue,
  .group:focus-within .group-focus-within\:bg-base-electric-blue {
    background-color: #f3f7fe;
  }
  .fill-base-electric-blue,
  .hover\:fill-base-electric-blue:hover,
  .focus\:fill-base-electric-blue:focus,
  .group:hover .group-hover\:fill-base-electric-blue,
  .group:focus-within .group-focus-within\:fill-base-electric-blue {
    color: #f3f7fe;
  }
  .border-base-action,
  .hover\:border-base-action:hover,
  .focus\:border-base-action:focus,
  .group:hover .group-hover\:border-base-actionr,
  .group:focus-within .group-focus-within\:border-base-action {
    border: #f3f7fe;
  }
  .bg-base-action,
  .hover\:bg-base-action:hover,
  .focus\:bg-base-action:focus,
  .group:hover .group-hover\:bg-base-action,
  .group:focus-within .group-focus-within\:bg-base-action {
    background-color: #f3f7fe;
  }
  .fill-base-action,
  .hover\:fill-base-action:hover,
  .focus\:fill-base-action:focus,
  .group:hover .group-hover\:fill-base-action,
  .group:focus-within .group-focus-within\:fill-base-action {
    color: #f3f7fe;
  }
  .border-base-action-secondary,
  .hover\:border-base-action-secondary:hover,
  .focus\:border-base-action-secondary:focus,
  .group:hover .group-hover\:border-base-action-secondaryr,
  .group:focus-within .group-focus-within\:border-base-action-secondary {
    border: #f3f4fc;
  }
  .bg-base-action-secondary,
  .hover\:bg-base-action-secondary:hover,
  .focus\:bg-base-action-secondary:focus,
  .group:hover .group-hover\:bg-base-action-secondary,
  .group:focus-within .group-focus-within\:bg-base-action-secondary {
    background-color: #f3f4fc;
  }
  .fill-base-action-secondary,
  .hover\:fill-base-action-secondary:hover,
  .focus\:fill-base-action-secondary:focus,
  .group:hover .group-hover\:fill-base-action-secondary,
  .group:focus-within .group-focus-within\:fill-base-action-secondary {
    color: #f3f4fc;
  }
  .fill-white,
  .hover\:fill-white:hover,
  .focus\:fill-white:focus,
  .group:hover .group-hover\:fill-white,
  .group:focus-within .group-focus-within\:fill-white {
    color: #fff;
  }
  .fill-snow,
  .hover\:fill-snow:hover,
  .focus\:fill-snow:focus,
  .group:hover .group-hover\:fill-snow,
  .group:focus-within .group-focus-within\:fill-snow {
    color: #f6f7fb;
  }
  .fill-space,
  .hover\:fill-space:hover,
  .focus\:fill-space:focus,
  .group:hover .group-hover\:fill-space,
  .group:focus-within .group-focus-within\:fill-space {
    color: #01011e;
  }
  .border-dark-purple,
  .hover\:border-dark-purple:hover,
  .focus\:border-dark-purple:focus,
  .group:hover .group-hover\:border-dark-purple,
  .group:focus-within .group-focus-within\:border-dark-purple {
    border-color: #441c99;
  }
  .border-dark-purple-opal-0,
  .hover\:border-dark-purple-opal-0:hover,
  .focus\:border-dark-purple-opal-0:focus,
  .group:hover .group-hover\:border-dark-purple-opal-0,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-0 {
    border-color: RGBA(68, 28, 153, 0);
  }
  .border-dark-purple-opal-00,
  .hover\:border-dark-purple-opal-00:hover,
  .focus\:border-dark-purple-opal-00:focus,
  .group:hover .group-hover\:border-dark-purple-opal-00,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-00 {
    border-color: RGBA(68, 28, 153, 0);
  }
  .border-dark-purple-opal-1,
  .hover\:border-dark-purple-opal-1:hover,
  .focus\:border-dark-purple-opal-1:focus,
  .group:hover .group-hover\:border-dark-purple-opal-1,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-1 {
    border-color: RGBA(68, 28, 153, 0.1);
  }
  .border-dark-purple-opal-01,
  .hover\:border-dark-purple-opal-01:hover,
  .focus\:border-dark-purple-opal-01:focus,
  .group:hover .group-hover\:border-dark-purple-opal-01,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-01 {
    border-color: RGBA(68, 28, 153, 0.01);
  }
  .border-dark-purple-opal-2,
  .hover\:border-dark-purple-opal-2:hover,
  .focus\:border-dark-purple-opal-2:focus,
  .group:hover .group-hover\:border-dark-purple-opal-2,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-2 {
    border-color: RGBA(68, 28, 153, 0.2);
  }
  .border-dark-purple-opal-02,
  .hover\:border-dark-purple-opal-02:hover,
  .focus\:border-dark-purple-opal-02:focus,
  .group:hover .group-hover\:border-dark-purple-opal-02,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-02 {
    border-color: RGBA(68, 28, 153, 0.02);
  }
  .border-dark-purple-opal-3,
  .hover\:border-dark-purple-opal-3:hover,
  .focus\:border-dark-purple-opal-3:focus,
  .group:hover .group-hover\:border-dark-purple-opal-3,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-3 {
    border-color: RGBA(68, 28, 153, 0.3);
  }
  .border-dark-purple-opal-03,
  .hover\:border-dark-purple-opal-03:hover,
  .focus\:border-dark-purple-opal-03:focus,
  .group:hover .group-hover\:border-dark-purple-opal-03,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-03 {
    border-color: RGBA(68, 28, 153, 0.03);
  }
  .border-dark-purple-opal-4,
  .hover\:border-dark-purple-opal-4:hover,
  .focus\:border-dark-purple-opal-4:focus,
  .group:hover .group-hover\:border-dark-purple-opal-4,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-4 {
    border-color: RGBA(68, 28, 153, 0.4);
  }
  .border-dark-purple-opal-04,
  .hover\:border-dark-purple-opal-04:hover,
  .focus\:border-dark-purple-opal-04:focus,
  .group:hover .group-hover\:border-dark-purple-opal-04,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-04 {
    border-color: RGBA(68, 28, 153, 0.04);
  }
  .border-dark-purple-opal-5,
  .hover\:border-dark-purple-opal-5:hover,
  .focus\:border-dark-purple-opal-5:focus,
  .group:hover .group-hover\:border-dark-purple-opal-5,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-5 {
    border-color: RGBA(68, 28, 153, 0.5);
  }
  .border-dark-purple-opal-05,
  .hover\:border-dark-purple-opal-05:hover,
  .focus\:border-dark-purple-opal-05:focus,
  .group:hover .group-hover\:border-dark-purple-opal-05,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-05 {
    border-color: RGBA(68, 28, 153, 0.05);
  }
  .border-dark-purple-opal-6,
  .hover\:border-dark-purple-opal-6:hover,
  .focus\:border-dark-purple-opal-6:focus,
  .group:hover .group-hover\:border-dark-purple-opal-6,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-6 {
    border-color: RGBA(68, 28, 153, 0.6);
  }
  .border-dark-purple-opal-06,
  .hover\:border-dark-purple-opal-06:hover,
  .focus\:border-dark-purple-opal-06:focus,
  .group:hover .group-hover\:border-dark-purple-opal-06,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-06 {
    border-color: RGBA(68, 28, 153, 0.06);
  }
  .border-dark-purple-opal-7,
  .hover\:border-dark-purple-opal-7:hover,
  .focus\:border-dark-purple-opal-7:focus,
  .group:hover .group-hover\:border-dark-purple-opal-7,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-7 {
    border-color: RGBA(68, 28, 153, 0.7);
  }
  .border-dark-purple-opal-07,
  .hover\:border-dark-purple-opal-07:hover,
  .focus\:border-dark-purple-opal-07:focus,
  .group:hover .group-hover\:border-dark-purple-opal-07,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-07 {
    border-color: RGBA(68, 28, 153, 0.07);
  }
  .border-dark-purple-opal-8,
  .hover\:border-dark-purple-opal-8:hover,
  .focus\:border-dark-purple-opal-8:focus,
  .group:hover .group-hover\:border-dark-purple-opal-8,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-8 {
    border-color: RGBA(68, 28, 153, 0.8);
  }
  .border-dark-purple-opal-08,
  .hover\:border-dark-purple-opal-08:hover,
  .focus\:border-dark-purple-opal-08:focus,
  .group:hover .group-hover\:border-dark-purple-opal-08,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-08 {
    border-color: RGBA(68, 28, 153, 0.08);
  }
  .border-dark-purple-opal-9,
  .hover\:border-dark-purple-opal-9:hover,
  .focus\:border-dark-purple-opal-9:focus,
  .group:hover .group-hover\:border-dark-purple-opal-9,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-9 {
    border-color: RGBA(68, 28, 153, 0.9);
  }
  .border-dark-purple-opal-09,
  .hover\:border-dark-purple-opal-09:hover,
  .focus\:border-dark-purple-opal-09:focus,
  .group:hover .group-hover\:border-dark-purple-opal-09,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-09 {
    border-color: RGBA(68, 28, 153, 0.09);
  }
  .border-dark-purple-opal-10,
  .hover\:border-dark-purple-opal-10:hover,
  .focus\:border-dark-purple-opal-10:focus,
  .group:hover .group-hover\:border-dark-purple-opal-10,
  .group:focus-within .group-focus-within\:border-dark-purple-opal-10 {
    border-color: RGBA(68, 28, 153, 1);
  }
  .border-purple,
  .hover\:border-purple:hover,
  .focus\:border-purple:focus,
  .group:hover .group-hover\:border-purple,
  .group:focus-within .group-focus-within\:border-purple {
    border-color: #9043c6;
  }
  .border-purple-opal-0,
  .hover\:border-purple-opal-0:hover,
  .focus\:border-purple-opal-0:focus,
  .group:hover .group-hover\:border-purple-opal-0,
  .group:focus-within .group-focus-within\:border-purple-opal-0 {
    border-color: RGBA(144, 67, 198, 0);
  }
  .border-purple-opal-00,
  .hover\:border-purple-opal-00:hover,
  .focus\:border-purple-opal-00:focus,
  .group:hover .group-hover\:border-purple-opal-00,
  .group:focus-within .group-focus-within\:border-purple-opal-00 {
    border-color: RGBA(144, 67, 198, 0);
  }
  .border-purple-opal-1,
  .hover\:border-purple-opal-1:hover,
  .focus\:border-purple-opal-1:focus,
  .group:hover .group-hover\:border-purple-opal-1,
  .group:focus-within .group-focus-within\:border-purple-opal-1 {
    border-color: RGBA(144, 67, 198, 0.1);
  }
  .border-purple-opal-01,
  .hover\:border-purple-opal-01:hover,
  .focus\:border-purple-opal-01:focus,
  .group:hover .group-hover\:border-purple-opal-01,
  .group:focus-within .group-focus-within\:border-purple-opal-01 {
    border-color: RGBA(144, 67, 198, 0.01);
  }
  .border-purple-opal-2,
  .hover\:border-purple-opal-2:hover,
  .focus\:border-purple-opal-2:focus,
  .group:hover .group-hover\:border-purple-opal-2,
  .group:focus-within .group-focus-within\:border-purple-opal-2 {
    border-color: RGBA(144, 67, 198, 0.2);
  }
  .border-purple-opal-02,
  .hover\:border-purple-opal-02:hover,
  .focus\:border-purple-opal-02:focus,
  .group:hover .group-hover\:border-purple-opal-02,
  .group:focus-within .group-focus-within\:border-purple-opal-02 {
    border-color: RGBA(144, 67, 198, 0.02);
  }
  .border-purple-opal-3,
  .hover\:border-purple-opal-3:hover,
  .focus\:border-purple-opal-3:focus,
  .group:hover .group-hover\:border-purple-opal-3,
  .group:focus-within .group-focus-within\:border-purple-opal-3 {
    border-color: RGBA(144, 67, 198, 0.3);
  }
  .border-purple-opal-03,
  .hover\:border-purple-opal-03:hover,
  .focus\:border-purple-opal-03:focus,
  .group:hover .group-hover\:border-purple-opal-03,
  .group:focus-within .group-focus-within\:border-purple-opal-03 {
    border-color: RGBA(144, 67, 198, 0.03);
  }
  .border-purple-opal-4,
  .hover\:border-purple-opal-4:hover,
  .focus\:border-purple-opal-4:focus,
  .group:hover .group-hover\:border-purple-opal-4,
  .group:focus-within .group-focus-within\:border-purple-opal-4 {
    border-color: RGBA(144, 67, 198, 0.4);
  }
  .border-purple-opal-04,
  .hover\:border-purple-opal-04:hover,
  .focus\:border-purple-opal-04:focus,
  .group:hover .group-hover\:border-purple-opal-04,
  .group:focus-within .group-focus-within\:border-purple-opal-04 {
    border-color: RGBA(144, 67, 198, 0.04);
  }
  .border-purple-opal-5,
  .hover\:border-purple-opal-5:hover,
  .focus\:border-purple-opal-5:focus,
  .group:hover .group-hover\:border-purple-opal-5,
  .group:focus-within .group-focus-within\:border-purple-opal-5 {
    border-color: RGBA(144, 67, 198, 0.5);
  }
  .border-purple-opal-05,
  .hover\:border-purple-opal-05:hover,
  .focus\:border-purple-opal-05:focus,
  .group:hover .group-hover\:border-purple-opal-05,
  .group:focus-within .group-focus-within\:border-purple-opal-05 {
    border-color: RGBA(144, 67, 198, 0.05);
  }
  .border-purple-opal-6,
  .hover\:border-purple-opal-6:hover,
  .focus\:border-purple-opal-6:focus,
  .group:hover .group-hover\:border-purple-opal-6,
  .group:focus-within .group-focus-within\:border-purple-opal-6 {
    border-color: RGBA(144, 67, 198, 0.6);
  }
  .border-purple-opal-06,
  .hover\:border-purple-opal-06:hover,
  .focus\:border-purple-opal-06:focus,
  .group:hover .group-hover\:border-purple-opal-06,
  .group:focus-within .group-focus-within\:border-purple-opal-06 {
    border-color: RGBA(144, 67, 198, 0.06);
  }
  .border-purple-opal-7,
  .hover\:border-purple-opal-7:hover,
  .focus\:border-purple-opal-7:focus,
  .group:hover .group-hover\:border-purple-opal-7,
  .group:focus-within .group-focus-within\:border-purple-opal-7 {
    border-color: RGBA(144, 67, 198, 0.7);
  }
  .border-purple-opal-07,
  .hover\:border-purple-opal-07:hover,
  .focus\:border-purple-opal-07:focus,
  .group:hover .group-hover\:border-purple-opal-07,
  .group:focus-within .group-focus-within\:border-purple-opal-07 {
    border-color: RGBA(144, 67, 198, 0.07);
  }
  .border-purple-opal-8,
  .hover\:border-purple-opal-8:hover,
  .focus\:border-purple-opal-8:focus,
  .group:hover .group-hover\:border-purple-opal-8,
  .group:focus-within .group-focus-within\:border-purple-opal-8 {
    border-color: RGBA(144, 67, 198, 0.8);
  }
  .border-purple-opal-08,
  .hover\:border-purple-opal-08:hover,
  .focus\:border-purple-opal-08:focus,
  .group:hover .group-hover\:border-purple-opal-08,
  .group:focus-within .group-focus-within\:border-purple-opal-08 {
    border-color: RGBA(144, 67, 198, 0.08);
  }
  .border-purple-opal-9,
  .hover\:border-purple-opal-9:hover,
  .focus\:border-purple-opal-9:focus,
  .group:hover .group-hover\:border-purple-opal-9,
  .group:focus-within .group-focus-within\:border-purple-opal-9 {
    border-color: RGBA(144, 67, 198, 0.9);
  }
  .border-purple-opal-09,
  .hover\:border-purple-opal-09:hover,
  .focus\:border-purple-opal-09:focus,
  .group:hover .group-hover\:border-purple-opal-09,
  .group:focus-within .group-focus-within\:border-purple-opal-09 {
    border-color: RGBA(144, 67, 198, 0.09);
  }
  .border-purple-opal-10,
  .hover\:border-purple-opal-10:hover,
  .focus\:border-purple-opal-10:focus,
  .group:hover .group-hover\:border-purple-opal-10,
  .group:focus-within .group-focus-within\:border-purple-opal-10 {
    border-color: RGBA(144, 67, 198, 1);
  }
  .border-lavender,
  .hover\:border-lavender:hover,
  .focus\:border-lavender:focus,
  .group:hover .group-hover\:border-lavender,
  .group:focus-within .group-focus-within\:border-lavender {
    border-color: #c481f3;
  }
  .border-lavender-opal-0,
  .hover\:border-lavender-opal-0:hover,
  .focus\:border-lavender-opal-0:focus,
  .group:hover .group-hover\:border-lavender-opal-0,
  .group:focus-within .group-focus-within\:border-lavender-opal-0 {
    border-color: RGBA(196, 129, 243, 0);
  }
  .border-lavender-opal-00,
  .hover\:border-lavender-opal-00:hover,
  .focus\:border-lavender-opal-00:focus,
  .group:hover .group-hover\:border-lavender-opal-00,
  .group:focus-within .group-focus-within\:border-lavender-opal-00 {
    border-color: RGBA(196, 129, 243, 0);
  }
  .border-lavender-opal-1,
  .hover\:border-lavender-opal-1:hover,
  .focus\:border-lavender-opal-1:focus,
  .group:hover .group-hover\:border-lavender-opal-1,
  .group:focus-within .group-focus-within\:border-lavender-opal-1 {
    border-color: RGBA(196, 129, 243, 0.1);
  }
  .border-lavender-opal-01,
  .hover\:border-lavender-opal-01:hover,
  .focus\:border-lavender-opal-01:focus,
  .group:hover .group-hover\:border-lavender-opal-01,
  .group:focus-within .group-focus-within\:border-lavender-opal-01 {
    border-color: RGBA(196, 129, 243, 0.01);
  }
  .border-lavender-opal-2,
  .hover\:border-lavender-opal-2:hover,
  .focus\:border-lavender-opal-2:focus,
  .group:hover .group-hover\:border-lavender-opal-2,
  .group:focus-within .group-focus-within\:border-lavender-opal-2 {
    border-color: RGBA(196, 129, 243, 0.2);
  }
  .border-lavender-opal-02,
  .hover\:border-lavender-opal-02:hover,
  .focus\:border-lavender-opal-02:focus,
  .group:hover .group-hover\:border-lavender-opal-02,
  .group:focus-within .group-focus-within\:border-lavender-opal-02 {
    border-color: RGBA(196, 129, 243, 0.02);
  }
  .border-lavender-opal-3,
  .hover\:border-lavender-opal-3:hover,
  .focus\:border-lavender-opal-3:focus,
  .group:hover .group-hover\:border-lavender-opal-3,
  .group:focus-within .group-focus-within\:border-lavender-opal-3 {
    border-color: RGBA(196, 129, 243, 0.3);
  }
  .border-lavender-opal-03,
  .hover\:border-lavender-opal-03:hover,
  .focus\:border-lavender-opal-03:focus,
  .group:hover .group-hover\:border-lavender-opal-03,
  .group:focus-within .group-focus-within\:border-lavender-opal-03 {
    border-color: RGBA(196, 129, 243, 0.03);
  }
  .border-lavender-opal-4,
  .hover\:border-lavender-opal-4:hover,
  .focus\:border-lavender-opal-4:focus,
  .group:hover .group-hover\:border-lavender-opal-4,
  .group:focus-within .group-focus-within\:border-lavender-opal-4 {
    border-color: RGBA(196, 129, 243, 0.4);
  }
  .border-lavender-opal-04,
  .hover\:border-lavender-opal-04:hover,
  .focus\:border-lavender-opal-04:focus,
  .group:hover .group-hover\:border-lavender-opal-04,
  .group:focus-within .group-focus-within\:border-lavender-opal-04 {
    border-color: RGBA(196, 129, 243, 0.04);
  }
  .border-lavender-opal-5,
  .hover\:border-lavender-opal-5:hover,
  .focus\:border-lavender-opal-5:focus,
  .group:hover .group-hover\:border-lavender-opal-5,
  .group:focus-within .group-focus-within\:border-lavender-opal-5 {
    border-color: RGBA(196, 129, 243, 0.5);
  }
  .border-lavender-opal-05,
  .hover\:border-lavender-opal-05:hover,
  .focus\:border-lavender-opal-05:focus,
  .group:hover .group-hover\:border-lavender-opal-05,
  .group:focus-within .group-focus-within\:border-lavender-opal-05 {
    border-color: RGBA(196, 129, 243, 0.05);
  }
  .border-lavender-opal-6,
  .hover\:border-lavender-opal-6:hover,
  .focus\:border-lavender-opal-6:focus,
  .group:hover .group-hover\:border-lavender-opal-6,
  .group:focus-within .group-focus-within\:border-lavender-opal-6 {
    border-color: RGBA(196, 129, 243, 0.6);
  }
  .border-lavender-opal-06,
  .hover\:border-lavender-opal-06:hover,
  .focus\:border-lavender-opal-06:focus,
  .group:hover .group-hover\:border-lavender-opal-06,
  .group:focus-within .group-focus-within\:border-lavender-opal-06 {
    border-color: RGBA(196, 129, 243, 0.06);
  }
  .border-lavender-opal-7,
  .hover\:border-lavender-opal-7:hover,
  .focus\:border-lavender-opal-7:focus,
  .group:hover .group-hover\:border-lavender-opal-7,
  .group:focus-within .group-focus-within\:border-lavender-opal-7 {
    border-color: RGBA(196, 129, 243, 0.7);
  }
  .border-lavender-opal-07,
  .hover\:border-lavender-opal-07:hover,
  .focus\:border-lavender-opal-07:focus,
  .group:hover .group-hover\:border-lavender-opal-07,
  .group:focus-within .group-focus-within\:border-lavender-opal-07 {
    border-color: RGBA(196, 129, 243, 0.07);
  }
  .border-lavender-opal-8,
  .hover\:border-lavender-opal-8:hover,
  .focus\:border-lavender-opal-8:focus,
  .group:hover .group-hover\:border-lavender-opal-8,
  .group:focus-within .group-focus-within\:border-lavender-opal-8 {
    border-color: RGBA(196, 129, 243, 0.8);
  }
  .border-lavender-opal-08,
  .hover\:border-lavender-opal-08:hover,
  .focus\:border-lavender-opal-08:focus,
  .group:hover .group-hover\:border-lavender-opal-08,
  .group:focus-within .group-focus-within\:border-lavender-opal-08 {
    border-color: RGBA(196, 129, 243, 0.08);
  }
  .border-lavender-opal-9,
  .hover\:border-lavender-opal-9:hover,
  .focus\:border-lavender-opal-9:focus,
  .group:hover .group-hover\:border-lavender-opal-9,
  .group:focus-within .group-focus-within\:border-lavender-opal-9 {
    border-color: RGBA(196, 129, 243, 0.9);
  }
  .border-lavender-opal-09,
  .hover\:border-lavender-opal-09:hover,
  .focus\:border-lavender-opal-09:focus,
  .group:hover .group-hover\:border-lavender-opal-09,
  .group:focus-within .group-focus-within\:border-lavender-opal-09 {
    border-color: RGBA(196, 129, 243, 0.09);
  }
  .border-lavender-opal-10,
  .hover\:border-lavender-opal-10:hover,
  .focus\:border-lavender-opal-10:focus,
  .group:hover .group-hover\:border-lavender-opal-10,
  .group:focus-within .group-focus-within\:border-lavender-opal-10 {
    border-color: RGBA(196, 129, 243, 1);
  }
  .border-black,
  .hover\:border-black:hover,
  .focus\:border-black:focus,
  .group:hover .group-hover\:border-black,
  .group:focus-within .group-focus-within\:border-black {
    border-color: #000;
  }
  .border-black-opal-0,
  .hover\:border-black-opal-0:hover,
  .focus\:border-black-opal-0:focus,
  .group:hover .group-hover\:border-black-opal-0,
  .group:focus-within .group-focus-within\:border-black-opal-0 {
    border-color: RGBA(0, 0, 0, 0);
  }
  .border-black-opal-00,
  .hover\:border-black-opal-00:hover,
  .focus\:border-black-opal-00:focus,
  .group:hover .group-hover\:border-black-opal-00,
  .group:focus-within .group-focus-within\:border-black-opal-00 {
    border-color: RGBA(0, 0, 0, 0);
  }
  .border-black-opal-1,
  .hover\:border-black-opal-1:hover,
  .focus\:border-black-opal-1:focus,
  .group:hover .group-hover\:border-black-opal-1,
  .group:focus-within .group-focus-within\:border-black-opal-1 {
    border-color: RGBA(0, 0, 0, 0.1);
  }
  .border-black-opal-01,
  .hover\:border-black-opal-01:hover,
  .focus\:border-black-opal-01:focus,
  .group:hover .group-hover\:border-black-opal-01,
  .group:focus-within .group-focus-within\:border-black-opal-01 {
    border-color: RGBA(0, 0, 0, 0.01);
  }
  .border-black-opal-2,
  .hover\:border-black-opal-2:hover,
  .focus\:border-black-opal-2:focus,
  .group:hover .group-hover\:border-black-opal-2,
  .group:focus-within .group-focus-within\:border-black-opal-2 {
    border-color: RGBA(0, 0, 0, 0.2);
  }
  .border-black-opal-02,
  .hover\:border-black-opal-02:hover,
  .focus\:border-black-opal-02:focus,
  .group:hover .group-hover\:border-black-opal-02,
  .group:focus-within .group-focus-within\:border-black-opal-02 {
    border-color: RGBA(0, 0, 0, 0.02);
  }
  .border-black-opal-3,
  .hover\:border-black-opal-3:hover,
  .focus\:border-black-opal-3:focus,
  .group:hover .group-hover\:border-black-opal-3,
  .group:focus-within .group-focus-within\:border-black-opal-3 {
    border-color: RGBA(0, 0, 0, 0.3);
  }
  .border-black-opal-03,
  .hover\:border-black-opal-03:hover,
  .focus\:border-black-opal-03:focus,
  .group:hover .group-hover\:border-black-opal-03,
  .group:focus-within .group-focus-within\:border-black-opal-03 {
    border-color: RGBA(0, 0, 0, 0.03);
  }
  .border-black-opal-4,
  .hover\:border-black-opal-4:hover,
  .focus\:border-black-opal-4:focus,
  .group:hover .group-hover\:border-black-opal-4,
  .group:focus-within .group-focus-within\:border-black-opal-4 {
    border-color: RGBA(0, 0, 0, 0.4);
  }
  .border-black-opal-04,
  .hover\:border-black-opal-04:hover,
  .focus\:border-black-opal-04:focus,
  .group:hover .group-hover\:border-black-opal-04,
  .group:focus-within .group-focus-within\:border-black-opal-04 {
    border-color: RGBA(0, 0, 0, 0.04);
  }
  .border-black-opal-5,
  .hover\:border-black-opal-5:hover,
  .focus\:border-black-opal-5:focus,
  .group:hover .group-hover\:border-black-opal-5,
  .group:focus-within .group-focus-within\:border-black-opal-5 {
    border-color: RGBA(0, 0, 0, 0.5);
  }
  .border-black-opal-05,
  .hover\:border-black-opal-05:hover,
  .focus\:border-black-opal-05:focus,
  .group:hover .group-hover\:border-black-opal-05,
  .group:focus-within .group-focus-within\:border-black-opal-05 {
    border-color: RGBA(0, 0, 0, 0.05);
  }
  .border-black-opal-6,
  .hover\:border-black-opal-6:hover,
  .focus\:border-black-opal-6:focus,
  .group:hover .group-hover\:border-black-opal-6,
  .group:focus-within .group-focus-within\:border-black-opal-6 {
    border-color: RGBA(0, 0, 0, 0.6);
  }
  .border-black-opal-06,
  .hover\:border-black-opal-06:hover,
  .focus\:border-black-opal-06:focus,
  .group:hover .group-hover\:border-black-opal-06,
  .group:focus-within .group-focus-within\:border-black-opal-06 {
    border-color: RGBA(0, 0, 0, 0.06);
  }
  .border-black-opal-7,
  .hover\:border-black-opal-7:hover,
  .focus\:border-black-opal-7:focus,
  .group:hover .group-hover\:border-black-opal-7,
  .group:focus-within .group-focus-within\:border-black-opal-7 {
    border-color: RGBA(0, 0, 0, 0.7);
  }
  .border-black-opal-07,
  .hover\:border-black-opal-07:hover,
  .focus\:border-black-opal-07:focus,
  .group:hover .group-hover\:border-black-opal-07,
  .group:focus-within .group-focus-within\:border-black-opal-07 {
    border-color: RGBA(0, 0, 0, 0.07);
  }
  .border-black-opal-8,
  .hover\:border-black-opal-8:hover,
  .focus\:border-black-opal-8:focus,
  .group:hover .group-hover\:border-black-opal-8,
  .group:focus-within .group-focus-within\:border-black-opal-8 {
    border-color: RGBA(0, 0, 0, 0.8);
  }
  .border-black-opal-08,
  .hover\:border-black-opal-08:hover,
  .focus\:border-black-opal-08:focus,
  .group:hover .group-hover\:border-black-opal-08,
  .group:focus-within .group-focus-within\:border-black-opal-08 {
    border-color: RGBA(0, 0, 0, 0.08);
  }
  .border-black-opal-9,
  .hover\:border-black-opal-9:hover,
  .focus\:border-black-opal-9:focus,
  .group:hover .group-hover\:border-black-opal-9,
  .group:focus-within .group-focus-within\:border-black-opal-9 {
    border-color: RGBA(0, 0, 0, 0.9);
  }
  .border-black-opal-09,
  .hover\:border-black-opal-09:hover,
  .focus\:border-black-opal-09:focus,
  .group:hover .group-hover\:border-black-opal-09,
  .group:focus-within .group-focus-within\:border-black-opal-09 {
    border-color: RGBA(0, 0, 0, 0.09);
  }
  .border-black-opal-10,
  .hover\:border-black-opal-10:hover,
  .focus\:border-black-opal-10:focus,
  .group:hover .group-hover\:border-black-opal-10,
  .group:focus-within .group-focus-within\:border-black-opal-10 {
    border-color: RGBA(0, 0, 0, 1);
  }
  .border-space,
  .hover\:border-space:hover,
  .focus\:border-space:focus,
  .group:hover .group-hover\:border-space,
  .group:focus-within .group-focus-within\:border-space {
    border-color: #01011e;
  }
  .border-space-opal-0,
  .hover\:border-space-opal-0:hover,
  .focus\:border-space-opal-0:focus,
  .group:hover .group-hover\:border-space-opal-0,
  .group:focus-within .group-focus-within\:border-space-opal-0 {
    border-color: RGBA(1, 1, 30, 0);
  }
  .border-space-opal-00,
  .hover\:border-space-opal-00:hover,
  .focus\:border-space-opal-00:focus,
  .group:hover .group-hover\:border-space-opal-00,
  .group:focus-within .group-focus-within\:border-space-opal-00 {
    border-color: RGBA(1, 1, 30, 0);
  }
  .border-space-opal-1,
  .hover\:border-space-opal-1:hover,
  .focus\:border-space-opal-1:focus,
  .group:hover .group-hover\:border-space-opal-1,
  .group:focus-within .group-focus-within\:border-space-opal-1 {
    border-color: RGBA(1, 1, 30, 0.1);
  }
  .border-space-opal-01,
  .hover\:border-space-opal-01:hover,
  .focus\:border-space-opal-01:focus,
  .group:hover .group-hover\:border-space-opal-01,
  .group:focus-within .group-focus-within\:border-space-opal-01 {
    border-color: RGBA(1, 1, 30, 0.01);
  }
  .border-space-opal-2,
  .hover\:border-space-opal-2:hover,
  .focus\:border-space-opal-2:focus,
  .group:hover .group-hover\:border-space-opal-2,
  .group:focus-within .group-focus-within\:border-space-opal-2 {
    border-color: RGBA(1, 1, 30, 0.2);
  }
  .border-space-opal-02,
  .hover\:border-space-opal-02:hover,
  .focus\:border-space-opal-02:focus,
  .group:hover .group-hover\:border-space-opal-02,
  .group:focus-within .group-focus-within\:border-space-opal-02 {
    border-color: RGBA(1, 1, 30, 0.02);
  }
  .border-space-opal-3,
  .hover\:border-space-opal-3:hover,
  .focus\:border-space-opal-3:focus,
  .group:hover .group-hover\:border-space-opal-3,
  .group:focus-within .group-focus-within\:border-space-opal-3 {
    border-color: RGBA(1, 1, 30, 0.3);
  }
  .border-space-opal-03,
  .hover\:border-space-opal-03:hover,
  .focus\:border-space-opal-03:focus,
  .group:hover .group-hover\:border-space-opal-03,
  .group:focus-within .group-focus-within\:border-space-opal-03 {
    border-color: RGBA(1, 1, 30, 0.03);
  }
  .border-space-opal-4,
  .hover\:border-space-opal-4:hover,
  .focus\:border-space-opal-4:focus,
  .group:hover .group-hover\:border-space-opal-4,
  .group:focus-within .group-focus-within\:border-space-opal-4 {
    border-color: RGBA(1, 1, 30, 0.4);
  }
  .border-space-opal-04,
  .hover\:border-space-opal-04:hover,
  .focus\:border-space-opal-04:focus,
  .group:hover .group-hover\:border-space-opal-04,
  .group:focus-within .group-focus-within\:border-space-opal-04 {
    border-color: RGBA(1, 1, 30, 0.04);
  }
  .border-space-opal-5,
  .hover\:border-space-opal-5:hover,
  .focus\:border-space-opal-5:focus,
  .group:hover .group-hover\:border-space-opal-5,
  .group:focus-within .group-focus-within\:border-space-opal-5 {
    border-color: RGBA(1, 1, 30, 0.5);
  }
  .border-space-opal-05,
  .hover\:border-space-opal-05:hover,
  .focus\:border-space-opal-05:focus,
  .group:hover .group-hover\:border-space-opal-05,
  .group:focus-within .group-focus-within\:border-space-opal-05 {
    border-color: RGBA(1, 1, 30, 0.05);
  }
  .border-space-opal-6,
  .hover\:border-space-opal-6:hover,
  .focus\:border-space-opal-6:focus,
  .group:hover .group-hover\:border-space-opal-6,
  .group:focus-within .group-focus-within\:border-space-opal-6 {
    border-color: RGBA(1, 1, 30, 0.6);
  }
  .border-space-opal-06,
  .hover\:border-space-opal-06:hover,
  .focus\:border-space-opal-06:focus,
  .group:hover .group-hover\:border-space-opal-06,
  .group:focus-within .group-focus-within\:border-space-opal-06 {
    border-color: RGBA(1, 1, 30, 0.06);
  }
  .border-space-opal-7,
  .hover\:border-space-opal-7:hover,
  .focus\:border-space-opal-7:focus,
  .group:hover .group-hover\:border-space-opal-7,
  .group:focus-within .group-focus-within\:border-space-opal-7 {
    border-color: RGBA(1, 1, 30, 0.7);
  }
  .border-space-opal-07,
  .hover\:border-space-opal-07:hover,
  .focus\:border-space-opal-07:focus,
  .group:hover .group-hover\:border-space-opal-07,
  .group:focus-within .group-focus-within\:border-space-opal-07 {
    border-color: RGBA(1, 1, 30, 0.07);
  }
  .border-space-opal-8,
  .hover\:border-space-opal-8:hover,
  .focus\:border-space-opal-8:focus,
  .group:hover .group-hover\:border-space-opal-8,
  .group:focus-within .group-focus-within\:border-space-opal-8 {
    border-color: RGBA(1, 1, 30, 0.8);
  }
  .border-space-opal-08,
  .hover\:border-space-opal-08:hover,
  .focus\:border-space-opal-08:focus,
  .group:hover .group-hover\:border-space-opal-08,
  .group:focus-within .group-focus-within\:border-space-opal-08 {
    border-color: RGBA(1, 1, 30, 0.08);
  }
  .border-space-opal-9,
  .hover\:border-space-opal-9:hover,
  .focus\:border-space-opal-9:focus,
  .group:hover .group-hover\:border-space-opal-9,
  .group:focus-within .group-focus-within\:border-space-opal-9 {
    border-color: RGBA(1, 1, 30, 0.9);
  }
  .border-space-opal-09,
  .hover\:border-space-opal-09:hover,
  .focus\:border-space-opal-09:focus,
  .group:hover .group-hover\:border-space-opal-09,
  .group:focus-within .group-focus-within\:border-space-opal-09 {
    border-color: RGBA(1, 1, 30, 0.09);
  }
  .border-space-opal-10,
  .hover\:border-space-opal-10:hover,
  .focus\:border-space-opal-10:focus,
  .group:hover .group-hover\:border-space-opal-10,
  .group:focus-within .group-focus-within\:border-space-opal-10 {
    border-color: RGBA(1, 1, 30, 1);
  }
  .border-midnight,
  .hover\:border-midnight:hover,
  .focus\:border-midnight:focus,
  .group:hover .group-hover\:border-midnight,
  .group:focus-within .group-focus-within\:border-midnight {
    border-color: #030328;
  }
  .border-midnight-opal-0,
  .hover\:border-midnight-opal-0:hover,
  .focus\:border-midnight-opal-0:focus,
  .group:hover .group-hover\:border-midnight-opal-0,
  .group:focus-within .group-focus-within\:border-midnight-opal-0 {
    border-color: RGBA(3, 3, 40, 0);
  }
  .border-midnight-opal-00,
  .hover\:border-midnight-opal-00:hover,
  .focus\:border-midnight-opal-00:focus,
  .group:hover .group-hover\:border-midnight-opal-00,
  .group:focus-within .group-focus-within\:border-midnight-opal-00 {
    border-color: RGBA(3, 3, 40, 0);
  }
  .border-midnight-opal-1,
  .hover\:border-midnight-opal-1:hover,
  .focus\:border-midnight-opal-1:focus,
  .group:hover .group-hover\:border-midnight-opal-1,
  .group:focus-within .group-focus-within\:border-midnight-opal-1 {
    border-color: RGBA(3, 3, 40, 0.1);
  }
  .border-midnight-opal-01,
  .hover\:border-midnight-opal-01:hover,
  .focus\:border-midnight-opal-01:focus,
  .group:hover .group-hover\:border-midnight-opal-01,
  .group:focus-within .group-focus-within\:border-midnight-opal-01 {
    border-color: RGBA(3, 3, 40, 0.01);
  }
  .border-midnight-opal-2,
  .hover\:border-midnight-opal-2:hover,
  .focus\:border-midnight-opal-2:focus,
  .group:hover .group-hover\:border-midnight-opal-2,
  .group:focus-within .group-focus-within\:border-midnight-opal-2 {
    border-color: RGBA(3, 3, 40, 0.2);
  }
  .border-midnight-opal-02,
  .hover\:border-midnight-opal-02:hover,
  .focus\:border-midnight-opal-02:focus,
  .group:hover .group-hover\:border-midnight-opal-02,
  .group:focus-within .group-focus-within\:border-midnight-opal-02 {
    border-color: RGBA(3, 3, 40, 0.02);
  }
  .border-midnight-opal-3,
  .hover\:border-midnight-opal-3:hover,
  .focus\:border-midnight-opal-3:focus,
  .group:hover .group-hover\:border-midnight-opal-3,
  .group:focus-within .group-focus-within\:border-midnight-opal-3 {
    border-color: RGBA(3, 3, 40, 0.3);
  }
  .border-midnight-opal-03,
  .hover\:border-midnight-opal-03:hover,
  .focus\:border-midnight-opal-03:focus,
  .group:hover .group-hover\:border-midnight-opal-03,
  .group:focus-within .group-focus-within\:border-midnight-opal-03 {
    border-color: RGBA(3, 3, 40, 0.03);
  }
  .border-midnight-opal-4,
  .hover\:border-midnight-opal-4:hover,
  .focus\:border-midnight-opal-4:focus,
  .group:hover .group-hover\:border-midnight-opal-4,
  .group:focus-within .group-focus-within\:border-midnight-opal-4 {
    border-color: RGBA(3, 3, 40, 0.4);
  }
  .border-midnight-opal-04,
  .hover\:border-midnight-opal-04:hover,
  .focus\:border-midnight-opal-04:focus,
  .group:hover .group-hover\:border-midnight-opal-04,
  .group:focus-within .group-focus-within\:border-midnight-opal-04 {
    border-color: RGBA(3, 3, 40, 0.04);
  }
  .border-midnight-opal-5,
  .hover\:border-midnight-opal-5:hover,
  .focus\:border-midnight-opal-5:focus,
  .group:hover .group-hover\:border-midnight-opal-5,
  .group:focus-within .group-focus-within\:border-midnight-opal-5 {
    border-color: RGBA(3, 3, 40, 0.5);
  }
  .border-midnight-opal-05,
  .hover\:border-midnight-opal-05:hover,
  .focus\:border-midnight-opal-05:focus,
  .group:hover .group-hover\:border-midnight-opal-05,
  .group:focus-within .group-focus-within\:border-midnight-opal-05 {
    border-color: RGBA(3, 3, 40, 0.05);
  }
  .border-midnight-opal-6,
  .hover\:border-midnight-opal-6:hover,
  .focus\:border-midnight-opal-6:focus,
  .group:hover .group-hover\:border-midnight-opal-6,
  .group:focus-within .group-focus-within\:border-midnight-opal-6 {
    border-color: RGBA(3, 3, 40, 0.6);
  }
  .border-midnight-opal-06,
  .hover\:border-midnight-opal-06:hover,
  .focus\:border-midnight-opal-06:focus,
  .group:hover .group-hover\:border-midnight-opal-06,
  .group:focus-within .group-focus-within\:border-midnight-opal-06 {
    border-color: RGBA(3, 3, 40, 0.06);
  }
  .border-midnight-opal-7,
  .hover\:border-midnight-opal-7:hover,
  .focus\:border-midnight-opal-7:focus,
  .group:hover .group-hover\:border-midnight-opal-7,
  .group:focus-within .group-focus-within\:border-midnight-opal-7 {
    border-color: RGBA(3, 3, 40, 0.7);
  }
  .border-midnight-opal-07,
  .hover\:border-midnight-opal-07:hover,
  .focus\:border-midnight-opal-07:focus,
  .group:hover .group-hover\:border-midnight-opal-07,
  .group:focus-within .group-focus-within\:border-midnight-opal-07 {
    border-color: RGBA(3, 3, 40, 0.07);
  }
  .border-midnight-opal-8,
  .hover\:border-midnight-opal-8:hover,
  .focus\:border-midnight-opal-8:focus,
  .group:hover .group-hover\:border-midnight-opal-8,
  .group:focus-within .group-focus-within\:border-midnight-opal-8 {
    border-color: RGBA(3, 3, 40, 0.8);
  }
  .border-midnight-opal-08,
  .hover\:border-midnight-opal-08:hover,
  .focus\:border-midnight-opal-08:focus,
  .group:hover .group-hover\:border-midnight-opal-08,
  .group:focus-within .group-focus-within\:border-midnight-opal-08 {
    border-color: RGBA(3, 3, 40, 0.08);
  }
  .border-midnight-opal-9,
  .hover\:border-midnight-opal-9:hover,
  .focus\:border-midnight-opal-9:focus,
  .group:hover .group-hover\:border-midnight-opal-9,
  .group:focus-within .group-focus-within\:border-midnight-opal-9 {
    border-color: RGBA(3, 3, 40, 0.9);
  }
  .border-midnight-opal-09,
  .hover\:border-midnight-opal-09:hover,
  .focus\:border-midnight-opal-09:focus,
  .group:hover .group-hover\:border-midnight-opal-09,
  .group:focus-within .group-focus-within\:border-midnight-opal-09 {
    border-color: RGBA(3, 3, 40, 0.09);
  }
  .border-midnight-opal-10,
  .hover\:border-midnight-opal-10:hover,
  .focus\:border-midnight-opal-10:focus,
  .group:hover .group-hover\:border-midnight-opal-10,
  .group:focus-within .group-focus-within\:border-midnight-opal-10 {
    border-color: RGBA(3, 3, 40, 1);
  }
  .border-dawn,
  .hover\:border-dawn:hover,
  .focus\:border-dawn:focus,
  .group:hover .group-hover\:border-dawn,
  .group:focus-within .group-focus-within\:border-dawn {
    border-color: #383f76;
  }
  .border-dawn-opal-0,
  .hover\:border-dawn-opal-0:hover,
  .focus\:border-dawn-opal-0:focus,
  .group:hover .group-hover\:border-dawn-opal-0,
  .group:focus-within .group-focus-within\:border-dawn-opal-0 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .border-dawn-opal-00,
  .hover\:border-dawn-opal-00:hover,
  .focus\:border-dawn-opal-00:focus,
  .group:hover .group-hover\:border-dawn-opal-00,
  .group:focus-within .group-focus-within\:border-dawn-opal-00 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .border-dawn-opal-1,
  .hover\:border-dawn-opal-1:hover,
  .focus\:border-dawn-opal-1:focus,
  .group:hover .group-hover\:border-dawn-opal-1,
  .group:focus-within .group-focus-within\:border-dawn-opal-1 {
    border-color: RGBA(56, 63, 118, 0.1);
  }
  .border-dawn-opal-01,
  .hover\:border-dawn-opal-01:hover,
  .focus\:border-dawn-opal-01:focus,
  .group:hover .group-hover\:border-dawn-opal-01,
  .group:focus-within .group-focus-within\:border-dawn-opal-01 {
    border-color: RGBA(56, 63, 118, 0.01);
  }
  .border-dawn-opal-2,
  .hover\:border-dawn-opal-2:hover,
  .focus\:border-dawn-opal-2:focus,
  .group:hover .group-hover\:border-dawn-opal-2,
  .group:focus-within .group-focus-within\:border-dawn-opal-2 {
    border-color: RGBA(56, 63, 118, 0.2);
  }
  .border-dawn-opal-02,
  .hover\:border-dawn-opal-02:hover,
  .focus\:border-dawn-opal-02:focus,
  .group:hover .group-hover\:border-dawn-opal-02,
  .group:focus-within .group-focus-within\:border-dawn-opal-02 {
    border-color: RGBA(56, 63, 118, 0.02);
  }
  .border-dawn-opal-3,
  .hover\:border-dawn-opal-3:hover,
  .focus\:border-dawn-opal-3:focus,
  .group:hover .group-hover\:border-dawn-opal-3,
  .group:focus-within .group-focus-within\:border-dawn-opal-3 {
    border-color: RGBA(56, 63, 118, 0.3);
  }
  .border-dawn-opal-03,
  .hover\:border-dawn-opal-03:hover,
  .focus\:border-dawn-opal-03:focus,
  .group:hover .group-hover\:border-dawn-opal-03,
  .group:focus-within .group-focus-within\:border-dawn-opal-03 {
    border-color: RGBA(56, 63, 118, 0.03);
  }
  .border-dawn-opal-4,
  .hover\:border-dawn-opal-4:hover,
  .focus\:border-dawn-opal-4:focus,
  .group:hover .group-hover\:border-dawn-opal-4,
  .group:focus-within .group-focus-within\:border-dawn-opal-4 {
    border-color: RGBA(56, 63, 118, 0.4);
  }
  .border-dawn-opal-04,
  .hover\:border-dawn-opal-04:hover,
  .focus\:border-dawn-opal-04:focus,
  .group:hover .group-hover\:border-dawn-opal-04,
  .group:focus-within .group-focus-within\:border-dawn-opal-04 {
    border-color: RGBA(56, 63, 118, 0.04);
  }
  .border-dawn-opal-5,
  .hover\:border-dawn-opal-5:hover,
  .focus\:border-dawn-opal-5:focus,
  .group:hover .group-hover\:border-dawn-opal-5,
  .group:focus-within .group-focus-within\:border-dawn-opal-5 {
    border-color: RGBA(56, 63, 118, 0.5);
  }
  .border-dawn-opal-05,
  .hover\:border-dawn-opal-05:hover,
  .focus\:border-dawn-opal-05:focus,
  .group:hover .group-hover\:border-dawn-opal-05,
  .group:focus-within .group-focus-within\:border-dawn-opal-05 {
    border-color: RGBA(56, 63, 118, 0.05);
  }
  .border-dawn-opal-6,
  .hover\:border-dawn-opal-6:hover,
  .focus\:border-dawn-opal-6:focus,
  .group:hover .group-hover\:border-dawn-opal-6,
  .group:focus-within .group-focus-within\:border-dawn-opal-6 {
    border-color: RGBA(56, 63, 118, 0.6);
  }
  .border-dawn-opal-06,
  .hover\:border-dawn-opal-06:hover,
  .focus\:border-dawn-opal-06:focus,
  .group:hover .group-hover\:border-dawn-opal-06,
  .group:focus-within .group-focus-within\:border-dawn-opal-06 {
    border-color: RGBA(56, 63, 118, 0.06);
  }
  .border-dawn-opal-7,
  .hover\:border-dawn-opal-7:hover,
  .focus\:border-dawn-opal-7:focus,
  .group:hover .group-hover\:border-dawn-opal-7,
  .group:focus-within .group-focus-within\:border-dawn-opal-7 {
    border-color: RGBA(56, 63, 118, 0.7);
  }
  .border-dawn-opal-07,
  .hover\:border-dawn-opal-07:hover,
  .focus\:border-dawn-opal-07:focus,
  .group:hover .group-hover\:border-dawn-opal-07,
  .group:focus-within .group-focus-within\:border-dawn-opal-07 {
    border-color: RGBA(56, 63, 118, 0.07);
  }
  .border-dawn-opal-8,
  .hover\:border-dawn-opal-8:hover,
  .focus\:border-dawn-opal-8:focus,
  .group:hover .group-hover\:border-dawn-opal-8,
  .group:focus-within .group-focus-within\:border-dawn-opal-8 {
    border-color: RGBA(56, 63, 118, 0.8);
  }
  .border-dawn-opal-08,
  .hover\:border-dawn-opal-08:hover,
  .focus\:border-dawn-opal-08:focus,
  .group:hover .group-hover\:border-dawn-opal-08,
  .group:focus-within .group-focus-within\:border-dawn-opal-08 {
    border-color: RGBA(56, 63, 118, 0.08);
  }
  .border-dawn-opal-9,
  .hover\:border-dawn-opal-9:hover,
  .focus\:border-dawn-opal-9:focus,
  .group:hover .group-hover\:border-dawn-opal-9,
  .group:focus-within .group-focus-within\:border-dawn-opal-9 {
    border-color: RGBA(56, 63, 118, 0.9);
  }
  .border-dawn-opal-09,
  .hover\:border-dawn-opal-09:hover,
  .focus\:border-dawn-opal-09:focus,
  .group:hover .group-hover\:border-dawn-opal-09,
  .group:focus-within .group-focus-within\:border-dawn-opal-09 {
    border-color: RGBA(56, 63, 118, 0.09);
  }
  .border-dawn-opal-10,
  .hover\:border-dawn-opal-10:hover,
  .focus\:border-dawn-opal-10:focus,
  .group:hover .group-hover\:border-dawn-opal-10,
  .group:focus-within .group-focus-within\:border-dawn-opal-10 {
    border-color: RGBA(56, 63, 118, 1);
  }
  .border-steel,
  .hover\:border-steel:hover,
  .focus\:border-steel:focus,
  .group:hover .group-hover\:border-steel,
  .group:focus-within .group-focus-within\:border-steel {
    border-color: #555463;
  }
  .border-steel-opal-0,
  .hover\:border-steel-opal-0:hover,
  .focus\:border-steel-opal-0:focus,
  .group:hover .group-hover\:border-steel-opal-0,
  .group:focus-within .group-focus-within\:border-steel-opal-0 {
    border-color: RGBA(85, 84, 99, 0);
  }
  .border-steel-opal-00,
  .hover\:border-steel-opal-00:hover,
  .focus\:border-steel-opal-00:focus,
  .group:hover .group-hover\:border-steel-opal-00,
  .group:focus-within .group-focus-within\:border-steel-opal-00 {
    border-color: RGBA(85, 84, 99, 0);
  }
  .border-steel-opal-1,
  .hover\:border-steel-opal-1:hover,
  .focus\:border-steel-opal-1:focus,
  .group:hover .group-hover\:border-steel-opal-1,
  .group:focus-within .group-focus-within\:border-steel-opal-1 {
    border-color: RGBA(85, 84, 99, 0.1);
  }
  .border-steel-opal-01,
  .hover\:border-steel-opal-01:hover,
  .focus\:border-steel-opal-01:focus,
  .group:hover .group-hover\:border-steel-opal-01,
  .group:focus-within .group-focus-within\:border-steel-opal-01 {
    border-color: RGBA(85, 84, 99, 0.01);
  }
  .border-steel-opal-2,
  .hover\:border-steel-opal-2:hover,
  .focus\:border-steel-opal-2:focus,
  .group:hover .group-hover\:border-steel-opal-2,
  .group:focus-within .group-focus-within\:border-steel-opal-2 {
    border-color: RGBA(85, 84, 99, 0.2);
  }
  .border-steel-opal-02,
  .hover\:border-steel-opal-02:hover,
  .focus\:border-steel-opal-02:focus,
  .group:hover .group-hover\:border-steel-opal-02,
  .group:focus-within .group-focus-within\:border-steel-opal-02 {
    border-color: RGBA(85, 84, 99, 0.02);
  }
  .border-steel-opal-3,
  .hover\:border-steel-opal-3:hover,
  .focus\:border-steel-opal-3:focus,
  .group:hover .group-hover\:border-steel-opal-3,
  .group:focus-within .group-focus-within\:border-steel-opal-3 {
    border-color: RGBA(85, 84, 99, 0.3);
  }
  .border-steel-opal-03,
  .hover\:border-steel-opal-03:hover,
  .focus\:border-steel-opal-03:focus,
  .group:hover .group-hover\:border-steel-opal-03,
  .group:focus-within .group-focus-within\:border-steel-opal-03 {
    border-color: RGBA(85, 84, 99, 0.03);
  }
  .border-steel-opal-4,
  .hover\:border-steel-opal-4:hover,
  .focus\:border-steel-opal-4:focus,
  .group:hover .group-hover\:border-steel-opal-4,
  .group:focus-within .group-focus-within\:border-steel-opal-4 {
    border-color: RGBA(85, 84, 99, 0.4);
  }
  .border-steel-opal-04,
  .hover\:border-steel-opal-04:hover,
  .focus\:border-steel-opal-04:focus,
  .group:hover .group-hover\:border-steel-opal-04,
  .group:focus-within .group-focus-within\:border-steel-opal-04 {
    border-color: RGBA(85, 84, 99, 0.04);
  }
  .border-steel-opal-5,
  .hover\:border-steel-opal-5:hover,
  .focus\:border-steel-opal-5:focus,
  .group:hover .group-hover\:border-steel-opal-5,
  .group:focus-within .group-focus-within\:border-steel-opal-5 {
    border-color: RGBA(85, 84, 99, 0.5);
  }
  .border-steel-opal-05,
  .hover\:border-steel-opal-05:hover,
  .focus\:border-steel-opal-05:focus,
  .group:hover .group-hover\:border-steel-opal-05,
  .group:focus-within .group-focus-within\:border-steel-opal-05 {
    border-color: RGBA(85, 84, 99, 0.05);
  }
  .border-steel-opal-6,
  .hover\:border-steel-opal-6:hover,
  .focus\:border-steel-opal-6:focus,
  .group:hover .group-hover\:border-steel-opal-6,
  .group:focus-within .group-focus-within\:border-steel-opal-6 {
    border-color: RGBA(85, 84, 99, 0.6);
  }
  .border-steel-opal-06,
  .hover\:border-steel-opal-06:hover,
  .focus\:border-steel-opal-06:focus,
  .group:hover .group-hover\:border-steel-opal-06,
  .group:focus-within .group-focus-within\:border-steel-opal-06 {
    border-color: RGBA(85, 84, 99, 0.06);
  }
  .border-steel-opal-7,
  .hover\:border-steel-opal-7:hover,
  .focus\:border-steel-opal-7:focus,
  .group:hover .group-hover\:border-steel-opal-7,
  .group:focus-within .group-focus-within\:border-steel-opal-7 {
    border-color: RGBA(85, 84, 99, 0.7);
  }
  .border-steel-opal-07,
  .hover\:border-steel-opal-07:hover,
  .focus\:border-steel-opal-07:focus,
  .group:hover .group-hover\:border-steel-opal-07,
  .group:focus-within .group-focus-within\:border-steel-opal-07 {
    border-color: RGBA(85, 84, 99, 0.07);
  }
  .border-steel-opal-8,
  .hover\:border-steel-opal-8:hover,
  .focus\:border-steel-opal-8:focus,
  .group:hover .group-hover\:border-steel-opal-8,
  .group:focus-within .group-focus-within\:border-steel-opal-8 {
    border-color: RGBA(85, 84, 99, 0.8);
  }
  .border-steel-opal-08,
  .hover\:border-steel-opal-08:hover,
  .focus\:border-steel-opal-08:focus,
  .group:hover .group-hover\:border-steel-opal-08,
  .group:focus-within .group-focus-within\:border-steel-opal-08 {
    border-color: RGBA(85, 84, 99, 0.08);
  }
  .border-steel-opal-9,
  .hover\:border-steel-opal-9:hover,
  .focus\:border-steel-opal-9:focus,
  .group:hover .group-hover\:border-steel-opal-9,
  .group:focus-within .group-focus-within\:border-steel-opal-9 {
    border-color: RGBA(85, 84, 99, 0.9);
  }
  .border-steel-opal-09,
  .hover\:border-steel-opal-09:hover,
  .focus\:border-steel-opal-09:focus,
  .group:hover .group-hover\:border-steel-opal-09,
  .group:focus-within .group-focus-within\:border-steel-opal-09 {
    border-color: RGBA(85, 84, 99, 0.09);
  }
  .border-steel-opal-10,
  .hover\:border-steel-opal-10:hover,
  .focus\:border-steel-opal-10:focus,
  .group:hover .group-hover\:border-steel-opal-10,
  .group:focus-within .group-focus-within\:border-steel-opal-10 {
    border-color: RGBA(85, 84, 99, 1);
  }
  .border-smoke,
  .hover\:border-smoke:hover,
  .focus\:border-smoke:focus,
  .group:hover .group-hover\:border-smoke,
  .group:focus-within .group-focus-within\:border-smoke {
    border-color: #6d6d9c;
  }
  .border-smoke-opal-0,
  .hover\:border-smoke-opal-0:hover,
  .focus\:border-smoke-opal-0:focus,
  .group:hover .group-hover\:border-smoke-opal-0,
  .group:focus-within .group-focus-within\:border-smoke-opal-0 {
    border-color: RGBA(109, 109, 156, 0);
  }
  .border-smoke-opal-00,
  .hover\:border-smoke-opal-00:hover,
  .focus\:border-smoke-opal-00:focus,
  .group:hover .group-hover\:border-smoke-opal-00,
  .group:focus-within .group-focus-within\:border-smoke-opal-00 {
    border-color: RGBA(109, 109, 156, 0);
  }
  .border-smoke-opal-1,
  .hover\:border-smoke-opal-1:hover,
  .focus\:border-smoke-opal-1:focus,
  .group:hover .group-hover\:border-smoke-opal-1,
  .group:focus-within .group-focus-within\:border-smoke-opal-1 {
    border-color: RGBA(109, 109, 156, 0.1);
  }
  .border-smoke-opal-01,
  .hover\:border-smoke-opal-01:hover,
  .focus\:border-smoke-opal-01:focus,
  .group:hover .group-hover\:border-smoke-opal-01,
  .group:focus-within .group-focus-within\:border-smoke-opal-01 {
    border-color: RGBA(109, 109, 156, 0.01);
  }
  .border-smoke-opal-2,
  .hover\:border-smoke-opal-2:hover,
  .focus\:border-smoke-opal-2:focus,
  .group:hover .group-hover\:border-smoke-opal-2,
  .group:focus-within .group-focus-within\:border-smoke-opal-2 {
    border-color: RGBA(109, 109, 156, 0.2);
  }
  .border-smoke-opal-02,
  .hover\:border-smoke-opal-02:hover,
  .focus\:border-smoke-opal-02:focus,
  .group:hover .group-hover\:border-smoke-opal-02,
  .group:focus-within .group-focus-within\:border-smoke-opal-02 {
    border-color: RGBA(109, 109, 156, 0.02);
  }
  .border-smoke-opal-3,
  .hover\:border-smoke-opal-3:hover,
  .focus\:border-smoke-opal-3:focus,
  .group:hover .group-hover\:border-smoke-opal-3,
  .group:focus-within .group-focus-within\:border-smoke-opal-3 {
    border-color: RGBA(109, 109, 156, 0.3);
  }
  .border-smoke-opal-03,
  .hover\:border-smoke-opal-03:hover,
  .focus\:border-smoke-opal-03:focus,
  .group:hover .group-hover\:border-smoke-opal-03,
  .group:focus-within .group-focus-within\:border-smoke-opal-03 {
    border-color: RGBA(109, 109, 156, 0.03);
  }
  .border-smoke-opal-4,
  .hover\:border-smoke-opal-4:hover,
  .focus\:border-smoke-opal-4:focus,
  .group:hover .group-hover\:border-smoke-opal-4,
  .group:focus-within .group-focus-within\:border-smoke-opal-4 {
    border-color: RGBA(109, 109, 156, 0.4);
  }
  .border-smoke-opal-04,
  .hover\:border-smoke-opal-04:hover,
  .focus\:border-smoke-opal-04:focus,
  .group:hover .group-hover\:border-smoke-opal-04,
  .group:focus-within .group-focus-within\:border-smoke-opal-04 {
    border-color: RGBA(109, 109, 156, 0.04);
  }
  .border-smoke-opal-5,
  .hover\:border-smoke-opal-5:hover,
  .focus\:border-smoke-opal-5:focus,
  .group:hover .group-hover\:border-smoke-opal-5,
  .group:focus-within .group-focus-within\:border-smoke-opal-5 {
    border-color: RGBA(109, 109, 156, 0.5);
  }
  .border-smoke-opal-05,
  .hover\:border-smoke-opal-05:hover,
  .focus\:border-smoke-opal-05:focus,
  .group:hover .group-hover\:border-smoke-opal-05,
  .group:focus-within .group-focus-within\:border-smoke-opal-05 {
    border-color: RGBA(109, 109, 156, 0.05);
  }
  .border-smoke-opal-6,
  .hover\:border-smoke-opal-6:hover,
  .focus\:border-smoke-opal-6:focus,
  .group:hover .group-hover\:border-smoke-opal-6,
  .group:focus-within .group-focus-within\:border-smoke-opal-6 {
    border-color: RGBA(109, 109, 156, 0.6);
  }
  .border-smoke-opal-06,
  .hover\:border-smoke-opal-06:hover,
  .focus\:border-smoke-opal-06:focus,
  .group:hover .group-hover\:border-smoke-opal-06,
  .group:focus-within .group-focus-within\:border-smoke-opal-06 {
    border-color: RGBA(109, 109, 156, 0.06);
  }
  .border-smoke-opal-7,
  .hover\:border-smoke-opal-7:hover,
  .focus\:border-smoke-opal-7:focus,
  .group:hover .group-hover\:border-smoke-opal-7,
  .group:focus-within .group-focus-within\:border-smoke-opal-7 {
    border-color: RGBA(109, 109, 156, 0.7);
  }
  .border-smoke-opal-07,
  .hover\:border-smoke-opal-07:hover,
  .focus\:border-smoke-opal-07:focus,
  .group:hover .group-hover\:border-smoke-opal-07,
  .group:focus-within .group-focus-within\:border-smoke-opal-07 {
    border-color: RGBA(109, 109, 156, 0.07);
  }
  .border-smoke-opal-8,
  .hover\:border-smoke-opal-8:hover,
  .focus\:border-smoke-opal-8:focus,
  .group:hover .group-hover\:border-smoke-opal-8,
  .group:focus-within .group-focus-within\:border-smoke-opal-8 {
    border-color: RGBA(109, 109, 156, 0.8);
  }
  .border-smoke-opal-08,
  .hover\:border-smoke-opal-08:hover,
  .focus\:border-smoke-opal-08:focus,
  .group:hover .group-hover\:border-smoke-opal-08,
  .group:focus-within .group-focus-within\:border-smoke-opal-08 {
    border-color: RGBA(109, 109, 156, 0.08);
  }
  .border-smoke-opal-9,
  .hover\:border-smoke-opal-9:hover,
  .focus\:border-smoke-opal-9:focus,
  .group:hover .group-hover\:border-smoke-opal-9,
  .group:focus-within .group-focus-within\:border-smoke-opal-9 {
    border-color: RGBA(109, 109, 156, 0.9);
  }
  .border-smoke-opal-09,
  .hover\:border-smoke-opal-09:hover,
  .focus\:border-smoke-opal-09:focus,
  .group:hover .group-hover\:border-smoke-opal-09,
  .group:focus-within .group-focus-within\:border-smoke-opal-09 {
    border-color: RGBA(109, 109, 156, 0.09);
  }
  .border-smoke-opal-10,
  .hover\:border-smoke-opal-10:hover,
  .focus\:border-smoke-opal-10:focus,
  .group:hover .group-hover\:border-smoke-opal-10,
  .group:focus-within .group-focus-within\:border-smoke-opal-10 {
    border-color: RGBA(109, 109, 156, 1);
  }
  .border-snow,
  .hover\:border-snow:hover,
  .focus\:border-snow:focus,
  .group:hover .group-hover\:border-snow,
  .group:focus-within .group-focus-within\:border-snow {
    border-color: #f6f7fb;
  }
  .border-snow-opal-0,
  .hover\:border-snow-opal-0:hover,
  .focus\:border-snow-opal-0:focus,
  .group:hover .group-hover\:border-snow-opal-0,
  .group:focus-within .group-focus-within\:border-snow-opal-0 {
    border-color: RGBA(246, 247, 251, 0);
  }
  .border-snow-opal-00,
  .hover\:border-snow-opal-00:hover,
  .focus\:border-snow-opal-00:focus,
  .group:hover .group-hover\:border-snow-opal-00,
  .group:focus-within .group-focus-within\:border-snow-opal-00 {
    border-color: RGBA(246, 247, 251, 0);
  }
  .border-snow-opal-1,
  .hover\:border-snow-opal-1:hover,
  .focus\:border-snow-opal-1:focus,
  .group:hover .group-hover\:border-snow-opal-1,
  .group:focus-within .group-focus-within\:border-snow-opal-1 {
    border-color: RGBA(246, 247, 251, 0.1);
  }
  .border-snow-opal-01,
  .hover\:border-snow-opal-01:hover,
  .focus\:border-snow-opal-01:focus,
  .group:hover .group-hover\:border-snow-opal-01,
  .group:focus-within .group-focus-within\:border-snow-opal-01 {
    border-color: RGBA(246, 247, 251, 0.01);
  }
  .border-snow-opal-2,
  .hover\:border-snow-opal-2:hover,
  .focus\:border-snow-opal-2:focus,
  .group:hover .group-hover\:border-snow-opal-2,
  .group:focus-within .group-focus-within\:border-snow-opal-2 {
    border-color: RGBA(246, 247, 251, 0.2);
  }
  .border-snow-opal-02,
  .hover\:border-snow-opal-02:hover,
  .focus\:border-snow-opal-02:focus,
  .group:hover .group-hover\:border-snow-opal-02,
  .group:focus-within .group-focus-within\:border-snow-opal-02 {
    border-color: RGBA(246, 247, 251, 0.02);
  }
  .border-snow-opal-3,
  .hover\:border-snow-opal-3:hover,
  .focus\:border-snow-opal-3:focus,
  .group:hover .group-hover\:border-snow-opal-3,
  .group:focus-within .group-focus-within\:border-snow-opal-3 {
    border-color: RGBA(246, 247, 251, 0.3);
  }
  .border-snow-opal-03,
  .hover\:border-snow-opal-03:hover,
  .focus\:border-snow-opal-03:focus,
  .group:hover .group-hover\:border-snow-opal-03,
  .group:focus-within .group-focus-within\:border-snow-opal-03 {
    border-color: RGBA(246, 247, 251, 0.03);
  }
  .border-snow-opal-4,
  .hover\:border-snow-opal-4:hover,
  .focus\:border-snow-opal-4:focus,
  .group:hover .group-hover\:border-snow-opal-4,
  .group:focus-within .group-focus-within\:border-snow-opal-4 {
    border-color: RGBA(246, 247, 251, 0.4);
  }
  .border-snow-opal-04,
  .hover\:border-snow-opal-04:hover,
  .focus\:border-snow-opal-04:focus,
  .group:hover .group-hover\:border-snow-opal-04,
  .group:focus-within .group-focus-within\:border-snow-opal-04 {
    border-color: RGBA(246, 247, 251, 0.04);
  }
  .border-snow-opal-5,
  .hover\:border-snow-opal-5:hover,
  .focus\:border-snow-opal-5:focus,
  .group:hover .group-hover\:border-snow-opal-5,
  .group:focus-within .group-focus-within\:border-snow-opal-5 {
    border-color: RGBA(246, 247, 251, 0.5);
  }
  .border-snow-opal-05,
  .hover\:border-snow-opal-05:hover,
  .focus\:border-snow-opal-05:focus,
  .group:hover .group-hover\:border-snow-opal-05,
  .group:focus-within .group-focus-within\:border-snow-opal-05 {
    border-color: RGBA(246, 247, 251, 0.05);
  }
  .border-snow-opal-6,
  .hover\:border-snow-opal-6:hover,
  .focus\:border-snow-opal-6:focus,
  .group:hover .group-hover\:border-snow-opal-6,
  .group:focus-within .group-focus-within\:border-snow-opal-6 {
    border-color: RGBA(246, 247, 251, 0.6);
  }
  .border-snow-opal-06,
  .hover\:border-snow-opal-06:hover,
  .focus\:border-snow-opal-06:focus,
  .group:hover .group-hover\:border-snow-opal-06,
  .group:focus-within .group-focus-within\:border-snow-opal-06 {
    border-color: RGBA(246, 247, 251, 0.06);
  }
  .border-snow-opal-7,
  .hover\:border-snow-opal-7:hover,
  .focus\:border-snow-opal-7:focus,
  .group:hover .group-hover\:border-snow-opal-7,
  .group:focus-within .group-focus-within\:border-snow-opal-7 {
    border-color: RGBA(246, 247, 251, 0.7);
  }
  .border-snow-opal-07,
  .hover\:border-snow-opal-07:hover,
  .focus\:border-snow-opal-07:focus,
  .group:hover .group-hover\:border-snow-opal-07,
  .group:focus-within .group-focus-within\:border-snow-opal-07 {
    border-color: RGBA(246, 247, 251, 0.07);
  }
  .border-snow-opal-8,
  .hover\:border-snow-opal-8:hover,
  .focus\:border-snow-opal-8:focus,
  .group:hover .group-hover\:border-snow-opal-8,
  .group:focus-within .group-focus-within\:border-snow-opal-8 {
    border-color: RGBA(246, 247, 251, 0.8);
  }
  .border-snow-opal-08,
  .hover\:border-snow-opal-08:hover,
  .focus\:border-snow-opal-08:focus,
  .group:hover .group-hover\:border-snow-opal-08,
  .group:focus-within .group-focus-within\:border-snow-opal-08 {
    border-color: RGBA(246, 247, 251, 0.08);
  }
  .border-snow-opal-9,
  .hover\:border-snow-opal-9:hover,
  .focus\:border-snow-opal-9:focus,
  .group:hover .group-hover\:border-snow-opal-9,
  .group:focus-within .group-focus-within\:border-snow-opal-9 {
    border-color: RGBA(246, 247, 251, 0.9);
  }
  .border-snow-opal-09,
  .hover\:border-snow-opal-09:hover,
  .focus\:border-snow-opal-09:focus,
  .group:hover .group-hover\:border-snow-opal-09,
  .group:focus-within .group-focus-within\:border-snow-opal-09 {
    border-color: RGBA(246, 247, 251, 0.09);
  }
  .border-snow-opal-10,
  .hover\:border-snow-opal-10:hover,
  .focus\:border-snow-opal-10:focus,
  .group:hover .group-hover\:border-snow-opal-10,
  .group:focus-within .group-focus-within\:border-snow-opal-10 {
    border-color: RGBA(246, 247, 251, 1);
  }
  .border-white,
  .hover\:border-white:hover,
  .focus\:border-white:focus,
  .group:hover .group-hover\:border-white,
  .group:focus-within .group-focus-within\:border-white {
    border-color: #fff;
  }
  .border-white-opal-0,
  .hover\:border-white-opal-0:hover,
  .focus\:border-white-opal-0:focus,
  .group:hover .group-hover\:border-white-opal-0,
  .group:focus-within .group-focus-within\:border-white-opal-0 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .border-white-opal-00,
  .hover\:border-white-opal-00:hover,
  .focus\:border-white-opal-00:focus,
  .group:hover .group-hover\:border-white-opal-00,
  .group:focus-within .group-focus-within\:border-white-opal-00 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .border-white-opal-1,
  .hover\:border-white-opal-1:hover,
  .focus\:border-white-opal-1:focus,
  .group:hover .group-hover\:border-white-opal-1,
  .group:focus-within .group-focus-within\:border-white-opal-1 {
    border-color: RGBA(255, 255, 255, 0.1);
  }
  .border-white-opal-01,
  .hover\:border-white-opal-01:hover,
  .focus\:border-white-opal-01:focus,
  .group:hover .group-hover\:border-white-opal-01,
  .group:focus-within .group-focus-within\:border-white-opal-01 {
    border-color: RGBA(255, 255, 255, 0.01);
  }
  .border-white-opal-2,
  .hover\:border-white-opal-2:hover,
  .focus\:border-white-opal-2:focus,
  .group:hover .group-hover\:border-white-opal-2,
  .group:focus-within .group-focus-within\:border-white-opal-2 {
    border-color: RGBA(255, 255, 255, 0.2);
  }
  .border-white-opal-02,
  .hover\:border-white-opal-02:hover,
  .focus\:border-white-opal-02:focus,
  .group:hover .group-hover\:border-white-opal-02,
  .group:focus-within .group-focus-within\:border-white-opal-02 {
    border-color: RGBA(255, 255, 255, 0.02);
  }
  .border-white-opal-3,
  .hover\:border-white-opal-3:hover,
  .focus\:border-white-opal-3:focus,
  .group:hover .group-hover\:border-white-opal-3,
  .group:focus-within .group-focus-within\:border-white-opal-3 {
    border-color: RGBA(255, 255, 255, 0.3);
  }
  .border-white-opal-03,
  .hover\:border-white-opal-03:hover,
  .focus\:border-white-opal-03:focus,
  .group:hover .group-hover\:border-white-opal-03,
  .group:focus-within .group-focus-within\:border-white-opal-03 {
    border-color: RGBA(255, 255, 255, 0.03);
  }
  .border-white-opal-4,
  .hover\:border-white-opal-4:hover,
  .focus\:border-white-opal-4:focus,
  .group:hover .group-hover\:border-white-opal-4,
  .group:focus-within .group-focus-within\:border-white-opal-4 {
    border-color: RGBA(255, 255, 255, 0.4);
  }
  .border-white-opal-04,
  .hover\:border-white-opal-04:hover,
  .focus\:border-white-opal-04:focus,
  .group:hover .group-hover\:border-white-opal-04,
  .group:focus-within .group-focus-within\:border-white-opal-04 {
    border-color: RGBA(255, 255, 255, 0.04);
  }
  .border-white-opal-5,
  .hover\:border-white-opal-5:hover,
  .focus\:border-white-opal-5:focus,
  .group:hover .group-hover\:border-white-opal-5,
  .group:focus-within .group-focus-within\:border-white-opal-5 {
    border-color: RGBA(255, 255, 255, 0.5);
  }
  .border-white-opal-05,
  .hover\:border-white-opal-05:hover,
  .focus\:border-white-opal-05:focus,
  .group:hover .group-hover\:border-white-opal-05,
  .group:focus-within .group-focus-within\:border-white-opal-05 {
    border-color: RGBA(255, 255, 255, 0.05);
  }
  .border-white-opal-6,
  .hover\:border-white-opal-6:hover,
  .focus\:border-white-opal-6:focus,
  .group:hover .group-hover\:border-white-opal-6,
  .group:focus-within .group-focus-within\:border-white-opal-6 {
    border-color: RGBA(255, 255, 255, 0.6);
  }
  .border-white-opal-06,
  .hover\:border-white-opal-06:hover,
  .focus\:border-white-opal-06:focus,
  .group:hover .group-hover\:border-white-opal-06,
  .group:focus-within .group-focus-within\:border-white-opal-06 {
    border-color: RGBA(255, 255, 255, 0.06);
  }
  .border-white-opal-7,
  .hover\:border-white-opal-7:hover,
  .focus\:border-white-opal-7:focus,
  .group:hover .group-hover\:border-white-opal-7,
  .group:focus-within .group-focus-within\:border-white-opal-7 {
    border-color: RGBA(255, 255, 255, 0.7);
  }
  .border-white-opal-07,
  .hover\:border-white-opal-07:hover,
  .focus\:border-white-opal-07:focus,
  .group:hover .group-hover\:border-white-opal-07,
  .group:focus-within .group-focus-within\:border-white-opal-07 {
    border-color: RGBA(255, 255, 255, 0.07);
  }
  .border-white-opal-8,
  .hover\:border-white-opal-8:hover,
  .focus\:border-white-opal-8:focus,
  .group:hover .group-hover\:border-white-opal-8,
  .group:focus-within .group-focus-within\:border-white-opal-8 {
    border-color: RGBA(255, 255, 255, 0.8);
  }
  .border-white-opal-08,
  .hover\:border-white-opal-08:hover,
  .focus\:border-white-opal-08:focus,
  .group:hover .group-hover\:border-white-opal-08,
  .group:focus-within .group-focus-within\:border-white-opal-08 {
    border-color: RGBA(255, 255, 255, 0.08);
  }
  .border-white-opal-9,
  .hover\:border-white-opal-9:hover,
  .focus\:border-white-opal-9:focus,
  .group:hover .group-hover\:border-white-opal-9,
  .group:focus-within .group-focus-within\:border-white-opal-9 {
    border-color: RGBA(255, 255, 255, 0.9);
  }
  .border-white-opal-09,
  .hover\:border-white-opal-09:hover,
  .focus\:border-white-opal-09:focus,
  .group:hover .group-hover\:border-white-opal-09,
  .group:focus-within .group-focus-within\:border-white-opal-09 {
    border-color: RGBA(255, 255, 255, 0.09);
  }
  .border-white-opal-10,
  .hover\:border-white-opal-10:hover,
  .focus\:border-white-opal-10:focus,
  .group:hover .group-hover\:border-white-opal-10,
  .group:focus-within .group-focus-within\:border-white-opal-10 {
    border-color: RGBA(255, 255, 255, 1);
  }
  .border-rose,
  .hover\:border-rose:hover,
  .focus\:border-rose:focus,
  .group:hover .group-hover\:border-rose,
  .group:focus-within .group-focus-within\:border-rose {
    border-color: #c82d53;
  }
  .border-rose-opal-0,
  .hover\:border-rose-opal-0:hover,
  .focus\:border-rose-opal-0:focus,
  .group:hover .group-hover\:border-rose-opal-0,
  .group:focus-within .group-focus-within\:border-rose-opal-0 {
    border-color: RGBA(200, 45, 83, 0);
  }
  .border-rose-opal-00,
  .hover\:border-rose-opal-00:hover,
  .focus\:border-rose-opal-00:focus,
  .group:hover .group-hover\:border-rose-opal-00,
  .group:focus-within .group-focus-within\:border-rose-opal-00 {
    border-color: RGBA(200, 45, 83, 0);
  }
  .border-rose-opal-1,
  .hover\:border-rose-opal-1:hover,
  .focus\:border-rose-opal-1:focus,
  .group:hover .group-hover\:border-rose-opal-1,
  .group:focus-within .group-focus-within\:border-rose-opal-1 {
    border-color: RGBA(200, 45, 83, 0.1);
  }
  .border-rose-opal-01,
  .hover\:border-rose-opal-01:hover,
  .focus\:border-rose-opal-01:focus,
  .group:hover .group-hover\:border-rose-opal-01,
  .group:focus-within .group-focus-within\:border-rose-opal-01 {
    border-color: RGBA(200, 45, 83, 0.01);
  }
  .border-rose-opal-2,
  .hover\:border-rose-opal-2:hover,
  .focus\:border-rose-opal-2:focus,
  .group:hover .group-hover\:border-rose-opal-2,
  .group:focus-within .group-focus-within\:border-rose-opal-2 {
    border-color: RGBA(200, 45, 83, 0.2);
  }
  .border-rose-opal-02,
  .hover\:border-rose-opal-02:hover,
  .focus\:border-rose-opal-02:focus,
  .group:hover .group-hover\:border-rose-opal-02,
  .group:focus-within .group-focus-within\:border-rose-opal-02 {
    border-color: RGBA(200, 45, 83, 0.02);
  }
  .border-rose-opal-3,
  .hover\:border-rose-opal-3:hover,
  .focus\:border-rose-opal-3:focus,
  .group:hover .group-hover\:border-rose-opal-3,
  .group:focus-within .group-focus-within\:border-rose-opal-3 {
    border-color: RGBA(200, 45, 83, 0.3);
  }
  .border-rose-opal-03,
  .hover\:border-rose-opal-03:hover,
  .focus\:border-rose-opal-03:focus,
  .group:hover .group-hover\:border-rose-opal-03,
  .group:focus-within .group-focus-within\:border-rose-opal-03 {
    border-color: RGBA(200, 45, 83, 0.03);
  }
  .border-rose-opal-4,
  .hover\:border-rose-opal-4:hover,
  .focus\:border-rose-opal-4:focus,
  .group:hover .group-hover\:border-rose-opal-4,
  .group:focus-within .group-focus-within\:border-rose-opal-4 {
    border-color: RGBA(200, 45, 83, 0.4);
  }
  .border-rose-opal-04,
  .hover\:border-rose-opal-04:hover,
  .focus\:border-rose-opal-04:focus,
  .group:hover .group-hover\:border-rose-opal-04,
  .group:focus-within .group-focus-within\:border-rose-opal-04 {
    border-color: RGBA(200, 45, 83, 0.04);
  }
  .border-rose-opal-5,
  .hover\:border-rose-opal-5:hover,
  .focus\:border-rose-opal-5:focus,
  .group:hover .group-hover\:border-rose-opal-5,
  .group:focus-within .group-focus-within\:border-rose-opal-5 {
    border-color: RGBA(200, 45, 83, 0.5);
  }
  .border-rose-opal-05,
  .hover\:border-rose-opal-05:hover,
  .focus\:border-rose-opal-05:focus,
  .group:hover .group-hover\:border-rose-opal-05,
  .group:focus-within .group-focus-within\:border-rose-opal-05 {
    border-color: RGBA(200, 45, 83, 0.05);
  }
  .border-rose-opal-6,
  .hover\:border-rose-opal-6:hover,
  .focus\:border-rose-opal-6:focus,
  .group:hover .group-hover\:border-rose-opal-6,
  .group:focus-within .group-focus-within\:border-rose-opal-6 {
    border-color: RGBA(200, 45, 83, 0.6);
  }
  .border-rose-opal-06,
  .hover\:border-rose-opal-06:hover,
  .focus\:border-rose-opal-06:focus,
  .group:hover .group-hover\:border-rose-opal-06,
  .group:focus-within .group-focus-within\:border-rose-opal-06 {
    border-color: RGBA(200, 45, 83, 0.06);
  }
  .border-rose-opal-7,
  .hover\:border-rose-opal-7:hover,
  .focus\:border-rose-opal-7:focus,
  .group:hover .group-hover\:border-rose-opal-7,
  .group:focus-within .group-focus-within\:border-rose-opal-7 {
    border-color: RGBA(200, 45, 83, 0.7);
  }
  .border-rose-opal-07,
  .hover\:border-rose-opal-07:hover,
  .focus\:border-rose-opal-07:focus,
  .group:hover .group-hover\:border-rose-opal-07,
  .group:focus-within .group-focus-within\:border-rose-opal-07 {
    border-color: RGBA(200, 45, 83, 0.07);
  }
  .border-rose-opal-8,
  .hover\:border-rose-opal-8:hover,
  .focus\:border-rose-opal-8:focus,
  .group:hover .group-hover\:border-rose-opal-8,
  .group:focus-within .group-focus-within\:border-rose-opal-8 {
    border-color: RGBA(200, 45, 83, 0.8);
  }
  .border-rose-opal-08,
  .hover\:border-rose-opal-08:hover,
  .focus\:border-rose-opal-08:focus,
  .group:hover .group-hover\:border-rose-opal-08,
  .group:focus-within .group-focus-within\:border-rose-opal-08 {
    border-color: RGBA(200, 45, 83, 0.08);
  }
  .border-rose-opal-9,
  .hover\:border-rose-opal-9:hover,
  .focus\:border-rose-opal-9:focus,
  .group:hover .group-hover\:border-rose-opal-9,
  .group:focus-within .group-focus-within\:border-rose-opal-9 {
    border-color: RGBA(200, 45, 83, 0.9);
  }
  .border-rose-opal-09,
  .hover\:border-rose-opal-09:hover,
  .focus\:border-rose-opal-09:focus,
  .group:hover .group-hover\:border-rose-opal-09,
  .group:focus-within .group-focus-within\:border-rose-opal-09 {
    border-color: RGBA(200, 45, 83, 0.09);
  }
  .border-rose-opal-10,
  .hover\:border-rose-opal-10:hover,
  .focus\:border-rose-opal-10:focus,
  .group:hover .group-hover\:border-rose-opal-10,
  .group:focus-within .group-focus-within\:border-rose-opal-10 {
    border-color: RGBA(200, 45, 83, 1);
  }
  .border-salmon,
  .hover\:border-salmon:hover,
  .focus\:border-salmon:focus,
  .group:hover .group-hover\:border-salmon,
  .group:focus-within .group-focus-within\:border-salmon {
    border-color: #f97a99;
  }
  .border-salmon-opal-0,
  .hover\:border-salmon-opal-0:hover,
  .focus\:border-salmon-opal-0:focus,
  .group:hover .group-hover\:border-salmon-opal-0,
  .group:focus-within .group-focus-within\:border-salmon-opal-0 {
    border-color: RGBA(249, 122, 153, 0);
  }
  .border-salmon-opal-00,
  .hover\:border-salmon-opal-00:hover,
  .focus\:border-salmon-opal-00:focus,
  .group:hover .group-hover\:border-salmon-opal-00,
  .group:focus-within .group-focus-within\:border-salmon-opal-00 {
    border-color: RGBA(249, 122, 153, 0);
  }
  .border-salmon-opal-1,
  .hover\:border-salmon-opal-1:hover,
  .focus\:border-salmon-opal-1:focus,
  .group:hover .group-hover\:border-salmon-opal-1,
  .group:focus-within .group-focus-within\:border-salmon-opal-1 {
    border-color: RGBA(249, 122, 153, 0.1);
  }
  .border-salmon-opal-01,
  .hover\:border-salmon-opal-01:hover,
  .focus\:border-salmon-opal-01:focus,
  .group:hover .group-hover\:border-salmon-opal-01,
  .group:focus-within .group-focus-within\:border-salmon-opal-01 {
    border-color: RGBA(249, 122, 153, 0.01);
  }
  .border-salmon-opal-2,
  .hover\:border-salmon-opal-2:hover,
  .focus\:border-salmon-opal-2:focus,
  .group:hover .group-hover\:border-salmon-opal-2,
  .group:focus-within .group-focus-within\:border-salmon-opal-2 {
    border-color: RGBA(249, 122, 153, 0.2);
  }
  .border-salmon-opal-02,
  .hover\:border-salmon-opal-02:hover,
  .focus\:border-salmon-opal-02:focus,
  .group:hover .group-hover\:border-salmon-opal-02,
  .group:focus-within .group-focus-within\:border-salmon-opal-02 {
    border-color: RGBA(249, 122, 153, 0.02);
  }
  .border-salmon-opal-3,
  .hover\:border-salmon-opal-3:hover,
  .focus\:border-salmon-opal-3:focus,
  .group:hover .group-hover\:border-salmon-opal-3,
  .group:focus-within .group-focus-within\:border-salmon-opal-3 {
    border-color: RGBA(249, 122, 153, 0.3);
  }
  .border-salmon-opal-03,
  .hover\:border-salmon-opal-03:hover,
  .focus\:border-salmon-opal-03:focus,
  .group:hover .group-hover\:border-salmon-opal-03,
  .group:focus-within .group-focus-within\:border-salmon-opal-03 {
    border-color: RGBA(249, 122, 153, 0.03);
  }
  .border-salmon-opal-4,
  .hover\:border-salmon-opal-4:hover,
  .focus\:border-salmon-opal-4:focus,
  .group:hover .group-hover\:border-salmon-opal-4,
  .group:focus-within .group-focus-within\:border-salmon-opal-4 {
    border-color: RGBA(249, 122, 153, 0.4);
  }
  .border-salmon-opal-04,
  .hover\:border-salmon-opal-04:hover,
  .focus\:border-salmon-opal-04:focus,
  .group:hover .group-hover\:border-salmon-opal-04,
  .group:focus-within .group-focus-within\:border-salmon-opal-04 {
    border-color: RGBA(249, 122, 153, 0.04);
  }
  .border-salmon-opal-5,
  .hover\:border-salmon-opal-5:hover,
  .focus\:border-salmon-opal-5:focus,
  .group:hover .group-hover\:border-salmon-opal-5,
  .group:focus-within .group-focus-within\:border-salmon-opal-5 {
    border-color: RGBA(249, 122, 153, 0.5);
  }
  .border-salmon-opal-05,
  .hover\:border-salmon-opal-05:hover,
  .focus\:border-salmon-opal-05:focus,
  .group:hover .group-hover\:border-salmon-opal-05,
  .group:focus-within .group-focus-within\:border-salmon-opal-05 {
    border-color: RGBA(249, 122, 153, 0.05);
  }
  .border-salmon-opal-6,
  .hover\:border-salmon-opal-6:hover,
  .focus\:border-salmon-opal-6:focus,
  .group:hover .group-hover\:border-salmon-opal-6,
  .group:focus-within .group-focus-within\:border-salmon-opal-6 {
    border-color: RGBA(249, 122, 153, 0.6);
  }
  .border-salmon-opal-06,
  .hover\:border-salmon-opal-06:hover,
  .focus\:border-salmon-opal-06:focus,
  .group:hover .group-hover\:border-salmon-opal-06,
  .group:focus-within .group-focus-within\:border-salmon-opal-06 {
    border-color: RGBA(249, 122, 153, 0.06);
  }
  .border-salmon-opal-7,
  .hover\:border-salmon-opal-7:hover,
  .focus\:border-salmon-opal-7:focus,
  .group:hover .group-hover\:border-salmon-opal-7,
  .group:focus-within .group-focus-within\:border-salmon-opal-7 {
    border-color: RGBA(249, 122, 153, 0.7);
  }
  .border-salmon-opal-07,
  .hover\:border-salmon-opal-07:hover,
  .focus\:border-salmon-opal-07:focus,
  .group:hover .group-hover\:border-salmon-opal-07,
  .group:focus-within .group-focus-within\:border-salmon-opal-07 {
    border-color: RGBA(249, 122, 153, 0.07);
  }
  .border-salmon-opal-8,
  .hover\:border-salmon-opal-8:hover,
  .focus\:border-salmon-opal-8:focus,
  .group:hover .group-hover\:border-salmon-opal-8,
  .group:focus-within .group-focus-within\:border-salmon-opal-8 {
    border-color: RGBA(249, 122, 153, 0.8);
  }
  .border-salmon-opal-08,
  .hover\:border-salmon-opal-08:hover,
  .focus\:border-salmon-opal-08:focus,
  .group:hover .group-hover\:border-salmon-opal-08,
  .group:focus-within .group-focus-within\:border-salmon-opal-08 {
    border-color: RGBA(249, 122, 153, 0.08);
  }
  .border-salmon-opal-9,
  .hover\:border-salmon-opal-9:hover,
  .focus\:border-salmon-opal-9:focus,
  .group:hover .group-hover\:border-salmon-opal-9,
  .group:focus-within .group-focus-within\:border-salmon-opal-9 {
    border-color: RGBA(249, 122, 153, 0.9);
  }
  .border-salmon-opal-09,
  .hover\:border-salmon-opal-09:hover,
  .focus\:border-salmon-opal-09:focus,
  .group:hover .group-hover\:border-salmon-opal-09,
  .group:focus-within .group-focus-within\:border-salmon-opal-09 {
    border-color: RGBA(249, 122, 153, 0.09);
  }
  .border-salmon-opal-10,
  .hover\:border-salmon-opal-10:hover,
  .focus\:border-salmon-opal-10:focus,
  .group:hover .group-hover\:border-salmon-opal-10,
  .group:focus-within .group-focus-within\:border-salmon-opal-10 {
    border-color: RGBA(249, 122, 153, 1);
  }
  .border-hot-pink,
  .hover\:border-hot-pink:hover,
  .focus\:border-hot-pink:focus,
  .group:hover .group-hover\:border-hot-pink,
  .group:focus-within .group-focus-within\:border-hot-pink {
    border-color: #e555ac;
  }
  .border-hot-pink-opal-0,
  .hover\:border-hot-pink-opal-0:hover,
  .focus\:border-hot-pink-opal-0:focus,
  .group:hover .group-hover\:border-hot-pink-opal-0,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-0 {
    border-color: RGBA(229, 85, 172, 0);
  }
  .border-hot-pink-opal-00,
  .hover\:border-hot-pink-opal-00:hover,
  .focus\:border-hot-pink-opal-00:focus,
  .group:hover .group-hover\:border-hot-pink-opal-00,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-00 {
    border-color: RGBA(229, 85, 172, 0);
  }
  .border-hot-pink-opal-1,
  .hover\:border-hot-pink-opal-1:hover,
  .focus\:border-hot-pink-opal-1:focus,
  .group:hover .group-hover\:border-hot-pink-opal-1,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-1 {
    border-color: RGBA(229, 85, 172, 0.1);
  }
  .border-hot-pink-opal-01,
  .hover\:border-hot-pink-opal-01:hover,
  .focus\:border-hot-pink-opal-01:focus,
  .group:hover .group-hover\:border-hot-pink-opal-01,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-01 {
    border-color: RGBA(229, 85, 172, 0.01);
  }
  .border-hot-pink-opal-2,
  .hover\:border-hot-pink-opal-2:hover,
  .focus\:border-hot-pink-opal-2:focus,
  .group:hover .group-hover\:border-hot-pink-opal-2,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-2 {
    border-color: RGBA(229, 85, 172, 0.2);
  }
  .border-hot-pink-opal-02,
  .hover\:border-hot-pink-opal-02:hover,
  .focus\:border-hot-pink-opal-02:focus,
  .group:hover .group-hover\:border-hot-pink-opal-02,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-02 {
    border-color: RGBA(229, 85, 172, 0.02);
  }
  .border-hot-pink-opal-3,
  .hover\:border-hot-pink-opal-3:hover,
  .focus\:border-hot-pink-opal-3:focus,
  .group:hover .group-hover\:border-hot-pink-opal-3,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-3 {
    border-color: RGBA(229, 85, 172, 0.3);
  }
  .border-hot-pink-opal-03,
  .hover\:border-hot-pink-opal-03:hover,
  .focus\:border-hot-pink-opal-03:focus,
  .group:hover .group-hover\:border-hot-pink-opal-03,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-03 {
    border-color: RGBA(229, 85, 172, 0.03);
  }
  .border-hot-pink-opal-4,
  .hover\:border-hot-pink-opal-4:hover,
  .focus\:border-hot-pink-opal-4:focus,
  .group:hover .group-hover\:border-hot-pink-opal-4,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-4 {
    border-color: RGBA(229, 85, 172, 0.4);
  }
  .border-hot-pink-opal-04,
  .hover\:border-hot-pink-opal-04:hover,
  .focus\:border-hot-pink-opal-04:focus,
  .group:hover .group-hover\:border-hot-pink-opal-04,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-04 {
    border-color: RGBA(229, 85, 172, 0.04);
  }
  .border-hot-pink-opal-5,
  .hover\:border-hot-pink-opal-5:hover,
  .focus\:border-hot-pink-opal-5:focus,
  .group:hover .group-hover\:border-hot-pink-opal-5,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-5 {
    border-color: RGBA(229, 85, 172, 0.5);
  }
  .border-hot-pink-opal-05,
  .hover\:border-hot-pink-opal-05:hover,
  .focus\:border-hot-pink-opal-05:focus,
  .group:hover .group-hover\:border-hot-pink-opal-05,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-05 {
    border-color: RGBA(229, 85, 172, 0.05);
  }
  .border-hot-pink-opal-6,
  .hover\:border-hot-pink-opal-6:hover,
  .focus\:border-hot-pink-opal-6:focus,
  .group:hover .group-hover\:border-hot-pink-opal-6,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-6 {
    border-color: RGBA(229, 85, 172, 0.6);
  }
  .border-hot-pink-opal-06,
  .hover\:border-hot-pink-opal-06:hover,
  .focus\:border-hot-pink-opal-06:focus,
  .group:hover .group-hover\:border-hot-pink-opal-06,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-06 {
    border-color: RGBA(229, 85, 172, 0.06);
  }
  .border-hot-pink-opal-7,
  .hover\:border-hot-pink-opal-7:hover,
  .focus\:border-hot-pink-opal-7:focus,
  .group:hover .group-hover\:border-hot-pink-opal-7,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-7 {
    border-color: RGBA(229, 85, 172, 0.7);
  }
  .border-hot-pink-opal-07,
  .hover\:border-hot-pink-opal-07:hover,
  .focus\:border-hot-pink-opal-07:focus,
  .group:hover .group-hover\:border-hot-pink-opal-07,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-07 {
    border-color: RGBA(229, 85, 172, 0.07);
  }
  .border-hot-pink-opal-8,
  .hover\:border-hot-pink-opal-8:hover,
  .focus\:border-hot-pink-opal-8:focus,
  .group:hover .group-hover\:border-hot-pink-opal-8,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-8 {
    border-color: RGBA(229, 85, 172, 0.8);
  }
  .border-hot-pink-opal-08,
  .hover\:border-hot-pink-opal-08:hover,
  .focus\:border-hot-pink-opal-08:focus,
  .group:hover .group-hover\:border-hot-pink-opal-08,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-08 {
    border-color: RGBA(229, 85, 172, 0.08);
  }
  .border-hot-pink-opal-9,
  .hover\:border-hot-pink-opal-9:hover,
  .focus\:border-hot-pink-opal-9:focus,
  .group:hover .group-hover\:border-hot-pink-opal-9,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-9 {
    border-color: RGBA(229, 85, 172, 0.9);
  }
  .border-hot-pink-opal-09,
  .hover\:border-hot-pink-opal-09:hover,
  .focus\:border-hot-pink-opal-09:focus,
  .group:hover .group-hover\:border-hot-pink-opal-09,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-09 {
    border-color: RGBA(229, 85, 172, 0.09);
  }
  .border-hot-pink-opal-10,
  .hover\:border-hot-pink-opal-10:hover,
  .focus\:border-hot-pink-opal-10:focus,
  .group:hover .group-hover\:border-hot-pink-opal-10,
  .group:focus-within .group-focus-within\:border-hot-pink-opal-10 {
    border-color: RGBA(229, 85, 172, 1);
  }
  .border-bubblegum,
  .hover\:border-bubblegum:hover,
  .focus\:border-bubblegum:focus,
  .group:hover .group-hover\:border-bubblegum,
  .group:focus-within .group-focus-within\:border-bubblegum {
    border-color: #ff78e1;
  }
  .border-bubblegum-opal-0,
  .hover\:border-bubblegum-opal-0:hover,
  .focus\:border-bubblegum-opal-0:focus,
  .group:hover .group-hover\:border-bubblegum-opal-0,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-0 {
    border-color: RGBA(255, 120, 225, 0);
  }
  .border-bubblegum-opal-00,
  .hover\:border-bubblegum-opal-00:hover,
  .focus\:border-bubblegum-opal-00:focus,
  .group:hover .group-hover\:border-bubblegum-opal-00,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-00 {
    border-color: RGBA(255, 120, 225, 0);
  }
  .border-bubblegum-opal-1,
  .hover\:border-bubblegum-opal-1:hover,
  .focus\:border-bubblegum-opal-1:focus,
  .group:hover .group-hover\:border-bubblegum-opal-1,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-1 {
    border-color: RGBA(255, 120, 225, 0.1);
  }
  .border-bubblegum-opal-01,
  .hover\:border-bubblegum-opal-01:hover,
  .focus\:border-bubblegum-opal-01:focus,
  .group:hover .group-hover\:border-bubblegum-opal-01,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-01 {
    border-color: RGBA(255, 120, 225, 0.01);
  }
  .border-bubblegum-opal-2,
  .hover\:border-bubblegum-opal-2:hover,
  .focus\:border-bubblegum-opal-2:focus,
  .group:hover .group-hover\:border-bubblegum-opal-2,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-2 {
    border-color: RGBA(255, 120, 225, 0.2);
  }
  .border-bubblegum-opal-02,
  .hover\:border-bubblegum-opal-02:hover,
  .focus\:border-bubblegum-opal-02:focus,
  .group:hover .group-hover\:border-bubblegum-opal-02,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-02 {
    border-color: RGBA(255, 120, 225, 0.02);
  }
  .border-bubblegum-opal-3,
  .hover\:border-bubblegum-opal-3:hover,
  .focus\:border-bubblegum-opal-3:focus,
  .group:hover .group-hover\:border-bubblegum-opal-3,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-3 {
    border-color: RGBA(255, 120, 225, 0.3);
  }
  .border-bubblegum-opal-03,
  .hover\:border-bubblegum-opal-03:hover,
  .focus\:border-bubblegum-opal-03:focus,
  .group:hover .group-hover\:border-bubblegum-opal-03,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-03 {
    border-color: RGBA(255, 120, 225, 0.03);
  }
  .border-bubblegum-opal-4,
  .hover\:border-bubblegum-opal-4:hover,
  .focus\:border-bubblegum-opal-4:focus,
  .group:hover .group-hover\:border-bubblegum-opal-4,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-4 {
    border-color: RGBA(255, 120, 225, 0.4);
  }
  .border-bubblegum-opal-04,
  .hover\:border-bubblegum-opal-04:hover,
  .focus\:border-bubblegum-opal-04:focus,
  .group:hover .group-hover\:border-bubblegum-opal-04,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-04 {
    border-color: RGBA(255, 120, 225, 0.04);
  }
  .border-bubblegum-opal-5,
  .hover\:border-bubblegum-opal-5:hover,
  .focus\:border-bubblegum-opal-5:focus,
  .group:hover .group-hover\:border-bubblegum-opal-5,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-5 {
    border-color: RGBA(255, 120, 225, 0.5);
  }
  .border-bubblegum-opal-05,
  .hover\:border-bubblegum-opal-05:hover,
  .focus\:border-bubblegum-opal-05:focus,
  .group:hover .group-hover\:border-bubblegum-opal-05,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-05 {
    border-color: RGBA(255, 120, 225, 0.05);
  }
  .border-bubblegum-opal-6,
  .hover\:border-bubblegum-opal-6:hover,
  .focus\:border-bubblegum-opal-6:focus,
  .group:hover .group-hover\:border-bubblegum-opal-6,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-6 {
    border-color: RGBA(255, 120, 225, 0.6);
  }
  .border-bubblegum-opal-06,
  .hover\:border-bubblegum-opal-06:hover,
  .focus\:border-bubblegum-opal-06:focus,
  .group:hover .group-hover\:border-bubblegum-opal-06,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-06 {
    border-color: RGBA(255, 120, 225, 0.06);
  }
  .border-bubblegum-opal-7,
  .hover\:border-bubblegum-opal-7:hover,
  .focus\:border-bubblegum-opal-7:focus,
  .group:hover .group-hover\:border-bubblegum-opal-7,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-7 {
    border-color: RGBA(255, 120, 225, 0.7);
  }
  .border-bubblegum-opal-07,
  .hover\:border-bubblegum-opal-07:hover,
  .focus\:border-bubblegum-opal-07:focus,
  .group:hover .group-hover\:border-bubblegum-opal-07,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-07 {
    border-color: RGBA(255, 120, 225, 0.07);
  }
  .border-bubblegum-opal-8,
  .hover\:border-bubblegum-opal-8:hover,
  .focus\:border-bubblegum-opal-8:focus,
  .group:hover .group-hover\:border-bubblegum-opal-8,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-8 {
    border-color: RGBA(255, 120, 225, 0.8);
  }
  .border-bubblegum-opal-08,
  .hover\:border-bubblegum-opal-08:hover,
  .focus\:border-bubblegum-opal-08:focus,
  .group:hover .group-hover\:border-bubblegum-opal-08,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-08 {
    border-color: RGBA(255, 120, 225, 0.08);
  }
  .border-bubblegum-opal-9,
  .hover\:border-bubblegum-opal-9:hover,
  .focus\:border-bubblegum-opal-9:focus,
  .group:hover .group-hover\:border-bubblegum-opal-9,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-9 {
    border-color: RGBA(255, 120, 225, 0.9);
  }
  .border-bubblegum-opal-09,
  .hover\:border-bubblegum-opal-09:hover,
  .focus\:border-bubblegum-opal-09:focus,
  .group:hover .group-hover\:border-bubblegum-opal-09,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-09 {
    border-color: RGBA(255, 120, 225, 0.09);
  }
  .border-bubblegum-opal-10,
  .hover\:border-bubblegum-opal-10:hover,
  .focus\:border-bubblegum-opal-10:focus,
  .group:hover .group-hover\:border-bubblegum-opal-10,
  .group:focus-within .group-focus-within\:border-bubblegum-opal-10 {
    border-color: RGBA(255, 120, 225, 1);
  }
  .border-autumn,
  .hover\:border-autumn:hover,
  .focus\:border-autumn:focus,
  .group:hover .group-hover\:border-autumn,
  .group:focus-within .group-focus-within\:border-autumn {
    border-color: #c04c0a;
  }
  .border-autumn-opal-0,
  .hover\:border-autumn-opal-0:hover,
  .focus\:border-autumn-opal-0:focus,
  .group:hover .group-hover\:border-autumn-opal-0,
  .group:focus-within .group-focus-within\:border-autumn-opal-0 {
    border-color: RGBA(192, 76, 10, 0);
  }
  .border-autumn-opal-00,
  .hover\:border-autumn-opal-00:hover,
  .focus\:border-autumn-opal-00:focus,
  .group:hover .group-hover\:border-autumn-opal-00,
  .group:focus-within .group-focus-within\:border-autumn-opal-00 {
    border-color: RGBA(192, 76, 10, 0);
  }
  .border-autumn-opal-1,
  .hover\:border-autumn-opal-1:hover,
  .focus\:border-autumn-opal-1:focus,
  .group:hover .group-hover\:border-autumn-opal-1,
  .group:focus-within .group-focus-within\:border-autumn-opal-1 {
    border-color: RGBA(192, 76, 10, 0.1);
  }
  .border-autumn-opal-01,
  .hover\:border-autumn-opal-01:hover,
  .focus\:border-autumn-opal-01:focus,
  .group:hover .group-hover\:border-autumn-opal-01,
  .group:focus-within .group-focus-within\:border-autumn-opal-01 {
    border-color: RGBA(192, 76, 10, 0.01);
  }
  .border-autumn-opal-2,
  .hover\:border-autumn-opal-2:hover,
  .focus\:border-autumn-opal-2:focus,
  .group:hover .group-hover\:border-autumn-opal-2,
  .group:focus-within .group-focus-within\:border-autumn-opal-2 {
    border-color: RGBA(192, 76, 10, 0.2);
  }
  .border-autumn-opal-02,
  .hover\:border-autumn-opal-02:hover,
  .focus\:border-autumn-opal-02:focus,
  .group:hover .group-hover\:border-autumn-opal-02,
  .group:focus-within .group-focus-within\:border-autumn-opal-02 {
    border-color: RGBA(192, 76, 10, 0.02);
  }
  .border-autumn-opal-3,
  .hover\:border-autumn-opal-3:hover,
  .focus\:border-autumn-opal-3:focus,
  .group:hover .group-hover\:border-autumn-opal-3,
  .group:focus-within .group-focus-within\:border-autumn-opal-3 {
    border-color: RGBA(192, 76, 10, 0.3);
  }
  .border-autumn-opal-03,
  .hover\:border-autumn-opal-03:hover,
  .focus\:border-autumn-opal-03:focus,
  .group:hover .group-hover\:border-autumn-opal-03,
  .group:focus-within .group-focus-within\:border-autumn-opal-03 {
    border-color: RGBA(192, 76, 10, 0.03);
  }
  .border-autumn-opal-4,
  .hover\:border-autumn-opal-4:hover,
  .focus\:border-autumn-opal-4:focus,
  .group:hover .group-hover\:border-autumn-opal-4,
  .group:focus-within .group-focus-within\:border-autumn-opal-4 {
    border-color: RGBA(192, 76, 10, 0.4);
  }
  .border-autumn-opal-04,
  .hover\:border-autumn-opal-04:hover,
  .focus\:border-autumn-opal-04:focus,
  .group:hover .group-hover\:border-autumn-opal-04,
  .group:focus-within .group-focus-within\:border-autumn-opal-04 {
    border-color: RGBA(192, 76, 10, 0.04);
  }
  .border-autumn-opal-5,
  .hover\:border-autumn-opal-5:hover,
  .focus\:border-autumn-opal-5:focus,
  .group:hover .group-hover\:border-autumn-opal-5,
  .group:focus-within .group-focus-within\:border-autumn-opal-5 {
    border-color: RGBA(192, 76, 10, 0.5);
  }
  .border-autumn-opal-05,
  .hover\:border-autumn-opal-05:hover,
  .focus\:border-autumn-opal-05:focus,
  .group:hover .group-hover\:border-autumn-opal-05,
  .group:focus-within .group-focus-within\:border-autumn-opal-05 {
    border-color: RGBA(192, 76, 10, 0.05);
  }
  .border-autumn-opal-6,
  .hover\:border-autumn-opal-6:hover,
  .focus\:border-autumn-opal-6:focus,
  .group:hover .group-hover\:border-autumn-opal-6,
  .group:focus-within .group-focus-within\:border-autumn-opal-6 {
    border-color: RGBA(192, 76, 10, 0.6);
  }
  .border-autumn-opal-06,
  .hover\:border-autumn-opal-06:hover,
  .focus\:border-autumn-opal-06:focus,
  .group:hover .group-hover\:border-autumn-opal-06,
  .group:focus-within .group-focus-within\:border-autumn-opal-06 {
    border-color: RGBA(192, 76, 10, 0.06);
  }
  .border-autumn-opal-7,
  .hover\:border-autumn-opal-7:hover,
  .focus\:border-autumn-opal-7:focus,
  .group:hover .group-hover\:border-autumn-opal-7,
  .group:focus-within .group-focus-within\:border-autumn-opal-7 {
    border-color: RGBA(192, 76, 10, 0.7);
  }
  .border-autumn-opal-07,
  .hover\:border-autumn-opal-07:hover,
  .focus\:border-autumn-opal-07:focus,
  .group:hover .group-hover\:border-autumn-opal-07,
  .group:focus-within .group-focus-within\:border-autumn-opal-07 {
    border-color: RGBA(192, 76, 10, 0.07);
  }
  .border-autumn-opal-8,
  .hover\:border-autumn-opal-8:hover,
  .focus\:border-autumn-opal-8:focus,
  .group:hover .group-hover\:border-autumn-opal-8,
  .group:focus-within .group-focus-within\:border-autumn-opal-8 {
    border-color: RGBA(192, 76, 10, 0.8);
  }
  .border-autumn-opal-08,
  .hover\:border-autumn-opal-08:hover,
  .focus\:border-autumn-opal-08:focus,
  .group:hover .group-hover\:border-autumn-opal-08,
  .group:focus-within .group-focus-within\:border-autumn-opal-08 {
    border-color: RGBA(192, 76, 10, 0.08);
  }
  .border-autumn-opal-9,
  .hover\:border-autumn-opal-9:hover,
  .focus\:border-autumn-opal-9:focus,
  .group:hover .group-hover\:border-autumn-opal-9,
  .group:focus-within .group-focus-within\:border-autumn-opal-9 {
    border-color: RGBA(192, 76, 10, 0.9);
  }
  .border-autumn-opal-09,
  .hover\:border-autumn-opal-09:hover,
  .focus\:border-autumn-opal-09:focus,
  .group:hover .group-hover\:border-autumn-opal-09,
  .group:focus-within .group-focus-within\:border-autumn-opal-09 {
    border-color: RGBA(192, 76, 10, 0.09);
  }
  .border-autumn-opal-10,
  .hover\:border-autumn-opal-10:hover,
  .focus\:border-autumn-opal-10:focus,
  .group:hover .group-hover\:border-autumn-opal-10,
  .group:focus-within .group-focus-within\:border-autumn-opal-10 {
    border-color: RGBA(192, 76, 10, 1);
  }
  .border-tiger,
  .hover\:border-tiger:hover,
  .focus\:border-tiger:focus,
  .group:hover .group-hover\:border-tiger,
  .group:focus-within .group-focus-within\:border-tiger {
    border-color: #f99048;
  }
  .border-tiger-opal-0,
  .hover\:border-tiger-opal-0:hover,
  .focus\:border-tiger-opal-0:focus,
  .group:hover .group-hover\:border-tiger-opal-0,
  .group:focus-within .group-focus-within\:border-tiger-opal-0 {
    border-color: RGBA(249, 144, 72, 0);
  }
  .border-tiger-opal-00,
  .hover\:border-tiger-opal-00:hover,
  .focus\:border-tiger-opal-00:focus,
  .group:hover .group-hover\:border-tiger-opal-00,
  .group:focus-within .group-focus-within\:border-tiger-opal-00 {
    border-color: RGBA(249, 144, 72, 0);
  }
  .border-tiger-opal-1,
  .hover\:border-tiger-opal-1:hover,
  .focus\:border-tiger-opal-1:focus,
  .group:hover .group-hover\:border-tiger-opal-1,
  .group:focus-within .group-focus-within\:border-tiger-opal-1 {
    border-color: RGBA(249, 144, 72, 0.1);
  }
  .border-tiger-opal-01,
  .hover\:border-tiger-opal-01:hover,
  .focus\:border-tiger-opal-01:focus,
  .group:hover .group-hover\:border-tiger-opal-01,
  .group:focus-within .group-focus-within\:border-tiger-opal-01 {
    border-color: RGBA(249, 144, 72, 0.01);
  }
  .border-tiger-opal-2,
  .hover\:border-tiger-opal-2:hover,
  .focus\:border-tiger-opal-2:focus,
  .group:hover .group-hover\:border-tiger-opal-2,
  .group:focus-within .group-focus-within\:border-tiger-opal-2 {
    border-color: RGBA(249, 144, 72, 0.2);
  }
  .border-tiger-opal-02,
  .hover\:border-tiger-opal-02:hover,
  .focus\:border-tiger-opal-02:focus,
  .group:hover .group-hover\:border-tiger-opal-02,
  .group:focus-within .group-focus-within\:border-tiger-opal-02 {
    border-color: RGBA(249, 144, 72, 0.02);
  }
  .border-tiger-opal-3,
  .hover\:border-tiger-opal-3:hover,
  .focus\:border-tiger-opal-3:focus,
  .group:hover .group-hover\:border-tiger-opal-3,
  .group:focus-within .group-focus-within\:border-tiger-opal-3 {
    border-color: RGBA(249, 144, 72, 0.3);
  }
  .border-tiger-opal-03,
  .hover\:border-tiger-opal-03:hover,
  .focus\:border-tiger-opal-03:focus,
  .group:hover .group-hover\:border-tiger-opal-03,
  .group:focus-within .group-focus-within\:border-tiger-opal-03 {
    border-color: RGBA(249, 144, 72, 0.03);
  }
  .border-tiger-opal-4,
  .hover\:border-tiger-opal-4:hover,
  .focus\:border-tiger-opal-4:focus,
  .group:hover .group-hover\:border-tiger-opal-4,
  .group:focus-within .group-focus-within\:border-tiger-opal-4 {
    border-color: RGBA(249, 144, 72, 0.4);
  }
  .border-tiger-opal-04,
  .hover\:border-tiger-opal-04:hover,
  .focus\:border-tiger-opal-04:focus,
  .group:hover .group-hover\:border-tiger-opal-04,
  .group:focus-within .group-focus-within\:border-tiger-opal-04 {
    border-color: RGBA(249, 144, 72, 0.04);
  }
  .border-tiger-opal-5,
  .hover\:border-tiger-opal-5:hover,
  .focus\:border-tiger-opal-5:focus,
  .group:hover .group-hover\:border-tiger-opal-5,
  .group:focus-within .group-focus-within\:border-tiger-opal-5 {
    border-color: RGBA(249, 144, 72, 0.5);
  }
  .border-tiger-opal-05,
  .hover\:border-tiger-opal-05:hover,
  .focus\:border-tiger-opal-05:focus,
  .group:hover .group-hover\:border-tiger-opal-05,
  .group:focus-within .group-focus-within\:border-tiger-opal-05 {
    border-color: RGBA(249, 144, 72, 0.05);
  }
  .border-tiger-opal-6,
  .hover\:border-tiger-opal-6:hover,
  .focus\:border-tiger-opal-6:focus,
  .group:hover .group-hover\:border-tiger-opal-6,
  .group:focus-within .group-focus-within\:border-tiger-opal-6 {
    border-color: RGBA(249, 144, 72, 0.6);
  }
  .border-tiger-opal-06,
  .hover\:border-tiger-opal-06:hover,
  .focus\:border-tiger-opal-06:focus,
  .group:hover .group-hover\:border-tiger-opal-06,
  .group:focus-within .group-focus-within\:border-tiger-opal-06 {
    border-color: RGBA(249, 144, 72, 0.06);
  }
  .border-tiger-opal-7,
  .hover\:border-tiger-opal-7:hover,
  .focus\:border-tiger-opal-7:focus,
  .group:hover .group-hover\:border-tiger-opal-7,
  .group:focus-within .group-focus-within\:border-tiger-opal-7 {
    border-color: RGBA(249, 144, 72, 0.7);
  }
  .border-tiger-opal-07,
  .hover\:border-tiger-opal-07:hover,
  .focus\:border-tiger-opal-07:focus,
  .group:hover .group-hover\:border-tiger-opal-07,
  .group:focus-within .group-focus-within\:border-tiger-opal-07 {
    border-color: RGBA(249, 144, 72, 0.07);
  }
  .border-tiger-opal-8,
  .hover\:border-tiger-opal-8:hover,
  .focus\:border-tiger-opal-8:focus,
  .group:hover .group-hover\:border-tiger-opal-8,
  .group:focus-within .group-focus-within\:border-tiger-opal-8 {
    border-color: RGBA(249, 144, 72, 0.8);
  }
  .border-tiger-opal-08,
  .hover\:border-tiger-opal-08:hover,
  .focus\:border-tiger-opal-08:focus,
  .group:hover .group-hover\:border-tiger-opal-08,
  .group:focus-within .group-focus-within\:border-tiger-opal-08 {
    border-color: RGBA(249, 144, 72, 0.08);
  }
  .border-tiger-opal-9,
  .hover\:border-tiger-opal-9:hover,
  .focus\:border-tiger-opal-9:focus,
  .group:hover .group-hover\:border-tiger-opal-9,
  .group:focus-within .group-focus-within\:border-tiger-opal-9 {
    border-color: RGBA(249, 144, 72, 0.9);
  }
  .border-tiger-opal-09,
  .hover\:border-tiger-opal-09:hover,
  .focus\:border-tiger-opal-09:focus,
  .group:hover .group-hover\:border-tiger-opal-09,
  .group:focus-within .group-focus-within\:border-tiger-opal-09 {
    border-color: RGBA(249, 144, 72, 0.09);
  }
  .border-tiger-opal-10,
  .hover\:border-tiger-opal-10:hover,
  .focus\:border-tiger-opal-10:focus,
  .group:hover .group-hover\:border-tiger-opal-10,
  .group:focus-within .group-focus-within\:border-tiger-opal-10 {
    border-color: RGBA(249, 144, 72, 1);
  }
  .border-summer,
  .hover\:border-summer:hover,
  .focus\:border-summer:focus,
  .group:hover .group-hover\:border-summer,
  .group:focus-within .group-focus-within\:border-summer {
    border-color: #f9c748;
  }
  .border-summer-opal-0,
  .hover\:border-summer-opal-0:hover,
  .focus\:border-summer-opal-0:focus,
  .group:hover .group-hover\:border-summer-opal-0,
  .group:focus-within .group-focus-within\:border-summer-opal-0 {
    border-color: RGBA(249, 199, 72, 0);
  }
  .border-summer-opal-00,
  .hover\:border-summer-opal-00:hover,
  .focus\:border-summer-opal-00:focus,
  .group:hover .group-hover\:border-summer-opal-00,
  .group:focus-within .group-focus-within\:border-summer-opal-00 {
    border-color: RGBA(249, 199, 72, 0);
  }
  .border-summer-opal-1,
  .hover\:border-summer-opal-1:hover,
  .focus\:border-summer-opal-1:focus,
  .group:hover .group-hover\:border-summer-opal-1,
  .group:focus-within .group-focus-within\:border-summer-opal-1 {
    border-color: RGBA(249, 199, 72, 0.1);
  }
  .border-summer-opal-01,
  .hover\:border-summer-opal-01:hover,
  .focus\:border-summer-opal-01:focus,
  .group:hover .group-hover\:border-summer-opal-01,
  .group:focus-within .group-focus-within\:border-summer-opal-01 {
    border-color: RGBA(249, 199, 72, 0.01);
  }
  .border-summer-opal-2,
  .hover\:border-summer-opal-2:hover,
  .focus\:border-summer-opal-2:focus,
  .group:hover .group-hover\:border-summer-opal-2,
  .group:focus-within .group-focus-within\:border-summer-opal-2 {
    border-color: RGBA(249, 199, 72, 0.2);
  }
  .border-summer-opal-02,
  .hover\:border-summer-opal-02:hover,
  .focus\:border-summer-opal-02:focus,
  .group:hover .group-hover\:border-summer-opal-02,
  .group:focus-within .group-focus-within\:border-summer-opal-02 {
    border-color: RGBA(249, 199, 72, 0.02);
  }
  .border-summer-opal-3,
  .hover\:border-summer-opal-3:hover,
  .focus\:border-summer-opal-3:focus,
  .group:hover .group-hover\:border-summer-opal-3,
  .group:focus-within .group-focus-within\:border-summer-opal-3 {
    border-color: RGBA(249, 199, 72, 0.3);
  }
  .border-summer-opal-03,
  .hover\:border-summer-opal-03:hover,
  .focus\:border-summer-opal-03:focus,
  .group:hover .group-hover\:border-summer-opal-03,
  .group:focus-within .group-focus-within\:border-summer-opal-03 {
    border-color: RGBA(249, 199, 72, 0.03);
  }
  .border-summer-opal-4,
  .hover\:border-summer-opal-4:hover,
  .focus\:border-summer-opal-4:focus,
  .group:hover .group-hover\:border-summer-opal-4,
  .group:focus-within .group-focus-within\:border-summer-opal-4 {
    border-color: RGBA(249, 199, 72, 0.4);
  }
  .border-summer-opal-04,
  .hover\:border-summer-opal-04:hover,
  .focus\:border-summer-opal-04:focus,
  .group:hover .group-hover\:border-summer-opal-04,
  .group:focus-within .group-focus-within\:border-summer-opal-04 {
    border-color: RGBA(249, 199, 72, 0.04);
  }
  .border-summer-opal-5,
  .hover\:border-summer-opal-5:hover,
  .focus\:border-summer-opal-5:focus,
  .group:hover .group-hover\:border-summer-opal-5,
  .group:focus-within .group-focus-within\:border-summer-opal-5 {
    border-color: RGBA(249, 199, 72, 0.5);
  }
  .border-summer-opal-05,
  .hover\:border-summer-opal-05:hover,
  .focus\:border-summer-opal-05:focus,
  .group:hover .group-hover\:border-summer-opal-05,
  .group:focus-within .group-focus-within\:border-summer-opal-05 {
    border-color: RGBA(249, 199, 72, 0.05);
  }
  .border-summer-opal-6,
  .hover\:border-summer-opal-6:hover,
  .focus\:border-summer-opal-6:focus,
  .group:hover .group-hover\:border-summer-opal-6,
  .group:focus-within .group-focus-within\:border-summer-opal-6 {
    border-color: RGBA(249, 199, 72, 0.6);
  }
  .border-summer-opal-06,
  .hover\:border-summer-opal-06:hover,
  .focus\:border-summer-opal-06:focus,
  .group:hover .group-hover\:border-summer-opal-06,
  .group:focus-within .group-focus-within\:border-summer-opal-06 {
    border-color: RGBA(249, 199, 72, 0.06);
  }
  .border-summer-opal-7,
  .hover\:border-summer-opal-7:hover,
  .focus\:border-summer-opal-7:focus,
  .group:hover .group-hover\:border-summer-opal-7,
  .group:focus-within .group-focus-within\:border-summer-opal-7 {
    border-color: RGBA(249, 199, 72, 0.7);
  }
  .border-summer-opal-07,
  .hover\:border-summer-opal-07:hover,
  .focus\:border-summer-opal-07:focus,
  .group:hover .group-hover\:border-summer-opal-07,
  .group:focus-within .group-focus-within\:border-summer-opal-07 {
    border-color: RGBA(249, 199, 72, 0.07);
  }
  .border-summer-opal-8,
  .hover\:border-summer-opal-8:hover,
  .focus\:border-summer-opal-8:focus,
  .group:hover .group-hover\:border-summer-opal-8,
  .group:focus-within .group-focus-within\:border-summer-opal-8 {
    border-color: RGBA(249, 199, 72, 0.8);
  }
  .border-summer-opal-08,
  .hover\:border-summer-opal-08:hover,
  .focus\:border-summer-opal-08:focus,
  .group:hover .group-hover\:border-summer-opal-08,
  .group:focus-within .group-focus-within\:border-summer-opal-08 {
    border-color: RGBA(249, 199, 72, 0.08);
  }
  .border-summer-opal-9,
  .hover\:border-summer-opal-9:hover,
  .focus\:border-summer-opal-9:focus,
  .group:hover .group-hover\:border-summer-opal-9,
  .group:focus-within .group-focus-within\:border-summer-opal-9 {
    border-color: RGBA(249, 199, 72, 0.9);
  }
  .border-summer-opal-09,
  .hover\:border-summer-opal-09:hover,
  .focus\:border-summer-opal-09:focus,
  .group:hover .group-hover\:border-summer-opal-09,
  .group:focus-within .group-focus-within\:border-summer-opal-09 {
    border-color: RGBA(249, 199, 72, 0.09);
  }
  .border-summer-opal-10,
  .hover\:border-summer-opal-10:hover,
  .focus\:border-summer-opal-10:focus,
  .group:hover .group-hover\:border-summer-opal-10,
  .group:focus-within .group-focus-within\:border-summer-opal-10 {
    border-color: RGBA(249, 199, 72, 1);
  }
  .border-daffodil,
  .hover\:border-daffodil:hover,
  .focus\:border-daffodil:focus,
  .group:hover .group-hover\:border-daffodil,
  .group:focus-within .group-focus-within\:border-daffodil {
    border-color: #ffe792;
  }
  .border-daffodil-opal-0,
  .hover\:border-daffodil-opal-0:hover,
  .focus\:border-daffodil-opal-0:focus,
  .group:hover .group-hover\:border-daffodil-opal-0,
  .group:focus-within .group-focus-within\:border-daffodil-opal-0 {
    border-color: RGBA(255, 231, 146, 0);
  }
  .border-daffodil-opal-00,
  .hover\:border-daffodil-opal-00:hover,
  .focus\:border-daffodil-opal-00:focus,
  .group:hover .group-hover\:border-daffodil-opal-00,
  .group:focus-within .group-focus-within\:border-daffodil-opal-00 {
    border-color: RGBA(255, 231, 146, 0);
  }
  .border-daffodil-opal-1,
  .hover\:border-daffodil-opal-1:hover,
  .focus\:border-daffodil-opal-1:focus,
  .group:hover .group-hover\:border-daffodil-opal-1,
  .group:focus-within .group-focus-within\:border-daffodil-opal-1 {
    border-color: RGBA(255, 231, 146, 0.1);
  }
  .border-daffodil-opal-01,
  .hover\:border-daffodil-opal-01:hover,
  .focus\:border-daffodil-opal-01:focus,
  .group:hover .group-hover\:border-daffodil-opal-01,
  .group:focus-within .group-focus-within\:border-daffodil-opal-01 {
    border-color: RGBA(255, 231, 146, 0.01);
  }
  .border-daffodil-opal-2,
  .hover\:border-daffodil-opal-2:hover,
  .focus\:border-daffodil-opal-2:focus,
  .group:hover .group-hover\:border-daffodil-opal-2,
  .group:focus-within .group-focus-within\:border-daffodil-opal-2 {
    border-color: RGBA(255, 231, 146, 0.2);
  }
  .border-daffodil-opal-02,
  .hover\:border-daffodil-opal-02:hover,
  .focus\:border-daffodil-opal-02:focus,
  .group:hover .group-hover\:border-daffodil-opal-02,
  .group:focus-within .group-focus-within\:border-daffodil-opal-02 {
    border-color: RGBA(255, 231, 146, 0.02);
  }
  .border-daffodil-opal-3,
  .hover\:border-daffodil-opal-3:hover,
  .focus\:border-daffodil-opal-3:focus,
  .group:hover .group-hover\:border-daffodil-opal-3,
  .group:focus-within .group-focus-within\:border-daffodil-opal-3 {
    border-color: RGBA(255, 231, 146, 0.3);
  }
  .border-daffodil-opal-03,
  .hover\:border-daffodil-opal-03:hover,
  .focus\:border-daffodil-opal-03:focus,
  .group:hover .group-hover\:border-daffodil-opal-03,
  .group:focus-within .group-focus-within\:border-daffodil-opal-03 {
    border-color: RGBA(255, 231, 146, 0.03);
  }
  .border-daffodil-opal-4,
  .hover\:border-daffodil-opal-4:hover,
  .focus\:border-daffodil-opal-4:focus,
  .group:hover .group-hover\:border-daffodil-opal-4,
  .group:focus-within .group-focus-within\:border-daffodil-opal-4 {
    border-color: RGBA(255, 231, 146, 0.4);
  }
  .border-daffodil-opal-04,
  .hover\:border-daffodil-opal-04:hover,
  .focus\:border-daffodil-opal-04:focus,
  .group:hover .group-hover\:border-daffodil-opal-04,
  .group:focus-within .group-focus-within\:border-daffodil-opal-04 {
    border-color: RGBA(255, 231, 146, 0.04);
  }
  .border-daffodil-opal-5,
  .hover\:border-daffodil-opal-5:hover,
  .focus\:border-daffodil-opal-5:focus,
  .group:hover .group-hover\:border-daffodil-opal-5,
  .group:focus-within .group-focus-within\:border-daffodil-opal-5 {
    border-color: RGBA(255, 231, 146, 0.5);
  }
  .border-daffodil-opal-05,
  .hover\:border-daffodil-opal-05:hover,
  .focus\:border-daffodil-opal-05:focus,
  .group:hover .group-hover\:border-daffodil-opal-05,
  .group:focus-within .group-focus-within\:border-daffodil-opal-05 {
    border-color: RGBA(255, 231, 146, 0.05);
  }
  .border-daffodil-opal-6,
  .hover\:border-daffodil-opal-6:hover,
  .focus\:border-daffodil-opal-6:focus,
  .group:hover .group-hover\:border-daffodil-opal-6,
  .group:focus-within .group-focus-within\:border-daffodil-opal-6 {
    border-color: RGBA(255, 231, 146, 0.6);
  }
  .border-daffodil-opal-06,
  .hover\:border-daffodil-opal-06:hover,
  .focus\:border-daffodil-opal-06:focus,
  .group:hover .group-hover\:border-daffodil-opal-06,
  .group:focus-within .group-focus-within\:border-daffodil-opal-06 {
    border-color: RGBA(255, 231, 146, 0.06);
  }
  .border-daffodil-opal-7,
  .hover\:border-daffodil-opal-7:hover,
  .focus\:border-daffodil-opal-7:focus,
  .group:hover .group-hover\:border-daffodil-opal-7,
  .group:focus-within .group-focus-within\:border-daffodil-opal-7 {
    border-color: RGBA(255, 231, 146, 0.7);
  }
  .border-daffodil-opal-07,
  .hover\:border-daffodil-opal-07:hover,
  .focus\:border-daffodil-opal-07:focus,
  .group:hover .group-hover\:border-daffodil-opal-07,
  .group:focus-within .group-focus-within\:border-daffodil-opal-07 {
    border-color: RGBA(255, 231, 146, 0.07);
  }
  .border-daffodil-opal-8,
  .hover\:border-daffodil-opal-8:hover,
  .focus\:border-daffodil-opal-8:focus,
  .group:hover .group-hover\:border-daffodil-opal-8,
  .group:focus-within .group-focus-within\:border-daffodil-opal-8 {
    border-color: RGBA(255, 231, 146, 0.8);
  }
  .border-daffodil-opal-08,
  .hover\:border-daffodil-opal-08:hover,
  .focus\:border-daffodil-opal-08:focus,
  .group:hover .group-hover\:border-daffodil-opal-08,
  .group:focus-within .group-focus-within\:border-daffodil-opal-08 {
    border-color: RGBA(255, 231, 146, 0.08);
  }
  .border-daffodil-opal-9,
  .hover\:border-daffodil-opal-9:hover,
  .focus\:border-daffodil-opal-9:focus,
  .group:hover .group-hover\:border-daffodil-opal-9,
  .group:focus-within .group-focus-within\:border-daffodil-opal-9 {
    border-color: RGBA(255, 231, 146, 0.9);
  }
  .border-daffodil-opal-09,
  .hover\:border-daffodil-opal-09:hover,
  .focus\:border-daffodil-opal-09:focus,
  .group:hover .group-hover\:border-daffodil-opal-09,
  .group:focus-within .group-focus-within\:border-daffodil-opal-09 {
    border-color: RGBA(255, 231, 146, 0.09);
  }
  .border-daffodil-opal-10,
  .hover\:border-daffodil-opal-10:hover,
  .focus\:border-daffodil-opal-10:focus,
  .group:hover .group-hover\:border-daffodil-opal-10,
  .group:focus-within .group-focus-within\:border-daffodil-opal-10 {
    border-color: RGBA(255, 231, 146, 1);
  }
  .border-turquoise,
  .hover\:border-turquoise:hover,
  .focus\:border-turquoise:focus,
  .group:hover .group-hover\:border-turquoise,
  .group:focus-within .group-focus-within\:border-turquoise {
    border-color: #097d98;
  }
  .border-turquoise-opal-0,
  .hover\:border-turquoise-opal-0:hover,
  .focus\:border-turquoise-opal-0:focus,
  .group:hover .group-hover\:border-turquoise-opal-0,
  .group:focus-within .group-focus-within\:border-turquoise-opal-0 {
    border-color: RGBA(9, 125, 152, 0);
  }
  .border-turquoise-opal-00,
  .hover\:border-turquoise-opal-00:hover,
  .focus\:border-turquoise-opal-00:focus,
  .group:hover .group-hover\:border-turquoise-opal-00,
  .group:focus-within .group-focus-within\:border-turquoise-opal-00 {
    border-color: RGBA(9, 125, 152, 0);
  }
  .border-turquoise-opal-1,
  .hover\:border-turquoise-opal-1:hover,
  .focus\:border-turquoise-opal-1:focus,
  .group:hover .group-hover\:border-turquoise-opal-1,
  .group:focus-within .group-focus-within\:border-turquoise-opal-1 {
    border-color: RGBA(9, 125, 152, 0.1);
  }
  .border-turquoise-opal-01,
  .hover\:border-turquoise-opal-01:hover,
  .focus\:border-turquoise-opal-01:focus,
  .group:hover .group-hover\:border-turquoise-opal-01,
  .group:focus-within .group-focus-within\:border-turquoise-opal-01 {
    border-color: RGBA(9, 125, 152, 0.01);
  }
  .border-turquoise-opal-2,
  .hover\:border-turquoise-opal-2:hover,
  .focus\:border-turquoise-opal-2:focus,
  .group:hover .group-hover\:border-turquoise-opal-2,
  .group:focus-within .group-focus-within\:border-turquoise-opal-2 {
    border-color: RGBA(9, 125, 152, 0.2);
  }
  .border-turquoise-opal-02,
  .hover\:border-turquoise-opal-02:hover,
  .focus\:border-turquoise-opal-02:focus,
  .group:hover .group-hover\:border-turquoise-opal-02,
  .group:focus-within .group-focus-within\:border-turquoise-opal-02 {
    border-color: RGBA(9, 125, 152, 0.02);
  }
  .border-turquoise-opal-3,
  .hover\:border-turquoise-opal-3:hover,
  .focus\:border-turquoise-opal-3:focus,
  .group:hover .group-hover\:border-turquoise-opal-3,
  .group:focus-within .group-focus-within\:border-turquoise-opal-3 {
    border-color: RGBA(9, 125, 152, 0.3);
  }
  .border-turquoise-opal-03,
  .hover\:border-turquoise-opal-03:hover,
  .focus\:border-turquoise-opal-03:focus,
  .group:hover .group-hover\:border-turquoise-opal-03,
  .group:focus-within .group-focus-within\:border-turquoise-opal-03 {
    border-color: RGBA(9, 125, 152, 0.03);
  }
  .border-turquoise-opal-4,
  .hover\:border-turquoise-opal-4:hover,
  .focus\:border-turquoise-opal-4:focus,
  .group:hover .group-hover\:border-turquoise-opal-4,
  .group:focus-within .group-focus-within\:border-turquoise-opal-4 {
    border-color: RGBA(9, 125, 152, 0.4);
  }
  .border-turquoise-opal-04,
  .hover\:border-turquoise-opal-04:hover,
  .focus\:border-turquoise-opal-04:focus,
  .group:hover .group-hover\:border-turquoise-opal-04,
  .group:focus-within .group-focus-within\:border-turquoise-opal-04 {
    border-color: RGBA(9, 125, 152, 0.04);
  }
  .border-turquoise-opal-5,
  .hover\:border-turquoise-opal-5:hover,
  .focus\:border-turquoise-opal-5:focus,
  .group:hover .group-hover\:border-turquoise-opal-5,
  .group:focus-within .group-focus-within\:border-turquoise-opal-5 {
    border-color: RGBA(9, 125, 152, 0.5);
  }
  .border-turquoise-opal-05,
  .hover\:border-turquoise-opal-05:hover,
  .focus\:border-turquoise-opal-05:focus,
  .group:hover .group-hover\:border-turquoise-opal-05,
  .group:focus-within .group-focus-within\:border-turquoise-opal-05 {
    border-color: RGBA(9, 125, 152, 0.05);
  }
  .border-turquoise-opal-6,
  .hover\:border-turquoise-opal-6:hover,
  .focus\:border-turquoise-opal-6:focus,
  .group:hover .group-hover\:border-turquoise-opal-6,
  .group:focus-within .group-focus-within\:border-turquoise-opal-6 {
    border-color: RGBA(9, 125, 152, 0.6);
  }
  .border-turquoise-opal-06,
  .hover\:border-turquoise-opal-06:hover,
  .focus\:border-turquoise-opal-06:focus,
  .group:hover .group-hover\:border-turquoise-opal-06,
  .group:focus-within .group-focus-within\:border-turquoise-opal-06 {
    border-color: RGBA(9, 125, 152, 0.06);
  }
  .border-turquoise-opal-7,
  .hover\:border-turquoise-opal-7:hover,
  .focus\:border-turquoise-opal-7:focus,
  .group:hover .group-hover\:border-turquoise-opal-7,
  .group:focus-within .group-focus-within\:border-turquoise-opal-7 {
    border-color: RGBA(9, 125, 152, 0.7);
  }
  .border-turquoise-opal-07,
  .hover\:border-turquoise-opal-07:hover,
  .focus\:border-turquoise-opal-07:focus,
  .group:hover .group-hover\:border-turquoise-opal-07,
  .group:focus-within .group-focus-within\:border-turquoise-opal-07 {
    border-color: RGBA(9, 125, 152, 0.07);
  }
  .border-turquoise-opal-8,
  .hover\:border-turquoise-opal-8:hover,
  .focus\:border-turquoise-opal-8:focus,
  .group:hover .group-hover\:border-turquoise-opal-8,
  .group:focus-within .group-focus-within\:border-turquoise-opal-8 {
    border-color: RGBA(9, 125, 152, 0.8);
  }
  .border-turquoise-opal-08,
  .hover\:border-turquoise-opal-08:hover,
  .focus\:border-turquoise-opal-08:focus,
  .group:hover .group-hover\:border-turquoise-opal-08,
  .group:focus-within .group-focus-within\:border-turquoise-opal-08 {
    border-color: RGBA(9, 125, 152, 0.08);
  }
  .border-turquoise-opal-9,
  .hover\:border-turquoise-opal-9:hover,
  .focus\:border-turquoise-opal-9:focus,
  .group:hover .group-hover\:border-turquoise-opal-9,
  .group:focus-within .group-focus-within\:border-turquoise-opal-9 {
    border-color: RGBA(9, 125, 152, 0.9);
  }
  .border-turquoise-opal-09,
  .hover\:border-turquoise-opal-09:hover,
  .focus\:border-turquoise-opal-09:focus,
  .group:hover .group-hover\:border-turquoise-opal-09,
  .group:focus-within .group-focus-within\:border-turquoise-opal-09 {
    border-color: RGBA(9, 125, 152, 0.09);
  }
  .border-turquoise-opal-10,
  .hover\:border-turquoise-opal-10:hover,
  .focus\:border-turquoise-opal-10:focus,
  .group:hover .group-hover\:border-turquoise-opal-10,
  .group:focus-within .group-focus-within\:border-turquoise-opal-10 {
    border-color: RGBA(9, 125, 152, 1);
  }
  .border-dark-teal,
  .hover\:border-dark-teal:hover,
  .focus\:border-dark-teal:focus,
  .group:hover .group-hover\:border-dark-teal,
  .group:focus-within .group-focus-within\:border-dark-teal {
    border-color: #168982;
  }
  .border-dark-teal-opal-0,
  .hover\:border-dark-teal-opal-0:hover,
  .focus\:border-dark-teal-opal-0:focus,
  .group:hover .group-hover\:border-dark-teal-opal-0,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-0 {
    border-color: RGBA(22, 137, 130, 0);
  }
  .border-dark-teal-opal-00,
  .hover\:border-dark-teal-opal-00:hover,
  .focus\:border-dark-teal-opal-00:focus,
  .group:hover .group-hover\:border-dark-teal-opal-00,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-00 {
    border-color: RGBA(22, 137, 130, 0);
  }
  .border-dark-teal-opal-1,
  .hover\:border-dark-teal-opal-1:hover,
  .focus\:border-dark-teal-opal-1:focus,
  .group:hover .group-hover\:border-dark-teal-opal-1,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-1 {
    border-color: RGBA(22, 137, 130, 0.1);
  }
  .border-dark-teal-opal-01,
  .hover\:border-dark-teal-opal-01:hover,
  .focus\:border-dark-teal-opal-01:focus,
  .group:hover .group-hover\:border-dark-teal-opal-01,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-01 {
    border-color: RGBA(22, 137, 130, 0.01);
  }
  .border-dark-teal-opal-2,
  .hover\:border-dark-teal-opal-2:hover,
  .focus\:border-dark-teal-opal-2:focus,
  .group:hover .group-hover\:border-dark-teal-opal-2,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-2 {
    border-color: RGBA(22, 137, 130, 0.2);
  }
  .border-dark-teal-opal-02,
  .hover\:border-dark-teal-opal-02:hover,
  .focus\:border-dark-teal-opal-02:focus,
  .group:hover .group-hover\:border-dark-teal-opal-02,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-02 {
    border-color: RGBA(22, 137, 130, 0.02);
  }
  .border-dark-teal-opal-3,
  .hover\:border-dark-teal-opal-3:hover,
  .focus\:border-dark-teal-opal-3:focus,
  .group:hover .group-hover\:border-dark-teal-opal-3,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-3 {
    border-color: RGBA(22, 137, 130, 0.3);
  }
  .border-dark-teal-opal-03,
  .hover\:border-dark-teal-opal-03:hover,
  .focus\:border-dark-teal-opal-03:focus,
  .group:hover .group-hover\:border-dark-teal-opal-03,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-03 {
    border-color: RGBA(22, 137, 130, 0.03);
  }
  .border-dark-teal-opal-4,
  .hover\:border-dark-teal-opal-4:hover,
  .focus\:border-dark-teal-opal-4:focus,
  .group:hover .group-hover\:border-dark-teal-opal-4,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-4 {
    border-color: RGBA(22, 137, 130, 0.4);
  }
  .border-dark-teal-opal-04,
  .hover\:border-dark-teal-opal-04:hover,
  .focus\:border-dark-teal-opal-04:focus,
  .group:hover .group-hover\:border-dark-teal-opal-04,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-04 {
    border-color: RGBA(22, 137, 130, 0.04);
  }
  .border-dark-teal-opal-5,
  .hover\:border-dark-teal-opal-5:hover,
  .focus\:border-dark-teal-opal-5:focus,
  .group:hover .group-hover\:border-dark-teal-opal-5,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-5 {
    border-color: RGBA(22, 137, 130, 0.5);
  }
  .border-dark-teal-opal-05,
  .hover\:border-dark-teal-opal-05:hover,
  .focus\:border-dark-teal-opal-05:focus,
  .group:hover .group-hover\:border-dark-teal-opal-05,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-05 {
    border-color: RGBA(22, 137, 130, 0.05);
  }
  .border-dark-teal-opal-6,
  .hover\:border-dark-teal-opal-6:hover,
  .focus\:border-dark-teal-opal-6:focus,
  .group:hover .group-hover\:border-dark-teal-opal-6,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-6 {
    border-color: RGBA(22, 137, 130, 0.6);
  }
  .border-dark-teal-opal-06,
  .hover\:border-dark-teal-opal-06:hover,
  .focus\:border-dark-teal-opal-06:focus,
  .group:hover .group-hover\:border-dark-teal-opal-06,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-06 {
    border-color: RGBA(22, 137, 130, 0.06);
  }
  .border-dark-teal-opal-7,
  .hover\:border-dark-teal-opal-7:hover,
  .focus\:border-dark-teal-opal-7:focus,
  .group:hover .group-hover\:border-dark-teal-opal-7,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-7 {
    border-color: RGBA(22, 137, 130, 0.7);
  }
  .border-dark-teal-opal-07,
  .hover\:border-dark-teal-opal-07:hover,
  .focus\:border-dark-teal-opal-07:focus,
  .group:hover .group-hover\:border-dark-teal-opal-07,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-07 {
    border-color: RGBA(22, 137, 130, 0.07);
  }
  .border-dark-teal-opal-8,
  .hover\:border-dark-teal-opal-8:hover,
  .focus\:border-dark-teal-opal-8:focus,
  .group:hover .group-hover\:border-dark-teal-opal-8,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-8 {
    border-color: RGBA(22, 137, 130, 0.8);
  }
  .border-dark-teal-opal-08,
  .hover\:border-dark-teal-opal-08:hover,
  .focus\:border-dark-teal-opal-08:focus,
  .group:hover .group-hover\:border-dark-teal-opal-08,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-08 {
    border-color: RGBA(22, 137, 130, 0.08);
  }
  .border-dark-teal-opal-9,
  .hover\:border-dark-teal-opal-9:hover,
  .focus\:border-dark-teal-opal-9:focus,
  .group:hover .group-hover\:border-dark-teal-opal-9,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-9 {
    border-color: RGBA(22, 137, 130, 0.9);
  }
  .border-dark-teal-opal-09,
  .hover\:border-dark-teal-opal-09:hover,
  .focus\:border-dark-teal-opal-09:focus,
  .group:hover .group-hover\:border-dark-teal-opal-09,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-09 {
    border-color: RGBA(22, 137, 130, 0.09);
  }
  .border-dark-teal-opal-10,
  .hover\:border-dark-teal-opal-10:hover,
  .focus\:border-dark-teal-opal-10:focus,
  .group:hover .group-hover\:border-dark-teal-opal-10,
  .group:focus-within .group-focus-within\:border-dark-teal-opal-10 {
    border-color: RGBA(22, 137, 130, 1);
  }
  .border-teal,
  .hover\:border-teal:hover,
  .focus\:border-teal:focus,
  .group:hover .group-hover\:border-teal,
  .group:focus-within .group-focus-within\:border-teal {
    border-color: #43b59a;
  }
  .border-teal-opal-0,
  .hover\:border-teal-opal-0:hover,
  .focus\:border-teal-opal-0:focus,
  .group:hover .group-hover\:border-teal-opal-0,
  .group:focus-within .group-focus-within\:border-teal-opal-0 {
    border-color: RGBA(67, 181, 154, 0);
  }
  .border-teal-opal-00,
  .hover\:border-teal-opal-00:hover,
  .focus\:border-teal-opal-00:focus,
  .group:hover .group-hover\:border-teal-opal-00,
  .group:focus-within .group-focus-within\:border-teal-opal-00 {
    border-color: RGBA(67, 181, 154, 0);
  }
  .border-teal-opal-1,
  .hover\:border-teal-opal-1:hover,
  .focus\:border-teal-opal-1:focus,
  .group:hover .group-hover\:border-teal-opal-1,
  .group:focus-within .group-focus-within\:border-teal-opal-1 {
    border-color: RGBA(67, 181, 154, 0.1);
  }
  .border-teal-opal-01,
  .hover\:border-teal-opal-01:hover,
  .focus\:border-teal-opal-01:focus,
  .group:hover .group-hover\:border-teal-opal-01,
  .group:focus-within .group-focus-within\:border-teal-opal-01 {
    border-color: RGBA(67, 181, 154, 0.01);
  }
  .border-teal-opal-2,
  .hover\:border-teal-opal-2:hover,
  .focus\:border-teal-opal-2:focus,
  .group:hover .group-hover\:border-teal-opal-2,
  .group:focus-within .group-focus-within\:border-teal-opal-2 {
    border-color: RGBA(67, 181, 154, 0.2);
  }
  .border-teal-opal-02,
  .hover\:border-teal-opal-02:hover,
  .focus\:border-teal-opal-02:focus,
  .group:hover .group-hover\:border-teal-opal-02,
  .group:focus-within .group-focus-within\:border-teal-opal-02 {
    border-color: RGBA(67, 181, 154, 0.02);
  }
  .border-teal-opal-3,
  .hover\:border-teal-opal-3:hover,
  .focus\:border-teal-opal-3:focus,
  .group:hover .group-hover\:border-teal-opal-3,
  .group:focus-within .group-focus-within\:border-teal-opal-3 {
    border-color: RGBA(67, 181, 154, 0.3);
  }
  .border-teal-opal-03,
  .hover\:border-teal-opal-03:hover,
  .focus\:border-teal-opal-03:focus,
  .group:hover .group-hover\:border-teal-opal-03,
  .group:focus-within .group-focus-within\:border-teal-opal-03 {
    border-color: RGBA(67, 181, 154, 0.03);
  }
  .border-teal-opal-4,
  .hover\:border-teal-opal-4:hover,
  .focus\:border-teal-opal-4:focus,
  .group:hover .group-hover\:border-teal-opal-4,
  .group:focus-within .group-focus-within\:border-teal-opal-4 {
    border-color: RGBA(67, 181, 154, 0.4);
  }
  .border-teal-opal-04,
  .hover\:border-teal-opal-04:hover,
  .focus\:border-teal-opal-04:focus,
  .group:hover .group-hover\:border-teal-opal-04,
  .group:focus-within .group-focus-within\:border-teal-opal-04 {
    border-color: RGBA(67, 181, 154, 0.04);
  }
  .border-teal-opal-5,
  .hover\:border-teal-opal-5:hover,
  .focus\:border-teal-opal-5:focus,
  .group:hover .group-hover\:border-teal-opal-5,
  .group:focus-within .group-focus-within\:border-teal-opal-5 {
    border-color: RGBA(67, 181, 154, 0.5);
  }
  .border-teal-opal-05,
  .hover\:border-teal-opal-05:hover,
  .focus\:border-teal-opal-05:focus,
  .group:hover .group-hover\:border-teal-opal-05,
  .group:focus-within .group-focus-within\:border-teal-opal-05 {
    border-color: RGBA(67, 181, 154, 0.05);
  }
  .border-teal-opal-6,
  .hover\:border-teal-opal-6:hover,
  .focus\:border-teal-opal-6:focus,
  .group:hover .group-hover\:border-teal-opal-6,
  .group:focus-within .group-focus-within\:border-teal-opal-6 {
    border-color: RGBA(67, 181, 154, 0.6);
  }
  .border-teal-opal-06,
  .hover\:border-teal-opal-06:hover,
  .focus\:border-teal-opal-06:focus,
  .group:hover .group-hover\:border-teal-opal-06,
  .group:focus-within .group-focus-within\:border-teal-opal-06 {
    border-color: RGBA(67, 181, 154, 0.06);
  }
  .border-teal-opal-7,
  .hover\:border-teal-opal-7:hover,
  .focus\:border-teal-opal-7:focus,
  .group:hover .group-hover\:border-teal-opal-7,
  .group:focus-within .group-focus-within\:border-teal-opal-7 {
    border-color: RGBA(67, 181, 154, 0.7);
  }
  .border-teal-opal-07,
  .hover\:border-teal-opal-07:hover,
  .focus\:border-teal-opal-07:focus,
  .group:hover .group-hover\:border-teal-opal-07,
  .group:focus-within .group-focus-within\:border-teal-opal-07 {
    border-color: RGBA(67, 181, 154, 0.07);
  }
  .border-teal-opal-8,
  .hover\:border-teal-opal-8:hover,
  .focus\:border-teal-opal-8:focus,
  .group:hover .group-hover\:border-teal-opal-8,
  .group:focus-within .group-focus-within\:border-teal-opal-8 {
    border-color: RGBA(67, 181, 154, 0.8);
  }
  .border-teal-opal-08,
  .hover\:border-teal-opal-08:hover,
  .focus\:border-teal-opal-08:focus,
  .group:hover .group-hover\:border-teal-opal-08,
  .group:focus-within .group-focus-within\:border-teal-opal-08 {
    border-color: RGBA(67, 181, 154, 0.08);
  }
  .border-teal-opal-9,
  .hover\:border-teal-opal-9:hover,
  .focus\:border-teal-opal-9:focus,
  .group:hover .group-hover\:border-teal-opal-9,
  .group:focus-within .group-focus-within\:border-teal-opal-9 {
    border-color: RGBA(67, 181, 154, 0.9);
  }
  .border-teal-opal-09,
  .hover\:border-teal-opal-09:hover,
  .focus\:border-teal-opal-09:focus,
  .group:hover .group-hover\:border-teal-opal-09,
  .group:focus-within .group-focus-within\:border-teal-opal-09 {
    border-color: RGBA(67, 181, 154, 0.09);
  }
  .border-teal-opal-10,
  .hover\:border-teal-opal-10:hover,
  .focus\:border-teal-opal-10:focus,
  .group:hover .group-hover\:border-teal-opal-10,
  .group:focus-within .group-focus-within\:border-teal-opal-10 {
    border-color: RGBA(67, 181, 154, 1);
  }
  .border-vibe,
  .hover\:border-vibe:hover,
  .focus\:border-vibe:focus,
  .group:hover .group-hover\:border-vibe,
  .group:focus-within .group-focus-within\:border-vibe {
    border-color: #4bd6b5;
  }
  .border-vibe-opal-0,
  .hover\:border-vibe-opal-0:hover,
  .focus\:border-vibe-opal-0:focus,
  .group:hover .group-hover\:border-vibe-opal-0,
  .group:focus-within .group-focus-within\:border-vibe-opal-0 {
    border-color: RGBA(75, 214, 181, 0);
  }
  .border-vibe-opal-00,
  .hover\:border-vibe-opal-00:hover,
  .focus\:border-vibe-opal-00:focus,
  .group:hover .group-hover\:border-vibe-opal-00,
  .group:focus-within .group-focus-within\:border-vibe-opal-00 {
    border-color: RGBA(75, 214, 181, 0);
  }
  .border-vibe-opal-1,
  .hover\:border-vibe-opal-1:hover,
  .focus\:border-vibe-opal-1:focus,
  .group:hover .group-hover\:border-vibe-opal-1,
  .group:focus-within .group-focus-within\:border-vibe-opal-1 {
    border-color: RGBA(75, 214, 181, 0.1);
  }
  .border-vibe-opal-01,
  .hover\:border-vibe-opal-01:hover,
  .focus\:border-vibe-opal-01:focus,
  .group:hover .group-hover\:border-vibe-opal-01,
  .group:focus-within .group-focus-within\:border-vibe-opal-01 {
    border-color: RGBA(75, 214, 181, 0.01);
  }
  .border-vibe-opal-2,
  .hover\:border-vibe-opal-2:hover,
  .focus\:border-vibe-opal-2:focus,
  .group:hover .group-hover\:border-vibe-opal-2,
  .group:focus-within .group-focus-within\:border-vibe-opal-2 {
    border-color: RGBA(75, 214, 181, 0.2);
  }
  .border-vibe-opal-02,
  .hover\:border-vibe-opal-02:hover,
  .focus\:border-vibe-opal-02:focus,
  .group:hover .group-hover\:border-vibe-opal-02,
  .group:focus-within .group-focus-within\:border-vibe-opal-02 {
    border-color: RGBA(75, 214, 181, 0.02);
  }
  .border-vibe-opal-3,
  .hover\:border-vibe-opal-3:hover,
  .focus\:border-vibe-opal-3:focus,
  .group:hover .group-hover\:border-vibe-opal-3,
  .group:focus-within .group-focus-within\:border-vibe-opal-3 {
    border-color: RGBA(75, 214, 181, 0.3);
  }
  .border-vibe-opal-03,
  .hover\:border-vibe-opal-03:hover,
  .focus\:border-vibe-opal-03:focus,
  .group:hover .group-hover\:border-vibe-opal-03,
  .group:focus-within .group-focus-within\:border-vibe-opal-03 {
    border-color: RGBA(75, 214, 181, 0.03);
  }
  .border-vibe-opal-4,
  .hover\:border-vibe-opal-4:hover,
  .focus\:border-vibe-opal-4:focus,
  .group:hover .group-hover\:border-vibe-opal-4,
  .group:focus-within .group-focus-within\:border-vibe-opal-4 {
    border-color: RGBA(75, 214, 181, 0.4);
  }
  .border-vibe-opal-04,
  .hover\:border-vibe-opal-04:hover,
  .focus\:border-vibe-opal-04:focus,
  .group:hover .group-hover\:border-vibe-opal-04,
  .group:focus-within .group-focus-within\:border-vibe-opal-04 {
    border-color: RGBA(75, 214, 181, 0.04);
  }
  .border-vibe-opal-5,
  .hover\:border-vibe-opal-5:hover,
  .focus\:border-vibe-opal-5:focus,
  .group:hover .group-hover\:border-vibe-opal-5,
  .group:focus-within .group-focus-within\:border-vibe-opal-5 {
    border-color: RGBA(75, 214, 181, 0.5);
  }
  .border-vibe-opal-05,
  .hover\:border-vibe-opal-05:hover,
  .focus\:border-vibe-opal-05:focus,
  .group:hover .group-hover\:border-vibe-opal-05,
  .group:focus-within .group-focus-within\:border-vibe-opal-05 {
    border-color: RGBA(75, 214, 181, 0.05);
  }
  .border-vibe-opal-6,
  .hover\:border-vibe-opal-6:hover,
  .focus\:border-vibe-opal-6:focus,
  .group:hover .group-hover\:border-vibe-opal-6,
  .group:focus-within .group-focus-within\:border-vibe-opal-6 {
    border-color: RGBA(75, 214, 181, 0.6);
  }
  .border-vibe-opal-06,
  .hover\:border-vibe-opal-06:hover,
  .focus\:border-vibe-opal-06:focus,
  .group:hover .group-hover\:border-vibe-opal-06,
  .group:focus-within .group-focus-within\:border-vibe-opal-06 {
    border-color: RGBA(75, 214, 181, 0.06);
  }
  .border-vibe-opal-7,
  .hover\:border-vibe-opal-7:hover,
  .focus\:border-vibe-opal-7:focus,
  .group:hover .group-hover\:border-vibe-opal-7,
  .group:focus-within .group-focus-within\:border-vibe-opal-7 {
    border-color: RGBA(75, 214, 181, 0.7);
  }
  .border-vibe-opal-07,
  .hover\:border-vibe-opal-07:hover,
  .focus\:border-vibe-opal-07:focus,
  .group:hover .group-hover\:border-vibe-opal-07,
  .group:focus-within .group-focus-within\:border-vibe-opal-07 {
    border-color: RGBA(75, 214, 181, 0.07);
  }
  .border-vibe-opal-8,
  .hover\:border-vibe-opal-8:hover,
  .focus\:border-vibe-opal-8:focus,
  .group:hover .group-hover\:border-vibe-opal-8,
  .group:focus-within .group-focus-within\:border-vibe-opal-8 {
    border-color: RGBA(75, 214, 181, 0.8);
  }
  .border-vibe-opal-08,
  .hover\:border-vibe-opal-08:hover,
  .focus\:border-vibe-opal-08:focus,
  .group:hover .group-hover\:border-vibe-opal-08,
  .group:focus-within .group-focus-within\:border-vibe-opal-08 {
    border-color: RGBA(75, 214, 181, 0.08);
  }
  .border-vibe-opal-9,
  .hover\:border-vibe-opal-9:hover,
  .focus\:border-vibe-opal-9:focus,
  .group:hover .group-hover\:border-vibe-opal-9,
  .group:focus-within .group-focus-within\:border-vibe-opal-9 {
    border-color: RGBA(75, 214, 181, 0.9);
  }
  .border-vibe-opal-09,
  .hover\:border-vibe-opal-09:hover,
  .focus\:border-vibe-opal-09:focus,
  .group:hover .group-hover\:border-vibe-opal-09,
  .group:focus-within .group-focus-within\:border-vibe-opal-09 {
    border-color: RGBA(75, 214, 181, 0.09);
  }
  .border-vibe-opal-10,
  .hover\:border-vibe-opal-10:hover,
  .focus\:border-vibe-opal-10:focus,
  .group:hover .group-hover\:border-vibe-opal-10,
  .group:focus-within .group-focus-within\:border-vibe-opal-10 {
    border-color: RGBA(75, 214, 181, 1);
  }
  .border-deep-sea,
  .hover\:border-deep-sea:hover,
  .focus\:border-deep-sea:focus,
  .group:hover .group-hover\:border-deep-sea,
  .group:focus-within .group-focus-within\:border-deep-sea {
    border-color: #0a26b8;
  }
  .border-deep-sea-opal-0,
  .hover\:border-deep-sea-opal-0:hover,
  .focus\:border-deep-sea-opal-0:focus,
  .group:hover .group-hover\:border-deep-sea-opal-0,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-0 {
    border-color: RGBA(10, 38, 184, 0);
  }
  .border-deep-sea-opal-00,
  .hover\:border-deep-sea-opal-00:hover,
  .focus\:border-deep-sea-opal-00:focus,
  .group:hover .group-hover\:border-deep-sea-opal-00,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-00 {
    border-color: RGBA(10, 38, 184, 0);
  }
  .border-deep-sea-opal-1,
  .hover\:border-deep-sea-opal-1:hover,
  .focus\:border-deep-sea-opal-1:focus,
  .group:hover .group-hover\:border-deep-sea-opal-1,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-1 {
    border-color: RGBA(10, 38, 184, 0.1);
  }
  .border-deep-sea-opal-01,
  .hover\:border-deep-sea-opal-01:hover,
  .focus\:border-deep-sea-opal-01:focus,
  .group:hover .group-hover\:border-deep-sea-opal-01,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-01 {
    border-color: RGBA(10, 38, 184, 0.01);
  }
  .border-deep-sea-opal-2,
  .hover\:border-deep-sea-opal-2:hover,
  .focus\:border-deep-sea-opal-2:focus,
  .group:hover .group-hover\:border-deep-sea-opal-2,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-2 {
    border-color: RGBA(10, 38, 184, 0.2);
  }
  .border-deep-sea-opal-02,
  .hover\:border-deep-sea-opal-02:hover,
  .focus\:border-deep-sea-opal-02:focus,
  .group:hover .group-hover\:border-deep-sea-opal-02,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-02 {
    border-color: RGBA(10, 38, 184, 0.02);
  }
  .border-deep-sea-opal-3,
  .hover\:border-deep-sea-opal-3:hover,
  .focus\:border-deep-sea-opal-3:focus,
  .group:hover .group-hover\:border-deep-sea-opal-3,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-3 {
    border-color: RGBA(10, 38, 184, 0.3);
  }
  .border-deep-sea-opal-03,
  .hover\:border-deep-sea-opal-03:hover,
  .focus\:border-deep-sea-opal-03:focus,
  .group:hover .group-hover\:border-deep-sea-opal-03,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-03 {
    border-color: RGBA(10, 38, 184, 0.03);
  }
  .border-deep-sea-opal-4,
  .hover\:border-deep-sea-opal-4:hover,
  .focus\:border-deep-sea-opal-4:focus,
  .group:hover .group-hover\:border-deep-sea-opal-4,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-4 {
    border-color: RGBA(10, 38, 184, 0.4);
  }
  .border-deep-sea-opal-04,
  .hover\:border-deep-sea-opal-04:hover,
  .focus\:border-deep-sea-opal-04:focus,
  .group:hover .group-hover\:border-deep-sea-opal-04,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-04 {
    border-color: RGBA(10, 38, 184, 0.04);
  }
  .border-deep-sea-opal-5,
  .hover\:border-deep-sea-opal-5:hover,
  .focus\:border-deep-sea-opal-5:focus,
  .group:hover .group-hover\:border-deep-sea-opal-5,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-5 {
    border-color: RGBA(10, 38, 184, 0.5);
  }
  .border-deep-sea-opal-05,
  .hover\:border-deep-sea-opal-05:hover,
  .focus\:border-deep-sea-opal-05:focus,
  .group:hover .group-hover\:border-deep-sea-opal-05,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-05 {
    border-color: RGBA(10, 38, 184, 0.05);
  }
  .border-deep-sea-opal-6,
  .hover\:border-deep-sea-opal-6:hover,
  .focus\:border-deep-sea-opal-6:focus,
  .group:hover .group-hover\:border-deep-sea-opal-6,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-6 {
    border-color: RGBA(10, 38, 184, 0.6);
  }
  .border-deep-sea-opal-06,
  .hover\:border-deep-sea-opal-06:hover,
  .focus\:border-deep-sea-opal-06:focus,
  .group:hover .group-hover\:border-deep-sea-opal-06,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-06 {
    border-color: RGBA(10, 38, 184, 0.06);
  }
  .border-deep-sea-opal-7,
  .hover\:border-deep-sea-opal-7:hover,
  .focus\:border-deep-sea-opal-7:focus,
  .group:hover .group-hover\:border-deep-sea-opal-7,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-7 {
    border-color: RGBA(10, 38, 184, 0.7);
  }
  .border-deep-sea-opal-07,
  .hover\:border-deep-sea-opal-07:hover,
  .focus\:border-deep-sea-opal-07:focus,
  .group:hover .group-hover\:border-deep-sea-opal-07,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-07 {
    border-color: RGBA(10, 38, 184, 0.07);
  }
  .border-deep-sea-opal-8,
  .hover\:border-deep-sea-opal-8:hover,
  .focus\:border-deep-sea-opal-8:focus,
  .group:hover .group-hover\:border-deep-sea-opal-8,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-8 {
    border-color: RGBA(10, 38, 184, 0.8);
  }
  .border-deep-sea-opal-08,
  .hover\:border-deep-sea-opal-08:hover,
  .focus\:border-deep-sea-opal-08:focus,
  .group:hover .group-hover\:border-deep-sea-opal-08,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-08 {
    border-color: RGBA(10, 38, 184, 0.08);
  }
  .border-deep-sea-opal-9,
  .hover\:border-deep-sea-opal-9:hover,
  .focus\:border-deep-sea-opal-9:focus,
  .group:hover .group-hover\:border-deep-sea-opal-9,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-9 {
    border-color: RGBA(10, 38, 184, 0.9);
  }
  .border-deep-sea-opal-09,
  .hover\:border-deep-sea-opal-09:hover,
  .focus\:border-deep-sea-opal-09:focus,
  .group:hover .group-hover\:border-deep-sea-opal-09,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-09 {
    border-color: RGBA(10, 38, 184, 0.09);
  }
  .border-deep-sea-opal-10,
  .hover\:border-deep-sea-opal-10:hover,
  .focus\:border-deep-sea-opal-10:focus,
  .group:hover .group-hover\:border-deep-sea-opal-10,
  .group:focus-within .group-focus-within\:border-deep-sea-opal-10 {
    border-color: RGBA(10, 38, 184, 1);
  }
  .border-electric-blue,
  .hover\:border-electric-blue:hover,
  .focus\:border-electric-blue:focus,
  .group:hover .group-hover\:border-electric-blue,
  .group:focus-within .group-focus-within\:border-electric-blue {
    border-color: #145deb;
  }
  .border-electric-blue-opal-0,
  .hover\:border-electric-blue-opal-0:hover,
  .focus\:border-electric-blue-opal-0:focus,
  .group:hover .group-hover\:border-electric-blue-opal-0,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-0 {
    border-color: RGBA(20, 93, 235, 0);
  }
  .border-electric-blue-opal-00,
  .hover\:border-electric-blue-opal-00:hover,
  .focus\:border-electric-blue-opal-00:focus,
  .group:hover .group-hover\:border-electric-blue-opal-00,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-00 {
    border-color: RGBA(20, 93, 235, 0);
  }
  .border-electric-blue-opal-1,
  .hover\:border-electric-blue-opal-1:hover,
  .focus\:border-electric-blue-opal-1:focus,
  .group:hover .group-hover\:border-electric-blue-opal-1,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-1 {
    border-color: RGBA(20, 93, 235, 0.1);
  }
  .border-electric-blue-opal-01,
  .hover\:border-electric-blue-opal-01:hover,
  .focus\:border-electric-blue-opal-01:focus,
  .group:hover .group-hover\:border-electric-blue-opal-01,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-01 {
    border-color: RGBA(20, 93, 235, 0.01);
  }
  .border-electric-blue-opal-2,
  .hover\:border-electric-blue-opal-2:hover,
  .focus\:border-electric-blue-opal-2:focus,
  .group:hover .group-hover\:border-electric-blue-opal-2,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-2 {
    border-color: RGBA(20, 93, 235, 0.2);
  }
  .border-electric-blue-opal-02,
  .hover\:border-electric-blue-opal-02:hover,
  .focus\:border-electric-blue-opal-02:focus,
  .group:hover .group-hover\:border-electric-blue-opal-02,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-02 {
    border-color: RGBA(20, 93, 235, 0.02);
  }
  .border-electric-blue-opal-3,
  .hover\:border-electric-blue-opal-3:hover,
  .focus\:border-electric-blue-opal-3:focus,
  .group:hover .group-hover\:border-electric-blue-opal-3,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-3 {
    border-color: RGBA(20, 93, 235, 0.3);
  }
  .border-electric-blue-opal-03,
  .hover\:border-electric-blue-opal-03:hover,
  .focus\:border-electric-blue-opal-03:focus,
  .group:hover .group-hover\:border-electric-blue-opal-03,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-03 {
    border-color: RGBA(20, 93, 235, 0.03);
  }
  .border-electric-blue-opal-4,
  .hover\:border-electric-blue-opal-4:hover,
  .focus\:border-electric-blue-opal-4:focus,
  .group:hover .group-hover\:border-electric-blue-opal-4,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-4 {
    border-color: RGBA(20, 93, 235, 0.4);
  }
  .border-electric-blue-opal-04,
  .hover\:border-electric-blue-opal-04:hover,
  .focus\:border-electric-blue-opal-04:focus,
  .group:hover .group-hover\:border-electric-blue-opal-04,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-04 {
    border-color: RGBA(20, 93, 235, 0.04);
  }
  .border-electric-blue-opal-5,
  .hover\:border-electric-blue-opal-5:hover,
  .focus\:border-electric-blue-opal-5:focus,
  .group:hover .group-hover\:border-electric-blue-opal-5,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-5 {
    border-color: RGBA(20, 93, 235, 0.5);
  }
  .border-electric-blue-opal-05,
  .hover\:border-electric-blue-opal-05:hover,
  .focus\:border-electric-blue-opal-05:focus,
  .group:hover .group-hover\:border-electric-blue-opal-05,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-05 {
    border-color: RGBA(20, 93, 235, 0.05);
  }
  .border-electric-blue-opal-6,
  .hover\:border-electric-blue-opal-6:hover,
  .focus\:border-electric-blue-opal-6:focus,
  .group:hover .group-hover\:border-electric-blue-opal-6,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-6 {
    border-color: RGBA(20, 93, 235, 0.6);
  }
  .border-electric-blue-opal-06,
  .hover\:border-electric-blue-opal-06:hover,
  .focus\:border-electric-blue-opal-06:focus,
  .group:hover .group-hover\:border-electric-blue-opal-06,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-06 {
    border-color: RGBA(20, 93, 235, 0.06);
  }
  .border-electric-blue-opal-7,
  .hover\:border-electric-blue-opal-7:hover,
  .focus\:border-electric-blue-opal-7:focus,
  .group:hover .group-hover\:border-electric-blue-opal-7,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-7 {
    border-color: RGBA(20, 93, 235, 0.7);
  }
  .border-electric-blue-opal-07,
  .hover\:border-electric-blue-opal-07:hover,
  .focus\:border-electric-blue-opal-07:focus,
  .group:hover .group-hover\:border-electric-blue-opal-07,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-07 {
    border-color: RGBA(20, 93, 235, 0.07);
  }
  .border-electric-blue-opal-8,
  .hover\:border-electric-blue-opal-8:hover,
  .focus\:border-electric-blue-opal-8:focus,
  .group:hover .group-hover\:border-electric-blue-opal-8,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-8 {
    border-color: RGBA(20, 93, 235, 0.8);
  }
  .border-electric-blue-opal-08,
  .hover\:border-electric-blue-opal-08:hover,
  .focus\:border-electric-blue-opal-08:focus,
  .group:hover .group-hover\:border-electric-blue-opal-08,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-08 {
    border-color: RGBA(20, 93, 235, 0.08);
  }
  .border-electric-blue-opal-9,
  .hover\:border-electric-blue-opal-9:hover,
  .focus\:border-electric-blue-opal-9:focus,
  .group:hover .group-hover\:border-electric-blue-opal-9,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-9 {
    border-color: RGBA(20, 93, 235, 0.9);
  }
  .border-electric-blue-opal-09,
  .hover\:border-electric-blue-opal-09:hover,
  .focus\:border-electric-blue-opal-09:focus,
  .group:hover .group-hover\:border-electric-blue-opal-09,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-09 {
    border-color: RGBA(20, 93, 235, 0.09);
  }
  .border-electric-blue-opal-10,
  .hover\:border-electric-blue-opal-10:hover,
  .focus\:border-electric-blue-opal-10:focus,
  .group:hover .group-hover\:border-electric-blue-opal-10,
  .group:focus-within .group-focus-within\:border-electric-blue-opal-10 {
    border-color: RGBA(20, 93, 235, 1);
  }
  .border-electric-blue-dark,
  .hover\:border-electric-blue-dark:hover,
  .focus\:border-electric-blue-dark:focus,
  .group:hover .group-hover\:border-electric-blue-dark,
  .group:focus-within .group-focus-within\:border-electric-blue-dark {
    border-color: #3ea2ff;
  }
  .border-electric-blue-dark-opal-0,
  .hover\:border-electric-blue-dark-opal-0:hover,
  .focus\:border-electric-blue-dark-opal-0:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-0,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-0 {
    border-color: RGBA(62, 162, 255, 0);
  }
  .border-electric-blue-dark-opal-00,
  .hover\:border-electric-blue-dark-opal-00:hover,
  .focus\:border-electric-blue-dark-opal-00:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-00,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-00 {
    border-color: RGBA(62, 162, 255, 0);
  }
  .border-electric-blue-dark-opal-1,
  .hover\:border-electric-blue-dark-opal-1:hover,
  .focus\:border-electric-blue-dark-opal-1:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-1,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-1 {
    border-color: RGBA(62, 162, 255, 0.1);
  }
  .border-electric-blue-dark-opal-01,
  .hover\:border-electric-blue-dark-opal-01:hover,
  .focus\:border-electric-blue-dark-opal-01:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-01,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-01 {
    border-color: RGBA(62, 162, 255, 0.01);
  }
  .border-electric-blue-dark-opal-2,
  .hover\:border-electric-blue-dark-opal-2:hover,
  .focus\:border-electric-blue-dark-opal-2:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-2,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-2 {
    border-color: RGBA(62, 162, 255, 0.2);
  }
  .border-electric-blue-dark-opal-02,
  .hover\:border-electric-blue-dark-opal-02:hover,
  .focus\:border-electric-blue-dark-opal-02:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-02,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-02 {
    border-color: RGBA(62, 162, 255, 0.02);
  }
  .border-electric-blue-dark-opal-3,
  .hover\:border-electric-blue-dark-opal-3:hover,
  .focus\:border-electric-blue-dark-opal-3:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-3,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-3 {
    border-color: RGBA(62, 162, 255, 0.3);
  }
  .border-electric-blue-dark-opal-03,
  .hover\:border-electric-blue-dark-opal-03:hover,
  .focus\:border-electric-blue-dark-opal-03:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-03,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-03 {
    border-color: RGBA(62, 162, 255, 0.03);
  }
  .border-electric-blue-dark-opal-4,
  .hover\:border-electric-blue-dark-opal-4:hover,
  .focus\:border-electric-blue-dark-opal-4:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-4,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-4 {
    border-color: RGBA(62, 162, 255, 0.4);
  }
  .border-electric-blue-dark-opal-04,
  .hover\:border-electric-blue-dark-opal-04:hover,
  .focus\:border-electric-blue-dark-opal-04:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-04,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-04 {
    border-color: RGBA(62, 162, 255, 0.04);
  }
  .border-electric-blue-dark-opal-5,
  .hover\:border-electric-blue-dark-opal-5:hover,
  .focus\:border-electric-blue-dark-opal-5:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-5,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-5 {
    border-color: RGBA(62, 162, 255, 0.5);
  }
  .border-electric-blue-dark-opal-05,
  .hover\:border-electric-blue-dark-opal-05:hover,
  .focus\:border-electric-blue-dark-opal-05:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-05,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-05 {
    border-color: RGBA(62, 162, 255, 0.05);
  }
  .border-electric-blue-dark-opal-6,
  .hover\:border-electric-blue-dark-opal-6:hover,
  .focus\:border-electric-blue-dark-opal-6:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-6,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-6 {
    border-color: RGBA(62, 162, 255, 0.6);
  }
  .border-electric-blue-dark-opal-06,
  .hover\:border-electric-blue-dark-opal-06:hover,
  .focus\:border-electric-blue-dark-opal-06:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-06,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-06 {
    border-color: RGBA(62, 162, 255, 0.06);
  }
  .border-electric-blue-dark-opal-7,
  .hover\:border-electric-blue-dark-opal-7:hover,
  .focus\:border-electric-blue-dark-opal-7:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-7,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-7 {
    border-color: RGBA(62, 162, 255, 0.7);
  }
  .border-electric-blue-dark-opal-07,
  .hover\:border-electric-blue-dark-opal-07:hover,
  .focus\:border-electric-blue-dark-opal-07:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-07,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-07 {
    border-color: RGBA(62, 162, 255, 0.07);
  }
  .border-electric-blue-dark-opal-8,
  .hover\:border-electric-blue-dark-opal-8:hover,
  .focus\:border-electric-blue-dark-opal-8:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-8,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-8 {
    border-color: RGBA(62, 162, 255, 0.8);
  }
  .border-electric-blue-dark-opal-08,
  .hover\:border-electric-blue-dark-opal-08:hover,
  .focus\:border-electric-blue-dark-opal-08:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-08,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-08 {
    border-color: RGBA(62, 162, 255, 0.08);
  }
  .border-electric-blue-dark-opal-9,
  .hover\:border-electric-blue-dark-opal-9:hover,
  .focus\:border-electric-blue-dark-opal-9:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-9,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-9 {
    border-color: RGBA(62, 162, 255, 0.9);
  }
  .border-electric-blue-dark-opal-09,
  .hover\:border-electric-blue-dark-opal-09:hover,
  .focus\:border-electric-blue-dark-opal-09:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-09,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-09 {
    border-color: RGBA(62, 162, 255, 0.09);
  }
  .border-electric-blue-dark-opal-10,
  .hover\:border-electric-blue-dark-opal-10:hover,
  .focus\:border-electric-blue-dark-opal-10:focus,
  .group:hover .group-hover\:border-electric-blue-dark-opal-10,
  .group:focus-within .group-focus-within\:border-electric-blue-dark-opal-10 {
    border-color: RGBA(62, 162, 255, 1);
  }
  .border-periwinkle,
  .hover\:border-periwinkle:hover,
  .focus\:border-periwinkle:focus,
  .group:hover .group-hover\:border-periwinkle,
  .group:focus-within .group-focus-within\:border-periwinkle {
    border-color: #9bcfff;
  }
  .border-periwinkle-opal-0,
  .hover\:border-periwinkle-opal-0:hover,
  .focus\:border-periwinkle-opal-0:focus,
  .group:hover .group-hover\:border-periwinkle-opal-0,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-0 {
    border-color: RGBA(155, 207, 255, 0);
  }
  .border-periwinkle-opal-00,
  .hover\:border-periwinkle-opal-00:hover,
  .focus\:border-periwinkle-opal-00:focus,
  .group:hover .group-hover\:border-periwinkle-opal-00,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-00 {
    border-color: RGBA(155, 207, 255, 0);
  }
  .border-periwinkle-opal-1,
  .hover\:border-periwinkle-opal-1:hover,
  .focus\:border-periwinkle-opal-1:focus,
  .group:hover .group-hover\:border-periwinkle-opal-1,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-1 {
    border-color: RGBA(155, 207, 255, 0.1);
  }
  .border-periwinkle-opal-01,
  .hover\:border-periwinkle-opal-01:hover,
  .focus\:border-periwinkle-opal-01:focus,
  .group:hover .group-hover\:border-periwinkle-opal-01,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-01 {
    border-color: RGBA(155, 207, 255, 0.01);
  }
  .border-periwinkle-opal-2,
  .hover\:border-periwinkle-opal-2:hover,
  .focus\:border-periwinkle-opal-2:focus,
  .group:hover .group-hover\:border-periwinkle-opal-2,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-2 {
    border-color: RGBA(155, 207, 255, 0.2);
  }
  .border-periwinkle-opal-02,
  .hover\:border-periwinkle-opal-02:hover,
  .focus\:border-periwinkle-opal-02:focus,
  .group:hover .group-hover\:border-periwinkle-opal-02,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-02 {
    border-color: RGBA(155, 207, 255, 0.02);
  }
  .border-periwinkle-opal-3,
  .hover\:border-periwinkle-opal-3:hover,
  .focus\:border-periwinkle-opal-3:focus,
  .group:hover .group-hover\:border-periwinkle-opal-3,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-3 {
    border-color: RGBA(155, 207, 255, 0.3);
  }
  .border-periwinkle-opal-03,
  .hover\:border-periwinkle-opal-03:hover,
  .focus\:border-periwinkle-opal-03:focus,
  .group:hover .group-hover\:border-periwinkle-opal-03,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-03 {
    border-color: RGBA(155, 207, 255, 0.03);
  }
  .border-periwinkle-opal-4,
  .hover\:border-periwinkle-opal-4:hover,
  .focus\:border-periwinkle-opal-4:focus,
  .group:hover .group-hover\:border-periwinkle-opal-4,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-4 {
    border-color: RGBA(155, 207, 255, 0.4);
  }
  .border-periwinkle-opal-04,
  .hover\:border-periwinkle-opal-04:hover,
  .focus\:border-periwinkle-opal-04:focus,
  .group:hover .group-hover\:border-periwinkle-opal-04,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-04 {
    border-color: RGBA(155, 207, 255, 0.04);
  }
  .border-periwinkle-opal-5,
  .hover\:border-periwinkle-opal-5:hover,
  .focus\:border-periwinkle-opal-5:focus,
  .group:hover .group-hover\:border-periwinkle-opal-5,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-5 {
    border-color: RGBA(155, 207, 255, 0.5);
  }
  .border-periwinkle-opal-05,
  .hover\:border-periwinkle-opal-05:hover,
  .focus\:border-periwinkle-opal-05:focus,
  .group:hover .group-hover\:border-periwinkle-opal-05,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-05 {
    border-color: RGBA(155, 207, 255, 0.05);
  }
  .border-periwinkle-opal-6,
  .hover\:border-periwinkle-opal-6:hover,
  .focus\:border-periwinkle-opal-6:focus,
  .group:hover .group-hover\:border-periwinkle-opal-6,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-6 {
    border-color: RGBA(155, 207, 255, 0.6);
  }
  .border-periwinkle-opal-06,
  .hover\:border-periwinkle-opal-06:hover,
  .focus\:border-periwinkle-opal-06:focus,
  .group:hover .group-hover\:border-periwinkle-opal-06,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-06 {
    border-color: RGBA(155, 207, 255, 0.06);
  }
  .border-periwinkle-opal-7,
  .hover\:border-periwinkle-opal-7:hover,
  .focus\:border-periwinkle-opal-7:focus,
  .group:hover .group-hover\:border-periwinkle-opal-7,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-7 {
    border-color: RGBA(155, 207, 255, 0.7);
  }
  .border-periwinkle-opal-07,
  .hover\:border-periwinkle-opal-07:hover,
  .focus\:border-periwinkle-opal-07:focus,
  .group:hover .group-hover\:border-periwinkle-opal-07,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-07 {
    border-color: RGBA(155, 207, 255, 0.07);
  }
  .border-periwinkle-opal-8,
  .hover\:border-periwinkle-opal-8:hover,
  .focus\:border-periwinkle-opal-8:focus,
  .group:hover .group-hover\:border-periwinkle-opal-8,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-8 {
    border-color: RGBA(155, 207, 255, 0.8);
  }
  .border-periwinkle-opal-08,
  .hover\:border-periwinkle-opal-08:hover,
  .focus\:border-periwinkle-opal-08:focus,
  .group:hover .group-hover\:border-periwinkle-opal-08,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-08 {
    border-color: RGBA(155, 207, 255, 0.08);
  }
  .border-periwinkle-opal-9,
  .hover\:border-periwinkle-opal-9:hover,
  .focus\:border-periwinkle-opal-9:focus,
  .group:hover .group-hover\:border-periwinkle-opal-9,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-9 {
    border-color: RGBA(155, 207, 255, 0.9);
  }
  .border-periwinkle-opal-09,
  .hover\:border-periwinkle-opal-09:hover,
  .focus\:border-periwinkle-opal-09:focus,
  .group:hover .group-hover\:border-periwinkle-opal-09,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-09 {
    border-color: RGBA(155, 207, 255, 0.09);
  }
  .border-periwinkle-opal-10,
  .hover\:border-periwinkle-opal-10:hover,
  .focus\:border-periwinkle-opal-10:focus,
  .group:hover .group-hover\:border-periwinkle-opal-10,
  .group:focus-within .group-focus-within\:border-periwinkle-opal-10 {
    border-color: RGBA(155, 207, 255, 1);
  }
  .border-lilac,
  .hover\:border-lilac:hover,
  .focus\:border-lilac:focus,
  .group:hover .group-hover\:border-lilac,
  .group:focus-within .group-focus-within\:border-lilac {
    border-color: #8598fb;
  }
  .border-lilac-opal-0,
  .hover\:border-lilac-opal-0:hover,
  .focus\:border-lilac-opal-0:focus,
  .group:hover .group-hover\:border-lilac-opal-0,
  .group:focus-within .group-focus-within\:border-lilac-opal-0 {
    border-color: RGBA(133, 152, 251, 0);
  }
  .border-lilac-opal-00,
  .hover\:border-lilac-opal-00:hover,
  .focus\:border-lilac-opal-00:focus,
  .group:hover .group-hover\:border-lilac-opal-00,
  .group:focus-within .group-focus-within\:border-lilac-opal-00 {
    border-color: RGBA(133, 152, 251, 0);
  }
  .border-lilac-opal-1,
  .hover\:border-lilac-opal-1:hover,
  .focus\:border-lilac-opal-1:focus,
  .group:hover .group-hover\:border-lilac-opal-1,
  .group:focus-within .group-focus-within\:border-lilac-opal-1 {
    border-color: RGBA(133, 152, 251, 0.1);
  }
  .border-lilac-opal-01,
  .hover\:border-lilac-opal-01:hover,
  .focus\:border-lilac-opal-01:focus,
  .group:hover .group-hover\:border-lilac-opal-01,
  .group:focus-within .group-focus-within\:border-lilac-opal-01 {
    border-color: RGBA(133, 152, 251, 0.01);
  }
  .border-lilac-opal-2,
  .hover\:border-lilac-opal-2:hover,
  .focus\:border-lilac-opal-2:focus,
  .group:hover .group-hover\:border-lilac-opal-2,
  .group:focus-within .group-focus-within\:border-lilac-opal-2 {
    border-color: RGBA(133, 152, 251, 0.2);
  }
  .border-lilac-opal-02,
  .hover\:border-lilac-opal-02:hover,
  .focus\:border-lilac-opal-02:focus,
  .group:hover .group-hover\:border-lilac-opal-02,
  .group:focus-within .group-focus-within\:border-lilac-opal-02 {
    border-color: RGBA(133, 152, 251, 0.02);
  }
  .border-lilac-opal-3,
  .hover\:border-lilac-opal-3:hover,
  .focus\:border-lilac-opal-3:focus,
  .group:hover .group-hover\:border-lilac-opal-3,
  .group:focus-within .group-focus-within\:border-lilac-opal-3 {
    border-color: RGBA(133, 152, 251, 0.3);
  }
  .border-lilac-opal-03,
  .hover\:border-lilac-opal-03:hover,
  .focus\:border-lilac-opal-03:focus,
  .group:hover .group-hover\:border-lilac-opal-03,
  .group:focus-within .group-focus-within\:border-lilac-opal-03 {
    border-color: RGBA(133, 152, 251, 0.03);
  }
  .border-lilac-opal-4,
  .hover\:border-lilac-opal-4:hover,
  .focus\:border-lilac-opal-4:focus,
  .group:hover .group-hover\:border-lilac-opal-4,
  .group:focus-within .group-focus-within\:border-lilac-opal-4 {
    border-color: RGBA(133, 152, 251, 0.4);
  }
  .border-lilac-opal-04,
  .hover\:border-lilac-opal-04:hover,
  .focus\:border-lilac-opal-04:focus,
  .group:hover .group-hover\:border-lilac-opal-04,
  .group:focus-within .group-focus-within\:border-lilac-opal-04 {
    border-color: RGBA(133, 152, 251, 0.04);
  }
  .border-lilac-opal-5,
  .hover\:border-lilac-opal-5:hover,
  .focus\:border-lilac-opal-5:focus,
  .group:hover .group-hover\:border-lilac-opal-5,
  .group:focus-within .group-focus-within\:border-lilac-opal-5 {
    border-color: RGBA(133, 152, 251, 0.5);
  }
  .border-lilac-opal-05,
  .hover\:border-lilac-opal-05:hover,
  .focus\:border-lilac-opal-05:focus,
  .group:hover .group-hover\:border-lilac-opal-05,
  .group:focus-within .group-focus-within\:border-lilac-opal-05 {
    border-color: RGBA(133, 152, 251, 0.05);
  }
  .border-lilac-opal-6,
  .hover\:border-lilac-opal-6:hover,
  .focus\:border-lilac-opal-6:focus,
  .group:hover .group-hover\:border-lilac-opal-6,
  .group:focus-within .group-focus-within\:border-lilac-opal-6 {
    border-color: RGBA(133, 152, 251, 0.6);
  }
  .border-lilac-opal-06,
  .hover\:border-lilac-opal-06:hover,
  .focus\:border-lilac-opal-06:focus,
  .group:hover .group-hover\:border-lilac-opal-06,
  .group:focus-within .group-focus-within\:border-lilac-opal-06 {
    border-color: RGBA(133, 152, 251, 0.06);
  }
  .border-lilac-opal-7,
  .hover\:border-lilac-opal-7:hover,
  .focus\:border-lilac-opal-7:focus,
  .group:hover .group-hover\:border-lilac-opal-7,
  .group:focus-within .group-focus-within\:border-lilac-opal-7 {
    border-color: RGBA(133, 152, 251, 0.7);
  }
  .border-lilac-opal-07,
  .hover\:border-lilac-opal-07:hover,
  .focus\:border-lilac-opal-07:focus,
  .group:hover .group-hover\:border-lilac-opal-07,
  .group:focus-within .group-focus-within\:border-lilac-opal-07 {
    border-color: RGBA(133, 152, 251, 0.07);
  }
  .border-lilac-opal-8,
  .hover\:border-lilac-opal-8:hover,
  .focus\:border-lilac-opal-8:focus,
  .group:hover .group-hover\:border-lilac-opal-8,
  .group:focus-within .group-focus-within\:border-lilac-opal-8 {
    border-color: RGBA(133, 152, 251, 0.8);
  }
  .border-lilac-opal-08,
  .hover\:border-lilac-opal-08:hover,
  .focus\:border-lilac-opal-08:focus,
  .group:hover .group-hover\:border-lilac-opal-08,
  .group:focus-within .group-focus-within\:border-lilac-opal-08 {
    border-color: RGBA(133, 152, 251, 0.08);
  }
  .border-lilac-opal-9,
  .hover\:border-lilac-opal-9:hover,
  .focus\:border-lilac-opal-9:focus,
  .group:hover .group-hover\:border-lilac-opal-9,
  .group:focus-within .group-focus-within\:border-lilac-opal-9 {
    border-color: RGBA(133, 152, 251, 0.9);
  }
  .border-lilac-opal-09,
  .hover\:border-lilac-opal-09:hover,
  .focus\:border-lilac-opal-09:focus,
  .group:hover .group-hover\:border-lilac-opal-09,
  .group:focus-within .group-focus-within\:border-lilac-opal-09 {
    border-color: RGBA(133, 152, 251, 0.09);
  }
  .border-lilac-opal-10,
  .hover\:border-lilac-opal-10:hover,
  .focus\:border-lilac-opal-10:focus,
  .group:hover .group-hover\:border-lilac-opal-10,
  .group:focus-within .group-focus-within\:border-lilac-opal-10 {
    border-color: RGBA(133, 152, 251, 1);
  }
  .border-sky,
  .hover\:border-sky:hover,
  .focus\:border-sky:focus,
  .group:hover .group-hover\:border-sky,
  .group:focus-within .group-focus-within\:border-sky {
    border-color: #14c4eb;
  }
  .border-sky-opal-0,
  .hover\:border-sky-opal-0:hover,
  .focus\:border-sky-opal-0:focus,
  .group:hover .group-hover\:border-sky-opal-0,
  .group:focus-within .group-focus-within\:border-sky-opal-0 {
    border-color: RGBA(20, 196, 235, 0);
  }
  .border-sky-opal-00,
  .hover\:border-sky-opal-00:hover,
  .focus\:border-sky-opal-00:focus,
  .group:hover .group-hover\:border-sky-opal-00,
  .group:focus-within .group-focus-within\:border-sky-opal-00 {
    border-color: RGBA(20, 196, 235, 0);
  }
  .border-sky-opal-1,
  .hover\:border-sky-opal-1:hover,
  .focus\:border-sky-opal-1:focus,
  .group:hover .group-hover\:border-sky-opal-1,
  .group:focus-within .group-focus-within\:border-sky-opal-1 {
    border-color: RGBA(20, 196, 235, 0.1);
  }
  .border-sky-opal-01,
  .hover\:border-sky-opal-01:hover,
  .focus\:border-sky-opal-01:focus,
  .group:hover .group-hover\:border-sky-opal-01,
  .group:focus-within .group-focus-within\:border-sky-opal-01 {
    border-color: RGBA(20, 196, 235, 0.01);
  }
  .border-sky-opal-2,
  .hover\:border-sky-opal-2:hover,
  .focus\:border-sky-opal-2:focus,
  .group:hover .group-hover\:border-sky-opal-2,
  .group:focus-within .group-focus-within\:border-sky-opal-2 {
    border-color: RGBA(20, 196, 235, 0.2);
  }
  .border-sky-opal-02,
  .hover\:border-sky-opal-02:hover,
  .focus\:border-sky-opal-02:focus,
  .group:hover .group-hover\:border-sky-opal-02,
  .group:focus-within .group-focus-within\:border-sky-opal-02 {
    border-color: RGBA(20, 196, 235, 0.02);
  }
  .border-sky-opal-3,
  .hover\:border-sky-opal-3:hover,
  .focus\:border-sky-opal-3:focus,
  .group:hover .group-hover\:border-sky-opal-3,
  .group:focus-within .group-focus-within\:border-sky-opal-3 {
    border-color: RGBA(20, 196, 235, 0.3);
  }
  .border-sky-opal-03,
  .hover\:border-sky-opal-03:hover,
  .focus\:border-sky-opal-03:focus,
  .group:hover .group-hover\:border-sky-opal-03,
  .group:focus-within .group-focus-within\:border-sky-opal-03 {
    border-color: RGBA(20, 196, 235, 0.03);
  }
  .border-sky-opal-4,
  .hover\:border-sky-opal-4:hover,
  .focus\:border-sky-opal-4:focus,
  .group:hover .group-hover\:border-sky-opal-4,
  .group:focus-within .group-focus-within\:border-sky-opal-4 {
    border-color: RGBA(20, 196, 235, 0.4);
  }
  .border-sky-opal-04,
  .hover\:border-sky-opal-04:hover,
  .focus\:border-sky-opal-04:focus,
  .group:hover .group-hover\:border-sky-opal-04,
  .group:focus-within .group-focus-within\:border-sky-opal-04 {
    border-color: RGBA(20, 196, 235, 0.04);
  }
  .border-sky-opal-5,
  .hover\:border-sky-opal-5:hover,
  .focus\:border-sky-opal-5:focus,
  .group:hover .group-hover\:border-sky-opal-5,
  .group:focus-within .group-focus-within\:border-sky-opal-5 {
    border-color: RGBA(20, 196, 235, 0.5);
  }
  .border-sky-opal-05,
  .hover\:border-sky-opal-05:hover,
  .focus\:border-sky-opal-05:focus,
  .group:hover .group-hover\:border-sky-opal-05,
  .group:focus-within .group-focus-within\:border-sky-opal-05 {
    border-color: RGBA(20, 196, 235, 0.05);
  }
  .border-sky-opal-6,
  .hover\:border-sky-opal-6:hover,
  .focus\:border-sky-opal-6:focus,
  .group:hover .group-hover\:border-sky-opal-6,
  .group:focus-within .group-focus-within\:border-sky-opal-6 {
    border-color: RGBA(20, 196, 235, 0.6);
  }
  .border-sky-opal-06,
  .hover\:border-sky-opal-06:hover,
  .focus\:border-sky-opal-06:focus,
  .group:hover .group-hover\:border-sky-opal-06,
  .group:focus-within .group-focus-within\:border-sky-opal-06 {
    border-color: RGBA(20, 196, 235, 0.06);
  }
  .border-sky-opal-7,
  .hover\:border-sky-opal-7:hover,
  .focus\:border-sky-opal-7:focus,
  .group:hover .group-hover\:border-sky-opal-7,
  .group:focus-within .group-focus-within\:border-sky-opal-7 {
    border-color: RGBA(20, 196, 235, 0.7);
  }
  .border-sky-opal-07,
  .hover\:border-sky-opal-07:hover,
  .focus\:border-sky-opal-07:focus,
  .group:hover .group-hover\:border-sky-opal-07,
  .group:focus-within .group-focus-within\:border-sky-opal-07 {
    border-color: RGBA(20, 196, 235, 0.07);
  }
  .border-sky-opal-8,
  .hover\:border-sky-opal-8:hover,
  .focus\:border-sky-opal-8:focus,
  .group:hover .group-hover\:border-sky-opal-8,
  .group:focus-within .group-focus-within\:border-sky-opal-8 {
    border-color: RGBA(20, 196, 235, 0.8);
  }
  .border-sky-opal-08,
  .hover\:border-sky-opal-08:hover,
  .focus\:border-sky-opal-08:focus,
  .group:hover .group-hover\:border-sky-opal-08,
  .group:focus-within .group-focus-within\:border-sky-opal-08 {
    border-color: RGBA(20, 196, 235, 0.08);
  }
  .border-sky-opal-9,
  .hover\:border-sky-opal-9:hover,
  .focus\:border-sky-opal-9:focus,
  .group:hover .group-hover\:border-sky-opal-9,
  .group:focus-within .group-focus-within\:border-sky-opal-9 {
    border-color: RGBA(20, 196, 235, 0.9);
  }
  .border-sky-opal-09,
  .hover\:border-sky-opal-09:hover,
  .focus\:border-sky-opal-09:focus,
  .group:hover .group-hover\:border-sky-opal-09,
  .group:focus-within .group-focus-within\:border-sky-opal-09 {
    border-color: RGBA(20, 196, 235, 0.09);
  }
  .border-sky-opal-10,
  .hover\:border-sky-opal-10:hover,
  .focus\:border-sky-opal-10:focus,
  .group:hover .group-hover\:border-sky-opal-10,
  .group:focus-within .group-focus-within\:border-sky-opal-10 {
    border-color: RGBA(20, 196, 235, 1);
  }
  .border-cotton-candy,
  .hover\:border-cotton-candy:hover,
  .focus\:border-cotton-candy:focus,
  .group:hover .group-hover\:border-cotton-candy,
  .group:focus-within .group-focus-within\:border-cotton-candy {
    border-color: #c0f5f2;
  }
  .border-cotton-candy-opal-0,
  .hover\:border-cotton-candy-opal-0:hover,
  .focus\:border-cotton-candy-opal-0:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-0,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-0 {
    border-color: RGBA(192, 245, 242, 0);
  }
  .border-cotton-candy-opal-00,
  .hover\:border-cotton-candy-opal-00:hover,
  .focus\:border-cotton-candy-opal-00:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-00,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-00 {
    border-color: RGBA(192, 245, 242, 0);
  }
  .border-cotton-candy-opal-1,
  .hover\:border-cotton-candy-opal-1:hover,
  .focus\:border-cotton-candy-opal-1:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-1,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-1 {
    border-color: RGBA(192, 245, 242, 0.1);
  }
  .border-cotton-candy-opal-01,
  .hover\:border-cotton-candy-opal-01:hover,
  .focus\:border-cotton-candy-opal-01:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-01,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-01 {
    border-color: RGBA(192, 245, 242, 0.01);
  }
  .border-cotton-candy-opal-2,
  .hover\:border-cotton-candy-opal-2:hover,
  .focus\:border-cotton-candy-opal-2:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-2,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-2 {
    border-color: RGBA(192, 245, 242, 0.2);
  }
  .border-cotton-candy-opal-02,
  .hover\:border-cotton-candy-opal-02:hover,
  .focus\:border-cotton-candy-opal-02:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-02,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-02 {
    border-color: RGBA(192, 245, 242, 0.02);
  }
  .border-cotton-candy-opal-3,
  .hover\:border-cotton-candy-opal-3:hover,
  .focus\:border-cotton-candy-opal-3:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-3,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-3 {
    border-color: RGBA(192, 245, 242, 0.3);
  }
  .border-cotton-candy-opal-03,
  .hover\:border-cotton-candy-opal-03:hover,
  .focus\:border-cotton-candy-opal-03:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-03,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-03 {
    border-color: RGBA(192, 245, 242, 0.03);
  }
  .border-cotton-candy-opal-4,
  .hover\:border-cotton-candy-opal-4:hover,
  .focus\:border-cotton-candy-opal-4:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-4,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-4 {
    border-color: RGBA(192, 245, 242, 0.4);
  }
  .border-cotton-candy-opal-04,
  .hover\:border-cotton-candy-opal-04:hover,
  .focus\:border-cotton-candy-opal-04:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-04,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-04 {
    border-color: RGBA(192, 245, 242, 0.04);
  }
  .border-cotton-candy-opal-5,
  .hover\:border-cotton-candy-opal-5:hover,
  .focus\:border-cotton-candy-opal-5:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-5,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-5 {
    border-color: RGBA(192, 245, 242, 0.5);
  }
  .border-cotton-candy-opal-05,
  .hover\:border-cotton-candy-opal-05:hover,
  .focus\:border-cotton-candy-opal-05:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-05,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-05 {
    border-color: RGBA(192, 245, 242, 0.05);
  }
  .border-cotton-candy-opal-6,
  .hover\:border-cotton-candy-opal-6:hover,
  .focus\:border-cotton-candy-opal-6:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-6,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-6 {
    border-color: RGBA(192, 245, 242, 0.6);
  }
  .border-cotton-candy-opal-06,
  .hover\:border-cotton-candy-opal-06:hover,
  .focus\:border-cotton-candy-opal-06:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-06,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-06 {
    border-color: RGBA(192, 245, 242, 0.06);
  }
  .border-cotton-candy-opal-7,
  .hover\:border-cotton-candy-opal-7:hover,
  .focus\:border-cotton-candy-opal-7:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-7,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-7 {
    border-color: RGBA(192, 245, 242, 0.7);
  }
  .border-cotton-candy-opal-07,
  .hover\:border-cotton-candy-opal-07:hover,
  .focus\:border-cotton-candy-opal-07:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-07,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-07 {
    border-color: RGBA(192, 245, 242, 0.07);
  }
  .border-cotton-candy-opal-8,
  .hover\:border-cotton-candy-opal-8:hover,
  .focus\:border-cotton-candy-opal-8:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-8,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-8 {
    border-color: RGBA(192, 245, 242, 0.8);
  }
  .border-cotton-candy-opal-08,
  .hover\:border-cotton-candy-opal-08:hover,
  .focus\:border-cotton-candy-opal-08:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-08,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-08 {
    border-color: RGBA(192, 245, 242, 0.08);
  }
  .border-cotton-candy-opal-9,
  .hover\:border-cotton-candy-opal-9:hover,
  .focus\:border-cotton-candy-opal-9:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-9,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-9 {
    border-color: RGBA(192, 245, 242, 0.9);
  }
  .border-cotton-candy-opal-09,
  .hover\:border-cotton-candy-opal-09:hover,
  .focus\:border-cotton-candy-opal-09:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-09,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-09 {
    border-color: RGBA(192, 245, 242, 0.09);
  }
  .border-cotton-candy-opal-10,
  .hover\:border-cotton-candy-opal-10:hover,
  .focus\:border-cotton-candy-opal-10:focus,
  .group:hover .group-hover\:border-cotton-candy-opal-10,
  .group:focus-within .group-focus-within\:border-cotton-candy-opal-10 {
    border-color: RGBA(192, 245, 242, 1);
  }
  .border-brand-primary,
  .hover\:border-brand-primary:hover,
  .focus\:border-brand-primary:focus,
  .group:hover .group-hover\:border-brand-primary,
  .group:focus-within .group-focus-within\:border-brand-primary {
    border-color: #441c99;
  }
  .border-brand-primary-opal-0,
  .hover\:border-brand-primary-opal-0:hover,
  .focus\:border-brand-primary-opal-0:focus,
  .group:hover .group-hover\:border-brand-primary-opal-0,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-0 {
    border-color: RGBA(68, 28, 153, 0);
  }
  .border-brand-primary-opal-00,
  .hover\:border-brand-primary-opal-00:hover,
  .focus\:border-brand-primary-opal-00:focus,
  .group:hover .group-hover\:border-brand-primary-opal-00,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-00 {
    border-color: RGBA(68, 28, 153, 0);
  }
  .border-brand-primary-opal-1,
  .hover\:border-brand-primary-opal-1:hover,
  .focus\:border-brand-primary-opal-1:focus,
  .group:hover .group-hover\:border-brand-primary-opal-1,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-1 {
    border-color: RGBA(68, 28, 153, 0.1);
  }
  .border-brand-primary-opal-01,
  .hover\:border-brand-primary-opal-01:hover,
  .focus\:border-brand-primary-opal-01:focus,
  .group:hover .group-hover\:border-brand-primary-opal-01,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-01 {
    border-color: RGBA(68, 28, 153, 0.01);
  }
  .border-brand-primary-opal-2,
  .hover\:border-brand-primary-opal-2:hover,
  .focus\:border-brand-primary-opal-2:focus,
  .group:hover .group-hover\:border-brand-primary-opal-2,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-2 {
    border-color: RGBA(68, 28, 153, 0.2);
  }
  .border-brand-primary-opal-02,
  .hover\:border-brand-primary-opal-02:hover,
  .focus\:border-brand-primary-opal-02:focus,
  .group:hover .group-hover\:border-brand-primary-opal-02,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-02 {
    border-color: RGBA(68, 28, 153, 0.02);
  }
  .border-brand-primary-opal-3,
  .hover\:border-brand-primary-opal-3:hover,
  .focus\:border-brand-primary-opal-3:focus,
  .group:hover .group-hover\:border-brand-primary-opal-3,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-3 {
    border-color: RGBA(68, 28, 153, 0.3);
  }
  .border-brand-primary-opal-03,
  .hover\:border-brand-primary-opal-03:hover,
  .focus\:border-brand-primary-opal-03:focus,
  .group:hover .group-hover\:border-brand-primary-opal-03,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-03 {
    border-color: RGBA(68, 28, 153, 0.03);
  }
  .border-brand-primary-opal-4,
  .hover\:border-brand-primary-opal-4:hover,
  .focus\:border-brand-primary-opal-4:focus,
  .group:hover .group-hover\:border-brand-primary-opal-4,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-4 {
    border-color: RGBA(68, 28, 153, 0.4);
  }
  .border-brand-primary-opal-04,
  .hover\:border-brand-primary-opal-04:hover,
  .focus\:border-brand-primary-opal-04:focus,
  .group:hover .group-hover\:border-brand-primary-opal-04,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-04 {
    border-color: RGBA(68, 28, 153, 0.04);
  }
  .border-brand-primary-opal-5,
  .hover\:border-brand-primary-opal-5:hover,
  .focus\:border-brand-primary-opal-5:focus,
  .group:hover .group-hover\:border-brand-primary-opal-5,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-5 {
    border-color: RGBA(68, 28, 153, 0.5);
  }
  .border-brand-primary-opal-05,
  .hover\:border-brand-primary-opal-05:hover,
  .focus\:border-brand-primary-opal-05:focus,
  .group:hover .group-hover\:border-brand-primary-opal-05,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-05 {
    border-color: RGBA(68, 28, 153, 0.05);
  }
  .border-brand-primary-opal-6,
  .hover\:border-brand-primary-opal-6:hover,
  .focus\:border-brand-primary-opal-6:focus,
  .group:hover .group-hover\:border-brand-primary-opal-6,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-6 {
    border-color: RGBA(68, 28, 153, 0.6);
  }
  .border-brand-primary-opal-06,
  .hover\:border-brand-primary-opal-06:hover,
  .focus\:border-brand-primary-opal-06:focus,
  .group:hover .group-hover\:border-brand-primary-opal-06,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-06 {
    border-color: RGBA(68, 28, 153, 0.06);
  }
  .border-brand-primary-opal-7,
  .hover\:border-brand-primary-opal-7:hover,
  .focus\:border-brand-primary-opal-7:focus,
  .group:hover .group-hover\:border-brand-primary-opal-7,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-7 {
    border-color: RGBA(68, 28, 153, 0.7);
  }
  .border-brand-primary-opal-07,
  .hover\:border-brand-primary-opal-07:hover,
  .focus\:border-brand-primary-opal-07:focus,
  .group:hover .group-hover\:border-brand-primary-opal-07,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-07 {
    border-color: RGBA(68, 28, 153, 0.07);
  }
  .border-brand-primary-opal-8,
  .hover\:border-brand-primary-opal-8:hover,
  .focus\:border-brand-primary-opal-8:focus,
  .group:hover .group-hover\:border-brand-primary-opal-8,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-8 {
    border-color: RGBA(68, 28, 153, 0.8);
  }
  .border-brand-primary-opal-08,
  .hover\:border-brand-primary-opal-08:hover,
  .focus\:border-brand-primary-opal-08:focus,
  .group:hover .group-hover\:border-brand-primary-opal-08,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-08 {
    border-color: RGBA(68, 28, 153, 0.08);
  }
  .border-brand-primary-opal-9,
  .hover\:border-brand-primary-opal-9:hover,
  .focus\:border-brand-primary-opal-9:focus,
  .group:hover .group-hover\:border-brand-primary-opal-9,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-9 {
    border-color: RGBA(68, 28, 153, 0.9);
  }
  .border-brand-primary-opal-09,
  .hover\:border-brand-primary-opal-09:hover,
  .focus\:border-brand-primary-opal-09:focus,
  .group:hover .group-hover\:border-brand-primary-opal-09,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-09 {
    border-color: RGBA(68, 28, 153, 0.09);
  }
  .border-brand-primary-opal-10,
  .hover\:border-brand-primary-opal-10:hover,
  .focus\:border-brand-primary-opal-10:focus,
  .group:hover .group-hover\:border-brand-primary-opal-10,
  .group:focus-within .group-focus-within\:border-brand-primary-opal-10 {
    border-color: RGBA(68, 28, 153, 1);
  }
  .border-brand-secondary,
  .hover\:border-brand-secondary:hover,
  .focus\:border-brand-secondary:focus,
  .group:hover .group-hover\:border-brand-secondary,
  .group:focus-within .group-focus-within\:border-brand-secondary {
    border-color: #030328;
  }
  .border-brand-secondary-opal-0,
  .hover\:border-brand-secondary-opal-0:hover,
  .focus\:border-brand-secondary-opal-0:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-0,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-0 {
    border-color: RGBA(3, 3, 40, 0);
  }
  .border-brand-secondary-opal-00,
  .hover\:border-brand-secondary-opal-00:hover,
  .focus\:border-brand-secondary-opal-00:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-00,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-00 {
    border-color: RGBA(3, 3, 40, 0);
  }
  .border-brand-secondary-opal-1,
  .hover\:border-brand-secondary-opal-1:hover,
  .focus\:border-brand-secondary-opal-1:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-1,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-1 {
    border-color: RGBA(3, 3, 40, 0.1);
  }
  .border-brand-secondary-opal-01,
  .hover\:border-brand-secondary-opal-01:hover,
  .focus\:border-brand-secondary-opal-01:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-01,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-01 {
    border-color: RGBA(3, 3, 40, 0.01);
  }
  .border-brand-secondary-opal-2,
  .hover\:border-brand-secondary-opal-2:hover,
  .focus\:border-brand-secondary-opal-2:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-2,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-2 {
    border-color: RGBA(3, 3, 40, 0.2);
  }
  .border-brand-secondary-opal-02,
  .hover\:border-brand-secondary-opal-02:hover,
  .focus\:border-brand-secondary-opal-02:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-02,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-02 {
    border-color: RGBA(3, 3, 40, 0.02);
  }
  .border-brand-secondary-opal-3,
  .hover\:border-brand-secondary-opal-3:hover,
  .focus\:border-brand-secondary-opal-3:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-3,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-3 {
    border-color: RGBA(3, 3, 40, 0.3);
  }
  .border-brand-secondary-opal-03,
  .hover\:border-brand-secondary-opal-03:hover,
  .focus\:border-brand-secondary-opal-03:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-03,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-03 {
    border-color: RGBA(3, 3, 40, 0.03);
  }
  .border-brand-secondary-opal-4,
  .hover\:border-brand-secondary-opal-4:hover,
  .focus\:border-brand-secondary-opal-4:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-4,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-4 {
    border-color: RGBA(3, 3, 40, 0.4);
  }
  .border-brand-secondary-opal-04,
  .hover\:border-brand-secondary-opal-04:hover,
  .focus\:border-brand-secondary-opal-04:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-04,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-04 {
    border-color: RGBA(3, 3, 40, 0.04);
  }
  .border-brand-secondary-opal-5,
  .hover\:border-brand-secondary-opal-5:hover,
  .focus\:border-brand-secondary-opal-5:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-5,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-5 {
    border-color: RGBA(3, 3, 40, 0.5);
  }
  .border-brand-secondary-opal-05,
  .hover\:border-brand-secondary-opal-05:hover,
  .focus\:border-brand-secondary-opal-05:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-05,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-05 {
    border-color: RGBA(3, 3, 40, 0.05);
  }
  .border-brand-secondary-opal-6,
  .hover\:border-brand-secondary-opal-6:hover,
  .focus\:border-brand-secondary-opal-6:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-6,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-6 {
    border-color: RGBA(3, 3, 40, 0.6);
  }
  .border-brand-secondary-opal-06,
  .hover\:border-brand-secondary-opal-06:hover,
  .focus\:border-brand-secondary-opal-06:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-06,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-06 {
    border-color: RGBA(3, 3, 40, 0.06);
  }
  .border-brand-secondary-opal-7,
  .hover\:border-brand-secondary-opal-7:hover,
  .focus\:border-brand-secondary-opal-7:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-7,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-7 {
    border-color: RGBA(3, 3, 40, 0.7);
  }
  .border-brand-secondary-opal-07,
  .hover\:border-brand-secondary-opal-07:hover,
  .focus\:border-brand-secondary-opal-07:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-07,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-07 {
    border-color: RGBA(3, 3, 40, 0.07);
  }
  .border-brand-secondary-opal-8,
  .hover\:border-brand-secondary-opal-8:hover,
  .focus\:border-brand-secondary-opal-8:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-8,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-8 {
    border-color: RGBA(3, 3, 40, 0.8);
  }
  .border-brand-secondary-opal-08,
  .hover\:border-brand-secondary-opal-08:hover,
  .focus\:border-brand-secondary-opal-08:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-08,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-08 {
    border-color: RGBA(3, 3, 40, 0.08);
  }
  .border-brand-secondary-opal-9,
  .hover\:border-brand-secondary-opal-9:hover,
  .focus\:border-brand-secondary-opal-9:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-9,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-9 {
    border-color: RGBA(3, 3, 40, 0.9);
  }
  .border-brand-secondary-opal-09,
  .hover\:border-brand-secondary-opal-09:hover,
  .focus\:border-brand-secondary-opal-09:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-09,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-09 {
    border-color: RGBA(3, 3, 40, 0.09);
  }
  .border-brand-secondary-opal-10,
  .hover\:border-brand-secondary-opal-10:hover,
  .focus\:border-brand-secondary-opal-10:focus,
  .group:hover .group-hover\:border-brand-secondary-opal-10,
  .group:focus-within .group-focus-within\:border-brand-secondary-opal-10 {
    border-color: RGBA(3, 3, 40, 1);
  }
  .border-color-headline,
  .hover\:border-color-headline:hover,
  .focus\:border-color-headline:focus,
  .group:hover .group-hover\:border-color-headline,
  .group:focus-within .group-focus-within\:border-color-headline {
    border-color: #030328;
  }
  .border-color-headline-opal-0,
  .hover\:border-color-headline-opal-0:hover,
  .focus\:border-color-headline-opal-0:focus,
  .group:hover .group-hover\:border-color-headline-opal-0,
  .group:focus-within .group-focus-within\:border-color-headline-opal-0 {
    border-color: RGBA(3, 3, 40, 0);
  }
  .border-color-headline-opal-00,
  .hover\:border-color-headline-opal-00:hover,
  .focus\:border-color-headline-opal-00:focus,
  .group:hover .group-hover\:border-color-headline-opal-00,
  .group:focus-within .group-focus-within\:border-color-headline-opal-00 {
    border-color: RGBA(3, 3, 40, 0);
  }
  .border-color-headline-opal-1,
  .hover\:border-color-headline-opal-1:hover,
  .focus\:border-color-headline-opal-1:focus,
  .group:hover .group-hover\:border-color-headline-opal-1,
  .group:focus-within .group-focus-within\:border-color-headline-opal-1 {
    border-color: RGBA(3, 3, 40, 0.1);
  }
  .border-color-headline-opal-01,
  .hover\:border-color-headline-opal-01:hover,
  .focus\:border-color-headline-opal-01:focus,
  .group:hover .group-hover\:border-color-headline-opal-01,
  .group:focus-within .group-focus-within\:border-color-headline-opal-01 {
    border-color: RGBA(3, 3, 40, 0.01);
  }
  .border-color-headline-opal-2,
  .hover\:border-color-headline-opal-2:hover,
  .focus\:border-color-headline-opal-2:focus,
  .group:hover .group-hover\:border-color-headline-opal-2,
  .group:focus-within .group-focus-within\:border-color-headline-opal-2 {
    border-color: RGBA(3, 3, 40, 0.2);
  }
  .border-color-headline-opal-02,
  .hover\:border-color-headline-opal-02:hover,
  .focus\:border-color-headline-opal-02:focus,
  .group:hover .group-hover\:border-color-headline-opal-02,
  .group:focus-within .group-focus-within\:border-color-headline-opal-02 {
    border-color: RGBA(3, 3, 40, 0.02);
  }
  .border-color-headline-opal-3,
  .hover\:border-color-headline-opal-3:hover,
  .focus\:border-color-headline-opal-3:focus,
  .group:hover .group-hover\:border-color-headline-opal-3,
  .group:focus-within .group-focus-within\:border-color-headline-opal-3 {
    border-color: RGBA(3, 3, 40, 0.3);
  }
  .border-color-headline-opal-03,
  .hover\:border-color-headline-opal-03:hover,
  .focus\:border-color-headline-opal-03:focus,
  .group:hover .group-hover\:border-color-headline-opal-03,
  .group:focus-within .group-focus-within\:border-color-headline-opal-03 {
    border-color: RGBA(3, 3, 40, 0.03);
  }
  .border-color-headline-opal-4,
  .hover\:border-color-headline-opal-4:hover,
  .focus\:border-color-headline-opal-4:focus,
  .group:hover .group-hover\:border-color-headline-opal-4,
  .group:focus-within .group-focus-within\:border-color-headline-opal-4 {
    border-color: RGBA(3, 3, 40, 0.4);
  }
  .border-color-headline-opal-04,
  .hover\:border-color-headline-opal-04:hover,
  .focus\:border-color-headline-opal-04:focus,
  .group:hover .group-hover\:border-color-headline-opal-04,
  .group:focus-within .group-focus-within\:border-color-headline-opal-04 {
    border-color: RGBA(3, 3, 40, 0.04);
  }
  .border-color-headline-opal-5,
  .hover\:border-color-headline-opal-5:hover,
  .focus\:border-color-headline-opal-5:focus,
  .group:hover .group-hover\:border-color-headline-opal-5,
  .group:focus-within .group-focus-within\:border-color-headline-opal-5 {
    border-color: RGBA(3, 3, 40, 0.5);
  }
  .border-color-headline-opal-05,
  .hover\:border-color-headline-opal-05:hover,
  .focus\:border-color-headline-opal-05:focus,
  .group:hover .group-hover\:border-color-headline-opal-05,
  .group:focus-within .group-focus-within\:border-color-headline-opal-05 {
    border-color: RGBA(3, 3, 40, 0.05);
  }
  .border-color-headline-opal-6,
  .hover\:border-color-headline-opal-6:hover,
  .focus\:border-color-headline-opal-6:focus,
  .group:hover .group-hover\:border-color-headline-opal-6,
  .group:focus-within .group-focus-within\:border-color-headline-opal-6 {
    border-color: RGBA(3, 3, 40, 0.6);
  }
  .border-color-headline-opal-06,
  .hover\:border-color-headline-opal-06:hover,
  .focus\:border-color-headline-opal-06:focus,
  .group:hover .group-hover\:border-color-headline-opal-06,
  .group:focus-within .group-focus-within\:border-color-headline-opal-06 {
    border-color: RGBA(3, 3, 40, 0.06);
  }
  .border-color-headline-opal-7,
  .hover\:border-color-headline-opal-7:hover,
  .focus\:border-color-headline-opal-7:focus,
  .group:hover .group-hover\:border-color-headline-opal-7,
  .group:focus-within .group-focus-within\:border-color-headline-opal-7 {
    border-color: RGBA(3, 3, 40, 0.7);
  }
  .border-color-headline-opal-07,
  .hover\:border-color-headline-opal-07:hover,
  .focus\:border-color-headline-opal-07:focus,
  .group:hover .group-hover\:border-color-headline-opal-07,
  .group:focus-within .group-focus-within\:border-color-headline-opal-07 {
    border-color: RGBA(3, 3, 40, 0.07);
  }
  .border-color-headline-opal-8,
  .hover\:border-color-headline-opal-8:hover,
  .focus\:border-color-headline-opal-8:focus,
  .group:hover .group-hover\:border-color-headline-opal-8,
  .group:focus-within .group-focus-within\:border-color-headline-opal-8 {
    border-color: RGBA(3, 3, 40, 0.8);
  }
  .border-color-headline-opal-08,
  .hover\:border-color-headline-opal-08:hover,
  .focus\:border-color-headline-opal-08:focus,
  .group:hover .group-hover\:border-color-headline-opal-08,
  .group:focus-within .group-focus-within\:border-color-headline-opal-08 {
    border-color: RGBA(3, 3, 40, 0.08);
  }
  .border-color-headline-opal-9,
  .hover\:border-color-headline-opal-9:hover,
  .focus\:border-color-headline-opal-9:focus,
  .group:hover .group-hover\:border-color-headline-opal-9,
  .group:focus-within .group-focus-within\:border-color-headline-opal-9 {
    border-color: RGBA(3, 3, 40, 0.9);
  }
  .border-color-headline-opal-09,
  .hover\:border-color-headline-opal-09:hover,
  .focus\:border-color-headline-opal-09:focus,
  .group:hover .group-hover\:border-color-headline-opal-09,
  .group:focus-within .group-focus-within\:border-color-headline-opal-09 {
    border-color: RGBA(3, 3, 40, 0.09);
  }
  .border-color-headline-opal-10,
  .hover\:border-color-headline-opal-10:hover,
  .focus\:border-color-headline-opal-10:focus,
  .group:hover .group-hover\:border-color-headline-opal-10,
  .group:focus-within .group-focus-within\:border-color-headline-opal-10 {
    border-color: RGBA(3, 3, 40, 1);
  }
  .border-color-body,
  .hover\:border-color-body:hover,
  .focus\:border-color-body:focus,
  .group:hover .group-hover\:border-color-body,
  .group:focus-within .group-focus-within\:border-color-body {
    border-color: #383f76;
  }
  .border-color-body-opal-0,
  .hover\:border-color-body-opal-0:hover,
  .focus\:border-color-body-opal-0:focus,
  .group:hover .group-hover\:border-color-body-opal-0,
  .group:focus-within .group-focus-within\:border-color-body-opal-0 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .border-color-body-opal-00,
  .hover\:border-color-body-opal-00:hover,
  .focus\:border-color-body-opal-00:focus,
  .group:hover .group-hover\:border-color-body-opal-00,
  .group:focus-within .group-focus-within\:border-color-body-opal-00 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .border-color-body-opal-1,
  .hover\:border-color-body-opal-1:hover,
  .focus\:border-color-body-opal-1:focus,
  .group:hover .group-hover\:border-color-body-opal-1,
  .group:focus-within .group-focus-within\:border-color-body-opal-1 {
    border-color: RGBA(56, 63, 118, 0.1);
  }
  .border-color-body-opal-01,
  .hover\:border-color-body-opal-01:hover,
  .focus\:border-color-body-opal-01:focus,
  .group:hover .group-hover\:border-color-body-opal-01,
  .group:focus-within .group-focus-within\:border-color-body-opal-01 {
    border-color: RGBA(56, 63, 118, 0.01);
  }
  .border-color-body-opal-2,
  .hover\:border-color-body-opal-2:hover,
  .focus\:border-color-body-opal-2:focus,
  .group:hover .group-hover\:border-color-body-opal-2,
  .group:focus-within .group-focus-within\:border-color-body-opal-2 {
    border-color: RGBA(56, 63, 118, 0.2);
  }
  .border-color-body-opal-02,
  .hover\:border-color-body-opal-02:hover,
  .focus\:border-color-body-opal-02:focus,
  .group:hover .group-hover\:border-color-body-opal-02,
  .group:focus-within .group-focus-within\:border-color-body-opal-02 {
    border-color: RGBA(56, 63, 118, 0.02);
  }
  .border-color-body-opal-3,
  .hover\:border-color-body-opal-3:hover,
  .focus\:border-color-body-opal-3:focus,
  .group:hover .group-hover\:border-color-body-opal-3,
  .group:focus-within .group-focus-within\:border-color-body-opal-3 {
    border-color: RGBA(56, 63, 118, 0.3);
  }
  .border-color-body-opal-03,
  .hover\:border-color-body-opal-03:hover,
  .focus\:border-color-body-opal-03:focus,
  .group:hover .group-hover\:border-color-body-opal-03,
  .group:focus-within .group-focus-within\:border-color-body-opal-03 {
    border-color: RGBA(56, 63, 118, 0.03);
  }
  .border-color-body-opal-4,
  .hover\:border-color-body-opal-4:hover,
  .focus\:border-color-body-opal-4:focus,
  .group:hover .group-hover\:border-color-body-opal-4,
  .group:focus-within .group-focus-within\:border-color-body-opal-4 {
    border-color: RGBA(56, 63, 118, 0.4);
  }
  .border-color-body-opal-04,
  .hover\:border-color-body-opal-04:hover,
  .focus\:border-color-body-opal-04:focus,
  .group:hover .group-hover\:border-color-body-opal-04,
  .group:focus-within .group-focus-within\:border-color-body-opal-04 {
    border-color: RGBA(56, 63, 118, 0.04);
  }
  .border-color-body-opal-5,
  .hover\:border-color-body-opal-5:hover,
  .focus\:border-color-body-opal-5:focus,
  .group:hover .group-hover\:border-color-body-opal-5,
  .group:focus-within .group-focus-within\:border-color-body-opal-5 {
    border-color: RGBA(56, 63, 118, 0.5);
  }
  .border-color-body-opal-05,
  .hover\:border-color-body-opal-05:hover,
  .focus\:border-color-body-opal-05:focus,
  .group:hover .group-hover\:border-color-body-opal-05,
  .group:focus-within .group-focus-within\:border-color-body-opal-05 {
    border-color: RGBA(56, 63, 118, 0.05);
  }
  .border-color-body-opal-6,
  .hover\:border-color-body-opal-6:hover,
  .focus\:border-color-body-opal-6:focus,
  .group:hover .group-hover\:border-color-body-opal-6,
  .group:focus-within .group-focus-within\:border-color-body-opal-6 {
    border-color: RGBA(56, 63, 118, 0.6);
  }
  .border-color-body-opal-06,
  .hover\:border-color-body-opal-06:hover,
  .focus\:border-color-body-opal-06:focus,
  .group:hover .group-hover\:border-color-body-opal-06,
  .group:focus-within .group-focus-within\:border-color-body-opal-06 {
    border-color: RGBA(56, 63, 118, 0.06);
  }
  .border-color-body-opal-7,
  .hover\:border-color-body-opal-7:hover,
  .focus\:border-color-body-opal-7:focus,
  .group:hover .group-hover\:border-color-body-opal-7,
  .group:focus-within .group-focus-within\:border-color-body-opal-7 {
    border-color: RGBA(56, 63, 118, 0.7);
  }
  .border-color-body-opal-07,
  .hover\:border-color-body-opal-07:hover,
  .focus\:border-color-body-opal-07:focus,
  .group:hover .group-hover\:border-color-body-opal-07,
  .group:focus-within .group-focus-within\:border-color-body-opal-07 {
    border-color: RGBA(56, 63, 118, 0.07);
  }
  .border-color-body-opal-8,
  .hover\:border-color-body-opal-8:hover,
  .focus\:border-color-body-opal-8:focus,
  .group:hover .group-hover\:border-color-body-opal-8,
  .group:focus-within .group-focus-within\:border-color-body-opal-8 {
    border-color: RGBA(56, 63, 118, 0.8);
  }
  .border-color-body-opal-08,
  .hover\:border-color-body-opal-08:hover,
  .focus\:border-color-body-opal-08:focus,
  .group:hover .group-hover\:border-color-body-opal-08,
  .group:focus-within .group-focus-within\:border-color-body-opal-08 {
    border-color: RGBA(56, 63, 118, 0.08);
  }
  .border-color-body-opal-9,
  .hover\:border-color-body-opal-9:hover,
  .focus\:border-color-body-opal-9:focus,
  .group:hover .group-hover\:border-color-body-opal-9,
  .group:focus-within .group-focus-within\:border-color-body-opal-9 {
    border-color: RGBA(56, 63, 118, 0.9);
  }
  .border-color-body-opal-09,
  .hover\:border-color-body-opal-09:hover,
  .focus\:border-color-body-opal-09:focus,
  .group:hover .group-hover\:border-color-body-opal-09,
  .group:focus-within .group-focus-within\:border-color-body-opal-09 {
    border-color: RGBA(56, 63, 118, 0.09);
  }
  .border-color-body-opal-10,
  .hover\:border-color-body-opal-10:hover,
  .focus\:border-color-body-opal-10:focus,
  .group:hover .group-hover\:border-color-body-opal-10,
  .group:focus-within .group-focus-within\:border-color-body-opal-10 {
    border-color: RGBA(56, 63, 118, 1);
  }
  .border-success,
  .hover\:border-success:hover,
  .focus\:border-success:focus,
  .group:hover .group-hover\:border-success,
  .group:focus-within .group-focus-within\:border-success {
    border-color: #168982;
  }
  .border-success-opal-0,
  .hover\:border-success-opal-0:hover,
  .focus\:border-success-opal-0:focus,
  .group:hover .group-hover\:border-success-opal-0,
  .group:focus-within .group-focus-within\:border-success-opal-0 {
    border-color: RGBA(22, 137, 130, 0);
  }
  .border-success-opal-00,
  .hover\:border-success-opal-00:hover,
  .focus\:border-success-opal-00:focus,
  .group:hover .group-hover\:border-success-opal-00,
  .group:focus-within .group-focus-within\:border-success-opal-00 {
    border-color: RGBA(22, 137, 130, 0);
  }
  .border-success-opal-1,
  .hover\:border-success-opal-1:hover,
  .focus\:border-success-opal-1:focus,
  .group:hover .group-hover\:border-success-opal-1,
  .group:focus-within .group-focus-within\:border-success-opal-1 {
    border-color: RGBA(22, 137, 130, 0.1);
  }
  .border-success-opal-01,
  .hover\:border-success-opal-01:hover,
  .focus\:border-success-opal-01:focus,
  .group:hover .group-hover\:border-success-opal-01,
  .group:focus-within .group-focus-within\:border-success-opal-01 {
    border-color: RGBA(22, 137, 130, 0.01);
  }
  .border-success-opal-2,
  .hover\:border-success-opal-2:hover,
  .focus\:border-success-opal-2:focus,
  .group:hover .group-hover\:border-success-opal-2,
  .group:focus-within .group-focus-within\:border-success-opal-2 {
    border-color: RGBA(22, 137, 130, 0.2);
  }
  .border-success-opal-02,
  .hover\:border-success-opal-02:hover,
  .focus\:border-success-opal-02:focus,
  .group:hover .group-hover\:border-success-opal-02,
  .group:focus-within .group-focus-within\:border-success-opal-02 {
    border-color: RGBA(22, 137, 130, 0.02);
  }
  .border-success-opal-3,
  .hover\:border-success-opal-3:hover,
  .focus\:border-success-opal-3:focus,
  .group:hover .group-hover\:border-success-opal-3,
  .group:focus-within .group-focus-within\:border-success-opal-3 {
    border-color: RGBA(22, 137, 130, 0.3);
  }
  .border-success-opal-03,
  .hover\:border-success-opal-03:hover,
  .focus\:border-success-opal-03:focus,
  .group:hover .group-hover\:border-success-opal-03,
  .group:focus-within .group-focus-within\:border-success-opal-03 {
    border-color: RGBA(22, 137, 130, 0.03);
  }
  .border-success-opal-4,
  .hover\:border-success-opal-4:hover,
  .focus\:border-success-opal-4:focus,
  .group:hover .group-hover\:border-success-opal-4,
  .group:focus-within .group-focus-within\:border-success-opal-4 {
    border-color: RGBA(22, 137, 130, 0.4);
  }
  .border-success-opal-04,
  .hover\:border-success-opal-04:hover,
  .focus\:border-success-opal-04:focus,
  .group:hover .group-hover\:border-success-opal-04,
  .group:focus-within .group-focus-within\:border-success-opal-04 {
    border-color: RGBA(22, 137, 130, 0.04);
  }
  .border-success-opal-5,
  .hover\:border-success-opal-5:hover,
  .focus\:border-success-opal-5:focus,
  .group:hover .group-hover\:border-success-opal-5,
  .group:focus-within .group-focus-within\:border-success-opal-5 {
    border-color: RGBA(22, 137, 130, 0.5);
  }
  .border-success-opal-05,
  .hover\:border-success-opal-05:hover,
  .focus\:border-success-opal-05:focus,
  .group:hover .group-hover\:border-success-opal-05,
  .group:focus-within .group-focus-within\:border-success-opal-05 {
    border-color: RGBA(22, 137, 130, 0.05);
  }
  .border-success-opal-6,
  .hover\:border-success-opal-6:hover,
  .focus\:border-success-opal-6:focus,
  .group:hover .group-hover\:border-success-opal-6,
  .group:focus-within .group-focus-within\:border-success-opal-6 {
    border-color: RGBA(22, 137, 130, 0.6);
  }
  .border-success-opal-06,
  .hover\:border-success-opal-06:hover,
  .focus\:border-success-opal-06:focus,
  .group:hover .group-hover\:border-success-opal-06,
  .group:focus-within .group-focus-within\:border-success-opal-06 {
    border-color: RGBA(22, 137, 130, 0.06);
  }
  .border-success-opal-7,
  .hover\:border-success-opal-7:hover,
  .focus\:border-success-opal-7:focus,
  .group:hover .group-hover\:border-success-opal-7,
  .group:focus-within .group-focus-within\:border-success-opal-7 {
    border-color: RGBA(22, 137, 130, 0.7);
  }
  .border-success-opal-07,
  .hover\:border-success-opal-07:hover,
  .focus\:border-success-opal-07:focus,
  .group:hover .group-hover\:border-success-opal-07,
  .group:focus-within .group-focus-within\:border-success-opal-07 {
    border-color: RGBA(22, 137, 130, 0.07);
  }
  .border-success-opal-8,
  .hover\:border-success-opal-8:hover,
  .focus\:border-success-opal-8:focus,
  .group:hover .group-hover\:border-success-opal-8,
  .group:focus-within .group-focus-within\:border-success-opal-8 {
    border-color: RGBA(22, 137, 130, 0.8);
  }
  .border-success-opal-08,
  .hover\:border-success-opal-08:hover,
  .focus\:border-success-opal-08:focus,
  .group:hover .group-hover\:border-success-opal-08,
  .group:focus-within .group-focus-within\:border-success-opal-08 {
    border-color: RGBA(22, 137, 130, 0.08);
  }
  .border-success-opal-9,
  .hover\:border-success-opal-9:hover,
  .focus\:border-success-opal-9:focus,
  .group:hover .group-hover\:border-success-opal-9,
  .group:focus-within .group-focus-within\:border-success-opal-9 {
    border-color: RGBA(22, 137, 130, 0.9);
  }
  .border-success-opal-09,
  .hover\:border-success-opal-09:hover,
  .focus\:border-success-opal-09:focus,
  .group:hover .group-hover\:border-success-opal-09,
  .group:focus-within .group-focus-within\:border-success-opal-09 {
    border-color: RGBA(22, 137, 130, 0.09);
  }
  .border-success-opal-10,
  .hover\:border-success-opal-10:hover,
  .focus\:border-success-opal-10:focus,
  .group:hover .group-hover\:border-success-opal-10,
  .group:focus-within .group-focus-within\:border-success-opal-10 {
    border-color: RGBA(22, 137, 130, 1);
  }
  .border-success-contrast,
  .hover\:border-success-contrast:hover,
  .focus\:border-success-contrast:focus,
  .group:hover .group-hover\:border-success-contrast,
  .group:focus-within .group-focus-within\:border-success-contrast {
    border-color: #fff;
  }
  .border-success-contrast-opal-0,
  .hover\:border-success-contrast-opal-0:hover,
  .focus\:border-success-contrast-opal-0:focus,
  .group:hover .group-hover\:border-success-contrast-opal-0,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-0 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .border-success-contrast-opal-00,
  .hover\:border-success-contrast-opal-00:hover,
  .focus\:border-success-contrast-opal-00:focus,
  .group:hover .group-hover\:border-success-contrast-opal-00,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-00 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .border-success-contrast-opal-1,
  .hover\:border-success-contrast-opal-1:hover,
  .focus\:border-success-contrast-opal-1:focus,
  .group:hover .group-hover\:border-success-contrast-opal-1,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-1 {
    border-color: RGBA(255, 255, 255, 0.1);
  }
  .border-success-contrast-opal-01,
  .hover\:border-success-contrast-opal-01:hover,
  .focus\:border-success-contrast-opal-01:focus,
  .group:hover .group-hover\:border-success-contrast-opal-01,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-01 {
    border-color: RGBA(255, 255, 255, 0.01);
  }
  .border-success-contrast-opal-2,
  .hover\:border-success-contrast-opal-2:hover,
  .focus\:border-success-contrast-opal-2:focus,
  .group:hover .group-hover\:border-success-contrast-opal-2,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-2 {
    border-color: RGBA(255, 255, 255, 0.2);
  }
  .border-success-contrast-opal-02,
  .hover\:border-success-contrast-opal-02:hover,
  .focus\:border-success-contrast-opal-02:focus,
  .group:hover .group-hover\:border-success-contrast-opal-02,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-02 {
    border-color: RGBA(255, 255, 255, 0.02);
  }
  .border-success-contrast-opal-3,
  .hover\:border-success-contrast-opal-3:hover,
  .focus\:border-success-contrast-opal-3:focus,
  .group:hover .group-hover\:border-success-contrast-opal-3,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-3 {
    border-color: RGBA(255, 255, 255, 0.3);
  }
  .border-success-contrast-opal-03,
  .hover\:border-success-contrast-opal-03:hover,
  .focus\:border-success-contrast-opal-03:focus,
  .group:hover .group-hover\:border-success-contrast-opal-03,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-03 {
    border-color: RGBA(255, 255, 255, 0.03);
  }
  .border-success-contrast-opal-4,
  .hover\:border-success-contrast-opal-4:hover,
  .focus\:border-success-contrast-opal-4:focus,
  .group:hover .group-hover\:border-success-contrast-opal-4,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-4 {
    border-color: RGBA(255, 255, 255, 0.4);
  }
  .border-success-contrast-opal-04,
  .hover\:border-success-contrast-opal-04:hover,
  .focus\:border-success-contrast-opal-04:focus,
  .group:hover .group-hover\:border-success-contrast-opal-04,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-04 {
    border-color: RGBA(255, 255, 255, 0.04);
  }
  .border-success-contrast-opal-5,
  .hover\:border-success-contrast-opal-5:hover,
  .focus\:border-success-contrast-opal-5:focus,
  .group:hover .group-hover\:border-success-contrast-opal-5,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-5 {
    border-color: RGBA(255, 255, 255, 0.5);
  }
  .border-success-contrast-opal-05,
  .hover\:border-success-contrast-opal-05:hover,
  .focus\:border-success-contrast-opal-05:focus,
  .group:hover .group-hover\:border-success-contrast-opal-05,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-05 {
    border-color: RGBA(255, 255, 255, 0.05);
  }
  .border-success-contrast-opal-6,
  .hover\:border-success-contrast-opal-6:hover,
  .focus\:border-success-contrast-opal-6:focus,
  .group:hover .group-hover\:border-success-contrast-opal-6,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-6 {
    border-color: RGBA(255, 255, 255, 0.6);
  }
  .border-success-contrast-opal-06,
  .hover\:border-success-contrast-opal-06:hover,
  .focus\:border-success-contrast-opal-06:focus,
  .group:hover .group-hover\:border-success-contrast-opal-06,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-06 {
    border-color: RGBA(255, 255, 255, 0.06);
  }
  .border-success-contrast-opal-7,
  .hover\:border-success-contrast-opal-7:hover,
  .focus\:border-success-contrast-opal-7:focus,
  .group:hover .group-hover\:border-success-contrast-opal-7,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-7 {
    border-color: RGBA(255, 255, 255, 0.7);
  }
  .border-success-contrast-opal-07,
  .hover\:border-success-contrast-opal-07:hover,
  .focus\:border-success-contrast-opal-07:focus,
  .group:hover .group-hover\:border-success-contrast-opal-07,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-07 {
    border-color: RGBA(255, 255, 255, 0.07);
  }
  .border-success-contrast-opal-8,
  .hover\:border-success-contrast-opal-8:hover,
  .focus\:border-success-contrast-opal-8:focus,
  .group:hover .group-hover\:border-success-contrast-opal-8,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-8 {
    border-color: RGBA(255, 255, 255, 0.8);
  }
  .border-success-contrast-opal-08,
  .hover\:border-success-contrast-opal-08:hover,
  .focus\:border-success-contrast-opal-08:focus,
  .group:hover .group-hover\:border-success-contrast-opal-08,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-08 {
    border-color: RGBA(255, 255, 255, 0.08);
  }
  .border-success-contrast-opal-9,
  .hover\:border-success-contrast-opal-9:hover,
  .focus\:border-success-contrast-opal-9:focus,
  .group:hover .group-hover\:border-success-contrast-opal-9,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-9 {
    border-color: RGBA(255, 255, 255, 0.9);
  }
  .border-success-contrast-opal-09,
  .hover\:border-success-contrast-opal-09:hover,
  .focus\:border-success-contrast-opal-09:focus,
  .group:hover .group-hover\:border-success-contrast-opal-09,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-09 {
    border-color: RGBA(255, 255, 255, 0.09);
  }
  .border-success-contrast-opal-10,
  .hover\:border-success-contrast-opal-10:hover,
  .focus\:border-success-contrast-opal-10:focus,
  .group:hover .group-hover\:border-success-contrast-opal-10,
  .group:focus-within .group-focus-within\:border-success-contrast-opal-10 {
    border-color: RGBA(255, 255, 255, 1);
  }
  .border-warning,
  .hover\:border-warning:hover,
  .focus\:border-warning:focus,
  .group:hover .group-hover\:border-warning,
  .group:focus-within .group-focus-within\:border-warning {
    border-color: #c04c0a;
  }
  .border-warning-opal-0,
  .hover\:border-warning-opal-0:hover,
  .focus\:border-warning-opal-0:focus,
  .group:hover .group-hover\:border-warning-opal-0,
  .group:focus-within .group-focus-within\:border-warning-opal-0 {
    border-color: RGBA(192, 76, 10, 0);
  }
  .border-warning-opal-00,
  .hover\:border-warning-opal-00:hover,
  .focus\:border-warning-opal-00:focus,
  .group:hover .group-hover\:border-warning-opal-00,
  .group:focus-within .group-focus-within\:border-warning-opal-00 {
    border-color: RGBA(192, 76, 10, 0);
  }
  .border-warning-opal-1,
  .hover\:border-warning-opal-1:hover,
  .focus\:border-warning-opal-1:focus,
  .group:hover .group-hover\:border-warning-opal-1,
  .group:focus-within .group-focus-within\:border-warning-opal-1 {
    border-color: RGBA(192, 76, 10, 0.1);
  }
  .border-warning-opal-01,
  .hover\:border-warning-opal-01:hover,
  .focus\:border-warning-opal-01:focus,
  .group:hover .group-hover\:border-warning-opal-01,
  .group:focus-within .group-focus-within\:border-warning-opal-01 {
    border-color: RGBA(192, 76, 10, 0.01);
  }
  .border-warning-opal-2,
  .hover\:border-warning-opal-2:hover,
  .focus\:border-warning-opal-2:focus,
  .group:hover .group-hover\:border-warning-opal-2,
  .group:focus-within .group-focus-within\:border-warning-opal-2 {
    border-color: RGBA(192, 76, 10, 0.2);
  }
  .border-warning-opal-02,
  .hover\:border-warning-opal-02:hover,
  .focus\:border-warning-opal-02:focus,
  .group:hover .group-hover\:border-warning-opal-02,
  .group:focus-within .group-focus-within\:border-warning-opal-02 {
    border-color: RGBA(192, 76, 10, 0.02);
  }
  .border-warning-opal-3,
  .hover\:border-warning-opal-3:hover,
  .focus\:border-warning-opal-3:focus,
  .group:hover .group-hover\:border-warning-opal-3,
  .group:focus-within .group-focus-within\:border-warning-opal-3 {
    border-color: RGBA(192, 76, 10, 0.3);
  }
  .border-warning-opal-03,
  .hover\:border-warning-opal-03:hover,
  .focus\:border-warning-opal-03:focus,
  .group:hover .group-hover\:border-warning-opal-03,
  .group:focus-within .group-focus-within\:border-warning-opal-03 {
    border-color: RGBA(192, 76, 10, 0.03);
  }
  .border-warning-opal-4,
  .hover\:border-warning-opal-4:hover,
  .focus\:border-warning-opal-4:focus,
  .group:hover .group-hover\:border-warning-opal-4,
  .group:focus-within .group-focus-within\:border-warning-opal-4 {
    border-color: RGBA(192, 76, 10, 0.4);
  }
  .border-warning-opal-04,
  .hover\:border-warning-opal-04:hover,
  .focus\:border-warning-opal-04:focus,
  .group:hover .group-hover\:border-warning-opal-04,
  .group:focus-within .group-focus-within\:border-warning-opal-04 {
    border-color: RGBA(192, 76, 10, 0.04);
  }
  .border-warning-opal-5,
  .hover\:border-warning-opal-5:hover,
  .focus\:border-warning-opal-5:focus,
  .group:hover .group-hover\:border-warning-opal-5,
  .group:focus-within .group-focus-within\:border-warning-opal-5 {
    border-color: RGBA(192, 76, 10, 0.5);
  }
  .border-warning-opal-05,
  .hover\:border-warning-opal-05:hover,
  .focus\:border-warning-opal-05:focus,
  .group:hover .group-hover\:border-warning-opal-05,
  .group:focus-within .group-focus-within\:border-warning-opal-05 {
    border-color: RGBA(192, 76, 10, 0.05);
  }
  .border-warning-opal-6,
  .hover\:border-warning-opal-6:hover,
  .focus\:border-warning-opal-6:focus,
  .group:hover .group-hover\:border-warning-opal-6,
  .group:focus-within .group-focus-within\:border-warning-opal-6 {
    border-color: RGBA(192, 76, 10, 0.6);
  }
  .border-warning-opal-06,
  .hover\:border-warning-opal-06:hover,
  .focus\:border-warning-opal-06:focus,
  .group:hover .group-hover\:border-warning-opal-06,
  .group:focus-within .group-focus-within\:border-warning-opal-06 {
    border-color: RGBA(192, 76, 10, 0.06);
  }
  .border-warning-opal-7,
  .hover\:border-warning-opal-7:hover,
  .focus\:border-warning-opal-7:focus,
  .group:hover .group-hover\:border-warning-opal-7,
  .group:focus-within .group-focus-within\:border-warning-opal-7 {
    border-color: RGBA(192, 76, 10, 0.7);
  }
  .border-warning-opal-07,
  .hover\:border-warning-opal-07:hover,
  .focus\:border-warning-opal-07:focus,
  .group:hover .group-hover\:border-warning-opal-07,
  .group:focus-within .group-focus-within\:border-warning-opal-07 {
    border-color: RGBA(192, 76, 10, 0.07);
  }
  .border-warning-opal-8,
  .hover\:border-warning-opal-8:hover,
  .focus\:border-warning-opal-8:focus,
  .group:hover .group-hover\:border-warning-opal-8,
  .group:focus-within .group-focus-within\:border-warning-opal-8 {
    border-color: RGBA(192, 76, 10, 0.8);
  }
  .border-warning-opal-08,
  .hover\:border-warning-opal-08:hover,
  .focus\:border-warning-opal-08:focus,
  .group:hover .group-hover\:border-warning-opal-08,
  .group:focus-within .group-focus-within\:border-warning-opal-08 {
    border-color: RGBA(192, 76, 10, 0.08);
  }
  .border-warning-opal-9,
  .hover\:border-warning-opal-9:hover,
  .focus\:border-warning-opal-9:focus,
  .group:hover .group-hover\:border-warning-opal-9,
  .group:focus-within .group-focus-within\:border-warning-opal-9 {
    border-color: RGBA(192, 76, 10, 0.9);
  }
  .border-warning-opal-09,
  .hover\:border-warning-opal-09:hover,
  .focus\:border-warning-opal-09:focus,
  .group:hover .group-hover\:border-warning-opal-09,
  .group:focus-within .group-focus-within\:border-warning-opal-09 {
    border-color: RGBA(192, 76, 10, 0.09);
  }
  .border-warning-opal-10,
  .hover\:border-warning-opal-10:hover,
  .focus\:border-warning-opal-10:focus,
  .group:hover .group-hover\:border-warning-opal-10,
  .group:focus-within .group-focus-within\:border-warning-opal-10 {
    border-color: RGBA(192, 76, 10, 1);
  }
  .border-warning-contrast,
  .hover\:border-warning-contrast:hover,
  .focus\:border-warning-contrast:focus,
  .group:hover .group-hover\:border-warning-contrast,
  .group:focus-within .group-focus-within\:border-warning-contrast {
    border-color: #fff;
  }
  .border-warning-contrast-opal-0,
  .hover\:border-warning-contrast-opal-0:hover,
  .focus\:border-warning-contrast-opal-0:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-0,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-0 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .border-warning-contrast-opal-00,
  .hover\:border-warning-contrast-opal-00:hover,
  .focus\:border-warning-contrast-opal-00:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-00,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-00 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .border-warning-contrast-opal-1,
  .hover\:border-warning-contrast-opal-1:hover,
  .focus\:border-warning-contrast-opal-1:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-1,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-1 {
    border-color: RGBA(255, 255, 255, 0.1);
  }
  .border-warning-contrast-opal-01,
  .hover\:border-warning-contrast-opal-01:hover,
  .focus\:border-warning-contrast-opal-01:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-01,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-01 {
    border-color: RGBA(255, 255, 255, 0.01);
  }
  .border-warning-contrast-opal-2,
  .hover\:border-warning-contrast-opal-2:hover,
  .focus\:border-warning-contrast-opal-2:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-2,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-2 {
    border-color: RGBA(255, 255, 255, 0.2);
  }
  .border-warning-contrast-opal-02,
  .hover\:border-warning-contrast-opal-02:hover,
  .focus\:border-warning-contrast-opal-02:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-02,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-02 {
    border-color: RGBA(255, 255, 255, 0.02);
  }
  .border-warning-contrast-opal-3,
  .hover\:border-warning-contrast-opal-3:hover,
  .focus\:border-warning-contrast-opal-3:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-3,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-3 {
    border-color: RGBA(255, 255, 255, 0.3);
  }
  .border-warning-contrast-opal-03,
  .hover\:border-warning-contrast-opal-03:hover,
  .focus\:border-warning-contrast-opal-03:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-03,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-03 {
    border-color: RGBA(255, 255, 255, 0.03);
  }
  .border-warning-contrast-opal-4,
  .hover\:border-warning-contrast-opal-4:hover,
  .focus\:border-warning-contrast-opal-4:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-4,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-4 {
    border-color: RGBA(255, 255, 255, 0.4);
  }
  .border-warning-contrast-opal-04,
  .hover\:border-warning-contrast-opal-04:hover,
  .focus\:border-warning-contrast-opal-04:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-04,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-04 {
    border-color: RGBA(255, 255, 255, 0.04);
  }
  .border-warning-contrast-opal-5,
  .hover\:border-warning-contrast-opal-5:hover,
  .focus\:border-warning-contrast-opal-5:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-5,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-5 {
    border-color: RGBA(255, 255, 255, 0.5);
  }
  .border-warning-contrast-opal-05,
  .hover\:border-warning-contrast-opal-05:hover,
  .focus\:border-warning-contrast-opal-05:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-05,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-05 {
    border-color: RGBA(255, 255, 255, 0.05);
  }
  .border-warning-contrast-opal-6,
  .hover\:border-warning-contrast-opal-6:hover,
  .focus\:border-warning-contrast-opal-6:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-6,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-6 {
    border-color: RGBA(255, 255, 255, 0.6);
  }
  .border-warning-contrast-opal-06,
  .hover\:border-warning-contrast-opal-06:hover,
  .focus\:border-warning-contrast-opal-06:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-06,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-06 {
    border-color: RGBA(255, 255, 255, 0.06);
  }
  .border-warning-contrast-opal-7,
  .hover\:border-warning-contrast-opal-7:hover,
  .focus\:border-warning-contrast-opal-7:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-7,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-7 {
    border-color: RGBA(255, 255, 255, 0.7);
  }
  .border-warning-contrast-opal-07,
  .hover\:border-warning-contrast-opal-07:hover,
  .focus\:border-warning-contrast-opal-07:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-07,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-07 {
    border-color: RGBA(255, 255, 255, 0.07);
  }
  .border-warning-contrast-opal-8,
  .hover\:border-warning-contrast-opal-8:hover,
  .focus\:border-warning-contrast-opal-8:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-8,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-8 {
    border-color: RGBA(255, 255, 255, 0.8);
  }
  .border-warning-contrast-opal-08,
  .hover\:border-warning-contrast-opal-08:hover,
  .focus\:border-warning-contrast-opal-08:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-08,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-08 {
    border-color: RGBA(255, 255, 255, 0.08);
  }
  .border-warning-contrast-opal-9,
  .hover\:border-warning-contrast-opal-9:hover,
  .focus\:border-warning-contrast-opal-9:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-9,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-9 {
    border-color: RGBA(255, 255, 255, 0.9);
  }
  .border-warning-contrast-opal-09,
  .hover\:border-warning-contrast-opal-09:hover,
  .focus\:border-warning-contrast-opal-09:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-09,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-09 {
    border-color: RGBA(255, 255, 255, 0.09);
  }
  .border-warning-contrast-opal-10,
  .hover\:border-warning-contrast-opal-10:hover,
  .focus\:border-warning-contrast-opal-10:focus,
  .group:hover .group-hover\:border-warning-contrast-opal-10,
  .group:focus-within .group-focus-within\:border-warning-contrast-opal-10 {
    border-color: RGBA(255, 255, 255, 1);
  }
  .border-fail,
  .hover\:border-fail:hover,
  .focus\:border-fail:focus,
  .group:hover .group-hover\:border-fail,
  .group:focus-within .group-focus-within\:border-fail {
    border-color: #c82d53;
  }
  .border-fail-opal-0,
  .hover\:border-fail-opal-0:hover,
  .focus\:border-fail-opal-0:focus,
  .group:hover .group-hover\:border-fail-opal-0,
  .group:focus-within .group-focus-within\:border-fail-opal-0 {
    border-color: RGBA(200, 45, 83, 0);
  }
  .border-fail-opal-00,
  .hover\:border-fail-opal-00:hover,
  .focus\:border-fail-opal-00:focus,
  .group:hover .group-hover\:border-fail-opal-00,
  .group:focus-within .group-focus-within\:border-fail-opal-00 {
    border-color: RGBA(200, 45, 83, 0);
  }
  .border-fail-opal-1,
  .hover\:border-fail-opal-1:hover,
  .focus\:border-fail-opal-1:focus,
  .group:hover .group-hover\:border-fail-opal-1,
  .group:focus-within .group-focus-within\:border-fail-opal-1 {
    border-color: RGBA(200, 45, 83, 0.1);
  }
  .border-fail-opal-01,
  .hover\:border-fail-opal-01:hover,
  .focus\:border-fail-opal-01:focus,
  .group:hover .group-hover\:border-fail-opal-01,
  .group:focus-within .group-focus-within\:border-fail-opal-01 {
    border-color: RGBA(200, 45, 83, 0.01);
  }
  .border-fail-opal-2,
  .hover\:border-fail-opal-2:hover,
  .focus\:border-fail-opal-2:focus,
  .group:hover .group-hover\:border-fail-opal-2,
  .group:focus-within .group-focus-within\:border-fail-opal-2 {
    border-color: RGBA(200, 45, 83, 0.2);
  }
  .border-fail-opal-02,
  .hover\:border-fail-opal-02:hover,
  .focus\:border-fail-opal-02:focus,
  .group:hover .group-hover\:border-fail-opal-02,
  .group:focus-within .group-focus-within\:border-fail-opal-02 {
    border-color: RGBA(200, 45, 83, 0.02);
  }
  .border-fail-opal-3,
  .hover\:border-fail-opal-3:hover,
  .focus\:border-fail-opal-3:focus,
  .group:hover .group-hover\:border-fail-opal-3,
  .group:focus-within .group-focus-within\:border-fail-opal-3 {
    border-color: RGBA(200, 45, 83, 0.3);
  }
  .border-fail-opal-03,
  .hover\:border-fail-opal-03:hover,
  .focus\:border-fail-opal-03:focus,
  .group:hover .group-hover\:border-fail-opal-03,
  .group:focus-within .group-focus-within\:border-fail-opal-03 {
    border-color: RGBA(200, 45, 83, 0.03);
  }
  .border-fail-opal-4,
  .hover\:border-fail-opal-4:hover,
  .focus\:border-fail-opal-4:focus,
  .group:hover .group-hover\:border-fail-opal-4,
  .group:focus-within .group-focus-within\:border-fail-opal-4 {
    border-color: RGBA(200, 45, 83, 0.4);
  }
  .border-fail-opal-04,
  .hover\:border-fail-opal-04:hover,
  .focus\:border-fail-opal-04:focus,
  .group:hover .group-hover\:border-fail-opal-04,
  .group:focus-within .group-focus-within\:border-fail-opal-04 {
    border-color: RGBA(200, 45, 83, 0.04);
  }
  .border-fail-opal-5,
  .hover\:border-fail-opal-5:hover,
  .focus\:border-fail-opal-5:focus,
  .group:hover .group-hover\:border-fail-opal-5,
  .group:focus-within .group-focus-within\:border-fail-opal-5 {
    border-color: RGBA(200, 45, 83, 0.5);
  }
  .border-fail-opal-05,
  .hover\:border-fail-opal-05:hover,
  .focus\:border-fail-opal-05:focus,
  .group:hover .group-hover\:border-fail-opal-05,
  .group:focus-within .group-focus-within\:border-fail-opal-05 {
    border-color: RGBA(200, 45, 83, 0.05);
  }
  .border-fail-opal-6,
  .hover\:border-fail-opal-6:hover,
  .focus\:border-fail-opal-6:focus,
  .group:hover .group-hover\:border-fail-opal-6,
  .group:focus-within .group-focus-within\:border-fail-opal-6 {
    border-color: RGBA(200, 45, 83, 0.6);
  }
  .border-fail-opal-06,
  .hover\:border-fail-opal-06:hover,
  .focus\:border-fail-opal-06:focus,
  .group:hover .group-hover\:border-fail-opal-06,
  .group:focus-within .group-focus-within\:border-fail-opal-06 {
    border-color: RGBA(200, 45, 83, 0.06);
  }
  .border-fail-opal-7,
  .hover\:border-fail-opal-7:hover,
  .focus\:border-fail-opal-7:focus,
  .group:hover .group-hover\:border-fail-opal-7,
  .group:focus-within .group-focus-within\:border-fail-opal-7 {
    border-color: RGBA(200, 45, 83, 0.7);
  }
  .border-fail-opal-07,
  .hover\:border-fail-opal-07:hover,
  .focus\:border-fail-opal-07:focus,
  .group:hover .group-hover\:border-fail-opal-07,
  .group:focus-within .group-focus-within\:border-fail-opal-07 {
    border-color: RGBA(200, 45, 83, 0.07);
  }
  .border-fail-opal-8,
  .hover\:border-fail-opal-8:hover,
  .focus\:border-fail-opal-8:focus,
  .group:hover .group-hover\:border-fail-opal-8,
  .group:focus-within .group-focus-within\:border-fail-opal-8 {
    border-color: RGBA(200, 45, 83, 0.8);
  }
  .border-fail-opal-08,
  .hover\:border-fail-opal-08:hover,
  .focus\:border-fail-opal-08:focus,
  .group:hover .group-hover\:border-fail-opal-08,
  .group:focus-within .group-focus-within\:border-fail-opal-08 {
    border-color: RGBA(200, 45, 83, 0.08);
  }
  .border-fail-opal-9,
  .hover\:border-fail-opal-9:hover,
  .focus\:border-fail-opal-9:focus,
  .group:hover .group-hover\:border-fail-opal-9,
  .group:focus-within .group-focus-within\:border-fail-opal-9 {
    border-color: RGBA(200, 45, 83, 0.9);
  }
  .border-fail-opal-09,
  .hover\:border-fail-opal-09:hover,
  .focus\:border-fail-opal-09:focus,
  .group:hover .group-hover\:border-fail-opal-09,
  .group:focus-within .group-focus-within\:border-fail-opal-09 {
    border-color: RGBA(200, 45, 83, 0.09);
  }
  .border-fail-opal-10,
  .hover\:border-fail-opal-10:hover,
  .focus\:border-fail-opal-10:focus,
  .group:hover .group-hover\:border-fail-opal-10,
  .group:focus-within .group-focus-within\:border-fail-opal-10 {
    border-color: RGBA(200, 45, 83, 1);
  }
  .border-fail-contrast,
  .hover\:border-fail-contrast:hover,
  .focus\:border-fail-contrast:focus,
  .group:hover .group-hover\:border-fail-contrast,
  .group:focus-within .group-focus-within\:border-fail-contrast {
    border-color: #fff;
  }
  .border-fail-contrast-opal-0,
  .hover\:border-fail-contrast-opal-0:hover,
  .focus\:border-fail-contrast-opal-0:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-0,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-0 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .border-fail-contrast-opal-00,
  .hover\:border-fail-contrast-opal-00:hover,
  .focus\:border-fail-contrast-opal-00:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-00,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-00 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .border-fail-contrast-opal-1,
  .hover\:border-fail-contrast-opal-1:hover,
  .focus\:border-fail-contrast-opal-1:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-1,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-1 {
    border-color: RGBA(255, 255, 255, 0.1);
  }
  .border-fail-contrast-opal-01,
  .hover\:border-fail-contrast-opal-01:hover,
  .focus\:border-fail-contrast-opal-01:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-01,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-01 {
    border-color: RGBA(255, 255, 255, 0.01);
  }
  .border-fail-contrast-opal-2,
  .hover\:border-fail-contrast-opal-2:hover,
  .focus\:border-fail-contrast-opal-2:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-2,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-2 {
    border-color: RGBA(255, 255, 255, 0.2);
  }
  .border-fail-contrast-opal-02,
  .hover\:border-fail-contrast-opal-02:hover,
  .focus\:border-fail-contrast-opal-02:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-02,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-02 {
    border-color: RGBA(255, 255, 255, 0.02);
  }
  .border-fail-contrast-opal-3,
  .hover\:border-fail-contrast-opal-3:hover,
  .focus\:border-fail-contrast-opal-3:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-3,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-3 {
    border-color: RGBA(255, 255, 255, 0.3);
  }
  .border-fail-contrast-opal-03,
  .hover\:border-fail-contrast-opal-03:hover,
  .focus\:border-fail-contrast-opal-03:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-03,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-03 {
    border-color: RGBA(255, 255, 255, 0.03);
  }
  .border-fail-contrast-opal-4,
  .hover\:border-fail-contrast-opal-4:hover,
  .focus\:border-fail-contrast-opal-4:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-4,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-4 {
    border-color: RGBA(255, 255, 255, 0.4);
  }
  .border-fail-contrast-opal-04,
  .hover\:border-fail-contrast-opal-04:hover,
  .focus\:border-fail-contrast-opal-04:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-04,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-04 {
    border-color: RGBA(255, 255, 255, 0.04);
  }
  .border-fail-contrast-opal-5,
  .hover\:border-fail-contrast-opal-5:hover,
  .focus\:border-fail-contrast-opal-5:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-5,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-5 {
    border-color: RGBA(255, 255, 255, 0.5);
  }
  .border-fail-contrast-opal-05,
  .hover\:border-fail-contrast-opal-05:hover,
  .focus\:border-fail-contrast-opal-05:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-05,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-05 {
    border-color: RGBA(255, 255, 255, 0.05);
  }
  .border-fail-contrast-opal-6,
  .hover\:border-fail-contrast-opal-6:hover,
  .focus\:border-fail-contrast-opal-6:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-6,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-6 {
    border-color: RGBA(255, 255, 255, 0.6);
  }
  .border-fail-contrast-opal-06,
  .hover\:border-fail-contrast-opal-06:hover,
  .focus\:border-fail-contrast-opal-06:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-06,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-06 {
    border-color: RGBA(255, 255, 255, 0.06);
  }
  .border-fail-contrast-opal-7,
  .hover\:border-fail-contrast-opal-7:hover,
  .focus\:border-fail-contrast-opal-7:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-7,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-7 {
    border-color: RGBA(255, 255, 255, 0.7);
  }
  .border-fail-contrast-opal-07,
  .hover\:border-fail-contrast-opal-07:hover,
  .focus\:border-fail-contrast-opal-07:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-07,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-07 {
    border-color: RGBA(255, 255, 255, 0.07);
  }
  .border-fail-contrast-opal-8,
  .hover\:border-fail-contrast-opal-8:hover,
  .focus\:border-fail-contrast-opal-8:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-8,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-8 {
    border-color: RGBA(255, 255, 255, 0.8);
  }
  .border-fail-contrast-opal-08,
  .hover\:border-fail-contrast-opal-08:hover,
  .focus\:border-fail-contrast-opal-08:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-08,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-08 {
    border-color: RGBA(255, 255, 255, 0.08);
  }
  .border-fail-contrast-opal-9,
  .hover\:border-fail-contrast-opal-9:hover,
  .focus\:border-fail-contrast-opal-9:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-9,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-9 {
    border-color: RGBA(255, 255, 255, 0.9);
  }
  .border-fail-contrast-opal-09,
  .hover\:border-fail-contrast-opal-09:hover,
  .focus\:border-fail-contrast-opal-09:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-09,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-09 {
    border-color: RGBA(255, 255, 255, 0.09);
  }
  .border-fail-contrast-opal-10,
  .hover\:border-fail-contrast-opal-10:hover,
  .focus\:border-fail-contrast-opal-10:focus,
  .group:hover .group-hover\:border-fail-contrast-opal-10,
  .group:focus-within .group-focus-within\:border-fail-contrast-opal-10 {
    border-color: RGBA(255, 255, 255, 1);
  }
  .border-neutral,
  .hover\:border-neutral:hover,
  .focus\:border-neutral:focus,
  .group:hover .group-hover\:border-neutral,
  .group:focus-within .group-focus-within\:border-neutral {
    border-color: #383f76;
  }
  .border-neutral-opal-0,
  .hover\:border-neutral-opal-0:hover,
  .focus\:border-neutral-opal-0:focus,
  .group:hover .group-hover\:border-neutral-opal-0,
  .group:focus-within .group-focus-within\:border-neutral-opal-0 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .border-neutral-opal-00,
  .hover\:border-neutral-opal-00:hover,
  .focus\:border-neutral-opal-00:focus,
  .group:hover .group-hover\:border-neutral-opal-00,
  .group:focus-within .group-focus-within\:border-neutral-opal-00 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .border-neutral-opal-1,
  .hover\:border-neutral-opal-1:hover,
  .focus\:border-neutral-opal-1:focus,
  .group:hover .group-hover\:border-neutral-opal-1,
  .group:focus-within .group-focus-within\:border-neutral-opal-1 {
    border-color: RGBA(56, 63, 118, 0.1);
  }
  .border-neutral-opal-01,
  .hover\:border-neutral-opal-01:hover,
  .focus\:border-neutral-opal-01:focus,
  .group:hover .group-hover\:border-neutral-opal-01,
  .group:focus-within .group-focus-within\:border-neutral-opal-01 {
    border-color: RGBA(56, 63, 118, 0.01);
  }
  .border-neutral-opal-2,
  .hover\:border-neutral-opal-2:hover,
  .focus\:border-neutral-opal-2:focus,
  .group:hover .group-hover\:border-neutral-opal-2,
  .group:focus-within .group-focus-within\:border-neutral-opal-2 {
    border-color: RGBA(56, 63, 118, 0.2);
  }
  .border-neutral-opal-02,
  .hover\:border-neutral-opal-02:hover,
  .focus\:border-neutral-opal-02:focus,
  .group:hover .group-hover\:border-neutral-opal-02,
  .group:focus-within .group-focus-within\:border-neutral-opal-02 {
    border-color: RGBA(56, 63, 118, 0.02);
  }
  .border-neutral-opal-3,
  .hover\:border-neutral-opal-3:hover,
  .focus\:border-neutral-opal-3:focus,
  .group:hover .group-hover\:border-neutral-opal-3,
  .group:focus-within .group-focus-within\:border-neutral-opal-3 {
    border-color: RGBA(56, 63, 118, 0.3);
  }
  .border-neutral-opal-03,
  .hover\:border-neutral-opal-03:hover,
  .focus\:border-neutral-opal-03:focus,
  .group:hover .group-hover\:border-neutral-opal-03,
  .group:focus-within .group-focus-within\:border-neutral-opal-03 {
    border-color: RGBA(56, 63, 118, 0.03);
  }
  .border-neutral-opal-4,
  .hover\:border-neutral-opal-4:hover,
  .focus\:border-neutral-opal-4:focus,
  .group:hover .group-hover\:border-neutral-opal-4,
  .group:focus-within .group-focus-within\:border-neutral-opal-4 {
    border-color: RGBA(56, 63, 118, 0.4);
  }
  .border-neutral-opal-04,
  .hover\:border-neutral-opal-04:hover,
  .focus\:border-neutral-opal-04:focus,
  .group:hover .group-hover\:border-neutral-opal-04,
  .group:focus-within .group-focus-within\:border-neutral-opal-04 {
    border-color: RGBA(56, 63, 118, 0.04);
  }
  .border-neutral-opal-5,
  .hover\:border-neutral-opal-5:hover,
  .focus\:border-neutral-opal-5:focus,
  .group:hover .group-hover\:border-neutral-opal-5,
  .group:focus-within .group-focus-within\:border-neutral-opal-5 {
    border-color: RGBA(56, 63, 118, 0.5);
  }
  .border-neutral-opal-05,
  .hover\:border-neutral-opal-05:hover,
  .focus\:border-neutral-opal-05:focus,
  .group:hover .group-hover\:border-neutral-opal-05,
  .group:focus-within .group-focus-within\:border-neutral-opal-05 {
    border-color: RGBA(56, 63, 118, 0.05);
  }
  .border-neutral-opal-6,
  .hover\:border-neutral-opal-6:hover,
  .focus\:border-neutral-opal-6:focus,
  .group:hover .group-hover\:border-neutral-opal-6,
  .group:focus-within .group-focus-within\:border-neutral-opal-6 {
    border-color: RGBA(56, 63, 118, 0.6);
  }
  .border-neutral-opal-06,
  .hover\:border-neutral-opal-06:hover,
  .focus\:border-neutral-opal-06:focus,
  .group:hover .group-hover\:border-neutral-opal-06,
  .group:focus-within .group-focus-within\:border-neutral-opal-06 {
    border-color: RGBA(56, 63, 118, 0.06);
  }
  .border-neutral-opal-7,
  .hover\:border-neutral-opal-7:hover,
  .focus\:border-neutral-opal-7:focus,
  .group:hover .group-hover\:border-neutral-opal-7,
  .group:focus-within .group-focus-within\:border-neutral-opal-7 {
    border-color: RGBA(56, 63, 118, 0.7);
  }
  .border-neutral-opal-07,
  .hover\:border-neutral-opal-07:hover,
  .focus\:border-neutral-opal-07:focus,
  .group:hover .group-hover\:border-neutral-opal-07,
  .group:focus-within .group-focus-within\:border-neutral-opal-07 {
    border-color: RGBA(56, 63, 118, 0.07);
  }
  .border-neutral-opal-8,
  .hover\:border-neutral-opal-8:hover,
  .focus\:border-neutral-opal-8:focus,
  .group:hover .group-hover\:border-neutral-opal-8,
  .group:focus-within .group-focus-within\:border-neutral-opal-8 {
    border-color: RGBA(56, 63, 118, 0.8);
  }
  .border-neutral-opal-08,
  .hover\:border-neutral-opal-08:hover,
  .focus\:border-neutral-opal-08:focus,
  .group:hover .group-hover\:border-neutral-opal-08,
  .group:focus-within .group-focus-within\:border-neutral-opal-08 {
    border-color: RGBA(56, 63, 118, 0.08);
  }
  .border-neutral-opal-9,
  .hover\:border-neutral-opal-9:hover,
  .focus\:border-neutral-opal-9:focus,
  .group:hover .group-hover\:border-neutral-opal-9,
  .group:focus-within .group-focus-within\:border-neutral-opal-9 {
    border-color: RGBA(56, 63, 118, 0.9);
  }
  .border-neutral-opal-09,
  .hover\:border-neutral-opal-09:hover,
  .focus\:border-neutral-opal-09:focus,
  .group:hover .group-hover\:border-neutral-opal-09,
  .group:focus-within .group-focus-within\:border-neutral-opal-09 {
    border-color: RGBA(56, 63, 118, 0.09);
  }
  .border-neutral-opal-10,
  .hover\:border-neutral-opal-10:hover,
  .focus\:border-neutral-opal-10:focus,
  .group:hover .group-hover\:border-neutral-opal-10,
  .group:focus-within .group-focus-within\:border-neutral-opal-10 {
    border-color: RGBA(56, 63, 118, 1);
  }
  .border-neutral-contrast,
  .hover\:border-neutral-contrast:hover,
  .focus\:border-neutral-contrast:focus,
  .group:hover .group-hover\:border-neutral-contrast,
  .group:focus-within .group-focus-within\:border-neutral-contrast {
    border-color: #fff;
  }
  .border-neutral-contrast-opal-0,
  .hover\:border-neutral-contrast-opal-0:hover,
  .focus\:border-neutral-contrast-opal-0:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-0,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-0 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .border-neutral-contrast-opal-00,
  .hover\:border-neutral-contrast-opal-00:hover,
  .focus\:border-neutral-contrast-opal-00:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-00,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-00 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .border-neutral-contrast-opal-1,
  .hover\:border-neutral-contrast-opal-1:hover,
  .focus\:border-neutral-contrast-opal-1:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-1,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-1 {
    border-color: RGBA(255, 255, 255, 0.1);
  }
  .border-neutral-contrast-opal-01,
  .hover\:border-neutral-contrast-opal-01:hover,
  .focus\:border-neutral-contrast-opal-01:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-01,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-01 {
    border-color: RGBA(255, 255, 255, 0.01);
  }
  .border-neutral-contrast-opal-2,
  .hover\:border-neutral-contrast-opal-2:hover,
  .focus\:border-neutral-contrast-opal-2:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-2,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-2 {
    border-color: RGBA(255, 255, 255, 0.2);
  }
  .border-neutral-contrast-opal-02,
  .hover\:border-neutral-contrast-opal-02:hover,
  .focus\:border-neutral-contrast-opal-02:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-02,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-02 {
    border-color: RGBA(255, 255, 255, 0.02);
  }
  .border-neutral-contrast-opal-3,
  .hover\:border-neutral-contrast-opal-3:hover,
  .focus\:border-neutral-contrast-opal-3:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-3,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-3 {
    border-color: RGBA(255, 255, 255, 0.3);
  }
  .border-neutral-contrast-opal-03,
  .hover\:border-neutral-contrast-opal-03:hover,
  .focus\:border-neutral-contrast-opal-03:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-03,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-03 {
    border-color: RGBA(255, 255, 255, 0.03);
  }
  .border-neutral-contrast-opal-4,
  .hover\:border-neutral-contrast-opal-4:hover,
  .focus\:border-neutral-contrast-opal-4:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-4,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-4 {
    border-color: RGBA(255, 255, 255, 0.4);
  }
  .border-neutral-contrast-opal-04,
  .hover\:border-neutral-contrast-opal-04:hover,
  .focus\:border-neutral-contrast-opal-04:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-04,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-04 {
    border-color: RGBA(255, 255, 255, 0.04);
  }
  .border-neutral-contrast-opal-5,
  .hover\:border-neutral-contrast-opal-5:hover,
  .focus\:border-neutral-contrast-opal-5:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-5,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-5 {
    border-color: RGBA(255, 255, 255, 0.5);
  }
  .border-neutral-contrast-opal-05,
  .hover\:border-neutral-contrast-opal-05:hover,
  .focus\:border-neutral-contrast-opal-05:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-05,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-05 {
    border-color: RGBA(255, 255, 255, 0.05);
  }
  .border-neutral-contrast-opal-6,
  .hover\:border-neutral-contrast-opal-6:hover,
  .focus\:border-neutral-contrast-opal-6:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-6,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-6 {
    border-color: RGBA(255, 255, 255, 0.6);
  }
  .border-neutral-contrast-opal-06,
  .hover\:border-neutral-contrast-opal-06:hover,
  .focus\:border-neutral-contrast-opal-06:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-06,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-06 {
    border-color: RGBA(255, 255, 255, 0.06);
  }
  .border-neutral-contrast-opal-7,
  .hover\:border-neutral-contrast-opal-7:hover,
  .focus\:border-neutral-contrast-opal-7:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-7,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-7 {
    border-color: RGBA(255, 255, 255, 0.7);
  }
  .border-neutral-contrast-opal-07,
  .hover\:border-neutral-contrast-opal-07:hover,
  .focus\:border-neutral-contrast-opal-07:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-07,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-07 {
    border-color: RGBA(255, 255, 255, 0.07);
  }
  .border-neutral-contrast-opal-8,
  .hover\:border-neutral-contrast-opal-8:hover,
  .focus\:border-neutral-contrast-opal-8:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-8,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-8 {
    border-color: RGBA(255, 255, 255, 0.8);
  }
  .border-neutral-contrast-opal-08,
  .hover\:border-neutral-contrast-opal-08:hover,
  .focus\:border-neutral-contrast-opal-08:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-08,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-08 {
    border-color: RGBA(255, 255, 255, 0.08);
  }
  .border-neutral-contrast-opal-9,
  .hover\:border-neutral-contrast-opal-9:hover,
  .focus\:border-neutral-contrast-opal-9:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-9,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-9 {
    border-color: RGBA(255, 255, 255, 0.9);
  }
  .border-neutral-contrast-opal-09,
  .hover\:border-neutral-contrast-opal-09:hover,
  .focus\:border-neutral-contrast-opal-09:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-09,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-09 {
    border-color: RGBA(255, 255, 255, 0.09);
  }
  .border-neutral-contrast-opal-10,
  .hover\:border-neutral-contrast-opal-10:hover,
  .focus\:border-neutral-contrast-opal-10:focus,
  .group:hover .group-hover\:border-neutral-contrast-opal-10,
  .group:focus-within .group-focus-within\:border-neutral-contrast-opal-10 {
    border-color: RGBA(255, 255, 255, 1);
  }
  .border-neutral-1,
  .hover\:border-neutral-1:hover,
  .focus\:border-neutral-1:focus,
  .group:hover .group-hover\:border-neutral-1,
  .group:focus-within .group-focus-within\:border-neutral-1 {
    border-color: #01011e;
  }
  .border-neutral-1-opal-0,
  .hover\:border-neutral-1-opal-0:hover,
  .focus\:border-neutral-1-opal-0:focus,
  .group:hover .group-hover\:border-neutral-1-opal-0,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-0 {
    border-color: RGBA(1, 1, 30, 0);
  }
  .border-neutral-1-opal-00,
  .hover\:border-neutral-1-opal-00:hover,
  .focus\:border-neutral-1-opal-00:focus,
  .group:hover .group-hover\:border-neutral-1-opal-00,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-00 {
    border-color: RGBA(1, 1, 30, 0);
  }
  .border-neutral-1-opal-1,
  .hover\:border-neutral-1-opal-1:hover,
  .focus\:border-neutral-1-opal-1:focus,
  .group:hover .group-hover\:border-neutral-1-opal-1,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-1 {
    border-color: RGBA(1, 1, 30, 0.1);
  }
  .border-neutral-1-opal-01,
  .hover\:border-neutral-1-opal-01:hover,
  .focus\:border-neutral-1-opal-01:focus,
  .group:hover .group-hover\:border-neutral-1-opal-01,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-01 {
    border-color: RGBA(1, 1, 30, 0.01);
  }
  .border-neutral-1-opal-2,
  .hover\:border-neutral-1-opal-2:hover,
  .focus\:border-neutral-1-opal-2:focus,
  .group:hover .group-hover\:border-neutral-1-opal-2,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-2 {
    border-color: RGBA(1, 1, 30, 0.2);
  }
  .border-neutral-1-opal-02,
  .hover\:border-neutral-1-opal-02:hover,
  .focus\:border-neutral-1-opal-02:focus,
  .group:hover .group-hover\:border-neutral-1-opal-02,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-02 {
    border-color: RGBA(1, 1, 30, 0.02);
  }
  .border-neutral-1-opal-3,
  .hover\:border-neutral-1-opal-3:hover,
  .focus\:border-neutral-1-opal-3:focus,
  .group:hover .group-hover\:border-neutral-1-opal-3,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-3 {
    border-color: RGBA(1, 1, 30, 0.3);
  }
  .border-neutral-1-opal-03,
  .hover\:border-neutral-1-opal-03:hover,
  .focus\:border-neutral-1-opal-03:focus,
  .group:hover .group-hover\:border-neutral-1-opal-03,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-03 {
    border-color: RGBA(1, 1, 30, 0.03);
  }
  .border-neutral-1-opal-4,
  .hover\:border-neutral-1-opal-4:hover,
  .focus\:border-neutral-1-opal-4:focus,
  .group:hover .group-hover\:border-neutral-1-opal-4,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-4 {
    border-color: RGBA(1, 1, 30, 0.4);
  }
  .border-neutral-1-opal-04,
  .hover\:border-neutral-1-opal-04:hover,
  .focus\:border-neutral-1-opal-04:focus,
  .group:hover .group-hover\:border-neutral-1-opal-04,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-04 {
    border-color: RGBA(1, 1, 30, 0.04);
  }
  .border-neutral-1-opal-5,
  .hover\:border-neutral-1-opal-5:hover,
  .focus\:border-neutral-1-opal-5:focus,
  .group:hover .group-hover\:border-neutral-1-opal-5,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-5 {
    border-color: RGBA(1, 1, 30, 0.5);
  }
  .border-neutral-1-opal-05,
  .hover\:border-neutral-1-opal-05:hover,
  .focus\:border-neutral-1-opal-05:focus,
  .group:hover .group-hover\:border-neutral-1-opal-05,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-05 {
    border-color: RGBA(1, 1, 30, 0.05);
  }
  .border-neutral-1-opal-6,
  .hover\:border-neutral-1-opal-6:hover,
  .focus\:border-neutral-1-opal-6:focus,
  .group:hover .group-hover\:border-neutral-1-opal-6,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-6 {
    border-color: RGBA(1, 1, 30, 0.6);
  }
  .border-neutral-1-opal-06,
  .hover\:border-neutral-1-opal-06:hover,
  .focus\:border-neutral-1-opal-06:focus,
  .group:hover .group-hover\:border-neutral-1-opal-06,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-06 {
    border-color: RGBA(1, 1, 30, 0.06);
  }
  .border-neutral-1-opal-7,
  .hover\:border-neutral-1-opal-7:hover,
  .focus\:border-neutral-1-opal-7:focus,
  .group:hover .group-hover\:border-neutral-1-opal-7,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-7 {
    border-color: RGBA(1, 1, 30, 0.7);
  }
  .border-neutral-1-opal-07,
  .hover\:border-neutral-1-opal-07:hover,
  .focus\:border-neutral-1-opal-07:focus,
  .group:hover .group-hover\:border-neutral-1-opal-07,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-07 {
    border-color: RGBA(1, 1, 30, 0.07);
  }
  .border-neutral-1-opal-8,
  .hover\:border-neutral-1-opal-8:hover,
  .focus\:border-neutral-1-opal-8:focus,
  .group:hover .group-hover\:border-neutral-1-opal-8,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-8 {
    border-color: RGBA(1, 1, 30, 0.8);
  }
  .border-neutral-1-opal-08,
  .hover\:border-neutral-1-opal-08:hover,
  .focus\:border-neutral-1-opal-08:focus,
  .group:hover .group-hover\:border-neutral-1-opal-08,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-08 {
    border-color: RGBA(1, 1, 30, 0.08);
  }
  .border-neutral-1-opal-9,
  .hover\:border-neutral-1-opal-9:hover,
  .focus\:border-neutral-1-opal-9:focus,
  .group:hover .group-hover\:border-neutral-1-opal-9,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-9 {
    border-color: RGBA(1, 1, 30, 0.9);
  }
  .border-neutral-1-opal-09,
  .hover\:border-neutral-1-opal-09:hover,
  .focus\:border-neutral-1-opal-09:focus,
  .group:hover .group-hover\:border-neutral-1-opal-09,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-09 {
    border-color: RGBA(1, 1, 30, 0.09);
  }
  .border-neutral-1-opal-10,
  .hover\:border-neutral-1-opal-10:hover,
  .focus\:border-neutral-1-opal-10:focus,
  .group:hover .group-hover\:border-neutral-1-opal-10,
  .group:focus-within .group-focus-within\:border-neutral-1-opal-10 {
    border-color: RGBA(1, 1, 30, 1);
  }
  .border-neutral-2,
  .hover\:border-neutral-2:hover,
  .focus\:border-neutral-2:focus,
  .group:hover .group-hover\:border-neutral-2,
  .group:focus-within .group-focus-within\:border-neutral-2 {
    border-color: #030328;
  }
  .border-neutral-2-opal-0,
  .hover\:border-neutral-2-opal-0:hover,
  .focus\:border-neutral-2-opal-0:focus,
  .group:hover .group-hover\:border-neutral-2-opal-0,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-0 {
    border-color: RGBA(3, 3, 40, 0);
  }
  .border-neutral-2-opal-00,
  .hover\:border-neutral-2-opal-00:hover,
  .focus\:border-neutral-2-opal-00:focus,
  .group:hover .group-hover\:border-neutral-2-opal-00,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-00 {
    border-color: RGBA(3, 3, 40, 0);
  }
  .border-neutral-2-opal-1,
  .hover\:border-neutral-2-opal-1:hover,
  .focus\:border-neutral-2-opal-1:focus,
  .group:hover .group-hover\:border-neutral-2-opal-1,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-1 {
    border-color: RGBA(3, 3, 40, 0.1);
  }
  .border-neutral-2-opal-01,
  .hover\:border-neutral-2-opal-01:hover,
  .focus\:border-neutral-2-opal-01:focus,
  .group:hover .group-hover\:border-neutral-2-opal-01,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-01 {
    border-color: RGBA(3, 3, 40, 0.01);
  }
  .border-neutral-2-opal-2,
  .hover\:border-neutral-2-opal-2:hover,
  .focus\:border-neutral-2-opal-2:focus,
  .group:hover .group-hover\:border-neutral-2-opal-2,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-2 {
    border-color: RGBA(3, 3, 40, 0.2);
  }
  .border-neutral-2-opal-02,
  .hover\:border-neutral-2-opal-02:hover,
  .focus\:border-neutral-2-opal-02:focus,
  .group:hover .group-hover\:border-neutral-2-opal-02,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-02 {
    border-color: RGBA(3, 3, 40, 0.02);
  }
  .border-neutral-2-opal-3,
  .hover\:border-neutral-2-opal-3:hover,
  .focus\:border-neutral-2-opal-3:focus,
  .group:hover .group-hover\:border-neutral-2-opal-3,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-3 {
    border-color: RGBA(3, 3, 40, 0.3);
  }
  .border-neutral-2-opal-03,
  .hover\:border-neutral-2-opal-03:hover,
  .focus\:border-neutral-2-opal-03:focus,
  .group:hover .group-hover\:border-neutral-2-opal-03,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-03 {
    border-color: RGBA(3, 3, 40, 0.03);
  }
  .border-neutral-2-opal-4,
  .hover\:border-neutral-2-opal-4:hover,
  .focus\:border-neutral-2-opal-4:focus,
  .group:hover .group-hover\:border-neutral-2-opal-4,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-4 {
    border-color: RGBA(3, 3, 40, 0.4);
  }
  .border-neutral-2-opal-04,
  .hover\:border-neutral-2-opal-04:hover,
  .focus\:border-neutral-2-opal-04:focus,
  .group:hover .group-hover\:border-neutral-2-opal-04,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-04 {
    border-color: RGBA(3, 3, 40, 0.04);
  }
  .border-neutral-2-opal-5,
  .hover\:border-neutral-2-opal-5:hover,
  .focus\:border-neutral-2-opal-5:focus,
  .group:hover .group-hover\:border-neutral-2-opal-5,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-5 {
    border-color: RGBA(3, 3, 40, 0.5);
  }
  .border-neutral-2-opal-05,
  .hover\:border-neutral-2-opal-05:hover,
  .focus\:border-neutral-2-opal-05:focus,
  .group:hover .group-hover\:border-neutral-2-opal-05,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-05 {
    border-color: RGBA(3, 3, 40, 0.05);
  }
  .border-neutral-2-opal-6,
  .hover\:border-neutral-2-opal-6:hover,
  .focus\:border-neutral-2-opal-6:focus,
  .group:hover .group-hover\:border-neutral-2-opal-6,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-6 {
    border-color: RGBA(3, 3, 40, 0.6);
  }
  .border-neutral-2-opal-06,
  .hover\:border-neutral-2-opal-06:hover,
  .focus\:border-neutral-2-opal-06:focus,
  .group:hover .group-hover\:border-neutral-2-opal-06,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-06 {
    border-color: RGBA(3, 3, 40, 0.06);
  }
  .border-neutral-2-opal-7,
  .hover\:border-neutral-2-opal-7:hover,
  .focus\:border-neutral-2-opal-7:focus,
  .group:hover .group-hover\:border-neutral-2-opal-7,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-7 {
    border-color: RGBA(3, 3, 40, 0.7);
  }
  .border-neutral-2-opal-07,
  .hover\:border-neutral-2-opal-07:hover,
  .focus\:border-neutral-2-opal-07:focus,
  .group:hover .group-hover\:border-neutral-2-opal-07,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-07 {
    border-color: RGBA(3, 3, 40, 0.07);
  }
  .border-neutral-2-opal-8,
  .hover\:border-neutral-2-opal-8:hover,
  .focus\:border-neutral-2-opal-8:focus,
  .group:hover .group-hover\:border-neutral-2-opal-8,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-8 {
    border-color: RGBA(3, 3, 40, 0.8);
  }
  .border-neutral-2-opal-08,
  .hover\:border-neutral-2-opal-08:hover,
  .focus\:border-neutral-2-opal-08:focus,
  .group:hover .group-hover\:border-neutral-2-opal-08,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-08 {
    border-color: RGBA(3, 3, 40, 0.08);
  }
  .border-neutral-2-opal-9,
  .hover\:border-neutral-2-opal-9:hover,
  .focus\:border-neutral-2-opal-9:focus,
  .group:hover .group-hover\:border-neutral-2-opal-9,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-9 {
    border-color: RGBA(3, 3, 40, 0.9);
  }
  .border-neutral-2-opal-09,
  .hover\:border-neutral-2-opal-09:hover,
  .focus\:border-neutral-2-opal-09:focus,
  .group:hover .group-hover\:border-neutral-2-opal-09,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-09 {
    border-color: RGBA(3, 3, 40, 0.09);
  }
  .border-neutral-2-opal-10,
  .hover\:border-neutral-2-opal-10:hover,
  .focus\:border-neutral-2-opal-10:focus,
  .group:hover .group-hover\:border-neutral-2-opal-10,
  .group:focus-within .group-focus-within\:border-neutral-2-opal-10 {
    border-color: RGBA(3, 3, 40, 1);
  }
  .border-neutral-3,
  .hover\:border-neutral-3:hover,
  .focus\:border-neutral-3:focus,
  .group:hover .group-hover\:border-neutral-3,
  .group:focus-within .group-focus-within\:border-neutral-3 {
    border-color: #383f76;
  }
  .border-neutral-3-opal-0,
  .hover\:border-neutral-3-opal-0:hover,
  .focus\:border-neutral-3-opal-0:focus,
  .group:hover .group-hover\:border-neutral-3-opal-0,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-0 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .border-neutral-3-opal-00,
  .hover\:border-neutral-3-opal-00:hover,
  .focus\:border-neutral-3-opal-00:focus,
  .group:hover .group-hover\:border-neutral-3-opal-00,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-00 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .border-neutral-3-opal-1,
  .hover\:border-neutral-3-opal-1:hover,
  .focus\:border-neutral-3-opal-1:focus,
  .group:hover .group-hover\:border-neutral-3-opal-1,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-1 {
    border-color: RGBA(56, 63, 118, 0.1);
  }
  .border-neutral-3-opal-01,
  .hover\:border-neutral-3-opal-01:hover,
  .focus\:border-neutral-3-opal-01:focus,
  .group:hover .group-hover\:border-neutral-3-opal-01,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-01 {
    border-color: RGBA(56, 63, 118, 0.01);
  }
  .border-neutral-3-opal-2,
  .hover\:border-neutral-3-opal-2:hover,
  .focus\:border-neutral-3-opal-2:focus,
  .group:hover .group-hover\:border-neutral-3-opal-2,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-2 {
    border-color: RGBA(56, 63, 118, 0.2);
  }
  .border-neutral-3-opal-02,
  .hover\:border-neutral-3-opal-02:hover,
  .focus\:border-neutral-3-opal-02:focus,
  .group:hover .group-hover\:border-neutral-3-opal-02,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-02 {
    border-color: RGBA(56, 63, 118, 0.02);
  }
  .border-neutral-3-opal-3,
  .hover\:border-neutral-3-opal-3:hover,
  .focus\:border-neutral-3-opal-3:focus,
  .group:hover .group-hover\:border-neutral-3-opal-3,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-3 {
    border-color: RGBA(56, 63, 118, 0.3);
  }
  .border-neutral-3-opal-03,
  .hover\:border-neutral-3-opal-03:hover,
  .focus\:border-neutral-3-opal-03:focus,
  .group:hover .group-hover\:border-neutral-3-opal-03,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-03 {
    border-color: RGBA(56, 63, 118, 0.03);
  }
  .border-neutral-3-opal-4,
  .hover\:border-neutral-3-opal-4:hover,
  .focus\:border-neutral-3-opal-4:focus,
  .group:hover .group-hover\:border-neutral-3-opal-4,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-4 {
    border-color: RGBA(56, 63, 118, 0.4);
  }
  .border-neutral-3-opal-04,
  .hover\:border-neutral-3-opal-04:hover,
  .focus\:border-neutral-3-opal-04:focus,
  .group:hover .group-hover\:border-neutral-3-opal-04,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-04 {
    border-color: RGBA(56, 63, 118, 0.04);
  }
  .border-neutral-3-opal-5,
  .hover\:border-neutral-3-opal-5:hover,
  .focus\:border-neutral-3-opal-5:focus,
  .group:hover .group-hover\:border-neutral-3-opal-5,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-5 {
    border-color: RGBA(56, 63, 118, 0.5);
  }
  .border-neutral-3-opal-05,
  .hover\:border-neutral-3-opal-05:hover,
  .focus\:border-neutral-3-opal-05:focus,
  .group:hover .group-hover\:border-neutral-3-opal-05,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-05 {
    border-color: RGBA(56, 63, 118, 0.05);
  }
  .border-neutral-3-opal-6,
  .hover\:border-neutral-3-opal-6:hover,
  .focus\:border-neutral-3-opal-6:focus,
  .group:hover .group-hover\:border-neutral-3-opal-6,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-6 {
    border-color: RGBA(56, 63, 118, 0.6);
  }
  .border-neutral-3-opal-06,
  .hover\:border-neutral-3-opal-06:hover,
  .focus\:border-neutral-3-opal-06:focus,
  .group:hover .group-hover\:border-neutral-3-opal-06,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-06 {
    border-color: RGBA(56, 63, 118, 0.06);
  }
  .border-neutral-3-opal-7,
  .hover\:border-neutral-3-opal-7:hover,
  .focus\:border-neutral-3-opal-7:focus,
  .group:hover .group-hover\:border-neutral-3-opal-7,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-7 {
    border-color: RGBA(56, 63, 118, 0.7);
  }
  .border-neutral-3-opal-07,
  .hover\:border-neutral-3-opal-07:hover,
  .focus\:border-neutral-3-opal-07:focus,
  .group:hover .group-hover\:border-neutral-3-opal-07,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-07 {
    border-color: RGBA(56, 63, 118, 0.07);
  }
  .border-neutral-3-opal-8,
  .hover\:border-neutral-3-opal-8:hover,
  .focus\:border-neutral-3-opal-8:focus,
  .group:hover .group-hover\:border-neutral-3-opal-8,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-8 {
    border-color: RGBA(56, 63, 118, 0.8);
  }
  .border-neutral-3-opal-08,
  .hover\:border-neutral-3-opal-08:hover,
  .focus\:border-neutral-3-opal-08:focus,
  .group:hover .group-hover\:border-neutral-3-opal-08,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-08 {
    border-color: RGBA(56, 63, 118, 0.08);
  }
  .border-neutral-3-opal-9,
  .hover\:border-neutral-3-opal-9:hover,
  .focus\:border-neutral-3-opal-9:focus,
  .group:hover .group-hover\:border-neutral-3-opal-9,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-9 {
    border-color: RGBA(56, 63, 118, 0.9);
  }
  .border-neutral-3-opal-09,
  .hover\:border-neutral-3-opal-09:hover,
  .focus\:border-neutral-3-opal-09:focus,
  .group:hover .group-hover\:border-neutral-3-opal-09,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-09 {
    border-color: RGBA(56, 63, 118, 0.09);
  }
  .border-neutral-3-opal-10,
  .hover\:border-neutral-3-opal-10:hover,
  .focus\:border-neutral-3-opal-10:focus,
  .group:hover .group-hover\:border-neutral-3-opal-10,
  .group:focus-within .group-focus-within\:border-neutral-3-opal-10 {
    border-color: RGBA(56, 63, 118, 1);
  }
  .border-neutral-4,
  .hover\:border-neutral-4:hover,
  .focus\:border-neutral-4:focus,
  .group:hover .group-hover\:border-neutral-4,
  .group:focus-within .group-focus-within\:border-neutral-4 {
    border-color: #6d6d9c;
  }
  .border-neutral-4-opal-0,
  .hover\:border-neutral-4-opal-0:hover,
  .focus\:border-neutral-4-opal-0:focus,
  .group:hover .group-hover\:border-neutral-4-opal-0,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-0 {
    border-color: RGBA(109, 109, 156, 0);
  }
  .border-neutral-4-opal-00,
  .hover\:border-neutral-4-opal-00:hover,
  .focus\:border-neutral-4-opal-00:focus,
  .group:hover .group-hover\:border-neutral-4-opal-00,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-00 {
    border-color: RGBA(109, 109, 156, 0);
  }
  .border-neutral-4-opal-1,
  .hover\:border-neutral-4-opal-1:hover,
  .focus\:border-neutral-4-opal-1:focus,
  .group:hover .group-hover\:border-neutral-4-opal-1,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-1 {
    border-color: RGBA(109, 109, 156, 0.1);
  }
  .border-neutral-4-opal-01,
  .hover\:border-neutral-4-opal-01:hover,
  .focus\:border-neutral-4-opal-01:focus,
  .group:hover .group-hover\:border-neutral-4-opal-01,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-01 {
    border-color: RGBA(109, 109, 156, 0.01);
  }
  .border-neutral-4-opal-2,
  .hover\:border-neutral-4-opal-2:hover,
  .focus\:border-neutral-4-opal-2:focus,
  .group:hover .group-hover\:border-neutral-4-opal-2,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-2 {
    border-color: RGBA(109, 109, 156, 0.2);
  }
  .border-neutral-4-opal-02,
  .hover\:border-neutral-4-opal-02:hover,
  .focus\:border-neutral-4-opal-02:focus,
  .group:hover .group-hover\:border-neutral-4-opal-02,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-02 {
    border-color: RGBA(109, 109, 156, 0.02);
  }
  .border-neutral-4-opal-3,
  .hover\:border-neutral-4-opal-3:hover,
  .focus\:border-neutral-4-opal-3:focus,
  .group:hover .group-hover\:border-neutral-4-opal-3,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-3 {
    border-color: RGBA(109, 109, 156, 0.3);
  }
  .border-neutral-4-opal-03,
  .hover\:border-neutral-4-opal-03:hover,
  .focus\:border-neutral-4-opal-03:focus,
  .group:hover .group-hover\:border-neutral-4-opal-03,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-03 {
    border-color: RGBA(109, 109, 156, 0.03);
  }
  .border-neutral-4-opal-4,
  .hover\:border-neutral-4-opal-4:hover,
  .focus\:border-neutral-4-opal-4:focus,
  .group:hover .group-hover\:border-neutral-4-opal-4,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-4 {
    border-color: RGBA(109, 109, 156, 0.4);
  }
  .border-neutral-4-opal-04,
  .hover\:border-neutral-4-opal-04:hover,
  .focus\:border-neutral-4-opal-04:focus,
  .group:hover .group-hover\:border-neutral-4-opal-04,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-04 {
    border-color: RGBA(109, 109, 156, 0.04);
  }
  .border-neutral-4-opal-5,
  .hover\:border-neutral-4-opal-5:hover,
  .focus\:border-neutral-4-opal-5:focus,
  .group:hover .group-hover\:border-neutral-4-opal-5,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-5 {
    border-color: RGBA(109, 109, 156, 0.5);
  }
  .border-neutral-4-opal-05,
  .hover\:border-neutral-4-opal-05:hover,
  .focus\:border-neutral-4-opal-05:focus,
  .group:hover .group-hover\:border-neutral-4-opal-05,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-05 {
    border-color: RGBA(109, 109, 156, 0.05);
  }
  .border-neutral-4-opal-6,
  .hover\:border-neutral-4-opal-6:hover,
  .focus\:border-neutral-4-opal-6:focus,
  .group:hover .group-hover\:border-neutral-4-opal-6,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-6 {
    border-color: RGBA(109, 109, 156, 0.6);
  }
  .border-neutral-4-opal-06,
  .hover\:border-neutral-4-opal-06:hover,
  .focus\:border-neutral-4-opal-06:focus,
  .group:hover .group-hover\:border-neutral-4-opal-06,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-06 {
    border-color: RGBA(109, 109, 156, 0.06);
  }
  .border-neutral-4-opal-7,
  .hover\:border-neutral-4-opal-7:hover,
  .focus\:border-neutral-4-opal-7:focus,
  .group:hover .group-hover\:border-neutral-4-opal-7,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-7 {
    border-color: RGBA(109, 109, 156, 0.7);
  }
  .border-neutral-4-opal-07,
  .hover\:border-neutral-4-opal-07:hover,
  .focus\:border-neutral-4-opal-07:focus,
  .group:hover .group-hover\:border-neutral-4-opal-07,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-07 {
    border-color: RGBA(109, 109, 156, 0.07);
  }
  .border-neutral-4-opal-8,
  .hover\:border-neutral-4-opal-8:hover,
  .focus\:border-neutral-4-opal-8:focus,
  .group:hover .group-hover\:border-neutral-4-opal-8,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-8 {
    border-color: RGBA(109, 109, 156, 0.8);
  }
  .border-neutral-4-opal-08,
  .hover\:border-neutral-4-opal-08:hover,
  .focus\:border-neutral-4-opal-08:focus,
  .group:hover .group-hover\:border-neutral-4-opal-08,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-08 {
    border-color: RGBA(109, 109, 156, 0.08);
  }
  .border-neutral-4-opal-9,
  .hover\:border-neutral-4-opal-9:hover,
  .focus\:border-neutral-4-opal-9:focus,
  .group:hover .group-hover\:border-neutral-4-opal-9,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-9 {
    border-color: RGBA(109, 109, 156, 0.9);
  }
  .border-neutral-4-opal-09,
  .hover\:border-neutral-4-opal-09:hover,
  .focus\:border-neutral-4-opal-09:focus,
  .group:hover .group-hover\:border-neutral-4-opal-09,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-09 {
    border-color: RGBA(109, 109, 156, 0.09);
  }
  .border-neutral-4-opal-10,
  .hover\:border-neutral-4-opal-10:hover,
  .focus\:border-neutral-4-opal-10:focus,
  .group:hover .group-hover\:border-neutral-4-opal-10,
  .group:focus-within .group-focus-within\:border-neutral-4-opal-10 {
    border-color: RGBA(109, 109, 156, 1);
  }
  .border-neutral-5,
  .hover\:border-neutral-5:hover,
  .focus\:border-neutral-5:focus,
  .group:hover .group-hover\:border-neutral-5,
  .group:focus-within .group-focus-within\:border-neutral-5 {
    border-color: #f6f7fb;
  }
  .border-neutral-5-opal-0,
  .hover\:border-neutral-5-opal-0:hover,
  .focus\:border-neutral-5-opal-0:focus,
  .group:hover .group-hover\:border-neutral-5-opal-0,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-0 {
    border-color: RGBA(246, 247, 251, 0);
  }
  .border-neutral-5-opal-00,
  .hover\:border-neutral-5-opal-00:hover,
  .focus\:border-neutral-5-opal-00:focus,
  .group:hover .group-hover\:border-neutral-5-opal-00,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-00 {
    border-color: RGBA(246, 247, 251, 0);
  }
  .border-neutral-5-opal-1,
  .hover\:border-neutral-5-opal-1:hover,
  .focus\:border-neutral-5-opal-1:focus,
  .group:hover .group-hover\:border-neutral-5-opal-1,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-1 {
    border-color: RGBA(246, 247, 251, 0.1);
  }
  .border-neutral-5-opal-01,
  .hover\:border-neutral-5-opal-01:hover,
  .focus\:border-neutral-5-opal-01:focus,
  .group:hover .group-hover\:border-neutral-5-opal-01,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-01 {
    border-color: RGBA(246, 247, 251, 0.01);
  }
  .border-neutral-5-opal-2,
  .hover\:border-neutral-5-opal-2:hover,
  .focus\:border-neutral-5-opal-2:focus,
  .group:hover .group-hover\:border-neutral-5-opal-2,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-2 {
    border-color: RGBA(246, 247, 251, 0.2);
  }
  .border-neutral-5-opal-02,
  .hover\:border-neutral-5-opal-02:hover,
  .focus\:border-neutral-5-opal-02:focus,
  .group:hover .group-hover\:border-neutral-5-opal-02,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-02 {
    border-color: RGBA(246, 247, 251, 0.02);
  }
  .border-neutral-5-opal-3,
  .hover\:border-neutral-5-opal-3:hover,
  .focus\:border-neutral-5-opal-3:focus,
  .group:hover .group-hover\:border-neutral-5-opal-3,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-3 {
    border-color: RGBA(246, 247, 251, 0.3);
  }
  .border-neutral-5-opal-03,
  .hover\:border-neutral-5-opal-03:hover,
  .focus\:border-neutral-5-opal-03:focus,
  .group:hover .group-hover\:border-neutral-5-opal-03,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-03 {
    border-color: RGBA(246, 247, 251, 0.03);
  }
  .border-neutral-5-opal-4,
  .hover\:border-neutral-5-opal-4:hover,
  .focus\:border-neutral-5-opal-4:focus,
  .group:hover .group-hover\:border-neutral-5-opal-4,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-4 {
    border-color: RGBA(246, 247, 251, 0.4);
  }
  .border-neutral-5-opal-04,
  .hover\:border-neutral-5-opal-04:hover,
  .focus\:border-neutral-5-opal-04:focus,
  .group:hover .group-hover\:border-neutral-5-opal-04,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-04 {
    border-color: RGBA(246, 247, 251, 0.04);
  }
  .border-neutral-5-opal-5,
  .hover\:border-neutral-5-opal-5:hover,
  .focus\:border-neutral-5-opal-5:focus,
  .group:hover .group-hover\:border-neutral-5-opal-5,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-5 {
    border-color: RGBA(246, 247, 251, 0.5);
  }
  .border-neutral-5-opal-05,
  .hover\:border-neutral-5-opal-05:hover,
  .focus\:border-neutral-5-opal-05:focus,
  .group:hover .group-hover\:border-neutral-5-opal-05,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-05 {
    border-color: RGBA(246, 247, 251, 0.05);
  }
  .border-neutral-5-opal-6,
  .hover\:border-neutral-5-opal-6:hover,
  .focus\:border-neutral-5-opal-6:focus,
  .group:hover .group-hover\:border-neutral-5-opal-6,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-6 {
    border-color: RGBA(246, 247, 251, 0.6);
  }
  .border-neutral-5-opal-06,
  .hover\:border-neutral-5-opal-06:hover,
  .focus\:border-neutral-5-opal-06:focus,
  .group:hover .group-hover\:border-neutral-5-opal-06,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-06 {
    border-color: RGBA(246, 247, 251, 0.06);
  }
  .border-neutral-5-opal-7,
  .hover\:border-neutral-5-opal-7:hover,
  .focus\:border-neutral-5-opal-7:focus,
  .group:hover .group-hover\:border-neutral-5-opal-7,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-7 {
    border-color: RGBA(246, 247, 251, 0.7);
  }
  .border-neutral-5-opal-07,
  .hover\:border-neutral-5-opal-07:hover,
  .focus\:border-neutral-5-opal-07:focus,
  .group:hover .group-hover\:border-neutral-5-opal-07,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-07 {
    border-color: RGBA(246, 247, 251, 0.07);
  }
  .border-neutral-5-opal-8,
  .hover\:border-neutral-5-opal-8:hover,
  .focus\:border-neutral-5-opal-8:focus,
  .group:hover .group-hover\:border-neutral-5-opal-8,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-8 {
    border-color: RGBA(246, 247, 251, 0.8);
  }
  .border-neutral-5-opal-08,
  .hover\:border-neutral-5-opal-08:hover,
  .focus\:border-neutral-5-opal-08:focus,
  .group:hover .group-hover\:border-neutral-5-opal-08,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-08 {
    border-color: RGBA(246, 247, 251, 0.08);
  }
  .border-neutral-5-opal-9,
  .hover\:border-neutral-5-opal-9:hover,
  .focus\:border-neutral-5-opal-9:focus,
  .group:hover .group-hover\:border-neutral-5-opal-9,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-9 {
    border-color: RGBA(246, 247, 251, 0.9);
  }
  .border-neutral-5-opal-09,
  .hover\:border-neutral-5-opal-09:hover,
  .focus\:border-neutral-5-opal-09:focus,
  .group:hover .group-hover\:border-neutral-5-opal-09,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-09 {
    border-color: RGBA(246, 247, 251, 0.09);
  }
  .border-neutral-5-opal-10,
  .hover\:border-neutral-5-opal-10:hover,
  .focus\:border-neutral-5-opal-10:focus,
  .group:hover .group-hover\:border-neutral-5-opal-10,
  .group:focus-within .group-focus-within\:border-neutral-5-opal-10 {
    border-color: RGBA(246, 247, 251, 1);
  }
  .border-neutral-6,
  .hover\:border-neutral-6:hover,
  .focus\:border-neutral-6:focus,
  .group:hover .group-hover\:border-neutral-6,
  .group:focus-within .group-focus-within\:border-neutral-6 {
    border-color: #fff;
  }
  .border-neutral-6-opal-0,
  .hover\:border-neutral-6-opal-0:hover,
  .focus\:border-neutral-6-opal-0:focus,
  .group:hover .group-hover\:border-neutral-6-opal-0,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-0 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .border-neutral-6-opal-00,
  .hover\:border-neutral-6-opal-00:hover,
  .focus\:border-neutral-6-opal-00:focus,
  .group:hover .group-hover\:border-neutral-6-opal-00,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-00 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .border-neutral-6-opal-1,
  .hover\:border-neutral-6-opal-1:hover,
  .focus\:border-neutral-6-opal-1:focus,
  .group:hover .group-hover\:border-neutral-6-opal-1,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-1 {
    border-color: RGBA(255, 255, 255, 0.1);
  }
  .border-neutral-6-opal-01,
  .hover\:border-neutral-6-opal-01:hover,
  .focus\:border-neutral-6-opal-01:focus,
  .group:hover .group-hover\:border-neutral-6-opal-01,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-01 {
    border-color: RGBA(255, 255, 255, 0.01);
  }
  .border-neutral-6-opal-2,
  .hover\:border-neutral-6-opal-2:hover,
  .focus\:border-neutral-6-opal-2:focus,
  .group:hover .group-hover\:border-neutral-6-opal-2,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-2 {
    border-color: RGBA(255, 255, 255, 0.2);
  }
  .border-neutral-6-opal-02,
  .hover\:border-neutral-6-opal-02:hover,
  .focus\:border-neutral-6-opal-02:focus,
  .group:hover .group-hover\:border-neutral-6-opal-02,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-02 {
    border-color: RGBA(255, 255, 255, 0.02);
  }
  .border-neutral-6-opal-3,
  .hover\:border-neutral-6-opal-3:hover,
  .focus\:border-neutral-6-opal-3:focus,
  .group:hover .group-hover\:border-neutral-6-opal-3,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-3 {
    border-color: RGBA(255, 255, 255, 0.3);
  }
  .border-neutral-6-opal-03,
  .hover\:border-neutral-6-opal-03:hover,
  .focus\:border-neutral-6-opal-03:focus,
  .group:hover .group-hover\:border-neutral-6-opal-03,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-03 {
    border-color: RGBA(255, 255, 255, 0.03);
  }
  .border-neutral-6-opal-4,
  .hover\:border-neutral-6-opal-4:hover,
  .focus\:border-neutral-6-opal-4:focus,
  .group:hover .group-hover\:border-neutral-6-opal-4,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-4 {
    border-color: RGBA(255, 255, 255, 0.4);
  }
  .border-neutral-6-opal-04,
  .hover\:border-neutral-6-opal-04:hover,
  .focus\:border-neutral-6-opal-04:focus,
  .group:hover .group-hover\:border-neutral-6-opal-04,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-04 {
    border-color: RGBA(255, 255, 255, 0.04);
  }
  .border-neutral-6-opal-5,
  .hover\:border-neutral-6-opal-5:hover,
  .focus\:border-neutral-6-opal-5:focus,
  .group:hover .group-hover\:border-neutral-6-opal-5,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-5 {
    border-color: RGBA(255, 255, 255, 0.5);
  }
  .border-neutral-6-opal-05,
  .hover\:border-neutral-6-opal-05:hover,
  .focus\:border-neutral-6-opal-05:focus,
  .group:hover .group-hover\:border-neutral-6-opal-05,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-05 {
    border-color: RGBA(255, 255, 255, 0.05);
  }
  .border-neutral-6-opal-6,
  .hover\:border-neutral-6-opal-6:hover,
  .focus\:border-neutral-6-opal-6:focus,
  .group:hover .group-hover\:border-neutral-6-opal-6,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-6 {
    border-color: RGBA(255, 255, 255, 0.6);
  }
  .border-neutral-6-opal-06,
  .hover\:border-neutral-6-opal-06:hover,
  .focus\:border-neutral-6-opal-06:focus,
  .group:hover .group-hover\:border-neutral-6-opal-06,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-06 {
    border-color: RGBA(255, 255, 255, 0.06);
  }
  .border-neutral-6-opal-7,
  .hover\:border-neutral-6-opal-7:hover,
  .focus\:border-neutral-6-opal-7:focus,
  .group:hover .group-hover\:border-neutral-6-opal-7,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-7 {
    border-color: RGBA(255, 255, 255, 0.7);
  }
  .border-neutral-6-opal-07,
  .hover\:border-neutral-6-opal-07:hover,
  .focus\:border-neutral-6-opal-07:focus,
  .group:hover .group-hover\:border-neutral-6-opal-07,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-07 {
    border-color: RGBA(255, 255, 255, 0.07);
  }
  .border-neutral-6-opal-8,
  .hover\:border-neutral-6-opal-8:hover,
  .focus\:border-neutral-6-opal-8:focus,
  .group:hover .group-hover\:border-neutral-6-opal-8,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-8 {
    border-color: RGBA(255, 255, 255, 0.8);
  }
  .border-neutral-6-opal-08,
  .hover\:border-neutral-6-opal-08:hover,
  .focus\:border-neutral-6-opal-08:focus,
  .group:hover .group-hover\:border-neutral-6-opal-08,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-08 {
    border-color: RGBA(255, 255, 255, 0.08);
  }
  .border-neutral-6-opal-9,
  .hover\:border-neutral-6-opal-9:hover,
  .focus\:border-neutral-6-opal-9:focus,
  .group:hover .group-hover\:border-neutral-6-opal-9,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-9 {
    border-color: RGBA(255, 255, 255, 0.9);
  }
  .border-neutral-6-opal-09,
  .hover\:border-neutral-6-opal-09:hover,
  .focus\:border-neutral-6-opal-09:focus,
  .group:hover .group-hover\:border-neutral-6-opal-09,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-09 {
    border-color: RGBA(255, 255, 255, 0.09);
  }
  .border-neutral-6-opal-10,
  .hover\:border-neutral-6-opal-10:hover,
  .focus\:border-neutral-6-opal-10:focus,
  .group:hover .group-hover\:border-neutral-6-opal-10,
  .group:focus-within .group-focus-within\:border-neutral-6-opal-10 {
    border-color: RGBA(255, 255, 255, 1);
  }
  .border-ui-fill,
  .hover\:border-ui-fill:hover,
  .focus\:border-ui-fill:focus,
  .group:hover .group-hover\:border-ui-fill,
  .group:focus-within .group-focus-within\:border-ui-fill {
    border-color: #fff;
  }
  .border-ui-fill-opal-0,
  .hover\:border-ui-fill-opal-0:hover,
  .focus\:border-ui-fill-opal-0:focus,
  .group:hover .group-hover\:border-ui-fill-opal-0,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-0 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .border-ui-fill-opal-00,
  .hover\:border-ui-fill-opal-00:hover,
  .focus\:border-ui-fill-opal-00:focus,
  .group:hover .group-hover\:border-ui-fill-opal-00,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-00 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .border-ui-fill-opal-1,
  .hover\:border-ui-fill-opal-1:hover,
  .focus\:border-ui-fill-opal-1:focus,
  .group:hover .group-hover\:border-ui-fill-opal-1,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-1 {
    border-color: RGBA(255, 255, 255, 0.1);
  }
  .border-ui-fill-opal-01,
  .hover\:border-ui-fill-opal-01:hover,
  .focus\:border-ui-fill-opal-01:focus,
  .group:hover .group-hover\:border-ui-fill-opal-01,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-01 {
    border-color: RGBA(255, 255, 255, 0.01);
  }
  .border-ui-fill-opal-2,
  .hover\:border-ui-fill-opal-2:hover,
  .focus\:border-ui-fill-opal-2:focus,
  .group:hover .group-hover\:border-ui-fill-opal-2,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-2 {
    border-color: RGBA(255, 255, 255, 0.2);
  }
  .border-ui-fill-opal-02,
  .hover\:border-ui-fill-opal-02:hover,
  .focus\:border-ui-fill-opal-02:focus,
  .group:hover .group-hover\:border-ui-fill-opal-02,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-02 {
    border-color: RGBA(255, 255, 255, 0.02);
  }
  .border-ui-fill-opal-3,
  .hover\:border-ui-fill-opal-3:hover,
  .focus\:border-ui-fill-opal-3:focus,
  .group:hover .group-hover\:border-ui-fill-opal-3,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-3 {
    border-color: RGBA(255, 255, 255, 0.3);
  }
  .border-ui-fill-opal-03,
  .hover\:border-ui-fill-opal-03:hover,
  .focus\:border-ui-fill-opal-03:focus,
  .group:hover .group-hover\:border-ui-fill-opal-03,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-03 {
    border-color: RGBA(255, 255, 255, 0.03);
  }
  .border-ui-fill-opal-4,
  .hover\:border-ui-fill-opal-4:hover,
  .focus\:border-ui-fill-opal-4:focus,
  .group:hover .group-hover\:border-ui-fill-opal-4,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-4 {
    border-color: RGBA(255, 255, 255, 0.4);
  }
  .border-ui-fill-opal-04,
  .hover\:border-ui-fill-opal-04:hover,
  .focus\:border-ui-fill-opal-04:focus,
  .group:hover .group-hover\:border-ui-fill-opal-04,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-04 {
    border-color: RGBA(255, 255, 255, 0.04);
  }
  .border-ui-fill-opal-5,
  .hover\:border-ui-fill-opal-5:hover,
  .focus\:border-ui-fill-opal-5:focus,
  .group:hover .group-hover\:border-ui-fill-opal-5,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-5 {
    border-color: RGBA(255, 255, 255, 0.5);
  }
  .border-ui-fill-opal-05,
  .hover\:border-ui-fill-opal-05:hover,
  .focus\:border-ui-fill-opal-05:focus,
  .group:hover .group-hover\:border-ui-fill-opal-05,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-05 {
    border-color: RGBA(255, 255, 255, 0.05);
  }
  .border-ui-fill-opal-6,
  .hover\:border-ui-fill-opal-6:hover,
  .focus\:border-ui-fill-opal-6:focus,
  .group:hover .group-hover\:border-ui-fill-opal-6,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-6 {
    border-color: RGBA(255, 255, 255, 0.6);
  }
  .border-ui-fill-opal-06,
  .hover\:border-ui-fill-opal-06:hover,
  .focus\:border-ui-fill-opal-06:focus,
  .group:hover .group-hover\:border-ui-fill-opal-06,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-06 {
    border-color: RGBA(255, 255, 255, 0.06);
  }
  .border-ui-fill-opal-7,
  .hover\:border-ui-fill-opal-7:hover,
  .focus\:border-ui-fill-opal-7:focus,
  .group:hover .group-hover\:border-ui-fill-opal-7,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-7 {
    border-color: RGBA(255, 255, 255, 0.7);
  }
  .border-ui-fill-opal-07,
  .hover\:border-ui-fill-opal-07:hover,
  .focus\:border-ui-fill-opal-07:focus,
  .group:hover .group-hover\:border-ui-fill-opal-07,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-07 {
    border-color: RGBA(255, 255, 255, 0.07);
  }
  .border-ui-fill-opal-8,
  .hover\:border-ui-fill-opal-8:hover,
  .focus\:border-ui-fill-opal-8:focus,
  .group:hover .group-hover\:border-ui-fill-opal-8,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-8 {
    border-color: RGBA(255, 255, 255, 0.8);
  }
  .border-ui-fill-opal-08,
  .hover\:border-ui-fill-opal-08:hover,
  .focus\:border-ui-fill-opal-08:focus,
  .group:hover .group-hover\:border-ui-fill-opal-08,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-08 {
    border-color: RGBA(255, 255, 255, 0.08);
  }
  .border-ui-fill-opal-9,
  .hover\:border-ui-fill-opal-9:hover,
  .focus\:border-ui-fill-opal-9:focus,
  .group:hover .group-hover\:border-ui-fill-opal-9,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-9 {
    border-color: RGBA(255, 255, 255, 0.9);
  }
  .border-ui-fill-opal-09,
  .hover\:border-ui-fill-opal-09:hover,
  .focus\:border-ui-fill-opal-09:focus,
  .group:hover .group-hover\:border-ui-fill-opal-09,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-09 {
    border-color: RGBA(255, 255, 255, 0.09);
  }
  .border-ui-fill-opal-10,
  .hover\:border-ui-fill-opal-10:hover,
  .focus\:border-ui-fill-opal-10:focus,
  .group:hover .group-hover\:border-ui-fill-opal-10,
  .group:focus-within .group-focus-within\:border-ui-fill-opal-10 {
    border-color: RGBA(255, 255, 255, 1);
  }
  .border-ui-stroke,
  .hover\:border-ui-stroke:hover,
  .focus\:border-ui-stroke:focus,
  .group:hover .group-hover\:border-ui-stroke,
  .group:focus-within .group-focus-within\:border-ui-stroke {
    border-color: #6d6d9c;
  }
  .border-ui-stroke-opal-0,
  .hover\:border-ui-stroke-opal-0:hover,
  .focus\:border-ui-stroke-opal-0:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-0,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-0 {
    border-color: RGBA(109, 109, 156, 0);
  }
  .border-ui-stroke-opal-00,
  .hover\:border-ui-stroke-opal-00:hover,
  .focus\:border-ui-stroke-opal-00:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-00,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-00 {
    border-color: RGBA(109, 109, 156, 0);
  }
  .border-ui-stroke-opal-1,
  .hover\:border-ui-stroke-opal-1:hover,
  .focus\:border-ui-stroke-opal-1:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-1,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-1 {
    border-color: RGBA(109, 109, 156, 0.1);
  }
  .border-ui-stroke-opal-01,
  .hover\:border-ui-stroke-opal-01:hover,
  .focus\:border-ui-stroke-opal-01:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-01,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-01 {
    border-color: RGBA(109, 109, 156, 0.01);
  }
  .border-ui-stroke-opal-2,
  .hover\:border-ui-stroke-opal-2:hover,
  .focus\:border-ui-stroke-opal-2:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-2,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-2 {
    border-color: RGBA(109, 109, 156, 0.2);
  }
  .border-ui-stroke-opal-02,
  .hover\:border-ui-stroke-opal-02:hover,
  .focus\:border-ui-stroke-opal-02:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-02,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-02 {
    border-color: RGBA(109, 109, 156, 0.02);
  }
  .border-ui-stroke-opal-3,
  .hover\:border-ui-stroke-opal-3:hover,
  .focus\:border-ui-stroke-opal-3:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-3,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-3 {
    border-color: RGBA(109, 109, 156, 0.3);
  }
  .border-ui-stroke-opal-03,
  .hover\:border-ui-stroke-opal-03:hover,
  .focus\:border-ui-stroke-opal-03:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-03,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-03 {
    border-color: RGBA(109, 109, 156, 0.03);
  }
  .border-ui-stroke-opal-4,
  .hover\:border-ui-stroke-opal-4:hover,
  .focus\:border-ui-stroke-opal-4:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-4,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-4 {
    border-color: RGBA(109, 109, 156, 0.4);
  }
  .border-ui-stroke-opal-04,
  .hover\:border-ui-stroke-opal-04:hover,
  .focus\:border-ui-stroke-opal-04:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-04,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-04 {
    border-color: RGBA(109, 109, 156, 0.04);
  }
  .border-ui-stroke-opal-5,
  .hover\:border-ui-stroke-opal-5:hover,
  .focus\:border-ui-stroke-opal-5:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-5,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-5 {
    border-color: RGBA(109, 109, 156, 0.5);
  }
  .border-ui-stroke-opal-05,
  .hover\:border-ui-stroke-opal-05:hover,
  .focus\:border-ui-stroke-opal-05:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-05,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-05 {
    border-color: RGBA(109, 109, 156, 0.05);
  }
  .border-ui-stroke-opal-6,
  .hover\:border-ui-stroke-opal-6:hover,
  .focus\:border-ui-stroke-opal-6:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-6,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-6 {
    border-color: RGBA(109, 109, 156, 0.6);
  }
  .border-ui-stroke-opal-06,
  .hover\:border-ui-stroke-opal-06:hover,
  .focus\:border-ui-stroke-opal-06:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-06,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-06 {
    border-color: RGBA(109, 109, 156, 0.06);
  }
  .border-ui-stroke-opal-7,
  .hover\:border-ui-stroke-opal-7:hover,
  .focus\:border-ui-stroke-opal-7:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-7,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-7 {
    border-color: RGBA(109, 109, 156, 0.7);
  }
  .border-ui-stroke-opal-07,
  .hover\:border-ui-stroke-opal-07:hover,
  .focus\:border-ui-stroke-opal-07:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-07,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-07 {
    border-color: RGBA(109, 109, 156, 0.07);
  }
  .border-ui-stroke-opal-8,
  .hover\:border-ui-stroke-opal-8:hover,
  .focus\:border-ui-stroke-opal-8:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-8,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-8 {
    border-color: RGBA(109, 109, 156, 0.8);
  }
  .border-ui-stroke-opal-08,
  .hover\:border-ui-stroke-opal-08:hover,
  .focus\:border-ui-stroke-opal-08:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-08,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-08 {
    border-color: RGBA(109, 109, 156, 0.08);
  }
  .border-ui-stroke-opal-9,
  .hover\:border-ui-stroke-opal-9:hover,
  .focus\:border-ui-stroke-opal-9:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-9,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-9 {
    border-color: RGBA(109, 109, 156, 0.9);
  }
  .border-ui-stroke-opal-09,
  .hover\:border-ui-stroke-opal-09:hover,
  .focus\:border-ui-stroke-opal-09:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-09,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-09 {
    border-color: RGBA(109, 109, 156, 0.09);
  }
  .border-ui-stroke-opal-10,
  .hover\:border-ui-stroke-opal-10:hover,
  .focus\:border-ui-stroke-opal-10:focus,
  .group:hover .group-hover\:border-ui-stroke-opal-10,
  .group:focus-within .group-focus-within\:border-ui-stroke-opal-10 {
    border-color: RGBA(109, 109, 156, 1);
  }
  .border-ui-text,
  .hover\:border-ui-text:hover,
  .focus\:border-ui-text:focus,
  .group:hover .group-hover\:border-ui-text,
  .group:focus-within .group-focus-within\:border-ui-text {
    border-color: #383f76;
  }
  .border-ui-text-opal-0,
  .hover\:border-ui-text-opal-0:hover,
  .focus\:border-ui-text-opal-0:focus,
  .group:hover .group-hover\:border-ui-text-opal-0,
  .group:focus-within .group-focus-within\:border-ui-text-opal-0 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .border-ui-text-opal-00,
  .hover\:border-ui-text-opal-00:hover,
  .focus\:border-ui-text-opal-00:focus,
  .group:hover .group-hover\:border-ui-text-opal-00,
  .group:focus-within .group-focus-within\:border-ui-text-opal-00 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .border-ui-text-opal-1,
  .hover\:border-ui-text-opal-1:hover,
  .focus\:border-ui-text-opal-1:focus,
  .group:hover .group-hover\:border-ui-text-opal-1,
  .group:focus-within .group-focus-within\:border-ui-text-opal-1 {
    border-color: RGBA(56, 63, 118, 0.1);
  }
  .border-ui-text-opal-01,
  .hover\:border-ui-text-opal-01:hover,
  .focus\:border-ui-text-opal-01:focus,
  .group:hover .group-hover\:border-ui-text-opal-01,
  .group:focus-within .group-focus-within\:border-ui-text-opal-01 {
    border-color: RGBA(56, 63, 118, 0.01);
  }
  .border-ui-text-opal-2,
  .hover\:border-ui-text-opal-2:hover,
  .focus\:border-ui-text-opal-2:focus,
  .group:hover .group-hover\:border-ui-text-opal-2,
  .group:focus-within .group-focus-within\:border-ui-text-opal-2 {
    border-color: RGBA(56, 63, 118, 0.2);
  }
  .border-ui-text-opal-02,
  .hover\:border-ui-text-opal-02:hover,
  .focus\:border-ui-text-opal-02:focus,
  .group:hover .group-hover\:border-ui-text-opal-02,
  .group:focus-within .group-focus-within\:border-ui-text-opal-02 {
    border-color: RGBA(56, 63, 118, 0.02);
  }
  .border-ui-text-opal-3,
  .hover\:border-ui-text-opal-3:hover,
  .focus\:border-ui-text-opal-3:focus,
  .group:hover .group-hover\:border-ui-text-opal-3,
  .group:focus-within .group-focus-within\:border-ui-text-opal-3 {
    border-color: RGBA(56, 63, 118, 0.3);
  }
  .border-ui-text-opal-03,
  .hover\:border-ui-text-opal-03:hover,
  .focus\:border-ui-text-opal-03:focus,
  .group:hover .group-hover\:border-ui-text-opal-03,
  .group:focus-within .group-focus-within\:border-ui-text-opal-03 {
    border-color: RGBA(56, 63, 118, 0.03);
  }
  .border-ui-text-opal-4,
  .hover\:border-ui-text-opal-4:hover,
  .focus\:border-ui-text-opal-4:focus,
  .group:hover .group-hover\:border-ui-text-opal-4,
  .group:focus-within .group-focus-within\:border-ui-text-opal-4 {
    border-color: RGBA(56, 63, 118, 0.4);
  }
  .border-ui-text-opal-04,
  .hover\:border-ui-text-opal-04:hover,
  .focus\:border-ui-text-opal-04:focus,
  .group:hover .group-hover\:border-ui-text-opal-04,
  .group:focus-within .group-focus-within\:border-ui-text-opal-04 {
    border-color: RGBA(56, 63, 118, 0.04);
  }
  .border-ui-text-opal-5,
  .hover\:border-ui-text-opal-5:hover,
  .focus\:border-ui-text-opal-5:focus,
  .group:hover .group-hover\:border-ui-text-opal-5,
  .group:focus-within .group-focus-within\:border-ui-text-opal-5 {
    border-color: RGBA(56, 63, 118, 0.5);
  }
  .border-ui-text-opal-05,
  .hover\:border-ui-text-opal-05:hover,
  .focus\:border-ui-text-opal-05:focus,
  .group:hover .group-hover\:border-ui-text-opal-05,
  .group:focus-within .group-focus-within\:border-ui-text-opal-05 {
    border-color: RGBA(56, 63, 118, 0.05);
  }
  .border-ui-text-opal-6,
  .hover\:border-ui-text-opal-6:hover,
  .focus\:border-ui-text-opal-6:focus,
  .group:hover .group-hover\:border-ui-text-opal-6,
  .group:focus-within .group-focus-within\:border-ui-text-opal-6 {
    border-color: RGBA(56, 63, 118, 0.6);
  }
  .border-ui-text-opal-06,
  .hover\:border-ui-text-opal-06:hover,
  .focus\:border-ui-text-opal-06:focus,
  .group:hover .group-hover\:border-ui-text-opal-06,
  .group:focus-within .group-focus-within\:border-ui-text-opal-06 {
    border-color: RGBA(56, 63, 118, 0.06);
  }
  .border-ui-text-opal-7,
  .hover\:border-ui-text-opal-7:hover,
  .focus\:border-ui-text-opal-7:focus,
  .group:hover .group-hover\:border-ui-text-opal-7,
  .group:focus-within .group-focus-within\:border-ui-text-opal-7 {
    border-color: RGBA(56, 63, 118, 0.7);
  }
  .border-ui-text-opal-07,
  .hover\:border-ui-text-opal-07:hover,
  .focus\:border-ui-text-opal-07:focus,
  .group:hover .group-hover\:border-ui-text-opal-07,
  .group:focus-within .group-focus-within\:border-ui-text-opal-07 {
    border-color: RGBA(56, 63, 118, 0.07);
  }
  .border-ui-text-opal-8,
  .hover\:border-ui-text-opal-8:hover,
  .focus\:border-ui-text-opal-8:focus,
  .group:hover .group-hover\:border-ui-text-opal-8,
  .group:focus-within .group-focus-within\:border-ui-text-opal-8 {
    border-color: RGBA(56, 63, 118, 0.8);
  }
  .border-ui-text-opal-08,
  .hover\:border-ui-text-opal-08:hover,
  .focus\:border-ui-text-opal-08:focus,
  .group:hover .group-hover\:border-ui-text-opal-08,
  .group:focus-within .group-focus-within\:border-ui-text-opal-08 {
    border-color: RGBA(56, 63, 118, 0.08);
  }
  .border-ui-text-opal-9,
  .hover\:border-ui-text-opal-9:hover,
  .focus\:border-ui-text-opal-9:focus,
  .group:hover .group-hover\:border-ui-text-opal-9,
  .group:focus-within .group-focus-within\:border-ui-text-opal-9 {
    border-color: RGBA(56, 63, 118, 0.9);
  }
  .border-ui-text-opal-09,
  .hover\:border-ui-text-opal-09:hover,
  .focus\:border-ui-text-opal-09:focus,
  .group:hover .group-hover\:border-ui-text-opal-09,
  .group:focus-within .group-focus-within\:border-ui-text-opal-09 {
    border-color: RGBA(56, 63, 118, 0.09);
  }
  .border-ui-text-opal-10,
  .hover\:border-ui-text-opal-10:hover,
  .focus\:border-ui-text-opal-10:focus,
  .group:hover .group-hover\:border-ui-text-opal-10,
  .group:focus-within .group-focus-within\:border-ui-text-opal-10 {
    border-color: RGBA(56, 63, 118, 1);
  }
  .border-base-purple,
  .hover\:border-base-purple:hover,
  .focus\:border-base-purple:focus,
  .group:hover .group-hover\:border-base-purpler,
  .group:focus-within .group-focus-within\:border-base-purple {
    border: #f6f4fa;
  }
  .bg-base-purple,
  .hover\:bg-base-purple:hover,
  .focus\:bg-base-purple:focus,
  .group:hover .group-hover\:bg-base-purple,
  .group:focus-within .group-focus-within\:bg-base-purple {
    background-color: #f6f4fa;
  }
  .fill-base-purple,
  .hover\:fill-base-purple:hover,
  .focus\:fill-base-purple:focus,
  .group:hover .group-hover\:fill-base-purple,
  .group:focus-within .group-focus-within\:fill-base-purple {
    color: #f6f4fa;
  }
  .border-base-dark-purple,
  .hover\:border-base-dark-purple:hover,
  .focus\:border-base-dark-purple:focus,
  .group:hover .group-hover\:border-base-dark-purpler,
  .group:focus-within .group-focus-within\:border-base-dark-purple {
    border: #f6f4fa;
  }
  .bg-base-dark-purple,
  .hover\:bg-base-dark-purple:hover,
  .focus\:bg-base-dark-purple:focus,
  .group:hover .group-hover\:bg-base-dark-purple,
  .group:focus-within .group-focus-within\:bg-base-dark-purple {
    background-color: #f6f4fa;
  }
  .fill-base-dark-purple,
  .hover\:fill-base-dark-purple:hover,
  .focus\:fill-base-dark-purple:focus,
  .group:hover .group-hover\:fill-base-dark-purple,
  .group:focus-within .group-focus-within\:fill-base-dark-purple {
    color: #f6f4fa;
  }
  .border-base-deep-sea,
  .hover\:border-base-deep-sea:hover,
  .focus\:border-base-deep-sea:focus,
  .group:hover .group-hover\:border-base-deep-sear,
  .group:focus-within .group-focus-within\:border-base-deep-sea {
    border: #f3f4fc;
  }
  .bg-base-deep-sea,
  .hover\:bg-base-deep-sea:hover,
  .focus\:bg-base-deep-sea:focus,
  .group:hover .group-hover\:bg-base-deep-sea,
  .group:focus-within .group-focus-within\:bg-base-deep-sea {
    background-color: #f3f4fc;
  }
  .fill-base-deep-sea,
  .hover\:fill-base-deep-sea:hover,
  .focus\:fill-base-deep-sea:focus,
  .group:hover .group-hover\:fill-base-deep-sea,
  .group:focus-within .group-focus-within\:fill-base-deep-sea {
    color: #f3f4fc;
  }
  .border-base-rose,
  .hover\:border-base-rose:hover,
  .focus\:border-base-rose:focus,
  .group:hover .group-hover\:border-base-roser,
  .group:focus-within .group-focus-within\:border-base-rose {
    border: #fef7f8;
  }
  .bg-base-rose,
  .hover\:bg-base-rose:hover,
  .focus\:bg-base-rose:focus,
  .group:hover .group-hover\:bg-base-rose,
  .group:focus-within .group-focus-within\:bg-base-rose {
    background-color: #fef7f8;
  }
  .fill-base-rose,
  .hover\:fill-base-rose:hover,
  .focus\:fill-base-rose:focus,
  .group:hover .group-hover\:fill-base-rose,
  .group:focus-within .group-focus-within\:fill-base-rose {
    color: #fef7f8;
  }
  .border-base-autumn,
  .hover\:border-base-autumn:hover,
  .focus\:border-base-autumn:focus,
  .group:hover .group-hover\:border-base-autumnr,
  .group:focus-within .group-focus-within\:border-base-autumn {
    border: #fcf6f3;
  }
  .bg-base-autumn,
  .hover\:bg-base-autumn:hover,
  .focus\:bg-base-autumn:focus,
  .group:hover .group-hover\:bg-base-autumn,
  .group:focus-within .group-focus-within\:bg-base-autumn {
    background-color: #fcf6f3;
  }
  .fill-base-autumn,
  .hover\:fill-base-autumn:hover,
  .focus\:fill-base-autumn:focus,
  .group:hover .group-hover\:fill-base-autumn,
  .group:focus-within .group-focus-within\:fill-base-autumn {
    color: #fcf6f3;
  }
  .border-base-dark-teal,
  .hover\:border-base-dark-teal:hover,
  .focus\:border-base-dark-teal:focus,
  .group:hover .group-hover\:border-base-dark-tealr,
  .group:focus-within .group-focus-within\:border-base-dark-teal {
    border: #f3f9f9;
  }
  .bg-base-dark-teal,
  .hover\:bg-base-dark-teal:hover,
  .focus\:bg-base-dark-teal:focus,
  .group:hover .group-hover\:bg-base-dark-teal,
  .group:focus-within .group-focus-within\:bg-base-dark-teal {
    background-color: #f3f9f9;
  }
  .fill-base-dark-teal,
  .hover\:fill-base-dark-teal:hover,
  .focus\:fill-base-dark-teal:focus,
  .group:hover .group-hover\:fill-base-dark-teal,
  .group:focus-within .group-focus-within\:fill-base-dark-teal {
    color: #f3f9f9;
  }
  .border-base-turquoise,
  .hover\:border-base-turquoise:hover,
  .focus\:border-base-turquoise:focus,
  .group:hover .group-hover\:border-base-turquoiser,
  .group:focus-within .group-focus-within\:border-base-turquoise {
    border: #f3f9fa;
  }
  .bg-base-turquoise,
  .hover\:bg-base-turquoise:hover,
  .focus\:bg-base-turquoise:focus,
  .group:hover .group-hover\:bg-base-turquoise,
  .group:focus-within .group-focus-within\:bg-base-turquoise {
    background-color: #f3f9fa;
  }
  .fill-base-turquoise,
  .hover\:fill-base-turquoise:hover,
  .focus\:fill-base-turquoise:focus,
  .group:hover .group-hover\:fill-base-turquoise,
  .group:focus-within .group-focus-within\:fill-base-turquoise {
    color: #f3f9fa;
  }
  .border-base-electric-blue,
  .hover\:border-base-electric-blue:hover,
  .focus\:border-base-electric-blue:focus,
  .group:hover .group-hover\:border-base-electric-bluer,
  .group:focus-within .group-focus-within\:border-base-electric-blue {
    border: #f3f7fe;
  }
  .bg-base-electric-blue,
  .hover\:bg-base-electric-blue:hover,
  .focus\:bg-base-electric-blue:focus,
  .group:hover .group-hover\:bg-base-electric-blue,
  .group:focus-within .group-focus-within\:bg-base-electric-blue {
    background-color: #f3f7fe;
  }
  .fill-base-electric-blue,
  .hover\:fill-base-electric-blue:hover,
  .focus\:fill-base-electric-blue:focus,
  .group:hover .group-hover\:fill-base-electric-blue,
  .group:focus-within .group-focus-within\:fill-base-electric-blue {
    color: #f3f7fe;
  }
  .border-base-action,
  .hover\:border-base-action:hover,
  .focus\:border-base-action:focus,
  .group:hover .group-hover\:border-base-actionr,
  .group:focus-within .group-focus-within\:border-base-action {
    border: #f3f7fe;
  }
  .bg-base-action,
  .hover\:bg-base-action:hover,
  .focus\:bg-base-action:focus,
  .group:hover .group-hover\:bg-base-action,
  .group:focus-within .group-focus-within\:bg-base-action {
    background-color: #f3f7fe;
  }
  .fill-base-action,
  .hover\:fill-base-action:hover,
  .focus\:fill-base-action:focus,
  .group:hover .group-hover\:fill-base-action,
  .group:focus-within .group-focus-within\:fill-base-action {
    color: #f3f7fe;
  }
  .border-base-action-secondary,
  .hover\:border-base-action-secondary:hover,
  .focus\:border-base-action-secondary:focus,
  .group:hover .group-hover\:border-base-action-secondaryr,
  .group:focus-within .group-focus-within\:border-base-action-secondary {
    border: #f3f4fc;
  }
  .bg-base-action-secondary,
  .hover\:bg-base-action-secondary:hover,
  .focus\:bg-base-action-secondary:focus,
  .group:hover .group-hover\:bg-base-action-secondary,
  .group:focus-within .group-focus-within\:bg-base-action-secondary {
    background-color: #f3f4fc;
  }
  .fill-base-action-secondary,
  .hover\:fill-base-action-secondary:hover,
  .focus\:fill-base-action-secondary:focus,
  .group:hover .group-hover\:fill-base-action-secondary,
  .group:focus-within .group-focus-within\:fill-base-action-secondary {
    color: #f3f4fc;
  }
  .fill-white,
  .hover\:fill-white:hover,
  .focus\:fill-white:focus,
  .group:hover .group-hover\:fill-white,
  .group:focus-within .group-focus-within\:fill-white {
    color: #fff;
  }
  .fill-snow,
  .hover\:fill-snow:hover,
  .focus\:fill-snow:focus,
  .group:hover .group-hover\:fill-snow,
  .group:focus-within .group-focus-within\:fill-snow {
    color: #f6f7fb;
  }
  .fill-space,
  .hover\:fill-space:hover,
  .focus\:fill-space:focus,
  .group:hover .group-hover\:fill-space,
  .group:focus-within .group-focus-within\:fill-space {
    color: #01011e;
  }
  .txt-purple-to-dark-purple,
  .hover\:txt-purple-to-dark-purple:hover,
  .focus\:txt-purple-to-dark-purple:focus,
  .group:hover .group-hover\:txt-purple-to-dark-purple,
  .group:focus-within .group-focus-within\:txt-purple-to-dark-purple {
    background: linear-gradient(140deg, #9043c6, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #9043c6;
  }
  .link-purple-to-dark-purple a,
  .hover\:link-purple-to-dark-purple a:hover,
  .focus\:link-purple-to-dark-purple a:focus,
  .group:hover a.group-hover\:link-purple-to-dark-purple,
  .group:focus-within a.group-focus-within\:link-purple-to-dark-purple {
    background: linear-gradient(140deg, #9043c6, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #9043c6;
  }
  .bg-purple-to-dark-purple,
  .hover\:bg-purple-to-dark-purple:hover,
  .focus\:bg-purple-to-dark-purple:focus,
  .group:hover .group-hover\:bg-purple-to-dark-purple,
  .group:focus-within .group-focus-within\:bg-purple-to-dark-purple {
    background: linear-gradient(140deg, #9043c6, #441c99);
  }
  .bg-purple-to-dark-purple-radial,
  .hover\:bg-purple-to-dark-purple-radial:hover,
  .focus\:bg-purple-to-dark-purple-radial:focus,
  .group:hover .group-hover\:bg-purple-to-dark-purple-radial,
  .group:focus-within .group-focus-within\:bg-purple-to-dark-purple-radial {
    background: radial-gradient(#9043c6, #441c99);
  }
  .txt-purple-to-deep-sea,
  .hover\:txt-purple-to-deep-sea:hover,
  .focus\:txt-purple-to-deep-sea:focus,
  .group:hover .group-hover\:txt-purple-to-deep-sea,
  .group:focus-within .group-focus-within\:txt-purple-to-deep-sea {
    background: linear-gradient(140deg, #9043c6, #0a26b8);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #9043c6;
  }
  .link-purple-to-deep-sea a,
  .hover\:link-purple-to-deep-sea a:hover,
  .focus\:link-purple-to-deep-sea a:focus,
  .group:hover a.group-hover\:link-purple-to-deep-sea,
  .group:focus-within a.group-focus-within\:link-purple-to-deep-sea {
    background: linear-gradient(140deg, #9043c6, #0a26b8);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #9043c6;
  }
  .bg-purple-to-deep-sea,
  .hover\:bg-purple-to-deep-sea:hover,
  .focus\:bg-purple-to-deep-sea:focus,
  .group:hover .group-hover\:bg-purple-to-deep-sea,
  .group:focus-within .group-focus-within\:bg-purple-to-deep-sea {
    background: linear-gradient(140deg, #9043c6, #0a26b8);
  }
  .bg-purple-to-deep-sea-radial,
  .hover\:bg-purple-to-deep-sea-radial:hover,
  .focus\:bg-purple-to-deep-sea-radial:focus,
  .group:hover .group-hover\:bg-purple-to-deep-sea-radial,
  .group:focus-within .group-focus-within\:bg-purple-to-deep-sea-radial {
    background: radial-gradient(#9043c6, #0a26b8);
  }
  .txt-hot-pink-to-lavender,
  .hover\:txt-hot-pink-to-lavender:hover,
  .focus\:txt-hot-pink-to-lavender:focus,
  .group:hover .group-hover\:txt-hot-pink-to-lavender,
  .group:focus-within .group-focus-within\:txt-hot-pink-to-lavender {
    background: linear-gradient(140deg, #e555ac, #c481f3);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .link-hot-pink-to-lavender a,
  .hover\:link-hot-pink-to-lavender a:hover,
  .focus\:link-hot-pink-to-lavender a:focus,
  .group:hover a.group-hover\:link-hot-pink-to-lavender,
  .group:focus-within a.group-focus-within\:link-hot-pink-to-lavender {
    background: linear-gradient(140deg, #e555ac, #c481f3);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .bg-hot-pink-to-lavender,
  .hover\:bg-hot-pink-to-lavender:hover,
  .focus\:bg-hot-pink-to-lavender:focus,
  .group:hover .group-hover\:bg-hot-pink-to-lavender,
  .group:focus-within .group-focus-within\:bg-hot-pink-to-lavender {
    background: linear-gradient(140deg, #e555ac, #c481f3);
  }
  .bg-hot-pink-to-lavender-radial,
  .hover\:bg-hot-pink-to-lavender-radial:hover,
  .focus\:bg-hot-pink-to-lavender-radial:focus,
  .group:hover .group-hover\:bg-hot-pink-to-lavender-radial,
  .group:focus-within .group-focus-within\:bg-hot-pink-to-lavender-radial {
    background: radial-gradient(#e555ac, #c481f3);
  }
  .txt-tiger-to-hot-pink,
  .hover\:txt-tiger-to-hot-pink:hover,
  .focus\:txt-tiger-to-hot-pink:focus,
  .group:hover .group-hover\:txt-tiger-to-hot-pink,
  .group:focus-within .group-focus-within\:txt-tiger-to-hot-pink {
    background: linear-gradient(140deg, #f99048, #e555ac);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #f99048;
  }
  .link-tiger-to-hot-pink a,
  .hover\:link-tiger-to-hot-pink a:hover,
  .focus\:link-tiger-to-hot-pink a:focus,
  .group:hover a.group-hover\:link-tiger-to-hot-pink,
  .group:focus-within a.group-focus-within\:link-tiger-to-hot-pink {
    background: linear-gradient(140deg, #f99048, #e555ac);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #f99048;
  }
  .bg-tiger-to-hot-pink,
  .hover\:bg-tiger-to-hot-pink:hover,
  .focus\:bg-tiger-to-hot-pink:focus,
  .group:hover .group-hover\:bg-tiger-to-hot-pink,
  .group:focus-within .group-focus-within\:bg-tiger-to-hot-pink {
    background: linear-gradient(140deg, #f99048, #e555ac);
  }
  .bg-tiger-to-hot-pink-radial,
  .hover\:bg-tiger-to-hot-pink-radial:hover,
  .focus\:bg-tiger-to-hot-pink-radial:focus,
  .group:hover .group-hover\:bg-tiger-to-hot-pink-radial,
  .group:focus-within .group-focus-within\:bg-tiger-to-hot-pink-radial {
    background: radial-gradient(#f99048, #e555ac);
  }
  .txt-hot-pink-to-tiger,
  .hover\:txt-hot-pink-to-tiger:hover,
  .focus\:txt-hot-pink-to-tiger:focus,
  .group:hover .group-hover\:txt-hot-pink-to-tiger,
  .group:focus-within .group-focus-within\:txt-hot-pink-to-tiger {
    background: linear-gradient(140deg, #e555ac, #f99048);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .link-hot-pink-to-tiger a,
  .hover\:link-hot-pink-to-tiger a:hover,
  .focus\:link-hot-pink-to-tiger a:focus,
  .group:hover a.group-hover\:link-hot-pink-to-tiger,
  .group:focus-within a.group-focus-within\:link-hot-pink-to-tiger {
    background: linear-gradient(140deg, #e555ac, #f99048);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .bg-hot-pink-to-tiger,
  .hover\:bg-hot-pink-to-tiger:hover,
  .focus\:bg-hot-pink-to-tiger:focus,
  .group:hover .group-hover\:bg-hot-pink-to-tiger,
  .group:focus-within .group-focus-within\:bg-hot-pink-to-tiger {
    background: linear-gradient(140deg, #e555ac, #f99048);
  }
  .bg-hot-pink-to-tiger-radial,
  .hover\:bg-hot-pink-to-tiger-radial:hover,
  .focus\:bg-hot-pink-to-tiger-radial:focus,
  .group:hover .group-hover\:bg-hot-pink-to-tiger-radial,
  .group:focus-within .group-focus-within\:bg-hot-pink-to-tiger-radial {
    background: radial-gradient(#e555ac, #f99048);
  }
  .txt-daffodil-to-tiger,
  .hover\:txt-daffodil-to-tiger:hover,
  .focus\:txt-daffodil-to-tiger:focus,
  .group:hover .group-hover\:txt-daffodil-to-tiger,
  .group:focus-within .group-focus-within\:txt-daffodil-to-tiger {
    background: linear-gradient(140deg, #ffe792, #f99048);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #ffe792;
  }
  .link-daffodil-to-tiger a,
  .hover\:link-daffodil-to-tiger a:hover,
  .focus\:link-daffodil-to-tiger a:focus,
  .group:hover a.group-hover\:link-daffodil-to-tiger,
  .group:focus-within a.group-focus-within\:link-daffodil-to-tiger {
    background: linear-gradient(140deg, #ffe792, #f99048);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #ffe792;
  }
  .bg-daffodil-to-tiger,
  .hover\:bg-daffodil-to-tiger:hover,
  .focus\:bg-daffodil-to-tiger:focus,
  .group:hover .group-hover\:bg-daffodil-to-tiger,
  .group:focus-within .group-focus-within\:bg-daffodil-to-tiger {
    background: linear-gradient(140deg, #ffe792, #f99048);
  }
  .bg-daffodil-to-tiger-radial,
  .hover\:bg-daffodil-to-tiger-radial:hover,
  .focus\:bg-daffodil-to-tiger-radial:focus,
  .group:hover .group-hover\:bg-daffodil-to-tiger-radial,
  .group:focus-within .group-focus-within\:bg-daffodil-to-tiger-radial {
    background: radial-gradient(#ffe792, #f99048);
  }
  .txt-dark-purple-to-bubblegum,
  .hover\:txt-dark-purple-to-bubblegum:hover,
  .focus\:txt-dark-purple-to-bubblegum:focus,
  .group:hover .group-hover\:txt-dark-purple-to-bubblegum,
  .group:focus-within .group-focus-within\:txt-dark-purple-to-bubblegum {
    background: linear-gradient(140deg, #441c99, #ff78e1);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #441c99;
  }
  .link-dark-purple-to-bubblegum a,
  .hover\:link-dark-purple-to-bubblegum a:hover,
  .focus\:link-dark-purple-to-bubblegum a:focus,
  .group:hover a.group-hover\:link-dark-purple-to-bubblegum,
  .group:focus-within a.group-focus-within\:link-dark-purple-to-bubblegum {
    background: linear-gradient(140deg, #441c99, #ff78e1);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #441c99;
  }
  .bg-dark-purple-to-bubblegum,
  .hover\:bg-dark-purple-to-bubblegum:hover,
  .focus\:bg-dark-purple-to-bubblegum:focus,
  .group:hover .group-hover\:bg-dark-purple-to-bubblegum,
  .group:focus-within .group-focus-within\:bg-dark-purple-to-bubblegum {
    background: linear-gradient(140deg, #441c99, #ff78e1);
  }
  .bg-dark-purple-to-bubblegum-radial,
  .hover\:bg-dark-purple-to-bubblegum-radial:hover,
  .focus\:bg-dark-purple-to-bubblegum-radial:focus,
  .group:hover .group-hover\:bg-dark-purple-to-bubblegum-radial,
  .group:focus-within .group-focus-within\:bg-dark-purple-to-bubblegum-radial {
    background: radial-gradient(#441c99, #ff78e1);
  }
  .txt-bubblegum-to-dark-purple,
  .hover\:txt-bubblegum-to-dark-purple:hover,
  .focus\:txt-bubblegum-to-dark-purple:focus,
  .group:hover .group-hover\:txt-bubblegum-to-dark-purple,
  .group:focus-within .group-focus-within\:txt-bubblegum-to-dark-purple {
    background: linear-gradient(140deg, #ff78e1, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #ff78e1;
  }
  .link-bubblegum-to-dark-purple a,
  .hover\:link-bubblegum-to-dark-purple a:hover,
  .focus\:link-bubblegum-to-dark-purple a:focus,
  .group:hover a.group-hover\:link-bubblegum-to-dark-purple,
  .group:focus-within a.group-focus-within\:link-bubblegum-to-dark-purple {
    background: linear-gradient(140deg, #ff78e1, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #ff78e1;
  }
  .bg-bubblegum-to-dark-purple,
  .hover\:bg-bubblegum-to-dark-purple:hover,
  .focus\:bg-bubblegum-to-dark-purple:focus,
  .group:hover .group-hover\:bg-bubblegum-to-dark-purple,
  .group:focus-within .group-focus-within\:bg-bubblegum-to-dark-purple {
    background: linear-gradient(140deg, #ff78e1, #441c99);
  }
  .bg-bubblegum-to-dark-purple-radial,
  .hover\:bg-bubblegum-to-dark-purple-radial:hover,
  .focus\:bg-bubblegum-to-dark-purple-radial:focus,
  .group:hover .group-hover\:bg-bubblegum-to-dark-purple-radial,
  .group:focus-within .group-focus-within\:bg-bubblegum-to-dark-purple-radial {
    background: radial-gradient(#ff78e1, #441c99);
  }
  .txt-bubblegum-to-salmon,
  .hover\:txt-bubblegum-to-salmon:hover,
  .focus\:txt-bubblegum-to-salmon:focus,
  .group:hover .group-hover\:txt-bubblegum-to-salmon,
  .group:focus-within .group-focus-within\:txt-bubblegum-to-salmon {
    background: linear-gradient(140deg, #ff78e1, #f97a99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #ff78e1;
  }
  .link-bubblegum-to-salmon a,
  .hover\:link-bubblegum-to-salmon a:hover,
  .focus\:link-bubblegum-to-salmon a:focus,
  .group:hover a.group-hover\:link-bubblegum-to-salmon,
  .group:focus-within a.group-focus-within\:link-bubblegum-to-salmon {
    background: linear-gradient(140deg, #ff78e1, #f97a99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #ff78e1;
  }
  .bg-bubblegum-to-salmon,
  .hover\:bg-bubblegum-to-salmon:hover,
  .focus\:bg-bubblegum-to-salmon:focus,
  .group:hover .group-hover\:bg-bubblegum-to-salmon,
  .group:focus-within .group-focus-within\:bg-bubblegum-to-salmon {
    background: linear-gradient(140deg, #ff78e1, #f97a99);
  }
  .bg-bubblegum-to-salmon-radial,
  .hover\:bg-bubblegum-to-salmon-radial:hover,
  .focus\:bg-bubblegum-to-salmon-radial:focus,
  .group:hover .group-hover\:bg-bubblegum-to-salmon-radial,
  .group:focus-within .group-focus-within\:bg-bubblegum-to-salmon-radial {
    background: radial-gradient(#ff78e1, #f97a99);
  }
  .txt-purple-to-hot-pink,
  .hover\:txt-purple-to-hot-pink:hover,
  .focus\:txt-purple-to-hot-pink:focus,
  .group:hover .group-hover\:txt-purple-to-hot-pink,
  .group:focus-within .group-focus-within\:txt-purple-to-hot-pink {
    background: linear-gradient(140deg, #e555ac, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .link-purple-to-hot-pink a,
  .hover\:link-purple-to-hot-pink a:hover,
  .focus\:link-purple-to-hot-pink a:focus,
  .group:hover a.group-hover\:link-purple-to-hot-pink,
  .group:focus-within a.group-focus-within\:link-purple-to-hot-pink {
    background: linear-gradient(140deg, #e555ac, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .bg-purple-to-hot-pink,
  .hover\:bg-purple-to-hot-pink:hover,
  .focus\:bg-purple-to-hot-pink:focus,
  .group:hover .group-hover\:bg-purple-to-hot-pink,
  .group:focus-within .group-focus-within\:bg-purple-to-hot-pink {
    background: linear-gradient(140deg, #e555ac, #441c99);
  }
  .bg-purple-to-hot-pink-radial,
  .hover\:bg-purple-to-hot-pink-radial:hover,
  .focus\:bg-purple-to-hot-pink-radial:focus,
  .group:hover .group-hover\:bg-purple-to-hot-pink-radial,
  .group:focus-within .group-focus-within\:bg-purple-to-hot-pink-radial {
    background: radial-gradient(#e555ac, #441c99);
  }
  .txt-daffodil-to-salmon,
  .hover\:txt-daffodil-to-salmon:hover,
  .focus\:txt-daffodil-to-salmon:focus,
  .group:hover .group-hover\:txt-daffodil-to-salmon,
  .group:focus-within .group-focus-within\:txt-daffodil-to-salmon {
    background: linear-gradient(140deg, #e555ac, #f99048);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .link-daffodil-to-salmon a,
  .hover\:link-daffodil-to-salmon a:hover,
  .focus\:link-daffodil-to-salmon a:focus,
  .group:hover a.group-hover\:link-daffodil-to-salmon,
  .group:focus-within a.group-focus-within\:link-daffodil-to-salmon {
    background: linear-gradient(140deg, #e555ac, #f99048);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .bg-daffodil-to-salmon,
  .hover\:bg-daffodil-to-salmon:hover,
  .focus\:bg-daffodil-to-salmon:focus,
  .group:hover .group-hover\:bg-daffodil-to-salmon,
  .group:focus-within .group-focus-within\:bg-daffodil-to-salmon {
    background: linear-gradient(140deg, #e555ac, #f99048);
  }
  .bg-daffodil-to-salmon-radial,
  .hover\:bg-daffodil-to-salmon-radial:hover,
  .focus\:bg-daffodil-to-salmon-radial:focus,
  .group:hover .group-hover\:bg-daffodil-to-salmon-radial,
  .group:focus-within .group-focus-within\:bg-daffodil-to-salmon-radial {
    background: radial-gradient(#e555ac, #f99048);
  }
  .txt-daffodil-to-teal,
  .hover\:txt-daffodil-to-teal:hover,
  .focus\:txt-daffodil-to-teal:focus,
  .group:hover .group-hover\:txt-daffodil-to-teal,
  .group:focus-within .group-focus-within\:txt-daffodil-to-teal {
    background: linear-gradient(140deg, #168982, #4bd6b5);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #168982;
  }
  .link-daffodil-to-teal a,
  .hover\:link-daffodil-to-teal a:hover,
  .focus\:link-daffodil-to-teal a:focus,
  .group:hover a.group-hover\:link-daffodil-to-teal,
  .group:focus-within a.group-focus-within\:link-daffodil-to-teal {
    background: linear-gradient(140deg, #168982, #4bd6b5);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #168982;
  }
  .bg-daffodil-to-teal,
  .hover\:bg-daffodil-to-teal:hover,
  .focus\:bg-daffodil-to-teal:focus,
  .group:hover .group-hover\:bg-daffodil-to-teal,
  .group:focus-within .group-focus-within\:bg-daffodil-to-teal {
    background: linear-gradient(140deg, #168982, #4bd6b5);
  }
  .bg-daffodil-to-teal-radial,
  .hover\:bg-daffodil-to-teal-radial:hover,
  .focus\:bg-daffodil-to-teal-radial:focus,
  .group:hover .group-hover\:bg-daffodil-to-teal-radial,
  .group:focus-within .group-focus-within\:bg-daffodil-to-teal-radial {
    background: radial-gradient(#168982, #4bd6b5);
  }
  .txt-hot-pink-to-dark-purple,
  .hover\:txt-hot-pink-to-dark-purple:hover,
  .focus\:txt-hot-pink-to-dark-purple:focus,
  .group:hover .group-hover\:txt-hot-pink-to-dark-purple,
  .group:focus-within .group-focus-within\:txt-hot-pink-to-dark-purple {
    background: linear-gradient(140deg, #e555ac, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .link-hot-pink-to-dark-purple a,
  .hover\:link-hot-pink-to-dark-purple a:hover,
  .focus\:link-hot-pink-to-dark-purple a:focus,
  .group:hover a.group-hover\:link-hot-pink-to-dark-purple,
  .group:focus-within a.group-focus-within\:link-hot-pink-to-dark-purple {
    background: linear-gradient(140deg, #e555ac, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .bg-hot-pink-to-dark-purple,
  .hover\:bg-hot-pink-to-dark-purple:hover,
  .focus\:bg-hot-pink-to-dark-purple:focus,
  .group:hover .group-hover\:bg-hot-pink-to-dark-purple,
  .group:focus-within .group-focus-within\:bg-hot-pink-to-dark-purple {
    background: linear-gradient(140deg, #e555ac, #441c99);
  }
  .bg-hot-pink-to-dark-purple-radial,
  .hover\:bg-hot-pink-to-dark-purple-radial:hover,
  .focus\:bg-hot-pink-to-dark-purple-radial:focus,
  .group:hover .group-hover\:bg-hot-pink-to-dark-purple-radial,
  .group:focus-within .group-focus-within\:bg-hot-pink-to-dark-purple-radial {
    background: radial-gradient(#e555ac, #441c99);
  }
  .txt-electric-blue-to-vibe,
  .hover\:txt-electric-blue-to-vibe:hover,
  .focus\:txt-electric-blue-to-vibe:focus,
  .group:hover .group-hover\:txt-electric-blue-to-vibe,
  .group:focus-within .group-focus-within\:txt-electric-blue-to-vibe {
    background: linear-gradient(140deg, #145deb, #4bd6b5);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #145deb;
  }
  .link-electric-blue-to-vibe a,
  .hover\:link-electric-blue-to-vibe a:hover,
  .focus\:link-electric-blue-to-vibe a:focus,
  .group:hover a.group-hover\:link-electric-blue-to-vibe,
  .group:focus-within a.group-focus-within\:link-electric-blue-to-vibe {
    background: linear-gradient(140deg, #145deb, #4bd6b5);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #145deb;
  }
  .bg-electric-blue-to-vibe,
  .hover\:bg-electric-blue-to-vibe:hover,
  .focus\:bg-electric-blue-to-vibe:focus,
  .group:hover .group-hover\:bg-electric-blue-to-vibe,
  .group:focus-within .group-focus-within\:bg-electric-blue-to-vibe {
    background: linear-gradient(140deg, #145deb, #4bd6b5);
  }
  .bg-electric-blue-to-vibe-radial,
  .hover\:bg-electric-blue-to-vibe-radial:hover,
  .focus\:bg-electric-blue-to-vibe-radial:focus,
  .group:hover .group-hover\:bg-electric-blue-to-vibe-radial,
  .group:focus-within .group-focus-within\:bg-electric-blue-to-vibe-radial {
    background: radial-gradient(#145deb, #4bd6b5);
  }
  .txt-hot-pink-to-purple,
  .hover\:txt-hot-pink-to-purple:hover,
  .focus\:txt-hot-pink-to-purple:focus,
  .group:hover .group-hover\:txt-hot-pink-to-purple,
  .group:focus-within .group-focus-within\:txt-hot-pink-to-purple {
    background: linear-gradient(140deg, #e555ac, #9043c6);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .link-hot-pink-to-purple a,
  .hover\:link-hot-pink-to-purple a:hover,
  .focus\:link-hot-pink-to-purple a:focus,
  .group:hover a.group-hover\:link-hot-pink-to-purple,
  .group:focus-within a.group-focus-within\:link-hot-pink-to-purple {
    background: linear-gradient(140deg, #e555ac, #9043c6);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .bg-hot-pink-to-purple,
  .hover\:bg-hot-pink-to-purple:hover,
  .focus\:bg-hot-pink-to-purple:focus,
  .group:hover .group-hover\:bg-hot-pink-to-purple,
  .group:focus-within .group-focus-within\:bg-hot-pink-to-purple {
    background: linear-gradient(140deg, #e555ac, #9043c6);
  }
  .bg-hot-pink-to-purple-radial,
  .hover\:bg-hot-pink-to-purple-radial:hover,
  .focus\:bg-hot-pink-to-purple-radial:focus,
  .group:hover .group-hover\:bg-hot-pink-to-purple-radial,
  .group:focus-within .group-focus-within\:bg-hot-pink-to-purple-radial {
    background: radial-gradient(#e555ac, #9043c6);
  }
  .txt-dark-teal-to-vibe,
  .hover\:txt-dark-teal-to-vibe:hover,
  .focus\:txt-dark-teal-to-vibe:focus,
  .group:hover .group-hover\:txt-dark-teal-to-vibe,
  .group:focus-within .group-focus-within\:txt-dark-teal-to-vibe {
    background: linear-gradient(140deg, #168982, #4bd6b5);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #168982;
  }
  .link-dark-teal-to-vibe a,
  .hover\:link-dark-teal-to-vibe a:hover,
  .focus\:link-dark-teal-to-vibe a:focus,
  .group:hover a.group-hover\:link-dark-teal-to-vibe,
  .group:focus-within a.group-focus-within\:link-dark-teal-to-vibe {
    background: linear-gradient(140deg, #168982, #4bd6b5);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #168982;
  }
  .bg-dark-teal-to-vibe,
  .hover\:bg-dark-teal-to-vibe:hover,
  .focus\:bg-dark-teal-to-vibe:focus,
  .group:hover .group-hover\:bg-dark-teal-to-vibe,
  .group:focus-within .group-focus-within\:bg-dark-teal-to-vibe {
    background: linear-gradient(140deg, #168982, #4bd6b5);
  }
  .bg-dark-teal-to-vibe-radial,
  .hover\:bg-dark-teal-to-vibe-radial:hover,
  .focus\:bg-dark-teal-to-vibe-radial:focus,
  .group:hover .group-hover\:bg-dark-teal-to-vibe-radial,
  .group:focus-within .group-focus-within\:bg-dark-teal-to-vibe-radial {
    background: radial-gradient(#168982, #4bd6b5);
  }
  .txt-sky-to-deep-sea,
  .hover\:txt-sky-to-deep-sea:hover,
  .focus\:txt-sky-to-deep-sea:focus,
  .group:hover .group-hover\:txt-sky-to-deep-sea,
  .group:focus-within .group-focus-within\:txt-sky-to-deep-sea {
    background: linear-gradient(140deg, #14c4eb, #0a26b8);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #14c4eb;
  }
  .link-sky-to-deep-sea a,
  .hover\:link-sky-to-deep-sea a:hover,
  .focus\:link-sky-to-deep-sea a:focus,
  .group:hover a.group-hover\:link-sky-to-deep-sea,
  .group:focus-within a.group-focus-within\:link-sky-to-deep-sea {
    background: linear-gradient(140deg, #14c4eb, #0a26b8);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #14c4eb;
  }
  .bg-sky-to-deep-sea,
  .hover\:bg-sky-to-deep-sea:hover,
  .focus\:bg-sky-to-deep-sea:focus,
  .group:hover .group-hover\:bg-sky-to-deep-sea,
  .group:focus-within .group-focus-within\:bg-sky-to-deep-sea {
    background: linear-gradient(140deg, #14c4eb, #0a26b8);
  }
  .bg-sky-to-deep-sea-radial,
  .hover\:bg-sky-to-deep-sea-radial:hover,
  .focus\:bg-sky-to-deep-sea-radial:focus,
  .group:hover .group-hover\:bg-sky-to-deep-sea-radial,
  .group:focus-within .group-focus-within\:bg-sky-to-deep-sea-radial {
    background: radial-gradient(#14c4eb, #0a26b8);
  }
  .txt-accent-1,
  .hover\:txt-accent-1:hover,
  .focus\:txt-accent-1:focus,
  .group:hover .group-hover\:txt-accent-1,
  .group:focus-within .group-focus-within\:txt-accent-1 {
    background: linear-gradient(140deg, #9043c6, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #9043c6;
  }
  .link-accent-1 a,
  .hover\:link-accent-1 a:hover,
  .focus\:link-accent-1 a:focus,
  .group:hover a.group-hover\:link-accent-1,
  .group:focus-within a.group-focus-within\:link-accent-1 {
    background: linear-gradient(140deg, #9043c6, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #9043c6;
  }
  .bg-accent-1,
  .hover\:bg-accent-1:hover,
  .focus\:bg-accent-1:focus,
  .group:hover .group-hover\:bg-accent-1,
  .group:focus-within .group-focus-within\:bg-accent-1 {
    background: linear-gradient(140deg, #9043c6, #441c99);
  }
  .bg-accent-1-radial,
  .hover\:bg-accent-1-radial:hover,
  .focus\:bg-accent-1-radial:focus,
  .group:hover .group-hover\:bg-accent-1-radial,
  .group:focus-within .group-focus-within\:bg-accent-1-radial {
    background: radial-gradient(#9043c6, #441c99);
  }
  .txt-accent-2,
  .hover\:txt-accent-2:hover,
  .focus\:txt-accent-2:focus,
  .group:hover .group-hover\:txt-accent-2,
  .group:focus-within .group-focus-within\:txt-accent-2 {
    background: linear-gradient(140deg, #9043c6, #0a26b8);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #9043c6;
  }
  .link-accent-2 a,
  .hover\:link-accent-2 a:hover,
  .focus\:link-accent-2 a:focus,
  .group:hover a.group-hover\:link-accent-2,
  .group:focus-within a.group-focus-within\:link-accent-2 {
    background: linear-gradient(140deg, #9043c6, #0a26b8);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #9043c6;
  }
  .bg-accent-2,
  .hover\:bg-accent-2:hover,
  .focus\:bg-accent-2:focus,
  .group:hover .group-hover\:bg-accent-2,
  .group:focus-within .group-focus-within\:bg-accent-2 {
    background: linear-gradient(140deg, #9043c6, #0a26b8);
  }
  .bg-accent-2-radial,
  .hover\:bg-accent-2-radial:hover,
  .focus\:bg-accent-2-radial:focus,
  .group:hover .group-hover\:bg-accent-2-radial,
  .group:focus-within .group-focus-within\:bg-accent-2-radial {
    background: radial-gradient(#9043c6, #0a26b8);
  }
}
@media (max-width: 960px) {
  .mobile\:bg-transparent,
  .mobile\:hover\:bg-transparent:hover,
  .mobile\:focus\:bg-transparent:focus,
  .mobile\:group:hover .group-hover\:bg-transparent,
  .mobile\:group:focus-within .group-focus-within\:bg-transparent {
    background: rgba(0, 0, 0, 0);
  }
  .mobile\:border-transparent,
  .mobile\:hover\:border-transparent:hover,
  .mobile\:focus\:border-transparent:focus,
  .mobile\:group:hover .group-hover\:border-transparent,
  .mobile\:group:focus-within .group-focus-within\:border-transparent {
    border-color: rgba(0, 0, 0, 0);
  }
  .mobile\:txt-dark-purple,
  .mobile\:hover\:txt-dark-purple:hover,
  .mobile\:focus\:txt-dark-purple:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple {
    color: #441c99;
  }
  .mobile\:txt-dark-purple-opal-0,
  .mobile\:hover\:txt-dark-purple-opal-0:hover,
  .mobile\:focus\:txt-dark-purple-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-0 {
    color: RGBA(68, 28, 153, 0);
  }
  .mobile\:txt-dark-purple-opal-00,
  .mobile\:hover\:txt-dark-purple-opal-00:hover,
  .mobile\:focus\:txt-dark-purple-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-00 {
    color: RGBA(68, 28, 153, 0);
  }
  .mobile\:txt-dark-purple-opal-1,
  .mobile\:hover\:txt-dark-purple-opal-1:hover,
  .mobile\:focus\:txt-dark-purple-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-1 {
    color: RGBA(68, 28, 153, 0.1);
  }
  .mobile\:txt-dark-purple-opal-01,
  .mobile\:hover\:txt-dark-purple-opal-01:hover,
  .mobile\:focus\:txt-dark-purple-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-01 {
    color: RGBA(68, 28, 153, 0.01);
  }
  .mobile\:txt-dark-purple-opal-2,
  .mobile\:hover\:txt-dark-purple-opal-2:hover,
  .mobile\:focus\:txt-dark-purple-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-2 {
    color: RGBA(68, 28, 153, 0.2);
  }
  .mobile\:txt-dark-purple-opal-02,
  .mobile\:hover\:txt-dark-purple-opal-02:hover,
  .mobile\:focus\:txt-dark-purple-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-02 {
    color: RGBA(68, 28, 153, 0.02);
  }
  .mobile\:txt-dark-purple-opal-3,
  .mobile\:hover\:txt-dark-purple-opal-3:hover,
  .mobile\:focus\:txt-dark-purple-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-3 {
    color: RGBA(68, 28, 153, 0.3);
  }
  .mobile\:txt-dark-purple-opal-03,
  .mobile\:hover\:txt-dark-purple-opal-03:hover,
  .mobile\:focus\:txt-dark-purple-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-03 {
    color: RGBA(68, 28, 153, 0.03);
  }
  .mobile\:txt-dark-purple-opal-4,
  .mobile\:hover\:txt-dark-purple-opal-4:hover,
  .mobile\:focus\:txt-dark-purple-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-4 {
    color: RGBA(68, 28, 153, 0.4);
  }
  .mobile\:txt-dark-purple-opal-04,
  .mobile\:hover\:txt-dark-purple-opal-04:hover,
  .mobile\:focus\:txt-dark-purple-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-04 {
    color: RGBA(68, 28, 153, 0.04);
  }
  .mobile\:txt-dark-purple-opal-5,
  .mobile\:hover\:txt-dark-purple-opal-5:hover,
  .mobile\:focus\:txt-dark-purple-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-5 {
    color: RGBA(68, 28, 153, 0.5);
  }
  .mobile\:txt-dark-purple-opal-05,
  .mobile\:hover\:txt-dark-purple-opal-05:hover,
  .mobile\:focus\:txt-dark-purple-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-05 {
    color: RGBA(68, 28, 153, 0.05);
  }
  .mobile\:txt-dark-purple-opal-6,
  .mobile\:hover\:txt-dark-purple-opal-6:hover,
  .mobile\:focus\:txt-dark-purple-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-6 {
    color: RGBA(68, 28, 153, 0.6);
  }
  .mobile\:txt-dark-purple-opal-06,
  .mobile\:hover\:txt-dark-purple-opal-06:hover,
  .mobile\:focus\:txt-dark-purple-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-06 {
    color: RGBA(68, 28, 153, 0.06);
  }
  .mobile\:txt-dark-purple-opal-7,
  .mobile\:hover\:txt-dark-purple-opal-7:hover,
  .mobile\:focus\:txt-dark-purple-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-7 {
    color: RGBA(68, 28, 153, 0.7);
  }
  .mobile\:txt-dark-purple-opal-07,
  .mobile\:hover\:txt-dark-purple-opal-07:hover,
  .mobile\:focus\:txt-dark-purple-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-07 {
    color: RGBA(68, 28, 153, 0.07);
  }
  .mobile\:txt-dark-purple-opal-8,
  .mobile\:hover\:txt-dark-purple-opal-8:hover,
  .mobile\:focus\:txt-dark-purple-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-8 {
    color: RGBA(68, 28, 153, 0.8);
  }
  .mobile\:txt-dark-purple-opal-08,
  .mobile\:hover\:txt-dark-purple-opal-08:hover,
  .mobile\:focus\:txt-dark-purple-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-08 {
    color: RGBA(68, 28, 153, 0.08);
  }
  .mobile\:txt-dark-purple-opal-9,
  .mobile\:hover\:txt-dark-purple-opal-9:hover,
  .mobile\:focus\:txt-dark-purple-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-9 {
    color: RGBA(68, 28, 153, 0.9);
  }
  .mobile\:txt-dark-purple-opal-09,
  .mobile\:hover\:txt-dark-purple-opal-09:hover,
  .mobile\:focus\:txt-dark-purple-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-09 {
    color: RGBA(68, 28, 153, 0.09);
  }
  .mobile\:txt-dark-purple-opal-10,
  .mobile\:hover\:txt-dark-purple-opal-10:hover,
  .mobile\:focus\:txt-dark-purple-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-purple-opal-10 {
    color: RGBA(68, 28, 153, 1);
  }
  .mobile\:link-dark-purple a,
  .mobile\:hover\:link-dark-purple a:hover,
  .mobile\:active\:link-dark-purple a:active,
  .mobile\:focus\:link-dark-purple a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple a {
    color: #441c99;
  }
  .mobile\:link-dark-purple-opal-0 a,
  .mobile\:hover\:link-dark-purple-opal-0 a:hover,
  .mobile\:active\:link-dark-purple-opal-0 a:active,
  .mobile\:focus\:link-dark-purple-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-0 a {
    color: RGBA(68, 28, 153, 0);
  }
  .mobile\:link-dark-purple-opal-00 a,
  .mobile\:hover\:link-dark-purple-opal-00 a:hover,
  .mobile\:active\:link-dark-purple-opal-00 a:active,
  .mobile\:focus\:link-dark-purple-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-00 a {
    color: RGBA(68, 28, 153, 0);
  }
  .mobile\:link-dark-purple-opal-1 a,
  .mobile\:hover\:link-dark-purple-opal-1 a:hover,
  .mobile\:active\:link-dark-purple-opal-1 a:active,
  .mobile\:focus\:link-dark-purple-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-1 a {
    color: RGBA(68, 28, 153, 0.1);
  }
  .mobile\:link-dark-purple-opal-01 a,
  .mobile\:hover\:link-dark-purple-opal-01 a:hover,
  .mobile\:active\:link-dark-purple-opal-01 a:active,
  .mobile\:focus\:link-dark-purple-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-01 a {
    color: RGBA(68, 28, 153, 0.01);
  }
  .mobile\:link-dark-purple-opal-2 a,
  .mobile\:hover\:link-dark-purple-opal-2 a:hover,
  .mobile\:active\:link-dark-purple-opal-2 a:active,
  .mobile\:focus\:link-dark-purple-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-2 a {
    color: RGBA(68, 28, 153, 0.2);
  }
  .mobile\:link-dark-purple-opal-02 a,
  .mobile\:hover\:link-dark-purple-opal-02 a:hover,
  .mobile\:active\:link-dark-purple-opal-02 a:active,
  .mobile\:focus\:link-dark-purple-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-02 a {
    color: RGBA(68, 28, 153, 0.02);
  }
  .mobile\:link-dark-purple-opal-3 a,
  .mobile\:hover\:link-dark-purple-opal-3 a:hover,
  .mobile\:active\:link-dark-purple-opal-3 a:active,
  .mobile\:focus\:link-dark-purple-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-3 a {
    color: RGBA(68, 28, 153, 0.3);
  }
  .mobile\:link-dark-purple-opal-03 a,
  .mobile\:hover\:link-dark-purple-opal-03 a:hover,
  .mobile\:active\:link-dark-purple-opal-03 a:active,
  .mobile\:focus\:link-dark-purple-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-03 a {
    color: RGBA(68, 28, 153, 0.03);
  }
  .mobile\:link-dark-purple-opal-4 a,
  .mobile\:hover\:link-dark-purple-opal-4 a:hover,
  .mobile\:active\:link-dark-purple-opal-4 a:active,
  .mobile\:focus\:link-dark-purple-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-4 a {
    color: RGBA(68, 28, 153, 0.4);
  }
  .mobile\:link-dark-purple-opal-04 a,
  .mobile\:hover\:link-dark-purple-opal-04 a:hover,
  .mobile\:active\:link-dark-purple-opal-04 a:active,
  .mobile\:focus\:link-dark-purple-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-04 a {
    color: RGBA(68, 28, 153, 0.04);
  }
  .mobile\:link-dark-purple-opal-5 a,
  .mobile\:hover\:link-dark-purple-opal-5 a:hover,
  .mobile\:active\:link-dark-purple-opal-5 a:active,
  .mobile\:focus\:link-dark-purple-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-5 a {
    color: RGBA(68, 28, 153, 0.5);
  }
  .mobile\:link-dark-purple-opal-05 a,
  .mobile\:hover\:link-dark-purple-opal-05 a:hover,
  .mobile\:active\:link-dark-purple-opal-05 a:active,
  .mobile\:focus\:link-dark-purple-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-05 a {
    color: RGBA(68, 28, 153, 0.05);
  }
  .mobile\:link-dark-purple-opal-6 a,
  .mobile\:hover\:link-dark-purple-opal-6 a:hover,
  .mobile\:active\:link-dark-purple-opal-6 a:active,
  .mobile\:focus\:link-dark-purple-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-6 a {
    color: RGBA(68, 28, 153, 0.6);
  }
  .mobile\:link-dark-purple-opal-06 a,
  .mobile\:hover\:link-dark-purple-opal-06 a:hover,
  .mobile\:active\:link-dark-purple-opal-06 a:active,
  .mobile\:focus\:link-dark-purple-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-06 a {
    color: RGBA(68, 28, 153, 0.06);
  }
  .mobile\:link-dark-purple-opal-7 a,
  .mobile\:hover\:link-dark-purple-opal-7 a:hover,
  .mobile\:active\:link-dark-purple-opal-7 a:active,
  .mobile\:focus\:link-dark-purple-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-7 a {
    color: RGBA(68, 28, 153, 0.7);
  }
  .mobile\:link-dark-purple-opal-07 a,
  .mobile\:hover\:link-dark-purple-opal-07 a:hover,
  .mobile\:active\:link-dark-purple-opal-07 a:active,
  .mobile\:focus\:link-dark-purple-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-07 a {
    color: RGBA(68, 28, 153, 0.07);
  }
  .mobile\:link-dark-purple-opal-8 a,
  .mobile\:hover\:link-dark-purple-opal-8 a:hover,
  .mobile\:active\:link-dark-purple-opal-8 a:active,
  .mobile\:focus\:link-dark-purple-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-8 a {
    color: RGBA(68, 28, 153, 0.8);
  }
  .mobile\:link-dark-purple-opal-08 a,
  .mobile\:hover\:link-dark-purple-opal-08 a:hover,
  .mobile\:active\:link-dark-purple-opal-08 a:active,
  .mobile\:focus\:link-dark-purple-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-08 a {
    color: RGBA(68, 28, 153, 0.08);
  }
  .mobile\:link-dark-purple-opal-9 a,
  .mobile\:hover\:link-dark-purple-opal-9 a:hover,
  .mobile\:active\:link-dark-purple-opal-9 a:active,
  .mobile\:focus\:link-dark-purple-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-9 a {
    color: RGBA(68, 28, 153, 0.9);
  }
  .mobile\:link-dark-purple-opal-09 a,
  .mobile\:hover\:link-dark-purple-opal-09 a:hover,
  .mobile\:active\:link-dark-purple-opal-09 a:active,
  .mobile\:focus\:link-dark-purple-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-09 a {
    color: RGBA(68, 28, 153, 0.09);
  }
  .mobile\:link-dark-purple-opal-10 a,
  .mobile\:hover\:link-dark-purple-opal-10 a:hover,
  .mobile\:active\:link-dark-purple-opal-10 a:active,
  .mobile\:focus\:link-dark-purple-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-purple-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-purple-opal-10 a {
    color: RGBA(68, 28, 153, 1);
  }
  .mobile\:txt-purple,
  .mobile\:hover\:txt-purple:hover,
  .mobile\:focus\:txt-purple:focus,
  .mobile\:group:hover .group-hover\:txt-purple,
  .mobile\:group:focus-within .group-focus-within\:txt-purple {
    color: #9043c6;
  }
  .mobile\:txt-purple-opal-0,
  .mobile\:hover\:txt-purple-opal-0:hover,
  .mobile\:focus\:txt-purple-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-0 {
    color: RGBA(144, 67, 198, 0);
  }
  .mobile\:txt-purple-opal-00,
  .mobile\:hover\:txt-purple-opal-00:hover,
  .mobile\:focus\:txt-purple-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-00 {
    color: RGBA(144, 67, 198, 0);
  }
  .mobile\:txt-purple-opal-1,
  .mobile\:hover\:txt-purple-opal-1:hover,
  .mobile\:focus\:txt-purple-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-1 {
    color: RGBA(144, 67, 198, 0.1);
  }
  .mobile\:txt-purple-opal-01,
  .mobile\:hover\:txt-purple-opal-01:hover,
  .mobile\:focus\:txt-purple-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-01 {
    color: RGBA(144, 67, 198, 0.01);
  }
  .mobile\:txt-purple-opal-2,
  .mobile\:hover\:txt-purple-opal-2:hover,
  .mobile\:focus\:txt-purple-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-2 {
    color: RGBA(144, 67, 198, 0.2);
  }
  .mobile\:txt-purple-opal-02,
  .mobile\:hover\:txt-purple-opal-02:hover,
  .mobile\:focus\:txt-purple-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-02 {
    color: RGBA(144, 67, 198, 0.02);
  }
  .mobile\:txt-purple-opal-3,
  .mobile\:hover\:txt-purple-opal-3:hover,
  .mobile\:focus\:txt-purple-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-3 {
    color: RGBA(144, 67, 198, 0.3);
  }
  .mobile\:txt-purple-opal-03,
  .mobile\:hover\:txt-purple-opal-03:hover,
  .mobile\:focus\:txt-purple-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-03 {
    color: RGBA(144, 67, 198, 0.03);
  }
  .mobile\:txt-purple-opal-4,
  .mobile\:hover\:txt-purple-opal-4:hover,
  .mobile\:focus\:txt-purple-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-4 {
    color: RGBA(144, 67, 198, 0.4);
  }
  .mobile\:txt-purple-opal-04,
  .mobile\:hover\:txt-purple-opal-04:hover,
  .mobile\:focus\:txt-purple-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-04 {
    color: RGBA(144, 67, 198, 0.04);
  }
  .mobile\:txt-purple-opal-5,
  .mobile\:hover\:txt-purple-opal-5:hover,
  .mobile\:focus\:txt-purple-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-5 {
    color: RGBA(144, 67, 198, 0.5);
  }
  .mobile\:txt-purple-opal-05,
  .mobile\:hover\:txt-purple-opal-05:hover,
  .mobile\:focus\:txt-purple-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-05 {
    color: RGBA(144, 67, 198, 0.05);
  }
  .mobile\:txt-purple-opal-6,
  .mobile\:hover\:txt-purple-opal-6:hover,
  .mobile\:focus\:txt-purple-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-6 {
    color: RGBA(144, 67, 198, 0.6);
  }
  .mobile\:txt-purple-opal-06,
  .mobile\:hover\:txt-purple-opal-06:hover,
  .mobile\:focus\:txt-purple-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-06 {
    color: RGBA(144, 67, 198, 0.06);
  }
  .mobile\:txt-purple-opal-7,
  .mobile\:hover\:txt-purple-opal-7:hover,
  .mobile\:focus\:txt-purple-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-7 {
    color: RGBA(144, 67, 198, 0.7);
  }
  .mobile\:txt-purple-opal-07,
  .mobile\:hover\:txt-purple-opal-07:hover,
  .mobile\:focus\:txt-purple-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-07 {
    color: RGBA(144, 67, 198, 0.07);
  }
  .mobile\:txt-purple-opal-8,
  .mobile\:hover\:txt-purple-opal-8:hover,
  .mobile\:focus\:txt-purple-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-8 {
    color: RGBA(144, 67, 198, 0.8);
  }
  .mobile\:txt-purple-opal-08,
  .mobile\:hover\:txt-purple-opal-08:hover,
  .mobile\:focus\:txt-purple-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-08 {
    color: RGBA(144, 67, 198, 0.08);
  }
  .mobile\:txt-purple-opal-9,
  .mobile\:hover\:txt-purple-opal-9:hover,
  .mobile\:focus\:txt-purple-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-9 {
    color: RGBA(144, 67, 198, 0.9);
  }
  .mobile\:txt-purple-opal-09,
  .mobile\:hover\:txt-purple-opal-09:hover,
  .mobile\:focus\:txt-purple-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-09 {
    color: RGBA(144, 67, 198, 0.09);
  }
  .mobile\:txt-purple-opal-10,
  .mobile\:hover\:txt-purple-opal-10:hover,
  .mobile\:focus\:txt-purple-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-purple-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-opal-10 {
    color: RGBA(144, 67, 198, 1);
  }
  .mobile\:link-purple a,
  .mobile\:hover\:link-purple a:hover,
  .mobile\:active\:link-purple a:active,
  .mobile\:focus\:link-purple a:focus,
  .mobile\:group:hover .group-hover\:link-purple a,
  .mobile\:group:focus-within .group-focus-within\:link-purple a {
    color: #9043c6;
  }
  .mobile\:link-purple-opal-0 a,
  .mobile\:hover\:link-purple-opal-0 a:hover,
  .mobile\:active\:link-purple-opal-0 a:active,
  .mobile\:focus\:link-purple-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-0 a {
    color: RGBA(144, 67, 198, 0);
  }
  .mobile\:link-purple-opal-00 a,
  .mobile\:hover\:link-purple-opal-00 a:hover,
  .mobile\:active\:link-purple-opal-00 a:active,
  .mobile\:focus\:link-purple-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-00 a {
    color: RGBA(144, 67, 198, 0);
  }
  .mobile\:link-purple-opal-1 a,
  .mobile\:hover\:link-purple-opal-1 a:hover,
  .mobile\:active\:link-purple-opal-1 a:active,
  .mobile\:focus\:link-purple-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-1 a {
    color: RGBA(144, 67, 198, 0.1);
  }
  .mobile\:link-purple-opal-01 a,
  .mobile\:hover\:link-purple-opal-01 a:hover,
  .mobile\:active\:link-purple-opal-01 a:active,
  .mobile\:focus\:link-purple-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-01 a {
    color: RGBA(144, 67, 198, 0.01);
  }
  .mobile\:link-purple-opal-2 a,
  .mobile\:hover\:link-purple-opal-2 a:hover,
  .mobile\:active\:link-purple-opal-2 a:active,
  .mobile\:focus\:link-purple-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-2 a {
    color: RGBA(144, 67, 198, 0.2);
  }
  .mobile\:link-purple-opal-02 a,
  .mobile\:hover\:link-purple-opal-02 a:hover,
  .mobile\:active\:link-purple-opal-02 a:active,
  .mobile\:focus\:link-purple-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-02 a {
    color: RGBA(144, 67, 198, 0.02);
  }
  .mobile\:link-purple-opal-3 a,
  .mobile\:hover\:link-purple-opal-3 a:hover,
  .mobile\:active\:link-purple-opal-3 a:active,
  .mobile\:focus\:link-purple-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-3 a {
    color: RGBA(144, 67, 198, 0.3);
  }
  .mobile\:link-purple-opal-03 a,
  .mobile\:hover\:link-purple-opal-03 a:hover,
  .mobile\:active\:link-purple-opal-03 a:active,
  .mobile\:focus\:link-purple-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-03 a {
    color: RGBA(144, 67, 198, 0.03);
  }
  .mobile\:link-purple-opal-4 a,
  .mobile\:hover\:link-purple-opal-4 a:hover,
  .mobile\:active\:link-purple-opal-4 a:active,
  .mobile\:focus\:link-purple-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-4 a {
    color: RGBA(144, 67, 198, 0.4);
  }
  .mobile\:link-purple-opal-04 a,
  .mobile\:hover\:link-purple-opal-04 a:hover,
  .mobile\:active\:link-purple-opal-04 a:active,
  .mobile\:focus\:link-purple-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-04 a {
    color: RGBA(144, 67, 198, 0.04);
  }
  .mobile\:link-purple-opal-5 a,
  .mobile\:hover\:link-purple-opal-5 a:hover,
  .mobile\:active\:link-purple-opal-5 a:active,
  .mobile\:focus\:link-purple-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-5 a {
    color: RGBA(144, 67, 198, 0.5);
  }
  .mobile\:link-purple-opal-05 a,
  .mobile\:hover\:link-purple-opal-05 a:hover,
  .mobile\:active\:link-purple-opal-05 a:active,
  .mobile\:focus\:link-purple-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-05 a {
    color: RGBA(144, 67, 198, 0.05);
  }
  .mobile\:link-purple-opal-6 a,
  .mobile\:hover\:link-purple-opal-6 a:hover,
  .mobile\:active\:link-purple-opal-6 a:active,
  .mobile\:focus\:link-purple-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-6 a {
    color: RGBA(144, 67, 198, 0.6);
  }
  .mobile\:link-purple-opal-06 a,
  .mobile\:hover\:link-purple-opal-06 a:hover,
  .mobile\:active\:link-purple-opal-06 a:active,
  .mobile\:focus\:link-purple-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-06 a {
    color: RGBA(144, 67, 198, 0.06);
  }
  .mobile\:link-purple-opal-7 a,
  .mobile\:hover\:link-purple-opal-7 a:hover,
  .mobile\:active\:link-purple-opal-7 a:active,
  .mobile\:focus\:link-purple-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-7 a {
    color: RGBA(144, 67, 198, 0.7);
  }
  .mobile\:link-purple-opal-07 a,
  .mobile\:hover\:link-purple-opal-07 a:hover,
  .mobile\:active\:link-purple-opal-07 a:active,
  .mobile\:focus\:link-purple-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-07 a {
    color: RGBA(144, 67, 198, 0.07);
  }
  .mobile\:link-purple-opal-8 a,
  .mobile\:hover\:link-purple-opal-8 a:hover,
  .mobile\:active\:link-purple-opal-8 a:active,
  .mobile\:focus\:link-purple-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-8 a {
    color: RGBA(144, 67, 198, 0.8);
  }
  .mobile\:link-purple-opal-08 a,
  .mobile\:hover\:link-purple-opal-08 a:hover,
  .mobile\:active\:link-purple-opal-08 a:active,
  .mobile\:focus\:link-purple-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-08 a {
    color: RGBA(144, 67, 198, 0.08);
  }
  .mobile\:link-purple-opal-9 a,
  .mobile\:hover\:link-purple-opal-9 a:hover,
  .mobile\:active\:link-purple-opal-9 a:active,
  .mobile\:focus\:link-purple-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-9 a {
    color: RGBA(144, 67, 198, 0.9);
  }
  .mobile\:link-purple-opal-09 a,
  .mobile\:hover\:link-purple-opal-09 a:hover,
  .mobile\:active\:link-purple-opal-09 a:active,
  .mobile\:focus\:link-purple-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-09 a {
    color: RGBA(144, 67, 198, 0.09);
  }
  .mobile\:link-purple-opal-10 a,
  .mobile\:hover\:link-purple-opal-10 a:hover,
  .mobile\:active\:link-purple-opal-10 a:active,
  .mobile\:focus\:link-purple-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-purple-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-purple-opal-10 a {
    color: RGBA(144, 67, 198, 1);
  }
  .mobile\:txt-lavender,
  .mobile\:hover\:txt-lavender:hover,
  .mobile\:focus\:txt-lavender:focus,
  .mobile\:group:hover .group-hover\:txt-lavender,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender {
    color: #c481f3;
  }
  .mobile\:txt-lavender-opal-0,
  .mobile\:hover\:txt-lavender-opal-0:hover,
  .mobile\:focus\:txt-lavender-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-0 {
    color: RGBA(196, 129, 243, 0);
  }
  .mobile\:txt-lavender-opal-00,
  .mobile\:hover\:txt-lavender-opal-00:hover,
  .mobile\:focus\:txt-lavender-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-00 {
    color: RGBA(196, 129, 243, 0);
  }
  .mobile\:txt-lavender-opal-1,
  .mobile\:hover\:txt-lavender-opal-1:hover,
  .mobile\:focus\:txt-lavender-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-1 {
    color: RGBA(196, 129, 243, 0.1);
  }
  .mobile\:txt-lavender-opal-01,
  .mobile\:hover\:txt-lavender-opal-01:hover,
  .mobile\:focus\:txt-lavender-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-01 {
    color: RGBA(196, 129, 243, 0.01);
  }
  .mobile\:txt-lavender-opal-2,
  .mobile\:hover\:txt-lavender-opal-2:hover,
  .mobile\:focus\:txt-lavender-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-2 {
    color: RGBA(196, 129, 243, 0.2);
  }
  .mobile\:txt-lavender-opal-02,
  .mobile\:hover\:txt-lavender-opal-02:hover,
  .mobile\:focus\:txt-lavender-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-02 {
    color: RGBA(196, 129, 243, 0.02);
  }
  .mobile\:txt-lavender-opal-3,
  .mobile\:hover\:txt-lavender-opal-3:hover,
  .mobile\:focus\:txt-lavender-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-3 {
    color: RGBA(196, 129, 243, 0.3);
  }
  .mobile\:txt-lavender-opal-03,
  .mobile\:hover\:txt-lavender-opal-03:hover,
  .mobile\:focus\:txt-lavender-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-03 {
    color: RGBA(196, 129, 243, 0.03);
  }
  .mobile\:txt-lavender-opal-4,
  .mobile\:hover\:txt-lavender-opal-4:hover,
  .mobile\:focus\:txt-lavender-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-4 {
    color: RGBA(196, 129, 243, 0.4);
  }
  .mobile\:txt-lavender-opal-04,
  .mobile\:hover\:txt-lavender-opal-04:hover,
  .mobile\:focus\:txt-lavender-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-04 {
    color: RGBA(196, 129, 243, 0.04);
  }
  .mobile\:txt-lavender-opal-5,
  .mobile\:hover\:txt-lavender-opal-5:hover,
  .mobile\:focus\:txt-lavender-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-5 {
    color: RGBA(196, 129, 243, 0.5);
  }
  .mobile\:txt-lavender-opal-05,
  .mobile\:hover\:txt-lavender-opal-05:hover,
  .mobile\:focus\:txt-lavender-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-05 {
    color: RGBA(196, 129, 243, 0.05);
  }
  .mobile\:txt-lavender-opal-6,
  .mobile\:hover\:txt-lavender-opal-6:hover,
  .mobile\:focus\:txt-lavender-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-6 {
    color: RGBA(196, 129, 243, 0.6);
  }
  .mobile\:txt-lavender-opal-06,
  .mobile\:hover\:txt-lavender-opal-06:hover,
  .mobile\:focus\:txt-lavender-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-06 {
    color: RGBA(196, 129, 243, 0.06);
  }
  .mobile\:txt-lavender-opal-7,
  .mobile\:hover\:txt-lavender-opal-7:hover,
  .mobile\:focus\:txt-lavender-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-7 {
    color: RGBA(196, 129, 243, 0.7);
  }
  .mobile\:txt-lavender-opal-07,
  .mobile\:hover\:txt-lavender-opal-07:hover,
  .mobile\:focus\:txt-lavender-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-07 {
    color: RGBA(196, 129, 243, 0.07);
  }
  .mobile\:txt-lavender-opal-8,
  .mobile\:hover\:txt-lavender-opal-8:hover,
  .mobile\:focus\:txt-lavender-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-8 {
    color: RGBA(196, 129, 243, 0.8);
  }
  .mobile\:txt-lavender-opal-08,
  .mobile\:hover\:txt-lavender-opal-08:hover,
  .mobile\:focus\:txt-lavender-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-08 {
    color: RGBA(196, 129, 243, 0.08);
  }
  .mobile\:txt-lavender-opal-9,
  .mobile\:hover\:txt-lavender-opal-9:hover,
  .mobile\:focus\:txt-lavender-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-9 {
    color: RGBA(196, 129, 243, 0.9);
  }
  .mobile\:txt-lavender-opal-09,
  .mobile\:hover\:txt-lavender-opal-09:hover,
  .mobile\:focus\:txt-lavender-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-09 {
    color: RGBA(196, 129, 243, 0.09);
  }
  .mobile\:txt-lavender-opal-10,
  .mobile\:hover\:txt-lavender-opal-10:hover,
  .mobile\:focus\:txt-lavender-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-lavender-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-lavender-opal-10 {
    color: RGBA(196, 129, 243, 1);
  }
  .mobile\:link-lavender a,
  .mobile\:hover\:link-lavender a:hover,
  .mobile\:active\:link-lavender a:active,
  .mobile\:focus\:link-lavender a:focus,
  .mobile\:group:hover .group-hover\:link-lavender a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender a {
    color: #c481f3;
  }
  .mobile\:link-lavender-opal-0 a,
  .mobile\:hover\:link-lavender-opal-0 a:hover,
  .mobile\:active\:link-lavender-opal-0 a:active,
  .mobile\:focus\:link-lavender-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-0 a {
    color: RGBA(196, 129, 243, 0);
  }
  .mobile\:link-lavender-opal-00 a,
  .mobile\:hover\:link-lavender-opal-00 a:hover,
  .mobile\:active\:link-lavender-opal-00 a:active,
  .mobile\:focus\:link-lavender-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-00 a {
    color: RGBA(196, 129, 243, 0);
  }
  .mobile\:link-lavender-opal-1 a,
  .mobile\:hover\:link-lavender-opal-1 a:hover,
  .mobile\:active\:link-lavender-opal-1 a:active,
  .mobile\:focus\:link-lavender-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-1 a {
    color: RGBA(196, 129, 243, 0.1);
  }
  .mobile\:link-lavender-opal-01 a,
  .mobile\:hover\:link-lavender-opal-01 a:hover,
  .mobile\:active\:link-lavender-opal-01 a:active,
  .mobile\:focus\:link-lavender-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-01 a {
    color: RGBA(196, 129, 243, 0.01);
  }
  .mobile\:link-lavender-opal-2 a,
  .mobile\:hover\:link-lavender-opal-2 a:hover,
  .mobile\:active\:link-lavender-opal-2 a:active,
  .mobile\:focus\:link-lavender-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-2 a {
    color: RGBA(196, 129, 243, 0.2);
  }
  .mobile\:link-lavender-opal-02 a,
  .mobile\:hover\:link-lavender-opal-02 a:hover,
  .mobile\:active\:link-lavender-opal-02 a:active,
  .mobile\:focus\:link-lavender-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-02 a {
    color: RGBA(196, 129, 243, 0.02);
  }
  .mobile\:link-lavender-opal-3 a,
  .mobile\:hover\:link-lavender-opal-3 a:hover,
  .mobile\:active\:link-lavender-opal-3 a:active,
  .mobile\:focus\:link-lavender-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-3 a {
    color: RGBA(196, 129, 243, 0.3);
  }
  .mobile\:link-lavender-opal-03 a,
  .mobile\:hover\:link-lavender-opal-03 a:hover,
  .mobile\:active\:link-lavender-opal-03 a:active,
  .mobile\:focus\:link-lavender-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-03 a {
    color: RGBA(196, 129, 243, 0.03);
  }
  .mobile\:link-lavender-opal-4 a,
  .mobile\:hover\:link-lavender-opal-4 a:hover,
  .mobile\:active\:link-lavender-opal-4 a:active,
  .mobile\:focus\:link-lavender-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-4 a {
    color: RGBA(196, 129, 243, 0.4);
  }
  .mobile\:link-lavender-opal-04 a,
  .mobile\:hover\:link-lavender-opal-04 a:hover,
  .mobile\:active\:link-lavender-opal-04 a:active,
  .mobile\:focus\:link-lavender-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-04 a {
    color: RGBA(196, 129, 243, 0.04);
  }
  .mobile\:link-lavender-opal-5 a,
  .mobile\:hover\:link-lavender-opal-5 a:hover,
  .mobile\:active\:link-lavender-opal-5 a:active,
  .mobile\:focus\:link-lavender-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-5 a {
    color: RGBA(196, 129, 243, 0.5);
  }
  .mobile\:link-lavender-opal-05 a,
  .mobile\:hover\:link-lavender-opal-05 a:hover,
  .mobile\:active\:link-lavender-opal-05 a:active,
  .mobile\:focus\:link-lavender-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-05 a {
    color: RGBA(196, 129, 243, 0.05);
  }
  .mobile\:link-lavender-opal-6 a,
  .mobile\:hover\:link-lavender-opal-6 a:hover,
  .mobile\:active\:link-lavender-opal-6 a:active,
  .mobile\:focus\:link-lavender-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-6 a {
    color: RGBA(196, 129, 243, 0.6);
  }
  .mobile\:link-lavender-opal-06 a,
  .mobile\:hover\:link-lavender-opal-06 a:hover,
  .mobile\:active\:link-lavender-opal-06 a:active,
  .mobile\:focus\:link-lavender-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-06 a {
    color: RGBA(196, 129, 243, 0.06);
  }
  .mobile\:link-lavender-opal-7 a,
  .mobile\:hover\:link-lavender-opal-7 a:hover,
  .mobile\:active\:link-lavender-opal-7 a:active,
  .mobile\:focus\:link-lavender-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-7 a {
    color: RGBA(196, 129, 243, 0.7);
  }
  .mobile\:link-lavender-opal-07 a,
  .mobile\:hover\:link-lavender-opal-07 a:hover,
  .mobile\:active\:link-lavender-opal-07 a:active,
  .mobile\:focus\:link-lavender-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-07 a {
    color: RGBA(196, 129, 243, 0.07);
  }
  .mobile\:link-lavender-opal-8 a,
  .mobile\:hover\:link-lavender-opal-8 a:hover,
  .mobile\:active\:link-lavender-opal-8 a:active,
  .mobile\:focus\:link-lavender-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-8 a {
    color: RGBA(196, 129, 243, 0.8);
  }
  .mobile\:link-lavender-opal-08 a,
  .mobile\:hover\:link-lavender-opal-08 a:hover,
  .mobile\:active\:link-lavender-opal-08 a:active,
  .mobile\:focus\:link-lavender-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-08 a {
    color: RGBA(196, 129, 243, 0.08);
  }
  .mobile\:link-lavender-opal-9 a,
  .mobile\:hover\:link-lavender-opal-9 a:hover,
  .mobile\:active\:link-lavender-opal-9 a:active,
  .mobile\:focus\:link-lavender-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-9 a {
    color: RGBA(196, 129, 243, 0.9);
  }
  .mobile\:link-lavender-opal-09 a,
  .mobile\:hover\:link-lavender-opal-09 a:hover,
  .mobile\:active\:link-lavender-opal-09 a:active,
  .mobile\:focus\:link-lavender-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-09 a {
    color: RGBA(196, 129, 243, 0.09);
  }
  .mobile\:link-lavender-opal-10 a,
  .mobile\:hover\:link-lavender-opal-10 a:hover,
  .mobile\:active\:link-lavender-opal-10 a:active,
  .mobile\:focus\:link-lavender-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-lavender-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-lavender-opal-10 a {
    color: RGBA(196, 129, 243, 1);
  }
  .mobile\:txt-black,
  .mobile\:hover\:txt-black:hover,
  .mobile\:focus\:txt-black:focus,
  .mobile\:group:hover .group-hover\:txt-black,
  .mobile\:group:focus-within .group-focus-within\:txt-black {
    color: #000;
  }
  .mobile\:txt-black-opal-0,
  .mobile\:hover\:txt-black-opal-0:hover,
  .mobile\:focus\:txt-black-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-0 {
    color: RGBA(0, 0, 0, 0);
  }
  .mobile\:txt-black-opal-00,
  .mobile\:hover\:txt-black-opal-00:hover,
  .mobile\:focus\:txt-black-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-00 {
    color: RGBA(0, 0, 0, 0);
  }
  .mobile\:txt-black-opal-1,
  .mobile\:hover\:txt-black-opal-1:hover,
  .mobile\:focus\:txt-black-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-1 {
    color: RGBA(0, 0, 0, 0.1);
  }
  .mobile\:txt-black-opal-01,
  .mobile\:hover\:txt-black-opal-01:hover,
  .mobile\:focus\:txt-black-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-01 {
    color: RGBA(0, 0, 0, 0.01);
  }
  .mobile\:txt-black-opal-2,
  .mobile\:hover\:txt-black-opal-2:hover,
  .mobile\:focus\:txt-black-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-2 {
    color: RGBA(0, 0, 0, 0.2);
  }
  .mobile\:txt-black-opal-02,
  .mobile\:hover\:txt-black-opal-02:hover,
  .mobile\:focus\:txt-black-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-02 {
    color: RGBA(0, 0, 0, 0.02);
  }
  .mobile\:txt-black-opal-3,
  .mobile\:hover\:txt-black-opal-3:hover,
  .mobile\:focus\:txt-black-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-3 {
    color: RGBA(0, 0, 0, 0.3);
  }
  .mobile\:txt-black-opal-03,
  .mobile\:hover\:txt-black-opal-03:hover,
  .mobile\:focus\:txt-black-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-03 {
    color: RGBA(0, 0, 0, 0.03);
  }
  .mobile\:txt-black-opal-4,
  .mobile\:hover\:txt-black-opal-4:hover,
  .mobile\:focus\:txt-black-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-4 {
    color: RGBA(0, 0, 0, 0.4);
  }
  .mobile\:txt-black-opal-04,
  .mobile\:hover\:txt-black-opal-04:hover,
  .mobile\:focus\:txt-black-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-04 {
    color: RGBA(0, 0, 0, 0.04);
  }
  .mobile\:txt-black-opal-5,
  .mobile\:hover\:txt-black-opal-5:hover,
  .mobile\:focus\:txt-black-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-5 {
    color: RGBA(0, 0, 0, 0.5);
  }
  .mobile\:txt-black-opal-05,
  .mobile\:hover\:txt-black-opal-05:hover,
  .mobile\:focus\:txt-black-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-05 {
    color: RGBA(0, 0, 0, 0.05);
  }
  .mobile\:txt-black-opal-6,
  .mobile\:hover\:txt-black-opal-6:hover,
  .mobile\:focus\:txt-black-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-6 {
    color: RGBA(0, 0, 0, 0.6);
  }
  .mobile\:txt-black-opal-06,
  .mobile\:hover\:txt-black-opal-06:hover,
  .mobile\:focus\:txt-black-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-06 {
    color: RGBA(0, 0, 0, 0.06);
  }
  .mobile\:txt-black-opal-7,
  .mobile\:hover\:txt-black-opal-7:hover,
  .mobile\:focus\:txt-black-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-7 {
    color: RGBA(0, 0, 0, 0.7);
  }
  .mobile\:txt-black-opal-07,
  .mobile\:hover\:txt-black-opal-07:hover,
  .mobile\:focus\:txt-black-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-07 {
    color: RGBA(0, 0, 0, 0.07);
  }
  .mobile\:txt-black-opal-8,
  .mobile\:hover\:txt-black-opal-8:hover,
  .mobile\:focus\:txt-black-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-8 {
    color: RGBA(0, 0, 0, 0.8);
  }
  .mobile\:txt-black-opal-08,
  .mobile\:hover\:txt-black-opal-08:hover,
  .mobile\:focus\:txt-black-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-08 {
    color: RGBA(0, 0, 0, 0.08);
  }
  .mobile\:txt-black-opal-9,
  .mobile\:hover\:txt-black-opal-9:hover,
  .mobile\:focus\:txt-black-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-9 {
    color: RGBA(0, 0, 0, 0.9);
  }
  .mobile\:txt-black-opal-09,
  .mobile\:hover\:txt-black-opal-09:hover,
  .mobile\:focus\:txt-black-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-09 {
    color: RGBA(0, 0, 0, 0.09);
  }
  .mobile\:txt-black-opal-10,
  .mobile\:hover\:txt-black-opal-10:hover,
  .mobile\:focus\:txt-black-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-black-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-black-opal-10 {
    color: RGBA(0, 0, 0, 1);
  }
  .mobile\:link-black a,
  .mobile\:hover\:link-black a:hover,
  .mobile\:active\:link-black a:active,
  .mobile\:focus\:link-black a:focus,
  .mobile\:group:hover .group-hover\:link-black a,
  .mobile\:group:focus-within .group-focus-within\:link-black a {
    color: #000;
  }
  .mobile\:link-black-opal-0 a,
  .mobile\:hover\:link-black-opal-0 a:hover,
  .mobile\:active\:link-black-opal-0 a:active,
  .mobile\:focus\:link-black-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-0 a {
    color: RGBA(0, 0, 0, 0);
  }
  .mobile\:link-black-opal-00 a,
  .mobile\:hover\:link-black-opal-00 a:hover,
  .mobile\:active\:link-black-opal-00 a:active,
  .mobile\:focus\:link-black-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-00 a {
    color: RGBA(0, 0, 0, 0);
  }
  .mobile\:link-black-opal-1 a,
  .mobile\:hover\:link-black-opal-1 a:hover,
  .mobile\:active\:link-black-opal-1 a:active,
  .mobile\:focus\:link-black-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-1 a {
    color: RGBA(0, 0, 0, 0.1);
  }
  .mobile\:link-black-opal-01 a,
  .mobile\:hover\:link-black-opal-01 a:hover,
  .mobile\:active\:link-black-opal-01 a:active,
  .mobile\:focus\:link-black-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-01 a {
    color: RGBA(0, 0, 0, 0.01);
  }
  .mobile\:link-black-opal-2 a,
  .mobile\:hover\:link-black-opal-2 a:hover,
  .mobile\:active\:link-black-opal-2 a:active,
  .mobile\:focus\:link-black-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-2 a {
    color: RGBA(0, 0, 0, 0.2);
  }
  .mobile\:link-black-opal-02 a,
  .mobile\:hover\:link-black-opal-02 a:hover,
  .mobile\:active\:link-black-opal-02 a:active,
  .mobile\:focus\:link-black-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-02 a {
    color: RGBA(0, 0, 0, 0.02);
  }
  .mobile\:link-black-opal-3 a,
  .mobile\:hover\:link-black-opal-3 a:hover,
  .mobile\:active\:link-black-opal-3 a:active,
  .mobile\:focus\:link-black-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-3 a {
    color: RGBA(0, 0, 0, 0.3);
  }
  .mobile\:link-black-opal-03 a,
  .mobile\:hover\:link-black-opal-03 a:hover,
  .mobile\:active\:link-black-opal-03 a:active,
  .mobile\:focus\:link-black-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-03 a {
    color: RGBA(0, 0, 0, 0.03);
  }
  .mobile\:link-black-opal-4 a,
  .mobile\:hover\:link-black-opal-4 a:hover,
  .mobile\:active\:link-black-opal-4 a:active,
  .mobile\:focus\:link-black-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-4 a {
    color: RGBA(0, 0, 0, 0.4);
  }
  .mobile\:link-black-opal-04 a,
  .mobile\:hover\:link-black-opal-04 a:hover,
  .mobile\:active\:link-black-opal-04 a:active,
  .mobile\:focus\:link-black-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-04 a {
    color: RGBA(0, 0, 0, 0.04);
  }
  .mobile\:link-black-opal-5 a,
  .mobile\:hover\:link-black-opal-5 a:hover,
  .mobile\:active\:link-black-opal-5 a:active,
  .mobile\:focus\:link-black-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-5 a {
    color: RGBA(0, 0, 0, 0.5);
  }
  .mobile\:link-black-opal-05 a,
  .mobile\:hover\:link-black-opal-05 a:hover,
  .mobile\:active\:link-black-opal-05 a:active,
  .mobile\:focus\:link-black-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-05 a {
    color: RGBA(0, 0, 0, 0.05);
  }
  .mobile\:link-black-opal-6 a,
  .mobile\:hover\:link-black-opal-6 a:hover,
  .mobile\:active\:link-black-opal-6 a:active,
  .mobile\:focus\:link-black-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-6 a {
    color: RGBA(0, 0, 0, 0.6);
  }
  .mobile\:link-black-opal-06 a,
  .mobile\:hover\:link-black-opal-06 a:hover,
  .mobile\:active\:link-black-opal-06 a:active,
  .mobile\:focus\:link-black-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-06 a {
    color: RGBA(0, 0, 0, 0.06);
  }
  .mobile\:link-black-opal-7 a,
  .mobile\:hover\:link-black-opal-7 a:hover,
  .mobile\:active\:link-black-opal-7 a:active,
  .mobile\:focus\:link-black-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-7 a {
    color: RGBA(0, 0, 0, 0.7);
  }
  .mobile\:link-black-opal-07 a,
  .mobile\:hover\:link-black-opal-07 a:hover,
  .mobile\:active\:link-black-opal-07 a:active,
  .mobile\:focus\:link-black-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-07 a {
    color: RGBA(0, 0, 0, 0.07);
  }
  .mobile\:link-black-opal-8 a,
  .mobile\:hover\:link-black-opal-8 a:hover,
  .mobile\:active\:link-black-opal-8 a:active,
  .mobile\:focus\:link-black-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-8 a {
    color: RGBA(0, 0, 0, 0.8);
  }
  .mobile\:link-black-opal-08 a,
  .mobile\:hover\:link-black-opal-08 a:hover,
  .mobile\:active\:link-black-opal-08 a:active,
  .mobile\:focus\:link-black-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-08 a {
    color: RGBA(0, 0, 0, 0.08);
  }
  .mobile\:link-black-opal-9 a,
  .mobile\:hover\:link-black-opal-9 a:hover,
  .mobile\:active\:link-black-opal-9 a:active,
  .mobile\:focus\:link-black-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-9 a {
    color: RGBA(0, 0, 0, 0.9);
  }
  .mobile\:link-black-opal-09 a,
  .mobile\:hover\:link-black-opal-09 a:hover,
  .mobile\:active\:link-black-opal-09 a:active,
  .mobile\:focus\:link-black-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-09 a {
    color: RGBA(0, 0, 0, 0.09);
  }
  .mobile\:link-black-opal-10 a,
  .mobile\:hover\:link-black-opal-10 a:hover,
  .mobile\:active\:link-black-opal-10 a:active,
  .mobile\:focus\:link-black-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-black-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-black-opal-10 a {
    color: RGBA(0, 0, 0, 1);
  }
  .mobile\:txt-space,
  .mobile\:hover\:txt-space:hover,
  .mobile\:focus\:txt-space:focus,
  .mobile\:group:hover .group-hover\:txt-space,
  .mobile\:group:focus-within .group-focus-within\:txt-space {
    color: #01011e;
  }
  .mobile\:txt-space-opal-0,
  .mobile\:hover\:txt-space-opal-0:hover,
  .mobile\:focus\:txt-space-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-0 {
    color: RGBA(1, 1, 30, 0);
  }
  .mobile\:txt-space-opal-00,
  .mobile\:hover\:txt-space-opal-00:hover,
  .mobile\:focus\:txt-space-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-00 {
    color: RGBA(1, 1, 30, 0);
  }
  .mobile\:txt-space-opal-1,
  .mobile\:hover\:txt-space-opal-1:hover,
  .mobile\:focus\:txt-space-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-1 {
    color: RGBA(1, 1, 30, 0.1);
  }
  .mobile\:txt-space-opal-01,
  .mobile\:hover\:txt-space-opal-01:hover,
  .mobile\:focus\:txt-space-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-01 {
    color: RGBA(1, 1, 30, 0.01);
  }
  .mobile\:txt-space-opal-2,
  .mobile\:hover\:txt-space-opal-2:hover,
  .mobile\:focus\:txt-space-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-2 {
    color: RGBA(1, 1, 30, 0.2);
  }
  .mobile\:txt-space-opal-02,
  .mobile\:hover\:txt-space-opal-02:hover,
  .mobile\:focus\:txt-space-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-02 {
    color: RGBA(1, 1, 30, 0.02);
  }
  .mobile\:txt-space-opal-3,
  .mobile\:hover\:txt-space-opal-3:hover,
  .mobile\:focus\:txt-space-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-3 {
    color: RGBA(1, 1, 30, 0.3);
  }
  .mobile\:txt-space-opal-03,
  .mobile\:hover\:txt-space-opal-03:hover,
  .mobile\:focus\:txt-space-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-03 {
    color: RGBA(1, 1, 30, 0.03);
  }
  .mobile\:txt-space-opal-4,
  .mobile\:hover\:txt-space-opal-4:hover,
  .mobile\:focus\:txt-space-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-4 {
    color: RGBA(1, 1, 30, 0.4);
  }
  .mobile\:txt-space-opal-04,
  .mobile\:hover\:txt-space-opal-04:hover,
  .mobile\:focus\:txt-space-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-04 {
    color: RGBA(1, 1, 30, 0.04);
  }
  .mobile\:txt-space-opal-5,
  .mobile\:hover\:txt-space-opal-5:hover,
  .mobile\:focus\:txt-space-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-5 {
    color: RGBA(1, 1, 30, 0.5);
  }
  .mobile\:txt-space-opal-05,
  .mobile\:hover\:txt-space-opal-05:hover,
  .mobile\:focus\:txt-space-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-05 {
    color: RGBA(1, 1, 30, 0.05);
  }
  .mobile\:txt-space-opal-6,
  .mobile\:hover\:txt-space-opal-6:hover,
  .mobile\:focus\:txt-space-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-6 {
    color: RGBA(1, 1, 30, 0.6);
  }
  .mobile\:txt-space-opal-06,
  .mobile\:hover\:txt-space-opal-06:hover,
  .mobile\:focus\:txt-space-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-06 {
    color: RGBA(1, 1, 30, 0.06);
  }
  .mobile\:txt-space-opal-7,
  .mobile\:hover\:txt-space-opal-7:hover,
  .mobile\:focus\:txt-space-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-7 {
    color: RGBA(1, 1, 30, 0.7);
  }
  .mobile\:txt-space-opal-07,
  .mobile\:hover\:txt-space-opal-07:hover,
  .mobile\:focus\:txt-space-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-07 {
    color: RGBA(1, 1, 30, 0.07);
  }
  .mobile\:txt-space-opal-8,
  .mobile\:hover\:txt-space-opal-8:hover,
  .mobile\:focus\:txt-space-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-8 {
    color: RGBA(1, 1, 30, 0.8);
  }
  .mobile\:txt-space-opal-08,
  .mobile\:hover\:txt-space-opal-08:hover,
  .mobile\:focus\:txt-space-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-08 {
    color: RGBA(1, 1, 30, 0.08);
  }
  .mobile\:txt-space-opal-9,
  .mobile\:hover\:txt-space-opal-9:hover,
  .mobile\:focus\:txt-space-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-9 {
    color: RGBA(1, 1, 30, 0.9);
  }
  .mobile\:txt-space-opal-09,
  .mobile\:hover\:txt-space-opal-09:hover,
  .mobile\:focus\:txt-space-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-09 {
    color: RGBA(1, 1, 30, 0.09);
  }
  .mobile\:txt-space-opal-10,
  .mobile\:hover\:txt-space-opal-10:hover,
  .mobile\:focus\:txt-space-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-space-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-space-opal-10 {
    color: RGBA(1, 1, 30, 1);
  }
  .mobile\:link-space a,
  .mobile\:hover\:link-space a:hover,
  .mobile\:active\:link-space a:active,
  .mobile\:focus\:link-space a:focus,
  .mobile\:group:hover .group-hover\:link-space a,
  .mobile\:group:focus-within .group-focus-within\:link-space a {
    color: #01011e;
  }
  .mobile\:link-space-opal-0 a,
  .mobile\:hover\:link-space-opal-0 a:hover,
  .mobile\:active\:link-space-opal-0 a:active,
  .mobile\:focus\:link-space-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-0 a {
    color: RGBA(1, 1, 30, 0);
  }
  .mobile\:link-space-opal-00 a,
  .mobile\:hover\:link-space-opal-00 a:hover,
  .mobile\:active\:link-space-opal-00 a:active,
  .mobile\:focus\:link-space-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-00 a {
    color: RGBA(1, 1, 30, 0);
  }
  .mobile\:link-space-opal-1 a,
  .mobile\:hover\:link-space-opal-1 a:hover,
  .mobile\:active\:link-space-opal-1 a:active,
  .mobile\:focus\:link-space-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-1 a {
    color: RGBA(1, 1, 30, 0.1);
  }
  .mobile\:link-space-opal-01 a,
  .mobile\:hover\:link-space-opal-01 a:hover,
  .mobile\:active\:link-space-opal-01 a:active,
  .mobile\:focus\:link-space-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-01 a {
    color: RGBA(1, 1, 30, 0.01);
  }
  .mobile\:link-space-opal-2 a,
  .mobile\:hover\:link-space-opal-2 a:hover,
  .mobile\:active\:link-space-opal-2 a:active,
  .mobile\:focus\:link-space-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-2 a {
    color: RGBA(1, 1, 30, 0.2);
  }
  .mobile\:link-space-opal-02 a,
  .mobile\:hover\:link-space-opal-02 a:hover,
  .mobile\:active\:link-space-opal-02 a:active,
  .mobile\:focus\:link-space-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-02 a {
    color: RGBA(1, 1, 30, 0.02);
  }
  .mobile\:link-space-opal-3 a,
  .mobile\:hover\:link-space-opal-3 a:hover,
  .mobile\:active\:link-space-opal-3 a:active,
  .mobile\:focus\:link-space-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-3 a {
    color: RGBA(1, 1, 30, 0.3);
  }
  .mobile\:link-space-opal-03 a,
  .mobile\:hover\:link-space-opal-03 a:hover,
  .mobile\:active\:link-space-opal-03 a:active,
  .mobile\:focus\:link-space-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-03 a {
    color: RGBA(1, 1, 30, 0.03);
  }
  .mobile\:link-space-opal-4 a,
  .mobile\:hover\:link-space-opal-4 a:hover,
  .mobile\:active\:link-space-opal-4 a:active,
  .mobile\:focus\:link-space-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-4 a {
    color: RGBA(1, 1, 30, 0.4);
  }
  .mobile\:link-space-opal-04 a,
  .mobile\:hover\:link-space-opal-04 a:hover,
  .mobile\:active\:link-space-opal-04 a:active,
  .mobile\:focus\:link-space-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-04 a {
    color: RGBA(1, 1, 30, 0.04);
  }
  .mobile\:link-space-opal-5 a,
  .mobile\:hover\:link-space-opal-5 a:hover,
  .mobile\:active\:link-space-opal-5 a:active,
  .mobile\:focus\:link-space-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-5 a {
    color: RGBA(1, 1, 30, 0.5);
  }
  .mobile\:link-space-opal-05 a,
  .mobile\:hover\:link-space-opal-05 a:hover,
  .mobile\:active\:link-space-opal-05 a:active,
  .mobile\:focus\:link-space-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-05 a {
    color: RGBA(1, 1, 30, 0.05);
  }
  .mobile\:link-space-opal-6 a,
  .mobile\:hover\:link-space-opal-6 a:hover,
  .mobile\:active\:link-space-opal-6 a:active,
  .mobile\:focus\:link-space-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-6 a {
    color: RGBA(1, 1, 30, 0.6);
  }
  .mobile\:link-space-opal-06 a,
  .mobile\:hover\:link-space-opal-06 a:hover,
  .mobile\:active\:link-space-opal-06 a:active,
  .mobile\:focus\:link-space-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-06 a {
    color: RGBA(1, 1, 30, 0.06);
  }
  .mobile\:link-space-opal-7 a,
  .mobile\:hover\:link-space-opal-7 a:hover,
  .mobile\:active\:link-space-opal-7 a:active,
  .mobile\:focus\:link-space-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-7 a {
    color: RGBA(1, 1, 30, 0.7);
  }
  .mobile\:link-space-opal-07 a,
  .mobile\:hover\:link-space-opal-07 a:hover,
  .mobile\:active\:link-space-opal-07 a:active,
  .mobile\:focus\:link-space-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-07 a {
    color: RGBA(1, 1, 30, 0.07);
  }
  .mobile\:link-space-opal-8 a,
  .mobile\:hover\:link-space-opal-8 a:hover,
  .mobile\:active\:link-space-opal-8 a:active,
  .mobile\:focus\:link-space-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-8 a {
    color: RGBA(1, 1, 30, 0.8);
  }
  .mobile\:link-space-opal-08 a,
  .mobile\:hover\:link-space-opal-08 a:hover,
  .mobile\:active\:link-space-opal-08 a:active,
  .mobile\:focus\:link-space-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-08 a {
    color: RGBA(1, 1, 30, 0.08);
  }
  .mobile\:link-space-opal-9 a,
  .mobile\:hover\:link-space-opal-9 a:hover,
  .mobile\:active\:link-space-opal-9 a:active,
  .mobile\:focus\:link-space-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-9 a {
    color: RGBA(1, 1, 30, 0.9);
  }
  .mobile\:link-space-opal-09 a,
  .mobile\:hover\:link-space-opal-09 a:hover,
  .mobile\:active\:link-space-opal-09 a:active,
  .mobile\:focus\:link-space-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-09 a {
    color: RGBA(1, 1, 30, 0.09);
  }
  .mobile\:link-space-opal-10 a,
  .mobile\:hover\:link-space-opal-10 a:hover,
  .mobile\:active\:link-space-opal-10 a:active,
  .mobile\:focus\:link-space-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-space-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-space-opal-10 a {
    color: RGBA(1, 1, 30, 1);
  }
  .mobile\:txt-midnight,
  .mobile\:hover\:txt-midnight:hover,
  .mobile\:focus\:txt-midnight:focus,
  .mobile\:group:hover .group-hover\:txt-midnight,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight {
    color: #030328;
  }
  .mobile\:txt-midnight-opal-0,
  .mobile\:hover\:txt-midnight-opal-0:hover,
  .mobile\:focus\:txt-midnight-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-0 {
    color: RGBA(3, 3, 40, 0);
  }
  .mobile\:txt-midnight-opal-00,
  .mobile\:hover\:txt-midnight-opal-00:hover,
  .mobile\:focus\:txt-midnight-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-00 {
    color: RGBA(3, 3, 40, 0);
  }
  .mobile\:txt-midnight-opal-1,
  .mobile\:hover\:txt-midnight-opal-1:hover,
  .mobile\:focus\:txt-midnight-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-1 {
    color: RGBA(3, 3, 40, 0.1);
  }
  .mobile\:txt-midnight-opal-01,
  .mobile\:hover\:txt-midnight-opal-01:hover,
  .mobile\:focus\:txt-midnight-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-01 {
    color: RGBA(3, 3, 40, 0.01);
  }
  .mobile\:txt-midnight-opal-2,
  .mobile\:hover\:txt-midnight-opal-2:hover,
  .mobile\:focus\:txt-midnight-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-2 {
    color: RGBA(3, 3, 40, 0.2);
  }
  .mobile\:txt-midnight-opal-02,
  .mobile\:hover\:txt-midnight-opal-02:hover,
  .mobile\:focus\:txt-midnight-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-02 {
    color: RGBA(3, 3, 40, 0.02);
  }
  .mobile\:txt-midnight-opal-3,
  .mobile\:hover\:txt-midnight-opal-3:hover,
  .mobile\:focus\:txt-midnight-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-3 {
    color: RGBA(3, 3, 40, 0.3);
  }
  .mobile\:txt-midnight-opal-03,
  .mobile\:hover\:txt-midnight-opal-03:hover,
  .mobile\:focus\:txt-midnight-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-03 {
    color: RGBA(3, 3, 40, 0.03);
  }
  .mobile\:txt-midnight-opal-4,
  .mobile\:hover\:txt-midnight-opal-4:hover,
  .mobile\:focus\:txt-midnight-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-4 {
    color: RGBA(3, 3, 40, 0.4);
  }
  .mobile\:txt-midnight-opal-04,
  .mobile\:hover\:txt-midnight-opal-04:hover,
  .mobile\:focus\:txt-midnight-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-04 {
    color: RGBA(3, 3, 40, 0.04);
  }
  .mobile\:txt-midnight-opal-5,
  .mobile\:hover\:txt-midnight-opal-5:hover,
  .mobile\:focus\:txt-midnight-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-5 {
    color: RGBA(3, 3, 40, 0.5);
  }
  .mobile\:txt-midnight-opal-05,
  .mobile\:hover\:txt-midnight-opal-05:hover,
  .mobile\:focus\:txt-midnight-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-05 {
    color: RGBA(3, 3, 40, 0.05);
  }
  .mobile\:txt-midnight-opal-6,
  .mobile\:hover\:txt-midnight-opal-6:hover,
  .mobile\:focus\:txt-midnight-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-6 {
    color: RGBA(3, 3, 40, 0.6);
  }
  .mobile\:txt-midnight-opal-06,
  .mobile\:hover\:txt-midnight-opal-06:hover,
  .mobile\:focus\:txt-midnight-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-06 {
    color: RGBA(3, 3, 40, 0.06);
  }
  .mobile\:txt-midnight-opal-7,
  .mobile\:hover\:txt-midnight-opal-7:hover,
  .mobile\:focus\:txt-midnight-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-7 {
    color: RGBA(3, 3, 40, 0.7);
  }
  .mobile\:txt-midnight-opal-07,
  .mobile\:hover\:txt-midnight-opal-07:hover,
  .mobile\:focus\:txt-midnight-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-07 {
    color: RGBA(3, 3, 40, 0.07);
  }
  .mobile\:txt-midnight-opal-8,
  .mobile\:hover\:txt-midnight-opal-8:hover,
  .mobile\:focus\:txt-midnight-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-8 {
    color: RGBA(3, 3, 40, 0.8);
  }
  .mobile\:txt-midnight-opal-08,
  .mobile\:hover\:txt-midnight-opal-08:hover,
  .mobile\:focus\:txt-midnight-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-08 {
    color: RGBA(3, 3, 40, 0.08);
  }
  .mobile\:txt-midnight-opal-9,
  .mobile\:hover\:txt-midnight-opal-9:hover,
  .mobile\:focus\:txt-midnight-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-9 {
    color: RGBA(3, 3, 40, 0.9);
  }
  .mobile\:txt-midnight-opal-09,
  .mobile\:hover\:txt-midnight-opal-09:hover,
  .mobile\:focus\:txt-midnight-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-09 {
    color: RGBA(3, 3, 40, 0.09);
  }
  .mobile\:txt-midnight-opal-10,
  .mobile\:hover\:txt-midnight-opal-10:hover,
  .mobile\:focus\:txt-midnight-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-midnight-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-midnight-opal-10 {
    color: RGBA(3, 3, 40, 1);
  }
  .mobile\:link-midnight a,
  .mobile\:hover\:link-midnight a:hover,
  .mobile\:active\:link-midnight a:active,
  .mobile\:focus\:link-midnight a:focus,
  .mobile\:group:hover .group-hover\:link-midnight a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight a {
    color: #030328;
  }
  .mobile\:link-midnight-opal-0 a,
  .mobile\:hover\:link-midnight-opal-0 a:hover,
  .mobile\:active\:link-midnight-opal-0 a:active,
  .mobile\:focus\:link-midnight-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-0 a {
    color: RGBA(3, 3, 40, 0);
  }
  .mobile\:link-midnight-opal-00 a,
  .mobile\:hover\:link-midnight-opal-00 a:hover,
  .mobile\:active\:link-midnight-opal-00 a:active,
  .mobile\:focus\:link-midnight-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-00 a {
    color: RGBA(3, 3, 40, 0);
  }
  .mobile\:link-midnight-opal-1 a,
  .mobile\:hover\:link-midnight-opal-1 a:hover,
  .mobile\:active\:link-midnight-opal-1 a:active,
  .mobile\:focus\:link-midnight-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-1 a {
    color: RGBA(3, 3, 40, 0.1);
  }
  .mobile\:link-midnight-opal-01 a,
  .mobile\:hover\:link-midnight-opal-01 a:hover,
  .mobile\:active\:link-midnight-opal-01 a:active,
  .mobile\:focus\:link-midnight-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-01 a {
    color: RGBA(3, 3, 40, 0.01);
  }
  .mobile\:link-midnight-opal-2 a,
  .mobile\:hover\:link-midnight-opal-2 a:hover,
  .mobile\:active\:link-midnight-opal-2 a:active,
  .mobile\:focus\:link-midnight-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-2 a {
    color: RGBA(3, 3, 40, 0.2);
  }
  .mobile\:link-midnight-opal-02 a,
  .mobile\:hover\:link-midnight-opal-02 a:hover,
  .mobile\:active\:link-midnight-opal-02 a:active,
  .mobile\:focus\:link-midnight-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-02 a {
    color: RGBA(3, 3, 40, 0.02);
  }
  .mobile\:link-midnight-opal-3 a,
  .mobile\:hover\:link-midnight-opal-3 a:hover,
  .mobile\:active\:link-midnight-opal-3 a:active,
  .mobile\:focus\:link-midnight-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-3 a {
    color: RGBA(3, 3, 40, 0.3);
  }
  .mobile\:link-midnight-opal-03 a,
  .mobile\:hover\:link-midnight-opal-03 a:hover,
  .mobile\:active\:link-midnight-opal-03 a:active,
  .mobile\:focus\:link-midnight-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-03 a {
    color: RGBA(3, 3, 40, 0.03);
  }
  .mobile\:link-midnight-opal-4 a,
  .mobile\:hover\:link-midnight-opal-4 a:hover,
  .mobile\:active\:link-midnight-opal-4 a:active,
  .mobile\:focus\:link-midnight-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-4 a {
    color: RGBA(3, 3, 40, 0.4);
  }
  .mobile\:link-midnight-opal-04 a,
  .mobile\:hover\:link-midnight-opal-04 a:hover,
  .mobile\:active\:link-midnight-opal-04 a:active,
  .mobile\:focus\:link-midnight-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-04 a {
    color: RGBA(3, 3, 40, 0.04);
  }
  .mobile\:link-midnight-opal-5 a,
  .mobile\:hover\:link-midnight-opal-5 a:hover,
  .mobile\:active\:link-midnight-opal-5 a:active,
  .mobile\:focus\:link-midnight-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-5 a {
    color: RGBA(3, 3, 40, 0.5);
  }
  .mobile\:link-midnight-opal-05 a,
  .mobile\:hover\:link-midnight-opal-05 a:hover,
  .mobile\:active\:link-midnight-opal-05 a:active,
  .mobile\:focus\:link-midnight-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-05 a {
    color: RGBA(3, 3, 40, 0.05);
  }
  .mobile\:link-midnight-opal-6 a,
  .mobile\:hover\:link-midnight-opal-6 a:hover,
  .mobile\:active\:link-midnight-opal-6 a:active,
  .mobile\:focus\:link-midnight-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-6 a {
    color: RGBA(3, 3, 40, 0.6);
  }
  .mobile\:link-midnight-opal-06 a,
  .mobile\:hover\:link-midnight-opal-06 a:hover,
  .mobile\:active\:link-midnight-opal-06 a:active,
  .mobile\:focus\:link-midnight-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-06 a {
    color: RGBA(3, 3, 40, 0.06);
  }
  .mobile\:link-midnight-opal-7 a,
  .mobile\:hover\:link-midnight-opal-7 a:hover,
  .mobile\:active\:link-midnight-opal-7 a:active,
  .mobile\:focus\:link-midnight-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-7 a {
    color: RGBA(3, 3, 40, 0.7);
  }
  .mobile\:link-midnight-opal-07 a,
  .mobile\:hover\:link-midnight-opal-07 a:hover,
  .mobile\:active\:link-midnight-opal-07 a:active,
  .mobile\:focus\:link-midnight-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-07 a {
    color: RGBA(3, 3, 40, 0.07);
  }
  .mobile\:link-midnight-opal-8 a,
  .mobile\:hover\:link-midnight-opal-8 a:hover,
  .mobile\:active\:link-midnight-opal-8 a:active,
  .mobile\:focus\:link-midnight-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-8 a {
    color: RGBA(3, 3, 40, 0.8);
  }
  .mobile\:link-midnight-opal-08 a,
  .mobile\:hover\:link-midnight-opal-08 a:hover,
  .mobile\:active\:link-midnight-opal-08 a:active,
  .mobile\:focus\:link-midnight-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-08 a {
    color: RGBA(3, 3, 40, 0.08);
  }
  .mobile\:link-midnight-opal-9 a,
  .mobile\:hover\:link-midnight-opal-9 a:hover,
  .mobile\:active\:link-midnight-opal-9 a:active,
  .mobile\:focus\:link-midnight-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-9 a {
    color: RGBA(3, 3, 40, 0.9);
  }
  .mobile\:link-midnight-opal-09 a,
  .mobile\:hover\:link-midnight-opal-09 a:hover,
  .mobile\:active\:link-midnight-opal-09 a:active,
  .mobile\:focus\:link-midnight-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-09 a {
    color: RGBA(3, 3, 40, 0.09);
  }
  .mobile\:link-midnight-opal-10 a,
  .mobile\:hover\:link-midnight-opal-10 a:hover,
  .mobile\:active\:link-midnight-opal-10 a:active,
  .mobile\:focus\:link-midnight-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-midnight-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-midnight-opal-10 a {
    color: RGBA(3, 3, 40, 1);
  }
  .mobile\:txt-dawn,
  .mobile\:hover\:txt-dawn:hover,
  .mobile\:focus\:txt-dawn:focus,
  .mobile\:group:hover .group-hover\:txt-dawn,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn {
    color: #383f76;
  }
  .mobile\:txt-dawn-opal-0,
  .mobile\:hover\:txt-dawn-opal-0:hover,
  .mobile\:focus\:txt-dawn-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-0 {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:txt-dawn-opal-00,
  .mobile\:hover\:txt-dawn-opal-00:hover,
  .mobile\:focus\:txt-dawn-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-00 {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:txt-dawn-opal-1,
  .mobile\:hover\:txt-dawn-opal-1:hover,
  .mobile\:focus\:txt-dawn-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-1 {
    color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:txt-dawn-opal-01,
  .mobile\:hover\:txt-dawn-opal-01:hover,
  .mobile\:focus\:txt-dawn-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-01 {
    color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:txt-dawn-opal-2,
  .mobile\:hover\:txt-dawn-opal-2:hover,
  .mobile\:focus\:txt-dawn-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-2 {
    color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:txt-dawn-opal-02,
  .mobile\:hover\:txt-dawn-opal-02:hover,
  .mobile\:focus\:txt-dawn-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-02 {
    color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:txt-dawn-opal-3,
  .mobile\:hover\:txt-dawn-opal-3:hover,
  .mobile\:focus\:txt-dawn-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-3 {
    color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:txt-dawn-opal-03,
  .mobile\:hover\:txt-dawn-opal-03:hover,
  .mobile\:focus\:txt-dawn-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-03 {
    color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:txt-dawn-opal-4,
  .mobile\:hover\:txt-dawn-opal-4:hover,
  .mobile\:focus\:txt-dawn-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-4 {
    color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:txt-dawn-opal-04,
  .mobile\:hover\:txt-dawn-opal-04:hover,
  .mobile\:focus\:txt-dawn-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-04 {
    color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:txt-dawn-opal-5,
  .mobile\:hover\:txt-dawn-opal-5:hover,
  .mobile\:focus\:txt-dawn-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-5 {
    color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:txt-dawn-opal-05,
  .mobile\:hover\:txt-dawn-opal-05:hover,
  .mobile\:focus\:txt-dawn-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-05 {
    color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:txt-dawn-opal-6,
  .mobile\:hover\:txt-dawn-opal-6:hover,
  .mobile\:focus\:txt-dawn-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-6 {
    color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:txt-dawn-opal-06,
  .mobile\:hover\:txt-dawn-opal-06:hover,
  .mobile\:focus\:txt-dawn-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-06 {
    color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:txt-dawn-opal-7,
  .mobile\:hover\:txt-dawn-opal-7:hover,
  .mobile\:focus\:txt-dawn-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-7 {
    color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:txt-dawn-opal-07,
  .mobile\:hover\:txt-dawn-opal-07:hover,
  .mobile\:focus\:txt-dawn-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-07 {
    color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:txt-dawn-opal-8,
  .mobile\:hover\:txt-dawn-opal-8:hover,
  .mobile\:focus\:txt-dawn-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-8 {
    color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:txt-dawn-opal-08,
  .mobile\:hover\:txt-dawn-opal-08:hover,
  .mobile\:focus\:txt-dawn-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-08 {
    color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:txt-dawn-opal-9,
  .mobile\:hover\:txt-dawn-opal-9:hover,
  .mobile\:focus\:txt-dawn-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-9 {
    color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:txt-dawn-opal-09,
  .mobile\:hover\:txt-dawn-opal-09:hover,
  .mobile\:focus\:txt-dawn-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-09 {
    color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:txt-dawn-opal-10,
  .mobile\:hover\:txt-dawn-opal-10:hover,
  .mobile\:focus\:txt-dawn-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-dawn-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-dawn-opal-10 {
    color: RGBA(56, 63, 118, 1);
  }
  .mobile\:link-dawn a,
  .mobile\:hover\:link-dawn a:hover,
  .mobile\:active\:link-dawn a:active,
  .mobile\:focus\:link-dawn a:focus,
  .mobile\:group:hover .group-hover\:link-dawn a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn a {
    color: #383f76;
  }
  .mobile\:link-dawn-opal-0 a,
  .mobile\:hover\:link-dawn-opal-0 a:hover,
  .mobile\:active\:link-dawn-opal-0 a:active,
  .mobile\:focus\:link-dawn-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-0 a {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:link-dawn-opal-00 a,
  .mobile\:hover\:link-dawn-opal-00 a:hover,
  .mobile\:active\:link-dawn-opal-00 a:active,
  .mobile\:focus\:link-dawn-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-00 a {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:link-dawn-opal-1 a,
  .mobile\:hover\:link-dawn-opal-1 a:hover,
  .mobile\:active\:link-dawn-opal-1 a:active,
  .mobile\:focus\:link-dawn-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-1 a {
    color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:link-dawn-opal-01 a,
  .mobile\:hover\:link-dawn-opal-01 a:hover,
  .mobile\:active\:link-dawn-opal-01 a:active,
  .mobile\:focus\:link-dawn-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-01 a {
    color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:link-dawn-opal-2 a,
  .mobile\:hover\:link-dawn-opal-2 a:hover,
  .mobile\:active\:link-dawn-opal-2 a:active,
  .mobile\:focus\:link-dawn-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-2 a {
    color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:link-dawn-opal-02 a,
  .mobile\:hover\:link-dawn-opal-02 a:hover,
  .mobile\:active\:link-dawn-opal-02 a:active,
  .mobile\:focus\:link-dawn-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-02 a {
    color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:link-dawn-opal-3 a,
  .mobile\:hover\:link-dawn-opal-3 a:hover,
  .mobile\:active\:link-dawn-opal-3 a:active,
  .mobile\:focus\:link-dawn-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-3 a {
    color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:link-dawn-opal-03 a,
  .mobile\:hover\:link-dawn-opal-03 a:hover,
  .mobile\:active\:link-dawn-opal-03 a:active,
  .mobile\:focus\:link-dawn-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-03 a {
    color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:link-dawn-opal-4 a,
  .mobile\:hover\:link-dawn-opal-4 a:hover,
  .mobile\:active\:link-dawn-opal-4 a:active,
  .mobile\:focus\:link-dawn-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-4 a {
    color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:link-dawn-opal-04 a,
  .mobile\:hover\:link-dawn-opal-04 a:hover,
  .mobile\:active\:link-dawn-opal-04 a:active,
  .mobile\:focus\:link-dawn-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-04 a {
    color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:link-dawn-opal-5 a,
  .mobile\:hover\:link-dawn-opal-5 a:hover,
  .mobile\:active\:link-dawn-opal-5 a:active,
  .mobile\:focus\:link-dawn-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-5 a {
    color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:link-dawn-opal-05 a,
  .mobile\:hover\:link-dawn-opal-05 a:hover,
  .mobile\:active\:link-dawn-opal-05 a:active,
  .mobile\:focus\:link-dawn-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-05 a {
    color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:link-dawn-opal-6 a,
  .mobile\:hover\:link-dawn-opal-6 a:hover,
  .mobile\:active\:link-dawn-opal-6 a:active,
  .mobile\:focus\:link-dawn-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-6 a {
    color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:link-dawn-opal-06 a,
  .mobile\:hover\:link-dawn-opal-06 a:hover,
  .mobile\:active\:link-dawn-opal-06 a:active,
  .mobile\:focus\:link-dawn-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-06 a {
    color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:link-dawn-opal-7 a,
  .mobile\:hover\:link-dawn-opal-7 a:hover,
  .mobile\:active\:link-dawn-opal-7 a:active,
  .mobile\:focus\:link-dawn-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-7 a {
    color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:link-dawn-opal-07 a,
  .mobile\:hover\:link-dawn-opal-07 a:hover,
  .mobile\:active\:link-dawn-opal-07 a:active,
  .mobile\:focus\:link-dawn-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-07 a {
    color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:link-dawn-opal-8 a,
  .mobile\:hover\:link-dawn-opal-8 a:hover,
  .mobile\:active\:link-dawn-opal-8 a:active,
  .mobile\:focus\:link-dawn-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-8 a {
    color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:link-dawn-opal-08 a,
  .mobile\:hover\:link-dawn-opal-08 a:hover,
  .mobile\:active\:link-dawn-opal-08 a:active,
  .mobile\:focus\:link-dawn-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-08 a {
    color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:link-dawn-opal-9 a,
  .mobile\:hover\:link-dawn-opal-9 a:hover,
  .mobile\:active\:link-dawn-opal-9 a:active,
  .mobile\:focus\:link-dawn-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-9 a {
    color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:link-dawn-opal-09 a,
  .mobile\:hover\:link-dawn-opal-09 a:hover,
  .mobile\:active\:link-dawn-opal-09 a:active,
  .mobile\:focus\:link-dawn-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-09 a {
    color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:link-dawn-opal-10 a,
  .mobile\:hover\:link-dawn-opal-10 a:hover,
  .mobile\:active\:link-dawn-opal-10 a:active,
  .mobile\:focus\:link-dawn-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-dawn-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-dawn-opal-10 a {
    color: RGBA(56, 63, 118, 1);
  }
  .mobile\:txt-steel,
  .mobile\:hover\:txt-steel:hover,
  .mobile\:focus\:txt-steel:focus,
  .mobile\:group:hover .group-hover\:txt-steel,
  .mobile\:group:focus-within .group-focus-within\:txt-steel {
    color: #555463;
  }
  .mobile\:txt-steel-opal-0,
  .mobile\:hover\:txt-steel-opal-0:hover,
  .mobile\:focus\:txt-steel-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-0 {
    color: RGBA(85, 84, 99, 0);
  }
  .mobile\:txt-steel-opal-00,
  .mobile\:hover\:txt-steel-opal-00:hover,
  .mobile\:focus\:txt-steel-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-00 {
    color: RGBA(85, 84, 99, 0);
  }
  .mobile\:txt-steel-opal-1,
  .mobile\:hover\:txt-steel-opal-1:hover,
  .mobile\:focus\:txt-steel-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-1 {
    color: RGBA(85, 84, 99, 0.1);
  }
  .mobile\:txt-steel-opal-01,
  .mobile\:hover\:txt-steel-opal-01:hover,
  .mobile\:focus\:txt-steel-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-01 {
    color: RGBA(85, 84, 99, 0.01);
  }
  .mobile\:txt-steel-opal-2,
  .mobile\:hover\:txt-steel-opal-2:hover,
  .mobile\:focus\:txt-steel-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-2 {
    color: RGBA(85, 84, 99, 0.2);
  }
  .mobile\:txt-steel-opal-02,
  .mobile\:hover\:txt-steel-opal-02:hover,
  .mobile\:focus\:txt-steel-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-02 {
    color: RGBA(85, 84, 99, 0.02);
  }
  .mobile\:txt-steel-opal-3,
  .mobile\:hover\:txt-steel-opal-3:hover,
  .mobile\:focus\:txt-steel-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-3 {
    color: RGBA(85, 84, 99, 0.3);
  }
  .mobile\:txt-steel-opal-03,
  .mobile\:hover\:txt-steel-opal-03:hover,
  .mobile\:focus\:txt-steel-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-03 {
    color: RGBA(85, 84, 99, 0.03);
  }
  .mobile\:txt-steel-opal-4,
  .mobile\:hover\:txt-steel-opal-4:hover,
  .mobile\:focus\:txt-steel-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-4 {
    color: RGBA(85, 84, 99, 0.4);
  }
  .mobile\:txt-steel-opal-04,
  .mobile\:hover\:txt-steel-opal-04:hover,
  .mobile\:focus\:txt-steel-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-04 {
    color: RGBA(85, 84, 99, 0.04);
  }
  .mobile\:txt-steel-opal-5,
  .mobile\:hover\:txt-steel-opal-5:hover,
  .mobile\:focus\:txt-steel-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-5 {
    color: RGBA(85, 84, 99, 0.5);
  }
  .mobile\:txt-steel-opal-05,
  .mobile\:hover\:txt-steel-opal-05:hover,
  .mobile\:focus\:txt-steel-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-05 {
    color: RGBA(85, 84, 99, 0.05);
  }
  .mobile\:txt-steel-opal-6,
  .mobile\:hover\:txt-steel-opal-6:hover,
  .mobile\:focus\:txt-steel-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-6 {
    color: RGBA(85, 84, 99, 0.6);
  }
  .mobile\:txt-steel-opal-06,
  .mobile\:hover\:txt-steel-opal-06:hover,
  .mobile\:focus\:txt-steel-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-06 {
    color: RGBA(85, 84, 99, 0.06);
  }
  .mobile\:txt-steel-opal-7,
  .mobile\:hover\:txt-steel-opal-7:hover,
  .mobile\:focus\:txt-steel-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-7 {
    color: RGBA(85, 84, 99, 0.7);
  }
  .mobile\:txt-steel-opal-07,
  .mobile\:hover\:txt-steel-opal-07:hover,
  .mobile\:focus\:txt-steel-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-07 {
    color: RGBA(85, 84, 99, 0.07);
  }
  .mobile\:txt-steel-opal-8,
  .mobile\:hover\:txt-steel-opal-8:hover,
  .mobile\:focus\:txt-steel-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-8 {
    color: RGBA(85, 84, 99, 0.8);
  }
  .mobile\:txt-steel-opal-08,
  .mobile\:hover\:txt-steel-opal-08:hover,
  .mobile\:focus\:txt-steel-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-08 {
    color: RGBA(85, 84, 99, 0.08);
  }
  .mobile\:txt-steel-opal-9,
  .mobile\:hover\:txt-steel-opal-9:hover,
  .mobile\:focus\:txt-steel-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-9 {
    color: RGBA(85, 84, 99, 0.9);
  }
  .mobile\:txt-steel-opal-09,
  .mobile\:hover\:txt-steel-opal-09:hover,
  .mobile\:focus\:txt-steel-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-09 {
    color: RGBA(85, 84, 99, 0.09);
  }
  .mobile\:txt-steel-opal-10,
  .mobile\:hover\:txt-steel-opal-10:hover,
  .mobile\:focus\:txt-steel-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-steel-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-steel-opal-10 {
    color: RGBA(85, 84, 99, 1);
  }
  .mobile\:link-steel a,
  .mobile\:hover\:link-steel a:hover,
  .mobile\:active\:link-steel a:active,
  .mobile\:focus\:link-steel a:focus,
  .mobile\:group:hover .group-hover\:link-steel a,
  .mobile\:group:focus-within .group-focus-within\:link-steel a {
    color: #555463;
  }
  .mobile\:link-steel-opal-0 a,
  .mobile\:hover\:link-steel-opal-0 a:hover,
  .mobile\:active\:link-steel-opal-0 a:active,
  .mobile\:focus\:link-steel-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-0 a {
    color: RGBA(85, 84, 99, 0);
  }
  .mobile\:link-steel-opal-00 a,
  .mobile\:hover\:link-steel-opal-00 a:hover,
  .mobile\:active\:link-steel-opal-00 a:active,
  .mobile\:focus\:link-steel-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-00 a {
    color: RGBA(85, 84, 99, 0);
  }
  .mobile\:link-steel-opal-1 a,
  .mobile\:hover\:link-steel-opal-1 a:hover,
  .mobile\:active\:link-steel-opal-1 a:active,
  .mobile\:focus\:link-steel-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-1 a {
    color: RGBA(85, 84, 99, 0.1);
  }
  .mobile\:link-steel-opal-01 a,
  .mobile\:hover\:link-steel-opal-01 a:hover,
  .mobile\:active\:link-steel-opal-01 a:active,
  .mobile\:focus\:link-steel-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-01 a {
    color: RGBA(85, 84, 99, 0.01);
  }
  .mobile\:link-steel-opal-2 a,
  .mobile\:hover\:link-steel-opal-2 a:hover,
  .mobile\:active\:link-steel-opal-2 a:active,
  .mobile\:focus\:link-steel-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-2 a {
    color: RGBA(85, 84, 99, 0.2);
  }
  .mobile\:link-steel-opal-02 a,
  .mobile\:hover\:link-steel-opal-02 a:hover,
  .mobile\:active\:link-steel-opal-02 a:active,
  .mobile\:focus\:link-steel-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-02 a {
    color: RGBA(85, 84, 99, 0.02);
  }
  .mobile\:link-steel-opal-3 a,
  .mobile\:hover\:link-steel-opal-3 a:hover,
  .mobile\:active\:link-steel-opal-3 a:active,
  .mobile\:focus\:link-steel-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-3 a {
    color: RGBA(85, 84, 99, 0.3);
  }
  .mobile\:link-steel-opal-03 a,
  .mobile\:hover\:link-steel-opal-03 a:hover,
  .mobile\:active\:link-steel-opal-03 a:active,
  .mobile\:focus\:link-steel-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-03 a {
    color: RGBA(85, 84, 99, 0.03);
  }
  .mobile\:link-steel-opal-4 a,
  .mobile\:hover\:link-steel-opal-4 a:hover,
  .mobile\:active\:link-steel-opal-4 a:active,
  .mobile\:focus\:link-steel-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-4 a {
    color: RGBA(85, 84, 99, 0.4);
  }
  .mobile\:link-steel-opal-04 a,
  .mobile\:hover\:link-steel-opal-04 a:hover,
  .mobile\:active\:link-steel-opal-04 a:active,
  .mobile\:focus\:link-steel-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-04 a {
    color: RGBA(85, 84, 99, 0.04);
  }
  .mobile\:link-steel-opal-5 a,
  .mobile\:hover\:link-steel-opal-5 a:hover,
  .mobile\:active\:link-steel-opal-5 a:active,
  .mobile\:focus\:link-steel-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-5 a {
    color: RGBA(85, 84, 99, 0.5);
  }
  .mobile\:link-steel-opal-05 a,
  .mobile\:hover\:link-steel-opal-05 a:hover,
  .mobile\:active\:link-steel-opal-05 a:active,
  .mobile\:focus\:link-steel-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-05 a {
    color: RGBA(85, 84, 99, 0.05);
  }
  .mobile\:link-steel-opal-6 a,
  .mobile\:hover\:link-steel-opal-6 a:hover,
  .mobile\:active\:link-steel-opal-6 a:active,
  .mobile\:focus\:link-steel-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-6 a {
    color: RGBA(85, 84, 99, 0.6);
  }
  .mobile\:link-steel-opal-06 a,
  .mobile\:hover\:link-steel-opal-06 a:hover,
  .mobile\:active\:link-steel-opal-06 a:active,
  .mobile\:focus\:link-steel-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-06 a {
    color: RGBA(85, 84, 99, 0.06);
  }
  .mobile\:link-steel-opal-7 a,
  .mobile\:hover\:link-steel-opal-7 a:hover,
  .mobile\:active\:link-steel-opal-7 a:active,
  .mobile\:focus\:link-steel-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-7 a {
    color: RGBA(85, 84, 99, 0.7);
  }
  .mobile\:link-steel-opal-07 a,
  .mobile\:hover\:link-steel-opal-07 a:hover,
  .mobile\:active\:link-steel-opal-07 a:active,
  .mobile\:focus\:link-steel-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-07 a {
    color: RGBA(85, 84, 99, 0.07);
  }
  .mobile\:link-steel-opal-8 a,
  .mobile\:hover\:link-steel-opal-8 a:hover,
  .mobile\:active\:link-steel-opal-8 a:active,
  .mobile\:focus\:link-steel-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-8 a {
    color: RGBA(85, 84, 99, 0.8);
  }
  .mobile\:link-steel-opal-08 a,
  .mobile\:hover\:link-steel-opal-08 a:hover,
  .mobile\:active\:link-steel-opal-08 a:active,
  .mobile\:focus\:link-steel-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-08 a {
    color: RGBA(85, 84, 99, 0.08);
  }
  .mobile\:link-steel-opal-9 a,
  .mobile\:hover\:link-steel-opal-9 a:hover,
  .mobile\:active\:link-steel-opal-9 a:active,
  .mobile\:focus\:link-steel-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-9 a {
    color: RGBA(85, 84, 99, 0.9);
  }
  .mobile\:link-steel-opal-09 a,
  .mobile\:hover\:link-steel-opal-09 a:hover,
  .mobile\:active\:link-steel-opal-09 a:active,
  .mobile\:focus\:link-steel-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-09 a {
    color: RGBA(85, 84, 99, 0.09);
  }
  .mobile\:link-steel-opal-10 a,
  .mobile\:hover\:link-steel-opal-10 a:hover,
  .mobile\:active\:link-steel-opal-10 a:active,
  .mobile\:focus\:link-steel-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-steel-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-steel-opal-10 a {
    color: RGBA(85, 84, 99, 1);
  }
  .mobile\:txt-smoke,
  .mobile\:hover\:txt-smoke:hover,
  .mobile\:focus\:txt-smoke:focus,
  .mobile\:group:hover .group-hover\:txt-smoke,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke {
    color: #6d6d9c;
  }
  .mobile\:txt-smoke-opal-0,
  .mobile\:hover\:txt-smoke-opal-0:hover,
  .mobile\:focus\:txt-smoke-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-0 {
    color: RGBA(109, 109, 156, 0);
  }
  .mobile\:txt-smoke-opal-00,
  .mobile\:hover\:txt-smoke-opal-00:hover,
  .mobile\:focus\:txt-smoke-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-00 {
    color: RGBA(109, 109, 156, 0);
  }
  .mobile\:txt-smoke-opal-1,
  .mobile\:hover\:txt-smoke-opal-1:hover,
  .mobile\:focus\:txt-smoke-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-1 {
    color: RGBA(109, 109, 156, 0.1);
  }
  .mobile\:txt-smoke-opal-01,
  .mobile\:hover\:txt-smoke-opal-01:hover,
  .mobile\:focus\:txt-smoke-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-01 {
    color: RGBA(109, 109, 156, 0.01);
  }
  .mobile\:txt-smoke-opal-2,
  .mobile\:hover\:txt-smoke-opal-2:hover,
  .mobile\:focus\:txt-smoke-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-2 {
    color: RGBA(109, 109, 156, 0.2);
  }
  .mobile\:txt-smoke-opal-02,
  .mobile\:hover\:txt-smoke-opal-02:hover,
  .mobile\:focus\:txt-smoke-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-02 {
    color: RGBA(109, 109, 156, 0.02);
  }
  .mobile\:txt-smoke-opal-3,
  .mobile\:hover\:txt-smoke-opal-3:hover,
  .mobile\:focus\:txt-smoke-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-3 {
    color: RGBA(109, 109, 156, 0.3);
  }
  .mobile\:txt-smoke-opal-03,
  .mobile\:hover\:txt-smoke-opal-03:hover,
  .mobile\:focus\:txt-smoke-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-03 {
    color: RGBA(109, 109, 156, 0.03);
  }
  .mobile\:txt-smoke-opal-4,
  .mobile\:hover\:txt-smoke-opal-4:hover,
  .mobile\:focus\:txt-smoke-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-4 {
    color: RGBA(109, 109, 156, 0.4);
  }
  .mobile\:txt-smoke-opal-04,
  .mobile\:hover\:txt-smoke-opal-04:hover,
  .mobile\:focus\:txt-smoke-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-04 {
    color: RGBA(109, 109, 156, 0.04);
  }
  .mobile\:txt-smoke-opal-5,
  .mobile\:hover\:txt-smoke-opal-5:hover,
  .mobile\:focus\:txt-smoke-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-5 {
    color: RGBA(109, 109, 156, 0.5);
  }
  .mobile\:txt-smoke-opal-05,
  .mobile\:hover\:txt-smoke-opal-05:hover,
  .mobile\:focus\:txt-smoke-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-05 {
    color: RGBA(109, 109, 156, 0.05);
  }
  .mobile\:txt-smoke-opal-6,
  .mobile\:hover\:txt-smoke-opal-6:hover,
  .mobile\:focus\:txt-smoke-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-6 {
    color: RGBA(109, 109, 156, 0.6);
  }
  .mobile\:txt-smoke-opal-06,
  .mobile\:hover\:txt-smoke-opal-06:hover,
  .mobile\:focus\:txt-smoke-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-06 {
    color: RGBA(109, 109, 156, 0.06);
  }
  .mobile\:txt-smoke-opal-7,
  .mobile\:hover\:txt-smoke-opal-7:hover,
  .mobile\:focus\:txt-smoke-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-7 {
    color: RGBA(109, 109, 156, 0.7);
  }
  .mobile\:txt-smoke-opal-07,
  .mobile\:hover\:txt-smoke-opal-07:hover,
  .mobile\:focus\:txt-smoke-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-07 {
    color: RGBA(109, 109, 156, 0.07);
  }
  .mobile\:txt-smoke-opal-8,
  .mobile\:hover\:txt-smoke-opal-8:hover,
  .mobile\:focus\:txt-smoke-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-8 {
    color: RGBA(109, 109, 156, 0.8);
  }
  .mobile\:txt-smoke-opal-08,
  .mobile\:hover\:txt-smoke-opal-08:hover,
  .mobile\:focus\:txt-smoke-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-08 {
    color: RGBA(109, 109, 156, 0.08);
  }
  .mobile\:txt-smoke-opal-9,
  .mobile\:hover\:txt-smoke-opal-9:hover,
  .mobile\:focus\:txt-smoke-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-9 {
    color: RGBA(109, 109, 156, 0.9);
  }
  .mobile\:txt-smoke-opal-09,
  .mobile\:hover\:txt-smoke-opal-09:hover,
  .mobile\:focus\:txt-smoke-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-09 {
    color: RGBA(109, 109, 156, 0.09);
  }
  .mobile\:txt-smoke-opal-10,
  .mobile\:hover\:txt-smoke-opal-10:hover,
  .mobile\:focus\:txt-smoke-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-smoke-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-smoke-opal-10 {
    color: RGBA(109, 109, 156, 1);
  }
  .mobile\:link-smoke a,
  .mobile\:hover\:link-smoke a:hover,
  .mobile\:active\:link-smoke a:active,
  .mobile\:focus\:link-smoke a:focus,
  .mobile\:group:hover .group-hover\:link-smoke a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke a {
    color: #6d6d9c;
  }
  .mobile\:link-smoke-opal-0 a,
  .mobile\:hover\:link-smoke-opal-0 a:hover,
  .mobile\:active\:link-smoke-opal-0 a:active,
  .mobile\:focus\:link-smoke-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-0 a {
    color: RGBA(109, 109, 156, 0);
  }
  .mobile\:link-smoke-opal-00 a,
  .mobile\:hover\:link-smoke-opal-00 a:hover,
  .mobile\:active\:link-smoke-opal-00 a:active,
  .mobile\:focus\:link-smoke-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-00 a {
    color: RGBA(109, 109, 156, 0);
  }
  .mobile\:link-smoke-opal-1 a,
  .mobile\:hover\:link-smoke-opal-1 a:hover,
  .mobile\:active\:link-smoke-opal-1 a:active,
  .mobile\:focus\:link-smoke-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-1 a {
    color: RGBA(109, 109, 156, 0.1);
  }
  .mobile\:link-smoke-opal-01 a,
  .mobile\:hover\:link-smoke-opal-01 a:hover,
  .mobile\:active\:link-smoke-opal-01 a:active,
  .mobile\:focus\:link-smoke-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-01 a {
    color: RGBA(109, 109, 156, 0.01);
  }
  .mobile\:link-smoke-opal-2 a,
  .mobile\:hover\:link-smoke-opal-2 a:hover,
  .mobile\:active\:link-smoke-opal-2 a:active,
  .mobile\:focus\:link-smoke-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-2 a {
    color: RGBA(109, 109, 156, 0.2);
  }
  .mobile\:link-smoke-opal-02 a,
  .mobile\:hover\:link-smoke-opal-02 a:hover,
  .mobile\:active\:link-smoke-opal-02 a:active,
  .mobile\:focus\:link-smoke-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-02 a {
    color: RGBA(109, 109, 156, 0.02);
  }
  .mobile\:link-smoke-opal-3 a,
  .mobile\:hover\:link-smoke-opal-3 a:hover,
  .mobile\:active\:link-smoke-opal-3 a:active,
  .mobile\:focus\:link-smoke-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-3 a {
    color: RGBA(109, 109, 156, 0.3);
  }
  .mobile\:link-smoke-opal-03 a,
  .mobile\:hover\:link-smoke-opal-03 a:hover,
  .mobile\:active\:link-smoke-opal-03 a:active,
  .mobile\:focus\:link-smoke-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-03 a {
    color: RGBA(109, 109, 156, 0.03);
  }
  .mobile\:link-smoke-opal-4 a,
  .mobile\:hover\:link-smoke-opal-4 a:hover,
  .mobile\:active\:link-smoke-opal-4 a:active,
  .mobile\:focus\:link-smoke-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-4 a {
    color: RGBA(109, 109, 156, 0.4);
  }
  .mobile\:link-smoke-opal-04 a,
  .mobile\:hover\:link-smoke-opal-04 a:hover,
  .mobile\:active\:link-smoke-opal-04 a:active,
  .mobile\:focus\:link-smoke-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-04 a {
    color: RGBA(109, 109, 156, 0.04);
  }
  .mobile\:link-smoke-opal-5 a,
  .mobile\:hover\:link-smoke-opal-5 a:hover,
  .mobile\:active\:link-smoke-opal-5 a:active,
  .mobile\:focus\:link-smoke-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-5 a {
    color: RGBA(109, 109, 156, 0.5);
  }
  .mobile\:link-smoke-opal-05 a,
  .mobile\:hover\:link-smoke-opal-05 a:hover,
  .mobile\:active\:link-smoke-opal-05 a:active,
  .mobile\:focus\:link-smoke-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-05 a {
    color: RGBA(109, 109, 156, 0.05);
  }
  .mobile\:link-smoke-opal-6 a,
  .mobile\:hover\:link-smoke-opal-6 a:hover,
  .mobile\:active\:link-smoke-opal-6 a:active,
  .mobile\:focus\:link-smoke-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-6 a {
    color: RGBA(109, 109, 156, 0.6);
  }
  .mobile\:link-smoke-opal-06 a,
  .mobile\:hover\:link-smoke-opal-06 a:hover,
  .mobile\:active\:link-smoke-opal-06 a:active,
  .mobile\:focus\:link-smoke-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-06 a {
    color: RGBA(109, 109, 156, 0.06);
  }
  .mobile\:link-smoke-opal-7 a,
  .mobile\:hover\:link-smoke-opal-7 a:hover,
  .mobile\:active\:link-smoke-opal-7 a:active,
  .mobile\:focus\:link-smoke-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-7 a {
    color: RGBA(109, 109, 156, 0.7);
  }
  .mobile\:link-smoke-opal-07 a,
  .mobile\:hover\:link-smoke-opal-07 a:hover,
  .mobile\:active\:link-smoke-opal-07 a:active,
  .mobile\:focus\:link-smoke-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-07 a {
    color: RGBA(109, 109, 156, 0.07);
  }
  .mobile\:link-smoke-opal-8 a,
  .mobile\:hover\:link-smoke-opal-8 a:hover,
  .mobile\:active\:link-smoke-opal-8 a:active,
  .mobile\:focus\:link-smoke-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-8 a {
    color: RGBA(109, 109, 156, 0.8);
  }
  .mobile\:link-smoke-opal-08 a,
  .mobile\:hover\:link-smoke-opal-08 a:hover,
  .mobile\:active\:link-smoke-opal-08 a:active,
  .mobile\:focus\:link-smoke-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-08 a {
    color: RGBA(109, 109, 156, 0.08);
  }
  .mobile\:link-smoke-opal-9 a,
  .mobile\:hover\:link-smoke-opal-9 a:hover,
  .mobile\:active\:link-smoke-opal-9 a:active,
  .mobile\:focus\:link-smoke-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-9 a {
    color: RGBA(109, 109, 156, 0.9);
  }
  .mobile\:link-smoke-opal-09 a,
  .mobile\:hover\:link-smoke-opal-09 a:hover,
  .mobile\:active\:link-smoke-opal-09 a:active,
  .mobile\:focus\:link-smoke-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-09 a {
    color: RGBA(109, 109, 156, 0.09);
  }
  .mobile\:link-smoke-opal-10 a,
  .mobile\:hover\:link-smoke-opal-10 a:hover,
  .mobile\:active\:link-smoke-opal-10 a:active,
  .mobile\:focus\:link-smoke-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-smoke-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-smoke-opal-10 a {
    color: RGBA(109, 109, 156, 1);
  }
  .mobile\:txt-snow,
  .mobile\:hover\:txt-snow:hover,
  .mobile\:focus\:txt-snow:focus,
  .mobile\:group:hover .group-hover\:txt-snow,
  .mobile\:group:focus-within .group-focus-within\:txt-snow {
    color: #f6f7fb;
  }
  .mobile\:txt-snow-opal-0,
  .mobile\:hover\:txt-snow-opal-0:hover,
  .mobile\:focus\:txt-snow-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-0 {
    color: RGBA(246, 247, 251, 0);
  }
  .mobile\:txt-snow-opal-00,
  .mobile\:hover\:txt-snow-opal-00:hover,
  .mobile\:focus\:txt-snow-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-00 {
    color: RGBA(246, 247, 251, 0);
  }
  .mobile\:txt-snow-opal-1,
  .mobile\:hover\:txt-snow-opal-1:hover,
  .mobile\:focus\:txt-snow-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-1 {
    color: RGBA(246, 247, 251, 0.1);
  }
  .mobile\:txt-snow-opal-01,
  .mobile\:hover\:txt-snow-opal-01:hover,
  .mobile\:focus\:txt-snow-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-01 {
    color: RGBA(246, 247, 251, 0.01);
  }
  .mobile\:txt-snow-opal-2,
  .mobile\:hover\:txt-snow-opal-2:hover,
  .mobile\:focus\:txt-snow-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-2 {
    color: RGBA(246, 247, 251, 0.2);
  }
  .mobile\:txt-snow-opal-02,
  .mobile\:hover\:txt-snow-opal-02:hover,
  .mobile\:focus\:txt-snow-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-02 {
    color: RGBA(246, 247, 251, 0.02);
  }
  .mobile\:txt-snow-opal-3,
  .mobile\:hover\:txt-snow-opal-3:hover,
  .mobile\:focus\:txt-snow-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-3 {
    color: RGBA(246, 247, 251, 0.3);
  }
  .mobile\:txt-snow-opal-03,
  .mobile\:hover\:txt-snow-opal-03:hover,
  .mobile\:focus\:txt-snow-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-03 {
    color: RGBA(246, 247, 251, 0.03);
  }
  .mobile\:txt-snow-opal-4,
  .mobile\:hover\:txt-snow-opal-4:hover,
  .mobile\:focus\:txt-snow-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-4 {
    color: RGBA(246, 247, 251, 0.4);
  }
  .mobile\:txt-snow-opal-04,
  .mobile\:hover\:txt-snow-opal-04:hover,
  .mobile\:focus\:txt-snow-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-04 {
    color: RGBA(246, 247, 251, 0.04);
  }
  .mobile\:txt-snow-opal-5,
  .mobile\:hover\:txt-snow-opal-5:hover,
  .mobile\:focus\:txt-snow-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-5 {
    color: RGBA(246, 247, 251, 0.5);
  }
  .mobile\:txt-snow-opal-05,
  .mobile\:hover\:txt-snow-opal-05:hover,
  .mobile\:focus\:txt-snow-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-05 {
    color: RGBA(246, 247, 251, 0.05);
  }
  .mobile\:txt-snow-opal-6,
  .mobile\:hover\:txt-snow-opal-6:hover,
  .mobile\:focus\:txt-snow-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-6 {
    color: RGBA(246, 247, 251, 0.6);
  }
  .mobile\:txt-snow-opal-06,
  .mobile\:hover\:txt-snow-opal-06:hover,
  .mobile\:focus\:txt-snow-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-06 {
    color: RGBA(246, 247, 251, 0.06);
  }
  .mobile\:txt-snow-opal-7,
  .mobile\:hover\:txt-snow-opal-7:hover,
  .mobile\:focus\:txt-snow-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-7 {
    color: RGBA(246, 247, 251, 0.7);
  }
  .mobile\:txt-snow-opal-07,
  .mobile\:hover\:txt-snow-opal-07:hover,
  .mobile\:focus\:txt-snow-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-07 {
    color: RGBA(246, 247, 251, 0.07);
  }
  .mobile\:txt-snow-opal-8,
  .mobile\:hover\:txt-snow-opal-8:hover,
  .mobile\:focus\:txt-snow-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-8 {
    color: RGBA(246, 247, 251, 0.8);
  }
  .mobile\:txt-snow-opal-08,
  .mobile\:hover\:txt-snow-opal-08:hover,
  .mobile\:focus\:txt-snow-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-08 {
    color: RGBA(246, 247, 251, 0.08);
  }
  .mobile\:txt-snow-opal-9,
  .mobile\:hover\:txt-snow-opal-9:hover,
  .mobile\:focus\:txt-snow-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-9 {
    color: RGBA(246, 247, 251, 0.9);
  }
  .mobile\:txt-snow-opal-09,
  .mobile\:hover\:txt-snow-opal-09:hover,
  .mobile\:focus\:txt-snow-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-09 {
    color: RGBA(246, 247, 251, 0.09);
  }
  .mobile\:txt-snow-opal-10,
  .mobile\:hover\:txt-snow-opal-10:hover,
  .mobile\:focus\:txt-snow-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-snow-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-snow-opal-10 {
    color: RGBA(246, 247, 251, 1);
  }
  .mobile\:link-snow a,
  .mobile\:hover\:link-snow a:hover,
  .mobile\:active\:link-snow a:active,
  .mobile\:focus\:link-snow a:focus,
  .mobile\:group:hover .group-hover\:link-snow a,
  .mobile\:group:focus-within .group-focus-within\:link-snow a {
    color: #f6f7fb;
  }
  .mobile\:link-snow-opal-0 a,
  .mobile\:hover\:link-snow-opal-0 a:hover,
  .mobile\:active\:link-snow-opal-0 a:active,
  .mobile\:focus\:link-snow-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-0 a {
    color: RGBA(246, 247, 251, 0);
  }
  .mobile\:link-snow-opal-00 a,
  .mobile\:hover\:link-snow-opal-00 a:hover,
  .mobile\:active\:link-snow-opal-00 a:active,
  .mobile\:focus\:link-snow-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-00 a {
    color: RGBA(246, 247, 251, 0);
  }
  .mobile\:link-snow-opal-1 a,
  .mobile\:hover\:link-snow-opal-1 a:hover,
  .mobile\:active\:link-snow-opal-1 a:active,
  .mobile\:focus\:link-snow-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-1 a {
    color: RGBA(246, 247, 251, 0.1);
  }
  .mobile\:link-snow-opal-01 a,
  .mobile\:hover\:link-snow-opal-01 a:hover,
  .mobile\:active\:link-snow-opal-01 a:active,
  .mobile\:focus\:link-snow-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-01 a {
    color: RGBA(246, 247, 251, 0.01);
  }
  .mobile\:link-snow-opal-2 a,
  .mobile\:hover\:link-snow-opal-2 a:hover,
  .mobile\:active\:link-snow-opal-2 a:active,
  .mobile\:focus\:link-snow-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-2 a {
    color: RGBA(246, 247, 251, 0.2);
  }
  .mobile\:link-snow-opal-02 a,
  .mobile\:hover\:link-snow-opal-02 a:hover,
  .mobile\:active\:link-snow-opal-02 a:active,
  .mobile\:focus\:link-snow-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-02 a {
    color: RGBA(246, 247, 251, 0.02);
  }
  .mobile\:link-snow-opal-3 a,
  .mobile\:hover\:link-snow-opal-3 a:hover,
  .mobile\:active\:link-snow-opal-3 a:active,
  .mobile\:focus\:link-snow-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-3 a {
    color: RGBA(246, 247, 251, 0.3);
  }
  .mobile\:link-snow-opal-03 a,
  .mobile\:hover\:link-snow-opal-03 a:hover,
  .mobile\:active\:link-snow-opal-03 a:active,
  .mobile\:focus\:link-snow-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-03 a {
    color: RGBA(246, 247, 251, 0.03);
  }
  .mobile\:link-snow-opal-4 a,
  .mobile\:hover\:link-snow-opal-4 a:hover,
  .mobile\:active\:link-snow-opal-4 a:active,
  .mobile\:focus\:link-snow-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-4 a {
    color: RGBA(246, 247, 251, 0.4);
  }
  .mobile\:link-snow-opal-04 a,
  .mobile\:hover\:link-snow-opal-04 a:hover,
  .mobile\:active\:link-snow-opal-04 a:active,
  .mobile\:focus\:link-snow-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-04 a {
    color: RGBA(246, 247, 251, 0.04);
  }
  .mobile\:link-snow-opal-5 a,
  .mobile\:hover\:link-snow-opal-5 a:hover,
  .mobile\:active\:link-snow-opal-5 a:active,
  .mobile\:focus\:link-snow-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-5 a {
    color: RGBA(246, 247, 251, 0.5);
  }
  .mobile\:link-snow-opal-05 a,
  .mobile\:hover\:link-snow-opal-05 a:hover,
  .mobile\:active\:link-snow-opal-05 a:active,
  .mobile\:focus\:link-snow-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-05 a {
    color: RGBA(246, 247, 251, 0.05);
  }
  .mobile\:link-snow-opal-6 a,
  .mobile\:hover\:link-snow-opal-6 a:hover,
  .mobile\:active\:link-snow-opal-6 a:active,
  .mobile\:focus\:link-snow-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-6 a {
    color: RGBA(246, 247, 251, 0.6);
  }
  .mobile\:link-snow-opal-06 a,
  .mobile\:hover\:link-snow-opal-06 a:hover,
  .mobile\:active\:link-snow-opal-06 a:active,
  .mobile\:focus\:link-snow-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-06 a {
    color: RGBA(246, 247, 251, 0.06);
  }
  .mobile\:link-snow-opal-7 a,
  .mobile\:hover\:link-snow-opal-7 a:hover,
  .mobile\:active\:link-snow-opal-7 a:active,
  .mobile\:focus\:link-snow-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-7 a {
    color: RGBA(246, 247, 251, 0.7);
  }
  .mobile\:link-snow-opal-07 a,
  .mobile\:hover\:link-snow-opal-07 a:hover,
  .mobile\:active\:link-snow-opal-07 a:active,
  .mobile\:focus\:link-snow-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-07 a {
    color: RGBA(246, 247, 251, 0.07);
  }
  .mobile\:link-snow-opal-8 a,
  .mobile\:hover\:link-snow-opal-8 a:hover,
  .mobile\:active\:link-snow-opal-8 a:active,
  .mobile\:focus\:link-snow-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-8 a {
    color: RGBA(246, 247, 251, 0.8);
  }
  .mobile\:link-snow-opal-08 a,
  .mobile\:hover\:link-snow-opal-08 a:hover,
  .mobile\:active\:link-snow-opal-08 a:active,
  .mobile\:focus\:link-snow-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-08 a {
    color: RGBA(246, 247, 251, 0.08);
  }
  .mobile\:link-snow-opal-9 a,
  .mobile\:hover\:link-snow-opal-9 a:hover,
  .mobile\:active\:link-snow-opal-9 a:active,
  .mobile\:focus\:link-snow-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-9 a {
    color: RGBA(246, 247, 251, 0.9);
  }
  .mobile\:link-snow-opal-09 a,
  .mobile\:hover\:link-snow-opal-09 a:hover,
  .mobile\:active\:link-snow-opal-09 a:active,
  .mobile\:focus\:link-snow-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-09 a {
    color: RGBA(246, 247, 251, 0.09);
  }
  .mobile\:link-snow-opal-10 a,
  .mobile\:hover\:link-snow-opal-10 a:hover,
  .mobile\:active\:link-snow-opal-10 a:active,
  .mobile\:focus\:link-snow-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-snow-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-snow-opal-10 a {
    color: RGBA(246, 247, 251, 1);
  }
  .mobile\:txt-white,
  .mobile\:hover\:txt-white:hover,
  .mobile\:focus\:txt-white:focus,
  .mobile\:group:hover .group-hover\:txt-white,
  .mobile\:group:focus-within .group-focus-within\:txt-white {
    color: #fff;
  }
  .mobile\:txt-white-opal-0,
  .mobile\:hover\:txt-white-opal-0:hover,
  .mobile\:focus\:txt-white-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-0 {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:txt-white-opal-00,
  .mobile\:hover\:txt-white-opal-00:hover,
  .mobile\:focus\:txt-white-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-00 {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:txt-white-opal-1,
  .mobile\:hover\:txt-white-opal-1:hover,
  .mobile\:focus\:txt-white-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-1 {
    color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:txt-white-opal-01,
  .mobile\:hover\:txt-white-opal-01:hover,
  .mobile\:focus\:txt-white-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-01 {
    color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:txt-white-opal-2,
  .mobile\:hover\:txt-white-opal-2:hover,
  .mobile\:focus\:txt-white-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-2 {
    color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:txt-white-opal-02,
  .mobile\:hover\:txt-white-opal-02:hover,
  .mobile\:focus\:txt-white-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-02 {
    color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:txt-white-opal-3,
  .mobile\:hover\:txt-white-opal-3:hover,
  .mobile\:focus\:txt-white-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-3 {
    color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:txt-white-opal-03,
  .mobile\:hover\:txt-white-opal-03:hover,
  .mobile\:focus\:txt-white-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-03 {
    color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:txt-white-opal-4,
  .mobile\:hover\:txt-white-opal-4:hover,
  .mobile\:focus\:txt-white-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-4 {
    color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:txt-white-opal-04,
  .mobile\:hover\:txt-white-opal-04:hover,
  .mobile\:focus\:txt-white-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-04 {
    color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:txt-white-opal-5,
  .mobile\:hover\:txt-white-opal-5:hover,
  .mobile\:focus\:txt-white-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-5 {
    color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:txt-white-opal-05,
  .mobile\:hover\:txt-white-opal-05:hover,
  .mobile\:focus\:txt-white-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-05 {
    color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:txt-white-opal-6,
  .mobile\:hover\:txt-white-opal-6:hover,
  .mobile\:focus\:txt-white-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-6 {
    color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:txt-white-opal-06,
  .mobile\:hover\:txt-white-opal-06:hover,
  .mobile\:focus\:txt-white-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-06 {
    color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:txt-white-opal-7,
  .mobile\:hover\:txt-white-opal-7:hover,
  .mobile\:focus\:txt-white-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-7 {
    color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:txt-white-opal-07,
  .mobile\:hover\:txt-white-opal-07:hover,
  .mobile\:focus\:txt-white-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-07 {
    color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:txt-white-opal-8,
  .mobile\:hover\:txt-white-opal-8:hover,
  .mobile\:focus\:txt-white-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-8 {
    color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:txt-white-opal-08,
  .mobile\:hover\:txt-white-opal-08:hover,
  .mobile\:focus\:txt-white-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-08 {
    color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:txt-white-opal-9,
  .mobile\:hover\:txt-white-opal-9:hover,
  .mobile\:focus\:txt-white-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-9 {
    color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:txt-white-opal-09,
  .mobile\:hover\:txt-white-opal-09:hover,
  .mobile\:focus\:txt-white-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-09 {
    color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:txt-white-opal-10,
  .mobile\:hover\:txt-white-opal-10:hover,
  .mobile\:focus\:txt-white-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-white-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-white-opal-10 {
    color: RGBA(255, 255, 255, 1);
  }
  .mobile\:link-white a,
  .mobile\:hover\:link-white a:hover,
  .mobile\:active\:link-white a:active,
  .mobile\:focus\:link-white a:focus,
  .mobile\:group:hover .group-hover\:link-white a,
  .mobile\:group:focus-within .group-focus-within\:link-white a {
    color: #fff;
  }
  .mobile\:link-white-opal-0 a,
  .mobile\:hover\:link-white-opal-0 a:hover,
  .mobile\:active\:link-white-opal-0 a:active,
  .mobile\:focus\:link-white-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-0 a {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:link-white-opal-00 a,
  .mobile\:hover\:link-white-opal-00 a:hover,
  .mobile\:active\:link-white-opal-00 a:active,
  .mobile\:focus\:link-white-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-00 a {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:link-white-opal-1 a,
  .mobile\:hover\:link-white-opal-1 a:hover,
  .mobile\:active\:link-white-opal-1 a:active,
  .mobile\:focus\:link-white-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-1 a {
    color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:link-white-opal-01 a,
  .mobile\:hover\:link-white-opal-01 a:hover,
  .mobile\:active\:link-white-opal-01 a:active,
  .mobile\:focus\:link-white-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-01 a {
    color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:link-white-opal-2 a,
  .mobile\:hover\:link-white-opal-2 a:hover,
  .mobile\:active\:link-white-opal-2 a:active,
  .mobile\:focus\:link-white-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-2 a {
    color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:link-white-opal-02 a,
  .mobile\:hover\:link-white-opal-02 a:hover,
  .mobile\:active\:link-white-opal-02 a:active,
  .mobile\:focus\:link-white-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-02 a {
    color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:link-white-opal-3 a,
  .mobile\:hover\:link-white-opal-3 a:hover,
  .mobile\:active\:link-white-opal-3 a:active,
  .mobile\:focus\:link-white-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-3 a {
    color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:link-white-opal-03 a,
  .mobile\:hover\:link-white-opal-03 a:hover,
  .mobile\:active\:link-white-opal-03 a:active,
  .mobile\:focus\:link-white-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-03 a {
    color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:link-white-opal-4 a,
  .mobile\:hover\:link-white-opal-4 a:hover,
  .mobile\:active\:link-white-opal-4 a:active,
  .mobile\:focus\:link-white-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-4 a {
    color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:link-white-opal-04 a,
  .mobile\:hover\:link-white-opal-04 a:hover,
  .mobile\:active\:link-white-opal-04 a:active,
  .mobile\:focus\:link-white-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-04 a {
    color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:link-white-opal-5 a,
  .mobile\:hover\:link-white-opal-5 a:hover,
  .mobile\:active\:link-white-opal-5 a:active,
  .mobile\:focus\:link-white-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-5 a {
    color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:link-white-opal-05 a,
  .mobile\:hover\:link-white-opal-05 a:hover,
  .mobile\:active\:link-white-opal-05 a:active,
  .mobile\:focus\:link-white-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-05 a {
    color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:link-white-opal-6 a,
  .mobile\:hover\:link-white-opal-6 a:hover,
  .mobile\:active\:link-white-opal-6 a:active,
  .mobile\:focus\:link-white-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-6 a {
    color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:link-white-opal-06 a,
  .mobile\:hover\:link-white-opal-06 a:hover,
  .mobile\:active\:link-white-opal-06 a:active,
  .mobile\:focus\:link-white-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-06 a {
    color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:link-white-opal-7 a,
  .mobile\:hover\:link-white-opal-7 a:hover,
  .mobile\:active\:link-white-opal-7 a:active,
  .mobile\:focus\:link-white-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-7 a {
    color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:link-white-opal-07 a,
  .mobile\:hover\:link-white-opal-07 a:hover,
  .mobile\:active\:link-white-opal-07 a:active,
  .mobile\:focus\:link-white-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-07 a {
    color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:link-white-opal-8 a,
  .mobile\:hover\:link-white-opal-8 a:hover,
  .mobile\:active\:link-white-opal-8 a:active,
  .mobile\:focus\:link-white-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-8 a {
    color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:link-white-opal-08 a,
  .mobile\:hover\:link-white-opal-08 a:hover,
  .mobile\:active\:link-white-opal-08 a:active,
  .mobile\:focus\:link-white-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-08 a {
    color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:link-white-opal-9 a,
  .mobile\:hover\:link-white-opal-9 a:hover,
  .mobile\:active\:link-white-opal-9 a:active,
  .mobile\:focus\:link-white-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-9 a {
    color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:link-white-opal-09 a,
  .mobile\:hover\:link-white-opal-09 a:hover,
  .mobile\:active\:link-white-opal-09 a:active,
  .mobile\:focus\:link-white-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-09 a {
    color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:link-white-opal-10 a,
  .mobile\:hover\:link-white-opal-10 a:hover,
  .mobile\:active\:link-white-opal-10 a:active,
  .mobile\:focus\:link-white-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-white-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-white-opal-10 a {
    color: RGBA(255, 255, 255, 1);
  }
  .mobile\:txt-rose,
  .mobile\:hover\:txt-rose:hover,
  .mobile\:focus\:txt-rose:focus,
  .mobile\:group:hover .group-hover\:txt-rose,
  .mobile\:group:focus-within .group-focus-within\:txt-rose {
    color: #c82d53;
  }
  .mobile\:txt-rose-opal-0,
  .mobile\:hover\:txt-rose-opal-0:hover,
  .mobile\:focus\:txt-rose-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-0 {
    color: RGBA(200, 45, 83, 0);
  }
  .mobile\:txt-rose-opal-00,
  .mobile\:hover\:txt-rose-opal-00:hover,
  .mobile\:focus\:txt-rose-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-00 {
    color: RGBA(200, 45, 83, 0);
  }
  .mobile\:txt-rose-opal-1,
  .mobile\:hover\:txt-rose-opal-1:hover,
  .mobile\:focus\:txt-rose-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-1 {
    color: RGBA(200, 45, 83, 0.1);
  }
  .mobile\:txt-rose-opal-01,
  .mobile\:hover\:txt-rose-opal-01:hover,
  .mobile\:focus\:txt-rose-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-01 {
    color: RGBA(200, 45, 83, 0.01);
  }
  .mobile\:txt-rose-opal-2,
  .mobile\:hover\:txt-rose-opal-2:hover,
  .mobile\:focus\:txt-rose-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-2 {
    color: RGBA(200, 45, 83, 0.2);
  }
  .mobile\:txt-rose-opal-02,
  .mobile\:hover\:txt-rose-opal-02:hover,
  .mobile\:focus\:txt-rose-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-02 {
    color: RGBA(200, 45, 83, 0.02);
  }
  .mobile\:txt-rose-opal-3,
  .mobile\:hover\:txt-rose-opal-3:hover,
  .mobile\:focus\:txt-rose-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-3 {
    color: RGBA(200, 45, 83, 0.3);
  }
  .mobile\:txt-rose-opal-03,
  .mobile\:hover\:txt-rose-opal-03:hover,
  .mobile\:focus\:txt-rose-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-03 {
    color: RGBA(200, 45, 83, 0.03);
  }
  .mobile\:txt-rose-opal-4,
  .mobile\:hover\:txt-rose-opal-4:hover,
  .mobile\:focus\:txt-rose-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-4 {
    color: RGBA(200, 45, 83, 0.4);
  }
  .mobile\:txt-rose-opal-04,
  .mobile\:hover\:txt-rose-opal-04:hover,
  .mobile\:focus\:txt-rose-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-04 {
    color: RGBA(200, 45, 83, 0.04);
  }
  .mobile\:txt-rose-opal-5,
  .mobile\:hover\:txt-rose-opal-5:hover,
  .mobile\:focus\:txt-rose-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-5 {
    color: RGBA(200, 45, 83, 0.5);
  }
  .mobile\:txt-rose-opal-05,
  .mobile\:hover\:txt-rose-opal-05:hover,
  .mobile\:focus\:txt-rose-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-05 {
    color: RGBA(200, 45, 83, 0.05);
  }
  .mobile\:txt-rose-opal-6,
  .mobile\:hover\:txt-rose-opal-6:hover,
  .mobile\:focus\:txt-rose-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-6 {
    color: RGBA(200, 45, 83, 0.6);
  }
  .mobile\:txt-rose-opal-06,
  .mobile\:hover\:txt-rose-opal-06:hover,
  .mobile\:focus\:txt-rose-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-06 {
    color: RGBA(200, 45, 83, 0.06);
  }
  .mobile\:txt-rose-opal-7,
  .mobile\:hover\:txt-rose-opal-7:hover,
  .mobile\:focus\:txt-rose-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-7 {
    color: RGBA(200, 45, 83, 0.7);
  }
  .mobile\:txt-rose-opal-07,
  .mobile\:hover\:txt-rose-opal-07:hover,
  .mobile\:focus\:txt-rose-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-07 {
    color: RGBA(200, 45, 83, 0.07);
  }
  .mobile\:txt-rose-opal-8,
  .mobile\:hover\:txt-rose-opal-8:hover,
  .mobile\:focus\:txt-rose-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-8 {
    color: RGBA(200, 45, 83, 0.8);
  }
  .mobile\:txt-rose-opal-08,
  .mobile\:hover\:txt-rose-opal-08:hover,
  .mobile\:focus\:txt-rose-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-08 {
    color: RGBA(200, 45, 83, 0.08);
  }
  .mobile\:txt-rose-opal-9,
  .mobile\:hover\:txt-rose-opal-9:hover,
  .mobile\:focus\:txt-rose-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-9 {
    color: RGBA(200, 45, 83, 0.9);
  }
  .mobile\:txt-rose-opal-09,
  .mobile\:hover\:txt-rose-opal-09:hover,
  .mobile\:focus\:txt-rose-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-09 {
    color: RGBA(200, 45, 83, 0.09);
  }
  .mobile\:txt-rose-opal-10,
  .mobile\:hover\:txt-rose-opal-10:hover,
  .mobile\:focus\:txt-rose-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-rose-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-rose-opal-10 {
    color: RGBA(200, 45, 83, 1);
  }
  .mobile\:link-rose a,
  .mobile\:hover\:link-rose a:hover,
  .mobile\:active\:link-rose a:active,
  .mobile\:focus\:link-rose a:focus,
  .mobile\:group:hover .group-hover\:link-rose a,
  .mobile\:group:focus-within .group-focus-within\:link-rose a {
    color: #c82d53;
  }
  .mobile\:link-rose-opal-0 a,
  .mobile\:hover\:link-rose-opal-0 a:hover,
  .mobile\:active\:link-rose-opal-0 a:active,
  .mobile\:focus\:link-rose-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-0 a {
    color: RGBA(200, 45, 83, 0);
  }
  .mobile\:link-rose-opal-00 a,
  .mobile\:hover\:link-rose-opal-00 a:hover,
  .mobile\:active\:link-rose-opal-00 a:active,
  .mobile\:focus\:link-rose-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-00 a {
    color: RGBA(200, 45, 83, 0);
  }
  .mobile\:link-rose-opal-1 a,
  .mobile\:hover\:link-rose-opal-1 a:hover,
  .mobile\:active\:link-rose-opal-1 a:active,
  .mobile\:focus\:link-rose-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-1 a {
    color: RGBA(200, 45, 83, 0.1);
  }
  .mobile\:link-rose-opal-01 a,
  .mobile\:hover\:link-rose-opal-01 a:hover,
  .mobile\:active\:link-rose-opal-01 a:active,
  .mobile\:focus\:link-rose-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-01 a {
    color: RGBA(200, 45, 83, 0.01);
  }
  .mobile\:link-rose-opal-2 a,
  .mobile\:hover\:link-rose-opal-2 a:hover,
  .mobile\:active\:link-rose-opal-2 a:active,
  .mobile\:focus\:link-rose-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-2 a {
    color: RGBA(200, 45, 83, 0.2);
  }
  .mobile\:link-rose-opal-02 a,
  .mobile\:hover\:link-rose-opal-02 a:hover,
  .mobile\:active\:link-rose-opal-02 a:active,
  .mobile\:focus\:link-rose-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-02 a {
    color: RGBA(200, 45, 83, 0.02);
  }
  .mobile\:link-rose-opal-3 a,
  .mobile\:hover\:link-rose-opal-3 a:hover,
  .mobile\:active\:link-rose-opal-3 a:active,
  .mobile\:focus\:link-rose-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-3 a {
    color: RGBA(200, 45, 83, 0.3);
  }
  .mobile\:link-rose-opal-03 a,
  .mobile\:hover\:link-rose-opal-03 a:hover,
  .mobile\:active\:link-rose-opal-03 a:active,
  .mobile\:focus\:link-rose-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-03 a {
    color: RGBA(200, 45, 83, 0.03);
  }
  .mobile\:link-rose-opal-4 a,
  .mobile\:hover\:link-rose-opal-4 a:hover,
  .mobile\:active\:link-rose-opal-4 a:active,
  .mobile\:focus\:link-rose-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-4 a {
    color: RGBA(200, 45, 83, 0.4);
  }
  .mobile\:link-rose-opal-04 a,
  .mobile\:hover\:link-rose-opal-04 a:hover,
  .mobile\:active\:link-rose-opal-04 a:active,
  .mobile\:focus\:link-rose-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-04 a {
    color: RGBA(200, 45, 83, 0.04);
  }
  .mobile\:link-rose-opal-5 a,
  .mobile\:hover\:link-rose-opal-5 a:hover,
  .mobile\:active\:link-rose-opal-5 a:active,
  .mobile\:focus\:link-rose-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-5 a {
    color: RGBA(200, 45, 83, 0.5);
  }
  .mobile\:link-rose-opal-05 a,
  .mobile\:hover\:link-rose-opal-05 a:hover,
  .mobile\:active\:link-rose-opal-05 a:active,
  .mobile\:focus\:link-rose-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-05 a {
    color: RGBA(200, 45, 83, 0.05);
  }
  .mobile\:link-rose-opal-6 a,
  .mobile\:hover\:link-rose-opal-6 a:hover,
  .mobile\:active\:link-rose-opal-6 a:active,
  .mobile\:focus\:link-rose-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-6 a {
    color: RGBA(200, 45, 83, 0.6);
  }
  .mobile\:link-rose-opal-06 a,
  .mobile\:hover\:link-rose-opal-06 a:hover,
  .mobile\:active\:link-rose-opal-06 a:active,
  .mobile\:focus\:link-rose-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-06 a {
    color: RGBA(200, 45, 83, 0.06);
  }
  .mobile\:link-rose-opal-7 a,
  .mobile\:hover\:link-rose-opal-7 a:hover,
  .mobile\:active\:link-rose-opal-7 a:active,
  .mobile\:focus\:link-rose-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-7 a {
    color: RGBA(200, 45, 83, 0.7);
  }
  .mobile\:link-rose-opal-07 a,
  .mobile\:hover\:link-rose-opal-07 a:hover,
  .mobile\:active\:link-rose-opal-07 a:active,
  .mobile\:focus\:link-rose-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-07 a {
    color: RGBA(200, 45, 83, 0.07);
  }
  .mobile\:link-rose-opal-8 a,
  .mobile\:hover\:link-rose-opal-8 a:hover,
  .mobile\:active\:link-rose-opal-8 a:active,
  .mobile\:focus\:link-rose-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-8 a {
    color: RGBA(200, 45, 83, 0.8);
  }
  .mobile\:link-rose-opal-08 a,
  .mobile\:hover\:link-rose-opal-08 a:hover,
  .mobile\:active\:link-rose-opal-08 a:active,
  .mobile\:focus\:link-rose-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-08 a {
    color: RGBA(200, 45, 83, 0.08);
  }
  .mobile\:link-rose-opal-9 a,
  .mobile\:hover\:link-rose-opal-9 a:hover,
  .mobile\:active\:link-rose-opal-9 a:active,
  .mobile\:focus\:link-rose-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-9 a {
    color: RGBA(200, 45, 83, 0.9);
  }
  .mobile\:link-rose-opal-09 a,
  .mobile\:hover\:link-rose-opal-09 a:hover,
  .mobile\:active\:link-rose-opal-09 a:active,
  .mobile\:focus\:link-rose-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-09 a {
    color: RGBA(200, 45, 83, 0.09);
  }
  .mobile\:link-rose-opal-10 a,
  .mobile\:hover\:link-rose-opal-10 a:hover,
  .mobile\:active\:link-rose-opal-10 a:active,
  .mobile\:focus\:link-rose-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-rose-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-rose-opal-10 a {
    color: RGBA(200, 45, 83, 1);
  }
  .mobile\:txt-salmon,
  .mobile\:hover\:txt-salmon:hover,
  .mobile\:focus\:txt-salmon:focus,
  .mobile\:group:hover .group-hover\:txt-salmon,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon {
    color: #f97a99;
  }
  .mobile\:txt-salmon-opal-0,
  .mobile\:hover\:txt-salmon-opal-0:hover,
  .mobile\:focus\:txt-salmon-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-0 {
    color: RGBA(249, 122, 153, 0);
  }
  .mobile\:txt-salmon-opal-00,
  .mobile\:hover\:txt-salmon-opal-00:hover,
  .mobile\:focus\:txt-salmon-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-00 {
    color: RGBA(249, 122, 153, 0);
  }
  .mobile\:txt-salmon-opal-1,
  .mobile\:hover\:txt-salmon-opal-1:hover,
  .mobile\:focus\:txt-salmon-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-1 {
    color: RGBA(249, 122, 153, 0.1);
  }
  .mobile\:txt-salmon-opal-01,
  .mobile\:hover\:txt-salmon-opal-01:hover,
  .mobile\:focus\:txt-salmon-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-01 {
    color: RGBA(249, 122, 153, 0.01);
  }
  .mobile\:txt-salmon-opal-2,
  .mobile\:hover\:txt-salmon-opal-2:hover,
  .mobile\:focus\:txt-salmon-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-2 {
    color: RGBA(249, 122, 153, 0.2);
  }
  .mobile\:txt-salmon-opal-02,
  .mobile\:hover\:txt-salmon-opal-02:hover,
  .mobile\:focus\:txt-salmon-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-02 {
    color: RGBA(249, 122, 153, 0.02);
  }
  .mobile\:txt-salmon-opal-3,
  .mobile\:hover\:txt-salmon-opal-3:hover,
  .mobile\:focus\:txt-salmon-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-3 {
    color: RGBA(249, 122, 153, 0.3);
  }
  .mobile\:txt-salmon-opal-03,
  .mobile\:hover\:txt-salmon-opal-03:hover,
  .mobile\:focus\:txt-salmon-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-03 {
    color: RGBA(249, 122, 153, 0.03);
  }
  .mobile\:txt-salmon-opal-4,
  .mobile\:hover\:txt-salmon-opal-4:hover,
  .mobile\:focus\:txt-salmon-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-4 {
    color: RGBA(249, 122, 153, 0.4);
  }
  .mobile\:txt-salmon-opal-04,
  .mobile\:hover\:txt-salmon-opal-04:hover,
  .mobile\:focus\:txt-salmon-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-04 {
    color: RGBA(249, 122, 153, 0.04);
  }
  .mobile\:txt-salmon-opal-5,
  .mobile\:hover\:txt-salmon-opal-5:hover,
  .mobile\:focus\:txt-salmon-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-5 {
    color: RGBA(249, 122, 153, 0.5);
  }
  .mobile\:txt-salmon-opal-05,
  .mobile\:hover\:txt-salmon-opal-05:hover,
  .mobile\:focus\:txt-salmon-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-05 {
    color: RGBA(249, 122, 153, 0.05);
  }
  .mobile\:txt-salmon-opal-6,
  .mobile\:hover\:txt-salmon-opal-6:hover,
  .mobile\:focus\:txt-salmon-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-6 {
    color: RGBA(249, 122, 153, 0.6);
  }
  .mobile\:txt-salmon-opal-06,
  .mobile\:hover\:txt-salmon-opal-06:hover,
  .mobile\:focus\:txt-salmon-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-06 {
    color: RGBA(249, 122, 153, 0.06);
  }
  .mobile\:txt-salmon-opal-7,
  .mobile\:hover\:txt-salmon-opal-7:hover,
  .mobile\:focus\:txt-salmon-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-7 {
    color: RGBA(249, 122, 153, 0.7);
  }
  .mobile\:txt-salmon-opal-07,
  .mobile\:hover\:txt-salmon-opal-07:hover,
  .mobile\:focus\:txt-salmon-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-07 {
    color: RGBA(249, 122, 153, 0.07);
  }
  .mobile\:txt-salmon-opal-8,
  .mobile\:hover\:txt-salmon-opal-8:hover,
  .mobile\:focus\:txt-salmon-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-8 {
    color: RGBA(249, 122, 153, 0.8);
  }
  .mobile\:txt-salmon-opal-08,
  .mobile\:hover\:txt-salmon-opal-08:hover,
  .mobile\:focus\:txt-salmon-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-08 {
    color: RGBA(249, 122, 153, 0.08);
  }
  .mobile\:txt-salmon-opal-9,
  .mobile\:hover\:txt-salmon-opal-9:hover,
  .mobile\:focus\:txt-salmon-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-9 {
    color: RGBA(249, 122, 153, 0.9);
  }
  .mobile\:txt-salmon-opal-09,
  .mobile\:hover\:txt-salmon-opal-09:hover,
  .mobile\:focus\:txt-salmon-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-09 {
    color: RGBA(249, 122, 153, 0.09);
  }
  .mobile\:txt-salmon-opal-10,
  .mobile\:hover\:txt-salmon-opal-10:hover,
  .mobile\:focus\:txt-salmon-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-salmon-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-salmon-opal-10 {
    color: RGBA(249, 122, 153, 1);
  }
  .mobile\:link-salmon a,
  .mobile\:hover\:link-salmon a:hover,
  .mobile\:active\:link-salmon a:active,
  .mobile\:focus\:link-salmon a:focus,
  .mobile\:group:hover .group-hover\:link-salmon a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon a {
    color: #f97a99;
  }
  .mobile\:link-salmon-opal-0 a,
  .mobile\:hover\:link-salmon-opal-0 a:hover,
  .mobile\:active\:link-salmon-opal-0 a:active,
  .mobile\:focus\:link-salmon-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-0 a {
    color: RGBA(249, 122, 153, 0);
  }
  .mobile\:link-salmon-opal-00 a,
  .mobile\:hover\:link-salmon-opal-00 a:hover,
  .mobile\:active\:link-salmon-opal-00 a:active,
  .mobile\:focus\:link-salmon-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-00 a {
    color: RGBA(249, 122, 153, 0);
  }
  .mobile\:link-salmon-opal-1 a,
  .mobile\:hover\:link-salmon-opal-1 a:hover,
  .mobile\:active\:link-salmon-opal-1 a:active,
  .mobile\:focus\:link-salmon-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-1 a {
    color: RGBA(249, 122, 153, 0.1);
  }
  .mobile\:link-salmon-opal-01 a,
  .mobile\:hover\:link-salmon-opal-01 a:hover,
  .mobile\:active\:link-salmon-opal-01 a:active,
  .mobile\:focus\:link-salmon-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-01 a {
    color: RGBA(249, 122, 153, 0.01);
  }
  .mobile\:link-salmon-opal-2 a,
  .mobile\:hover\:link-salmon-opal-2 a:hover,
  .mobile\:active\:link-salmon-opal-2 a:active,
  .mobile\:focus\:link-salmon-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-2 a {
    color: RGBA(249, 122, 153, 0.2);
  }
  .mobile\:link-salmon-opal-02 a,
  .mobile\:hover\:link-salmon-opal-02 a:hover,
  .mobile\:active\:link-salmon-opal-02 a:active,
  .mobile\:focus\:link-salmon-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-02 a {
    color: RGBA(249, 122, 153, 0.02);
  }
  .mobile\:link-salmon-opal-3 a,
  .mobile\:hover\:link-salmon-opal-3 a:hover,
  .mobile\:active\:link-salmon-opal-3 a:active,
  .mobile\:focus\:link-salmon-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-3 a {
    color: RGBA(249, 122, 153, 0.3);
  }
  .mobile\:link-salmon-opal-03 a,
  .mobile\:hover\:link-salmon-opal-03 a:hover,
  .mobile\:active\:link-salmon-opal-03 a:active,
  .mobile\:focus\:link-salmon-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-03 a {
    color: RGBA(249, 122, 153, 0.03);
  }
  .mobile\:link-salmon-opal-4 a,
  .mobile\:hover\:link-salmon-opal-4 a:hover,
  .mobile\:active\:link-salmon-opal-4 a:active,
  .mobile\:focus\:link-salmon-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-4 a {
    color: RGBA(249, 122, 153, 0.4);
  }
  .mobile\:link-salmon-opal-04 a,
  .mobile\:hover\:link-salmon-opal-04 a:hover,
  .mobile\:active\:link-salmon-opal-04 a:active,
  .mobile\:focus\:link-salmon-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-04 a {
    color: RGBA(249, 122, 153, 0.04);
  }
  .mobile\:link-salmon-opal-5 a,
  .mobile\:hover\:link-salmon-opal-5 a:hover,
  .mobile\:active\:link-salmon-opal-5 a:active,
  .mobile\:focus\:link-salmon-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-5 a {
    color: RGBA(249, 122, 153, 0.5);
  }
  .mobile\:link-salmon-opal-05 a,
  .mobile\:hover\:link-salmon-opal-05 a:hover,
  .mobile\:active\:link-salmon-opal-05 a:active,
  .mobile\:focus\:link-salmon-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-05 a {
    color: RGBA(249, 122, 153, 0.05);
  }
  .mobile\:link-salmon-opal-6 a,
  .mobile\:hover\:link-salmon-opal-6 a:hover,
  .mobile\:active\:link-salmon-opal-6 a:active,
  .mobile\:focus\:link-salmon-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-6 a {
    color: RGBA(249, 122, 153, 0.6);
  }
  .mobile\:link-salmon-opal-06 a,
  .mobile\:hover\:link-salmon-opal-06 a:hover,
  .mobile\:active\:link-salmon-opal-06 a:active,
  .mobile\:focus\:link-salmon-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-06 a {
    color: RGBA(249, 122, 153, 0.06);
  }
  .mobile\:link-salmon-opal-7 a,
  .mobile\:hover\:link-salmon-opal-7 a:hover,
  .mobile\:active\:link-salmon-opal-7 a:active,
  .mobile\:focus\:link-salmon-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-7 a {
    color: RGBA(249, 122, 153, 0.7);
  }
  .mobile\:link-salmon-opal-07 a,
  .mobile\:hover\:link-salmon-opal-07 a:hover,
  .mobile\:active\:link-salmon-opal-07 a:active,
  .mobile\:focus\:link-salmon-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-07 a {
    color: RGBA(249, 122, 153, 0.07);
  }
  .mobile\:link-salmon-opal-8 a,
  .mobile\:hover\:link-salmon-opal-8 a:hover,
  .mobile\:active\:link-salmon-opal-8 a:active,
  .mobile\:focus\:link-salmon-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-8 a {
    color: RGBA(249, 122, 153, 0.8);
  }
  .mobile\:link-salmon-opal-08 a,
  .mobile\:hover\:link-salmon-opal-08 a:hover,
  .mobile\:active\:link-salmon-opal-08 a:active,
  .mobile\:focus\:link-salmon-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-08 a {
    color: RGBA(249, 122, 153, 0.08);
  }
  .mobile\:link-salmon-opal-9 a,
  .mobile\:hover\:link-salmon-opal-9 a:hover,
  .mobile\:active\:link-salmon-opal-9 a:active,
  .mobile\:focus\:link-salmon-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-9 a {
    color: RGBA(249, 122, 153, 0.9);
  }
  .mobile\:link-salmon-opal-09 a,
  .mobile\:hover\:link-salmon-opal-09 a:hover,
  .mobile\:active\:link-salmon-opal-09 a:active,
  .mobile\:focus\:link-salmon-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-09 a {
    color: RGBA(249, 122, 153, 0.09);
  }
  .mobile\:link-salmon-opal-10 a,
  .mobile\:hover\:link-salmon-opal-10 a:hover,
  .mobile\:active\:link-salmon-opal-10 a:active,
  .mobile\:focus\:link-salmon-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-salmon-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-salmon-opal-10 a {
    color: RGBA(249, 122, 153, 1);
  }
  .mobile\:txt-hot-pink,
  .mobile\:hover\:txt-hot-pink:hover,
  .mobile\:focus\:txt-hot-pink:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink {
    color: #e555ac;
  }
  .mobile\:txt-hot-pink-opal-0,
  .mobile\:hover\:txt-hot-pink-opal-0:hover,
  .mobile\:focus\:txt-hot-pink-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-0 {
    color: RGBA(229, 85, 172, 0);
  }
  .mobile\:txt-hot-pink-opal-00,
  .mobile\:hover\:txt-hot-pink-opal-00:hover,
  .mobile\:focus\:txt-hot-pink-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-00 {
    color: RGBA(229, 85, 172, 0);
  }
  .mobile\:txt-hot-pink-opal-1,
  .mobile\:hover\:txt-hot-pink-opal-1:hover,
  .mobile\:focus\:txt-hot-pink-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-1 {
    color: RGBA(229, 85, 172, 0.1);
  }
  .mobile\:txt-hot-pink-opal-01,
  .mobile\:hover\:txt-hot-pink-opal-01:hover,
  .mobile\:focus\:txt-hot-pink-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-01 {
    color: RGBA(229, 85, 172, 0.01);
  }
  .mobile\:txt-hot-pink-opal-2,
  .mobile\:hover\:txt-hot-pink-opal-2:hover,
  .mobile\:focus\:txt-hot-pink-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-2 {
    color: RGBA(229, 85, 172, 0.2);
  }
  .mobile\:txt-hot-pink-opal-02,
  .mobile\:hover\:txt-hot-pink-opal-02:hover,
  .mobile\:focus\:txt-hot-pink-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-02 {
    color: RGBA(229, 85, 172, 0.02);
  }
  .mobile\:txt-hot-pink-opal-3,
  .mobile\:hover\:txt-hot-pink-opal-3:hover,
  .mobile\:focus\:txt-hot-pink-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-3 {
    color: RGBA(229, 85, 172, 0.3);
  }
  .mobile\:txt-hot-pink-opal-03,
  .mobile\:hover\:txt-hot-pink-opal-03:hover,
  .mobile\:focus\:txt-hot-pink-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-03 {
    color: RGBA(229, 85, 172, 0.03);
  }
  .mobile\:txt-hot-pink-opal-4,
  .mobile\:hover\:txt-hot-pink-opal-4:hover,
  .mobile\:focus\:txt-hot-pink-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-4 {
    color: RGBA(229, 85, 172, 0.4);
  }
  .mobile\:txt-hot-pink-opal-04,
  .mobile\:hover\:txt-hot-pink-opal-04:hover,
  .mobile\:focus\:txt-hot-pink-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-04 {
    color: RGBA(229, 85, 172, 0.04);
  }
  .mobile\:txt-hot-pink-opal-5,
  .mobile\:hover\:txt-hot-pink-opal-5:hover,
  .mobile\:focus\:txt-hot-pink-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-5 {
    color: RGBA(229, 85, 172, 0.5);
  }
  .mobile\:txt-hot-pink-opal-05,
  .mobile\:hover\:txt-hot-pink-opal-05:hover,
  .mobile\:focus\:txt-hot-pink-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-05 {
    color: RGBA(229, 85, 172, 0.05);
  }
  .mobile\:txt-hot-pink-opal-6,
  .mobile\:hover\:txt-hot-pink-opal-6:hover,
  .mobile\:focus\:txt-hot-pink-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-6 {
    color: RGBA(229, 85, 172, 0.6);
  }
  .mobile\:txt-hot-pink-opal-06,
  .mobile\:hover\:txt-hot-pink-opal-06:hover,
  .mobile\:focus\:txt-hot-pink-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-06 {
    color: RGBA(229, 85, 172, 0.06);
  }
  .mobile\:txt-hot-pink-opal-7,
  .mobile\:hover\:txt-hot-pink-opal-7:hover,
  .mobile\:focus\:txt-hot-pink-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-7 {
    color: RGBA(229, 85, 172, 0.7);
  }
  .mobile\:txt-hot-pink-opal-07,
  .mobile\:hover\:txt-hot-pink-opal-07:hover,
  .mobile\:focus\:txt-hot-pink-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-07 {
    color: RGBA(229, 85, 172, 0.07);
  }
  .mobile\:txt-hot-pink-opal-8,
  .mobile\:hover\:txt-hot-pink-opal-8:hover,
  .mobile\:focus\:txt-hot-pink-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-8 {
    color: RGBA(229, 85, 172, 0.8);
  }
  .mobile\:txt-hot-pink-opal-08,
  .mobile\:hover\:txt-hot-pink-opal-08:hover,
  .mobile\:focus\:txt-hot-pink-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-08 {
    color: RGBA(229, 85, 172, 0.08);
  }
  .mobile\:txt-hot-pink-opal-9,
  .mobile\:hover\:txt-hot-pink-opal-9:hover,
  .mobile\:focus\:txt-hot-pink-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-9 {
    color: RGBA(229, 85, 172, 0.9);
  }
  .mobile\:txt-hot-pink-opal-09,
  .mobile\:hover\:txt-hot-pink-opal-09:hover,
  .mobile\:focus\:txt-hot-pink-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-09 {
    color: RGBA(229, 85, 172, 0.09);
  }
  .mobile\:txt-hot-pink-opal-10,
  .mobile\:hover\:txt-hot-pink-opal-10:hover,
  .mobile\:focus\:txt-hot-pink-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-opal-10 {
    color: RGBA(229, 85, 172, 1);
  }
  .mobile\:link-hot-pink a,
  .mobile\:hover\:link-hot-pink a:hover,
  .mobile\:active\:link-hot-pink a:active,
  .mobile\:focus\:link-hot-pink a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink a {
    color: #e555ac;
  }
  .mobile\:link-hot-pink-opal-0 a,
  .mobile\:hover\:link-hot-pink-opal-0 a:hover,
  .mobile\:active\:link-hot-pink-opal-0 a:active,
  .mobile\:focus\:link-hot-pink-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-0 a {
    color: RGBA(229, 85, 172, 0);
  }
  .mobile\:link-hot-pink-opal-00 a,
  .mobile\:hover\:link-hot-pink-opal-00 a:hover,
  .mobile\:active\:link-hot-pink-opal-00 a:active,
  .mobile\:focus\:link-hot-pink-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-00 a {
    color: RGBA(229, 85, 172, 0);
  }
  .mobile\:link-hot-pink-opal-1 a,
  .mobile\:hover\:link-hot-pink-opal-1 a:hover,
  .mobile\:active\:link-hot-pink-opal-1 a:active,
  .mobile\:focus\:link-hot-pink-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-1 a {
    color: RGBA(229, 85, 172, 0.1);
  }
  .mobile\:link-hot-pink-opal-01 a,
  .mobile\:hover\:link-hot-pink-opal-01 a:hover,
  .mobile\:active\:link-hot-pink-opal-01 a:active,
  .mobile\:focus\:link-hot-pink-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-01 a {
    color: RGBA(229, 85, 172, 0.01);
  }
  .mobile\:link-hot-pink-opal-2 a,
  .mobile\:hover\:link-hot-pink-opal-2 a:hover,
  .mobile\:active\:link-hot-pink-opal-2 a:active,
  .mobile\:focus\:link-hot-pink-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-2 a {
    color: RGBA(229, 85, 172, 0.2);
  }
  .mobile\:link-hot-pink-opal-02 a,
  .mobile\:hover\:link-hot-pink-opal-02 a:hover,
  .mobile\:active\:link-hot-pink-opal-02 a:active,
  .mobile\:focus\:link-hot-pink-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-02 a {
    color: RGBA(229, 85, 172, 0.02);
  }
  .mobile\:link-hot-pink-opal-3 a,
  .mobile\:hover\:link-hot-pink-opal-3 a:hover,
  .mobile\:active\:link-hot-pink-opal-3 a:active,
  .mobile\:focus\:link-hot-pink-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-3 a {
    color: RGBA(229, 85, 172, 0.3);
  }
  .mobile\:link-hot-pink-opal-03 a,
  .mobile\:hover\:link-hot-pink-opal-03 a:hover,
  .mobile\:active\:link-hot-pink-opal-03 a:active,
  .mobile\:focus\:link-hot-pink-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-03 a {
    color: RGBA(229, 85, 172, 0.03);
  }
  .mobile\:link-hot-pink-opal-4 a,
  .mobile\:hover\:link-hot-pink-opal-4 a:hover,
  .mobile\:active\:link-hot-pink-opal-4 a:active,
  .mobile\:focus\:link-hot-pink-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-4 a {
    color: RGBA(229, 85, 172, 0.4);
  }
  .mobile\:link-hot-pink-opal-04 a,
  .mobile\:hover\:link-hot-pink-opal-04 a:hover,
  .mobile\:active\:link-hot-pink-opal-04 a:active,
  .mobile\:focus\:link-hot-pink-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-04 a {
    color: RGBA(229, 85, 172, 0.04);
  }
  .mobile\:link-hot-pink-opal-5 a,
  .mobile\:hover\:link-hot-pink-opal-5 a:hover,
  .mobile\:active\:link-hot-pink-opal-5 a:active,
  .mobile\:focus\:link-hot-pink-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-5 a {
    color: RGBA(229, 85, 172, 0.5);
  }
  .mobile\:link-hot-pink-opal-05 a,
  .mobile\:hover\:link-hot-pink-opal-05 a:hover,
  .mobile\:active\:link-hot-pink-opal-05 a:active,
  .mobile\:focus\:link-hot-pink-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-05 a {
    color: RGBA(229, 85, 172, 0.05);
  }
  .mobile\:link-hot-pink-opal-6 a,
  .mobile\:hover\:link-hot-pink-opal-6 a:hover,
  .mobile\:active\:link-hot-pink-opal-6 a:active,
  .mobile\:focus\:link-hot-pink-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-6 a {
    color: RGBA(229, 85, 172, 0.6);
  }
  .mobile\:link-hot-pink-opal-06 a,
  .mobile\:hover\:link-hot-pink-opal-06 a:hover,
  .mobile\:active\:link-hot-pink-opal-06 a:active,
  .mobile\:focus\:link-hot-pink-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-06 a {
    color: RGBA(229, 85, 172, 0.06);
  }
  .mobile\:link-hot-pink-opal-7 a,
  .mobile\:hover\:link-hot-pink-opal-7 a:hover,
  .mobile\:active\:link-hot-pink-opal-7 a:active,
  .mobile\:focus\:link-hot-pink-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-7 a {
    color: RGBA(229, 85, 172, 0.7);
  }
  .mobile\:link-hot-pink-opal-07 a,
  .mobile\:hover\:link-hot-pink-opal-07 a:hover,
  .mobile\:active\:link-hot-pink-opal-07 a:active,
  .mobile\:focus\:link-hot-pink-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-07 a {
    color: RGBA(229, 85, 172, 0.07);
  }
  .mobile\:link-hot-pink-opal-8 a,
  .mobile\:hover\:link-hot-pink-opal-8 a:hover,
  .mobile\:active\:link-hot-pink-opal-8 a:active,
  .mobile\:focus\:link-hot-pink-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-8 a {
    color: RGBA(229, 85, 172, 0.8);
  }
  .mobile\:link-hot-pink-opal-08 a,
  .mobile\:hover\:link-hot-pink-opal-08 a:hover,
  .mobile\:active\:link-hot-pink-opal-08 a:active,
  .mobile\:focus\:link-hot-pink-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-08 a {
    color: RGBA(229, 85, 172, 0.08);
  }
  .mobile\:link-hot-pink-opal-9 a,
  .mobile\:hover\:link-hot-pink-opal-9 a:hover,
  .mobile\:active\:link-hot-pink-opal-9 a:active,
  .mobile\:focus\:link-hot-pink-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-9 a {
    color: RGBA(229, 85, 172, 0.9);
  }
  .mobile\:link-hot-pink-opal-09 a,
  .mobile\:hover\:link-hot-pink-opal-09 a:hover,
  .mobile\:active\:link-hot-pink-opal-09 a:active,
  .mobile\:focus\:link-hot-pink-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-09 a {
    color: RGBA(229, 85, 172, 0.09);
  }
  .mobile\:link-hot-pink-opal-10 a,
  .mobile\:hover\:link-hot-pink-opal-10 a:hover,
  .mobile\:active\:link-hot-pink-opal-10 a:active,
  .mobile\:focus\:link-hot-pink-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-hot-pink-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-hot-pink-opal-10 a {
    color: RGBA(229, 85, 172, 1);
  }
  .mobile\:txt-bubblegum,
  .mobile\:hover\:txt-bubblegum:hover,
  .mobile\:focus\:txt-bubblegum:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum {
    color: #ff78e1;
  }
  .mobile\:txt-bubblegum-opal-0,
  .mobile\:hover\:txt-bubblegum-opal-0:hover,
  .mobile\:focus\:txt-bubblegum-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-0 {
    color: RGBA(255, 120, 225, 0);
  }
  .mobile\:txt-bubblegum-opal-00,
  .mobile\:hover\:txt-bubblegum-opal-00:hover,
  .mobile\:focus\:txt-bubblegum-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-00 {
    color: RGBA(255, 120, 225, 0);
  }
  .mobile\:txt-bubblegum-opal-1,
  .mobile\:hover\:txt-bubblegum-opal-1:hover,
  .mobile\:focus\:txt-bubblegum-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-1 {
    color: RGBA(255, 120, 225, 0.1);
  }
  .mobile\:txt-bubblegum-opal-01,
  .mobile\:hover\:txt-bubblegum-opal-01:hover,
  .mobile\:focus\:txt-bubblegum-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-01 {
    color: RGBA(255, 120, 225, 0.01);
  }
  .mobile\:txt-bubblegum-opal-2,
  .mobile\:hover\:txt-bubblegum-opal-2:hover,
  .mobile\:focus\:txt-bubblegum-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-2 {
    color: RGBA(255, 120, 225, 0.2);
  }
  .mobile\:txt-bubblegum-opal-02,
  .mobile\:hover\:txt-bubblegum-opal-02:hover,
  .mobile\:focus\:txt-bubblegum-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-02 {
    color: RGBA(255, 120, 225, 0.02);
  }
  .mobile\:txt-bubblegum-opal-3,
  .mobile\:hover\:txt-bubblegum-opal-3:hover,
  .mobile\:focus\:txt-bubblegum-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-3 {
    color: RGBA(255, 120, 225, 0.3);
  }
  .mobile\:txt-bubblegum-opal-03,
  .mobile\:hover\:txt-bubblegum-opal-03:hover,
  .mobile\:focus\:txt-bubblegum-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-03 {
    color: RGBA(255, 120, 225, 0.03);
  }
  .mobile\:txt-bubblegum-opal-4,
  .mobile\:hover\:txt-bubblegum-opal-4:hover,
  .mobile\:focus\:txt-bubblegum-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-4 {
    color: RGBA(255, 120, 225, 0.4);
  }
  .mobile\:txt-bubblegum-opal-04,
  .mobile\:hover\:txt-bubblegum-opal-04:hover,
  .mobile\:focus\:txt-bubblegum-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-04 {
    color: RGBA(255, 120, 225, 0.04);
  }
  .mobile\:txt-bubblegum-opal-5,
  .mobile\:hover\:txt-bubblegum-opal-5:hover,
  .mobile\:focus\:txt-bubblegum-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-5 {
    color: RGBA(255, 120, 225, 0.5);
  }
  .mobile\:txt-bubblegum-opal-05,
  .mobile\:hover\:txt-bubblegum-opal-05:hover,
  .mobile\:focus\:txt-bubblegum-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-05 {
    color: RGBA(255, 120, 225, 0.05);
  }
  .mobile\:txt-bubblegum-opal-6,
  .mobile\:hover\:txt-bubblegum-opal-6:hover,
  .mobile\:focus\:txt-bubblegum-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-6 {
    color: RGBA(255, 120, 225, 0.6);
  }
  .mobile\:txt-bubblegum-opal-06,
  .mobile\:hover\:txt-bubblegum-opal-06:hover,
  .mobile\:focus\:txt-bubblegum-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-06 {
    color: RGBA(255, 120, 225, 0.06);
  }
  .mobile\:txt-bubblegum-opal-7,
  .mobile\:hover\:txt-bubblegum-opal-7:hover,
  .mobile\:focus\:txt-bubblegum-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-7 {
    color: RGBA(255, 120, 225, 0.7);
  }
  .mobile\:txt-bubblegum-opal-07,
  .mobile\:hover\:txt-bubblegum-opal-07:hover,
  .mobile\:focus\:txt-bubblegum-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-07 {
    color: RGBA(255, 120, 225, 0.07);
  }
  .mobile\:txt-bubblegum-opal-8,
  .mobile\:hover\:txt-bubblegum-opal-8:hover,
  .mobile\:focus\:txt-bubblegum-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-8 {
    color: RGBA(255, 120, 225, 0.8);
  }
  .mobile\:txt-bubblegum-opal-08,
  .mobile\:hover\:txt-bubblegum-opal-08:hover,
  .mobile\:focus\:txt-bubblegum-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-08 {
    color: RGBA(255, 120, 225, 0.08);
  }
  .mobile\:txt-bubblegum-opal-9,
  .mobile\:hover\:txt-bubblegum-opal-9:hover,
  .mobile\:focus\:txt-bubblegum-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-9 {
    color: RGBA(255, 120, 225, 0.9);
  }
  .mobile\:txt-bubblegum-opal-09,
  .mobile\:hover\:txt-bubblegum-opal-09:hover,
  .mobile\:focus\:txt-bubblegum-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-09 {
    color: RGBA(255, 120, 225, 0.09);
  }
  .mobile\:txt-bubblegum-opal-10,
  .mobile\:hover\:txt-bubblegum-opal-10:hover,
  .mobile\:focus\:txt-bubblegum-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-opal-10 {
    color: RGBA(255, 120, 225, 1);
  }
  .mobile\:link-bubblegum a,
  .mobile\:hover\:link-bubblegum a:hover,
  .mobile\:active\:link-bubblegum a:active,
  .mobile\:focus\:link-bubblegum a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum a {
    color: #ff78e1;
  }
  .mobile\:link-bubblegum-opal-0 a,
  .mobile\:hover\:link-bubblegum-opal-0 a:hover,
  .mobile\:active\:link-bubblegum-opal-0 a:active,
  .mobile\:focus\:link-bubblegum-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-0 a {
    color: RGBA(255, 120, 225, 0);
  }
  .mobile\:link-bubblegum-opal-00 a,
  .mobile\:hover\:link-bubblegum-opal-00 a:hover,
  .mobile\:active\:link-bubblegum-opal-00 a:active,
  .mobile\:focus\:link-bubblegum-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-00 a {
    color: RGBA(255, 120, 225, 0);
  }
  .mobile\:link-bubblegum-opal-1 a,
  .mobile\:hover\:link-bubblegum-opal-1 a:hover,
  .mobile\:active\:link-bubblegum-opal-1 a:active,
  .mobile\:focus\:link-bubblegum-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-1 a {
    color: RGBA(255, 120, 225, 0.1);
  }
  .mobile\:link-bubblegum-opal-01 a,
  .mobile\:hover\:link-bubblegum-opal-01 a:hover,
  .mobile\:active\:link-bubblegum-opal-01 a:active,
  .mobile\:focus\:link-bubblegum-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-01 a {
    color: RGBA(255, 120, 225, 0.01);
  }
  .mobile\:link-bubblegum-opal-2 a,
  .mobile\:hover\:link-bubblegum-opal-2 a:hover,
  .mobile\:active\:link-bubblegum-opal-2 a:active,
  .mobile\:focus\:link-bubblegum-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-2 a {
    color: RGBA(255, 120, 225, 0.2);
  }
  .mobile\:link-bubblegum-opal-02 a,
  .mobile\:hover\:link-bubblegum-opal-02 a:hover,
  .mobile\:active\:link-bubblegum-opal-02 a:active,
  .mobile\:focus\:link-bubblegum-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-02 a {
    color: RGBA(255, 120, 225, 0.02);
  }
  .mobile\:link-bubblegum-opal-3 a,
  .mobile\:hover\:link-bubblegum-opal-3 a:hover,
  .mobile\:active\:link-bubblegum-opal-3 a:active,
  .mobile\:focus\:link-bubblegum-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-3 a {
    color: RGBA(255, 120, 225, 0.3);
  }
  .mobile\:link-bubblegum-opal-03 a,
  .mobile\:hover\:link-bubblegum-opal-03 a:hover,
  .mobile\:active\:link-bubblegum-opal-03 a:active,
  .mobile\:focus\:link-bubblegum-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-03 a {
    color: RGBA(255, 120, 225, 0.03);
  }
  .mobile\:link-bubblegum-opal-4 a,
  .mobile\:hover\:link-bubblegum-opal-4 a:hover,
  .mobile\:active\:link-bubblegum-opal-4 a:active,
  .mobile\:focus\:link-bubblegum-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-4 a {
    color: RGBA(255, 120, 225, 0.4);
  }
  .mobile\:link-bubblegum-opal-04 a,
  .mobile\:hover\:link-bubblegum-opal-04 a:hover,
  .mobile\:active\:link-bubblegum-opal-04 a:active,
  .mobile\:focus\:link-bubblegum-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-04 a {
    color: RGBA(255, 120, 225, 0.04);
  }
  .mobile\:link-bubblegum-opal-5 a,
  .mobile\:hover\:link-bubblegum-opal-5 a:hover,
  .mobile\:active\:link-bubblegum-opal-5 a:active,
  .mobile\:focus\:link-bubblegum-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-5 a {
    color: RGBA(255, 120, 225, 0.5);
  }
  .mobile\:link-bubblegum-opal-05 a,
  .mobile\:hover\:link-bubblegum-opal-05 a:hover,
  .mobile\:active\:link-bubblegum-opal-05 a:active,
  .mobile\:focus\:link-bubblegum-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-05 a {
    color: RGBA(255, 120, 225, 0.05);
  }
  .mobile\:link-bubblegum-opal-6 a,
  .mobile\:hover\:link-bubblegum-opal-6 a:hover,
  .mobile\:active\:link-bubblegum-opal-6 a:active,
  .mobile\:focus\:link-bubblegum-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-6 a {
    color: RGBA(255, 120, 225, 0.6);
  }
  .mobile\:link-bubblegum-opal-06 a,
  .mobile\:hover\:link-bubblegum-opal-06 a:hover,
  .mobile\:active\:link-bubblegum-opal-06 a:active,
  .mobile\:focus\:link-bubblegum-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-06 a {
    color: RGBA(255, 120, 225, 0.06);
  }
  .mobile\:link-bubblegum-opal-7 a,
  .mobile\:hover\:link-bubblegum-opal-7 a:hover,
  .mobile\:active\:link-bubblegum-opal-7 a:active,
  .mobile\:focus\:link-bubblegum-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-7 a {
    color: RGBA(255, 120, 225, 0.7);
  }
  .mobile\:link-bubblegum-opal-07 a,
  .mobile\:hover\:link-bubblegum-opal-07 a:hover,
  .mobile\:active\:link-bubblegum-opal-07 a:active,
  .mobile\:focus\:link-bubblegum-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-07 a {
    color: RGBA(255, 120, 225, 0.07);
  }
  .mobile\:link-bubblegum-opal-8 a,
  .mobile\:hover\:link-bubblegum-opal-8 a:hover,
  .mobile\:active\:link-bubblegum-opal-8 a:active,
  .mobile\:focus\:link-bubblegum-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-8 a {
    color: RGBA(255, 120, 225, 0.8);
  }
  .mobile\:link-bubblegum-opal-08 a,
  .mobile\:hover\:link-bubblegum-opal-08 a:hover,
  .mobile\:active\:link-bubblegum-opal-08 a:active,
  .mobile\:focus\:link-bubblegum-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-08 a {
    color: RGBA(255, 120, 225, 0.08);
  }
  .mobile\:link-bubblegum-opal-9 a,
  .mobile\:hover\:link-bubblegum-opal-9 a:hover,
  .mobile\:active\:link-bubblegum-opal-9 a:active,
  .mobile\:focus\:link-bubblegum-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-9 a {
    color: RGBA(255, 120, 225, 0.9);
  }
  .mobile\:link-bubblegum-opal-09 a,
  .mobile\:hover\:link-bubblegum-opal-09 a:hover,
  .mobile\:active\:link-bubblegum-opal-09 a:active,
  .mobile\:focus\:link-bubblegum-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-09 a {
    color: RGBA(255, 120, 225, 0.09);
  }
  .mobile\:link-bubblegum-opal-10 a,
  .mobile\:hover\:link-bubblegum-opal-10 a:hover,
  .mobile\:active\:link-bubblegum-opal-10 a:active,
  .mobile\:focus\:link-bubblegum-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-bubblegum-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-bubblegum-opal-10 a {
    color: RGBA(255, 120, 225, 1);
  }
  .mobile\:txt-autumn,
  .mobile\:hover\:txt-autumn:hover,
  .mobile\:focus\:txt-autumn:focus,
  .mobile\:group:hover .group-hover\:txt-autumn,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn {
    color: #c04c0a;
  }
  .mobile\:txt-autumn-opal-0,
  .mobile\:hover\:txt-autumn-opal-0:hover,
  .mobile\:focus\:txt-autumn-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-0 {
    color: RGBA(192, 76, 10, 0);
  }
  .mobile\:txt-autumn-opal-00,
  .mobile\:hover\:txt-autumn-opal-00:hover,
  .mobile\:focus\:txt-autumn-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-00 {
    color: RGBA(192, 76, 10, 0);
  }
  .mobile\:txt-autumn-opal-1,
  .mobile\:hover\:txt-autumn-opal-1:hover,
  .mobile\:focus\:txt-autumn-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-1 {
    color: RGBA(192, 76, 10, 0.1);
  }
  .mobile\:txt-autumn-opal-01,
  .mobile\:hover\:txt-autumn-opal-01:hover,
  .mobile\:focus\:txt-autumn-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-01 {
    color: RGBA(192, 76, 10, 0.01);
  }
  .mobile\:txt-autumn-opal-2,
  .mobile\:hover\:txt-autumn-opal-2:hover,
  .mobile\:focus\:txt-autumn-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-2 {
    color: RGBA(192, 76, 10, 0.2);
  }
  .mobile\:txt-autumn-opal-02,
  .mobile\:hover\:txt-autumn-opal-02:hover,
  .mobile\:focus\:txt-autumn-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-02 {
    color: RGBA(192, 76, 10, 0.02);
  }
  .mobile\:txt-autumn-opal-3,
  .mobile\:hover\:txt-autumn-opal-3:hover,
  .mobile\:focus\:txt-autumn-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-3 {
    color: RGBA(192, 76, 10, 0.3);
  }
  .mobile\:txt-autumn-opal-03,
  .mobile\:hover\:txt-autumn-opal-03:hover,
  .mobile\:focus\:txt-autumn-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-03 {
    color: RGBA(192, 76, 10, 0.03);
  }
  .mobile\:txt-autumn-opal-4,
  .mobile\:hover\:txt-autumn-opal-4:hover,
  .mobile\:focus\:txt-autumn-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-4 {
    color: RGBA(192, 76, 10, 0.4);
  }
  .mobile\:txt-autumn-opal-04,
  .mobile\:hover\:txt-autumn-opal-04:hover,
  .mobile\:focus\:txt-autumn-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-04 {
    color: RGBA(192, 76, 10, 0.04);
  }
  .mobile\:txt-autumn-opal-5,
  .mobile\:hover\:txt-autumn-opal-5:hover,
  .mobile\:focus\:txt-autumn-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-5 {
    color: RGBA(192, 76, 10, 0.5);
  }
  .mobile\:txt-autumn-opal-05,
  .mobile\:hover\:txt-autumn-opal-05:hover,
  .mobile\:focus\:txt-autumn-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-05 {
    color: RGBA(192, 76, 10, 0.05);
  }
  .mobile\:txt-autumn-opal-6,
  .mobile\:hover\:txt-autumn-opal-6:hover,
  .mobile\:focus\:txt-autumn-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-6 {
    color: RGBA(192, 76, 10, 0.6);
  }
  .mobile\:txt-autumn-opal-06,
  .mobile\:hover\:txt-autumn-opal-06:hover,
  .mobile\:focus\:txt-autumn-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-06 {
    color: RGBA(192, 76, 10, 0.06);
  }
  .mobile\:txt-autumn-opal-7,
  .mobile\:hover\:txt-autumn-opal-7:hover,
  .mobile\:focus\:txt-autumn-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-7 {
    color: RGBA(192, 76, 10, 0.7);
  }
  .mobile\:txt-autumn-opal-07,
  .mobile\:hover\:txt-autumn-opal-07:hover,
  .mobile\:focus\:txt-autumn-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-07 {
    color: RGBA(192, 76, 10, 0.07);
  }
  .mobile\:txt-autumn-opal-8,
  .mobile\:hover\:txt-autumn-opal-8:hover,
  .mobile\:focus\:txt-autumn-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-8 {
    color: RGBA(192, 76, 10, 0.8);
  }
  .mobile\:txt-autumn-opal-08,
  .mobile\:hover\:txt-autumn-opal-08:hover,
  .mobile\:focus\:txt-autumn-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-08 {
    color: RGBA(192, 76, 10, 0.08);
  }
  .mobile\:txt-autumn-opal-9,
  .mobile\:hover\:txt-autumn-opal-9:hover,
  .mobile\:focus\:txt-autumn-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-9 {
    color: RGBA(192, 76, 10, 0.9);
  }
  .mobile\:txt-autumn-opal-09,
  .mobile\:hover\:txt-autumn-opal-09:hover,
  .mobile\:focus\:txt-autumn-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-09 {
    color: RGBA(192, 76, 10, 0.09);
  }
  .mobile\:txt-autumn-opal-10,
  .mobile\:hover\:txt-autumn-opal-10:hover,
  .mobile\:focus\:txt-autumn-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-autumn-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-autumn-opal-10 {
    color: RGBA(192, 76, 10, 1);
  }
  .mobile\:link-autumn a,
  .mobile\:hover\:link-autumn a:hover,
  .mobile\:active\:link-autumn a:active,
  .mobile\:focus\:link-autumn a:focus,
  .mobile\:group:hover .group-hover\:link-autumn a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn a {
    color: #c04c0a;
  }
  .mobile\:link-autumn-opal-0 a,
  .mobile\:hover\:link-autumn-opal-0 a:hover,
  .mobile\:active\:link-autumn-opal-0 a:active,
  .mobile\:focus\:link-autumn-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-0 a {
    color: RGBA(192, 76, 10, 0);
  }
  .mobile\:link-autumn-opal-00 a,
  .mobile\:hover\:link-autumn-opal-00 a:hover,
  .mobile\:active\:link-autumn-opal-00 a:active,
  .mobile\:focus\:link-autumn-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-00 a {
    color: RGBA(192, 76, 10, 0);
  }
  .mobile\:link-autumn-opal-1 a,
  .mobile\:hover\:link-autumn-opal-1 a:hover,
  .mobile\:active\:link-autumn-opal-1 a:active,
  .mobile\:focus\:link-autumn-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-1 a {
    color: RGBA(192, 76, 10, 0.1);
  }
  .mobile\:link-autumn-opal-01 a,
  .mobile\:hover\:link-autumn-opal-01 a:hover,
  .mobile\:active\:link-autumn-opal-01 a:active,
  .mobile\:focus\:link-autumn-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-01 a {
    color: RGBA(192, 76, 10, 0.01);
  }
  .mobile\:link-autumn-opal-2 a,
  .mobile\:hover\:link-autumn-opal-2 a:hover,
  .mobile\:active\:link-autumn-opal-2 a:active,
  .mobile\:focus\:link-autumn-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-2 a {
    color: RGBA(192, 76, 10, 0.2);
  }
  .mobile\:link-autumn-opal-02 a,
  .mobile\:hover\:link-autumn-opal-02 a:hover,
  .mobile\:active\:link-autumn-opal-02 a:active,
  .mobile\:focus\:link-autumn-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-02 a {
    color: RGBA(192, 76, 10, 0.02);
  }
  .mobile\:link-autumn-opal-3 a,
  .mobile\:hover\:link-autumn-opal-3 a:hover,
  .mobile\:active\:link-autumn-opal-3 a:active,
  .mobile\:focus\:link-autumn-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-3 a {
    color: RGBA(192, 76, 10, 0.3);
  }
  .mobile\:link-autumn-opal-03 a,
  .mobile\:hover\:link-autumn-opal-03 a:hover,
  .mobile\:active\:link-autumn-opal-03 a:active,
  .mobile\:focus\:link-autumn-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-03 a {
    color: RGBA(192, 76, 10, 0.03);
  }
  .mobile\:link-autumn-opal-4 a,
  .mobile\:hover\:link-autumn-opal-4 a:hover,
  .mobile\:active\:link-autumn-opal-4 a:active,
  .mobile\:focus\:link-autumn-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-4 a {
    color: RGBA(192, 76, 10, 0.4);
  }
  .mobile\:link-autumn-opal-04 a,
  .mobile\:hover\:link-autumn-opal-04 a:hover,
  .mobile\:active\:link-autumn-opal-04 a:active,
  .mobile\:focus\:link-autumn-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-04 a {
    color: RGBA(192, 76, 10, 0.04);
  }
  .mobile\:link-autumn-opal-5 a,
  .mobile\:hover\:link-autumn-opal-5 a:hover,
  .mobile\:active\:link-autumn-opal-5 a:active,
  .mobile\:focus\:link-autumn-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-5 a {
    color: RGBA(192, 76, 10, 0.5);
  }
  .mobile\:link-autumn-opal-05 a,
  .mobile\:hover\:link-autumn-opal-05 a:hover,
  .mobile\:active\:link-autumn-opal-05 a:active,
  .mobile\:focus\:link-autumn-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-05 a {
    color: RGBA(192, 76, 10, 0.05);
  }
  .mobile\:link-autumn-opal-6 a,
  .mobile\:hover\:link-autumn-opal-6 a:hover,
  .mobile\:active\:link-autumn-opal-6 a:active,
  .mobile\:focus\:link-autumn-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-6 a {
    color: RGBA(192, 76, 10, 0.6);
  }
  .mobile\:link-autumn-opal-06 a,
  .mobile\:hover\:link-autumn-opal-06 a:hover,
  .mobile\:active\:link-autumn-opal-06 a:active,
  .mobile\:focus\:link-autumn-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-06 a {
    color: RGBA(192, 76, 10, 0.06);
  }
  .mobile\:link-autumn-opal-7 a,
  .mobile\:hover\:link-autumn-opal-7 a:hover,
  .mobile\:active\:link-autumn-opal-7 a:active,
  .mobile\:focus\:link-autumn-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-7 a {
    color: RGBA(192, 76, 10, 0.7);
  }
  .mobile\:link-autumn-opal-07 a,
  .mobile\:hover\:link-autumn-opal-07 a:hover,
  .mobile\:active\:link-autumn-opal-07 a:active,
  .mobile\:focus\:link-autumn-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-07 a {
    color: RGBA(192, 76, 10, 0.07);
  }
  .mobile\:link-autumn-opal-8 a,
  .mobile\:hover\:link-autumn-opal-8 a:hover,
  .mobile\:active\:link-autumn-opal-8 a:active,
  .mobile\:focus\:link-autumn-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-8 a {
    color: RGBA(192, 76, 10, 0.8);
  }
  .mobile\:link-autumn-opal-08 a,
  .mobile\:hover\:link-autumn-opal-08 a:hover,
  .mobile\:active\:link-autumn-opal-08 a:active,
  .mobile\:focus\:link-autumn-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-08 a {
    color: RGBA(192, 76, 10, 0.08);
  }
  .mobile\:link-autumn-opal-9 a,
  .mobile\:hover\:link-autumn-opal-9 a:hover,
  .mobile\:active\:link-autumn-opal-9 a:active,
  .mobile\:focus\:link-autumn-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-9 a {
    color: RGBA(192, 76, 10, 0.9);
  }
  .mobile\:link-autumn-opal-09 a,
  .mobile\:hover\:link-autumn-opal-09 a:hover,
  .mobile\:active\:link-autumn-opal-09 a:active,
  .mobile\:focus\:link-autumn-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-09 a {
    color: RGBA(192, 76, 10, 0.09);
  }
  .mobile\:link-autumn-opal-10 a,
  .mobile\:hover\:link-autumn-opal-10 a:hover,
  .mobile\:active\:link-autumn-opal-10 a:active,
  .mobile\:focus\:link-autumn-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-autumn-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-autumn-opal-10 a {
    color: RGBA(192, 76, 10, 1);
  }
  .mobile\:txt-tiger,
  .mobile\:hover\:txt-tiger:hover,
  .mobile\:focus\:txt-tiger:focus,
  .mobile\:group:hover .group-hover\:txt-tiger,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger {
    color: #f99048;
  }
  .mobile\:txt-tiger-opal-0,
  .mobile\:hover\:txt-tiger-opal-0:hover,
  .mobile\:focus\:txt-tiger-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-0 {
    color: RGBA(249, 144, 72, 0);
  }
  .mobile\:txt-tiger-opal-00,
  .mobile\:hover\:txt-tiger-opal-00:hover,
  .mobile\:focus\:txt-tiger-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-00 {
    color: RGBA(249, 144, 72, 0);
  }
  .mobile\:txt-tiger-opal-1,
  .mobile\:hover\:txt-tiger-opal-1:hover,
  .mobile\:focus\:txt-tiger-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-1 {
    color: RGBA(249, 144, 72, 0.1);
  }
  .mobile\:txt-tiger-opal-01,
  .mobile\:hover\:txt-tiger-opal-01:hover,
  .mobile\:focus\:txt-tiger-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-01 {
    color: RGBA(249, 144, 72, 0.01);
  }
  .mobile\:txt-tiger-opal-2,
  .mobile\:hover\:txt-tiger-opal-2:hover,
  .mobile\:focus\:txt-tiger-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-2 {
    color: RGBA(249, 144, 72, 0.2);
  }
  .mobile\:txt-tiger-opal-02,
  .mobile\:hover\:txt-tiger-opal-02:hover,
  .mobile\:focus\:txt-tiger-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-02 {
    color: RGBA(249, 144, 72, 0.02);
  }
  .mobile\:txt-tiger-opal-3,
  .mobile\:hover\:txt-tiger-opal-3:hover,
  .mobile\:focus\:txt-tiger-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-3 {
    color: RGBA(249, 144, 72, 0.3);
  }
  .mobile\:txt-tiger-opal-03,
  .mobile\:hover\:txt-tiger-opal-03:hover,
  .mobile\:focus\:txt-tiger-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-03 {
    color: RGBA(249, 144, 72, 0.03);
  }
  .mobile\:txt-tiger-opal-4,
  .mobile\:hover\:txt-tiger-opal-4:hover,
  .mobile\:focus\:txt-tiger-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-4 {
    color: RGBA(249, 144, 72, 0.4);
  }
  .mobile\:txt-tiger-opal-04,
  .mobile\:hover\:txt-tiger-opal-04:hover,
  .mobile\:focus\:txt-tiger-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-04 {
    color: RGBA(249, 144, 72, 0.04);
  }
  .mobile\:txt-tiger-opal-5,
  .mobile\:hover\:txt-tiger-opal-5:hover,
  .mobile\:focus\:txt-tiger-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-5 {
    color: RGBA(249, 144, 72, 0.5);
  }
  .mobile\:txt-tiger-opal-05,
  .mobile\:hover\:txt-tiger-opal-05:hover,
  .mobile\:focus\:txt-tiger-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-05 {
    color: RGBA(249, 144, 72, 0.05);
  }
  .mobile\:txt-tiger-opal-6,
  .mobile\:hover\:txt-tiger-opal-6:hover,
  .mobile\:focus\:txt-tiger-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-6 {
    color: RGBA(249, 144, 72, 0.6);
  }
  .mobile\:txt-tiger-opal-06,
  .mobile\:hover\:txt-tiger-opal-06:hover,
  .mobile\:focus\:txt-tiger-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-06 {
    color: RGBA(249, 144, 72, 0.06);
  }
  .mobile\:txt-tiger-opal-7,
  .mobile\:hover\:txt-tiger-opal-7:hover,
  .mobile\:focus\:txt-tiger-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-7 {
    color: RGBA(249, 144, 72, 0.7);
  }
  .mobile\:txt-tiger-opal-07,
  .mobile\:hover\:txt-tiger-opal-07:hover,
  .mobile\:focus\:txt-tiger-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-07 {
    color: RGBA(249, 144, 72, 0.07);
  }
  .mobile\:txt-tiger-opal-8,
  .mobile\:hover\:txt-tiger-opal-8:hover,
  .mobile\:focus\:txt-tiger-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-8 {
    color: RGBA(249, 144, 72, 0.8);
  }
  .mobile\:txt-tiger-opal-08,
  .mobile\:hover\:txt-tiger-opal-08:hover,
  .mobile\:focus\:txt-tiger-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-08 {
    color: RGBA(249, 144, 72, 0.08);
  }
  .mobile\:txt-tiger-opal-9,
  .mobile\:hover\:txt-tiger-opal-9:hover,
  .mobile\:focus\:txt-tiger-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-9 {
    color: RGBA(249, 144, 72, 0.9);
  }
  .mobile\:txt-tiger-opal-09,
  .mobile\:hover\:txt-tiger-opal-09:hover,
  .mobile\:focus\:txt-tiger-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-09 {
    color: RGBA(249, 144, 72, 0.09);
  }
  .mobile\:txt-tiger-opal-10,
  .mobile\:hover\:txt-tiger-opal-10:hover,
  .mobile\:focus\:txt-tiger-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-opal-10 {
    color: RGBA(249, 144, 72, 1);
  }
  .mobile\:link-tiger a,
  .mobile\:hover\:link-tiger a:hover,
  .mobile\:active\:link-tiger a:active,
  .mobile\:focus\:link-tiger a:focus,
  .mobile\:group:hover .group-hover\:link-tiger a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger a {
    color: #f99048;
  }
  .mobile\:link-tiger-opal-0 a,
  .mobile\:hover\:link-tiger-opal-0 a:hover,
  .mobile\:active\:link-tiger-opal-0 a:active,
  .mobile\:focus\:link-tiger-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-0 a {
    color: RGBA(249, 144, 72, 0);
  }
  .mobile\:link-tiger-opal-00 a,
  .mobile\:hover\:link-tiger-opal-00 a:hover,
  .mobile\:active\:link-tiger-opal-00 a:active,
  .mobile\:focus\:link-tiger-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-00 a {
    color: RGBA(249, 144, 72, 0);
  }
  .mobile\:link-tiger-opal-1 a,
  .mobile\:hover\:link-tiger-opal-1 a:hover,
  .mobile\:active\:link-tiger-opal-1 a:active,
  .mobile\:focus\:link-tiger-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-1 a {
    color: RGBA(249, 144, 72, 0.1);
  }
  .mobile\:link-tiger-opal-01 a,
  .mobile\:hover\:link-tiger-opal-01 a:hover,
  .mobile\:active\:link-tiger-opal-01 a:active,
  .mobile\:focus\:link-tiger-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-01 a {
    color: RGBA(249, 144, 72, 0.01);
  }
  .mobile\:link-tiger-opal-2 a,
  .mobile\:hover\:link-tiger-opal-2 a:hover,
  .mobile\:active\:link-tiger-opal-2 a:active,
  .mobile\:focus\:link-tiger-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-2 a {
    color: RGBA(249, 144, 72, 0.2);
  }
  .mobile\:link-tiger-opal-02 a,
  .mobile\:hover\:link-tiger-opal-02 a:hover,
  .mobile\:active\:link-tiger-opal-02 a:active,
  .mobile\:focus\:link-tiger-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-02 a {
    color: RGBA(249, 144, 72, 0.02);
  }
  .mobile\:link-tiger-opal-3 a,
  .mobile\:hover\:link-tiger-opal-3 a:hover,
  .mobile\:active\:link-tiger-opal-3 a:active,
  .mobile\:focus\:link-tiger-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-3 a {
    color: RGBA(249, 144, 72, 0.3);
  }
  .mobile\:link-tiger-opal-03 a,
  .mobile\:hover\:link-tiger-opal-03 a:hover,
  .mobile\:active\:link-tiger-opal-03 a:active,
  .mobile\:focus\:link-tiger-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-03 a {
    color: RGBA(249, 144, 72, 0.03);
  }
  .mobile\:link-tiger-opal-4 a,
  .mobile\:hover\:link-tiger-opal-4 a:hover,
  .mobile\:active\:link-tiger-opal-4 a:active,
  .mobile\:focus\:link-tiger-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-4 a {
    color: RGBA(249, 144, 72, 0.4);
  }
  .mobile\:link-tiger-opal-04 a,
  .mobile\:hover\:link-tiger-opal-04 a:hover,
  .mobile\:active\:link-tiger-opal-04 a:active,
  .mobile\:focus\:link-tiger-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-04 a {
    color: RGBA(249, 144, 72, 0.04);
  }
  .mobile\:link-tiger-opal-5 a,
  .mobile\:hover\:link-tiger-opal-5 a:hover,
  .mobile\:active\:link-tiger-opal-5 a:active,
  .mobile\:focus\:link-tiger-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-5 a {
    color: RGBA(249, 144, 72, 0.5);
  }
  .mobile\:link-tiger-opal-05 a,
  .mobile\:hover\:link-tiger-opal-05 a:hover,
  .mobile\:active\:link-tiger-opal-05 a:active,
  .mobile\:focus\:link-tiger-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-05 a {
    color: RGBA(249, 144, 72, 0.05);
  }
  .mobile\:link-tiger-opal-6 a,
  .mobile\:hover\:link-tiger-opal-6 a:hover,
  .mobile\:active\:link-tiger-opal-6 a:active,
  .mobile\:focus\:link-tiger-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-6 a {
    color: RGBA(249, 144, 72, 0.6);
  }
  .mobile\:link-tiger-opal-06 a,
  .mobile\:hover\:link-tiger-opal-06 a:hover,
  .mobile\:active\:link-tiger-opal-06 a:active,
  .mobile\:focus\:link-tiger-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-06 a {
    color: RGBA(249, 144, 72, 0.06);
  }
  .mobile\:link-tiger-opal-7 a,
  .mobile\:hover\:link-tiger-opal-7 a:hover,
  .mobile\:active\:link-tiger-opal-7 a:active,
  .mobile\:focus\:link-tiger-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-7 a {
    color: RGBA(249, 144, 72, 0.7);
  }
  .mobile\:link-tiger-opal-07 a,
  .mobile\:hover\:link-tiger-opal-07 a:hover,
  .mobile\:active\:link-tiger-opal-07 a:active,
  .mobile\:focus\:link-tiger-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-07 a {
    color: RGBA(249, 144, 72, 0.07);
  }
  .mobile\:link-tiger-opal-8 a,
  .mobile\:hover\:link-tiger-opal-8 a:hover,
  .mobile\:active\:link-tiger-opal-8 a:active,
  .mobile\:focus\:link-tiger-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-8 a {
    color: RGBA(249, 144, 72, 0.8);
  }
  .mobile\:link-tiger-opal-08 a,
  .mobile\:hover\:link-tiger-opal-08 a:hover,
  .mobile\:active\:link-tiger-opal-08 a:active,
  .mobile\:focus\:link-tiger-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-08 a {
    color: RGBA(249, 144, 72, 0.08);
  }
  .mobile\:link-tiger-opal-9 a,
  .mobile\:hover\:link-tiger-opal-9 a:hover,
  .mobile\:active\:link-tiger-opal-9 a:active,
  .mobile\:focus\:link-tiger-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-9 a {
    color: RGBA(249, 144, 72, 0.9);
  }
  .mobile\:link-tiger-opal-09 a,
  .mobile\:hover\:link-tiger-opal-09 a:hover,
  .mobile\:active\:link-tiger-opal-09 a:active,
  .mobile\:focus\:link-tiger-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-09 a {
    color: RGBA(249, 144, 72, 0.09);
  }
  .mobile\:link-tiger-opal-10 a,
  .mobile\:hover\:link-tiger-opal-10 a:hover,
  .mobile\:active\:link-tiger-opal-10 a:active,
  .mobile\:focus\:link-tiger-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-tiger-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-tiger-opal-10 a {
    color: RGBA(249, 144, 72, 1);
  }
  .mobile\:txt-summer,
  .mobile\:hover\:txt-summer:hover,
  .mobile\:focus\:txt-summer:focus,
  .mobile\:group:hover .group-hover\:txt-summer,
  .mobile\:group:focus-within .group-focus-within\:txt-summer {
    color: #f9c748;
  }
  .mobile\:txt-summer-opal-0,
  .mobile\:hover\:txt-summer-opal-0:hover,
  .mobile\:focus\:txt-summer-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-0 {
    color: RGBA(249, 199, 72, 0);
  }
  .mobile\:txt-summer-opal-00,
  .mobile\:hover\:txt-summer-opal-00:hover,
  .mobile\:focus\:txt-summer-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-00 {
    color: RGBA(249, 199, 72, 0);
  }
  .mobile\:txt-summer-opal-1,
  .mobile\:hover\:txt-summer-opal-1:hover,
  .mobile\:focus\:txt-summer-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-1 {
    color: RGBA(249, 199, 72, 0.1);
  }
  .mobile\:txt-summer-opal-01,
  .mobile\:hover\:txt-summer-opal-01:hover,
  .mobile\:focus\:txt-summer-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-01 {
    color: RGBA(249, 199, 72, 0.01);
  }
  .mobile\:txt-summer-opal-2,
  .mobile\:hover\:txt-summer-opal-2:hover,
  .mobile\:focus\:txt-summer-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-2 {
    color: RGBA(249, 199, 72, 0.2);
  }
  .mobile\:txt-summer-opal-02,
  .mobile\:hover\:txt-summer-opal-02:hover,
  .mobile\:focus\:txt-summer-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-02 {
    color: RGBA(249, 199, 72, 0.02);
  }
  .mobile\:txt-summer-opal-3,
  .mobile\:hover\:txt-summer-opal-3:hover,
  .mobile\:focus\:txt-summer-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-3 {
    color: RGBA(249, 199, 72, 0.3);
  }
  .mobile\:txt-summer-opal-03,
  .mobile\:hover\:txt-summer-opal-03:hover,
  .mobile\:focus\:txt-summer-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-03 {
    color: RGBA(249, 199, 72, 0.03);
  }
  .mobile\:txt-summer-opal-4,
  .mobile\:hover\:txt-summer-opal-4:hover,
  .mobile\:focus\:txt-summer-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-4 {
    color: RGBA(249, 199, 72, 0.4);
  }
  .mobile\:txt-summer-opal-04,
  .mobile\:hover\:txt-summer-opal-04:hover,
  .mobile\:focus\:txt-summer-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-04 {
    color: RGBA(249, 199, 72, 0.04);
  }
  .mobile\:txt-summer-opal-5,
  .mobile\:hover\:txt-summer-opal-5:hover,
  .mobile\:focus\:txt-summer-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-5 {
    color: RGBA(249, 199, 72, 0.5);
  }
  .mobile\:txt-summer-opal-05,
  .mobile\:hover\:txt-summer-opal-05:hover,
  .mobile\:focus\:txt-summer-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-05 {
    color: RGBA(249, 199, 72, 0.05);
  }
  .mobile\:txt-summer-opal-6,
  .mobile\:hover\:txt-summer-opal-6:hover,
  .mobile\:focus\:txt-summer-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-6 {
    color: RGBA(249, 199, 72, 0.6);
  }
  .mobile\:txt-summer-opal-06,
  .mobile\:hover\:txt-summer-opal-06:hover,
  .mobile\:focus\:txt-summer-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-06 {
    color: RGBA(249, 199, 72, 0.06);
  }
  .mobile\:txt-summer-opal-7,
  .mobile\:hover\:txt-summer-opal-7:hover,
  .mobile\:focus\:txt-summer-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-7 {
    color: RGBA(249, 199, 72, 0.7);
  }
  .mobile\:txt-summer-opal-07,
  .mobile\:hover\:txt-summer-opal-07:hover,
  .mobile\:focus\:txt-summer-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-07 {
    color: RGBA(249, 199, 72, 0.07);
  }
  .mobile\:txt-summer-opal-8,
  .mobile\:hover\:txt-summer-opal-8:hover,
  .mobile\:focus\:txt-summer-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-8 {
    color: RGBA(249, 199, 72, 0.8);
  }
  .mobile\:txt-summer-opal-08,
  .mobile\:hover\:txt-summer-opal-08:hover,
  .mobile\:focus\:txt-summer-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-08 {
    color: RGBA(249, 199, 72, 0.08);
  }
  .mobile\:txt-summer-opal-9,
  .mobile\:hover\:txt-summer-opal-9:hover,
  .mobile\:focus\:txt-summer-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-9 {
    color: RGBA(249, 199, 72, 0.9);
  }
  .mobile\:txt-summer-opal-09,
  .mobile\:hover\:txt-summer-opal-09:hover,
  .mobile\:focus\:txt-summer-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-09 {
    color: RGBA(249, 199, 72, 0.09);
  }
  .mobile\:txt-summer-opal-10,
  .mobile\:hover\:txt-summer-opal-10:hover,
  .mobile\:focus\:txt-summer-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-summer-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-summer-opal-10 {
    color: RGBA(249, 199, 72, 1);
  }
  .mobile\:link-summer a,
  .mobile\:hover\:link-summer a:hover,
  .mobile\:active\:link-summer a:active,
  .mobile\:focus\:link-summer a:focus,
  .mobile\:group:hover .group-hover\:link-summer a,
  .mobile\:group:focus-within .group-focus-within\:link-summer a {
    color: #f9c748;
  }
  .mobile\:link-summer-opal-0 a,
  .mobile\:hover\:link-summer-opal-0 a:hover,
  .mobile\:active\:link-summer-opal-0 a:active,
  .mobile\:focus\:link-summer-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-0 a {
    color: RGBA(249, 199, 72, 0);
  }
  .mobile\:link-summer-opal-00 a,
  .mobile\:hover\:link-summer-opal-00 a:hover,
  .mobile\:active\:link-summer-opal-00 a:active,
  .mobile\:focus\:link-summer-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-00 a {
    color: RGBA(249, 199, 72, 0);
  }
  .mobile\:link-summer-opal-1 a,
  .mobile\:hover\:link-summer-opal-1 a:hover,
  .mobile\:active\:link-summer-opal-1 a:active,
  .mobile\:focus\:link-summer-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-1 a {
    color: RGBA(249, 199, 72, 0.1);
  }
  .mobile\:link-summer-opal-01 a,
  .mobile\:hover\:link-summer-opal-01 a:hover,
  .mobile\:active\:link-summer-opal-01 a:active,
  .mobile\:focus\:link-summer-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-01 a {
    color: RGBA(249, 199, 72, 0.01);
  }
  .mobile\:link-summer-opal-2 a,
  .mobile\:hover\:link-summer-opal-2 a:hover,
  .mobile\:active\:link-summer-opal-2 a:active,
  .mobile\:focus\:link-summer-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-2 a {
    color: RGBA(249, 199, 72, 0.2);
  }
  .mobile\:link-summer-opal-02 a,
  .mobile\:hover\:link-summer-opal-02 a:hover,
  .mobile\:active\:link-summer-opal-02 a:active,
  .mobile\:focus\:link-summer-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-02 a {
    color: RGBA(249, 199, 72, 0.02);
  }
  .mobile\:link-summer-opal-3 a,
  .mobile\:hover\:link-summer-opal-3 a:hover,
  .mobile\:active\:link-summer-opal-3 a:active,
  .mobile\:focus\:link-summer-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-3 a {
    color: RGBA(249, 199, 72, 0.3);
  }
  .mobile\:link-summer-opal-03 a,
  .mobile\:hover\:link-summer-opal-03 a:hover,
  .mobile\:active\:link-summer-opal-03 a:active,
  .mobile\:focus\:link-summer-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-03 a {
    color: RGBA(249, 199, 72, 0.03);
  }
  .mobile\:link-summer-opal-4 a,
  .mobile\:hover\:link-summer-opal-4 a:hover,
  .mobile\:active\:link-summer-opal-4 a:active,
  .mobile\:focus\:link-summer-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-4 a {
    color: RGBA(249, 199, 72, 0.4);
  }
  .mobile\:link-summer-opal-04 a,
  .mobile\:hover\:link-summer-opal-04 a:hover,
  .mobile\:active\:link-summer-opal-04 a:active,
  .mobile\:focus\:link-summer-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-04 a {
    color: RGBA(249, 199, 72, 0.04);
  }
  .mobile\:link-summer-opal-5 a,
  .mobile\:hover\:link-summer-opal-5 a:hover,
  .mobile\:active\:link-summer-opal-5 a:active,
  .mobile\:focus\:link-summer-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-5 a {
    color: RGBA(249, 199, 72, 0.5);
  }
  .mobile\:link-summer-opal-05 a,
  .mobile\:hover\:link-summer-opal-05 a:hover,
  .mobile\:active\:link-summer-opal-05 a:active,
  .mobile\:focus\:link-summer-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-05 a {
    color: RGBA(249, 199, 72, 0.05);
  }
  .mobile\:link-summer-opal-6 a,
  .mobile\:hover\:link-summer-opal-6 a:hover,
  .mobile\:active\:link-summer-opal-6 a:active,
  .mobile\:focus\:link-summer-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-6 a {
    color: RGBA(249, 199, 72, 0.6);
  }
  .mobile\:link-summer-opal-06 a,
  .mobile\:hover\:link-summer-opal-06 a:hover,
  .mobile\:active\:link-summer-opal-06 a:active,
  .mobile\:focus\:link-summer-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-06 a {
    color: RGBA(249, 199, 72, 0.06);
  }
  .mobile\:link-summer-opal-7 a,
  .mobile\:hover\:link-summer-opal-7 a:hover,
  .mobile\:active\:link-summer-opal-7 a:active,
  .mobile\:focus\:link-summer-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-7 a {
    color: RGBA(249, 199, 72, 0.7);
  }
  .mobile\:link-summer-opal-07 a,
  .mobile\:hover\:link-summer-opal-07 a:hover,
  .mobile\:active\:link-summer-opal-07 a:active,
  .mobile\:focus\:link-summer-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-07 a {
    color: RGBA(249, 199, 72, 0.07);
  }
  .mobile\:link-summer-opal-8 a,
  .mobile\:hover\:link-summer-opal-8 a:hover,
  .mobile\:active\:link-summer-opal-8 a:active,
  .mobile\:focus\:link-summer-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-8 a {
    color: RGBA(249, 199, 72, 0.8);
  }
  .mobile\:link-summer-opal-08 a,
  .mobile\:hover\:link-summer-opal-08 a:hover,
  .mobile\:active\:link-summer-opal-08 a:active,
  .mobile\:focus\:link-summer-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-08 a {
    color: RGBA(249, 199, 72, 0.08);
  }
  .mobile\:link-summer-opal-9 a,
  .mobile\:hover\:link-summer-opal-9 a:hover,
  .mobile\:active\:link-summer-opal-9 a:active,
  .mobile\:focus\:link-summer-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-9 a {
    color: RGBA(249, 199, 72, 0.9);
  }
  .mobile\:link-summer-opal-09 a,
  .mobile\:hover\:link-summer-opal-09 a:hover,
  .mobile\:active\:link-summer-opal-09 a:active,
  .mobile\:focus\:link-summer-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-09 a {
    color: RGBA(249, 199, 72, 0.09);
  }
  .mobile\:link-summer-opal-10 a,
  .mobile\:hover\:link-summer-opal-10 a:hover,
  .mobile\:active\:link-summer-opal-10 a:active,
  .mobile\:focus\:link-summer-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-summer-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-summer-opal-10 a {
    color: RGBA(249, 199, 72, 1);
  }
  .mobile\:txt-daffodil,
  .mobile\:hover\:txt-daffodil:hover,
  .mobile\:focus\:txt-daffodil:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil {
    color: #ffe792;
  }
  .mobile\:txt-daffodil-opal-0,
  .mobile\:hover\:txt-daffodil-opal-0:hover,
  .mobile\:focus\:txt-daffodil-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-0 {
    color: RGBA(255, 231, 146, 0);
  }
  .mobile\:txt-daffodil-opal-00,
  .mobile\:hover\:txt-daffodil-opal-00:hover,
  .mobile\:focus\:txt-daffodil-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-00 {
    color: RGBA(255, 231, 146, 0);
  }
  .mobile\:txt-daffodil-opal-1,
  .mobile\:hover\:txt-daffodil-opal-1:hover,
  .mobile\:focus\:txt-daffodil-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-1 {
    color: RGBA(255, 231, 146, 0.1);
  }
  .mobile\:txt-daffodil-opal-01,
  .mobile\:hover\:txt-daffodil-opal-01:hover,
  .mobile\:focus\:txt-daffodil-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-01 {
    color: RGBA(255, 231, 146, 0.01);
  }
  .mobile\:txt-daffodil-opal-2,
  .mobile\:hover\:txt-daffodil-opal-2:hover,
  .mobile\:focus\:txt-daffodil-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-2 {
    color: RGBA(255, 231, 146, 0.2);
  }
  .mobile\:txt-daffodil-opal-02,
  .mobile\:hover\:txt-daffodil-opal-02:hover,
  .mobile\:focus\:txt-daffodil-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-02 {
    color: RGBA(255, 231, 146, 0.02);
  }
  .mobile\:txt-daffodil-opal-3,
  .mobile\:hover\:txt-daffodil-opal-3:hover,
  .mobile\:focus\:txt-daffodil-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-3 {
    color: RGBA(255, 231, 146, 0.3);
  }
  .mobile\:txt-daffodil-opal-03,
  .mobile\:hover\:txt-daffodil-opal-03:hover,
  .mobile\:focus\:txt-daffodil-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-03 {
    color: RGBA(255, 231, 146, 0.03);
  }
  .mobile\:txt-daffodil-opal-4,
  .mobile\:hover\:txt-daffodil-opal-4:hover,
  .mobile\:focus\:txt-daffodil-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-4 {
    color: RGBA(255, 231, 146, 0.4);
  }
  .mobile\:txt-daffodil-opal-04,
  .mobile\:hover\:txt-daffodil-opal-04:hover,
  .mobile\:focus\:txt-daffodil-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-04 {
    color: RGBA(255, 231, 146, 0.04);
  }
  .mobile\:txt-daffodil-opal-5,
  .mobile\:hover\:txt-daffodil-opal-5:hover,
  .mobile\:focus\:txt-daffodil-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-5 {
    color: RGBA(255, 231, 146, 0.5);
  }
  .mobile\:txt-daffodil-opal-05,
  .mobile\:hover\:txt-daffodil-opal-05:hover,
  .mobile\:focus\:txt-daffodil-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-05 {
    color: RGBA(255, 231, 146, 0.05);
  }
  .mobile\:txt-daffodil-opal-6,
  .mobile\:hover\:txt-daffodil-opal-6:hover,
  .mobile\:focus\:txt-daffodil-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-6 {
    color: RGBA(255, 231, 146, 0.6);
  }
  .mobile\:txt-daffodil-opal-06,
  .mobile\:hover\:txt-daffodil-opal-06:hover,
  .mobile\:focus\:txt-daffodil-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-06 {
    color: RGBA(255, 231, 146, 0.06);
  }
  .mobile\:txt-daffodil-opal-7,
  .mobile\:hover\:txt-daffodil-opal-7:hover,
  .mobile\:focus\:txt-daffodil-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-7 {
    color: RGBA(255, 231, 146, 0.7);
  }
  .mobile\:txt-daffodil-opal-07,
  .mobile\:hover\:txt-daffodil-opal-07:hover,
  .mobile\:focus\:txt-daffodil-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-07 {
    color: RGBA(255, 231, 146, 0.07);
  }
  .mobile\:txt-daffodil-opal-8,
  .mobile\:hover\:txt-daffodil-opal-8:hover,
  .mobile\:focus\:txt-daffodil-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-8 {
    color: RGBA(255, 231, 146, 0.8);
  }
  .mobile\:txt-daffodil-opal-08,
  .mobile\:hover\:txt-daffodil-opal-08:hover,
  .mobile\:focus\:txt-daffodil-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-08 {
    color: RGBA(255, 231, 146, 0.08);
  }
  .mobile\:txt-daffodil-opal-9,
  .mobile\:hover\:txt-daffodil-opal-9:hover,
  .mobile\:focus\:txt-daffodil-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-9 {
    color: RGBA(255, 231, 146, 0.9);
  }
  .mobile\:txt-daffodil-opal-09,
  .mobile\:hover\:txt-daffodil-opal-09:hover,
  .mobile\:focus\:txt-daffodil-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-09 {
    color: RGBA(255, 231, 146, 0.09);
  }
  .mobile\:txt-daffodil-opal-10,
  .mobile\:hover\:txt-daffodil-opal-10:hover,
  .mobile\:focus\:txt-daffodil-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-opal-10 {
    color: RGBA(255, 231, 146, 1);
  }
  .mobile\:link-daffodil a,
  .mobile\:hover\:link-daffodil a:hover,
  .mobile\:active\:link-daffodil a:active,
  .mobile\:focus\:link-daffodil a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil a {
    color: #ffe792;
  }
  .mobile\:link-daffodil-opal-0 a,
  .mobile\:hover\:link-daffodil-opal-0 a:hover,
  .mobile\:active\:link-daffodil-opal-0 a:active,
  .mobile\:focus\:link-daffodil-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-0 a {
    color: RGBA(255, 231, 146, 0);
  }
  .mobile\:link-daffodil-opal-00 a,
  .mobile\:hover\:link-daffodil-opal-00 a:hover,
  .mobile\:active\:link-daffodil-opal-00 a:active,
  .mobile\:focus\:link-daffodil-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-00 a {
    color: RGBA(255, 231, 146, 0);
  }
  .mobile\:link-daffodil-opal-1 a,
  .mobile\:hover\:link-daffodil-opal-1 a:hover,
  .mobile\:active\:link-daffodil-opal-1 a:active,
  .mobile\:focus\:link-daffodil-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-1 a {
    color: RGBA(255, 231, 146, 0.1);
  }
  .mobile\:link-daffodil-opal-01 a,
  .mobile\:hover\:link-daffodil-opal-01 a:hover,
  .mobile\:active\:link-daffodil-opal-01 a:active,
  .mobile\:focus\:link-daffodil-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-01 a {
    color: RGBA(255, 231, 146, 0.01);
  }
  .mobile\:link-daffodil-opal-2 a,
  .mobile\:hover\:link-daffodil-opal-2 a:hover,
  .mobile\:active\:link-daffodil-opal-2 a:active,
  .mobile\:focus\:link-daffodil-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-2 a {
    color: RGBA(255, 231, 146, 0.2);
  }
  .mobile\:link-daffodil-opal-02 a,
  .mobile\:hover\:link-daffodil-opal-02 a:hover,
  .mobile\:active\:link-daffodil-opal-02 a:active,
  .mobile\:focus\:link-daffodil-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-02 a {
    color: RGBA(255, 231, 146, 0.02);
  }
  .mobile\:link-daffodil-opal-3 a,
  .mobile\:hover\:link-daffodil-opal-3 a:hover,
  .mobile\:active\:link-daffodil-opal-3 a:active,
  .mobile\:focus\:link-daffodil-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-3 a {
    color: RGBA(255, 231, 146, 0.3);
  }
  .mobile\:link-daffodil-opal-03 a,
  .mobile\:hover\:link-daffodil-opal-03 a:hover,
  .mobile\:active\:link-daffodil-opal-03 a:active,
  .mobile\:focus\:link-daffodil-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-03 a {
    color: RGBA(255, 231, 146, 0.03);
  }
  .mobile\:link-daffodil-opal-4 a,
  .mobile\:hover\:link-daffodil-opal-4 a:hover,
  .mobile\:active\:link-daffodil-opal-4 a:active,
  .mobile\:focus\:link-daffodil-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-4 a {
    color: RGBA(255, 231, 146, 0.4);
  }
  .mobile\:link-daffodil-opal-04 a,
  .mobile\:hover\:link-daffodil-opal-04 a:hover,
  .mobile\:active\:link-daffodil-opal-04 a:active,
  .mobile\:focus\:link-daffodil-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-04 a {
    color: RGBA(255, 231, 146, 0.04);
  }
  .mobile\:link-daffodil-opal-5 a,
  .mobile\:hover\:link-daffodil-opal-5 a:hover,
  .mobile\:active\:link-daffodil-opal-5 a:active,
  .mobile\:focus\:link-daffodil-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-5 a {
    color: RGBA(255, 231, 146, 0.5);
  }
  .mobile\:link-daffodil-opal-05 a,
  .mobile\:hover\:link-daffodil-opal-05 a:hover,
  .mobile\:active\:link-daffodil-opal-05 a:active,
  .mobile\:focus\:link-daffodil-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-05 a {
    color: RGBA(255, 231, 146, 0.05);
  }
  .mobile\:link-daffodil-opal-6 a,
  .mobile\:hover\:link-daffodil-opal-6 a:hover,
  .mobile\:active\:link-daffodil-opal-6 a:active,
  .mobile\:focus\:link-daffodil-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-6 a {
    color: RGBA(255, 231, 146, 0.6);
  }
  .mobile\:link-daffodil-opal-06 a,
  .mobile\:hover\:link-daffodil-opal-06 a:hover,
  .mobile\:active\:link-daffodil-opal-06 a:active,
  .mobile\:focus\:link-daffodil-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-06 a {
    color: RGBA(255, 231, 146, 0.06);
  }
  .mobile\:link-daffodil-opal-7 a,
  .mobile\:hover\:link-daffodil-opal-7 a:hover,
  .mobile\:active\:link-daffodil-opal-7 a:active,
  .mobile\:focus\:link-daffodil-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-7 a {
    color: RGBA(255, 231, 146, 0.7);
  }
  .mobile\:link-daffodil-opal-07 a,
  .mobile\:hover\:link-daffodil-opal-07 a:hover,
  .mobile\:active\:link-daffodil-opal-07 a:active,
  .mobile\:focus\:link-daffodil-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-07 a {
    color: RGBA(255, 231, 146, 0.07);
  }
  .mobile\:link-daffodil-opal-8 a,
  .mobile\:hover\:link-daffodil-opal-8 a:hover,
  .mobile\:active\:link-daffodil-opal-8 a:active,
  .mobile\:focus\:link-daffodil-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-8 a {
    color: RGBA(255, 231, 146, 0.8);
  }
  .mobile\:link-daffodil-opal-08 a,
  .mobile\:hover\:link-daffodil-opal-08 a:hover,
  .mobile\:active\:link-daffodil-opal-08 a:active,
  .mobile\:focus\:link-daffodil-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-08 a {
    color: RGBA(255, 231, 146, 0.08);
  }
  .mobile\:link-daffodil-opal-9 a,
  .mobile\:hover\:link-daffodil-opal-9 a:hover,
  .mobile\:active\:link-daffodil-opal-9 a:active,
  .mobile\:focus\:link-daffodil-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-9 a {
    color: RGBA(255, 231, 146, 0.9);
  }
  .mobile\:link-daffodil-opal-09 a,
  .mobile\:hover\:link-daffodil-opal-09 a:hover,
  .mobile\:active\:link-daffodil-opal-09 a:active,
  .mobile\:focus\:link-daffodil-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-09 a {
    color: RGBA(255, 231, 146, 0.09);
  }
  .mobile\:link-daffodil-opal-10 a,
  .mobile\:hover\:link-daffodil-opal-10 a:hover,
  .mobile\:active\:link-daffodil-opal-10 a:active,
  .mobile\:focus\:link-daffodil-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-daffodil-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-daffodil-opal-10 a {
    color: RGBA(255, 231, 146, 1);
  }
  .mobile\:txt-turquoise,
  .mobile\:hover\:txt-turquoise:hover,
  .mobile\:focus\:txt-turquoise:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise {
    color: #097d98;
  }
  .mobile\:txt-turquoise-opal-0,
  .mobile\:hover\:txt-turquoise-opal-0:hover,
  .mobile\:focus\:txt-turquoise-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-0 {
    color: RGBA(9, 125, 152, 0);
  }
  .mobile\:txt-turquoise-opal-00,
  .mobile\:hover\:txt-turquoise-opal-00:hover,
  .mobile\:focus\:txt-turquoise-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-00 {
    color: RGBA(9, 125, 152, 0);
  }
  .mobile\:txt-turquoise-opal-1,
  .mobile\:hover\:txt-turquoise-opal-1:hover,
  .mobile\:focus\:txt-turquoise-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-1 {
    color: RGBA(9, 125, 152, 0.1);
  }
  .mobile\:txt-turquoise-opal-01,
  .mobile\:hover\:txt-turquoise-opal-01:hover,
  .mobile\:focus\:txt-turquoise-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-01 {
    color: RGBA(9, 125, 152, 0.01);
  }
  .mobile\:txt-turquoise-opal-2,
  .mobile\:hover\:txt-turquoise-opal-2:hover,
  .mobile\:focus\:txt-turquoise-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-2 {
    color: RGBA(9, 125, 152, 0.2);
  }
  .mobile\:txt-turquoise-opal-02,
  .mobile\:hover\:txt-turquoise-opal-02:hover,
  .mobile\:focus\:txt-turquoise-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-02 {
    color: RGBA(9, 125, 152, 0.02);
  }
  .mobile\:txt-turquoise-opal-3,
  .mobile\:hover\:txt-turquoise-opal-3:hover,
  .mobile\:focus\:txt-turquoise-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-3 {
    color: RGBA(9, 125, 152, 0.3);
  }
  .mobile\:txt-turquoise-opal-03,
  .mobile\:hover\:txt-turquoise-opal-03:hover,
  .mobile\:focus\:txt-turquoise-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-03 {
    color: RGBA(9, 125, 152, 0.03);
  }
  .mobile\:txt-turquoise-opal-4,
  .mobile\:hover\:txt-turquoise-opal-4:hover,
  .mobile\:focus\:txt-turquoise-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-4 {
    color: RGBA(9, 125, 152, 0.4);
  }
  .mobile\:txt-turquoise-opal-04,
  .mobile\:hover\:txt-turquoise-opal-04:hover,
  .mobile\:focus\:txt-turquoise-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-04 {
    color: RGBA(9, 125, 152, 0.04);
  }
  .mobile\:txt-turquoise-opal-5,
  .mobile\:hover\:txt-turquoise-opal-5:hover,
  .mobile\:focus\:txt-turquoise-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-5 {
    color: RGBA(9, 125, 152, 0.5);
  }
  .mobile\:txt-turquoise-opal-05,
  .mobile\:hover\:txt-turquoise-opal-05:hover,
  .mobile\:focus\:txt-turquoise-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-05 {
    color: RGBA(9, 125, 152, 0.05);
  }
  .mobile\:txt-turquoise-opal-6,
  .mobile\:hover\:txt-turquoise-opal-6:hover,
  .mobile\:focus\:txt-turquoise-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-6 {
    color: RGBA(9, 125, 152, 0.6);
  }
  .mobile\:txt-turquoise-opal-06,
  .mobile\:hover\:txt-turquoise-opal-06:hover,
  .mobile\:focus\:txt-turquoise-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-06 {
    color: RGBA(9, 125, 152, 0.06);
  }
  .mobile\:txt-turquoise-opal-7,
  .mobile\:hover\:txt-turquoise-opal-7:hover,
  .mobile\:focus\:txt-turquoise-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-7 {
    color: RGBA(9, 125, 152, 0.7);
  }
  .mobile\:txt-turquoise-opal-07,
  .mobile\:hover\:txt-turquoise-opal-07:hover,
  .mobile\:focus\:txt-turquoise-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-07 {
    color: RGBA(9, 125, 152, 0.07);
  }
  .mobile\:txt-turquoise-opal-8,
  .mobile\:hover\:txt-turquoise-opal-8:hover,
  .mobile\:focus\:txt-turquoise-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-8 {
    color: RGBA(9, 125, 152, 0.8);
  }
  .mobile\:txt-turquoise-opal-08,
  .mobile\:hover\:txt-turquoise-opal-08:hover,
  .mobile\:focus\:txt-turquoise-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-08 {
    color: RGBA(9, 125, 152, 0.08);
  }
  .mobile\:txt-turquoise-opal-9,
  .mobile\:hover\:txt-turquoise-opal-9:hover,
  .mobile\:focus\:txt-turquoise-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-9 {
    color: RGBA(9, 125, 152, 0.9);
  }
  .mobile\:txt-turquoise-opal-09,
  .mobile\:hover\:txt-turquoise-opal-09:hover,
  .mobile\:focus\:txt-turquoise-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-09 {
    color: RGBA(9, 125, 152, 0.09);
  }
  .mobile\:txt-turquoise-opal-10,
  .mobile\:hover\:txt-turquoise-opal-10:hover,
  .mobile\:focus\:txt-turquoise-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-turquoise-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-turquoise-opal-10 {
    color: RGBA(9, 125, 152, 1);
  }
  .mobile\:link-turquoise a,
  .mobile\:hover\:link-turquoise a:hover,
  .mobile\:active\:link-turquoise a:active,
  .mobile\:focus\:link-turquoise a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise a {
    color: #097d98;
  }
  .mobile\:link-turquoise-opal-0 a,
  .mobile\:hover\:link-turquoise-opal-0 a:hover,
  .mobile\:active\:link-turquoise-opal-0 a:active,
  .mobile\:focus\:link-turquoise-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-0 a {
    color: RGBA(9, 125, 152, 0);
  }
  .mobile\:link-turquoise-opal-00 a,
  .mobile\:hover\:link-turquoise-opal-00 a:hover,
  .mobile\:active\:link-turquoise-opal-00 a:active,
  .mobile\:focus\:link-turquoise-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-00 a {
    color: RGBA(9, 125, 152, 0);
  }
  .mobile\:link-turquoise-opal-1 a,
  .mobile\:hover\:link-turquoise-opal-1 a:hover,
  .mobile\:active\:link-turquoise-opal-1 a:active,
  .mobile\:focus\:link-turquoise-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-1 a {
    color: RGBA(9, 125, 152, 0.1);
  }
  .mobile\:link-turquoise-opal-01 a,
  .mobile\:hover\:link-turquoise-opal-01 a:hover,
  .mobile\:active\:link-turquoise-opal-01 a:active,
  .mobile\:focus\:link-turquoise-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-01 a {
    color: RGBA(9, 125, 152, 0.01);
  }
  .mobile\:link-turquoise-opal-2 a,
  .mobile\:hover\:link-turquoise-opal-2 a:hover,
  .mobile\:active\:link-turquoise-opal-2 a:active,
  .mobile\:focus\:link-turquoise-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-2 a {
    color: RGBA(9, 125, 152, 0.2);
  }
  .mobile\:link-turquoise-opal-02 a,
  .mobile\:hover\:link-turquoise-opal-02 a:hover,
  .mobile\:active\:link-turquoise-opal-02 a:active,
  .mobile\:focus\:link-turquoise-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-02 a {
    color: RGBA(9, 125, 152, 0.02);
  }
  .mobile\:link-turquoise-opal-3 a,
  .mobile\:hover\:link-turquoise-opal-3 a:hover,
  .mobile\:active\:link-turquoise-opal-3 a:active,
  .mobile\:focus\:link-turquoise-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-3 a {
    color: RGBA(9, 125, 152, 0.3);
  }
  .mobile\:link-turquoise-opal-03 a,
  .mobile\:hover\:link-turquoise-opal-03 a:hover,
  .mobile\:active\:link-turquoise-opal-03 a:active,
  .mobile\:focus\:link-turquoise-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-03 a {
    color: RGBA(9, 125, 152, 0.03);
  }
  .mobile\:link-turquoise-opal-4 a,
  .mobile\:hover\:link-turquoise-opal-4 a:hover,
  .mobile\:active\:link-turquoise-opal-4 a:active,
  .mobile\:focus\:link-turquoise-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-4 a {
    color: RGBA(9, 125, 152, 0.4);
  }
  .mobile\:link-turquoise-opal-04 a,
  .mobile\:hover\:link-turquoise-opal-04 a:hover,
  .mobile\:active\:link-turquoise-opal-04 a:active,
  .mobile\:focus\:link-turquoise-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-04 a {
    color: RGBA(9, 125, 152, 0.04);
  }
  .mobile\:link-turquoise-opal-5 a,
  .mobile\:hover\:link-turquoise-opal-5 a:hover,
  .mobile\:active\:link-turquoise-opal-5 a:active,
  .mobile\:focus\:link-turquoise-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-5 a {
    color: RGBA(9, 125, 152, 0.5);
  }
  .mobile\:link-turquoise-opal-05 a,
  .mobile\:hover\:link-turquoise-opal-05 a:hover,
  .mobile\:active\:link-turquoise-opal-05 a:active,
  .mobile\:focus\:link-turquoise-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-05 a {
    color: RGBA(9, 125, 152, 0.05);
  }
  .mobile\:link-turquoise-opal-6 a,
  .mobile\:hover\:link-turquoise-opal-6 a:hover,
  .mobile\:active\:link-turquoise-opal-6 a:active,
  .mobile\:focus\:link-turquoise-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-6 a {
    color: RGBA(9, 125, 152, 0.6);
  }
  .mobile\:link-turquoise-opal-06 a,
  .mobile\:hover\:link-turquoise-opal-06 a:hover,
  .mobile\:active\:link-turquoise-opal-06 a:active,
  .mobile\:focus\:link-turquoise-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-06 a {
    color: RGBA(9, 125, 152, 0.06);
  }
  .mobile\:link-turquoise-opal-7 a,
  .mobile\:hover\:link-turquoise-opal-7 a:hover,
  .mobile\:active\:link-turquoise-opal-7 a:active,
  .mobile\:focus\:link-turquoise-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-7 a {
    color: RGBA(9, 125, 152, 0.7);
  }
  .mobile\:link-turquoise-opal-07 a,
  .mobile\:hover\:link-turquoise-opal-07 a:hover,
  .mobile\:active\:link-turquoise-opal-07 a:active,
  .mobile\:focus\:link-turquoise-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-07 a {
    color: RGBA(9, 125, 152, 0.07);
  }
  .mobile\:link-turquoise-opal-8 a,
  .mobile\:hover\:link-turquoise-opal-8 a:hover,
  .mobile\:active\:link-turquoise-opal-8 a:active,
  .mobile\:focus\:link-turquoise-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-8 a {
    color: RGBA(9, 125, 152, 0.8);
  }
  .mobile\:link-turquoise-opal-08 a,
  .mobile\:hover\:link-turquoise-opal-08 a:hover,
  .mobile\:active\:link-turquoise-opal-08 a:active,
  .mobile\:focus\:link-turquoise-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-08 a {
    color: RGBA(9, 125, 152, 0.08);
  }
  .mobile\:link-turquoise-opal-9 a,
  .mobile\:hover\:link-turquoise-opal-9 a:hover,
  .mobile\:active\:link-turquoise-opal-9 a:active,
  .mobile\:focus\:link-turquoise-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-9 a {
    color: RGBA(9, 125, 152, 0.9);
  }
  .mobile\:link-turquoise-opal-09 a,
  .mobile\:hover\:link-turquoise-opal-09 a:hover,
  .mobile\:active\:link-turquoise-opal-09 a:active,
  .mobile\:focus\:link-turquoise-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-09 a {
    color: RGBA(9, 125, 152, 0.09);
  }
  .mobile\:link-turquoise-opal-10 a,
  .mobile\:hover\:link-turquoise-opal-10 a:hover,
  .mobile\:active\:link-turquoise-opal-10 a:active,
  .mobile\:focus\:link-turquoise-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-turquoise-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-turquoise-opal-10 a {
    color: RGBA(9, 125, 152, 1);
  }
  .mobile\:txt-dark-teal,
  .mobile\:hover\:txt-dark-teal:hover,
  .mobile\:focus\:txt-dark-teal:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal {
    color: #168982;
  }
  .mobile\:txt-dark-teal-opal-0,
  .mobile\:hover\:txt-dark-teal-opal-0:hover,
  .mobile\:focus\:txt-dark-teal-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-0 {
    color: RGBA(22, 137, 130, 0);
  }
  .mobile\:txt-dark-teal-opal-00,
  .mobile\:hover\:txt-dark-teal-opal-00:hover,
  .mobile\:focus\:txt-dark-teal-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-00 {
    color: RGBA(22, 137, 130, 0);
  }
  .mobile\:txt-dark-teal-opal-1,
  .mobile\:hover\:txt-dark-teal-opal-1:hover,
  .mobile\:focus\:txt-dark-teal-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-1 {
    color: RGBA(22, 137, 130, 0.1);
  }
  .mobile\:txt-dark-teal-opal-01,
  .mobile\:hover\:txt-dark-teal-opal-01:hover,
  .mobile\:focus\:txt-dark-teal-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-01 {
    color: RGBA(22, 137, 130, 0.01);
  }
  .mobile\:txt-dark-teal-opal-2,
  .mobile\:hover\:txt-dark-teal-opal-2:hover,
  .mobile\:focus\:txt-dark-teal-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-2 {
    color: RGBA(22, 137, 130, 0.2);
  }
  .mobile\:txt-dark-teal-opal-02,
  .mobile\:hover\:txt-dark-teal-opal-02:hover,
  .mobile\:focus\:txt-dark-teal-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-02 {
    color: RGBA(22, 137, 130, 0.02);
  }
  .mobile\:txt-dark-teal-opal-3,
  .mobile\:hover\:txt-dark-teal-opal-3:hover,
  .mobile\:focus\:txt-dark-teal-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-3 {
    color: RGBA(22, 137, 130, 0.3);
  }
  .mobile\:txt-dark-teal-opal-03,
  .mobile\:hover\:txt-dark-teal-opal-03:hover,
  .mobile\:focus\:txt-dark-teal-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-03 {
    color: RGBA(22, 137, 130, 0.03);
  }
  .mobile\:txt-dark-teal-opal-4,
  .mobile\:hover\:txt-dark-teal-opal-4:hover,
  .mobile\:focus\:txt-dark-teal-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-4 {
    color: RGBA(22, 137, 130, 0.4);
  }
  .mobile\:txt-dark-teal-opal-04,
  .mobile\:hover\:txt-dark-teal-opal-04:hover,
  .mobile\:focus\:txt-dark-teal-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-04 {
    color: RGBA(22, 137, 130, 0.04);
  }
  .mobile\:txt-dark-teal-opal-5,
  .mobile\:hover\:txt-dark-teal-opal-5:hover,
  .mobile\:focus\:txt-dark-teal-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-5 {
    color: RGBA(22, 137, 130, 0.5);
  }
  .mobile\:txt-dark-teal-opal-05,
  .mobile\:hover\:txt-dark-teal-opal-05:hover,
  .mobile\:focus\:txt-dark-teal-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-05 {
    color: RGBA(22, 137, 130, 0.05);
  }
  .mobile\:txt-dark-teal-opal-6,
  .mobile\:hover\:txt-dark-teal-opal-6:hover,
  .mobile\:focus\:txt-dark-teal-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-6 {
    color: RGBA(22, 137, 130, 0.6);
  }
  .mobile\:txt-dark-teal-opal-06,
  .mobile\:hover\:txt-dark-teal-opal-06:hover,
  .mobile\:focus\:txt-dark-teal-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-06 {
    color: RGBA(22, 137, 130, 0.06);
  }
  .mobile\:txt-dark-teal-opal-7,
  .mobile\:hover\:txt-dark-teal-opal-7:hover,
  .mobile\:focus\:txt-dark-teal-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-7 {
    color: RGBA(22, 137, 130, 0.7);
  }
  .mobile\:txt-dark-teal-opal-07,
  .mobile\:hover\:txt-dark-teal-opal-07:hover,
  .mobile\:focus\:txt-dark-teal-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-07 {
    color: RGBA(22, 137, 130, 0.07);
  }
  .mobile\:txt-dark-teal-opal-8,
  .mobile\:hover\:txt-dark-teal-opal-8:hover,
  .mobile\:focus\:txt-dark-teal-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-8 {
    color: RGBA(22, 137, 130, 0.8);
  }
  .mobile\:txt-dark-teal-opal-08,
  .mobile\:hover\:txt-dark-teal-opal-08:hover,
  .mobile\:focus\:txt-dark-teal-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-08 {
    color: RGBA(22, 137, 130, 0.08);
  }
  .mobile\:txt-dark-teal-opal-9,
  .mobile\:hover\:txt-dark-teal-opal-9:hover,
  .mobile\:focus\:txt-dark-teal-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-9 {
    color: RGBA(22, 137, 130, 0.9);
  }
  .mobile\:txt-dark-teal-opal-09,
  .mobile\:hover\:txt-dark-teal-opal-09:hover,
  .mobile\:focus\:txt-dark-teal-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-09 {
    color: RGBA(22, 137, 130, 0.09);
  }
  .mobile\:txt-dark-teal-opal-10,
  .mobile\:hover\:txt-dark-teal-opal-10:hover,
  .mobile\:focus\:txt-dark-teal-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-opal-10 {
    color: RGBA(22, 137, 130, 1);
  }
  .mobile\:link-dark-teal a,
  .mobile\:hover\:link-dark-teal a:hover,
  .mobile\:active\:link-dark-teal a:active,
  .mobile\:focus\:link-dark-teal a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal a {
    color: #168982;
  }
  .mobile\:link-dark-teal-opal-0 a,
  .mobile\:hover\:link-dark-teal-opal-0 a:hover,
  .mobile\:active\:link-dark-teal-opal-0 a:active,
  .mobile\:focus\:link-dark-teal-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-0 a {
    color: RGBA(22, 137, 130, 0);
  }
  .mobile\:link-dark-teal-opal-00 a,
  .mobile\:hover\:link-dark-teal-opal-00 a:hover,
  .mobile\:active\:link-dark-teal-opal-00 a:active,
  .mobile\:focus\:link-dark-teal-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-00 a {
    color: RGBA(22, 137, 130, 0);
  }
  .mobile\:link-dark-teal-opal-1 a,
  .mobile\:hover\:link-dark-teal-opal-1 a:hover,
  .mobile\:active\:link-dark-teal-opal-1 a:active,
  .mobile\:focus\:link-dark-teal-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-1 a {
    color: RGBA(22, 137, 130, 0.1);
  }
  .mobile\:link-dark-teal-opal-01 a,
  .mobile\:hover\:link-dark-teal-opal-01 a:hover,
  .mobile\:active\:link-dark-teal-opal-01 a:active,
  .mobile\:focus\:link-dark-teal-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-01 a {
    color: RGBA(22, 137, 130, 0.01);
  }
  .mobile\:link-dark-teal-opal-2 a,
  .mobile\:hover\:link-dark-teal-opal-2 a:hover,
  .mobile\:active\:link-dark-teal-opal-2 a:active,
  .mobile\:focus\:link-dark-teal-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-2 a {
    color: RGBA(22, 137, 130, 0.2);
  }
  .mobile\:link-dark-teal-opal-02 a,
  .mobile\:hover\:link-dark-teal-opal-02 a:hover,
  .mobile\:active\:link-dark-teal-opal-02 a:active,
  .mobile\:focus\:link-dark-teal-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-02 a {
    color: RGBA(22, 137, 130, 0.02);
  }
  .mobile\:link-dark-teal-opal-3 a,
  .mobile\:hover\:link-dark-teal-opal-3 a:hover,
  .mobile\:active\:link-dark-teal-opal-3 a:active,
  .mobile\:focus\:link-dark-teal-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-3 a {
    color: RGBA(22, 137, 130, 0.3);
  }
  .mobile\:link-dark-teal-opal-03 a,
  .mobile\:hover\:link-dark-teal-opal-03 a:hover,
  .mobile\:active\:link-dark-teal-opal-03 a:active,
  .mobile\:focus\:link-dark-teal-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-03 a {
    color: RGBA(22, 137, 130, 0.03);
  }
  .mobile\:link-dark-teal-opal-4 a,
  .mobile\:hover\:link-dark-teal-opal-4 a:hover,
  .mobile\:active\:link-dark-teal-opal-4 a:active,
  .mobile\:focus\:link-dark-teal-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-4 a {
    color: RGBA(22, 137, 130, 0.4);
  }
  .mobile\:link-dark-teal-opal-04 a,
  .mobile\:hover\:link-dark-teal-opal-04 a:hover,
  .mobile\:active\:link-dark-teal-opal-04 a:active,
  .mobile\:focus\:link-dark-teal-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-04 a {
    color: RGBA(22, 137, 130, 0.04);
  }
  .mobile\:link-dark-teal-opal-5 a,
  .mobile\:hover\:link-dark-teal-opal-5 a:hover,
  .mobile\:active\:link-dark-teal-opal-5 a:active,
  .mobile\:focus\:link-dark-teal-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-5 a {
    color: RGBA(22, 137, 130, 0.5);
  }
  .mobile\:link-dark-teal-opal-05 a,
  .mobile\:hover\:link-dark-teal-opal-05 a:hover,
  .mobile\:active\:link-dark-teal-opal-05 a:active,
  .mobile\:focus\:link-dark-teal-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-05 a {
    color: RGBA(22, 137, 130, 0.05);
  }
  .mobile\:link-dark-teal-opal-6 a,
  .mobile\:hover\:link-dark-teal-opal-6 a:hover,
  .mobile\:active\:link-dark-teal-opal-6 a:active,
  .mobile\:focus\:link-dark-teal-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-6 a {
    color: RGBA(22, 137, 130, 0.6);
  }
  .mobile\:link-dark-teal-opal-06 a,
  .mobile\:hover\:link-dark-teal-opal-06 a:hover,
  .mobile\:active\:link-dark-teal-opal-06 a:active,
  .mobile\:focus\:link-dark-teal-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-06 a {
    color: RGBA(22, 137, 130, 0.06);
  }
  .mobile\:link-dark-teal-opal-7 a,
  .mobile\:hover\:link-dark-teal-opal-7 a:hover,
  .mobile\:active\:link-dark-teal-opal-7 a:active,
  .mobile\:focus\:link-dark-teal-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-7 a {
    color: RGBA(22, 137, 130, 0.7);
  }
  .mobile\:link-dark-teal-opal-07 a,
  .mobile\:hover\:link-dark-teal-opal-07 a:hover,
  .mobile\:active\:link-dark-teal-opal-07 a:active,
  .mobile\:focus\:link-dark-teal-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-07 a {
    color: RGBA(22, 137, 130, 0.07);
  }
  .mobile\:link-dark-teal-opal-8 a,
  .mobile\:hover\:link-dark-teal-opal-8 a:hover,
  .mobile\:active\:link-dark-teal-opal-8 a:active,
  .mobile\:focus\:link-dark-teal-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-8 a {
    color: RGBA(22, 137, 130, 0.8);
  }
  .mobile\:link-dark-teal-opal-08 a,
  .mobile\:hover\:link-dark-teal-opal-08 a:hover,
  .mobile\:active\:link-dark-teal-opal-08 a:active,
  .mobile\:focus\:link-dark-teal-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-08 a {
    color: RGBA(22, 137, 130, 0.08);
  }
  .mobile\:link-dark-teal-opal-9 a,
  .mobile\:hover\:link-dark-teal-opal-9 a:hover,
  .mobile\:active\:link-dark-teal-opal-9 a:active,
  .mobile\:focus\:link-dark-teal-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-9 a {
    color: RGBA(22, 137, 130, 0.9);
  }
  .mobile\:link-dark-teal-opal-09 a,
  .mobile\:hover\:link-dark-teal-opal-09 a:hover,
  .mobile\:active\:link-dark-teal-opal-09 a:active,
  .mobile\:focus\:link-dark-teal-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-09 a {
    color: RGBA(22, 137, 130, 0.09);
  }
  .mobile\:link-dark-teal-opal-10 a,
  .mobile\:hover\:link-dark-teal-opal-10 a:hover,
  .mobile\:active\:link-dark-teal-opal-10 a:active,
  .mobile\:focus\:link-dark-teal-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-dark-teal-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-dark-teal-opal-10 a {
    color: RGBA(22, 137, 130, 1);
  }
  .mobile\:txt-teal,
  .mobile\:hover\:txt-teal:hover,
  .mobile\:focus\:txt-teal:focus,
  .mobile\:group:hover .group-hover\:txt-teal,
  .mobile\:group:focus-within .group-focus-within\:txt-teal {
    color: #43b59a;
  }
  .mobile\:txt-teal-opal-0,
  .mobile\:hover\:txt-teal-opal-0:hover,
  .mobile\:focus\:txt-teal-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-0 {
    color: RGBA(67, 181, 154, 0);
  }
  .mobile\:txt-teal-opal-00,
  .mobile\:hover\:txt-teal-opal-00:hover,
  .mobile\:focus\:txt-teal-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-00 {
    color: RGBA(67, 181, 154, 0);
  }
  .mobile\:txt-teal-opal-1,
  .mobile\:hover\:txt-teal-opal-1:hover,
  .mobile\:focus\:txt-teal-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-1 {
    color: RGBA(67, 181, 154, 0.1);
  }
  .mobile\:txt-teal-opal-01,
  .mobile\:hover\:txt-teal-opal-01:hover,
  .mobile\:focus\:txt-teal-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-01 {
    color: RGBA(67, 181, 154, 0.01);
  }
  .mobile\:txt-teal-opal-2,
  .mobile\:hover\:txt-teal-opal-2:hover,
  .mobile\:focus\:txt-teal-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-2 {
    color: RGBA(67, 181, 154, 0.2);
  }
  .mobile\:txt-teal-opal-02,
  .mobile\:hover\:txt-teal-opal-02:hover,
  .mobile\:focus\:txt-teal-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-02 {
    color: RGBA(67, 181, 154, 0.02);
  }
  .mobile\:txt-teal-opal-3,
  .mobile\:hover\:txt-teal-opal-3:hover,
  .mobile\:focus\:txt-teal-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-3 {
    color: RGBA(67, 181, 154, 0.3);
  }
  .mobile\:txt-teal-opal-03,
  .mobile\:hover\:txt-teal-opal-03:hover,
  .mobile\:focus\:txt-teal-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-03 {
    color: RGBA(67, 181, 154, 0.03);
  }
  .mobile\:txt-teal-opal-4,
  .mobile\:hover\:txt-teal-opal-4:hover,
  .mobile\:focus\:txt-teal-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-4 {
    color: RGBA(67, 181, 154, 0.4);
  }
  .mobile\:txt-teal-opal-04,
  .mobile\:hover\:txt-teal-opal-04:hover,
  .mobile\:focus\:txt-teal-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-04 {
    color: RGBA(67, 181, 154, 0.04);
  }
  .mobile\:txt-teal-opal-5,
  .mobile\:hover\:txt-teal-opal-5:hover,
  .mobile\:focus\:txt-teal-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-5 {
    color: RGBA(67, 181, 154, 0.5);
  }
  .mobile\:txt-teal-opal-05,
  .mobile\:hover\:txt-teal-opal-05:hover,
  .mobile\:focus\:txt-teal-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-05 {
    color: RGBA(67, 181, 154, 0.05);
  }
  .mobile\:txt-teal-opal-6,
  .mobile\:hover\:txt-teal-opal-6:hover,
  .mobile\:focus\:txt-teal-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-6 {
    color: RGBA(67, 181, 154, 0.6);
  }
  .mobile\:txt-teal-opal-06,
  .mobile\:hover\:txt-teal-opal-06:hover,
  .mobile\:focus\:txt-teal-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-06 {
    color: RGBA(67, 181, 154, 0.06);
  }
  .mobile\:txt-teal-opal-7,
  .mobile\:hover\:txt-teal-opal-7:hover,
  .mobile\:focus\:txt-teal-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-7 {
    color: RGBA(67, 181, 154, 0.7);
  }
  .mobile\:txt-teal-opal-07,
  .mobile\:hover\:txt-teal-opal-07:hover,
  .mobile\:focus\:txt-teal-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-07 {
    color: RGBA(67, 181, 154, 0.07);
  }
  .mobile\:txt-teal-opal-8,
  .mobile\:hover\:txt-teal-opal-8:hover,
  .mobile\:focus\:txt-teal-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-8 {
    color: RGBA(67, 181, 154, 0.8);
  }
  .mobile\:txt-teal-opal-08,
  .mobile\:hover\:txt-teal-opal-08:hover,
  .mobile\:focus\:txt-teal-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-08 {
    color: RGBA(67, 181, 154, 0.08);
  }
  .mobile\:txt-teal-opal-9,
  .mobile\:hover\:txt-teal-opal-9:hover,
  .mobile\:focus\:txt-teal-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-9 {
    color: RGBA(67, 181, 154, 0.9);
  }
  .mobile\:txt-teal-opal-09,
  .mobile\:hover\:txt-teal-opal-09:hover,
  .mobile\:focus\:txt-teal-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-09 {
    color: RGBA(67, 181, 154, 0.09);
  }
  .mobile\:txt-teal-opal-10,
  .mobile\:hover\:txt-teal-opal-10:hover,
  .mobile\:focus\:txt-teal-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-teal-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-teal-opal-10 {
    color: RGBA(67, 181, 154, 1);
  }
  .mobile\:link-teal a,
  .mobile\:hover\:link-teal a:hover,
  .mobile\:active\:link-teal a:active,
  .mobile\:focus\:link-teal a:focus,
  .mobile\:group:hover .group-hover\:link-teal a,
  .mobile\:group:focus-within .group-focus-within\:link-teal a {
    color: #43b59a;
  }
  .mobile\:link-teal-opal-0 a,
  .mobile\:hover\:link-teal-opal-0 a:hover,
  .mobile\:active\:link-teal-opal-0 a:active,
  .mobile\:focus\:link-teal-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-0 a {
    color: RGBA(67, 181, 154, 0);
  }
  .mobile\:link-teal-opal-00 a,
  .mobile\:hover\:link-teal-opal-00 a:hover,
  .mobile\:active\:link-teal-opal-00 a:active,
  .mobile\:focus\:link-teal-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-00 a {
    color: RGBA(67, 181, 154, 0);
  }
  .mobile\:link-teal-opal-1 a,
  .mobile\:hover\:link-teal-opal-1 a:hover,
  .mobile\:active\:link-teal-opal-1 a:active,
  .mobile\:focus\:link-teal-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-1 a {
    color: RGBA(67, 181, 154, 0.1);
  }
  .mobile\:link-teal-opal-01 a,
  .mobile\:hover\:link-teal-opal-01 a:hover,
  .mobile\:active\:link-teal-opal-01 a:active,
  .mobile\:focus\:link-teal-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-01 a {
    color: RGBA(67, 181, 154, 0.01);
  }
  .mobile\:link-teal-opal-2 a,
  .mobile\:hover\:link-teal-opal-2 a:hover,
  .mobile\:active\:link-teal-opal-2 a:active,
  .mobile\:focus\:link-teal-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-2 a {
    color: RGBA(67, 181, 154, 0.2);
  }
  .mobile\:link-teal-opal-02 a,
  .mobile\:hover\:link-teal-opal-02 a:hover,
  .mobile\:active\:link-teal-opal-02 a:active,
  .mobile\:focus\:link-teal-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-02 a {
    color: RGBA(67, 181, 154, 0.02);
  }
  .mobile\:link-teal-opal-3 a,
  .mobile\:hover\:link-teal-opal-3 a:hover,
  .mobile\:active\:link-teal-opal-3 a:active,
  .mobile\:focus\:link-teal-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-3 a {
    color: RGBA(67, 181, 154, 0.3);
  }
  .mobile\:link-teal-opal-03 a,
  .mobile\:hover\:link-teal-opal-03 a:hover,
  .mobile\:active\:link-teal-opal-03 a:active,
  .mobile\:focus\:link-teal-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-03 a {
    color: RGBA(67, 181, 154, 0.03);
  }
  .mobile\:link-teal-opal-4 a,
  .mobile\:hover\:link-teal-opal-4 a:hover,
  .mobile\:active\:link-teal-opal-4 a:active,
  .mobile\:focus\:link-teal-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-4 a {
    color: RGBA(67, 181, 154, 0.4);
  }
  .mobile\:link-teal-opal-04 a,
  .mobile\:hover\:link-teal-opal-04 a:hover,
  .mobile\:active\:link-teal-opal-04 a:active,
  .mobile\:focus\:link-teal-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-04 a {
    color: RGBA(67, 181, 154, 0.04);
  }
  .mobile\:link-teal-opal-5 a,
  .mobile\:hover\:link-teal-opal-5 a:hover,
  .mobile\:active\:link-teal-opal-5 a:active,
  .mobile\:focus\:link-teal-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-5 a {
    color: RGBA(67, 181, 154, 0.5);
  }
  .mobile\:link-teal-opal-05 a,
  .mobile\:hover\:link-teal-opal-05 a:hover,
  .mobile\:active\:link-teal-opal-05 a:active,
  .mobile\:focus\:link-teal-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-05 a {
    color: RGBA(67, 181, 154, 0.05);
  }
  .mobile\:link-teal-opal-6 a,
  .mobile\:hover\:link-teal-opal-6 a:hover,
  .mobile\:active\:link-teal-opal-6 a:active,
  .mobile\:focus\:link-teal-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-6 a {
    color: RGBA(67, 181, 154, 0.6);
  }
  .mobile\:link-teal-opal-06 a,
  .mobile\:hover\:link-teal-opal-06 a:hover,
  .mobile\:active\:link-teal-opal-06 a:active,
  .mobile\:focus\:link-teal-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-06 a {
    color: RGBA(67, 181, 154, 0.06);
  }
  .mobile\:link-teal-opal-7 a,
  .mobile\:hover\:link-teal-opal-7 a:hover,
  .mobile\:active\:link-teal-opal-7 a:active,
  .mobile\:focus\:link-teal-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-7 a {
    color: RGBA(67, 181, 154, 0.7);
  }
  .mobile\:link-teal-opal-07 a,
  .mobile\:hover\:link-teal-opal-07 a:hover,
  .mobile\:active\:link-teal-opal-07 a:active,
  .mobile\:focus\:link-teal-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-07 a {
    color: RGBA(67, 181, 154, 0.07);
  }
  .mobile\:link-teal-opal-8 a,
  .mobile\:hover\:link-teal-opal-8 a:hover,
  .mobile\:active\:link-teal-opal-8 a:active,
  .mobile\:focus\:link-teal-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-8 a {
    color: RGBA(67, 181, 154, 0.8);
  }
  .mobile\:link-teal-opal-08 a,
  .mobile\:hover\:link-teal-opal-08 a:hover,
  .mobile\:active\:link-teal-opal-08 a:active,
  .mobile\:focus\:link-teal-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-08 a {
    color: RGBA(67, 181, 154, 0.08);
  }
  .mobile\:link-teal-opal-9 a,
  .mobile\:hover\:link-teal-opal-9 a:hover,
  .mobile\:active\:link-teal-opal-9 a:active,
  .mobile\:focus\:link-teal-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-9 a {
    color: RGBA(67, 181, 154, 0.9);
  }
  .mobile\:link-teal-opal-09 a,
  .mobile\:hover\:link-teal-opal-09 a:hover,
  .mobile\:active\:link-teal-opal-09 a:active,
  .mobile\:focus\:link-teal-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-09 a {
    color: RGBA(67, 181, 154, 0.09);
  }
  .mobile\:link-teal-opal-10 a,
  .mobile\:hover\:link-teal-opal-10 a:hover,
  .mobile\:active\:link-teal-opal-10 a:active,
  .mobile\:focus\:link-teal-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-teal-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-teal-opal-10 a {
    color: RGBA(67, 181, 154, 1);
  }
  .mobile\:txt-vibe,
  .mobile\:hover\:txt-vibe:hover,
  .mobile\:focus\:txt-vibe:focus,
  .mobile\:group:hover .group-hover\:txt-vibe,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe {
    color: #4bd6b5;
  }
  .mobile\:txt-vibe-opal-0,
  .mobile\:hover\:txt-vibe-opal-0:hover,
  .mobile\:focus\:txt-vibe-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-0 {
    color: RGBA(75, 214, 181, 0);
  }
  .mobile\:txt-vibe-opal-00,
  .mobile\:hover\:txt-vibe-opal-00:hover,
  .mobile\:focus\:txt-vibe-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-00 {
    color: RGBA(75, 214, 181, 0);
  }
  .mobile\:txt-vibe-opal-1,
  .mobile\:hover\:txt-vibe-opal-1:hover,
  .mobile\:focus\:txt-vibe-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-1 {
    color: RGBA(75, 214, 181, 0.1);
  }
  .mobile\:txt-vibe-opal-01,
  .mobile\:hover\:txt-vibe-opal-01:hover,
  .mobile\:focus\:txt-vibe-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-01 {
    color: RGBA(75, 214, 181, 0.01);
  }
  .mobile\:txt-vibe-opal-2,
  .mobile\:hover\:txt-vibe-opal-2:hover,
  .mobile\:focus\:txt-vibe-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-2 {
    color: RGBA(75, 214, 181, 0.2);
  }
  .mobile\:txt-vibe-opal-02,
  .mobile\:hover\:txt-vibe-opal-02:hover,
  .mobile\:focus\:txt-vibe-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-02 {
    color: RGBA(75, 214, 181, 0.02);
  }
  .mobile\:txt-vibe-opal-3,
  .mobile\:hover\:txt-vibe-opal-3:hover,
  .mobile\:focus\:txt-vibe-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-3 {
    color: RGBA(75, 214, 181, 0.3);
  }
  .mobile\:txt-vibe-opal-03,
  .mobile\:hover\:txt-vibe-opal-03:hover,
  .mobile\:focus\:txt-vibe-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-03 {
    color: RGBA(75, 214, 181, 0.03);
  }
  .mobile\:txt-vibe-opal-4,
  .mobile\:hover\:txt-vibe-opal-4:hover,
  .mobile\:focus\:txt-vibe-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-4 {
    color: RGBA(75, 214, 181, 0.4);
  }
  .mobile\:txt-vibe-opal-04,
  .mobile\:hover\:txt-vibe-opal-04:hover,
  .mobile\:focus\:txt-vibe-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-04 {
    color: RGBA(75, 214, 181, 0.04);
  }
  .mobile\:txt-vibe-opal-5,
  .mobile\:hover\:txt-vibe-opal-5:hover,
  .mobile\:focus\:txt-vibe-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-5 {
    color: RGBA(75, 214, 181, 0.5);
  }
  .mobile\:txt-vibe-opal-05,
  .mobile\:hover\:txt-vibe-opal-05:hover,
  .mobile\:focus\:txt-vibe-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-05 {
    color: RGBA(75, 214, 181, 0.05);
  }
  .mobile\:txt-vibe-opal-6,
  .mobile\:hover\:txt-vibe-opal-6:hover,
  .mobile\:focus\:txt-vibe-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-6 {
    color: RGBA(75, 214, 181, 0.6);
  }
  .mobile\:txt-vibe-opal-06,
  .mobile\:hover\:txt-vibe-opal-06:hover,
  .mobile\:focus\:txt-vibe-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-06 {
    color: RGBA(75, 214, 181, 0.06);
  }
  .mobile\:txt-vibe-opal-7,
  .mobile\:hover\:txt-vibe-opal-7:hover,
  .mobile\:focus\:txt-vibe-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-7 {
    color: RGBA(75, 214, 181, 0.7);
  }
  .mobile\:txt-vibe-opal-07,
  .mobile\:hover\:txt-vibe-opal-07:hover,
  .mobile\:focus\:txt-vibe-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-07 {
    color: RGBA(75, 214, 181, 0.07);
  }
  .mobile\:txt-vibe-opal-8,
  .mobile\:hover\:txt-vibe-opal-8:hover,
  .mobile\:focus\:txt-vibe-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-8 {
    color: RGBA(75, 214, 181, 0.8);
  }
  .mobile\:txt-vibe-opal-08,
  .mobile\:hover\:txt-vibe-opal-08:hover,
  .mobile\:focus\:txt-vibe-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-08 {
    color: RGBA(75, 214, 181, 0.08);
  }
  .mobile\:txt-vibe-opal-9,
  .mobile\:hover\:txt-vibe-opal-9:hover,
  .mobile\:focus\:txt-vibe-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-9 {
    color: RGBA(75, 214, 181, 0.9);
  }
  .mobile\:txt-vibe-opal-09,
  .mobile\:hover\:txt-vibe-opal-09:hover,
  .mobile\:focus\:txt-vibe-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-09 {
    color: RGBA(75, 214, 181, 0.09);
  }
  .mobile\:txt-vibe-opal-10,
  .mobile\:hover\:txt-vibe-opal-10:hover,
  .mobile\:focus\:txt-vibe-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-vibe-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-vibe-opal-10 {
    color: RGBA(75, 214, 181, 1);
  }
  .mobile\:link-vibe a,
  .mobile\:hover\:link-vibe a:hover,
  .mobile\:active\:link-vibe a:active,
  .mobile\:focus\:link-vibe a:focus,
  .mobile\:group:hover .group-hover\:link-vibe a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe a {
    color: #4bd6b5;
  }
  .mobile\:link-vibe-opal-0 a,
  .mobile\:hover\:link-vibe-opal-0 a:hover,
  .mobile\:active\:link-vibe-opal-0 a:active,
  .mobile\:focus\:link-vibe-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-0 a {
    color: RGBA(75, 214, 181, 0);
  }
  .mobile\:link-vibe-opal-00 a,
  .mobile\:hover\:link-vibe-opal-00 a:hover,
  .mobile\:active\:link-vibe-opal-00 a:active,
  .mobile\:focus\:link-vibe-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-00 a {
    color: RGBA(75, 214, 181, 0);
  }
  .mobile\:link-vibe-opal-1 a,
  .mobile\:hover\:link-vibe-opal-1 a:hover,
  .mobile\:active\:link-vibe-opal-1 a:active,
  .mobile\:focus\:link-vibe-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-1 a {
    color: RGBA(75, 214, 181, 0.1);
  }
  .mobile\:link-vibe-opal-01 a,
  .mobile\:hover\:link-vibe-opal-01 a:hover,
  .mobile\:active\:link-vibe-opal-01 a:active,
  .mobile\:focus\:link-vibe-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-01 a {
    color: RGBA(75, 214, 181, 0.01);
  }
  .mobile\:link-vibe-opal-2 a,
  .mobile\:hover\:link-vibe-opal-2 a:hover,
  .mobile\:active\:link-vibe-opal-2 a:active,
  .mobile\:focus\:link-vibe-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-2 a {
    color: RGBA(75, 214, 181, 0.2);
  }
  .mobile\:link-vibe-opal-02 a,
  .mobile\:hover\:link-vibe-opal-02 a:hover,
  .mobile\:active\:link-vibe-opal-02 a:active,
  .mobile\:focus\:link-vibe-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-02 a {
    color: RGBA(75, 214, 181, 0.02);
  }
  .mobile\:link-vibe-opal-3 a,
  .mobile\:hover\:link-vibe-opal-3 a:hover,
  .mobile\:active\:link-vibe-opal-3 a:active,
  .mobile\:focus\:link-vibe-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-3 a {
    color: RGBA(75, 214, 181, 0.3);
  }
  .mobile\:link-vibe-opal-03 a,
  .mobile\:hover\:link-vibe-opal-03 a:hover,
  .mobile\:active\:link-vibe-opal-03 a:active,
  .mobile\:focus\:link-vibe-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-03 a {
    color: RGBA(75, 214, 181, 0.03);
  }
  .mobile\:link-vibe-opal-4 a,
  .mobile\:hover\:link-vibe-opal-4 a:hover,
  .mobile\:active\:link-vibe-opal-4 a:active,
  .mobile\:focus\:link-vibe-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-4 a {
    color: RGBA(75, 214, 181, 0.4);
  }
  .mobile\:link-vibe-opal-04 a,
  .mobile\:hover\:link-vibe-opal-04 a:hover,
  .mobile\:active\:link-vibe-opal-04 a:active,
  .mobile\:focus\:link-vibe-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-04 a {
    color: RGBA(75, 214, 181, 0.04);
  }
  .mobile\:link-vibe-opal-5 a,
  .mobile\:hover\:link-vibe-opal-5 a:hover,
  .mobile\:active\:link-vibe-opal-5 a:active,
  .mobile\:focus\:link-vibe-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-5 a {
    color: RGBA(75, 214, 181, 0.5);
  }
  .mobile\:link-vibe-opal-05 a,
  .mobile\:hover\:link-vibe-opal-05 a:hover,
  .mobile\:active\:link-vibe-opal-05 a:active,
  .mobile\:focus\:link-vibe-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-05 a {
    color: RGBA(75, 214, 181, 0.05);
  }
  .mobile\:link-vibe-opal-6 a,
  .mobile\:hover\:link-vibe-opal-6 a:hover,
  .mobile\:active\:link-vibe-opal-6 a:active,
  .mobile\:focus\:link-vibe-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-6 a {
    color: RGBA(75, 214, 181, 0.6);
  }
  .mobile\:link-vibe-opal-06 a,
  .mobile\:hover\:link-vibe-opal-06 a:hover,
  .mobile\:active\:link-vibe-opal-06 a:active,
  .mobile\:focus\:link-vibe-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-06 a {
    color: RGBA(75, 214, 181, 0.06);
  }
  .mobile\:link-vibe-opal-7 a,
  .mobile\:hover\:link-vibe-opal-7 a:hover,
  .mobile\:active\:link-vibe-opal-7 a:active,
  .mobile\:focus\:link-vibe-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-7 a {
    color: RGBA(75, 214, 181, 0.7);
  }
  .mobile\:link-vibe-opal-07 a,
  .mobile\:hover\:link-vibe-opal-07 a:hover,
  .mobile\:active\:link-vibe-opal-07 a:active,
  .mobile\:focus\:link-vibe-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-07 a {
    color: RGBA(75, 214, 181, 0.07);
  }
  .mobile\:link-vibe-opal-8 a,
  .mobile\:hover\:link-vibe-opal-8 a:hover,
  .mobile\:active\:link-vibe-opal-8 a:active,
  .mobile\:focus\:link-vibe-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-8 a {
    color: RGBA(75, 214, 181, 0.8);
  }
  .mobile\:link-vibe-opal-08 a,
  .mobile\:hover\:link-vibe-opal-08 a:hover,
  .mobile\:active\:link-vibe-opal-08 a:active,
  .mobile\:focus\:link-vibe-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-08 a {
    color: RGBA(75, 214, 181, 0.08);
  }
  .mobile\:link-vibe-opal-9 a,
  .mobile\:hover\:link-vibe-opal-9 a:hover,
  .mobile\:active\:link-vibe-opal-9 a:active,
  .mobile\:focus\:link-vibe-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-9 a {
    color: RGBA(75, 214, 181, 0.9);
  }
  .mobile\:link-vibe-opal-09 a,
  .mobile\:hover\:link-vibe-opal-09 a:hover,
  .mobile\:active\:link-vibe-opal-09 a:active,
  .mobile\:focus\:link-vibe-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-09 a {
    color: RGBA(75, 214, 181, 0.09);
  }
  .mobile\:link-vibe-opal-10 a,
  .mobile\:hover\:link-vibe-opal-10 a:hover,
  .mobile\:active\:link-vibe-opal-10 a:active,
  .mobile\:focus\:link-vibe-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-vibe-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-vibe-opal-10 a {
    color: RGBA(75, 214, 181, 1);
  }
  .mobile\:txt-deep-sea,
  .mobile\:hover\:txt-deep-sea:hover,
  .mobile\:focus\:txt-deep-sea:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea {
    color: #0a26b8;
  }
  .mobile\:txt-deep-sea-opal-0,
  .mobile\:hover\:txt-deep-sea-opal-0:hover,
  .mobile\:focus\:txt-deep-sea-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-0 {
    color: RGBA(10, 38, 184, 0);
  }
  .mobile\:txt-deep-sea-opal-00,
  .mobile\:hover\:txt-deep-sea-opal-00:hover,
  .mobile\:focus\:txt-deep-sea-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-00 {
    color: RGBA(10, 38, 184, 0);
  }
  .mobile\:txt-deep-sea-opal-1,
  .mobile\:hover\:txt-deep-sea-opal-1:hover,
  .mobile\:focus\:txt-deep-sea-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-1 {
    color: RGBA(10, 38, 184, 0.1);
  }
  .mobile\:txt-deep-sea-opal-01,
  .mobile\:hover\:txt-deep-sea-opal-01:hover,
  .mobile\:focus\:txt-deep-sea-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-01 {
    color: RGBA(10, 38, 184, 0.01);
  }
  .mobile\:txt-deep-sea-opal-2,
  .mobile\:hover\:txt-deep-sea-opal-2:hover,
  .mobile\:focus\:txt-deep-sea-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-2 {
    color: RGBA(10, 38, 184, 0.2);
  }
  .mobile\:txt-deep-sea-opal-02,
  .mobile\:hover\:txt-deep-sea-opal-02:hover,
  .mobile\:focus\:txt-deep-sea-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-02 {
    color: RGBA(10, 38, 184, 0.02);
  }
  .mobile\:txt-deep-sea-opal-3,
  .mobile\:hover\:txt-deep-sea-opal-3:hover,
  .mobile\:focus\:txt-deep-sea-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-3 {
    color: RGBA(10, 38, 184, 0.3);
  }
  .mobile\:txt-deep-sea-opal-03,
  .mobile\:hover\:txt-deep-sea-opal-03:hover,
  .mobile\:focus\:txt-deep-sea-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-03 {
    color: RGBA(10, 38, 184, 0.03);
  }
  .mobile\:txt-deep-sea-opal-4,
  .mobile\:hover\:txt-deep-sea-opal-4:hover,
  .mobile\:focus\:txt-deep-sea-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-4 {
    color: RGBA(10, 38, 184, 0.4);
  }
  .mobile\:txt-deep-sea-opal-04,
  .mobile\:hover\:txt-deep-sea-opal-04:hover,
  .mobile\:focus\:txt-deep-sea-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-04 {
    color: RGBA(10, 38, 184, 0.04);
  }
  .mobile\:txt-deep-sea-opal-5,
  .mobile\:hover\:txt-deep-sea-opal-5:hover,
  .mobile\:focus\:txt-deep-sea-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-5 {
    color: RGBA(10, 38, 184, 0.5);
  }
  .mobile\:txt-deep-sea-opal-05,
  .mobile\:hover\:txt-deep-sea-opal-05:hover,
  .mobile\:focus\:txt-deep-sea-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-05 {
    color: RGBA(10, 38, 184, 0.05);
  }
  .mobile\:txt-deep-sea-opal-6,
  .mobile\:hover\:txt-deep-sea-opal-6:hover,
  .mobile\:focus\:txt-deep-sea-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-6 {
    color: RGBA(10, 38, 184, 0.6);
  }
  .mobile\:txt-deep-sea-opal-06,
  .mobile\:hover\:txt-deep-sea-opal-06:hover,
  .mobile\:focus\:txt-deep-sea-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-06 {
    color: RGBA(10, 38, 184, 0.06);
  }
  .mobile\:txt-deep-sea-opal-7,
  .mobile\:hover\:txt-deep-sea-opal-7:hover,
  .mobile\:focus\:txt-deep-sea-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-7 {
    color: RGBA(10, 38, 184, 0.7);
  }
  .mobile\:txt-deep-sea-opal-07,
  .mobile\:hover\:txt-deep-sea-opal-07:hover,
  .mobile\:focus\:txt-deep-sea-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-07 {
    color: RGBA(10, 38, 184, 0.07);
  }
  .mobile\:txt-deep-sea-opal-8,
  .mobile\:hover\:txt-deep-sea-opal-8:hover,
  .mobile\:focus\:txt-deep-sea-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-8 {
    color: RGBA(10, 38, 184, 0.8);
  }
  .mobile\:txt-deep-sea-opal-08,
  .mobile\:hover\:txt-deep-sea-opal-08:hover,
  .mobile\:focus\:txt-deep-sea-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-08 {
    color: RGBA(10, 38, 184, 0.08);
  }
  .mobile\:txt-deep-sea-opal-9,
  .mobile\:hover\:txt-deep-sea-opal-9:hover,
  .mobile\:focus\:txt-deep-sea-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-9 {
    color: RGBA(10, 38, 184, 0.9);
  }
  .mobile\:txt-deep-sea-opal-09,
  .mobile\:hover\:txt-deep-sea-opal-09:hover,
  .mobile\:focus\:txt-deep-sea-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-09 {
    color: RGBA(10, 38, 184, 0.09);
  }
  .mobile\:txt-deep-sea-opal-10,
  .mobile\:hover\:txt-deep-sea-opal-10:hover,
  .mobile\:focus\:txt-deep-sea-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-deep-sea-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-deep-sea-opal-10 {
    color: RGBA(10, 38, 184, 1);
  }
  .mobile\:link-deep-sea a,
  .mobile\:hover\:link-deep-sea a:hover,
  .mobile\:active\:link-deep-sea a:active,
  .mobile\:focus\:link-deep-sea a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea a {
    color: #0a26b8;
  }
  .mobile\:link-deep-sea-opal-0 a,
  .mobile\:hover\:link-deep-sea-opal-0 a:hover,
  .mobile\:active\:link-deep-sea-opal-0 a:active,
  .mobile\:focus\:link-deep-sea-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-0 a {
    color: RGBA(10, 38, 184, 0);
  }
  .mobile\:link-deep-sea-opal-00 a,
  .mobile\:hover\:link-deep-sea-opal-00 a:hover,
  .mobile\:active\:link-deep-sea-opal-00 a:active,
  .mobile\:focus\:link-deep-sea-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-00 a {
    color: RGBA(10, 38, 184, 0);
  }
  .mobile\:link-deep-sea-opal-1 a,
  .mobile\:hover\:link-deep-sea-opal-1 a:hover,
  .mobile\:active\:link-deep-sea-opal-1 a:active,
  .mobile\:focus\:link-deep-sea-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-1 a {
    color: RGBA(10, 38, 184, 0.1);
  }
  .mobile\:link-deep-sea-opal-01 a,
  .mobile\:hover\:link-deep-sea-opal-01 a:hover,
  .mobile\:active\:link-deep-sea-opal-01 a:active,
  .mobile\:focus\:link-deep-sea-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-01 a {
    color: RGBA(10, 38, 184, 0.01);
  }
  .mobile\:link-deep-sea-opal-2 a,
  .mobile\:hover\:link-deep-sea-opal-2 a:hover,
  .mobile\:active\:link-deep-sea-opal-2 a:active,
  .mobile\:focus\:link-deep-sea-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-2 a {
    color: RGBA(10, 38, 184, 0.2);
  }
  .mobile\:link-deep-sea-opal-02 a,
  .mobile\:hover\:link-deep-sea-opal-02 a:hover,
  .mobile\:active\:link-deep-sea-opal-02 a:active,
  .mobile\:focus\:link-deep-sea-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-02 a {
    color: RGBA(10, 38, 184, 0.02);
  }
  .mobile\:link-deep-sea-opal-3 a,
  .mobile\:hover\:link-deep-sea-opal-3 a:hover,
  .mobile\:active\:link-deep-sea-opal-3 a:active,
  .mobile\:focus\:link-deep-sea-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-3 a {
    color: RGBA(10, 38, 184, 0.3);
  }
  .mobile\:link-deep-sea-opal-03 a,
  .mobile\:hover\:link-deep-sea-opal-03 a:hover,
  .mobile\:active\:link-deep-sea-opal-03 a:active,
  .mobile\:focus\:link-deep-sea-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-03 a {
    color: RGBA(10, 38, 184, 0.03);
  }
  .mobile\:link-deep-sea-opal-4 a,
  .mobile\:hover\:link-deep-sea-opal-4 a:hover,
  .mobile\:active\:link-deep-sea-opal-4 a:active,
  .mobile\:focus\:link-deep-sea-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-4 a {
    color: RGBA(10, 38, 184, 0.4);
  }
  .mobile\:link-deep-sea-opal-04 a,
  .mobile\:hover\:link-deep-sea-opal-04 a:hover,
  .mobile\:active\:link-deep-sea-opal-04 a:active,
  .mobile\:focus\:link-deep-sea-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-04 a {
    color: RGBA(10, 38, 184, 0.04);
  }
  .mobile\:link-deep-sea-opal-5 a,
  .mobile\:hover\:link-deep-sea-opal-5 a:hover,
  .mobile\:active\:link-deep-sea-opal-5 a:active,
  .mobile\:focus\:link-deep-sea-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-5 a {
    color: RGBA(10, 38, 184, 0.5);
  }
  .mobile\:link-deep-sea-opal-05 a,
  .mobile\:hover\:link-deep-sea-opal-05 a:hover,
  .mobile\:active\:link-deep-sea-opal-05 a:active,
  .mobile\:focus\:link-deep-sea-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-05 a {
    color: RGBA(10, 38, 184, 0.05);
  }
  .mobile\:link-deep-sea-opal-6 a,
  .mobile\:hover\:link-deep-sea-opal-6 a:hover,
  .mobile\:active\:link-deep-sea-opal-6 a:active,
  .mobile\:focus\:link-deep-sea-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-6 a {
    color: RGBA(10, 38, 184, 0.6);
  }
  .mobile\:link-deep-sea-opal-06 a,
  .mobile\:hover\:link-deep-sea-opal-06 a:hover,
  .mobile\:active\:link-deep-sea-opal-06 a:active,
  .mobile\:focus\:link-deep-sea-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-06 a {
    color: RGBA(10, 38, 184, 0.06);
  }
  .mobile\:link-deep-sea-opal-7 a,
  .mobile\:hover\:link-deep-sea-opal-7 a:hover,
  .mobile\:active\:link-deep-sea-opal-7 a:active,
  .mobile\:focus\:link-deep-sea-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-7 a {
    color: RGBA(10, 38, 184, 0.7);
  }
  .mobile\:link-deep-sea-opal-07 a,
  .mobile\:hover\:link-deep-sea-opal-07 a:hover,
  .mobile\:active\:link-deep-sea-opal-07 a:active,
  .mobile\:focus\:link-deep-sea-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-07 a {
    color: RGBA(10, 38, 184, 0.07);
  }
  .mobile\:link-deep-sea-opal-8 a,
  .mobile\:hover\:link-deep-sea-opal-8 a:hover,
  .mobile\:active\:link-deep-sea-opal-8 a:active,
  .mobile\:focus\:link-deep-sea-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-8 a {
    color: RGBA(10, 38, 184, 0.8);
  }
  .mobile\:link-deep-sea-opal-08 a,
  .mobile\:hover\:link-deep-sea-opal-08 a:hover,
  .mobile\:active\:link-deep-sea-opal-08 a:active,
  .mobile\:focus\:link-deep-sea-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-08 a {
    color: RGBA(10, 38, 184, 0.08);
  }
  .mobile\:link-deep-sea-opal-9 a,
  .mobile\:hover\:link-deep-sea-opal-9 a:hover,
  .mobile\:active\:link-deep-sea-opal-9 a:active,
  .mobile\:focus\:link-deep-sea-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-9 a {
    color: RGBA(10, 38, 184, 0.9);
  }
  .mobile\:link-deep-sea-opal-09 a,
  .mobile\:hover\:link-deep-sea-opal-09 a:hover,
  .mobile\:active\:link-deep-sea-opal-09 a:active,
  .mobile\:focus\:link-deep-sea-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-09 a {
    color: RGBA(10, 38, 184, 0.09);
  }
  .mobile\:link-deep-sea-opal-10 a,
  .mobile\:hover\:link-deep-sea-opal-10 a:hover,
  .mobile\:active\:link-deep-sea-opal-10 a:active,
  .mobile\:focus\:link-deep-sea-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-deep-sea-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-deep-sea-opal-10 a {
    color: RGBA(10, 38, 184, 1);
  }
  .mobile\:txt-electric-blue,
  .mobile\:hover\:txt-electric-blue:hover,
  .mobile\:focus\:txt-electric-blue:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue {
    color: #145deb;
  }
  .mobile\:txt-electric-blue-opal-0,
  .mobile\:hover\:txt-electric-blue-opal-0:hover,
  .mobile\:focus\:txt-electric-blue-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-0 {
    color: RGBA(20, 93, 235, 0);
  }
  .mobile\:txt-electric-blue-opal-00,
  .mobile\:hover\:txt-electric-blue-opal-00:hover,
  .mobile\:focus\:txt-electric-blue-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-00 {
    color: RGBA(20, 93, 235, 0);
  }
  .mobile\:txt-electric-blue-opal-1,
  .mobile\:hover\:txt-electric-blue-opal-1:hover,
  .mobile\:focus\:txt-electric-blue-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-1 {
    color: RGBA(20, 93, 235, 0.1);
  }
  .mobile\:txt-electric-blue-opal-01,
  .mobile\:hover\:txt-electric-blue-opal-01:hover,
  .mobile\:focus\:txt-electric-blue-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-01 {
    color: RGBA(20, 93, 235, 0.01);
  }
  .mobile\:txt-electric-blue-opal-2,
  .mobile\:hover\:txt-electric-blue-opal-2:hover,
  .mobile\:focus\:txt-electric-blue-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-2 {
    color: RGBA(20, 93, 235, 0.2);
  }
  .mobile\:txt-electric-blue-opal-02,
  .mobile\:hover\:txt-electric-blue-opal-02:hover,
  .mobile\:focus\:txt-electric-blue-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-02 {
    color: RGBA(20, 93, 235, 0.02);
  }
  .mobile\:txt-electric-blue-opal-3,
  .mobile\:hover\:txt-electric-blue-opal-3:hover,
  .mobile\:focus\:txt-electric-blue-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-3 {
    color: RGBA(20, 93, 235, 0.3);
  }
  .mobile\:txt-electric-blue-opal-03,
  .mobile\:hover\:txt-electric-blue-opal-03:hover,
  .mobile\:focus\:txt-electric-blue-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-03 {
    color: RGBA(20, 93, 235, 0.03);
  }
  .mobile\:txt-electric-blue-opal-4,
  .mobile\:hover\:txt-electric-blue-opal-4:hover,
  .mobile\:focus\:txt-electric-blue-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-4 {
    color: RGBA(20, 93, 235, 0.4);
  }
  .mobile\:txt-electric-blue-opal-04,
  .mobile\:hover\:txt-electric-blue-opal-04:hover,
  .mobile\:focus\:txt-electric-blue-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-04 {
    color: RGBA(20, 93, 235, 0.04);
  }
  .mobile\:txt-electric-blue-opal-5,
  .mobile\:hover\:txt-electric-blue-opal-5:hover,
  .mobile\:focus\:txt-electric-blue-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-5 {
    color: RGBA(20, 93, 235, 0.5);
  }
  .mobile\:txt-electric-blue-opal-05,
  .mobile\:hover\:txt-electric-blue-opal-05:hover,
  .mobile\:focus\:txt-electric-blue-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-05 {
    color: RGBA(20, 93, 235, 0.05);
  }
  .mobile\:txt-electric-blue-opal-6,
  .mobile\:hover\:txt-electric-blue-opal-6:hover,
  .mobile\:focus\:txt-electric-blue-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-6 {
    color: RGBA(20, 93, 235, 0.6);
  }
  .mobile\:txt-electric-blue-opal-06,
  .mobile\:hover\:txt-electric-blue-opal-06:hover,
  .mobile\:focus\:txt-electric-blue-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-06 {
    color: RGBA(20, 93, 235, 0.06);
  }
  .mobile\:txt-electric-blue-opal-7,
  .mobile\:hover\:txt-electric-blue-opal-7:hover,
  .mobile\:focus\:txt-electric-blue-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-7 {
    color: RGBA(20, 93, 235, 0.7);
  }
  .mobile\:txt-electric-blue-opal-07,
  .mobile\:hover\:txt-electric-blue-opal-07:hover,
  .mobile\:focus\:txt-electric-blue-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-07 {
    color: RGBA(20, 93, 235, 0.07);
  }
  .mobile\:txt-electric-blue-opal-8,
  .mobile\:hover\:txt-electric-blue-opal-8:hover,
  .mobile\:focus\:txt-electric-blue-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-8 {
    color: RGBA(20, 93, 235, 0.8);
  }
  .mobile\:txt-electric-blue-opal-08,
  .mobile\:hover\:txt-electric-blue-opal-08:hover,
  .mobile\:focus\:txt-electric-blue-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-08 {
    color: RGBA(20, 93, 235, 0.08);
  }
  .mobile\:txt-electric-blue-opal-9,
  .mobile\:hover\:txt-electric-blue-opal-9:hover,
  .mobile\:focus\:txt-electric-blue-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-9 {
    color: RGBA(20, 93, 235, 0.9);
  }
  .mobile\:txt-electric-blue-opal-09,
  .mobile\:hover\:txt-electric-blue-opal-09:hover,
  .mobile\:focus\:txt-electric-blue-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-09 {
    color: RGBA(20, 93, 235, 0.09);
  }
  .mobile\:txt-electric-blue-opal-10,
  .mobile\:hover\:txt-electric-blue-opal-10:hover,
  .mobile\:focus\:txt-electric-blue-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-opal-10 {
    color: RGBA(20, 93, 235, 1);
  }
  .mobile\:link-electric-blue a,
  .mobile\:hover\:link-electric-blue a:hover,
  .mobile\:active\:link-electric-blue a:active,
  .mobile\:focus\:link-electric-blue a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue a,
  .mobile\:group:focus-within .group-focus-within\:link-electric-blue a {
    color: #145deb;
  }
  .mobile\:link-electric-blue-opal-0 a,
  .mobile\:hover\:link-electric-blue-opal-0 a:hover,
  .mobile\:active\:link-electric-blue-opal-0 a:active,
  .mobile\:focus\:link-electric-blue-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-electric-blue-opal-0 a {
    color: RGBA(20, 93, 235, 0);
  }
  .mobile\:link-electric-blue-opal-00 a,
  .mobile\:hover\:link-electric-blue-opal-00 a:hover,
  .mobile\:active\:link-electric-blue-opal-00 a:active,
  .mobile\:focus\:link-electric-blue-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-00 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-opal-00
    a {
    color: RGBA(20, 93, 235, 0);
  }
  .mobile\:link-electric-blue-opal-1 a,
  .mobile\:hover\:link-electric-blue-opal-1 a:hover,
  .mobile\:active\:link-electric-blue-opal-1 a:active,
  .mobile\:focus\:link-electric-blue-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-electric-blue-opal-1 a {
    color: RGBA(20, 93, 235, 0.1);
  }
  .mobile\:link-electric-blue-opal-01 a,
  .mobile\:hover\:link-electric-blue-opal-01 a:hover,
  .mobile\:active\:link-electric-blue-opal-01 a:active,
  .mobile\:focus\:link-electric-blue-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-01 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-opal-01
    a {
    color: RGBA(20, 93, 235, 0.01);
  }
  .mobile\:link-electric-blue-opal-2 a,
  .mobile\:hover\:link-electric-blue-opal-2 a:hover,
  .mobile\:active\:link-electric-blue-opal-2 a:active,
  .mobile\:focus\:link-electric-blue-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-electric-blue-opal-2 a {
    color: RGBA(20, 93, 235, 0.2);
  }
  .mobile\:link-electric-blue-opal-02 a,
  .mobile\:hover\:link-electric-blue-opal-02 a:hover,
  .mobile\:active\:link-electric-blue-opal-02 a:active,
  .mobile\:focus\:link-electric-blue-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-02 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-opal-02
    a {
    color: RGBA(20, 93, 235, 0.02);
  }
  .mobile\:link-electric-blue-opal-3 a,
  .mobile\:hover\:link-electric-blue-opal-3 a:hover,
  .mobile\:active\:link-electric-blue-opal-3 a:active,
  .mobile\:focus\:link-electric-blue-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-electric-blue-opal-3 a {
    color: RGBA(20, 93, 235, 0.3);
  }
  .mobile\:link-electric-blue-opal-03 a,
  .mobile\:hover\:link-electric-blue-opal-03 a:hover,
  .mobile\:active\:link-electric-blue-opal-03 a:active,
  .mobile\:focus\:link-electric-blue-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-03 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-opal-03
    a {
    color: RGBA(20, 93, 235, 0.03);
  }
  .mobile\:link-electric-blue-opal-4 a,
  .mobile\:hover\:link-electric-blue-opal-4 a:hover,
  .mobile\:active\:link-electric-blue-opal-4 a:active,
  .mobile\:focus\:link-electric-blue-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-electric-blue-opal-4 a {
    color: RGBA(20, 93, 235, 0.4);
  }
  .mobile\:link-electric-blue-opal-04 a,
  .mobile\:hover\:link-electric-blue-opal-04 a:hover,
  .mobile\:active\:link-electric-blue-opal-04 a:active,
  .mobile\:focus\:link-electric-blue-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-04 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-opal-04
    a {
    color: RGBA(20, 93, 235, 0.04);
  }
  .mobile\:link-electric-blue-opal-5 a,
  .mobile\:hover\:link-electric-blue-opal-5 a:hover,
  .mobile\:active\:link-electric-blue-opal-5 a:active,
  .mobile\:focus\:link-electric-blue-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-electric-blue-opal-5 a {
    color: RGBA(20, 93, 235, 0.5);
  }
  .mobile\:link-electric-blue-opal-05 a,
  .mobile\:hover\:link-electric-blue-opal-05 a:hover,
  .mobile\:active\:link-electric-blue-opal-05 a:active,
  .mobile\:focus\:link-electric-blue-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-05 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-opal-05
    a {
    color: RGBA(20, 93, 235, 0.05);
  }
  .mobile\:link-electric-blue-opal-6 a,
  .mobile\:hover\:link-electric-blue-opal-6 a:hover,
  .mobile\:active\:link-electric-blue-opal-6 a:active,
  .mobile\:focus\:link-electric-blue-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-electric-blue-opal-6 a {
    color: RGBA(20, 93, 235, 0.6);
  }
  .mobile\:link-electric-blue-opal-06 a,
  .mobile\:hover\:link-electric-blue-opal-06 a:hover,
  .mobile\:active\:link-electric-blue-opal-06 a:active,
  .mobile\:focus\:link-electric-blue-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-06 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-opal-06
    a {
    color: RGBA(20, 93, 235, 0.06);
  }
  .mobile\:link-electric-blue-opal-7 a,
  .mobile\:hover\:link-electric-blue-opal-7 a:hover,
  .mobile\:active\:link-electric-blue-opal-7 a:active,
  .mobile\:focus\:link-electric-blue-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-electric-blue-opal-7 a {
    color: RGBA(20, 93, 235, 0.7);
  }
  .mobile\:link-electric-blue-opal-07 a,
  .mobile\:hover\:link-electric-blue-opal-07 a:hover,
  .mobile\:active\:link-electric-blue-opal-07 a:active,
  .mobile\:focus\:link-electric-blue-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-07 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-opal-07
    a {
    color: RGBA(20, 93, 235, 0.07);
  }
  .mobile\:link-electric-blue-opal-8 a,
  .mobile\:hover\:link-electric-blue-opal-8 a:hover,
  .mobile\:active\:link-electric-blue-opal-8 a:active,
  .mobile\:focus\:link-electric-blue-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-electric-blue-opal-8 a {
    color: RGBA(20, 93, 235, 0.8);
  }
  .mobile\:link-electric-blue-opal-08 a,
  .mobile\:hover\:link-electric-blue-opal-08 a:hover,
  .mobile\:active\:link-electric-blue-opal-08 a:active,
  .mobile\:focus\:link-electric-blue-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-08 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-opal-08
    a {
    color: RGBA(20, 93, 235, 0.08);
  }
  .mobile\:link-electric-blue-opal-9 a,
  .mobile\:hover\:link-electric-blue-opal-9 a:hover,
  .mobile\:active\:link-electric-blue-opal-9 a:active,
  .mobile\:focus\:link-electric-blue-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-electric-blue-opal-9 a {
    color: RGBA(20, 93, 235, 0.9);
  }
  .mobile\:link-electric-blue-opal-09 a,
  .mobile\:hover\:link-electric-blue-opal-09 a:hover,
  .mobile\:active\:link-electric-blue-opal-09 a:active,
  .mobile\:focus\:link-electric-blue-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-09 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-opal-09
    a {
    color: RGBA(20, 93, 235, 0.09);
  }
  .mobile\:link-electric-blue-opal-10 a,
  .mobile\:hover\:link-electric-blue-opal-10 a:hover,
  .mobile\:active\:link-electric-blue-opal-10 a:active,
  .mobile\:focus\:link-electric-blue-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-opal-10 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-opal-10
    a {
    color: RGBA(20, 93, 235, 1);
  }
  .mobile\:txt-electric-blue-dark,
  .mobile\:hover\:txt-electric-blue-dark:hover,
  .mobile\:focus\:txt-electric-blue-dark:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-dark {
    color: #3ea2ff;
  }
  .mobile\:txt-electric-blue-dark-opal-0,
  .mobile\:hover\:txt-electric-blue-dark-opal-0:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-0,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-0 {
    color: RGBA(62, 162, 255, 0);
  }
  .mobile\:txt-electric-blue-dark-opal-00,
  .mobile\:hover\:txt-electric-blue-dark-opal-00:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-00,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-00 {
    color: RGBA(62, 162, 255, 0);
  }
  .mobile\:txt-electric-blue-dark-opal-1,
  .mobile\:hover\:txt-electric-blue-dark-opal-1:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-1,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-1 {
    color: RGBA(62, 162, 255, 0.1);
  }
  .mobile\:txt-electric-blue-dark-opal-01,
  .mobile\:hover\:txt-electric-blue-dark-opal-01:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-01,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-01 {
    color: RGBA(62, 162, 255, 0.01);
  }
  .mobile\:txt-electric-blue-dark-opal-2,
  .mobile\:hover\:txt-electric-blue-dark-opal-2:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-2,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-2 {
    color: RGBA(62, 162, 255, 0.2);
  }
  .mobile\:txt-electric-blue-dark-opal-02,
  .mobile\:hover\:txt-electric-blue-dark-opal-02:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-02,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-02 {
    color: RGBA(62, 162, 255, 0.02);
  }
  .mobile\:txt-electric-blue-dark-opal-3,
  .mobile\:hover\:txt-electric-blue-dark-opal-3:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-3,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-3 {
    color: RGBA(62, 162, 255, 0.3);
  }
  .mobile\:txt-electric-blue-dark-opal-03,
  .mobile\:hover\:txt-electric-blue-dark-opal-03:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-03,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-03 {
    color: RGBA(62, 162, 255, 0.03);
  }
  .mobile\:txt-electric-blue-dark-opal-4,
  .mobile\:hover\:txt-electric-blue-dark-opal-4:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-4,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-4 {
    color: RGBA(62, 162, 255, 0.4);
  }
  .mobile\:txt-electric-blue-dark-opal-04,
  .mobile\:hover\:txt-electric-blue-dark-opal-04:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-04,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-04 {
    color: RGBA(62, 162, 255, 0.04);
  }
  .mobile\:txt-electric-blue-dark-opal-5,
  .mobile\:hover\:txt-electric-blue-dark-opal-5:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-5,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-5 {
    color: RGBA(62, 162, 255, 0.5);
  }
  .mobile\:txt-electric-blue-dark-opal-05,
  .mobile\:hover\:txt-electric-blue-dark-opal-05:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-05,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-05 {
    color: RGBA(62, 162, 255, 0.05);
  }
  .mobile\:txt-electric-blue-dark-opal-6,
  .mobile\:hover\:txt-electric-blue-dark-opal-6:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-6,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-6 {
    color: RGBA(62, 162, 255, 0.6);
  }
  .mobile\:txt-electric-blue-dark-opal-06,
  .mobile\:hover\:txt-electric-blue-dark-opal-06:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-06,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-06 {
    color: RGBA(62, 162, 255, 0.06);
  }
  .mobile\:txt-electric-blue-dark-opal-7,
  .mobile\:hover\:txt-electric-blue-dark-opal-7:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-7,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-7 {
    color: RGBA(62, 162, 255, 0.7);
  }
  .mobile\:txt-electric-blue-dark-opal-07,
  .mobile\:hover\:txt-electric-blue-dark-opal-07:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-07,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-07 {
    color: RGBA(62, 162, 255, 0.07);
  }
  .mobile\:txt-electric-blue-dark-opal-8,
  .mobile\:hover\:txt-electric-blue-dark-opal-8:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-8,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-8 {
    color: RGBA(62, 162, 255, 0.8);
  }
  .mobile\:txt-electric-blue-dark-opal-08,
  .mobile\:hover\:txt-electric-blue-dark-opal-08:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-08,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-08 {
    color: RGBA(62, 162, 255, 0.08);
  }
  .mobile\:txt-electric-blue-dark-opal-9,
  .mobile\:hover\:txt-electric-blue-dark-opal-9:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-9,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-9 {
    color: RGBA(62, 162, 255, 0.9);
  }
  .mobile\:txt-electric-blue-dark-opal-09,
  .mobile\:hover\:txt-electric-blue-dark-opal-09:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-09,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-09 {
    color: RGBA(62, 162, 255, 0.09);
  }
  .mobile\:txt-electric-blue-dark-opal-10,
  .mobile\:hover\:txt-electric-blue-dark-opal-10:hover,
  .mobile\:focus\:txt-electric-blue-dark-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-dark-opal-10,
  .mobile\:group:focus-within
    .group-focus-within\:txt-electric-blue-dark-opal-10 {
    color: RGBA(62, 162, 255, 1);
  }
  .mobile\:link-electric-blue-dark a,
  .mobile\:hover\:link-electric-blue-dark a:hover,
  .mobile\:active\:link-electric-blue-dark a:active,
  .mobile\:focus\:link-electric-blue-dark a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark a,
  .mobile\:group:focus-within .group-focus-within\:link-electric-blue-dark a {
    color: #3ea2ff;
  }
  .mobile\:link-electric-blue-dark-opal-0 a,
  .mobile\:hover\:link-electric-blue-dark-opal-0 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-0 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-0 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-0
    a {
    color: RGBA(62, 162, 255, 0);
  }
  .mobile\:link-electric-blue-dark-opal-00 a,
  .mobile\:hover\:link-electric-blue-dark-opal-00 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-00 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-00 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-00
    a {
    color: RGBA(62, 162, 255, 0);
  }
  .mobile\:link-electric-blue-dark-opal-1 a,
  .mobile\:hover\:link-electric-blue-dark-opal-1 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-1 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-1 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-1
    a {
    color: RGBA(62, 162, 255, 0.1);
  }
  .mobile\:link-electric-blue-dark-opal-01 a,
  .mobile\:hover\:link-electric-blue-dark-opal-01 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-01 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-01 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-01
    a {
    color: RGBA(62, 162, 255, 0.01);
  }
  .mobile\:link-electric-blue-dark-opal-2 a,
  .mobile\:hover\:link-electric-blue-dark-opal-2 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-2 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-2 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-2
    a {
    color: RGBA(62, 162, 255, 0.2);
  }
  .mobile\:link-electric-blue-dark-opal-02 a,
  .mobile\:hover\:link-electric-blue-dark-opal-02 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-02 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-02 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-02
    a {
    color: RGBA(62, 162, 255, 0.02);
  }
  .mobile\:link-electric-blue-dark-opal-3 a,
  .mobile\:hover\:link-electric-blue-dark-opal-3 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-3 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-3 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-3
    a {
    color: RGBA(62, 162, 255, 0.3);
  }
  .mobile\:link-electric-blue-dark-opal-03 a,
  .mobile\:hover\:link-electric-blue-dark-opal-03 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-03 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-03 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-03
    a {
    color: RGBA(62, 162, 255, 0.03);
  }
  .mobile\:link-electric-blue-dark-opal-4 a,
  .mobile\:hover\:link-electric-blue-dark-opal-4 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-4 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-4 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-4
    a {
    color: RGBA(62, 162, 255, 0.4);
  }
  .mobile\:link-electric-blue-dark-opal-04 a,
  .mobile\:hover\:link-electric-blue-dark-opal-04 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-04 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-04 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-04
    a {
    color: RGBA(62, 162, 255, 0.04);
  }
  .mobile\:link-electric-blue-dark-opal-5 a,
  .mobile\:hover\:link-electric-blue-dark-opal-5 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-5 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-5 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-5
    a {
    color: RGBA(62, 162, 255, 0.5);
  }
  .mobile\:link-electric-blue-dark-opal-05 a,
  .mobile\:hover\:link-electric-blue-dark-opal-05 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-05 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-05 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-05
    a {
    color: RGBA(62, 162, 255, 0.05);
  }
  .mobile\:link-electric-blue-dark-opal-6 a,
  .mobile\:hover\:link-electric-blue-dark-opal-6 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-6 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-6 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-6
    a {
    color: RGBA(62, 162, 255, 0.6);
  }
  .mobile\:link-electric-blue-dark-opal-06 a,
  .mobile\:hover\:link-electric-blue-dark-opal-06 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-06 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-06 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-06
    a {
    color: RGBA(62, 162, 255, 0.06);
  }
  .mobile\:link-electric-blue-dark-opal-7 a,
  .mobile\:hover\:link-electric-blue-dark-opal-7 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-7 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-7 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-7
    a {
    color: RGBA(62, 162, 255, 0.7);
  }
  .mobile\:link-electric-blue-dark-opal-07 a,
  .mobile\:hover\:link-electric-blue-dark-opal-07 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-07 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-07 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-07
    a {
    color: RGBA(62, 162, 255, 0.07);
  }
  .mobile\:link-electric-blue-dark-opal-8 a,
  .mobile\:hover\:link-electric-blue-dark-opal-8 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-8 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-8 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-8
    a {
    color: RGBA(62, 162, 255, 0.8);
  }
  .mobile\:link-electric-blue-dark-opal-08 a,
  .mobile\:hover\:link-electric-blue-dark-opal-08 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-08 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-08 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-08
    a {
    color: RGBA(62, 162, 255, 0.08);
  }
  .mobile\:link-electric-blue-dark-opal-9 a,
  .mobile\:hover\:link-electric-blue-dark-opal-9 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-9 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-9 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-9
    a {
    color: RGBA(62, 162, 255, 0.9);
  }
  .mobile\:link-electric-blue-dark-opal-09 a,
  .mobile\:hover\:link-electric-blue-dark-opal-09 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-09 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-09 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-09
    a {
    color: RGBA(62, 162, 255, 0.09);
  }
  .mobile\:link-electric-blue-dark-opal-10 a,
  .mobile\:hover\:link-electric-blue-dark-opal-10 a:hover,
  .mobile\:active\:link-electric-blue-dark-opal-10 a:active,
  .mobile\:focus\:link-electric-blue-dark-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-electric-blue-dark-opal-10 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-electric-blue-dark-opal-10
    a {
    color: RGBA(62, 162, 255, 1);
  }
  .mobile\:txt-periwinkle,
  .mobile\:hover\:txt-periwinkle:hover,
  .mobile\:focus\:txt-periwinkle:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle {
    color: #9bcfff;
  }
  .mobile\:txt-periwinkle-opal-0,
  .mobile\:hover\:txt-periwinkle-opal-0:hover,
  .mobile\:focus\:txt-periwinkle-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-0 {
    color: RGBA(155, 207, 255, 0);
  }
  .mobile\:txt-periwinkle-opal-00,
  .mobile\:hover\:txt-periwinkle-opal-00:hover,
  .mobile\:focus\:txt-periwinkle-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-00 {
    color: RGBA(155, 207, 255, 0);
  }
  .mobile\:txt-periwinkle-opal-1,
  .mobile\:hover\:txt-periwinkle-opal-1:hover,
  .mobile\:focus\:txt-periwinkle-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-1 {
    color: RGBA(155, 207, 255, 0.1);
  }
  .mobile\:txt-periwinkle-opal-01,
  .mobile\:hover\:txt-periwinkle-opal-01:hover,
  .mobile\:focus\:txt-periwinkle-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-01 {
    color: RGBA(155, 207, 255, 0.01);
  }
  .mobile\:txt-periwinkle-opal-2,
  .mobile\:hover\:txt-periwinkle-opal-2:hover,
  .mobile\:focus\:txt-periwinkle-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-2 {
    color: RGBA(155, 207, 255, 0.2);
  }
  .mobile\:txt-periwinkle-opal-02,
  .mobile\:hover\:txt-periwinkle-opal-02:hover,
  .mobile\:focus\:txt-periwinkle-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-02 {
    color: RGBA(155, 207, 255, 0.02);
  }
  .mobile\:txt-periwinkle-opal-3,
  .mobile\:hover\:txt-periwinkle-opal-3:hover,
  .mobile\:focus\:txt-periwinkle-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-3 {
    color: RGBA(155, 207, 255, 0.3);
  }
  .mobile\:txt-periwinkle-opal-03,
  .mobile\:hover\:txt-periwinkle-opal-03:hover,
  .mobile\:focus\:txt-periwinkle-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-03 {
    color: RGBA(155, 207, 255, 0.03);
  }
  .mobile\:txt-periwinkle-opal-4,
  .mobile\:hover\:txt-periwinkle-opal-4:hover,
  .mobile\:focus\:txt-periwinkle-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-4 {
    color: RGBA(155, 207, 255, 0.4);
  }
  .mobile\:txt-periwinkle-opal-04,
  .mobile\:hover\:txt-periwinkle-opal-04:hover,
  .mobile\:focus\:txt-periwinkle-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-04 {
    color: RGBA(155, 207, 255, 0.04);
  }
  .mobile\:txt-periwinkle-opal-5,
  .mobile\:hover\:txt-periwinkle-opal-5:hover,
  .mobile\:focus\:txt-periwinkle-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-5 {
    color: RGBA(155, 207, 255, 0.5);
  }
  .mobile\:txt-periwinkle-opal-05,
  .mobile\:hover\:txt-periwinkle-opal-05:hover,
  .mobile\:focus\:txt-periwinkle-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-05 {
    color: RGBA(155, 207, 255, 0.05);
  }
  .mobile\:txt-periwinkle-opal-6,
  .mobile\:hover\:txt-periwinkle-opal-6:hover,
  .mobile\:focus\:txt-periwinkle-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-6 {
    color: RGBA(155, 207, 255, 0.6);
  }
  .mobile\:txt-periwinkle-opal-06,
  .mobile\:hover\:txt-periwinkle-opal-06:hover,
  .mobile\:focus\:txt-periwinkle-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-06 {
    color: RGBA(155, 207, 255, 0.06);
  }
  .mobile\:txt-periwinkle-opal-7,
  .mobile\:hover\:txt-periwinkle-opal-7:hover,
  .mobile\:focus\:txt-periwinkle-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-7 {
    color: RGBA(155, 207, 255, 0.7);
  }
  .mobile\:txt-periwinkle-opal-07,
  .mobile\:hover\:txt-periwinkle-opal-07:hover,
  .mobile\:focus\:txt-periwinkle-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-07 {
    color: RGBA(155, 207, 255, 0.07);
  }
  .mobile\:txt-periwinkle-opal-8,
  .mobile\:hover\:txt-periwinkle-opal-8:hover,
  .mobile\:focus\:txt-periwinkle-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-8 {
    color: RGBA(155, 207, 255, 0.8);
  }
  .mobile\:txt-periwinkle-opal-08,
  .mobile\:hover\:txt-periwinkle-opal-08:hover,
  .mobile\:focus\:txt-periwinkle-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-08 {
    color: RGBA(155, 207, 255, 0.08);
  }
  .mobile\:txt-periwinkle-opal-9,
  .mobile\:hover\:txt-periwinkle-opal-9:hover,
  .mobile\:focus\:txt-periwinkle-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-9 {
    color: RGBA(155, 207, 255, 0.9);
  }
  .mobile\:txt-periwinkle-opal-09,
  .mobile\:hover\:txt-periwinkle-opal-09:hover,
  .mobile\:focus\:txt-periwinkle-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-09 {
    color: RGBA(155, 207, 255, 0.09);
  }
  .mobile\:txt-periwinkle-opal-10,
  .mobile\:hover\:txt-periwinkle-opal-10:hover,
  .mobile\:focus\:txt-periwinkle-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-periwinkle-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-periwinkle-opal-10 {
    color: RGBA(155, 207, 255, 1);
  }
  .mobile\:link-periwinkle a,
  .mobile\:hover\:link-periwinkle a:hover,
  .mobile\:active\:link-periwinkle a:active,
  .mobile\:focus\:link-periwinkle a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle a {
    color: #9bcfff;
  }
  .mobile\:link-periwinkle-opal-0 a,
  .mobile\:hover\:link-periwinkle-opal-0 a:hover,
  .mobile\:active\:link-periwinkle-opal-0 a:active,
  .mobile\:focus\:link-periwinkle-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-0 a {
    color: RGBA(155, 207, 255, 0);
  }
  .mobile\:link-periwinkle-opal-00 a,
  .mobile\:hover\:link-periwinkle-opal-00 a:hover,
  .mobile\:active\:link-periwinkle-opal-00 a:active,
  .mobile\:focus\:link-periwinkle-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-00 a {
    color: RGBA(155, 207, 255, 0);
  }
  .mobile\:link-periwinkle-opal-1 a,
  .mobile\:hover\:link-periwinkle-opal-1 a:hover,
  .mobile\:active\:link-periwinkle-opal-1 a:active,
  .mobile\:focus\:link-periwinkle-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-1 a {
    color: RGBA(155, 207, 255, 0.1);
  }
  .mobile\:link-periwinkle-opal-01 a,
  .mobile\:hover\:link-periwinkle-opal-01 a:hover,
  .mobile\:active\:link-periwinkle-opal-01 a:active,
  .mobile\:focus\:link-periwinkle-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-01 a {
    color: RGBA(155, 207, 255, 0.01);
  }
  .mobile\:link-periwinkle-opal-2 a,
  .mobile\:hover\:link-periwinkle-opal-2 a:hover,
  .mobile\:active\:link-periwinkle-opal-2 a:active,
  .mobile\:focus\:link-periwinkle-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-2 a {
    color: RGBA(155, 207, 255, 0.2);
  }
  .mobile\:link-periwinkle-opal-02 a,
  .mobile\:hover\:link-periwinkle-opal-02 a:hover,
  .mobile\:active\:link-periwinkle-opal-02 a:active,
  .mobile\:focus\:link-periwinkle-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-02 a {
    color: RGBA(155, 207, 255, 0.02);
  }
  .mobile\:link-periwinkle-opal-3 a,
  .mobile\:hover\:link-periwinkle-opal-3 a:hover,
  .mobile\:active\:link-periwinkle-opal-3 a:active,
  .mobile\:focus\:link-periwinkle-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-3 a {
    color: RGBA(155, 207, 255, 0.3);
  }
  .mobile\:link-periwinkle-opal-03 a,
  .mobile\:hover\:link-periwinkle-opal-03 a:hover,
  .mobile\:active\:link-periwinkle-opal-03 a:active,
  .mobile\:focus\:link-periwinkle-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-03 a {
    color: RGBA(155, 207, 255, 0.03);
  }
  .mobile\:link-periwinkle-opal-4 a,
  .mobile\:hover\:link-periwinkle-opal-4 a:hover,
  .mobile\:active\:link-periwinkle-opal-4 a:active,
  .mobile\:focus\:link-periwinkle-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-4 a {
    color: RGBA(155, 207, 255, 0.4);
  }
  .mobile\:link-periwinkle-opal-04 a,
  .mobile\:hover\:link-periwinkle-opal-04 a:hover,
  .mobile\:active\:link-periwinkle-opal-04 a:active,
  .mobile\:focus\:link-periwinkle-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-04 a {
    color: RGBA(155, 207, 255, 0.04);
  }
  .mobile\:link-periwinkle-opal-5 a,
  .mobile\:hover\:link-periwinkle-opal-5 a:hover,
  .mobile\:active\:link-periwinkle-opal-5 a:active,
  .mobile\:focus\:link-periwinkle-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-5 a {
    color: RGBA(155, 207, 255, 0.5);
  }
  .mobile\:link-periwinkle-opal-05 a,
  .mobile\:hover\:link-periwinkle-opal-05 a:hover,
  .mobile\:active\:link-periwinkle-opal-05 a:active,
  .mobile\:focus\:link-periwinkle-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-05 a {
    color: RGBA(155, 207, 255, 0.05);
  }
  .mobile\:link-periwinkle-opal-6 a,
  .mobile\:hover\:link-periwinkle-opal-6 a:hover,
  .mobile\:active\:link-periwinkle-opal-6 a:active,
  .mobile\:focus\:link-periwinkle-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-6 a {
    color: RGBA(155, 207, 255, 0.6);
  }
  .mobile\:link-periwinkle-opal-06 a,
  .mobile\:hover\:link-periwinkle-opal-06 a:hover,
  .mobile\:active\:link-periwinkle-opal-06 a:active,
  .mobile\:focus\:link-periwinkle-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-06 a {
    color: RGBA(155, 207, 255, 0.06);
  }
  .mobile\:link-periwinkle-opal-7 a,
  .mobile\:hover\:link-periwinkle-opal-7 a:hover,
  .mobile\:active\:link-periwinkle-opal-7 a:active,
  .mobile\:focus\:link-periwinkle-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-7 a {
    color: RGBA(155, 207, 255, 0.7);
  }
  .mobile\:link-periwinkle-opal-07 a,
  .mobile\:hover\:link-periwinkle-opal-07 a:hover,
  .mobile\:active\:link-periwinkle-opal-07 a:active,
  .mobile\:focus\:link-periwinkle-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-07 a {
    color: RGBA(155, 207, 255, 0.07);
  }
  .mobile\:link-periwinkle-opal-8 a,
  .mobile\:hover\:link-periwinkle-opal-8 a:hover,
  .mobile\:active\:link-periwinkle-opal-8 a:active,
  .mobile\:focus\:link-periwinkle-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-8 a {
    color: RGBA(155, 207, 255, 0.8);
  }
  .mobile\:link-periwinkle-opal-08 a,
  .mobile\:hover\:link-periwinkle-opal-08 a:hover,
  .mobile\:active\:link-periwinkle-opal-08 a:active,
  .mobile\:focus\:link-periwinkle-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-08 a {
    color: RGBA(155, 207, 255, 0.08);
  }
  .mobile\:link-periwinkle-opal-9 a,
  .mobile\:hover\:link-periwinkle-opal-9 a:hover,
  .mobile\:active\:link-periwinkle-opal-9 a:active,
  .mobile\:focus\:link-periwinkle-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-9 a {
    color: RGBA(155, 207, 255, 0.9);
  }
  .mobile\:link-periwinkle-opal-09 a,
  .mobile\:hover\:link-periwinkle-opal-09 a:hover,
  .mobile\:active\:link-periwinkle-opal-09 a:active,
  .mobile\:focus\:link-periwinkle-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-09 a {
    color: RGBA(155, 207, 255, 0.09);
  }
  .mobile\:link-periwinkle-opal-10 a,
  .mobile\:hover\:link-periwinkle-opal-10 a:hover,
  .mobile\:active\:link-periwinkle-opal-10 a:active,
  .mobile\:focus\:link-periwinkle-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-periwinkle-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-periwinkle-opal-10 a {
    color: RGBA(155, 207, 255, 1);
  }
  .mobile\:txt-lilac,
  .mobile\:hover\:txt-lilac:hover,
  .mobile\:focus\:txt-lilac:focus,
  .mobile\:group:hover .group-hover\:txt-lilac,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac {
    color: #8598fb;
  }
  .mobile\:txt-lilac-opal-0,
  .mobile\:hover\:txt-lilac-opal-0:hover,
  .mobile\:focus\:txt-lilac-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-0 {
    color: RGBA(133, 152, 251, 0);
  }
  .mobile\:txt-lilac-opal-00,
  .mobile\:hover\:txt-lilac-opal-00:hover,
  .mobile\:focus\:txt-lilac-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-00 {
    color: RGBA(133, 152, 251, 0);
  }
  .mobile\:txt-lilac-opal-1,
  .mobile\:hover\:txt-lilac-opal-1:hover,
  .mobile\:focus\:txt-lilac-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-1 {
    color: RGBA(133, 152, 251, 0.1);
  }
  .mobile\:txt-lilac-opal-01,
  .mobile\:hover\:txt-lilac-opal-01:hover,
  .mobile\:focus\:txt-lilac-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-01 {
    color: RGBA(133, 152, 251, 0.01);
  }
  .mobile\:txt-lilac-opal-2,
  .mobile\:hover\:txt-lilac-opal-2:hover,
  .mobile\:focus\:txt-lilac-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-2 {
    color: RGBA(133, 152, 251, 0.2);
  }
  .mobile\:txt-lilac-opal-02,
  .mobile\:hover\:txt-lilac-opal-02:hover,
  .mobile\:focus\:txt-lilac-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-02 {
    color: RGBA(133, 152, 251, 0.02);
  }
  .mobile\:txt-lilac-opal-3,
  .mobile\:hover\:txt-lilac-opal-3:hover,
  .mobile\:focus\:txt-lilac-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-3 {
    color: RGBA(133, 152, 251, 0.3);
  }
  .mobile\:txt-lilac-opal-03,
  .mobile\:hover\:txt-lilac-opal-03:hover,
  .mobile\:focus\:txt-lilac-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-03 {
    color: RGBA(133, 152, 251, 0.03);
  }
  .mobile\:txt-lilac-opal-4,
  .mobile\:hover\:txt-lilac-opal-4:hover,
  .mobile\:focus\:txt-lilac-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-4 {
    color: RGBA(133, 152, 251, 0.4);
  }
  .mobile\:txt-lilac-opal-04,
  .mobile\:hover\:txt-lilac-opal-04:hover,
  .mobile\:focus\:txt-lilac-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-04 {
    color: RGBA(133, 152, 251, 0.04);
  }
  .mobile\:txt-lilac-opal-5,
  .mobile\:hover\:txt-lilac-opal-5:hover,
  .mobile\:focus\:txt-lilac-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-5 {
    color: RGBA(133, 152, 251, 0.5);
  }
  .mobile\:txt-lilac-opal-05,
  .mobile\:hover\:txt-lilac-opal-05:hover,
  .mobile\:focus\:txt-lilac-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-05 {
    color: RGBA(133, 152, 251, 0.05);
  }
  .mobile\:txt-lilac-opal-6,
  .mobile\:hover\:txt-lilac-opal-6:hover,
  .mobile\:focus\:txt-lilac-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-6 {
    color: RGBA(133, 152, 251, 0.6);
  }
  .mobile\:txt-lilac-opal-06,
  .mobile\:hover\:txt-lilac-opal-06:hover,
  .mobile\:focus\:txt-lilac-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-06 {
    color: RGBA(133, 152, 251, 0.06);
  }
  .mobile\:txt-lilac-opal-7,
  .mobile\:hover\:txt-lilac-opal-7:hover,
  .mobile\:focus\:txt-lilac-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-7 {
    color: RGBA(133, 152, 251, 0.7);
  }
  .mobile\:txt-lilac-opal-07,
  .mobile\:hover\:txt-lilac-opal-07:hover,
  .mobile\:focus\:txt-lilac-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-07 {
    color: RGBA(133, 152, 251, 0.07);
  }
  .mobile\:txt-lilac-opal-8,
  .mobile\:hover\:txt-lilac-opal-8:hover,
  .mobile\:focus\:txt-lilac-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-8 {
    color: RGBA(133, 152, 251, 0.8);
  }
  .mobile\:txt-lilac-opal-08,
  .mobile\:hover\:txt-lilac-opal-08:hover,
  .mobile\:focus\:txt-lilac-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-08 {
    color: RGBA(133, 152, 251, 0.08);
  }
  .mobile\:txt-lilac-opal-9,
  .mobile\:hover\:txt-lilac-opal-9:hover,
  .mobile\:focus\:txt-lilac-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-9 {
    color: RGBA(133, 152, 251, 0.9);
  }
  .mobile\:txt-lilac-opal-09,
  .mobile\:hover\:txt-lilac-opal-09:hover,
  .mobile\:focus\:txt-lilac-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-09 {
    color: RGBA(133, 152, 251, 0.09);
  }
  .mobile\:txt-lilac-opal-10,
  .mobile\:hover\:txt-lilac-opal-10:hover,
  .mobile\:focus\:txt-lilac-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-lilac-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-lilac-opal-10 {
    color: RGBA(133, 152, 251, 1);
  }
  .mobile\:link-lilac a,
  .mobile\:hover\:link-lilac a:hover,
  .mobile\:active\:link-lilac a:active,
  .mobile\:focus\:link-lilac a:focus,
  .mobile\:group:hover .group-hover\:link-lilac a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac a {
    color: #8598fb;
  }
  .mobile\:link-lilac-opal-0 a,
  .mobile\:hover\:link-lilac-opal-0 a:hover,
  .mobile\:active\:link-lilac-opal-0 a:active,
  .mobile\:focus\:link-lilac-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-0 a {
    color: RGBA(133, 152, 251, 0);
  }
  .mobile\:link-lilac-opal-00 a,
  .mobile\:hover\:link-lilac-opal-00 a:hover,
  .mobile\:active\:link-lilac-opal-00 a:active,
  .mobile\:focus\:link-lilac-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-00 a {
    color: RGBA(133, 152, 251, 0);
  }
  .mobile\:link-lilac-opal-1 a,
  .mobile\:hover\:link-lilac-opal-1 a:hover,
  .mobile\:active\:link-lilac-opal-1 a:active,
  .mobile\:focus\:link-lilac-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-1 a {
    color: RGBA(133, 152, 251, 0.1);
  }
  .mobile\:link-lilac-opal-01 a,
  .mobile\:hover\:link-lilac-opal-01 a:hover,
  .mobile\:active\:link-lilac-opal-01 a:active,
  .mobile\:focus\:link-lilac-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-01 a {
    color: RGBA(133, 152, 251, 0.01);
  }
  .mobile\:link-lilac-opal-2 a,
  .mobile\:hover\:link-lilac-opal-2 a:hover,
  .mobile\:active\:link-lilac-opal-2 a:active,
  .mobile\:focus\:link-lilac-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-2 a {
    color: RGBA(133, 152, 251, 0.2);
  }
  .mobile\:link-lilac-opal-02 a,
  .mobile\:hover\:link-lilac-opal-02 a:hover,
  .mobile\:active\:link-lilac-opal-02 a:active,
  .mobile\:focus\:link-lilac-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-02 a {
    color: RGBA(133, 152, 251, 0.02);
  }
  .mobile\:link-lilac-opal-3 a,
  .mobile\:hover\:link-lilac-opal-3 a:hover,
  .mobile\:active\:link-lilac-opal-3 a:active,
  .mobile\:focus\:link-lilac-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-3 a {
    color: RGBA(133, 152, 251, 0.3);
  }
  .mobile\:link-lilac-opal-03 a,
  .mobile\:hover\:link-lilac-opal-03 a:hover,
  .mobile\:active\:link-lilac-opal-03 a:active,
  .mobile\:focus\:link-lilac-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-03 a {
    color: RGBA(133, 152, 251, 0.03);
  }
  .mobile\:link-lilac-opal-4 a,
  .mobile\:hover\:link-lilac-opal-4 a:hover,
  .mobile\:active\:link-lilac-opal-4 a:active,
  .mobile\:focus\:link-lilac-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-4 a {
    color: RGBA(133, 152, 251, 0.4);
  }
  .mobile\:link-lilac-opal-04 a,
  .mobile\:hover\:link-lilac-opal-04 a:hover,
  .mobile\:active\:link-lilac-opal-04 a:active,
  .mobile\:focus\:link-lilac-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-04 a {
    color: RGBA(133, 152, 251, 0.04);
  }
  .mobile\:link-lilac-opal-5 a,
  .mobile\:hover\:link-lilac-opal-5 a:hover,
  .mobile\:active\:link-lilac-opal-5 a:active,
  .mobile\:focus\:link-lilac-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-5 a {
    color: RGBA(133, 152, 251, 0.5);
  }
  .mobile\:link-lilac-opal-05 a,
  .mobile\:hover\:link-lilac-opal-05 a:hover,
  .mobile\:active\:link-lilac-opal-05 a:active,
  .mobile\:focus\:link-lilac-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-05 a {
    color: RGBA(133, 152, 251, 0.05);
  }
  .mobile\:link-lilac-opal-6 a,
  .mobile\:hover\:link-lilac-opal-6 a:hover,
  .mobile\:active\:link-lilac-opal-6 a:active,
  .mobile\:focus\:link-lilac-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-6 a {
    color: RGBA(133, 152, 251, 0.6);
  }
  .mobile\:link-lilac-opal-06 a,
  .mobile\:hover\:link-lilac-opal-06 a:hover,
  .mobile\:active\:link-lilac-opal-06 a:active,
  .mobile\:focus\:link-lilac-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-06 a {
    color: RGBA(133, 152, 251, 0.06);
  }
  .mobile\:link-lilac-opal-7 a,
  .mobile\:hover\:link-lilac-opal-7 a:hover,
  .mobile\:active\:link-lilac-opal-7 a:active,
  .mobile\:focus\:link-lilac-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-7 a {
    color: RGBA(133, 152, 251, 0.7);
  }
  .mobile\:link-lilac-opal-07 a,
  .mobile\:hover\:link-lilac-opal-07 a:hover,
  .mobile\:active\:link-lilac-opal-07 a:active,
  .mobile\:focus\:link-lilac-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-07 a {
    color: RGBA(133, 152, 251, 0.07);
  }
  .mobile\:link-lilac-opal-8 a,
  .mobile\:hover\:link-lilac-opal-8 a:hover,
  .mobile\:active\:link-lilac-opal-8 a:active,
  .mobile\:focus\:link-lilac-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-8 a {
    color: RGBA(133, 152, 251, 0.8);
  }
  .mobile\:link-lilac-opal-08 a,
  .mobile\:hover\:link-lilac-opal-08 a:hover,
  .mobile\:active\:link-lilac-opal-08 a:active,
  .mobile\:focus\:link-lilac-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-08 a {
    color: RGBA(133, 152, 251, 0.08);
  }
  .mobile\:link-lilac-opal-9 a,
  .mobile\:hover\:link-lilac-opal-9 a:hover,
  .mobile\:active\:link-lilac-opal-9 a:active,
  .mobile\:focus\:link-lilac-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-9 a {
    color: RGBA(133, 152, 251, 0.9);
  }
  .mobile\:link-lilac-opal-09 a,
  .mobile\:hover\:link-lilac-opal-09 a:hover,
  .mobile\:active\:link-lilac-opal-09 a:active,
  .mobile\:focus\:link-lilac-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-09 a {
    color: RGBA(133, 152, 251, 0.09);
  }
  .mobile\:link-lilac-opal-10 a,
  .mobile\:hover\:link-lilac-opal-10 a:hover,
  .mobile\:active\:link-lilac-opal-10 a:active,
  .mobile\:focus\:link-lilac-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-lilac-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-lilac-opal-10 a {
    color: RGBA(133, 152, 251, 1);
  }
  .mobile\:txt-sky,
  .mobile\:hover\:txt-sky:hover,
  .mobile\:focus\:txt-sky:focus,
  .mobile\:group:hover .group-hover\:txt-sky,
  .mobile\:group:focus-within .group-focus-within\:txt-sky {
    color: #14c4eb;
  }
  .mobile\:txt-sky-opal-0,
  .mobile\:hover\:txt-sky-opal-0:hover,
  .mobile\:focus\:txt-sky-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-0 {
    color: RGBA(20, 196, 235, 0);
  }
  .mobile\:txt-sky-opal-00,
  .mobile\:hover\:txt-sky-opal-00:hover,
  .mobile\:focus\:txt-sky-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-00 {
    color: RGBA(20, 196, 235, 0);
  }
  .mobile\:txt-sky-opal-1,
  .mobile\:hover\:txt-sky-opal-1:hover,
  .mobile\:focus\:txt-sky-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-1 {
    color: RGBA(20, 196, 235, 0.1);
  }
  .mobile\:txt-sky-opal-01,
  .mobile\:hover\:txt-sky-opal-01:hover,
  .mobile\:focus\:txt-sky-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-01 {
    color: RGBA(20, 196, 235, 0.01);
  }
  .mobile\:txt-sky-opal-2,
  .mobile\:hover\:txt-sky-opal-2:hover,
  .mobile\:focus\:txt-sky-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-2 {
    color: RGBA(20, 196, 235, 0.2);
  }
  .mobile\:txt-sky-opal-02,
  .mobile\:hover\:txt-sky-opal-02:hover,
  .mobile\:focus\:txt-sky-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-02 {
    color: RGBA(20, 196, 235, 0.02);
  }
  .mobile\:txt-sky-opal-3,
  .mobile\:hover\:txt-sky-opal-3:hover,
  .mobile\:focus\:txt-sky-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-3 {
    color: RGBA(20, 196, 235, 0.3);
  }
  .mobile\:txt-sky-opal-03,
  .mobile\:hover\:txt-sky-opal-03:hover,
  .mobile\:focus\:txt-sky-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-03 {
    color: RGBA(20, 196, 235, 0.03);
  }
  .mobile\:txt-sky-opal-4,
  .mobile\:hover\:txt-sky-opal-4:hover,
  .mobile\:focus\:txt-sky-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-4 {
    color: RGBA(20, 196, 235, 0.4);
  }
  .mobile\:txt-sky-opal-04,
  .mobile\:hover\:txt-sky-opal-04:hover,
  .mobile\:focus\:txt-sky-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-04 {
    color: RGBA(20, 196, 235, 0.04);
  }
  .mobile\:txt-sky-opal-5,
  .mobile\:hover\:txt-sky-opal-5:hover,
  .mobile\:focus\:txt-sky-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-5 {
    color: RGBA(20, 196, 235, 0.5);
  }
  .mobile\:txt-sky-opal-05,
  .mobile\:hover\:txt-sky-opal-05:hover,
  .mobile\:focus\:txt-sky-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-05 {
    color: RGBA(20, 196, 235, 0.05);
  }
  .mobile\:txt-sky-opal-6,
  .mobile\:hover\:txt-sky-opal-6:hover,
  .mobile\:focus\:txt-sky-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-6 {
    color: RGBA(20, 196, 235, 0.6);
  }
  .mobile\:txt-sky-opal-06,
  .mobile\:hover\:txt-sky-opal-06:hover,
  .mobile\:focus\:txt-sky-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-06 {
    color: RGBA(20, 196, 235, 0.06);
  }
  .mobile\:txt-sky-opal-7,
  .mobile\:hover\:txt-sky-opal-7:hover,
  .mobile\:focus\:txt-sky-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-7 {
    color: RGBA(20, 196, 235, 0.7);
  }
  .mobile\:txt-sky-opal-07,
  .mobile\:hover\:txt-sky-opal-07:hover,
  .mobile\:focus\:txt-sky-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-07 {
    color: RGBA(20, 196, 235, 0.07);
  }
  .mobile\:txt-sky-opal-8,
  .mobile\:hover\:txt-sky-opal-8:hover,
  .mobile\:focus\:txt-sky-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-8 {
    color: RGBA(20, 196, 235, 0.8);
  }
  .mobile\:txt-sky-opal-08,
  .mobile\:hover\:txt-sky-opal-08:hover,
  .mobile\:focus\:txt-sky-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-08 {
    color: RGBA(20, 196, 235, 0.08);
  }
  .mobile\:txt-sky-opal-9,
  .mobile\:hover\:txt-sky-opal-9:hover,
  .mobile\:focus\:txt-sky-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-9 {
    color: RGBA(20, 196, 235, 0.9);
  }
  .mobile\:txt-sky-opal-09,
  .mobile\:hover\:txt-sky-opal-09:hover,
  .mobile\:focus\:txt-sky-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-09 {
    color: RGBA(20, 196, 235, 0.09);
  }
  .mobile\:txt-sky-opal-10,
  .mobile\:hover\:txt-sky-opal-10:hover,
  .mobile\:focus\:txt-sky-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-sky-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-opal-10 {
    color: RGBA(20, 196, 235, 1);
  }
  .mobile\:link-sky a,
  .mobile\:hover\:link-sky a:hover,
  .mobile\:active\:link-sky a:active,
  .mobile\:focus\:link-sky a:focus,
  .mobile\:group:hover .group-hover\:link-sky a,
  .mobile\:group:focus-within .group-focus-within\:link-sky a {
    color: #14c4eb;
  }
  .mobile\:link-sky-opal-0 a,
  .mobile\:hover\:link-sky-opal-0 a:hover,
  .mobile\:active\:link-sky-opal-0 a:active,
  .mobile\:focus\:link-sky-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-0 a {
    color: RGBA(20, 196, 235, 0);
  }
  .mobile\:link-sky-opal-00 a,
  .mobile\:hover\:link-sky-opal-00 a:hover,
  .mobile\:active\:link-sky-opal-00 a:active,
  .mobile\:focus\:link-sky-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-00 a {
    color: RGBA(20, 196, 235, 0);
  }
  .mobile\:link-sky-opal-1 a,
  .mobile\:hover\:link-sky-opal-1 a:hover,
  .mobile\:active\:link-sky-opal-1 a:active,
  .mobile\:focus\:link-sky-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-1 a {
    color: RGBA(20, 196, 235, 0.1);
  }
  .mobile\:link-sky-opal-01 a,
  .mobile\:hover\:link-sky-opal-01 a:hover,
  .mobile\:active\:link-sky-opal-01 a:active,
  .mobile\:focus\:link-sky-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-01 a {
    color: RGBA(20, 196, 235, 0.01);
  }
  .mobile\:link-sky-opal-2 a,
  .mobile\:hover\:link-sky-opal-2 a:hover,
  .mobile\:active\:link-sky-opal-2 a:active,
  .mobile\:focus\:link-sky-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-2 a {
    color: RGBA(20, 196, 235, 0.2);
  }
  .mobile\:link-sky-opal-02 a,
  .mobile\:hover\:link-sky-opal-02 a:hover,
  .mobile\:active\:link-sky-opal-02 a:active,
  .mobile\:focus\:link-sky-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-02 a {
    color: RGBA(20, 196, 235, 0.02);
  }
  .mobile\:link-sky-opal-3 a,
  .mobile\:hover\:link-sky-opal-3 a:hover,
  .mobile\:active\:link-sky-opal-3 a:active,
  .mobile\:focus\:link-sky-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-3 a {
    color: RGBA(20, 196, 235, 0.3);
  }
  .mobile\:link-sky-opal-03 a,
  .mobile\:hover\:link-sky-opal-03 a:hover,
  .mobile\:active\:link-sky-opal-03 a:active,
  .mobile\:focus\:link-sky-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-03 a {
    color: RGBA(20, 196, 235, 0.03);
  }
  .mobile\:link-sky-opal-4 a,
  .mobile\:hover\:link-sky-opal-4 a:hover,
  .mobile\:active\:link-sky-opal-4 a:active,
  .mobile\:focus\:link-sky-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-4 a {
    color: RGBA(20, 196, 235, 0.4);
  }
  .mobile\:link-sky-opal-04 a,
  .mobile\:hover\:link-sky-opal-04 a:hover,
  .mobile\:active\:link-sky-opal-04 a:active,
  .mobile\:focus\:link-sky-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-04 a {
    color: RGBA(20, 196, 235, 0.04);
  }
  .mobile\:link-sky-opal-5 a,
  .mobile\:hover\:link-sky-opal-5 a:hover,
  .mobile\:active\:link-sky-opal-5 a:active,
  .mobile\:focus\:link-sky-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-5 a {
    color: RGBA(20, 196, 235, 0.5);
  }
  .mobile\:link-sky-opal-05 a,
  .mobile\:hover\:link-sky-opal-05 a:hover,
  .mobile\:active\:link-sky-opal-05 a:active,
  .mobile\:focus\:link-sky-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-05 a {
    color: RGBA(20, 196, 235, 0.05);
  }
  .mobile\:link-sky-opal-6 a,
  .mobile\:hover\:link-sky-opal-6 a:hover,
  .mobile\:active\:link-sky-opal-6 a:active,
  .mobile\:focus\:link-sky-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-6 a {
    color: RGBA(20, 196, 235, 0.6);
  }
  .mobile\:link-sky-opal-06 a,
  .mobile\:hover\:link-sky-opal-06 a:hover,
  .mobile\:active\:link-sky-opal-06 a:active,
  .mobile\:focus\:link-sky-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-06 a {
    color: RGBA(20, 196, 235, 0.06);
  }
  .mobile\:link-sky-opal-7 a,
  .mobile\:hover\:link-sky-opal-7 a:hover,
  .mobile\:active\:link-sky-opal-7 a:active,
  .mobile\:focus\:link-sky-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-7 a {
    color: RGBA(20, 196, 235, 0.7);
  }
  .mobile\:link-sky-opal-07 a,
  .mobile\:hover\:link-sky-opal-07 a:hover,
  .mobile\:active\:link-sky-opal-07 a:active,
  .mobile\:focus\:link-sky-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-07 a {
    color: RGBA(20, 196, 235, 0.07);
  }
  .mobile\:link-sky-opal-8 a,
  .mobile\:hover\:link-sky-opal-8 a:hover,
  .mobile\:active\:link-sky-opal-8 a:active,
  .mobile\:focus\:link-sky-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-8 a {
    color: RGBA(20, 196, 235, 0.8);
  }
  .mobile\:link-sky-opal-08 a,
  .mobile\:hover\:link-sky-opal-08 a:hover,
  .mobile\:active\:link-sky-opal-08 a:active,
  .mobile\:focus\:link-sky-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-08 a {
    color: RGBA(20, 196, 235, 0.08);
  }
  .mobile\:link-sky-opal-9 a,
  .mobile\:hover\:link-sky-opal-9 a:hover,
  .mobile\:active\:link-sky-opal-9 a:active,
  .mobile\:focus\:link-sky-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-9 a {
    color: RGBA(20, 196, 235, 0.9);
  }
  .mobile\:link-sky-opal-09 a,
  .mobile\:hover\:link-sky-opal-09 a:hover,
  .mobile\:active\:link-sky-opal-09 a:active,
  .mobile\:focus\:link-sky-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-09 a {
    color: RGBA(20, 196, 235, 0.09);
  }
  .mobile\:link-sky-opal-10 a,
  .mobile\:hover\:link-sky-opal-10 a:hover,
  .mobile\:active\:link-sky-opal-10 a:active,
  .mobile\:focus\:link-sky-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-sky-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-sky-opal-10 a {
    color: RGBA(20, 196, 235, 1);
  }
  .mobile\:txt-cotton-candy,
  .mobile\:hover\:txt-cotton-candy:hover,
  .mobile\:focus\:txt-cotton-candy:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy {
    color: #c0f5f2;
  }
  .mobile\:txt-cotton-candy-opal-0,
  .mobile\:hover\:txt-cotton-candy-opal-0:hover,
  .mobile\:focus\:txt-cotton-candy-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-0 {
    color: RGBA(192, 245, 242, 0);
  }
  .mobile\:txt-cotton-candy-opal-00,
  .mobile\:hover\:txt-cotton-candy-opal-00:hover,
  .mobile\:focus\:txt-cotton-candy-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-00 {
    color: RGBA(192, 245, 242, 0);
  }
  .mobile\:txt-cotton-candy-opal-1,
  .mobile\:hover\:txt-cotton-candy-opal-1:hover,
  .mobile\:focus\:txt-cotton-candy-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-1 {
    color: RGBA(192, 245, 242, 0.1);
  }
  .mobile\:txt-cotton-candy-opal-01,
  .mobile\:hover\:txt-cotton-candy-opal-01:hover,
  .mobile\:focus\:txt-cotton-candy-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-01 {
    color: RGBA(192, 245, 242, 0.01);
  }
  .mobile\:txt-cotton-candy-opal-2,
  .mobile\:hover\:txt-cotton-candy-opal-2:hover,
  .mobile\:focus\:txt-cotton-candy-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-2 {
    color: RGBA(192, 245, 242, 0.2);
  }
  .mobile\:txt-cotton-candy-opal-02,
  .mobile\:hover\:txt-cotton-candy-opal-02:hover,
  .mobile\:focus\:txt-cotton-candy-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-02 {
    color: RGBA(192, 245, 242, 0.02);
  }
  .mobile\:txt-cotton-candy-opal-3,
  .mobile\:hover\:txt-cotton-candy-opal-3:hover,
  .mobile\:focus\:txt-cotton-candy-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-3 {
    color: RGBA(192, 245, 242, 0.3);
  }
  .mobile\:txt-cotton-candy-opal-03,
  .mobile\:hover\:txt-cotton-candy-opal-03:hover,
  .mobile\:focus\:txt-cotton-candy-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-03 {
    color: RGBA(192, 245, 242, 0.03);
  }
  .mobile\:txt-cotton-candy-opal-4,
  .mobile\:hover\:txt-cotton-candy-opal-4:hover,
  .mobile\:focus\:txt-cotton-candy-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-4 {
    color: RGBA(192, 245, 242, 0.4);
  }
  .mobile\:txt-cotton-candy-opal-04,
  .mobile\:hover\:txt-cotton-candy-opal-04:hover,
  .mobile\:focus\:txt-cotton-candy-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-04 {
    color: RGBA(192, 245, 242, 0.04);
  }
  .mobile\:txt-cotton-candy-opal-5,
  .mobile\:hover\:txt-cotton-candy-opal-5:hover,
  .mobile\:focus\:txt-cotton-candy-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-5 {
    color: RGBA(192, 245, 242, 0.5);
  }
  .mobile\:txt-cotton-candy-opal-05,
  .mobile\:hover\:txt-cotton-candy-opal-05:hover,
  .mobile\:focus\:txt-cotton-candy-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-05 {
    color: RGBA(192, 245, 242, 0.05);
  }
  .mobile\:txt-cotton-candy-opal-6,
  .mobile\:hover\:txt-cotton-candy-opal-6:hover,
  .mobile\:focus\:txt-cotton-candy-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-6 {
    color: RGBA(192, 245, 242, 0.6);
  }
  .mobile\:txt-cotton-candy-opal-06,
  .mobile\:hover\:txt-cotton-candy-opal-06:hover,
  .mobile\:focus\:txt-cotton-candy-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-06 {
    color: RGBA(192, 245, 242, 0.06);
  }
  .mobile\:txt-cotton-candy-opal-7,
  .mobile\:hover\:txt-cotton-candy-opal-7:hover,
  .mobile\:focus\:txt-cotton-candy-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-7 {
    color: RGBA(192, 245, 242, 0.7);
  }
  .mobile\:txt-cotton-candy-opal-07,
  .mobile\:hover\:txt-cotton-candy-opal-07:hover,
  .mobile\:focus\:txt-cotton-candy-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-07 {
    color: RGBA(192, 245, 242, 0.07);
  }
  .mobile\:txt-cotton-candy-opal-8,
  .mobile\:hover\:txt-cotton-candy-opal-8:hover,
  .mobile\:focus\:txt-cotton-candy-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-8 {
    color: RGBA(192, 245, 242, 0.8);
  }
  .mobile\:txt-cotton-candy-opal-08,
  .mobile\:hover\:txt-cotton-candy-opal-08:hover,
  .mobile\:focus\:txt-cotton-candy-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-08 {
    color: RGBA(192, 245, 242, 0.08);
  }
  .mobile\:txt-cotton-candy-opal-9,
  .mobile\:hover\:txt-cotton-candy-opal-9:hover,
  .mobile\:focus\:txt-cotton-candy-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-9 {
    color: RGBA(192, 245, 242, 0.9);
  }
  .mobile\:txt-cotton-candy-opal-09,
  .mobile\:hover\:txt-cotton-candy-opal-09:hover,
  .mobile\:focus\:txt-cotton-candy-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-09 {
    color: RGBA(192, 245, 242, 0.09);
  }
  .mobile\:txt-cotton-candy-opal-10,
  .mobile\:hover\:txt-cotton-candy-opal-10:hover,
  .mobile\:focus\:txt-cotton-candy-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-cotton-candy-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-cotton-candy-opal-10 {
    color: RGBA(192, 245, 242, 1);
  }
  .mobile\:link-cotton-candy a,
  .mobile\:hover\:link-cotton-candy a:hover,
  .mobile\:active\:link-cotton-candy a:active,
  .mobile\:focus\:link-cotton-candy a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy a {
    color: #c0f5f2;
  }
  .mobile\:link-cotton-candy-opal-0 a,
  .mobile\:hover\:link-cotton-candy-opal-0 a:hover,
  .mobile\:active\:link-cotton-candy-opal-0 a:active,
  .mobile\:focus\:link-cotton-candy-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-0 a {
    color: RGBA(192, 245, 242, 0);
  }
  .mobile\:link-cotton-candy-opal-00 a,
  .mobile\:hover\:link-cotton-candy-opal-00 a:hover,
  .mobile\:active\:link-cotton-candy-opal-00 a:active,
  .mobile\:focus\:link-cotton-candy-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-00 a {
    color: RGBA(192, 245, 242, 0);
  }
  .mobile\:link-cotton-candy-opal-1 a,
  .mobile\:hover\:link-cotton-candy-opal-1 a:hover,
  .mobile\:active\:link-cotton-candy-opal-1 a:active,
  .mobile\:focus\:link-cotton-candy-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-1 a {
    color: RGBA(192, 245, 242, 0.1);
  }
  .mobile\:link-cotton-candy-opal-01 a,
  .mobile\:hover\:link-cotton-candy-opal-01 a:hover,
  .mobile\:active\:link-cotton-candy-opal-01 a:active,
  .mobile\:focus\:link-cotton-candy-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-01 a {
    color: RGBA(192, 245, 242, 0.01);
  }
  .mobile\:link-cotton-candy-opal-2 a,
  .mobile\:hover\:link-cotton-candy-opal-2 a:hover,
  .mobile\:active\:link-cotton-candy-opal-2 a:active,
  .mobile\:focus\:link-cotton-candy-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-2 a {
    color: RGBA(192, 245, 242, 0.2);
  }
  .mobile\:link-cotton-candy-opal-02 a,
  .mobile\:hover\:link-cotton-candy-opal-02 a:hover,
  .mobile\:active\:link-cotton-candy-opal-02 a:active,
  .mobile\:focus\:link-cotton-candy-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-02 a {
    color: RGBA(192, 245, 242, 0.02);
  }
  .mobile\:link-cotton-candy-opal-3 a,
  .mobile\:hover\:link-cotton-candy-opal-3 a:hover,
  .mobile\:active\:link-cotton-candy-opal-3 a:active,
  .mobile\:focus\:link-cotton-candy-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-3 a {
    color: RGBA(192, 245, 242, 0.3);
  }
  .mobile\:link-cotton-candy-opal-03 a,
  .mobile\:hover\:link-cotton-candy-opal-03 a:hover,
  .mobile\:active\:link-cotton-candy-opal-03 a:active,
  .mobile\:focus\:link-cotton-candy-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-03 a {
    color: RGBA(192, 245, 242, 0.03);
  }
  .mobile\:link-cotton-candy-opal-4 a,
  .mobile\:hover\:link-cotton-candy-opal-4 a:hover,
  .mobile\:active\:link-cotton-candy-opal-4 a:active,
  .mobile\:focus\:link-cotton-candy-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-4 a {
    color: RGBA(192, 245, 242, 0.4);
  }
  .mobile\:link-cotton-candy-opal-04 a,
  .mobile\:hover\:link-cotton-candy-opal-04 a:hover,
  .mobile\:active\:link-cotton-candy-opal-04 a:active,
  .mobile\:focus\:link-cotton-candy-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-04 a {
    color: RGBA(192, 245, 242, 0.04);
  }
  .mobile\:link-cotton-candy-opal-5 a,
  .mobile\:hover\:link-cotton-candy-opal-5 a:hover,
  .mobile\:active\:link-cotton-candy-opal-5 a:active,
  .mobile\:focus\:link-cotton-candy-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-5 a {
    color: RGBA(192, 245, 242, 0.5);
  }
  .mobile\:link-cotton-candy-opal-05 a,
  .mobile\:hover\:link-cotton-candy-opal-05 a:hover,
  .mobile\:active\:link-cotton-candy-opal-05 a:active,
  .mobile\:focus\:link-cotton-candy-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-05 a {
    color: RGBA(192, 245, 242, 0.05);
  }
  .mobile\:link-cotton-candy-opal-6 a,
  .mobile\:hover\:link-cotton-candy-opal-6 a:hover,
  .mobile\:active\:link-cotton-candy-opal-6 a:active,
  .mobile\:focus\:link-cotton-candy-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-6 a {
    color: RGBA(192, 245, 242, 0.6);
  }
  .mobile\:link-cotton-candy-opal-06 a,
  .mobile\:hover\:link-cotton-candy-opal-06 a:hover,
  .mobile\:active\:link-cotton-candy-opal-06 a:active,
  .mobile\:focus\:link-cotton-candy-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-06 a {
    color: RGBA(192, 245, 242, 0.06);
  }
  .mobile\:link-cotton-candy-opal-7 a,
  .mobile\:hover\:link-cotton-candy-opal-7 a:hover,
  .mobile\:active\:link-cotton-candy-opal-7 a:active,
  .mobile\:focus\:link-cotton-candy-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-7 a {
    color: RGBA(192, 245, 242, 0.7);
  }
  .mobile\:link-cotton-candy-opal-07 a,
  .mobile\:hover\:link-cotton-candy-opal-07 a:hover,
  .mobile\:active\:link-cotton-candy-opal-07 a:active,
  .mobile\:focus\:link-cotton-candy-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-07 a {
    color: RGBA(192, 245, 242, 0.07);
  }
  .mobile\:link-cotton-candy-opal-8 a,
  .mobile\:hover\:link-cotton-candy-opal-8 a:hover,
  .mobile\:active\:link-cotton-candy-opal-8 a:active,
  .mobile\:focus\:link-cotton-candy-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-8 a {
    color: RGBA(192, 245, 242, 0.8);
  }
  .mobile\:link-cotton-candy-opal-08 a,
  .mobile\:hover\:link-cotton-candy-opal-08 a:hover,
  .mobile\:active\:link-cotton-candy-opal-08 a:active,
  .mobile\:focus\:link-cotton-candy-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-08 a {
    color: RGBA(192, 245, 242, 0.08);
  }
  .mobile\:link-cotton-candy-opal-9 a,
  .mobile\:hover\:link-cotton-candy-opal-9 a:hover,
  .mobile\:active\:link-cotton-candy-opal-9 a:active,
  .mobile\:focus\:link-cotton-candy-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-9 a {
    color: RGBA(192, 245, 242, 0.9);
  }
  .mobile\:link-cotton-candy-opal-09 a,
  .mobile\:hover\:link-cotton-candy-opal-09 a:hover,
  .mobile\:active\:link-cotton-candy-opal-09 a:active,
  .mobile\:focus\:link-cotton-candy-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-09 a {
    color: RGBA(192, 245, 242, 0.09);
  }
  .mobile\:link-cotton-candy-opal-10 a,
  .mobile\:hover\:link-cotton-candy-opal-10 a:hover,
  .mobile\:active\:link-cotton-candy-opal-10 a:active,
  .mobile\:focus\:link-cotton-candy-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-cotton-candy-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-cotton-candy-opal-10 a {
    color: RGBA(192, 245, 242, 1);
  }
  .mobile\:txt-brand-primary,
  .mobile\:hover\:txt-brand-primary:hover,
  .mobile\:focus\:txt-brand-primary:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary {
    color: #441c99;
  }
  .mobile\:txt-brand-primary-opal-0,
  .mobile\:hover\:txt-brand-primary-opal-0:hover,
  .mobile\:focus\:txt-brand-primary-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-0 {
    color: RGBA(68, 28, 153, 0);
  }
  .mobile\:txt-brand-primary-opal-00,
  .mobile\:hover\:txt-brand-primary-opal-00:hover,
  .mobile\:focus\:txt-brand-primary-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-00 {
    color: RGBA(68, 28, 153, 0);
  }
  .mobile\:txt-brand-primary-opal-1,
  .mobile\:hover\:txt-brand-primary-opal-1:hover,
  .mobile\:focus\:txt-brand-primary-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-1 {
    color: RGBA(68, 28, 153, 0.1);
  }
  .mobile\:txt-brand-primary-opal-01,
  .mobile\:hover\:txt-brand-primary-opal-01:hover,
  .mobile\:focus\:txt-brand-primary-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-01 {
    color: RGBA(68, 28, 153, 0.01);
  }
  .mobile\:txt-brand-primary-opal-2,
  .mobile\:hover\:txt-brand-primary-opal-2:hover,
  .mobile\:focus\:txt-brand-primary-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-2 {
    color: RGBA(68, 28, 153, 0.2);
  }
  .mobile\:txt-brand-primary-opal-02,
  .mobile\:hover\:txt-brand-primary-opal-02:hover,
  .mobile\:focus\:txt-brand-primary-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-02 {
    color: RGBA(68, 28, 153, 0.02);
  }
  .mobile\:txt-brand-primary-opal-3,
  .mobile\:hover\:txt-brand-primary-opal-3:hover,
  .mobile\:focus\:txt-brand-primary-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-3 {
    color: RGBA(68, 28, 153, 0.3);
  }
  .mobile\:txt-brand-primary-opal-03,
  .mobile\:hover\:txt-brand-primary-opal-03:hover,
  .mobile\:focus\:txt-brand-primary-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-03 {
    color: RGBA(68, 28, 153, 0.03);
  }
  .mobile\:txt-brand-primary-opal-4,
  .mobile\:hover\:txt-brand-primary-opal-4:hover,
  .mobile\:focus\:txt-brand-primary-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-4 {
    color: RGBA(68, 28, 153, 0.4);
  }
  .mobile\:txt-brand-primary-opal-04,
  .mobile\:hover\:txt-brand-primary-opal-04:hover,
  .mobile\:focus\:txt-brand-primary-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-04 {
    color: RGBA(68, 28, 153, 0.04);
  }
  .mobile\:txt-brand-primary-opal-5,
  .mobile\:hover\:txt-brand-primary-opal-5:hover,
  .mobile\:focus\:txt-brand-primary-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-5 {
    color: RGBA(68, 28, 153, 0.5);
  }
  .mobile\:txt-brand-primary-opal-05,
  .mobile\:hover\:txt-brand-primary-opal-05:hover,
  .mobile\:focus\:txt-brand-primary-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-05 {
    color: RGBA(68, 28, 153, 0.05);
  }
  .mobile\:txt-brand-primary-opal-6,
  .mobile\:hover\:txt-brand-primary-opal-6:hover,
  .mobile\:focus\:txt-brand-primary-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-6 {
    color: RGBA(68, 28, 153, 0.6);
  }
  .mobile\:txt-brand-primary-opal-06,
  .mobile\:hover\:txt-brand-primary-opal-06:hover,
  .mobile\:focus\:txt-brand-primary-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-06 {
    color: RGBA(68, 28, 153, 0.06);
  }
  .mobile\:txt-brand-primary-opal-7,
  .mobile\:hover\:txt-brand-primary-opal-7:hover,
  .mobile\:focus\:txt-brand-primary-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-7 {
    color: RGBA(68, 28, 153, 0.7);
  }
  .mobile\:txt-brand-primary-opal-07,
  .mobile\:hover\:txt-brand-primary-opal-07:hover,
  .mobile\:focus\:txt-brand-primary-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-07 {
    color: RGBA(68, 28, 153, 0.07);
  }
  .mobile\:txt-brand-primary-opal-8,
  .mobile\:hover\:txt-brand-primary-opal-8:hover,
  .mobile\:focus\:txt-brand-primary-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-8 {
    color: RGBA(68, 28, 153, 0.8);
  }
  .mobile\:txt-brand-primary-opal-08,
  .mobile\:hover\:txt-brand-primary-opal-08:hover,
  .mobile\:focus\:txt-brand-primary-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-08 {
    color: RGBA(68, 28, 153, 0.08);
  }
  .mobile\:txt-brand-primary-opal-9,
  .mobile\:hover\:txt-brand-primary-opal-9:hover,
  .mobile\:focus\:txt-brand-primary-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-9 {
    color: RGBA(68, 28, 153, 0.9);
  }
  .mobile\:txt-brand-primary-opal-09,
  .mobile\:hover\:txt-brand-primary-opal-09:hover,
  .mobile\:focus\:txt-brand-primary-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-09 {
    color: RGBA(68, 28, 153, 0.09);
  }
  .mobile\:txt-brand-primary-opal-10,
  .mobile\:hover\:txt-brand-primary-opal-10:hover,
  .mobile\:focus\:txt-brand-primary-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-brand-primary-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-primary-opal-10 {
    color: RGBA(68, 28, 153, 1);
  }
  .mobile\:link-brand-primary a,
  .mobile\:hover\:link-brand-primary a:hover,
  .mobile\:active\:link-brand-primary a:active,
  .mobile\:focus\:link-brand-primary a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary a,
  .mobile\:group:focus-within .group-focus-within\:link-brand-primary a {
    color: #441c99;
  }
  .mobile\:link-brand-primary-opal-0 a,
  .mobile\:hover\:link-brand-primary-opal-0 a:hover,
  .mobile\:active\:link-brand-primary-opal-0 a:active,
  .mobile\:focus\:link-brand-primary-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-brand-primary-opal-0 a {
    color: RGBA(68, 28, 153, 0);
  }
  .mobile\:link-brand-primary-opal-00 a,
  .mobile\:hover\:link-brand-primary-opal-00 a:hover,
  .mobile\:active\:link-brand-primary-opal-00 a:active,
  .mobile\:focus\:link-brand-primary-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-00 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-primary-opal-00
    a {
    color: RGBA(68, 28, 153, 0);
  }
  .mobile\:link-brand-primary-opal-1 a,
  .mobile\:hover\:link-brand-primary-opal-1 a:hover,
  .mobile\:active\:link-brand-primary-opal-1 a:active,
  .mobile\:focus\:link-brand-primary-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-brand-primary-opal-1 a {
    color: RGBA(68, 28, 153, 0.1);
  }
  .mobile\:link-brand-primary-opal-01 a,
  .mobile\:hover\:link-brand-primary-opal-01 a:hover,
  .mobile\:active\:link-brand-primary-opal-01 a:active,
  .mobile\:focus\:link-brand-primary-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-01 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-primary-opal-01
    a {
    color: RGBA(68, 28, 153, 0.01);
  }
  .mobile\:link-brand-primary-opal-2 a,
  .mobile\:hover\:link-brand-primary-opal-2 a:hover,
  .mobile\:active\:link-brand-primary-opal-2 a:active,
  .mobile\:focus\:link-brand-primary-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-brand-primary-opal-2 a {
    color: RGBA(68, 28, 153, 0.2);
  }
  .mobile\:link-brand-primary-opal-02 a,
  .mobile\:hover\:link-brand-primary-opal-02 a:hover,
  .mobile\:active\:link-brand-primary-opal-02 a:active,
  .mobile\:focus\:link-brand-primary-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-02 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-primary-opal-02
    a {
    color: RGBA(68, 28, 153, 0.02);
  }
  .mobile\:link-brand-primary-opal-3 a,
  .mobile\:hover\:link-brand-primary-opal-3 a:hover,
  .mobile\:active\:link-brand-primary-opal-3 a:active,
  .mobile\:focus\:link-brand-primary-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-brand-primary-opal-3 a {
    color: RGBA(68, 28, 153, 0.3);
  }
  .mobile\:link-brand-primary-opal-03 a,
  .mobile\:hover\:link-brand-primary-opal-03 a:hover,
  .mobile\:active\:link-brand-primary-opal-03 a:active,
  .mobile\:focus\:link-brand-primary-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-03 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-primary-opal-03
    a {
    color: RGBA(68, 28, 153, 0.03);
  }
  .mobile\:link-brand-primary-opal-4 a,
  .mobile\:hover\:link-brand-primary-opal-4 a:hover,
  .mobile\:active\:link-brand-primary-opal-4 a:active,
  .mobile\:focus\:link-brand-primary-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-brand-primary-opal-4 a {
    color: RGBA(68, 28, 153, 0.4);
  }
  .mobile\:link-brand-primary-opal-04 a,
  .mobile\:hover\:link-brand-primary-opal-04 a:hover,
  .mobile\:active\:link-brand-primary-opal-04 a:active,
  .mobile\:focus\:link-brand-primary-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-04 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-primary-opal-04
    a {
    color: RGBA(68, 28, 153, 0.04);
  }
  .mobile\:link-brand-primary-opal-5 a,
  .mobile\:hover\:link-brand-primary-opal-5 a:hover,
  .mobile\:active\:link-brand-primary-opal-5 a:active,
  .mobile\:focus\:link-brand-primary-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-brand-primary-opal-5 a {
    color: RGBA(68, 28, 153, 0.5);
  }
  .mobile\:link-brand-primary-opal-05 a,
  .mobile\:hover\:link-brand-primary-opal-05 a:hover,
  .mobile\:active\:link-brand-primary-opal-05 a:active,
  .mobile\:focus\:link-brand-primary-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-05 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-primary-opal-05
    a {
    color: RGBA(68, 28, 153, 0.05);
  }
  .mobile\:link-brand-primary-opal-6 a,
  .mobile\:hover\:link-brand-primary-opal-6 a:hover,
  .mobile\:active\:link-brand-primary-opal-6 a:active,
  .mobile\:focus\:link-brand-primary-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-brand-primary-opal-6 a {
    color: RGBA(68, 28, 153, 0.6);
  }
  .mobile\:link-brand-primary-opal-06 a,
  .mobile\:hover\:link-brand-primary-opal-06 a:hover,
  .mobile\:active\:link-brand-primary-opal-06 a:active,
  .mobile\:focus\:link-brand-primary-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-06 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-primary-opal-06
    a {
    color: RGBA(68, 28, 153, 0.06);
  }
  .mobile\:link-brand-primary-opal-7 a,
  .mobile\:hover\:link-brand-primary-opal-7 a:hover,
  .mobile\:active\:link-brand-primary-opal-7 a:active,
  .mobile\:focus\:link-brand-primary-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-brand-primary-opal-7 a {
    color: RGBA(68, 28, 153, 0.7);
  }
  .mobile\:link-brand-primary-opal-07 a,
  .mobile\:hover\:link-brand-primary-opal-07 a:hover,
  .mobile\:active\:link-brand-primary-opal-07 a:active,
  .mobile\:focus\:link-brand-primary-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-07 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-primary-opal-07
    a {
    color: RGBA(68, 28, 153, 0.07);
  }
  .mobile\:link-brand-primary-opal-8 a,
  .mobile\:hover\:link-brand-primary-opal-8 a:hover,
  .mobile\:active\:link-brand-primary-opal-8 a:active,
  .mobile\:focus\:link-brand-primary-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-brand-primary-opal-8 a {
    color: RGBA(68, 28, 153, 0.8);
  }
  .mobile\:link-brand-primary-opal-08 a,
  .mobile\:hover\:link-brand-primary-opal-08 a:hover,
  .mobile\:active\:link-brand-primary-opal-08 a:active,
  .mobile\:focus\:link-brand-primary-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-08 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-primary-opal-08
    a {
    color: RGBA(68, 28, 153, 0.08);
  }
  .mobile\:link-brand-primary-opal-9 a,
  .mobile\:hover\:link-brand-primary-opal-9 a:hover,
  .mobile\:active\:link-brand-primary-opal-9 a:active,
  .mobile\:focus\:link-brand-primary-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-brand-primary-opal-9 a {
    color: RGBA(68, 28, 153, 0.9);
  }
  .mobile\:link-brand-primary-opal-09 a,
  .mobile\:hover\:link-brand-primary-opal-09 a:hover,
  .mobile\:active\:link-brand-primary-opal-09 a:active,
  .mobile\:focus\:link-brand-primary-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-09 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-primary-opal-09
    a {
    color: RGBA(68, 28, 153, 0.09);
  }
  .mobile\:link-brand-primary-opal-10 a,
  .mobile\:hover\:link-brand-primary-opal-10 a:hover,
  .mobile\:active\:link-brand-primary-opal-10 a:active,
  .mobile\:focus\:link-brand-primary-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-primary-opal-10 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-primary-opal-10
    a {
    color: RGBA(68, 28, 153, 1);
  }
  .mobile\:txt-brand-secondary,
  .mobile\:hover\:txt-brand-secondary:hover,
  .mobile\:focus\:txt-brand-secondary:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary {
    color: #030328;
  }
  .mobile\:txt-brand-secondary-opal-0,
  .mobile\:hover\:txt-brand-secondary-opal-0:hover,
  .mobile\:focus\:txt-brand-secondary-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-0 {
    color: RGBA(3, 3, 40, 0);
  }
  .mobile\:txt-brand-secondary-opal-00,
  .mobile\:hover\:txt-brand-secondary-opal-00:hover,
  .mobile\:focus\:txt-brand-secondary-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-00 {
    color: RGBA(3, 3, 40, 0);
  }
  .mobile\:txt-brand-secondary-opal-1,
  .mobile\:hover\:txt-brand-secondary-opal-1:hover,
  .mobile\:focus\:txt-brand-secondary-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-1 {
    color: RGBA(3, 3, 40, 0.1);
  }
  .mobile\:txt-brand-secondary-opal-01,
  .mobile\:hover\:txt-brand-secondary-opal-01:hover,
  .mobile\:focus\:txt-brand-secondary-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-01 {
    color: RGBA(3, 3, 40, 0.01);
  }
  .mobile\:txt-brand-secondary-opal-2,
  .mobile\:hover\:txt-brand-secondary-opal-2:hover,
  .mobile\:focus\:txt-brand-secondary-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-2 {
    color: RGBA(3, 3, 40, 0.2);
  }
  .mobile\:txt-brand-secondary-opal-02,
  .mobile\:hover\:txt-brand-secondary-opal-02:hover,
  .mobile\:focus\:txt-brand-secondary-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-02 {
    color: RGBA(3, 3, 40, 0.02);
  }
  .mobile\:txt-brand-secondary-opal-3,
  .mobile\:hover\:txt-brand-secondary-opal-3:hover,
  .mobile\:focus\:txt-brand-secondary-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-3 {
    color: RGBA(3, 3, 40, 0.3);
  }
  .mobile\:txt-brand-secondary-opal-03,
  .mobile\:hover\:txt-brand-secondary-opal-03:hover,
  .mobile\:focus\:txt-brand-secondary-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-03 {
    color: RGBA(3, 3, 40, 0.03);
  }
  .mobile\:txt-brand-secondary-opal-4,
  .mobile\:hover\:txt-brand-secondary-opal-4:hover,
  .mobile\:focus\:txt-brand-secondary-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-4 {
    color: RGBA(3, 3, 40, 0.4);
  }
  .mobile\:txt-brand-secondary-opal-04,
  .mobile\:hover\:txt-brand-secondary-opal-04:hover,
  .mobile\:focus\:txt-brand-secondary-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-04 {
    color: RGBA(3, 3, 40, 0.04);
  }
  .mobile\:txt-brand-secondary-opal-5,
  .mobile\:hover\:txt-brand-secondary-opal-5:hover,
  .mobile\:focus\:txt-brand-secondary-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-5 {
    color: RGBA(3, 3, 40, 0.5);
  }
  .mobile\:txt-brand-secondary-opal-05,
  .mobile\:hover\:txt-brand-secondary-opal-05:hover,
  .mobile\:focus\:txt-brand-secondary-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-05 {
    color: RGBA(3, 3, 40, 0.05);
  }
  .mobile\:txt-brand-secondary-opal-6,
  .mobile\:hover\:txt-brand-secondary-opal-6:hover,
  .mobile\:focus\:txt-brand-secondary-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-6 {
    color: RGBA(3, 3, 40, 0.6);
  }
  .mobile\:txt-brand-secondary-opal-06,
  .mobile\:hover\:txt-brand-secondary-opal-06:hover,
  .mobile\:focus\:txt-brand-secondary-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-06 {
    color: RGBA(3, 3, 40, 0.06);
  }
  .mobile\:txt-brand-secondary-opal-7,
  .mobile\:hover\:txt-brand-secondary-opal-7:hover,
  .mobile\:focus\:txt-brand-secondary-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-7 {
    color: RGBA(3, 3, 40, 0.7);
  }
  .mobile\:txt-brand-secondary-opal-07,
  .mobile\:hover\:txt-brand-secondary-opal-07:hover,
  .mobile\:focus\:txt-brand-secondary-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-07 {
    color: RGBA(3, 3, 40, 0.07);
  }
  .mobile\:txt-brand-secondary-opal-8,
  .mobile\:hover\:txt-brand-secondary-opal-8:hover,
  .mobile\:focus\:txt-brand-secondary-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-8 {
    color: RGBA(3, 3, 40, 0.8);
  }
  .mobile\:txt-brand-secondary-opal-08,
  .mobile\:hover\:txt-brand-secondary-opal-08:hover,
  .mobile\:focus\:txt-brand-secondary-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-08 {
    color: RGBA(3, 3, 40, 0.08);
  }
  .mobile\:txt-brand-secondary-opal-9,
  .mobile\:hover\:txt-brand-secondary-opal-9:hover,
  .mobile\:focus\:txt-brand-secondary-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-9 {
    color: RGBA(3, 3, 40, 0.9);
  }
  .mobile\:txt-brand-secondary-opal-09,
  .mobile\:hover\:txt-brand-secondary-opal-09:hover,
  .mobile\:focus\:txt-brand-secondary-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-09 {
    color: RGBA(3, 3, 40, 0.09);
  }
  .mobile\:txt-brand-secondary-opal-10,
  .mobile\:hover\:txt-brand-secondary-opal-10:hover,
  .mobile\:focus\:txt-brand-secondary-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-brand-secondary-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-brand-secondary-opal-10 {
    color: RGBA(3, 3, 40, 1);
  }
  .mobile\:link-brand-secondary a,
  .mobile\:hover\:link-brand-secondary a:hover,
  .mobile\:active\:link-brand-secondary a:active,
  .mobile\:focus\:link-brand-secondary a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary a,
  .mobile\:group:focus-within .group-focus-within\:link-brand-secondary a {
    color: #030328;
  }
  .mobile\:link-brand-secondary-opal-0 a,
  .mobile\:hover\:link-brand-secondary-opal-0 a:hover,
  .mobile\:active\:link-brand-secondary-opal-0 a:active,
  .mobile\:focus\:link-brand-secondary-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-0 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-0
    a {
    color: RGBA(3, 3, 40, 0);
  }
  .mobile\:link-brand-secondary-opal-00 a,
  .mobile\:hover\:link-brand-secondary-opal-00 a:hover,
  .mobile\:active\:link-brand-secondary-opal-00 a:active,
  .mobile\:focus\:link-brand-secondary-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-00 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-00
    a {
    color: RGBA(3, 3, 40, 0);
  }
  .mobile\:link-brand-secondary-opal-1 a,
  .mobile\:hover\:link-brand-secondary-opal-1 a:hover,
  .mobile\:active\:link-brand-secondary-opal-1 a:active,
  .mobile\:focus\:link-brand-secondary-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-1 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-1
    a {
    color: RGBA(3, 3, 40, 0.1);
  }
  .mobile\:link-brand-secondary-opal-01 a,
  .mobile\:hover\:link-brand-secondary-opal-01 a:hover,
  .mobile\:active\:link-brand-secondary-opal-01 a:active,
  .mobile\:focus\:link-brand-secondary-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-01 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-01
    a {
    color: RGBA(3, 3, 40, 0.01);
  }
  .mobile\:link-brand-secondary-opal-2 a,
  .mobile\:hover\:link-brand-secondary-opal-2 a:hover,
  .mobile\:active\:link-brand-secondary-opal-2 a:active,
  .mobile\:focus\:link-brand-secondary-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-2 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-2
    a {
    color: RGBA(3, 3, 40, 0.2);
  }
  .mobile\:link-brand-secondary-opal-02 a,
  .mobile\:hover\:link-brand-secondary-opal-02 a:hover,
  .mobile\:active\:link-brand-secondary-opal-02 a:active,
  .mobile\:focus\:link-brand-secondary-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-02 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-02
    a {
    color: RGBA(3, 3, 40, 0.02);
  }
  .mobile\:link-brand-secondary-opal-3 a,
  .mobile\:hover\:link-brand-secondary-opal-3 a:hover,
  .mobile\:active\:link-brand-secondary-opal-3 a:active,
  .mobile\:focus\:link-brand-secondary-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-3 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-3
    a {
    color: RGBA(3, 3, 40, 0.3);
  }
  .mobile\:link-brand-secondary-opal-03 a,
  .mobile\:hover\:link-brand-secondary-opal-03 a:hover,
  .mobile\:active\:link-brand-secondary-opal-03 a:active,
  .mobile\:focus\:link-brand-secondary-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-03 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-03
    a {
    color: RGBA(3, 3, 40, 0.03);
  }
  .mobile\:link-brand-secondary-opal-4 a,
  .mobile\:hover\:link-brand-secondary-opal-4 a:hover,
  .mobile\:active\:link-brand-secondary-opal-4 a:active,
  .mobile\:focus\:link-brand-secondary-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-4 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-4
    a {
    color: RGBA(3, 3, 40, 0.4);
  }
  .mobile\:link-brand-secondary-opal-04 a,
  .mobile\:hover\:link-brand-secondary-opal-04 a:hover,
  .mobile\:active\:link-brand-secondary-opal-04 a:active,
  .mobile\:focus\:link-brand-secondary-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-04 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-04
    a {
    color: RGBA(3, 3, 40, 0.04);
  }
  .mobile\:link-brand-secondary-opal-5 a,
  .mobile\:hover\:link-brand-secondary-opal-5 a:hover,
  .mobile\:active\:link-brand-secondary-opal-5 a:active,
  .mobile\:focus\:link-brand-secondary-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-5 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-5
    a {
    color: RGBA(3, 3, 40, 0.5);
  }
  .mobile\:link-brand-secondary-opal-05 a,
  .mobile\:hover\:link-brand-secondary-opal-05 a:hover,
  .mobile\:active\:link-brand-secondary-opal-05 a:active,
  .mobile\:focus\:link-brand-secondary-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-05 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-05
    a {
    color: RGBA(3, 3, 40, 0.05);
  }
  .mobile\:link-brand-secondary-opal-6 a,
  .mobile\:hover\:link-brand-secondary-opal-6 a:hover,
  .mobile\:active\:link-brand-secondary-opal-6 a:active,
  .mobile\:focus\:link-brand-secondary-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-6 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-6
    a {
    color: RGBA(3, 3, 40, 0.6);
  }
  .mobile\:link-brand-secondary-opal-06 a,
  .mobile\:hover\:link-brand-secondary-opal-06 a:hover,
  .mobile\:active\:link-brand-secondary-opal-06 a:active,
  .mobile\:focus\:link-brand-secondary-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-06 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-06
    a {
    color: RGBA(3, 3, 40, 0.06);
  }
  .mobile\:link-brand-secondary-opal-7 a,
  .mobile\:hover\:link-brand-secondary-opal-7 a:hover,
  .mobile\:active\:link-brand-secondary-opal-7 a:active,
  .mobile\:focus\:link-brand-secondary-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-7 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-7
    a {
    color: RGBA(3, 3, 40, 0.7);
  }
  .mobile\:link-brand-secondary-opal-07 a,
  .mobile\:hover\:link-brand-secondary-opal-07 a:hover,
  .mobile\:active\:link-brand-secondary-opal-07 a:active,
  .mobile\:focus\:link-brand-secondary-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-07 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-07
    a {
    color: RGBA(3, 3, 40, 0.07);
  }
  .mobile\:link-brand-secondary-opal-8 a,
  .mobile\:hover\:link-brand-secondary-opal-8 a:hover,
  .mobile\:active\:link-brand-secondary-opal-8 a:active,
  .mobile\:focus\:link-brand-secondary-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-8 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-8
    a {
    color: RGBA(3, 3, 40, 0.8);
  }
  .mobile\:link-brand-secondary-opal-08 a,
  .mobile\:hover\:link-brand-secondary-opal-08 a:hover,
  .mobile\:active\:link-brand-secondary-opal-08 a:active,
  .mobile\:focus\:link-brand-secondary-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-08 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-08
    a {
    color: RGBA(3, 3, 40, 0.08);
  }
  .mobile\:link-brand-secondary-opal-9 a,
  .mobile\:hover\:link-brand-secondary-opal-9 a:hover,
  .mobile\:active\:link-brand-secondary-opal-9 a:active,
  .mobile\:focus\:link-brand-secondary-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-9 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-9
    a {
    color: RGBA(3, 3, 40, 0.9);
  }
  .mobile\:link-brand-secondary-opal-09 a,
  .mobile\:hover\:link-brand-secondary-opal-09 a:hover,
  .mobile\:active\:link-brand-secondary-opal-09 a:active,
  .mobile\:focus\:link-brand-secondary-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-09 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-09
    a {
    color: RGBA(3, 3, 40, 0.09);
  }
  .mobile\:link-brand-secondary-opal-10 a,
  .mobile\:hover\:link-brand-secondary-opal-10 a:hover,
  .mobile\:active\:link-brand-secondary-opal-10 a:active,
  .mobile\:focus\:link-brand-secondary-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-brand-secondary-opal-10 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-brand-secondary-opal-10
    a {
    color: RGBA(3, 3, 40, 1);
  }
  .mobile\:txt-color-headline,
  .mobile\:hover\:txt-color-headline:hover,
  .mobile\:focus\:txt-color-headline:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline {
    color: #030328;
  }
  .mobile\:txt-color-headline-opal-0,
  .mobile\:hover\:txt-color-headline-opal-0:hover,
  .mobile\:focus\:txt-color-headline-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-0 {
    color: RGBA(3, 3, 40, 0);
  }
  .mobile\:txt-color-headline-opal-00,
  .mobile\:hover\:txt-color-headline-opal-00:hover,
  .mobile\:focus\:txt-color-headline-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-00 {
    color: RGBA(3, 3, 40, 0);
  }
  .mobile\:txt-color-headline-opal-1,
  .mobile\:hover\:txt-color-headline-opal-1:hover,
  .mobile\:focus\:txt-color-headline-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-1 {
    color: RGBA(3, 3, 40, 0.1);
  }
  .mobile\:txt-color-headline-opal-01,
  .mobile\:hover\:txt-color-headline-opal-01:hover,
  .mobile\:focus\:txt-color-headline-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-01 {
    color: RGBA(3, 3, 40, 0.01);
  }
  .mobile\:txt-color-headline-opal-2,
  .mobile\:hover\:txt-color-headline-opal-2:hover,
  .mobile\:focus\:txt-color-headline-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-2 {
    color: RGBA(3, 3, 40, 0.2);
  }
  .mobile\:txt-color-headline-opal-02,
  .mobile\:hover\:txt-color-headline-opal-02:hover,
  .mobile\:focus\:txt-color-headline-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-02 {
    color: RGBA(3, 3, 40, 0.02);
  }
  .mobile\:txt-color-headline-opal-3,
  .mobile\:hover\:txt-color-headline-opal-3:hover,
  .mobile\:focus\:txt-color-headline-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-3 {
    color: RGBA(3, 3, 40, 0.3);
  }
  .mobile\:txt-color-headline-opal-03,
  .mobile\:hover\:txt-color-headline-opal-03:hover,
  .mobile\:focus\:txt-color-headline-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-03 {
    color: RGBA(3, 3, 40, 0.03);
  }
  .mobile\:txt-color-headline-opal-4,
  .mobile\:hover\:txt-color-headline-opal-4:hover,
  .mobile\:focus\:txt-color-headline-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-4 {
    color: RGBA(3, 3, 40, 0.4);
  }
  .mobile\:txt-color-headline-opal-04,
  .mobile\:hover\:txt-color-headline-opal-04:hover,
  .mobile\:focus\:txt-color-headline-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-04 {
    color: RGBA(3, 3, 40, 0.04);
  }
  .mobile\:txt-color-headline-opal-5,
  .mobile\:hover\:txt-color-headline-opal-5:hover,
  .mobile\:focus\:txt-color-headline-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-5 {
    color: RGBA(3, 3, 40, 0.5);
  }
  .mobile\:txt-color-headline-opal-05,
  .mobile\:hover\:txt-color-headline-opal-05:hover,
  .mobile\:focus\:txt-color-headline-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-05 {
    color: RGBA(3, 3, 40, 0.05);
  }
  .mobile\:txt-color-headline-opal-6,
  .mobile\:hover\:txt-color-headline-opal-6:hover,
  .mobile\:focus\:txt-color-headline-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-6 {
    color: RGBA(3, 3, 40, 0.6);
  }
  .mobile\:txt-color-headline-opal-06,
  .mobile\:hover\:txt-color-headline-opal-06:hover,
  .mobile\:focus\:txt-color-headline-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-06 {
    color: RGBA(3, 3, 40, 0.06);
  }
  .mobile\:txt-color-headline-opal-7,
  .mobile\:hover\:txt-color-headline-opal-7:hover,
  .mobile\:focus\:txt-color-headline-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-7 {
    color: RGBA(3, 3, 40, 0.7);
  }
  .mobile\:txt-color-headline-opal-07,
  .mobile\:hover\:txt-color-headline-opal-07:hover,
  .mobile\:focus\:txt-color-headline-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-07 {
    color: RGBA(3, 3, 40, 0.07);
  }
  .mobile\:txt-color-headline-opal-8,
  .mobile\:hover\:txt-color-headline-opal-8:hover,
  .mobile\:focus\:txt-color-headline-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-8 {
    color: RGBA(3, 3, 40, 0.8);
  }
  .mobile\:txt-color-headline-opal-08,
  .mobile\:hover\:txt-color-headline-opal-08:hover,
  .mobile\:focus\:txt-color-headline-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-08 {
    color: RGBA(3, 3, 40, 0.08);
  }
  .mobile\:txt-color-headline-opal-9,
  .mobile\:hover\:txt-color-headline-opal-9:hover,
  .mobile\:focus\:txt-color-headline-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-9 {
    color: RGBA(3, 3, 40, 0.9);
  }
  .mobile\:txt-color-headline-opal-09,
  .mobile\:hover\:txt-color-headline-opal-09:hover,
  .mobile\:focus\:txt-color-headline-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-09 {
    color: RGBA(3, 3, 40, 0.09);
  }
  .mobile\:txt-color-headline-opal-10,
  .mobile\:hover\:txt-color-headline-opal-10:hover,
  .mobile\:focus\:txt-color-headline-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-color-headline-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-color-headline-opal-10 {
    color: RGBA(3, 3, 40, 1);
  }
  .mobile\:link-color-headline a,
  .mobile\:hover\:link-color-headline a:hover,
  .mobile\:active\:link-color-headline a:active,
  .mobile\:focus\:link-color-headline a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline a,
  .mobile\:group:focus-within .group-focus-within\:link-color-headline a {
    color: #030328;
  }
  .mobile\:link-color-headline-opal-0 a,
  .mobile\:hover\:link-color-headline-opal-0 a:hover,
  .mobile\:active\:link-color-headline-opal-0 a:active,
  .mobile\:focus\:link-color-headline-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-0 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-0
    a {
    color: RGBA(3, 3, 40, 0);
  }
  .mobile\:link-color-headline-opal-00 a,
  .mobile\:hover\:link-color-headline-opal-00 a:hover,
  .mobile\:active\:link-color-headline-opal-00 a:active,
  .mobile\:focus\:link-color-headline-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-00 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-00
    a {
    color: RGBA(3, 3, 40, 0);
  }
  .mobile\:link-color-headline-opal-1 a,
  .mobile\:hover\:link-color-headline-opal-1 a:hover,
  .mobile\:active\:link-color-headline-opal-1 a:active,
  .mobile\:focus\:link-color-headline-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-1 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-1
    a {
    color: RGBA(3, 3, 40, 0.1);
  }
  .mobile\:link-color-headline-opal-01 a,
  .mobile\:hover\:link-color-headline-opal-01 a:hover,
  .mobile\:active\:link-color-headline-opal-01 a:active,
  .mobile\:focus\:link-color-headline-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-01 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-01
    a {
    color: RGBA(3, 3, 40, 0.01);
  }
  .mobile\:link-color-headline-opal-2 a,
  .mobile\:hover\:link-color-headline-opal-2 a:hover,
  .mobile\:active\:link-color-headline-opal-2 a:active,
  .mobile\:focus\:link-color-headline-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-2 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-2
    a {
    color: RGBA(3, 3, 40, 0.2);
  }
  .mobile\:link-color-headline-opal-02 a,
  .mobile\:hover\:link-color-headline-opal-02 a:hover,
  .mobile\:active\:link-color-headline-opal-02 a:active,
  .mobile\:focus\:link-color-headline-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-02 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-02
    a {
    color: RGBA(3, 3, 40, 0.02);
  }
  .mobile\:link-color-headline-opal-3 a,
  .mobile\:hover\:link-color-headline-opal-3 a:hover,
  .mobile\:active\:link-color-headline-opal-3 a:active,
  .mobile\:focus\:link-color-headline-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-3 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-3
    a {
    color: RGBA(3, 3, 40, 0.3);
  }
  .mobile\:link-color-headline-opal-03 a,
  .mobile\:hover\:link-color-headline-opal-03 a:hover,
  .mobile\:active\:link-color-headline-opal-03 a:active,
  .mobile\:focus\:link-color-headline-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-03 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-03
    a {
    color: RGBA(3, 3, 40, 0.03);
  }
  .mobile\:link-color-headline-opal-4 a,
  .mobile\:hover\:link-color-headline-opal-4 a:hover,
  .mobile\:active\:link-color-headline-opal-4 a:active,
  .mobile\:focus\:link-color-headline-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-4 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-4
    a {
    color: RGBA(3, 3, 40, 0.4);
  }
  .mobile\:link-color-headline-opal-04 a,
  .mobile\:hover\:link-color-headline-opal-04 a:hover,
  .mobile\:active\:link-color-headline-opal-04 a:active,
  .mobile\:focus\:link-color-headline-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-04 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-04
    a {
    color: RGBA(3, 3, 40, 0.04);
  }
  .mobile\:link-color-headline-opal-5 a,
  .mobile\:hover\:link-color-headline-opal-5 a:hover,
  .mobile\:active\:link-color-headline-opal-5 a:active,
  .mobile\:focus\:link-color-headline-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-5 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-5
    a {
    color: RGBA(3, 3, 40, 0.5);
  }
  .mobile\:link-color-headline-opal-05 a,
  .mobile\:hover\:link-color-headline-opal-05 a:hover,
  .mobile\:active\:link-color-headline-opal-05 a:active,
  .mobile\:focus\:link-color-headline-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-05 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-05
    a {
    color: RGBA(3, 3, 40, 0.05);
  }
  .mobile\:link-color-headline-opal-6 a,
  .mobile\:hover\:link-color-headline-opal-6 a:hover,
  .mobile\:active\:link-color-headline-opal-6 a:active,
  .mobile\:focus\:link-color-headline-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-6 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-6
    a {
    color: RGBA(3, 3, 40, 0.6);
  }
  .mobile\:link-color-headline-opal-06 a,
  .mobile\:hover\:link-color-headline-opal-06 a:hover,
  .mobile\:active\:link-color-headline-opal-06 a:active,
  .mobile\:focus\:link-color-headline-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-06 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-06
    a {
    color: RGBA(3, 3, 40, 0.06);
  }
  .mobile\:link-color-headline-opal-7 a,
  .mobile\:hover\:link-color-headline-opal-7 a:hover,
  .mobile\:active\:link-color-headline-opal-7 a:active,
  .mobile\:focus\:link-color-headline-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-7 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-7
    a {
    color: RGBA(3, 3, 40, 0.7);
  }
  .mobile\:link-color-headline-opal-07 a,
  .mobile\:hover\:link-color-headline-opal-07 a:hover,
  .mobile\:active\:link-color-headline-opal-07 a:active,
  .mobile\:focus\:link-color-headline-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-07 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-07
    a {
    color: RGBA(3, 3, 40, 0.07);
  }
  .mobile\:link-color-headline-opal-8 a,
  .mobile\:hover\:link-color-headline-opal-8 a:hover,
  .mobile\:active\:link-color-headline-opal-8 a:active,
  .mobile\:focus\:link-color-headline-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-8 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-8
    a {
    color: RGBA(3, 3, 40, 0.8);
  }
  .mobile\:link-color-headline-opal-08 a,
  .mobile\:hover\:link-color-headline-opal-08 a:hover,
  .mobile\:active\:link-color-headline-opal-08 a:active,
  .mobile\:focus\:link-color-headline-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-08 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-08
    a {
    color: RGBA(3, 3, 40, 0.08);
  }
  .mobile\:link-color-headline-opal-9 a,
  .mobile\:hover\:link-color-headline-opal-9 a:hover,
  .mobile\:active\:link-color-headline-opal-9 a:active,
  .mobile\:focus\:link-color-headline-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-9 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-9
    a {
    color: RGBA(3, 3, 40, 0.9);
  }
  .mobile\:link-color-headline-opal-09 a,
  .mobile\:hover\:link-color-headline-opal-09 a:hover,
  .mobile\:active\:link-color-headline-opal-09 a:active,
  .mobile\:focus\:link-color-headline-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-09 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-09
    a {
    color: RGBA(3, 3, 40, 0.09);
  }
  .mobile\:link-color-headline-opal-10 a,
  .mobile\:hover\:link-color-headline-opal-10 a:hover,
  .mobile\:active\:link-color-headline-opal-10 a:active,
  .mobile\:focus\:link-color-headline-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-color-headline-opal-10 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-color-headline-opal-10
    a {
    color: RGBA(3, 3, 40, 1);
  }
  .mobile\:txt-color-body,
  .mobile\:hover\:txt-color-body:hover,
  .mobile\:focus\:txt-color-body:focus,
  .mobile\:group:hover .group-hover\:txt-color-body,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body {
    color: #383f76;
  }
  .mobile\:txt-color-body-opal-0,
  .mobile\:hover\:txt-color-body-opal-0:hover,
  .mobile\:focus\:txt-color-body-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-0 {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:txt-color-body-opal-00,
  .mobile\:hover\:txt-color-body-opal-00:hover,
  .mobile\:focus\:txt-color-body-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-00 {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:txt-color-body-opal-1,
  .mobile\:hover\:txt-color-body-opal-1:hover,
  .mobile\:focus\:txt-color-body-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-1 {
    color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:txt-color-body-opal-01,
  .mobile\:hover\:txt-color-body-opal-01:hover,
  .mobile\:focus\:txt-color-body-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-01 {
    color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:txt-color-body-opal-2,
  .mobile\:hover\:txt-color-body-opal-2:hover,
  .mobile\:focus\:txt-color-body-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-2 {
    color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:txt-color-body-opal-02,
  .mobile\:hover\:txt-color-body-opal-02:hover,
  .mobile\:focus\:txt-color-body-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-02 {
    color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:txt-color-body-opal-3,
  .mobile\:hover\:txt-color-body-opal-3:hover,
  .mobile\:focus\:txt-color-body-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-3 {
    color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:txt-color-body-opal-03,
  .mobile\:hover\:txt-color-body-opal-03:hover,
  .mobile\:focus\:txt-color-body-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-03 {
    color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:txt-color-body-opal-4,
  .mobile\:hover\:txt-color-body-opal-4:hover,
  .mobile\:focus\:txt-color-body-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-4 {
    color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:txt-color-body-opal-04,
  .mobile\:hover\:txt-color-body-opal-04:hover,
  .mobile\:focus\:txt-color-body-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-04 {
    color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:txt-color-body-opal-5,
  .mobile\:hover\:txt-color-body-opal-5:hover,
  .mobile\:focus\:txt-color-body-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-5 {
    color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:txt-color-body-opal-05,
  .mobile\:hover\:txt-color-body-opal-05:hover,
  .mobile\:focus\:txt-color-body-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-05 {
    color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:txt-color-body-opal-6,
  .mobile\:hover\:txt-color-body-opal-6:hover,
  .mobile\:focus\:txt-color-body-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-6 {
    color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:txt-color-body-opal-06,
  .mobile\:hover\:txt-color-body-opal-06:hover,
  .mobile\:focus\:txt-color-body-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-06 {
    color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:txt-color-body-opal-7,
  .mobile\:hover\:txt-color-body-opal-7:hover,
  .mobile\:focus\:txt-color-body-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-7 {
    color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:txt-color-body-opal-07,
  .mobile\:hover\:txt-color-body-opal-07:hover,
  .mobile\:focus\:txt-color-body-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-07 {
    color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:txt-color-body-opal-8,
  .mobile\:hover\:txt-color-body-opal-8:hover,
  .mobile\:focus\:txt-color-body-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-8 {
    color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:txt-color-body-opal-08,
  .mobile\:hover\:txt-color-body-opal-08:hover,
  .mobile\:focus\:txt-color-body-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-08 {
    color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:txt-color-body-opal-9,
  .mobile\:hover\:txt-color-body-opal-9:hover,
  .mobile\:focus\:txt-color-body-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-9 {
    color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:txt-color-body-opal-09,
  .mobile\:hover\:txt-color-body-opal-09:hover,
  .mobile\:focus\:txt-color-body-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-09 {
    color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:txt-color-body-opal-10,
  .mobile\:hover\:txt-color-body-opal-10:hover,
  .mobile\:focus\:txt-color-body-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-color-body-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-color-body-opal-10 {
    color: RGBA(56, 63, 118, 1);
  }
  .mobile\:link-color-body a,
  .mobile\:hover\:link-color-body a:hover,
  .mobile\:active\:link-color-body a:active,
  .mobile\:focus\:link-color-body a:focus,
  .mobile\:group:hover .group-hover\:link-color-body a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body a {
    color: #383f76;
  }
  .mobile\:link-color-body-opal-0 a,
  .mobile\:hover\:link-color-body-opal-0 a:hover,
  .mobile\:active\:link-color-body-opal-0 a:active,
  .mobile\:focus\:link-color-body-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-0 a {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:link-color-body-opal-00 a,
  .mobile\:hover\:link-color-body-opal-00 a:hover,
  .mobile\:active\:link-color-body-opal-00 a:active,
  .mobile\:focus\:link-color-body-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-00 a {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:link-color-body-opal-1 a,
  .mobile\:hover\:link-color-body-opal-1 a:hover,
  .mobile\:active\:link-color-body-opal-1 a:active,
  .mobile\:focus\:link-color-body-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-1 a {
    color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:link-color-body-opal-01 a,
  .mobile\:hover\:link-color-body-opal-01 a:hover,
  .mobile\:active\:link-color-body-opal-01 a:active,
  .mobile\:focus\:link-color-body-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-01 a {
    color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:link-color-body-opal-2 a,
  .mobile\:hover\:link-color-body-opal-2 a:hover,
  .mobile\:active\:link-color-body-opal-2 a:active,
  .mobile\:focus\:link-color-body-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-2 a {
    color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:link-color-body-opal-02 a,
  .mobile\:hover\:link-color-body-opal-02 a:hover,
  .mobile\:active\:link-color-body-opal-02 a:active,
  .mobile\:focus\:link-color-body-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-02 a {
    color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:link-color-body-opal-3 a,
  .mobile\:hover\:link-color-body-opal-3 a:hover,
  .mobile\:active\:link-color-body-opal-3 a:active,
  .mobile\:focus\:link-color-body-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-3 a {
    color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:link-color-body-opal-03 a,
  .mobile\:hover\:link-color-body-opal-03 a:hover,
  .mobile\:active\:link-color-body-opal-03 a:active,
  .mobile\:focus\:link-color-body-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-03 a {
    color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:link-color-body-opal-4 a,
  .mobile\:hover\:link-color-body-opal-4 a:hover,
  .mobile\:active\:link-color-body-opal-4 a:active,
  .mobile\:focus\:link-color-body-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-4 a {
    color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:link-color-body-opal-04 a,
  .mobile\:hover\:link-color-body-opal-04 a:hover,
  .mobile\:active\:link-color-body-opal-04 a:active,
  .mobile\:focus\:link-color-body-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-04 a {
    color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:link-color-body-opal-5 a,
  .mobile\:hover\:link-color-body-opal-5 a:hover,
  .mobile\:active\:link-color-body-opal-5 a:active,
  .mobile\:focus\:link-color-body-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-5 a {
    color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:link-color-body-opal-05 a,
  .mobile\:hover\:link-color-body-opal-05 a:hover,
  .mobile\:active\:link-color-body-opal-05 a:active,
  .mobile\:focus\:link-color-body-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-05 a {
    color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:link-color-body-opal-6 a,
  .mobile\:hover\:link-color-body-opal-6 a:hover,
  .mobile\:active\:link-color-body-opal-6 a:active,
  .mobile\:focus\:link-color-body-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-6 a {
    color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:link-color-body-opal-06 a,
  .mobile\:hover\:link-color-body-opal-06 a:hover,
  .mobile\:active\:link-color-body-opal-06 a:active,
  .mobile\:focus\:link-color-body-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-06 a {
    color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:link-color-body-opal-7 a,
  .mobile\:hover\:link-color-body-opal-7 a:hover,
  .mobile\:active\:link-color-body-opal-7 a:active,
  .mobile\:focus\:link-color-body-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-7 a {
    color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:link-color-body-opal-07 a,
  .mobile\:hover\:link-color-body-opal-07 a:hover,
  .mobile\:active\:link-color-body-opal-07 a:active,
  .mobile\:focus\:link-color-body-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-07 a {
    color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:link-color-body-opal-8 a,
  .mobile\:hover\:link-color-body-opal-8 a:hover,
  .mobile\:active\:link-color-body-opal-8 a:active,
  .mobile\:focus\:link-color-body-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-8 a {
    color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:link-color-body-opal-08 a,
  .mobile\:hover\:link-color-body-opal-08 a:hover,
  .mobile\:active\:link-color-body-opal-08 a:active,
  .mobile\:focus\:link-color-body-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-08 a {
    color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:link-color-body-opal-9 a,
  .mobile\:hover\:link-color-body-opal-9 a:hover,
  .mobile\:active\:link-color-body-opal-9 a:active,
  .mobile\:focus\:link-color-body-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-9 a {
    color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:link-color-body-opal-09 a,
  .mobile\:hover\:link-color-body-opal-09 a:hover,
  .mobile\:active\:link-color-body-opal-09 a:active,
  .mobile\:focus\:link-color-body-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-09 a {
    color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:link-color-body-opal-10 a,
  .mobile\:hover\:link-color-body-opal-10 a:hover,
  .mobile\:active\:link-color-body-opal-10 a:active,
  .mobile\:focus\:link-color-body-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-color-body-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-color-body-opal-10 a {
    color: RGBA(56, 63, 118, 1);
  }
  .mobile\:txt-success,
  .mobile\:hover\:txt-success:hover,
  .mobile\:focus\:txt-success:focus,
  .mobile\:group:hover .group-hover\:txt-success,
  .mobile\:group:focus-within .group-focus-within\:txt-success {
    color: #168982;
  }
  .mobile\:txt-success-opal-0,
  .mobile\:hover\:txt-success-opal-0:hover,
  .mobile\:focus\:txt-success-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-0 {
    color: RGBA(22, 137, 130, 0);
  }
  .mobile\:txt-success-opal-00,
  .mobile\:hover\:txt-success-opal-00:hover,
  .mobile\:focus\:txt-success-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-00 {
    color: RGBA(22, 137, 130, 0);
  }
  .mobile\:txt-success-opal-1,
  .mobile\:hover\:txt-success-opal-1:hover,
  .mobile\:focus\:txt-success-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-1 {
    color: RGBA(22, 137, 130, 0.1);
  }
  .mobile\:txt-success-opal-01,
  .mobile\:hover\:txt-success-opal-01:hover,
  .mobile\:focus\:txt-success-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-01 {
    color: RGBA(22, 137, 130, 0.01);
  }
  .mobile\:txt-success-opal-2,
  .mobile\:hover\:txt-success-opal-2:hover,
  .mobile\:focus\:txt-success-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-2 {
    color: RGBA(22, 137, 130, 0.2);
  }
  .mobile\:txt-success-opal-02,
  .mobile\:hover\:txt-success-opal-02:hover,
  .mobile\:focus\:txt-success-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-02 {
    color: RGBA(22, 137, 130, 0.02);
  }
  .mobile\:txt-success-opal-3,
  .mobile\:hover\:txt-success-opal-3:hover,
  .mobile\:focus\:txt-success-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-3 {
    color: RGBA(22, 137, 130, 0.3);
  }
  .mobile\:txt-success-opal-03,
  .mobile\:hover\:txt-success-opal-03:hover,
  .mobile\:focus\:txt-success-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-03 {
    color: RGBA(22, 137, 130, 0.03);
  }
  .mobile\:txt-success-opal-4,
  .mobile\:hover\:txt-success-opal-4:hover,
  .mobile\:focus\:txt-success-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-4 {
    color: RGBA(22, 137, 130, 0.4);
  }
  .mobile\:txt-success-opal-04,
  .mobile\:hover\:txt-success-opal-04:hover,
  .mobile\:focus\:txt-success-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-04 {
    color: RGBA(22, 137, 130, 0.04);
  }
  .mobile\:txt-success-opal-5,
  .mobile\:hover\:txt-success-opal-5:hover,
  .mobile\:focus\:txt-success-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-5 {
    color: RGBA(22, 137, 130, 0.5);
  }
  .mobile\:txt-success-opal-05,
  .mobile\:hover\:txt-success-opal-05:hover,
  .mobile\:focus\:txt-success-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-05 {
    color: RGBA(22, 137, 130, 0.05);
  }
  .mobile\:txt-success-opal-6,
  .mobile\:hover\:txt-success-opal-6:hover,
  .mobile\:focus\:txt-success-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-6 {
    color: RGBA(22, 137, 130, 0.6);
  }
  .mobile\:txt-success-opal-06,
  .mobile\:hover\:txt-success-opal-06:hover,
  .mobile\:focus\:txt-success-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-06 {
    color: RGBA(22, 137, 130, 0.06);
  }
  .mobile\:txt-success-opal-7,
  .mobile\:hover\:txt-success-opal-7:hover,
  .mobile\:focus\:txt-success-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-7 {
    color: RGBA(22, 137, 130, 0.7);
  }
  .mobile\:txt-success-opal-07,
  .mobile\:hover\:txt-success-opal-07:hover,
  .mobile\:focus\:txt-success-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-07 {
    color: RGBA(22, 137, 130, 0.07);
  }
  .mobile\:txt-success-opal-8,
  .mobile\:hover\:txt-success-opal-8:hover,
  .mobile\:focus\:txt-success-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-8 {
    color: RGBA(22, 137, 130, 0.8);
  }
  .mobile\:txt-success-opal-08,
  .mobile\:hover\:txt-success-opal-08:hover,
  .mobile\:focus\:txt-success-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-08 {
    color: RGBA(22, 137, 130, 0.08);
  }
  .mobile\:txt-success-opal-9,
  .mobile\:hover\:txt-success-opal-9:hover,
  .mobile\:focus\:txt-success-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-9 {
    color: RGBA(22, 137, 130, 0.9);
  }
  .mobile\:txt-success-opal-09,
  .mobile\:hover\:txt-success-opal-09:hover,
  .mobile\:focus\:txt-success-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-09 {
    color: RGBA(22, 137, 130, 0.09);
  }
  .mobile\:txt-success-opal-10,
  .mobile\:hover\:txt-success-opal-10:hover,
  .mobile\:focus\:txt-success-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-success-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-success-opal-10 {
    color: RGBA(22, 137, 130, 1);
  }
  .mobile\:link-success a,
  .mobile\:hover\:link-success a:hover,
  .mobile\:active\:link-success a:active,
  .mobile\:focus\:link-success a:focus,
  .mobile\:group:hover .group-hover\:link-success a,
  .mobile\:group:focus-within .group-focus-within\:link-success a {
    color: #168982;
  }
  .mobile\:link-success-opal-0 a,
  .mobile\:hover\:link-success-opal-0 a:hover,
  .mobile\:active\:link-success-opal-0 a:active,
  .mobile\:focus\:link-success-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-0 a {
    color: RGBA(22, 137, 130, 0);
  }
  .mobile\:link-success-opal-00 a,
  .mobile\:hover\:link-success-opal-00 a:hover,
  .mobile\:active\:link-success-opal-00 a:active,
  .mobile\:focus\:link-success-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-00 a {
    color: RGBA(22, 137, 130, 0);
  }
  .mobile\:link-success-opal-1 a,
  .mobile\:hover\:link-success-opal-1 a:hover,
  .mobile\:active\:link-success-opal-1 a:active,
  .mobile\:focus\:link-success-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-1 a {
    color: RGBA(22, 137, 130, 0.1);
  }
  .mobile\:link-success-opal-01 a,
  .mobile\:hover\:link-success-opal-01 a:hover,
  .mobile\:active\:link-success-opal-01 a:active,
  .mobile\:focus\:link-success-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-01 a {
    color: RGBA(22, 137, 130, 0.01);
  }
  .mobile\:link-success-opal-2 a,
  .mobile\:hover\:link-success-opal-2 a:hover,
  .mobile\:active\:link-success-opal-2 a:active,
  .mobile\:focus\:link-success-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-2 a {
    color: RGBA(22, 137, 130, 0.2);
  }
  .mobile\:link-success-opal-02 a,
  .mobile\:hover\:link-success-opal-02 a:hover,
  .mobile\:active\:link-success-opal-02 a:active,
  .mobile\:focus\:link-success-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-02 a {
    color: RGBA(22, 137, 130, 0.02);
  }
  .mobile\:link-success-opal-3 a,
  .mobile\:hover\:link-success-opal-3 a:hover,
  .mobile\:active\:link-success-opal-3 a:active,
  .mobile\:focus\:link-success-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-3 a {
    color: RGBA(22, 137, 130, 0.3);
  }
  .mobile\:link-success-opal-03 a,
  .mobile\:hover\:link-success-opal-03 a:hover,
  .mobile\:active\:link-success-opal-03 a:active,
  .mobile\:focus\:link-success-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-03 a {
    color: RGBA(22, 137, 130, 0.03);
  }
  .mobile\:link-success-opal-4 a,
  .mobile\:hover\:link-success-opal-4 a:hover,
  .mobile\:active\:link-success-opal-4 a:active,
  .mobile\:focus\:link-success-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-4 a {
    color: RGBA(22, 137, 130, 0.4);
  }
  .mobile\:link-success-opal-04 a,
  .mobile\:hover\:link-success-opal-04 a:hover,
  .mobile\:active\:link-success-opal-04 a:active,
  .mobile\:focus\:link-success-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-04 a {
    color: RGBA(22, 137, 130, 0.04);
  }
  .mobile\:link-success-opal-5 a,
  .mobile\:hover\:link-success-opal-5 a:hover,
  .mobile\:active\:link-success-opal-5 a:active,
  .mobile\:focus\:link-success-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-5 a {
    color: RGBA(22, 137, 130, 0.5);
  }
  .mobile\:link-success-opal-05 a,
  .mobile\:hover\:link-success-opal-05 a:hover,
  .mobile\:active\:link-success-opal-05 a:active,
  .mobile\:focus\:link-success-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-05 a {
    color: RGBA(22, 137, 130, 0.05);
  }
  .mobile\:link-success-opal-6 a,
  .mobile\:hover\:link-success-opal-6 a:hover,
  .mobile\:active\:link-success-opal-6 a:active,
  .mobile\:focus\:link-success-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-6 a {
    color: RGBA(22, 137, 130, 0.6);
  }
  .mobile\:link-success-opal-06 a,
  .mobile\:hover\:link-success-opal-06 a:hover,
  .mobile\:active\:link-success-opal-06 a:active,
  .mobile\:focus\:link-success-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-06 a {
    color: RGBA(22, 137, 130, 0.06);
  }
  .mobile\:link-success-opal-7 a,
  .mobile\:hover\:link-success-opal-7 a:hover,
  .mobile\:active\:link-success-opal-7 a:active,
  .mobile\:focus\:link-success-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-7 a {
    color: RGBA(22, 137, 130, 0.7);
  }
  .mobile\:link-success-opal-07 a,
  .mobile\:hover\:link-success-opal-07 a:hover,
  .mobile\:active\:link-success-opal-07 a:active,
  .mobile\:focus\:link-success-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-07 a {
    color: RGBA(22, 137, 130, 0.07);
  }
  .mobile\:link-success-opal-8 a,
  .mobile\:hover\:link-success-opal-8 a:hover,
  .mobile\:active\:link-success-opal-8 a:active,
  .mobile\:focus\:link-success-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-8 a {
    color: RGBA(22, 137, 130, 0.8);
  }
  .mobile\:link-success-opal-08 a,
  .mobile\:hover\:link-success-opal-08 a:hover,
  .mobile\:active\:link-success-opal-08 a:active,
  .mobile\:focus\:link-success-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-08 a {
    color: RGBA(22, 137, 130, 0.08);
  }
  .mobile\:link-success-opal-9 a,
  .mobile\:hover\:link-success-opal-9 a:hover,
  .mobile\:active\:link-success-opal-9 a:active,
  .mobile\:focus\:link-success-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-9 a {
    color: RGBA(22, 137, 130, 0.9);
  }
  .mobile\:link-success-opal-09 a,
  .mobile\:hover\:link-success-opal-09 a:hover,
  .mobile\:active\:link-success-opal-09 a:active,
  .mobile\:focus\:link-success-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-09 a {
    color: RGBA(22, 137, 130, 0.09);
  }
  .mobile\:link-success-opal-10 a,
  .mobile\:hover\:link-success-opal-10 a:hover,
  .mobile\:active\:link-success-opal-10 a:active,
  .mobile\:focus\:link-success-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-success-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-success-opal-10 a {
    color: RGBA(22, 137, 130, 1);
  }
  .mobile\:txt-success-contrast,
  .mobile\:hover\:txt-success-contrast:hover,
  .mobile\:focus\:txt-success-contrast:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast,
  .mobile\:group:focus-within .group-focus-within\:txt-success-contrast {
    color: #fff;
  }
  .mobile\:txt-success-contrast-opal-0,
  .mobile\:hover\:txt-success-contrast-opal-0:hover,
  .mobile\:focus\:txt-success-contrast-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-success-contrast-opal-0 {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:txt-success-contrast-opal-00,
  .mobile\:hover\:txt-success-contrast-opal-00:hover,
  .mobile\:focus\:txt-success-contrast-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-00,
  .mobile\:group:focus-within
    .group-focus-within\:txt-success-contrast-opal-00 {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:txt-success-contrast-opal-1,
  .mobile\:hover\:txt-success-contrast-opal-1:hover,
  .mobile\:focus\:txt-success-contrast-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-success-contrast-opal-1 {
    color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:txt-success-contrast-opal-01,
  .mobile\:hover\:txt-success-contrast-opal-01:hover,
  .mobile\:focus\:txt-success-contrast-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-01,
  .mobile\:group:focus-within
    .group-focus-within\:txt-success-contrast-opal-01 {
    color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:txt-success-contrast-opal-2,
  .mobile\:hover\:txt-success-contrast-opal-2:hover,
  .mobile\:focus\:txt-success-contrast-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-success-contrast-opal-2 {
    color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:txt-success-contrast-opal-02,
  .mobile\:hover\:txt-success-contrast-opal-02:hover,
  .mobile\:focus\:txt-success-contrast-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-02,
  .mobile\:group:focus-within
    .group-focus-within\:txt-success-contrast-opal-02 {
    color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:txt-success-contrast-opal-3,
  .mobile\:hover\:txt-success-contrast-opal-3:hover,
  .mobile\:focus\:txt-success-contrast-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-success-contrast-opal-3 {
    color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:txt-success-contrast-opal-03,
  .mobile\:hover\:txt-success-contrast-opal-03:hover,
  .mobile\:focus\:txt-success-contrast-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-03,
  .mobile\:group:focus-within
    .group-focus-within\:txt-success-contrast-opal-03 {
    color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:txt-success-contrast-opal-4,
  .mobile\:hover\:txt-success-contrast-opal-4:hover,
  .mobile\:focus\:txt-success-contrast-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-success-contrast-opal-4 {
    color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:txt-success-contrast-opal-04,
  .mobile\:hover\:txt-success-contrast-opal-04:hover,
  .mobile\:focus\:txt-success-contrast-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-04,
  .mobile\:group:focus-within
    .group-focus-within\:txt-success-contrast-opal-04 {
    color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:txt-success-contrast-opal-5,
  .mobile\:hover\:txt-success-contrast-opal-5:hover,
  .mobile\:focus\:txt-success-contrast-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-success-contrast-opal-5 {
    color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:txt-success-contrast-opal-05,
  .mobile\:hover\:txt-success-contrast-opal-05:hover,
  .mobile\:focus\:txt-success-contrast-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-05,
  .mobile\:group:focus-within
    .group-focus-within\:txt-success-contrast-opal-05 {
    color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:txt-success-contrast-opal-6,
  .mobile\:hover\:txt-success-contrast-opal-6:hover,
  .mobile\:focus\:txt-success-contrast-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-success-contrast-opal-6 {
    color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:txt-success-contrast-opal-06,
  .mobile\:hover\:txt-success-contrast-opal-06:hover,
  .mobile\:focus\:txt-success-contrast-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-06,
  .mobile\:group:focus-within
    .group-focus-within\:txt-success-contrast-opal-06 {
    color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:txt-success-contrast-opal-7,
  .mobile\:hover\:txt-success-contrast-opal-7:hover,
  .mobile\:focus\:txt-success-contrast-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-success-contrast-opal-7 {
    color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:txt-success-contrast-opal-07,
  .mobile\:hover\:txt-success-contrast-opal-07:hover,
  .mobile\:focus\:txt-success-contrast-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-07,
  .mobile\:group:focus-within
    .group-focus-within\:txt-success-contrast-opal-07 {
    color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:txt-success-contrast-opal-8,
  .mobile\:hover\:txt-success-contrast-opal-8:hover,
  .mobile\:focus\:txt-success-contrast-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-success-contrast-opal-8 {
    color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:txt-success-contrast-opal-08,
  .mobile\:hover\:txt-success-contrast-opal-08:hover,
  .mobile\:focus\:txt-success-contrast-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-08,
  .mobile\:group:focus-within
    .group-focus-within\:txt-success-contrast-opal-08 {
    color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:txt-success-contrast-opal-9,
  .mobile\:hover\:txt-success-contrast-opal-9:hover,
  .mobile\:focus\:txt-success-contrast-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-success-contrast-opal-9 {
    color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:txt-success-contrast-opal-09,
  .mobile\:hover\:txt-success-contrast-opal-09:hover,
  .mobile\:focus\:txt-success-contrast-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-09,
  .mobile\:group:focus-within
    .group-focus-within\:txt-success-contrast-opal-09 {
    color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:txt-success-contrast-opal-10,
  .mobile\:hover\:txt-success-contrast-opal-10:hover,
  .mobile\:focus\:txt-success-contrast-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-success-contrast-opal-10,
  .mobile\:group:focus-within
    .group-focus-within\:txt-success-contrast-opal-10 {
    color: RGBA(255, 255, 255, 1);
  }
  .mobile\:link-success-contrast a,
  .mobile\:hover\:link-success-contrast a:hover,
  .mobile\:active\:link-success-contrast a:active,
  .mobile\:focus\:link-success-contrast a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast a,
  .mobile\:group:focus-within .group-focus-within\:link-success-contrast a {
    color: #fff;
  }
  .mobile\:link-success-contrast-opal-0 a,
  .mobile\:hover\:link-success-contrast-opal-0 a:hover,
  .mobile\:active\:link-success-contrast-opal-0 a:active,
  .mobile\:focus\:link-success-contrast-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-0 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-0
    a {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:link-success-contrast-opal-00 a,
  .mobile\:hover\:link-success-contrast-opal-00 a:hover,
  .mobile\:active\:link-success-contrast-opal-00 a:active,
  .mobile\:focus\:link-success-contrast-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-00 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-00
    a {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:link-success-contrast-opal-1 a,
  .mobile\:hover\:link-success-contrast-opal-1 a:hover,
  .mobile\:active\:link-success-contrast-opal-1 a:active,
  .mobile\:focus\:link-success-contrast-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-1 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-1
    a {
    color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:link-success-contrast-opal-01 a,
  .mobile\:hover\:link-success-contrast-opal-01 a:hover,
  .mobile\:active\:link-success-contrast-opal-01 a:active,
  .mobile\:focus\:link-success-contrast-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-01 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-01
    a {
    color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:link-success-contrast-opal-2 a,
  .mobile\:hover\:link-success-contrast-opal-2 a:hover,
  .mobile\:active\:link-success-contrast-opal-2 a:active,
  .mobile\:focus\:link-success-contrast-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-2 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-2
    a {
    color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:link-success-contrast-opal-02 a,
  .mobile\:hover\:link-success-contrast-opal-02 a:hover,
  .mobile\:active\:link-success-contrast-opal-02 a:active,
  .mobile\:focus\:link-success-contrast-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-02 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-02
    a {
    color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:link-success-contrast-opal-3 a,
  .mobile\:hover\:link-success-contrast-opal-3 a:hover,
  .mobile\:active\:link-success-contrast-opal-3 a:active,
  .mobile\:focus\:link-success-contrast-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-3 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-3
    a {
    color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:link-success-contrast-opal-03 a,
  .mobile\:hover\:link-success-contrast-opal-03 a:hover,
  .mobile\:active\:link-success-contrast-opal-03 a:active,
  .mobile\:focus\:link-success-contrast-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-03 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-03
    a {
    color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:link-success-contrast-opal-4 a,
  .mobile\:hover\:link-success-contrast-opal-4 a:hover,
  .mobile\:active\:link-success-contrast-opal-4 a:active,
  .mobile\:focus\:link-success-contrast-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-4 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-4
    a {
    color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:link-success-contrast-opal-04 a,
  .mobile\:hover\:link-success-contrast-opal-04 a:hover,
  .mobile\:active\:link-success-contrast-opal-04 a:active,
  .mobile\:focus\:link-success-contrast-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-04 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-04
    a {
    color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:link-success-contrast-opal-5 a,
  .mobile\:hover\:link-success-contrast-opal-5 a:hover,
  .mobile\:active\:link-success-contrast-opal-5 a:active,
  .mobile\:focus\:link-success-contrast-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-5 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-5
    a {
    color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:link-success-contrast-opal-05 a,
  .mobile\:hover\:link-success-contrast-opal-05 a:hover,
  .mobile\:active\:link-success-contrast-opal-05 a:active,
  .mobile\:focus\:link-success-contrast-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-05 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-05
    a {
    color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:link-success-contrast-opal-6 a,
  .mobile\:hover\:link-success-contrast-opal-6 a:hover,
  .mobile\:active\:link-success-contrast-opal-6 a:active,
  .mobile\:focus\:link-success-contrast-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-6 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-6
    a {
    color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:link-success-contrast-opal-06 a,
  .mobile\:hover\:link-success-contrast-opal-06 a:hover,
  .mobile\:active\:link-success-contrast-opal-06 a:active,
  .mobile\:focus\:link-success-contrast-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-06 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-06
    a {
    color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:link-success-contrast-opal-7 a,
  .mobile\:hover\:link-success-contrast-opal-7 a:hover,
  .mobile\:active\:link-success-contrast-opal-7 a:active,
  .mobile\:focus\:link-success-contrast-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-7 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-7
    a {
    color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:link-success-contrast-opal-07 a,
  .mobile\:hover\:link-success-contrast-opal-07 a:hover,
  .mobile\:active\:link-success-contrast-opal-07 a:active,
  .mobile\:focus\:link-success-contrast-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-07 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-07
    a {
    color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:link-success-contrast-opal-8 a,
  .mobile\:hover\:link-success-contrast-opal-8 a:hover,
  .mobile\:active\:link-success-contrast-opal-8 a:active,
  .mobile\:focus\:link-success-contrast-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-8 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-8
    a {
    color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:link-success-contrast-opal-08 a,
  .mobile\:hover\:link-success-contrast-opal-08 a:hover,
  .mobile\:active\:link-success-contrast-opal-08 a:active,
  .mobile\:focus\:link-success-contrast-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-08 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-08
    a {
    color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:link-success-contrast-opal-9 a,
  .mobile\:hover\:link-success-contrast-opal-9 a:hover,
  .mobile\:active\:link-success-contrast-opal-9 a:active,
  .mobile\:focus\:link-success-contrast-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-9 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-9
    a {
    color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:link-success-contrast-opal-09 a,
  .mobile\:hover\:link-success-contrast-opal-09 a:hover,
  .mobile\:active\:link-success-contrast-opal-09 a:active,
  .mobile\:focus\:link-success-contrast-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-09 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-09
    a {
    color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:link-success-contrast-opal-10 a,
  .mobile\:hover\:link-success-contrast-opal-10 a:hover,
  .mobile\:active\:link-success-contrast-opal-10 a:active,
  .mobile\:focus\:link-success-contrast-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-success-contrast-opal-10 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-success-contrast-opal-10
    a {
    color: RGBA(255, 255, 255, 1);
  }
  .mobile\:txt-warning,
  .mobile\:hover\:txt-warning:hover,
  .mobile\:focus\:txt-warning:focus,
  .mobile\:group:hover .group-hover\:txt-warning,
  .mobile\:group:focus-within .group-focus-within\:txt-warning {
    color: #c04c0a;
  }
  .mobile\:txt-warning-opal-0,
  .mobile\:hover\:txt-warning-opal-0:hover,
  .mobile\:focus\:txt-warning-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-0 {
    color: RGBA(192, 76, 10, 0);
  }
  .mobile\:txt-warning-opal-00,
  .mobile\:hover\:txt-warning-opal-00:hover,
  .mobile\:focus\:txt-warning-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-00 {
    color: RGBA(192, 76, 10, 0);
  }
  .mobile\:txt-warning-opal-1,
  .mobile\:hover\:txt-warning-opal-1:hover,
  .mobile\:focus\:txt-warning-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-1 {
    color: RGBA(192, 76, 10, 0.1);
  }
  .mobile\:txt-warning-opal-01,
  .mobile\:hover\:txt-warning-opal-01:hover,
  .mobile\:focus\:txt-warning-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-01 {
    color: RGBA(192, 76, 10, 0.01);
  }
  .mobile\:txt-warning-opal-2,
  .mobile\:hover\:txt-warning-opal-2:hover,
  .mobile\:focus\:txt-warning-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-2 {
    color: RGBA(192, 76, 10, 0.2);
  }
  .mobile\:txt-warning-opal-02,
  .mobile\:hover\:txt-warning-opal-02:hover,
  .mobile\:focus\:txt-warning-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-02 {
    color: RGBA(192, 76, 10, 0.02);
  }
  .mobile\:txt-warning-opal-3,
  .mobile\:hover\:txt-warning-opal-3:hover,
  .mobile\:focus\:txt-warning-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-3 {
    color: RGBA(192, 76, 10, 0.3);
  }
  .mobile\:txt-warning-opal-03,
  .mobile\:hover\:txt-warning-opal-03:hover,
  .mobile\:focus\:txt-warning-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-03 {
    color: RGBA(192, 76, 10, 0.03);
  }
  .mobile\:txt-warning-opal-4,
  .mobile\:hover\:txt-warning-opal-4:hover,
  .mobile\:focus\:txt-warning-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-4 {
    color: RGBA(192, 76, 10, 0.4);
  }
  .mobile\:txt-warning-opal-04,
  .mobile\:hover\:txt-warning-opal-04:hover,
  .mobile\:focus\:txt-warning-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-04 {
    color: RGBA(192, 76, 10, 0.04);
  }
  .mobile\:txt-warning-opal-5,
  .mobile\:hover\:txt-warning-opal-5:hover,
  .mobile\:focus\:txt-warning-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-5 {
    color: RGBA(192, 76, 10, 0.5);
  }
  .mobile\:txt-warning-opal-05,
  .mobile\:hover\:txt-warning-opal-05:hover,
  .mobile\:focus\:txt-warning-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-05 {
    color: RGBA(192, 76, 10, 0.05);
  }
  .mobile\:txt-warning-opal-6,
  .mobile\:hover\:txt-warning-opal-6:hover,
  .mobile\:focus\:txt-warning-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-6 {
    color: RGBA(192, 76, 10, 0.6);
  }
  .mobile\:txt-warning-opal-06,
  .mobile\:hover\:txt-warning-opal-06:hover,
  .mobile\:focus\:txt-warning-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-06 {
    color: RGBA(192, 76, 10, 0.06);
  }
  .mobile\:txt-warning-opal-7,
  .mobile\:hover\:txt-warning-opal-7:hover,
  .mobile\:focus\:txt-warning-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-7 {
    color: RGBA(192, 76, 10, 0.7);
  }
  .mobile\:txt-warning-opal-07,
  .mobile\:hover\:txt-warning-opal-07:hover,
  .mobile\:focus\:txt-warning-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-07 {
    color: RGBA(192, 76, 10, 0.07);
  }
  .mobile\:txt-warning-opal-8,
  .mobile\:hover\:txt-warning-opal-8:hover,
  .mobile\:focus\:txt-warning-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-8 {
    color: RGBA(192, 76, 10, 0.8);
  }
  .mobile\:txt-warning-opal-08,
  .mobile\:hover\:txt-warning-opal-08:hover,
  .mobile\:focus\:txt-warning-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-08 {
    color: RGBA(192, 76, 10, 0.08);
  }
  .mobile\:txt-warning-opal-9,
  .mobile\:hover\:txt-warning-opal-9:hover,
  .mobile\:focus\:txt-warning-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-9 {
    color: RGBA(192, 76, 10, 0.9);
  }
  .mobile\:txt-warning-opal-09,
  .mobile\:hover\:txt-warning-opal-09:hover,
  .mobile\:focus\:txt-warning-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-09 {
    color: RGBA(192, 76, 10, 0.09);
  }
  .mobile\:txt-warning-opal-10,
  .mobile\:hover\:txt-warning-opal-10:hover,
  .mobile\:focus\:txt-warning-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-warning-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-opal-10 {
    color: RGBA(192, 76, 10, 1);
  }
  .mobile\:link-warning a,
  .mobile\:hover\:link-warning a:hover,
  .mobile\:active\:link-warning a:active,
  .mobile\:focus\:link-warning a:focus,
  .mobile\:group:hover .group-hover\:link-warning a,
  .mobile\:group:focus-within .group-focus-within\:link-warning a {
    color: #c04c0a;
  }
  .mobile\:link-warning-opal-0 a,
  .mobile\:hover\:link-warning-opal-0 a:hover,
  .mobile\:active\:link-warning-opal-0 a:active,
  .mobile\:focus\:link-warning-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-0 a {
    color: RGBA(192, 76, 10, 0);
  }
  .mobile\:link-warning-opal-00 a,
  .mobile\:hover\:link-warning-opal-00 a:hover,
  .mobile\:active\:link-warning-opal-00 a:active,
  .mobile\:focus\:link-warning-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-00 a {
    color: RGBA(192, 76, 10, 0);
  }
  .mobile\:link-warning-opal-1 a,
  .mobile\:hover\:link-warning-opal-1 a:hover,
  .mobile\:active\:link-warning-opal-1 a:active,
  .mobile\:focus\:link-warning-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-1 a {
    color: RGBA(192, 76, 10, 0.1);
  }
  .mobile\:link-warning-opal-01 a,
  .mobile\:hover\:link-warning-opal-01 a:hover,
  .mobile\:active\:link-warning-opal-01 a:active,
  .mobile\:focus\:link-warning-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-01 a {
    color: RGBA(192, 76, 10, 0.01);
  }
  .mobile\:link-warning-opal-2 a,
  .mobile\:hover\:link-warning-opal-2 a:hover,
  .mobile\:active\:link-warning-opal-2 a:active,
  .mobile\:focus\:link-warning-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-2 a {
    color: RGBA(192, 76, 10, 0.2);
  }
  .mobile\:link-warning-opal-02 a,
  .mobile\:hover\:link-warning-opal-02 a:hover,
  .mobile\:active\:link-warning-opal-02 a:active,
  .mobile\:focus\:link-warning-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-02 a {
    color: RGBA(192, 76, 10, 0.02);
  }
  .mobile\:link-warning-opal-3 a,
  .mobile\:hover\:link-warning-opal-3 a:hover,
  .mobile\:active\:link-warning-opal-3 a:active,
  .mobile\:focus\:link-warning-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-3 a {
    color: RGBA(192, 76, 10, 0.3);
  }
  .mobile\:link-warning-opal-03 a,
  .mobile\:hover\:link-warning-opal-03 a:hover,
  .mobile\:active\:link-warning-opal-03 a:active,
  .mobile\:focus\:link-warning-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-03 a {
    color: RGBA(192, 76, 10, 0.03);
  }
  .mobile\:link-warning-opal-4 a,
  .mobile\:hover\:link-warning-opal-4 a:hover,
  .mobile\:active\:link-warning-opal-4 a:active,
  .mobile\:focus\:link-warning-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-4 a {
    color: RGBA(192, 76, 10, 0.4);
  }
  .mobile\:link-warning-opal-04 a,
  .mobile\:hover\:link-warning-opal-04 a:hover,
  .mobile\:active\:link-warning-opal-04 a:active,
  .mobile\:focus\:link-warning-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-04 a {
    color: RGBA(192, 76, 10, 0.04);
  }
  .mobile\:link-warning-opal-5 a,
  .mobile\:hover\:link-warning-opal-5 a:hover,
  .mobile\:active\:link-warning-opal-5 a:active,
  .mobile\:focus\:link-warning-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-5 a {
    color: RGBA(192, 76, 10, 0.5);
  }
  .mobile\:link-warning-opal-05 a,
  .mobile\:hover\:link-warning-opal-05 a:hover,
  .mobile\:active\:link-warning-opal-05 a:active,
  .mobile\:focus\:link-warning-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-05 a {
    color: RGBA(192, 76, 10, 0.05);
  }
  .mobile\:link-warning-opal-6 a,
  .mobile\:hover\:link-warning-opal-6 a:hover,
  .mobile\:active\:link-warning-opal-6 a:active,
  .mobile\:focus\:link-warning-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-6 a {
    color: RGBA(192, 76, 10, 0.6);
  }
  .mobile\:link-warning-opal-06 a,
  .mobile\:hover\:link-warning-opal-06 a:hover,
  .mobile\:active\:link-warning-opal-06 a:active,
  .mobile\:focus\:link-warning-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-06 a {
    color: RGBA(192, 76, 10, 0.06);
  }
  .mobile\:link-warning-opal-7 a,
  .mobile\:hover\:link-warning-opal-7 a:hover,
  .mobile\:active\:link-warning-opal-7 a:active,
  .mobile\:focus\:link-warning-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-7 a {
    color: RGBA(192, 76, 10, 0.7);
  }
  .mobile\:link-warning-opal-07 a,
  .mobile\:hover\:link-warning-opal-07 a:hover,
  .mobile\:active\:link-warning-opal-07 a:active,
  .mobile\:focus\:link-warning-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-07 a {
    color: RGBA(192, 76, 10, 0.07);
  }
  .mobile\:link-warning-opal-8 a,
  .mobile\:hover\:link-warning-opal-8 a:hover,
  .mobile\:active\:link-warning-opal-8 a:active,
  .mobile\:focus\:link-warning-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-8 a {
    color: RGBA(192, 76, 10, 0.8);
  }
  .mobile\:link-warning-opal-08 a,
  .mobile\:hover\:link-warning-opal-08 a:hover,
  .mobile\:active\:link-warning-opal-08 a:active,
  .mobile\:focus\:link-warning-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-08 a {
    color: RGBA(192, 76, 10, 0.08);
  }
  .mobile\:link-warning-opal-9 a,
  .mobile\:hover\:link-warning-opal-9 a:hover,
  .mobile\:active\:link-warning-opal-9 a:active,
  .mobile\:focus\:link-warning-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-9 a {
    color: RGBA(192, 76, 10, 0.9);
  }
  .mobile\:link-warning-opal-09 a,
  .mobile\:hover\:link-warning-opal-09 a:hover,
  .mobile\:active\:link-warning-opal-09 a:active,
  .mobile\:focus\:link-warning-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-09 a {
    color: RGBA(192, 76, 10, 0.09);
  }
  .mobile\:link-warning-opal-10 a,
  .mobile\:hover\:link-warning-opal-10 a:hover,
  .mobile\:active\:link-warning-opal-10 a:active,
  .mobile\:focus\:link-warning-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-opal-10 a {
    color: RGBA(192, 76, 10, 1);
  }
  .mobile\:txt-warning-contrast,
  .mobile\:hover\:txt-warning-contrast:hover,
  .mobile\:focus\:txt-warning-contrast:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-contrast {
    color: #fff;
  }
  .mobile\:txt-warning-contrast-opal-0,
  .mobile\:hover\:txt-warning-contrast-opal-0:hover,
  .mobile\:focus\:txt-warning-contrast-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-contrast-opal-0 {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:txt-warning-contrast-opal-00,
  .mobile\:hover\:txt-warning-contrast-opal-00:hover,
  .mobile\:focus\:txt-warning-contrast-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-00,
  .mobile\:group:focus-within
    .group-focus-within\:txt-warning-contrast-opal-00 {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:txt-warning-contrast-opal-1,
  .mobile\:hover\:txt-warning-contrast-opal-1:hover,
  .mobile\:focus\:txt-warning-contrast-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-contrast-opal-1 {
    color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:txt-warning-contrast-opal-01,
  .mobile\:hover\:txt-warning-contrast-opal-01:hover,
  .mobile\:focus\:txt-warning-contrast-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-01,
  .mobile\:group:focus-within
    .group-focus-within\:txt-warning-contrast-opal-01 {
    color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:txt-warning-contrast-opal-2,
  .mobile\:hover\:txt-warning-contrast-opal-2:hover,
  .mobile\:focus\:txt-warning-contrast-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-contrast-opal-2 {
    color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:txt-warning-contrast-opal-02,
  .mobile\:hover\:txt-warning-contrast-opal-02:hover,
  .mobile\:focus\:txt-warning-contrast-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-02,
  .mobile\:group:focus-within
    .group-focus-within\:txt-warning-contrast-opal-02 {
    color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:txt-warning-contrast-opal-3,
  .mobile\:hover\:txt-warning-contrast-opal-3:hover,
  .mobile\:focus\:txt-warning-contrast-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-contrast-opal-3 {
    color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:txt-warning-contrast-opal-03,
  .mobile\:hover\:txt-warning-contrast-opal-03:hover,
  .mobile\:focus\:txt-warning-contrast-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-03,
  .mobile\:group:focus-within
    .group-focus-within\:txt-warning-contrast-opal-03 {
    color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:txt-warning-contrast-opal-4,
  .mobile\:hover\:txt-warning-contrast-opal-4:hover,
  .mobile\:focus\:txt-warning-contrast-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-contrast-opal-4 {
    color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:txt-warning-contrast-opal-04,
  .mobile\:hover\:txt-warning-contrast-opal-04:hover,
  .mobile\:focus\:txt-warning-contrast-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-04,
  .mobile\:group:focus-within
    .group-focus-within\:txt-warning-contrast-opal-04 {
    color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:txt-warning-contrast-opal-5,
  .mobile\:hover\:txt-warning-contrast-opal-5:hover,
  .mobile\:focus\:txt-warning-contrast-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-contrast-opal-5 {
    color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:txt-warning-contrast-opal-05,
  .mobile\:hover\:txt-warning-contrast-opal-05:hover,
  .mobile\:focus\:txt-warning-contrast-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-05,
  .mobile\:group:focus-within
    .group-focus-within\:txt-warning-contrast-opal-05 {
    color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:txt-warning-contrast-opal-6,
  .mobile\:hover\:txt-warning-contrast-opal-6:hover,
  .mobile\:focus\:txt-warning-contrast-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-contrast-opal-6 {
    color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:txt-warning-contrast-opal-06,
  .mobile\:hover\:txt-warning-contrast-opal-06:hover,
  .mobile\:focus\:txt-warning-contrast-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-06,
  .mobile\:group:focus-within
    .group-focus-within\:txt-warning-contrast-opal-06 {
    color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:txt-warning-contrast-opal-7,
  .mobile\:hover\:txt-warning-contrast-opal-7:hover,
  .mobile\:focus\:txt-warning-contrast-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-contrast-opal-7 {
    color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:txt-warning-contrast-opal-07,
  .mobile\:hover\:txt-warning-contrast-opal-07:hover,
  .mobile\:focus\:txt-warning-contrast-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-07,
  .mobile\:group:focus-within
    .group-focus-within\:txt-warning-contrast-opal-07 {
    color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:txt-warning-contrast-opal-8,
  .mobile\:hover\:txt-warning-contrast-opal-8:hover,
  .mobile\:focus\:txt-warning-contrast-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-contrast-opal-8 {
    color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:txt-warning-contrast-opal-08,
  .mobile\:hover\:txt-warning-contrast-opal-08:hover,
  .mobile\:focus\:txt-warning-contrast-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-08,
  .mobile\:group:focus-within
    .group-focus-within\:txt-warning-contrast-opal-08 {
    color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:txt-warning-contrast-opal-9,
  .mobile\:hover\:txt-warning-contrast-opal-9:hover,
  .mobile\:focus\:txt-warning-contrast-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-warning-contrast-opal-9 {
    color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:txt-warning-contrast-opal-09,
  .mobile\:hover\:txt-warning-contrast-opal-09:hover,
  .mobile\:focus\:txt-warning-contrast-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-09,
  .mobile\:group:focus-within
    .group-focus-within\:txt-warning-contrast-opal-09 {
    color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:txt-warning-contrast-opal-10,
  .mobile\:hover\:txt-warning-contrast-opal-10:hover,
  .mobile\:focus\:txt-warning-contrast-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-warning-contrast-opal-10,
  .mobile\:group:focus-within
    .group-focus-within\:txt-warning-contrast-opal-10 {
    color: RGBA(255, 255, 255, 1);
  }
  .mobile\:link-warning-contrast a,
  .mobile\:hover\:link-warning-contrast a:hover,
  .mobile\:active\:link-warning-contrast a:active,
  .mobile\:focus\:link-warning-contrast a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast a,
  .mobile\:group:focus-within .group-focus-within\:link-warning-contrast a {
    color: #fff;
  }
  .mobile\:link-warning-contrast-opal-0 a,
  .mobile\:hover\:link-warning-contrast-opal-0 a:hover,
  .mobile\:active\:link-warning-contrast-opal-0 a:active,
  .mobile\:focus\:link-warning-contrast-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-0 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-0
    a {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:link-warning-contrast-opal-00 a,
  .mobile\:hover\:link-warning-contrast-opal-00 a:hover,
  .mobile\:active\:link-warning-contrast-opal-00 a:active,
  .mobile\:focus\:link-warning-contrast-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-00 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-00
    a {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:link-warning-contrast-opal-1 a,
  .mobile\:hover\:link-warning-contrast-opal-1 a:hover,
  .mobile\:active\:link-warning-contrast-opal-1 a:active,
  .mobile\:focus\:link-warning-contrast-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-1 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-1
    a {
    color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:link-warning-contrast-opal-01 a,
  .mobile\:hover\:link-warning-contrast-opal-01 a:hover,
  .mobile\:active\:link-warning-contrast-opal-01 a:active,
  .mobile\:focus\:link-warning-contrast-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-01 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-01
    a {
    color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:link-warning-contrast-opal-2 a,
  .mobile\:hover\:link-warning-contrast-opal-2 a:hover,
  .mobile\:active\:link-warning-contrast-opal-2 a:active,
  .mobile\:focus\:link-warning-contrast-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-2 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-2
    a {
    color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:link-warning-contrast-opal-02 a,
  .mobile\:hover\:link-warning-contrast-opal-02 a:hover,
  .mobile\:active\:link-warning-contrast-opal-02 a:active,
  .mobile\:focus\:link-warning-contrast-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-02 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-02
    a {
    color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:link-warning-contrast-opal-3 a,
  .mobile\:hover\:link-warning-contrast-opal-3 a:hover,
  .mobile\:active\:link-warning-contrast-opal-3 a:active,
  .mobile\:focus\:link-warning-contrast-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-3 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-3
    a {
    color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:link-warning-contrast-opal-03 a,
  .mobile\:hover\:link-warning-contrast-opal-03 a:hover,
  .mobile\:active\:link-warning-contrast-opal-03 a:active,
  .mobile\:focus\:link-warning-contrast-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-03 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-03
    a {
    color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:link-warning-contrast-opal-4 a,
  .mobile\:hover\:link-warning-contrast-opal-4 a:hover,
  .mobile\:active\:link-warning-contrast-opal-4 a:active,
  .mobile\:focus\:link-warning-contrast-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-4 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-4
    a {
    color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:link-warning-contrast-opal-04 a,
  .mobile\:hover\:link-warning-contrast-opal-04 a:hover,
  .mobile\:active\:link-warning-contrast-opal-04 a:active,
  .mobile\:focus\:link-warning-contrast-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-04 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-04
    a {
    color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:link-warning-contrast-opal-5 a,
  .mobile\:hover\:link-warning-contrast-opal-5 a:hover,
  .mobile\:active\:link-warning-contrast-opal-5 a:active,
  .mobile\:focus\:link-warning-contrast-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-5 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-5
    a {
    color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:link-warning-contrast-opal-05 a,
  .mobile\:hover\:link-warning-contrast-opal-05 a:hover,
  .mobile\:active\:link-warning-contrast-opal-05 a:active,
  .mobile\:focus\:link-warning-contrast-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-05 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-05
    a {
    color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:link-warning-contrast-opal-6 a,
  .mobile\:hover\:link-warning-contrast-opal-6 a:hover,
  .mobile\:active\:link-warning-contrast-opal-6 a:active,
  .mobile\:focus\:link-warning-contrast-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-6 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-6
    a {
    color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:link-warning-contrast-opal-06 a,
  .mobile\:hover\:link-warning-contrast-opal-06 a:hover,
  .mobile\:active\:link-warning-contrast-opal-06 a:active,
  .mobile\:focus\:link-warning-contrast-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-06 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-06
    a {
    color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:link-warning-contrast-opal-7 a,
  .mobile\:hover\:link-warning-contrast-opal-7 a:hover,
  .mobile\:active\:link-warning-contrast-opal-7 a:active,
  .mobile\:focus\:link-warning-contrast-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-7 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-7
    a {
    color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:link-warning-contrast-opal-07 a,
  .mobile\:hover\:link-warning-contrast-opal-07 a:hover,
  .mobile\:active\:link-warning-contrast-opal-07 a:active,
  .mobile\:focus\:link-warning-contrast-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-07 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-07
    a {
    color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:link-warning-contrast-opal-8 a,
  .mobile\:hover\:link-warning-contrast-opal-8 a:hover,
  .mobile\:active\:link-warning-contrast-opal-8 a:active,
  .mobile\:focus\:link-warning-contrast-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-8 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-8
    a {
    color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:link-warning-contrast-opal-08 a,
  .mobile\:hover\:link-warning-contrast-opal-08 a:hover,
  .mobile\:active\:link-warning-contrast-opal-08 a:active,
  .mobile\:focus\:link-warning-contrast-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-08 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-08
    a {
    color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:link-warning-contrast-opal-9 a,
  .mobile\:hover\:link-warning-contrast-opal-9 a:hover,
  .mobile\:active\:link-warning-contrast-opal-9 a:active,
  .mobile\:focus\:link-warning-contrast-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-9 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-9
    a {
    color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:link-warning-contrast-opal-09 a,
  .mobile\:hover\:link-warning-contrast-opal-09 a:hover,
  .mobile\:active\:link-warning-contrast-opal-09 a:active,
  .mobile\:focus\:link-warning-contrast-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-09 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-09
    a {
    color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:link-warning-contrast-opal-10 a,
  .mobile\:hover\:link-warning-contrast-opal-10 a:hover,
  .mobile\:active\:link-warning-contrast-opal-10 a:active,
  .mobile\:focus\:link-warning-contrast-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-warning-contrast-opal-10 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-warning-contrast-opal-10
    a {
    color: RGBA(255, 255, 255, 1);
  }
  .mobile\:txt-fail,
  .mobile\:hover\:txt-fail:hover,
  .mobile\:focus\:txt-fail:focus,
  .mobile\:group:hover .group-hover\:txt-fail,
  .mobile\:group:focus-within .group-focus-within\:txt-fail {
    color: #c82d53;
  }
  .mobile\:txt-fail-opal-0,
  .mobile\:hover\:txt-fail-opal-0:hover,
  .mobile\:focus\:txt-fail-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-0 {
    color: RGBA(200, 45, 83, 0);
  }
  .mobile\:txt-fail-opal-00,
  .mobile\:hover\:txt-fail-opal-00:hover,
  .mobile\:focus\:txt-fail-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-00 {
    color: RGBA(200, 45, 83, 0);
  }
  .mobile\:txt-fail-opal-1,
  .mobile\:hover\:txt-fail-opal-1:hover,
  .mobile\:focus\:txt-fail-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-1 {
    color: RGBA(200, 45, 83, 0.1);
  }
  .mobile\:txt-fail-opal-01,
  .mobile\:hover\:txt-fail-opal-01:hover,
  .mobile\:focus\:txt-fail-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-01 {
    color: RGBA(200, 45, 83, 0.01);
  }
  .mobile\:txt-fail-opal-2,
  .mobile\:hover\:txt-fail-opal-2:hover,
  .mobile\:focus\:txt-fail-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-2 {
    color: RGBA(200, 45, 83, 0.2);
  }
  .mobile\:txt-fail-opal-02,
  .mobile\:hover\:txt-fail-opal-02:hover,
  .mobile\:focus\:txt-fail-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-02 {
    color: RGBA(200, 45, 83, 0.02);
  }
  .mobile\:txt-fail-opal-3,
  .mobile\:hover\:txt-fail-opal-3:hover,
  .mobile\:focus\:txt-fail-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-3 {
    color: RGBA(200, 45, 83, 0.3);
  }
  .mobile\:txt-fail-opal-03,
  .mobile\:hover\:txt-fail-opal-03:hover,
  .mobile\:focus\:txt-fail-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-03 {
    color: RGBA(200, 45, 83, 0.03);
  }
  .mobile\:txt-fail-opal-4,
  .mobile\:hover\:txt-fail-opal-4:hover,
  .mobile\:focus\:txt-fail-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-4 {
    color: RGBA(200, 45, 83, 0.4);
  }
  .mobile\:txt-fail-opal-04,
  .mobile\:hover\:txt-fail-opal-04:hover,
  .mobile\:focus\:txt-fail-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-04 {
    color: RGBA(200, 45, 83, 0.04);
  }
  .mobile\:txt-fail-opal-5,
  .mobile\:hover\:txt-fail-opal-5:hover,
  .mobile\:focus\:txt-fail-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-5 {
    color: RGBA(200, 45, 83, 0.5);
  }
  .mobile\:txt-fail-opal-05,
  .mobile\:hover\:txt-fail-opal-05:hover,
  .mobile\:focus\:txt-fail-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-05 {
    color: RGBA(200, 45, 83, 0.05);
  }
  .mobile\:txt-fail-opal-6,
  .mobile\:hover\:txt-fail-opal-6:hover,
  .mobile\:focus\:txt-fail-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-6 {
    color: RGBA(200, 45, 83, 0.6);
  }
  .mobile\:txt-fail-opal-06,
  .mobile\:hover\:txt-fail-opal-06:hover,
  .mobile\:focus\:txt-fail-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-06 {
    color: RGBA(200, 45, 83, 0.06);
  }
  .mobile\:txt-fail-opal-7,
  .mobile\:hover\:txt-fail-opal-7:hover,
  .mobile\:focus\:txt-fail-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-7 {
    color: RGBA(200, 45, 83, 0.7);
  }
  .mobile\:txt-fail-opal-07,
  .mobile\:hover\:txt-fail-opal-07:hover,
  .mobile\:focus\:txt-fail-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-07 {
    color: RGBA(200, 45, 83, 0.07);
  }
  .mobile\:txt-fail-opal-8,
  .mobile\:hover\:txt-fail-opal-8:hover,
  .mobile\:focus\:txt-fail-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-8 {
    color: RGBA(200, 45, 83, 0.8);
  }
  .mobile\:txt-fail-opal-08,
  .mobile\:hover\:txt-fail-opal-08:hover,
  .mobile\:focus\:txt-fail-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-08 {
    color: RGBA(200, 45, 83, 0.08);
  }
  .mobile\:txt-fail-opal-9,
  .mobile\:hover\:txt-fail-opal-9:hover,
  .mobile\:focus\:txt-fail-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-9 {
    color: RGBA(200, 45, 83, 0.9);
  }
  .mobile\:txt-fail-opal-09,
  .mobile\:hover\:txt-fail-opal-09:hover,
  .mobile\:focus\:txt-fail-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-09 {
    color: RGBA(200, 45, 83, 0.09);
  }
  .mobile\:txt-fail-opal-10,
  .mobile\:hover\:txt-fail-opal-10:hover,
  .mobile\:focus\:txt-fail-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-fail-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-opal-10 {
    color: RGBA(200, 45, 83, 1);
  }
  .mobile\:link-fail a,
  .mobile\:hover\:link-fail a:hover,
  .mobile\:active\:link-fail a:active,
  .mobile\:focus\:link-fail a:focus,
  .mobile\:group:hover .group-hover\:link-fail a,
  .mobile\:group:focus-within .group-focus-within\:link-fail a {
    color: #c82d53;
  }
  .mobile\:link-fail-opal-0 a,
  .mobile\:hover\:link-fail-opal-0 a:hover,
  .mobile\:active\:link-fail-opal-0 a:active,
  .mobile\:focus\:link-fail-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-0 a {
    color: RGBA(200, 45, 83, 0);
  }
  .mobile\:link-fail-opal-00 a,
  .mobile\:hover\:link-fail-opal-00 a:hover,
  .mobile\:active\:link-fail-opal-00 a:active,
  .mobile\:focus\:link-fail-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-00 a {
    color: RGBA(200, 45, 83, 0);
  }
  .mobile\:link-fail-opal-1 a,
  .mobile\:hover\:link-fail-opal-1 a:hover,
  .mobile\:active\:link-fail-opal-1 a:active,
  .mobile\:focus\:link-fail-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-1 a {
    color: RGBA(200, 45, 83, 0.1);
  }
  .mobile\:link-fail-opal-01 a,
  .mobile\:hover\:link-fail-opal-01 a:hover,
  .mobile\:active\:link-fail-opal-01 a:active,
  .mobile\:focus\:link-fail-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-01 a {
    color: RGBA(200, 45, 83, 0.01);
  }
  .mobile\:link-fail-opal-2 a,
  .mobile\:hover\:link-fail-opal-2 a:hover,
  .mobile\:active\:link-fail-opal-2 a:active,
  .mobile\:focus\:link-fail-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-2 a {
    color: RGBA(200, 45, 83, 0.2);
  }
  .mobile\:link-fail-opal-02 a,
  .mobile\:hover\:link-fail-opal-02 a:hover,
  .mobile\:active\:link-fail-opal-02 a:active,
  .mobile\:focus\:link-fail-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-02 a {
    color: RGBA(200, 45, 83, 0.02);
  }
  .mobile\:link-fail-opal-3 a,
  .mobile\:hover\:link-fail-opal-3 a:hover,
  .mobile\:active\:link-fail-opal-3 a:active,
  .mobile\:focus\:link-fail-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-3 a {
    color: RGBA(200, 45, 83, 0.3);
  }
  .mobile\:link-fail-opal-03 a,
  .mobile\:hover\:link-fail-opal-03 a:hover,
  .mobile\:active\:link-fail-opal-03 a:active,
  .mobile\:focus\:link-fail-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-03 a {
    color: RGBA(200, 45, 83, 0.03);
  }
  .mobile\:link-fail-opal-4 a,
  .mobile\:hover\:link-fail-opal-4 a:hover,
  .mobile\:active\:link-fail-opal-4 a:active,
  .mobile\:focus\:link-fail-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-4 a {
    color: RGBA(200, 45, 83, 0.4);
  }
  .mobile\:link-fail-opal-04 a,
  .mobile\:hover\:link-fail-opal-04 a:hover,
  .mobile\:active\:link-fail-opal-04 a:active,
  .mobile\:focus\:link-fail-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-04 a {
    color: RGBA(200, 45, 83, 0.04);
  }
  .mobile\:link-fail-opal-5 a,
  .mobile\:hover\:link-fail-opal-5 a:hover,
  .mobile\:active\:link-fail-opal-5 a:active,
  .mobile\:focus\:link-fail-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-5 a {
    color: RGBA(200, 45, 83, 0.5);
  }
  .mobile\:link-fail-opal-05 a,
  .mobile\:hover\:link-fail-opal-05 a:hover,
  .mobile\:active\:link-fail-opal-05 a:active,
  .mobile\:focus\:link-fail-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-05 a {
    color: RGBA(200, 45, 83, 0.05);
  }
  .mobile\:link-fail-opal-6 a,
  .mobile\:hover\:link-fail-opal-6 a:hover,
  .mobile\:active\:link-fail-opal-6 a:active,
  .mobile\:focus\:link-fail-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-6 a {
    color: RGBA(200, 45, 83, 0.6);
  }
  .mobile\:link-fail-opal-06 a,
  .mobile\:hover\:link-fail-opal-06 a:hover,
  .mobile\:active\:link-fail-opal-06 a:active,
  .mobile\:focus\:link-fail-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-06 a {
    color: RGBA(200, 45, 83, 0.06);
  }
  .mobile\:link-fail-opal-7 a,
  .mobile\:hover\:link-fail-opal-7 a:hover,
  .mobile\:active\:link-fail-opal-7 a:active,
  .mobile\:focus\:link-fail-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-7 a {
    color: RGBA(200, 45, 83, 0.7);
  }
  .mobile\:link-fail-opal-07 a,
  .mobile\:hover\:link-fail-opal-07 a:hover,
  .mobile\:active\:link-fail-opal-07 a:active,
  .mobile\:focus\:link-fail-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-07 a {
    color: RGBA(200, 45, 83, 0.07);
  }
  .mobile\:link-fail-opal-8 a,
  .mobile\:hover\:link-fail-opal-8 a:hover,
  .mobile\:active\:link-fail-opal-8 a:active,
  .mobile\:focus\:link-fail-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-8 a {
    color: RGBA(200, 45, 83, 0.8);
  }
  .mobile\:link-fail-opal-08 a,
  .mobile\:hover\:link-fail-opal-08 a:hover,
  .mobile\:active\:link-fail-opal-08 a:active,
  .mobile\:focus\:link-fail-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-08 a {
    color: RGBA(200, 45, 83, 0.08);
  }
  .mobile\:link-fail-opal-9 a,
  .mobile\:hover\:link-fail-opal-9 a:hover,
  .mobile\:active\:link-fail-opal-9 a:active,
  .mobile\:focus\:link-fail-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-9 a {
    color: RGBA(200, 45, 83, 0.9);
  }
  .mobile\:link-fail-opal-09 a,
  .mobile\:hover\:link-fail-opal-09 a:hover,
  .mobile\:active\:link-fail-opal-09 a:active,
  .mobile\:focus\:link-fail-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-09 a {
    color: RGBA(200, 45, 83, 0.09);
  }
  .mobile\:link-fail-opal-10 a,
  .mobile\:hover\:link-fail-opal-10 a:hover,
  .mobile\:active\:link-fail-opal-10 a:active,
  .mobile\:focus\:link-fail-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-opal-10 a {
    color: RGBA(200, 45, 83, 1);
  }
  .mobile\:txt-fail-contrast,
  .mobile\:hover\:txt-fail-contrast:hover,
  .mobile\:focus\:txt-fail-contrast:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast {
    color: #fff;
  }
  .mobile\:txt-fail-contrast-opal-0,
  .mobile\:hover\:txt-fail-contrast-opal-0:hover,
  .mobile\:focus\:txt-fail-contrast-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-0 {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:txt-fail-contrast-opal-00,
  .mobile\:hover\:txt-fail-contrast-opal-00:hover,
  .mobile\:focus\:txt-fail-contrast-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-00 {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:txt-fail-contrast-opal-1,
  .mobile\:hover\:txt-fail-contrast-opal-1:hover,
  .mobile\:focus\:txt-fail-contrast-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-1 {
    color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:txt-fail-contrast-opal-01,
  .mobile\:hover\:txt-fail-contrast-opal-01:hover,
  .mobile\:focus\:txt-fail-contrast-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-01 {
    color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:txt-fail-contrast-opal-2,
  .mobile\:hover\:txt-fail-contrast-opal-2:hover,
  .mobile\:focus\:txt-fail-contrast-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-2 {
    color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:txt-fail-contrast-opal-02,
  .mobile\:hover\:txt-fail-contrast-opal-02:hover,
  .mobile\:focus\:txt-fail-contrast-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-02 {
    color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:txt-fail-contrast-opal-3,
  .mobile\:hover\:txt-fail-contrast-opal-3:hover,
  .mobile\:focus\:txt-fail-contrast-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-3 {
    color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:txt-fail-contrast-opal-03,
  .mobile\:hover\:txt-fail-contrast-opal-03:hover,
  .mobile\:focus\:txt-fail-contrast-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-03 {
    color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:txt-fail-contrast-opal-4,
  .mobile\:hover\:txt-fail-contrast-opal-4:hover,
  .mobile\:focus\:txt-fail-contrast-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-4 {
    color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:txt-fail-contrast-opal-04,
  .mobile\:hover\:txt-fail-contrast-opal-04:hover,
  .mobile\:focus\:txt-fail-contrast-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-04 {
    color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:txt-fail-contrast-opal-5,
  .mobile\:hover\:txt-fail-contrast-opal-5:hover,
  .mobile\:focus\:txt-fail-contrast-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-5 {
    color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:txt-fail-contrast-opal-05,
  .mobile\:hover\:txt-fail-contrast-opal-05:hover,
  .mobile\:focus\:txt-fail-contrast-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-05 {
    color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:txt-fail-contrast-opal-6,
  .mobile\:hover\:txt-fail-contrast-opal-6:hover,
  .mobile\:focus\:txt-fail-contrast-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-6 {
    color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:txt-fail-contrast-opal-06,
  .mobile\:hover\:txt-fail-contrast-opal-06:hover,
  .mobile\:focus\:txt-fail-contrast-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-06 {
    color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:txt-fail-contrast-opal-7,
  .mobile\:hover\:txt-fail-contrast-opal-7:hover,
  .mobile\:focus\:txt-fail-contrast-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-7 {
    color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:txt-fail-contrast-opal-07,
  .mobile\:hover\:txt-fail-contrast-opal-07:hover,
  .mobile\:focus\:txt-fail-contrast-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-07 {
    color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:txt-fail-contrast-opal-8,
  .mobile\:hover\:txt-fail-contrast-opal-8:hover,
  .mobile\:focus\:txt-fail-contrast-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-8 {
    color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:txt-fail-contrast-opal-08,
  .mobile\:hover\:txt-fail-contrast-opal-08:hover,
  .mobile\:focus\:txt-fail-contrast-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-08 {
    color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:txt-fail-contrast-opal-9,
  .mobile\:hover\:txt-fail-contrast-opal-9:hover,
  .mobile\:focus\:txt-fail-contrast-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-9 {
    color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:txt-fail-contrast-opal-09,
  .mobile\:hover\:txt-fail-contrast-opal-09:hover,
  .mobile\:focus\:txt-fail-contrast-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-09 {
    color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:txt-fail-contrast-opal-10,
  .mobile\:hover\:txt-fail-contrast-opal-10:hover,
  .mobile\:focus\:txt-fail-contrast-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-fail-contrast-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-fail-contrast-opal-10 {
    color: RGBA(255, 255, 255, 1);
  }
  .mobile\:link-fail-contrast a,
  .mobile\:hover\:link-fail-contrast a:hover,
  .mobile\:active\:link-fail-contrast a:active,
  .mobile\:focus\:link-fail-contrast a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-contrast a {
    color: #fff;
  }
  .mobile\:link-fail-contrast-opal-0 a,
  .mobile\:hover\:link-fail-contrast-opal-0 a:hover,
  .mobile\:active\:link-fail-contrast-opal-0 a:active,
  .mobile\:focus\:link-fail-contrast-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-contrast-opal-0 a {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:link-fail-contrast-opal-00 a,
  .mobile\:hover\:link-fail-contrast-opal-00 a:hover,
  .mobile\:active\:link-fail-contrast-opal-00 a:active,
  .mobile\:focus\:link-fail-contrast-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-00 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-fail-contrast-opal-00
    a {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:link-fail-contrast-opal-1 a,
  .mobile\:hover\:link-fail-contrast-opal-1 a:hover,
  .mobile\:active\:link-fail-contrast-opal-1 a:active,
  .mobile\:focus\:link-fail-contrast-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-contrast-opal-1 a {
    color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:link-fail-contrast-opal-01 a,
  .mobile\:hover\:link-fail-contrast-opal-01 a:hover,
  .mobile\:active\:link-fail-contrast-opal-01 a:active,
  .mobile\:focus\:link-fail-contrast-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-01 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-fail-contrast-opal-01
    a {
    color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:link-fail-contrast-opal-2 a,
  .mobile\:hover\:link-fail-contrast-opal-2 a:hover,
  .mobile\:active\:link-fail-contrast-opal-2 a:active,
  .mobile\:focus\:link-fail-contrast-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-contrast-opal-2 a {
    color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:link-fail-contrast-opal-02 a,
  .mobile\:hover\:link-fail-contrast-opal-02 a:hover,
  .mobile\:active\:link-fail-contrast-opal-02 a:active,
  .mobile\:focus\:link-fail-contrast-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-02 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-fail-contrast-opal-02
    a {
    color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:link-fail-contrast-opal-3 a,
  .mobile\:hover\:link-fail-contrast-opal-3 a:hover,
  .mobile\:active\:link-fail-contrast-opal-3 a:active,
  .mobile\:focus\:link-fail-contrast-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-contrast-opal-3 a {
    color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:link-fail-contrast-opal-03 a,
  .mobile\:hover\:link-fail-contrast-opal-03 a:hover,
  .mobile\:active\:link-fail-contrast-opal-03 a:active,
  .mobile\:focus\:link-fail-contrast-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-03 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-fail-contrast-opal-03
    a {
    color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:link-fail-contrast-opal-4 a,
  .mobile\:hover\:link-fail-contrast-opal-4 a:hover,
  .mobile\:active\:link-fail-contrast-opal-4 a:active,
  .mobile\:focus\:link-fail-contrast-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-contrast-opal-4 a {
    color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:link-fail-contrast-opal-04 a,
  .mobile\:hover\:link-fail-contrast-opal-04 a:hover,
  .mobile\:active\:link-fail-contrast-opal-04 a:active,
  .mobile\:focus\:link-fail-contrast-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-04 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-fail-contrast-opal-04
    a {
    color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:link-fail-contrast-opal-5 a,
  .mobile\:hover\:link-fail-contrast-opal-5 a:hover,
  .mobile\:active\:link-fail-contrast-opal-5 a:active,
  .mobile\:focus\:link-fail-contrast-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-contrast-opal-5 a {
    color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:link-fail-contrast-opal-05 a,
  .mobile\:hover\:link-fail-contrast-opal-05 a:hover,
  .mobile\:active\:link-fail-contrast-opal-05 a:active,
  .mobile\:focus\:link-fail-contrast-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-05 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-fail-contrast-opal-05
    a {
    color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:link-fail-contrast-opal-6 a,
  .mobile\:hover\:link-fail-contrast-opal-6 a:hover,
  .mobile\:active\:link-fail-contrast-opal-6 a:active,
  .mobile\:focus\:link-fail-contrast-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-contrast-opal-6 a {
    color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:link-fail-contrast-opal-06 a,
  .mobile\:hover\:link-fail-contrast-opal-06 a:hover,
  .mobile\:active\:link-fail-contrast-opal-06 a:active,
  .mobile\:focus\:link-fail-contrast-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-06 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-fail-contrast-opal-06
    a {
    color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:link-fail-contrast-opal-7 a,
  .mobile\:hover\:link-fail-contrast-opal-7 a:hover,
  .mobile\:active\:link-fail-contrast-opal-7 a:active,
  .mobile\:focus\:link-fail-contrast-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-contrast-opal-7 a {
    color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:link-fail-contrast-opal-07 a,
  .mobile\:hover\:link-fail-contrast-opal-07 a:hover,
  .mobile\:active\:link-fail-contrast-opal-07 a:active,
  .mobile\:focus\:link-fail-contrast-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-07 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-fail-contrast-opal-07
    a {
    color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:link-fail-contrast-opal-8 a,
  .mobile\:hover\:link-fail-contrast-opal-8 a:hover,
  .mobile\:active\:link-fail-contrast-opal-8 a:active,
  .mobile\:focus\:link-fail-contrast-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-contrast-opal-8 a {
    color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:link-fail-contrast-opal-08 a,
  .mobile\:hover\:link-fail-contrast-opal-08 a:hover,
  .mobile\:active\:link-fail-contrast-opal-08 a:active,
  .mobile\:focus\:link-fail-contrast-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-08 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-fail-contrast-opal-08
    a {
    color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:link-fail-contrast-opal-9 a,
  .mobile\:hover\:link-fail-contrast-opal-9 a:hover,
  .mobile\:active\:link-fail-contrast-opal-9 a:active,
  .mobile\:focus\:link-fail-contrast-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-fail-contrast-opal-9 a {
    color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:link-fail-contrast-opal-09 a,
  .mobile\:hover\:link-fail-contrast-opal-09 a:hover,
  .mobile\:active\:link-fail-contrast-opal-09 a:active,
  .mobile\:focus\:link-fail-contrast-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-09 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-fail-contrast-opal-09
    a {
    color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:link-fail-contrast-opal-10 a,
  .mobile\:hover\:link-fail-contrast-opal-10 a:hover,
  .mobile\:active\:link-fail-contrast-opal-10 a:active,
  .mobile\:focus\:link-fail-contrast-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-fail-contrast-opal-10 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-fail-contrast-opal-10
    a {
    color: RGBA(255, 255, 255, 1);
  }
  .mobile\:txt-neutral,
  .mobile\:hover\:txt-neutral:hover,
  .mobile\:focus\:txt-neutral:focus,
  .mobile\:group:hover .group-hover\:txt-neutral,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral {
    color: #383f76;
  }
  .mobile\:txt-neutral-opal-0,
  .mobile\:hover\:txt-neutral-opal-0:hover,
  .mobile\:focus\:txt-neutral-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-0 {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:txt-neutral-opal-00,
  .mobile\:hover\:txt-neutral-opal-00:hover,
  .mobile\:focus\:txt-neutral-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-00 {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:txt-neutral-opal-1,
  .mobile\:hover\:txt-neutral-opal-1:hover,
  .mobile\:focus\:txt-neutral-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-1 {
    color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:txt-neutral-opal-01,
  .mobile\:hover\:txt-neutral-opal-01:hover,
  .mobile\:focus\:txt-neutral-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-01 {
    color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:txt-neutral-opal-2,
  .mobile\:hover\:txt-neutral-opal-2:hover,
  .mobile\:focus\:txt-neutral-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-2 {
    color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:txt-neutral-opal-02,
  .mobile\:hover\:txt-neutral-opal-02:hover,
  .mobile\:focus\:txt-neutral-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-02 {
    color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:txt-neutral-opal-3,
  .mobile\:hover\:txt-neutral-opal-3:hover,
  .mobile\:focus\:txt-neutral-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-3 {
    color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:txt-neutral-opal-03,
  .mobile\:hover\:txt-neutral-opal-03:hover,
  .mobile\:focus\:txt-neutral-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-03 {
    color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:txt-neutral-opal-4,
  .mobile\:hover\:txt-neutral-opal-4:hover,
  .mobile\:focus\:txt-neutral-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-4 {
    color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:txt-neutral-opal-04,
  .mobile\:hover\:txt-neutral-opal-04:hover,
  .mobile\:focus\:txt-neutral-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-04 {
    color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:txt-neutral-opal-5,
  .mobile\:hover\:txt-neutral-opal-5:hover,
  .mobile\:focus\:txt-neutral-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-5 {
    color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:txt-neutral-opal-05,
  .mobile\:hover\:txt-neutral-opal-05:hover,
  .mobile\:focus\:txt-neutral-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-05 {
    color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:txt-neutral-opal-6,
  .mobile\:hover\:txt-neutral-opal-6:hover,
  .mobile\:focus\:txt-neutral-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-6 {
    color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:txt-neutral-opal-06,
  .mobile\:hover\:txt-neutral-opal-06:hover,
  .mobile\:focus\:txt-neutral-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-06 {
    color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:txt-neutral-opal-7,
  .mobile\:hover\:txt-neutral-opal-7:hover,
  .mobile\:focus\:txt-neutral-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-7 {
    color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:txt-neutral-opal-07,
  .mobile\:hover\:txt-neutral-opal-07:hover,
  .mobile\:focus\:txt-neutral-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-07 {
    color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:txt-neutral-opal-8,
  .mobile\:hover\:txt-neutral-opal-8:hover,
  .mobile\:focus\:txt-neutral-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-8 {
    color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:txt-neutral-opal-08,
  .mobile\:hover\:txt-neutral-opal-08:hover,
  .mobile\:focus\:txt-neutral-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-08 {
    color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:txt-neutral-opal-9,
  .mobile\:hover\:txt-neutral-opal-9:hover,
  .mobile\:focus\:txt-neutral-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-9 {
    color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:txt-neutral-opal-09,
  .mobile\:hover\:txt-neutral-opal-09:hover,
  .mobile\:focus\:txt-neutral-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-09 {
    color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:txt-neutral-opal-10,
  .mobile\:hover\:txt-neutral-opal-10:hover,
  .mobile\:focus\:txt-neutral-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-opal-10 {
    color: RGBA(56, 63, 118, 1);
  }
  .mobile\:link-neutral a,
  .mobile\:hover\:link-neutral a:hover,
  .mobile\:active\:link-neutral a:active,
  .mobile\:focus\:link-neutral a:focus,
  .mobile\:group:hover .group-hover\:link-neutral a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral a {
    color: #383f76;
  }
  .mobile\:link-neutral-opal-0 a,
  .mobile\:hover\:link-neutral-opal-0 a:hover,
  .mobile\:active\:link-neutral-opal-0 a:active,
  .mobile\:focus\:link-neutral-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-0 a {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:link-neutral-opal-00 a,
  .mobile\:hover\:link-neutral-opal-00 a:hover,
  .mobile\:active\:link-neutral-opal-00 a:active,
  .mobile\:focus\:link-neutral-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-00 a {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:link-neutral-opal-1 a,
  .mobile\:hover\:link-neutral-opal-1 a:hover,
  .mobile\:active\:link-neutral-opal-1 a:active,
  .mobile\:focus\:link-neutral-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-1 a {
    color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:link-neutral-opal-01 a,
  .mobile\:hover\:link-neutral-opal-01 a:hover,
  .mobile\:active\:link-neutral-opal-01 a:active,
  .mobile\:focus\:link-neutral-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-01 a {
    color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:link-neutral-opal-2 a,
  .mobile\:hover\:link-neutral-opal-2 a:hover,
  .mobile\:active\:link-neutral-opal-2 a:active,
  .mobile\:focus\:link-neutral-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-2 a {
    color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:link-neutral-opal-02 a,
  .mobile\:hover\:link-neutral-opal-02 a:hover,
  .mobile\:active\:link-neutral-opal-02 a:active,
  .mobile\:focus\:link-neutral-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-02 a {
    color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:link-neutral-opal-3 a,
  .mobile\:hover\:link-neutral-opal-3 a:hover,
  .mobile\:active\:link-neutral-opal-3 a:active,
  .mobile\:focus\:link-neutral-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-3 a {
    color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:link-neutral-opal-03 a,
  .mobile\:hover\:link-neutral-opal-03 a:hover,
  .mobile\:active\:link-neutral-opal-03 a:active,
  .mobile\:focus\:link-neutral-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-03 a {
    color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:link-neutral-opal-4 a,
  .mobile\:hover\:link-neutral-opal-4 a:hover,
  .mobile\:active\:link-neutral-opal-4 a:active,
  .mobile\:focus\:link-neutral-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-4 a {
    color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:link-neutral-opal-04 a,
  .mobile\:hover\:link-neutral-opal-04 a:hover,
  .mobile\:active\:link-neutral-opal-04 a:active,
  .mobile\:focus\:link-neutral-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-04 a {
    color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:link-neutral-opal-5 a,
  .mobile\:hover\:link-neutral-opal-5 a:hover,
  .mobile\:active\:link-neutral-opal-5 a:active,
  .mobile\:focus\:link-neutral-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-5 a {
    color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:link-neutral-opal-05 a,
  .mobile\:hover\:link-neutral-opal-05 a:hover,
  .mobile\:active\:link-neutral-opal-05 a:active,
  .mobile\:focus\:link-neutral-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-05 a {
    color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:link-neutral-opal-6 a,
  .mobile\:hover\:link-neutral-opal-6 a:hover,
  .mobile\:active\:link-neutral-opal-6 a:active,
  .mobile\:focus\:link-neutral-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-6 a {
    color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:link-neutral-opal-06 a,
  .mobile\:hover\:link-neutral-opal-06 a:hover,
  .mobile\:active\:link-neutral-opal-06 a:active,
  .mobile\:focus\:link-neutral-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-06 a {
    color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:link-neutral-opal-7 a,
  .mobile\:hover\:link-neutral-opal-7 a:hover,
  .mobile\:active\:link-neutral-opal-7 a:active,
  .mobile\:focus\:link-neutral-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-7 a {
    color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:link-neutral-opal-07 a,
  .mobile\:hover\:link-neutral-opal-07 a:hover,
  .mobile\:active\:link-neutral-opal-07 a:active,
  .mobile\:focus\:link-neutral-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-07 a {
    color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:link-neutral-opal-8 a,
  .mobile\:hover\:link-neutral-opal-8 a:hover,
  .mobile\:active\:link-neutral-opal-8 a:active,
  .mobile\:focus\:link-neutral-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-8 a {
    color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:link-neutral-opal-08 a,
  .mobile\:hover\:link-neutral-opal-08 a:hover,
  .mobile\:active\:link-neutral-opal-08 a:active,
  .mobile\:focus\:link-neutral-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-08 a {
    color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:link-neutral-opal-9 a,
  .mobile\:hover\:link-neutral-opal-9 a:hover,
  .mobile\:active\:link-neutral-opal-9 a:active,
  .mobile\:focus\:link-neutral-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-9 a {
    color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:link-neutral-opal-09 a,
  .mobile\:hover\:link-neutral-opal-09 a:hover,
  .mobile\:active\:link-neutral-opal-09 a:active,
  .mobile\:focus\:link-neutral-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-09 a {
    color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:link-neutral-opal-10 a,
  .mobile\:hover\:link-neutral-opal-10 a:hover,
  .mobile\:active\:link-neutral-opal-10 a:active,
  .mobile\:focus\:link-neutral-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-opal-10 a {
    color: RGBA(56, 63, 118, 1);
  }
  .mobile\:txt-neutral-contrast,
  .mobile\:hover\:txt-neutral-contrast:hover,
  .mobile\:focus\:txt-neutral-contrast:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-contrast {
    color: #fff;
  }
  .mobile\:txt-neutral-contrast-opal-0,
  .mobile\:hover\:txt-neutral-contrast-opal-0:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-contrast-opal-0 {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:txt-neutral-contrast-opal-00,
  .mobile\:hover\:txt-neutral-contrast-opal-00:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-00,
  .mobile\:group:focus-within
    .group-focus-within\:txt-neutral-contrast-opal-00 {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:txt-neutral-contrast-opal-1,
  .mobile\:hover\:txt-neutral-contrast-opal-1:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-contrast-opal-1 {
    color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:txt-neutral-contrast-opal-01,
  .mobile\:hover\:txt-neutral-contrast-opal-01:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-01,
  .mobile\:group:focus-within
    .group-focus-within\:txt-neutral-contrast-opal-01 {
    color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:txt-neutral-contrast-opal-2,
  .mobile\:hover\:txt-neutral-contrast-opal-2:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-contrast-opal-2 {
    color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:txt-neutral-contrast-opal-02,
  .mobile\:hover\:txt-neutral-contrast-opal-02:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-02,
  .mobile\:group:focus-within
    .group-focus-within\:txt-neutral-contrast-opal-02 {
    color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:txt-neutral-contrast-opal-3,
  .mobile\:hover\:txt-neutral-contrast-opal-3:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-contrast-opal-3 {
    color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:txt-neutral-contrast-opal-03,
  .mobile\:hover\:txt-neutral-contrast-opal-03:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-03,
  .mobile\:group:focus-within
    .group-focus-within\:txt-neutral-contrast-opal-03 {
    color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:txt-neutral-contrast-opal-4,
  .mobile\:hover\:txt-neutral-contrast-opal-4:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-contrast-opal-4 {
    color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:txt-neutral-contrast-opal-04,
  .mobile\:hover\:txt-neutral-contrast-opal-04:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-04,
  .mobile\:group:focus-within
    .group-focus-within\:txt-neutral-contrast-opal-04 {
    color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:txt-neutral-contrast-opal-5,
  .mobile\:hover\:txt-neutral-contrast-opal-5:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-contrast-opal-5 {
    color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:txt-neutral-contrast-opal-05,
  .mobile\:hover\:txt-neutral-contrast-opal-05:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-05,
  .mobile\:group:focus-within
    .group-focus-within\:txt-neutral-contrast-opal-05 {
    color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:txt-neutral-contrast-opal-6,
  .mobile\:hover\:txt-neutral-contrast-opal-6:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-contrast-opal-6 {
    color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:txt-neutral-contrast-opal-06,
  .mobile\:hover\:txt-neutral-contrast-opal-06:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-06,
  .mobile\:group:focus-within
    .group-focus-within\:txt-neutral-contrast-opal-06 {
    color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:txt-neutral-contrast-opal-7,
  .mobile\:hover\:txt-neutral-contrast-opal-7:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-contrast-opal-7 {
    color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:txt-neutral-contrast-opal-07,
  .mobile\:hover\:txt-neutral-contrast-opal-07:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-07,
  .mobile\:group:focus-within
    .group-focus-within\:txt-neutral-contrast-opal-07 {
    color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:txt-neutral-contrast-opal-8,
  .mobile\:hover\:txt-neutral-contrast-opal-8:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-contrast-opal-8 {
    color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:txt-neutral-contrast-opal-08,
  .mobile\:hover\:txt-neutral-contrast-opal-08:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-08,
  .mobile\:group:focus-within
    .group-focus-within\:txt-neutral-contrast-opal-08 {
    color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:txt-neutral-contrast-opal-9,
  .mobile\:hover\:txt-neutral-contrast-opal-9:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-contrast-opal-9 {
    color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:txt-neutral-contrast-opal-09,
  .mobile\:hover\:txt-neutral-contrast-opal-09:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-09,
  .mobile\:group:focus-within
    .group-focus-within\:txt-neutral-contrast-opal-09 {
    color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:txt-neutral-contrast-opal-10,
  .mobile\:hover\:txt-neutral-contrast-opal-10:hover,
  .mobile\:focus\:txt-neutral-contrast-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-contrast-opal-10,
  .mobile\:group:focus-within
    .group-focus-within\:txt-neutral-contrast-opal-10 {
    color: RGBA(255, 255, 255, 1);
  }
  .mobile\:link-neutral-contrast a,
  .mobile\:hover\:link-neutral-contrast a:hover,
  .mobile\:active\:link-neutral-contrast a:active,
  .mobile\:focus\:link-neutral-contrast a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-contrast a {
    color: #fff;
  }
  .mobile\:link-neutral-contrast-opal-0 a,
  .mobile\:hover\:link-neutral-contrast-opal-0 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-0 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-0 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-0
    a {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:link-neutral-contrast-opal-00 a,
  .mobile\:hover\:link-neutral-contrast-opal-00 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-00 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-00 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-00
    a {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:link-neutral-contrast-opal-1 a,
  .mobile\:hover\:link-neutral-contrast-opal-1 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-1 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-1 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-1
    a {
    color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:link-neutral-contrast-opal-01 a,
  .mobile\:hover\:link-neutral-contrast-opal-01 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-01 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-01 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-01
    a {
    color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:link-neutral-contrast-opal-2 a,
  .mobile\:hover\:link-neutral-contrast-opal-2 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-2 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-2 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-2
    a {
    color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:link-neutral-contrast-opal-02 a,
  .mobile\:hover\:link-neutral-contrast-opal-02 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-02 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-02 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-02
    a {
    color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:link-neutral-contrast-opal-3 a,
  .mobile\:hover\:link-neutral-contrast-opal-3 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-3 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-3 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-3
    a {
    color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:link-neutral-contrast-opal-03 a,
  .mobile\:hover\:link-neutral-contrast-opal-03 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-03 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-03 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-03
    a {
    color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:link-neutral-contrast-opal-4 a,
  .mobile\:hover\:link-neutral-contrast-opal-4 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-4 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-4 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-4
    a {
    color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:link-neutral-contrast-opal-04 a,
  .mobile\:hover\:link-neutral-contrast-opal-04 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-04 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-04 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-04
    a {
    color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:link-neutral-contrast-opal-5 a,
  .mobile\:hover\:link-neutral-contrast-opal-5 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-5 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-5 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-5
    a {
    color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:link-neutral-contrast-opal-05 a,
  .mobile\:hover\:link-neutral-contrast-opal-05 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-05 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-05 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-05
    a {
    color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:link-neutral-contrast-opal-6 a,
  .mobile\:hover\:link-neutral-contrast-opal-6 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-6 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-6 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-6
    a {
    color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:link-neutral-contrast-opal-06 a,
  .mobile\:hover\:link-neutral-contrast-opal-06 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-06 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-06 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-06
    a {
    color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:link-neutral-contrast-opal-7 a,
  .mobile\:hover\:link-neutral-contrast-opal-7 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-7 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-7 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-7
    a {
    color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:link-neutral-contrast-opal-07 a,
  .mobile\:hover\:link-neutral-contrast-opal-07 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-07 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-07 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-07
    a {
    color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:link-neutral-contrast-opal-8 a,
  .mobile\:hover\:link-neutral-contrast-opal-8 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-8 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-8 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-8
    a {
    color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:link-neutral-contrast-opal-08 a,
  .mobile\:hover\:link-neutral-contrast-opal-08 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-08 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-08 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-08
    a {
    color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:link-neutral-contrast-opal-9 a,
  .mobile\:hover\:link-neutral-contrast-opal-9 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-9 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-9 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-9
    a {
    color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:link-neutral-contrast-opal-09 a,
  .mobile\:hover\:link-neutral-contrast-opal-09 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-09 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-09 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-09
    a {
    color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:link-neutral-contrast-opal-10 a,
  .mobile\:hover\:link-neutral-contrast-opal-10 a:hover,
  .mobile\:active\:link-neutral-contrast-opal-10 a:active,
  .mobile\:focus\:link-neutral-contrast-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-contrast-opal-10 a,
  .mobile\:group:focus-within
    .group-focus-within\:link-neutral-contrast-opal-10
    a {
    color: RGBA(255, 255, 255, 1);
  }
  .mobile\:txt-neutral-1,
  .mobile\:hover\:txt-neutral-1:hover,
  .mobile\:focus\:txt-neutral-1:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1 {
    color: #01011e;
  }
  .mobile\:txt-neutral-1-opal-0,
  .mobile\:hover\:txt-neutral-1-opal-0:hover,
  .mobile\:focus\:txt-neutral-1-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-0 {
    color: RGBA(1, 1, 30, 0);
  }
  .mobile\:txt-neutral-1-opal-00,
  .mobile\:hover\:txt-neutral-1-opal-00:hover,
  .mobile\:focus\:txt-neutral-1-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-00 {
    color: RGBA(1, 1, 30, 0);
  }
  .mobile\:txt-neutral-1-opal-1,
  .mobile\:hover\:txt-neutral-1-opal-1:hover,
  .mobile\:focus\:txt-neutral-1-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-1 {
    color: RGBA(1, 1, 30, 0.1);
  }
  .mobile\:txt-neutral-1-opal-01,
  .mobile\:hover\:txt-neutral-1-opal-01:hover,
  .mobile\:focus\:txt-neutral-1-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-01 {
    color: RGBA(1, 1, 30, 0.01);
  }
  .mobile\:txt-neutral-1-opal-2,
  .mobile\:hover\:txt-neutral-1-opal-2:hover,
  .mobile\:focus\:txt-neutral-1-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-2 {
    color: RGBA(1, 1, 30, 0.2);
  }
  .mobile\:txt-neutral-1-opal-02,
  .mobile\:hover\:txt-neutral-1-opal-02:hover,
  .mobile\:focus\:txt-neutral-1-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-02 {
    color: RGBA(1, 1, 30, 0.02);
  }
  .mobile\:txt-neutral-1-opal-3,
  .mobile\:hover\:txt-neutral-1-opal-3:hover,
  .mobile\:focus\:txt-neutral-1-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-3 {
    color: RGBA(1, 1, 30, 0.3);
  }
  .mobile\:txt-neutral-1-opal-03,
  .mobile\:hover\:txt-neutral-1-opal-03:hover,
  .mobile\:focus\:txt-neutral-1-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-03 {
    color: RGBA(1, 1, 30, 0.03);
  }
  .mobile\:txt-neutral-1-opal-4,
  .mobile\:hover\:txt-neutral-1-opal-4:hover,
  .mobile\:focus\:txt-neutral-1-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-4 {
    color: RGBA(1, 1, 30, 0.4);
  }
  .mobile\:txt-neutral-1-opal-04,
  .mobile\:hover\:txt-neutral-1-opal-04:hover,
  .mobile\:focus\:txt-neutral-1-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-04 {
    color: RGBA(1, 1, 30, 0.04);
  }
  .mobile\:txt-neutral-1-opal-5,
  .mobile\:hover\:txt-neutral-1-opal-5:hover,
  .mobile\:focus\:txt-neutral-1-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-5 {
    color: RGBA(1, 1, 30, 0.5);
  }
  .mobile\:txt-neutral-1-opal-05,
  .mobile\:hover\:txt-neutral-1-opal-05:hover,
  .mobile\:focus\:txt-neutral-1-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-05 {
    color: RGBA(1, 1, 30, 0.05);
  }
  .mobile\:txt-neutral-1-opal-6,
  .mobile\:hover\:txt-neutral-1-opal-6:hover,
  .mobile\:focus\:txt-neutral-1-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-6 {
    color: RGBA(1, 1, 30, 0.6);
  }
  .mobile\:txt-neutral-1-opal-06,
  .mobile\:hover\:txt-neutral-1-opal-06:hover,
  .mobile\:focus\:txt-neutral-1-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-06 {
    color: RGBA(1, 1, 30, 0.06);
  }
  .mobile\:txt-neutral-1-opal-7,
  .mobile\:hover\:txt-neutral-1-opal-7:hover,
  .mobile\:focus\:txt-neutral-1-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-7 {
    color: RGBA(1, 1, 30, 0.7);
  }
  .mobile\:txt-neutral-1-opal-07,
  .mobile\:hover\:txt-neutral-1-opal-07:hover,
  .mobile\:focus\:txt-neutral-1-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-07 {
    color: RGBA(1, 1, 30, 0.07);
  }
  .mobile\:txt-neutral-1-opal-8,
  .mobile\:hover\:txt-neutral-1-opal-8:hover,
  .mobile\:focus\:txt-neutral-1-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-8 {
    color: RGBA(1, 1, 30, 0.8);
  }
  .mobile\:txt-neutral-1-opal-08,
  .mobile\:hover\:txt-neutral-1-opal-08:hover,
  .mobile\:focus\:txt-neutral-1-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-08 {
    color: RGBA(1, 1, 30, 0.08);
  }
  .mobile\:txt-neutral-1-opal-9,
  .mobile\:hover\:txt-neutral-1-opal-9:hover,
  .mobile\:focus\:txt-neutral-1-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-9 {
    color: RGBA(1, 1, 30, 0.9);
  }
  .mobile\:txt-neutral-1-opal-09,
  .mobile\:hover\:txt-neutral-1-opal-09:hover,
  .mobile\:focus\:txt-neutral-1-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-09 {
    color: RGBA(1, 1, 30, 0.09);
  }
  .mobile\:txt-neutral-1-opal-10,
  .mobile\:hover\:txt-neutral-1-opal-10:hover,
  .mobile\:focus\:txt-neutral-1-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-1-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-1-opal-10 {
    color: RGBA(1, 1, 30, 1);
  }
  .mobile\:link-neutral-1 a,
  .mobile\:hover\:link-neutral-1 a:hover,
  .mobile\:active\:link-neutral-1 a:active,
  .mobile\:focus\:link-neutral-1 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1 a {
    color: #01011e;
  }
  .mobile\:link-neutral-1-opal-0 a,
  .mobile\:hover\:link-neutral-1-opal-0 a:hover,
  .mobile\:active\:link-neutral-1-opal-0 a:active,
  .mobile\:focus\:link-neutral-1-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-0 a {
    color: RGBA(1, 1, 30, 0);
  }
  .mobile\:link-neutral-1-opal-00 a,
  .mobile\:hover\:link-neutral-1-opal-00 a:hover,
  .mobile\:active\:link-neutral-1-opal-00 a:active,
  .mobile\:focus\:link-neutral-1-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-00 a {
    color: RGBA(1, 1, 30, 0);
  }
  .mobile\:link-neutral-1-opal-1 a,
  .mobile\:hover\:link-neutral-1-opal-1 a:hover,
  .mobile\:active\:link-neutral-1-opal-1 a:active,
  .mobile\:focus\:link-neutral-1-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-1 a {
    color: RGBA(1, 1, 30, 0.1);
  }
  .mobile\:link-neutral-1-opal-01 a,
  .mobile\:hover\:link-neutral-1-opal-01 a:hover,
  .mobile\:active\:link-neutral-1-opal-01 a:active,
  .mobile\:focus\:link-neutral-1-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-01 a {
    color: RGBA(1, 1, 30, 0.01);
  }
  .mobile\:link-neutral-1-opal-2 a,
  .mobile\:hover\:link-neutral-1-opal-2 a:hover,
  .mobile\:active\:link-neutral-1-opal-2 a:active,
  .mobile\:focus\:link-neutral-1-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-2 a {
    color: RGBA(1, 1, 30, 0.2);
  }
  .mobile\:link-neutral-1-opal-02 a,
  .mobile\:hover\:link-neutral-1-opal-02 a:hover,
  .mobile\:active\:link-neutral-1-opal-02 a:active,
  .mobile\:focus\:link-neutral-1-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-02 a {
    color: RGBA(1, 1, 30, 0.02);
  }
  .mobile\:link-neutral-1-opal-3 a,
  .mobile\:hover\:link-neutral-1-opal-3 a:hover,
  .mobile\:active\:link-neutral-1-opal-3 a:active,
  .mobile\:focus\:link-neutral-1-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-3 a {
    color: RGBA(1, 1, 30, 0.3);
  }
  .mobile\:link-neutral-1-opal-03 a,
  .mobile\:hover\:link-neutral-1-opal-03 a:hover,
  .mobile\:active\:link-neutral-1-opal-03 a:active,
  .mobile\:focus\:link-neutral-1-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-03 a {
    color: RGBA(1, 1, 30, 0.03);
  }
  .mobile\:link-neutral-1-opal-4 a,
  .mobile\:hover\:link-neutral-1-opal-4 a:hover,
  .mobile\:active\:link-neutral-1-opal-4 a:active,
  .mobile\:focus\:link-neutral-1-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-4 a {
    color: RGBA(1, 1, 30, 0.4);
  }
  .mobile\:link-neutral-1-opal-04 a,
  .mobile\:hover\:link-neutral-1-opal-04 a:hover,
  .mobile\:active\:link-neutral-1-opal-04 a:active,
  .mobile\:focus\:link-neutral-1-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-04 a {
    color: RGBA(1, 1, 30, 0.04);
  }
  .mobile\:link-neutral-1-opal-5 a,
  .mobile\:hover\:link-neutral-1-opal-5 a:hover,
  .mobile\:active\:link-neutral-1-opal-5 a:active,
  .mobile\:focus\:link-neutral-1-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-5 a {
    color: RGBA(1, 1, 30, 0.5);
  }
  .mobile\:link-neutral-1-opal-05 a,
  .mobile\:hover\:link-neutral-1-opal-05 a:hover,
  .mobile\:active\:link-neutral-1-opal-05 a:active,
  .mobile\:focus\:link-neutral-1-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-05 a {
    color: RGBA(1, 1, 30, 0.05);
  }
  .mobile\:link-neutral-1-opal-6 a,
  .mobile\:hover\:link-neutral-1-opal-6 a:hover,
  .mobile\:active\:link-neutral-1-opal-6 a:active,
  .mobile\:focus\:link-neutral-1-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-6 a {
    color: RGBA(1, 1, 30, 0.6);
  }
  .mobile\:link-neutral-1-opal-06 a,
  .mobile\:hover\:link-neutral-1-opal-06 a:hover,
  .mobile\:active\:link-neutral-1-opal-06 a:active,
  .mobile\:focus\:link-neutral-1-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-06 a {
    color: RGBA(1, 1, 30, 0.06);
  }
  .mobile\:link-neutral-1-opal-7 a,
  .mobile\:hover\:link-neutral-1-opal-7 a:hover,
  .mobile\:active\:link-neutral-1-opal-7 a:active,
  .mobile\:focus\:link-neutral-1-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-7 a {
    color: RGBA(1, 1, 30, 0.7);
  }
  .mobile\:link-neutral-1-opal-07 a,
  .mobile\:hover\:link-neutral-1-opal-07 a:hover,
  .mobile\:active\:link-neutral-1-opal-07 a:active,
  .mobile\:focus\:link-neutral-1-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-07 a {
    color: RGBA(1, 1, 30, 0.07);
  }
  .mobile\:link-neutral-1-opal-8 a,
  .mobile\:hover\:link-neutral-1-opal-8 a:hover,
  .mobile\:active\:link-neutral-1-opal-8 a:active,
  .mobile\:focus\:link-neutral-1-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-8 a {
    color: RGBA(1, 1, 30, 0.8);
  }
  .mobile\:link-neutral-1-opal-08 a,
  .mobile\:hover\:link-neutral-1-opal-08 a:hover,
  .mobile\:active\:link-neutral-1-opal-08 a:active,
  .mobile\:focus\:link-neutral-1-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-08 a {
    color: RGBA(1, 1, 30, 0.08);
  }
  .mobile\:link-neutral-1-opal-9 a,
  .mobile\:hover\:link-neutral-1-opal-9 a:hover,
  .mobile\:active\:link-neutral-1-opal-9 a:active,
  .mobile\:focus\:link-neutral-1-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-9 a {
    color: RGBA(1, 1, 30, 0.9);
  }
  .mobile\:link-neutral-1-opal-09 a,
  .mobile\:hover\:link-neutral-1-opal-09 a:hover,
  .mobile\:active\:link-neutral-1-opal-09 a:active,
  .mobile\:focus\:link-neutral-1-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-09 a {
    color: RGBA(1, 1, 30, 0.09);
  }
  .mobile\:link-neutral-1-opal-10 a,
  .mobile\:hover\:link-neutral-1-opal-10 a:hover,
  .mobile\:active\:link-neutral-1-opal-10 a:active,
  .mobile\:focus\:link-neutral-1-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-1-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-1-opal-10 a {
    color: RGBA(1, 1, 30, 1);
  }
  .mobile\:txt-neutral-2,
  .mobile\:hover\:txt-neutral-2:hover,
  .mobile\:focus\:txt-neutral-2:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2 {
    color: #030328;
  }
  .mobile\:txt-neutral-2-opal-0,
  .mobile\:hover\:txt-neutral-2-opal-0:hover,
  .mobile\:focus\:txt-neutral-2-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-0 {
    color: RGBA(3, 3, 40, 0);
  }
  .mobile\:txt-neutral-2-opal-00,
  .mobile\:hover\:txt-neutral-2-opal-00:hover,
  .mobile\:focus\:txt-neutral-2-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-00 {
    color: RGBA(3, 3, 40, 0);
  }
  .mobile\:txt-neutral-2-opal-1,
  .mobile\:hover\:txt-neutral-2-opal-1:hover,
  .mobile\:focus\:txt-neutral-2-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-1 {
    color: RGBA(3, 3, 40, 0.1);
  }
  .mobile\:txt-neutral-2-opal-01,
  .mobile\:hover\:txt-neutral-2-opal-01:hover,
  .mobile\:focus\:txt-neutral-2-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-01 {
    color: RGBA(3, 3, 40, 0.01);
  }
  .mobile\:txt-neutral-2-opal-2,
  .mobile\:hover\:txt-neutral-2-opal-2:hover,
  .mobile\:focus\:txt-neutral-2-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-2 {
    color: RGBA(3, 3, 40, 0.2);
  }
  .mobile\:txt-neutral-2-opal-02,
  .mobile\:hover\:txt-neutral-2-opal-02:hover,
  .mobile\:focus\:txt-neutral-2-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-02 {
    color: RGBA(3, 3, 40, 0.02);
  }
  .mobile\:txt-neutral-2-opal-3,
  .mobile\:hover\:txt-neutral-2-opal-3:hover,
  .mobile\:focus\:txt-neutral-2-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-3 {
    color: RGBA(3, 3, 40, 0.3);
  }
  .mobile\:txt-neutral-2-opal-03,
  .mobile\:hover\:txt-neutral-2-opal-03:hover,
  .mobile\:focus\:txt-neutral-2-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-03 {
    color: RGBA(3, 3, 40, 0.03);
  }
  .mobile\:txt-neutral-2-opal-4,
  .mobile\:hover\:txt-neutral-2-opal-4:hover,
  .mobile\:focus\:txt-neutral-2-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-4 {
    color: RGBA(3, 3, 40, 0.4);
  }
  .mobile\:txt-neutral-2-opal-04,
  .mobile\:hover\:txt-neutral-2-opal-04:hover,
  .mobile\:focus\:txt-neutral-2-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-04 {
    color: RGBA(3, 3, 40, 0.04);
  }
  .mobile\:txt-neutral-2-opal-5,
  .mobile\:hover\:txt-neutral-2-opal-5:hover,
  .mobile\:focus\:txt-neutral-2-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-5 {
    color: RGBA(3, 3, 40, 0.5);
  }
  .mobile\:txt-neutral-2-opal-05,
  .mobile\:hover\:txt-neutral-2-opal-05:hover,
  .mobile\:focus\:txt-neutral-2-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-05 {
    color: RGBA(3, 3, 40, 0.05);
  }
  .mobile\:txt-neutral-2-opal-6,
  .mobile\:hover\:txt-neutral-2-opal-6:hover,
  .mobile\:focus\:txt-neutral-2-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-6 {
    color: RGBA(3, 3, 40, 0.6);
  }
  .mobile\:txt-neutral-2-opal-06,
  .mobile\:hover\:txt-neutral-2-opal-06:hover,
  .mobile\:focus\:txt-neutral-2-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-06 {
    color: RGBA(3, 3, 40, 0.06);
  }
  .mobile\:txt-neutral-2-opal-7,
  .mobile\:hover\:txt-neutral-2-opal-7:hover,
  .mobile\:focus\:txt-neutral-2-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-7 {
    color: RGBA(3, 3, 40, 0.7);
  }
  .mobile\:txt-neutral-2-opal-07,
  .mobile\:hover\:txt-neutral-2-opal-07:hover,
  .mobile\:focus\:txt-neutral-2-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-07 {
    color: RGBA(3, 3, 40, 0.07);
  }
  .mobile\:txt-neutral-2-opal-8,
  .mobile\:hover\:txt-neutral-2-opal-8:hover,
  .mobile\:focus\:txt-neutral-2-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-8 {
    color: RGBA(3, 3, 40, 0.8);
  }
  .mobile\:txt-neutral-2-opal-08,
  .mobile\:hover\:txt-neutral-2-opal-08:hover,
  .mobile\:focus\:txt-neutral-2-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-08 {
    color: RGBA(3, 3, 40, 0.08);
  }
  .mobile\:txt-neutral-2-opal-9,
  .mobile\:hover\:txt-neutral-2-opal-9:hover,
  .mobile\:focus\:txt-neutral-2-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-9 {
    color: RGBA(3, 3, 40, 0.9);
  }
  .mobile\:txt-neutral-2-opal-09,
  .mobile\:hover\:txt-neutral-2-opal-09:hover,
  .mobile\:focus\:txt-neutral-2-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-09 {
    color: RGBA(3, 3, 40, 0.09);
  }
  .mobile\:txt-neutral-2-opal-10,
  .mobile\:hover\:txt-neutral-2-opal-10:hover,
  .mobile\:focus\:txt-neutral-2-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-2-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-2-opal-10 {
    color: RGBA(3, 3, 40, 1);
  }
  .mobile\:link-neutral-2 a,
  .mobile\:hover\:link-neutral-2 a:hover,
  .mobile\:active\:link-neutral-2 a:active,
  .mobile\:focus\:link-neutral-2 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2 a {
    color: #030328;
  }
  .mobile\:link-neutral-2-opal-0 a,
  .mobile\:hover\:link-neutral-2-opal-0 a:hover,
  .mobile\:active\:link-neutral-2-opal-0 a:active,
  .mobile\:focus\:link-neutral-2-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-0 a {
    color: RGBA(3, 3, 40, 0);
  }
  .mobile\:link-neutral-2-opal-00 a,
  .mobile\:hover\:link-neutral-2-opal-00 a:hover,
  .mobile\:active\:link-neutral-2-opal-00 a:active,
  .mobile\:focus\:link-neutral-2-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-00 a {
    color: RGBA(3, 3, 40, 0);
  }
  .mobile\:link-neutral-2-opal-1 a,
  .mobile\:hover\:link-neutral-2-opal-1 a:hover,
  .mobile\:active\:link-neutral-2-opal-1 a:active,
  .mobile\:focus\:link-neutral-2-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-1 a {
    color: RGBA(3, 3, 40, 0.1);
  }
  .mobile\:link-neutral-2-opal-01 a,
  .mobile\:hover\:link-neutral-2-opal-01 a:hover,
  .mobile\:active\:link-neutral-2-opal-01 a:active,
  .mobile\:focus\:link-neutral-2-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-01 a {
    color: RGBA(3, 3, 40, 0.01);
  }
  .mobile\:link-neutral-2-opal-2 a,
  .mobile\:hover\:link-neutral-2-opal-2 a:hover,
  .mobile\:active\:link-neutral-2-opal-2 a:active,
  .mobile\:focus\:link-neutral-2-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-2 a {
    color: RGBA(3, 3, 40, 0.2);
  }
  .mobile\:link-neutral-2-opal-02 a,
  .mobile\:hover\:link-neutral-2-opal-02 a:hover,
  .mobile\:active\:link-neutral-2-opal-02 a:active,
  .mobile\:focus\:link-neutral-2-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-02 a {
    color: RGBA(3, 3, 40, 0.02);
  }
  .mobile\:link-neutral-2-opal-3 a,
  .mobile\:hover\:link-neutral-2-opal-3 a:hover,
  .mobile\:active\:link-neutral-2-opal-3 a:active,
  .mobile\:focus\:link-neutral-2-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-3 a {
    color: RGBA(3, 3, 40, 0.3);
  }
  .mobile\:link-neutral-2-opal-03 a,
  .mobile\:hover\:link-neutral-2-opal-03 a:hover,
  .mobile\:active\:link-neutral-2-opal-03 a:active,
  .mobile\:focus\:link-neutral-2-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-03 a {
    color: RGBA(3, 3, 40, 0.03);
  }
  .mobile\:link-neutral-2-opal-4 a,
  .mobile\:hover\:link-neutral-2-opal-4 a:hover,
  .mobile\:active\:link-neutral-2-opal-4 a:active,
  .mobile\:focus\:link-neutral-2-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-4 a {
    color: RGBA(3, 3, 40, 0.4);
  }
  .mobile\:link-neutral-2-opal-04 a,
  .mobile\:hover\:link-neutral-2-opal-04 a:hover,
  .mobile\:active\:link-neutral-2-opal-04 a:active,
  .mobile\:focus\:link-neutral-2-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-04 a {
    color: RGBA(3, 3, 40, 0.04);
  }
  .mobile\:link-neutral-2-opal-5 a,
  .mobile\:hover\:link-neutral-2-opal-5 a:hover,
  .mobile\:active\:link-neutral-2-opal-5 a:active,
  .mobile\:focus\:link-neutral-2-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-5 a {
    color: RGBA(3, 3, 40, 0.5);
  }
  .mobile\:link-neutral-2-opal-05 a,
  .mobile\:hover\:link-neutral-2-opal-05 a:hover,
  .mobile\:active\:link-neutral-2-opal-05 a:active,
  .mobile\:focus\:link-neutral-2-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-05 a {
    color: RGBA(3, 3, 40, 0.05);
  }
  .mobile\:link-neutral-2-opal-6 a,
  .mobile\:hover\:link-neutral-2-opal-6 a:hover,
  .mobile\:active\:link-neutral-2-opal-6 a:active,
  .mobile\:focus\:link-neutral-2-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-6 a {
    color: RGBA(3, 3, 40, 0.6);
  }
  .mobile\:link-neutral-2-opal-06 a,
  .mobile\:hover\:link-neutral-2-opal-06 a:hover,
  .mobile\:active\:link-neutral-2-opal-06 a:active,
  .mobile\:focus\:link-neutral-2-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-06 a {
    color: RGBA(3, 3, 40, 0.06);
  }
  .mobile\:link-neutral-2-opal-7 a,
  .mobile\:hover\:link-neutral-2-opal-7 a:hover,
  .mobile\:active\:link-neutral-2-opal-7 a:active,
  .mobile\:focus\:link-neutral-2-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-7 a {
    color: RGBA(3, 3, 40, 0.7);
  }
  .mobile\:link-neutral-2-opal-07 a,
  .mobile\:hover\:link-neutral-2-opal-07 a:hover,
  .mobile\:active\:link-neutral-2-opal-07 a:active,
  .mobile\:focus\:link-neutral-2-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-07 a {
    color: RGBA(3, 3, 40, 0.07);
  }
  .mobile\:link-neutral-2-opal-8 a,
  .mobile\:hover\:link-neutral-2-opal-8 a:hover,
  .mobile\:active\:link-neutral-2-opal-8 a:active,
  .mobile\:focus\:link-neutral-2-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-8 a {
    color: RGBA(3, 3, 40, 0.8);
  }
  .mobile\:link-neutral-2-opal-08 a,
  .mobile\:hover\:link-neutral-2-opal-08 a:hover,
  .mobile\:active\:link-neutral-2-opal-08 a:active,
  .mobile\:focus\:link-neutral-2-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-08 a {
    color: RGBA(3, 3, 40, 0.08);
  }
  .mobile\:link-neutral-2-opal-9 a,
  .mobile\:hover\:link-neutral-2-opal-9 a:hover,
  .mobile\:active\:link-neutral-2-opal-9 a:active,
  .mobile\:focus\:link-neutral-2-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-9 a {
    color: RGBA(3, 3, 40, 0.9);
  }
  .mobile\:link-neutral-2-opal-09 a,
  .mobile\:hover\:link-neutral-2-opal-09 a:hover,
  .mobile\:active\:link-neutral-2-opal-09 a:active,
  .mobile\:focus\:link-neutral-2-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-09 a {
    color: RGBA(3, 3, 40, 0.09);
  }
  .mobile\:link-neutral-2-opal-10 a,
  .mobile\:hover\:link-neutral-2-opal-10 a:hover,
  .mobile\:active\:link-neutral-2-opal-10 a:active,
  .mobile\:focus\:link-neutral-2-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-2-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-2-opal-10 a {
    color: RGBA(3, 3, 40, 1);
  }
  .mobile\:txt-neutral-3,
  .mobile\:hover\:txt-neutral-3:hover,
  .mobile\:focus\:txt-neutral-3:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3 {
    color: #383f76;
  }
  .mobile\:txt-neutral-3-opal-0,
  .mobile\:hover\:txt-neutral-3-opal-0:hover,
  .mobile\:focus\:txt-neutral-3-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-0 {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:txt-neutral-3-opal-00,
  .mobile\:hover\:txt-neutral-3-opal-00:hover,
  .mobile\:focus\:txt-neutral-3-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-00 {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:txt-neutral-3-opal-1,
  .mobile\:hover\:txt-neutral-3-opal-1:hover,
  .mobile\:focus\:txt-neutral-3-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-1 {
    color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:txt-neutral-3-opal-01,
  .mobile\:hover\:txt-neutral-3-opal-01:hover,
  .mobile\:focus\:txt-neutral-3-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-01 {
    color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:txt-neutral-3-opal-2,
  .mobile\:hover\:txt-neutral-3-opal-2:hover,
  .mobile\:focus\:txt-neutral-3-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-2 {
    color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:txt-neutral-3-opal-02,
  .mobile\:hover\:txt-neutral-3-opal-02:hover,
  .mobile\:focus\:txt-neutral-3-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-02 {
    color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:txt-neutral-3-opal-3,
  .mobile\:hover\:txt-neutral-3-opal-3:hover,
  .mobile\:focus\:txt-neutral-3-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-3 {
    color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:txt-neutral-3-opal-03,
  .mobile\:hover\:txt-neutral-3-opal-03:hover,
  .mobile\:focus\:txt-neutral-3-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-03 {
    color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:txt-neutral-3-opal-4,
  .mobile\:hover\:txt-neutral-3-opal-4:hover,
  .mobile\:focus\:txt-neutral-3-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-4 {
    color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:txt-neutral-3-opal-04,
  .mobile\:hover\:txt-neutral-3-opal-04:hover,
  .mobile\:focus\:txt-neutral-3-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-04 {
    color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:txt-neutral-3-opal-5,
  .mobile\:hover\:txt-neutral-3-opal-5:hover,
  .mobile\:focus\:txt-neutral-3-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-5 {
    color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:txt-neutral-3-opal-05,
  .mobile\:hover\:txt-neutral-3-opal-05:hover,
  .mobile\:focus\:txt-neutral-3-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-05 {
    color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:txt-neutral-3-opal-6,
  .mobile\:hover\:txt-neutral-3-opal-6:hover,
  .mobile\:focus\:txt-neutral-3-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-6 {
    color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:txt-neutral-3-opal-06,
  .mobile\:hover\:txt-neutral-3-opal-06:hover,
  .mobile\:focus\:txt-neutral-3-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-06 {
    color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:txt-neutral-3-opal-7,
  .mobile\:hover\:txt-neutral-3-opal-7:hover,
  .mobile\:focus\:txt-neutral-3-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-7 {
    color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:txt-neutral-3-opal-07,
  .mobile\:hover\:txt-neutral-3-opal-07:hover,
  .mobile\:focus\:txt-neutral-3-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-07 {
    color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:txt-neutral-3-opal-8,
  .mobile\:hover\:txt-neutral-3-opal-8:hover,
  .mobile\:focus\:txt-neutral-3-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-8 {
    color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:txt-neutral-3-opal-08,
  .mobile\:hover\:txt-neutral-3-opal-08:hover,
  .mobile\:focus\:txt-neutral-3-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-08 {
    color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:txt-neutral-3-opal-9,
  .mobile\:hover\:txt-neutral-3-opal-9:hover,
  .mobile\:focus\:txt-neutral-3-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-9 {
    color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:txt-neutral-3-opal-09,
  .mobile\:hover\:txt-neutral-3-opal-09:hover,
  .mobile\:focus\:txt-neutral-3-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-09 {
    color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:txt-neutral-3-opal-10,
  .mobile\:hover\:txt-neutral-3-opal-10:hover,
  .mobile\:focus\:txt-neutral-3-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-3-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-3-opal-10 {
    color: RGBA(56, 63, 118, 1);
  }
  .mobile\:link-neutral-3 a,
  .mobile\:hover\:link-neutral-3 a:hover,
  .mobile\:active\:link-neutral-3 a:active,
  .mobile\:focus\:link-neutral-3 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3 a {
    color: #383f76;
  }
  .mobile\:link-neutral-3-opal-0 a,
  .mobile\:hover\:link-neutral-3-opal-0 a:hover,
  .mobile\:active\:link-neutral-3-opal-0 a:active,
  .mobile\:focus\:link-neutral-3-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-0 a {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:link-neutral-3-opal-00 a,
  .mobile\:hover\:link-neutral-3-opal-00 a:hover,
  .mobile\:active\:link-neutral-3-opal-00 a:active,
  .mobile\:focus\:link-neutral-3-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-00 a {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:link-neutral-3-opal-1 a,
  .mobile\:hover\:link-neutral-3-opal-1 a:hover,
  .mobile\:active\:link-neutral-3-opal-1 a:active,
  .mobile\:focus\:link-neutral-3-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-1 a {
    color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:link-neutral-3-opal-01 a,
  .mobile\:hover\:link-neutral-3-opal-01 a:hover,
  .mobile\:active\:link-neutral-3-opal-01 a:active,
  .mobile\:focus\:link-neutral-3-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-01 a {
    color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:link-neutral-3-opal-2 a,
  .mobile\:hover\:link-neutral-3-opal-2 a:hover,
  .mobile\:active\:link-neutral-3-opal-2 a:active,
  .mobile\:focus\:link-neutral-3-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-2 a {
    color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:link-neutral-3-opal-02 a,
  .mobile\:hover\:link-neutral-3-opal-02 a:hover,
  .mobile\:active\:link-neutral-3-opal-02 a:active,
  .mobile\:focus\:link-neutral-3-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-02 a {
    color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:link-neutral-3-opal-3 a,
  .mobile\:hover\:link-neutral-3-opal-3 a:hover,
  .mobile\:active\:link-neutral-3-opal-3 a:active,
  .mobile\:focus\:link-neutral-3-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-3 a {
    color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:link-neutral-3-opal-03 a,
  .mobile\:hover\:link-neutral-3-opal-03 a:hover,
  .mobile\:active\:link-neutral-3-opal-03 a:active,
  .mobile\:focus\:link-neutral-3-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-03 a {
    color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:link-neutral-3-opal-4 a,
  .mobile\:hover\:link-neutral-3-opal-4 a:hover,
  .mobile\:active\:link-neutral-3-opal-4 a:active,
  .mobile\:focus\:link-neutral-3-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-4 a {
    color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:link-neutral-3-opal-04 a,
  .mobile\:hover\:link-neutral-3-opal-04 a:hover,
  .mobile\:active\:link-neutral-3-opal-04 a:active,
  .mobile\:focus\:link-neutral-3-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-04 a {
    color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:link-neutral-3-opal-5 a,
  .mobile\:hover\:link-neutral-3-opal-5 a:hover,
  .mobile\:active\:link-neutral-3-opal-5 a:active,
  .mobile\:focus\:link-neutral-3-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-5 a {
    color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:link-neutral-3-opal-05 a,
  .mobile\:hover\:link-neutral-3-opal-05 a:hover,
  .mobile\:active\:link-neutral-3-opal-05 a:active,
  .mobile\:focus\:link-neutral-3-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-05 a {
    color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:link-neutral-3-opal-6 a,
  .mobile\:hover\:link-neutral-3-opal-6 a:hover,
  .mobile\:active\:link-neutral-3-opal-6 a:active,
  .mobile\:focus\:link-neutral-3-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-6 a {
    color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:link-neutral-3-opal-06 a,
  .mobile\:hover\:link-neutral-3-opal-06 a:hover,
  .mobile\:active\:link-neutral-3-opal-06 a:active,
  .mobile\:focus\:link-neutral-3-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-06 a {
    color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:link-neutral-3-opal-7 a,
  .mobile\:hover\:link-neutral-3-opal-7 a:hover,
  .mobile\:active\:link-neutral-3-opal-7 a:active,
  .mobile\:focus\:link-neutral-3-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-7 a {
    color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:link-neutral-3-opal-07 a,
  .mobile\:hover\:link-neutral-3-opal-07 a:hover,
  .mobile\:active\:link-neutral-3-opal-07 a:active,
  .mobile\:focus\:link-neutral-3-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-07 a {
    color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:link-neutral-3-opal-8 a,
  .mobile\:hover\:link-neutral-3-opal-8 a:hover,
  .mobile\:active\:link-neutral-3-opal-8 a:active,
  .mobile\:focus\:link-neutral-3-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-8 a {
    color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:link-neutral-3-opal-08 a,
  .mobile\:hover\:link-neutral-3-opal-08 a:hover,
  .mobile\:active\:link-neutral-3-opal-08 a:active,
  .mobile\:focus\:link-neutral-3-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-08 a {
    color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:link-neutral-3-opal-9 a,
  .mobile\:hover\:link-neutral-3-opal-9 a:hover,
  .mobile\:active\:link-neutral-3-opal-9 a:active,
  .mobile\:focus\:link-neutral-3-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-9 a {
    color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:link-neutral-3-opal-09 a,
  .mobile\:hover\:link-neutral-3-opal-09 a:hover,
  .mobile\:active\:link-neutral-3-opal-09 a:active,
  .mobile\:focus\:link-neutral-3-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-09 a {
    color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:link-neutral-3-opal-10 a,
  .mobile\:hover\:link-neutral-3-opal-10 a:hover,
  .mobile\:active\:link-neutral-3-opal-10 a:active,
  .mobile\:focus\:link-neutral-3-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-3-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-3-opal-10 a {
    color: RGBA(56, 63, 118, 1);
  }
  .mobile\:txt-neutral-4,
  .mobile\:hover\:txt-neutral-4:hover,
  .mobile\:focus\:txt-neutral-4:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4 {
    color: #6d6d9c;
  }
  .mobile\:txt-neutral-4-opal-0,
  .mobile\:hover\:txt-neutral-4-opal-0:hover,
  .mobile\:focus\:txt-neutral-4-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-0 {
    color: RGBA(109, 109, 156, 0);
  }
  .mobile\:txt-neutral-4-opal-00,
  .mobile\:hover\:txt-neutral-4-opal-00:hover,
  .mobile\:focus\:txt-neutral-4-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-00 {
    color: RGBA(109, 109, 156, 0);
  }
  .mobile\:txt-neutral-4-opal-1,
  .mobile\:hover\:txt-neutral-4-opal-1:hover,
  .mobile\:focus\:txt-neutral-4-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-1 {
    color: RGBA(109, 109, 156, 0.1);
  }
  .mobile\:txt-neutral-4-opal-01,
  .mobile\:hover\:txt-neutral-4-opal-01:hover,
  .mobile\:focus\:txt-neutral-4-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-01 {
    color: RGBA(109, 109, 156, 0.01);
  }
  .mobile\:txt-neutral-4-opal-2,
  .mobile\:hover\:txt-neutral-4-opal-2:hover,
  .mobile\:focus\:txt-neutral-4-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-2 {
    color: RGBA(109, 109, 156, 0.2);
  }
  .mobile\:txt-neutral-4-opal-02,
  .mobile\:hover\:txt-neutral-4-opal-02:hover,
  .mobile\:focus\:txt-neutral-4-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-02 {
    color: RGBA(109, 109, 156, 0.02);
  }
  .mobile\:txt-neutral-4-opal-3,
  .mobile\:hover\:txt-neutral-4-opal-3:hover,
  .mobile\:focus\:txt-neutral-4-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-3 {
    color: RGBA(109, 109, 156, 0.3);
  }
  .mobile\:txt-neutral-4-opal-03,
  .mobile\:hover\:txt-neutral-4-opal-03:hover,
  .mobile\:focus\:txt-neutral-4-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-03 {
    color: RGBA(109, 109, 156, 0.03);
  }
  .mobile\:txt-neutral-4-opal-4,
  .mobile\:hover\:txt-neutral-4-opal-4:hover,
  .mobile\:focus\:txt-neutral-4-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-4 {
    color: RGBA(109, 109, 156, 0.4);
  }
  .mobile\:txt-neutral-4-opal-04,
  .mobile\:hover\:txt-neutral-4-opal-04:hover,
  .mobile\:focus\:txt-neutral-4-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-04 {
    color: RGBA(109, 109, 156, 0.04);
  }
  .mobile\:txt-neutral-4-opal-5,
  .mobile\:hover\:txt-neutral-4-opal-5:hover,
  .mobile\:focus\:txt-neutral-4-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-5 {
    color: RGBA(109, 109, 156, 0.5);
  }
  .mobile\:txt-neutral-4-opal-05,
  .mobile\:hover\:txt-neutral-4-opal-05:hover,
  .mobile\:focus\:txt-neutral-4-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-05 {
    color: RGBA(109, 109, 156, 0.05);
  }
  .mobile\:txt-neutral-4-opal-6,
  .mobile\:hover\:txt-neutral-4-opal-6:hover,
  .mobile\:focus\:txt-neutral-4-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-6 {
    color: RGBA(109, 109, 156, 0.6);
  }
  .mobile\:txt-neutral-4-opal-06,
  .mobile\:hover\:txt-neutral-4-opal-06:hover,
  .mobile\:focus\:txt-neutral-4-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-06 {
    color: RGBA(109, 109, 156, 0.06);
  }
  .mobile\:txt-neutral-4-opal-7,
  .mobile\:hover\:txt-neutral-4-opal-7:hover,
  .mobile\:focus\:txt-neutral-4-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-7 {
    color: RGBA(109, 109, 156, 0.7);
  }
  .mobile\:txt-neutral-4-opal-07,
  .mobile\:hover\:txt-neutral-4-opal-07:hover,
  .mobile\:focus\:txt-neutral-4-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-07 {
    color: RGBA(109, 109, 156, 0.07);
  }
  .mobile\:txt-neutral-4-opal-8,
  .mobile\:hover\:txt-neutral-4-opal-8:hover,
  .mobile\:focus\:txt-neutral-4-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-8 {
    color: RGBA(109, 109, 156, 0.8);
  }
  .mobile\:txt-neutral-4-opal-08,
  .mobile\:hover\:txt-neutral-4-opal-08:hover,
  .mobile\:focus\:txt-neutral-4-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-08 {
    color: RGBA(109, 109, 156, 0.08);
  }
  .mobile\:txt-neutral-4-opal-9,
  .mobile\:hover\:txt-neutral-4-opal-9:hover,
  .mobile\:focus\:txt-neutral-4-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-9 {
    color: RGBA(109, 109, 156, 0.9);
  }
  .mobile\:txt-neutral-4-opal-09,
  .mobile\:hover\:txt-neutral-4-opal-09:hover,
  .mobile\:focus\:txt-neutral-4-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-09 {
    color: RGBA(109, 109, 156, 0.09);
  }
  .mobile\:txt-neutral-4-opal-10,
  .mobile\:hover\:txt-neutral-4-opal-10:hover,
  .mobile\:focus\:txt-neutral-4-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-4-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-4-opal-10 {
    color: RGBA(109, 109, 156, 1);
  }
  .mobile\:link-neutral-4 a,
  .mobile\:hover\:link-neutral-4 a:hover,
  .mobile\:active\:link-neutral-4 a:active,
  .mobile\:focus\:link-neutral-4 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4 a {
    color: #6d6d9c;
  }
  .mobile\:link-neutral-4-opal-0 a,
  .mobile\:hover\:link-neutral-4-opal-0 a:hover,
  .mobile\:active\:link-neutral-4-opal-0 a:active,
  .mobile\:focus\:link-neutral-4-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-0 a {
    color: RGBA(109, 109, 156, 0);
  }
  .mobile\:link-neutral-4-opal-00 a,
  .mobile\:hover\:link-neutral-4-opal-00 a:hover,
  .mobile\:active\:link-neutral-4-opal-00 a:active,
  .mobile\:focus\:link-neutral-4-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-00 a {
    color: RGBA(109, 109, 156, 0);
  }
  .mobile\:link-neutral-4-opal-1 a,
  .mobile\:hover\:link-neutral-4-opal-1 a:hover,
  .mobile\:active\:link-neutral-4-opal-1 a:active,
  .mobile\:focus\:link-neutral-4-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-1 a {
    color: RGBA(109, 109, 156, 0.1);
  }
  .mobile\:link-neutral-4-opal-01 a,
  .mobile\:hover\:link-neutral-4-opal-01 a:hover,
  .mobile\:active\:link-neutral-4-opal-01 a:active,
  .mobile\:focus\:link-neutral-4-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-01 a {
    color: RGBA(109, 109, 156, 0.01);
  }
  .mobile\:link-neutral-4-opal-2 a,
  .mobile\:hover\:link-neutral-4-opal-2 a:hover,
  .mobile\:active\:link-neutral-4-opal-2 a:active,
  .mobile\:focus\:link-neutral-4-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-2 a {
    color: RGBA(109, 109, 156, 0.2);
  }
  .mobile\:link-neutral-4-opal-02 a,
  .mobile\:hover\:link-neutral-4-opal-02 a:hover,
  .mobile\:active\:link-neutral-4-opal-02 a:active,
  .mobile\:focus\:link-neutral-4-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-02 a {
    color: RGBA(109, 109, 156, 0.02);
  }
  .mobile\:link-neutral-4-opal-3 a,
  .mobile\:hover\:link-neutral-4-opal-3 a:hover,
  .mobile\:active\:link-neutral-4-opal-3 a:active,
  .mobile\:focus\:link-neutral-4-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-3 a {
    color: RGBA(109, 109, 156, 0.3);
  }
  .mobile\:link-neutral-4-opal-03 a,
  .mobile\:hover\:link-neutral-4-opal-03 a:hover,
  .mobile\:active\:link-neutral-4-opal-03 a:active,
  .mobile\:focus\:link-neutral-4-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-03 a {
    color: RGBA(109, 109, 156, 0.03);
  }
  .mobile\:link-neutral-4-opal-4 a,
  .mobile\:hover\:link-neutral-4-opal-4 a:hover,
  .mobile\:active\:link-neutral-4-opal-4 a:active,
  .mobile\:focus\:link-neutral-4-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-4 a {
    color: RGBA(109, 109, 156, 0.4);
  }
  .mobile\:link-neutral-4-opal-04 a,
  .mobile\:hover\:link-neutral-4-opal-04 a:hover,
  .mobile\:active\:link-neutral-4-opal-04 a:active,
  .mobile\:focus\:link-neutral-4-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-04 a {
    color: RGBA(109, 109, 156, 0.04);
  }
  .mobile\:link-neutral-4-opal-5 a,
  .mobile\:hover\:link-neutral-4-opal-5 a:hover,
  .mobile\:active\:link-neutral-4-opal-5 a:active,
  .mobile\:focus\:link-neutral-4-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-5 a {
    color: RGBA(109, 109, 156, 0.5);
  }
  .mobile\:link-neutral-4-opal-05 a,
  .mobile\:hover\:link-neutral-4-opal-05 a:hover,
  .mobile\:active\:link-neutral-4-opal-05 a:active,
  .mobile\:focus\:link-neutral-4-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-05 a {
    color: RGBA(109, 109, 156, 0.05);
  }
  .mobile\:link-neutral-4-opal-6 a,
  .mobile\:hover\:link-neutral-4-opal-6 a:hover,
  .mobile\:active\:link-neutral-4-opal-6 a:active,
  .mobile\:focus\:link-neutral-4-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-6 a {
    color: RGBA(109, 109, 156, 0.6);
  }
  .mobile\:link-neutral-4-opal-06 a,
  .mobile\:hover\:link-neutral-4-opal-06 a:hover,
  .mobile\:active\:link-neutral-4-opal-06 a:active,
  .mobile\:focus\:link-neutral-4-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-06 a {
    color: RGBA(109, 109, 156, 0.06);
  }
  .mobile\:link-neutral-4-opal-7 a,
  .mobile\:hover\:link-neutral-4-opal-7 a:hover,
  .mobile\:active\:link-neutral-4-opal-7 a:active,
  .mobile\:focus\:link-neutral-4-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-7 a {
    color: RGBA(109, 109, 156, 0.7);
  }
  .mobile\:link-neutral-4-opal-07 a,
  .mobile\:hover\:link-neutral-4-opal-07 a:hover,
  .mobile\:active\:link-neutral-4-opal-07 a:active,
  .mobile\:focus\:link-neutral-4-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-07 a {
    color: RGBA(109, 109, 156, 0.07);
  }
  .mobile\:link-neutral-4-opal-8 a,
  .mobile\:hover\:link-neutral-4-opal-8 a:hover,
  .mobile\:active\:link-neutral-4-opal-8 a:active,
  .mobile\:focus\:link-neutral-4-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-8 a {
    color: RGBA(109, 109, 156, 0.8);
  }
  .mobile\:link-neutral-4-opal-08 a,
  .mobile\:hover\:link-neutral-4-opal-08 a:hover,
  .mobile\:active\:link-neutral-4-opal-08 a:active,
  .mobile\:focus\:link-neutral-4-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-08 a {
    color: RGBA(109, 109, 156, 0.08);
  }
  .mobile\:link-neutral-4-opal-9 a,
  .mobile\:hover\:link-neutral-4-opal-9 a:hover,
  .mobile\:active\:link-neutral-4-opal-9 a:active,
  .mobile\:focus\:link-neutral-4-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-9 a {
    color: RGBA(109, 109, 156, 0.9);
  }
  .mobile\:link-neutral-4-opal-09 a,
  .mobile\:hover\:link-neutral-4-opal-09 a:hover,
  .mobile\:active\:link-neutral-4-opal-09 a:active,
  .mobile\:focus\:link-neutral-4-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-09 a {
    color: RGBA(109, 109, 156, 0.09);
  }
  .mobile\:link-neutral-4-opal-10 a,
  .mobile\:hover\:link-neutral-4-opal-10 a:hover,
  .mobile\:active\:link-neutral-4-opal-10 a:active,
  .mobile\:focus\:link-neutral-4-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-4-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-4-opal-10 a {
    color: RGBA(109, 109, 156, 1);
  }
  .mobile\:txt-neutral-5,
  .mobile\:hover\:txt-neutral-5:hover,
  .mobile\:focus\:txt-neutral-5:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5 {
    color: #f6f7fb;
  }
  .mobile\:txt-neutral-5-opal-0,
  .mobile\:hover\:txt-neutral-5-opal-0:hover,
  .mobile\:focus\:txt-neutral-5-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-0 {
    color: RGBA(246, 247, 251, 0);
  }
  .mobile\:txt-neutral-5-opal-00,
  .mobile\:hover\:txt-neutral-5-opal-00:hover,
  .mobile\:focus\:txt-neutral-5-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-00 {
    color: RGBA(246, 247, 251, 0);
  }
  .mobile\:txt-neutral-5-opal-1,
  .mobile\:hover\:txt-neutral-5-opal-1:hover,
  .mobile\:focus\:txt-neutral-5-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-1 {
    color: RGBA(246, 247, 251, 0.1);
  }
  .mobile\:txt-neutral-5-opal-01,
  .mobile\:hover\:txt-neutral-5-opal-01:hover,
  .mobile\:focus\:txt-neutral-5-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-01 {
    color: RGBA(246, 247, 251, 0.01);
  }
  .mobile\:txt-neutral-5-opal-2,
  .mobile\:hover\:txt-neutral-5-opal-2:hover,
  .mobile\:focus\:txt-neutral-5-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-2 {
    color: RGBA(246, 247, 251, 0.2);
  }
  .mobile\:txt-neutral-5-opal-02,
  .mobile\:hover\:txt-neutral-5-opal-02:hover,
  .mobile\:focus\:txt-neutral-5-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-02 {
    color: RGBA(246, 247, 251, 0.02);
  }
  .mobile\:txt-neutral-5-opal-3,
  .mobile\:hover\:txt-neutral-5-opal-3:hover,
  .mobile\:focus\:txt-neutral-5-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-3 {
    color: RGBA(246, 247, 251, 0.3);
  }
  .mobile\:txt-neutral-5-opal-03,
  .mobile\:hover\:txt-neutral-5-opal-03:hover,
  .mobile\:focus\:txt-neutral-5-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-03 {
    color: RGBA(246, 247, 251, 0.03);
  }
  .mobile\:txt-neutral-5-opal-4,
  .mobile\:hover\:txt-neutral-5-opal-4:hover,
  .mobile\:focus\:txt-neutral-5-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-4 {
    color: RGBA(246, 247, 251, 0.4);
  }
  .mobile\:txt-neutral-5-opal-04,
  .mobile\:hover\:txt-neutral-5-opal-04:hover,
  .mobile\:focus\:txt-neutral-5-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-04 {
    color: RGBA(246, 247, 251, 0.04);
  }
  .mobile\:txt-neutral-5-opal-5,
  .mobile\:hover\:txt-neutral-5-opal-5:hover,
  .mobile\:focus\:txt-neutral-5-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-5 {
    color: RGBA(246, 247, 251, 0.5);
  }
  .mobile\:txt-neutral-5-opal-05,
  .mobile\:hover\:txt-neutral-5-opal-05:hover,
  .mobile\:focus\:txt-neutral-5-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-05 {
    color: RGBA(246, 247, 251, 0.05);
  }
  .mobile\:txt-neutral-5-opal-6,
  .mobile\:hover\:txt-neutral-5-opal-6:hover,
  .mobile\:focus\:txt-neutral-5-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-6 {
    color: RGBA(246, 247, 251, 0.6);
  }
  .mobile\:txt-neutral-5-opal-06,
  .mobile\:hover\:txt-neutral-5-opal-06:hover,
  .mobile\:focus\:txt-neutral-5-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-06 {
    color: RGBA(246, 247, 251, 0.06);
  }
  .mobile\:txt-neutral-5-opal-7,
  .mobile\:hover\:txt-neutral-5-opal-7:hover,
  .mobile\:focus\:txt-neutral-5-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-7 {
    color: RGBA(246, 247, 251, 0.7);
  }
  .mobile\:txt-neutral-5-opal-07,
  .mobile\:hover\:txt-neutral-5-opal-07:hover,
  .mobile\:focus\:txt-neutral-5-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-07 {
    color: RGBA(246, 247, 251, 0.07);
  }
  .mobile\:txt-neutral-5-opal-8,
  .mobile\:hover\:txt-neutral-5-opal-8:hover,
  .mobile\:focus\:txt-neutral-5-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-8 {
    color: RGBA(246, 247, 251, 0.8);
  }
  .mobile\:txt-neutral-5-opal-08,
  .mobile\:hover\:txt-neutral-5-opal-08:hover,
  .mobile\:focus\:txt-neutral-5-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-08 {
    color: RGBA(246, 247, 251, 0.08);
  }
  .mobile\:txt-neutral-5-opal-9,
  .mobile\:hover\:txt-neutral-5-opal-9:hover,
  .mobile\:focus\:txt-neutral-5-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-9 {
    color: RGBA(246, 247, 251, 0.9);
  }
  .mobile\:txt-neutral-5-opal-09,
  .mobile\:hover\:txt-neutral-5-opal-09:hover,
  .mobile\:focus\:txt-neutral-5-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-09 {
    color: RGBA(246, 247, 251, 0.09);
  }
  .mobile\:txt-neutral-5-opal-10,
  .mobile\:hover\:txt-neutral-5-opal-10:hover,
  .mobile\:focus\:txt-neutral-5-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-5-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-5-opal-10 {
    color: RGBA(246, 247, 251, 1);
  }
  .mobile\:link-neutral-5 a,
  .mobile\:hover\:link-neutral-5 a:hover,
  .mobile\:active\:link-neutral-5 a:active,
  .mobile\:focus\:link-neutral-5 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5 a {
    color: #f6f7fb;
  }
  .mobile\:link-neutral-5-opal-0 a,
  .mobile\:hover\:link-neutral-5-opal-0 a:hover,
  .mobile\:active\:link-neutral-5-opal-0 a:active,
  .mobile\:focus\:link-neutral-5-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-0 a {
    color: RGBA(246, 247, 251, 0);
  }
  .mobile\:link-neutral-5-opal-00 a,
  .mobile\:hover\:link-neutral-5-opal-00 a:hover,
  .mobile\:active\:link-neutral-5-opal-00 a:active,
  .mobile\:focus\:link-neutral-5-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-00 a {
    color: RGBA(246, 247, 251, 0);
  }
  .mobile\:link-neutral-5-opal-1 a,
  .mobile\:hover\:link-neutral-5-opal-1 a:hover,
  .mobile\:active\:link-neutral-5-opal-1 a:active,
  .mobile\:focus\:link-neutral-5-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-1 a {
    color: RGBA(246, 247, 251, 0.1);
  }
  .mobile\:link-neutral-5-opal-01 a,
  .mobile\:hover\:link-neutral-5-opal-01 a:hover,
  .mobile\:active\:link-neutral-5-opal-01 a:active,
  .mobile\:focus\:link-neutral-5-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-01 a {
    color: RGBA(246, 247, 251, 0.01);
  }
  .mobile\:link-neutral-5-opal-2 a,
  .mobile\:hover\:link-neutral-5-opal-2 a:hover,
  .mobile\:active\:link-neutral-5-opal-2 a:active,
  .mobile\:focus\:link-neutral-5-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-2 a {
    color: RGBA(246, 247, 251, 0.2);
  }
  .mobile\:link-neutral-5-opal-02 a,
  .mobile\:hover\:link-neutral-5-opal-02 a:hover,
  .mobile\:active\:link-neutral-5-opal-02 a:active,
  .mobile\:focus\:link-neutral-5-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-02 a {
    color: RGBA(246, 247, 251, 0.02);
  }
  .mobile\:link-neutral-5-opal-3 a,
  .mobile\:hover\:link-neutral-5-opal-3 a:hover,
  .mobile\:active\:link-neutral-5-opal-3 a:active,
  .mobile\:focus\:link-neutral-5-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-3 a {
    color: RGBA(246, 247, 251, 0.3);
  }
  .mobile\:link-neutral-5-opal-03 a,
  .mobile\:hover\:link-neutral-5-opal-03 a:hover,
  .mobile\:active\:link-neutral-5-opal-03 a:active,
  .mobile\:focus\:link-neutral-5-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-03 a {
    color: RGBA(246, 247, 251, 0.03);
  }
  .mobile\:link-neutral-5-opal-4 a,
  .mobile\:hover\:link-neutral-5-opal-4 a:hover,
  .mobile\:active\:link-neutral-5-opal-4 a:active,
  .mobile\:focus\:link-neutral-5-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-4 a {
    color: RGBA(246, 247, 251, 0.4);
  }
  .mobile\:link-neutral-5-opal-04 a,
  .mobile\:hover\:link-neutral-5-opal-04 a:hover,
  .mobile\:active\:link-neutral-5-opal-04 a:active,
  .mobile\:focus\:link-neutral-5-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-04 a {
    color: RGBA(246, 247, 251, 0.04);
  }
  .mobile\:link-neutral-5-opal-5 a,
  .mobile\:hover\:link-neutral-5-opal-5 a:hover,
  .mobile\:active\:link-neutral-5-opal-5 a:active,
  .mobile\:focus\:link-neutral-5-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-5 a {
    color: RGBA(246, 247, 251, 0.5);
  }
  .mobile\:link-neutral-5-opal-05 a,
  .mobile\:hover\:link-neutral-5-opal-05 a:hover,
  .mobile\:active\:link-neutral-5-opal-05 a:active,
  .mobile\:focus\:link-neutral-5-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-05 a {
    color: RGBA(246, 247, 251, 0.05);
  }
  .mobile\:link-neutral-5-opal-6 a,
  .mobile\:hover\:link-neutral-5-opal-6 a:hover,
  .mobile\:active\:link-neutral-5-opal-6 a:active,
  .mobile\:focus\:link-neutral-5-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-6 a {
    color: RGBA(246, 247, 251, 0.6);
  }
  .mobile\:link-neutral-5-opal-06 a,
  .mobile\:hover\:link-neutral-5-opal-06 a:hover,
  .mobile\:active\:link-neutral-5-opal-06 a:active,
  .mobile\:focus\:link-neutral-5-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-06 a {
    color: RGBA(246, 247, 251, 0.06);
  }
  .mobile\:link-neutral-5-opal-7 a,
  .mobile\:hover\:link-neutral-5-opal-7 a:hover,
  .mobile\:active\:link-neutral-5-opal-7 a:active,
  .mobile\:focus\:link-neutral-5-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-7 a {
    color: RGBA(246, 247, 251, 0.7);
  }
  .mobile\:link-neutral-5-opal-07 a,
  .mobile\:hover\:link-neutral-5-opal-07 a:hover,
  .mobile\:active\:link-neutral-5-opal-07 a:active,
  .mobile\:focus\:link-neutral-5-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-07 a {
    color: RGBA(246, 247, 251, 0.07);
  }
  .mobile\:link-neutral-5-opal-8 a,
  .mobile\:hover\:link-neutral-5-opal-8 a:hover,
  .mobile\:active\:link-neutral-5-opal-8 a:active,
  .mobile\:focus\:link-neutral-5-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-8 a {
    color: RGBA(246, 247, 251, 0.8);
  }
  .mobile\:link-neutral-5-opal-08 a,
  .mobile\:hover\:link-neutral-5-opal-08 a:hover,
  .mobile\:active\:link-neutral-5-opal-08 a:active,
  .mobile\:focus\:link-neutral-5-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-08 a {
    color: RGBA(246, 247, 251, 0.08);
  }
  .mobile\:link-neutral-5-opal-9 a,
  .mobile\:hover\:link-neutral-5-opal-9 a:hover,
  .mobile\:active\:link-neutral-5-opal-9 a:active,
  .mobile\:focus\:link-neutral-5-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-9 a {
    color: RGBA(246, 247, 251, 0.9);
  }
  .mobile\:link-neutral-5-opal-09 a,
  .mobile\:hover\:link-neutral-5-opal-09 a:hover,
  .mobile\:active\:link-neutral-5-opal-09 a:active,
  .mobile\:focus\:link-neutral-5-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-09 a {
    color: RGBA(246, 247, 251, 0.09);
  }
  .mobile\:link-neutral-5-opal-10 a,
  .mobile\:hover\:link-neutral-5-opal-10 a:hover,
  .mobile\:active\:link-neutral-5-opal-10 a:active,
  .mobile\:focus\:link-neutral-5-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-5-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-5-opal-10 a {
    color: RGBA(246, 247, 251, 1);
  }
  .mobile\:txt-neutral-6,
  .mobile\:hover\:txt-neutral-6:hover,
  .mobile\:focus\:txt-neutral-6:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6 {
    color: #fff;
  }
  .mobile\:txt-neutral-6-opal-0,
  .mobile\:hover\:txt-neutral-6-opal-0:hover,
  .mobile\:focus\:txt-neutral-6-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-0 {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:txt-neutral-6-opal-00,
  .mobile\:hover\:txt-neutral-6-opal-00:hover,
  .mobile\:focus\:txt-neutral-6-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-00 {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:txt-neutral-6-opal-1,
  .mobile\:hover\:txt-neutral-6-opal-1:hover,
  .mobile\:focus\:txt-neutral-6-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-1 {
    color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:txt-neutral-6-opal-01,
  .mobile\:hover\:txt-neutral-6-opal-01:hover,
  .mobile\:focus\:txt-neutral-6-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-01 {
    color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:txt-neutral-6-opal-2,
  .mobile\:hover\:txt-neutral-6-opal-2:hover,
  .mobile\:focus\:txt-neutral-6-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-2 {
    color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:txt-neutral-6-opal-02,
  .mobile\:hover\:txt-neutral-6-opal-02:hover,
  .mobile\:focus\:txt-neutral-6-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-02 {
    color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:txt-neutral-6-opal-3,
  .mobile\:hover\:txt-neutral-6-opal-3:hover,
  .mobile\:focus\:txt-neutral-6-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-3 {
    color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:txt-neutral-6-opal-03,
  .mobile\:hover\:txt-neutral-6-opal-03:hover,
  .mobile\:focus\:txt-neutral-6-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-03 {
    color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:txt-neutral-6-opal-4,
  .mobile\:hover\:txt-neutral-6-opal-4:hover,
  .mobile\:focus\:txt-neutral-6-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-4 {
    color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:txt-neutral-6-opal-04,
  .mobile\:hover\:txt-neutral-6-opal-04:hover,
  .mobile\:focus\:txt-neutral-6-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-04 {
    color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:txt-neutral-6-opal-5,
  .mobile\:hover\:txt-neutral-6-opal-5:hover,
  .mobile\:focus\:txt-neutral-6-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-5 {
    color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:txt-neutral-6-opal-05,
  .mobile\:hover\:txt-neutral-6-opal-05:hover,
  .mobile\:focus\:txt-neutral-6-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-05 {
    color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:txt-neutral-6-opal-6,
  .mobile\:hover\:txt-neutral-6-opal-6:hover,
  .mobile\:focus\:txt-neutral-6-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-6 {
    color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:txt-neutral-6-opal-06,
  .mobile\:hover\:txt-neutral-6-opal-06:hover,
  .mobile\:focus\:txt-neutral-6-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-06 {
    color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:txt-neutral-6-opal-7,
  .mobile\:hover\:txt-neutral-6-opal-7:hover,
  .mobile\:focus\:txt-neutral-6-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-7 {
    color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:txt-neutral-6-opal-07,
  .mobile\:hover\:txt-neutral-6-opal-07:hover,
  .mobile\:focus\:txt-neutral-6-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-07 {
    color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:txt-neutral-6-opal-8,
  .mobile\:hover\:txt-neutral-6-opal-8:hover,
  .mobile\:focus\:txt-neutral-6-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-8 {
    color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:txt-neutral-6-opal-08,
  .mobile\:hover\:txt-neutral-6-opal-08:hover,
  .mobile\:focus\:txt-neutral-6-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-08 {
    color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:txt-neutral-6-opal-9,
  .mobile\:hover\:txt-neutral-6-opal-9:hover,
  .mobile\:focus\:txt-neutral-6-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-9 {
    color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:txt-neutral-6-opal-09,
  .mobile\:hover\:txt-neutral-6-opal-09:hover,
  .mobile\:focus\:txt-neutral-6-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-09 {
    color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:txt-neutral-6-opal-10,
  .mobile\:hover\:txt-neutral-6-opal-10:hover,
  .mobile\:focus\:txt-neutral-6-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-neutral-6-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-neutral-6-opal-10 {
    color: RGBA(255, 255, 255, 1);
  }
  .mobile\:link-neutral-6 a,
  .mobile\:hover\:link-neutral-6 a:hover,
  .mobile\:active\:link-neutral-6 a:active,
  .mobile\:focus\:link-neutral-6 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6 a {
    color: #fff;
  }
  .mobile\:link-neutral-6-opal-0 a,
  .mobile\:hover\:link-neutral-6-opal-0 a:hover,
  .mobile\:active\:link-neutral-6-opal-0 a:active,
  .mobile\:focus\:link-neutral-6-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-0 a {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:link-neutral-6-opal-00 a,
  .mobile\:hover\:link-neutral-6-opal-00 a:hover,
  .mobile\:active\:link-neutral-6-opal-00 a:active,
  .mobile\:focus\:link-neutral-6-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-00 a {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:link-neutral-6-opal-1 a,
  .mobile\:hover\:link-neutral-6-opal-1 a:hover,
  .mobile\:active\:link-neutral-6-opal-1 a:active,
  .mobile\:focus\:link-neutral-6-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-1 a {
    color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:link-neutral-6-opal-01 a,
  .mobile\:hover\:link-neutral-6-opal-01 a:hover,
  .mobile\:active\:link-neutral-6-opal-01 a:active,
  .mobile\:focus\:link-neutral-6-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-01 a {
    color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:link-neutral-6-opal-2 a,
  .mobile\:hover\:link-neutral-6-opal-2 a:hover,
  .mobile\:active\:link-neutral-6-opal-2 a:active,
  .mobile\:focus\:link-neutral-6-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-2 a {
    color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:link-neutral-6-opal-02 a,
  .mobile\:hover\:link-neutral-6-opal-02 a:hover,
  .mobile\:active\:link-neutral-6-opal-02 a:active,
  .mobile\:focus\:link-neutral-6-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-02 a {
    color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:link-neutral-6-opal-3 a,
  .mobile\:hover\:link-neutral-6-opal-3 a:hover,
  .mobile\:active\:link-neutral-6-opal-3 a:active,
  .mobile\:focus\:link-neutral-6-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-3 a {
    color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:link-neutral-6-opal-03 a,
  .mobile\:hover\:link-neutral-6-opal-03 a:hover,
  .mobile\:active\:link-neutral-6-opal-03 a:active,
  .mobile\:focus\:link-neutral-6-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-03 a {
    color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:link-neutral-6-opal-4 a,
  .mobile\:hover\:link-neutral-6-opal-4 a:hover,
  .mobile\:active\:link-neutral-6-opal-4 a:active,
  .mobile\:focus\:link-neutral-6-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-4 a {
    color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:link-neutral-6-opal-04 a,
  .mobile\:hover\:link-neutral-6-opal-04 a:hover,
  .mobile\:active\:link-neutral-6-opal-04 a:active,
  .mobile\:focus\:link-neutral-6-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-04 a {
    color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:link-neutral-6-opal-5 a,
  .mobile\:hover\:link-neutral-6-opal-5 a:hover,
  .mobile\:active\:link-neutral-6-opal-5 a:active,
  .mobile\:focus\:link-neutral-6-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-5 a {
    color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:link-neutral-6-opal-05 a,
  .mobile\:hover\:link-neutral-6-opal-05 a:hover,
  .mobile\:active\:link-neutral-6-opal-05 a:active,
  .mobile\:focus\:link-neutral-6-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-05 a {
    color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:link-neutral-6-opal-6 a,
  .mobile\:hover\:link-neutral-6-opal-6 a:hover,
  .mobile\:active\:link-neutral-6-opal-6 a:active,
  .mobile\:focus\:link-neutral-6-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-6 a {
    color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:link-neutral-6-opal-06 a,
  .mobile\:hover\:link-neutral-6-opal-06 a:hover,
  .mobile\:active\:link-neutral-6-opal-06 a:active,
  .mobile\:focus\:link-neutral-6-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-06 a {
    color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:link-neutral-6-opal-7 a,
  .mobile\:hover\:link-neutral-6-opal-7 a:hover,
  .mobile\:active\:link-neutral-6-opal-7 a:active,
  .mobile\:focus\:link-neutral-6-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-7 a {
    color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:link-neutral-6-opal-07 a,
  .mobile\:hover\:link-neutral-6-opal-07 a:hover,
  .mobile\:active\:link-neutral-6-opal-07 a:active,
  .mobile\:focus\:link-neutral-6-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-07 a {
    color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:link-neutral-6-opal-8 a,
  .mobile\:hover\:link-neutral-6-opal-8 a:hover,
  .mobile\:active\:link-neutral-6-opal-8 a:active,
  .mobile\:focus\:link-neutral-6-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-8 a {
    color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:link-neutral-6-opal-08 a,
  .mobile\:hover\:link-neutral-6-opal-08 a:hover,
  .mobile\:active\:link-neutral-6-opal-08 a:active,
  .mobile\:focus\:link-neutral-6-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-08 a {
    color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:link-neutral-6-opal-9 a,
  .mobile\:hover\:link-neutral-6-opal-9 a:hover,
  .mobile\:active\:link-neutral-6-opal-9 a:active,
  .mobile\:focus\:link-neutral-6-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-9 a {
    color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:link-neutral-6-opal-09 a,
  .mobile\:hover\:link-neutral-6-opal-09 a:hover,
  .mobile\:active\:link-neutral-6-opal-09 a:active,
  .mobile\:focus\:link-neutral-6-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-09 a {
    color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:link-neutral-6-opal-10 a,
  .mobile\:hover\:link-neutral-6-opal-10 a:hover,
  .mobile\:active\:link-neutral-6-opal-10 a:active,
  .mobile\:focus\:link-neutral-6-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-neutral-6-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-neutral-6-opal-10 a {
    color: RGBA(255, 255, 255, 1);
  }
  .mobile\:txt-ui-fill,
  .mobile\:hover\:txt-ui-fill:hover,
  .mobile\:focus\:txt-ui-fill:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill {
    color: #fff;
  }
  .mobile\:txt-ui-fill-opal-0,
  .mobile\:hover\:txt-ui-fill-opal-0:hover,
  .mobile\:focus\:txt-ui-fill-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-0 {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:txt-ui-fill-opal-00,
  .mobile\:hover\:txt-ui-fill-opal-00:hover,
  .mobile\:focus\:txt-ui-fill-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-00 {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:txt-ui-fill-opal-1,
  .mobile\:hover\:txt-ui-fill-opal-1:hover,
  .mobile\:focus\:txt-ui-fill-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-1 {
    color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:txt-ui-fill-opal-01,
  .mobile\:hover\:txt-ui-fill-opal-01:hover,
  .mobile\:focus\:txt-ui-fill-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-01 {
    color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:txt-ui-fill-opal-2,
  .mobile\:hover\:txt-ui-fill-opal-2:hover,
  .mobile\:focus\:txt-ui-fill-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-2 {
    color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:txt-ui-fill-opal-02,
  .mobile\:hover\:txt-ui-fill-opal-02:hover,
  .mobile\:focus\:txt-ui-fill-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-02 {
    color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:txt-ui-fill-opal-3,
  .mobile\:hover\:txt-ui-fill-opal-3:hover,
  .mobile\:focus\:txt-ui-fill-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-3 {
    color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:txt-ui-fill-opal-03,
  .mobile\:hover\:txt-ui-fill-opal-03:hover,
  .mobile\:focus\:txt-ui-fill-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-03 {
    color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:txt-ui-fill-opal-4,
  .mobile\:hover\:txt-ui-fill-opal-4:hover,
  .mobile\:focus\:txt-ui-fill-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-4 {
    color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:txt-ui-fill-opal-04,
  .mobile\:hover\:txt-ui-fill-opal-04:hover,
  .mobile\:focus\:txt-ui-fill-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-04 {
    color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:txt-ui-fill-opal-5,
  .mobile\:hover\:txt-ui-fill-opal-5:hover,
  .mobile\:focus\:txt-ui-fill-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-5 {
    color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:txt-ui-fill-opal-05,
  .mobile\:hover\:txt-ui-fill-opal-05:hover,
  .mobile\:focus\:txt-ui-fill-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-05 {
    color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:txt-ui-fill-opal-6,
  .mobile\:hover\:txt-ui-fill-opal-6:hover,
  .mobile\:focus\:txt-ui-fill-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-6 {
    color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:txt-ui-fill-opal-06,
  .mobile\:hover\:txt-ui-fill-opal-06:hover,
  .mobile\:focus\:txt-ui-fill-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-06 {
    color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:txt-ui-fill-opal-7,
  .mobile\:hover\:txt-ui-fill-opal-7:hover,
  .mobile\:focus\:txt-ui-fill-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-7 {
    color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:txt-ui-fill-opal-07,
  .mobile\:hover\:txt-ui-fill-opal-07:hover,
  .mobile\:focus\:txt-ui-fill-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-07 {
    color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:txt-ui-fill-opal-8,
  .mobile\:hover\:txt-ui-fill-opal-8:hover,
  .mobile\:focus\:txt-ui-fill-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-8 {
    color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:txt-ui-fill-opal-08,
  .mobile\:hover\:txt-ui-fill-opal-08:hover,
  .mobile\:focus\:txt-ui-fill-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-08 {
    color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:txt-ui-fill-opal-9,
  .mobile\:hover\:txt-ui-fill-opal-9:hover,
  .mobile\:focus\:txt-ui-fill-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-9 {
    color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:txt-ui-fill-opal-09,
  .mobile\:hover\:txt-ui-fill-opal-09:hover,
  .mobile\:focus\:txt-ui-fill-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-09 {
    color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:txt-ui-fill-opal-10,
  .mobile\:hover\:txt-ui-fill-opal-10:hover,
  .mobile\:focus\:txt-ui-fill-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-ui-fill-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-fill-opal-10 {
    color: RGBA(255, 255, 255, 1);
  }
  .mobile\:link-ui-fill a,
  .mobile\:hover\:link-ui-fill a:hover,
  .mobile\:active\:link-ui-fill a:active,
  .mobile\:focus\:link-ui-fill a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill a {
    color: #fff;
  }
  .mobile\:link-ui-fill-opal-0 a,
  .mobile\:hover\:link-ui-fill-opal-0 a:hover,
  .mobile\:active\:link-ui-fill-opal-0 a:active,
  .mobile\:focus\:link-ui-fill-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-0 a {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:link-ui-fill-opal-00 a,
  .mobile\:hover\:link-ui-fill-opal-00 a:hover,
  .mobile\:active\:link-ui-fill-opal-00 a:active,
  .mobile\:focus\:link-ui-fill-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-00 a {
    color: RGBA(255, 255, 255, 0);
  }
  .mobile\:link-ui-fill-opal-1 a,
  .mobile\:hover\:link-ui-fill-opal-1 a:hover,
  .mobile\:active\:link-ui-fill-opal-1 a:active,
  .mobile\:focus\:link-ui-fill-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-1 a {
    color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:link-ui-fill-opal-01 a,
  .mobile\:hover\:link-ui-fill-opal-01 a:hover,
  .mobile\:active\:link-ui-fill-opal-01 a:active,
  .mobile\:focus\:link-ui-fill-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-01 a {
    color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:link-ui-fill-opal-2 a,
  .mobile\:hover\:link-ui-fill-opal-2 a:hover,
  .mobile\:active\:link-ui-fill-opal-2 a:active,
  .mobile\:focus\:link-ui-fill-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-2 a {
    color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:link-ui-fill-opal-02 a,
  .mobile\:hover\:link-ui-fill-opal-02 a:hover,
  .mobile\:active\:link-ui-fill-opal-02 a:active,
  .mobile\:focus\:link-ui-fill-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-02 a {
    color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:link-ui-fill-opal-3 a,
  .mobile\:hover\:link-ui-fill-opal-3 a:hover,
  .mobile\:active\:link-ui-fill-opal-3 a:active,
  .mobile\:focus\:link-ui-fill-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-3 a {
    color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:link-ui-fill-opal-03 a,
  .mobile\:hover\:link-ui-fill-opal-03 a:hover,
  .mobile\:active\:link-ui-fill-opal-03 a:active,
  .mobile\:focus\:link-ui-fill-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-03 a {
    color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:link-ui-fill-opal-4 a,
  .mobile\:hover\:link-ui-fill-opal-4 a:hover,
  .mobile\:active\:link-ui-fill-opal-4 a:active,
  .mobile\:focus\:link-ui-fill-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-4 a {
    color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:link-ui-fill-opal-04 a,
  .mobile\:hover\:link-ui-fill-opal-04 a:hover,
  .mobile\:active\:link-ui-fill-opal-04 a:active,
  .mobile\:focus\:link-ui-fill-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-04 a {
    color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:link-ui-fill-opal-5 a,
  .mobile\:hover\:link-ui-fill-opal-5 a:hover,
  .mobile\:active\:link-ui-fill-opal-5 a:active,
  .mobile\:focus\:link-ui-fill-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-5 a {
    color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:link-ui-fill-opal-05 a,
  .mobile\:hover\:link-ui-fill-opal-05 a:hover,
  .mobile\:active\:link-ui-fill-opal-05 a:active,
  .mobile\:focus\:link-ui-fill-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-05 a {
    color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:link-ui-fill-opal-6 a,
  .mobile\:hover\:link-ui-fill-opal-6 a:hover,
  .mobile\:active\:link-ui-fill-opal-6 a:active,
  .mobile\:focus\:link-ui-fill-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-6 a {
    color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:link-ui-fill-opal-06 a,
  .mobile\:hover\:link-ui-fill-opal-06 a:hover,
  .mobile\:active\:link-ui-fill-opal-06 a:active,
  .mobile\:focus\:link-ui-fill-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-06 a {
    color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:link-ui-fill-opal-7 a,
  .mobile\:hover\:link-ui-fill-opal-7 a:hover,
  .mobile\:active\:link-ui-fill-opal-7 a:active,
  .mobile\:focus\:link-ui-fill-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-7 a {
    color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:link-ui-fill-opal-07 a,
  .mobile\:hover\:link-ui-fill-opal-07 a:hover,
  .mobile\:active\:link-ui-fill-opal-07 a:active,
  .mobile\:focus\:link-ui-fill-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-07 a {
    color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:link-ui-fill-opal-8 a,
  .mobile\:hover\:link-ui-fill-opal-8 a:hover,
  .mobile\:active\:link-ui-fill-opal-8 a:active,
  .mobile\:focus\:link-ui-fill-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-8 a {
    color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:link-ui-fill-opal-08 a,
  .mobile\:hover\:link-ui-fill-opal-08 a:hover,
  .mobile\:active\:link-ui-fill-opal-08 a:active,
  .mobile\:focus\:link-ui-fill-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-08 a {
    color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:link-ui-fill-opal-9 a,
  .mobile\:hover\:link-ui-fill-opal-9 a:hover,
  .mobile\:active\:link-ui-fill-opal-9 a:active,
  .mobile\:focus\:link-ui-fill-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-9 a {
    color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:link-ui-fill-opal-09 a,
  .mobile\:hover\:link-ui-fill-opal-09 a:hover,
  .mobile\:active\:link-ui-fill-opal-09 a:active,
  .mobile\:focus\:link-ui-fill-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-09 a {
    color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:link-ui-fill-opal-10 a,
  .mobile\:hover\:link-ui-fill-opal-10 a:hover,
  .mobile\:active\:link-ui-fill-opal-10 a:active,
  .mobile\:focus\:link-ui-fill-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-fill-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-fill-opal-10 a {
    color: RGBA(255, 255, 255, 1);
  }
  .mobile\:txt-ui-stroke,
  .mobile\:hover\:txt-ui-stroke:hover,
  .mobile\:focus\:txt-ui-stroke:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke {
    color: #6d6d9c;
  }
  .mobile\:txt-ui-stroke-opal-0,
  .mobile\:hover\:txt-ui-stroke-opal-0:hover,
  .mobile\:focus\:txt-ui-stroke-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-0 {
    color: RGBA(109, 109, 156, 0);
  }
  .mobile\:txt-ui-stroke-opal-00,
  .mobile\:hover\:txt-ui-stroke-opal-00:hover,
  .mobile\:focus\:txt-ui-stroke-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-00 {
    color: RGBA(109, 109, 156, 0);
  }
  .mobile\:txt-ui-stroke-opal-1,
  .mobile\:hover\:txt-ui-stroke-opal-1:hover,
  .mobile\:focus\:txt-ui-stroke-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-1 {
    color: RGBA(109, 109, 156, 0.1);
  }
  .mobile\:txt-ui-stroke-opal-01,
  .mobile\:hover\:txt-ui-stroke-opal-01:hover,
  .mobile\:focus\:txt-ui-stroke-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-01 {
    color: RGBA(109, 109, 156, 0.01);
  }
  .mobile\:txt-ui-stroke-opal-2,
  .mobile\:hover\:txt-ui-stroke-opal-2:hover,
  .mobile\:focus\:txt-ui-stroke-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-2 {
    color: RGBA(109, 109, 156, 0.2);
  }
  .mobile\:txt-ui-stroke-opal-02,
  .mobile\:hover\:txt-ui-stroke-opal-02:hover,
  .mobile\:focus\:txt-ui-stroke-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-02 {
    color: RGBA(109, 109, 156, 0.02);
  }
  .mobile\:txt-ui-stroke-opal-3,
  .mobile\:hover\:txt-ui-stroke-opal-3:hover,
  .mobile\:focus\:txt-ui-stroke-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-3 {
    color: RGBA(109, 109, 156, 0.3);
  }
  .mobile\:txt-ui-stroke-opal-03,
  .mobile\:hover\:txt-ui-stroke-opal-03:hover,
  .mobile\:focus\:txt-ui-stroke-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-03 {
    color: RGBA(109, 109, 156, 0.03);
  }
  .mobile\:txt-ui-stroke-opal-4,
  .mobile\:hover\:txt-ui-stroke-opal-4:hover,
  .mobile\:focus\:txt-ui-stroke-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-4 {
    color: RGBA(109, 109, 156, 0.4);
  }
  .mobile\:txt-ui-stroke-opal-04,
  .mobile\:hover\:txt-ui-stroke-opal-04:hover,
  .mobile\:focus\:txt-ui-stroke-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-04 {
    color: RGBA(109, 109, 156, 0.04);
  }
  .mobile\:txt-ui-stroke-opal-5,
  .mobile\:hover\:txt-ui-stroke-opal-5:hover,
  .mobile\:focus\:txt-ui-stroke-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-5 {
    color: RGBA(109, 109, 156, 0.5);
  }
  .mobile\:txt-ui-stroke-opal-05,
  .mobile\:hover\:txt-ui-stroke-opal-05:hover,
  .mobile\:focus\:txt-ui-stroke-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-05 {
    color: RGBA(109, 109, 156, 0.05);
  }
  .mobile\:txt-ui-stroke-opal-6,
  .mobile\:hover\:txt-ui-stroke-opal-6:hover,
  .mobile\:focus\:txt-ui-stroke-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-6 {
    color: RGBA(109, 109, 156, 0.6);
  }
  .mobile\:txt-ui-stroke-opal-06,
  .mobile\:hover\:txt-ui-stroke-opal-06:hover,
  .mobile\:focus\:txt-ui-stroke-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-06 {
    color: RGBA(109, 109, 156, 0.06);
  }
  .mobile\:txt-ui-stroke-opal-7,
  .mobile\:hover\:txt-ui-stroke-opal-7:hover,
  .mobile\:focus\:txt-ui-stroke-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-7 {
    color: RGBA(109, 109, 156, 0.7);
  }
  .mobile\:txt-ui-stroke-opal-07,
  .mobile\:hover\:txt-ui-stroke-opal-07:hover,
  .mobile\:focus\:txt-ui-stroke-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-07 {
    color: RGBA(109, 109, 156, 0.07);
  }
  .mobile\:txt-ui-stroke-opal-8,
  .mobile\:hover\:txt-ui-stroke-opal-8:hover,
  .mobile\:focus\:txt-ui-stroke-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-8 {
    color: RGBA(109, 109, 156, 0.8);
  }
  .mobile\:txt-ui-stroke-opal-08,
  .mobile\:hover\:txt-ui-stroke-opal-08:hover,
  .mobile\:focus\:txt-ui-stroke-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-08 {
    color: RGBA(109, 109, 156, 0.08);
  }
  .mobile\:txt-ui-stroke-opal-9,
  .mobile\:hover\:txt-ui-stroke-opal-9:hover,
  .mobile\:focus\:txt-ui-stroke-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-9 {
    color: RGBA(109, 109, 156, 0.9);
  }
  .mobile\:txt-ui-stroke-opal-09,
  .mobile\:hover\:txt-ui-stroke-opal-09:hover,
  .mobile\:focus\:txt-ui-stroke-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-09 {
    color: RGBA(109, 109, 156, 0.09);
  }
  .mobile\:txt-ui-stroke-opal-10,
  .mobile\:hover\:txt-ui-stroke-opal-10:hover,
  .mobile\:focus\:txt-ui-stroke-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-ui-stroke-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-stroke-opal-10 {
    color: RGBA(109, 109, 156, 1);
  }
  .mobile\:link-ui-stroke a,
  .mobile\:hover\:link-ui-stroke a:hover,
  .mobile\:active\:link-ui-stroke a:active,
  .mobile\:focus\:link-ui-stroke a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke a {
    color: #6d6d9c;
  }
  .mobile\:link-ui-stroke-opal-0 a,
  .mobile\:hover\:link-ui-stroke-opal-0 a:hover,
  .mobile\:active\:link-ui-stroke-opal-0 a:active,
  .mobile\:focus\:link-ui-stroke-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-0 a {
    color: RGBA(109, 109, 156, 0);
  }
  .mobile\:link-ui-stroke-opal-00 a,
  .mobile\:hover\:link-ui-stroke-opal-00 a:hover,
  .mobile\:active\:link-ui-stroke-opal-00 a:active,
  .mobile\:focus\:link-ui-stroke-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-00 a {
    color: RGBA(109, 109, 156, 0);
  }
  .mobile\:link-ui-stroke-opal-1 a,
  .mobile\:hover\:link-ui-stroke-opal-1 a:hover,
  .mobile\:active\:link-ui-stroke-opal-1 a:active,
  .mobile\:focus\:link-ui-stroke-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-1 a {
    color: RGBA(109, 109, 156, 0.1);
  }
  .mobile\:link-ui-stroke-opal-01 a,
  .mobile\:hover\:link-ui-stroke-opal-01 a:hover,
  .mobile\:active\:link-ui-stroke-opal-01 a:active,
  .mobile\:focus\:link-ui-stroke-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-01 a {
    color: RGBA(109, 109, 156, 0.01);
  }
  .mobile\:link-ui-stroke-opal-2 a,
  .mobile\:hover\:link-ui-stroke-opal-2 a:hover,
  .mobile\:active\:link-ui-stroke-opal-2 a:active,
  .mobile\:focus\:link-ui-stroke-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-2 a {
    color: RGBA(109, 109, 156, 0.2);
  }
  .mobile\:link-ui-stroke-opal-02 a,
  .mobile\:hover\:link-ui-stroke-opal-02 a:hover,
  .mobile\:active\:link-ui-stroke-opal-02 a:active,
  .mobile\:focus\:link-ui-stroke-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-02 a {
    color: RGBA(109, 109, 156, 0.02);
  }
  .mobile\:link-ui-stroke-opal-3 a,
  .mobile\:hover\:link-ui-stroke-opal-3 a:hover,
  .mobile\:active\:link-ui-stroke-opal-3 a:active,
  .mobile\:focus\:link-ui-stroke-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-3 a {
    color: RGBA(109, 109, 156, 0.3);
  }
  .mobile\:link-ui-stroke-opal-03 a,
  .mobile\:hover\:link-ui-stroke-opal-03 a:hover,
  .mobile\:active\:link-ui-stroke-opal-03 a:active,
  .mobile\:focus\:link-ui-stroke-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-03 a {
    color: RGBA(109, 109, 156, 0.03);
  }
  .mobile\:link-ui-stroke-opal-4 a,
  .mobile\:hover\:link-ui-stroke-opal-4 a:hover,
  .mobile\:active\:link-ui-stroke-opal-4 a:active,
  .mobile\:focus\:link-ui-stroke-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-4 a {
    color: RGBA(109, 109, 156, 0.4);
  }
  .mobile\:link-ui-stroke-opal-04 a,
  .mobile\:hover\:link-ui-stroke-opal-04 a:hover,
  .mobile\:active\:link-ui-stroke-opal-04 a:active,
  .mobile\:focus\:link-ui-stroke-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-04 a {
    color: RGBA(109, 109, 156, 0.04);
  }
  .mobile\:link-ui-stroke-opal-5 a,
  .mobile\:hover\:link-ui-stroke-opal-5 a:hover,
  .mobile\:active\:link-ui-stroke-opal-5 a:active,
  .mobile\:focus\:link-ui-stroke-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-5 a {
    color: RGBA(109, 109, 156, 0.5);
  }
  .mobile\:link-ui-stroke-opal-05 a,
  .mobile\:hover\:link-ui-stroke-opal-05 a:hover,
  .mobile\:active\:link-ui-stroke-opal-05 a:active,
  .mobile\:focus\:link-ui-stroke-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-05 a {
    color: RGBA(109, 109, 156, 0.05);
  }
  .mobile\:link-ui-stroke-opal-6 a,
  .mobile\:hover\:link-ui-stroke-opal-6 a:hover,
  .mobile\:active\:link-ui-stroke-opal-6 a:active,
  .mobile\:focus\:link-ui-stroke-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-6 a {
    color: RGBA(109, 109, 156, 0.6);
  }
  .mobile\:link-ui-stroke-opal-06 a,
  .mobile\:hover\:link-ui-stroke-opal-06 a:hover,
  .mobile\:active\:link-ui-stroke-opal-06 a:active,
  .mobile\:focus\:link-ui-stroke-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-06 a {
    color: RGBA(109, 109, 156, 0.06);
  }
  .mobile\:link-ui-stroke-opal-7 a,
  .mobile\:hover\:link-ui-stroke-opal-7 a:hover,
  .mobile\:active\:link-ui-stroke-opal-7 a:active,
  .mobile\:focus\:link-ui-stroke-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-7 a {
    color: RGBA(109, 109, 156, 0.7);
  }
  .mobile\:link-ui-stroke-opal-07 a,
  .mobile\:hover\:link-ui-stroke-opal-07 a:hover,
  .mobile\:active\:link-ui-stroke-opal-07 a:active,
  .mobile\:focus\:link-ui-stroke-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-07 a {
    color: RGBA(109, 109, 156, 0.07);
  }
  .mobile\:link-ui-stroke-opal-8 a,
  .mobile\:hover\:link-ui-stroke-opal-8 a:hover,
  .mobile\:active\:link-ui-stroke-opal-8 a:active,
  .mobile\:focus\:link-ui-stroke-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-8 a {
    color: RGBA(109, 109, 156, 0.8);
  }
  .mobile\:link-ui-stroke-opal-08 a,
  .mobile\:hover\:link-ui-stroke-opal-08 a:hover,
  .mobile\:active\:link-ui-stroke-opal-08 a:active,
  .mobile\:focus\:link-ui-stroke-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-08 a {
    color: RGBA(109, 109, 156, 0.08);
  }
  .mobile\:link-ui-stroke-opal-9 a,
  .mobile\:hover\:link-ui-stroke-opal-9 a:hover,
  .mobile\:active\:link-ui-stroke-opal-9 a:active,
  .mobile\:focus\:link-ui-stroke-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-9 a {
    color: RGBA(109, 109, 156, 0.9);
  }
  .mobile\:link-ui-stroke-opal-09 a,
  .mobile\:hover\:link-ui-stroke-opal-09 a:hover,
  .mobile\:active\:link-ui-stroke-opal-09 a:active,
  .mobile\:focus\:link-ui-stroke-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-09 a {
    color: RGBA(109, 109, 156, 0.09);
  }
  .mobile\:link-ui-stroke-opal-10 a,
  .mobile\:hover\:link-ui-stroke-opal-10 a:hover,
  .mobile\:active\:link-ui-stroke-opal-10 a:active,
  .mobile\:focus\:link-ui-stroke-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-stroke-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-stroke-opal-10 a {
    color: RGBA(109, 109, 156, 1);
  }
  .mobile\:txt-ui-text,
  .mobile\:hover\:txt-ui-text:hover,
  .mobile\:focus\:txt-ui-text:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text {
    color: #383f76;
  }
  .mobile\:txt-ui-text-opal-0,
  .mobile\:hover\:txt-ui-text-opal-0:hover,
  .mobile\:focus\:txt-ui-text-opal-0:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-0,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-0 {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:txt-ui-text-opal-00,
  .mobile\:hover\:txt-ui-text-opal-00:hover,
  .mobile\:focus\:txt-ui-text-opal-00:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-00,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-00 {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:txt-ui-text-opal-1,
  .mobile\:hover\:txt-ui-text-opal-1:hover,
  .mobile\:focus\:txt-ui-text-opal-1:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-1,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-1 {
    color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:txt-ui-text-opal-01,
  .mobile\:hover\:txt-ui-text-opal-01:hover,
  .mobile\:focus\:txt-ui-text-opal-01:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-01,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-01 {
    color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:txt-ui-text-opal-2,
  .mobile\:hover\:txt-ui-text-opal-2:hover,
  .mobile\:focus\:txt-ui-text-opal-2:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-2,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-2 {
    color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:txt-ui-text-opal-02,
  .mobile\:hover\:txt-ui-text-opal-02:hover,
  .mobile\:focus\:txt-ui-text-opal-02:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-02,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-02 {
    color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:txt-ui-text-opal-3,
  .mobile\:hover\:txt-ui-text-opal-3:hover,
  .mobile\:focus\:txt-ui-text-opal-3:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-3,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-3 {
    color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:txt-ui-text-opal-03,
  .mobile\:hover\:txt-ui-text-opal-03:hover,
  .mobile\:focus\:txt-ui-text-opal-03:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-03,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-03 {
    color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:txt-ui-text-opal-4,
  .mobile\:hover\:txt-ui-text-opal-4:hover,
  .mobile\:focus\:txt-ui-text-opal-4:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-4,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-4 {
    color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:txt-ui-text-opal-04,
  .mobile\:hover\:txt-ui-text-opal-04:hover,
  .mobile\:focus\:txt-ui-text-opal-04:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-04,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-04 {
    color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:txt-ui-text-opal-5,
  .mobile\:hover\:txt-ui-text-opal-5:hover,
  .mobile\:focus\:txt-ui-text-opal-5:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-5,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-5 {
    color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:txt-ui-text-opal-05,
  .mobile\:hover\:txt-ui-text-opal-05:hover,
  .mobile\:focus\:txt-ui-text-opal-05:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-05,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-05 {
    color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:txt-ui-text-opal-6,
  .mobile\:hover\:txt-ui-text-opal-6:hover,
  .mobile\:focus\:txt-ui-text-opal-6:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-6,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-6 {
    color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:txt-ui-text-opal-06,
  .mobile\:hover\:txt-ui-text-opal-06:hover,
  .mobile\:focus\:txt-ui-text-opal-06:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-06,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-06 {
    color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:txt-ui-text-opal-7,
  .mobile\:hover\:txt-ui-text-opal-7:hover,
  .mobile\:focus\:txt-ui-text-opal-7:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-7,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-7 {
    color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:txt-ui-text-opal-07,
  .mobile\:hover\:txt-ui-text-opal-07:hover,
  .mobile\:focus\:txt-ui-text-opal-07:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-07,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-07 {
    color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:txt-ui-text-opal-8,
  .mobile\:hover\:txt-ui-text-opal-8:hover,
  .mobile\:focus\:txt-ui-text-opal-8:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-8,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-8 {
    color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:txt-ui-text-opal-08,
  .mobile\:hover\:txt-ui-text-opal-08:hover,
  .mobile\:focus\:txt-ui-text-opal-08:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-08,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-08 {
    color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:txt-ui-text-opal-9,
  .mobile\:hover\:txt-ui-text-opal-9:hover,
  .mobile\:focus\:txt-ui-text-opal-9:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-9,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-9 {
    color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:txt-ui-text-opal-09,
  .mobile\:hover\:txt-ui-text-opal-09:hover,
  .mobile\:focus\:txt-ui-text-opal-09:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-09,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-09 {
    color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:txt-ui-text-opal-10,
  .mobile\:hover\:txt-ui-text-opal-10:hover,
  .mobile\:focus\:txt-ui-text-opal-10:focus,
  .mobile\:group:hover .group-hover\:txt-ui-text-opal-10,
  .mobile\:group:focus-within .group-focus-within\:txt-ui-text-opal-10 {
    color: RGBA(56, 63, 118, 1);
  }
  .mobile\:link-ui-text a,
  .mobile\:hover\:link-ui-text a:hover,
  .mobile\:active\:link-ui-text a:active,
  .mobile\:focus\:link-ui-text a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text a {
    color: #383f76;
  }
  .mobile\:link-ui-text-opal-0 a,
  .mobile\:hover\:link-ui-text-opal-0 a:hover,
  .mobile\:active\:link-ui-text-opal-0 a:active,
  .mobile\:focus\:link-ui-text-opal-0 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-0 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-0 a {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:link-ui-text-opal-00 a,
  .mobile\:hover\:link-ui-text-opal-00 a:hover,
  .mobile\:active\:link-ui-text-opal-00 a:active,
  .mobile\:focus\:link-ui-text-opal-00 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-00 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-00 a {
    color: RGBA(56, 63, 118, 0);
  }
  .mobile\:link-ui-text-opal-1 a,
  .mobile\:hover\:link-ui-text-opal-1 a:hover,
  .mobile\:active\:link-ui-text-opal-1 a:active,
  .mobile\:focus\:link-ui-text-opal-1 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-1 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-1 a {
    color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:link-ui-text-opal-01 a,
  .mobile\:hover\:link-ui-text-opal-01 a:hover,
  .mobile\:active\:link-ui-text-opal-01 a:active,
  .mobile\:focus\:link-ui-text-opal-01 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-01 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-01 a {
    color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:link-ui-text-opal-2 a,
  .mobile\:hover\:link-ui-text-opal-2 a:hover,
  .mobile\:active\:link-ui-text-opal-2 a:active,
  .mobile\:focus\:link-ui-text-opal-2 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-2 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-2 a {
    color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:link-ui-text-opal-02 a,
  .mobile\:hover\:link-ui-text-opal-02 a:hover,
  .mobile\:active\:link-ui-text-opal-02 a:active,
  .mobile\:focus\:link-ui-text-opal-02 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-02 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-02 a {
    color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:link-ui-text-opal-3 a,
  .mobile\:hover\:link-ui-text-opal-3 a:hover,
  .mobile\:active\:link-ui-text-opal-3 a:active,
  .mobile\:focus\:link-ui-text-opal-3 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-3 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-3 a {
    color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:link-ui-text-opal-03 a,
  .mobile\:hover\:link-ui-text-opal-03 a:hover,
  .mobile\:active\:link-ui-text-opal-03 a:active,
  .mobile\:focus\:link-ui-text-opal-03 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-03 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-03 a {
    color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:link-ui-text-opal-4 a,
  .mobile\:hover\:link-ui-text-opal-4 a:hover,
  .mobile\:active\:link-ui-text-opal-4 a:active,
  .mobile\:focus\:link-ui-text-opal-4 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-4 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-4 a {
    color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:link-ui-text-opal-04 a,
  .mobile\:hover\:link-ui-text-opal-04 a:hover,
  .mobile\:active\:link-ui-text-opal-04 a:active,
  .mobile\:focus\:link-ui-text-opal-04 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-04 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-04 a {
    color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:link-ui-text-opal-5 a,
  .mobile\:hover\:link-ui-text-opal-5 a:hover,
  .mobile\:active\:link-ui-text-opal-5 a:active,
  .mobile\:focus\:link-ui-text-opal-5 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-5 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-5 a {
    color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:link-ui-text-opal-05 a,
  .mobile\:hover\:link-ui-text-opal-05 a:hover,
  .mobile\:active\:link-ui-text-opal-05 a:active,
  .mobile\:focus\:link-ui-text-opal-05 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-05 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-05 a {
    color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:link-ui-text-opal-6 a,
  .mobile\:hover\:link-ui-text-opal-6 a:hover,
  .mobile\:active\:link-ui-text-opal-6 a:active,
  .mobile\:focus\:link-ui-text-opal-6 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-6 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-6 a {
    color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:link-ui-text-opal-06 a,
  .mobile\:hover\:link-ui-text-opal-06 a:hover,
  .mobile\:active\:link-ui-text-opal-06 a:active,
  .mobile\:focus\:link-ui-text-opal-06 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-06 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-06 a {
    color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:link-ui-text-opal-7 a,
  .mobile\:hover\:link-ui-text-opal-7 a:hover,
  .mobile\:active\:link-ui-text-opal-7 a:active,
  .mobile\:focus\:link-ui-text-opal-7 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-7 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-7 a {
    color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:link-ui-text-opal-07 a,
  .mobile\:hover\:link-ui-text-opal-07 a:hover,
  .mobile\:active\:link-ui-text-opal-07 a:active,
  .mobile\:focus\:link-ui-text-opal-07 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-07 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-07 a {
    color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:link-ui-text-opal-8 a,
  .mobile\:hover\:link-ui-text-opal-8 a:hover,
  .mobile\:active\:link-ui-text-opal-8 a:active,
  .mobile\:focus\:link-ui-text-opal-8 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-8 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-8 a {
    color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:link-ui-text-opal-08 a,
  .mobile\:hover\:link-ui-text-opal-08 a:hover,
  .mobile\:active\:link-ui-text-opal-08 a:active,
  .mobile\:focus\:link-ui-text-opal-08 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-08 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-08 a {
    color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:link-ui-text-opal-9 a,
  .mobile\:hover\:link-ui-text-opal-9 a:hover,
  .mobile\:active\:link-ui-text-opal-9 a:active,
  .mobile\:focus\:link-ui-text-opal-9 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-9 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-9 a {
    color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:link-ui-text-opal-09 a,
  .mobile\:hover\:link-ui-text-opal-09 a:hover,
  .mobile\:active\:link-ui-text-opal-09 a:active,
  .mobile\:focus\:link-ui-text-opal-09 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-09 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-09 a {
    color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:link-ui-text-opal-10 a,
  .mobile\:hover\:link-ui-text-opal-10 a:hover,
  .mobile\:active\:link-ui-text-opal-10 a:active,
  .mobile\:focus\:link-ui-text-opal-10 a:focus,
  .mobile\:group:hover .group-hover\:link-ui-text-opal-10 a,
  .mobile\:group:focus-within .group-focus-within\:link-ui-text-opal-10 a {
    color: RGBA(56, 63, 118, 1);
  }
  .mobile\:border-base-purple,
  .mobile\:hover\:border-base-purple:hover,
  .mobile\:focus\:border-base-purple:focus,
  .mobile\:group:hover .group-hover\:border-base-purpler,
  .mobile\:group:focus-within .group-focus-within\:border-base-purple {
    border: #f6f4fa;
  }
  .mobile\:bg-base-purple,
  .mobile\:hover\:bg-base-purple:hover,
  .mobile\:focus\:bg-base-purple:focus,
  .mobile\:group:hover .group-hover\:bg-base-purple,
  .mobile\:group:focus-within .group-focus-within\:bg-base-purple {
    background-color: #f6f4fa;
  }
  .mobile\:fill-base-purple,
  .mobile\:hover\:fill-base-purple:hover,
  .mobile\:focus\:fill-base-purple:focus,
  .mobile\:group:hover .group-hover\:fill-base-purple,
  .mobile\:group:focus-within .group-focus-within\:fill-base-purple {
    color: #f6f4fa;
  }
  .mobile\:border-base-dark-purple,
  .mobile\:hover\:border-base-dark-purple:hover,
  .mobile\:focus\:border-base-dark-purple:focus,
  .mobile\:group:hover .group-hover\:border-base-dark-purpler,
  .mobile\:group:focus-within .group-focus-within\:border-base-dark-purple {
    border: #f6f4fa;
  }
  .mobile\:bg-base-dark-purple,
  .mobile\:hover\:bg-base-dark-purple:hover,
  .mobile\:focus\:bg-base-dark-purple:focus,
  .mobile\:group:hover .group-hover\:bg-base-dark-purple,
  .mobile\:group:focus-within .group-focus-within\:bg-base-dark-purple {
    background-color: #f6f4fa;
  }
  .mobile\:fill-base-dark-purple,
  .mobile\:hover\:fill-base-dark-purple:hover,
  .mobile\:focus\:fill-base-dark-purple:focus,
  .mobile\:group:hover .group-hover\:fill-base-dark-purple,
  .mobile\:group:focus-within .group-focus-within\:fill-base-dark-purple {
    color: #f6f4fa;
  }
  .mobile\:border-base-deep-sea,
  .mobile\:hover\:border-base-deep-sea:hover,
  .mobile\:focus\:border-base-deep-sea:focus,
  .mobile\:group:hover .group-hover\:border-base-deep-sear,
  .mobile\:group:focus-within .group-focus-within\:border-base-deep-sea {
    border: #f3f4fc;
  }
  .mobile\:bg-base-deep-sea,
  .mobile\:hover\:bg-base-deep-sea:hover,
  .mobile\:focus\:bg-base-deep-sea:focus,
  .mobile\:group:hover .group-hover\:bg-base-deep-sea,
  .mobile\:group:focus-within .group-focus-within\:bg-base-deep-sea {
    background-color: #f3f4fc;
  }
  .mobile\:fill-base-deep-sea,
  .mobile\:hover\:fill-base-deep-sea:hover,
  .mobile\:focus\:fill-base-deep-sea:focus,
  .mobile\:group:hover .group-hover\:fill-base-deep-sea,
  .mobile\:group:focus-within .group-focus-within\:fill-base-deep-sea {
    color: #f3f4fc;
  }
  .mobile\:border-base-rose,
  .mobile\:hover\:border-base-rose:hover,
  .mobile\:focus\:border-base-rose:focus,
  .mobile\:group:hover .group-hover\:border-base-roser,
  .mobile\:group:focus-within .group-focus-within\:border-base-rose {
    border: #fef7f8;
  }
  .mobile\:bg-base-rose,
  .mobile\:hover\:bg-base-rose:hover,
  .mobile\:focus\:bg-base-rose:focus,
  .mobile\:group:hover .group-hover\:bg-base-rose,
  .mobile\:group:focus-within .group-focus-within\:bg-base-rose {
    background-color: #fef7f8;
  }
  .mobile\:fill-base-rose,
  .mobile\:hover\:fill-base-rose:hover,
  .mobile\:focus\:fill-base-rose:focus,
  .mobile\:group:hover .group-hover\:fill-base-rose,
  .mobile\:group:focus-within .group-focus-within\:fill-base-rose {
    color: #fef7f8;
  }
  .mobile\:border-base-autumn,
  .mobile\:hover\:border-base-autumn:hover,
  .mobile\:focus\:border-base-autumn:focus,
  .mobile\:group:hover .group-hover\:border-base-autumnr,
  .mobile\:group:focus-within .group-focus-within\:border-base-autumn {
    border: #fcf6f3;
  }
  .mobile\:bg-base-autumn,
  .mobile\:hover\:bg-base-autumn:hover,
  .mobile\:focus\:bg-base-autumn:focus,
  .mobile\:group:hover .group-hover\:bg-base-autumn,
  .mobile\:group:focus-within .group-focus-within\:bg-base-autumn {
    background-color: #fcf6f3;
  }
  .mobile\:fill-base-autumn,
  .mobile\:hover\:fill-base-autumn:hover,
  .mobile\:focus\:fill-base-autumn:focus,
  .mobile\:group:hover .group-hover\:fill-base-autumn,
  .mobile\:group:focus-within .group-focus-within\:fill-base-autumn {
    color: #fcf6f3;
  }
  .mobile\:border-base-dark-teal,
  .mobile\:hover\:border-base-dark-teal:hover,
  .mobile\:focus\:border-base-dark-teal:focus,
  .mobile\:group:hover .group-hover\:border-base-dark-tealr,
  .mobile\:group:focus-within .group-focus-within\:border-base-dark-teal {
    border: #f3f9f9;
  }
  .mobile\:bg-base-dark-teal,
  .mobile\:hover\:bg-base-dark-teal:hover,
  .mobile\:focus\:bg-base-dark-teal:focus,
  .mobile\:group:hover .group-hover\:bg-base-dark-teal,
  .mobile\:group:focus-within .group-focus-within\:bg-base-dark-teal {
    background-color: #f3f9f9;
  }
  .mobile\:fill-base-dark-teal,
  .mobile\:hover\:fill-base-dark-teal:hover,
  .mobile\:focus\:fill-base-dark-teal:focus,
  .mobile\:group:hover .group-hover\:fill-base-dark-teal,
  .mobile\:group:focus-within .group-focus-within\:fill-base-dark-teal {
    color: #f3f9f9;
  }
  .mobile\:border-base-turquoise,
  .mobile\:hover\:border-base-turquoise:hover,
  .mobile\:focus\:border-base-turquoise:focus,
  .mobile\:group:hover .group-hover\:border-base-turquoiser,
  .mobile\:group:focus-within .group-focus-within\:border-base-turquoise {
    border: #f3f9fa;
  }
  .mobile\:bg-base-turquoise,
  .mobile\:hover\:bg-base-turquoise:hover,
  .mobile\:focus\:bg-base-turquoise:focus,
  .mobile\:group:hover .group-hover\:bg-base-turquoise,
  .mobile\:group:focus-within .group-focus-within\:bg-base-turquoise {
    background-color: #f3f9fa;
  }
  .mobile\:fill-base-turquoise,
  .mobile\:hover\:fill-base-turquoise:hover,
  .mobile\:focus\:fill-base-turquoise:focus,
  .mobile\:group:hover .group-hover\:fill-base-turquoise,
  .mobile\:group:focus-within .group-focus-within\:fill-base-turquoise {
    color: #f3f9fa;
  }
  .mobile\:border-base-electric-blue,
  .mobile\:hover\:border-base-electric-blue:hover,
  .mobile\:focus\:border-base-electric-blue:focus,
  .mobile\:group:hover .group-hover\:border-base-electric-bluer,
  .mobile\:group:focus-within .group-focus-within\:border-base-electric-blue {
    border: #f3f7fe;
  }
  .mobile\:bg-base-electric-blue,
  .mobile\:hover\:bg-base-electric-blue:hover,
  .mobile\:focus\:bg-base-electric-blue:focus,
  .mobile\:group:hover .group-hover\:bg-base-electric-blue,
  .mobile\:group:focus-within .group-focus-within\:bg-base-electric-blue {
    background-color: #f3f7fe;
  }
  .mobile\:fill-base-electric-blue,
  .mobile\:hover\:fill-base-electric-blue:hover,
  .mobile\:focus\:fill-base-electric-blue:focus,
  .mobile\:group:hover .group-hover\:fill-base-electric-blue,
  .mobile\:group:focus-within .group-focus-within\:fill-base-electric-blue {
    color: #f3f7fe;
  }
  .mobile\:border-base-action,
  .mobile\:hover\:border-base-action:hover,
  .mobile\:focus\:border-base-action:focus,
  .mobile\:group:hover .group-hover\:border-base-actionr,
  .mobile\:group:focus-within .group-focus-within\:border-base-action {
    border: #f3f7fe;
  }
  .mobile\:bg-base-action,
  .mobile\:hover\:bg-base-action:hover,
  .mobile\:focus\:bg-base-action:focus,
  .mobile\:group:hover .group-hover\:bg-base-action,
  .mobile\:group:focus-within .group-focus-within\:bg-base-action {
    background-color: #f3f7fe;
  }
  .mobile\:fill-base-action,
  .mobile\:hover\:fill-base-action:hover,
  .mobile\:focus\:fill-base-action:focus,
  .mobile\:group:hover .group-hover\:fill-base-action,
  .mobile\:group:focus-within .group-focus-within\:fill-base-action {
    color: #f3f7fe;
  }
  .mobile\:border-base-action-secondary,
  .mobile\:hover\:border-base-action-secondary:hover,
  .mobile\:focus\:border-base-action-secondary:focus,
  .mobile\:group:hover .group-hover\:border-base-action-secondaryr,
  .mobile\:group:focus-within
    .group-focus-within\:border-base-action-secondary {
    border: #f3f4fc;
  }
  .mobile\:bg-base-action-secondary,
  .mobile\:hover\:bg-base-action-secondary:hover,
  .mobile\:focus\:bg-base-action-secondary:focus,
  .mobile\:group:hover .group-hover\:bg-base-action-secondary,
  .mobile\:group:focus-within .group-focus-within\:bg-base-action-secondary {
    background-color: #f3f4fc;
  }
  .mobile\:fill-base-action-secondary,
  .mobile\:hover\:fill-base-action-secondary:hover,
  .mobile\:focus\:fill-base-action-secondary:focus,
  .mobile\:group:hover .group-hover\:fill-base-action-secondary,
  .mobile\:group:focus-within .group-focus-within\:fill-base-action-secondary {
    color: #f3f4fc;
  }
  .mobile\:fill-white,
  .mobile\:hover\:fill-white:hover,
  .mobile\:focus\:fill-white:focus,
  .mobile\:group:hover .group-hover\:fill-white,
  .mobile\:group:focus-within .group-focus-within\:fill-white {
    color: #fff;
  }
  .mobile\:fill-snow,
  .mobile\:hover\:fill-snow:hover,
  .mobile\:focus\:fill-snow:focus,
  .mobile\:group:hover .group-hover\:fill-snow,
  .mobile\:group:focus-within .group-focus-within\:fill-snow {
    color: #f6f7fb;
  }
  .mobile\:fill-space,
  .mobile\:hover\:fill-space:hover,
  .mobile\:focus\:fill-space:focus,
  .mobile\:group:hover .group-hover\:fill-space,
  .mobile\:group:focus-within .group-focus-within\:fill-space {
    color: #01011e;
  }
  .mobile\:bg-dark-purple,
  .mobile\:hover\:bg-dark-purple:hover,
  .mobile\:focus\:bg-dark-purple:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple {
    background-color: #441c99;
  }
  .mobile\:bg-dark-purple-opal-0,
  .mobile\:hover\:bg-dark-purple-opal-0:hover,
  .mobile\:focus\:bg-dark-purple-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-0 {
    background-color: RGBA(68, 28, 153, 0);
  }
  .mobile\:bg-dark-purple-opal-00,
  .mobile\:hover\:bg-dark-purple-opal-00:hover,
  .mobile\:focus\:bg-dark-purple-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-00 {
    background-color: RGBA(68, 28, 153, 0);
  }
  .mobile\:bg-dark-purple-opal-1,
  .mobile\:hover\:bg-dark-purple-opal-1:hover,
  .mobile\:focus\:bg-dark-purple-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-1 {
    background-color: RGBA(68, 28, 153, 0.1);
  }
  .mobile\:bg-dark-purple-opal-01,
  .mobile\:hover\:bg-dark-purple-opal-01:hover,
  .mobile\:focus\:bg-dark-purple-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-01 {
    background-color: RGBA(68, 28, 153, 0.01);
  }
  .mobile\:bg-dark-purple-opal-2,
  .mobile\:hover\:bg-dark-purple-opal-2:hover,
  .mobile\:focus\:bg-dark-purple-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-2 {
    background-color: RGBA(68, 28, 153, 0.2);
  }
  .mobile\:bg-dark-purple-opal-02,
  .mobile\:hover\:bg-dark-purple-opal-02:hover,
  .mobile\:focus\:bg-dark-purple-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-02 {
    background-color: RGBA(68, 28, 153, 0.02);
  }
  .mobile\:bg-dark-purple-opal-3,
  .mobile\:hover\:bg-dark-purple-opal-3:hover,
  .mobile\:focus\:bg-dark-purple-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-3 {
    background-color: RGBA(68, 28, 153, 0.3);
  }
  .mobile\:bg-dark-purple-opal-03,
  .mobile\:hover\:bg-dark-purple-opal-03:hover,
  .mobile\:focus\:bg-dark-purple-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-03 {
    background-color: RGBA(68, 28, 153, 0.03);
  }
  .mobile\:bg-dark-purple-opal-4,
  .mobile\:hover\:bg-dark-purple-opal-4:hover,
  .mobile\:focus\:bg-dark-purple-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-4 {
    background-color: RGBA(68, 28, 153, 0.4);
  }
  .mobile\:bg-dark-purple-opal-04,
  .mobile\:hover\:bg-dark-purple-opal-04:hover,
  .mobile\:focus\:bg-dark-purple-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-04 {
    background-color: RGBA(68, 28, 153, 0.04);
  }
  .mobile\:bg-dark-purple-opal-5,
  .mobile\:hover\:bg-dark-purple-opal-5:hover,
  .mobile\:focus\:bg-dark-purple-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-5 {
    background-color: RGBA(68, 28, 153, 0.5);
  }
  .mobile\:bg-dark-purple-opal-05,
  .mobile\:hover\:bg-dark-purple-opal-05:hover,
  .mobile\:focus\:bg-dark-purple-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-05 {
    background-color: RGBA(68, 28, 153, 0.05);
  }
  .mobile\:bg-dark-purple-opal-6,
  .mobile\:hover\:bg-dark-purple-opal-6:hover,
  .mobile\:focus\:bg-dark-purple-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-6 {
    background-color: RGBA(68, 28, 153, 0.6);
  }
  .mobile\:bg-dark-purple-opal-06,
  .mobile\:hover\:bg-dark-purple-opal-06:hover,
  .mobile\:focus\:bg-dark-purple-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-06 {
    background-color: RGBA(68, 28, 153, 0.06);
  }
  .mobile\:bg-dark-purple-opal-7,
  .mobile\:hover\:bg-dark-purple-opal-7:hover,
  .mobile\:focus\:bg-dark-purple-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-7 {
    background-color: RGBA(68, 28, 153, 0.7);
  }
  .mobile\:bg-dark-purple-opal-07,
  .mobile\:hover\:bg-dark-purple-opal-07:hover,
  .mobile\:focus\:bg-dark-purple-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-07 {
    background-color: RGBA(68, 28, 153, 0.07);
  }
  .mobile\:bg-dark-purple-opal-8,
  .mobile\:hover\:bg-dark-purple-opal-8:hover,
  .mobile\:focus\:bg-dark-purple-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-8 {
    background-color: RGBA(68, 28, 153, 0.8);
  }
  .mobile\:bg-dark-purple-opal-08,
  .mobile\:hover\:bg-dark-purple-opal-08:hover,
  .mobile\:focus\:bg-dark-purple-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-08 {
    background-color: RGBA(68, 28, 153, 0.08);
  }
  .mobile\:bg-dark-purple-opal-9,
  .mobile\:hover\:bg-dark-purple-opal-9:hover,
  .mobile\:focus\:bg-dark-purple-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-9 {
    background-color: RGBA(68, 28, 153, 0.9);
  }
  .mobile\:bg-dark-purple-opal-09,
  .mobile\:hover\:bg-dark-purple-opal-09:hover,
  .mobile\:focus\:bg-dark-purple-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-09 {
    background-color: RGBA(68, 28, 153, 0.09);
  }
  .mobile\:bg-dark-purple-opal-10,
  .mobile\:hover\:bg-dark-purple-opal-10:hover,
  .mobile\:focus\:bg-dark-purple-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-opal-10 {
    background-color: RGBA(68, 28, 153, 1);
  }
  .mobile\:bg-purple,
  .mobile\:hover\:bg-purple:hover,
  .mobile\:focus\:bg-purple:focus,
  .mobile\:group:hover .group-hover\:bg-purple,
  .mobile\:group:focus-within .group-focus-within\:bg-purple {
    background-color: #9043c6;
  }
  .mobile\:bg-purple-opal-0,
  .mobile\:hover\:bg-purple-opal-0:hover,
  .mobile\:focus\:bg-purple-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-0 {
    background-color: RGBA(144, 67, 198, 0);
  }
  .mobile\:bg-purple-opal-00,
  .mobile\:hover\:bg-purple-opal-00:hover,
  .mobile\:focus\:bg-purple-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-00 {
    background-color: RGBA(144, 67, 198, 0);
  }
  .mobile\:bg-purple-opal-1,
  .mobile\:hover\:bg-purple-opal-1:hover,
  .mobile\:focus\:bg-purple-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-1 {
    background-color: RGBA(144, 67, 198, 0.1);
  }
  .mobile\:bg-purple-opal-01,
  .mobile\:hover\:bg-purple-opal-01:hover,
  .mobile\:focus\:bg-purple-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-01 {
    background-color: RGBA(144, 67, 198, 0.01);
  }
  .mobile\:bg-purple-opal-2,
  .mobile\:hover\:bg-purple-opal-2:hover,
  .mobile\:focus\:bg-purple-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-2 {
    background-color: RGBA(144, 67, 198, 0.2);
  }
  .mobile\:bg-purple-opal-02,
  .mobile\:hover\:bg-purple-opal-02:hover,
  .mobile\:focus\:bg-purple-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-02 {
    background-color: RGBA(144, 67, 198, 0.02);
  }
  .mobile\:bg-purple-opal-3,
  .mobile\:hover\:bg-purple-opal-3:hover,
  .mobile\:focus\:bg-purple-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-3 {
    background-color: RGBA(144, 67, 198, 0.3);
  }
  .mobile\:bg-purple-opal-03,
  .mobile\:hover\:bg-purple-opal-03:hover,
  .mobile\:focus\:bg-purple-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-03 {
    background-color: RGBA(144, 67, 198, 0.03);
  }
  .mobile\:bg-purple-opal-4,
  .mobile\:hover\:bg-purple-opal-4:hover,
  .mobile\:focus\:bg-purple-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-4 {
    background-color: RGBA(144, 67, 198, 0.4);
  }
  .mobile\:bg-purple-opal-04,
  .mobile\:hover\:bg-purple-opal-04:hover,
  .mobile\:focus\:bg-purple-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-04 {
    background-color: RGBA(144, 67, 198, 0.04);
  }
  .mobile\:bg-purple-opal-5,
  .mobile\:hover\:bg-purple-opal-5:hover,
  .mobile\:focus\:bg-purple-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-5 {
    background-color: RGBA(144, 67, 198, 0.5);
  }
  .mobile\:bg-purple-opal-05,
  .mobile\:hover\:bg-purple-opal-05:hover,
  .mobile\:focus\:bg-purple-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-05 {
    background-color: RGBA(144, 67, 198, 0.05);
  }
  .mobile\:bg-purple-opal-6,
  .mobile\:hover\:bg-purple-opal-6:hover,
  .mobile\:focus\:bg-purple-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-6 {
    background-color: RGBA(144, 67, 198, 0.6);
  }
  .mobile\:bg-purple-opal-06,
  .mobile\:hover\:bg-purple-opal-06:hover,
  .mobile\:focus\:bg-purple-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-06 {
    background-color: RGBA(144, 67, 198, 0.06);
  }
  .mobile\:bg-purple-opal-7,
  .mobile\:hover\:bg-purple-opal-7:hover,
  .mobile\:focus\:bg-purple-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-7 {
    background-color: RGBA(144, 67, 198, 0.7);
  }
  .mobile\:bg-purple-opal-07,
  .mobile\:hover\:bg-purple-opal-07:hover,
  .mobile\:focus\:bg-purple-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-07 {
    background-color: RGBA(144, 67, 198, 0.07);
  }
  .mobile\:bg-purple-opal-8,
  .mobile\:hover\:bg-purple-opal-8:hover,
  .mobile\:focus\:bg-purple-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-8 {
    background-color: RGBA(144, 67, 198, 0.8);
  }
  .mobile\:bg-purple-opal-08,
  .mobile\:hover\:bg-purple-opal-08:hover,
  .mobile\:focus\:bg-purple-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-08 {
    background-color: RGBA(144, 67, 198, 0.08);
  }
  .mobile\:bg-purple-opal-9,
  .mobile\:hover\:bg-purple-opal-9:hover,
  .mobile\:focus\:bg-purple-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-9 {
    background-color: RGBA(144, 67, 198, 0.9);
  }
  .mobile\:bg-purple-opal-09,
  .mobile\:hover\:bg-purple-opal-09:hover,
  .mobile\:focus\:bg-purple-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-09 {
    background-color: RGBA(144, 67, 198, 0.09);
  }
  .mobile\:bg-purple-opal-10,
  .mobile\:hover\:bg-purple-opal-10:hover,
  .mobile\:focus\:bg-purple-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-purple-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-opal-10 {
    background-color: RGBA(144, 67, 198, 1);
  }
  .mobile\:bg-lavender,
  .mobile\:hover\:bg-lavender:hover,
  .mobile\:focus\:bg-lavender:focus,
  .mobile\:group:hover .group-hover\:bg-lavender,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender {
    background-color: #c481f3;
  }
  .mobile\:bg-lavender-opal-0,
  .mobile\:hover\:bg-lavender-opal-0:hover,
  .mobile\:focus\:bg-lavender-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-0 {
    background-color: RGBA(196, 129, 243, 0);
  }
  .mobile\:bg-lavender-opal-00,
  .mobile\:hover\:bg-lavender-opal-00:hover,
  .mobile\:focus\:bg-lavender-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-00 {
    background-color: RGBA(196, 129, 243, 0);
  }
  .mobile\:bg-lavender-opal-1,
  .mobile\:hover\:bg-lavender-opal-1:hover,
  .mobile\:focus\:bg-lavender-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-1 {
    background-color: RGBA(196, 129, 243, 0.1);
  }
  .mobile\:bg-lavender-opal-01,
  .mobile\:hover\:bg-lavender-opal-01:hover,
  .mobile\:focus\:bg-lavender-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-01 {
    background-color: RGBA(196, 129, 243, 0.01);
  }
  .mobile\:bg-lavender-opal-2,
  .mobile\:hover\:bg-lavender-opal-2:hover,
  .mobile\:focus\:bg-lavender-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-2 {
    background-color: RGBA(196, 129, 243, 0.2);
  }
  .mobile\:bg-lavender-opal-02,
  .mobile\:hover\:bg-lavender-opal-02:hover,
  .mobile\:focus\:bg-lavender-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-02 {
    background-color: RGBA(196, 129, 243, 0.02);
  }
  .mobile\:bg-lavender-opal-3,
  .mobile\:hover\:bg-lavender-opal-3:hover,
  .mobile\:focus\:bg-lavender-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-3 {
    background-color: RGBA(196, 129, 243, 0.3);
  }
  .mobile\:bg-lavender-opal-03,
  .mobile\:hover\:bg-lavender-opal-03:hover,
  .mobile\:focus\:bg-lavender-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-03 {
    background-color: RGBA(196, 129, 243, 0.03);
  }
  .mobile\:bg-lavender-opal-4,
  .mobile\:hover\:bg-lavender-opal-4:hover,
  .mobile\:focus\:bg-lavender-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-4 {
    background-color: RGBA(196, 129, 243, 0.4);
  }
  .mobile\:bg-lavender-opal-04,
  .mobile\:hover\:bg-lavender-opal-04:hover,
  .mobile\:focus\:bg-lavender-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-04 {
    background-color: RGBA(196, 129, 243, 0.04);
  }
  .mobile\:bg-lavender-opal-5,
  .mobile\:hover\:bg-lavender-opal-5:hover,
  .mobile\:focus\:bg-lavender-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-5 {
    background-color: RGBA(196, 129, 243, 0.5);
  }
  .mobile\:bg-lavender-opal-05,
  .mobile\:hover\:bg-lavender-opal-05:hover,
  .mobile\:focus\:bg-lavender-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-05 {
    background-color: RGBA(196, 129, 243, 0.05);
  }
  .mobile\:bg-lavender-opal-6,
  .mobile\:hover\:bg-lavender-opal-6:hover,
  .mobile\:focus\:bg-lavender-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-6 {
    background-color: RGBA(196, 129, 243, 0.6);
  }
  .mobile\:bg-lavender-opal-06,
  .mobile\:hover\:bg-lavender-opal-06:hover,
  .mobile\:focus\:bg-lavender-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-06 {
    background-color: RGBA(196, 129, 243, 0.06);
  }
  .mobile\:bg-lavender-opal-7,
  .mobile\:hover\:bg-lavender-opal-7:hover,
  .mobile\:focus\:bg-lavender-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-7 {
    background-color: RGBA(196, 129, 243, 0.7);
  }
  .mobile\:bg-lavender-opal-07,
  .mobile\:hover\:bg-lavender-opal-07:hover,
  .mobile\:focus\:bg-lavender-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-07 {
    background-color: RGBA(196, 129, 243, 0.07);
  }
  .mobile\:bg-lavender-opal-8,
  .mobile\:hover\:bg-lavender-opal-8:hover,
  .mobile\:focus\:bg-lavender-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-8 {
    background-color: RGBA(196, 129, 243, 0.8);
  }
  .mobile\:bg-lavender-opal-08,
  .mobile\:hover\:bg-lavender-opal-08:hover,
  .mobile\:focus\:bg-lavender-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-08 {
    background-color: RGBA(196, 129, 243, 0.08);
  }
  .mobile\:bg-lavender-opal-9,
  .mobile\:hover\:bg-lavender-opal-9:hover,
  .mobile\:focus\:bg-lavender-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-9 {
    background-color: RGBA(196, 129, 243, 0.9);
  }
  .mobile\:bg-lavender-opal-09,
  .mobile\:hover\:bg-lavender-opal-09:hover,
  .mobile\:focus\:bg-lavender-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-09 {
    background-color: RGBA(196, 129, 243, 0.09);
  }
  .mobile\:bg-lavender-opal-10,
  .mobile\:hover\:bg-lavender-opal-10:hover,
  .mobile\:focus\:bg-lavender-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-lavender-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-lavender-opal-10 {
    background-color: RGBA(196, 129, 243, 1);
  }
  .mobile\:bg-black,
  .mobile\:hover\:bg-black:hover,
  .mobile\:focus\:bg-black:focus,
  .mobile\:group:hover .group-hover\:bg-black,
  .mobile\:group:focus-within .group-focus-within\:bg-black {
    background-color: #000;
  }
  .mobile\:bg-black-opal-0,
  .mobile\:hover\:bg-black-opal-0:hover,
  .mobile\:focus\:bg-black-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-0 {
    background-color: RGBA(0, 0, 0, 0);
  }
  .mobile\:bg-black-opal-00,
  .mobile\:hover\:bg-black-opal-00:hover,
  .mobile\:focus\:bg-black-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-00 {
    background-color: RGBA(0, 0, 0, 0);
  }
  .mobile\:bg-black-opal-1,
  .mobile\:hover\:bg-black-opal-1:hover,
  .mobile\:focus\:bg-black-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-1 {
    background-color: RGBA(0, 0, 0, 0.1);
  }
  .mobile\:bg-black-opal-01,
  .mobile\:hover\:bg-black-opal-01:hover,
  .mobile\:focus\:bg-black-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-01 {
    background-color: RGBA(0, 0, 0, 0.01);
  }
  .mobile\:bg-black-opal-2,
  .mobile\:hover\:bg-black-opal-2:hover,
  .mobile\:focus\:bg-black-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-2 {
    background-color: RGBA(0, 0, 0, 0.2);
  }
  .mobile\:bg-black-opal-02,
  .mobile\:hover\:bg-black-opal-02:hover,
  .mobile\:focus\:bg-black-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-02 {
    background-color: RGBA(0, 0, 0, 0.02);
  }
  .mobile\:bg-black-opal-3,
  .mobile\:hover\:bg-black-opal-3:hover,
  .mobile\:focus\:bg-black-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-3 {
    background-color: RGBA(0, 0, 0, 0.3);
  }
  .mobile\:bg-black-opal-03,
  .mobile\:hover\:bg-black-opal-03:hover,
  .mobile\:focus\:bg-black-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-03 {
    background-color: RGBA(0, 0, 0, 0.03);
  }
  .mobile\:bg-black-opal-4,
  .mobile\:hover\:bg-black-opal-4:hover,
  .mobile\:focus\:bg-black-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-4 {
    background-color: RGBA(0, 0, 0, 0.4);
  }
  .mobile\:bg-black-opal-04,
  .mobile\:hover\:bg-black-opal-04:hover,
  .mobile\:focus\:bg-black-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-04 {
    background-color: RGBA(0, 0, 0, 0.04);
  }
  .mobile\:bg-black-opal-5,
  .mobile\:hover\:bg-black-opal-5:hover,
  .mobile\:focus\:bg-black-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-5 {
    background-color: RGBA(0, 0, 0, 0.5);
  }
  .mobile\:bg-black-opal-05,
  .mobile\:hover\:bg-black-opal-05:hover,
  .mobile\:focus\:bg-black-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-05 {
    background-color: RGBA(0, 0, 0, 0.05);
  }
  .mobile\:bg-black-opal-6,
  .mobile\:hover\:bg-black-opal-6:hover,
  .mobile\:focus\:bg-black-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-6 {
    background-color: RGBA(0, 0, 0, 0.6);
  }
  .mobile\:bg-black-opal-06,
  .mobile\:hover\:bg-black-opal-06:hover,
  .mobile\:focus\:bg-black-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-06 {
    background-color: RGBA(0, 0, 0, 0.06);
  }
  .mobile\:bg-black-opal-7,
  .mobile\:hover\:bg-black-opal-7:hover,
  .mobile\:focus\:bg-black-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-7 {
    background-color: RGBA(0, 0, 0, 0.7);
  }
  .mobile\:bg-black-opal-07,
  .mobile\:hover\:bg-black-opal-07:hover,
  .mobile\:focus\:bg-black-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-07 {
    background-color: RGBA(0, 0, 0, 0.07);
  }
  .mobile\:bg-black-opal-8,
  .mobile\:hover\:bg-black-opal-8:hover,
  .mobile\:focus\:bg-black-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-8 {
    background-color: RGBA(0, 0, 0, 0.8);
  }
  .mobile\:bg-black-opal-08,
  .mobile\:hover\:bg-black-opal-08:hover,
  .mobile\:focus\:bg-black-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-08 {
    background-color: RGBA(0, 0, 0, 0.08);
  }
  .mobile\:bg-black-opal-9,
  .mobile\:hover\:bg-black-opal-9:hover,
  .mobile\:focus\:bg-black-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-9 {
    background-color: RGBA(0, 0, 0, 0.9);
  }
  .mobile\:bg-black-opal-09,
  .mobile\:hover\:bg-black-opal-09:hover,
  .mobile\:focus\:bg-black-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-09 {
    background-color: RGBA(0, 0, 0, 0.09);
  }
  .mobile\:bg-black-opal-10,
  .mobile\:hover\:bg-black-opal-10:hover,
  .mobile\:focus\:bg-black-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-black-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-black-opal-10 {
    background-color: RGBA(0, 0, 0, 1);
  }
  .mobile\:bg-space,
  .mobile\:hover\:bg-space:hover,
  .mobile\:focus\:bg-space:focus,
  .mobile\:group:hover .group-hover\:bg-space,
  .mobile\:group:focus-within .group-focus-within\:bg-space {
    background-color: #01011e;
  }
  .mobile\:bg-space-opal-0,
  .mobile\:hover\:bg-space-opal-0:hover,
  .mobile\:focus\:bg-space-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-0 {
    background-color: RGBA(1, 1, 30, 0);
  }
  .mobile\:bg-space-opal-00,
  .mobile\:hover\:bg-space-opal-00:hover,
  .mobile\:focus\:bg-space-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-00 {
    background-color: RGBA(1, 1, 30, 0);
  }
  .mobile\:bg-space-opal-1,
  .mobile\:hover\:bg-space-opal-1:hover,
  .mobile\:focus\:bg-space-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-1 {
    background-color: RGBA(1, 1, 30, 0.1);
  }
  .mobile\:bg-space-opal-01,
  .mobile\:hover\:bg-space-opal-01:hover,
  .mobile\:focus\:bg-space-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-01 {
    background-color: RGBA(1, 1, 30, 0.01);
  }
  .mobile\:bg-space-opal-2,
  .mobile\:hover\:bg-space-opal-2:hover,
  .mobile\:focus\:bg-space-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-2 {
    background-color: RGBA(1, 1, 30, 0.2);
  }
  .mobile\:bg-space-opal-02,
  .mobile\:hover\:bg-space-opal-02:hover,
  .mobile\:focus\:bg-space-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-02 {
    background-color: RGBA(1, 1, 30, 0.02);
  }
  .mobile\:bg-space-opal-3,
  .mobile\:hover\:bg-space-opal-3:hover,
  .mobile\:focus\:bg-space-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-3 {
    background-color: RGBA(1, 1, 30, 0.3);
  }
  .mobile\:bg-space-opal-03,
  .mobile\:hover\:bg-space-opal-03:hover,
  .mobile\:focus\:bg-space-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-03 {
    background-color: RGBA(1, 1, 30, 0.03);
  }
  .mobile\:bg-space-opal-4,
  .mobile\:hover\:bg-space-opal-4:hover,
  .mobile\:focus\:bg-space-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-4 {
    background-color: RGBA(1, 1, 30, 0.4);
  }
  .mobile\:bg-space-opal-04,
  .mobile\:hover\:bg-space-opal-04:hover,
  .mobile\:focus\:bg-space-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-04 {
    background-color: RGBA(1, 1, 30, 0.04);
  }
  .mobile\:bg-space-opal-5,
  .mobile\:hover\:bg-space-opal-5:hover,
  .mobile\:focus\:bg-space-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-5 {
    background-color: RGBA(1, 1, 30, 0.5);
  }
  .mobile\:bg-space-opal-05,
  .mobile\:hover\:bg-space-opal-05:hover,
  .mobile\:focus\:bg-space-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-05 {
    background-color: RGBA(1, 1, 30, 0.05);
  }
  .mobile\:bg-space-opal-6,
  .mobile\:hover\:bg-space-opal-6:hover,
  .mobile\:focus\:bg-space-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-6 {
    background-color: RGBA(1, 1, 30, 0.6);
  }
  .mobile\:bg-space-opal-06,
  .mobile\:hover\:bg-space-opal-06:hover,
  .mobile\:focus\:bg-space-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-06 {
    background-color: RGBA(1, 1, 30, 0.06);
  }
  .mobile\:bg-space-opal-7,
  .mobile\:hover\:bg-space-opal-7:hover,
  .mobile\:focus\:bg-space-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-7 {
    background-color: RGBA(1, 1, 30, 0.7);
  }
  .mobile\:bg-space-opal-07,
  .mobile\:hover\:bg-space-opal-07:hover,
  .mobile\:focus\:bg-space-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-07 {
    background-color: RGBA(1, 1, 30, 0.07);
  }
  .mobile\:bg-space-opal-8,
  .mobile\:hover\:bg-space-opal-8:hover,
  .mobile\:focus\:bg-space-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-8 {
    background-color: RGBA(1, 1, 30, 0.8);
  }
  .mobile\:bg-space-opal-08,
  .mobile\:hover\:bg-space-opal-08:hover,
  .mobile\:focus\:bg-space-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-08 {
    background-color: RGBA(1, 1, 30, 0.08);
  }
  .mobile\:bg-space-opal-9,
  .mobile\:hover\:bg-space-opal-9:hover,
  .mobile\:focus\:bg-space-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-9 {
    background-color: RGBA(1, 1, 30, 0.9);
  }
  .mobile\:bg-space-opal-09,
  .mobile\:hover\:bg-space-opal-09:hover,
  .mobile\:focus\:bg-space-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-09 {
    background-color: RGBA(1, 1, 30, 0.09);
  }
  .mobile\:bg-space-opal-10,
  .mobile\:hover\:bg-space-opal-10:hover,
  .mobile\:focus\:bg-space-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-space-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-space-opal-10 {
    background-color: RGBA(1, 1, 30, 1);
  }
  .mobile\:bg-midnight,
  .mobile\:hover\:bg-midnight:hover,
  .mobile\:focus\:bg-midnight:focus,
  .mobile\:group:hover .group-hover\:bg-midnight,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight {
    background-color: #030328;
  }
  .mobile\:bg-midnight-opal-0,
  .mobile\:hover\:bg-midnight-opal-0:hover,
  .mobile\:focus\:bg-midnight-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-0 {
    background-color: RGBA(3, 3, 40, 0);
  }
  .mobile\:bg-midnight-opal-00,
  .mobile\:hover\:bg-midnight-opal-00:hover,
  .mobile\:focus\:bg-midnight-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-00 {
    background-color: RGBA(3, 3, 40, 0);
  }
  .mobile\:bg-midnight-opal-1,
  .mobile\:hover\:bg-midnight-opal-1:hover,
  .mobile\:focus\:bg-midnight-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-1 {
    background-color: RGBA(3, 3, 40, 0.1);
  }
  .mobile\:bg-midnight-opal-01,
  .mobile\:hover\:bg-midnight-opal-01:hover,
  .mobile\:focus\:bg-midnight-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-01 {
    background-color: RGBA(3, 3, 40, 0.01);
  }
  .mobile\:bg-midnight-opal-2,
  .mobile\:hover\:bg-midnight-opal-2:hover,
  .mobile\:focus\:bg-midnight-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-2 {
    background-color: RGBA(3, 3, 40, 0.2);
  }
  .mobile\:bg-midnight-opal-02,
  .mobile\:hover\:bg-midnight-opal-02:hover,
  .mobile\:focus\:bg-midnight-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-02 {
    background-color: RGBA(3, 3, 40, 0.02);
  }
  .mobile\:bg-midnight-opal-3,
  .mobile\:hover\:bg-midnight-opal-3:hover,
  .mobile\:focus\:bg-midnight-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-3 {
    background-color: RGBA(3, 3, 40, 0.3);
  }
  .mobile\:bg-midnight-opal-03,
  .mobile\:hover\:bg-midnight-opal-03:hover,
  .mobile\:focus\:bg-midnight-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-03 {
    background-color: RGBA(3, 3, 40, 0.03);
  }
  .mobile\:bg-midnight-opal-4,
  .mobile\:hover\:bg-midnight-opal-4:hover,
  .mobile\:focus\:bg-midnight-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-4 {
    background-color: RGBA(3, 3, 40, 0.4);
  }
  .mobile\:bg-midnight-opal-04,
  .mobile\:hover\:bg-midnight-opal-04:hover,
  .mobile\:focus\:bg-midnight-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-04 {
    background-color: RGBA(3, 3, 40, 0.04);
  }
  .mobile\:bg-midnight-opal-5,
  .mobile\:hover\:bg-midnight-opal-5:hover,
  .mobile\:focus\:bg-midnight-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-5 {
    background-color: RGBA(3, 3, 40, 0.5);
  }
  .mobile\:bg-midnight-opal-05,
  .mobile\:hover\:bg-midnight-opal-05:hover,
  .mobile\:focus\:bg-midnight-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-05 {
    background-color: RGBA(3, 3, 40, 0.05);
  }
  .mobile\:bg-midnight-opal-6,
  .mobile\:hover\:bg-midnight-opal-6:hover,
  .mobile\:focus\:bg-midnight-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-6 {
    background-color: RGBA(3, 3, 40, 0.6);
  }
  .mobile\:bg-midnight-opal-06,
  .mobile\:hover\:bg-midnight-opal-06:hover,
  .mobile\:focus\:bg-midnight-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-06 {
    background-color: RGBA(3, 3, 40, 0.06);
  }
  .mobile\:bg-midnight-opal-7,
  .mobile\:hover\:bg-midnight-opal-7:hover,
  .mobile\:focus\:bg-midnight-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-7 {
    background-color: RGBA(3, 3, 40, 0.7);
  }
  .mobile\:bg-midnight-opal-07,
  .mobile\:hover\:bg-midnight-opal-07:hover,
  .mobile\:focus\:bg-midnight-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-07 {
    background-color: RGBA(3, 3, 40, 0.07);
  }
  .mobile\:bg-midnight-opal-8,
  .mobile\:hover\:bg-midnight-opal-8:hover,
  .mobile\:focus\:bg-midnight-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-8 {
    background-color: RGBA(3, 3, 40, 0.8);
  }
  .mobile\:bg-midnight-opal-08,
  .mobile\:hover\:bg-midnight-opal-08:hover,
  .mobile\:focus\:bg-midnight-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-08 {
    background-color: RGBA(3, 3, 40, 0.08);
  }
  .mobile\:bg-midnight-opal-9,
  .mobile\:hover\:bg-midnight-opal-9:hover,
  .mobile\:focus\:bg-midnight-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-9 {
    background-color: RGBA(3, 3, 40, 0.9);
  }
  .mobile\:bg-midnight-opal-09,
  .mobile\:hover\:bg-midnight-opal-09:hover,
  .mobile\:focus\:bg-midnight-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-09 {
    background-color: RGBA(3, 3, 40, 0.09);
  }
  .mobile\:bg-midnight-opal-10,
  .mobile\:hover\:bg-midnight-opal-10:hover,
  .mobile\:focus\:bg-midnight-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-midnight-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-midnight-opal-10 {
    background-color: RGBA(3, 3, 40, 1);
  }
  .mobile\:bg-dawn,
  .mobile\:hover\:bg-dawn:hover,
  .mobile\:focus\:bg-dawn:focus,
  .mobile\:group:hover .group-hover\:bg-dawn,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn {
    background-color: #383f76;
  }
  .mobile\:bg-dawn-opal-0,
  .mobile\:hover\:bg-dawn-opal-0:hover,
  .mobile\:focus\:bg-dawn-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-0 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:bg-dawn-opal-00,
  .mobile\:hover\:bg-dawn-opal-00:hover,
  .mobile\:focus\:bg-dawn-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-00 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:bg-dawn-opal-1,
  .mobile\:hover\:bg-dawn-opal-1:hover,
  .mobile\:focus\:bg-dawn-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-1 {
    background-color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:bg-dawn-opal-01,
  .mobile\:hover\:bg-dawn-opal-01:hover,
  .mobile\:focus\:bg-dawn-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-01 {
    background-color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:bg-dawn-opal-2,
  .mobile\:hover\:bg-dawn-opal-2:hover,
  .mobile\:focus\:bg-dawn-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-2 {
    background-color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:bg-dawn-opal-02,
  .mobile\:hover\:bg-dawn-opal-02:hover,
  .mobile\:focus\:bg-dawn-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-02 {
    background-color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:bg-dawn-opal-3,
  .mobile\:hover\:bg-dawn-opal-3:hover,
  .mobile\:focus\:bg-dawn-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-3 {
    background-color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:bg-dawn-opal-03,
  .mobile\:hover\:bg-dawn-opal-03:hover,
  .mobile\:focus\:bg-dawn-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-03 {
    background-color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:bg-dawn-opal-4,
  .mobile\:hover\:bg-dawn-opal-4:hover,
  .mobile\:focus\:bg-dawn-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-4 {
    background-color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:bg-dawn-opal-04,
  .mobile\:hover\:bg-dawn-opal-04:hover,
  .mobile\:focus\:bg-dawn-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-04 {
    background-color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:bg-dawn-opal-5,
  .mobile\:hover\:bg-dawn-opal-5:hover,
  .mobile\:focus\:bg-dawn-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-5 {
    background-color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:bg-dawn-opal-05,
  .mobile\:hover\:bg-dawn-opal-05:hover,
  .mobile\:focus\:bg-dawn-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-05 {
    background-color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:bg-dawn-opal-6,
  .mobile\:hover\:bg-dawn-opal-6:hover,
  .mobile\:focus\:bg-dawn-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-6 {
    background-color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:bg-dawn-opal-06,
  .mobile\:hover\:bg-dawn-opal-06:hover,
  .mobile\:focus\:bg-dawn-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-06 {
    background-color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:bg-dawn-opal-7,
  .mobile\:hover\:bg-dawn-opal-7:hover,
  .mobile\:focus\:bg-dawn-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-7 {
    background-color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:bg-dawn-opal-07,
  .mobile\:hover\:bg-dawn-opal-07:hover,
  .mobile\:focus\:bg-dawn-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-07 {
    background-color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:bg-dawn-opal-8,
  .mobile\:hover\:bg-dawn-opal-8:hover,
  .mobile\:focus\:bg-dawn-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-8 {
    background-color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:bg-dawn-opal-08,
  .mobile\:hover\:bg-dawn-opal-08:hover,
  .mobile\:focus\:bg-dawn-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-08 {
    background-color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:bg-dawn-opal-9,
  .mobile\:hover\:bg-dawn-opal-9:hover,
  .mobile\:focus\:bg-dawn-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-9 {
    background-color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:bg-dawn-opal-09,
  .mobile\:hover\:bg-dawn-opal-09:hover,
  .mobile\:focus\:bg-dawn-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-09 {
    background-color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:bg-dawn-opal-10,
  .mobile\:hover\:bg-dawn-opal-10:hover,
  .mobile\:focus\:bg-dawn-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-dawn-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn-opal-10 {
    background-color: RGBA(56, 63, 118, 1);
  }
  .mobile\:bg-steel,
  .mobile\:hover\:bg-steel:hover,
  .mobile\:focus\:bg-steel:focus,
  .mobile\:group:hover .group-hover\:bg-steel,
  .mobile\:group:focus-within .group-focus-within\:bg-steel {
    background-color: #555463;
  }
  .mobile\:bg-steel-opal-0,
  .mobile\:hover\:bg-steel-opal-0:hover,
  .mobile\:focus\:bg-steel-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-0 {
    background-color: RGBA(85, 84, 99, 0);
  }
  .mobile\:bg-steel-opal-00,
  .mobile\:hover\:bg-steel-opal-00:hover,
  .mobile\:focus\:bg-steel-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-00 {
    background-color: RGBA(85, 84, 99, 0);
  }
  .mobile\:bg-steel-opal-1,
  .mobile\:hover\:bg-steel-opal-1:hover,
  .mobile\:focus\:bg-steel-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-1 {
    background-color: RGBA(85, 84, 99, 0.1);
  }
  .mobile\:bg-steel-opal-01,
  .mobile\:hover\:bg-steel-opal-01:hover,
  .mobile\:focus\:bg-steel-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-01 {
    background-color: RGBA(85, 84, 99, 0.01);
  }
  .mobile\:bg-steel-opal-2,
  .mobile\:hover\:bg-steel-opal-2:hover,
  .mobile\:focus\:bg-steel-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-2 {
    background-color: RGBA(85, 84, 99, 0.2);
  }
  .mobile\:bg-steel-opal-02,
  .mobile\:hover\:bg-steel-opal-02:hover,
  .mobile\:focus\:bg-steel-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-02 {
    background-color: RGBA(85, 84, 99, 0.02);
  }
  .mobile\:bg-steel-opal-3,
  .mobile\:hover\:bg-steel-opal-3:hover,
  .mobile\:focus\:bg-steel-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-3 {
    background-color: RGBA(85, 84, 99, 0.3);
  }
  .mobile\:bg-steel-opal-03,
  .mobile\:hover\:bg-steel-opal-03:hover,
  .mobile\:focus\:bg-steel-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-03 {
    background-color: RGBA(85, 84, 99, 0.03);
  }
  .mobile\:bg-steel-opal-4,
  .mobile\:hover\:bg-steel-opal-4:hover,
  .mobile\:focus\:bg-steel-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-4 {
    background-color: RGBA(85, 84, 99, 0.4);
  }
  .mobile\:bg-steel-opal-04,
  .mobile\:hover\:bg-steel-opal-04:hover,
  .mobile\:focus\:bg-steel-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-04 {
    background-color: RGBA(85, 84, 99, 0.04);
  }
  .mobile\:bg-steel-opal-5,
  .mobile\:hover\:bg-steel-opal-5:hover,
  .mobile\:focus\:bg-steel-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-5 {
    background-color: RGBA(85, 84, 99, 0.5);
  }
  .mobile\:bg-steel-opal-05,
  .mobile\:hover\:bg-steel-opal-05:hover,
  .mobile\:focus\:bg-steel-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-05 {
    background-color: RGBA(85, 84, 99, 0.05);
  }
  .mobile\:bg-steel-opal-6,
  .mobile\:hover\:bg-steel-opal-6:hover,
  .mobile\:focus\:bg-steel-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-6 {
    background-color: RGBA(85, 84, 99, 0.6);
  }
  .mobile\:bg-steel-opal-06,
  .mobile\:hover\:bg-steel-opal-06:hover,
  .mobile\:focus\:bg-steel-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-06 {
    background-color: RGBA(85, 84, 99, 0.06);
  }
  .mobile\:bg-steel-opal-7,
  .mobile\:hover\:bg-steel-opal-7:hover,
  .mobile\:focus\:bg-steel-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-7 {
    background-color: RGBA(85, 84, 99, 0.7);
  }
  .mobile\:bg-steel-opal-07,
  .mobile\:hover\:bg-steel-opal-07:hover,
  .mobile\:focus\:bg-steel-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-07 {
    background-color: RGBA(85, 84, 99, 0.07);
  }
  .mobile\:bg-steel-opal-8,
  .mobile\:hover\:bg-steel-opal-8:hover,
  .mobile\:focus\:bg-steel-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-8 {
    background-color: RGBA(85, 84, 99, 0.8);
  }
  .mobile\:bg-steel-opal-08,
  .mobile\:hover\:bg-steel-opal-08:hover,
  .mobile\:focus\:bg-steel-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-08 {
    background-color: RGBA(85, 84, 99, 0.08);
  }
  .mobile\:bg-steel-opal-9,
  .mobile\:hover\:bg-steel-opal-9:hover,
  .mobile\:focus\:bg-steel-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-9 {
    background-color: RGBA(85, 84, 99, 0.9);
  }
  .mobile\:bg-steel-opal-09,
  .mobile\:hover\:bg-steel-opal-09:hover,
  .mobile\:focus\:bg-steel-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-09 {
    background-color: RGBA(85, 84, 99, 0.09);
  }
  .mobile\:bg-steel-opal-10,
  .mobile\:hover\:bg-steel-opal-10:hover,
  .mobile\:focus\:bg-steel-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-steel-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-steel-opal-10 {
    background-color: RGBA(85, 84, 99, 1);
  }
  .mobile\:bg-smoke,
  .mobile\:hover\:bg-smoke:hover,
  .mobile\:focus\:bg-smoke:focus,
  .mobile\:group:hover .group-hover\:bg-smoke,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke {
    background-color: #6d6d9c;
  }
  .mobile\:bg-smoke-opal-0,
  .mobile\:hover\:bg-smoke-opal-0:hover,
  .mobile\:focus\:bg-smoke-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-0 {
    background-color: RGBA(109, 109, 156, 0);
  }
  .mobile\:bg-smoke-opal-00,
  .mobile\:hover\:bg-smoke-opal-00:hover,
  .mobile\:focus\:bg-smoke-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-00 {
    background-color: RGBA(109, 109, 156, 0);
  }
  .mobile\:bg-smoke-opal-1,
  .mobile\:hover\:bg-smoke-opal-1:hover,
  .mobile\:focus\:bg-smoke-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-1 {
    background-color: RGBA(109, 109, 156, 0.1);
  }
  .mobile\:bg-smoke-opal-01,
  .mobile\:hover\:bg-smoke-opal-01:hover,
  .mobile\:focus\:bg-smoke-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-01 {
    background-color: RGBA(109, 109, 156, 0.01);
  }
  .mobile\:bg-smoke-opal-2,
  .mobile\:hover\:bg-smoke-opal-2:hover,
  .mobile\:focus\:bg-smoke-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-2 {
    background-color: RGBA(109, 109, 156, 0.2);
  }
  .mobile\:bg-smoke-opal-02,
  .mobile\:hover\:bg-smoke-opal-02:hover,
  .mobile\:focus\:bg-smoke-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-02 {
    background-color: RGBA(109, 109, 156, 0.02);
  }
  .mobile\:bg-smoke-opal-3,
  .mobile\:hover\:bg-smoke-opal-3:hover,
  .mobile\:focus\:bg-smoke-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-3 {
    background-color: RGBA(109, 109, 156, 0.3);
  }
  .mobile\:bg-smoke-opal-03,
  .mobile\:hover\:bg-smoke-opal-03:hover,
  .mobile\:focus\:bg-smoke-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-03 {
    background-color: RGBA(109, 109, 156, 0.03);
  }
  .mobile\:bg-smoke-opal-4,
  .mobile\:hover\:bg-smoke-opal-4:hover,
  .mobile\:focus\:bg-smoke-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-4 {
    background-color: RGBA(109, 109, 156, 0.4);
  }
  .mobile\:bg-smoke-opal-04,
  .mobile\:hover\:bg-smoke-opal-04:hover,
  .mobile\:focus\:bg-smoke-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-04 {
    background-color: RGBA(109, 109, 156, 0.04);
  }
  .mobile\:bg-smoke-opal-5,
  .mobile\:hover\:bg-smoke-opal-5:hover,
  .mobile\:focus\:bg-smoke-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-5 {
    background-color: RGBA(109, 109, 156, 0.5);
  }
  .mobile\:bg-smoke-opal-05,
  .mobile\:hover\:bg-smoke-opal-05:hover,
  .mobile\:focus\:bg-smoke-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-05 {
    background-color: RGBA(109, 109, 156, 0.05);
  }
  .mobile\:bg-smoke-opal-6,
  .mobile\:hover\:bg-smoke-opal-6:hover,
  .mobile\:focus\:bg-smoke-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-6 {
    background-color: RGBA(109, 109, 156, 0.6);
  }
  .mobile\:bg-smoke-opal-06,
  .mobile\:hover\:bg-smoke-opal-06:hover,
  .mobile\:focus\:bg-smoke-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-06 {
    background-color: RGBA(109, 109, 156, 0.06);
  }
  .mobile\:bg-smoke-opal-7,
  .mobile\:hover\:bg-smoke-opal-7:hover,
  .mobile\:focus\:bg-smoke-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-7 {
    background-color: RGBA(109, 109, 156, 0.7);
  }
  .mobile\:bg-smoke-opal-07,
  .mobile\:hover\:bg-smoke-opal-07:hover,
  .mobile\:focus\:bg-smoke-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-07 {
    background-color: RGBA(109, 109, 156, 0.07);
  }
  .mobile\:bg-smoke-opal-8,
  .mobile\:hover\:bg-smoke-opal-8:hover,
  .mobile\:focus\:bg-smoke-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-8 {
    background-color: RGBA(109, 109, 156, 0.8);
  }
  .mobile\:bg-smoke-opal-08,
  .mobile\:hover\:bg-smoke-opal-08:hover,
  .mobile\:focus\:bg-smoke-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-08 {
    background-color: RGBA(109, 109, 156, 0.08);
  }
  .mobile\:bg-smoke-opal-9,
  .mobile\:hover\:bg-smoke-opal-9:hover,
  .mobile\:focus\:bg-smoke-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-9 {
    background-color: RGBA(109, 109, 156, 0.9);
  }
  .mobile\:bg-smoke-opal-09,
  .mobile\:hover\:bg-smoke-opal-09:hover,
  .mobile\:focus\:bg-smoke-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-09 {
    background-color: RGBA(109, 109, 156, 0.09);
  }
  .mobile\:bg-smoke-opal-10,
  .mobile\:hover\:bg-smoke-opal-10:hover,
  .mobile\:focus\:bg-smoke-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-smoke-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke-opal-10 {
    background-color: RGBA(109, 109, 156, 1);
  }
  .mobile\:bg-snow,
  .mobile\:hover\:bg-snow:hover,
  .mobile\:focus\:bg-snow:focus,
  .mobile\:group:hover .group-hover\:bg-snow,
  .mobile\:group:focus-within .group-focus-within\:bg-snow {
    background-color: #f6f7fb;
  }
  .mobile\:bg-snow-opal-0,
  .mobile\:hover\:bg-snow-opal-0:hover,
  .mobile\:focus\:bg-snow-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-0 {
    background-color: RGBA(246, 247, 251, 0);
  }
  .mobile\:bg-snow-opal-00,
  .mobile\:hover\:bg-snow-opal-00:hover,
  .mobile\:focus\:bg-snow-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-00 {
    background-color: RGBA(246, 247, 251, 0);
  }
  .mobile\:bg-snow-opal-1,
  .mobile\:hover\:bg-snow-opal-1:hover,
  .mobile\:focus\:bg-snow-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-1 {
    background-color: RGBA(246, 247, 251, 0.1);
  }
  .mobile\:bg-snow-opal-01,
  .mobile\:hover\:bg-snow-opal-01:hover,
  .mobile\:focus\:bg-snow-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-01 {
    background-color: RGBA(246, 247, 251, 0.01);
  }
  .mobile\:bg-snow-opal-2,
  .mobile\:hover\:bg-snow-opal-2:hover,
  .mobile\:focus\:bg-snow-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-2 {
    background-color: RGBA(246, 247, 251, 0.2);
  }
  .mobile\:bg-snow-opal-02,
  .mobile\:hover\:bg-snow-opal-02:hover,
  .mobile\:focus\:bg-snow-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-02 {
    background-color: RGBA(246, 247, 251, 0.02);
  }
  .mobile\:bg-snow-opal-3,
  .mobile\:hover\:bg-snow-opal-3:hover,
  .mobile\:focus\:bg-snow-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-3 {
    background-color: RGBA(246, 247, 251, 0.3);
  }
  .mobile\:bg-snow-opal-03,
  .mobile\:hover\:bg-snow-opal-03:hover,
  .mobile\:focus\:bg-snow-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-03 {
    background-color: RGBA(246, 247, 251, 0.03);
  }
  .mobile\:bg-snow-opal-4,
  .mobile\:hover\:bg-snow-opal-4:hover,
  .mobile\:focus\:bg-snow-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-4 {
    background-color: RGBA(246, 247, 251, 0.4);
  }
  .mobile\:bg-snow-opal-04,
  .mobile\:hover\:bg-snow-opal-04:hover,
  .mobile\:focus\:bg-snow-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-04 {
    background-color: RGBA(246, 247, 251, 0.04);
  }
  .mobile\:bg-snow-opal-5,
  .mobile\:hover\:bg-snow-opal-5:hover,
  .mobile\:focus\:bg-snow-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-5 {
    background-color: RGBA(246, 247, 251, 0.5);
  }
  .mobile\:bg-snow-opal-05,
  .mobile\:hover\:bg-snow-opal-05:hover,
  .mobile\:focus\:bg-snow-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-05 {
    background-color: RGBA(246, 247, 251, 0.05);
  }
  .mobile\:bg-snow-opal-6,
  .mobile\:hover\:bg-snow-opal-6:hover,
  .mobile\:focus\:bg-snow-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-6 {
    background-color: RGBA(246, 247, 251, 0.6);
  }
  .mobile\:bg-snow-opal-06,
  .mobile\:hover\:bg-snow-opal-06:hover,
  .mobile\:focus\:bg-snow-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-06 {
    background-color: RGBA(246, 247, 251, 0.06);
  }
  .mobile\:bg-snow-opal-7,
  .mobile\:hover\:bg-snow-opal-7:hover,
  .mobile\:focus\:bg-snow-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-7 {
    background-color: RGBA(246, 247, 251, 0.7);
  }
  .mobile\:bg-snow-opal-07,
  .mobile\:hover\:bg-snow-opal-07:hover,
  .mobile\:focus\:bg-snow-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-07 {
    background-color: RGBA(246, 247, 251, 0.07);
  }
  .mobile\:bg-snow-opal-8,
  .mobile\:hover\:bg-snow-opal-8:hover,
  .mobile\:focus\:bg-snow-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-8 {
    background-color: RGBA(246, 247, 251, 0.8);
  }
  .mobile\:bg-snow-opal-08,
  .mobile\:hover\:bg-snow-opal-08:hover,
  .mobile\:focus\:bg-snow-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-08 {
    background-color: RGBA(246, 247, 251, 0.08);
  }
  .mobile\:bg-snow-opal-9,
  .mobile\:hover\:bg-snow-opal-9:hover,
  .mobile\:focus\:bg-snow-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-9 {
    background-color: RGBA(246, 247, 251, 0.9);
  }
  .mobile\:bg-snow-opal-09,
  .mobile\:hover\:bg-snow-opal-09:hover,
  .mobile\:focus\:bg-snow-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-09 {
    background-color: RGBA(246, 247, 251, 0.09);
  }
  .mobile\:bg-snow-opal-10,
  .mobile\:hover\:bg-snow-opal-10:hover,
  .mobile\:focus\:bg-snow-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-snow-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-snow-opal-10 {
    background-color: RGBA(246, 247, 251, 1);
  }
  .mobile\:bg-white,
  .mobile\:hover\:bg-white:hover,
  .mobile\:focus\:bg-white:focus,
  .mobile\:group:hover .group-hover\:bg-white,
  .mobile\:group:focus-within .group-focus-within\:bg-white {
    background-color: #fff;
  }
  .mobile\:bg-white-opal-0,
  .mobile\:hover\:bg-white-opal-0:hover,
  .mobile\:focus\:bg-white-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-0 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:bg-white-opal-00,
  .mobile\:hover\:bg-white-opal-00:hover,
  .mobile\:focus\:bg-white-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-00 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:bg-white-opal-1,
  .mobile\:hover\:bg-white-opal-1:hover,
  .mobile\:focus\:bg-white-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-1 {
    background-color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:bg-white-opal-01,
  .mobile\:hover\:bg-white-opal-01:hover,
  .mobile\:focus\:bg-white-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-01 {
    background-color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:bg-white-opal-2,
  .mobile\:hover\:bg-white-opal-2:hover,
  .mobile\:focus\:bg-white-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-2 {
    background-color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:bg-white-opal-02,
  .mobile\:hover\:bg-white-opal-02:hover,
  .mobile\:focus\:bg-white-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-02 {
    background-color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:bg-white-opal-3,
  .mobile\:hover\:bg-white-opal-3:hover,
  .mobile\:focus\:bg-white-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-3 {
    background-color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:bg-white-opal-03,
  .mobile\:hover\:bg-white-opal-03:hover,
  .mobile\:focus\:bg-white-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-03 {
    background-color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:bg-white-opal-4,
  .mobile\:hover\:bg-white-opal-4:hover,
  .mobile\:focus\:bg-white-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-4 {
    background-color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:bg-white-opal-04,
  .mobile\:hover\:bg-white-opal-04:hover,
  .mobile\:focus\:bg-white-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-04 {
    background-color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:bg-white-opal-5,
  .mobile\:hover\:bg-white-opal-5:hover,
  .mobile\:focus\:bg-white-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-5 {
    background-color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:bg-white-opal-05,
  .mobile\:hover\:bg-white-opal-05:hover,
  .mobile\:focus\:bg-white-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-05 {
    background-color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:bg-white-opal-6,
  .mobile\:hover\:bg-white-opal-6:hover,
  .mobile\:focus\:bg-white-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-6 {
    background-color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:bg-white-opal-06,
  .mobile\:hover\:bg-white-opal-06:hover,
  .mobile\:focus\:bg-white-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-06 {
    background-color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:bg-white-opal-7,
  .mobile\:hover\:bg-white-opal-7:hover,
  .mobile\:focus\:bg-white-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-7 {
    background-color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:bg-white-opal-07,
  .mobile\:hover\:bg-white-opal-07:hover,
  .mobile\:focus\:bg-white-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-07 {
    background-color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:bg-white-opal-8,
  .mobile\:hover\:bg-white-opal-8:hover,
  .mobile\:focus\:bg-white-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-8 {
    background-color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:bg-white-opal-08,
  .mobile\:hover\:bg-white-opal-08:hover,
  .mobile\:focus\:bg-white-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-08 {
    background-color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:bg-white-opal-9,
  .mobile\:hover\:bg-white-opal-9:hover,
  .mobile\:focus\:bg-white-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-9 {
    background-color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:bg-white-opal-09,
  .mobile\:hover\:bg-white-opal-09:hover,
  .mobile\:focus\:bg-white-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-09 {
    background-color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:bg-white-opal-10,
  .mobile\:hover\:bg-white-opal-10:hover,
  .mobile\:focus\:bg-white-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-white-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-white-opal-10 {
    background-color: RGBA(255, 255, 255, 1);
  }
  .mobile\:bg-rose,
  .mobile\:hover\:bg-rose:hover,
  .mobile\:focus\:bg-rose:focus,
  .mobile\:group:hover .group-hover\:bg-rose,
  .mobile\:group:focus-within .group-focus-within\:bg-rose {
    background-color: #c82d53;
  }
  .mobile\:bg-rose-opal-0,
  .mobile\:hover\:bg-rose-opal-0:hover,
  .mobile\:focus\:bg-rose-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-0 {
    background-color: RGBA(200, 45, 83, 0);
  }
  .mobile\:bg-rose-opal-00,
  .mobile\:hover\:bg-rose-opal-00:hover,
  .mobile\:focus\:bg-rose-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-00 {
    background-color: RGBA(200, 45, 83, 0);
  }
  .mobile\:bg-rose-opal-1,
  .mobile\:hover\:bg-rose-opal-1:hover,
  .mobile\:focus\:bg-rose-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-1 {
    background-color: RGBA(200, 45, 83, 0.1);
  }
  .mobile\:bg-rose-opal-01,
  .mobile\:hover\:bg-rose-opal-01:hover,
  .mobile\:focus\:bg-rose-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-01 {
    background-color: RGBA(200, 45, 83, 0.01);
  }
  .mobile\:bg-rose-opal-2,
  .mobile\:hover\:bg-rose-opal-2:hover,
  .mobile\:focus\:bg-rose-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-2 {
    background-color: RGBA(200, 45, 83, 0.2);
  }
  .mobile\:bg-rose-opal-02,
  .mobile\:hover\:bg-rose-opal-02:hover,
  .mobile\:focus\:bg-rose-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-02 {
    background-color: RGBA(200, 45, 83, 0.02);
  }
  .mobile\:bg-rose-opal-3,
  .mobile\:hover\:bg-rose-opal-3:hover,
  .mobile\:focus\:bg-rose-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-3 {
    background-color: RGBA(200, 45, 83, 0.3);
  }
  .mobile\:bg-rose-opal-03,
  .mobile\:hover\:bg-rose-opal-03:hover,
  .mobile\:focus\:bg-rose-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-03 {
    background-color: RGBA(200, 45, 83, 0.03);
  }
  .mobile\:bg-rose-opal-4,
  .mobile\:hover\:bg-rose-opal-4:hover,
  .mobile\:focus\:bg-rose-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-4 {
    background-color: RGBA(200, 45, 83, 0.4);
  }
  .mobile\:bg-rose-opal-04,
  .mobile\:hover\:bg-rose-opal-04:hover,
  .mobile\:focus\:bg-rose-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-04 {
    background-color: RGBA(200, 45, 83, 0.04);
  }
  .mobile\:bg-rose-opal-5,
  .mobile\:hover\:bg-rose-opal-5:hover,
  .mobile\:focus\:bg-rose-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-5 {
    background-color: RGBA(200, 45, 83, 0.5);
  }
  .mobile\:bg-rose-opal-05,
  .mobile\:hover\:bg-rose-opal-05:hover,
  .mobile\:focus\:bg-rose-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-05 {
    background-color: RGBA(200, 45, 83, 0.05);
  }
  .mobile\:bg-rose-opal-6,
  .mobile\:hover\:bg-rose-opal-6:hover,
  .mobile\:focus\:bg-rose-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-6 {
    background-color: RGBA(200, 45, 83, 0.6);
  }
  .mobile\:bg-rose-opal-06,
  .mobile\:hover\:bg-rose-opal-06:hover,
  .mobile\:focus\:bg-rose-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-06 {
    background-color: RGBA(200, 45, 83, 0.06);
  }
  .mobile\:bg-rose-opal-7,
  .mobile\:hover\:bg-rose-opal-7:hover,
  .mobile\:focus\:bg-rose-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-7 {
    background-color: RGBA(200, 45, 83, 0.7);
  }
  .mobile\:bg-rose-opal-07,
  .mobile\:hover\:bg-rose-opal-07:hover,
  .mobile\:focus\:bg-rose-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-07 {
    background-color: RGBA(200, 45, 83, 0.07);
  }
  .mobile\:bg-rose-opal-8,
  .mobile\:hover\:bg-rose-opal-8:hover,
  .mobile\:focus\:bg-rose-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-8 {
    background-color: RGBA(200, 45, 83, 0.8);
  }
  .mobile\:bg-rose-opal-08,
  .mobile\:hover\:bg-rose-opal-08:hover,
  .mobile\:focus\:bg-rose-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-08 {
    background-color: RGBA(200, 45, 83, 0.08);
  }
  .mobile\:bg-rose-opal-9,
  .mobile\:hover\:bg-rose-opal-9:hover,
  .mobile\:focus\:bg-rose-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-9 {
    background-color: RGBA(200, 45, 83, 0.9);
  }
  .mobile\:bg-rose-opal-09,
  .mobile\:hover\:bg-rose-opal-09:hover,
  .mobile\:focus\:bg-rose-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-09 {
    background-color: RGBA(200, 45, 83, 0.09);
  }
  .mobile\:bg-rose-opal-10,
  .mobile\:hover\:bg-rose-opal-10:hover,
  .mobile\:focus\:bg-rose-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-rose-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-rose-opal-10 {
    background-color: RGBA(200, 45, 83, 1);
  }
  .mobile\:bg-salmon,
  .mobile\:hover\:bg-salmon:hover,
  .mobile\:focus\:bg-salmon:focus,
  .mobile\:group:hover .group-hover\:bg-salmon,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon {
    background-color: #f97a99;
  }
  .mobile\:bg-salmon-opal-0,
  .mobile\:hover\:bg-salmon-opal-0:hover,
  .mobile\:focus\:bg-salmon-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-0 {
    background-color: RGBA(249, 122, 153, 0);
  }
  .mobile\:bg-salmon-opal-00,
  .mobile\:hover\:bg-salmon-opal-00:hover,
  .mobile\:focus\:bg-salmon-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-00 {
    background-color: RGBA(249, 122, 153, 0);
  }
  .mobile\:bg-salmon-opal-1,
  .mobile\:hover\:bg-salmon-opal-1:hover,
  .mobile\:focus\:bg-salmon-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-1 {
    background-color: RGBA(249, 122, 153, 0.1);
  }
  .mobile\:bg-salmon-opal-01,
  .mobile\:hover\:bg-salmon-opal-01:hover,
  .mobile\:focus\:bg-salmon-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-01 {
    background-color: RGBA(249, 122, 153, 0.01);
  }
  .mobile\:bg-salmon-opal-2,
  .mobile\:hover\:bg-salmon-opal-2:hover,
  .mobile\:focus\:bg-salmon-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-2 {
    background-color: RGBA(249, 122, 153, 0.2);
  }
  .mobile\:bg-salmon-opal-02,
  .mobile\:hover\:bg-salmon-opal-02:hover,
  .mobile\:focus\:bg-salmon-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-02 {
    background-color: RGBA(249, 122, 153, 0.02);
  }
  .mobile\:bg-salmon-opal-3,
  .mobile\:hover\:bg-salmon-opal-3:hover,
  .mobile\:focus\:bg-salmon-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-3 {
    background-color: RGBA(249, 122, 153, 0.3);
  }
  .mobile\:bg-salmon-opal-03,
  .mobile\:hover\:bg-salmon-opal-03:hover,
  .mobile\:focus\:bg-salmon-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-03 {
    background-color: RGBA(249, 122, 153, 0.03);
  }
  .mobile\:bg-salmon-opal-4,
  .mobile\:hover\:bg-salmon-opal-4:hover,
  .mobile\:focus\:bg-salmon-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-4 {
    background-color: RGBA(249, 122, 153, 0.4);
  }
  .mobile\:bg-salmon-opal-04,
  .mobile\:hover\:bg-salmon-opal-04:hover,
  .mobile\:focus\:bg-salmon-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-04 {
    background-color: RGBA(249, 122, 153, 0.04);
  }
  .mobile\:bg-salmon-opal-5,
  .mobile\:hover\:bg-salmon-opal-5:hover,
  .mobile\:focus\:bg-salmon-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-5 {
    background-color: RGBA(249, 122, 153, 0.5);
  }
  .mobile\:bg-salmon-opal-05,
  .mobile\:hover\:bg-salmon-opal-05:hover,
  .mobile\:focus\:bg-salmon-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-05 {
    background-color: RGBA(249, 122, 153, 0.05);
  }
  .mobile\:bg-salmon-opal-6,
  .mobile\:hover\:bg-salmon-opal-6:hover,
  .mobile\:focus\:bg-salmon-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-6 {
    background-color: RGBA(249, 122, 153, 0.6);
  }
  .mobile\:bg-salmon-opal-06,
  .mobile\:hover\:bg-salmon-opal-06:hover,
  .mobile\:focus\:bg-salmon-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-06 {
    background-color: RGBA(249, 122, 153, 0.06);
  }
  .mobile\:bg-salmon-opal-7,
  .mobile\:hover\:bg-salmon-opal-7:hover,
  .mobile\:focus\:bg-salmon-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-7 {
    background-color: RGBA(249, 122, 153, 0.7);
  }
  .mobile\:bg-salmon-opal-07,
  .mobile\:hover\:bg-salmon-opal-07:hover,
  .mobile\:focus\:bg-salmon-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-07 {
    background-color: RGBA(249, 122, 153, 0.07);
  }
  .mobile\:bg-salmon-opal-8,
  .mobile\:hover\:bg-salmon-opal-8:hover,
  .mobile\:focus\:bg-salmon-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-8 {
    background-color: RGBA(249, 122, 153, 0.8);
  }
  .mobile\:bg-salmon-opal-08,
  .mobile\:hover\:bg-salmon-opal-08:hover,
  .mobile\:focus\:bg-salmon-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-08 {
    background-color: RGBA(249, 122, 153, 0.08);
  }
  .mobile\:bg-salmon-opal-9,
  .mobile\:hover\:bg-salmon-opal-9:hover,
  .mobile\:focus\:bg-salmon-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-9 {
    background-color: RGBA(249, 122, 153, 0.9);
  }
  .mobile\:bg-salmon-opal-09,
  .mobile\:hover\:bg-salmon-opal-09:hover,
  .mobile\:focus\:bg-salmon-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-09 {
    background-color: RGBA(249, 122, 153, 0.09);
  }
  .mobile\:bg-salmon-opal-10,
  .mobile\:hover\:bg-salmon-opal-10:hover,
  .mobile\:focus\:bg-salmon-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-salmon-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-salmon-opal-10 {
    background-color: RGBA(249, 122, 153, 1);
  }
  .mobile\:bg-hot-pink,
  .mobile\:hover\:bg-hot-pink:hover,
  .mobile\:focus\:bg-hot-pink:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink {
    background-color: #e555ac;
  }
  .mobile\:bg-hot-pink-opal-0,
  .mobile\:hover\:bg-hot-pink-opal-0:hover,
  .mobile\:focus\:bg-hot-pink-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-0 {
    background-color: RGBA(229, 85, 172, 0);
  }
  .mobile\:bg-hot-pink-opal-00,
  .mobile\:hover\:bg-hot-pink-opal-00:hover,
  .mobile\:focus\:bg-hot-pink-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-00 {
    background-color: RGBA(229, 85, 172, 0);
  }
  .mobile\:bg-hot-pink-opal-1,
  .mobile\:hover\:bg-hot-pink-opal-1:hover,
  .mobile\:focus\:bg-hot-pink-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-1 {
    background-color: RGBA(229, 85, 172, 0.1);
  }
  .mobile\:bg-hot-pink-opal-01,
  .mobile\:hover\:bg-hot-pink-opal-01:hover,
  .mobile\:focus\:bg-hot-pink-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-01 {
    background-color: RGBA(229, 85, 172, 0.01);
  }
  .mobile\:bg-hot-pink-opal-2,
  .mobile\:hover\:bg-hot-pink-opal-2:hover,
  .mobile\:focus\:bg-hot-pink-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-2 {
    background-color: RGBA(229, 85, 172, 0.2);
  }
  .mobile\:bg-hot-pink-opal-02,
  .mobile\:hover\:bg-hot-pink-opal-02:hover,
  .mobile\:focus\:bg-hot-pink-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-02 {
    background-color: RGBA(229, 85, 172, 0.02);
  }
  .mobile\:bg-hot-pink-opal-3,
  .mobile\:hover\:bg-hot-pink-opal-3:hover,
  .mobile\:focus\:bg-hot-pink-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-3 {
    background-color: RGBA(229, 85, 172, 0.3);
  }
  .mobile\:bg-hot-pink-opal-03,
  .mobile\:hover\:bg-hot-pink-opal-03:hover,
  .mobile\:focus\:bg-hot-pink-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-03 {
    background-color: RGBA(229, 85, 172, 0.03);
  }
  .mobile\:bg-hot-pink-opal-4,
  .mobile\:hover\:bg-hot-pink-opal-4:hover,
  .mobile\:focus\:bg-hot-pink-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-4 {
    background-color: RGBA(229, 85, 172, 0.4);
  }
  .mobile\:bg-hot-pink-opal-04,
  .mobile\:hover\:bg-hot-pink-opal-04:hover,
  .mobile\:focus\:bg-hot-pink-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-04 {
    background-color: RGBA(229, 85, 172, 0.04);
  }
  .mobile\:bg-hot-pink-opal-5,
  .mobile\:hover\:bg-hot-pink-opal-5:hover,
  .mobile\:focus\:bg-hot-pink-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-5 {
    background-color: RGBA(229, 85, 172, 0.5);
  }
  .mobile\:bg-hot-pink-opal-05,
  .mobile\:hover\:bg-hot-pink-opal-05:hover,
  .mobile\:focus\:bg-hot-pink-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-05 {
    background-color: RGBA(229, 85, 172, 0.05);
  }
  .mobile\:bg-hot-pink-opal-6,
  .mobile\:hover\:bg-hot-pink-opal-6:hover,
  .mobile\:focus\:bg-hot-pink-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-6 {
    background-color: RGBA(229, 85, 172, 0.6);
  }
  .mobile\:bg-hot-pink-opal-06,
  .mobile\:hover\:bg-hot-pink-opal-06:hover,
  .mobile\:focus\:bg-hot-pink-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-06 {
    background-color: RGBA(229, 85, 172, 0.06);
  }
  .mobile\:bg-hot-pink-opal-7,
  .mobile\:hover\:bg-hot-pink-opal-7:hover,
  .mobile\:focus\:bg-hot-pink-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-7 {
    background-color: RGBA(229, 85, 172, 0.7);
  }
  .mobile\:bg-hot-pink-opal-07,
  .mobile\:hover\:bg-hot-pink-opal-07:hover,
  .mobile\:focus\:bg-hot-pink-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-07 {
    background-color: RGBA(229, 85, 172, 0.07);
  }
  .mobile\:bg-hot-pink-opal-8,
  .mobile\:hover\:bg-hot-pink-opal-8:hover,
  .mobile\:focus\:bg-hot-pink-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-8 {
    background-color: RGBA(229, 85, 172, 0.8);
  }
  .mobile\:bg-hot-pink-opal-08,
  .mobile\:hover\:bg-hot-pink-opal-08:hover,
  .mobile\:focus\:bg-hot-pink-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-08 {
    background-color: RGBA(229, 85, 172, 0.08);
  }
  .mobile\:bg-hot-pink-opal-9,
  .mobile\:hover\:bg-hot-pink-opal-9:hover,
  .mobile\:focus\:bg-hot-pink-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-9 {
    background-color: RGBA(229, 85, 172, 0.9);
  }
  .mobile\:bg-hot-pink-opal-09,
  .mobile\:hover\:bg-hot-pink-opal-09:hover,
  .mobile\:focus\:bg-hot-pink-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-09 {
    background-color: RGBA(229, 85, 172, 0.09);
  }
  .mobile\:bg-hot-pink-opal-10,
  .mobile\:hover\:bg-hot-pink-opal-10:hover,
  .mobile\:focus\:bg-hot-pink-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-opal-10 {
    background-color: RGBA(229, 85, 172, 1);
  }
  .mobile\:bg-bubblegum,
  .mobile\:hover\:bg-bubblegum:hover,
  .mobile\:focus\:bg-bubblegum:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum {
    background-color: #ff78e1;
  }
  .mobile\:bg-bubblegum-opal-0,
  .mobile\:hover\:bg-bubblegum-opal-0:hover,
  .mobile\:focus\:bg-bubblegum-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-0 {
    background-color: RGBA(255, 120, 225, 0);
  }
  .mobile\:bg-bubblegum-opal-00,
  .mobile\:hover\:bg-bubblegum-opal-00:hover,
  .mobile\:focus\:bg-bubblegum-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-00 {
    background-color: RGBA(255, 120, 225, 0);
  }
  .mobile\:bg-bubblegum-opal-1,
  .mobile\:hover\:bg-bubblegum-opal-1:hover,
  .mobile\:focus\:bg-bubblegum-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-1 {
    background-color: RGBA(255, 120, 225, 0.1);
  }
  .mobile\:bg-bubblegum-opal-01,
  .mobile\:hover\:bg-bubblegum-opal-01:hover,
  .mobile\:focus\:bg-bubblegum-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-01 {
    background-color: RGBA(255, 120, 225, 0.01);
  }
  .mobile\:bg-bubblegum-opal-2,
  .mobile\:hover\:bg-bubblegum-opal-2:hover,
  .mobile\:focus\:bg-bubblegum-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-2 {
    background-color: RGBA(255, 120, 225, 0.2);
  }
  .mobile\:bg-bubblegum-opal-02,
  .mobile\:hover\:bg-bubblegum-opal-02:hover,
  .mobile\:focus\:bg-bubblegum-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-02 {
    background-color: RGBA(255, 120, 225, 0.02);
  }
  .mobile\:bg-bubblegum-opal-3,
  .mobile\:hover\:bg-bubblegum-opal-3:hover,
  .mobile\:focus\:bg-bubblegum-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-3 {
    background-color: RGBA(255, 120, 225, 0.3);
  }
  .mobile\:bg-bubblegum-opal-03,
  .mobile\:hover\:bg-bubblegum-opal-03:hover,
  .mobile\:focus\:bg-bubblegum-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-03 {
    background-color: RGBA(255, 120, 225, 0.03);
  }
  .mobile\:bg-bubblegum-opal-4,
  .mobile\:hover\:bg-bubblegum-opal-4:hover,
  .mobile\:focus\:bg-bubblegum-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-4 {
    background-color: RGBA(255, 120, 225, 0.4);
  }
  .mobile\:bg-bubblegum-opal-04,
  .mobile\:hover\:bg-bubblegum-opal-04:hover,
  .mobile\:focus\:bg-bubblegum-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-04 {
    background-color: RGBA(255, 120, 225, 0.04);
  }
  .mobile\:bg-bubblegum-opal-5,
  .mobile\:hover\:bg-bubblegum-opal-5:hover,
  .mobile\:focus\:bg-bubblegum-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-5 {
    background-color: RGBA(255, 120, 225, 0.5);
  }
  .mobile\:bg-bubblegum-opal-05,
  .mobile\:hover\:bg-bubblegum-opal-05:hover,
  .mobile\:focus\:bg-bubblegum-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-05 {
    background-color: RGBA(255, 120, 225, 0.05);
  }
  .mobile\:bg-bubblegum-opal-6,
  .mobile\:hover\:bg-bubblegum-opal-6:hover,
  .mobile\:focus\:bg-bubblegum-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-6 {
    background-color: RGBA(255, 120, 225, 0.6);
  }
  .mobile\:bg-bubblegum-opal-06,
  .mobile\:hover\:bg-bubblegum-opal-06:hover,
  .mobile\:focus\:bg-bubblegum-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-06 {
    background-color: RGBA(255, 120, 225, 0.06);
  }
  .mobile\:bg-bubblegum-opal-7,
  .mobile\:hover\:bg-bubblegum-opal-7:hover,
  .mobile\:focus\:bg-bubblegum-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-7 {
    background-color: RGBA(255, 120, 225, 0.7);
  }
  .mobile\:bg-bubblegum-opal-07,
  .mobile\:hover\:bg-bubblegum-opal-07:hover,
  .mobile\:focus\:bg-bubblegum-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-07 {
    background-color: RGBA(255, 120, 225, 0.07);
  }
  .mobile\:bg-bubblegum-opal-8,
  .mobile\:hover\:bg-bubblegum-opal-8:hover,
  .mobile\:focus\:bg-bubblegum-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-8 {
    background-color: RGBA(255, 120, 225, 0.8);
  }
  .mobile\:bg-bubblegum-opal-08,
  .mobile\:hover\:bg-bubblegum-opal-08:hover,
  .mobile\:focus\:bg-bubblegum-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-08 {
    background-color: RGBA(255, 120, 225, 0.08);
  }
  .mobile\:bg-bubblegum-opal-9,
  .mobile\:hover\:bg-bubblegum-opal-9:hover,
  .mobile\:focus\:bg-bubblegum-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-9 {
    background-color: RGBA(255, 120, 225, 0.9);
  }
  .mobile\:bg-bubblegum-opal-09,
  .mobile\:hover\:bg-bubblegum-opal-09:hover,
  .mobile\:focus\:bg-bubblegum-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-09 {
    background-color: RGBA(255, 120, 225, 0.09);
  }
  .mobile\:bg-bubblegum-opal-10,
  .mobile\:hover\:bg-bubblegum-opal-10:hover,
  .mobile\:focus\:bg-bubblegum-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-opal-10 {
    background-color: RGBA(255, 120, 225, 1);
  }
  .mobile\:bg-autumn,
  .mobile\:hover\:bg-autumn:hover,
  .mobile\:focus\:bg-autumn:focus,
  .mobile\:group:hover .group-hover\:bg-autumn,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn {
    background-color: #c04c0a;
  }
  .mobile\:bg-autumn-opal-0,
  .mobile\:hover\:bg-autumn-opal-0:hover,
  .mobile\:focus\:bg-autumn-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-0 {
    background-color: RGBA(192, 76, 10, 0);
  }
  .mobile\:bg-autumn-opal-00,
  .mobile\:hover\:bg-autumn-opal-00:hover,
  .mobile\:focus\:bg-autumn-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-00 {
    background-color: RGBA(192, 76, 10, 0);
  }
  .mobile\:bg-autumn-opal-1,
  .mobile\:hover\:bg-autumn-opal-1:hover,
  .mobile\:focus\:bg-autumn-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-1 {
    background-color: RGBA(192, 76, 10, 0.1);
  }
  .mobile\:bg-autumn-opal-01,
  .mobile\:hover\:bg-autumn-opal-01:hover,
  .mobile\:focus\:bg-autumn-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-01 {
    background-color: RGBA(192, 76, 10, 0.01);
  }
  .mobile\:bg-autumn-opal-2,
  .mobile\:hover\:bg-autumn-opal-2:hover,
  .mobile\:focus\:bg-autumn-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-2 {
    background-color: RGBA(192, 76, 10, 0.2);
  }
  .mobile\:bg-autumn-opal-02,
  .mobile\:hover\:bg-autumn-opal-02:hover,
  .mobile\:focus\:bg-autumn-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-02 {
    background-color: RGBA(192, 76, 10, 0.02);
  }
  .mobile\:bg-autumn-opal-3,
  .mobile\:hover\:bg-autumn-opal-3:hover,
  .mobile\:focus\:bg-autumn-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-3 {
    background-color: RGBA(192, 76, 10, 0.3);
  }
  .mobile\:bg-autumn-opal-03,
  .mobile\:hover\:bg-autumn-opal-03:hover,
  .mobile\:focus\:bg-autumn-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-03 {
    background-color: RGBA(192, 76, 10, 0.03);
  }
  .mobile\:bg-autumn-opal-4,
  .mobile\:hover\:bg-autumn-opal-4:hover,
  .mobile\:focus\:bg-autumn-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-4 {
    background-color: RGBA(192, 76, 10, 0.4);
  }
  .mobile\:bg-autumn-opal-04,
  .mobile\:hover\:bg-autumn-opal-04:hover,
  .mobile\:focus\:bg-autumn-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-04 {
    background-color: RGBA(192, 76, 10, 0.04);
  }
  .mobile\:bg-autumn-opal-5,
  .mobile\:hover\:bg-autumn-opal-5:hover,
  .mobile\:focus\:bg-autumn-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-5 {
    background-color: RGBA(192, 76, 10, 0.5);
  }
  .mobile\:bg-autumn-opal-05,
  .mobile\:hover\:bg-autumn-opal-05:hover,
  .mobile\:focus\:bg-autumn-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-05 {
    background-color: RGBA(192, 76, 10, 0.05);
  }
  .mobile\:bg-autumn-opal-6,
  .mobile\:hover\:bg-autumn-opal-6:hover,
  .mobile\:focus\:bg-autumn-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-6 {
    background-color: RGBA(192, 76, 10, 0.6);
  }
  .mobile\:bg-autumn-opal-06,
  .mobile\:hover\:bg-autumn-opal-06:hover,
  .mobile\:focus\:bg-autumn-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-06 {
    background-color: RGBA(192, 76, 10, 0.06);
  }
  .mobile\:bg-autumn-opal-7,
  .mobile\:hover\:bg-autumn-opal-7:hover,
  .mobile\:focus\:bg-autumn-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-7 {
    background-color: RGBA(192, 76, 10, 0.7);
  }
  .mobile\:bg-autumn-opal-07,
  .mobile\:hover\:bg-autumn-opal-07:hover,
  .mobile\:focus\:bg-autumn-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-07 {
    background-color: RGBA(192, 76, 10, 0.07);
  }
  .mobile\:bg-autumn-opal-8,
  .mobile\:hover\:bg-autumn-opal-8:hover,
  .mobile\:focus\:bg-autumn-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-8 {
    background-color: RGBA(192, 76, 10, 0.8);
  }
  .mobile\:bg-autumn-opal-08,
  .mobile\:hover\:bg-autumn-opal-08:hover,
  .mobile\:focus\:bg-autumn-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-08 {
    background-color: RGBA(192, 76, 10, 0.08);
  }
  .mobile\:bg-autumn-opal-9,
  .mobile\:hover\:bg-autumn-opal-9:hover,
  .mobile\:focus\:bg-autumn-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-9 {
    background-color: RGBA(192, 76, 10, 0.9);
  }
  .mobile\:bg-autumn-opal-09,
  .mobile\:hover\:bg-autumn-opal-09:hover,
  .mobile\:focus\:bg-autumn-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-09 {
    background-color: RGBA(192, 76, 10, 0.09);
  }
  .mobile\:bg-autumn-opal-10,
  .mobile\:hover\:bg-autumn-opal-10:hover,
  .mobile\:focus\:bg-autumn-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-autumn-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-autumn-opal-10 {
    background-color: RGBA(192, 76, 10, 1);
  }
  .mobile\:bg-tiger,
  .mobile\:hover\:bg-tiger:hover,
  .mobile\:focus\:bg-tiger:focus,
  .mobile\:group:hover .group-hover\:bg-tiger,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger {
    background-color: #f99048;
  }
  .mobile\:bg-tiger-opal-0,
  .mobile\:hover\:bg-tiger-opal-0:hover,
  .mobile\:focus\:bg-tiger-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-0 {
    background-color: RGBA(249, 144, 72, 0);
  }
  .mobile\:bg-tiger-opal-00,
  .mobile\:hover\:bg-tiger-opal-00:hover,
  .mobile\:focus\:bg-tiger-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-00 {
    background-color: RGBA(249, 144, 72, 0);
  }
  .mobile\:bg-tiger-opal-1,
  .mobile\:hover\:bg-tiger-opal-1:hover,
  .mobile\:focus\:bg-tiger-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-1 {
    background-color: RGBA(249, 144, 72, 0.1);
  }
  .mobile\:bg-tiger-opal-01,
  .mobile\:hover\:bg-tiger-opal-01:hover,
  .mobile\:focus\:bg-tiger-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-01 {
    background-color: RGBA(249, 144, 72, 0.01);
  }
  .mobile\:bg-tiger-opal-2,
  .mobile\:hover\:bg-tiger-opal-2:hover,
  .mobile\:focus\:bg-tiger-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-2 {
    background-color: RGBA(249, 144, 72, 0.2);
  }
  .mobile\:bg-tiger-opal-02,
  .mobile\:hover\:bg-tiger-opal-02:hover,
  .mobile\:focus\:bg-tiger-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-02 {
    background-color: RGBA(249, 144, 72, 0.02);
  }
  .mobile\:bg-tiger-opal-3,
  .mobile\:hover\:bg-tiger-opal-3:hover,
  .mobile\:focus\:bg-tiger-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-3 {
    background-color: RGBA(249, 144, 72, 0.3);
  }
  .mobile\:bg-tiger-opal-03,
  .mobile\:hover\:bg-tiger-opal-03:hover,
  .mobile\:focus\:bg-tiger-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-03 {
    background-color: RGBA(249, 144, 72, 0.03);
  }
  .mobile\:bg-tiger-opal-4,
  .mobile\:hover\:bg-tiger-opal-4:hover,
  .mobile\:focus\:bg-tiger-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-4 {
    background-color: RGBA(249, 144, 72, 0.4);
  }
  .mobile\:bg-tiger-opal-04,
  .mobile\:hover\:bg-tiger-opal-04:hover,
  .mobile\:focus\:bg-tiger-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-04 {
    background-color: RGBA(249, 144, 72, 0.04);
  }
  .mobile\:bg-tiger-opal-5,
  .mobile\:hover\:bg-tiger-opal-5:hover,
  .mobile\:focus\:bg-tiger-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-5 {
    background-color: RGBA(249, 144, 72, 0.5);
  }
  .mobile\:bg-tiger-opal-05,
  .mobile\:hover\:bg-tiger-opal-05:hover,
  .mobile\:focus\:bg-tiger-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-05 {
    background-color: RGBA(249, 144, 72, 0.05);
  }
  .mobile\:bg-tiger-opal-6,
  .mobile\:hover\:bg-tiger-opal-6:hover,
  .mobile\:focus\:bg-tiger-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-6 {
    background-color: RGBA(249, 144, 72, 0.6);
  }
  .mobile\:bg-tiger-opal-06,
  .mobile\:hover\:bg-tiger-opal-06:hover,
  .mobile\:focus\:bg-tiger-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-06 {
    background-color: RGBA(249, 144, 72, 0.06);
  }
  .mobile\:bg-tiger-opal-7,
  .mobile\:hover\:bg-tiger-opal-7:hover,
  .mobile\:focus\:bg-tiger-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-7 {
    background-color: RGBA(249, 144, 72, 0.7);
  }
  .mobile\:bg-tiger-opal-07,
  .mobile\:hover\:bg-tiger-opal-07:hover,
  .mobile\:focus\:bg-tiger-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-07 {
    background-color: RGBA(249, 144, 72, 0.07);
  }
  .mobile\:bg-tiger-opal-8,
  .mobile\:hover\:bg-tiger-opal-8:hover,
  .mobile\:focus\:bg-tiger-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-8 {
    background-color: RGBA(249, 144, 72, 0.8);
  }
  .mobile\:bg-tiger-opal-08,
  .mobile\:hover\:bg-tiger-opal-08:hover,
  .mobile\:focus\:bg-tiger-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-08 {
    background-color: RGBA(249, 144, 72, 0.08);
  }
  .mobile\:bg-tiger-opal-9,
  .mobile\:hover\:bg-tiger-opal-9:hover,
  .mobile\:focus\:bg-tiger-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-9 {
    background-color: RGBA(249, 144, 72, 0.9);
  }
  .mobile\:bg-tiger-opal-09,
  .mobile\:hover\:bg-tiger-opal-09:hover,
  .mobile\:focus\:bg-tiger-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-09 {
    background-color: RGBA(249, 144, 72, 0.09);
  }
  .mobile\:bg-tiger-opal-10,
  .mobile\:hover\:bg-tiger-opal-10:hover,
  .mobile\:focus\:bg-tiger-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-opal-10 {
    background-color: RGBA(249, 144, 72, 1);
  }
  .mobile\:bg-summer,
  .mobile\:hover\:bg-summer:hover,
  .mobile\:focus\:bg-summer:focus,
  .mobile\:group:hover .group-hover\:bg-summer,
  .mobile\:group:focus-within .group-focus-within\:bg-summer {
    background-color: #f9c748;
  }
  .mobile\:bg-summer-opal-0,
  .mobile\:hover\:bg-summer-opal-0:hover,
  .mobile\:focus\:bg-summer-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-0 {
    background-color: RGBA(249, 199, 72, 0);
  }
  .mobile\:bg-summer-opal-00,
  .mobile\:hover\:bg-summer-opal-00:hover,
  .mobile\:focus\:bg-summer-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-00 {
    background-color: RGBA(249, 199, 72, 0);
  }
  .mobile\:bg-summer-opal-1,
  .mobile\:hover\:bg-summer-opal-1:hover,
  .mobile\:focus\:bg-summer-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-1 {
    background-color: RGBA(249, 199, 72, 0.1);
  }
  .mobile\:bg-summer-opal-01,
  .mobile\:hover\:bg-summer-opal-01:hover,
  .mobile\:focus\:bg-summer-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-01 {
    background-color: RGBA(249, 199, 72, 0.01);
  }
  .mobile\:bg-summer-opal-2,
  .mobile\:hover\:bg-summer-opal-2:hover,
  .mobile\:focus\:bg-summer-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-2 {
    background-color: RGBA(249, 199, 72, 0.2);
  }
  .mobile\:bg-summer-opal-02,
  .mobile\:hover\:bg-summer-opal-02:hover,
  .mobile\:focus\:bg-summer-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-02 {
    background-color: RGBA(249, 199, 72, 0.02);
  }
  .mobile\:bg-summer-opal-3,
  .mobile\:hover\:bg-summer-opal-3:hover,
  .mobile\:focus\:bg-summer-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-3 {
    background-color: RGBA(249, 199, 72, 0.3);
  }
  .mobile\:bg-summer-opal-03,
  .mobile\:hover\:bg-summer-opal-03:hover,
  .mobile\:focus\:bg-summer-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-03 {
    background-color: RGBA(249, 199, 72, 0.03);
  }
  .mobile\:bg-summer-opal-4,
  .mobile\:hover\:bg-summer-opal-4:hover,
  .mobile\:focus\:bg-summer-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-4 {
    background-color: RGBA(249, 199, 72, 0.4);
  }
  .mobile\:bg-summer-opal-04,
  .mobile\:hover\:bg-summer-opal-04:hover,
  .mobile\:focus\:bg-summer-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-04 {
    background-color: RGBA(249, 199, 72, 0.04);
  }
  .mobile\:bg-summer-opal-5,
  .mobile\:hover\:bg-summer-opal-5:hover,
  .mobile\:focus\:bg-summer-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-5 {
    background-color: RGBA(249, 199, 72, 0.5);
  }
  .mobile\:bg-summer-opal-05,
  .mobile\:hover\:bg-summer-opal-05:hover,
  .mobile\:focus\:bg-summer-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-05 {
    background-color: RGBA(249, 199, 72, 0.05);
  }
  .mobile\:bg-summer-opal-6,
  .mobile\:hover\:bg-summer-opal-6:hover,
  .mobile\:focus\:bg-summer-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-6 {
    background-color: RGBA(249, 199, 72, 0.6);
  }
  .mobile\:bg-summer-opal-06,
  .mobile\:hover\:bg-summer-opal-06:hover,
  .mobile\:focus\:bg-summer-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-06 {
    background-color: RGBA(249, 199, 72, 0.06);
  }
  .mobile\:bg-summer-opal-7,
  .mobile\:hover\:bg-summer-opal-7:hover,
  .mobile\:focus\:bg-summer-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-7 {
    background-color: RGBA(249, 199, 72, 0.7);
  }
  .mobile\:bg-summer-opal-07,
  .mobile\:hover\:bg-summer-opal-07:hover,
  .mobile\:focus\:bg-summer-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-07 {
    background-color: RGBA(249, 199, 72, 0.07);
  }
  .mobile\:bg-summer-opal-8,
  .mobile\:hover\:bg-summer-opal-8:hover,
  .mobile\:focus\:bg-summer-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-8 {
    background-color: RGBA(249, 199, 72, 0.8);
  }
  .mobile\:bg-summer-opal-08,
  .mobile\:hover\:bg-summer-opal-08:hover,
  .mobile\:focus\:bg-summer-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-08 {
    background-color: RGBA(249, 199, 72, 0.08);
  }
  .mobile\:bg-summer-opal-9,
  .mobile\:hover\:bg-summer-opal-9:hover,
  .mobile\:focus\:bg-summer-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-9 {
    background-color: RGBA(249, 199, 72, 0.9);
  }
  .mobile\:bg-summer-opal-09,
  .mobile\:hover\:bg-summer-opal-09:hover,
  .mobile\:focus\:bg-summer-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-09 {
    background-color: RGBA(249, 199, 72, 0.09);
  }
  .mobile\:bg-summer-opal-10,
  .mobile\:hover\:bg-summer-opal-10:hover,
  .mobile\:focus\:bg-summer-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-summer-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-summer-opal-10 {
    background-color: RGBA(249, 199, 72, 1);
  }
  .mobile\:bg-daffodil,
  .mobile\:hover\:bg-daffodil:hover,
  .mobile\:focus\:bg-daffodil:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil {
    background-color: #ffe792;
  }
  .mobile\:bg-daffodil-opal-0,
  .mobile\:hover\:bg-daffodil-opal-0:hover,
  .mobile\:focus\:bg-daffodil-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-0 {
    background-color: RGBA(255, 231, 146, 0);
  }
  .mobile\:bg-daffodil-opal-00,
  .mobile\:hover\:bg-daffodil-opal-00:hover,
  .mobile\:focus\:bg-daffodil-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-00 {
    background-color: RGBA(255, 231, 146, 0);
  }
  .mobile\:bg-daffodil-opal-1,
  .mobile\:hover\:bg-daffodil-opal-1:hover,
  .mobile\:focus\:bg-daffodil-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-1 {
    background-color: RGBA(255, 231, 146, 0.1);
  }
  .mobile\:bg-daffodil-opal-01,
  .mobile\:hover\:bg-daffodil-opal-01:hover,
  .mobile\:focus\:bg-daffodil-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-01 {
    background-color: RGBA(255, 231, 146, 0.01);
  }
  .mobile\:bg-daffodil-opal-2,
  .mobile\:hover\:bg-daffodil-opal-2:hover,
  .mobile\:focus\:bg-daffodil-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-2 {
    background-color: RGBA(255, 231, 146, 0.2);
  }
  .mobile\:bg-daffodil-opal-02,
  .mobile\:hover\:bg-daffodil-opal-02:hover,
  .mobile\:focus\:bg-daffodil-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-02 {
    background-color: RGBA(255, 231, 146, 0.02);
  }
  .mobile\:bg-daffodil-opal-3,
  .mobile\:hover\:bg-daffodil-opal-3:hover,
  .mobile\:focus\:bg-daffodil-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-3 {
    background-color: RGBA(255, 231, 146, 0.3);
  }
  .mobile\:bg-daffodil-opal-03,
  .mobile\:hover\:bg-daffodil-opal-03:hover,
  .mobile\:focus\:bg-daffodil-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-03 {
    background-color: RGBA(255, 231, 146, 0.03);
  }
  .mobile\:bg-daffodil-opal-4,
  .mobile\:hover\:bg-daffodil-opal-4:hover,
  .mobile\:focus\:bg-daffodil-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-4 {
    background-color: RGBA(255, 231, 146, 0.4);
  }
  .mobile\:bg-daffodil-opal-04,
  .mobile\:hover\:bg-daffodil-opal-04:hover,
  .mobile\:focus\:bg-daffodil-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-04 {
    background-color: RGBA(255, 231, 146, 0.04);
  }
  .mobile\:bg-daffodil-opal-5,
  .mobile\:hover\:bg-daffodil-opal-5:hover,
  .mobile\:focus\:bg-daffodil-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-5 {
    background-color: RGBA(255, 231, 146, 0.5);
  }
  .mobile\:bg-daffodil-opal-05,
  .mobile\:hover\:bg-daffodil-opal-05:hover,
  .mobile\:focus\:bg-daffodil-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-05 {
    background-color: RGBA(255, 231, 146, 0.05);
  }
  .mobile\:bg-daffodil-opal-6,
  .mobile\:hover\:bg-daffodil-opal-6:hover,
  .mobile\:focus\:bg-daffodil-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-6 {
    background-color: RGBA(255, 231, 146, 0.6);
  }
  .mobile\:bg-daffodil-opal-06,
  .mobile\:hover\:bg-daffodil-opal-06:hover,
  .mobile\:focus\:bg-daffodil-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-06 {
    background-color: RGBA(255, 231, 146, 0.06);
  }
  .mobile\:bg-daffodil-opal-7,
  .mobile\:hover\:bg-daffodil-opal-7:hover,
  .mobile\:focus\:bg-daffodil-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-7 {
    background-color: RGBA(255, 231, 146, 0.7);
  }
  .mobile\:bg-daffodil-opal-07,
  .mobile\:hover\:bg-daffodil-opal-07:hover,
  .mobile\:focus\:bg-daffodil-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-07 {
    background-color: RGBA(255, 231, 146, 0.07);
  }
  .mobile\:bg-daffodil-opal-8,
  .mobile\:hover\:bg-daffodil-opal-8:hover,
  .mobile\:focus\:bg-daffodil-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-8 {
    background-color: RGBA(255, 231, 146, 0.8);
  }
  .mobile\:bg-daffodil-opal-08,
  .mobile\:hover\:bg-daffodil-opal-08:hover,
  .mobile\:focus\:bg-daffodil-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-08 {
    background-color: RGBA(255, 231, 146, 0.08);
  }
  .mobile\:bg-daffodil-opal-9,
  .mobile\:hover\:bg-daffodil-opal-9:hover,
  .mobile\:focus\:bg-daffodil-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-9 {
    background-color: RGBA(255, 231, 146, 0.9);
  }
  .mobile\:bg-daffodil-opal-09,
  .mobile\:hover\:bg-daffodil-opal-09:hover,
  .mobile\:focus\:bg-daffodil-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-09 {
    background-color: RGBA(255, 231, 146, 0.09);
  }
  .mobile\:bg-daffodil-opal-10,
  .mobile\:hover\:bg-daffodil-opal-10:hover,
  .mobile\:focus\:bg-daffodil-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-opal-10 {
    background-color: RGBA(255, 231, 146, 1);
  }
  .mobile\:bg-turquoise,
  .mobile\:hover\:bg-turquoise:hover,
  .mobile\:focus\:bg-turquoise:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise {
    background-color: #097d98;
  }
  .mobile\:bg-turquoise-opal-0,
  .mobile\:hover\:bg-turquoise-opal-0:hover,
  .mobile\:focus\:bg-turquoise-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-0 {
    background-color: RGBA(9, 125, 152, 0);
  }
  .mobile\:bg-turquoise-opal-00,
  .mobile\:hover\:bg-turquoise-opal-00:hover,
  .mobile\:focus\:bg-turquoise-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-00 {
    background-color: RGBA(9, 125, 152, 0);
  }
  .mobile\:bg-turquoise-opal-1,
  .mobile\:hover\:bg-turquoise-opal-1:hover,
  .mobile\:focus\:bg-turquoise-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-1 {
    background-color: RGBA(9, 125, 152, 0.1);
  }
  .mobile\:bg-turquoise-opal-01,
  .mobile\:hover\:bg-turquoise-opal-01:hover,
  .mobile\:focus\:bg-turquoise-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-01 {
    background-color: RGBA(9, 125, 152, 0.01);
  }
  .mobile\:bg-turquoise-opal-2,
  .mobile\:hover\:bg-turquoise-opal-2:hover,
  .mobile\:focus\:bg-turquoise-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-2 {
    background-color: RGBA(9, 125, 152, 0.2);
  }
  .mobile\:bg-turquoise-opal-02,
  .mobile\:hover\:bg-turquoise-opal-02:hover,
  .mobile\:focus\:bg-turquoise-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-02 {
    background-color: RGBA(9, 125, 152, 0.02);
  }
  .mobile\:bg-turquoise-opal-3,
  .mobile\:hover\:bg-turquoise-opal-3:hover,
  .mobile\:focus\:bg-turquoise-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-3 {
    background-color: RGBA(9, 125, 152, 0.3);
  }
  .mobile\:bg-turquoise-opal-03,
  .mobile\:hover\:bg-turquoise-opal-03:hover,
  .mobile\:focus\:bg-turquoise-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-03 {
    background-color: RGBA(9, 125, 152, 0.03);
  }
  .mobile\:bg-turquoise-opal-4,
  .mobile\:hover\:bg-turquoise-opal-4:hover,
  .mobile\:focus\:bg-turquoise-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-4 {
    background-color: RGBA(9, 125, 152, 0.4);
  }
  .mobile\:bg-turquoise-opal-04,
  .mobile\:hover\:bg-turquoise-opal-04:hover,
  .mobile\:focus\:bg-turquoise-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-04 {
    background-color: RGBA(9, 125, 152, 0.04);
  }
  .mobile\:bg-turquoise-opal-5,
  .mobile\:hover\:bg-turquoise-opal-5:hover,
  .mobile\:focus\:bg-turquoise-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-5 {
    background-color: RGBA(9, 125, 152, 0.5);
  }
  .mobile\:bg-turquoise-opal-05,
  .mobile\:hover\:bg-turquoise-opal-05:hover,
  .mobile\:focus\:bg-turquoise-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-05 {
    background-color: RGBA(9, 125, 152, 0.05);
  }
  .mobile\:bg-turquoise-opal-6,
  .mobile\:hover\:bg-turquoise-opal-6:hover,
  .mobile\:focus\:bg-turquoise-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-6 {
    background-color: RGBA(9, 125, 152, 0.6);
  }
  .mobile\:bg-turquoise-opal-06,
  .mobile\:hover\:bg-turquoise-opal-06:hover,
  .mobile\:focus\:bg-turquoise-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-06 {
    background-color: RGBA(9, 125, 152, 0.06);
  }
  .mobile\:bg-turquoise-opal-7,
  .mobile\:hover\:bg-turquoise-opal-7:hover,
  .mobile\:focus\:bg-turquoise-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-7 {
    background-color: RGBA(9, 125, 152, 0.7);
  }
  .mobile\:bg-turquoise-opal-07,
  .mobile\:hover\:bg-turquoise-opal-07:hover,
  .mobile\:focus\:bg-turquoise-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-07 {
    background-color: RGBA(9, 125, 152, 0.07);
  }
  .mobile\:bg-turquoise-opal-8,
  .mobile\:hover\:bg-turquoise-opal-8:hover,
  .mobile\:focus\:bg-turquoise-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-8 {
    background-color: RGBA(9, 125, 152, 0.8);
  }
  .mobile\:bg-turquoise-opal-08,
  .mobile\:hover\:bg-turquoise-opal-08:hover,
  .mobile\:focus\:bg-turquoise-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-08 {
    background-color: RGBA(9, 125, 152, 0.08);
  }
  .mobile\:bg-turquoise-opal-9,
  .mobile\:hover\:bg-turquoise-opal-9:hover,
  .mobile\:focus\:bg-turquoise-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-9 {
    background-color: RGBA(9, 125, 152, 0.9);
  }
  .mobile\:bg-turquoise-opal-09,
  .mobile\:hover\:bg-turquoise-opal-09:hover,
  .mobile\:focus\:bg-turquoise-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-09 {
    background-color: RGBA(9, 125, 152, 0.09);
  }
  .mobile\:bg-turquoise-opal-10,
  .mobile\:hover\:bg-turquoise-opal-10:hover,
  .mobile\:focus\:bg-turquoise-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-turquoise-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-turquoise-opal-10 {
    background-color: RGBA(9, 125, 152, 1);
  }
  .mobile\:bg-dark-teal,
  .mobile\:hover\:bg-dark-teal:hover,
  .mobile\:focus\:bg-dark-teal:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal {
    background-color: #168982;
  }
  .mobile\:bg-dark-teal-opal-0,
  .mobile\:hover\:bg-dark-teal-opal-0:hover,
  .mobile\:focus\:bg-dark-teal-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-0 {
    background-color: RGBA(22, 137, 130, 0);
  }
  .mobile\:bg-dark-teal-opal-00,
  .mobile\:hover\:bg-dark-teal-opal-00:hover,
  .mobile\:focus\:bg-dark-teal-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-00 {
    background-color: RGBA(22, 137, 130, 0);
  }
  .mobile\:bg-dark-teal-opal-1,
  .mobile\:hover\:bg-dark-teal-opal-1:hover,
  .mobile\:focus\:bg-dark-teal-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-1 {
    background-color: RGBA(22, 137, 130, 0.1);
  }
  .mobile\:bg-dark-teal-opal-01,
  .mobile\:hover\:bg-dark-teal-opal-01:hover,
  .mobile\:focus\:bg-dark-teal-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-01 {
    background-color: RGBA(22, 137, 130, 0.01);
  }
  .mobile\:bg-dark-teal-opal-2,
  .mobile\:hover\:bg-dark-teal-opal-2:hover,
  .mobile\:focus\:bg-dark-teal-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-2 {
    background-color: RGBA(22, 137, 130, 0.2);
  }
  .mobile\:bg-dark-teal-opal-02,
  .mobile\:hover\:bg-dark-teal-opal-02:hover,
  .mobile\:focus\:bg-dark-teal-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-02 {
    background-color: RGBA(22, 137, 130, 0.02);
  }
  .mobile\:bg-dark-teal-opal-3,
  .mobile\:hover\:bg-dark-teal-opal-3:hover,
  .mobile\:focus\:bg-dark-teal-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-3 {
    background-color: RGBA(22, 137, 130, 0.3);
  }
  .mobile\:bg-dark-teal-opal-03,
  .mobile\:hover\:bg-dark-teal-opal-03:hover,
  .mobile\:focus\:bg-dark-teal-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-03 {
    background-color: RGBA(22, 137, 130, 0.03);
  }
  .mobile\:bg-dark-teal-opal-4,
  .mobile\:hover\:bg-dark-teal-opal-4:hover,
  .mobile\:focus\:bg-dark-teal-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-4 {
    background-color: RGBA(22, 137, 130, 0.4);
  }
  .mobile\:bg-dark-teal-opal-04,
  .mobile\:hover\:bg-dark-teal-opal-04:hover,
  .mobile\:focus\:bg-dark-teal-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-04 {
    background-color: RGBA(22, 137, 130, 0.04);
  }
  .mobile\:bg-dark-teal-opal-5,
  .mobile\:hover\:bg-dark-teal-opal-5:hover,
  .mobile\:focus\:bg-dark-teal-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-5 {
    background-color: RGBA(22, 137, 130, 0.5);
  }
  .mobile\:bg-dark-teal-opal-05,
  .mobile\:hover\:bg-dark-teal-opal-05:hover,
  .mobile\:focus\:bg-dark-teal-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-05 {
    background-color: RGBA(22, 137, 130, 0.05);
  }
  .mobile\:bg-dark-teal-opal-6,
  .mobile\:hover\:bg-dark-teal-opal-6:hover,
  .mobile\:focus\:bg-dark-teal-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-6 {
    background-color: RGBA(22, 137, 130, 0.6);
  }
  .mobile\:bg-dark-teal-opal-06,
  .mobile\:hover\:bg-dark-teal-opal-06:hover,
  .mobile\:focus\:bg-dark-teal-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-06 {
    background-color: RGBA(22, 137, 130, 0.06);
  }
  .mobile\:bg-dark-teal-opal-7,
  .mobile\:hover\:bg-dark-teal-opal-7:hover,
  .mobile\:focus\:bg-dark-teal-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-7 {
    background-color: RGBA(22, 137, 130, 0.7);
  }
  .mobile\:bg-dark-teal-opal-07,
  .mobile\:hover\:bg-dark-teal-opal-07:hover,
  .mobile\:focus\:bg-dark-teal-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-07 {
    background-color: RGBA(22, 137, 130, 0.07);
  }
  .mobile\:bg-dark-teal-opal-8,
  .mobile\:hover\:bg-dark-teal-opal-8:hover,
  .mobile\:focus\:bg-dark-teal-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-8 {
    background-color: RGBA(22, 137, 130, 0.8);
  }
  .mobile\:bg-dark-teal-opal-08,
  .mobile\:hover\:bg-dark-teal-opal-08:hover,
  .mobile\:focus\:bg-dark-teal-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-08 {
    background-color: RGBA(22, 137, 130, 0.08);
  }
  .mobile\:bg-dark-teal-opal-9,
  .mobile\:hover\:bg-dark-teal-opal-9:hover,
  .mobile\:focus\:bg-dark-teal-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-9 {
    background-color: RGBA(22, 137, 130, 0.9);
  }
  .mobile\:bg-dark-teal-opal-09,
  .mobile\:hover\:bg-dark-teal-opal-09:hover,
  .mobile\:focus\:bg-dark-teal-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-09 {
    background-color: RGBA(22, 137, 130, 0.09);
  }
  .mobile\:bg-dark-teal-opal-10,
  .mobile\:hover\:bg-dark-teal-opal-10:hover,
  .mobile\:focus\:bg-dark-teal-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-opal-10 {
    background-color: RGBA(22, 137, 130, 1);
  }
  .mobile\:bg-teal,
  .mobile\:hover\:bg-teal:hover,
  .mobile\:focus\:bg-teal:focus,
  .mobile\:group:hover .group-hover\:bg-teal,
  .mobile\:group:focus-within .group-focus-within\:bg-teal {
    background-color: #43b59a;
  }
  .mobile\:bg-teal-opal-0,
  .mobile\:hover\:bg-teal-opal-0:hover,
  .mobile\:focus\:bg-teal-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-0 {
    background-color: RGBA(67, 181, 154, 0);
  }
  .mobile\:bg-teal-opal-00,
  .mobile\:hover\:bg-teal-opal-00:hover,
  .mobile\:focus\:bg-teal-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-00 {
    background-color: RGBA(67, 181, 154, 0);
  }
  .mobile\:bg-teal-opal-1,
  .mobile\:hover\:bg-teal-opal-1:hover,
  .mobile\:focus\:bg-teal-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-1 {
    background-color: RGBA(67, 181, 154, 0.1);
  }
  .mobile\:bg-teal-opal-01,
  .mobile\:hover\:bg-teal-opal-01:hover,
  .mobile\:focus\:bg-teal-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-01 {
    background-color: RGBA(67, 181, 154, 0.01);
  }
  .mobile\:bg-teal-opal-2,
  .mobile\:hover\:bg-teal-opal-2:hover,
  .mobile\:focus\:bg-teal-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-2 {
    background-color: RGBA(67, 181, 154, 0.2);
  }
  .mobile\:bg-teal-opal-02,
  .mobile\:hover\:bg-teal-opal-02:hover,
  .mobile\:focus\:bg-teal-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-02 {
    background-color: RGBA(67, 181, 154, 0.02);
  }
  .mobile\:bg-teal-opal-3,
  .mobile\:hover\:bg-teal-opal-3:hover,
  .mobile\:focus\:bg-teal-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-3 {
    background-color: RGBA(67, 181, 154, 0.3);
  }
  .mobile\:bg-teal-opal-03,
  .mobile\:hover\:bg-teal-opal-03:hover,
  .mobile\:focus\:bg-teal-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-03 {
    background-color: RGBA(67, 181, 154, 0.03);
  }
  .mobile\:bg-teal-opal-4,
  .mobile\:hover\:bg-teal-opal-4:hover,
  .mobile\:focus\:bg-teal-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-4 {
    background-color: RGBA(67, 181, 154, 0.4);
  }
  .mobile\:bg-teal-opal-04,
  .mobile\:hover\:bg-teal-opal-04:hover,
  .mobile\:focus\:bg-teal-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-04 {
    background-color: RGBA(67, 181, 154, 0.04);
  }
  .mobile\:bg-teal-opal-5,
  .mobile\:hover\:bg-teal-opal-5:hover,
  .mobile\:focus\:bg-teal-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-5 {
    background-color: RGBA(67, 181, 154, 0.5);
  }
  .mobile\:bg-teal-opal-05,
  .mobile\:hover\:bg-teal-opal-05:hover,
  .mobile\:focus\:bg-teal-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-05 {
    background-color: RGBA(67, 181, 154, 0.05);
  }
  .mobile\:bg-teal-opal-6,
  .mobile\:hover\:bg-teal-opal-6:hover,
  .mobile\:focus\:bg-teal-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-6 {
    background-color: RGBA(67, 181, 154, 0.6);
  }
  .mobile\:bg-teal-opal-06,
  .mobile\:hover\:bg-teal-opal-06:hover,
  .mobile\:focus\:bg-teal-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-06 {
    background-color: RGBA(67, 181, 154, 0.06);
  }
  .mobile\:bg-teal-opal-7,
  .mobile\:hover\:bg-teal-opal-7:hover,
  .mobile\:focus\:bg-teal-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-7 {
    background-color: RGBA(67, 181, 154, 0.7);
  }
  .mobile\:bg-teal-opal-07,
  .mobile\:hover\:bg-teal-opal-07:hover,
  .mobile\:focus\:bg-teal-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-07 {
    background-color: RGBA(67, 181, 154, 0.07);
  }
  .mobile\:bg-teal-opal-8,
  .mobile\:hover\:bg-teal-opal-8:hover,
  .mobile\:focus\:bg-teal-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-8 {
    background-color: RGBA(67, 181, 154, 0.8);
  }
  .mobile\:bg-teal-opal-08,
  .mobile\:hover\:bg-teal-opal-08:hover,
  .mobile\:focus\:bg-teal-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-08 {
    background-color: RGBA(67, 181, 154, 0.08);
  }
  .mobile\:bg-teal-opal-9,
  .mobile\:hover\:bg-teal-opal-9:hover,
  .mobile\:focus\:bg-teal-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-9 {
    background-color: RGBA(67, 181, 154, 0.9);
  }
  .mobile\:bg-teal-opal-09,
  .mobile\:hover\:bg-teal-opal-09:hover,
  .mobile\:focus\:bg-teal-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-09 {
    background-color: RGBA(67, 181, 154, 0.09);
  }
  .mobile\:bg-teal-opal-10,
  .mobile\:hover\:bg-teal-opal-10:hover,
  .mobile\:focus\:bg-teal-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-teal-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-teal-opal-10 {
    background-color: RGBA(67, 181, 154, 1);
  }
  .mobile\:bg-vibe,
  .mobile\:hover\:bg-vibe:hover,
  .mobile\:focus\:bg-vibe:focus,
  .mobile\:group:hover .group-hover\:bg-vibe,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe {
    background-color: #4bd6b5;
  }
  .mobile\:bg-vibe-opal-0,
  .mobile\:hover\:bg-vibe-opal-0:hover,
  .mobile\:focus\:bg-vibe-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-0 {
    background-color: RGBA(75, 214, 181, 0);
  }
  .mobile\:bg-vibe-opal-00,
  .mobile\:hover\:bg-vibe-opal-00:hover,
  .mobile\:focus\:bg-vibe-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-00 {
    background-color: RGBA(75, 214, 181, 0);
  }
  .mobile\:bg-vibe-opal-1,
  .mobile\:hover\:bg-vibe-opal-1:hover,
  .mobile\:focus\:bg-vibe-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-1 {
    background-color: RGBA(75, 214, 181, 0.1);
  }
  .mobile\:bg-vibe-opal-01,
  .mobile\:hover\:bg-vibe-opal-01:hover,
  .mobile\:focus\:bg-vibe-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-01 {
    background-color: RGBA(75, 214, 181, 0.01);
  }
  .mobile\:bg-vibe-opal-2,
  .mobile\:hover\:bg-vibe-opal-2:hover,
  .mobile\:focus\:bg-vibe-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-2 {
    background-color: RGBA(75, 214, 181, 0.2);
  }
  .mobile\:bg-vibe-opal-02,
  .mobile\:hover\:bg-vibe-opal-02:hover,
  .mobile\:focus\:bg-vibe-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-02 {
    background-color: RGBA(75, 214, 181, 0.02);
  }
  .mobile\:bg-vibe-opal-3,
  .mobile\:hover\:bg-vibe-opal-3:hover,
  .mobile\:focus\:bg-vibe-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-3 {
    background-color: RGBA(75, 214, 181, 0.3);
  }
  .mobile\:bg-vibe-opal-03,
  .mobile\:hover\:bg-vibe-opal-03:hover,
  .mobile\:focus\:bg-vibe-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-03 {
    background-color: RGBA(75, 214, 181, 0.03);
  }
  .mobile\:bg-vibe-opal-4,
  .mobile\:hover\:bg-vibe-opal-4:hover,
  .mobile\:focus\:bg-vibe-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-4 {
    background-color: RGBA(75, 214, 181, 0.4);
  }
  .mobile\:bg-vibe-opal-04,
  .mobile\:hover\:bg-vibe-opal-04:hover,
  .mobile\:focus\:bg-vibe-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-04 {
    background-color: RGBA(75, 214, 181, 0.04);
  }
  .mobile\:bg-vibe-opal-5,
  .mobile\:hover\:bg-vibe-opal-5:hover,
  .mobile\:focus\:bg-vibe-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-5 {
    background-color: RGBA(75, 214, 181, 0.5);
  }
  .mobile\:bg-vibe-opal-05,
  .mobile\:hover\:bg-vibe-opal-05:hover,
  .mobile\:focus\:bg-vibe-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-05 {
    background-color: RGBA(75, 214, 181, 0.05);
  }
  .mobile\:bg-vibe-opal-6,
  .mobile\:hover\:bg-vibe-opal-6:hover,
  .mobile\:focus\:bg-vibe-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-6 {
    background-color: RGBA(75, 214, 181, 0.6);
  }
  .mobile\:bg-vibe-opal-06,
  .mobile\:hover\:bg-vibe-opal-06:hover,
  .mobile\:focus\:bg-vibe-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-06 {
    background-color: RGBA(75, 214, 181, 0.06);
  }
  .mobile\:bg-vibe-opal-7,
  .mobile\:hover\:bg-vibe-opal-7:hover,
  .mobile\:focus\:bg-vibe-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-7 {
    background-color: RGBA(75, 214, 181, 0.7);
  }
  .mobile\:bg-vibe-opal-07,
  .mobile\:hover\:bg-vibe-opal-07:hover,
  .mobile\:focus\:bg-vibe-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-07 {
    background-color: RGBA(75, 214, 181, 0.07);
  }
  .mobile\:bg-vibe-opal-8,
  .mobile\:hover\:bg-vibe-opal-8:hover,
  .mobile\:focus\:bg-vibe-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-8 {
    background-color: RGBA(75, 214, 181, 0.8);
  }
  .mobile\:bg-vibe-opal-08,
  .mobile\:hover\:bg-vibe-opal-08:hover,
  .mobile\:focus\:bg-vibe-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-08 {
    background-color: RGBA(75, 214, 181, 0.08);
  }
  .mobile\:bg-vibe-opal-9,
  .mobile\:hover\:bg-vibe-opal-9:hover,
  .mobile\:focus\:bg-vibe-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-9 {
    background-color: RGBA(75, 214, 181, 0.9);
  }
  .mobile\:bg-vibe-opal-09,
  .mobile\:hover\:bg-vibe-opal-09:hover,
  .mobile\:focus\:bg-vibe-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-09 {
    background-color: RGBA(75, 214, 181, 0.09);
  }
  .mobile\:bg-vibe-opal-10,
  .mobile\:hover\:bg-vibe-opal-10:hover,
  .mobile\:focus\:bg-vibe-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-vibe-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-vibe-opal-10 {
    background-color: RGBA(75, 214, 181, 1);
  }
  .mobile\:bg-deep-sea,
  .mobile\:hover\:bg-deep-sea:hover,
  .mobile\:focus\:bg-deep-sea:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea {
    background-color: #0a26b8;
  }
  .mobile\:bg-deep-sea-opal-0,
  .mobile\:hover\:bg-deep-sea-opal-0:hover,
  .mobile\:focus\:bg-deep-sea-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-0 {
    background-color: RGBA(10, 38, 184, 0);
  }
  .mobile\:bg-deep-sea-opal-00,
  .mobile\:hover\:bg-deep-sea-opal-00:hover,
  .mobile\:focus\:bg-deep-sea-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-00 {
    background-color: RGBA(10, 38, 184, 0);
  }
  .mobile\:bg-deep-sea-opal-1,
  .mobile\:hover\:bg-deep-sea-opal-1:hover,
  .mobile\:focus\:bg-deep-sea-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-1 {
    background-color: RGBA(10, 38, 184, 0.1);
  }
  .mobile\:bg-deep-sea-opal-01,
  .mobile\:hover\:bg-deep-sea-opal-01:hover,
  .mobile\:focus\:bg-deep-sea-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-01 {
    background-color: RGBA(10, 38, 184, 0.01);
  }
  .mobile\:bg-deep-sea-opal-2,
  .mobile\:hover\:bg-deep-sea-opal-2:hover,
  .mobile\:focus\:bg-deep-sea-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-2 {
    background-color: RGBA(10, 38, 184, 0.2);
  }
  .mobile\:bg-deep-sea-opal-02,
  .mobile\:hover\:bg-deep-sea-opal-02:hover,
  .mobile\:focus\:bg-deep-sea-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-02 {
    background-color: RGBA(10, 38, 184, 0.02);
  }
  .mobile\:bg-deep-sea-opal-3,
  .mobile\:hover\:bg-deep-sea-opal-3:hover,
  .mobile\:focus\:bg-deep-sea-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-3 {
    background-color: RGBA(10, 38, 184, 0.3);
  }
  .mobile\:bg-deep-sea-opal-03,
  .mobile\:hover\:bg-deep-sea-opal-03:hover,
  .mobile\:focus\:bg-deep-sea-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-03 {
    background-color: RGBA(10, 38, 184, 0.03);
  }
  .mobile\:bg-deep-sea-opal-4,
  .mobile\:hover\:bg-deep-sea-opal-4:hover,
  .mobile\:focus\:bg-deep-sea-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-4 {
    background-color: RGBA(10, 38, 184, 0.4);
  }
  .mobile\:bg-deep-sea-opal-04,
  .mobile\:hover\:bg-deep-sea-opal-04:hover,
  .mobile\:focus\:bg-deep-sea-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-04 {
    background-color: RGBA(10, 38, 184, 0.04);
  }
  .mobile\:bg-deep-sea-opal-5,
  .mobile\:hover\:bg-deep-sea-opal-5:hover,
  .mobile\:focus\:bg-deep-sea-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-5 {
    background-color: RGBA(10, 38, 184, 0.5);
  }
  .mobile\:bg-deep-sea-opal-05,
  .mobile\:hover\:bg-deep-sea-opal-05:hover,
  .mobile\:focus\:bg-deep-sea-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-05 {
    background-color: RGBA(10, 38, 184, 0.05);
  }
  .mobile\:bg-deep-sea-opal-6,
  .mobile\:hover\:bg-deep-sea-opal-6:hover,
  .mobile\:focus\:bg-deep-sea-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-6 {
    background-color: RGBA(10, 38, 184, 0.6);
  }
  .mobile\:bg-deep-sea-opal-06,
  .mobile\:hover\:bg-deep-sea-opal-06:hover,
  .mobile\:focus\:bg-deep-sea-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-06 {
    background-color: RGBA(10, 38, 184, 0.06);
  }
  .mobile\:bg-deep-sea-opal-7,
  .mobile\:hover\:bg-deep-sea-opal-7:hover,
  .mobile\:focus\:bg-deep-sea-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-7 {
    background-color: RGBA(10, 38, 184, 0.7);
  }
  .mobile\:bg-deep-sea-opal-07,
  .mobile\:hover\:bg-deep-sea-opal-07:hover,
  .mobile\:focus\:bg-deep-sea-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-07 {
    background-color: RGBA(10, 38, 184, 0.07);
  }
  .mobile\:bg-deep-sea-opal-8,
  .mobile\:hover\:bg-deep-sea-opal-8:hover,
  .mobile\:focus\:bg-deep-sea-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-8 {
    background-color: RGBA(10, 38, 184, 0.8);
  }
  .mobile\:bg-deep-sea-opal-08,
  .mobile\:hover\:bg-deep-sea-opal-08:hover,
  .mobile\:focus\:bg-deep-sea-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-08 {
    background-color: RGBA(10, 38, 184, 0.08);
  }
  .mobile\:bg-deep-sea-opal-9,
  .mobile\:hover\:bg-deep-sea-opal-9:hover,
  .mobile\:focus\:bg-deep-sea-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-9 {
    background-color: RGBA(10, 38, 184, 0.9);
  }
  .mobile\:bg-deep-sea-opal-09,
  .mobile\:hover\:bg-deep-sea-opal-09:hover,
  .mobile\:focus\:bg-deep-sea-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-09 {
    background-color: RGBA(10, 38, 184, 0.09);
  }
  .mobile\:bg-deep-sea-opal-10,
  .mobile\:hover\:bg-deep-sea-opal-10:hover,
  .mobile\:focus\:bg-deep-sea-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-deep-sea-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-deep-sea-opal-10 {
    background-color: RGBA(10, 38, 184, 1);
  }
  .mobile\:bg-electric-blue,
  .mobile\:hover\:bg-electric-blue:hover,
  .mobile\:focus\:bg-electric-blue:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue {
    background-color: #145deb;
  }
  .mobile\:bg-electric-blue-opal-0,
  .mobile\:hover\:bg-electric-blue-opal-0:hover,
  .mobile\:focus\:bg-electric-blue-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-0 {
    background-color: RGBA(20, 93, 235, 0);
  }
  .mobile\:bg-electric-blue-opal-00,
  .mobile\:hover\:bg-electric-blue-opal-00:hover,
  .mobile\:focus\:bg-electric-blue-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-00 {
    background-color: RGBA(20, 93, 235, 0);
  }
  .mobile\:bg-electric-blue-opal-1,
  .mobile\:hover\:bg-electric-blue-opal-1:hover,
  .mobile\:focus\:bg-electric-blue-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-1 {
    background-color: RGBA(20, 93, 235, 0.1);
  }
  .mobile\:bg-electric-blue-opal-01,
  .mobile\:hover\:bg-electric-blue-opal-01:hover,
  .mobile\:focus\:bg-electric-blue-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-01 {
    background-color: RGBA(20, 93, 235, 0.01);
  }
  .mobile\:bg-electric-blue-opal-2,
  .mobile\:hover\:bg-electric-blue-opal-2:hover,
  .mobile\:focus\:bg-electric-blue-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-2 {
    background-color: RGBA(20, 93, 235, 0.2);
  }
  .mobile\:bg-electric-blue-opal-02,
  .mobile\:hover\:bg-electric-blue-opal-02:hover,
  .mobile\:focus\:bg-electric-blue-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-02 {
    background-color: RGBA(20, 93, 235, 0.02);
  }
  .mobile\:bg-electric-blue-opal-3,
  .mobile\:hover\:bg-electric-blue-opal-3:hover,
  .mobile\:focus\:bg-electric-blue-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-3 {
    background-color: RGBA(20, 93, 235, 0.3);
  }
  .mobile\:bg-electric-blue-opal-03,
  .mobile\:hover\:bg-electric-blue-opal-03:hover,
  .mobile\:focus\:bg-electric-blue-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-03 {
    background-color: RGBA(20, 93, 235, 0.03);
  }
  .mobile\:bg-electric-blue-opal-4,
  .mobile\:hover\:bg-electric-blue-opal-4:hover,
  .mobile\:focus\:bg-electric-blue-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-4 {
    background-color: RGBA(20, 93, 235, 0.4);
  }
  .mobile\:bg-electric-blue-opal-04,
  .mobile\:hover\:bg-electric-blue-opal-04:hover,
  .mobile\:focus\:bg-electric-blue-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-04 {
    background-color: RGBA(20, 93, 235, 0.04);
  }
  .mobile\:bg-electric-blue-opal-5,
  .mobile\:hover\:bg-electric-blue-opal-5:hover,
  .mobile\:focus\:bg-electric-blue-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-5 {
    background-color: RGBA(20, 93, 235, 0.5);
  }
  .mobile\:bg-electric-blue-opal-05,
  .mobile\:hover\:bg-electric-blue-opal-05:hover,
  .mobile\:focus\:bg-electric-blue-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-05 {
    background-color: RGBA(20, 93, 235, 0.05);
  }
  .mobile\:bg-electric-blue-opal-6,
  .mobile\:hover\:bg-electric-blue-opal-6:hover,
  .mobile\:focus\:bg-electric-blue-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-6 {
    background-color: RGBA(20, 93, 235, 0.6);
  }
  .mobile\:bg-electric-blue-opal-06,
  .mobile\:hover\:bg-electric-blue-opal-06:hover,
  .mobile\:focus\:bg-electric-blue-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-06 {
    background-color: RGBA(20, 93, 235, 0.06);
  }
  .mobile\:bg-electric-blue-opal-7,
  .mobile\:hover\:bg-electric-blue-opal-7:hover,
  .mobile\:focus\:bg-electric-blue-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-7 {
    background-color: RGBA(20, 93, 235, 0.7);
  }
  .mobile\:bg-electric-blue-opal-07,
  .mobile\:hover\:bg-electric-blue-opal-07:hover,
  .mobile\:focus\:bg-electric-blue-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-07 {
    background-color: RGBA(20, 93, 235, 0.07);
  }
  .mobile\:bg-electric-blue-opal-8,
  .mobile\:hover\:bg-electric-blue-opal-8:hover,
  .mobile\:focus\:bg-electric-blue-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-8 {
    background-color: RGBA(20, 93, 235, 0.8);
  }
  .mobile\:bg-electric-blue-opal-08,
  .mobile\:hover\:bg-electric-blue-opal-08:hover,
  .mobile\:focus\:bg-electric-blue-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-08 {
    background-color: RGBA(20, 93, 235, 0.08);
  }
  .mobile\:bg-electric-blue-opal-9,
  .mobile\:hover\:bg-electric-blue-opal-9:hover,
  .mobile\:focus\:bg-electric-blue-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-9 {
    background-color: RGBA(20, 93, 235, 0.9);
  }
  .mobile\:bg-electric-blue-opal-09,
  .mobile\:hover\:bg-electric-blue-opal-09:hover,
  .mobile\:focus\:bg-electric-blue-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-09 {
    background-color: RGBA(20, 93, 235, 0.09);
  }
  .mobile\:bg-electric-blue-opal-10,
  .mobile\:hover\:bg-electric-blue-opal-10:hover,
  .mobile\:focus\:bg-electric-blue-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-opal-10 {
    background-color: RGBA(20, 93, 235, 1);
  }
  .mobile\:bg-electric-blue-dark,
  .mobile\:hover\:bg-electric-blue-dark:hover,
  .mobile\:focus\:bg-electric-blue-dark:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-dark {
    background-color: #3ea2ff;
  }
  .mobile\:bg-electric-blue-dark-opal-0,
  .mobile\:hover\:bg-electric-blue-dark-opal-0:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-0,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-0 {
    background-color: RGBA(62, 162, 255, 0);
  }
  .mobile\:bg-electric-blue-dark-opal-00,
  .mobile\:hover\:bg-electric-blue-dark-opal-00:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-00,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-00 {
    background-color: RGBA(62, 162, 255, 0);
  }
  .mobile\:bg-electric-blue-dark-opal-1,
  .mobile\:hover\:bg-electric-blue-dark-opal-1:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-1,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-1 {
    background-color: RGBA(62, 162, 255, 0.1);
  }
  .mobile\:bg-electric-blue-dark-opal-01,
  .mobile\:hover\:bg-electric-blue-dark-opal-01:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-01,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-01 {
    background-color: RGBA(62, 162, 255, 0.01);
  }
  .mobile\:bg-electric-blue-dark-opal-2,
  .mobile\:hover\:bg-electric-blue-dark-opal-2:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-2,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-2 {
    background-color: RGBA(62, 162, 255, 0.2);
  }
  .mobile\:bg-electric-blue-dark-opal-02,
  .mobile\:hover\:bg-electric-blue-dark-opal-02:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-02,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-02 {
    background-color: RGBA(62, 162, 255, 0.02);
  }
  .mobile\:bg-electric-blue-dark-opal-3,
  .mobile\:hover\:bg-electric-blue-dark-opal-3:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-3,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-3 {
    background-color: RGBA(62, 162, 255, 0.3);
  }
  .mobile\:bg-electric-blue-dark-opal-03,
  .mobile\:hover\:bg-electric-blue-dark-opal-03:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-03,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-03 {
    background-color: RGBA(62, 162, 255, 0.03);
  }
  .mobile\:bg-electric-blue-dark-opal-4,
  .mobile\:hover\:bg-electric-blue-dark-opal-4:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-4,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-4 {
    background-color: RGBA(62, 162, 255, 0.4);
  }
  .mobile\:bg-electric-blue-dark-opal-04,
  .mobile\:hover\:bg-electric-blue-dark-opal-04:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-04,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-04 {
    background-color: RGBA(62, 162, 255, 0.04);
  }
  .mobile\:bg-electric-blue-dark-opal-5,
  .mobile\:hover\:bg-electric-blue-dark-opal-5:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-5,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-5 {
    background-color: RGBA(62, 162, 255, 0.5);
  }
  .mobile\:bg-electric-blue-dark-opal-05,
  .mobile\:hover\:bg-electric-blue-dark-opal-05:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-05,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-05 {
    background-color: RGBA(62, 162, 255, 0.05);
  }
  .mobile\:bg-electric-blue-dark-opal-6,
  .mobile\:hover\:bg-electric-blue-dark-opal-6:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-6,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-6 {
    background-color: RGBA(62, 162, 255, 0.6);
  }
  .mobile\:bg-electric-blue-dark-opal-06,
  .mobile\:hover\:bg-electric-blue-dark-opal-06:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-06,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-06 {
    background-color: RGBA(62, 162, 255, 0.06);
  }
  .mobile\:bg-electric-blue-dark-opal-7,
  .mobile\:hover\:bg-electric-blue-dark-opal-7:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-7,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-7 {
    background-color: RGBA(62, 162, 255, 0.7);
  }
  .mobile\:bg-electric-blue-dark-opal-07,
  .mobile\:hover\:bg-electric-blue-dark-opal-07:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-07,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-07 {
    background-color: RGBA(62, 162, 255, 0.07);
  }
  .mobile\:bg-electric-blue-dark-opal-8,
  .mobile\:hover\:bg-electric-blue-dark-opal-8:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-8,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-8 {
    background-color: RGBA(62, 162, 255, 0.8);
  }
  .mobile\:bg-electric-blue-dark-opal-08,
  .mobile\:hover\:bg-electric-blue-dark-opal-08:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-08,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-08 {
    background-color: RGBA(62, 162, 255, 0.08);
  }
  .mobile\:bg-electric-blue-dark-opal-9,
  .mobile\:hover\:bg-electric-blue-dark-opal-9:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-9,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-9 {
    background-color: RGBA(62, 162, 255, 0.9);
  }
  .mobile\:bg-electric-blue-dark-opal-09,
  .mobile\:hover\:bg-electric-blue-dark-opal-09:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-09,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-09 {
    background-color: RGBA(62, 162, 255, 0.09);
  }
  .mobile\:bg-electric-blue-dark-opal-10,
  .mobile\:hover\:bg-electric-blue-dark-opal-10:hover,
  .mobile\:focus\:bg-electric-blue-dark-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-dark-opal-10,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-dark-opal-10 {
    background-color: RGBA(62, 162, 255, 1);
  }
  .mobile\:bg-periwinkle,
  .mobile\:hover\:bg-periwinkle:hover,
  .mobile\:focus\:bg-periwinkle:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle {
    background-color: #9bcfff;
  }
  .mobile\:bg-periwinkle-opal-0,
  .mobile\:hover\:bg-periwinkle-opal-0:hover,
  .mobile\:focus\:bg-periwinkle-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-0 {
    background-color: RGBA(155, 207, 255, 0);
  }
  .mobile\:bg-periwinkle-opal-00,
  .mobile\:hover\:bg-periwinkle-opal-00:hover,
  .mobile\:focus\:bg-periwinkle-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-00 {
    background-color: RGBA(155, 207, 255, 0);
  }
  .mobile\:bg-periwinkle-opal-1,
  .mobile\:hover\:bg-periwinkle-opal-1:hover,
  .mobile\:focus\:bg-periwinkle-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-1 {
    background-color: RGBA(155, 207, 255, 0.1);
  }
  .mobile\:bg-periwinkle-opal-01,
  .mobile\:hover\:bg-periwinkle-opal-01:hover,
  .mobile\:focus\:bg-periwinkle-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-01 {
    background-color: RGBA(155, 207, 255, 0.01);
  }
  .mobile\:bg-periwinkle-opal-2,
  .mobile\:hover\:bg-periwinkle-opal-2:hover,
  .mobile\:focus\:bg-periwinkle-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-2 {
    background-color: RGBA(155, 207, 255, 0.2);
  }
  .mobile\:bg-periwinkle-opal-02,
  .mobile\:hover\:bg-periwinkle-opal-02:hover,
  .mobile\:focus\:bg-periwinkle-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-02 {
    background-color: RGBA(155, 207, 255, 0.02);
  }
  .mobile\:bg-periwinkle-opal-3,
  .mobile\:hover\:bg-periwinkle-opal-3:hover,
  .mobile\:focus\:bg-periwinkle-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-3 {
    background-color: RGBA(155, 207, 255, 0.3);
  }
  .mobile\:bg-periwinkle-opal-03,
  .mobile\:hover\:bg-periwinkle-opal-03:hover,
  .mobile\:focus\:bg-periwinkle-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-03 {
    background-color: RGBA(155, 207, 255, 0.03);
  }
  .mobile\:bg-periwinkle-opal-4,
  .mobile\:hover\:bg-periwinkle-opal-4:hover,
  .mobile\:focus\:bg-periwinkle-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-4 {
    background-color: RGBA(155, 207, 255, 0.4);
  }
  .mobile\:bg-periwinkle-opal-04,
  .mobile\:hover\:bg-periwinkle-opal-04:hover,
  .mobile\:focus\:bg-periwinkle-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-04 {
    background-color: RGBA(155, 207, 255, 0.04);
  }
  .mobile\:bg-periwinkle-opal-5,
  .mobile\:hover\:bg-periwinkle-opal-5:hover,
  .mobile\:focus\:bg-periwinkle-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-5 {
    background-color: RGBA(155, 207, 255, 0.5);
  }
  .mobile\:bg-periwinkle-opal-05,
  .mobile\:hover\:bg-periwinkle-opal-05:hover,
  .mobile\:focus\:bg-periwinkle-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-05 {
    background-color: RGBA(155, 207, 255, 0.05);
  }
  .mobile\:bg-periwinkle-opal-6,
  .mobile\:hover\:bg-periwinkle-opal-6:hover,
  .mobile\:focus\:bg-periwinkle-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-6 {
    background-color: RGBA(155, 207, 255, 0.6);
  }
  .mobile\:bg-periwinkle-opal-06,
  .mobile\:hover\:bg-periwinkle-opal-06:hover,
  .mobile\:focus\:bg-periwinkle-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-06 {
    background-color: RGBA(155, 207, 255, 0.06);
  }
  .mobile\:bg-periwinkle-opal-7,
  .mobile\:hover\:bg-periwinkle-opal-7:hover,
  .mobile\:focus\:bg-periwinkle-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-7 {
    background-color: RGBA(155, 207, 255, 0.7);
  }
  .mobile\:bg-periwinkle-opal-07,
  .mobile\:hover\:bg-periwinkle-opal-07:hover,
  .mobile\:focus\:bg-periwinkle-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-07 {
    background-color: RGBA(155, 207, 255, 0.07);
  }
  .mobile\:bg-periwinkle-opal-8,
  .mobile\:hover\:bg-periwinkle-opal-8:hover,
  .mobile\:focus\:bg-periwinkle-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-8 {
    background-color: RGBA(155, 207, 255, 0.8);
  }
  .mobile\:bg-periwinkle-opal-08,
  .mobile\:hover\:bg-periwinkle-opal-08:hover,
  .mobile\:focus\:bg-periwinkle-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-08 {
    background-color: RGBA(155, 207, 255, 0.08);
  }
  .mobile\:bg-periwinkle-opal-9,
  .mobile\:hover\:bg-periwinkle-opal-9:hover,
  .mobile\:focus\:bg-periwinkle-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-9 {
    background-color: RGBA(155, 207, 255, 0.9);
  }
  .mobile\:bg-periwinkle-opal-09,
  .mobile\:hover\:bg-periwinkle-opal-09:hover,
  .mobile\:focus\:bg-periwinkle-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-09 {
    background-color: RGBA(155, 207, 255, 0.09);
  }
  .mobile\:bg-periwinkle-opal-10,
  .mobile\:hover\:bg-periwinkle-opal-10:hover,
  .mobile\:focus\:bg-periwinkle-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-periwinkle-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-periwinkle-opal-10 {
    background-color: RGBA(155, 207, 255, 1);
  }
  .mobile\:bg-lilac,
  .mobile\:hover\:bg-lilac:hover,
  .mobile\:focus\:bg-lilac:focus,
  .mobile\:group:hover .group-hover\:bg-lilac,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac {
    background-color: #8598fb;
  }
  .mobile\:bg-lilac-opal-0,
  .mobile\:hover\:bg-lilac-opal-0:hover,
  .mobile\:focus\:bg-lilac-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-0 {
    background-color: RGBA(133, 152, 251, 0);
  }
  .mobile\:bg-lilac-opal-00,
  .mobile\:hover\:bg-lilac-opal-00:hover,
  .mobile\:focus\:bg-lilac-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-00 {
    background-color: RGBA(133, 152, 251, 0);
  }
  .mobile\:bg-lilac-opal-1,
  .mobile\:hover\:bg-lilac-opal-1:hover,
  .mobile\:focus\:bg-lilac-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-1 {
    background-color: RGBA(133, 152, 251, 0.1);
  }
  .mobile\:bg-lilac-opal-01,
  .mobile\:hover\:bg-lilac-opal-01:hover,
  .mobile\:focus\:bg-lilac-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-01 {
    background-color: RGBA(133, 152, 251, 0.01);
  }
  .mobile\:bg-lilac-opal-2,
  .mobile\:hover\:bg-lilac-opal-2:hover,
  .mobile\:focus\:bg-lilac-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-2 {
    background-color: RGBA(133, 152, 251, 0.2);
  }
  .mobile\:bg-lilac-opal-02,
  .mobile\:hover\:bg-lilac-opal-02:hover,
  .mobile\:focus\:bg-lilac-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-02 {
    background-color: RGBA(133, 152, 251, 0.02);
  }
  .mobile\:bg-lilac-opal-3,
  .mobile\:hover\:bg-lilac-opal-3:hover,
  .mobile\:focus\:bg-lilac-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-3 {
    background-color: RGBA(133, 152, 251, 0.3);
  }
  .mobile\:bg-lilac-opal-03,
  .mobile\:hover\:bg-lilac-opal-03:hover,
  .mobile\:focus\:bg-lilac-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-03 {
    background-color: RGBA(133, 152, 251, 0.03);
  }
  .mobile\:bg-lilac-opal-4,
  .mobile\:hover\:bg-lilac-opal-4:hover,
  .mobile\:focus\:bg-lilac-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-4 {
    background-color: RGBA(133, 152, 251, 0.4);
  }
  .mobile\:bg-lilac-opal-04,
  .mobile\:hover\:bg-lilac-opal-04:hover,
  .mobile\:focus\:bg-lilac-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-04 {
    background-color: RGBA(133, 152, 251, 0.04);
  }
  .mobile\:bg-lilac-opal-5,
  .mobile\:hover\:bg-lilac-opal-5:hover,
  .mobile\:focus\:bg-lilac-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-5 {
    background-color: RGBA(133, 152, 251, 0.5);
  }
  .mobile\:bg-lilac-opal-05,
  .mobile\:hover\:bg-lilac-opal-05:hover,
  .mobile\:focus\:bg-lilac-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-05 {
    background-color: RGBA(133, 152, 251, 0.05);
  }
  .mobile\:bg-lilac-opal-6,
  .mobile\:hover\:bg-lilac-opal-6:hover,
  .mobile\:focus\:bg-lilac-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-6 {
    background-color: RGBA(133, 152, 251, 0.6);
  }
  .mobile\:bg-lilac-opal-06,
  .mobile\:hover\:bg-lilac-opal-06:hover,
  .mobile\:focus\:bg-lilac-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-06 {
    background-color: RGBA(133, 152, 251, 0.06);
  }
  .mobile\:bg-lilac-opal-7,
  .mobile\:hover\:bg-lilac-opal-7:hover,
  .mobile\:focus\:bg-lilac-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-7 {
    background-color: RGBA(133, 152, 251, 0.7);
  }
  .mobile\:bg-lilac-opal-07,
  .mobile\:hover\:bg-lilac-opal-07:hover,
  .mobile\:focus\:bg-lilac-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-07 {
    background-color: RGBA(133, 152, 251, 0.07);
  }
  .mobile\:bg-lilac-opal-8,
  .mobile\:hover\:bg-lilac-opal-8:hover,
  .mobile\:focus\:bg-lilac-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-8 {
    background-color: RGBA(133, 152, 251, 0.8);
  }
  .mobile\:bg-lilac-opal-08,
  .mobile\:hover\:bg-lilac-opal-08:hover,
  .mobile\:focus\:bg-lilac-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-08 {
    background-color: RGBA(133, 152, 251, 0.08);
  }
  .mobile\:bg-lilac-opal-9,
  .mobile\:hover\:bg-lilac-opal-9:hover,
  .mobile\:focus\:bg-lilac-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-9 {
    background-color: RGBA(133, 152, 251, 0.9);
  }
  .mobile\:bg-lilac-opal-09,
  .mobile\:hover\:bg-lilac-opal-09:hover,
  .mobile\:focus\:bg-lilac-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-09 {
    background-color: RGBA(133, 152, 251, 0.09);
  }
  .mobile\:bg-lilac-opal-10,
  .mobile\:hover\:bg-lilac-opal-10:hover,
  .mobile\:focus\:bg-lilac-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-lilac-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-lilac-opal-10 {
    background-color: RGBA(133, 152, 251, 1);
  }
  .mobile\:bg-sky,
  .mobile\:hover\:bg-sky:hover,
  .mobile\:focus\:bg-sky:focus,
  .mobile\:group:hover .group-hover\:bg-sky,
  .mobile\:group:focus-within .group-focus-within\:bg-sky {
    background-color: #14c4eb;
  }
  .mobile\:bg-sky-opal-0,
  .mobile\:hover\:bg-sky-opal-0:hover,
  .mobile\:focus\:bg-sky-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-0 {
    background-color: RGBA(20, 196, 235, 0);
  }
  .mobile\:bg-sky-opal-00,
  .mobile\:hover\:bg-sky-opal-00:hover,
  .mobile\:focus\:bg-sky-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-00 {
    background-color: RGBA(20, 196, 235, 0);
  }
  .mobile\:bg-sky-opal-1,
  .mobile\:hover\:bg-sky-opal-1:hover,
  .mobile\:focus\:bg-sky-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-1 {
    background-color: RGBA(20, 196, 235, 0.1);
  }
  .mobile\:bg-sky-opal-01,
  .mobile\:hover\:bg-sky-opal-01:hover,
  .mobile\:focus\:bg-sky-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-01 {
    background-color: RGBA(20, 196, 235, 0.01);
  }
  .mobile\:bg-sky-opal-2,
  .mobile\:hover\:bg-sky-opal-2:hover,
  .mobile\:focus\:bg-sky-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-2 {
    background-color: RGBA(20, 196, 235, 0.2);
  }
  .mobile\:bg-sky-opal-02,
  .mobile\:hover\:bg-sky-opal-02:hover,
  .mobile\:focus\:bg-sky-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-02 {
    background-color: RGBA(20, 196, 235, 0.02);
  }
  .mobile\:bg-sky-opal-3,
  .mobile\:hover\:bg-sky-opal-3:hover,
  .mobile\:focus\:bg-sky-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-3 {
    background-color: RGBA(20, 196, 235, 0.3);
  }
  .mobile\:bg-sky-opal-03,
  .mobile\:hover\:bg-sky-opal-03:hover,
  .mobile\:focus\:bg-sky-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-03 {
    background-color: RGBA(20, 196, 235, 0.03);
  }
  .mobile\:bg-sky-opal-4,
  .mobile\:hover\:bg-sky-opal-4:hover,
  .mobile\:focus\:bg-sky-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-4 {
    background-color: RGBA(20, 196, 235, 0.4);
  }
  .mobile\:bg-sky-opal-04,
  .mobile\:hover\:bg-sky-opal-04:hover,
  .mobile\:focus\:bg-sky-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-04 {
    background-color: RGBA(20, 196, 235, 0.04);
  }
  .mobile\:bg-sky-opal-5,
  .mobile\:hover\:bg-sky-opal-5:hover,
  .mobile\:focus\:bg-sky-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-5 {
    background-color: RGBA(20, 196, 235, 0.5);
  }
  .mobile\:bg-sky-opal-05,
  .mobile\:hover\:bg-sky-opal-05:hover,
  .mobile\:focus\:bg-sky-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-05 {
    background-color: RGBA(20, 196, 235, 0.05);
  }
  .mobile\:bg-sky-opal-6,
  .mobile\:hover\:bg-sky-opal-6:hover,
  .mobile\:focus\:bg-sky-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-6 {
    background-color: RGBA(20, 196, 235, 0.6);
  }
  .mobile\:bg-sky-opal-06,
  .mobile\:hover\:bg-sky-opal-06:hover,
  .mobile\:focus\:bg-sky-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-06 {
    background-color: RGBA(20, 196, 235, 0.06);
  }
  .mobile\:bg-sky-opal-7,
  .mobile\:hover\:bg-sky-opal-7:hover,
  .mobile\:focus\:bg-sky-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-7 {
    background-color: RGBA(20, 196, 235, 0.7);
  }
  .mobile\:bg-sky-opal-07,
  .mobile\:hover\:bg-sky-opal-07:hover,
  .mobile\:focus\:bg-sky-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-07 {
    background-color: RGBA(20, 196, 235, 0.07);
  }
  .mobile\:bg-sky-opal-8,
  .mobile\:hover\:bg-sky-opal-8:hover,
  .mobile\:focus\:bg-sky-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-8 {
    background-color: RGBA(20, 196, 235, 0.8);
  }
  .mobile\:bg-sky-opal-08,
  .mobile\:hover\:bg-sky-opal-08:hover,
  .mobile\:focus\:bg-sky-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-08 {
    background-color: RGBA(20, 196, 235, 0.08);
  }
  .mobile\:bg-sky-opal-9,
  .mobile\:hover\:bg-sky-opal-9:hover,
  .mobile\:focus\:bg-sky-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-9 {
    background-color: RGBA(20, 196, 235, 0.9);
  }
  .mobile\:bg-sky-opal-09,
  .mobile\:hover\:bg-sky-opal-09:hover,
  .mobile\:focus\:bg-sky-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-09 {
    background-color: RGBA(20, 196, 235, 0.09);
  }
  .mobile\:bg-sky-opal-10,
  .mobile\:hover\:bg-sky-opal-10:hover,
  .mobile\:focus\:bg-sky-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-sky-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-opal-10 {
    background-color: RGBA(20, 196, 235, 1);
  }
  .mobile\:bg-cotton-candy,
  .mobile\:hover\:bg-cotton-candy:hover,
  .mobile\:focus\:bg-cotton-candy:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy {
    background-color: #c0f5f2;
  }
  .mobile\:bg-cotton-candy-opal-0,
  .mobile\:hover\:bg-cotton-candy-opal-0:hover,
  .mobile\:focus\:bg-cotton-candy-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-0 {
    background-color: RGBA(192, 245, 242, 0);
  }
  .mobile\:bg-cotton-candy-opal-00,
  .mobile\:hover\:bg-cotton-candy-opal-00:hover,
  .mobile\:focus\:bg-cotton-candy-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-00 {
    background-color: RGBA(192, 245, 242, 0);
  }
  .mobile\:bg-cotton-candy-opal-1,
  .mobile\:hover\:bg-cotton-candy-opal-1:hover,
  .mobile\:focus\:bg-cotton-candy-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-1 {
    background-color: RGBA(192, 245, 242, 0.1);
  }
  .mobile\:bg-cotton-candy-opal-01,
  .mobile\:hover\:bg-cotton-candy-opal-01:hover,
  .mobile\:focus\:bg-cotton-candy-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-01 {
    background-color: RGBA(192, 245, 242, 0.01);
  }
  .mobile\:bg-cotton-candy-opal-2,
  .mobile\:hover\:bg-cotton-candy-opal-2:hover,
  .mobile\:focus\:bg-cotton-candy-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-2 {
    background-color: RGBA(192, 245, 242, 0.2);
  }
  .mobile\:bg-cotton-candy-opal-02,
  .mobile\:hover\:bg-cotton-candy-opal-02:hover,
  .mobile\:focus\:bg-cotton-candy-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-02 {
    background-color: RGBA(192, 245, 242, 0.02);
  }
  .mobile\:bg-cotton-candy-opal-3,
  .mobile\:hover\:bg-cotton-candy-opal-3:hover,
  .mobile\:focus\:bg-cotton-candy-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-3 {
    background-color: RGBA(192, 245, 242, 0.3);
  }
  .mobile\:bg-cotton-candy-opal-03,
  .mobile\:hover\:bg-cotton-candy-opal-03:hover,
  .mobile\:focus\:bg-cotton-candy-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-03 {
    background-color: RGBA(192, 245, 242, 0.03);
  }
  .mobile\:bg-cotton-candy-opal-4,
  .mobile\:hover\:bg-cotton-candy-opal-4:hover,
  .mobile\:focus\:bg-cotton-candy-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-4 {
    background-color: RGBA(192, 245, 242, 0.4);
  }
  .mobile\:bg-cotton-candy-opal-04,
  .mobile\:hover\:bg-cotton-candy-opal-04:hover,
  .mobile\:focus\:bg-cotton-candy-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-04 {
    background-color: RGBA(192, 245, 242, 0.04);
  }
  .mobile\:bg-cotton-candy-opal-5,
  .mobile\:hover\:bg-cotton-candy-opal-5:hover,
  .mobile\:focus\:bg-cotton-candy-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-5 {
    background-color: RGBA(192, 245, 242, 0.5);
  }
  .mobile\:bg-cotton-candy-opal-05,
  .mobile\:hover\:bg-cotton-candy-opal-05:hover,
  .mobile\:focus\:bg-cotton-candy-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-05 {
    background-color: RGBA(192, 245, 242, 0.05);
  }
  .mobile\:bg-cotton-candy-opal-6,
  .mobile\:hover\:bg-cotton-candy-opal-6:hover,
  .mobile\:focus\:bg-cotton-candy-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-6 {
    background-color: RGBA(192, 245, 242, 0.6);
  }
  .mobile\:bg-cotton-candy-opal-06,
  .mobile\:hover\:bg-cotton-candy-opal-06:hover,
  .mobile\:focus\:bg-cotton-candy-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-06 {
    background-color: RGBA(192, 245, 242, 0.06);
  }
  .mobile\:bg-cotton-candy-opal-7,
  .mobile\:hover\:bg-cotton-candy-opal-7:hover,
  .mobile\:focus\:bg-cotton-candy-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-7 {
    background-color: RGBA(192, 245, 242, 0.7);
  }
  .mobile\:bg-cotton-candy-opal-07,
  .mobile\:hover\:bg-cotton-candy-opal-07:hover,
  .mobile\:focus\:bg-cotton-candy-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-07 {
    background-color: RGBA(192, 245, 242, 0.07);
  }
  .mobile\:bg-cotton-candy-opal-8,
  .mobile\:hover\:bg-cotton-candy-opal-8:hover,
  .mobile\:focus\:bg-cotton-candy-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-8 {
    background-color: RGBA(192, 245, 242, 0.8);
  }
  .mobile\:bg-cotton-candy-opal-08,
  .mobile\:hover\:bg-cotton-candy-opal-08:hover,
  .mobile\:focus\:bg-cotton-candy-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-08 {
    background-color: RGBA(192, 245, 242, 0.08);
  }
  .mobile\:bg-cotton-candy-opal-9,
  .mobile\:hover\:bg-cotton-candy-opal-9:hover,
  .mobile\:focus\:bg-cotton-candy-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-9 {
    background-color: RGBA(192, 245, 242, 0.9);
  }
  .mobile\:bg-cotton-candy-opal-09,
  .mobile\:hover\:bg-cotton-candy-opal-09:hover,
  .mobile\:focus\:bg-cotton-candy-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-09 {
    background-color: RGBA(192, 245, 242, 0.09);
  }
  .mobile\:bg-cotton-candy-opal-10,
  .mobile\:hover\:bg-cotton-candy-opal-10:hover,
  .mobile\:focus\:bg-cotton-candy-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-cotton-candy-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-cotton-candy-opal-10 {
    background-color: RGBA(192, 245, 242, 1);
  }
  .mobile\:bg-brand-primary,
  .mobile\:hover\:bg-brand-primary:hover,
  .mobile\:focus\:bg-brand-primary:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary {
    background-color: #441c99;
  }
  .mobile\:bg-brand-primary-opal-0,
  .mobile\:hover\:bg-brand-primary-opal-0:hover,
  .mobile\:focus\:bg-brand-primary-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-0 {
    background-color: RGBA(68, 28, 153, 0);
  }
  .mobile\:bg-brand-primary-opal-00,
  .mobile\:hover\:bg-brand-primary-opal-00:hover,
  .mobile\:focus\:bg-brand-primary-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-00 {
    background-color: RGBA(68, 28, 153, 0);
  }
  .mobile\:bg-brand-primary-opal-1,
  .mobile\:hover\:bg-brand-primary-opal-1:hover,
  .mobile\:focus\:bg-brand-primary-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-1 {
    background-color: RGBA(68, 28, 153, 0.1);
  }
  .mobile\:bg-brand-primary-opal-01,
  .mobile\:hover\:bg-brand-primary-opal-01:hover,
  .mobile\:focus\:bg-brand-primary-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-01 {
    background-color: RGBA(68, 28, 153, 0.01);
  }
  .mobile\:bg-brand-primary-opal-2,
  .mobile\:hover\:bg-brand-primary-opal-2:hover,
  .mobile\:focus\:bg-brand-primary-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-2 {
    background-color: RGBA(68, 28, 153, 0.2);
  }
  .mobile\:bg-brand-primary-opal-02,
  .mobile\:hover\:bg-brand-primary-opal-02:hover,
  .mobile\:focus\:bg-brand-primary-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-02 {
    background-color: RGBA(68, 28, 153, 0.02);
  }
  .mobile\:bg-brand-primary-opal-3,
  .mobile\:hover\:bg-brand-primary-opal-3:hover,
  .mobile\:focus\:bg-brand-primary-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-3 {
    background-color: RGBA(68, 28, 153, 0.3);
  }
  .mobile\:bg-brand-primary-opal-03,
  .mobile\:hover\:bg-brand-primary-opal-03:hover,
  .mobile\:focus\:bg-brand-primary-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-03 {
    background-color: RGBA(68, 28, 153, 0.03);
  }
  .mobile\:bg-brand-primary-opal-4,
  .mobile\:hover\:bg-brand-primary-opal-4:hover,
  .mobile\:focus\:bg-brand-primary-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-4 {
    background-color: RGBA(68, 28, 153, 0.4);
  }
  .mobile\:bg-brand-primary-opal-04,
  .mobile\:hover\:bg-brand-primary-opal-04:hover,
  .mobile\:focus\:bg-brand-primary-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-04 {
    background-color: RGBA(68, 28, 153, 0.04);
  }
  .mobile\:bg-brand-primary-opal-5,
  .mobile\:hover\:bg-brand-primary-opal-5:hover,
  .mobile\:focus\:bg-brand-primary-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-5 {
    background-color: RGBA(68, 28, 153, 0.5);
  }
  .mobile\:bg-brand-primary-opal-05,
  .mobile\:hover\:bg-brand-primary-opal-05:hover,
  .mobile\:focus\:bg-brand-primary-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-05 {
    background-color: RGBA(68, 28, 153, 0.05);
  }
  .mobile\:bg-brand-primary-opal-6,
  .mobile\:hover\:bg-brand-primary-opal-6:hover,
  .mobile\:focus\:bg-brand-primary-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-6 {
    background-color: RGBA(68, 28, 153, 0.6);
  }
  .mobile\:bg-brand-primary-opal-06,
  .mobile\:hover\:bg-brand-primary-opal-06:hover,
  .mobile\:focus\:bg-brand-primary-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-06 {
    background-color: RGBA(68, 28, 153, 0.06);
  }
  .mobile\:bg-brand-primary-opal-7,
  .mobile\:hover\:bg-brand-primary-opal-7:hover,
  .mobile\:focus\:bg-brand-primary-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-7 {
    background-color: RGBA(68, 28, 153, 0.7);
  }
  .mobile\:bg-brand-primary-opal-07,
  .mobile\:hover\:bg-brand-primary-opal-07:hover,
  .mobile\:focus\:bg-brand-primary-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-07 {
    background-color: RGBA(68, 28, 153, 0.07);
  }
  .mobile\:bg-brand-primary-opal-8,
  .mobile\:hover\:bg-brand-primary-opal-8:hover,
  .mobile\:focus\:bg-brand-primary-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-8 {
    background-color: RGBA(68, 28, 153, 0.8);
  }
  .mobile\:bg-brand-primary-opal-08,
  .mobile\:hover\:bg-brand-primary-opal-08:hover,
  .mobile\:focus\:bg-brand-primary-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-08 {
    background-color: RGBA(68, 28, 153, 0.08);
  }
  .mobile\:bg-brand-primary-opal-9,
  .mobile\:hover\:bg-brand-primary-opal-9:hover,
  .mobile\:focus\:bg-brand-primary-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-9 {
    background-color: RGBA(68, 28, 153, 0.9);
  }
  .mobile\:bg-brand-primary-opal-09,
  .mobile\:hover\:bg-brand-primary-opal-09:hover,
  .mobile\:focus\:bg-brand-primary-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-09 {
    background-color: RGBA(68, 28, 153, 0.09);
  }
  .mobile\:bg-brand-primary-opal-10,
  .mobile\:hover\:bg-brand-primary-opal-10:hover,
  .mobile\:focus\:bg-brand-primary-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-brand-primary-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-primary-opal-10 {
    background-color: RGBA(68, 28, 153, 1);
  }
  .mobile\:bg-brand-secondary,
  .mobile\:hover\:bg-brand-secondary:hover,
  .mobile\:focus\:bg-brand-secondary:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary {
    background-color: #030328;
  }
  .mobile\:bg-brand-secondary-opal-0,
  .mobile\:hover\:bg-brand-secondary-opal-0:hover,
  .mobile\:focus\:bg-brand-secondary-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-0 {
    background-color: RGBA(3, 3, 40, 0);
  }
  .mobile\:bg-brand-secondary-opal-00,
  .mobile\:hover\:bg-brand-secondary-opal-00:hover,
  .mobile\:focus\:bg-brand-secondary-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-00 {
    background-color: RGBA(3, 3, 40, 0);
  }
  .mobile\:bg-brand-secondary-opal-1,
  .mobile\:hover\:bg-brand-secondary-opal-1:hover,
  .mobile\:focus\:bg-brand-secondary-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-1 {
    background-color: RGBA(3, 3, 40, 0.1);
  }
  .mobile\:bg-brand-secondary-opal-01,
  .mobile\:hover\:bg-brand-secondary-opal-01:hover,
  .mobile\:focus\:bg-brand-secondary-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-01 {
    background-color: RGBA(3, 3, 40, 0.01);
  }
  .mobile\:bg-brand-secondary-opal-2,
  .mobile\:hover\:bg-brand-secondary-opal-2:hover,
  .mobile\:focus\:bg-brand-secondary-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-2 {
    background-color: RGBA(3, 3, 40, 0.2);
  }
  .mobile\:bg-brand-secondary-opal-02,
  .mobile\:hover\:bg-brand-secondary-opal-02:hover,
  .mobile\:focus\:bg-brand-secondary-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-02 {
    background-color: RGBA(3, 3, 40, 0.02);
  }
  .mobile\:bg-brand-secondary-opal-3,
  .mobile\:hover\:bg-brand-secondary-opal-3:hover,
  .mobile\:focus\:bg-brand-secondary-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-3 {
    background-color: RGBA(3, 3, 40, 0.3);
  }
  .mobile\:bg-brand-secondary-opal-03,
  .mobile\:hover\:bg-brand-secondary-opal-03:hover,
  .mobile\:focus\:bg-brand-secondary-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-03 {
    background-color: RGBA(3, 3, 40, 0.03);
  }
  .mobile\:bg-brand-secondary-opal-4,
  .mobile\:hover\:bg-brand-secondary-opal-4:hover,
  .mobile\:focus\:bg-brand-secondary-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-4 {
    background-color: RGBA(3, 3, 40, 0.4);
  }
  .mobile\:bg-brand-secondary-opal-04,
  .mobile\:hover\:bg-brand-secondary-opal-04:hover,
  .mobile\:focus\:bg-brand-secondary-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-04 {
    background-color: RGBA(3, 3, 40, 0.04);
  }
  .mobile\:bg-brand-secondary-opal-5,
  .mobile\:hover\:bg-brand-secondary-opal-5:hover,
  .mobile\:focus\:bg-brand-secondary-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-5 {
    background-color: RGBA(3, 3, 40, 0.5);
  }
  .mobile\:bg-brand-secondary-opal-05,
  .mobile\:hover\:bg-brand-secondary-opal-05:hover,
  .mobile\:focus\:bg-brand-secondary-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-05 {
    background-color: RGBA(3, 3, 40, 0.05);
  }
  .mobile\:bg-brand-secondary-opal-6,
  .mobile\:hover\:bg-brand-secondary-opal-6:hover,
  .mobile\:focus\:bg-brand-secondary-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-6 {
    background-color: RGBA(3, 3, 40, 0.6);
  }
  .mobile\:bg-brand-secondary-opal-06,
  .mobile\:hover\:bg-brand-secondary-opal-06:hover,
  .mobile\:focus\:bg-brand-secondary-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-06 {
    background-color: RGBA(3, 3, 40, 0.06);
  }
  .mobile\:bg-brand-secondary-opal-7,
  .mobile\:hover\:bg-brand-secondary-opal-7:hover,
  .mobile\:focus\:bg-brand-secondary-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-7 {
    background-color: RGBA(3, 3, 40, 0.7);
  }
  .mobile\:bg-brand-secondary-opal-07,
  .mobile\:hover\:bg-brand-secondary-opal-07:hover,
  .mobile\:focus\:bg-brand-secondary-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-07 {
    background-color: RGBA(3, 3, 40, 0.07);
  }
  .mobile\:bg-brand-secondary-opal-8,
  .mobile\:hover\:bg-brand-secondary-opal-8:hover,
  .mobile\:focus\:bg-brand-secondary-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-8 {
    background-color: RGBA(3, 3, 40, 0.8);
  }
  .mobile\:bg-brand-secondary-opal-08,
  .mobile\:hover\:bg-brand-secondary-opal-08:hover,
  .mobile\:focus\:bg-brand-secondary-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-08 {
    background-color: RGBA(3, 3, 40, 0.08);
  }
  .mobile\:bg-brand-secondary-opal-9,
  .mobile\:hover\:bg-brand-secondary-opal-9:hover,
  .mobile\:focus\:bg-brand-secondary-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-9 {
    background-color: RGBA(3, 3, 40, 0.9);
  }
  .mobile\:bg-brand-secondary-opal-09,
  .mobile\:hover\:bg-brand-secondary-opal-09:hover,
  .mobile\:focus\:bg-brand-secondary-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-09 {
    background-color: RGBA(3, 3, 40, 0.09);
  }
  .mobile\:bg-brand-secondary-opal-10,
  .mobile\:hover\:bg-brand-secondary-opal-10:hover,
  .mobile\:focus\:bg-brand-secondary-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-brand-secondary-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-brand-secondary-opal-10 {
    background-color: RGBA(3, 3, 40, 1);
  }
  .mobile\:bg-color-headline,
  .mobile\:hover\:bg-color-headline:hover,
  .mobile\:focus\:bg-color-headline:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline {
    background-color: #030328;
  }
  .mobile\:bg-color-headline-opal-0,
  .mobile\:hover\:bg-color-headline-opal-0:hover,
  .mobile\:focus\:bg-color-headline-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-0 {
    background-color: RGBA(3, 3, 40, 0);
  }
  .mobile\:bg-color-headline-opal-00,
  .mobile\:hover\:bg-color-headline-opal-00:hover,
  .mobile\:focus\:bg-color-headline-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-00 {
    background-color: RGBA(3, 3, 40, 0);
  }
  .mobile\:bg-color-headline-opal-1,
  .mobile\:hover\:bg-color-headline-opal-1:hover,
  .mobile\:focus\:bg-color-headline-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-1 {
    background-color: RGBA(3, 3, 40, 0.1);
  }
  .mobile\:bg-color-headline-opal-01,
  .mobile\:hover\:bg-color-headline-opal-01:hover,
  .mobile\:focus\:bg-color-headline-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-01 {
    background-color: RGBA(3, 3, 40, 0.01);
  }
  .mobile\:bg-color-headline-opal-2,
  .mobile\:hover\:bg-color-headline-opal-2:hover,
  .mobile\:focus\:bg-color-headline-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-2 {
    background-color: RGBA(3, 3, 40, 0.2);
  }
  .mobile\:bg-color-headline-opal-02,
  .mobile\:hover\:bg-color-headline-opal-02:hover,
  .mobile\:focus\:bg-color-headline-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-02 {
    background-color: RGBA(3, 3, 40, 0.02);
  }
  .mobile\:bg-color-headline-opal-3,
  .mobile\:hover\:bg-color-headline-opal-3:hover,
  .mobile\:focus\:bg-color-headline-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-3 {
    background-color: RGBA(3, 3, 40, 0.3);
  }
  .mobile\:bg-color-headline-opal-03,
  .mobile\:hover\:bg-color-headline-opal-03:hover,
  .mobile\:focus\:bg-color-headline-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-03 {
    background-color: RGBA(3, 3, 40, 0.03);
  }
  .mobile\:bg-color-headline-opal-4,
  .mobile\:hover\:bg-color-headline-opal-4:hover,
  .mobile\:focus\:bg-color-headline-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-4 {
    background-color: RGBA(3, 3, 40, 0.4);
  }
  .mobile\:bg-color-headline-opal-04,
  .mobile\:hover\:bg-color-headline-opal-04:hover,
  .mobile\:focus\:bg-color-headline-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-04 {
    background-color: RGBA(3, 3, 40, 0.04);
  }
  .mobile\:bg-color-headline-opal-5,
  .mobile\:hover\:bg-color-headline-opal-5:hover,
  .mobile\:focus\:bg-color-headline-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-5 {
    background-color: RGBA(3, 3, 40, 0.5);
  }
  .mobile\:bg-color-headline-opal-05,
  .mobile\:hover\:bg-color-headline-opal-05:hover,
  .mobile\:focus\:bg-color-headline-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-05 {
    background-color: RGBA(3, 3, 40, 0.05);
  }
  .mobile\:bg-color-headline-opal-6,
  .mobile\:hover\:bg-color-headline-opal-6:hover,
  .mobile\:focus\:bg-color-headline-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-6 {
    background-color: RGBA(3, 3, 40, 0.6);
  }
  .mobile\:bg-color-headline-opal-06,
  .mobile\:hover\:bg-color-headline-opal-06:hover,
  .mobile\:focus\:bg-color-headline-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-06 {
    background-color: RGBA(3, 3, 40, 0.06);
  }
  .mobile\:bg-color-headline-opal-7,
  .mobile\:hover\:bg-color-headline-opal-7:hover,
  .mobile\:focus\:bg-color-headline-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-7 {
    background-color: RGBA(3, 3, 40, 0.7);
  }
  .mobile\:bg-color-headline-opal-07,
  .mobile\:hover\:bg-color-headline-opal-07:hover,
  .mobile\:focus\:bg-color-headline-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-07 {
    background-color: RGBA(3, 3, 40, 0.07);
  }
  .mobile\:bg-color-headline-opal-8,
  .mobile\:hover\:bg-color-headline-opal-8:hover,
  .mobile\:focus\:bg-color-headline-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-8 {
    background-color: RGBA(3, 3, 40, 0.8);
  }
  .mobile\:bg-color-headline-opal-08,
  .mobile\:hover\:bg-color-headline-opal-08:hover,
  .mobile\:focus\:bg-color-headline-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-08 {
    background-color: RGBA(3, 3, 40, 0.08);
  }
  .mobile\:bg-color-headline-opal-9,
  .mobile\:hover\:bg-color-headline-opal-9:hover,
  .mobile\:focus\:bg-color-headline-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-9 {
    background-color: RGBA(3, 3, 40, 0.9);
  }
  .mobile\:bg-color-headline-opal-09,
  .mobile\:hover\:bg-color-headline-opal-09:hover,
  .mobile\:focus\:bg-color-headline-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-09 {
    background-color: RGBA(3, 3, 40, 0.09);
  }
  .mobile\:bg-color-headline-opal-10,
  .mobile\:hover\:bg-color-headline-opal-10:hover,
  .mobile\:focus\:bg-color-headline-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-color-headline-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-color-headline-opal-10 {
    background-color: RGBA(3, 3, 40, 1);
  }
  .mobile\:bg-color-body,
  .mobile\:hover\:bg-color-body:hover,
  .mobile\:focus\:bg-color-body:focus,
  .mobile\:group:hover .group-hover\:bg-color-body,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body {
    background-color: #383f76;
  }
  .mobile\:bg-color-body-opal-0,
  .mobile\:hover\:bg-color-body-opal-0:hover,
  .mobile\:focus\:bg-color-body-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-0 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:bg-color-body-opal-00,
  .mobile\:hover\:bg-color-body-opal-00:hover,
  .mobile\:focus\:bg-color-body-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-00 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:bg-color-body-opal-1,
  .mobile\:hover\:bg-color-body-opal-1:hover,
  .mobile\:focus\:bg-color-body-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-1 {
    background-color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:bg-color-body-opal-01,
  .mobile\:hover\:bg-color-body-opal-01:hover,
  .mobile\:focus\:bg-color-body-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-01 {
    background-color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:bg-color-body-opal-2,
  .mobile\:hover\:bg-color-body-opal-2:hover,
  .mobile\:focus\:bg-color-body-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-2 {
    background-color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:bg-color-body-opal-02,
  .mobile\:hover\:bg-color-body-opal-02:hover,
  .mobile\:focus\:bg-color-body-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-02 {
    background-color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:bg-color-body-opal-3,
  .mobile\:hover\:bg-color-body-opal-3:hover,
  .mobile\:focus\:bg-color-body-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-3 {
    background-color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:bg-color-body-opal-03,
  .mobile\:hover\:bg-color-body-opal-03:hover,
  .mobile\:focus\:bg-color-body-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-03 {
    background-color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:bg-color-body-opal-4,
  .mobile\:hover\:bg-color-body-opal-4:hover,
  .mobile\:focus\:bg-color-body-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-4 {
    background-color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:bg-color-body-opal-04,
  .mobile\:hover\:bg-color-body-opal-04:hover,
  .mobile\:focus\:bg-color-body-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-04 {
    background-color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:bg-color-body-opal-5,
  .mobile\:hover\:bg-color-body-opal-5:hover,
  .mobile\:focus\:bg-color-body-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-5 {
    background-color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:bg-color-body-opal-05,
  .mobile\:hover\:bg-color-body-opal-05:hover,
  .mobile\:focus\:bg-color-body-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-05 {
    background-color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:bg-color-body-opal-6,
  .mobile\:hover\:bg-color-body-opal-6:hover,
  .mobile\:focus\:bg-color-body-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-6 {
    background-color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:bg-color-body-opal-06,
  .mobile\:hover\:bg-color-body-opal-06:hover,
  .mobile\:focus\:bg-color-body-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-06 {
    background-color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:bg-color-body-opal-7,
  .mobile\:hover\:bg-color-body-opal-7:hover,
  .mobile\:focus\:bg-color-body-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-7 {
    background-color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:bg-color-body-opal-07,
  .mobile\:hover\:bg-color-body-opal-07:hover,
  .mobile\:focus\:bg-color-body-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-07 {
    background-color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:bg-color-body-opal-8,
  .mobile\:hover\:bg-color-body-opal-8:hover,
  .mobile\:focus\:bg-color-body-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-8 {
    background-color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:bg-color-body-opal-08,
  .mobile\:hover\:bg-color-body-opal-08:hover,
  .mobile\:focus\:bg-color-body-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-08 {
    background-color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:bg-color-body-opal-9,
  .mobile\:hover\:bg-color-body-opal-9:hover,
  .mobile\:focus\:bg-color-body-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-9 {
    background-color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:bg-color-body-opal-09,
  .mobile\:hover\:bg-color-body-opal-09:hover,
  .mobile\:focus\:bg-color-body-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-09 {
    background-color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:bg-color-body-opal-10,
  .mobile\:hover\:bg-color-body-opal-10:hover,
  .mobile\:focus\:bg-color-body-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-color-body-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-color-body-opal-10 {
    background-color: RGBA(56, 63, 118, 1);
  }
  .mobile\:bg-success,
  .mobile\:hover\:bg-success:hover,
  .mobile\:focus\:bg-success:focus,
  .mobile\:group:hover .group-hover\:bg-success,
  .mobile\:group:focus-within .group-focus-within\:bg-success {
    background-color: #168982;
  }
  .mobile\:bg-success-opal-0,
  .mobile\:hover\:bg-success-opal-0:hover,
  .mobile\:focus\:bg-success-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-0 {
    background-color: RGBA(22, 137, 130, 0);
  }
  .mobile\:bg-success-opal-00,
  .mobile\:hover\:bg-success-opal-00:hover,
  .mobile\:focus\:bg-success-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-00 {
    background-color: RGBA(22, 137, 130, 0);
  }
  .mobile\:bg-success-opal-1,
  .mobile\:hover\:bg-success-opal-1:hover,
  .mobile\:focus\:bg-success-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-1 {
    background-color: RGBA(22, 137, 130, 0.1);
  }
  .mobile\:bg-success-opal-01,
  .mobile\:hover\:bg-success-opal-01:hover,
  .mobile\:focus\:bg-success-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-01 {
    background-color: RGBA(22, 137, 130, 0.01);
  }
  .mobile\:bg-success-opal-2,
  .mobile\:hover\:bg-success-opal-2:hover,
  .mobile\:focus\:bg-success-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-2 {
    background-color: RGBA(22, 137, 130, 0.2);
  }
  .mobile\:bg-success-opal-02,
  .mobile\:hover\:bg-success-opal-02:hover,
  .mobile\:focus\:bg-success-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-02 {
    background-color: RGBA(22, 137, 130, 0.02);
  }
  .mobile\:bg-success-opal-3,
  .mobile\:hover\:bg-success-opal-3:hover,
  .mobile\:focus\:bg-success-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-3 {
    background-color: RGBA(22, 137, 130, 0.3);
  }
  .mobile\:bg-success-opal-03,
  .mobile\:hover\:bg-success-opal-03:hover,
  .mobile\:focus\:bg-success-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-03 {
    background-color: RGBA(22, 137, 130, 0.03);
  }
  .mobile\:bg-success-opal-4,
  .mobile\:hover\:bg-success-opal-4:hover,
  .mobile\:focus\:bg-success-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-4 {
    background-color: RGBA(22, 137, 130, 0.4);
  }
  .mobile\:bg-success-opal-04,
  .mobile\:hover\:bg-success-opal-04:hover,
  .mobile\:focus\:bg-success-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-04 {
    background-color: RGBA(22, 137, 130, 0.04);
  }
  .mobile\:bg-success-opal-5,
  .mobile\:hover\:bg-success-opal-5:hover,
  .mobile\:focus\:bg-success-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-5 {
    background-color: RGBA(22, 137, 130, 0.5);
  }
  .mobile\:bg-success-opal-05,
  .mobile\:hover\:bg-success-opal-05:hover,
  .mobile\:focus\:bg-success-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-05 {
    background-color: RGBA(22, 137, 130, 0.05);
  }
  .mobile\:bg-success-opal-6,
  .mobile\:hover\:bg-success-opal-6:hover,
  .mobile\:focus\:bg-success-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-6 {
    background-color: RGBA(22, 137, 130, 0.6);
  }
  .mobile\:bg-success-opal-06,
  .mobile\:hover\:bg-success-opal-06:hover,
  .mobile\:focus\:bg-success-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-06 {
    background-color: RGBA(22, 137, 130, 0.06);
  }
  .mobile\:bg-success-opal-7,
  .mobile\:hover\:bg-success-opal-7:hover,
  .mobile\:focus\:bg-success-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-7 {
    background-color: RGBA(22, 137, 130, 0.7);
  }
  .mobile\:bg-success-opal-07,
  .mobile\:hover\:bg-success-opal-07:hover,
  .mobile\:focus\:bg-success-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-07 {
    background-color: RGBA(22, 137, 130, 0.07);
  }
  .mobile\:bg-success-opal-8,
  .mobile\:hover\:bg-success-opal-8:hover,
  .mobile\:focus\:bg-success-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-8 {
    background-color: RGBA(22, 137, 130, 0.8);
  }
  .mobile\:bg-success-opal-08,
  .mobile\:hover\:bg-success-opal-08:hover,
  .mobile\:focus\:bg-success-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-08 {
    background-color: RGBA(22, 137, 130, 0.08);
  }
  .mobile\:bg-success-opal-9,
  .mobile\:hover\:bg-success-opal-9:hover,
  .mobile\:focus\:bg-success-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-9 {
    background-color: RGBA(22, 137, 130, 0.9);
  }
  .mobile\:bg-success-opal-09,
  .mobile\:hover\:bg-success-opal-09:hover,
  .mobile\:focus\:bg-success-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-09 {
    background-color: RGBA(22, 137, 130, 0.09);
  }
  .mobile\:bg-success-opal-10,
  .mobile\:hover\:bg-success-opal-10:hover,
  .mobile\:focus\:bg-success-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-success-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-success-opal-10 {
    background-color: RGBA(22, 137, 130, 1);
  }
  .mobile\:bg-success-contrast,
  .mobile\:hover\:bg-success-contrast:hover,
  .mobile\:focus\:bg-success-contrast:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast {
    background-color: #fff;
  }
  .mobile\:bg-success-contrast-opal-0,
  .mobile\:hover\:bg-success-contrast-opal-0:hover,
  .mobile\:focus\:bg-success-contrast-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-0 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:bg-success-contrast-opal-00,
  .mobile\:hover\:bg-success-contrast-opal-00:hover,
  .mobile\:focus\:bg-success-contrast-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-00 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:bg-success-contrast-opal-1,
  .mobile\:hover\:bg-success-contrast-opal-1:hover,
  .mobile\:focus\:bg-success-contrast-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-1 {
    background-color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:bg-success-contrast-opal-01,
  .mobile\:hover\:bg-success-contrast-opal-01:hover,
  .mobile\:focus\:bg-success-contrast-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-01 {
    background-color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:bg-success-contrast-opal-2,
  .mobile\:hover\:bg-success-contrast-opal-2:hover,
  .mobile\:focus\:bg-success-contrast-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-2 {
    background-color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:bg-success-contrast-opal-02,
  .mobile\:hover\:bg-success-contrast-opal-02:hover,
  .mobile\:focus\:bg-success-contrast-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-02 {
    background-color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:bg-success-contrast-opal-3,
  .mobile\:hover\:bg-success-contrast-opal-3:hover,
  .mobile\:focus\:bg-success-contrast-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-3 {
    background-color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:bg-success-contrast-opal-03,
  .mobile\:hover\:bg-success-contrast-opal-03:hover,
  .mobile\:focus\:bg-success-contrast-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-03 {
    background-color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:bg-success-contrast-opal-4,
  .mobile\:hover\:bg-success-contrast-opal-4:hover,
  .mobile\:focus\:bg-success-contrast-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-4 {
    background-color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:bg-success-contrast-opal-04,
  .mobile\:hover\:bg-success-contrast-opal-04:hover,
  .mobile\:focus\:bg-success-contrast-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-04 {
    background-color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:bg-success-contrast-opal-5,
  .mobile\:hover\:bg-success-contrast-opal-5:hover,
  .mobile\:focus\:bg-success-contrast-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-5 {
    background-color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:bg-success-contrast-opal-05,
  .mobile\:hover\:bg-success-contrast-opal-05:hover,
  .mobile\:focus\:bg-success-contrast-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-05 {
    background-color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:bg-success-contrast-opal-6,
  .mobile\:hover\:bg-success-contrast-opal-6:hover,
  .mobile\:focus\:bg-success-contrast-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-6 {
    background-color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:bg-success-contrast-opal-06,
  .mobile\:hover\:bg-success-contrast-opal-06:hover,
  .mobile\:focus\:bg-success-contrast-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-06 {
    background-color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:bg-success-contrast-opal-7,
  .mobile\:hover\:bg-success-contrast-opal-7:hover,
  .mobile\:focus\:bg-success-contrast-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-7 {
    background-color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:bg-success-contrast-opal-07,
  .mobile\:hover\:bg-success-contrast-opal-07:hover,
  .mobile\:focus\:bg-success-contrast-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-07 {
    background-color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:bg-success-contrast-opal-8,
  .mobile\:hover\:bg-success-contrast-opal-8:hover,
  .mobile\:focus\:bg-success-contrast-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-8 {
    background-color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:bg-success-contrast-opal-08,
  .mobile\:hover\:bg-success-contrast-opal-08:hover,
  .mobile\:focus\:bg-success-contrast-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-08 {
    background-color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:bg-success-contrast-opal-9,
  .mobile\:hover\:bg-success-contrast-opal-9:hover,
  .mobile\:focus\:bg-success-contrast-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-9 {
    background-color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:bg-success-contrast-opal-09,
  .mobile\:hover\:bg-success-contrast-opal-09:hover,
  .mobile\:focus\:bg-success-contrast-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-09 {
    background-color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:bg-success-contrast-opal-10,
  .mobile\:hover\:bg-success-contrast-opal-10:hover,
  .mobile\:focus\:bg-success-contrast-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-success-contrast-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-success-contrast-opal-10 {
    background-color: RGBA(255, 255, 255, 1);
  }
  .mobile\:bg-warning,
  .mobile\:hover\:bg-warning:hover,
  .mobile\:focus\:bg-warning:focus,
  .mobile\:group:hover .group-hover\:bg-warning,
  .mobile\:group:focus-within .group-focus-within\:bg-warning {
    background-color: #c04c0a;
  }
  .mobile\:bg-warning-opal-0,
  .mobile\:hover\:bg-warning-opal-0:hover,
  .mobile\:focus\:bg-warning-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-0 {
    background-color: RGBA(192, 76, 10, 0);
  }
  .mobile\:bg-warning-opal-00,
  .mobile\:hover\:bg-warning-opal-00:hover,
  .mobile\:focus\:bg-warning-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-00 {
    background-color: RGBA(192, 76, 10, 0);
  }
  .mobile\:bg-warning-opal-1,
  .mobile\:hover\:bg-warning-opal-1:hover,
  .mobile\:focus\:bg-warning-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-1 {
    background-color: RGBA(192, 76, 10, 0.1);
  }
  .mobile\:bg-warning-opal-01,
  .mobile\:hover\:bg-warning-opal-01:hover,
  .mobile\:focus\:bg-warning-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-01 {
    background-color: RGBA(192, 76, 10, 0.01);
  }
  .mobile\:bg-warning-opal-2,
  .mobile\:hover\:bg-warning-opal-2:hover,
  .mobile\:focus\:bg-warning-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-2 {
    background-color: RGBA(192, 76, 10, 0.2);
  }
  .mobile\:bg-warning-opal-02,
  .mobile\:hover\:bg-warning-opal-02:hover,
  .mobile\:focus\:bg-warning-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-02 {
    background-color: RGBA(192, 76, 10, 0.02);
  }
  .mobile\:bg-warning-opal-3,
  .mobile\:hover\:bg-warning-opal-3:hover,
  .mobile\:focus\:bg-warning-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-3 {
    background-color: RGBA(192, 76, 10, 0.3);
  }
  .mobile\:bg-warning-opal-03,
  .mobile\:hover\:bg-warning-opal-03:hover,
  .mobile\:focus\:bg-warning-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-03 {
    background-color: RGBA(192, 76, 10, 0.03);
  }
  .mobile\:bg-warning-opal-4,
  .mobile\:hover\:bg-warning-opal-4:hover,
  .mobile\:focus\:bg-warning-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-4 {
    background-color: RGBA(192, 76, 10, 0.4);
  }
  .mobile\:bg-warning-opal-04,
  .mobile\:hover\:bg-warning-opal-04:hover,
  .mobile\:focus\:bg-warning-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-04 {
    background-color: RGBA(192, 76, 10, 0.04);
  }
  .mobile\:bg-warning-opal-5,
  .mobile\:hover\:bg-warning-opal-5:hover,
  .mobile\:focus\:bg-warning-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-5 {
    background-color: RGBA(192, 76, 10, 0.5);
  }
  .mobile\:bg-warning-opal-05,
  .mobile\:hover\:bg-warning-opal-05:hover,
  .mobile\:focus\:bg-warning-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-05 {
    background-color: RGBA(192, 76, 10, 0.05);
  }
  .mobile\:bg-warning-opal-6,
  .mobile\:hover\:bg-warning-opal-6:hover,
  .mobile\:focus\:bg-warning-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-6 {
    background-color: RGBA(192, 76, 10, 0.6);
  }
  .mobile\:bg-warning-opal-06,
  .mobile\:hover\:bg-warning-opal-06:hover,
  .mobile\:focus\:bg-warning-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-06 {
    background-color: RGBA(192, 76, 10, 0.06);
  }
  .mobile\:bg-warning-opal-7,
  .mobile\:hover\:bg-warning-opal-7:hover,
  .mobile\:focus\:bg-warning-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-7 {
    background-color: RGBA(192, 76, 10, 0.7);
  }
  .mobile\:bg-warning-opal-07,
  .mobile\:hover\:bg-warning-opal-07:hover,
  .mobile\:focus\:bg-warning-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-07 {
    background-color: RGBA(192, 76, 10, 0.07);
  }
  .mobile\:bg-warning-opal-8,
  .mobile\:hover\:bg-warning-opal-8:hover,
  .mobile\:focus\:bg-warning-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-8 {
    background-color: RGBA(192, 76, 10, 0.8);
  }
  .mobile\:bg-warning-opal-08,
  .mobile\:hover\:bg-warning-opal-08:hover,
  .mobile\:focus\:bg-warning-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-08 {
    background-color: RGBA(192, 76, 10, 0.08);
  }
  .mobile\:bg-warning-opal-9,
  .mobile\:hover\:bg-warning-opal-9:hover,
  .mobile\:focus\:bg-warning-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-9 {
    background-color: RGBA(192, 76, 10, 0.9);
  }
  .mobile\:bg-warning-opal-09,
  .mobile\:hover\:bg-warning-opal-09:hover,
  .mobile\:focus\:bg-warning-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-09 {
    background-color: RGBA(192, 76, 10, 0.09);
  }
  .mobile\:bg-warning-opal-10,
  .mobile\:hover\:bg-warning-opal-10:hover,
  .mobile\:focus\:bg-warning-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-warning-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-opal-10 {
    background-color: RGBA(192, 76, 10, 1);
  }
  .mobile\:bg-warning-contrast,
  .mobile\:hover\:bg-warning-contrast:hover,
  .mobile\:focus\:bg-warning-contrast:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast {
    background-color: #fff;
  }
  .mobile\:bg-warning-contrast-opal-0,
  .mobile\:hover\:bg-warning-contrast-opal-0:hover,
  .mobile\:focus\:bg-warning-contrast-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-0 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:bg-warning-contrast-opal-00,
  .mobile\:hover\:bg-warning-contrast-opal-00:hover,
  .mobile\:focus\:bg-warning-contrast-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-00 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:bg-warning-contrast-opal-1,
  .mobile\:hover\:bg-warning-contrast-opal-1:hover,
  .mobile\:focus\:bg-warning-contrast-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-1 {
    background-color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:bg-warning-contrast-opal-01,
  .mobile\:hover\:bg-warning-contrast-opal-01:hover,
  .mobile\:focus\:bg-warning-contrast-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-01 {
    background-color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:bg-warning-contrast-opal-2,
  .mobile\:hover\:bg-warning-contrast-opal-2:hover,
  .mobile\:focus\:bg-warning-contrast-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-2 {
    background-color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:bg-warning-contrast-opal-02,
  .mobile\:hover\:bg-warning-contrast-opal-02:hover,
  .mobile\:focus\:bg-warning-contrast-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-02 {
    background-color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:bg-warning-contrast-opal-3,
  .mobile\:hover\:bg-warning-contrast-opal-3:hover,
  .mobile\:focus\:bg-warning-contrast-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-3 {
    background-color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:bg-warning-contrast-opal-03,
  .mobile\:hover\:bg-warning-contrast-opal-03:hover,
  .mobile\:focus\:bg-warning-contrast-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-03 {
    background-color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:bg-warning-contrast-opal-4,
  .mobile\:hover\:bg-warning-contrast-opal-4:hover,
  .mobile\:focus\:bg-warning-contrast-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-4 {
    background-color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:bg-warning-contrast-opal-04,
  .mobile\:hover\:bg-warning-contrast-opal-04:hover,
  .mobile\:focus\:bg-warning-contrast-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-04 {
    background-color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:bg-warning-contrast-opal-5,
  .mobile\:hover\:bg-warning-contrast-opal-5:hover,
  .mobile\:focus\:bg-warning-contrast-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-5 {
    background-color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:bg-warning-contrast-opal-05,
  .mobile\:hover\:bg-warning-contrast-opal-05:hover,
  .mobile\:focus\:bg-warning-contrast-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-05 {
    background-color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:bg-warning-contrast-opal-6,
  .mobile\:hover\:bg-warning-contrast-opal-6:hover,
  .mobile\:focus\:bg-warning-contrast-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-6 {
    background-color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:bg-warning-contrast-opal-06,
  .mobile\:hover\:bg-warning-contrast-opal-06:hover,
  .mobile\:focus\:bg-warning-contrast-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-06 {
    background-color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:bg-warning-contrast-opal-7,
  .mobile\:hover\:bg-warning-contrast-opal-7:hover,
  .mobile\:focus\:bg-warning-contrast-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-7 {
    background-color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:bg-warning-contrast-opal-07,
  .mobile\:hover\:bg-warning-contrast-opal-07:hover,
  .mobile\:focus\:bg-warning-contrast-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-07 {
    background-color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:bg-warning-contrast-opal-8,
  .mobile\:hover\:bg-warning-contrast-opal-8:hover,
  .mobile\:focus\:bg-warning-contrast-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-8 {
    background-color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:bg-warning-contrast-opal-08,
  .mobile\:hover\:bg-warning-contrast-opal-08:hover,
  .mobile\:focus\:bg-warning-contrast-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-08 {
    background-color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:bg-warning-contrast-opal-9,
  .mobile\:hover\:bg-warning-contrast-opal-9:hover,
  .mobile\:focus\:bg-warning-contrast-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-9 {
    background-color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:bg-warning-contrast-opal-09,
  .mobile\:hover\:bg-warning-contrast-opal-09:hover,
  .mobile\:focus\:bg-warning-contrast-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-09 {
    background-color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:bg-warning-contrast-opal-10,
  .mobile\:hover\:bg-warning-contrast-opal-10:hover,
  .mobile\:focus\:bg-warning-contrast-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-warning-contrast-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-warning-contrast-opal-10 {
    background-color: RGBA(255, 255, 255, 1);
  }
  .mobile\:bg-fail,
  .mobile\:hover\:bg-fail:hover,
  .mobile\:focus\:bg-fail:focus,
  .mobile\:group:hover .group-hover\:bg-fail,
  .mobile\:group:focus-within .group-focus-within\:bg-fail {
    background-color: #c82d53;
  }
  .mobile\:bg-fail-opal-0,
  .mobile\:hover\:bg-fail-opal-0:hover,
  .mobile\:focus\:bg-fail-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-0 {
    background-color: RGBA(200, 45, 83, 0);
  }
  .mobile\:bg-fail-opal-00,
  .mobile\:hover\:bg-fail-opal-00:hover,
  .mobile\:focus\:bg-fail-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-00 {
    background-color: RGBA(200, 45, 83, 0);
  }
  .mobile\:bg-fail-opal-1,
  .mobile\:hover\:bg-fail-opal-1:hover,
  .mobile\:focus\:bg-fail-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-1 {
    background-color: RGBA(200, 45, 83, 0.1);
  }
  .mobile\:bg-fail-opal-01,
  .mobile\:hover\:bg-fail-opal-01:hover,
  .mobile\:focus\:bg-fail-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-01 {
    background-color: RGBA(200, 45, 83, 0.01);
  }
  .mobile\:bg-fail-opal-2,
  .mobile\:hover\:bg-fail-opal-2:hover,
  .mobile\:focus\:bg-fail-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-2 {
    background-color: RGBA(200, 45, 83, 0.2);
  }
  .mobile\:bg-fail-opal-02,
  .mobile\:hover\:bg-fail-opal-02:hover,
  .mobile\:focus\:bg-fail-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-02 {
    background-color: RGBA(200, 45, 83, 0.02);
  }
  .mobile\:bg-fail-opal-3,
  .mobile\:hover\:bg-fail-opal-3:hover,
  .mobile\:focus\:bg-fail-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-3 {
    background-color: RGBA(200, 45, 83, 0.3);
  }
  .mobile\:bg-fail-opal-03,
  .mobile\:hover\:bg-fail-opal-03:hover,
  .mobile\:focus\:bg-fail-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-03 {
    background-color: RGBA(200, 45, 83, 0.03);
  }
  .mobile\:bg-fail-opal-4,
  .mobile\:hover\:bg-fail-opal-4:hover,
  .mobile\:focus\:bg-fail-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-4 {
    background-color: RGBA(200, 45, 83, 0.4);
  }
  .mobile\:bg-fail-opal-04,
  .mobile\:hover\:bg-fail-opal-04:hover,
  .mobile\:focus\:bg-fail-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-04 {
    background-color: RGBA(200, 45, 83, 0.04);
  }
  .mobile\:bg-fail-opal-5,
  .mobile\:hover\:bg-fail-opal-5:hover,
  .mobile\:focus\:bg-fail-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-5 {
    background-color: RGBA(200, 45, 83, 0.5);
  }
  .mobile\:bg-fail-opal-05,
  .mobile\:hover\:bg-fail-opal-05:hover,
  .mobile\:focus\:bg-fail-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-05 {
    background-color: RGBA(200, 45, 83, 0.05);
  }
  .mobile\:bg-fail-opal-6,
  .mobile\:hover\:bg-fail-opal-6:hover,
  .mobile\:focus\:bg-fail-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-6 {
    background-color: RGBA(200, 45, 83, 0.6);
  }
  .mobile\:bg-fail-opal-06,
  .mobile\:hover\:bg-fail-opal-06:hover,
  .mobile\:focus\:bg-fail-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-06 {
    background-color: RGBA(200, 45, 83, 0.06);
  }
  .mobile\:bg-fail-opal-7,
  .mobile\:hover\:bg-fail-opal-7:hover,
  .mobile\:focus\:bg-fail-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-7 {
    background-color: RGBA(200, 45, 83, 0.7);
  }
  .mobile\:bg-fail-opal-07,
  .mobile\:hover\:bg-fail-opal-07:hover,
  .mobile\:focus\:bg-fail-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-07 {
    background-color: RGBA(200, 45, 83, 0.07);
  }
  .mobile\:bg-fail-opal-8,
  .mobile\:hover\:bg-fail-opal-8:hover,
  .mobile\:focus\:bg-fail-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-8 {
    background-color: RGBA(200, 45, 83, 0.8);
  }
  .mobile\:bg-fail-opal-08,
  .mobile\:hover\:bg-fail-opal-08:hover,
  .mobile\:focus\:bg-fail-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-08 {
    background-color: RGBA(200, 45, 83, 0.08);
  }
  .mobile\:bg-fail-opal-9,
  .mobile\:hover\:bg-fail-opal-9:hover,
  .mobile\:focus\:bg-fail-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-9 {
    background-color: RGBA(200, 45, 83, 0.9);
  }
  .mobile\:bg-fail-opal-09,
  .mobile\:hover\:bg-fail-opal-09:hover,
  .mobile\:focus\:bg-fail-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-09 {
    background-color: RGBA(200, 45, 83, 0.09);
  }
  .mobile\:bg-fail-opal-10,
  .mobile\:hover\:bg-fail-opal-10:hover,
  .mobile\:focus\:bg-fail-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-fail-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-opal-10 {
    background-color: RGBA(200, 45, 83, 1);
  }
  .mobile\:bg-fail-contrast,
  .mobile\:hover\:bg-fail-contrast:hover,
  .mobile\:focus\:bg-fail-contrast:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast {
    background-color: #fff;
  }
  .mobile\:bg-fail-contrast-opal-0,
  .mobile\:hover\:bg-fail-contrast-opal-0:hover,
  .mobile\:focus\:bg-fail-contrast-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-0 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:bg-fail-contrast-opal-00,
  .mobile\:hover\:bg-fail-contrast-opal-00:hover,
  .mobile\:focus\:bg-fail-contrast-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-00 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:bg-fail-contrast-opal-1,
  .mobile\:hover\:bg-fail-contrast-opal-1:hover,
  .mobile\:focus\:bg-fail-contrast-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-1 {
    background-color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:bg-fail-contrast-opal-01,
  .mobile\:hover\:bg-fail-contrast-opal-01:hover,
  .mobile\:focus\:bg-fail-contrast-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-01 {
    background-color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:bg-fail-contrast-opal-2,
  .mobile\:hover\:bg-fail-contrast-opal-2:hover,
  .mobile\:focus\:bg-fail-contrast-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-2 {
    background-color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:bg-fail-contrast-opal-02,
  .mobile\:hover\:bg-fail-contrast-opal-02:hover,
  .mobile\:focus\:bg-fail-contrast-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-02 {
    background-color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:bg-fail-contrast-opal-3,
  .mobile\:hover\:bg-fail-contrast-opal-3:hover,
  .mobile\:focus\:bg-fail-contrast-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-3 {
    background-color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:bg-fail-contrast-opal-03,
  .mobile\:hover\:bg-fail-contrast-opal-03:hover,
  .mobile\:focus\:bg-fail-contrast-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-03 {
    background-color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:bg-fail-contrast-opal-4,
  .mobile\:hover\:bg-fail-contrast-opal-4:hover,
  .mobile\:focus\:bg-fail-contrast-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-4 {
    background-color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:bg-fail-contrast-opal-04,
  .mobile\:hover\:bg-fail-contrast-opal-04:hover,
  .mobile\:focus\:bg-fail-contrast-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-04 {
    background-color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:bg-fail-contrast-opal-5,
  .mobile\:hover\:bg-fail-contrast-opal-5:hover,
  .mobile\:focus\:bg-fail-contrast-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-5 {
    background-color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:bg-fail-contrast-opal-05,
  .mobile\:hover\:bg-fail-contrast-opal-05:hover,
  .mobile\:focus\:bg-fail-contrast-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-05 {
    background-color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:bg-fail-contrast-opal-6,
  .mobile\:hover\:bg-fail-contrast-opal-6:hover,
  .mobile\:focus\:bg-fail-contrast-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-6 {
    background-color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:bg-fail-contrast-opal-06,
  .mobile\:hover\:bg-fail-contrast-opal-06:hover,
  .mobile\:focus\:bg-fail-contrast-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-06 {
    background-color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:bg-fail-contrast-opal-7,
  .mobile\:hover\:bg-fail-contrast-opal-7:hover,
  .mobile\:focus\:bg-fail-contrast-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-7 {
    background-color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:bg-fail-contrast-opal-07,
  .mobile\:hover\:bg-fail-contrast-opal-07:hover,
  .mobile\:focus\:bg-fail-contrast-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-07 {
    background-color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:bg-fail-contrast-opal-8,
  .mobile\:hover\:bg-fail-contrast-opal-8:hover,
  .mobile\:focus\:bg-fail-contrast-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-8 {
    background-color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:bg-fail-contrast-opal-08,
  .mobile\:hover\:bg-fail-contrast-opal-08:hover,
  .mobile\:focus\:bg-fail-contrast-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-08 {
    background-color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:bg-fail-contrast-opal-9,
  .mobile\:hover\:bg-fail-contrast-opal-9:hover,
  .mobile\:focus\:bg-fail-contrast-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-9 {
    background-color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:bg-fail-contrast-opal-09,
  .mobile\:hover\:bg-fail-contrast-opal-09:hover,
  .mobile\:focus\:bg-fail-contrast-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-09 {
    background-color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:bg-fail-contrast-opal-10,
  .mobile\:hover\:bg-fail-contrast-opal-10:hover,
  .mobile\:focus\:bg-fail-contrast-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-fail-contrast-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-fail-contrast-opal-10 {
    background-color: RGBA(255, 255, 255, 1);
  }
  .mobile\:bg-neutral,
  .mobile\:hover\:bg-neutral:hover,
  .mobile\:focus\:bg-neutral:focus,
  .mobile\:group:hover .group-hover\:bg-neutral,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral {
    background-color: #383f76;
  }
  .mobile\:bg-neutral-opal-0,
  .mobile\:hover\:bg-neutral-opal-0:hover,
  .mobile\:focus\:bg-neutral-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-0 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:bg-neutral-opal-00,
  .mobile\:hover\:bg-neutral-opal-00:hover,
  .mobile\:focus\:bg-neutral-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-00 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:bg-neutral-opal-1,
  .mobile\:hover\:bg-neutral-opal-1:hover,
  .mobile\:focus\:bg-neutral-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-1 {
    background-color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:bg-neutral-opal-01,
  .mobile\:hover\:bg-neutral-opal-01:hover,
  .mobile\:focus\:bg-neutral-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-01 {
    background-color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:bg-neutral-opal-2,
  .mobile\:hover\:bg-neutral-opal-2:hover,
  .mobile\:focus\:bg-neutral-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-2 {
    background-color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:bg-neutral-opal-02,
  .mobile\:hover\:bg-neutral-opal-02:hover,
  .mobile\:focus\:bg-neutral-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-02 {
    background-color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:bg-neutral-opal-3,
  .mobile\:hover\:bg-neutral-opal-3:hover,
  .mobile\:focus\:bg-neutral-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-3 {
    background-color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:bg-neutral-opal-03,
  .mobile\:hover\:bg-neutral-opal-03:hover,
  .mobile\:focus\:bg-neutral-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-03 {
    background-color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:bg-neutral-opal-4,
  .mobile\:hover\:bg-neutral-opal-4:hover,
  .mobile\:focus\:bg-neutral-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-4 {
    background-color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:bg-neutral-opal-04,
  .mobile\:hover\:bg-neutral-opal-04:hover,
  .mobile\:focus\:bg-neutral-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-04 {
    background-color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:bg-neutral-opal-5,
  .mobile\:hover\:bg-neutral-opal-5:hover,
  .mobile\:focus\:bg-neutral-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-5 {
    background-color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:bg-neutral-opal-05,
  .mobile\:hover\:bg-neutral-opal-05:hover,
  .mobile\:focus\:bg-neutral-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-05 {
    background-color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:bg-neutral-opal-6,
  .mobile\:hover\:bg-neutral-opal-6:hover,
  .mobile\:focus\:bg-neutral-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-6 {
    background-color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:bg-neutral-opal-06,
  .mobile\:hover\:bg-neutral-opal-06:hover,
  .mobile\:focus\:bg-neutral-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-06 {
    background-color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:bg-neutral-opal-7,
  .mobile\:hover\:bg-neutral-opal-7:hover,
  .mobile\:focus\:bg-neutral-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-7 {
    background-color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:bg-neutral-opal-07,
  .mobile\:hover\:bg-neutral-opal-07:hover,
  .mobile\:focus\:bg-neutral-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-07 {
    background-color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:bg-neutral-opal-8,
  .mobile\:hover\:bg-neutral-opal-8:hover,
  .mobile\:focus\:bg-neutral-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-8 {
    background-color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:bg-neutral-opal-08,
  .mobile\:hover\:bg-neutral-opal-08:hover,
  .mobile\:focus\:bg-neutral-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-08 {
    background-color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:bg-neutral-opal-9,
  .mobile\:hover\:bg-neutral-opal-9:hover,
  .mobile\:focus\:bg-neutral-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-9 {
    background-color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:bg-neutral-opal-09,
  .mobile\:hover\:bg-neutral-opal-09:hover,
  .mobile\:focus\:bg-neutral-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-09 {
    background-color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:bg-neutral-opal-10,
  .mobile\:hover\:bg-neutral-opal-10:hover,
  .mobile\:focus\:bg-neutral-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-opal-10 {
    background-color: RGBA(56, 63, 118, 1);
  }
  .mobile\:bg-neutral-contrast,
  .mobile\:hover\:bg-neutral-contrast:hover,
  .mobile\:focus\:bg-neutral-contrast:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast {
    background-color: #fff;
  }
  .mobile\:bg-neutral-contrast-opal-0,
  .mobile\:hover\:bg-neutral-contrast-opal-0:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-0 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:bg-neutral-contrast-opal-00,
  .mobile\:hover\:bg-neutral-contrast-opal-00:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-00 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:bg-neutral-contrast-opal-1,
  .mobile\:hover\:bg-neutral-contrast-opal-1:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-1 {
    background-color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:bg-neutral-contrast-opal-01,
  .mobile\:hover\:bg-neutral-contrast-opal-01:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-01 {
    background-color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:bg-neutral-contrast-opal-2,
  .mobile\:hover\:bg-neutral-contrast-opal-2:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-2 {
    background-color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:bg-neutral-contrast-opal-02,
  .mobile\:hover\:bg-neutral-contrast-opal-02:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-02 {
    background-color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:bg-neutral-contrast-opal-3,
  .mobile\:hover\:bg-neutral-contrast-opal-3:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-3 {
    background-color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:bg-neutral-contrast-opal-03,
  .mobile\:hover\:bg-neutral-contrast-opal-03:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-03 {
    background-color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:bg-neutral-contrast-opal-4,
  .mobile\:hover\:bg-neutral-contrast-opal-4:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-4 {
    background-color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:bg-neutral-contrast-opal-04,
  .mobile\:hover\:bg-neutral-contrast-opal-04:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-04 {
    background-color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:bg-neutral-contrast-opal-5,
  .mobile\:hover\:bg-neutral-contrast-opal-5:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-5 {
    background-color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:bg-neutral-contrast-opal-05,
  .mobile\:hover\:bg-neutral-contrast-opal-05:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-05 {
    background-color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:bg-neutral-contrast-opal-6,
  .mobile\:hover\:bg-neutral-contrast-opal-6:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-6 {
    background-color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:bg-neutral-contrast-opal-06,
  .mobile\:hover\:bg-neutral-contrast-opal-06:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-06 {
    background-color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:bg-neutral-contrast-opal-7,
  .mobile\:hover\:bg-neutral-contrast-opal-7:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-7 {
    background-color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:bg-neutral-contrast-opal-07,
  .mobile\:hover\:bg-neutral-contrast-opal-07:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-07 {
    background-color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:bg-neutral-contrast-opal-8,
  .mobile\:hover\:bg-neutral-contrast-opal-8:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-8 {
    background-color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:bg-neutral-contrast-opal-08,
  .mobile\:hover\:bg-neutral-contrast-opal-08:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-08 {
    background-color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:bg-neutral-contrast-opal-9,
  .mobile\:hover\:bg-neutral-contrast-opal-9:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-9 {
    background-color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:bg-neutral-contrast-opal-09,
  .mobile\:hover\:bg-neutral-contrast-opal-09:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-09 {
    background-color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:bg-neutral-contrast-opal-10,
  .mobile\:hover\:bg-neutral-contrast-opal-10:hover,
  .mobile\:focus\:bg-neutral-contrast-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-contrast-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-contrast-opal-10 {
    background-color: RGBA(255, 255, 255, 1);
  }
  .mobile\:bg-neutral-1,
  .mobile\:hover\:bg-neutral-1:hover,
  .mobile\:focus\:bg-neutral-1:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1 {
    background-color: #01011e;
  }
  .mobile\:bg-neutral-1-opal-0,
  .mobile\:hover\:bg-neutral-1-opal-0:hover,
  .mobile\:focus\:bg-neutral-1-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-0 {
    background-color: RGBA(1, 1, 30, 0);
  }
  .mobile\:bg-neutral-1-opal-00,
  .mobile\:hover\:bg-neutral-1-opal-00:hover,
  .mobile\:focus\:bg-neutral-1-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-00 {
    background-color: RGBA(1, 1, 30, 0);
  }
  .mobile\:bg-neutral-1-opal-1,
  .mobile\:hover\:bg-neutral-1-opal-1:hover,
  .mobile\:focus\:bg-neutral-1-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-1 {
    background-color: RGBA(1, 1, 30, 0.1);
  }
  .mobile\:bg-neutral-1-opal-01,
  .mobile\:hover\:bg-neutral-1-opal-01:hover,
  .mobile\:focus\:bg-neutral-1-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-01 {
    background-color: RGBA(1, 1, 30, 0.01);
  }
  .mobile\:bg-neutral-1-opal-2,
  .mobile\:hover\:bg-neutral-1-opal-2:hover,
  .mobile\:focus\:bg-neutral-1-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-2 {
    background-color: RGBA(1, 1, 30, 0.2);
  }
  .mobile\:bg-neutral-1-opal-02,
  .mobile\:hover\:bg-neutral-1-opal-02:hover,
  .mobile\:focus\:bg-neutral-1-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-02 {
    background-color: RGBA(1, 1, 30, 0.02);
  }
  .mobile\:bg-neutral-1-opal-3,
  .mobile\:hover\:bg-neutral-1-opal-3:hover,
  .mobile\:focus\:bg-neutral-1-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-3 {
    background-color: RGBA(1, 1, 30, 0.3);
  }
  .mobile\:bg-neutral-1-opal-03,
  .mobile\:hover\:bg-neutral-1-opal-03:hover,
  .mobile\:focus\:bg-neutral-1-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-03 {
    background-color: RGBA(1, 1, 30, 0.03);
  }
  .mobile\:bg-neutral-1-opal-4,
  .mobile\:hover\:bg-neutral-1-opal-4:hover,
  .mobile\:focus\:bg-neutral-1-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-4 {
    background-color: RGBA(1, 1, 30, 0.4);
  }
  .mobile\:bg-neutral-1-opal-04,
  .mobile\:hover\:bg-neutral-1-opal-04:hover,
  .mobile\:focus\:bg-neutral-1-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-04 {
    background-color: RGBA(1, 1, 30, 0.04);
  }
  .mobile\:bg-neutral-1-opal-5,
  .mobile\:hover\:bg-neutral-1-opal-5:hover,
  .mobile\:focus\:bg-neutral-1-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-5 {
    background-color: RGBA(1, 1, 30, 0.5);
  }
  .mobile\:bg-neutral-1-opal-05,
  .mobile\:hover\:bg-neutral-1-opal-05:hover,
  .mobile\:focus\:bg-neutral-1-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-05 {
    background-color: RGBA(1, 1, 30, 0.05);
  }
  .mobile\:bg-neutral-1-opal-6,
  .mobile\:hover\:bg-neutral-1-opal-6:hover,
  .mobile\:focus\:bg-neutral-1-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-6 {
    background-color: RGBA(1, 1, 30, 0.6);
  }
  .mobile\:bg-neutral-1-opal-06,
  .mobile\:hover\:bg-neutral-1-opal-06:hover,
  .mobile\:focus\:bg-neutral-1-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-06 {
    background-color: RGBA(1, 1, 30, 0.06);
  }
  .mobile\:bg-neutral-1-opal-7,
  .mobile\:hover\:bg-neutral-1-opal-7:hover,
  .mobile\:focus\:bg-neutral-1-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-7 {
    background-color: RGBA(1, 1, 30, 0.7);
  }
  .mobile\:bg-neutral-1-opal-07,
  .mobile\:hover\:bg-neutral-1-opal-07:hover,
  .mobile\:focus\:bg-neutral-1-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-07 {
    background-color: RGBA(1, 1, 30, 0.07);
  }
  .mobile\:bg-neutral-1-opal-8,
  .mobile\:hover\:bg-neutral-1-opal-8:hover,
  .mobile\:focus\:bg-neutral-1-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-8 {
    background-color: RGBA(1, 1, 30, 0.8);
  }
  .mobile\:bg-neutral-1-opal-08,
  .mobile\:hover\:bg-neutral-1-opal-08:hover,
  .mobile\:focus\:bg-neutral-1-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-08 {
    background-color: RGBA(1, 1, 30, 0.08);
  }
  .mobile\:bg-neutral-1-opal-9,
  .mobile\:hover\:bg-neutral-1-opal-9:hover,
  .mobile\:focus\:bg-neutral-1-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-9 {
    background-color: RGBA(1, 1, 30, 0.9);
  }
  .mobile\:bg-neutral-1-opal-09,
  .mobile\:hover\:bg-neutral-1-opal-09:hover,
  .mobile\:focus\:bg-neutral-1-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-09 {
    background-color: RGBA(1, 1, 30, 0.09);
  }
  .mobile\:bg-neutral-1-opal-10,
  .mobile\:hover\:bg-neutral-1-opal-10:hover,
  .mobile\:focus\:bg-neutral-1-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-1-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-1-opal-10 {
    background-color: RGBA(1, 1, 30, 1);
  }
  .mobile\:bg-neutral-2,
  .mobile\:hover\:bg-neutral-2:hover,
  .mobile\:focus\:bg-neutral-2:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2 {
    background-color: #030328;
  }
  .mobile\:bg-neutral-2-opal-0,
  .mobile\:hover\:bg-neutral-2-opal-0:hover,
  .mobile\:focus\:bg-neutral-2-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-0 {
    background-color: RGBA(3, 3, 40, 0);
  }
  .mobile\:bg-neutral-2-opal-00,
  .mobile\:hover\:bg-neutral-2-opal-00:hover,
  .mobile\:focus\:bg-neutral-2-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-00 {
    background-color: RGBA(3, 3, 40, 0);
  }
  .mobile\:bg-neutral-2-opal-1,
  .mobile\:hover\:bg-neutral-2-opal-1:hover,
  .mobile\:focus\:bg-neutral-2-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-1 {
    background-color: RGBA(3, 3, 40, 0.1);
  }
  .mobile\:bg-neutral-2-opal-01,
  .mobile\:hover\:bg-neutral-2-opal-01:hover,
  .mobile\:focus\:bg-neutral-2-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-01 {
    background-color: RGBA(3, 3, 40, 0.01);
  }
  .mobile\:bg-neutral-2-opal-2,
  .mobile\:hover\:bg-neutral-2-opal-2:hover,
  .mobile\:focus\:bg-neutral-2-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-2 {
    background-color: RGBA(3, 3, 40, 0.2);
  }
  .mobile\:bg-neutral-2-opal-02,
  .mobile\:hover\:bg-neutral-2-opal-02:hover,
  .mobile\:focus\:bg-neutral-2-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-02 {
    background-color: RGBA(3, 3, 40, 0.02);
  }
  .mobile\:bg-neutral-2-opal-3,
  .mobile\:hover\:bg-neutral-2-opal-3:hover,
  .mobile\:focus\:bg-neutral-2-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-3 {
    background-color: RGBA(3, 3, 40, 0.3);
  }
  .mobile\:bg-neutral-2-opal-03,
  .mobile\:hover\:bg-neutral-2-opal-03:hover,
  .mobile\:focus\:bg-neutral-2-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-03 {
    background-color: RGBA(3, 3, 40, 0.03);
  }
  .mobile\:bg-neutral-2-opal-4,
  .mobile\:hover\:bg-neutral-2-opal-4:hover,
  .mobile\:focus\:bg-neutral-2-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-4 {
    background-color: RGBA(3, 3, 40, 0.4);
  }
  .mobile\:bg-neutral-2-opal-04,
  .mobile\:hover\:bg-neutral-2-opal-04:hover,
  .mobile\:focus\:bg-neutral-2-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-04 {
    background-color: RGBA(3, 3, 40, 0.04);
  }
  .mobile\:bg-neutral-2-opal-5,
  .mobile\:hover\:bg-neutral-2-opal-5:hover,
  .mobile\:focus\:bg-neutral-2-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-5 {
    background-color: RGBA(3, 3, 40, 0.5);
  }
  .mobile\:bg-neutral-2-opal-05,
  .mobile\:hover\:bg-neutral-2-opal-05:hover,
  .mobile\:focus\:bg-neutral-2-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-05 {
    background-color: RGBA(3, 3, 40, 0.05);
  }
  .mobile\:bg-neutral-2-opal-6,
  .mobile\:hover\:bg-neutral-2-opal-6:hover,
  .mobile\:focus\:bg-neutral-2-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-6 {
    background-color: RGBA(3, 3, 40, 0.6);
  }
  .mobile\:bg-neutral-2-opal-06,
  .mobile\:hover\:bg-neutral-2-opal-06:hover,
  .mobile\:focus\:bg-neutral-2-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-06 {
    background-color: RGBA(3, 3, 40, 0.06);
  }
  .mobile\:bg-neutral-2-opal-7,
  .mobile\:hover\:bg-neutral-2-opal-7:hover,
  .mobile\:focus\:bg-neutral-2-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-7 {
    background-color: RGBA(3, 3, 40, 0.7);
  }
  .mobile\:bg-neutral-2-opal-07,
  .mobile\:hover\:bg-neutral-2-opal-07:hover,
  .mobile\:focus\:bg-neutral-2-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-07 {
    background-color: RGBA(3, 3, 40, 0.07);
  }
  .mobile\:bg-neutral-2-opal-8,
  .mobile\:hover\:bg-neutral-2-opal-8:hover,
  .mobile\:focus\:bg-neutral-2-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-8 {
    background-color: RGBA(3, 3, 40, 0.8);
  }
  .mobile\:bg-neutral-2-opal-08,
  .mobile\:hover\:bg-neutral-2-opal-08:hover,
  .mobile\:focus\:bg-neutral-2-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-08 {
    background-color: RGBA(3, 3, 40, 0.08);
  }
  .mobile\:bg-neutral-2-opal-9,
  .mobile\:hover\:bg-neutral-2-opal-9:hover,
  .mobile\:focus\:bg-neutral-2-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-9 {
    background-color: RGBA(3, 3, 40, 0.9);
  }
  .mobile\:bg-neutral-2-opal-09,
  .mobile\:hover\:bg-neutral-2-opal-09:hover,
  .mobile\:focus\:bg-neutral-2-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-09 {
    background-color: RGBA(3, 3, 40, 0.09);
  }
  .mobile\:bg-neutral-2-opal-10,
  .mobile\:hover\:bg-neutral-2-opal-10:hover,
  .mobile\:focus\:bg-neutral-2-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-2-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-2-opal-10 {
    background-color: RGBA(3, 3, 40, 1);
  }
  .mobile\:bg-neutral-3,
  .mobile\:hover\:bg-neutral-3:hover,
  .mobile\:focus\:bg-neutral-3:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3 {
    background-color: #383f76;
  }
  .mobile\:bg-neutral-3-opal-0,
  .mobile\:hover\:bg-neutral-3-opal-0:hover,
  .mobile\:focus\:bg-neutral-3-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-0 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:bg-neutral-3-opal-00,
  .mobile\:hover\:bg-neutral-3-opal-00:hover,
  .mobile\:focus\:bg-neutral-3-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-00 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:bg-neutral-3-opal-1,
  .mobile\:hover\:bg-neutral-3-opal-1:hover,
  .mobile\:focus\:bg-neutral-3-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-1 {
    background-color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:bg-neutral-3-opal-01,
  .mobile\:hover\:bg-neutral-3-opal-01:hover,
  .mobile\:focus\:bg-neutral-3-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-01 {
    background-color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:bg-neutral-3-opal-2,
  .mobile\:hover\:bg-neutral-3-opal-2:hover,
  .mobile\:focus\:bg-neutral-3-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-2 {
    background-color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:bg-neutral-3-opal-02,
  .mobile\:hover\:bg-neutral-3-opal-02:hover,
  .mobile\:focus\:bg-neutral-3-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-02 {
    background-color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:bg-neutral-3-opal-3,
  .mobile\:hover\:bg-neutral-3-opal-3:hover,
  .mobile\:focus\:bg-neutral-3-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-3 {
    background-color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:bg-neutral-3-opal-03,
  .mobile\:hover\:bg-neutral-3-opal-03:hover,
  .mobile\:focus\:bg-neutral-3-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-03 {
    background-color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:bg-neutral-3-opal-4,
  .mobile\:hover\:bg-neutral-3-opal-4:hover,
  .mobile\:focus\:bg-neutral-3-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-4 {
    background-color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:bg-neutral-3-opal-04,
  .mobile\:hover\:bg-neutral-3-opal-04:hover,
  .mobile\:focus\:bg-neutral-3-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-04 {
    background-color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:bg-neutral-3-opal-5,
  .mobile\:hover\:bg-neutral-3-opal-5:hover,
  .mobile\:focus\:bg-neutral-3-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-5 {
    background-color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:bg-neutral-3-opal-05,
  .mobile\:hover\:bg-neutral-3-opal-05:hover,
  .mobile\:focus\:bg-neutral-3-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-05 {
    background-color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:bg-neutral-3-opal-6,
  .mobile\:hover\:bg-neutral-3-opal-6:hover,
  .mobile\:focus\:bg-neutral-3-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-6 {
    background-color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:bg-neutral-3-opal-06,
  .mobile\:hover\:bg-neutral-3-opal-06:hover,
  .mobile\:focus\:bg-neutral-3-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-06 {
    background-color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:bg-neutral-3-opal-7,
  .mobile\:hover\:bg-neutral-3-opal-7:hover,
  .mobile\:focus\:bg-neutral-3-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-7 {
    background-color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:bg-neutral-3-opal-07,
  .mobile\:hover\:bg-neutral-3-opal-07:hover,
  .mobile\:focus\:bg-neutral-3-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-07 {
    background-color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:bg-neutral-3-opal-8,
  .mobile\:hover\:bg-neutral-3-opal-8:hover,
  .mobile\:focus\:bg-neutral-3-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-8 {
    background-color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:bg-neutral-3-opal-08,
  .mobile\:hover\:bg-neutral-3-opal-08:hover,
  .mobile\:focus\:bg-neutral-3-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-08 {
    background-color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:bg-neutral-3-opal-9,
  .mobile\:hover\:bg-neutral-3-opal-9:hover,
  .mobile\:focus\:bg-neutral-3-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-9 {
    background-color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:bg-neutral-3-opal-09,
  .mobile\:hover\:bg-neutral-3-opal-09:hover,
  .mobile\:focus\:bg-neutral-3-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-09 {
    background-color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:bg-neutral-3-opal-10,
  .mobile\:hover\:bg-neutral-3-opal-10:hover,
  .mobile\:focus\:bg-neutral-3-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-3-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-3-opal-10 {
    background-color: RGBA(56, 63, 118, 1);
  }
  .mobile\:bg-neutral-4,
  .mobile\:hover\:bg-neutral-4:hover,
  .mobile\:focus\:bg-neutral-4:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4 {
    background-color: #6d6d9c;
  }
  .mobile\:bg-neutral-4-opal-0,
  .mobile\:hover\:bg-neutral-4-opal-0:hover,
  .mobile\:focus\:bg-neutral-4-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-0 {
    background-color: RGBA(109, 109, 156, 0);
  }
  .mobile\:bg-neutral-4-opal-00,
  .mobile\:hover\:bg-neutral-4-opal-00:hover,
  .mobile\:focus\:bg-neutral-4-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-00 {
    background-color: RGBA(109, 109, 156, 0);
  }
  .mobile\:bg-neutral-4-opal-1,
  .mobile\:hover\:bg-neutral-4-opal-1:hover,
  .mobile\:focus\:bg-neutral-4-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-1 {
    background-color: RGBA(109, 109, 156, 0.1);
  }
  .mobile\:bg-neutral-4-opal-01,
  .mobile\:hover\:bg-neutral-4-opal-01:hover,
  .mobile\:focus\:bg-neutral-4-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-01 {
    background-color: RGBA(109, 109, 156, 0.01);
  }
  .mobile\:bg-neutral-4-opal-2,
  .mobile\:hover\:bg-neutral-4-opal-2:hover,
  .mobile\:focus\:bg-neutral-4-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-2 {
    background-color: RGBA(109, 109, 156, 0.2);
  }
  .mobile\:bg-neutral-4-opal-02,
  .mobile\:hover\:bg-neutral-4-opal-02:hover,
  .mobile\:focus\:bg-neutral-4-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-02 {
    background-color: RGBA(109, 109, 156, 0.02);
  }
  .mobile\:bg-neutral-4-opal-3,
  .mobile\:hover\:bg-neutral-4-opal-3:hover,
  .mobile\:focus\:bg-neutral-4-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-3 {
    background-color: RGBA(109, 109, 156, 0.3);
  }
  .mobile\:bg-neutral-4-opal-03,
  .mobile\:hover\:bg-neutral-4-opal-03:hover,
  .mobile\:focus\:bg-neutral-4-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-03 {
    background-color: RGBA(109, 109, 156, 0.03);
  }
  .mobile\:bg-neutral-4-opal-4,
  .mobile\:hover\:bg-neutral-4-opal-4:hover,
  .mobile\:focus\:bg-neutral-4-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-4 {
    background-color: RGBA(109, 109, 156, 0.4);
  }
  .mobile\:bg-neutral-4-opal-04,
  .mobile\:hover\:bg-neutral-4-opal-04:hover,
  .mobile\:focus\:bg-neutral-4-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-04 {
    background-color: RGBA(109, 109, 156, 0.04);
  }
  .mobile\:bg-neutral-4-opal-5,
  .mobile\:hover\:bg-neutral-4-opal-5:hover,
  .mobile\:focus\:bg-neutral-4-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-5 {
    background-color: RGBA(109, 109, 156, 0.5);
  }
  .mobile\:bg-neutral-4-opal-05,
  .mobile\:hover\:bg-neutral-4-opal-05:hover,
  .mobile\:focus\:bg-neutral-4-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-05 {
    background-color: RGBA(109, 109, 156, 0.05);
  }
  .mobile\:bg-neutral-4-opal-6,
  .mobile\:hover\:bg-neutral-4-opal-6:hover,
  .mobile\:focus\:bg-neutral-4-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-6 {
    background-color: RGBA(109, 109, 156, 0.6);
  }
  .mobile\:bg-neutral-4-opal-06,
  .mobile\:hover\:bg-neutral-4-opal-06:hover,
  .mobile\:focus\:bg-neutral-4-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-06 {
    background-color: RGBA(109, 109, 156, 0.06);
  }
  .mobile\:bg-neutral-4-opal-7,
  .mobile\:hover\:bg-neutral-4-opal-7:hover,
  .mobile\:focus\:bg-neutral-4-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-7 {
    background-color: RGBA(109, 109, 156, 0.7);
  }
  .mobile\:bg-neutral-4-opal-07,
  .mobile\:hover\:bg-neutral-4-opal-07:hover,
  .mobile\:focus\:bg-neutral-4-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-07 {
    background-color: RGBA(109, 109, 156, 0.07);
  }
  .mobile\:bg-neutral-4-opal-8,
  .mobile\:hover\:bg-neutral-4-opal-8:hover,
  .mobile\:focus\:bg-neutral-4-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-8 {
    background-color: RGBA(109, 109, 156, 0.8);
  }
  .mobile\:bg-neutral-4-opal-08,
  .mobile\:hover\:bg-neutral-4-opal-08:hover,
  .mobile\:focus\:bg-neutral-4-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-08 {
    background-color: RGBA(109, 109, 156, 0.08);
  }
  .mobile\:bg-neutral-4-opal-9,
  .mobile\:hover\:bg-neutral-4-opal-9:hover,
  .mobile\:focus\:bg-neutral-4-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-9 {
    background-color: RGBA(109, 109, 156, 0.9);
  }
  .mobile\:bg-neutral-4-opal-09,
  .mobile\:hover\:bg-neutral-4-opal-09:hover,
  .mobile\:focus\:bg-neutral-4-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-09 {
    background-color: RGBA(109, 109, 156, 0.09);
  }
  .mobile\:bg-neutral-4-opal-10,
  .mobile\:hover\:bg-neutral-4-opal-10:hover,
  .mobile\:focus\:bg-neutral-4-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-4-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-4-opal-10 {
    background-color: RGBA(109, 109, 156, 1);
  }
  .mobile\:bg-neutral-5,
  .mobile\:hover\:bg-neutral-5:hover,
  .mobile\:focus\:bg-neutral-5:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5 {
    background-color: #f6f7fb;
  }
  .mobile\:bg-neutral-5-opal-0,
  .mobile\:hover\:bg-neutral-5-opal-0:hover,
  .mobile\:focus\:bg-neutral-5-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-0 {
    background-color: RGBA(246, 247, 251, 0);
  }
  .mobile\:bg-neutral-5-opal-00,
  .mobile\:hover\:bg-neutral-5-opal-00:hover,
  .mobile\:focus\:bg-neutral-5-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-00 {
    background-color: RGBA(246, 247, 251, 0);
  }
  .mobile\:bg-neutral-5-opal-1,
  .mobile\:hover\:bg-neutral-5-opal-1:hover,
  .mobile\:focus\:bg-neutral-5-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-1 {
    background-color: RGBA(246, 247, 251, 0.1);
  }
  .mobile\:bg-neutral-5-opal-01,
  .mobile\:hover\:bg-neutral-5-opal-01:hover,
  .mobile\:focus\:bg-neutral-5-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-01 {
    background-color: RGBA(246, 247, 251, 0.01);
  }
  .mobile\:bg-neutral-5-opal-2,
  .mobile\:hover\:bg-neutral-5-opal-2:hover,
  .mobile\:focus\:bg-neutral-5-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-2 {
    background-color: RGBA(246, 247, 251, 0.2);
  }
  .mobile\:bg-neutral-5-opal-02,
  .mobile\:hover\:bg-neutral-5-opal-02:hover,
  .mobile\:focus\:bg-neutral-5-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-02 {
    background-color: RGBA(246, 247, 251, 0.02);
  }
  .mobile\:bg-neutral-5-opal-3,
  .mobile\:hover\:bg-neutral-5-opal-3:hover,
  .mobile\:focus\:bg-neutral-5-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-3 {
    background-color: RGBA(246, 247, 251, 0.3);
  }
  .mobile\:bg-neutral-5-opal-03,
  .mobile\:hover\:bg-neutral-5-opal-03:hover,
  .mobile\:focus\:bg-neutral-5-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-03 {
    background-color: RGBA(246, 247, 251, 0.03);
  }
  .mobile\:bg-neutral-5-opal-4,
  .mobile\:hover\:bg-neutral-5-opal-4:hover,
  .mobile\:focus\:bg-neutral-5-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-4 {
    background-color: RGBA(246, 247, 251, 0.4);
  }
  .mobile\:bg-neutral-5-opal-04,
  .mobile\:hover\:bg-neutral-5-opal-04:hover,
  .mobile\:focus\:bg-neutral-5-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-04 {
    background-color: RGBA(246, 247, 251, 0.04);
  }
  .mobile\:bg-neutral-5-opal-5,
  .mobile\:hover\:bg-neutral-5-opal-5:hover,
  .mobile\:focus\:bg-neutral-5-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-5 {
    background-color: RGBA(246, 247, 251, 0.5);
  }
  .mobile\:bg-neutral-5-opal-05,
  .mobile\:hover\:bg-neutral-5-opal-05:hover,
  .mobile\:focus\:bg-neutral-5-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-05 {
    background-color: RGBA(246, 247, 251, 0.05);
  }
  .mobile\:bg-neutral-5-opal-6,
  .mobile\:hover\:bg-neutral-5-opal-6:hover,
  .mobile\:focus\:bg-neutral-5-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-6 {
    background-color: RGBA(246, 247, 251, 0.6);
  }
  .mobile\:bg-neutral-5-opal-06,
  .mobile\:hover\:bg-neutral-5-opal-06:hover,
  .mobile\:focus\:bg-neutral-5-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-06 {
    background-color: RGBA(246, 247, 251, 0.06);
  }
  .mobile\:bg-neutral-5-opal-7,
  .mobile\:hover\:bg-neutral-5-opal-7:hover,
  .mobile\:focus\:bg-neutral-5-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-7 {
    background-color: RGBA(246, 247, 251, 0.7);
  }
  .mobile\:bg-neutral-5-opal-07,
  .mobile\:hover\:bg-neutral-5-opal-07:hover,
  .mobile\:focus\:bg-neutral-5-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-07 {
    background-color: RGBA(246, 247, 251, 0.07);
  }
  .mobile\:bg-neutral-5-opal-8,
  .mobile\:hover\:bg-neutral-5-opal-8:hover,
  .mobile\:focus\:bg-neutral-5-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-8 {
    background-color: RGBA(246, 247, 251, 0.8);
  }
  .mobile\:bg-neutral-5-opal-08,
  .mobile\:hover\:bg-neutral-5-opal-08:hover,
  .mobile\:focus\:bg-neutral-5-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-08 {
    background-color: RGBA(246, 247, 251, 0.08);
  }
  .mobile\:bg-neutral-5-opal-9,
  .mobile\:hover\:bg-neutral-5-opal-9:hover,
  .mobile\:focus\:bg-neutral-5-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-9 {
    background-color: RGBA(246, 247, 251, 0.9);
  }
  .mobile\:bg-neutral-5-opal-09,
  .mobile\:hover\:bg-neutral-5-opal-09:hover,
  .mobile\:focus\:bg-neutral-5-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-09 {
    background-color: RGBA(246, 247, 251, 0.09);
  }
  .mobile\:bg-neutral-5-opal-10,
  .mobile\:hover\:bg-neutral-5-opal-10:hover,
  .mobile\:focus\:bg-neutral-5-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-5-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-5-opal-10 {
    background-color: RGBA(246, 247, 251, 1);
  }
  .mobile\:bg-neutral-6,
  .mobile\:hover\:bg-neutral-6:hover,
  .mobile\:focus\:bg-neutral-6:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6 {
    background-color: #fff;
  }
  .mobile\:bg-neutral-6-opal-0,
  .mobile\:hover\:bg-neutral-6-opal-0:hover,
  .mobile\:focus\:bg-neutral-6-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-0 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:bg-neutral-6-opal-00,
  .mobile\:hover\:bg-neutral-6-opal-00:hover,
  .mobile\:focus\:bg-neutral-6-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-00 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:bg-neutral-6-opal-1,
  .mobile\:hover\:bg-neutral-6-opal-1:hover,
  .mobile\:focus\:bg-neutral-6-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-1 {
    background-color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:bg-neutral-6-opal-01,
  .mobile\:hover\:bg-neutral-6-opal-01:hover,
  .mobile\:focus\:bg-neutral-6-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-01 {
    background-color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:bg-neutral-6-opal-2,
  .mobile\:hover\:bg-neutral-6-opal-2:hover,
  .mobile\:focus\:bg-neutral-6-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-2 {
    background-color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:bg-neutral-6-opal-02,
  .mobile\:hover\:bg-neutral-6-opal-02:hover,
  .mobile\:focus\:bg-neutral-6-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-02 {
    background-color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:bg-neutral-6-opal-3,
  .mobile\:hover\:bg-neutral-6-opal-3:hover,
  .mobile\:focus\:bg-neutral-6-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-3 {
    background-color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:bg-neutral-6-opal-03,
  .mobile\:hover\:bg-neutral-6-opal-03:hover,
  .mobile\:focus\:bg-neutral-6-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-03 {
    background-color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:bg-neutral-6-opal-4,
  .mobile\:hover\:bg-neutral-6-opal-4:hover,
  .mobile\:focus\:bg-neutral-6-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-4 {
    background-color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:bg-neutral-6-opal-04,
  .mobile\:hover\:bg-neutral-6-opal-04:hover,
  .mobile\:focus\:bg-neutral-6-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-04 {
    background-color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:bg-neutral-6-opal-5,
  .mobile\:hover\:bg-neutral-6-opal-5:hover,
  .mobile\:focus\:bg-neutral-6-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-5 {
    background-color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:bg-neutral-6-opal-05,
  .mobile\:hover\:bg-neutral-6-opal-05:hover,
  .mobile\:focus\:bg-neutral-6-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-05 {
    background-color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:bg-neutral-6-opal-6,
  .mobile\:hover\:bg-neutral-6-opal-6:hover,
  .mobile\:focus\:bg-neutral-6-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-6 {
    background-color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:bg-neutral-6-opal-06,
  .mobile\:hover\:bg-neutral-6-opal-06:hover,
  .mobile\:focus\:bg-neutral-6-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-06 {
    background-color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:bg-neutral-6-opal-7,
  .mobile\:hover\:bg-neutral-6-opal-7:hover,
  .mobile\:focus\:bg-neutral-6-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-7 {
    background-color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:bg-neutral-6-opal-07,
  .mobile\:hover\:bg-neutral-6-opal-07:hover,
  .mobile\:focus\:bg-neutral-6-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-07 {
    background-color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:bg-neutral-6-opal-8,
  .mobile\:hover\:bg-neutral-6-opal-8:hover,
  .mobile\:focus\:bg-neutral-6-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-8 {
    background-color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:bg-neutral-6-opal-08,
  .mobile\:hover\:bg-neutral-6-opal-08:hover,
  .mobile\:focus\:bg-neutral-6-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-08 {
    background-color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:bg-neutral-6-opal-9,
  .mobile\:hover\:bg-neutral-6-opal-9:hover,
  .mobile\:focus\:bg-neutral-6-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-9 {
    background-color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:bg-neutral-6-opal-09,
  .mobile\:hover\:bg-neutral-6-opal-09:hover,
  .mobile\:focus\:bg-neutral-6-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-09 {
    background-color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:bg-neutral-6-opal-10,
  .mobile\:hover\:bg-neutral-6-opal-10:hover,
  .mobile\:focus\:bg-neutral-6-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-neutral-6-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-neutral-6-opal-10 {
    background-color: RGBA(255, 255, 255, 1);
  }
  .mobile\:bg-ui-fill,
  .mobile\:hover\:bg-ui-fill:hover,
  .mobile\:focus\:bg-ui-fill:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill {
    background-color: #fff;
  }
  .mobile\:bg-ui-fill-opal-0,
  .mobile\:hover\:bg-ui-fill-opal-0:hover,
  .mobile\:focus\:bg-ui-fill-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-0 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:bg-ui-fill-opal-00,
  .mobile\:hover\:bg-ui-fill-opal-00:hover,
  .mobile\:focus\:bg-ui-fill-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-00 {
    background-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:bg-ui-fill-opal-1,
  .mobile\:hover\:bg-ui-fill-opal-1:hover,
  .mobile\:focus\:bg-ui-fill-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-1 {
    background-color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:bg-ui-fill-opal-01,
  .mobile\:hover\:bg-ui-fill-opal-01:hover,
  .mobile\:focus\:bg-ui-fill-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-01 {
    background-color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:bg-ui-fill-opal-2,
  .mobile\:hover\:bg-ui-fill-opal-2:hover,
  .mobile\:focus\:bg-ui-fill-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-2 {
    background-color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:bg-ui-fill-opal-02,
  .mobile\:hover\:bg-ui-fill-opal-02:hover,
  .mobile\:focus\:bg-ui-fill-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-02 {
    background-color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:bg-ui-fill-opal-3,
  .mobile\:hover\:bg-ui-fill-opal-3:hover,
  .mobile\:focus\:bg-ui-fill-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-3 {
    background-color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:bg-ui-fill-opal-03,
  .mobile\:hover\:bg-ui-fill-opal-03:hover,
  .mobile\:focus\:bg-ui-fill-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-03 {
    background-color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:bg-ui-fill-opal-4,
  .mobile\:hover\:bg-ui-fill-opal-4:hover,
  .mobile\:focus\:bg-ui-fill-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-4 {
    background-color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:bg-ui-fill-opal-04,
  .mobile\:hover\:bg-ui-fill-opal-04:hover,
  .mobile\:focus\:bg-ui-fill-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-04 {
    background-color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:bg-ui-fill-opal-5,
  .mobile\:hover\:bg-ui-fill-opal-5:hover,
  .mobile\:focus\:bg-ui-fill-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-5 {
    background-color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:bg-ui-fill-opal-05,
  .mobile\:hover\:bg-ui-fill-opal-05:hover,
  .mobile\:focus\:bg-ui-fill-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-05 {
    background-color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:bg-ui-fill-opal-6,
  .mobile\:hover\:bg-ui-fill-opal-6:hover,
  .mobile\:focus\:bg-ui-fill-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-6 {
    background-color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:bg-ui-fill-opal-06,
  .mobile\:hover\:bg-ui-fill-opal-06:hover,
  .mobile\:focus\:bg-ui-fill-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-06 {
    background-color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:bg-ui-fill-opal-7,
  .mobile\:hover\:bg-ui-fill-opal-7:hover,
  .mobile\:focus\:bg-ui-fill-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-7 {
    background-color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:bg-ui-fill-opal-07,
  .mobile\:hover\:bg-ui-fill-opal-07:hover,
  .mobile\:focus\:bg-ui-fill-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-07 {
    background-color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:bg-ui-fill-opal-8,
  .mobile\:hover\:bg-ui-fill-opal-8:hover,
  .mobile\:focus\:bg-ui-fill-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-8 {
    background-color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:bg-ui-fill-opal-08,
  .mobile\:hover\:bg-ui-fill-opal-08:hover,
  .mobile\:focus\:bg-ui-fill-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-08 {
    background-color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:bg-ui-fill-opal-9,
  .mobile\:hover\:bg-ui-fill-opal-9:hover,
  .mobile\:focus\:bg-ui-fill-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-9 {
    background-color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:bg-ui-fill-opal-09,
  .mobile\:hover\:bg-ui-fill-opal-09:hover,
  .mobile\:focus\:bg-ui-fill-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-09 {
    background-color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:bg-ui-fill-opal-10,
  .mobile\:hover\:bg-ui-fill-opal-10:hover,
  .mobile\:focus\:bg-ui-fill-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-ui-fill-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-fill-opal-10 {
    background-color: RGBA(255, 255, 255, 1);
  }
  .mobile\:bg-ui-stroke,
  .mobile\:hover\:bg-ui-stroke:hover,
  .mobile\:focus\:bg-ui-stroke:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke {
    background-color: #6d6d9c;
  }
  .mobile\:bg-ui-stroke-opal-0,
  .mobile\:hover\:bg-ui-stroke-opal-0:hover,
  .mobile\:focus\:bg-ui-stroke-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-0 {
    background-color: RGBA(109, 109, 156, 0);
  }
  .mobile\:bg-ui-stroke-opal-00,
  .mobile\:hover\:bg-ui-stroke-opal-00:hover,
  .mobile\:focus\:bg-ui-stroke-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-00 {
    background-color: RGBA(109, 109, 156, 0);
  }
  .mobile\:bg-ui-stroke-opal-1,
  .mobile\:hover\:bg-ui-stroke-opal-1:hover,
  .mobile\:focus\:bg-ui-stroke-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-1 {
    background-color: RGBA(109, 109, 156, 0.1);
  }
  .mobile\:bg-ui-stroke-opal-01,
  .mobile\:hover\:bg-ui-stroke-opal-01:hover,
  .mobile\:focus\:bg-ui-stroke-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-01 {
    background-color: RGBA(109, 109, 156, 0.01);
  }
  .mobile\:bg-ui-stroke-opal-2,
  .mobile\:hover\:bg-ui-stroke-opal-2:hover,
  .mobile\:focus\:bg-ui-stroke-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-2 {
    background-color: RGBA(109, 109, 156, 0.2);
  }
  .mobile\:bg-ui-stroke-opal-02,
  .mobile\:hover\:bg-ui-stroke-opal-02:hover,
  .mobile\:focus\:bg-ui-stroke-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-02 {
    background-color: RGBA(109, 109, 156, 0.02);
  }
  .mobile\:bg-ui-stroke-opal-3,
  .mobile\:hover\:bg-ui-stroke-opal-3:hover,
  .mobile\:focus\:bg-ui-stroke-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-3 {
    background-color: RGBA(109, 109, 156, 0.3);
  }
  .mobile\:bg-ui-stroke-opal-03,
  .mobile\:hover\:bg-ui-stroke-opal-03:hover,
  .mobile\:focus\:bg-ui-stroke-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-03 {
    background-color: RGBA(109, 109, 156, 0.03);
  }
  .mobile\:bg-ui-stroke-opal-4,
  .mobile\:hover\:bg-ui-stroke-opal-4:hover,
  .mobile\:focus\:bg-ui-stroke-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-4 {
    background-color: RGBA(109, 109, 156, 0.4);
  }
  .mobile\:bg-ui-stroke-opal-04,
  .mobile\:hover\:bg-ui-stroke-opal-04:hover,
  .mobile\:focus\:bg-ui-stroke-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-04 {
    background-color: RGBA(109, 109, 156, 0.04);
  }
  .mobile\:bg-ui-stroke-opal-5,
  .mobile\:hover\:bg-ui-stroke-opal-5:hover,
  .mobile\:focus\:bg-ui-stroke-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-5 {
    background-color: RGBA(109, 109, 156, 0.5);
  }
  .mobile\:bg-ui-stroke-opal-05,
  .mobile\:hover\:bg-ui-stroke-opal-05:hover,
  .mobile\:focus\:bg-ui-stroke-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-05 {
    background-color: RGBA(109, 109, 156, 0.05);
  }
  .mobile\:bg-ui-stroke-opal-6,
  .mobile\:hover\:bg-ui-stroke-opal-6:hover,
  .mobile\:focus\:bg-ui-stroke-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-6 {
    background-color: RGBA(109, 109, 156, 0.6);
  }
  .mobile\:bg-ui-stroke-opal-06,
  .mobile\:hover\:bg-ui-stroke-opal-06:hover,
  .mobile\:focus\:bg-ui-stroke-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-06 {
    background-color: RGBA(109, 109, 156, 0.06);
  }
  .mobile\:bg-ui-stroke-opal-7,
  .mobile\:hover\:bg-ui-stroke-opal-7:hover,
  .mobile\:focus\:bg-ui-stroke-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-7 {
    background-color: RGBA(109, 109, 156, 0.7);
  }
  .mobile\:bg-ui-stroke-opal-07,
  .mobile\:hover\:bg-ui-stroke-opal-07:hover,
  .mobile\:focus\:bg-ui-stroke-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-07 {
    background-color: RGBA(109, 109, 156, 0.07);
  }
  .mobile\:bg-ui-stroke-opal-8,
  .mobile\:hover\:bg-ui-stroke-opal-8:hover,
  .mobile\:focus\:bg-ui-stroke-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-8 {
    background-color: RGBA(109, 109, 156, 0.8);
  }
  .mobile\:bg-ui-stroke-opal-08,
  .mobile\:hover\:bg-ui-stroke-opal-08:hover,
  .mobile\:focus\:bg-ui-stroke-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-08 {
    background-color: RGBA(109, 109, 156, 0.08);
  }
  .mobile\:bg-ui-stroke-opal-9,
  .mobile\:hover\:bg-ui-stroke-opal-9:hover,
  .mobile\:focus\:bg-ui-stroke-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-9 {
    background-color: RGBA(109, 109, 156, 0.9);
  }
  .mobile\:bg-ui-stroke-opal-09,
  .mobile\:hover\:bg-ui-stroke-opal-09:hover,
  .mobile\:focus\:bg-ui-stroke-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-09 {
    background-color: RGBA(109, 109, 156, 0.09);
  }
  .mobile\:bg-ui-stroke-opal-10,
  .mobile\:hover\:bg-ui-stroke-opal-10:hover,
  .mobile\:focus\:bg-ui-stroke-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-ui-stroke-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-stroke-opal-10 {
    background-color: RGBA(109, 109, 156, 1);
  }
  .mobile\:bg-ui-text,
  .mobile\:hover\:bg-ui-text:hover,
  .mobile\:focus\:bg-ui-text:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text {
    background-color: #383f76;
  }
  .mobile\:bg-ui-text-opal-0,
  .mobile\:hover\:bg-ui-text-opal-0:hover,
  .mobile\:focus\:bg-ui-text-opal-0:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-0,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-0 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:bg-ui-text-opal-00,
  .mobile\:hover\:bg-ui-text-opal-00:hover,
  .mobile\:focus\:bg-ui-text-opal-00:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-00,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-00 {
    background-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:bg-ui-text-opal-1,
  .mobile\:hover\:bg-ui-text-opal-1:hover,
  .mobile\:focus\:bg-ui-text-opal-1:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-1,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-1 {
    background-color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:bg-ui-text-opal-01,
  .mobile\:hover\:bg-ui-text-opal-01:hover,
  .mobile\:focus\:bg-ui-text-opal-01:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-01,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-01 {
    background-color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:bg-ui-text-opal-2,
  .mobile\:hover\:bg-ui-text-opal-2:hover,
  .mobile\:focus\:bg-ui-text-opal-2:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-2,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-2 {
    background-color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:bg-ui-text-opal-02,
  .mobile\:hover\:bg-ui-text-opal-02:hover,
  .mobile\:focus\:bg-ui-text-opal-02:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-02,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-02 {
    background-color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:bg-ui-text-opal-3,
  .mobile\:hover\:bg-ui-text-opal-3:hover,
  .mobile\:focus\:bg-ui-text-opal-3:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-3,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-3 {
    background-color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:bg-ui-text-opal-03,
  .mobile\:hover\:bg-ui-text-opal-03:hover,
  .mobile\:focus\:bg-ui-text-opal-03:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-03,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-03 {
    background-color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:bg-ui-text-opal-4,
  .mobile\:hover\:bg-ui-text-opal-4:hover,
  .mobile\:focus\:bg-ui-text-opal-4:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-4,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-4 {
    background-color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:bg-ui-text-opal-04,
  .mobile\:hover\:bg-ui-text-opal-04:hover,
  .mobile\:focus\:bg-ui-text-opal-04:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-04,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-04 {
    background-color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:bg-ui-text-opal-5,
  .mobile\:hover\:bg-ui-text-opal-5:hover,
  .mobile\:focus\:bg-ui-text-opal-5:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-5,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-5 {
    background-color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:bg-ui-text-opal-05,
  .mobile\:hover\:bg-ui-text-opal-05:hover,
  .mobile\:focus\:bg-ui-text-opal-05:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-05,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-05 {
    background-color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:bg-ui-text-opal-6,
  .mobile\:hover\:bg-ui-text-opal-6:hover,
  .mobile\:focus\:bg-ui-text-opal-6:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-6,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-6 {
    background-color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:bg-ui-text-opal-06,
  .mobile\:hover\:bg-ui-text-opal-06:hover,
  .mobile\:focus\:bg-ui-text-opal-06:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-06,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-06 {
    background-color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:bg-ui-text-opal-7,
  .mobile\:hover\:bg-ui-text-opal-7:hover,
  .mobile\:focus\:bg-ui-text-opal-7:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-7,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-7 {
    background-color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:bg-ui-text-opal-07,
  .mobile\:hover\:bg-ui-text-opal-07:hover,
  .mobile\:focus\:bg-ui-text-opal-07:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-07,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-07 {
    background-color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:bg-ui-text-opal-8,
  .mobile\:hover\:bg-ui-text-opal-8:hover,
  .mobile\:focus\:bg-ui-text-opal-8:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-8,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-8 {
    background-color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:bg-ui-text-opal-08,
  .mobile\:hover\:bg-ui-text-opal-08:hover,
  .mobile\:focus\:bg-ui-text-opal-08:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-08,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-08 {
    background-color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:bg-ui-text-opal-9,
  .mobile\:hover\:bg-ui-text-opal-9:hover,
  .mobile\:focus\:bg-ui-text-opal-9:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-9,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-9 {
    background-color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:bg-ui-text-opal-09,
  .mobile\:hover\:bg-ui-text-opal-09:hover,
  .mobile\:focus\:bg-ui-text-opal-09:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-09,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-09 {
    background-color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:bg-ui-text-opal-10,
  .mobile\:hover\:bg-ui-text-opal-10:hover,
  .mobile\:focus\:bg-ui-text-opal-10:focus,
  .mobile\:group:hover .group-hover\:bg-ui-text-opal-10,
  .mobile\:group:focus-within .group-focus-within\:bg-ui-text-opal-10 {
    background-color: RGBA(56, 63, 118, 1);
  }
  .mobile\:border-base-purple,
  .mobile\:hover\:border-base-purple:hover,
  .mobile\:focus\:border-base-purple:focus,
  .mobile\:group:hover .group-hover\:border-base-purpler,
  .mobile\:group:focus-within .group-focus-within\:border-base-purple {
    border: #f6f4fa;
  }
  .mobile\:bg-base-purple,
  .mobile\:hover\:bg-base-purple:hover,
  .mobile\:focus\:bg-base-purple:focus,
  .mobile\:group:hover .group-hover\:bg-base-purple,
  .mobile\:group:focus-within .group-focus-within\:bg-base-purple {
    background-color: #f6f4fa;
  }
  .mobile\:fill-base-purple,
  .mobile\:hover\:fill-base-purple:hover,
  .mobile\:focus\:fill-base-purple:focus,
  .mobile\:group:hover .group-hover\:fill-base-purple,
  .mobile\:group:focus-within .group-focus-within\:fill-base-purple {
    color: #f6f4fa;
  }
  .mobile\:border-base-dark-purple,
  .mobile\:hover\:border-base-dark-purple:hover,
  .mobile\:focus\:border-base-dark-purple:focus,
  .mobile\:group:hover .group-hover\:border-base-dark-purpler,
  .mobile\:group:focus-within .group-focus-within\:border-base-dark-purple {
    border: #f6f4fa;
  }
  .mobile\:bg-base-dark-purple,
  .mobile\:hover\:bg-base-dark-purple:hover,
  .mobile\:focus\:bg-base-dark-purple:focus,
  .mobile\:group:hover .group-hover\:bg-base-dark-purple,
  .mobile\:group:focus-within .group-focus-within\:bg-base-dark-purple {
    background-color: #f6f4fa;
  }
  .mobile\:fill-base-dark-purple,
  .mobile\:hover\:fill-base-dark-purple:hover,
  .mobile\:focus\:fill-base-dark-purple:focus,
  .mobile\:group:hover .group-hover\:fill-base-dark-purple,
  .mobile\:group:focus-within .group-focus-within\:fill-base-dark-purple {
    color: #f6f4fa;
  }
  .mobile\:border-base-deep-sea,
  .mobile\:hover\:border-base-deep-sea:hover,
  .mobile\:focus\:border-base-deep-sea:focus,
  .mobile\:group:hover .group-hover\:border-base-deep-sear,
  .mobile\:group:focus-within .group-focus-within\:border-base-deep-sea {
    border: #f3f4fc;
  }
  .mobile\:bg-base-deep-sea,
  .mobile\:hover\:bg-base-deep-sea:hover,
  .mobile\:focus\:bg-base-deep-sea:focus,
  .mobile\:group:hover .group-hover\:bg-base-deep-sea,
  .mobile\:group:focus-within .group-focus-within\:bg-base-deep-sea {
    background-color: #f3f4fc;
  }
  .mobile\:fill-base-deep-sea,
  .mobile\:hover\:fill-base-deep-sea:hover,
  .mobile\:focus\:fill-base-deep-sea:focus,
  .mobile\:group:hover .group-hover\:fill-base-deep-sea,
  .mobile\:group:focus-within .group-focus-within\:fill-base-deep-sea {
    color: #f3f4fc;
  }
  .mobile\:border-base-rose,
  .mobile\:hover\:border-base-rose:hover,
  .mobile\:focus\:border-base-rose:focus,
  .mobile\:group:hover .group-hover\:border-base-roser,
  .mobile\:group:focus-within .group-focus-within\:border-base-rose {
    border: #fef7f8;
  }
  .mobile\:bg-base-rose,
  .mobile\:hover\:bg-base-rose:hover,
  .mobile\:focus\:bg-base-rose:focus,
  .mobile\:group:hover .group-hover\:bg-base-rose,
  .mobile\:group:focus-within .group-focus-within\:bg-base-rose {
    background-color: #fef7f8;
  }
  .mobile\:fill-base-rose,
  .mobile\:hover\:fill-base-rose:hover,
  .mobile\:focus\:fill-base-rose:focus,
  .mobile\:group:hover .group-hover\:fill-base-rose,
  .mobile\:group:focus-within .group-focus-within\:fill-base-rose {
    color: #fef7f8;
  }
  .mobile\:border-base-autumn,
  .mobile\:hover\:border-base-autumn:hover,
  .mobile\:focus\:border-base-autumn:focus,
  .mobile\:group:hover .group-hover\:border-base-autumnr,
  .mobile\:group:focus-within .group-focus-within\:border-base-autumn {
    border: #fcf6f3;
  }
  .mobile\:bg-base-autumn,
  .mobile\:hover\:bg-base-autumn:hover,
  .mobile\:focus\:bg-base-autumn:focus,
  .mobile\:group:hover .group-hover\:bg-base-autumn,
  .mobile\:group:focus-within .group-focus-within\:bg-base-autumn {
    background-color: #fcf6f3;
  }
  .mobile\:fill-base-autumn,
  .mobile\:hover\:fill-base-autumn:hover,
  .mobile\:focus\:fill-base-autumn:focus,
  .mobile\:group:hover .group-hover\:fill-base-autumn,
  .mobile\:group:focus-within .group-focus-within\:fill-base-autumn {
    color: #fcf6f3;
  }
  .mobile\:border-base-dark-teal,
  .mobile\:hover\:border-base-dark-teal:hover,
  .mobile\:focus\:border-base-dark-teal:focus,
  .mobile\:group:hover .group-hover\:border-base-dark-tealr,
  .mobile\:group:focus-within .group-focus-within\:border-base-dark-teal {
    border: #f3f9f9;
  }
  .mobile\:bg-base-dark-teal,
  .mobile\:hover\:bg-base-dark-teal:hover,
  .mobile\:focus\:bg-base-dark-teal:focus,
  .mobile\:group:hover .group-hover\:bg-base-dark-teal,
  .mobile\:group:focus-within .group-focus-within\:bg-base-dark-teal {
    background-color: #f3f9f9;
  }
  .mobile\:fill-base-dark-teal,
  .mobile\:hover\:fill-base-dark-teal:hover,
  .mobile\:focus\:fill-base-dark-teal:focus,
  .mobile\:group:hover .group-hover\:fill-base-dark-teal,
  .mobile\:group:focus-within .group-focus-within\:fill-base-dark-teal {
    color: #f3f9f9;
  }
  .mobile\:border-base-turquoise,
  .mobile\:hover\:border-base-turquoise:hover,
  .mobile\:focus\:border-base-turquoise:focus,
  .mobile\:group:hover .group-hover\:border-base-turquoiser,
  .mobile\:group:focus-within .group-focus-within\:border-base-turquoise {
    border: #f3f9fa;
  }
  .mobile\:bg-base-turquoise,
  .mobile\:hover\:bg-base-turquoise:hover,
  .mobile\:focus\:bg-base-turquoise:focus,
  .mobile\:group:hover .group-hover\:bg-base-turquoise,
  .mobile\:group:focus-within .group-focus-within\:bg-base-turquoise {
    background-color: #f3f9fa;
  }
  .mobile\:fill-base-turquoise,
  .mobile\:hover\:fill-base-turquoise:hover,
  .mobile\:focus\:fill-base-turquoise:focus,
  .mobile\:group:hover .group-hover\:fill-base-turquoise,
  .mobile\:group:focus-within .group-focus-within\:fill-base-turquoise {
    color: #f3f9fa;
  }
  .mobile\:border-base-electric-blue,
  .mobile\:hover\:border-base-electric-blue:hover,
  .mobile\:focus\:border-base-electric-blue:focus,
  .mobile\:group:hover .group-hover\:border-base-electric-bluer,
  .mobile\:group:focus-within .group-focus-within\:border-base-electric-blue {
    border: #f3f7fe;
  }
  .mobile\:bg-base-electric-blue,
  .mobile\:hover\:bg-base-electric-blue:hover,
  .mobile\:focus\:bg-base-electric-blue:focus,
  .mobile\:group:hover .group-hover\:bg-base-electric-blue,
  .mobile\:group:focus-within .group-focus-within\:bg-base-electric-blue {
    background-color: #f3f7fe;
  }
  .mobile\:fill-base-electric-blue,
  .mobile\:hover\:fill-base-electric-blue:hover,
  .mobile\:focus\:fill-base-electric-blue:focus,
  .mobile\:group:hover .group-hover\:fill-base-electric-blue,
  .mobile\:group:focus-within .group-focus-within\:fill-base-electric-blue {
    color: #f3f7fe;
  }
  .mobile\:border-base-action,
  .mobile\:hover\:border-base-action:hover,
  .mobile\:focus\:border-base-action:focus,
  .mobile\:group:hover .group-hover\:border-base-actionr,
  .mobile\:group:focus-within .group-focus-within\:border-base-action {
    border: #f3f7fe;
  }
  .mobile\:bg-base-action,
  .mobile\:hover\:bg-base-action:hover,
  .mobile\:focus\:bg-base-action:focus,
  .mobile\:group:hover .group-hover\:bg-base-action,
  .mobile\:group:focus-within .group-focus-within\:bg-base-action {
    background-color: #f3f7fe;
  }
  .mobile\:fill-base-action,
  .mobile\:hover\:fill-base-action:hover,
  .mobile\:focus\:fill-base-action:focus,
  .mobile\:group:hover .group-hover\:fill-base-action,
  .mobile\:group:focus-within .group-focus-within\:fill-base-action {
    color: #f3f7fe;
  }
  .mobile\:border-base-action-secondary,
  .mobile\:hover\:border-base-action-secondary:hover,
  .mobile\:focus\:border-base-action-secondary:focus,
  .mobile\:group:hover .group-hover\:border-base-action-secondaryr,
  .mobile\:group:focus-within
    .group-focus-within\:border-base-action-secondary {
    border: #f3f4fc;
  }
  .mobile\:bg-base-action-secondary,
  .mobile\:hover\:bg-base-action-secondary:hover,
  .mobile\:focus\:bg-base-action-secondary:focus,
  .mobile\:group:hover .group-hover\:bg-base-action-secondary,
  .mobile\:group:focus-within .group-focus-within\:bg-base-action-secondary {
    background-color: #f3f4fc;
  }
  .mobile\:fill-base-action-secondary,
  .mobile\:hover\:fill-base-action-secondary:hover,
  .mobile\:focus\:fill-base-action-secondary:focus,
  .mobile\:group:hover .group-hover\:fill-base-action-secondary,
  .mobile\:group:focus-within .group-focus-within\:fill-base-action-secondary {
    color: #f3f4fc;
  }
  .mobile\:fill-white,
  .mobile\:hover\:fill-white:hover,
  .mobile\:focus\:fill-white:focus,
  .mobile\:group:hover .group-hover\:fill-white,
  .mobile\:group:focus-within .group-focus-within\:fill-white {
    color: #fff;
  }
  .mobile\:fill-snow,
  .mobile\:hover\:fill-snow:hover,
  .mobile\:focus\:fill-snow:focus,
  .mobile\:group:hover .group-hover\:fill-snow,
  .mobile\:group:focus-within .group-focus-within\:fill-snow {
    color: #f6f7fb;
  }
  .mobile\:fill-space,
  .mobile\:hover\:fill-space:hover,
  .mobile\:focus\:fill-space:focus,
  .mobile\:group:hover .group-hover\:fill-space,
  .mobile\:group:focus-within .group-focus-within\:fill-space {
    color: #01011e;
  }
  .mobile\:border-dark-purple,
  .mobile\:hover\:border-dark-purple:hover,
  .mobile\:focus\:border-dark-purple:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple {
    border-color: #441c99;
  }
  .mobile\:border-dark-purple-opal-0,
  .mobile\:hover\:border-dark-purple-opal-0:hover,
  .mobile\:focus\:border-dark-purple-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-0 {
    border-color: RGBA(68, 28, 153, 0);
  }
  .mobile\:border-dark-purple-opal-00,
  .mobile\:hover\:border-dark-purple-opal-00:hover,
  .mobile\:focus\:border-dark-purple-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-00 {
    border-color: RGBA(68, 28, 153, 0);
  }
  .mobile\:border-dark-purple-opal-1,
  .mobile\:hover\:border-dark-purple-opal-1:hover,
  .mobile\:focus\:border-dark-purple-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-1 {
    border-color: RGBA(68, 28, 153, 0.1);
  }
  .mobile\:border-dark-purple-opal-01,
  .mobile\:hover\:border-dark-purple-opal-01:hover,
  .mobile\:focus\:border-dark-purple-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-01 {
    border-color: RGBA(68, 28, 153, 0.01);
  }
  .mobile\:border-dark-purple-opal-2,
  .mobile\:hover\:border-dark-purple-opal-2:hover,
  .mobile\:focus\:border-dark-purple-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-2 {
    border-color: RGBA(68, 28, 153, 0.2);
  }
  .mobile\:border-dark-purple-opal-02,
  .mobile\:hover\:border-dark-purple-opal-02:hover,
  .mobile\:focus\:border-dark-purple-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-02 {
    border-color: RGBA(68, 28, 153, 0.02);
  }
  .mobile\:border-dark-purple-opal-3,
  .mobile\:hover\:border-dark-purple-opal-3:hover,
  .mobile\:focus\:border-dark-purple-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-3 {
    border-color: RGBA(68, 28, 153, 0.3);
  }
  .mobile\:border-dark-purple-opal-03,
  .mobile\:hover\:border-dark-purple-opal-03:hover,
  .mobile\:focus\:border-dark-purple-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-03 {
    border-color: RGBA(68, 28, 153, 0.03);
  }
  .mobile\:border-dark-purple-opal-4,
  .mobile\:hover\:border-dark-purple-opal-4:hover,
  .mobile\:focus\:border-dark-purple-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-4 {
    border-color: RGBA(68, 28, 153, 0.4);
  }
  .mobile\:border-dark-purple-opal-04,
  .mobile\:hover\:border-dark-purple-opal-04:hover,
  .mobile\:focus\:border-dark-purple-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-04 {
    border-color: RGBA(68, 28, 153, 0.04);
  }
  .mobile\:border-dark-purple-opal-5,
  .mobile\:hover\:border-dark-purple-opal-5:hover,
  .mobile\:focus\:border-dark-purple-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-5 {
    border-color: RGBA(68, 28, 153, 0.5);
  }
  .mobile\:border-dark-purple-opal-05,
  .mobile\:hover\:border-dark-purple-opal-05:hover,
  .mobile\:focus\:border-dark-purple-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-05 {
    border-color: RGBA(68, 28, 153, 0.05);
  }
  .mobile\:border-dark-purple-opal-6,
  .mobile\:hover\:border-dark-purple-opal-6:hover,
  .mobile\:focus\:border-dark-purple-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-6 {
    border-color: RGBA(68, 28, 153, 0.6);
  }
  .mobile\:border-dark-purple-opal-06,
  .mobile\:hover\:border-dark-purple-opal-06:hover,
  .mobile\:focus\:border-dark-purple-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-06 {
    border-color: RGBA(68, 28, 153, 0.06);
  }
  .mobile\:border-dark-purple-opal-7,
  .mobile\:hover\:border-dark-purple-opal-7:hover,
  .mobile\:focus\:border-dark-purple-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-7 {
    border-color: RGBA(68, 28, 153, 0.7);
  }
  .mobile\:border-dark-purple-opal-07,
  .mobile\:hover\:border-dark-purple-opal-07:hover,
  .mobile\:focus\:border-dark-purple-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-07 {
    border-color: RGBA(68, 28, 153, 0.07);
  }
  .mobile\:border-dark-purple-opal-8,
  .mobile\:hover\:border-dark-purple-opal-8:hover,
  .mobile\:focus\:border-dark-purple-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-8 {
    border-color: RGBA(68, 28, 153, 0.8);
  }
  .mobile\:border-dark-purple-opal-08,
  .mobile\:hover\:border-dark-purple-opal-08:hover,
  .mobile\:focus\:border-dark-purple-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-08 {
    border-color: RGBA(68, 28, 153, 0.08);
  }
  .mobile\:border-dark-purple-opal-9,
  .mobile\:hover\:border-dark-purple-opal-9:hover,
  .mobile\:focus\:border-dark-purple-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-9 {
    border-color: RGBA(68, 28, 153, 0.9);
  }
  .mobile\:border-dark-purple-opal-09,
  .mobile\:hover\:border-dark-purple-opal-09:hover,
  .mobile\:focus\:border-dark-purple-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-09 {
    border-color: RGBA(68, 28, 153, 0.09);
  }
  .mobile\:border-dark-purple-opal-10,
  .mobile\:hover\:border-dark-purple-opal-10:hover,
  .mobile\:focus\:border-dark-purple-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-dark-purple-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-dark-purple-opal-10 {
    border-color: RGBA(68, 28, 153, 1);
  }
  .mobile\:border-purple,
  .mobile\:hover\:border-purple:hover,
  .mobile\:focus\:border-purple:focus,
  .mobile\:group:hover .group-hover\:border-purple,
  .mobile\:group:focus-within .group-focus-within\:border-purple {
    border-color: #9043c6;
  }
  .mobile\:border-purple-opal-0,
  .mobile\:hover\:border-purple-opal-0:hover,
  .mobile\:focus\:border-purple-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-0 {
    border-color: RGBA(144, 67, 198, 0);
  }
  .mobile\:border-purple-opal-00,
  .mobile\:hover\:border-purple-opal-00:hover,
  .mobile\:focus\:border-purple-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-00 {
    border-color: RGBA(144, 67, 198, 0);
  }
  .mobile\:border-purple-opal-1,
  .mobile\:hover\:border-purple-opal-1:hover,
  .mobile\:focus\:border-purple-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-1 {
    border-color: RGBA(144, 67, 198, 0.1);
  }
  .mobile\:border-purple-opal-01,
  .mobile\:hover\:border-purple-opal-01:hover,
  .mobile\:focus\:border-purple-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-01 {
    border-color: RGBA(144, 67, 198, 0.01);
  }
  .mobile\:border-purple-opal-2,
  .mobile\:hover\:border-purple-opal-2:hover,
  .mobile\:focus\:border-purple-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-2 {
    border-color: RGBA(144, 67, 198, 0.2);
  }
  .mobile\:border-purple-opal-02,
  .mobile\:hover\:border-purple-opal-02:hover,
  .mobile\:focus\:border-purple-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-02 {
    border-color: RGBA(144, 67, 198, 0.02);
  }
  .mobile\:border-purple-opal-3,
  .mobile\:hover\:border-purple-opal-3:hover,
  .mobile\:focus\:border-purple-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-3 {
    border-color: RGBA(144, 67, 198, 0.3);
  }
  .mobile\:border-purple-opal-03,
  .mobile\:hover\:border-purple-opal-03:hover,
  .mobile\:focus\:border-purple-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-03 {
    border-color: RGBA(144, 67, 198, 0.03);
  }
  .mobile\:border-purple-opal-4,
  .mobile\:hover\:border-purple-opal-4:hover,
  .mobile\:focus\:border-purple-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-4 {
    border-color: RGBA(144, 67, 198, 0.4);
  }
  .mobile\:border-purple-opal-04,
  .mobile\:hover\:border-purple-opal-04:hover,
  .mobile\:focus\:border-purple-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-04 {
    border-color: RGBA(144, 67, 198, 0.04);
  }
  .mobile\:border-purple-opal-5,
  .mobile\:hover\:border-purple-opal-5:hover,
  .mobile\:focus\:border-purple-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-5 {
    border-color: RGBA(144, 67, 198, 0.5);
  }
  .mobile\:border-purple-opal-05,
  .mobile\:hover\:border-purple-opal-05:hover,
  .mobile\:focus\:border-purple-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-05 {
    border-color: RGBA(144, 67, 198, 0.05);
  }
  .mobile\:border-purple-opal-6,
  .mobile\:hover\:border-purple-opal-6:hover,
  .mobile\:focus\:border-purple-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-6 {
    border-color: RGBA(144, 67, 198, 0.6);
  }
  .mobile\:border-purple-opal-06,
  .mobile\:hover\:border-purple-opal-06:hover,
  .mobile\:focus\:border-purple-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-06 {
    border-color: RGBA(144, 67, 198, 0.06);
  }
  .mobile\:border-purple-opal-7,
  .mobile\:hover\:border-purple-opal-7:hover,
  .mobile\:focus\:border-purple-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-7 {
    border-color: RGBA(144, 67, 198, 0.7);
  }
  .mobile\:border-purple-opal-07,
  .mobile\:hover\:border-purple-opal-07:hover,
  .mobile\:focus\:border-purple-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-07 {
    border-color: RGBA(144, 67, 198, 0.07);
  }
  .mobile\:border-purple-opal-8,
  .mobile\:hover\:border-purple-opal-8:hover,
  .mobile\:focus\:border-purple-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-8 {
    border-color: RGBA(144, 67, 198, 0.8);
  }
  .mobile\:border-purple-opal-08,
  .mobile\:hover\:border-purple-opal-08:hover,
  .mobile\:focus\:border-purple-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-08 {
    border-color: RGBA(144, 67, 198, 0.08);
  }
  .mobile\:border-purple-opal-9,
  .mobile\:hover\:border-purple-opal-9:hover,
  .mobile\:focus\:border-purple-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-9 {
    border-color: RGBA(144, 67, 198, 0.9);
  }
  .mobile\:border-purple-opal-09,
  .mobile\:hover\:border-purple-opal-09:hover,
  .mobile\:focus\:border-purple-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-09 {
    border-color: RGBA(144, 67, 198, 0.09);
  }
  .mobile\:border-purple-opal-10,
  .mobile\:hover\:border-purple-opal-10:hover,
  .mobile\:focus\:border-purple-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-purple-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-purple-opal-10 {
    border-color: RGBA(144, 67, 198, 1);
  }
  .mobile\:border-lavender,
  .mobile\:hover\:border-lavender:hover,
  .mobile\:focus\:border-lavender:focus,
  .mobile\:group:hover .group-hover\:border-lavender,
  .mobile\:group:focus-within .group-focus-within\:border-lavender {
    border-color: #c481f3;
  }
  .mobile\:border-lavender-opal-0,
  .mobile\:hover\:border-lavender-opal-0:hover,
  .mobile\:focus\:border-lavender-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-0 {
    border-color: RGBA(196, 129, 243, 0);
  }
  .mobile\:border-lavender-opal-00,
  .mobile\:hover\:border-lavender-opal-00:hover,
  .mobile\:focus\:border-lavender-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-00 {
    border-color: RGBA(196, 129, 243, 0);
  }
  .mobile\:border-lavender-opal-1,
  .mobile\:hover\:border-lavender-opal-1:hover,
  .mobile\:focus\:border-lavender-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-1 {
    border-color: RGBA(196, 129, 243, 0.1);
  }
  .mobile\:border-lavender-opal-01,
  .mobile\:hover\:border-lavender-opal-01:hover,
  .mobile\:focus\:border-lavender-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-01 {
    border-color: RGBA(196, 129, 243, 0.01);
  }
  .mobile\:border-lavender-opal-2,
  .mobile\:hover\:border-lavender-opal-2:hover,
  .mobile\:focus\:border-lavender-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-2 {
    border-color: RGBA(196, 129, 243, 0.2);
  }
  .mobile\:border-lavender-opal-02,
  .mobile\:hover\:border-lavender-opal-02:hover,
  .mobile\:focus\:border-lavender-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-02 {
    border-color: RGBA(196, 129, 243, 0.02);
  }
  .mobile\:border-lavender-opal-3,
  .mobile\:hover\:border-lavender-opal-3:hover,
  .mobile\:focus\:border-lavender-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-3 {
    border-color: RGBA(196, 129, 243, 0.3);
  }
  .mobile\:border-lavender-opal-03,
  .mobile\:hover\:border-lavender-opal-03:hover,
  .mobile\:focus\:border-lavender-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-03 {
    border-color: RGBA(196, 129, 243, 0.03);
  }
  .mobile\:border-lavender-opal-4,
  .mobile\:hover\:border-lavender-opal-4:hover,
  .mobile\:focus\:border-lavender-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-4 {
    border-color: RGBA(196, 129, 243, 0.4);
  }
  .mobile\:border-lavender-opal-04,
  .mobile\:hover\:border-lavender-opal-04:hover,
  .mobile\:focus\:border-lavender-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-04 {
    border-color: RGBA(196, 129, 243, 0.04);
  }
  .mobile\:border-lavender-opal-5,
  .mobile\:hover\:border-lavender-opal-5:hover,
  .mobile\:focus\:border-lavender-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-5 {
    border-color: RGBA(196, 129, 243, 0.5);
  }
  .mobile\:border-lavender-opal-05,
  .mobile\:hover\:border-lavender-opal-05:hover,
  .mobile\:focus\:border-lavender-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-05 {
    border-color: RGBA(196, 129, 243, 0.05);
  }
  .mobile\:border-lavender-opal-6,
  .mobile\:hover\:border-lavender-opal-6:hover,
  .mobile\:focus\:border-lavender-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-6 {
    border-color: RGBA(196, 129, 243, 0.6);
  }
  .mobile\:border-lavender-opal-06,
  .mobile\:hover\:border-lavender-opal-06:hover,
  .mobile\:focus\:border-lavender-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-06 {
    border-color: RGBA(196, 129, 243, 0.06);
  }
  .mobile\:border-lavender-opal-7,
  .mobile\:hover\:border-lavender-opal-7:hover,
  .mobile\:focus\:border-lavender-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-7 {
    border-color: RGBA(196, 129, 243, 0.7);
  }
  .mobile\:border-lavender-opal-07,
  .mobile\:hover\:border-lavender-opal-07:hover,
  .mobile\:focus\:border-lavender-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-07 {
    border-color: RGBA(196, 129, 243, 0.07);
  }
  .mobile\:border-lavender-opal-8,
  .mobile\:hover\:border-lavender-opal-8:hover,
  .mobile\:focus\:border-lavender-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-8 {
    border-color: RGBA(196, 129, 243, 0.8);
  }
  .mobile\:border-lavender-opal-08,
  .mobile\:hover\:border-lavender-opal-08:hover,
  .mobile\:focus\:border-lavender-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-08 {
    border-color: RGBA(196, 129, 243, 0.08);
  }
  .mobile\:border-lavender-opal-9,
  .mobile\:hover\:border-lavender-opal-9:hover,
  .mobile\:focus\:border-lavender-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-9 {
    border-color: RGBA(196, 129, 243, 0.9);
  }
  .mobile\:border-lavender-opal-09,
  .mobile\:hover\:border-lavender-opal-09:hover,
  .mobile\:focus\:border-lavender-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-09 {
    border-color: RGBA(196, 129, 243, 0.09);
  }
  .mobile\:border-lavender-opal-10,
  .mobile\:hover\:border-lavender-opal-10:hover,
  .mobile\:focus\:border-lavender-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-lavender-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-lavender-opal-10 {
    border-color: RGBA(196, 129, 243, 1);
  }
  .mobile\:border-black,
  .mobile\:hover\:border-black:hover,
  .mobile\:focus\:border-black:focus,
  .mobile\:group:hover .group-hover\:border-black,
  .mobile\:group:focus-within .group-focus-within\:border-black {
    border-color: #000;
  }
  .mobile\:border-black-opal-0,
  .mobile\:hover\:border-black-opal-0:hover,
  .mobile\:focus\:border-black-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-0 {
    border-color: RGBA(0, 0, 0, 0);
  }
  .mobile\:border-black-opal-00,
  .mobile\:hover\:border-black-opal-00:hover,
  .mobile\:focus\:border-black-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-00 {
    border-color: RGBA(0, 0, 0, 0);
  }
  .mobile\:border-black-opal-1,
  .mobile\:hover\:border-black-opal-1:hover,
  .mobile\:focus\:border-black-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-1 {
    border-color: RGBA(0, 0, 0, 0.1);
  }
  .mobile\:border-black-opal-01,
  .mobile\:hover\:border-black-opal-01:hover,
  .mobile\:focus\:border-black-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-01 {
    border-color: RGBA(0, 0, 0, 0.01);
  }
  .mobile\:border-black-opal-2,
  .mobile\:hover\:border-black-opal-2:hover,
  .mobile\:focus\:border-black-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-2 {
    border-color: RGBA(0, 0, 0, 0.2);
  }
  .mobile\:border-black-opal-02,
  .mobile\:hover\:border-black-opal-02:hover,
  .mobile\:focus\:border-black-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-02 {
    border-color: RGBA(0, 0, 0, 0.02);
  }
  .mobile\:border-black-opal-3,
  .mobile\:hover\:border-black-opal-3:hover,
  .mobile\:focus\:border-black-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-3 {
    border-color: RGBA(0, 0, 0, 0.3);
  }
  .mobile\:border-black-opal-03,
  .mobile\:hover\:border-black-opal-03:hover,
  .mobile\:focus\:border-black-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-03 {
    border-color: RGBA(0, 0, 0, 0.03);
  }
  .mobile\:border-black-opal-4,
  .mobile\:hover\:border-black-opal-4:hover,
  .mobile\:focus\:border-black-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-4 {
    border-color: RGBA(0, 0, 0, 0.4);
  }
  .mobile\:border-black-opal-04,
  .mobile\:hover\:border-black-opal-04:hover,
  .mobile\:focus\:border-black-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-04 {
    border-color: RGBA(0, 0, 0, 0.04);
  }
  .mobile\:border-black-opal-5,
  .mobile\:hover\:border-black-opal-5:hover,
  .mobile\:focus\:border-black-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-5 {
    border-color: RGBA(0, 0, 0, 0.5);
  }
  .mobile\:border-black-opal-05,
  .mobile\:hover\:border-black-opal-05:hover,
  .mobile\:focus\:border-black-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-05 {
    border-color: RGBA(0, 0, 0, 0.05);
  }
  .mobile\:border-black-opal-6,
  .mobile\:hover\:border-black-opal-6:hover,
  .mobile\:focus\:border-black-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-6 {
    border-color: RGBA(0, 0, 0, 0.6);
  }
  .mobile\:border-black-opal-06,
  .mobile\:hover\:border-black-opal-06:hover,
  .mobile\:focus\:border-black-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-06 {
    border-color: RGBA(0, 0, 0, 0.06);
  }
  .mobile\:border-black-opal-7,
  .mobile\:hover\:border-black-opal-7:hover,
  .mobile\:focus\:border-black-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-7 {
    border-color: RGBA(0, 0, 0, 0.7);
  }
  .mobile\:border-black-opal-07,
  .mobile\:hover\:border-black-opal-07:hover,
  .mobile\:focus\:border-black-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-07 {
    border-color: RGBA(0, 0, 0, 0.07);
  }
  .mobile\:border-black-opal-8,
  .mobile\:hover\:border-black-opal-8:hover,
  .mobile\:focus\:border-black-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-8 {
    border-color: RGBA(0, 0, 0, 0.8);
  }
  .mobile\:border-black-opal-08,
  .mobile\:hover\:border-black-opal-08:hover,
  .mobile\:focus\:border-black-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-08 {
    border-color: RGBA(0, 0, 0, 0.08);
  }
  .mobile\:border-black-opal-9,
  .mobile\:hover\:border-black-opal-9:hover,
  .mobile\:focus\:border-black-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-9 {
    border-color: RGBA(0, 0, 0, 0.9);
  }
  .mobile\:border-black-opal-09,
  .mobile\:hover\:border-black-opal-09:hover,
  .mobile\:focus\:border-black-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-09 {
    border-color: RGBA(0, 0, 0, 0.09);
  }
  .mobile\:border-black-opal-10,
  .mobile\:hover\:border-black-opal-10:hover,
  .mobile\:focus\:border-black-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-black-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-black-opal-10 {
    border-color: RGBA(0, 0, 0, 1);
  }
  .mobile\:border-space,
  .mobile\:hover\:border-space:hover,
  .mobile\:focus\:border-space:focus,
  .mobile\:group:hover .group-hover\:border-space,
  .mobile\:group:focus-within .group-focus-within\:border-space {
    border-color: #01011e;
  }
  .mobile\:border-space-opal-0,
  .mobile\:hover\:border-space-opal-0:hover,
  .mobile\:focus\:border-space-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-0 {
    border-color: RGBA(1, 1, 30, 0);
  }
  .mobile\:border-space-opal-00,
  .mobile\:hover\:border-space-opal-00:hover,
  .mobile\:focus\:border-space-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-00 {
    border-color: RGBA(1, 1, 30, 0);
  }
  .mobile\:border-space-opal-1,
  .mobile\:hover\:border-space-opal-1:hover,
  .mobile\:focus\:border-space-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-1 {
    border-color: RGBA(1, 1, 30, 0.1);
  }
  .mobile\:border-space-opal-01,
  .mobile\:hover\:border-space-opal-01:hover,
  .mobile\:focus\:border-space-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-01 {
    border-color: RGBA(1, 1, 30, 0.01);
  }
  .mobile\:border-space-opal-2,
  .mobile\:hover\:border-space-opal-2:hover,
  .mobile\:focus\:border-space-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-2 {
    border-color: RGBA(1, 1, 30, 0.2);
  }
  .mobile\:border-space-opal-02,
  .mobile\:hover\:border-space-opal-02:hover,
  .mobile\:focus\:border-space-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-02 {
    border-color: RGBA(1, 1, 30, 0.02);
  }
  .mobile\:border-space-opal-3,
  .mobile\:hover\:border-space-opal-3:hover,
  .mobile\:focus\:border-space-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-3 {
    border-color: RGBA(1, 1, 30, 0.3);
  }
  .mobile\:border-space-opal-03,
  .mobile\:hover\:border-space-opal-03:hover,
  .mobile\:focus\:border-space-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-03 {
    border-color: RGBA(1, 1, 30, 0.03);
  }
  .mobile\:border-space-opal-4,
  .mobile\:hover\:border-space-opal-4:hover,
  .mobile\:focus\:border-space-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-4 {
    border-color: RGBA(1, 1, 30, 0.4);
  }
  .mobile\:border-space-opal-04,
  .mobile\:hover\:border-space-opal-04:hover,
  .mobile\:focus\:border-space-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-04 {
    border-color: RGBA(1, 1, 30, 0.04);
  }
  .mobile\:border-space-opal-5,
  .mobile\:hover\:border-space-opal-5:hover,
  .mobile\:focus\:border-space-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-5 {
    border-color: RGBA(1, 1, 30, 0.5);
  }
  .mobile\:border-space-opal-05,
  .mobile\:hover\:border-space-opal-05:hover,
  .mobile\:focus\:border-space-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-05 {
    border-color: RGBA(1, 1, 30, 0.05);
  }
  .mobile\:border-space-opal-6,
  .mobile\:hover\:border-space-opal-6:hover,
  .mobile\:focus\:border-space-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-6 {
    border-color: RGBA(1, 1, 30, 0.6);
  }
  .mobile\:border-space-opal-06,
  .mobile\:hover\:border-space-opal-06:hover,
  .mobile\:focus\:border-space-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-06 {
    border-color: RGBA(1, 1, 30, 0.06);
  }
  .mobile\:border-space-opal-7,
  .mobile\:hover\:border-space-opal-7:hover,
  .mobile\:focus\:border-space-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-7 {
    border-color: RGBA(1, 1, 30, 0.7);
  }
  .mobile\:border-space-opal-07,
  .mobile\:hover\:border-space-opal-07:hover,
  .mobile\:focus\:border-space-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-07 {
    border-color: RGBA(1, 1, 30, 0.07);
  }
  .mobile\:border-space-opal-8,
  .mobile\:hover\:border-space-opal-8:hover,
  .mobile\:focus\:border-space-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-8 {
    border-color: RGBA(1, 1, 30, 0.8);
  }
  .mobile\:border-space-opal-08,
  .mobile\:hover\:border-space-opal-08:hover,
  .mobile\:focus\:border-space-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-08 {
    border-color: RGBA(1, 1, 30, 0.08);
  }
  .mobile\:border-space-opal-9,
  .mobile\:hover\:border-space-opal-9:hover,
  .mobile\:focus\:border-space-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-9 {
    border-color: RGBA(1, 1, 30, 0.9);
  }
  .mobile\:border-space-opal-09,
  .mobile\:hover\:border-space-opal-09:hover,
  .mobile\:focus\:border-space-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-09 {
    border-color: RGBA(1, 1, 30, 0.09);
  }
  .mobile\:border-space-opal-10,
  .mobile\:hover\:border-space-opal-10:hover,
  .mobile\:focus\:border-space-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-space-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-space-opal-10 {
    border-color: RGBA(1, 1, 30, 1);
  }
  .mobile\:border-midnight,
  .mobile\:hover\:border-midnight:hover,
  .mobile\:focus\:border-midnight:focus,
  .mobile\:group:hover .group-hover\:border-midnight,
  .mobile\:group:focus-within .group-focus-within\:border-midnight {
    border-color: #030328;
  }
  .mobile\:border-midnight-opal-0,
  .mobile\:hover\:border-midnight-opal-0:hover,
  .mobile\:focus\:border-midnight-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-0 {
    border-color: RGBA(3, 3, 40, 0);
  }
  .mobile\:border-midnight-opal-00,
  .mobile\:hover\:border-midnight-opal-00:hover,
  .mobile\:focus\:border-midnight-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-00 {
    border-color: RGBA(3, 3, 40, 0);
  }
  .mobile\:border-midnight-opal-1,
  .mobile\:hover\:border-midnight-opal-1:hover,
  .mobile\:focus\:border-midnight-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-1 {
    border-color: RGBA(3, 3, 40, 0.1);
  }
  .mobile\:border-midnight-opal-01,
  .mobile\:hover\:border-midnight-opal-01:hover,
  .mobile\:focus\:border-midnight-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-01 {
    border-color: RGBA(3, 3, 40, 0.01);
  }
  .mobile\:border-midnight-opal-2,
  .mobile\:hover\:border-midnight-opal-2:hover,
  .mobile\:focus\:border-midnight-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-2 {
    border-color: RGBA(3, 3, 40, 0.2);
  }
  .mobile\:border-midnight-opal-02,
  .mobile\:hover\:border-midnight-opal-02:hover,
  .mobile\:focus\:border-midnight-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-02 {
    border-color: RGBA(3, 3, 40, 0.02);
  }
  .mobile\:border-midnight-opal-3,
  .mobile\:hover\:border-midnight-opal-3:hover,
  .mobile\:focus\:border-midnight-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-3 {
    border-color: RGBA(3, 3, 40, 0.3);
  }
  .mobile\:border-midnight-opal-03,
  .mobile\:hover\:border-midnight-opal-03:hover,
  .mobile\:focus\:border-midnight-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-03 {
    border-color: RGBA(3, 3, 40, 0.03);
  }
  .mobile\:border-midnight-opal-4,
  .mobile\:hover\:border-midnight-opal-4:hover,
  .mobile\:focus\:border-midnight-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-4 {
    border-color: RGBA(3, 3, 40, 0.4);
  }
  .mobile\:border-midnight-opal-04,
  .mobile\:hover\:border-midnight-opal-04:hover,
  .mobile\:focus\:border-midnight-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-04 {
    border-color: RGBA(3, 3, 40, 0.04);
  }
  .mobile\:border-midnight-opal-5,
  .mobile\:hover\:border-midnight-opal-5:hover,
  .mobile\:focus\:border-midnight-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-5 {
    border-color: RGBA(3, 3, 40, 0.5);
  }
  .mobile\:border-midnight-opal-05,
  .mobile\:hover\:border-midnight-opal-05:hover,
  .mobile\:focus\:border-midnight-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-05 {
    border-color: RGBA(3, 3, 40, 0.05);
  }
  .mobile\:border-midnight-opal-6,
  .mobile\:hover\:border-midnight-opal-6:hover,
  .mobile\:focus\:border-midnight-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-6 {
    border-color: RGBA(3, 3, 40, 0.6);
  }
  .mobile\:border-midnight-opal-06,
  .mobile\:hover\:border-midnight-opal-06:hover,
  .mobile\:focus\:border-midnight-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-06 {
    border-color: RGBA(3, 3, 40, 0.06);
  }
  .mobile\:border-midnight-opal-7,
  .mobile\:hover\:border-midnight-opal-7:hover,
  .mobile\:focus\:border-midnight-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-7 {
    border-color: RGBA(3, 3, 40, 0.7);
  }
  .mobile\:border-midnight-opal-07,
  .mobile\:hover\:border-midnight-opal-07:hover,
  .mobile\:focus\:border-midnight-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-07 {
    border-color: RGBA(3, 3, 40, 0.07);
  }
  .mobile\:border-midnight-opal-8,
  .mobile\:hover\:border-midnight-opal-8:hover,
  .mobile\:focus\:border-midnight-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-8 {
    border-color: RGBA(3, 3, 40, 0.8);
  }
  .mobile\:border-midnight-opal-08,
  .mobile\:hover\:border-midnight-opal-08:hover,
  .mobile\:focus\:border-midnight-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-08 {
    border-color: RGBA(3, 3, 40, 0.08);
  }
  .mobile\:border-midnight-opal-9,
  .mobile\:hover\:border-midnight-opal-9:hover,
  .mobile\:focus\:border-midnight-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-9 {
    border-color: RGBA(3, 3, 40, 0.9);
  }
  .mobile\:border-midnight-opal-09,
  .mobile\:hover\:border-midnight-opal-09:hover,
  .mobile\:focus\:border-midnight-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-09 {
    border-color: RGBA(3, 3, 40, 0.09);
  }
  .mobile\:border-midnight-opal-10,
  .mobile\:hover\:border-midnight-opal-10:hover,
  .mobile\:focus\:border-midnight-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-midnight-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-midnight-opal-10 {
    border-color: RGBA(3, 3, 40, 1);
  }
  .mobile\:border-dawn,
  .mobile\:hover\:border-dawn:hover,
  .mobile\:focus\:border-dawn:focus,
  .mobile\:group:hover .group-hover\:border-dawn,
  .mobile\:group:focus-within .group-focus-within\:border-dawn {
    border-color: #383f76;
  }
  .mobile\:border-dawn-opal-0,
  .mobile\:hover\:border-dawn-opal-0:hover,
  .mobile\:focus\:border-dawn-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-0 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:border-dawn-opal-00,
  .mobile\:hover\:border-dawn-opal-00:hover,
  .mobile\:focus\:border-dawn-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-00 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:border-dawn-opal-1,
  .mobile\:hover\:border-dawn-opal-1:hover,
  .mobile\:focus\:border-dawn-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-1 {
    border-color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:border-dawn-opal-01,
  .mobile\:hover\:border-dawn-opal-01:hover,
  .mobile\:focus\:border-dawn-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-01 {
    border-color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:border-dawn-opal-2,
  .mobile\:hover\:border-dawn-opal-2:hover,
  .mobile\:focus\:border-dawn-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-2 {
    border-color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:border-dawn-opal-02,
  .mobile\:hover\:border-dawn-opal-02:hover,
  .mobile\:focus\:border-dawn-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-02 {
    border-color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:border-dawn-opal-3,
  .mobile\:hover\:border-dawn-opal-3:hover,
  .mobile\:focus\:border-dawn-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-3 {
    border-color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:border-dawn-opal-03,
  .mobile\:hover\:border-dawn-opal-03:hover,
  .mobile\:focus\:border-dawn-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-03 {
    border-color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:border-dawn-opal-4,
  .mobile\:hover\:border-dawn-opal-4:hover,
  .mobile\:focus\:border-dawn-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-4 {
    border-color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:border-dawn-opal-04,
  .mobile\:hover\:border-dawn-opal-04:hover,
  .mobile\:focus\:border-dawn-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-04 {
    border-color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:border-dawn-opal-5,
  .mobile\:hover\:border-dawn-opal-5:hover,
  .mobile\:focus\:border-dawn-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-5 {
    border-color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:border-dawn-opal-05,
  .mobile\:hover\:border-dawn-opal-05:hover,
  .mobile\:focus\:border-dawn-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-05 {
    border-color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:border-dawn-opal-6,
  .mobile\:hover\:border-dawn-opal-6:hover,
  .mobile\:focus\:border-dawn-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-6 {
    border-color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:border-dawn-opal-06,
  .mobile\:hover\:border-dawn-opal-06:hover,
  .mobile\:focus\:border-dawn-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-06 {
    border-color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:border-dawn-opal-7,
  .mobile\:hover\:border-dawn-opal-7:hover,
  .mobile\:focus\:border-dawn-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-7 {
    border-color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:border-dawn-opal-07,
  .mobile\:hover\:border-dawn-opal-07:hover,
  .mobile\:focus\:border-dawn-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-07 {
    border-color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:border-dawn-opal-8,
  .mobile\:hover\:border-dawn-opal-8:hover,
  .mobile\:focus\:border-dawn-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-8 {
    border-color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:border-dawn-opal-08,
  .mobile\:hover\:border-dawn-opal-08:hover,
  .mobile\:focus\:border-dawn-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-08 {
    border-color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:border-dawn-opal-9,
  .mobile\:hover\:border-dawn-opal-9:hover,
  .mobile\:focus\:border-dawn-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-9 {
    border-color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:border-dawn-opal-09,
  .mobile\:hover\:border-dawn-opal-09:hover,
  .mobile\:focus\:border-dawn-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-09 {
    border-color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:border-dawn-opal-10,
  .mobile\:hover\:border-dawn-opal-10:hover,
  .mobile\:focus\:border-dawn-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-dawn-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-dawn-opal-10 {
    border-color: RGBA(56, 63, 118, 1);
  }
  .mobile\:border-steel,
  .mobile\:hover\:border-steel:hover,
  .mobile\:focus\:border-steel:focus,
  .mobile\:group:hover .group-hover\:border-steel,
  .mobile\:group:focus-within .group-focus-within\:border-steel {
    border-color: #555463;
  }
  .mobile\:border-steel-opal-0,
  .mobile\:hover\:border-steel-opal-0:hover,
  .mobile\:focus\:border-steel-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-0 {
    border-color: RGBA(85, 84, 99, 0);
  }
  .mobile\:border-steel-opal-00,
  .mobile\:hover\:border-steel-opal-00:hover,
  .mobile\:focus\:border-steel-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-00 {
    border-color: RGBA(85, 84, 99, 0);
  }
  .mobile\:border-steel-opal-1,
  .mobile\:hover\:border-steel-opal-1:hover,
  .mobile\:focus\:border-steel-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-1 {
    border-color: RGBA(85, 84, 99, 0.1);
  }
  .mobile\:border-steel-opal-01,
  .mobile\:hover\:border-steel-opal-01:hover,
  .mobile\:focus\:border-steel-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-01 {
    border-color: RGBA(85, 84, 99, 0.01);
  }
  .mobile\:border-steel-opal-2,
  .mobile\:hover\:border-steel-opal-2:hover,
  .mobile\:focus\:border-steel-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-2 {
    border-color: RGBA(85, 84, 99, 0.2);
  }
  .mobile\:border-steel-opal-02,
  .mobile\:hover\:border-steel-opal-02:hover,
  .mobile\:focus\:border-steel-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-02 {
    border-color: RGBA(85, 84, 99, 0.02);
  }
  .mobile\:border-steel-opal-3,
  .mobile\:hover\:border-steel-opal-3:hover,
  .mobile\:focus\:border-steel-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-3 {
    border-color: RGBA(85, 84, 99, 0.3);
  }
  .mobile\:border-steel-opal-03,
  .mobile\:hover\:border-steel-opal-03:hover,
  .mobile\:focus\:border-steel-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-03 {
    border-color: RGBA(85, 84, 99, 0.03);
  }
  .mobile\:border-steel-opal-4,
  .mobile\:hover\:border-steel-opal-4:hover,
  .mobile\:focus\:border-steel-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-4 {
    border-color: RGBA(85, 84, 99, 0.4);
  }
  .mobile\:border-steel-opal-04,
  .mobile\:hover\:border-steel-opal-04:hover,
  .mobile\:focus\:border-steel-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-04 {
    border-color: RGBA(85, 84, 99, 0.04);
  }
  .mobile\:border-steel-opal-5,
  .mobile\:hover\:border-steel-opal-5:hover,
  .mobile\:focus\:border-steel-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-5 {
    border-color: RGBA(85, 84, 99, 0.5);
  }
  .mobile\:border-steel-opal-05,
  .mobile\:hover\:border-steel-opal-05:hover,
  .mobile\:focus\:border-steel-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-05 {
    border-color: RGBA(85, 84, 99, 0.05);
  }
  .mobile\:border-steel-opal-6,
  .mobile\:hover\:border-steel-opal-6:hover,
  .mobile\:focus\:border-steel-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-6 {
    border-color: RGBA(85, 84, 99, 0.6);
  }
  .mobile\:border-steel-opal-06,
  .mobile\:hover\:border-steel-opal-06:hover,
  .mobile\:focus\:border-steel-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-06 {
    border-color: RGBA(85, 84, 99, 0.06);
  }
  .mobile\:border-steel-opal-7,
  .mobile\:hover\:border-steel-opal-7:hover,
  .mobile\:focus\:border-steel-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-7 {
    border-color: RGBA(85, 84, 99, 0.7);
  }
  .mobile\:border-steel-opal-07,
  .mobile\:hover\:border-steel-opal-07:hover,
  .mobile\:focus\:border-steel-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-07 {
    border-color: RGBA(85, 84, 99, 0.07);
  }
  .mobile\:border-steel-opal-8,
  .mobile\:hover\:border-steel-opal-8:hover,
  .mobile\:focus\:border-steel-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-8 {
    border-color: RGBA(85, 84, 99, 0.8);
  }
  .mobile\:border-steel-opal-08,
  .mobile\:hover\:border-steel-opal-08:hover,
  .mobile\:focus\:border-steel-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-08 {
    border-color: RGBA(85, 84, 99, 0.08);
  }
  .mobile\:border-steel-opal-9,
  .mobile\:hover\:border-steel-opal-9:hover,
  .mobile\:focus\:border-steel-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-9 {
    border-color: RGBA(85, 84, 99, 0.9);
  }
  .mobile\:border-steel-opal-09,
  .mobile\:hover\:border-steel-opal-09:hover,
  .mobile\:focus\:border-steel-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-09 {
    border-color: RGBA(85, 84, 99, 0.09);
  }
  .mobile\:border-steel-opal-10,
  .mobile\:hover\:border-steel-opal-10:hover,
  .mobile\:focus\:border-steel-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-steel-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-steel-opal-10 {
    border-color: RGBA(85, 84, 99, 1);
  }
  .mobile\:border-smoke,
  .mobile\:hover\:border-smoke:hover,
  .mobile\:focus\:border-smoke:focus,
  .mobile\:group:hover .group-hover\:border-smoke,
  .mobile\:group:focus-within .group-focus-within\:border-smoke {
    border-color: #6d6d9c;
  }
  .mobile\:border-smoke-opal-0,
  .mobile\:hover\:border-smoke-opal-0:hover,
  .mobile\:focus\:border-smoke-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-0 {
    border-color: RGBA(109, 109, 156, 0);
  }
  .mobile\:border-smoke-opal-00,
  .mobile\:hover\:border-smoke-opal-00:hover,
  .mobile\:focus\:border-smoke-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-00 {
    border-color: RGBA(109, 109, 156, 0);
  }
  .mobile\:border-smoke-opal-1,
  .mobile\:hover\:border-smoke-opal-1:hover,
  .mobile\:focus\:border-smoke-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-1 {
    border-color: RGBA(109, 109, 156, 0.1);
  }
  .mobile\:border-smoke-opal-01,
  .mobile\:hover\:border-smoke-opal-01:hover,
  .mobile\:focus\:border-smoke-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-01 {
    border-color: RGBA(109, 109, 156, 0.01);
  }
  .mobile\:border-smoke-opal-2,
  .mobile\:hover\:border-smoke-opal-2:hover,
  .mobile\:focus\:border-smoke-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-2 {
    border-color: RGBA(109, 109, 156, 0.2);
  }
  .mobile\:border-smoke-opal-02,
  .mobile\:hover\:border-smoke-opal-02:hover,
  .mobile\:focus\:border-smoke-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-02 {
    border-color: RGBA(109, 109, 156, 0.02);
  }
  .mobile\:border-smoke-opal-3,
  .mobile\:hover\:border-smoke-opal-3:hover,
  .mobile\:focus\:border-smoke-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-3 {
    border-color: RGBA(109, 109, 156, 0.3);
  }
  .mobile\:border-smoke-opal-03,
  .mobile\:hover\:border-smoke-opal-03:hover,
  .mobile\:focus\:border-smoke-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-03 {
    border-color: RGBA(109, 109, 156, 0.03);
  }
  .mobile\:border-smoke-opal-4,
  .mobile\:hover\:border-smoke-opal-4:hover,
  .mobile\:focus\:border-smoke-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-4 {
    border-color: RGBA(109, 109, 156, 0.4);
  }
  .mobile\:border-smoke-opal-04,
  .mobile\:hover\:border-smoke-opal-04:hover,
  .mobile\:focus\:border-smoke-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-04 {
    border-color: RGBA(109, 109, 156, 0.04);
  }
  .mobile\:border-smoke-opal-5,
  .mobile\:hover\:border-smoke-opal-5:hover,
  .mobile\:focus\:border-smoke-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-5 {
    border-color: RGBA(109, 109, 156, 0.5);
  }
  .mobile\:border-smoke-opal-05,
  .mobile\:hover\:border-smoke-opal-05:hover,
  .mobile\:focus\:border-smoke-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-05 {
    border-color: RGBA(109, 109, 156, 0.05);
  }
  .mobile\:border-smoke-opal-6,
  .mobile\:hover\:border-smoke-opal-6:hover,
  .mobile\:focus\:border-smoke-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-6 {
    border-color: RGBA(109, 109, 156, 0.6);
  }
  .mobile\:border-smoke-opal-06,
  .mobile\:hover\:border-smoke-opal-06:hover,
  .mobile\:focus\:border-smoke-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-06 {
    border-color: RGBA(109, 109, 156, 0.06);
  }
  .mobile\:border-smoke-opal-7,
  .mobile\:hover\:border-smoke-opal-7:hover,
  .mobile\:focus\:border-smoke-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-7 {
    border-color: RGBA(109, 109, 156, 0.7);
  }
  .mobile\:border-smoke-opal-07,
  .mobile\:hover\:border-smoke-opal-07:hover,
  .mobile\:focus\:border-smoke-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-07 {
    border-color: RGBA(109, 109, 156, 0.07);
  }
  .mobile\:border-smoke-opal-8,
  .mobile\:hover\:border-smoke-opal-8:hover,
  .mobile\:focus\:border-smoke-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-8 {
    border-color: RGBA(109, 109, 156, 0.8);
  }
  .mobile\:border-smoke-opal-08,
  .mobile\:hover\:border-smoke-opal-08:hover,
  .mobile\:focus\:border-smoke-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-08 {
    border-color: RGBA(109, 109, 156, 0.08);
  }
  .mobile\:border-smoke-opal-9,
  .mobile\:hover\:border-smoke-opal-9:hover,
  .mobile\:focus\:border-smoke-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-9 {
    border-color: RGBA(109, 109, 156, 0.9);
  }
  .mobile\:border-smoke-opal-09,
  .mobile\:hover\:border-smoke-opal-09:hover,
  .mobile\:focus\:border-smoke-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-09 {
    border-color: RGBA(109, 109, 156, 0.09);
  }
  .mobile\:border-smoke-opal-10,
  .mobile\:hover\:border-smoke-opal-10:hover,
  .mobile\:focus\:border-smoke-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-smoke-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-smoke-opal-10 {
    border-color: RGBA(109, 109, 156, 1);
  }
  .mobile\:border-snow,
  .mobile\:hover\:border-snow:hover,
  .mobile\:focus\:border-snow:focus,
  .mobile\:group:hover .group-hover\:border-snow,
  .mobile\:group:focus-within .group-focus-within\:border-snow {
    border-color: #f6f7fb;
  }
  .mobile\:border-snow-opal-0,
  .mobile\:hover\:border-snow-opal-0:hover,
  .mobile\:focus\:border-snow-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-0 {
    border-color: RGBA(246, 247, 251, 0);
  }
  .mobile\:border-snow-opal-00,
  .mobile\:hover\:border-snow-opal-00:hover,
  .mobile\:focus\:border-snow-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-00 {
    border-color: RGBA(246, 247, 251, 0);
  }
  .mobile\:border-snow-opal-1,
  .mobile\:hover\:border-snow-opal-1:hover,
  .mobile\:focus\:border-snow-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-1 {
    border-color: RGBA(246, 247, 251, 0.1);
  }
  .mobile\:border-snow-opal-01,
  .mobile\:hover\:border-snow-opal-01:hover,
  .mobile\:focus\:border-snow-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-01 {
    border-color: RGBA(246, 247, 251, 0.01);
  }
  .mobile\:border-snow-opal-2,
  .mobile\:hover\:border-snow-opal-2:hover,
  .mobile\:focus\:border-snow-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-2 {
    border-color: RGBA(246, 247, 251, 0.2);
  }
  .mobile\:border-snow-opal-02,
  .mobile\:hover\:border-snow-opal-02:hover,
  .mobile\:focus\:border-snow-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-02 {
    border-color: RGBA(246, 247, 251, 0.02);
  }
  .mobile\:border-snow-opal-3,
  .mobile\:hover\:border-snow-opal-3:hover,
  .mobile\:focus\:border-snow-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-3 {
    border-color: RGBA(246, 247, 251, 0.3);
  }
  .mobile\:border-snow-opal-03,
  .mobile\:hover\:border-snow-opal-03:hover,
  .mobile\:focus\:border-snow-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-03 {
    border-color: RGBA(246, 247, 251, 0.03);
  }
  .mobile\:border-snow-opal-4,
  .mobile\:hover\:border-snow-opal-4:hover,
  .mobile\:focus\:border-snow-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-4 {
    border-color: RGBA(246, 247, 251, 0.4);
  }
  .mobile\:border-snow-opal-04,
  .mobile\:hover\:border-snow-opal-04:hover,
  .mobile\:focus\:border-snow-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-04 {
    border-color: RGBA(246, 247, 251, 0.04);
  }
  .mobile\:border-snow-opal-5,
  .mobile\:hover\:border-snow-opal-5:hover,
  .mobile\:focus\:border-snow-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-5 {
    border-color: RGBA(246, 247, 251, 0.5);
  }
  .mobile\:border-snow-opal-05,
  .mobile\:hover\:border-snow-opal-05:hover,
  .mobile\:focus\:border-snow-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-05 {
    border-color: RGBA(246, 247, 251, 0.05);
  }
  .mobile\:border-snow-opal-6,
  .mobile\:hover\:border-snow-opal-6:hover,
  .mobile\:focus\:border-snow-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-6 {
    border-color: RGBA(246, 247, 251, 0.6);
  }
  .mobile\:border-snow-opal-06,
  .mobile\:hover\:border-snow-opal-06:hover,
  .mobile\:focus\:border-snow-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-06 {
    border-color: RGBA(246, 247, 251, 0.06);
  }
  .mobile\:border-snow-opal-7,
  .mobile\:hover\:border-snow-opal-7:hover,
  .mobile\:focus\:border-snow-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-7 {
    border-color: RGBA(246, 247, 251, 0.7);
  }
  .mobile\:border-snow-opal-07,
  .mobile\:hover\:border-snow-opal-07:hover,
  .mobile\:focus\:border-snow-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-07 {
    border-color: RGBA(246, 247, 251, 0.07);
  }
  .mobile\:border-snow-opal-8,
  .mobile\:hover\:border-snow-opal-8:hover,
  .mobile\:focus\:border-snow-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-8 {
    border-color: RGBA(246, 247, 251, 0.8);
  }
  .mobile\:border-snow-opal-08,
  .mobile\:hover\:border-snow-opal-08:hover,
  .mobile\:focus\:border-snow-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-08 {
    border-color: RGBA(246, 247, 251, 0.08);
  }
  .mobile\:border-snow-opal-9,
  .mobile\:hover\:border-snow-opal-9:hover,
  .mobile\:focus\:border-snow-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-9 {
    border-color: RGBA(246, 247, 251, 0.9);
  }
  .mobile\:border-snow-opal-09,
  .mobile\:hover\:border-snow-opal-09:hover,
  .mobile\:focus\:border-snow-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-09 {
    border-color: RGBA(246, 247, 251, 0.09);
  }
  .mobile\:border-snow-opal-10,
  .mobile\:hover\:border-snow-opal-10:hover,
  .mobile\:focus\:border-snow-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-snow-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-snow-opal-10 {
    border-color: RGBA(246, 247, 251, 1);
  }
  .mobile\:border-white,
  .mobile\:hover\:border-white:hover,
  .mobile\:focus\:border-white:focus,
  .mobile\:group:hover .group-hover\:border-white,
  .mobile\:group:focus-within .group-focus-within\:border-white {
    border-color: #fff;
  }
  .mobile\:border-white-opal-0,
  .mobile\:hover\:border-white-opal-0:hover,
  .mobile\:focus\:border-white-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-0 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:border-white-opal-00,
  .mobile\:hover\:border-white-opal-00:hover,
  .mobile\:focus\:border-white-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-00 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:border-white-opal-1,
  .mobile\:hover\:border-white-opal-1:hover,
  .mobile\:focus\:border-white-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-1 {
    border-color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:border-white-opal-01,
  .mobile\:hover\:border-white-opal-01:hover,
  .mobile\:focus\:border-white-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-01 {
    border-color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:border-white-opal-2,
  .mobile\:hover\:border-white-opal-2:hover,
  .mobile\:focus\:border-white-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-2 {
    border-color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:border-white-opal-02,
  .mobile\:hover\:border-white-opal-02:hover,
  .mobile\:focus\:border-white-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-02 {
    border-color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:border-white-opal-3,
  .mobile\:hover\:border-white-opal-3:hover,
  .mobile\:focus\:border-white-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-3 {
    border-color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:border-white-opal-03,
  .mobile\:hover\:border-white-opal-03:hover,
  .mobile\:focus\:border-white-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-03 {
    border-color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:border-white-opal-4,
  .mobile\:hover\:border-white-opal-4:hover,
  .mobile\:focus\:border-white-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-4 {
    border-color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:border-white-opal-04,
  .mobile\:hover\:border-white-opal-04:hover,
  .mobile\:focus\:border-white-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-04 {
    border-color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:border-white-opal-5,
  .mobile\:hover\:border-white-opal-5:hover,
  .mobile\:focus\:border-white-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-5 {
    border-color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:border-white-opal-05,
  .mobile\:hover\:border-white-opal-05:hover,
  .mobile\:focus\:border-white-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-05 {
    border-color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:border-white-opal-6,
  .mobile\:hover\:border-white-opal-6:hover,
  .mobile\:focus\:border-white-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-6 {
    border-color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:border-white-opal-06,
  .mobile\:hover\:border-white-opal-06:hover,
  .mobile\:focus\:border-white-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-06 {
    border-color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:border-white-opal-7,
  .mobile\:hover\:border-white-opal-7:hover,
  .mobile\:focus\:border-white-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-7 {
    border-color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:border-white-opal-07,
  .mobile\:hover\:border-white-opal-07:hover,
  .mobile\:focus\:border-white-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-07 {
    border-color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:border-white-opal-8,
  .mobile\:hover\:border-white-opal-8:hover,
  .mobile\:focus\:border-white-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-8 {
    border-color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:border-white-opal-08,
  .mobile\:hover\:border-white-opal-08:hover,
  .mobile\:focus\:border-white-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-08 {
    border-color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:border-white-opal-9,
  .mobile\:hover\:border-white-opal-9:hover,
  .mobile\:focus\:border-white-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-9 {
    border-color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:border-white-opal-09,
  .mobile\:hover\:border-white-opal-09:hover,
  .mobile\:focus\:border-white-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-09 {
    border-color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:border-white-opal-10,
  .mobile\:hover\:border-white-opal-10:hover,
  .mobile\:focus\:border-white-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-white-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-white-opal-10 {
    border-color: RGBA(255, 255, 255, 1);
  }
  .mobile\:border-rose,
  .mobile\:hover\:border-rose:hover,
  .mobile\:focus\:border-rose:focus,
  .mobile\:group:hover .group-hover\:border-rose,
  .mobile\:group:focus-within .group-focus-within\:border-rose {
    border-color: #c82d53;
  }
  .mobile\:border-rose-opal-0,
  .mobile\:hover\:border-rose-opal-0:hover,
  .mobile\:focus\:border-rose-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-0 {
    border-color: RGBA(200, 45, 83, 0);
  }
  .mobile\:border-rose-opal-00,
  .mobile\:hover\:border-rose-opal-00:hover,
  .mobile\:focus\:border-rose-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-00 {
    border-color: RGBA(200, 45, 83, 0);
  }
  .mobile\:border-rose-opal-1,
  .mobile\:hover\:border-rose-opal-1:hover,
  .mobile\:focus\:border-rose-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-1 {
    border-color: RGBA(200, 45, 83, 0.1);
  }
  .mobile\:border-rose-opal-01,
  .mobile\:hover\:border-rose-opal-01:hover,
  .mobile\:focus\:border-rose-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-01 {
    border-color: RGBA(200, 45, 83, 0.01);
  }
  .mobile\:border-rose-opal-2,
  .mobile\:hover\:border-rose-opal-2:hover,
  .mobile\:focus\:border-rose-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-2 {
    border-color: RGBA(200, 45, 83, 0.2);
  }
  .mobile\:border-rose-opal-02,
  .mobile\:hover\:border-rose-opal-02:hover,
  .mobile\:focus\:border-rose-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-02 {
    border-color: RGBA(200, 45, 83, 0.02);
  }
  .mobile\:border-rose-opal-3,
  .mobile\:hover\:border-rose-opal-3:hover,
  .mobile\:focus\:border-rose-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-3 {
    border-color: RGBA(200, 45, 83, 0.3);
  }
  .mobile\:border-rose-opal-03,
  .mobile\:hover\:border-rose-opal-03:hover,
  .mobile\:focus\:border-rose-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-03 {
    border-color: RGBA(200, 45, 83, 0.03);
  }
  .mobile\:border-rose-opal-4,
  .mobile\:hover\:border-rose-opal-4:hover,
  .mobile\:focus\:border-rose-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-4 {
    border-color: RGBA(200, 45, 83, 0.4);
  }
  .mobile\:border-rose-opal-04,
  .mobile\:hover\:border-rose-opal-04:hover,
  .mobile\:focus\:border-rose-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-04 {
    border-color: RGBA(200, 45, 83, 0.04);
  }
  .mobile\:border-rose-opal-5,
  .mobile\:hover\:border-rose-opal-5:hover,
  .mobile\:focus\:border-rose-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-5 {
    border-color: RGBA(200, 45, 83, 0.5);
  }
  .mobile\:border-rose-opal-05,
  .mobile\:hover\:border-rose-opal-05:hover,
  .mobile\:focus\:border-rose-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-05 {
    border-color: RGBA(200, 45, 83, 0.05);
  }
  .mobile\:border-rose-opal-6,
  .mobile\:hover\:border-rose-opal-6:hover,
  .mobile\:focus\:border-rose-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-6 {
    border-color: RGBA(200, 45, 83, 0.6);
  }
  .mobile\:border-rose-opal-06,
  .mobile\:hover\:border-rose-opal-06:hover,
  .mobile\:focus\:border-rose-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-06 {
    border-color: RGBA(200, 45, 83, 0.06);
  }
  .mobile\:border-rose-opal-7,
  .mobile\:hover\:border-rose-opal-7:hover,
  .mobile\:focus\:border-rose-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-7 {
    border-color: RGBA(200, 45, 83, 0.7);
  }
  .mobile\:border-rose-opal-07,
  .mobile\:hover\:border-rose-opal-07:hover,
  .mobile\:focus\:border-rose-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-07 {
    border-color: RGBA(200, 45, 83, 0.07);
  }
  .mobile\:border-rose-opal-8,
  .mobile\:hover\:border-rose-opal-8:hover,
  .mobile\:focus\:border-rose-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-8 {
    border-color: RGBA(200, 45, 83, 0.8);
  }
  .mobile\:border-rose-opal-08,
  .mobile\:hover\:border-rose-opal-08:hover,
  .mobile\:focus\:border-rose-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-08 {
    border-color: RGBA(200, 45, 83, 0.08);
  }
  .mobile\:border-rose-opal-9,
  .mobile\:hover\:border-rose-opal-9:hover,
  .mobile\:focus\:border-rose-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-9 {
    border-color: RGBA(200, 45, 83, 0.9);
  }
  .mobile\:border-rose-opal-09,
  .mobile\:hover\:border-rose-opal-09:hover,
  .mobile\:focus\:border-rose-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-09 {
    border-color: RGBA(200, 45, 83, 0.09);
  }
  .mobile\:border-rose-opal-10,
  .mobile\:hover\:border-rose-opal-10:hover,
  .mobile\:focus\:border-rose-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-rose-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-rose-opal-10 {
    border-color: RGBA(200, 45, 83, 1);
  }
  .mobile\:border-salmon,
  .mobile\:hover\:border-salmon:hover,
  .mobile\:focus\:border-salmon:focus,
  .mobile\:group:hover .group-hover\:border-salmon,
  .mobile\:group:focus-within .group-focus-within\:border-salmon {
    border-color: #f97a99;
  }
  .mobile\:border-salmon-opal-0,
  .mobile\:hover\:border-salmon-opal-0:hover,
  .mobile\:focus\:border-salmon-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-0 {
    border-color: RGBA(249, 122, 153, 0);
  }
  .mobile\:border-salmon-opal-00,
  .mobile\:hover\:border-salmon-opal-00:hover,
  .mobile\:focus\:border-salmon-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-00 {
    border-color: RGBA(249, 122, 153, 0);
  }
  .mobile\:border-salmon-opal-1,
  .mobile\:hover\:border-salmon-opal-1:hover,
  .mobile\:focus\:border-salmon-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-1 {
    border-color: RGBA(249, 122, 153, 0.1);
  }
  .mobile\:border-salmon-opal-01,
  .mobile\:hover\:border-salmon-opal-01:hover,
  .mobile\:focus\:border-salmon-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-01 {
    border-color: RGBA(249, 122, 153, 0.01);
  }
  .mobile\:border-salmon-opal-2,
  .mobile\:hover\:border-salmon-opal-2:hover,
  .mobile\:focus\:border-salmon-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-2 {
    border-color: RGBA(249, 122, 153, 0.2);
  }
  .mobile\:border-salmon-opal-02,
  .mobile\:hover\:border-salmon-opal-02:hover,
  .mobile\:focus\:border-salmon-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-02 {
    border-color: RGBA(249, 122, 153, 0.02);
  }
  .mobile\:border-salmon-opal-3,
  .mobile\:hover\:border-salmon-opal-3:hover,
  .mobile\:focus\:border-salmon-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-3 {
    border-color: RGBA(249, 122, 153, 0.3);
  }
  .mobile\:border-salmon-opal-03,
  .mobile\:hover\:border-salmon-opal-03:hover,
  .mobile\:focus\:border-salmon-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-03 {
    border-color: RGBA(249, 122, 153, 0.03);
  }
  .mobile\:border-salmon-opal-4,
  .mobile\:hover\:border-salmon-opal-4:hover,
  .mobile\:focus\:border-salmon-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-4 {
    border-color: RGBA(249, 122, 153, 0.4);
  }
  .mobile\:border-salmon-opal-04,
  .mobile\:hover\:border-salmon-opal-04:hover,
  .mobile\:focus\:border-salmon-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-04 {
    border-color: RGBA(249, 122, 153, 0.04);
  }
  .mobile\:border-salmon-opal-5,
  .mobile\:hover\:border-salmon-opal-5:hover,
  .mobile\:focus\:border-salmon-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-5 {
    border-color: RGBA(249, 122, 153, 0.5);
  }
  .mobile\:border-salmon-opal-05,
  .mobile\:hover\:border-salmon-opal-05:hover,
  .mobile\:focus\:border-salmon-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-05 {
    border-color: RGBA(249, 122, 153, 0.05);
  }
  .mobile\:border-salmon-opal-6,
  .mobile\:hover\:border-salmon-opal-6:hover,
  .mobile\:focus\:border-salmon-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-6 {
    border-color: RGBA(249, 122, 153, 0.6);
  }
  .mobile\:border-salmon-opal-06,
  .mobile\:hover\:border-salmon-opal-06:hover,
  .mobile\:focus\:border-salmon-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-06 {
    border-color: RGBA(249, 122, 153, 0.06);
  }
  .mobile\:border-salmon-opal-7,
  .mobile\:hover\:border-salmon-opal-7:hover,
  .mobile\:focus\:border-salmon-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-7 {
    border-color: RGBA(249, 122, 153, 0.7);
  }
  .mobile\:border-salmon-opal-07,
  .mobile\:hover\:border-salmon-opal-07:hover,
  .mobile\:focus\:border-salmon-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-07 {
    border-color: RGBA(249, 122, 153, 0.07);
  }
  .mobile\:border-salmon-opal-8,
  .mobile\:hover\:border-salmon-opal-8:hover,
  .mobile\:focus\:border-salmon-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-8 {
    border-color: RGBA(249, 122, 153, 0.8);
  }
  .mobile\:border-salmon-opal-08,
  .mobile\:hover\:border-salmon-opal-08:hover,
  .mobile\:focus\:border-salmon-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-08 {
    border-color: RGBA(249, 122, 153, 0.08);
  }
  .mobile\:border-salmon-opal-9,
  .mobile\:hover\:border-salmon-opal-9:hover,
  .mobile\:focus\:border-salmon-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-9 {
    border-color: RGBA(249, 122, 153, 0.9);
  }
  .mobile\:border-salmon-opal-09,
  .mobile\:hover\:border-salmon-opal-09:hover,
  .mobile\:focus\:border-salmon-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-09 {
    border-color: RGBA(249, 122, 153, 0.09);
  }
  .mobile\:border-salmon-opal-10,
  .mobile\:hover\:border-salmon-opal-10:hover,
  .mobile\:focus\:border-salmon-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-salmon-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-salmon-opal-10 {
    border-color: RGBA(249, 122, 153, 1);
  }
  .mobile\:border-hot-pink,
  .mobile\:hover\:border-hot-pink:hover,
  .mobile\:focus\:border-hot-pink:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink {
    border-color: #e555ac;
  }
  .mobile\:border-hot-pink-opal-0,
  .mobile\:hover\:border-hot-pink-opal-0:hover,
  .mobile\:focus\:border-hot-pink-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-0 {
    border-color: RGBA(229, 85, 172, 0);
  }
  .mobile\:border-hot-pink-opal-00,
  .mobile\:hover\:border-hot-pink-opal-00:hover,
  .mobile\:focus\:border-hot-pink-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-00 {
    border-color: RGBA(229, 85, 172, 0);
  }
  .mobile\:border-hot-pink-opal-1,
  .mobile\:hover\:border-hot-pink-opal-1:hover,
  .mobile\:focus\:border-hot-pink-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-1 {
    border-color: RGBA(229, 85, 172, 0.1);
  }
  .mobile\:border-hot-pink-opal-01,
  .mobile\:hover\:border-hot-pink-opal-01:hover,
  .mobile\:focus\:border-hot-pink-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-01 {
    border-color: RGBA(229, 85, 172, 0.01);
  }
  .mobile\:border-hot-pink-opal-2,
  .mobile\:hover\:border-hot-pink-opal-2:hover,
  .mobile\:focus\:border-hot-pink-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-2 {
    border-color: RGBA(229, 85, 172, 0.2);
  }
  .mobile\:border-hot-pink-opal-02,
  .mobile\:hover\:border-hot-pink-opal-02:hover,
  .mobile\:focus\:border-hot-pink-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-02 {
    border-color: RGBA(229, 85, 172, 0.02);
  }
  .mobile\:border-hot-pink-opal-3,
  .mobile\:hover\:border-hot-pink-opal-3:hover,
  .mobile\:focus\:border-hot-pink-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-3 {
    border-color: RGBA(229, 85, 172, 0.3);
  }
  .mobile\:border-hot-pink-opal-03,
  .mobile\:hover\:border-hot-pink-opal-03:hover,
  .mobile\:focus\:border-hot-pink-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-03 {
    border-color: RGBA(229, 85, 172, 0.03);
  }
  .mobile\:border-hot-pink-opal-4,
  .mobile\:hover\:border-hot-pink-opal-4:hover,
  .mobile\:focus\:border-hot-pink-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-4 {
    border-color: RGBA(229, 85, 172, 0.4);
  }
  .mobile\:border-hot-pink-opal-04,
  .mobile\:hover\:border-hot-pink-opal-04:hover,
  .mobile\:focus\:border-hot-pink-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-04 {
    border-color: RGBA(229, 85, 172, 0.04);
  }
  .mobile\:border-hot-pink-opal-5,
  .mobile\:hover\:border-hot-pink-opal-5:hover,
  .mobile\:focus\:border-hot-pink-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-5 {
    border-color: RGBA(229, 85, 172, 0.5);
  }
  .mobile\:border-hot-pink-opal-05,
  .mobile\:hover\:border-hot-pink-opal-05:hover,
  .mobile\:focus\:border-hot-pink-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-05 {
    border-color: RGBA(229, 85, 172, 0.05);
  }
  .mobile\:border-hot-pink-opal-6,
  .mobile\:hover\:border-hot-pink-opal-6:hover,
  .mobile\:focus\:border-hot-pink-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-6 {
    border-color: RGBA(229, 85, 172, 0.6);
  }
  .mobile\:border-hot-pink-opal-06,
  .mobile\:hover\:border-hot-pink-opal-06:hover,
  .mobile\:focus\:border-hot-pink-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-06 {
    border-color: RGBA(229, 85, 172, 0.06);
  }
  .mobile\:border-hot-pink-opal-7,
  .mobile\:hover\:border-hot-pink-opal-7:hover,
  .mobile\:focus\:border-hot-pink-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-7 {
    border-color: RGBA(229, 85, 172, 0.7);
  }
  .mobile\:border-hot-pink-opal-07,
  .mobile\:hover\:border-hot-pink-opal-07:hover,
  .mobile\:focus\:border-hot-pink-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-07 {
    border-color: RGBA(229, 85, 172, 0.07);
  }
  .mobile\:border-hot-pink-opal-8,
  .mobile\:hover\:border-hot-pink-opal-8:hover,
  .mobile\:focus\:border-hot-pink-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-8 {
    border-color: RGBA(229, 85, 172, 0.8);
  }
  .mobile\:border-hot-pink-opal-08,
  .mobile\:hover\:border-hot-pink-opal-08:hover,
  .mobile\:focus\:border-hot-pink-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-08 {
    border-color: RGBA(229, 85, 172, 0.08);
  }
  .mobile\:border-hot-pink-opal-9,
  .mobile\:hover\:border-hot-pink-opal-9:hover,
  .mobile\:focus\:border-hot-pink-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-9 {
    border-color: RGBA(229, 85, 172, 0.9);
  }
  .mobile\:border-hot-pink-opal-09,
  .mobile\:hover\:border-hot-pink-opal-09:hover,
  .mobile\:focus\:border-hot-pink-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-09 {
    border-color: RGBA(229, 85, 172, 0.09);
  }
  .mobile\:border-hot-pink-opal-10,
  .mobile\:hover\:border-hot-pink-opal-10:hover,
  .mobile\:focus\:border-hot-pink-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-hot-pink-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-hot-pink-opal-10 {
    border-color: RGBA(229, 85, 172, 1);
  }
  .mobile\:border-bubblegum,
  .mobile\:hover\:border-bubblegum:hover,
  .mobile\:focus\:border-bubblegum:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum {
    border-color: #ff78e1;
  }
  .mobile\:border-bubblegum-opal-0,
  .mobile\:hover\:border-bubblegum-opal-0:hover,
  .mobile\:focus\:border-bubblegum-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-0 {
    border-color: RGBA(255, 120, 225, 0);
  }
  .mobile\:border-bubblegum-opal-00,
  .mobile\:hover\:border-bubblegum-opal-00:hover,
  .mobile\:focus\:border-bubblegum-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-00 {
    border-color: RGBA(255, 120, 225, 0);
  }
  .mobile\:border-bubblegum-opal-1,
  .mobile\:hover\:border-bubblegum-opal-1:hover,
  .mobile\:focus\:border-bubblegum-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-1 {
    border-color: RGBA(255, 120, 225, 0.1);
  }
  .mobile\:border-bubblegum-opal-01,
  .mobile\:hover\:border-bubblegum-opal-01:hover,
  .mobile\:focus\:border-bubblegum-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-01 {
    border-color: RGBA(255, 120, 225, 0.01);
  }
  .mobile\:border-bubblegum-opal-2,
  .mobile\:hover\:border-bubblegum-opal-2:hover,
  .mobile\:focus\:border-bubblegum-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-2 {
    border-color: RGBA(255, 120, 225, 0.2);
  }
  .mobile\:border-bubblegum-opal-02,
  .mobile\:hover\:border-bubblegum-opal-02:hover,
  .mobile\:focus\:border-bubblegum-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-02 {
    border-color: RGBA(255, 120, 225, 0.02);
  }
  .mobile\:border-bubblegum-opal-3,
  .mobile\:hover\:border-bubblegum-opal-3:hover,
  .mobile\:focus\:border-bubblegum-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-3 {
    border-color: RGBA(255, 120, 225, 0.3);
  }
  .mobile\:border-bubblegum-opal-03,
  .mobile\:hover\:border-bubblegum-opal-03:hover,
  .mobile\:focus\:border-bubblegum-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-03 {
    border-color: RGBA(255, 120, 225, 0.03);
  }
  .mobile\:border-bubblegum-opal-4,
  .mobile\:hover\:border-bubblegum-opal-4:hover,
  .mobile\:focus\:border-bubblegum-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-4 {
    border-color: RGBA(255, 120, 225, 0.4);
  }
  .mobile\:border-bubblegum-opal-04,
  .mobile\:hover\:border-bubblegum-opal-04:hover,
  .mobile\:focus\:border-bubblegum-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-04 {
    border-color: RGBA(255, 120, 225, 0.04);
  }
  .mobile\:border-bubblegum-opal-5,
  .mobile\:hover\:border-bubblegum-opal-5:hover,
  .mobile\:focus\:border-bubblegum-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-5 {
    border-color: RGBA(255, 120, 225, 0.5);
  }
  .mobile\:border-bubblegum-opal-05,
  .mobile\:hover\:border-bubblegum-opal-05:hover,
  .mobile\:focus\:border-bubblegum-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-05 {
    border-color: RGBA(255, 120, 225, 0.05);
  }
  .mobile\:border-bubblegum-opal-6,
  .mobile\:hover\:border-bubblegum-opal-6:hover,
  .mobile\:focus\:border-bubblegum-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-6 {
    border-color: RGBA(255, 120, 225, 0.6);
  }
  .mobile\:border-bubblegum-opal-06,
  .mobile\:hover\:border-bubblegum-opal-06:hover,
  .mobile\:focus\:border-bubblegum-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-06 {
    border-color: RGBA(255, 120, 225, 0.06);
  }
  .mobile\:border-bubblegum-opal-7,
  .mobile\:hover\:border-bubblegum-opal-7:hover,
  .mobile\:focus\:border-bubblegum-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-7 {
    border-color: RGBA(255, 120, 225, 0.7);
  }
  .mobile\:border-bubblegum-opal-07,
  .mobile\:hover\:border-bubblegum-opal-07:hover,
  .mobile\:focus\:border-bubblegum-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-07 {
    border-color: RGBA(255, 120, 225, 0.07);
  }
  .mobile\:border-bubblegum-opal-8,
  .mobile\:hover\:border-bubblegum-opal-8:hover,
  .mobile\:focus\:border-bubblegum-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-8 {
    border-color: RGBA(255, 120, 225, 0.8);
  }
  .mobile\:border-bubblegum-opal-08,
  .mobile\:hover\:border-bubblegum-opal-08:hover,
  .mobile\:focus\:border-bubblegum-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-08 {
    border-color: RGBA(255, 120, 225, 0.08);
  }
  .mobile\:border-bubblegum-opal-9,
  .mobile\:hover\:border-bubblegum-opal-9:hover,
  .mobile\:focus\:border-bubblegum-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-9 {
    border-color: RGBA(255, 120, 225, 0.9);
  }
  .mobile\:border-bubblegum-opal-09,
  .mobile\:hover\:border-bubblegum-opal-09:hover,
  .mobile\:focus\:border-bubblegum-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-09 {
    border-color: RGBA(255, 120, 225, 0.09);
  }
  .mobile\:border-bubblegum-opal-10,
  .mobile\:hover\:border-bubblegum-opal-10:hover,
  .mobile\:focus\:border-bubblegum-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-bubblegum-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-bubblegum-opal-10 {
    border-color: RGBA(255, 120, 225, 1);
  }
  .mobile\:border-autumn,
  .mobile\:hover\:border-autumn:hover,
  .mobile\:focus\:border-autumn:focus,
  .mobile\:group:hover .group-hover\:border-autumn,
  .mobile\:group:focus-within .group-focus-within\:border-autumn {
    border-color: #c04c0a;
  }
  .mobile\:border-autumn-opal-0,
  .mobile\:hover\:border-autumn-opal-0:hover,
  .mobile\:focus\:border-autumn-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-0 {
    border-color: RGBA(192, 76, 10, 0);
  }
  .mobile\:border-autumn-opal-00,
  .mobile\:hover\:border-autumn-opal-00:hover,
  .mobile\:focus\:border-autumn-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-00 {
    border-color: RGBA(192, 76, 10, 0);
  }
  .mobile\:border-autumn-opal-1,
  .mobile\:hover\:border-autumn-opal-1:hover,
  .mobile\:focus\:border-autumn-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-1 {
    border-color: RGBA(192, 76, 10, 0.1);
  }
  .mobile\:border-autumn-opal-01,
  .mobile\:hover\:border-autumn-opal-01:hover,
  .mobile\:focus\:border-autumn-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-01 {
    border-color: RGBA(192, 76, 10, 0.01);
  }
  .mobile\:border-autumn-opal-2,
  .mobile\:hover\:border-autumn-opal-2:hover,
  .mobile\:focus\:border-autumn-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-2 {
    border-color: RGBA(192, 76, 10, 0.2);
  }
  .mobile\:border-autumn-opal-02,
  .mobile\:hover\:border-autumn-opal-02:hover,
  .mobile\:focus\:border-autumn-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-02 {
    border-color: RGBA(192, 76, 10, 0.02);
  }
  .mobile\:border-autumn-opal-3,
  .mobile\:hover\:border-autumn-opal-3:hover,
  .mobile\:focus\:border-autumn-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-3 {
    border-color: RGBA(192, 76, 10, 0.3);
  }
  .mobile\:border-autumn-opal-03,
  .mobile\:hover\:border-autumn-opal-03:hover,
  .mobile\:focus\:border-autumn-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-03 {
    border-color: RGBA(192, 76, 10, 0.03);
  }
  .mobile\:border-autumn-opal-4,
  .mobile\:hover\:border-autumn-opal-4:hover,
  .mobile\:focus\:border-autumn-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-4 {
    border-color: RGBA(192, 76, 10, 0.4);
  }
  .mobile\:border-autumn-opal-04,
  .mobile\:hover\:border-autumn-opal-04:hover,
  .mobile\:focus\:border-autumn-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-04 {
    border-color: RGBA(192, 76, 10, 0.04);
  }
  .mobile\:border-autumn-opal-5,
  .mobile\:hover\:border-autumn-opal-5:hover,
  .mobile\:focus\:border-autumn-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-5 {
    border-color: RGBA(192, 76, 10, 0.5);
  }
  .mobile\:border-autumn-opal-05,
  .mobile\:hover\:border-autumn-opal-05:hover,
  .mobile\:focus\:border-autumn-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-05 {
    border-color: RGBA(192, 76, 10, 0.05);
  }
  .mobile\:border-autumn-opal-6,
  .mobile\:hover\:border-autumn-opal-6:hover,
  .mobile\:focus\:border-autumn-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-6 {
    border-color: RGBA(192, 76, 10, 0.6);
  }
  .mobile\:border-autumn-opal-06,
  .mobile\:hover\:border-autumn-opal-06:hover,
  .mobile\:focus\:border-autumn-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-06 {
    border-color: RGBA(192, 76, 10, 0.06);
  }
  .mobile\:border-autumn-opal-7,
  .mobile\:hover\:border-autumn-opal-7:hover,
  .mobile\:focus\:border-autumn-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-7 {
    border-color: RGBA(192, 76, 10, 0.7);
  }
  .mobile\:border-autumn-opal-07,
  .mobile\:hover\:border-autumn-opal-07:hover,
  .mobile\:focus\:border-autumn-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-07 {
    border-color: RGBA(192, 76, 10, 0.07);
  }
  .mobile\:border-autumn-opal-8,
  .mobile\:hover\:border-autumn-opal-8:hover,
  .mobile\:focus\:border-autumn-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-8 {
    border-color: RGBA(192, 76, 10, 0.8);
  }
  .mobile\:border-autumn-opal-08,
  .mobile\:hover\:border-autumn-opal-08:hover,
  .mobile\:focus\:border-autumn-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-08 {
    border-color: RGBA(192, 76, 10, 0.08);
  }
  .mobile\:border-autumn-opal-9,
  .mobile\:hover\:border-autumn-opal-9:hover,
  .mobile\:focus\:border-autumn-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-9 {
    border-color: RGBA(192, 76, 10, 0.9);
  }
  .mobile\:border-autumn-opal-09,
  .mobile\:hover\:border-autumn-opal-09:hover,
  .mobile\:focus\:border-autumn-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-09 {
    border-color: RGBA(192, 76, 10, 0.09);
  }
  .mobile\:border-autumn-opal-10,
  .mobile\:hover\:border-autumn-opal-10:hover,
  .mobile\:focus\:border-autumn-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-autumn-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-autumn-opal-10 {
    border-color: RGBA(192, 76, 10, 1);
  }
  .mobile\:border-tiger,
  .mobile\:hover\:border-tiger:hover,
  .mobile\:focus\:border-tiger:focus,
  .mobile\:group:hover .group-hover\:border-tiger,
  .mobile\:group:focus-within .group-focus-within\:border-tiger {
    border-color: #f99048;
  }
  .mobile\:border-tiger-opal-0,
  .mobile\:hover\:border-tiger-opal-0:hover,
  .mobile\:focus\:border-tiger-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-0 {
    border-color: RGBA(249, 144, 72, 0);
  }
  .mobile\:border-tiger-opal-00,
  .mobile\:hover\:border-tiger-opal-00:hover,
  .mobile\:focus\:border-tiger-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-00 {
    border-color: RGBA(249, 144, 72, 0);
  }
  .mobile\:border-tiger-opal-1,
  .mobile\:hover\:border-tiger-opal-1:hover,
  .mobile\:focus\:border-tiger-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-1 {
    border-color: RGBA(249, 144, 72, 0.1);
  }
  .mobile\:border-tiger-opal-01,
  .mobile\:hover\:border-tiger-opal-01:hover,
  .mobile\:focus\:border-tiger-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-01 {
    border-color: RGBA(249, 144, 72, 0.01);
  }
  .mobile\:border-tiger-opal-2,
  .mobile\:hover\:border-tiger-opal-2:hover,
  .mobile\:focus\:border-tiger-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-2 {
    border-color: RGBA(249, 144, 72, 0.2);
  }
  .mobile\:border-tiger-opal-02,
  .mobile\:hover\:border-tiger-opal-02:hover,
  .mobile\:focus\:border-tiger-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-02 {
    border-color: RGBA(249, 144, 72, 0.02);
  }
  .mobile\:border-tiger-opal-3,
  .mobile\:hover\:border-tiger-opal-3:hover,
  .mobile\:focus\:border-tiger-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-3 {
    border-color: RGBA(249, 144, 72, 0.3);
  }
  .mobile\:border-tiger-opal-03,
  .mobile\:hover\:border-tiger-opal-03:hover,
  .mobile\:focus\:border-tiger-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-03 {
    border-color: RGBA(249, 144, 72, 0.03);
  }
  .mobile\:border-tiger-opal-4,
  .mobile\:hover\:border-tiger-opal-4:hover,
  .mobile\:focus\:border-tiger-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-4 {
    border-color: RGBA(249, 144, 72, 0.4);
  }
  .mobile\:border-tiger-opal-04,
  .mobile\:hover\:border-tiger-opal-04:hover,
  .mobile\:focus\:border-tiger-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-04 {
    border-color: RGBA(249, 144, 72, 0.04);
  }
  .mobile\:border-tiger-opal-5,
  .mobile\:hover\:border-tiger-opal-5:hover,
  .mobile\:focus\:border-tiger-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-5 {
    border-color: RGBA(249, 144, 72, 0.5);
  }
  .mobile\:border-tiger-opal-05,
  .mobile\:hover\:border-tiger-opal-05:hover,
  .mobile\:focus\:border-tiger-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-05 {
    border-color: RGBA(249, 144, 72, 0.05);
  }
  .mobile\:border-tiger-opal-6,
  .mobile\:hover\:border-tiger-opal-6:hover,
  .mobile\:focus\:border-tiger-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-6 {
    border-color: RGBA(249, 144, 72, 0.6);
  }
  .mobile\:border-tiger-opal-06,
  .mobile\:hover\:border-tiger-opal-06:hover,
  .mobile\:focus\:border-tiger-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-06 {
    border-color: RGBA(249, 144, 72, 0.06);
  }
  .mobile\:border-tiger-opal-7,
  .mobile\:hover\:border-tiger-opal-7:hover,
  .mobile\:focus\:border-tiger-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-7 {
    border-color: RGBA(249, 144, 72, 0.7);
  }
  .mobile\:border-tiger-opal-07,
  .mobile\:hover\:border-tiger-opal-07:hover,
  .mobile\:focus\:border-tiger-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-07 {
    border-color: RGBA(249, 144, 72, 0.07);
  }
  .mobile\:border-tiger-opal-8,
  .mobile\:hover\:border-tiger-opal-8:hover,
  .mobile\:focus\:border-tiger-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-8 {
    border-color: RGBA(249, 144, 72, 0.8);
  }
  .mobile\:border-tiger-opal-08,
  .mobile\:hover\:border-tiger-opal-08:hover,
  .mobile\:focus\:border-tiger-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-08 {
    border-color: RGBA(249, 144, 72, 0.08);
  }
  .mobile\:border-tiger-opal-9,
  .mobile\:hover\:border-tiger-opal-9:hover,
  .mobile\:focus\:border-tiger-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-9 {
    border-color: RGBA(249, 144, 72, 0.9);
  }
  .mobile\:border-tiger-opal-09,
  .mobile\:hover\:border-tiger-opal-09:hover,
  .mobile\:focus\:border-tiger-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-09 {
    border-color: RGBA(249, 144, 72, 0.09);
  }
  .mobile\:border-tiger-opal-10,
  .mobile\:hover\:border-tiger-opal-10:hover,
  .mobile\:focus\:border-tiger-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-tiger-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-tiger-opal-10 {
    border-color: RGBA(249, 144, 72, 1);
  }
  .mobile\:border-summer,
  .mobile\:hover\:border-summer:hover,
  .mobile\:focus\:border-summer:focus,
  .mobile\:group:hover .group-hover\:border-summer,
  .mobile\:group:focus-within .group-focus-within\:border-summer {
    border-color: #f9c748;
  }
  .mobile\:border-summer-opal-0,
  .mobile\:hover\:border-summer-opal-0:hover,
  .mobile\:focus\:border-summer-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-0 {
    border-color: RGBA(249, 199, 72, 0);
  }
  .mobile\:border-summer-opal-00,
  .mobile\:hover\:border-summer-opal-00:hover,
  .mobile\:focus\:border-summer-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-00 {
    border-color: RGBA(249, 199, 72, 0);
  }
  .mobile\:border-summer-opal-1,
  .mobile\:hover\:border-summer-opal-1:hover,
  .mobile\:focus\:border-summer-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-1 {
    border-color: RGBA(249, 199, 72, 0.1);
  }
  .mobile\:border-summer-opal-01,
  .mobile\:hover\:border-summer-opal-01:hover,
  .mobile\:focus\:border-summer-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-01 {
    border-color: RGBA(249, 199, 72, 0.01);
  }
  .mobile\:border-summer-opal-2,
  .mobile\:hover\:border-summer-opal-2:hover,
  .mobile\:focus\:border-summer-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-2 {
    border-color: RGBA(249, 199, 72, 0.2);
  }
  .mobile\:border-summer-opal-02,
  .mobile\:hover\:border-summer-opal-02:hover,
  .mobile\:focus\:border-summer-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-02 {
    border-color: RGBA(249, 199, 72, 0.02);
  }
  .mobile\:border-summer-opal-3,
  .mobile\:hover\:border-summer-opal-3:hover,
  .mobile\:focus\:border-summer-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-3 {
    border-color: RGBA(249, 199, 72, 0.3);
  }
  .mobile\:border-summer-opal-03,
  .mobile\:hover\:border-summer-opal-03:hover,
  .mobile\:focus\:border-summer-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-03 {
    border-color: RGBA(249, 199, 72, 0.03);
  }
  .mobile\:border-summer-opal-4,
  .mobile\:hover\:border-summer-opal-4:hover,
  .mobile\:focus\:border-summer-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-4 {
    border-color: RGBA(249, 199, 72, 0.4);
  }
  .mobile\:border-summer-opal-04,
  .mobile\:hover\:border-summer-opal-04:hover,
  .mobile\:focus\:border-summer-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-04 {
    border-color: RGBA(249, 199, 72, 0.04);
  }
  .mobile\:border-summer-opal-5,
  .mobile\:hover\:border-summer-opal-5:hover,
  .mobile\:focus\:border-summer-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-5 {
    border-color: RGBA(249, 199, 72, 0.5);
  }
  .mobile\:border-summer-opal-05,
  .mobile\:hover\:border-summer-opal-05:hover,
  .mobile\:focus\:border-summer-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-05 {
    border-color: RGBA(249, 199, 72, 0.05);
  }
  .mobile\:border-summer-opal-6,
  .mobile\:hover\:border-summer-opal-6:hover,
  .mobile\:focus\:border-summer-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-6 {
    border-color: RGBA(249, 199, 72, 0.6);
  }
  .mobile\:border-summer-opal-06,
  .mobile\:hover\:border-summer-opal-06:hover,
  .mobile\:focus\:border-summer-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-06 {
    border-color: RGBA(249, 199, 72, 0.06);
  }
  .mobile\:border-summer-opal-7,
  .mobile\:hover\:border-summer-opal-7:hover,
  .mobile\:focus\:border-summer-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-7 {
    border-color: RGBA(249, 199, 72, 0.7);
  }
  .mobile\:border-summer-opal-07,
  .mobile\:hover\:border-summer-opal-07:hover,
  .mobile\:focus\:border-summer-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-07 {
    border-color: RGBA(249, 199, 72, 0.07);
  }
  .mobile\:border-summer-opal-8,
  .mobile\:hover\:border-summer-opal-8:hover,
  .mobile\:focus\:border-summer-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-8 {
    border-color: RGBA(249, 199, 72, 0.8);
  }
  .mobile\:border-summer-opal-08,
  .mobile\:hover\:border-summer-opal-08:hover,
  .mobile\:focus\:border-summer-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-08 {
    border-color: RGBA(249, 199, 72, 0.08);
  }
  .mobile\:border-summer-opal-9,
  .mobile\:hover\:border-summer-opal-9:hover,
  .mobile\:focus\:border-summer-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-9 {
    border-color: RGBA(249, 199, 72, 0.9);
  }
  .mobile\:border-summer-opal-09,
  .mobile\:hover\:border-summer-opal-09:hover,
  .mobile\:focus\:border-summer-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-09 {
    border-color: RGBA(249, 199, 72, 0.09);
  }
  .mobile\:border-summer-opal-10,
  .mobile\:hover\:border-summer-opal-10:hover,
  .mobile\:focus\:border-summer-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-summer-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-summer-opal-10 {
    border-color: RGBA(249, 199, 72, 1);
  }
  .mobile\:border-daffodil,
  .mobile\:hover\:border-daffodil:hover,
  .mobile\:focus\:border-daffodil:focus,
  .mobile\:group:hover .group-hover\:border-daffodil,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil {
    border-color: #ffe792;
  }
  .mobile\:border-daffodil-opal-0,
  .mobile\:hover\:border-daffodil-opal-0:hover,
  .mobile\:focus\:border-daffodil-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-0 {
    border-color: RGBA(255, 231, 146, 0);
  }
  .mobile\:border-daffodil-opal-00,
  .mobile\:hover\:border-daffodil-opal-00:hover,
  .mobile\:focus\:border-daffodil-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-00 {
    border-color: RGBA(255, 231, 146, 0);
  }
  .mobile\:border-daffodil-opal-1,
  .mobile\:hover\:border-daffodil-opal-1:hover,
  .mobile\:focus\:border-daffodil-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-1 {
    border-color: RGBA(255, 231, 146, 0.1);
  }
  .mobile\:border-daffodil-opal-01,
  .mobile\:hover\:border-daffodil-opal-01:hover,
  .mobile\:focus\:border-daffodil-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-01 {
    border-color: RGBA(255, 231, 146, 0.01);
  }
  .mobile\:border-daffodil-opal-2,
  .mobile\:hover\:border-daffodil-opal-2:hover,
  .mobile\:focus\:border-daffodil-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-2 {
    border-color: RGBA(255, 231, 146, 0.2);
  }
  .mobile\:border-daffodil-opal-02,
  .mobile\:hover\:border-daffodil-opal-02:hover,
  .mobile\:focus\:border-daffodil-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-02 {
    border-color: RGBA(255, 231, 146, 0.02);
  }
  .mobile\:border-daffodil-opal-3,
  .mobile\:hover\:border-daffodil-opal-3:hover,
  .mobile\:focus\:border-daffodil-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-3 {
    border-color: RGBA(255, 231, 146, 0.3);
  }
  .mobile\:border-daffodil-opal-03,
  .mobile\:hover\:border-daffodil-opal-03:hover,
  .mobile\:focus\:border-daffodil-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-03 {
    border-color: RGBA(255, 231, 146, 0.03);
  }
  .mobile\:border-daffodil-opal-4,
  .mobile\:hover\:border-daffodil-opal-4:hover,
  .mobile\:focus\:border-daffodil-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-4 {
    border-color: RGBA(255, 231, 146, 0.4);
  }
  .mobile\:border-daffodil-opal-04,
  .mobile\:hover\:border-daffodil-opal-04:hover,
  .mobile\:focus\:border-daffodil-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-04 {
    border-color: RGBA(255, 231, 146, 0.04);
  }
  .mobile\:border-daffodil-opal-5,
  .mobile\:hover\:border-daffodil-opal-5:hover,
  .mobile\:focus\:border-daffodil-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-5 {
    border-color: RGBA(255, 231, 146, 0.5);
  }
  .mobile\:border-daffodil-opal-05,
  .mobile\:hover\:border-daffodil-opal-05:hover,
  .mobile\:focus\:border-daffodil-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-05 {
    border-color: RGBA(255, 231, 146, 0.05);
  }
  .mobile\:border-daffodil-opal-6,
  .mobile\:hover\:border-daffodil-opal-6:hover,
  .mobile\:focus\:border-daffodil-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-6 {
    border-color: RGBA(255, 231, 146, 0.6);
  }
  .mobile\:border-daffodil-opal-06,
  .mobile\:hover\:border-daffodil-opal-06:hover,
  .mobile\:focus\:border-daffodil-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-06 {
    border-color: RGBA(255, 231, 146, 0.06);
  }
  .mobile\:border-daffodil-opal-7,
  .mobile\:hover\:border-daffodil-opal-7:hover,
  .mobile\:focus\:border-daffodil-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-7 {
    border-color: RGBA(255, 231, 146, 0.7);
  }
  .mobile\:border-daffodil-opal-07,
  .mobile\:hover\:border-daffodil-opal-07:hover,
  .mobile\:focus\:border-daffodil-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-07 {
    border-color: RGBA(255, 231, 146, 0.07);
  }
  .mobile\:border-daffodil-opal-8,
  .mobile\:hover\:border-daffodil-opal-8:hover,
  .mobile\:focus\:border-daffodil-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-8 {
    border-color: RGBA(255, 231, 146, 0.8);
  }
  .mobile\:border-daffodil-opal-08,
  .mobile\:hover\:border-daffodil-opal-08:hover,
  .mobile\:focus\:border-daffodil-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-08 {
    border-color: RGBA(255, 231, 146, 0.08);
  }
  .mobile\:border-daffodil-opal-9,
  .mobile\:hover\:border-daffodil-opal-9:hover,
  .mobile\:focus\:border-daffodil-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-9 {
    border-color: RGBA(255, 231, 146, 0.9);
  }
  .mobile\:border-daffodil-opal-09,
  .mobile\:hover\:border-daffodil-opal-09:hover,
  .mobile\:focus\:border-daffodil-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-09 {
    border-color: RGBA(255, 231, 146, 0.09);
  }
  .mobile\:border-daffodil-opal-10,
  .mobile\:hover\:border-daffodil-opal-10:hover,
  .mobile\:focus\:border-daffodil-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-daffodil-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-daffodil-opal-10 {
    border-color: RGBA(255, 231, 146, 1);
  }
  .mobile\:border-turquoise,
  .mobile\:hover\:border-turquoise:hover,
  .mobile\:focus\:border-turquoise:focus,
  .mobile\:group:hover .group-hover\:border-turquoise,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise {
    border-color: #097d98;
  }
  .mobile\:border-turquoise-opal-0,
  .mobile\:hover\:border-turquoise-opal-0:hover,
  .mobile\:focus\:border-turquoise-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-0 {
    border-color: RGBA(9, 125, 152, 0);
  }
  .mobile\:border-turquoise-opal-00,
  .mobile\:hover\:border-turquoise-opal-00:hover,
  .mobile\:focus\:border-turquoise-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-00 {
    border-color: RGBA(9, 125, 152, 0);
  }
  .mobile\:border-turquoise-opal-1,
  .mobile\:hover\:border-turquoise-opal-1:hover,
  .mobile\:focus\:border-turquoise-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-1 {
    border-color: RGBA(9, 125, 152, 0.1);
  }
  .mobile\:border-turquoise-opal-01,
  .mobile\:hover\:border-turquoise-opal-01:hover,
  .mobile\:focus\:border-turquoise-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-01 {
    border-color: RGBA(9, 125, 152, 0.01);
  }
  .mobile\:border-turquoise-opal-2,
  .mobile\:hover\:border-turquoise-opal-2:hover,
  .mobile\:focus\:border-turquoise-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-2 {
    border-color: RGBA(9, 125, 152, 0.2);
  }
  .mobile\:border-turquoise-opal-02,
  .mobile\:hover\:border-turquoise-opal-02:hover,
  .mobile\:focus\:border-turquoise-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-02 {
    border-color: RGBA(9, 125, 152, 0.02);
  }
  .mobile\:border-turquoise-opal-3,
  .mobile\:hover\:border-turquoise-opal-3:hover,
  .mobile\:focus\:border-turquoise-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-3 {
    border-color: RGBA(9, 125, 152, 0.3);
  }
  .mobile\:border-turquoise-opal-03,
  .mobile\:hover\:border-turquoise-opal-03:hover,
  .mobile\:focus\:border-turquoise-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-03 {
    border-color: RGBA(9, 125, 152, 0.03);
  }
  .mobile\:border-turquoise-opal-4,
  .mobile\:hover\:border-turquoise-opal-4:hover,
  .mobile\:focus\:border-turquoise-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-4 {
    border-color: RGBA(9, 125, 152, 0.4);
  }
  .mobile\:border-turquoise-opal-04,
  .mobile\:hover\:border-turquoise-opal-04:hover,
  .mobile\:focus\:border-turquoise-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-04 {
    border-color: RGBA(9, 125, 152, 0.04);
  }
  .mobile\:border-turquoise-opal-5,
  .mobile\:hover\:border-turquoise-opal-5:hover,
  .mobile\:focus\:border-turquoise-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-5 {
    border-color: RGBA(9, 125, 152, 0.5);
  }
  .mobile\:border-turquoise-opal-05,
  .mobile\:hover\:border-turquoise-opal-05:hover,
  .mobile\:focus\:border-turquoise-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-05 {
    border-color: RGBA(9, 125, 152, 0.05);
  }
  .mobile\:border-turquoise-opal-6,
  .mobile\:hover\:border-turquoise-opal-6:hover,
  .mobile\:focus\:border-turquoise-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-6 {
    border-color: RGBA(9, 125, 152, 0.6);
  }
  .mobile\:border-turquoise-opal-06,
  .mobile\:hover\:border-turquoise-opal-06:hover,
  .mobile\:focus\:border-turquoise-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-06 {
    border-color: RGBA(9, 125, 152, 0.06);
  }
  .mobile\:border-turquoise-opal-7,
  .mobile\:hover\:border-turquoise-opal-7:hover,
  .mobile\:focus\:border-turquoise-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-7 {
    border-color: RGBA(9, 125, 152, 0.7);
  }
  .mobile\:border-turquoise-opal-07,
  .mobile\:hover\:border-turquoise-opal-07:hover,
  .mobile\:focus\:border-turquoise-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-07 {
    border-color: RGBA(9, 125, 152, 0.07);
  }
  .mobile\:border-turquoise-opal-8,
  .mobile\:hover\:border-turquoise-opal-8:hover,
  .mobile\:focus\:border-turquoise-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-8 {
    border-color: RGBA(9, 125, 152, 0.8);
  }
  .mobile\:border-turquoise-opal-08,
  .mobile\:hover\:border-turquoise-opal-08:hover,
  .mobile\:focus\:border-turquoise-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-08 {
    border-color: RGBA(9, 125, 152, 0.08);
  }
  .mobile\:border-turquoise-opal-9,
  .mobile\:hover\:border-turquoise-opal-9:hover,
  .mobile\:focus\:border-turquoise-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-9 {
    border-color: RGBA(9, 125, 152, 0.9);
  }
  .mobile\:border-turquoise-opal-09,
  .mobile\:hover\:border-turquoise-opal-09:hover,
  .mobile\:focus\:border-turquoise-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-09 {
    border-color: RGBA(9, 125, 152, 0.09);
  }
  .mobile\:border-turquoise-opal-10,
  .mobile\:hover\:border-turquoise-opal-10:hover,
  .mobile\:focus\:border-turquoise-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-turquoise-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-turquoise-opal-10 {
    border-color: RGBA(9, 125, 152, 1);
  }
  .mobile\:border-dark-teal,
  .mobile\:hover\:border-dark-teal:hover,
  .mobile\:focus\:border-dark-teal:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal {
    border-color: #168982;
  }
  .mobile\:border-dark-teal-opal-0,
  .mobile\:hover\:border-dark-teal-opal-0:hover,
  .mobile\:focus\:border-dark-teal-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-0 {
    border-color: RGBA(22, 137, 130, 0);
  }
  .mobile\:border-dark-teal-opal-00,
  .mobile\:hover\:border-dark-teal-opal-00:hover,
  .mobile\:focus\:border-dark-teal-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-00 {
    border-color: RGBA(22, 137, 130, 0);
  }
  .mobile\:border-dark-teal-opal-1,
  .mobile\:hover\:border-dark-teal-opal-1:hover,
  .mobile\:focus\:border-dark-teal-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-1 {
    border-color: RGBA(22, 137, 130, 0.1);
  }
  .mobile\:border-dark-teal-opal-01,
  .mobile\:hover\:border-dark-teal-opal-01:hover,
  .mobile\:focus\:border-dark-teal-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-01 {
    border-color: RGBA(22, 137, 130, 0.01);
  }
  .mobile\:border-dark-teal-opal-2,
  .mobile\:hover\:border-dark-teal-opal-2:hover,
  .mobile\:focus\:border-dark-teal-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-2 {
    border-color: RGBA(22, 137, 130, 0.2);
  }
  .mobile\:border-dark-teal-opal-02,
  .mobile\:hover\:border-dark-teal-opal-02:hover,
  .mobile\:focus\:border-dark-teal-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-02 {
    border-color: RGBA(22, 137, 130, 0.02);
  }
  .mobile\:border-dark-teal-opal-3,
  .mobile\:hover\:border-dark-teal-opal-3:hover,
  .mobile\:focus\:border-dark-teal-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-3 {
    border-color: RGBA(22, 137, 130, 0.3);
  }
  .mobile\:border-dark-teal-opal-03,
  .mobile\:hover\:border-dark-teal-opal-03:hover,
  .mobile\:focus\:border-dark-teal-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-03 {
    border-color: RGBA(22, 137, 130, 0.03);
  }
  .mobile\:border-dark-teal-opal-4,
  .mobile\:hover\:border-dark-teal-opal-4:hover,
  .mobile\:focus\:border-dark-teal-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-4 {
    border-color: RGBA(22, 137, 130, 0.4);
  }
  .mobile\:border-dark-teal-opal-04,
  .mobile\:hover\:border-dark-teal-opal-04:hover,
  .mobile\:focus\:border-dark-teal-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-04 {
    border-color: RGBA(22, 137, 130, 0.04);
  }
  .mobile\:border-dark-teal-opal-5,
  .mobile\:hover\:border-dark-teal-opal-5:hover,
  .mobile\:focus\:border-dark-teal-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-5 {
    border-color: RGBA(22, 137, 130, 0.5);
  }
  .mobile\:border-dark-teal-opal-05,
  .mobile\:hover\:border-dark-teal-opal-05:hover,
  .mobile\:focus\:border-dark-teal-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-05 {
    border-color: RGBA(22, 137, 130, 0.05);
  }
  .mobile\:border-dark-teal-opal-6,
  .mobile\:hover\:border-dark-teal-opal-6:hover,
  .mobile\:focus\:border-dark-teal-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-6 {
    border-color: RGBA(22, 137, 130, 0.6);
  }
  .mobile\:border-dark-teal-opal-06,
  .mobile\:hover\:border-dark-teal-opal-06:hover,
  .mobile\:focus\:border-dark-teal-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-06 {
    border-color: RGBA(22, 137, 130, 0.06);
  }
  .mobile\:border-dark-teal-opal-7,
  .mobile\:hover\:border-dark-teal-opal-7:hover,
  .mobile\:focus\:border-dark-teal-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-7 {
    border-color: RGBA(22, 137, 130, 0.7);
  }
  .mobile\:border-dark-teal-opal-07,
  .mobile\:hover\:border-dark-teal-opal-07:hover,
  .mobile\:focus\:border-dark-teal-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-07 {
    border-color: RGBA(22, 137, 130, 0.07);
  }
  .mobile\:border-dark-teal-opal-8,
  .mobile\:hover\:border-dark-teal-opal-8:hover,
  .mobile\:focus\:border-dark-teal-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-8 {
    border-color: RGBA(22, 137, 130, 0.8);
  }
  .mobile\:border-dark-teal-opal-08,
  .mobile\:hover\:border-dark-teal-opal-08:hover,
  .mobile\:focus\:border-dark-teal-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-08 {
    border-color: RGBA(22, 137, 130, 0.08);
  }
  .mobile\:border-dark-teal-opal-9,
  .mobile\:hover\:border-dark-teal-opal-9:hover,
  .mobile\:focus\:border-dark-teal-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-9 {
    border-color: RGBA(22, 137, 130, 0.9);
  }
  .mobile\:border-dark-teal-opal-09,
  .mobile\:hover\:border-dark-teal-opal-09:hover,
  .mobile\:focus\:border-dark-teal-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-09 {
    border-color: RGBA(22, 137, 130, 0.09);
  }
  .mobile\:border-dark-teal-opal-10,
  .mobile\:hover\:border-dark-teal-opal-10:hover,
  .mobile\:focus\:border-dark-teal-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-dark-teal-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-dark-teal-opal-10 {
    border-color: RGBA(22, 137, 130, 1);
  }
  .mobile\:border-teal,
  .mobile\:hover\:border-teal:hover,
  .mobile\:focus\:border-teal:focus,
  .mobile\:group:hover .group-hover\:border-teal,
  .mobile\:group:focus-within .group-focus-within\:border-teal {
    border-color: #43b59a;
  }
  .mobile\:border-teal-opal-0,
  .mobile\:hover\:border-teal-opal-0:hover,
  .mobile\:focus\:border-teal-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-0 {
    border-color: RGBA(67, 181, 154, 0);
  }
  .mobile\:border-teal-opal-00,
  .mobile\:hover\:border-teal-opal-00:hover,
  .mobile\:focus\:border-teal-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-00 {
    border-color: RGBA(67, 181, 154, 0);
  }
  .mobile\:border-teal-opal-1,
  .mobile\:hover\:border-teal-opal-1:hover,
  .mobile\:focus\:border-teal-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-1 {
    border-color: RGBA(67, 181, 154, 0.1);
  }
  .mobile\:border-teal-opal-01,
  .mobile\:hover\:border-teal-opal-01:hover,
  .mobile\:focus\:border-teal-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-01 {
    border-color: RGBA(67, 181, 154, 0.01);
  }
  .mobile\:border-teal-opal-2,
  .mobile\:hover\:border-teal-opal-2:hover,
  .mobile\:focus\:border-teal-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-2 {
    border-color: RGBA(67, 181, 154, 0.2);
  }
  .mobile\:border-teal-opal-02,
  .mobile\:hover\:border-teal-opal-02:hover,
  .mobile\:focus\:border-teal-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-02 {
    border-color: RGBA(67, 181, 154, 0.02);
  }
  .mobile\:border-teal-opal-3,
  .mobile\:hover\:border-teal-opal-3:hover,
  .mobile\:focus\:border-teal-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-3 {
    border-color: RGBA(67, 181, 154, 0.3);
  }
  .mobile\:border-teal-opal-03,
  .mobile\:hover\:border-teal-opal-03:hover,
  .mobile\:focus\:border-teal-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-03 {
    border-color: RGBA(67, 181, 154, 0.03);
  }
  .mobile\:border-teal-opal-4,
  .mobile\:hover\:border-teal-opal-4:hover,
  .mobile\:focus\:border-teal-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-4 {
    border-color: RGBA(67, 181, 154, 0.4);
  }
  .mobile\:border-teal-opal-04,
  .mobile\:hover\:border-teal-opal-04:hover,
  .mobile\:focus\:border-teal-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-04 {
    border-color: RGBA(67, 181, 154, 0.04);
  }
  .mobile\:border-teal-opal-5,
  .mobile\:hover\:border-teal-opal-5:hover,
  .mobile\:focus\:border-teal-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-5 {
    border-color: RGBA(67, 181, 154, 0.5);
  }
  .mobile\:border-teal-opal-05,
  .mobile\:hover\:border-teal-opal-05:hover,
  .mobile\:focus\:border-teal-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-05 {
    border-color: RGBA(67, 181, 154, 0.05);
  }
  .mobile\:border-teal-opal-6,
  .mobile\:hover\:border-teal-opal-6:hover,
  .mobile\:focus\:border-teal-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-6 {
    border-color: RGBA(67, 181, 154, 0.6);
  }
  .mobile\:border-teal-opal-06,
  .mobile\:hover\:border-teal-opal-06:hover,
  .mobile\:focus\:border-teal-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-06 {
    border-color: RGBA(67, 181, 154, 0.06);
  }
  .mobile\:border-teal-opal-7,
  .mobile\:hover\:border-teal-opal-7:hover,
  .mobile\:focus\:border-teal-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-7 {
    border-color: RGBA(67, 181, 154, 0.7);
  }
  .mobile\:border-teal-opal-07,
  .mobile\:hover\:border-teal-opal-07:hover,
  .mobile\:focus\:border-teal-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-07 {
    border-color: RGBA(67, 181, 154, 0.07);
  }
  .mobile\:border-teal-opal-8,
  .mobile\:hover\:border-teal-opal-8:hover,
  .mobile\:focus\:border-teal-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-8 {
    border-color: RGBA(67, 181, 154, 0.8);
  }
  .mobile\:border-teal-opal-08,
  .mobile\:hover\:border-teal-opal-08:hover,
  .mobile\:focus\:border-teal-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-08 {
    border-color: RGBA(67, 181, 154, 0.08);
  }
  .mobile\:border-teal-opal-9,
  .mobile\:hover\:border-teal-opal-9:hover,
  .mobile\:focus\:border-teal-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-9 {
    border-color: RGBA(67, 181, 154, 0.9);
  }
  .mobile\:border-teal-opal-09,
  .mobile\:hover\:border-teal-opal-09:hover,
  .mobile\:focus\:border-teal-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-09 {
    border-color: RGBA(67, 181, 154, 0.09);
  }
  .mobile\:border-teal-opal-10,
  .mobile\:hover\:border-teal-opal-10:hover,
  .mobile\:focus\:border-teal-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-teal-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-teal-opal-10 {
    border-color: RGBA(67, 181, 154, 1);
  }
  .mobile\:border-vibe,
  .mobile\:hover\:border-vibe:hover,
  .mobile\:focus\:border-vibe:focus,
  .mobile\:group:hover .group-hover\:border-vibe,
  .mobile\:group:focus-within .group-focus-within\:border-vibe {
    border-color: #4bd6b5;
  }
  .mobile\:border-vibe-opal-0,
  .mobile\:hover\:border-vibe-opal-0:hover,
  .mobile\:focus\:border-vibe-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-0 {
    border-color: RGBA(75, 214, 181, 0);
  }
  .mobile\:border-vibe-opal-00,
  .mobile\:hover\:border-vibe-opal-00:hover,
  .mobile\:focus\:border-vibe-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-00 {
    border-color: RGBA(75, 214, 181, 0);
  }
  .mobile\:border-vibe-opal-1,
  .mobile\:hover\:border-vibe-opal-1:hover,
  .mobile\:focus\:border-vibe-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-1 {
    border-color: RGBA(75, 214, 181, 0.1);
  }
  .mobile\:border-vibe-opal-01,
  .mobile\:hover\:border-vibe-opal-01:hover,
  .mobile\:focus\:border-vibe-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-01 {
    border-color: RGBA(75, 214, 181, 0.01);
  }
  .mobile\:border-vibe-opal-2,
  .mobile\:hover\:border-vibe-opal-2:hover,
  .mobile\:focus\:border-vibe-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-2 {
    border-color: RGBA(75, 214, 181, 0.2);
  }
  .mobile\:border-vibe-opal-02,
  .mobile\:hover\:border-vibe-opal-02:hover,
  .mobile\:focus\:border-vibe-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-02 {
    border-color: RGBA(75, 214, 181, 0.02);
  }
  .mobile\:border-vibe-opal-3,
  .mobile\:hover\:border-vibe-opal-3:hover,
  .mobile\:focus\:border-vibe-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-3 {
    border-color: RGBA(75, 214, 181, 0.3);
  }
  .mobile\:border-vibe-opal-03,
  .mobile\:hover\:border-vibe-opal-03:hover,
  .mobile\:focus\:border-vibe-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-03 {
    border-color: RGBA(75, 214, 181, 0.03);
  }
  .mobile\:border-vibe-opal-4,
  .mobile\:hover\:border-vibe-opal-4:hover,
  .mobile\:focus\:border-vibe-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-4 {
    border-color: RGBA(75, 214, 181, 0.4);
  }
  .mobile\:border-vibe-opal-04,
  .mobile\:hover\:border-vibe-opal-04:hover,
  .mobile\:focus\:border-vibe-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-04 {
    border-color: RGBA(75, 214, 181, 0.04);
  }
  .mobile\:border-vibe-opal-5,
  .mobile\:hover\:border-vibe-opal-5:hover,
  .mobile\:focus\:border-vibe-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-5 {
    border-color: RGBA(75, 214, 181, 0.5);
  }
  .mobile\:border-vibe-opal-05,
  .mobile\:hover\:border-vibe-opal-05:hover,
  .mobile\:focus\:border-vibe-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-05 {
    border-color: RGBA(75, 214, 181, 0.05);
  }
  .mobile\:border-vibe-opal-6,
  .mobile\:hover\:border-vibe-opal-6:hover,
  .mobile\:focus\:border-vibe-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-6 {
    border-color: RGBA(75, 214, 181, 0.6);
  }
  .mobile\:border-vibe-opal-06,
  .mobile\:hover\:border-vibe-opal-06:hover,
  .mobile\:focus\:border-vibe-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-06 {
    border-color: RGBA(75, 214, 181, 0.06);
  }
  .mobile\:border-vibe-opal-7,
  .mobile\:hover\:border-vibe-opal-7:hover,
  .mobile\:focus\:border-vibe-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-7 {
    border-color: RGBA(75, 214, 181, 0.7);
  }
  .mobile\:border-vibe-opal-07,
  .mobile\:hover\:border-vibe-opal-07:hover,
  .mobile\:focus\:border-vibe-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-07 {
    border-color: RGBA(75, 214, 181, 0.07);
  }
  .mobile\:border-vibe-opal-8,
  .mobile\:hover\:border-vibe-opal-8:hover,
  .mobile\:focus\:border-vibe-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-8 {
    border-color: RGBA(75, 214, 181, 0.8);
  }
  .mobile\:border-vibe-opal-08,
  .mobile\:hover\:border-vibe-opal-08:hover,
  .mobile\:focus\:border-vibe-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-08 {
    border-color: RGBA(75, 214, 181, 0.08);
  }
  .mobile\:border-vibe-opal-9,
  .mobile\:hover\:border-vibe-opal-9:hover,
  .mobile\:focus\:border-vibe-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-9 {
    border-color: RGBA(75, 214, 181, 0.9);
  }
  .mobile\:border-vibe-opal-09,
  .mobile\:hover\:border-vibe-opal-09:hover,
  .mobile\:focus\:border-vibe-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-09 {
    border-color: RGBA(75, 214, 181, 0.09);
  }
  .mobile\:border-vibe-opal-10,
  .mobile\:hover\:border-vibe-opal-10:hover,
  .mobile\:focus\:border-vibe-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-vibe-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-vibe-opal-10 {
    border-color: RGBA(75, 214, 181, 1);
  }
  .mobile\:border-deep-sea,
  .mobile\:hover\:border-deep-sea:hover,
  .mobile\:focus\:border-deep-sea:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea {
    border-color: #0a26b8;
  }
  .mobile\:border-deep-sea-opal-0,
  .mobile\:hover\:border-deep-sea-opal-0:hover,
  .mobile\:focus\:border-deep-sea-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-0 {
    border-color: RGBA(10, 38, 184, 0);
  }
  .mobile\:border-deep-sea-opal-00,
  .mobile\:hover\:border-deep-sea-opal-00:hover,
  .mobile\:focus\:border-deep-sea-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-00 {
    border-color: RGBA(10, 38, 184, 0);
  }
  .mobile\:border-deep-sea-opal-1,
  .mobile\:hover\:border-deep-sea-opal-1:hover,
  .mobile\:focus\:border-deep-sea-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-1 {
    border-color: RGBA(10, 38, 184, 0.1);
  }
  .mobile\:border-deep-sea-opal-01,
  .mobile\:hover\:border-deep-sea-opal-01:hover,
  .mobile\:focus\:border-deep-sea-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-01 {
    border-color: RGBA(10, 38, 184, 0.01);
  }
  .mobile\:border-deep-sea-opal-2,
  .mobile\:hover\:border-deep-sea-opal-2:hover,
  .mobile\:focus\:border-deep-sea-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-2 {
    border-color: RGBA(10, 38, 184, 0.2);
  }
  .mobile\:border-deep-sea-opal-02,
  .mobile\:hover\:border-deep-sea-opal-02:hover,
  .mobile\:focus\:border-deep-sea-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-02 {
    border-color: RGBA(10, 38, 184, 0.02);
  }
  .mobile\:border-deep-sea-opal-3,
  .mobile\:hover\:border-deep-sea-opal-3:hover,
  .mobile\:focus\:border-deep-sea-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-3 {
    border-color: RGBA(10, 38, 184, 0.3);
  }
  .mobile\:border-deep-sea-opal-03,
  .mobile\:hover\:border-deep-sea-opal-03:hover,
  .mobile\:focus\:border-deep-sea-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-03 {
    border-color: RGBA(10, 38, 184, 0.03);
  }
  .mobile\:border-deep-sea-opal-4,
  .mobile\:hover\:border-deep-sea-opal-4:hover,
  .mobile\:focus\:border-deep-sea-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-4 {
    border-color: RGBA(10, 38, 184, 0.4);
  }
  .mobile\:border-deep-sea-opal-04,
  .mobile\:hover\:border-deep-sea-opal-04:hover,
  .mobile\:focus\:border-deep-sea-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-04 {
    border-color: RGBA(10, 38, 184, 0.04);
  }
  .mobile\:border-deep-sea-opal-5,
  .mobile\:hover\:border-deep-sea-opal-5:hover,
  .mobile\:focus\:border-deep-sea-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-5 {
    border-color: RGBA(10, 38, 184, 0.5);
  }
  .mobile\:border-deep-sea-opal-05,
  .mobile\:hover\:border-deep-sea-opal-05:hover,
  .mobile\:focus\:border-deep-sea-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-05 {
    border-color: RGBA(10, 38, 184, 0.05);
  }
  .mobile\:border-deep-sea-opal-6,
  .mobile\:hover\:border-deep-sea-opal-6:hover,
  .mobile\:focus\:border-deep-sea-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-6 {
    border-color: RGBA(10, 38, 184, 0.6);
  }
  .mobile\:border-deep-sea-opal-06,
  .mobile\:hover\:border-deep-sea-opal-06:hover,
  .mobile\:focus\:border-deep-sea-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-06 {
    border-color: RGBA(10, 38, 184, 0.06);
  }
  .mobile\:border-deep-sea-opal-7,
  .mobile\:hover\:border-deep-sea-opal-7:hover,
  .mobile\:focus\:border-deep-sea-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-7 {
    border-color: RGBA(10, 38, 184, 0.7);
  }
  .mobile\:border-deep-sea-opal-07,
  .mobile\:hover\:border-deep-sea-opal-07:hover,
  .mobile\:focus\:border-deep-sea-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-07 {
    border-color: RGBA(10, 38, 184, 0.07);
  }
  .mobile\:border-deep-sea-opal-8,
  .mobile\:hover\:border-deep-sea-opal-8:hover,
  .mobile\:focus\:border-deep-sea-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-8 {
    border-color: RGBA(10, 38, 184, 0.8);
  }
  .mobile\:border-deep-sea-opal-08,
  .mobile\:hover\:border-deep-sea-opal-08:hover,
  .mobile\:focus\:border-deep-sea-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-08 {
    border-color: RGBA(10, 38, 184, 0.08);
  }
  .mobile\:border-deep-sea-opal-9,
  .mobile\:hover\:border-deep-sea-opal-9:hover,
  .mobile\:focus\:border-deep-sea-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-9 {
    border-color: RGBA(10, 38, 184, 0.9);
  }
  .mobile\:border-deep-sea-opal-09,
  .mobile\:hover\:border-deep-sea-opal-09:hover,
  .mobile\:focus\:border-deep-sea-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-09 {
    border-color: RGBA(10, 38, 184, 0.09);
  }
  .mobile\:border-deep-sea-opal-10,
  .mobile\:hover\:border-deep-sea-opal-10:hover,
  .mobile\:focus\:border-deep-sea-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-deep-sea-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-deep-sea-opal-10 {
    border-color: RGBA(10, 38, 184, 1);
  }
  .mobile\:border-electric-blue,
  .mobile\:hover\:border-electric-blue:hover,
  .mobile\:focus\:border-electric-blue:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue,
  .mobile\:group:focus-within .group-focus-within\:border-electric-blue {
    border-color: #145deb;
  }
  .mobile\:border-electric-blue-opal-0,
  .mobile\:hover\:border-electric-blue-opal-0:hover,
  .mobile\:focus\:border-electric-blue-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-electric-blue-opal-0 {
    border-color: RGBA(20, 93, 235, 0);
  }
  .mobile\:border-electric-blue-opal-00,
  .mobile\:hover\:border-electric-blue-opal-00:hover,
  .mobile\:focus\:border-electric-blue-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-00,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-opal-00 {
    border-color: RGBA(20, 93, 235, 0);
  }
  .mobile\:border-electric-blue-opal-1,
  .mobile\:hover\:border-electric-blue-opal-1:hover,
  .mobile\:focus\:border-electric-blue-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-electric-blue-opal-1 {
    border-color: RGBA(20, 93, 235, 0.1);
  }
  .mobile\:border-electric-blue-opal-01,
  .mobile\:hover\:border-electric-blue-opal-01:hover,
  .mobile\:focus\:border-electric-blue-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-01,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-opal-01 {
    border-color: RGBA(20, 93, 235, 0.01);
  }
  .mobile\:border-electric-blue-opal-2,
  .mobile\:hover\:border-electric-blue-opal-2:hover,
  .mobile\:focus\:border-electric-blue-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-electric-blue-opal-2 {
    border-color: RGBA(20, 93, 235, 0.2);
  }
  .mobile\:border-electric-blue-opal-02,
  .mobile\:hover\:border-electric-blue-opal-02:hover,
  .mobile\:focus\:border-electric-blue-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-02,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-opal-02 {
    border-color: RGBA(20, 93, 235, 0.02);
  }
  .mobile\:border-electric-blue-opal-3,
  .mobile\:hover\:border-electric-blue-opal-3:hover,
  .mobile\:focus\:border-electric-blue-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-electric-blue-opal-3 {
    border-color: RGBA(20, 93, 235, 0.3);
  }
  .mobile\:border-electric-blue-opal-03,
  .mobile\:hover\:border-electric-blue-opal-03:hover,
  .mobile\:focus\:border-electric-blue-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-03,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-opal-03 {
    border-color: RGBA(20, 93, 235, 0.03);
  }
  .mobile\:border-electric-blue-opal-4,
  .mobile\:hover\:border-electric-blue-opal-4:hover,
  .mobile\:focus\:border-electric-blue-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-electric-blue-opal-4 {
    border-color: RGBA(20, 93, 235, 0.4);
  }
  .mobile\:border-electric-blue-opal-04,
  .mobile\:hover\:border-electric-blue-opal-04:hover,
  .mobile\:focus\:border-electric-blue-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-04,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-opal-04 {
    border-color: RGBA(20, 93, 235, 0.04);
  }
  .mobile\:border-electric-blue-opal-5,
  .mobile\:hover\:border-electric-blue-opal-5:hover,
  .mobile\:focus\:border-electric-blue-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-electric-blue-opal-5 {
    border-color: RGBA(20, 93, 235, 0.5);
  }
  .mobile\:border-electric-blue-opal-05,
  .mobile\:hover\:border-electric-blue-opal-05:hover,
  .mobile\:focus\:border-electric-blue-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-05,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-opal-05 {
    border-color: RGBA(20, 93, 235, 0.05);
  }
  .mobile\:border-electric-blue-opal-6,
  .mobile\:hover\:border-electric-blue-opal-6:hover,
  .mobile\:focus\:border-electric-blue-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-electric-blue-opal-6 {
    border-color: RGBA(20, 93, 235, 0.6);
  }
  .mobile\:border-electric-blue-opal-06,
  .mobile\:hover\:border-electric-blue-opal-06:hover,
  .mobile\:focus\:border-electric-blue-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-06,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-opal-06 {
    border-color: RGBA(20, 93, 235, 0.06);
  }
  .mobile\:border-electric-blue-opal-7,
  .mobile\:hover\:border-electric-blue-opal-7:hover,
  .mobile\:focus\:border-electric-blue-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-electric-blue-opal-7 {
    border-color: RGBA(20, 93, 235, 0.7);
  }
  .mobile\:border-electric-blue-opal-07,
  .mobile\:hover\:border-electric-blue-opal-07:hover,
  .mobile\:focus\:border-electric-blue-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-07,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-opal-07 {
    border-color: RGBA(20, 93, 235, 0.07);
  }
  .mobile\:border-electric-blue-opal-8,
  .mobile\:hover\:border-electric-blue-opal-8:hover,
  .mobile\:focus\:border-electric-blue-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-electric-blue-opal-8 {
    border-color: RGBA(20, 93, 235, 0.8);
  }
  .mobile\:border-electric-blue-opal-08,
  .mobile\:hover\:border-electric-blue-opal-08:hover,
  .mobile\:focus\:border-electric-blue-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-08,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-opal-08 {
    border-color: RGBA(20, 93, 235, 0.08);
  }
  .mobile\:border-electric-blue-opal-9,
  .mobile\:hover\:border-electric-blue-opal-9:hover,
  .mobile\:focus\:border-electric-blue-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-electric-blue-opal-9 {
    border-color: RGBA(20, 93, 235, 0.9);
  }
  .mobile\:border-electric-blue-opal-09,
  .mobile\:hover\:border-electric-blue-opal-09:hover,
  .mobile\:focus\:border-electric-blue-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-09,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-opal-09 {
    border-color: RGBA(20, 93, 235, 0.09);
  }
  .mobile\:border-electric-blue-opal-10,
  .mobile\:hover\:border-electric-blue-opal-10:hover,
  .mobile\:focus\:border-electric-blue-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-opal-10,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-opal-10 {
    border-color: RGBA(20, 93, 235, 1);
  }
  .mobile\:border-electric-blue-dark,
  .mobile\:hover\:border-electric-blue-dark:hover,
  .mobile\:focus\:border-electric-blue-dark:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark,
  .mobile\:group:focus-within .group-focus-within\:border-electric-blue-dark {
    border-color: #3ea2ff;
  }
  .mobile\:border-electric-blue-dark-opal-0,
  .mobile\:hover\:border-electric-blue-dark-opal-0:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-0,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-0 {
    border-color: RGBA(62, 162, 255, 0);
  }
  .mobile\:border-electric-blue-dark-opal-00,
  .mobile\:hover\:border-electric-blue-dark-opal-00:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-00,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-00 {
    border-color: RGBA(62, 162, 255, 0);
  }
  .mobile\:border-electric-blue-dark-opal-1,
  .mobile\:hover\:border-electric-blue-dark-opal-1:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-1,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-1 {
    border-color: RGBA(62, 162, 255, 0.1);
  }
  .mobile\:border-electric-blue-dark-opal-01,
  .mobile\:hover\:border-electric-blue-dark-opal-01:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-01,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-01 {
    border-color: RGBA(62, 162, 255, 0.01);
  }
  .mobile\:border-electric-blue-dark-opal-2,
  .mobile\:hover\:border-electric-blue-dark-opal-2:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-2,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-2 {
    border-color: RGBA(62, 162, 255, 0.2);
  }
  .mobile\:border-electric-blue-dark-opal-02,
  .mobile\:hover\:border-electric-blue-dark-opal-02:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-02,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-02 {
    border-color: RGBA(62, 162, 255, 0.02);
  }
  .mobile\:border-electric-blue-dark-opal-3,
  .mobile\:hover\:border-electric-blue-dark-opal-3:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-3,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-3 {
    border-color: RGBA(62, 162, 255, 0.3);
  }
  .mobile\:border-electric-blue-dark-opal-03,
  .mobile\:hover\:border-electric-blue-dark-opal-03:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-03,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-03 {
    border-color: RGBA(62, 162, 255, 0.03);
  }
  .mobile\:border-electric-blue-dark-opal-4,
  .mobile\:hover\:border-electric-blue-dark-opal-4:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-4,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-4 {
    border-color: RGBA(62, 162, 255, 0.4);
  }
  .mobile\:border-electric-blue-dark-opal-04,
  .mobile\:hover\:border-electric-blue-dark-opal-04:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-04,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-04 {
    border-color: RGBA(62, 162, 255, 0.04);
  }
  .mobile\:border-electric-blue-dark-opal-5,
  .mobile\:hover\:border-electric-blue-dark-opal-5:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-5,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-5 {
    border-color: RGBA(62, 162, 255, 0.5);
  }
  .mobile\:border-electric-blue-dark-opal-05,
  .mobile\:hover\:border-electric-blue-dark-opal-05:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-05,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-05 {
    border-color: RGBA(62, 162, 255, 0.05);
  }
  .mobile\:border-electric-blue-dark-opal-6,
  .mobile\:hover\:border-electric-blue-dark-opal-6:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-6,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-6 {
    border-color: RGBA(62, 162, 255, 0.6);
  }
  .mobile\:border-electric-blue-dark-opal-06,
  .mobile\:hover\:border-electric-blue-dark-opal-06:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-06,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-06 {
    border-color: RGBA(62, 162, 255, 0.06);
  }
  .mobile\:border-electric-blue-dark-opal-7,
  .mobile\:hover\:border-electric-blue-dark-opal-7:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-7,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-7 {
    border-color: RGBA(62, 162, 255, 0.7);
  }
  .mobile\:border-electric-blue-dark-opal-07,
  .mobile\:hover\:border-electric-blue-dark-opal-07:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-07,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-07 {
    border-color: RGBA(62, 162, 255, 0.07);
  }
  .mobile\:border-electric-blue-dark-opal-8,
  .mobile\:hover\:border-electric-blue-dark-opal-8:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-8,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-8 {
    border-color: RGBA(62, 162, 255, 0.8);
  }
  .mobile\:border-electric-blue-dark-opal-08,
  .mobile\:hover\:border-electric-blue-dark-opal-08:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-08,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-08 {
    border-color: RGBA(62, 162, 255, 0.08);
  }
  .mobile\:border-electric-blue-dark-opal-9,
  .mobile\:hover\:border-electric-blue-dark-opal-9:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-9,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-9 {
    border-color: RGBA(62, 162, 255, 0.9);
  }
  .mobile\:border-electric-blue-dark-opal-09,
  .mobile\:hover\:border-electric-blue-dark-opal-09:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-09,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-09 {
    border-color: RGBA(62, 162, 255, 0.09);
  }
  .mobile\:border-electric-blue-dark-opal-10,
  .mobile\:hover\:border-electric-blue-dark-opal-10:hover,
  .mobile\:focus\:border-electric-blue-dark-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-electric-blue-dark-opal-10,
  .mobile\:group:focus-within
    .group-focus-within\:border-electric-blue-dark-opal-10 {
    border-color: RGBA(62, 162, 255, 1);
  }
  .mobile\:border-periwinkle,
  .mobile\:hover\:border-periwinkle:hover,
  .mobile\:focus\:border-periwinkle:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle {
    border-color: #9bcfff;
  }
  .mobile\:border-periwinkle-opal-0,
  .mobile\:hover\:border-periwinkle-opal-0:hover,
  .mobile\:focus\:border-periwinkle-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-0 {
    border-color: RGBA(155, 207, 255, 0);
  }
  .mobile\:border-periwinkle-opal-00,
  .mobile\:hover\:border-periwinkle-opal-00:hover,
  .mobile\:focus\:border-periwinkle-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-00 {
    border-color: RGBA(155, 207, 255, 0);
  }
  .mobile\:border-periwinkle-opal-1,
  .mobile\:hover\:border-periwinkle-opal-1:hover,
  .mobile\:focus\:border-periwinkle-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-1 {
    border-color: RGBA(155, 207, 255, 0.1);
  }
  .mobile\:border-periwinkle-opal-01,
  .mobile\:hover\:border-periwinkle-opal-01:hover,
  .mobile\:focus\:border-periwinkle-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-01 {
    border-color: RGBA(155, 207, 255, 0.01);
  }
  .mobile\:border-periwinkle-opal-2,
  .mobile\:hover\:border-periwinkle-opal-2:hover,
  .mobile\:focus\:border-periwinkle-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-2 {
    border-color: RGBA(155, 207, 255, 0.2);
  }
  .mobile\:border-periwinkle-opal-02,
  .mobile\:hover\:border-periwinkle-opal-02:hover,
  .mobile\:focus\:border-periwinkle-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-02 {
    border-color: RGBA(155, 207, 255, 0.02);
  }
  .mobile\:border-periwinkle-opal-3,
  .mobile\:hover\:border-periwinkle-opal-3:hover,
  .mobile\:focus\:border-periwinkle-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-3 {
    border-color: RGBA(155, 207, 255, 0.3);
  }
  .mobile\:border-periwinkle-opal-03,
  .mobile\:hover\:border-periwinkle-opal-03:hover,
  .mobile\:focus\:border-periwinkle-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-03 {
    border-color: RGBA(155, 207, 255, 0.03);
  }
  .mobile\:border-periwinkle-opal-4,
  .mobile\:hover\:border-periwinkle-opal-4:hover,
  .mobile\:focus\:border-periwinkle-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-4 {
    border-color: RGBA(155, 207, 255, 0.4);
  }
  .mobile\:border-periwinkle-opal-04,
  .mobile\:hover\:border-periwinkle-opal-04:hover,
  .mobile\:focus\:border-periwinkle-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-04 {
    border-color: RGBA(155, 207, 255, 0.04);
  }
  .mobile\:border-periwinkle-opal-5,
  .mobile\:hover\:border-periwinkle-opal-5:hover,
  .mobile\:focus\:border-periwinkle-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-5 {
    border-color: RGBA(155, 207, 255, 0.5);
  }
  .mobile\:border-periwinkle-opal-05,
  .mobile\:hover\:border-periwinkle-opal-05:hover,
  .mobile\:focus\:border-periwinkle-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-05 {
    border-color: RGBA(155, 207, 255, 0.05);
  }
  .mobile\:border-periwinkle-opal-6,
  .mobile\:hover\:border-periwinkle-opal-6:hover,
  .mobile\:focus\:border-periwinkle-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-6 {
    border-color: RGBA(155, 207, 255, 0.6);
  }
  .mobile\:border-periwinkle-opal-06,
  .mobile\:hover\:border-periwinkle-opal-06:hover,
  .mobile\:focus\:border-periwinkle-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-06 {
    border-color: RGBA(155, 207, 255, 0.06);
  }
  .mobile\:border-periwinkle-opal-7,
  .mobile\:hover\:border-periwinkle-opal-7:hover,
  .mobile\:focus\:border-periwinkle-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-7 {
    border-color: RGBA(155, 207, 255, 0.7);
  }
  .mobile\:border-periwinkle-opal-07,
  .mobile\:hover\:border-periwinkle-opal-07:hover,
  .mobile\:focus\:border-periwinkle-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-07 {
    border-color: RGBA(155, 207, 255, 0.07);
  }
  .mobile\:border-periwinkle-opal-8,
  .mobile\:hover\:border-periwinkle-opal-8:hover,
  .mobile\:focus\:border-periwinkle-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-8 {
    border-color: RGBA(155, 207, 255, 0.8);
  }
  .mobile\:border-periwinkle-opal-08,
  .mobile\:hover\:border-periwinkle-opal-08:hover,
  .mobile\:focus\:border-periwinkle-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-08 {
    border-color: RGBA(155, 207, 255, 0.08);
  }
  .mobile\:border-periwinkle-opal-9,
  .mobile\:hover\:border-periwinkle-opal-9:hover,
  .mobile\:focus\:border-periwinkle-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-9 {
    border-color: RGBA(155, 207, 255, 0.9);
  }
  .mobile\:border-periwinkle-opal-09,
  .mobile\:hover\:border-periwinkle-opal-09:hover,
  .mobile\:focus\:border-periwinkle-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-09 {
    border-color: RGBA(155, 207, 255, 0.09);
  }
  .mobile\:border-periwinkle-opal-10,
  .mobile\:hover\:border-periwinkle-opal-10:hover,
  .mobile\:focus\:border-periwinkle-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-periwinkle-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-periwinkle-opal-10 {
    border-color: RGBA(155, 207, 255, 1);
  }
  .mobile\:border-lilac,
  .mobile\:hover\:border-lilac:hover,
  .mobile\:focus\:border-lilac:focus,
  .mobile\:group:hover .group-hover\:border-lilac,
  .mobile\:group:focus-within .group-focus-within\:border-lilac {
    border-color: #8598fb;
  }
  .mobile\:border-lilac-opal-0,
  .mobile\:hover\:border-lilac-opal-0:hover,
  .mobile\:focus\:border-lilac-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-0 {
    border-color: RGBA(133, 152, 251, 0);
  }
  .mobile\:border-lilac-opal-00,
  .mobile\:hover\:border-lilac-opal-00:hover,
  .mobile\:focus\:border-lilac-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-00 {
    border-color: RGBA(133, 152, 251, 0);
  }
  .mobile\:border-lilac-opal-1,
  .mobile\:hover\:border-lilac-opal-1:hover,
  .mobile\:focus\:border-lilac-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-1 {
    border-color: RGBA(133, 152, 251, 0.1);
  }
  .mobile\:border-lilac-opal-01,
  .mobile\:hover\:border-lilac-opal-01:hover,
  .mobile\:focus\:border-lilac-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-01 {
    border-color: RGBA(133, 152, 251, 0.01);
  }
  .mobile\:border-lilac-opal-2,
  .mobile\:hover\:border-lilac-opal-2:hover,
  .mobile\:focus\:border-lilac-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-2 {
    border-color: RGBA(133, 152, 251, 0.2);
  }
  .mobile\:border-lilac-opal-02,
  .mobile\:hover\:border-lilac-opal-02:hover,
  .mobile\:focus\:border-lilac-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-02 {
    border-color: RGBA(133, 152, 251, 0.02);
  }
  .mobile\:border-lilac-opal-3,
  .mobile\:hover\:border-lilac-opal-3:hover,
  .mobile\:focus\:border-lilac-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-3 {
    border-color: RGBA(133, 152, 251, 0.3);
  }
  .mobile\:border-lilac-opal-03,
  .mobile\:hover\:border-lilac-opal-03:hover,
  .mobile\:focus\:border-lilac-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-03 {
    border-color: RGBA(133, 152, 251, 0.03);
  }
  .mobile\:border-lilac-opal-4,
  .mobile\:hover\:border-lilac-opal-4:hover,
  .mobile\:focus\:border-lilac-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-4 {
    border-color: RGBA(133, 152, 251, 0.4);
  }
  .mobile\:border-lilac-opal-04,
  .mobile\:hover\:border-lilac-opal-04:hover,
  .mobile\:focus\:border-lilac-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-04 {
    border-color: RGBA(133, 152, 251, 0.04);
  }
  .mobile\:border-lilac-opal-5,
  .mobile\:hover\:border-lilac-opal-5:hover,
  .mobile\:focus\:border-lilac-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-5 {
    border-color: RGBA(133, 152, 251, 0.5);
  }
  .mobile\:border-lilac-opal-05,
  .mobile\:hover\:border-lilac-opal-05:hover,
  .mobile\:focus\:border-lilac-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-05 {
    border-color: RGBA(133, 152, 251, 0.05);
  }
  .mobile\:border-lilac-opal-6,
  .mobile\:hover\:border-lilac-opal-6:hover,
  .mobile\:focus\:border-lilac-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-6 {
    border-color: RGBA(133, 152, 251, 0.6);
  }
  .mobile\:border-lilac-opal-06,
  .mobile\:hover\:border-lilac-opal-06:hover,
  .mobile\:focus\:border-lilac-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-06 {
    border-color: RGBA(133, 152, 251, 0.06);
  }
  .mobile\:border-lilac-opal-7,
  .mobile\:hover\:border-lilac-opal-7:hover,
  .mobile\:focus\:border-lilac-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-7 {
    border-color: RGBA(133, 152, 251, 0.7);
  }
  .mobile\:border-lilac-opal-07,
  .mobile\:hover\:border-lilac-opal-07:hover,
  .mobile\:focus\:border-lilac-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-07 {
    border-color: RGBA(133, 152, 251, 0.07);
  }
  .mobile\:border-lilac-opal-8,
  .mobile\:hover\:border-lilac-opal-8:hover,
  .mobile\:focus\:border-lilac-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-8 {
    border-color: RGBA(133, 152, 251, 0.8);
  }
  .mobile\:border-lilac-opal-08,
  .mobile\:hover\:border-lilac-opal-08:hover,
  .mobile\:focus\:border-lilac-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-08 {
    border-color: RGBA(133, 152, 251, 0.08);
  }
  .mobile\:border-lilac-opal-9,
  .mobile\:hover\:border-lilac-opal-9:hover,
  .mobile\:focus\:border-lilac-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-9 {
    border-color: RGBA(133, 152, 251, 0.9);
  }
  .mobile\:border-lilac-opal-09,
  .mobile\:hover\:border-lilac-opal-09:hover,
  .mobile\:focus\:border-lilac-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-09 {
    border-color: RGBA(133, 152, 251, 0.09);
  }
  .mobile\:border-lilac-opal-10,
  .mobile\:hover\:border-lilac-opal-10:hover,
  .mobile\:focus\:border-lilac-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-lilac-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-lilac-opal-10 {
    border-color: RGBA(133, 152, 251, 1);
  }
  .mobile\:border-sky,
  .mobile\:hover\:border-sky:hover,
  .mobile\:focus\:border-sky:focus,
  .mobile\:group:hover .group-hover\:border-sky,
  .mobile\:group:focus-within .group-focus-within\:border-sky {
    border-color: #14c4eb;
  }
  .mobile\:border-sky-opal-0,
  .mobile\:hover\:border-sky-opal-0:hover,
  .mobile\:focus\:border-sky-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-0 {
    border-color: RGBA(20, 196, 235, 0);
  }
  .mobile\:border-sky-opal-00,
  .mobile\:hover\:border-sky-opal-00:hover,
  .mobile\:focus\:border-sky-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-00 {
    border-color: RGBA(20, 196, 235, 0);
  }
  .mobile\:border-sky-opal-1,
  .mobile\:hover\:border-sky-opal-1:hover,
  .mobile\:focus\:border-sky-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-1 {
    border-color: RGBA(20, 196, 235, 0.1);
  }
  .mobile\:border-sky-opal-01,
  .mobile\:hover\:border-sky-opal-01:hover,
  .mobile\:focus\:border-sky-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-01 {
    border-color: RGBA(20, 196, 235, 0.01);
  }
  .mobile\:border-sky-opal-2,
  .mobile\:hover\:border-sky-opal-2:hover,
  .mobile\:focus\:border-sky-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-2 {
    border-color: RGBA(20, 196, 235, 0.2);
  }
  .mobile\:border-sky-opal-02,
  .mobile\:hover\:border-sky-opal-02:hover,
  .mobile\:focus\:border-sky-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-02 {
    border-color: RGBA(20, 196, 235, 0.02);
  }
  .mobile\:border-sky-opal-3,
  .mobile\:hover\:border-sky-opal-3:hover,
  .mobile\:focus\:border-sky-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-3 {
    border-color: RGBA(20, 196, 235, 0.3);
  }
  .mobile\:border-sky-opal-03,
  .mobile\:hover\:border-sky-opal-03:hover,
  .mobile\:focus\:border-sky-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-03 {
    border-color: RGBA(20, 196, 235, 0.03);
  }
  .mobile\:border-sky-opal-4,
  .mobile\:hover\:border-sky-opal-4:hover,
  .mobile\:focus\:border-sky-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-4 {
    border-color: RGBA(20, 196, 235, 0.4);
  }
  .mobile\:border-sky-opal-04,
  .mobile\:hover\:border-sky-opal-04:hover,
  .mobile\:focus\:border-sky-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-04 {
    border-color: RGBA(20, 196, 235, 0.04);
  }
  .mobile\:border-sky-opal-5,
  .mobile\:hover\:border-sky-opal-5:hover,
  .mobile\:focus\:border-sky-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-5 {
    border-color: RGBA(20, 196, 235, 0.5);
  }
  .mobile\:border-sky-opal-05,
  .mobile\:hover\:border-sky-opal-05:hover,
  .mobile\:focus\:border-sky-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-05 {
    border-color: RGBA(20, 196, 235, 0.05);
  }
  .mobile\:border-sky-opal-6,
  .mobile\:hover\:border-sky-opal-6:hover,
  .mobile\:focus\:border-sky-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-6 {
    border-color: RGBA(20, 196, 235, 0.6);
  }
  .mobile\:border-sky-opal-06,
  .mobile\:hover\:border-sky-opal-06:hover,
  .mobile\:focus\:border-sky-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-06 {
    border-color: RGBA(20, 196, 235, 0.06);
  }
  .mobile\:border-sky-opal-7,
  .mobile\:hover\:border-sky-opal-7:hover,
  .mobile\:focus\:border-sky-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-7 {
    border-color: RGBA(20, 196, 235, 0.7);
  }
  .mobile\:border-sky-opal-07,
  .mobile\:hover\:border-sky-opal-07:hover,
  .mobile\:focus\:border-sky-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-07 {
    border-color: RGBA(20, 196, 235, 0.07);
  }
  .mobile\:border-sky-opal-8,
  .mobile\:hover\:border-sky-opal-8:hover,
  .mobile\:focus\:border-sky-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-8 {
    border-color: RGBA(20, 196, 235, 0.8);
  }
  .mobile\:border-sky-opal-08,
  .mobile\:hover\:border-sky-opal-08:hover,
  .mobile\:focus\:border-sky-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-08 {
    border-color: RGBA(20, 196, 235, 0.08);
  }
  .mobile\:border-sky-opal-9,
  .mobile\:hover\:border-sky-opal-9:hover,
  .mobile\:focus\:border-sky-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-9 {
    border-color: RGBA(20, 196, 235, 0.9);
  }
  .mobile\:border-sky-opal-09,
  .mobile\:hover\:border-sky-opal-09:hover,
  .mobile\:focus\:border-sky-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-09 {
    border-color: RGBA(20, 196, 235, 0.09);
  }
  .mobile\:border-sky-opal-10,
  .mobile\:hover\:border-sky-opal-10:hover,
  .mobile\:focus\:border-sky-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-sky-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-sky-opal-10 {
    border-color: RGBA(20, 196, 235, 1);
  }
  .mobile\:border-cotton-candy,
  .mobile\:hover\:border-cotton-candy:hover,
  .mobile\:focus\:border-cotton-candy:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy {
    border-color: #c0f5f2;
  }
  .mobile\:border-cotton-candy-opal-0,
  .mobile\:hover\:border-cotton-candy-opal-0:hover,
  .mobile\:focus\:border-cotton-candy-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-0 {
    border-color: RGBA(192, 245, 242, 0);
  }
  .mobile\:border-cotton-candy-opal-00,
  .mobile\:hover\:border-cotton-candy-opal-00:hover,
  .mobile\:focus\:border-cotton-candy-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-00 {
    border-color: RGBA(192, 245, 242, 0);
  }
  .mobile\:border-cotton-candy-opal-1,
  .mobile\:hover\:border-cotton-candy-opal-1:hover,
  .mobile\:focus\:border-cotton-candy-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-1 {
    border-color: RGBA(192, 245, 242, 0.1);
  }
  .mobile\:border-cotton-candy-opal-01,
  .mobile\:hover\:border-cotton-candy-opal-01:hover,
  .mobile\:focus\:border-cotton-candy-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-01 {
    border-color: RGBA(192, 245, 242, 0.01);
  }
  .mobile\:border-cotton-candy-opal-2,
  .mobile\:hover\:border-cotton-candy-opal-2:hover,
  .mobile\:focus\:border-cotton-candy-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-2 {
    border-color: RGBA(192, 245, 242, 0.2);
  }
  .mobile\:border-cotton-candy-opal-02,
  .mobile\:hover\:border-cotton-candy-opal-02:hover,
  .mobile\:focus\:border-cotton-candy-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-02 {
    border-color: RGBA(192, 245, 242, 0.02);
  }
  .mobile\:border-cotton-candy-opal-3,
  .mobile\:hover\:border-cotton-candy-opal-3:hover,
  .mobile\:focus\:border-cotton-candy-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-3 {
    border-color: RGBA(192, 245, 242, 0.3);
  }
  .mobile\:border-cotton-candy-opal-03,
  .mobile\:hover\:border-cotton-candy-opal-03:hover,
  .mobile\:focus\:border-cotton-candy-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-03 {
    border-color: RGBA(192, 245, 242, 0.03);
  }
  .mobile\:border-cotton-candy-opal-4,
  .mobile\:hover\:border-cotton-candy-opal-4:hover,
  .mobile\:focus\:border-cotton-candy-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-4 {
    border-color: RGBA(192, 245, 242, 0.4);
  }
  .mobile\:border-cotton-candy-opal-04,
  .mobile\:hover\:border-cotton-candy-opal-04:hover,
  .mobile\:focus\:border-cotton-candy-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-04 {
    border-color: RGBA(192, 245, 242, 0.04);
  }
  .mobile\:border-cotton-candy-opal-5,
  .mobile\:hover\:border-cotton-candy-opal-5:hover,
  .mobile\:focus\:border-cotton-candy-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-5 {
    border-color: RGBA(192, 245, 242, 0.5);
  }
  .mobile\:border-cotton-candy-opal-05,
  .mobile\:hover\:border-cotton-candy-opal-05:hover,
  .mobile\:focus\:border-cotton-candy-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-05 {
    border-color: RGBA(192, 245, 242, 0.05);
  }
  .mobile\:border-cotton-candy-opal-6,
  .mobile\:hover\:border-cotton-candy-opal-6:hover,
  .mobile\:focus\:border-cotton-candy-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-6 {
    border-color: RGBA(192, 245, 242, 0.6);
  }
  .mobile\:border-cotton-candy-opal-06,
  .mobile\:hover\:border-cotton-candy-opal-06:hover,
  .mobile\:focus\:border-cotton-candy-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-06 {
    border-color: RGBA(192, 245, 242, 0.06);
  }
  .mobile\:border-cotton-candy-opal-7,
  .mobile\:hover\:border-cotton-candy-opal-7:hover,
  .mobile\:focus\:border-cotton-candy-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-7 {
    border-color: RGBA(192, 245, 242, 0.7);
  }
  .mobile\:border-cotton-candy-opal-07,
  .mobile\:hover\:border-cotton-candy-opal-07:hover,
  .mobile\:focus\:border-cotton-candy-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-07 {
    border-color: RGBA(192, 245, 242, 0.07);
  }
  .mobile\:border-cotton-candy-opal-8,
  .mobile\:hover\:border-cotton-candy-opal-8:hover,
  .mobile\:focus\:border-cotton-candy-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-8 {
    border-color: RGBA(192, 245, 242, 0.8);
  }
  .mobile\:border-cotton-candy-opal-08,
  .mobile\:hover\:border-cotton-candy-opal-08:hover,
  .mobile\:focus\:border-cotton-candy-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-08 {
    border-color: RGBA(192, 245, 242, 0.08);
  }
  .mobile\:border-cotton-candy-opal-9,
  .mobile\:hover\:border-cotton-candy-opal-9:hover,
  .mobile\:focus\:border-cotton-candy-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-9 {
    border-color: RGBA(192, 245, 242, 0.9);
  }
  .mobile\:border-cotton-candy-opal-09,
  .mobile\:hover\:border-cotton-candy-opal-09:hover,
  .mobile\:focus\:border-cotton-candy-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-09 {
    border-color: RGBA(192, 245, 242, 0.09);
  }
  .mobile\:border-cotton-candy-opal-10,
  .mobile\:hover\:border-cotton-candy-opal-10:hover,
  .mobile\:focus\:border-cotton-candy-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-cotton-candy-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-cotton-candy-opal-10 {
    border-color: RGBA(192, 245, 242, 1);
  }
  .mobile\:border-brand-primary,
  .mobile\:hover\:border-brand-primary:hover,
  .mobile\:focus\:border-brand-primary:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary,
  .mobile\:group:focus-within .group-focus-within\:border-brand-primary {
    border-color: #441c99;
  }
  .mobile\:border-brand-primary-opal-0,
  .mobile\:hover\:border-brand-primary-opal-0:hover,
  .mobile\:focus\:border-brand-primary-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-brand-primary-opal-0 {
    border-color: RGBA(68, 28, 153, 0);
  }
  .mobile\:border-brand-primary-opal-00,
  .mobile\:hover\:border-brand-primary-opal-00:hover,
  .mobile\:focus\:border-brand-primary-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-00,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-primary-opal-00 {
    border-color: RGBA(68, 28, 153, 0);
  }
  .mobile\:border-brand-primary-opal-1,
  .mobile\:hover\:border-brand-primary-opal-1:hover,
  .mobile\:focus\:border-brand-primary-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-brand-primary-opal-1 {
    border-color: RGBA(68, 28, 153, 0.1);
  }
  .mobile\:border-brand-primary-opal-01,
  .mobile\:hover\:border-brand-primary-opal-01:hover,
  .mobile\:focus\:border-brand-primary-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-01,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-primary-opal-01 {
    border-color: RGBA(68, 28, 153, 0.01);
  }
  .mobile\:border-brand-primary-opal-2,
  .mobile\:hover\:border-brand-primary-opal-2:hover,
  .mobile\:focus\:border-brand-primary-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-brand-primary-opal-2 {
    border-color: RGBA(68, 28, 153, 0.2);
  }
  .mobile\:border-brand-primary-opal-02,
  .mobile\:hover\:border-brand-primary-opal-02:hover,
  .mobile\:focus\:border-brand-primary-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-02,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-primary-opal-02 {
    border-color: RGBA(68, 28, 153, 0.02);
  }
  .mobile\:border-brand-primary-opal-3,
  .mobile\:hover\:border-brand-primary-opal-3:hover,
  .mobile\:focus\:border-brand-primary-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-brand-primary-opal-3 {
    border-color: RGBA(68, 28, 153, 0.3);
  }
  .mobile\:border-brand-primary-opal-03,
  .mobile\:hover\:border-brand-primary-opal-03:hover,
  .mobile\:focus\:border-brand-primary-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-03,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-primary-opal-03 {
    border-color: RGBA(68, 28, 153, 0.03);
  }
  .mobile\:border-brand-primary-opal-4,
  .mobile\:hover\:border-brand-primary-opal-4:hover,
  .mobile\:focus\:border-brand-primary-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-brand-primary-opal-4 {
    border-color: RGBA(68, 28, 153, 0.4);
  }
  .mobile\:border-brand-primary-opal-04,
  .mobile\:hover\:border-brand-primary-opal-04:hover,
  .mobile\:focus\:border-brand-primary-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-04,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-primary-opal-04 {
    border-color: RGBA(68, 28, 153, 0.04);
  }
  .mobile\:border-brand-primary-opal-5,
  .mobile\:hover\:border-brand-primary-opal-5:hover,
  .mobile\:focus\:border-brand-primary-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-brand-primary-opal-5 {
    border-color: RGBA(68, 28, 153, 0.5);
  }
  .mobile\:border-brand-primary-opal-05,
  .mobile\:hover\:border-brand-primary-opal-05:hover,
  .mobile\:focus\:border-brand-primary-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-05,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-primary-opal-05 {
    border-color: RGBA(68, 28, 153, 0.05);
  }
  .mobile\:border-brand-primary-opal-6,
  .mobile\:hover\:border-brand-primary-opal-6:hover,
  .mobile\:focus\:border-brand-primary-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-brand-primary-opal-6 {
    border-color: RGBA(68, 28, 153, 0.6);
  }
  .mobile\:border-brand-primary-opal-06,
  .mobile\:hover\:border-brand-primary-opal-06:hover,
  .mobile\:focus\:border-brand-primary-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-06,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-primary-opal-06 {
    border-color: RGBA(68, 28, 153, 0.06);
  }
  .mobile\:border-brand-primary-opal-7,
  .mobile\:hover\:border-brand-primary-opal-7:hover,
  .mobile\:focus\:border-brand-primary-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-brand-primary-opal-7 {
    border-color: RGBA(68, 28, 153, 0.7);
  }
  .mobile\:border-brand-primary-opal-07,
  .mobile\:hover\:border-brand-primary-opal-07:hover,
  .mobile\:focus\:border-brand-primary-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-07,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-primary-opal-07 {
    border-color: RGBA(68, 28, 153, 0.07);
  }
  .mobile\:border-brand-primary-opal-8,
  .mobile\:hover\:border-brand-primary-opal-8:hover,
  .mobile\:focus\:border-brand-primary-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-brand-primary-opal-8 {
    border-color: RGBA(68, 28, 153, 0.8);
  }
  .mobile\:border-brand-primary-opal-08,
  .mobile\:hover\:border-brand-primary-opal-08:hover,
  .mobile\:focus\:border-brand-primary-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-08,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-primary-opal-08 {
    border-color: RGBA(68, 28, 153, 0.08);
  }
  .mobile\:border-brand-primary-opal-9,
  .mobile\:hover\:border-brand-primary-opal-9:hover,
  .mobile\:focus\:border-brand-primary-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-brand-primary-opal-9 {
    border-color: RGBA(68, 28, 153, 0.9);
  }
  .mobile\:border-brand-primary-opal-09,
  .mobile\:hover\:border-brand-primary-opal-09:hover,
  .mobile\:focus\:border-brand-primary-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-09,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-primary-opal-09 {
    border-color: RGBA(68, 28, 153, 0.09);
  }
  .mobile\:border-brand-primary-opal-10,
  .mobile\:hover\:border-brand-primary-opal-10:hover,
  .mobile\:focus\:border-brand-primary-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-brand-primary-opal-10,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-primary-opal-10 {
    border-color: RGBA(68, 28, 153, 1);
  }
  .mobile\:border-brand-secondary,
  .mobile\:hover\:border-brand-secondary:hover,
  .mobile\:focus\:border-brand-secondary:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary,
  .mobile\:group:focus-within .group-focus-within\:border-brand-secondary {
    border-color: #030328;
  }
  .mobile\:border-brand-secondary-opal-0,
  .mobile\:hover\:border-brand-secondary-opal-0:hover,
  .mobile\:focus\:border-brand-secondary-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-0,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-0 {
    border-color: RGBA(3, 3, 40, 0);
  }
  .mobile\:border-brand-secondary-opal-00,
  .mobile\:hover\:border-brand-secondary-opal-00:hover,
  .mobile\:focus\:border-brand-secondary-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-00,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-00 {
    border-color: RGBA(3, 3, 40, 0);
  }
  .mobile\:border-brand-secondary-opal-1,
  .mobile\:hover\:border-brand-secondary-opal-1:hover,
  .mobile\:focus\:border-brand-secondary-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-1,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-1 {
    border-color: RGBA(3, 3, 40, 0.1);
  }
  .mobile\:border-brand-secondary-opal-01,
  .mobile\:hover\:border-brand-secondary-opal-01:hover,
  .mobile\:focus\:border-brand-secondary-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-01,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-01 {
    border-color: RGBA(3, 3, 40, 0.01);
  }
  .mobile\:border-brand-secondary-opal-2,
  .mobile\:hover\:border-brand-secondary-opal-2:hover,
  .mobile\:focus\:border-brand-secondary-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-2,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-2 {
    border-color: RGBA(3, 3, 40, 0.2);
  }
  .mobile\:border-brand-secondary-opal-02,
  .mobile\:hover\:border-brand-secondary-opal-02:hover,
  .mobile\:focus\:border-brand-secondary-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-02,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-02 {
    border-color: RGBA(3, 3, 40, 0.02);
  }
  .mobile\:border-brand-secondary-opal-3,
  .mobile\:hover\:border-brand-secondary-opal-3:hover,
  .mobile\:focus\:border-brand-secondary-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-3,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-3 {
    border-color: RGBA(3, 3, 40, 0.3);
  }
  .mobile\:border-brand-secondary-opal-03,
  .mobile\:hover\:border-brand-secondary-opal-03:hover,
  .mobile\:focus\:border-brand-secondary-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-03,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-03 {
    border-color: RGBA(3, 3, 40, 0.03);
  }
  .mobile\:border-brand-secondary-opal-4,
  .mobile\:hover\:border-brand-secondary-opal-4:hover,
  .mobile\:focus\:border-brand-secondary-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-4,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-4 {
    border-color: RGBA(3, 3, 40, 0.4);
  }
  .mobile\:border-brand-secondary-opal-04,
  .mobile\:hover\:border-brand-secondary-opal-04:hover,
  .mobile\:focus\:border-brand-secondary-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-04,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-04 {
    border-color: RGBA(3, 3, 40, 0.04);
  }
  .mobile\:border-brand-secondary-opal-5,
  .mobile\:hover\:border-brand-secondary-opal-5:hover,
  .mobile\:focus\:border-brand-secondary-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-5,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-5 {
    border-color: RGBA(3, 3, 40, 0.5);
  }
  .mobile\:border-brand-secondary-opal-05,
  .mobile\:hover\:border-brand-secondary-opal-05:hover,
  .mobile\:focus\:border-brand-secondary-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-05,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-05 {
    border-color: RGBA(3, 3, 40, 0.05);
  }
  .mobile\:border-brand-secondary-opal-6,
  .mobile\:hover\:border-brand-secondary-opal-6:hover,
  .mobile\:focus\:border-brand-secondary-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-6,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-6 {
    border-color: RGBA(3, 3, 40, 0.6);
  }
  .mobile\:border-brand-secondary-opal-06,
  .mobile\:hover\:border-brand-secondary-opal-06:hover,
  .mobile\:focus\:border-brand-secondary-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-06,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-06 {
    border-color: RGBA(3, 3, 40, 0.06);
  }
  .mobile\:border-brand-secondary-opal-7,
  .mobile\:hover\:border-brand-secondary-opal-7:hover,
  .mobile\:focus\:border-brand-secondary-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-7,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-7 {
    border-color: RGBA(3, 3, 40, 0.7);
  }
  .mobile\:border-brand-secondary-opal-07,
  .mobile\:hover\:border-brand-secondary-opal-07:hover,
  .mobile\:focus\:border-brand-secondary-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-07,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-07 {
    border-color: RGBA(3, 3, 40, 0.07);
  }
  .mobile\:border-brand-secondary-opal-8,
  .mobile\:hover\:border-brand-secondary-opal-8:hover,
  .mobile\:focus\:border-brand-secondary-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-8,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-8 {
    border-color: RGBA(3, 3, 40, 0.8);
  }
  .mobile\:border-brand-secondary-opal-08,
  .mobile\:hover\:border-brand-secondary-opal-08:hover,
  .mobile\:focus\:border-brand-secondary-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-08,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-08 {
    border-color: RGBA(3, 3, 40, 0.08);
  }
  .mobile\:border-brand-secondary-opal-9,
  .mobile\:hover\:border-brand-secondary-opal-9:hover,
  .mobile\:focus\:border-brand-secondary-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-9,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-9 {
    border-color: RGBA(3, 3, 40, 0.9);
  }
  .mobile\:border-brand-secondary-opal-09,
  .mobile\:hover\:border-brand-secondary-opal-09:hover,
  .mobile\:focus\:border-brand-secondary-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-09,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-09 {
    border-color: RGBA(3, 3, 40, 0.09);
  }
  .mobile\:border-brand-secondary-opal-10,
  .mobile\:hover\:border-brand-secondary-opal-10:hover,
  .mobile\:focus\:border-brand-secondary-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-brand-secondary-opal-10,
  .mobile\:group:focus-within
    .group-focus-within\:border-brand-secondary-opal-10 {
    border-color: RGBA(3, 3, 40, 1);
  }
  .mobile\:border-color-headline,
  .mobile\:hover\:border-color-headline:hover,
  .mobile\:focus\:border-color-headline:focus,
  .mobile\:group:hover .group-hover\:border-color-headline,
  .mobile\:group:focus-within .group-focus-within\:border-color-headline {
    border-color: #030328;
  }
  .mobile\:border-color-headline-opal-0,
  .mobile\:hover\:border-color-headline-opal-0:hover,
  .mobile\:focus\:border-color-headline-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-0,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-0 {
    border-color: RGBA(3, 3, 40, 0);
  }
  .mobile\:border-color-headline-opal-00,
  .mobile\:hover\:border-color-headline-opal-00:hover,
  .mobile\:focus\:border-color-headline-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-00,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-00 {
    border-color: RGBA(3, 3, 40, 0);
  }
  .mobile\:border-color-headline-opal-1,
  .mobile\:hover\:border-color-headline-opal-1:hover,
  .mobile\:focus\:border-color-headline-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-1,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-1 {
    border-color: RGBA(3, 3, 40, 0.1);
  }
  .mobile\:border-color-headline-opal-01,
  .mobile\:hover\:border-color-headline-opal-01:hover,
  .mobile\:focus\:border-color-headline-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-01,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-01 {
    border-color: RGBA(3, 3, 40, 0.01);
  }
  .mobile\:border-color-headline-opal-2,
  .mobile\:hover\:border-color-headline-opal-2:hover,
  .mobile\:focus\:border-color-headline-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-2,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-2 {
    border-color: RGBA(3, 3, 40, 0.2);
  }
  .mobile\:border-color-headline-opal-02,
  .mobile\:hover\:border-color-headline-opal-02:hover,
  .mobile\:focus\:border-color-headline-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-02,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-02 {
    border-color: RGBA(3, 3, 40, 0.02);
  }
  .mobile\:border-color-headline-opal-3,
  .mobile\:hover\:border-color-headline-opal-3:hover,
  .mobile\:focus\:border-color-headline-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-3,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-3 {
    border-color: RGBA(3, 3, 40, 0.3);
  }
  .mobile\:border-color-headline-opal-03,
  .mobile\:hover\:border-color-headline-opal-03:hover,
  .mobile\:focus\:border-color-headline-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-03,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-03 {
    border-color: RGBA(3, 3, 40, 0.03);
  }
  .mobile\:border-color-headline-opal-4,
  .mobile\:hover\:border-color-headline-opal-4:hover,
  .mobile\:focus\:border-color-headline-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-4,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-4 {
    border-color: RGBA(3, 3, 40, 0.4);
  }
  .mobile\:border-color-headline-opal-04,
  .mobile\:hover\:border-color-headline-opal-04:hover,
  .mobile\:focus\:border-color-headline-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-04,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-04 {
    border-color: RGBA(3, 3, 40, 0.04);
  }
  .mobile\:border-color-headline-opal-5,
  .mobile\:hover\:border-color-headline-opal-5:hover,
  .mobile\:focus\:border-color-headline-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-5,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-5 {
    border-color: RGBA(3, 3, 40, 0.5);
  }
  .mobile\:border-color-headline-opal-05,
  .mobile\:hover\:border-color-headline-opal-05:hover,
  .mobile\:focus\:border-color-headline-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-05,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-05 {
    border-color: RGBA(3, 3, 40, 0.05);
  }
  .mobile\:border-color-headline-opal-6,
  .mobile\:hover\:border-color-headline-opal-6:hover,
  .mobile\:focus\:border-color-headline-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-6,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-6 {
    border-color: RGBA(3, 3, 40, 0.6);
  }
  .mobile\:border-color-headline-opal-06,
  .mobile\:hover\:border-color-headline-opal-06:hover,
  .mobile\:focus\:border-color-headline-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-06,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-06 {
    border-color: RGBA(3, 3, 40, 0.06);
  }
  .mobile\:border-color-headline-opal-7,
  .mobile\:hover\:border-color-headline-opal-7:hover,
  .mobile\:focus\:border-color-headline-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-7,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-7 {
    border-color: RGBA(3, 3, 40, 0.7);
  }
  .mobile\:border-color-headline-opal-07,
  .mobile\:hover\:border-color-headline-opal-07:hover,
  .mobile\:focus\:border-color-headline-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-07,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-07 {
    border-color: RGBA(3, 3, 40, 0.07);
  }
  .mobile\:border-color-headline-opal-8,
  .mobile\:hover\:border-color-headline-opal-8:hover,
  .mobile\:focus\:border-color-headline-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-8,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-8 {
    border-color: RGBA(3, 3, 40, 0.8);
  }
  .mobile\:border-color-headline-opal-08,
  .mobile\:hover\:border-color-headline-opal-08:hover,
  .mobile\:focus\:border-color-headline-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-08,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-08 {
    border-color: RGBA(3, 3, 40, 0.08);
  }
  .mobile\:border-color-headline-opal-9,
  .mobile\:hover\:border-color-headline-opal-9:hover,
  .mobile\:focus\:border-color-headline-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-9,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-9 {
    border-color: RGBA(3, 3, 40, 0.9);
  }
  .mobile\:border-color-headline-opal-09,
  .mobile\:hover\:border-color-headline-opal-09:hover,
  .mobile\:focus\:border-color-headline-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-09,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-09 {
    border-color: RGBA(3, 3, 40, 0.09);
  }
  .mobile\:border-color-headline-opal-10,
  .mobile\:hover\:border-color-headline-opal-10:hover,
  .mobile\:focus\:border-color-headline-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-color-headline-opal-10,
  .mobile\:group:focus-within
    .group-focus-within\:border-color-headline-opal-10 {
    border-color: RGBA(3, 3, 40, 1);
  }
  .mobile\:border-color-body,
  .mobile\:hover\:border-color-body:hover,
  .mobile\:focus\:border-color-body:focus,
  .mobile\:group:hover .group-hover\:border-color-body,
  .mobile\:group:focus-within .group-focus-within\:border-color-body {
    border-color: #383f76;
  }
  .mobile\:border-color-body-opal-0,
  .mobile\:hover\:border-color-body-opal-0:hover,
  .mobile\:focus\:border-color-body-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-0 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:border-color-body-opal-00,
  .mobile\:hover\:border-color-body-opal-00:hover,
  .mobile\:focus\:border-color-body-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-00 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:border-color-body-opal-1,
  .mobile\:hover\:border-color-body-opal-1:hover,
  .mobile\:focus\:border-color-body-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-1 {
    border-color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:border-color-body-opal-01,
  .mobile\:hover\:border-color-body-opal-01:hover,
  .mobile\:focus\:border-color-body-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-01 {
    border-color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:border-color-body-opal-2,
  .mobile\:hover\:border-color-body-opal-2:hover,
  .mobile\:focus\:border-color-body-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-2 {
    border-color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:border-color-body-opal-02,
  .mobile\:hover\:border-color-body-opal-02:hover,
  .mobile\:focus\:border-color-body-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-02 {
    border-color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:border-color-body-opal-3,
  .mobile\:hover\:border-color-body-opal-3:hover,
  .mobile\:focus\:border-color-body-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-3 {
    border-color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:border-color-body-opal-03,
  .mobile\:hover\:border-color-body-opal-03:hover,
  .mobile\:focus\:border-color-body-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-03 {
    border-color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:border-color-body-opal-4,
  .mobile\:hover\:border-color-body-opal-4:hover,
  .mobile\:focus\:border-color-body-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-4 {
    border-color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:border-color-body-opal-04,
  .mobile\:hover\:border-color-body-opal-04:hover,
  .mobile\:focus\:border-color-body-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-04 {
    border-color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:border-color-body-opal-5,
  .mobile\:hover\:border-color-body-opal-5:hover,
  .mobile\:focus\:border-color-body-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-5 {
    border-color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:border-color-body-opal-05,
  .mobile\:hover\:border-color-body-opal-05:hover,
  .mobile\:focus\:border-color-body-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-05 {
    border-color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:border-color-body-opal-6,
  .mobile\:hover\:border-color-body-opal-6:hover,
  .mobile\:focus\:border-color-body-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-6 {
    border-color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:border-color-body-opal-06,
  .mobile\:hover\:border-color-body-opal-06:hover,
  .mobile\:focus\:border-color-body-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-06 {
    border-color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:border-color-body-opal-7,
  .mobile\:hover\:border-color-body-opal-7:hover,
  .mobile\:focus\:border-color-body-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-7 {
    border-color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:border-color-body-opal-07,
  .mobile\:hover\:border-color-body-opal-07:hover,
  .mobile\:focus\:border-color-body-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-07 {
    border-color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:border-color-body-opal-8,
  .mobile\:hover\:border-color-body-opal-8:hover,
  .mobile\:focus\:border-color-body-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-8 {
    border-color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:border-color-body-opal-08,
  .mobile\:hover\:border-color-body-opal-08:hover,
  .mobile\:focus\:border-color-body-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-08 {
    border-color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:border-color-body-opal-9,
  .mobile\:hover\:border-color-body-opal-9:hover,
  .mobile\:focus\:border-color-body-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-9 {
    border-color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:border-color-body-opal-09,
  .mobile\:hover\:border-color-body-opal-09:hover,
  .mobile\:focus\:border-color-body-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-09 {
    border-color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:border-color-body-opal-10,
  .mobile\:hover\:border-color-body-opal-10:hover,
  .mobile\:focus\:border-color-body-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-color-body-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-color-body-opal-10 {
    border-color: RGBA(56, 63, 118, 1);
  }
  .mobile\:border-success,
  .mobile\:hover\:border-success:hover,
  .mobile\:focus\:border-success:focus,
  .mobile\:group:hover .group-hover\:border-success,
  .mobile\:group:focus-within .group-focus-within\:border-success {
    border-color: #168982;
  }
  .mobile\:border-success-opal-0,
  .mobile\:hover\:border-success-opal-0:hover,
  .mobile\:focus\:border-success-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-0 {
    border-color: RGBA(22, 137, 130, 0);
  }
  .mobile\:border-success-opal-00,
  .mobile\:hover\:border-success-opal-00:hover,
  .mobile\:focus\:border-success-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-00 {
    border-color: RGBA(22, 137, 130, 0);
  }
  .mobile\:border-success-opal-1,
  .mobile\:hover\:border-success-opal-1:hover,
  .mobile\:focus\:border-success-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-1 {
    border-color: RGBA(22, 137, 130, 0.1);
  }
  .mobile\:border-success-opal-01,
  .mobile\:hover\:border-success-opal-01:hover,
  .mobile\:focus\:border-success-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-01 {
    border-color: RGBA(22, 137, 130, 0.01);
  }
  .mobile\:border-success-opal-2,
  .mobile\:hover\:border-success-opal-2:hover,
  .mobile\:focus\:border-success-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-2 {
    border-color: RGBA(22, 137, 130, 0.2);
  }
  .mobile\:border-success-opal-02,
  .mobile\:hover\:border-success-opal-02:hover,
  .mobile\:focus\:border-success-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-02 {
    border-color: RGBA(22, 137, 130, 0.02);
  }
  .mobile\:border-success-opal-3,
  .mobile\:hover\:border-success-opal-3:hover,
  .mobile\:focus\:border-success-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-3 {
    border-color: RGBA(22, 137, 130, 0.3);
  }
  .mobile\:border-success-opal-03,
  .mobile\:hover\:border-success-opal-03:hover,
  .mobile\:focus\:border-success-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-03 {
    border-color: RGBA(22, 137, 130, 0.03);
  }
  .mobile\:border-success-opal-4,
  .mobile\:hover\:border-success-opal-4:hover,
  .mobile\:focus\:border-success-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-4 {
    border-color: RGBA(22, 137, 130, 0.4);
  }
  .mobile\:border-success-opal-04,
  .mobile\:hover\:border-success-opal-04:hover,
  .mobile\:focus\:border-success-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-04 {
    border-color: RGBA(22, 137, 130, 0.04);
  }
  .mobile\:border-success-opal-5,
  .mobile\:hover\:border-success-opal-5:hover,
  .mobile\:focus\:border-success-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-5 {
    border-color: RGBA(22, 137, 130, 0.5);
  }
  .mobile\:border-success-opal-05,
  .mobile\:hover\:border-success-opal-05:hover,
  .mobile\:focus\:border-success-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-05 {
    border-color: RGBA(22, 137, 130, 0.05);
  }
  .mobile\:border-success-opal-6,
  .mobile\:hover\:border-success-opal-6:hover,
  .mobile\:focus\:border-success-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-6 {
    border-color: RGBA(22, 137, 130, 0.6);
  }
  .mobile\:border-success-opal-06,
  .mobile\:hover\:border-success-opal-06:hover,
  .mobile\:focus\:border-success-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-06 {
    border-color: RGBA(22, 137, 130, 0.06);
  }
  .mobile\:border-success-opal-7,
  .mobile\:hover\:border-success-opal-7:hover,
  .mobile\:focus\:border-success-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-7 {
    border-color: RGBA(22, 137, 130, 0.7);
  }
  .mobile\:border-success-opal-07,
  .mobile\:hover\:border-success-opal-07:hover,
  .mobile\:focus\:border-success-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-07 {
    border-color: RGBA(22, 137, 130, 0.07);
  }
  .mobile\:border-success-opal-8,
  .mobile\:hover\:border-success-opal-8:hover,
  .mobile\:focus\:border-success-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-8 {
    border-color: RGBA(22, 137, 130, 0.8);
  }
  .mobile\:border-success-opal-08,
  .mobile\:hover\:border-success-opal-08:hover,
  .mobile\:focus\:border-success-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-08 {
    border-color: RGBA(22, 137, 130, 0.08);
  }
  .mobile\:border-success-opal-9,
  .mobile\:hover\:border-success-opal-9:hover,
  .mobile\:focus\:border-success-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-9 {
    border-color: RGBA(22, 137, 130, 0.9);
  }
  .mobile\:border-success-opal-09,
  .mobile\:hover\:border-success-opal-09:hover,
  .mobile\:focus\:border-success-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-09 {
    border-color: RGBA(22, 137, 130, 0.09);
  }
  .mobile\:border-success-opal-10,
  .mobile\:hover\:border-success-opal-10:hover,
  .mobile\:focus\:border-success-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-success-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-success-opal-10 {
    border-color: RGBA(22, 137, 130, 1);
  }
  .mobile\:border-success-contrast,
  .mobile\:hover\:border-success-contrast:hover,
  .mobile\:focus\:border-success-contrast:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast,
  .mobile\:group:focus-within .group-focus-within\:border-success-contrast {
    border-color: #fff;
  }
  .mobile\:border-success-contrast-opal-0,
  .mobile\:hover\:border-success-contrast-opal-0:hover,
  .mobile\:focus\:border-success-contrast-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-0,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-0 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:border-success-contrast-opal-00,
  .mobile\:hover\:border-success-contrast-opal-00:hover,
  .mobile\:focus\:border-success-contrast-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-00,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-00 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:border-success-contrast-opal-1,
  .mobile\:hover\:border-success-contrast-opal-1:hover,
  .mobile\:focus\:border-success-contrast-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-1,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-1 {
    border-color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:border-success-contrast-opal-01,
  .mobile\:hover\:border-success-contrast-opal-01:hover,
  .mobile\:focus\:border-success-contrast-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-01,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-01 {
    border-color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:border-success-contrast-opal-2,
  .mobile\:hover\:border-success-contrast-opal-2:hover,
  .mobile\:focus\:border-success-contrast-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-2,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-2 {
    border-color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:border-success-contrast-opal-02,
  .mobile\:hover\:border-success-contrast-opal-02:hover,
  .mobile\:focus\:border-success-contrast-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-02,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-02 {
    border-color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:border-success-contrast-opal-3,
  .mobile\:hover\:border-success-contrast-opal-3:hover,
  .mobile\:focus\:border-success-contrast-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-3,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-3 {
    border-color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:border-success-contrast-opal-03,
  .mobile\:hover\:border-success-contrast-opal-03:hover,
  .mobile\:focus\:border-success-contrast-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-03,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-03 {
    border-color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:border-success-contrast-opal-4,
  .mobile\:hover\:border-success-contrast-opal-4:hover,
  .mobile\:focus\:border-success-contrast-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-4,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-4 {
    border-color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:border-success-contrast-opal-04,
  .mobile\:hover\:border-success-contrast-opal-04:hover,
  .mobile\:focus\:border-success-contrast-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-04,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-04 {
    border-color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:border-success-contrast-opal-5,
  .mobile\:hover\:border-success-contrast-opal-5:hover,
  .mobile\:focus\:border-success-contrast-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-5,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-5 {
    border-color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:border-success-contrast-opal-05,
  .mobile\:hover\:border-success-contrast-opal-05:hover,
  .mobile\:focus\:border-success-contrast-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-05,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-05 {
    border-color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:border-success-contrast-opal-6,
  .mobile\:hover\:border-success-contrast-opal-6:hover,
  .mobile\:focus\:border-success-contrast-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-6,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-6 {
    border-color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:border-success-contrast-opal-06,
  .mobile\:hover\:border-success-contrast-opal-06:hover,
  .mobile\:focus\:border-success-contrast-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-06,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-06 {
    border-color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:border-success-contrast-opal-7,
  .mobile\:hover\:border-success-contrast-opal-7:hover,
  .mobile\:focus\:border-success-contrast-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-7,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-7 {
    border-color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:border-success-contrast-opal-07,
  .mobile\:hover\:border-success-contrast-opal-07:hover,
  .mobile\:focus\:border-success-contrast-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-07,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-07 {
    border-color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:border-success-contrast-opal-8,
  .mobile\:hover\:border-success-contrast-opal-8:hover,
  .mobile\:focus\:border-success-contrast-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-8,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-8 {
    border-color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:border-success-contrast-opal-08,
  .mobile\:hover\:border-success-contrast-opal-08:hover,
  .mobile\:focus\:border-success-contrast-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-08,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-08 {
    border-color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:border-success-contrast-opal-9,
  .mobile\:hover\:border-success-contrast-opal-9:hover,
  .mobile\:focus\:border-success-contrast-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-9,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-9 {
    border-color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:border-success-contrast-opal-09,
  .mobile\:hover\:border-success-contrast-opal-09:hover,
  .mobile\:focus\:border-success-contrast-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-09,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-09 {
    border-color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:border-success-contrast-opal-10,
  .mobile\:hover\:border-success-contrast-opal-10:hover,
  .mobile\:focus\:border-success-contrast-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-success-contrast-opal-10,
  .mobile\:group:focus-within
    .group-focus-within\:border-success-contrast-opal-10 {
    border-color: RGBA(255, 255, 255, 1);
  }
  .mobile\:border-warning,
  .mobile\:hover\:border-warning:hover,
  .mobile\:focus\:border-warning:focus,
  .mobile\:group:hover .group-hover\:border-warning,
  .mobile\:group:focus-within .group-focus-within\:border-warning {
    border-color: #c04c0a;
  }
  .mobile\:border-warning-opal-0,
  .mobile\:hover\:border-warning-opal-0:hover,
  .mobile\:focus\:border-warning-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-0 {
    border-color: RGBA(192, 76, 10, 0);
  }
  .mobile\:border-warning-opal-00,
  .mobile\:hover\:border-warning-opal-00:hover,
  .mobile\:focus\:border-warning-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-00 {
    border-color: RGBA(192, 76, 10, 0);
  }
  .mobile\:border-warning-opal-1,
  .mobile\:hover\:border-warning-opal-1:hover,
  .mobile\:focus\:border-warning-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-1 {
    border-color: RGBA(192, 76, 10, 0.1);
  }
  .mobile\:border-warning-opal-01,
  .mobile\:hover\:border-warning-opal-01:hover,
  .mobile\:focus\:border-warning-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-01 {
    border-color: RGBA(192, 76, 10, 0.01);
  }
  .mobile\:border-warning-opal-2,
  .mobile\:hover\:border-warning-opal-2:hover,
  .mobile\:focus\:border-warning-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-2 {
    border-color: RGBA(192, 76, 10, 0.2);
  }
  .mobile\:border-warning-opal-02,
  .mobile\:hover\:border-warning-opal-02:hover,
  .mobile\:focus\:border-warning-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-02 {
    border-color: RGBA(192, 76, 10, 0.02);
  }
  .mobile\:border-warning-opal-3,
  .mobile\:hover\:border-warning-opal-3:hover,
  .mobile\:focus\:border-warning-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-3 {
    border-color: RGBA(192, 76, 10, 0.3);
  }
  .mobile\:border-warning-opal-03,
  .mobile\:hover\:border-warning-opal-03:hover,
  .mobile\:focus\:border-warning-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-03 {
    border-color: RGBA(192, 76, 10, 0.03);
  }
  .mobile\:border-warning-opal-4,
  .mobile\:hover\:border-warning-opal-4:hover,
  .mobile\:focus\:border-warning-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-4 {
    border-color: RGBA(192, 76, 10, 0.4);
  }
  .mobile\:border-warning-opal-04,
  .mobile\:hover\:border-warning-opal-04:hover,
  .mobile\:focus\:border-warning-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-04 {
    border-color: RGBA(192, 76, 10, 0.04);
  }
  .mobile\:border-warning-opal-5,
  .mobile\:hover\:border-warning-opal-5:hover,
  .mobile\:focus\:border-warning-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-5 {
    border-color: RGBA(192, 76, 10, 0.5);
  }
  .mobile\:border-warning-opal-05,
  .mobile\:hover\:border-warning-opal-05:hover,
  .mobile\:focus\:border-warning-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-05 {
    border-color: RGBA(192, 76, 10, 0.05);
  }
  .mobile\:border-warning-opal-6,
  .mobile\:hover\:border-warning-opal-6:hover,
  .mobile\:focus\:border-warning-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-6 {
    border-color: RGBA(192, 76, 10, 0.6);
  }
  .mobile\:border-warning-opal-06,
  .mobile\:hover\:border-warning-opal-06:hover,
  .mobile\:focus\:border-warning-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-06 {
    border-color: RGBA(192, 76, 10, 0.06);
  }
  .mobile\:border-warning-opal-7,
  .mobile\:hover\:border-warning-opal-7:hover,
  .mobile\:focus\:border-warning-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-7 {
    border-color: RGBA(192, 76, 10, 0.7);
  }
  .mobile\:border-warning-opal-07,
  .mobile\:hover\:border-warning-opal-07:hover,
  .mobile\:focus\:border-warning-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-07 {
    border-color: RGBA(192, 76, 10, 0.07);
  }
  .mobile\:border-warning-opal-8,
  .mobile\:hover\:border-warning-opal-8:hover,
  .mobile\:focus\:border-warning-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-8 {
    border-color: RGBA(192, 76, 10, 0.8);
  }
  .mobile\:border-warning-opal-08,
  .mobile\:hover\:border-warning-opal-08:hover,
  .mobile\:focus\:border-warning-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-08 {
    border-color: RGBA(192, 76, 10, 0.08);
  }
  .mobile\:border-warning-opal-9,
  .mobile\:hover\:border-warning-opal-9:hover,
  .mobile\:focus\:border-warning-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-9 {
    border-color: RGBA(192, 76, 10, 0.9);
  }
  .mobile\:border-warning-opal-09,
  .mobile\:hover\:border-warning-opal-09:hover,
  .mobile\:focus\:border-warning-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-09 {
    border-color: RGBA(192, 76, 10, 0.09);
  }
  .mobile\:border-warning-opal-10,
  .mobile\:hover\:border-warning-opal-10:hover,
  .mobile\:focus\:border-warning-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-warning-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-warning-opal-10 {
    border-color: RGBA(192, 76, 10, 1);
  }
  .mobile\:border-warning-contrast,
  .mobile\:hover\:border-warning-contrast:hover,
  .mobile\:focus\:border-warning-contrast:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast,
  .mobile\:group:focus-within .group-focus-within\:border-warning-contrast {
    border-color: #fff;
  }
  .mobile\:border-warning-contrast-opal-0,
  .mobile\:hover\:border-warning-contrast-opal-0:hover,
  .mobile\:focus\:border-warning-contrast-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-0,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-0 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:border-warning-contrast-opal-00,
  .mobile\:hover\:border-warning-contrast-opal-00:hover,
  .mobile\:focus\:border-warning-contrast-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-00,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-00 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:border-warning-contrast-opal-1,
  .mobile\:hover\:border-warning-contrast-opal-1:hover,
  .mobile\:focus\:border-warning-contrast-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-1,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-1 {
    border-color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:border-warning-contrast-opal-01,
  .mobile\:hover\:border-warning-contrast-opal-01:hover,
  .mobile\:focus\:border-warning-contrast-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-01,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-01 {
    border-color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:border-warning-contrast-opal-2,
  .mobile\:hover\:border-warning-contrast-opal-2:hover,
  .mobile\:focus\:border-warning-contrast-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-2,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-2 {
    border-color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:border-warning-contrast-opal-02,
  .mobile\:hover\:border-warning-contrast-opal-02:hover,
  .mobile\:focus\:border-warning-contrast-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-02,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-02 {
    border-color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:border-warning-contrast-opal-3,
  .mobile\:hover\:border-warning-contrast-opal-3:hover,
  .mobile\:focus\:border-warning-contrast-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-3,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-3 {
    border-color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:border-warning-contrast-opal-03,
  .mobile\:hover\:border-warning-contrast-opal-03:hover,
  .mobile\:focus\:border-warning-contrast-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-03,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-03 {
    border-color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:border-warning-contrast-opal-4,
  .mobile\:hover\:border-warning-contrast-opal-4:hover,
  .mobile\:focus\:border-warning-contrast-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-4,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-4 {
    border-color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:border-warning-contrast-opal-04,
  .mobile\:hover\:border-warning-contrast-opal-04:hover,
  .mobile\:focus\:border-warning-contrast-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-04,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-04 {
    border-color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:border-warning-contrast-opal-5,
  .mobile\:hover\:border-warning-contrast-opal-5:hover,
  .mobile\:focus\:border-warning-contrast-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-5,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-5 {
    border-color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:border-warning-contrast-opal-05,
  .mobile\:hover\:border-warning-contrast-opal-05:hover,
  .mobile\:focus\:border-warning-contrast-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-05,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-05 {
    border-color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:border-warning-contrast-opal-6,
  .mobile\:hover\:border-warning-contrast-opal-6:hover,
  .mobile\:focus\:border-warning-contrast-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-6,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-6 {
    border-color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:border-warning-contrast-opal-06,
  .mobile\:hover\:border-warning-contrast-opal-06:hover,
  .mobile\:focus\:border-warning-contrast-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-06,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-06 {
    border-color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:border-warning-contrast-opal-7,
  .mobile\:hover\:border-warning-contrast-opal-7:hover,
  .mobile\:focus\:border-warning-contrast-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-7,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-7 {
    border-color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:border-warning-contrast-opal-07,
  .mobile\:hover\:border-warning-contrast-opal-07:hover,
  .mobile\:focus\:border-warning-contrast-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-07,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-07 {
    border-color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:border-warning-contrast-opal-8,
  .mobile\:hover\:border-warning-contrast-opal-8:hover,
  .mobile\:focus\:border-warning-contrast-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-8,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-8 {
    border-color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:border-warning-contrast-opal-08,
  .mobile\:hover\:border-warning-contrast-opal-08:hover,
  .mobile\:focus\:border-warning-contrast-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-08,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-08 {
    border-color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:border-warning-contrast-opal-9,
  .mobile\:hover\:border-warning-contrast-opal-9:hover,
  .mobile\:focus\:border-warning-contrast-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-9,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-9 {
    border-color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:border-warning-contrast-opal-09,
  .mobile\:hover\:border-warning-contrast-opal-09:hover,
  .mobile\:focus\:border-warning-contrast-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-09,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-09 {
    border-color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:border-warning-contrast-opal-10,
  .mobile\:hover\:border-warning-contrast-opal-10:hover,
  .mobile\:focus\:border-warning-contrast-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-warning-contrast-opal-10,
  .mobile\:group:focus-within
    .group-focus-within\:border-warning-contrast-opal-10 {
    border-color: RGBA(255, 255, 255, 1);
  }
  .mobile\:border-fail,
  .mobile\:hover\:border-fail:hover,
  .mobile\:focus\:border-fail:focus,
  .mobile\:group:hover .group-hover\:border-fail,
  .mobile\:group:focus-within .group-focus-within\:border-fail {
    border-color: #c82d53;
  }
  .mobile\:border-fail-opal-0,
  .mobile\:hover\:border-fail-opal-0:hover,
  .mobile\:focus\:border-fail-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-0 {
    border-color: RGBA(200, 45, 83, 0);
  }
  .mobile\:border-fail-opal-00,
  .mobile\:hover\:border-fail-opal-00:hover,
  .mobile\:focus\:border-fail-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-00 {
    border-color: RGBA(200, 45, 83, 0);
  }
  .mobile\:border-fail-opal-1,
  .mobile\:hover\:border-fail-opal-1:hover,
  .mobile\:focus\:border-fail-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-1 {
    border-color: RGBA(200, 45, 83, 0.1);
  }
  .mobile\:border-fail-opal-01,
  .mobile\:hover\:border-fail-opal-01:hover,
  .mobile\:focus\:border-fail-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-01 {
    border-color: RGBA(200, 45, 83, 0.01);
  }
  .mobile\:border-fail-opal-2,
  .mobile\:hover\:border-fail-opal-2:hover,
  .mobile\:focus\:border-fail-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-2 {
    border-color: RGBA(200, 45, 83, 0.2);
  }
  .mobile\:border-fail-opal-02,
  .mobile\:hover\:border-fail-opal-02:hover,
  .mobile\:focus\:border-fail-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-02 {
    border-color: RGBA(200, 45, 83, 0.02);
  }
  .mobile\:border-fail-opal-3,
  .mobile\:hover\:border-fail-opal-3:hover,
  .mobile\:focus\:border-fail-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-3 {
    border-color: RGBA(200, 45, 83, 0.3);
  }
  .mobile\:border-fail-opal-03,
  .mobile\:hover\:border-fail-opal-03:hover,
  .mobile\:focus\:border-fail-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-03 {
    border-color: RGBA(200, 45, 83, 0.03);
  }
  .mobile\:border-fail-opal-4,
  .mobile\:hover\:border-fail-opal-4:hover,
  .mobile\:focus\:border-fail-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-4 {
    border-color: RGBA(200, 45, 83, 0.4);
  }
  .mobile\:border-fail-opal-04,
  .mobile\:hover\:border-fail-opal-04:hover,
  .mobile\:focus\:border-fail-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-04 {
    border-color: RGBA(200, 45, 83, 0.04);
  }
  .mobile\:border-fail-opal-5,
  .mobile\:hover\:border-fail-opal-5:hover,
  .mobile\:focus\:border-fail-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-5 {
    border-color: RGBA(200, 45, 83, 0.5);
  }
  .mobile\:border-fail-opal-05,
  .mobile\:hover\:border-fail-opal-05:hover,
  .mobile\:focus\:border-fail-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-05 {
    border-color: RGBA(200, 45, 83, 0.05);
  }
  .mobile\:border-fail-opal-6,
  .mobile\:hover\:border-fail-opal-6:hover,
  .mobile\:focus\:border-fail-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-6 {
    border-color: RGBA(200, 45, 83, 0.6);
  }
  .mobile\:border-fail-opal-06,
  .mobile\:hover\:border-fail-opal-06:hover,
  .mobile\:focus\:border-fail-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-06 {
    border-color: RGBA(200, 45, 83, 0.06);
  }
  .mobile\:border-fail-opal-7,
  .mobile\:hover\:border-fail-opal-7:hover,
  .mobile\:focus\:border-fail-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-7 {
    border-color: RGBA(200, 45, 83, 0.7);
  }
  .mobile\:border-fail-opal-07,
  .mobile\:hover\:border-fail-opal-07:hover,
  .mobile\:focus\:border-fail-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-07 {
    border-color: RGBA(200, 45, 83, 0.07);
  }
  .mobile\:border-fail-opal-8,
  .mobile\:hover\:border-fail-opal-8:hover,
  .mobile\:focus\:border-fail-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-8 {
    border-color: RGBA(200, 45, 83, 0.8);
  }
  .mobile\:border-fail-opal-08,
  .mobile\:hover\:border-fail-opal-08:hover,
  .mobile\:focus\:border-fail-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-08 {
    border-color: RGBA(200, 45, 83, 0.08);
  }
  .mobile\:border-fail-opal-9,
  .mobile\:hover\:border-fail-opal-9:hover,
  .mobile\:focus\:border-fail-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-9 {
    border-color: RGBA(200, 45, 83, 0.9);
  }
  .mobile\:border-fail-opal-09,
  .mobile\:hover\:border-fail-opal-09:hover,
  .mobile\:focus\:border-fail-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-09 {
    border-color: RGBA(200, 45, 83, 0.09);
  }
  .mobile\:border-fail-opal-10,
  .mobile\:hover\:border-fail-opal-10:hover,
  .mobile\:focus\:border-fail-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-fail-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-fail-opal-10 {
    border-color: RGBA(200, 45, 83, 1);
  }
  .mobile\:border-fail-contrast,
  .mobile\:hover\:border-fail-contrast:hover,
  .mobile\:focus\:border-fail-contrast:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast,
  .mobile\:group:focus-within .group-focus-within\:border-fail-contrast {
    border-color: #fff;
  }
  .mobile\:border-fail-contrast-opal-0,
  .mobile\:hover\:border-fail-contrast-opal-0:hover,
  .mobile\:focus\:border-fail-contrast-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-fail-contrast-opal-0 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:border-fail-contrast-opal-00,
  .mobile\:hover\:border-fail-contrast-opal-00:hover,
  .mobile\:focus\:border-fail-contrast-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-00,
  .mobile\:group:focus-within
    .group-focus-within\:border-fail-contrast-opal-00 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:border-fail-contrast-opal-1,
  .mobile\:hover\:border-fail-contrast-opal-1:hover,
  .mobile\:focus\:border-fail-contrast-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-fail-contrast-opal-1 {
    border-color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:border-fail-contrast-opal-01,
  .mobile\:hover\:border-fail-contrast-opal-01:hover,
  .mobile\:focus\:border-fail-contrast-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-01,
  .mobile\:group:focus-within
    .group-focus-within\:border-fail-contrast-opal-01 {
    border-color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:border-fail-contrast-opal-2,
  .mobile\:hover\:border-fail-contrast-opal-2:hover,
  .mobile\:focus\:border-fail-contrast-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-fail-contrast-opal-2 {
    border-color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:border-fail-contrast-opal-02,
  .mobile\:hover\:border-fail-contrast-opal-02:hover,
  .mobile\:focus\:border-fail-contrast-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-02,
  .mobile\:group:focus-within
    .group-focus-within\:border-fail-contrast-opal-02 {
    border-color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:border-fail-contrast-opal-3,
  .mobile\:hover\:border-fail-contrast-opal-3:hover,
  .mobile\:focus\:border-fail-contrast-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-fail-contrast-opal-3 {
    border-color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:border-fail-contrast-opal-03,
  .mobile\:hover\:border-fail-contrast-opal-03:hover,
  .mobile\:focus\:border-fail-contrast-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-03,
  .mobile\:group:focus-within
    .group-focus-within\:border-fail-contrast-opal-03 {
    border-color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:border-fail-contrast-opal-4,
  .mobile\:hover\:border-fail-contrast-opal-4:hover,
  .mobile\:focus\:border-fail-contrast-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-fail-contrast-opal-4 {
    border-color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:border-fail-contrast-opal-04,
  .mobile\:hover\:border-fail-contrast-opal-04:hover,
  .mobile\:focus\:border-fail-contrast-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-04,
  .mobile\:group:focus-within
    .group-focus-within\:border-fail-contrast-opal-04 {
    border-color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:border-fail-contrast-opal-5,
  .mobile\:hover\:border-fail-contrast-opal-5:hover,
  .mobile\:focus\:border-fail-contrast-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-fail-contrast-opal-5 {
    border-color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:border-fail-contrast-opal-05,
  .mobile\:hover\:border-fail-contrast-opal-05:hover,
  .mobile\:focus\:border-fail-contrast-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-05,
  .mobile\:group:focus-within
    .group-focus-within\:border-fail-contrast-opal-05 {
    border-color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:border-fail-contrast-opal-6,
  .mobile\:hover\:border-fail-contrast-opal-6:hover,
  .mobile\:focus\:border-fail-contrast-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-fail-contrast-opal-6 {
    border-color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:border-fail-contrast-opal-06,
  .mobile\:hover\:border-fail-contrast-opal-06:hover,
  .mobile\:focus\:border-fail-contrast-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-06,
  .mobile\:group:focus-within
    .group-focus-within\:border-fail-contrast-opal-06 {
    border-color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:border-fail-contrast-opal-7,
  .mobile\:hover\:border-fail-contrast-opal-7:hover,
  .mobile\:focus\:border-fail-contrast-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-fail-contrast-opal-7 {
    border-color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:border-fail-contrast-opal-07,
  .mobile\:hover\:border-fail-contrast-opal-07:hover,
  .mobile\:focus\:border-fail-contrast-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-07,
  .mobile\:group:focus-within
    .group-focus-within\:border-fail-contrast-opal-07 {
    border-color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:border-fail-contrast-opal-8,
  .mobile\:hover\:border-fail-contrast-opal-8:hover,
  .mobile\:focus\:border-fail-contrast-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-fail-contrast-opal-8 {
    border-color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:border-fail-contrast-opal-08,
  .mobile\:hover\:border-fail-contrast-opal-08:hover,
  .mobile\:focus\:border-fail-contrast-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-08,
  .mobile\:group:focus-within
    .group-focus-within\:border-fail-contrast-opal-08 {
    border-color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:border-fail-contrast-opal-9,
  .mobile\:hover\:border-fail-contrast-opal-9:hover,
  .mobile\:focus\:border-fail-contrast-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-fail-contrast-opal-9 {
    border-color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:border-fail-contrast-opal-09,
  .mobile\:hover\:border-fail-contrast-opal-09:hover,
  .mobile\:focus\:border-fail-contrast-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-09,
  .mobile\:group:focus-within
    .group-focus-within\:border-fail-contrast-opal-09 {
    border-color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:border-fail-contrast-opal-10,
  .mobile\:hover\:border-fail-contrast-opal-10:hover,
  .mobile\:focus\:border-fail-contrast-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-fail-contrast-opal-10,
  .mobile\:group:focus-within
    .group-focus-within\:border-fail-contrast-opal-10 {
    border-color: RGBA(255, 255, 255, 1);
  }
  .mobile\:border-neutral,
  .mobile\:hover\:border-neutral:hover,
  .mobile\:focus\:border-neutral:focus,
  .mobile\:group:hover .group-hover\:border-neutral,
  .mobile\:group:focus-within .group-focus-within\:border-neutral {
    border-color: #383f76;
  }
  .mobile\:border-neutral-opal-0,
  .mobile\:hover\:border-neutral-opal-0:hover,
  .mobile\:focus\:border-neutral-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-0 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:border-neutral-opal-00,
  .mobile\:hover\:border-neutral-opal-00:hover,
  .mobile\:focus\:border-neutral-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-00 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:border-neutral-opal-1,
  .mobile\:hover\:border-neutral-opal-1:hover,
  .mobile\:focus\:border-neutral-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-1 {
    border-color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:border-neutral-opal-01,
  .mobile\:hover\:border-neutral-opal-01:hover,
  .mobile\:focus\:border-neutral-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-01 {
    border-color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:border-neutral-opal-2,
  .mobile\:hover\:border-neutral-opal-2:hover,
  .mobile\:focus\:border-neutral-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-2 {
    border-color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:border-neutral-opal-02,
  .mobile\:hover\:border-neutral-opal-02:hover,
  .mobile\:focus\:border-neutral-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-02 {
    border-color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:border-neutral-opal-3,
  .mobile\:hover\:border-neutral-opal-3:hover,
  .mobile\:focus\:border-neutral-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-3 {
    border-color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:border-neutral-opal-03,
  .mobile\:hover\:border-neutral-opal-03:hover,
  .mobile\:focus\:border-neutral-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-03 {
    border-color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:border-neutral-opal-4,
  .mobile\:hover\:border-neutral-opal-4:hover,
  .mobile\:focus\:border-neutral-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-4 {
    border-color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:border-neutral-opal-04,
  .mobile\:hover\:border-neutral-opal-04:hover,
  .mobile\:focus\:border-neutral-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-04 {
    border-color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:border-neutral-opal-5,
  .mobile\:hover\:border-neutral-opal-5:hover,
  .mobile\:focus\:border-neutral-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-5 {
    border-color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:border-neutral-opal-05,
  .mobile\:hover\:border-neutral-opal-05:hover,
  .mobile\:focus\:border-neutral-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-05 {
    border-color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:border-neutral-opal-6,
  .mobile\:hover\:border-neutral-opal-6:hover,
  .mobile\:focus\:border-neutral-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-6 {
    border-color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:border-neutral-opal-06,
  .mobile\:hover\:border-neutral-opal-06:hover,
  .mobile\:focus\:border-neutral-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-06 {
    border-color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:border-neutral-opal-7,
  .mobile\:hover\:border-neutral-opal-7:hover,
  .mobile\:focus\:border-neutral-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-7 {
    border-color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:border-neutral-opal-07,
  .mobile\:hover\:border-neutral-opal-07:hover,
  .mobile\:focus\:border-neutral-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-07 {
    border-color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:border-neutral-opal-8,
  .mobile\:hover\:border-neutral-opal-8:hover,
  .mobile\:focus\:border-neutral-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-8 {
    border-color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:border-neutral-opal-08,
  .mobile\:hover\:border-neutral-opal-08:hover,
  .mobile\:focus\:border-neutral-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-08 {
    border-color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:border-neutral-opal-9,
  .mobile\:hover\:border-neutral-opal-9:hover,
  .mobile\:focus\:border-neutral-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-9 {
    border-color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:border-neutral-opal-09,
  .mobile\:hover\:border-neutral-opal-09:hover,
  .mobile\:focus\:border-neutral-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-09 {
    border-color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:border-neutral-opal-10,
  .mobile\:hover\:border-neutral-opal-10:hover,
  .mobile\:focus\:border-neutral-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-neutral-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-opal-10 {
    border-color: RGBA(56, 63, 118, 1);
  }
  .mobile\:border-neutral-contrast,
  .mobile\:hover\:border-neutral-contrast:hover,
  .mobile\:focus\:border-neutral-contrast:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-contrast {
    border-color: #fff;
  }
  .mobile\:border-neutral-contrast-opal-0,
  .mobile\:hover\:border-neutral-contrast-opal-0:hover,
  .mobile\:focus\:border-neutral-contrast-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-0,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-0 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:border-neutral-contrast-opal-00,
  .mobile\:hover\:border-neutral-contrast-opal-00:hover,
  .mobile\:focus\:border-neutral-contrast-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-00,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-00 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:border-neutral-contrast-opal-1,
  .mobile\:hover\:border-neutral-contrast-opal-1:hover,
  .mobile\:focus\:border-neutral-contrast-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-1,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-1 {
    border-color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:border-neutral-contrast-opal-01,
  .mobile\:hover\:border-neutral-contrast-opal-01:hover,
  .mobile\:focus\:border-neutral-contrast-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-01,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-01 {
    border-color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:border-neutral-contrast-opal-2,
  .mobile\:hover\:border-neutral-contrast-opal-2:hover,
  .mobile\:focus\:border-neutral-contrast-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-2,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-2 {
    border-color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:border-neutral-contrast-opal-02,
  .mobile\:hover\:border-neutral-contrast-opal-02:hover,
  .mobile\:focus\:border-neutral-contrast-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-02,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-02 {
    border-color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:border-neutral-contrast-opal-3,
  .mobile\:hover\:border-neutral-contrast-opal-3:hover,
  .mobile\:focus\:border-neutral-contrast-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-3,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-3 {
    border-color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:border-neutral-contrast-opal-03,
  .mobile\:hover\:border-neutral-contrast-opal-03:hover,
  .mobile\:focus\:border-neutral-contrast-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-03,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-03 {
    border-color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:border-neutral-contrast-opal-4,
  .mobile\:hover\:border-neutral-contrast-opal-4:hover,
  .mobile\:focus\:border-neutral-contrast-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-4,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-4 {
    border-color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:border-neutral-contrast-opal-04,
  .mobile\:hover\:border-neutral-contrast-opal-04:hover,
  .mobile\:focus\:border-neutral-contrast-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-04,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-04 {
    border-color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:border-neutral-contrast-opal-5,
  .mobile\:hover\:border-neutral-contrast-opal-5:hover,
  .mobile\:focus\:border-neutral-contrast-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-5,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-5 {
    border-color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:border-neutral-contrast-opal-05,
  .mobile\:hover\:border-neutral-contrast-opal-05:hover,
  .mobile\:focus\:border-neutral-contrast-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-05,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-05 {
    border-color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:border-neutral-contrast-opal-6,
  .mobile\:hover\:border-neutral-contrast-opal-6:hover,
  .mobile\:focus\:border-neutral-contrast-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-6,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-6 {
    border-color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:border-neutral-contrast-opal-06,
  .mobile\:hover\:border-neutral-contrast-opal-06:hover,
  .mobile\:focus\:border-neutral-contrast-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-06,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-06 {
    border-color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:border-neutral-contrast-opal-7,
  .mobile\:hover\:border-neutral-contrast-opal-7:hover,
  .mobile\:focus\:border-neutral-contrast-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-7,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-7 {
    border-color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:border-neutral-contrast-opal-07,
  .mobile\:hover\:border-neutral-contrast-opal-07:hover,
  .mobile\:focus\:border-neutral-contrast-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-07,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-07 {
    border-color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:border-neutral-contrast-opal-8,
  .mobile\:hover\:border-neutral-contrast-opal-8:hover,
  .mobile\:focus\:border-neutral-contrast-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-8,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-8 {
    border-color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:border-neutral-contrast-opal-08,
  .mobile\:hover\:border-neutral-contrast-opal-08:hover,
  .mobile\:focus\:border-neutral-contrast-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-08,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-08 {
    border-color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:border-neutral-contrast-opal-9,
  .mobile\:hover\:border-neutral-contrast-opal-9:hover,
  .mobile\:focus\:border-neutral-contrast-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-9,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-9 {
    border-color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:border-neutral-contrast-opal-09,
  .mobile\:hover\:border-neutral-contrast-opal-09:hover,
  .mobile\:focus\:border-neutral-contrast-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-09,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-09 {
    border-color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:border-neutral-contrast-opal-10,
  .mobile\:hover\:border-neutral-contrast-opal-10:hover,
  .mobile\:focus\:border-neutral-contrast-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-neutral-contrast-opal-10,
  .mobile\:group:focus-within
    .group-focus-within\:border-neutral-contrast-opal-10 {
    border-color: RGBA(255, 255, 255, 1);
  }
  .mobile\:border-neutral-1,
  .mobile\:hover\:border-neutral-1:hover,
  .mobile\:focus\:border-neutral-1:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1 {
    border-color: #01011e;
  }
  .mobile\:border-neutral-1-opal-0,
  .mobile\:hover\:border-neutral-1-opal-0:hover,
  .mobile\:focus\:border-neutral-1-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-0 {
    border-color: RGBA(1, 1, 30, 0);
  }
  .mobile\:border-neutral-1-opal-00,
  .mobile\:hover\:border-neutral-1-opal-00:hover,
  .mobile\:focus\:border-neutral-1-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-00 {
    border-color: RGBA(1, 1, 30, 0);
  }
  .mobile\:border-neutral-1-opal-1,
  .mobile\:hover\:border-neutral-1-opal-1:hover,
  .mobile\:focus\:border-neutral-1-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-1 {
    border-color: RGBA(1, 1, 30, 0.1);
  }
  .mobile\:border-neutral-1-opal-01,
  .mobile\:hover\:border-neutral-1-opal-01:hover,
  .mobile\:focus\:border-neutral-1-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-01 {
    border-color: RGBA(1, 1, 30, 0.01);
  }
  .mobile\:border-neutral-1-opal-2,
  .mobile\:hover\:border-neutral-1-opal-2:hover,
  .mobile\:focus\:border-neutral-1-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-2 {
    border-color: RGBA(1, 1, 30, 0.2);
  }
  .mobile\:border-neutral-1-opal-02,
  .mobile\:hover\:border-neutral-1-opal-02:hover,
  .mobile\:focus\:border-neutral-1-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-02 {
    border-color: RGBA(1, 1, 30, 0.02);
  }
  .mobile\:border-neutral-1-opal-3,
  .mobile\:hover\:border-neutral-1-opal-3:hover,
  .mobile\:focus\:border-neutral-1-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-3 {
    border-color: RGBA(1, 1, 30, 0.3);
  }
  .mobile\:border-neutral-1-opal-03,
  .mobile\:hover\:border-neutral-1-opal-03:hover,
  .mobile\:focus\:border-neutral-1-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-03 {
    border-color: RGBA(1, 1, 30, 0.03);
  }
  .mobile\:border-neutral-1-opal-4,
  .mobile\:hover\:border-neutral-1-opal-4:hover,
  .mobile\:focus\:border-neutral-1-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-4 {
    border-color: RGBA(1, 1, 30, 0.4);
  }
  .mobile\:border-neutral-1-opal-04,
  .mobile\:hover\:border-neutral-1-opal-04:hover,
  .mobile\:focus\:border-neutral-1-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-04 {
    border-color: RGBA(1, 1, 30, 0.04);
  }
  .mobile\:border-neutral-1-opal-5,
  .mobile\:hover\:border-neutral-1-opal-5:hover,
  .mobile\:focus\:border-neutral-1-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-5 {
    border-color: RGBA(1, 1, 30, 0.5);
  }
  .mobile\:border-neutral-1-opal-05,
  .mobile\:hover\:border-neutral-1-opal-05:hover,
  .mobile\:focus\:border-neutral-1-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-05 {
    border-color: RGBA(1, 1, 30, 0.05);
  }
  .mobile\:border-neutral-1-opal-6,
  .mobile\:hover\:border-neutral-1-opal-6:hover,
  .mobile\:focus\:border-neutral-1-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-6 {
    border-color: RGBA(1, 1, 30, 0.6);
  }
  .mobile\:border-neutral-1-opal-06,
  .mobile\:hover\:border-neutral-1-opal-06:hover,
  .mobile\:focus\:border-neutral-1-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-06 {
    border-color: RGBA(1, 1, 30, 0.06);
  }
  .mobile\:border-neutral-1-opal-7,
  .mobile\:hover\:border-neutral-1-opal-7:hover,
  .mobile\:focus\:border-neutral-1-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-7 {
    border-color: RGBA(1, 1, 30, 0.7);
  }
  .mobile\:border-neutral-1-opal-07,
  .mobile\:hover\:border-neutral-1-opal-07:hover,
  .mobile\:focus\:border-neutral-1-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-07 {
    border-color: RGBA(1, 1, 30, 0.07);
  }
  .mobile\:border-neutral-1-opal-8,
  .mobile\:hover\:border-neutral-1-opal-8:hover,
  .mobile\:focus\:border-neutral-1-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-8 {
    border-color: RGBA(1, 1, 30, 0.8);
  }
  .mobile\:border-neutral-1-opal-08,
  .mobile\:hover\:border-neutral-1-opal-08:hover,
  .mobile\:focus\:border-neutral-1-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-08 {
    border-color: RGBA(1, 1, 30, 0.08);
  }
  .mobile\:border-neutral-1-opal-9,
  .mobile\:hover\:border-neutral-1-opal-9:hover,
  .mobile\:focus\:border-neutral-1-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-9 {
    border-color: RGBA(1, 1, 30, 0.9);
  }
  .mobile\:border-neutral-1-opal-09,
  .mobile\:hover\:border-neutral-1-opal-09:hover,
  .mobile\:focus\:border-neutral-1-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-09 {
    border-color: RGBA(1, 1, 30, 0.09);
  }
  .mobile\:border-neutral-1-opal-10,
  .mobile\:hover\:border-neutral-1-opal-10:hover,
  .mobile\:focus\:border-neutral-1-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-neutral-1-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-1-opal-10 {
    border-color: RGBA(1, 1, 30, 1);
  }
  .mobile\:border-neutral-2,
  .mobile\:hover\:border-neutral-2:hover,
  .mobile\:focus\:border-neutral-2:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2 {
    border-color: #030328;
  }
  .mobile\:border-neutral-2-opal-0,
  .mobile\:hover\:border-neutral-2-opal-0:hover,
  .mobile\:focus\:border-neutral-2-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-0 {
    border-color: RGBA(3, 3, 40, 0);
  }
  .mobile\:border-neutral-2-opal-00,
  .mobile\:hover\:border-neutral-2-opal-00:hover,
  .mobile\:focus\:border-neutral-2-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-00 {
    border-color: RGBA(3, 3, 40, 0);
  }
  .mobile\:border-neutral-2-opal-1,
  .mobile\:hover\:border-neutral-2-opal-1:hover,
  .mobile\:focus\:border-neutral-2-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-1 {
    border-color: RGBA(3, 3, 40, 0.1);
  }
  .mobile\:border-neutral-2-opal-01,
  .mobile\:hover\:border-neutral-2-opal-01:hover,
  .mobile\:focus\:border-neutral-2-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-01 {
    border-color: RGBA(3, 3, 40, 0.01);
  }
  .mobile\:border-neutral-2-opal-2,
  .mobile\:hover\:border-neutral-2-opal-2:hover,
  .mobile\:focus\:border-neutral-2-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-2 {
    border-color: RGBA(3, 3, 40, 0.2);
  }
  .mobile\:border-neutral-2-opal-02,
  .mobile\:hover\:border-neutral-2-opal-02:hover,
  .mobile\:focus\:border-neutral-2-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-02 {
    border-color: RGBA(3, 3, 40, 0.02);
  }
  .mobile\:border-neutral-2-opal-3,
  .mobile\:hover\:border-neutral-2-opal-3:hover,
  .mobile\:focus\:border-neutral-2-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-3 {
    border-color: RGBA(3, 3, 40, 0.3);
  }
  .mobile\:border-neutral-2-opal-03,
  .mobile\:hover\:border-neutral-2-opal-03:hover,
  .mobile\:focus\:border-neutral-2-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-03 {
    border-color: RGBA(3, 3, 40, 0.03);
  }
  .mobile\:border-neutral-2-opal-4,
  .mobile\:hover\:border-neutral-2-opal-4:hover,
  .mobile\:focus\:border-neutral-2-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-4 {
    border-color: RGBA(3, 3, 40, 0.4);
  }
  .mobile\:border-neutral-2-opal-04,
  .mobile\:hover\:border-neutral-2-opal-04:hover,
  .mobile\:focus\:border-neutral-2-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-04 {
    border-color: RGBA(3, 3, 40, 0.04);
  }
  .mobile\:border-neutral-2-opal-5,
  .mobile\:hover\:border-neutral-2-opal-5:hover,
  .mobile\:focus\:border-neutral-2-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-5 {
    border-color: RGBA(3, 3, 40, 0.5);
  }
  .mobile\:border-neutral-2-opal-05,
  .mobile\:hover\:border-neutral-2-opal-05:hover,
  .mobile\:focus\:border-neutral-2-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-05 {
    border-color: RGBA(3, 3, 40, 0.05);
  }
  .mobile\:border-neutral-2-opal-6,
  .mobile\:hover\:border-neutral-2-opal-6:hover,
  .mobile\:focus\:border-neutral-2-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-6 {
    border-color: RGBA(3, 3, 40, 0.6);
  }
  .mobile\:border-neutral-2-opal-06,
  .mobile\:hover\:border-neutral-2-opal-06:hover,
  .mobile\:focus\:border-neutral-2-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-06 {
    border-color: RGBA(3, 3, 40, 0.06);
  }
  .mobile\:border-neutral-2-opal-7,
  .mobile\:hover\:border-neutral-2-opal-7:hover,
  .mobile\:focus\:border-neutral-2-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-7 {
    border-color: RGBA(3, 3, 40, 0.7);
  }
  .mobile\:border-neutral-2-opal-07,
  .mobile\:hover\:border-neutral-2-opal-07:hover,
  .mobile\:focus\:border-neutral-2-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-07 {
    border-color: RGBA(3, 3, 40, 0.07);
  }
  .mobile\:border-neutral-2-opal-8,
  .mobile\:hover\:border-neutral-2-opal-8:hover,
  .mobile\:focus\:border-neutral-2-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-8 {
    border-color: RGBA(3, 3, 40, 0.8);
  }
  .mobile\:border-neutral-2-opal-08,
  .mobile\:hover\:border-neutral-2-opal-08:hover,
  .mobile\:focus\:border-neutral-2-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-08 {
    border-color: RGBA(3, 3, 40, 0.08);
  }
  .mobile\:border-neutral-2-opal-9,
  .mobile\:hover\:border-neutral-2-opal-9:hover,
  .mobile\:focus\:border-neutral-2-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-9 {
    border-color: RGBA(3, 3, 40, 0.9);
  }
  .mobile\:border-neutral-2-opal-09,
  .mobile\:hover\:border-neutral-2-opal-09:hover,
  .mobile\:focus\:border-neutral-2-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-09 {
    border-color: RGBA(3, 3, 40, 0.09);
  }
  .mobile\:border-neutral-2-opal-10,
  .mobile\:hover\:border-neutral-2-opal-10:hover,
  .mobile\:focus\:border-neutral-2-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-neutral-2-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-2-opal-10 {
    border-color: RGBA(3, 3, 40, 1);
  }
  .mobile\:border-neutral-3,
  .mobile\:hover\:border-neutral-3:hover,
  .mobile\:focus\:border-neutral-3:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3 {
    border-color: #383f76;
  }
  .mobile\:border-neutral-3-opal-0,
  .mobile\:hover\:border-neutral-3-opal-0:hover,
  .mobile\:focus\:border-neutral-3-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-0 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:border-neutral-3-opal-00,
  .mobile\:hover\:border-neutral-3-opal-00:hover,
  .mobile\:focus\:border-neutral-3-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-00 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:border-neutral-3-opal-1,
  .mobile\:hover\:border-neutral-3-opal-1:hover,
  .mobile\:focus\:border-neutral-3-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-1 {
    border-color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:border-neutral-3-opal-01,
  .mobile\:hover\:border-neutral-3-opal-01:hover,
  .mobile\:focus\:border-neutral-3-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-01 {
    border-color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:border-neutral-3-opal-2,
  .mobile\:hover\:border-neutral-3-opal-2:hover,
  .mobile\:focus\:border-neutral-3-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-2 {
    border-color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:border-neutral-3-opal-02,
  .mobile\:hover\:border-neutral-3-opal-02:hover,
  .mobile\:focus\:border-neutral-3-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-02 {
    border-color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:border-neutral-3-opal-3,
  .mobile\:hover\:border-neutral-3-opal-3:hover,
  .mobile\:focus\:border-neutral-3-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-3 {
    border-color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:border-neutral-3-opal-03,
  .mobile\:hover\:border-neutral-3-opal-03:hover,
  .mobile\:focus\:border-neutral-3-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-03 {
    border-color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:border-neutral-3-opal-4,
  .mobile\:hover\:border-neutral-3-opal-4:hover,
  .mobile\:focus\:border-neutral-3-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-4 {
    border-color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:border-neutral-3-opal-04,
  .mobile\:hover\:border-neutral-3-opal-04:hover,
  .mobile\:focus\:border-neutral-3-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-04 {
    border-color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:border-neutral-3-opal-5,
  .mobile\:hover\:border-neutral-3-opal-5:hover,
  .mobile\:focus\:border-neutral-3-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-5 {
    border-color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:border-neutral-3-opal-05,
  .mobile\:hover\:border-neutral-3-opal-05:hover,
  .mobile\:focus\:border-neutral-3-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-05 {
    border-color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:border-neutral-3-opal-6,
  .mobile\:hover\:border-neutral-3-opal-6:hover,
  .mobile\:focus\:border-neutral-3-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-6 {
    border-color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:border-neutral-3-opal-06,
  .mobile\:hover\:border-neutral-3-opal-06:hover,
  .mobile\:focus\:border-neutral-3-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-06 {
    border-color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:border-neutral-3-opal-7,
  .mobile\:hover\:border-neutral-3-opal-7:hover,
  .mobile\:focus\:border-neutral-3-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-7 {
    border-color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:border-neutral-3-opal-07,
  .mobile\:hover\:border-neutral-3-opal-07:hover,
  .mobile\:focus\:border-neutral-3-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-07 {
    border-color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:border-neutral-3-opal-8,
  .mobile\:hover\:border-neutral-3-opal-8:hover,
  .mobile\:focus\:border-neutral-3-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-8 {
    border-color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:border-neutral-3-opal-08,
  .mobile\:hover\:border-neutral-3-opal-08:hover,
  .mobile\:focus\:border-neutral-3-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-08 {
    border-color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:border-neutral-3-opal-9,
  .mobile\:hover\:border-neutral-3-opal-9:hover,
  .mobile\:focus\:border-neutral-3-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-9 {
    border-color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:border-neutral-3-opal-09,
  .mobile\:hover\:border-neutral-3-opal-09:hover,
  .mobile\:focus\:border-neutral-3-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-09 {
    border-color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:border-neutral-3-opal-10,
  .mobile\:hover\:border-neutral-3-opal-10:hover,
  .mobile\:focus\:border-neutral-3-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-neutral-3-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-3-opal-10 {
    border-color: RGBA(56, 63, 118, 1);
  }
  .mobile\:border-neutral-4,
  .mobile\:hover\:border-neutral-4:hover,
  .mobile\:focus\:border-neutral-4:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4 {
    border-color: #6d6d9c;
  }
  .mobile\:border-neutral-4-opal-0,
  .mobile\:hover\:border-neutral-4-opal-0:hover,
  .mobile\:focus\:border-neutral-4-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-0 {
    border-color: RGBA(109, 109, 156, 0);
  }
  .mobile\:border-neutral-4-opal-00,
  .mobile\:hover\:border-neutral-4-opal-00:hover,
  .mobile\:focus\:border-neutral-4-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-00 {
    border-color: RGBA(109, 109, 156, 0);
  }
  .mobile\:border-neutral-4-opal-1,
  .mobile\:hover\:border-neutral-4-opal-1:hover,
  .mobile\:focus\:border-neutral-4-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-1 {
    border-color: RGBA(109, 109, 156, 0.1);
  }
  .mobile\:border-neutral-4-opal-01,
  .mobile\:hover\:border-neutral-4-opal-01:hover,
  .mobile\:focus\:border-neutral-4-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-01 {
    border-color: RGBA(109, 109, 156, 0.01);
  }
  .mobile\:border-neutral-4-opal-2,
  .mobile\:hover\:border-neutral-4-opal-2:hover,
  .mobile\:focus\:border-neutral-4-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-2 {
    border-color: RGBA(109, 109, 156, 0.2);
  }
  .mobile\:border-neutral-4-opal-02,
  .mobile\:hover\:border-neutral-4-opal-02:hover,
  .mobile\:focus\:border-neutral-4-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-02 {
    border-color: RGBA(109, 109, 156, 0.02);
  }
  .mobile\:border-neutral-4-opal-3,
  .mobile\:hover\:border-neutral-4-opal-3:hover,
  .mobile\:focus\:border-neutral-4-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-3 {
    border-color: RGBA(109, 109, 156, 0.3);
  }
  .mobile\:border-neutral-4-opal-03,
  .mobile\:hover\:border-neutral-4-opal-03:hover,
  .mobile\:focus\:border-neutral-4-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-03 {
    border-color: RGBA(109, 109, 156, 0.03);
  }
  .mobile\:border-neutral-4-opal-4,
  .mobile\:hover\:border-neutral-4-opal-4:hover,
  .mobile\:focus\:border-neutral-4-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-4 {
    border-color: RGBA(109, 109, 156, 0.4);
  }
  .mobile\:border-neutral-4-opal-04,
  .mobile\:hover\:border-neutral-4-opal-04:hover,
  .mobile\:focus\:border-neutral-4-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-04 {
    border-color: RGBA(109, 109, 156, 0.04);
  }
  .mobile\:border-neutral-4-opal-5,
  .mobile\:hover\:border-neutral-4-opal-5:hover,
  .mobile\:focus\:border-neutral-4-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-5 {
    border-color: RGBA(109, 109, 156, 0.5);
  }
  .mobile\:border-neutral-4-opal-05,
  .mobile\:hover\:border-neutral-4-opal-05:hover,
  .mobile\:focus\:border-neutral-4-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-05 {
    border-color: RGBA(109, 109, 156, 0.05);
  }
  .mobile\:border-neutral-4-opal-6,
  .mobile\:hover\:border-neutral-4-opal-6:hover,
  .mobile\:focus\:border-neutral-4-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-6 {
    border-color: RGBA(109, 109, 156, 0.6);
  }
  .mobile\:border-neutral-4-opal-06,
  .mobile\:hover\:border-neutral-4-opal-06:hover,
  .mobile\:focus\:border-neutral-4-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-06 {
    border-color: RGBA(109, 109, 156, 0.06);
  }
  .mobile\:border-neutral-4-opal-7,
  .mobile\:hover\:border-neutral-4-opal-7:hover,
  .mobile\:focus\:border-neutral-4-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-7 {
    border-color: RGBA(109, 109, 156, 0.7);
  }
  .mobile\:border-neutral-4-opal-07,
  .mobile\:hover\:border-neutral-4-opal-07:hover,
  .mobile\:focus\:border-neutral-4-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-07 {
    border-color: RGBA(109, 109, 156, 0.07);
  }
  .mobile\:border-neutral-4-opal-8,
  .mobile\:hover\:border-neutral-4-opal-8:hover,
  .mobile\:focus\:border-neutral-4-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-8 {
    border-color: RGBA(109, 109, 156, 0.8);
  }
  .mobile\:border-neutral-4-opal-08,
  .mobile\:hover\:border-neutral-4-opal-08:hover,
  .mobile\:focus\:border-neutral-4-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-08 {
    border-color: RGBA(109, 109, 156, 0.08);
  }
  .mobile\:border-neutral-4-opal-9,
  .mobile\:hover\:border-neutral-4-opal-9:hover,
  .mobile\:focus\:border-neutral-4-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-9 {
    border-color: RGBA(109, 109, 156, 0.9);
  }
  .mobile\:border-neutral-4-opal-09,
  .mobile\:hover\:border-neutral-4-opal-09:hover,
  .mobile\:focus\:border-neutral-4-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-09 {
    border-color: RGBA(109, 109, 156, 0.09);
  }
  .mobile\:border-neutral-4-opal-10,
  .mobile\:hover\:border-neutral-4-opal-10:hover,
  .mobile\:focus\:border-neutral-4-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-neutral-4-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-4-opal-10 {
    border-color: RGBA(109, 109, 156, 1);
  }
  .mobile\:border-neutral-5,
  .mobile\:hover\:border-neutral-5:hover,
  .mobile\:focus\:border-neutral-5:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5 {
    border-color: #f6f7fb;
  }
  .mobile\:border-neutral-5-opal-0,
  .mobile\:hover\:border-neutral-5-opal-0:hover,
  .mobile\:focus\:border-neutral-5-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-0 {
    border-color: RGBA(246, 247, 251, 0);
  }
  .mobile\:border-neutral-5-opal-00,
  .mobile\:hover\:border-neutral-5-opal-00:hover,
  .mobile\:focus\:border-neutral-5-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-00 {
    border-color: RGBA(246, 247, 251, 0);
  }
  .mobile\:border-neutral-5-opal-1,
  .mobile\:hover\:border-neutral-5-opal-1:hover,
  .mobile\:focus\:border-neutral-5-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-1 {
    border-color: RGBA(246, 247, 251, 0.1);
  }
  .mobile\:border-neutral-5-opal-01,
  .mobile\:hover\:border-neutral-5-opal-01:hover,
  .mobile\:focus\:border-neutral-5-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-01 {
    border-color: RGBA(246, 247, 251, 0.01);
  }
  .mobile\:border-neutral-5-opal-2,
  .mobile\:hover\:border-neutral-5-opal-2:hover,
  .mobile\:focus\:border-neutral-5-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-2 {
    border-color: RGBA(246, 247, 251, 0.2);
  }
  .mobile\:border-neutral-5-opal-02,
  .mobile\:hover\:border-neutral-5-opal-02:hover,
  .mobile\:focus\:border-neutral-5-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-02 {
    border-color: RGBA(246, 247, 251, 0.02);
  }
  .mobile\:border-neutral-5-opal-3,
  .mobile\:hover\:border-neutral-5-opal-3:hover,
  .mobile\:focus\:border-neutral-5-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-3 {
    border-color: RGBA(246, 247, 251, 0.3);
  }
  .mobile\:border-neutral-5-opal-03,
  .mobile\:hover\:border-neutral-5-opal-03:hover,
  .mobile\:focus\:border-neutral-5-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-03 {
    border-color: RGBA(246, 247, 251, 0.03);
  }
  .mobile\:border-neutral-5-opal-4,
  .mobile\:hover\:border-neutral-5-opal-4:hover,
  .mobile\:focus\:border-neutral-5-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-4 {
    border-color: RGBA(246, 247, 251, 0.4);
  }
  .mobile\:border-neutral-5-opal-04,
  .mobile\:hover\:border-neutral-5-opal-04:hover,
  .mobile\:focus\:border-neutral-5-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-04 {
    border-color: RGBA(246, 247, 251, 0.04);
  }
  .mobile\:border-neutral-5-opal-5,
  .mobile\:hover\:border-neutral-5-opal-5:hover,
  .mobile\:focus\:border-neutral-5-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-5 {
    border-color: RGBA(246, 247, 251, 0.5);
  }
  .mobile\:border-neutral-5-opal-05,
  .mobile\:hover\:border-neutral-5-opal-05:hover,
  .mobile\:focus\:border-neutral-5-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-05 {
    border-color: RGBA(246, 247, 251, 0.05);
  }
  .mobile\:border-neutral-5-opal-6,
  .mobile\:hover\:border-neutral-5-opal-6:hover,
  .mobile\:focus\:border-neutral-5-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-6 {
    border-color: RGBA(246, 247, 251, 0.6);
  }
  .mobile\:border-neutral-5-opal-06,
  .mobile\:hover\:border-neutral-5-opal-06:hover,
  .mobile\:focus\:border-neutral-5-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-06 {
    border-color: RGBA(246, 247, 251, 0.06);
  }
  .mobile\:border-neutral-5-opal-7,
  .mobile\:hover\:border-neutral-5-opal-7:hover,
  .mobile\:focus\:border-neutral-5-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-7 {
    border-color: RGBA(246, 247, 251, 0.7);
  }
  .mobile\:border-neutral-5-opal-07,
  .mobile\:hover\:border-neutral-5-opal-07:hover,
  .mobile\:focus\:border-neutral-5-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-07 {
    border-color: RGBA(246, 247, 251, 0.07);
  }
  .mobile\:border-neutral-5-opal-8,
  .mobile\:hover\:border-neutral-5-opal-8:hover,
  .mobile\:focus\:border-neutral-5-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-8 {
    border-color: RGBA(246, 247, 251, 0.8);
  }
  .mobile\:border-neutral-5-opal-08,
  .mobile\:hover\:border-neutral-5-opal-08:hover,
  .mobile\:focus\:border-neutral-5-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-08 {
    border-color: RGBA(246, 247, 251, 0.08);
  }
  .mobile\:border-neutral-5-opal-9,
  .mobile\:hover\:border-neutral-5-opal-9:hover,
  .mobile\:focus\:border-neutral-5-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-9 {
    border-color: RGBA(246, 247, 251, 0.9);
  }
  .mobile\:border-neutral-5-opal-09,
  .mobile\:hover\:border-neutral-5-opal-09:hover,
  .mobile\:focus\:border-neutral-5-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-09 {
    border-color: RGBA(246, 247, 251, 0.09);
  }
  .mobile\:border-neutral-5-opal-10,
  .mobile\:hover\:border-neutral-5-opal-10:hover,
  .mobile\:focus\:border-neutral-5-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-neutral-5-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-5-opal-10 {
    border-color: RGBA(246, 247, 251, 1);
  }
  .mobile\:border-neutral-6,
  .mobile\:hover\:border-neutral-6:hover,
  .mobile\:focus\:border-neutral-6:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6 {
    border-color: #fff;
  }
  .mobile\:border-neutral-6-opal-0,
  .mobile\:hover\:border-neutral-6-opal-0:hover,
  .mobile\:focus\:border-neutral-6-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-0 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:border-neutral-6-opal-00,
  .mobile\:hover\:border-neutral-6-opal-00:hover,
  .mobile\:focus\:border-neutral-6-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-00 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:border-neutral-6-opal-1,
  .mobile\:hover\:border-neutral-6-opal-1:hover,
  .mobile\:focus\:border-neutral-6-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-1 {
    border-color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:border-neutral-6-opal-01,
  .mobile\:hover\:border-neutral-6-opal-01:hover,
  .mobile\:focus\:border-neutral-6-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-01 {
    border-color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:border-neutral-6-opal-2,
  .mobile\:hover\:border-neutral-6-opal-2:hover,
  .mobile\:focus\:border-neutral-6-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-2 {
    border-color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:border-neutral-6-opal-02,
  .mobile\:hover\:border-neutral-6-opal-02:hover,
  .mobile\:focus\:border-neutral-6-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-02 {
    border-color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:border-neutral-6-opal-3,
  .mobile\:hover\:border-neutral-6-opal-3:hover,
  .mobile\:focus\:border-neutral-6-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-3 {
    border-color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:border-neutral-6-opal-03,
  .mobile\:hover\:border-neutral-6-opal-03:hover,
  .mobile\:focus\:border-neutral-6-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-03 {
    border-color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:border-neutral-6-opal-4,
  .mobile\:hover\:border-neutral-6-opal-4:hover,
  .mobile\:focus\:border-neutral-6-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-4 {
    border-color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:border-neutral-6-opal-04,
  .mobile\:hover\:border-neutral-6-opal-04:hover,
  .mobile\:focus\:border-neutral-6-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-04 {
    border-color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:border-neutral-6-opal-5,
  .mobile\:hover\:border-neutral-6-opal-5:hover,
  .mobile\:focus\:border-neutral-6-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-5 {
    border-color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:border-neutral-6-opal-05,
  .mobile\:hover\:border-neutral-6-opal-05:hover,
  .mobile\:focus\:border-neutral-6-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-05 {
    border-color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:border-neutral-6-opal-6,
  .mobile\:hover\:border-neutral-6-opal-6:hover,
  .mobile\:focus\:border-neutral-6-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-6 {
    border-color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:border-neutral-6-opal-06,
  .mobile\:hover\:border-neutral-6-opal-06:hover,
  .mobile\:focus\:border-neutral-6-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-06 {
    border-color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:border-neutral-6-opal-7,
  .mobile\:hover\:border-neutral-6-opal-7:hover,
  .mobile\:focus\:border-neutral-6-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-7 {
    border-color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:border-neutral-6-opal-07,
  .mobile\:hover\:border-neutral-6-opal-07:hover,
  .mobile\:focus\:border-neutral-6-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-07 {
    border-color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:border-neutral-6-opal-8,
  .mobile\:hover\:border-neutral-6-opal-8:hover,
  .mobile\:focus\:border-neutral-6-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-8 {
    border-color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:border-neutral-6-opal-08,
  .mobile\:hover\:border-neutral-6-opal-08:hover,
  .mobile\:focus\:border-neutral-6-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-08 {
    border-color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:border-neutral-6-opal-9,
  .mobile\:hover\:border-neutral-6-opal-9:hover,
  .mobile\:focus\:border-neutral-6-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-9 {
    border-color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:border-neutral-6-opal-09,
  .mobile\:hover\:border-neutral-6-opal-09:hover,
  .mobile\:focus\:border-neutral-6-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-09 {
    border-color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:border-neutral-6-opal-10,
  .mobile\:hover\:border-neutral-6-opal-10:hover,
  .mobile\:focus\:border-neutral-6-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-neutral-6-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-neutral-6-opal-10 {
    border-color: RGBA(255, 255, 255, 1);
  }
  .mobile\:border-ui-fill,
  .mobile\:hover\:border-ui-fill:hover,
  .mobile\:focus\:border-ui-fill:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill {
    border-color: #fff;
  }
  .mobile\:border-ui-fill-opal-0,
  .mobile\:hover\:border-ui-fill-opal-0:hover,
  .mobile\:focus\:border-ui-fill-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-0 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:border-ui-fill-opal-00,
  .mobile\:hover\:border-ui-fill-opal-00:hover,
  .mobile\:focus\:border-ui-fill-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-00 {
    border-color: RGBA(255, 255, 255, 0);
  }
  .mobile\:border-ui-fill-opal-1,
  .mobile\:hover\:border-ui-fill-opal-1:hover,
  .mobile\:focus\:border-ui-fill-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-1 {
    border-color: RGBA(255, 255, 255, 0.1);
  }
  .mobile\:border-ui-fill-opal-01,
  .mobile\:hover\:border-ui-fill-opal-01:hover,
  .mobile\:focus\:border-ui-fill-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-01 {
    border-color: RGBA(255, 255, 255, 0.01);
  }
  .mobile\:border-ui-fill-opal-2,
  .mobile\:hover\:border-ui-fill-opal-2:hover,
  .mobile\:focus\:border-ui-fill-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-2 {
    border-color: RGBA(255, 255, 255, 0.2);
  }
  .mobile\:border-ui-fill-opal-02,
  .mobile\:hover\:border-ui-fill-opal-02:hover,
  .mobile\:focus\:border-ui-fill-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-02 {
    border-color: RGBA(255, 255, 255, 0.02);
  }
  .mobile\:border-ui-fill-opal-3,
  .mobile\:hover\:border-ui-fill-opal-3:hover,
  .mobile\:focus\:border-ui-fill-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-3 {
    border-color: RGBA(255, 255, 255, 0.3);
  }
  .mobile\:border-ui-fill-opal-03,
  .mobile\:hover\:border-ui-fill-opal-03:hover,
  .mobile\:focus\:border-ui-fill-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-03 {
    border-color: RGBA(255, 255, 255, 0.03);
  }
  .mobile\:border-ui-fill-opal-4,
  .mobile\:hover\:border-ui-fill-opal-4:hover,
  .mobile\:focus\:border-ui-fill-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-4 {
    border-color: RGBA(255, 255, 255, 0.4);
  }
  .mobile\:border-ui-fill-opal-04,
  .mobile\:hover\:border-ui-fill-opal-04:hover,
  .mobile\:focus\:border-ui-fill-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-04 {
    border-color: RGBA(255, 255, 255, 0.04);
  }
  .mobile\:border-ui-fill-opal-5,
  .mobile\:hover\:border-ui-fill-opal-5:hover,
  .mobile\:focus\:border-ui-fill-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-5 {
    border-color: RGBA(255, 255, 255, 0.5);
  }
  .mobile\:border-ui-fill-opal-05,
  .mobile\:hover\:border-ui-fill-opal-05:hover,
  .mobile\:focus\:border-ui-fill-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-05 {
    border-color: RGBA(255, 255, 255, 0.05);
  }
  .mobile\:border-ui-fill-opal-6,
  .mobile\:hover\:border-ui-fill-opal-6:hover,
  .mobile\:focus\:border-ui-fill-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-6 {
    border-color: RGBA(255, 255, 255, 0.6);
  }
  .mobile\:border-ui-fill-opal-06,
  .mobile\:hover\:border-ui-fill-opal-06:hover,
  .mobile\:focus\:border-ui-fill-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-06 {
    border-color: RGBA(255, 255, 255, 0.06);
  }
  .mobile\:border-ui-fill-opal-7,
  .mobile\:hover\:border-ui-fill-opal-7:hover,
  .mobile\:focus\:border-ui-fill-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-7 {
    border-color: RGBA(255, 255, 255, 0.7);
  }
  .mobile\:border-ui-fill-opal-07,
  .mobile\:hover\:border-ui-fill-opal-07:hover,
  .mobile\:focus\:border-ui-fill-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-07 {
    border-color: RGBA(255, 255, 255, 0.07);
  }
  .mobile\:border-ui-fill-opal-8,
  .mobile\:hover\:border-ui-fill-opal-8:hover,
  .mobile\:focus\:border-ui-fill-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-8 {
    border-color: RGBA(255, 255, 255, 0.8);
  }
  .mobile\:border-ui-fill-opal-08,
  .mobile\:hover\:border-ui-fill-opal-08:hover,
  .mobile\:focus\:border-ui-fill-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-08 {
    border-color: RGBA(255, 255, 255, 0.08);
  }
  .mobile\:border-ui-fill-opal-9,
  .mobile\:hover\:border-ui-fill-opal-9:hover,
  .mobile\:focus\:border-ui-fill-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-9 {
    border-color: RGBA(255, 255, 255, 0.9);
  }
  .mobile\:border-ui-fill-opal-09,
  .mobile\:hover\:border-ui-fill-opal-09:hover,
  .mobile\:focus\:border-ui-fill-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-09 {
    border-color: RGBA(255, 255, 255, 0.09);
  }
  .mobile\:border-ui-fill-opal-10,
  .mobile\:hover\:border-ui-fill-opal-10:hover,
  .mobile\:focus\:border-ui-fill-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-ui-fill-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-ui-fill-opal-10 {
    border-color: RGBA(255, 255, 255, 1);
  }
  .mobile\:border-ui-stroke,
  .mobile\:hover\:border-ui-stroke:hover,
  .mobile\:focus\:border-ui-stroke:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke {
    border-color: #6d6d9c;
  }
  .mobile\:border-ui-stroke-opal-0,
  .mobile\:hover\:border-ui-stroke-opal-0:hover,
  .mobile\:focus\:border-ui-stroke-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-0 {
    border-color: RGBA(109, 109, 156, 0);
  }
  .mobile\:border-ui-stroke-opal-00,
  .mobile\:hover\:border-ui-stroke-opal-00:hover,
  .mobile\:focus\:border-ui-stroke-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-00 {
    border-color: RGBA(109, 109, 156, 0);
  }
  .mobile\:border-ui-stroke-opal-1,
  .mobile\:hover\:border-ui-stroke-opal-1:hover,
  .mobile\:focus\:border-ui-stroke-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-1 {
    border-color: RGBA(109, 109, 156, 0.1);
  }
  .mobile\:border-ui-stroke-opal-01,
  .mobile\:hover\:border-ui-stroke-opal-01:hover,
  .mobile\:focus\:border-ui-stroke-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-01 {
    border-color: RGBA(109, 109, 156, 0.01);
  }
  .mobile\:border-ui-stroke-opal-2,
  .mobile\:hover\:border-ui-stroke-opal-2:hover,
  .mobile\:focus\:border-ui-stroke-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-2 {
    border-color: RGBA(109, 109, 156, 0.2);
  }
  .mobile\:border-ui-stroke-opal-02,
  .mobile\:hover\:border-ui-stroke-opal-02:hover,
  .mobile\:focus\:border-ui-stroke-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-02 {
    border-color: RGBA(109, 109, 156, 0.02);
  }
  .mobile\:border-ui-stroke-opal-3,
  .mobile\:hover\:border-ui-stroke-opal-3:hover,
  .mobile\:focus\:border-ui-stroke-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-3 {
    border-color: RGBA(109, 109, 156, 0.3);
  }
  .mobile\:border-ui-stroke-opal-03,
  .mobile\:hover\:border-ui-stroke-opal-03:hover,
  .mobile\:focus\:border-ui-stroke-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-03 {
    border-color: RGBA(109, 109, 156, 0.03);
  }
  .mobile\:border-ui-stroke-opal-4,
  .mobile\:hover\:border-ui-stroke-opal-4:hover,
  .mobile\:focus\:border-ui-stroke-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-4 {
    border-color: RGBA(109, 109, 156, 0.4);
  }
  .mobile\:border-ui-stroke-opal-04,
  .mobile\:hover\:border-ui-stroke-opal-04:hover,
  .mobile\:focus\:border-ui-stroke-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-04 {
    border-color: RGBA(109, 109, 156, 0.04);
  }
  .mobile\:border-ui-stroke-opal-5,
  .mobile\:hover\:border-ui-stroke-opal-5:hover,
  .mobile\:focus\:border-ui-stroke-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-5 {
    border-color: RGBA(109, 109, 156, 0.5);
  }
  .mobile\:border-ui-stroke-opal-05,
  .mobile\:hover\:border-ui-stroke-opal-05:hover,
  .mobile\:focus\:border-ui-stroke-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-05 {
    border-color: RGBA(109, 109, 156, 0.05);
  }
  .mobile\:border-ui-stroke-opal-6,
  .mobile\:hover\:border-ui-stroke-opal-6:hover,
  .mobile\:focus\:border-ui-stroke-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-6 {
    border-color: RGBA(109, 109, 156, 0.6);
  }
  .mobile\:border-ui-stroke-opal-06,
  .mobile\:hover\:border-ui-stroke-opal-06:hover,
  .mobile\:focus\:border-ui-stroke-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-06 {
    border-color: RGBA(109, 109, 156, 0.06);
  }
  .mobile\:border-ui-stroke-opal-7,
  .mobile\:hover\:border-ui-stroke-opal-7:hover,
  .mobile\:focus\:border-ui-stroke-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-7 {
    border-color: RGBA(109, 109, 156, 0.7);
  }
  .mobile\:border-ui-stroke-opal-07,
  .mobile\:hover\:border-ui-stroke-opal-07:hover,
  .mobile\:focus\:border-ui-stroke-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-07 {
    border-color: RGBA(109, 109, 156, 0.07);
  }
  .mobile\:border-ui-stroke-opal-8,
  .mobile\:hover\:border-ui-stroke-opal-8:hover,
  .mobile\:focus\:border-ui-stroke-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-8 {
    border-color: RGBA(109, 109, 156, 0.8);
  }
  .mobile\:border-ui-stroke-opal-08,
  .mobile\:hover\:border-ui-stroke-opal-08:hover,
  .mobile\:focus\:border-ui-stroke-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-08 {
    border-color: RGBA(109, 109, 156, 0.08);
  }
  .mobile\:border-ui-stroke-opal-9,
  .mobile\:hover\:border-ui-stroke-opal-9:hover,
  .mobile\:focus\:border-ui-stroke-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-9 {
    border-color: RGBA(109, 109, 156, 0.9);
  }
  .mobile\:border-ui-stroke-opal-09,
  .mobile\:hover\:border-ui-stroke-opal-09:hover,
  .mobile\:focus\:border-ui-stroke-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-09 {
    border-color: RGBA(109, 109, 156, 0.09);
  }
  .mobile\:border-ui-stroke-opal-10,
  .mobile\:hover\:border-ui-stroke-opal-10:hover,
  .mobile\:focus\:border-ui-stroke-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-ui-stroke-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-ui-stroke-opal-10 {
    border-color: RGBA(109, 109, 156, 1);
  }
  .mobile\:border-ui-text,
  .mobile\:hover\:border-ui-text:hover,
  .mobile\:focus\:border-ui-text:focus,
  .mobile\:group:hover .group-hover\:border-ui-text,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text {
    border-color: #383f76;
  }
  .mobile\:border-ui-text-opal-0,
  .mobile\:hover\:border-ui-text-opal-0:hover,
  .mobile\:focus\:border-ui-text-opal-0:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-0,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-0 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:border-ui-text-opal-00,
  .mobile\:hover\:border-ui-text-opal-00:hover,
  .mobile\:focus\:border-ui-text-opal-00:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-00,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-00 {
    border-color: RGBA(56, 63, 118, 0);
  }
  .mobile\:border-ui-text-opal-1,
  .mobile\:hover\:border-ui-text-opal-1:hover,
  .mobile\:focus\:border-ui-text-opal-1:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-1,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-1 {
    border-color: RGBA(56, 63, 118, 0.1);
  }
  .mobile\:border-ui-text-opal-01,
  .mobile\:hover\:border-ui-text-opal-01:hover,
  .mobile\:focus\:border-ui-text-opal-01:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-01,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-01 {
    border-color: RGBA(56, 63, 118, 0.01);
  }
  .mobile\:border-ui-text-opal-2,
  .mobile\:hover\:border-ui-text-opal-2:hover,
  .mobile\:focus\:border-ui-text-opal-2:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-2,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-2 {
    border-color: RGBA(56, 63, 118, 0.2);
  }
  .mobile\:border-ui-text-opal-02,
  .mobile\:hover\:border-ui-text-opal-02:hover,
  .mobile\:focus\:border-ui-text-opal-02:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-02,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-02 {
    border-color: RGBA(56, 63, 118, 0.02);
  }
  .mobile\:border-ui-text-opal-3,
  .mobile\:hover\:border-ui-text-opal-3:hover,
  .mobile\:focus\:border-ui-text-opal-3:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-3,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-3 {
    border-color: RGBA(56, 63, 118, 0.3);
  }
  .mobile\:border-ui-text-opal-03,
  .mobile\:hover\:border-ui-text-opal-03:hover,
  .mobile\:focus\:border-ui-text-opal-03:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-03,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-03 {
    border-color: RGBA(56, 63, 118, 0.03);
  }
  .mobile\:border-ui-text-opal-4,
  .mobile\:hover\:border-ui-text-opal-4:hover,
  .mobile\:focus\:border-ui-text-opal-4:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-4,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-4 {
    border-color: RGBA(56, 63, 118, 0.4);
  }
  .mobile\:border-ui-text-opal-04,
  .mobile\:hover\:border-ui-text-opal-04:hover,
  .mobile\:focus\:border-ui-text-opal-04:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-04,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-04 {
    border-color: RGBA(56, 63, 118, 0.04);
  }
  .mobile\:border-ui-text-opal-5,
  .mobile\:hover\:border-ui-text-opal-5:hover,
  .mobile\:focus\:border-ui-text-opal-5:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-5,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-5 {
    border-color: RGBA(56, 63, 118, 0.5);
  }
  .mobile\:border-ui-text-opal-05,
  .mobile\:hover\:border-ui-text-opal-05:hover,
  .mobile\:focus\:border-ui-text-opal-05:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-05,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-05 {
    border-color: RGBA(56, 63, 118, 0.05);
  }
  .mobile\:border-ui-text-opal-6,
  .mobile\:hover\:border-ui-text-opal-6:hover,
  .mobile\:focus\:border-ui-text-opal-6:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-6,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-6 {
    border-color: RGBA(56, 63, 118, 0.6);
  }
  .mobile\:border-ui-text-opal-06,
  .mobile\:hover\:border-ui-text-opal-06:hover,
  .mobile\:focus\:border-ui-text-opal-06:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-06,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-06 {
    border-color: RGBA(56, 63, 118, 0.06);
  }
  .mobile\:border-ui-text-opal-7,
  .mobile\:hover\:border-ui-text-opal-7:hover,
  .mobile\:focus\:border-ui-text-opal-7:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-7,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-7 {
    border-color: RGBA(56, 63, 118, 0.7);
  }
  .mobile\:border-ui-text-opal-07,
  .mobile\:hover\:border-ui-text-opal-07:hover,
  .mobile\:focus\:border-ui-text-opal-07:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-07,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-07 {
    border-color: RGBA(56, 63, 118, 0.07);
  }
  .mobile\:border-ui-text-opal-8,
  .mobile\:hover\:border-ui-text-opal-8:hover,
  .mobile\:focus\:border-ui-text-opal-8:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-8,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-8 {
    border-color: RGBA(56, 63, 118, 0.8);
  }
  .mobile\:border-ui-text-opal-08,
  .mobile\:hover\:border-ui-text-opal-08:hover,
  .mobile\:focus\:border-ui-text-opal-08:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-08,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-08 {
    border-color: RGBA(56, 63, 118, 0.08);
  }
  .mobile\:border-ui-text-opal-9,
  .mobile\:hover\:border-ui-text-opal-9:hover,
  .mobile\:focus\:border-ui-text-opal-9:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-9,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-9 {
    border-color: RGBA(56, 63, 118, 0.9);
  }
  .mobile\:border-ui-text-opal-09,
  .mobile\:hover\:border-ui-text-opal-09:hover,
  .mobile\:focus\:border-ui-text-opal-09:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-09,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-09 {
    border-color: RGBA(56, 63, 118, 0.09);
  }
  .mobile\:border-ui-text-opal-10,
  .mobile\:hover\:border-ui-text-opal-10:hover,
  .mobile\:focus\:border-ui-text-opal-10:focus,
  .mobile\:group:hover .group-hover\:border-ui-text-opal-10,
  .mobile\:group:focus-within .group-focus-within\:border-ui-text-opal-10 {
    border-color: RGBA(56, 63, 118, 1);
  }
  .mobile\:border-base-purple,
  .mobile\:hover\:border-base-purple:hover,
  .mobile\:focus\:border-base-purple:focus,
  .mobile\:group:hover .group-hover\:border-base-purpler,
  .mobile\:group:focus-within .group-focus-within\:border-base-purple {
    border: #f6f4fa;
  }
  .mobile\:bg-base-purple,
  .mobile\:hover\:bg-base-purple:hover,
  .mobile\:focus\:bg-base-purple:focus,
  .mobile\:group:hover .group-hover\:bg-base-purple,
  .mobile\:group:focus-within .group-focus-within\:bg-base-purple {
    background-color: #f6f4fa;
  }
  .mobile\:fill-base-purple,
  .mobile\:hover\:fill-base-purple:hover,
  .mobile\:focus\:fill-base-purple:focus,
  .mobile\:group:hover .group-hover\:fill-base-purple,
  .mobile\:group:focus-within .group-focus-within\:fill-base-purple {
    color: #f6f4fa;
  }
  .mobile\:border-base-dark-purple,
  .mobile\:hover\:border-base-dark-purple:hover,
  .mobile\:focus\:border-base-dark-purple:focus,
  .mobile\:group:hover .group-hover\:border-base-dark-purpler,
  .mobile\:group:focus-within .group-focus-within\:border-base-dark-purple {
    border: #f6f4fa;
  }
  .mobile\:bg-base-dark-purple,
  .mobile\:hover\:bg-base-dark-purple:hover,
  .mobile\:focus\:bg-base-dark-purple:focus,
  .mobile\:group:hover .group-hover\:bg-base-dark-purple,
  .mobile\:group:focus-within .group-focus-within\:bg-base-dark-purple {
    background-color: #f6f4fa;
  }
  .mobile\:fill-base-dark-purple,
  .mobile\:hover\:fill-base-dark-purple:hover,
  .mobile\:focus\:fill-base-dark-purple:focus,
  .mobile\:group:hover .group-hover\:fill-base-dark-purple,
  .mobile\:group:focus-within .group-focus-within\:fill-base-dark-purple {
    color: #f6f4fa;
  }
  .mobile\:border-base-deep-sea,
  .mobile\:hover\:border-base-deep-sea:hover,
  .mobile\:focus\:border-base-deep-sea:focus,
  .mobile\:group:hover .group-hover\:border-base-deep-sear,
  .mobile\:group:focus-within .group-focus-within\:border-base-deep-sea {
    border: #f3f4fc;
  }
  .mobile\:bg-base-deep-sea,
  .mobile\:hover\:bg-base-deep-sea:hover,
  .mobile\:focus\:bg-base-deep-sea:focus,
  .mobile\:group:hover .group-hover\:bg-base-deep-sea,
  .mobile\:group:focus-within .group-focus-within\:bg-base-deep-sea {
    background-color: #f3f4fc;
  }
  .mobile\:fill-base-deep-sea,
  .mobile\:hover\:fill-base-deep-sea:hover,
  .mobile\:focus\:fill-base-deep-sea:focus,
  .mobile\:group:hover .group-hover\:fill-base-deep-sea,
  .mobile\:group:focus-within .group-focus-within\:fill-base-deep-sea {
    color: #f3f4fc;
  }
  .mobile\:border-base-rose,
  .mobile\:hover\:border-base-rose:hover,
  .mobile\:focus\:border-base-rose:focus,
  .mobile\:group:hover .group-hover\:border-base-roser,
  .mobile\:group:focus-within .group-focus-within\:border-base-rose {
    border: #fef7f8;
  }
  .mobile\:bg-base-rose,
  .mobile\:hover\:bg-base-rose:hover,
  .mobile\:focus\:bg-base-rose:focus,
  .mobile\:group:hover .group-hover\:bg-base-rose,
  .mobile\:group:focus-within .group-focus-within\:bg-base-rose {
    background-color: #fef7f8;
  }
  .mobile\:fill-base-rose,
  .mobile\:hover\:fill-base-rose:hover,
  .mobile\:focus\:fill-base-rose:focus,
  .mobile\:group:hover .group-hover\:fill-base-rose,
  .mobile\:group:focus-within .group-focus-within\:fill-base-rose {
    color: #fef7f8;
  }
  .mobile\:border-base-autumn,
  .mobile\:hover\:border-base-autumn:hover,
  .mobile\:focus\:border-base-autumn:focus,
  .mobile\:group:hover .group-hover\:border-base-autumnr,
  .mobile\:group:focus-within .group-focus-within\:border-base-autumn {
    border: #fcf6f3;
  }
  .mobile\:bg-base-autumn,
  .mobile\:hover\:bg-base-autumn:hover,
  .mobile\:focus\:bg-base-autumn:focus,
  .mobile\:group:hover .group-hover\:bg-base-autumn,
  .mobile\:group:focus-within .group-focus-within\:bg-base-autumn {
    background-color: #fcf6f3;
  }
  .mobile\:fill-base-autumn,
  .mobile\:hover\:fill-base-autumn:hover,
  .mobile\:focus\:fill-base-autumn:focus,
  .mobile\:group:hover .group-hover\:fill-base-autumn,
  .mobile\:group:focus-within .group-focus-within\:fill-base-autumn {
    color: #fcf6f3;
  }
  .mobile\:border-base-dark-teal,
  .mobile\:hover\:border-base-dark-teal:hover,
  .mobile\:focus\:border-base-dark-teal:focus,
  .mobile\:group:hover .group-hover\:border-base-dark-tealr,
  .mobile\:group:focus-within .group-focus-within\:border-base-dark-teal {
    border: #f3f9f9;
  }
  .mobile\:bg-base-dark-teal,
  .mobile\:hover\:bg-base-dark-teal:hover,
  .mobile\:focus\:bg-base-dark-teal:focus,
  .mobile\:group:hover .group-hover\:bg-base-dark-teal,
  .mobile\:group:focus-within .group-focus-within\:bg-base-dark-teal {
    background-color: #f3f9f9;
  }
  .mobile\:fill-base-dark-teal,
  .mobile\:hover\:fill-base-dark-teal:hover,
  .mobile\:focus\:fill-base-dark-teal:focus,
  .mobile\:group:hover .group-hover\:fill-base-dark-teal,
  .mobile\:group:focus-within .group-focus-within\:fill-base-dark-teal {
    color: #f3f9f9;
  }
  .mobile\:border-base-turquoise,
  .mobile\:hover\:border-base-turquoise:hover,
  .mobile\:focus\:border-base-turquoise:focus,
  .mobile\:group:hover .group-hover\:border-base-turquoiser,
  .mobile\:group:focus-within .group-focus-within\:border-base-turquoise {
    border: #f3f9fa;
  }
  .mobile\:bg-base-turquoise,
  .mobile\:hover\:bg-base-turquoise:hover,
  .mobile\:focus\:bg-base-turquoise:focus,
  .mobile\:group:hover .group-hover\:bg-base-turquoise,
  .mobile\:group:focus-within .group-focus-within\:bg-base-turquoise {
    background-color: #f3f9fa;
  }
  .mobile\:fill-base-turquoise,
  .mobile\:hover\:fill-base-turquoise:hover,
  .mobile\:focus\:fill-base-turquoise:focus,
  .mobile\:group:hover .group-hover\:fill-base-turquoise,
  .mobile\:group:focus-within .group-focus-within\:fill-base-turquoise {
    color: #f3f9fa;
  }
  .mobile\:border-base-electric-blue,
  .mobile\:hover\:border-base-electric-blue:hover,
  .mobile\:focus\:border-base-electric-blue:focus,
  .mobile\:group:hover .group-hover\:border-base-electric-bluer,
  .mobile\:group:focus-within .group-focus-within\:border-base-electric-blue {
    border: #f3f7fe;
  }
  .mobile\:bg-base-electric-blue,
  .mobile\:hover\:bg-base-electric-blue:hover,
  .mobile\:focus\:bg-base-electric-blue:focus,
  .mobile\:group:hover .group-hover\:bg-base-electric-blue,
  .mobile\:group:focus-within .group-focus-within\:bg-base-electric-blue {
    background-color: #f3f7fe;
  }
  .mobile\:fill-base-electric-blue,
  .mobile\:hover\:fill-base-electric-blue:hover,
  .mobile\:focus\:fill-base-electric-blue:focus,
  .mobile\:group:hover .group-hover\:fill-base-electric-blue,
  .mobile\:group:focus-within .group-focus-within\:fill-base-electric-blue {
    color: #f3f7fe;
  }
  .mobile\:border-base-action,
  .mobile\:hover\:border-base-action:hover,
  .mobile\:focus\:border-base-action:focus,
  .mobile\:group:hover .group-hover\:border-base-actionr,
  .mobile\:group:focus-within .group-focus-within\:border-base-action {
    border: #f3f7fe;
  }
  .mobile\:bg-base-action,
  .mobile\:hover\:bg-base-action:hover,
  .mobile\:focus\:bg-base-action:focus,
  .mobile\:group:hover .group-hover\:bg-base-action,
  .mobile\:group:focus-within .group-focus-within\:bg-base-action {
    background-color: #f3f7fe;
  }
  .mobile\:fill-base-action,
  .mobile\:hover\:fill-base-action:hover,
  .mobile\:focus\:fill-base-action:focus,
  .mobile\:group:hover .group-hover\:fill-base-action,
  .mobile\:group:focus-within .group-focus-within\:fill-base-action {
    color: #f3f7fe;
  }
  .mobile\:border-base-action-secondary,
  .mobile\:hover\:border-base-action-secondary:hover,
  .mobile\:focus\:border-base-action-secondary:focus,
  .mobile\:group:hover .group-hover\:border-base-action-secondaryr,
  .mobile\:group:focus-within
    .group-focus-within\:border-base-action-secondary {
    border: #f3f4fc;
  }
  .mobile\:bg-base-action-secondary,
  .mobile\:hover\:bg-base-action-secondary:hover,
  .mobile\:focus\:bg-base-action-secondary:focus,
  .mobile\:group:hover .group-hover\:bg-base-action-secondary,
  .mobile\:group:focus-within .group-focus-within\:bg-base-action-secondary {
    background-color: #f3f4fc;
  }
  .mobile\:fill-base-action-secondary,
  .mobile\:hover\:fill-base-action-secondary:hover,
  .mobile\:focus\:fill-base-action-secondary:focus,
  .mobile\:group:hover .group-hover\:fill-base-action-secondary,
  .mobile\:group:focus-within .group-focus-within\:fill-base-action-secondary {
    color: #f3f4fc;
  }
  .mobile\:fill-white,
  .mobile\:hover\:fill-white:hover,
  .mobile\:focus\:fill-white:focus,
  .mobile\:group:hover .group-hover\:fill-white,
  .mobile\:group:focus-within .group-focus-within\:fill-white {
    color: #fff;
  }
  .mobile\:fill-snow,
  .mobile\:hover\:fill-snow:hover,
  .mobile\:focus\:fill-snow:focus,
  .mobile\:group:hover .group-hover\:fill-snow,
  .mobile\:group:focus-within .group-focus-within\:fill-snow {
    color: #f6f7fb;
  }
  .mobile\:fill-space,
  .mobile\:hover\:fill-space:hover,
  .mobile\:focus\:fill-space:focus,
  .mobile\:group:hover .group-hover\:fill-space,
  .mobile\:group:focus-within .group-focus-within\:fill-space {
    color: #01011e;
  }
  .mobile\:txt-purple-to-dark-purple,
  .mobile\:hover\:txt-purple-to-dark-purple:hover,
  .mobile\:focus\:txt-purple-to-dark-purple:focus,
  .mobile\:group:hover .group-hover\:txt-purple-to-dark-purple,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-to-dark-purple {
    background: linear-gradient(140deg, #9043c6, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #9043c6;
  }
  .mobile\:link-purple-to-dark-purple a,
  .mobile\:hover\:link-purple-to-dark-purple a:hover,
  .mobile\:focus\:link-purple-to-dark-purple a:focus,
  .mobile\:group:hover a.group-hover\:link-purple-to-dark-purple,
  .mobile\:group:focus-within a.group-focus-within\:link-purple-to-dark-purple {
    background: linear-gradient(140deg, #9043c6, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #9043c6;
  }
  .mobile\:bg-purple-to-dark-purple,
  .mobile\:hover\:bg-purple-to-dark-purple:hover,
  .mobile\:focus\:bg-purple-to-dark-purple:focus,
  .mobile\:group:hover .group-hover\:bg-purple-to-dark-purple,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-to-dark-purple {
    background: linear-gradient(140deg, #9043c6, #441c99);
  }
  .mobile\:bg-purple-to-dark-purple-radial,
  .mobile\:hover\:bg-purple-to-dark-purple-radial:hover,
  .mobile\:focus\:bg-purple-to-dark-purple-radial:focus,
  .mobile\:group:hover .group-hover\:bg-purple-to-dark-purple-radial,
  .mobile\:group:focus-within
    .group-focus-within\:bg-purple-to-dark-purple-radial {
    background: radial-gradient(#9043c6, #441c99);
  }
  .mobile\:txt-purple-to-deep-sea,
  .mobile\:hover\:txt-purple-to-deep-sea:hover,
  .mobile\:focus\:txt-purple-to-deep-sea:focus,
  .mobile\:group:hover .group-hover\:txt-purple-to-deep-sea,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-to-deep-sea {
    background: linear-gradient(140deg, #9043c6, #0a26b8);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #9043c6;
  }
  .mobile\:link-purple-to-deep-sea a,
  .mobile\:hover\:link-purple-to-deep-sea a:hover,
  .mobile\:focus\:link-purple-to-deep-sea a:focus,
  .mobile\:group:hover a.group-hover\:link-purple-to-deep-sea,
  .mobile\:group:focus-within a.group-focus-within\:link-purple-to-deep-sea {
    background: linear-gradient(140deg, #9043c6, #0a26b8);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #9043c6;
  }
  .mobile\:bg-purple-to-deep-sea,
  .mobile\:hover\:bg-purple-to-deep-sea:hover,
  .mobile\:focus\:bg-purple-to-deep-sea:focus,
  .mobile\:group:hover .group-hover\:bg-purple-to-deep-sea,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-to-deep-sea {
    background: linear-gradient(140deg, #9043c6, #0a26b8);
  }
  .mobile\:bg-purple-to-deep-sea-radial,
  .mobile\:hover\:bg-purple-to-deep-sea-radial:hover,
  .mobile\:focus\:bg-purple-to-deep-sea-radial:focus,
  .mobile\:group:hover .group-hover\:bg-purple-to-deep-sea-radial,
  .mobile\:group:focus-within
    .group-focus-within\:bg-purple-to-deep-sea-radial {
    background: radial-gradient(#9043c6, #0a26b8);
  }
  .mobile\:txt-hot-pink-to-lavender,
  .mobile\:hover\:txt-hot-pink-to-lavender:hover,
  .mobile\:focus\:txt-hot-pink-to-lavender:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-to-lavender,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-to-lavender {
    background: linear-gradient(140deg, #e555ac, #c481f3);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .mobile\:link-hot-pink-to-lavender a,
  .mobile\:hover\:link-hot-pink-to-lavender a:hover,
  .mobile\:focus\:link-hot-pink-to-lavender a:focus,
  .mobile\:group:hover a.group-hover\:link-hot-pink-to-lavender,
  .mobile\:group:focus-within a.group-focus-within\:link-hot-pink-to-lavender {
    background: linear-gradient(140deg, #e555ac, #c481f3);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .mobile\:bg-hot-pink-to-lavender,
  .mobile\:hover\:bg-hot-pink-to-lavender:hover,
  .mobile\:focus\:bg-hot-pink-to-lavender:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-to-lavender,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-to-lavender {
    background: linear-gradient(140deg, #e555ac, #c481f3);
  }
  .mobile\:bg-hot-pink-to-lavender-radial,
  .mobile\:hover\:bg-hot-pink-to-lavender-radial:hover,
  .mobile\:focus\:bg-hot-pink-to-lavender-radial:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-to-lavender-radial,
  .mobile\:group:focus-within
    .group-focus-within\:bg-hot-pink-to-lavender-radial {
    background: radial-gradient(#e555ac, #c481f3);
  }
  .mobile\:txt-tiger-to-hot-pink,
  .mobile\:hover\:txt-tiger-to-hot-pink:hover,
  .mobile\:focus\:txt-tiger-to-hot-pink:focus,
  .mobile\:group:hover .group-hover\:txt-tiger-to-hot-pink,
  .mobile\:group:focus-within .group-focus-within\:txt-tiger-to-hot-pink {
    background: linear-gradient(140deg, #f99048, #e555ac);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #f99048;
  }
  .mobile\:link-tiger-to-hot-pink a,
  .mobile\:hover\:link-tiger-to-hot-pink a:hover,
  .mobile\:focus\:link-tiger-to-hot-pink a:focus,
  .mobile\:group:hover a.group-hover\:link-tiger-to-hot-pink,
  .mobile\:group:focus-within a.group-focus-within\:link-tiger-to-hot-pink {
    background: linear-gradient(140deg, #f99048, #e555ac);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #f99048;
  }
  .mobile\:bg-tiger-to-hot-pink,
  .mobile\:hover\:bg-tiger-to-hot-pink:hover,
  .mobile\:focus\:bg-tiger-to-hot-pink:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-to-hot-pink,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-to-hot-pink {
    background: linear-gradient(140deg, #f99048, #e555ac);
  }
  .mobile\:bg-tiger-to-hot-pink-radial,
  .mobile\:hover\:bg-tiger-to-hot-pink-radial:hover,
  .mobile\:focus\:bg-tiger-to-hot-pink-radial:focus,
  .mobile\:group:hover .group-hover\:bg-tiger-to-hot-pink-radial,
  .mobile\:group:focus-within .group-focus-within\:bg-tiger-to-hot-pink-radial {
    background: radial-gradient(#f99048, #e555ac);
  }
  .mobile\:txt-hot-pink-to-tiger,
  .mobile\:hover\:txt-hot-pink-to-tiger:hover,
  .mobile\:focus\:txt-hot-pink-to-tiger:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-to-tiger,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-to-tiger {
    background: linear-gradient(140deg, #e555ac, #f99048);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .mobile\:link-hot-pink-to-tiger a,
  .mobile\:hover\:link-hot-pink-to-tiger a:hover,
  .mobile\:focus\:link-hot-pink-to-tiger a:focus,
  .mobile\:group:hover a.group-hover\:link-hot-pink-to-tiger,
  .mobile\:group:focus-within a.group-focus-within\:link-hot-pink-to-tiger {
    background: linear-gradient(140deg, #e555ac, #f99048);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .mobile\:bg-hot-pink-to-tiger,
  .mobile\:hover\:bg-hot-pink-to-tiger:hover,
  .mobile\:focus\:bg-hot-pink-to-tiger:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-to-tiger,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-to-tiger {
    background: linear-gradient(140deg, #e555ac, #f99048);
  }
  .mobile\:bg-hot-pink-to-tiger-radial,
  .mobile\:hover\:bg-hot-pink-to-tiger-radial:hover,
  .mobile\:focus\:bg-hot-pink-to-tiger-radial:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-to-tiger-radial,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-to-tiger-radial {
    background: radial-gradient(#e555ac, #f99048);
  }
  .mobile\:txt-daffodil-to-tiger,
  .mobile\:hover\:txt-daffodil-to-tiger:hover,
  .mobile\:focus\:txt-daffodil-to-tiger:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-to-tiger,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-to-tiger {
    background: linear-gradient(140deg, #ffe792, #f99048);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #ffe792;
  }
  .mobile\:link-daffodil-to-tiger a,
  .mobile\:hover\:link-daffodil-to-tiger a:hover,
  .mobile\:focus\:link-daffodil-to-tiger a:focus,
  .mobile\:group:hover a.group-hover\:link-daffodil-to-tiger,
  .mobile\:group:focus-within a.group-focus-within\:link-daffodil-to-tiger {
    background: linear-gradient(140deg, #ffe792, #f99048);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #ffe792;
  }
  .mobile\:bg-daffodil-to-tiger,
  .mobile\:hover\:bg-daffodil-to-tiger:hover,
  .mobile\:focus\:bg-daffodil-to-tiger:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-to-tiger,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-to-tiger {
    background: linear-gradient(140deg, #ffe792, #f99048);
  }
  .mobile\:bg-daffodil-to-tiger-radial,
  .mobile\:hover\:bg-daffodil-to-tiger-radial:hover,
  .mobile\:focus\:bg-daffodil-to-tiger-radial:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-to-tiger-radial,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-to-tiger-radial {
    background: radial-gradient(#ffe792, #f99048);
  }
  .mobile\:txt-dark-purple-to-bubblegum,
  .mobile\:hover\:txt-dark-purple-to-bubblegum:hover,
  .mobile\:focus\:txt-dark-purple-to-bubblegum:focus,
  .mobile\:group:hover .group-hover\:txt-dark-purple-to-bubblegum,
  .mobile\:group:focus-within
    .group-focus-within\:txt-dark-purple-to-bubblegum {
    background: linear-gradient(140deg, #441c99, #ff78e1);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #441c99;
  }
  .mobile\:link-dark-purple-to-bubblegum a,
  .mobile\:hover\:link-dark-purple-to-bubblegum a:hover,
  .mobile\:focus\:link-dark-purple-to-bubblegum a:focus,
  .mobile\:group:hover a.group-hover\:link-dark-purple-to-bubblegum,
  .mobile\:group:focus-within
    a.group-focus-within\:link-dark-purple-to-bubblegum {
    background: linear-gradient(140deg, #441c99, #ff78e1);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #441c99;
  }
  .mobile\:bg-dark-purple-to-bubblegum,
  .mobile\:hover\:bg-dark-purple-to-bubblegum:hover,
  .mobile\:focus\:bg-dark-purple-to-bubblegum:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-to-bubblegum,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-purple-to-bubblegum {
    background: linear-gradient(140deg, #441c99, #ff78e1);
  }
  .mobile\:bg-dark-purple-to-bubblegum-radial,
  .mobile\:hover\:bg-dark-purple-to-bubblegum-radial:hover,
  .mobile\:focus\:bg-dark-purple-to-bubblegum-radial:focus,
  .mobile\:group:hover .group-hover\:bg-dark-purple-to-bubblegum-radial,
  .mobile\:group:focus-within
    .group-focus-within\:bg-dark-purple-to-bubblegum-radial {
    background: radial-gradient(#441c99, #ff78e1);
  }
  .mobile\:txt-bubblegum-to-dark-purple,
  .mobile\:hover\:txt-bubblegum-to-dark-purple:hover,
  .mobile\:focus\:txt-bubblegum-to-dark-purple:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-to-dark-purple,
  .mobile\:group:focus-within
    .group-focus-within\:txt-bubblegum-to-dark-purple {
    background: linear-gradient(140deg, #ff78e1, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #ff78e1;
  }
  .mobile\:link-bubblegum-to-dark-purple a,
  .mobile\:hover\:link-bubblegum-to-dark-purple a:hover,
  .mobile\:focus\:link-bubblegum-to-dark-purple a:focus,
  .mobile\:group:hover a.group-hover\:link-bubblegum-to-dark-purple,
  .mobile\:group:focus-within
    a.group-focus-within\:link-bubblegum-to-dark-purple {
    background: linear-gradient(140deg, #ff78e1, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #ff78e1;
  }
  .mobile\:bg-bubblegum-to-dark-purple,
  .mobile\:hover\:bg-bubblegum-to-dark-purple:hover,
  .mobile\:focus\:bg-bubblegum-to-dark-purple:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-to-dark-purple,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-to-dark-purple {
    background: linear-gradient(140deg, #ff78e1, #441c99);
  }
  .mobile\:bg-bubblegum-to-dark-purple-radial,
  .mobile\:hover\:bg-bubblegum-to-dark-purple-radial:hover,
  .mobile\:focus\:bg-bubblegum-to-dark-purple-radial:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-to-dark-purple-radial,
  .mobile\:group:focus-within
    .group-focus-within\:bg-bubblegum-to-dark-purple-radial {
    background: radial-gradient(#ff78e1, #441c99);
  }
  .mobile\:txt-bubblegum-to-salmon,
  .mobile\:hover\:txt-bubblegum-to-salmon:hover,
  .mobile\:focus\:txt-bubblegum-to-salmon:focus,
  .mobile\:group:hover .group-hover\:txt-bubblegum-to-salmon,
  .mobile\:group:focus-within .group-focus-within\:txt-bubblegum-to-salmon {
    background: linear-gradient(140deg, #ff78e1, #f97a99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #ff78e1;
  }
  .mobile\:link-bubblegum-to-salmon a,
  .mobile\:hover\:link-bubblegum-to-salmon a:hover,
  .mobile\:focus\:link-bubblegum-to-salmon a:focus,
  .mobile\:group:hover a.group-hover\:link-bubblegum-to-salmon,
  .mobile\:group:focus-within a.group-focus-within\:link-bubblegum-to-salmon {
    background: linear-gradient(140deg, #ff78e1, #f97a99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #ff78e1;
  }
  .mobile\:bg-bubblegum-to-salmon,
  .mobile\:hover\:bg-bubblegum-to-salmon:hover,
  .mobile\:focus\:bg-bubblegum-to-salmon:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-to-salmon,
  .mobile\:group:focus-within .group-focus-within\:bg-bubblegum-to-salmon {
    background: linear-gradient(140deg, #ff78e1, #f97a99);
  }
  .mobile\:bg-bubblegum-to-salmon-radial,
  .mobile\:hover\:bg-bubblegum-to-salmon-radial:hover,
  .mobile\:focus\:bg-bubblegum-to-salmon-radial:focus,
  .mobile\:group:hover .group-hover\:bg-bubblegum-to-salmon-radial,
  .mobile\:group:focus-within
    .group-focus-within\:bg-bubblegum-to-salmon-radial {
    background: radial-gradient(#ff78e1, #f97a99);
  }
  .mobile\:txt-purple-to-hot-pink,
  .mobile\:hover\:txt-purple-to-hot-pink:hover,
  .mobile\:focus\:txt-purple-to-hot-pink:focus,
  .mobile\:group:hover .group-hover\:txt-purple-to-hot-pink,
  .mobile\:group:focus-within .group-focus-within\:txt-purple-to-hot-pink {
    background: linear-gradient(140deg, #e555ac, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .mobile\:link-purple-to-hot-pink a,
  .mobile\:hover\:link-purple-to-hot-pink a:hover,
  .mobile\:focus\:link-purple-to-hot-pink a:focus,
  .mobile\:group:hover a.group-hover\:link-purple-to-hot-pink,
  .mobile\:group:focus-within a.group-focus-within\:link-purple-to-hot-pink {
    background: linear-gradient(140deg, #e555ac, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .mobile\:bg-purple-to-hot-pink,
  .mobile\:hover\:bg-purple-to-hot-pink:hover,
  .mobile\:focus\:bg-purple-to-hot-pink:focus,
  .mobile\:group:hover .group-hover\:bg-purple-to-hot-pink,
  .mobile\:group:focus-within .group-focus-within\:bg-purple-to-hot-pink {
    background: linear-gradient(140deg, #e555ac, #441c99);
  }
  .mobile\:bg-purple-to-hot-pink-radial,
  .mobile\:hover\:bg-purple-to-hot-pink-radial:hover,
  .mobile\:focus\:bg-purple-to-hot-pink-radial:focus,
  .mobile\:group:hover .group-hover\:bg-purple-to-hot-pink-radial,
  .mobile\:group:focus-within
    .group-focus-within\:bg-purple-to-hot-pink-radial {
    background: radial-gradient(#e555ac, #441c99);
  }
  .mobile\:txt-daffodil-to-salmon,
  .mobile\:hover\:txt-daffodil-to-salmon:hover,
  .mobile\:focus\:txt-daffodil-to-salmon:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-to-salmon,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-to-salmon {
    background: linear-gradient(140deg, #e555ac, #f99048);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .mobile\:link-daffodil-to-salmon a,
  .mobile\:hover\:link-daffodil-to-salmon a:hover,
  .mobile\:focus\:link-daffodil-to-salmon a:focus,
  .mobile\:group:hover a.group-hover\:link-daffodil-to-salmon,
  .mobile\:group:focus-within a.group-focus-within\:link-daffodil-to-salmon {
    background: linear-gradient(140deg, #e555ac, #f99048);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .mobile\:bg-daffodil-to-salmon,
  .mobile\:hover\:bg-daffodil-to-salmon:hover,
  .mobile\:focus\:bg-daffodil-to-salmon:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-to-salmon,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-to-salmon {
    background: linear-gradient(140deg, #e555ac, #f99048);
  }
  .mobile\:bg-daffodil-to-salmon-radial,
  .mobile\:hover\:bg-daffodil-to-salmon-radial:hover,
  .mobile\:focus\:bg-daffodil-to-salmon-radial:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-to-salmon-radial,
  .mobile\:group:focus-within
    .group-focus-within\:bg-daffodil-to-salmon-radial {
    background: radial-gradient(#e555ac, #f99048);
  }
  .mobile\:txt-daffodil-to-teal,
  .mobile\:hover\:txt-daffodil-to-teal:hover,
  .mobile\:focus\:txt-daffodil-to-teal:focus,
  .mobile\:group:hover .group-hover\:txt-daffodil-to-teal,
  .mobile\:group:focus-within .group-focus-within\:txt-daffodil-to-teal {
    background: linear-gradient(140deg, #168982, #4bd6b5);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #168982;
  }
  .mobile\:link-daffodil-to-teal a,
  .mobile\:hover\:link-daffodil-to-teal a:hover,
  .mobile\:focus\:link-daffodil-to-teal a:focus,
  .mobile\:group:hover a.group-hover\:link-daffodil-to-teal,
  .mobile\:group:focus-within a.group-focus-within\:link-daffodil-to-teal {
    background: linear-gradient(140deg, #168982, #4bd6b5);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #168982;
  }
  .mobile\:bg-daffodil-to-teal,
  .mobile\:hover\:bg-daffodil-to-teal:hover,
  .mobile\:focus\:bg-daffodil-to-teal:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-to-teal,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-to-teal {
    background: linear-gradient(140deg, #168982, #4bd6b5);
  }
  .mobile\:bg-daffodil-to-teal-radial,
  .mobile\:hover\:bg-daffodil-to-teal-radial:hover,
  .mobile\:focus\:bg-daffodil-to-teal-radial:focus,
  .mobile\:group:hover .group-hover\:bg-daffodil-to-teal-radial,
  .mobile\:group:focus-within .group-focus-within\:bg-daffodil-to-teal-radial {
    background: radial-gradient(#168982, #4bd6b5);
  }
  .mobile\:txt-hot-pink-to-dark-purple,
  .mobile\:hover\:txt-hot-pink-to-dark-purple:hover,
  .mobile\:focus\:txt-hot-pink-to-dark-purple:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-to-dark-purple,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-to-dark-purple {
    background: linear-gradient(140deg, #e555ac, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .mobile\:link-hot-pink-to-dark-purple a,
  .mobile\:hover\:link-hot-pink-to-dark-purple a:hover,
  .mobile\:focus\:link-hot-pink-to-dark-purple a:focus,
  .mobile\:group:hover a.group-hover\:link-hot-pink-to-dark-purple,
  .mobile\:group:focus-within
    a.group-focus-within\:link-hot-pink-to-dark-purple {
    background: linear-gradient(140deg, #e555ac, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .mobile\:bg-hot-pink-to-dark-purple,
  .mobile\:hover\:bg-hot-pink-to-dark-purple:hover,
  .mobile\:focus\:bg-hot-pink-to-dark-purple:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-to-dark-purple,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-to-dark-purple {
    background: linear-gradient(140deg, #e555ac, #441c99);
  }
  .mobile\:bg-hot-pink-to-dark-purple-radial,
  .mobile\:hover\:bg-hot-pink-to-dark-purple-radial:hover,
  .mobile\:focus\:bg-hot-pink-to-dark-purple-radial:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-to-dark-purple-radial,
  .mobile\:group:focus-within
    .group-focus-within\:bg-hot-pink-to-dark-purple-radial {
    background: radial-gradient(#e555ac, #441c99);
  }
  .mobile\:txt-electric-blue-to-vibe,
  .mobile\:hover\:txt-electric-blue-to-vibe:hover,
  .mobile\:focus\:txt-electric-blue-to-vibe:focus,
  .mobile\:group:hover .group-hover\:txt-electric-blue-to-vibe,
  .mobile\:group:focus-within .group-focus-within\:txt-electric-blue-to-vibe {
    background: linear-gradient(140deg, #145deb, #4bd6b5);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #145deb;
  }
  .mobile\:link-electric-blue-to-vibe a,
  .mobile\:hover\:link-electric-blue-to-vibe a:hover,
  .mobile\:focus\:link-electric-blue-to-vibe a:focus,
  .mobile\:group:hover a.group-hover\:link-electric-blue-to-vibe,
  .mobile\:group:focus-within a.group-focus-within\:link-electric-blue-to-vibe {
    background: linear-gradient(140deg, #145deb, #4bd6b5);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #145deb;
  }
  .mobile\:bg-electric-blue-to-vibe,
  .mobile\:hover\:bg-electric-blue-to-vibe:hover,
  .mobile\:focus\:bg-electric-blue-to-vibe:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-to-vibe,
  .mobile\:group:focus-within .group-focus-within\:bg-electric-blue-to-vibe {
    background: linear-gradient(140deg, #145deb, #4bd6b5);
  }
  .mobile\:bg-electric-blue-to-vibe-radial,
  .mobile\:hover\:bg-electric-blue-to-vibe-radial:hover,
  .mobile\:focus\:bg-electric-blue-to-vibe-radial:focus,
  .mobile\:group:hover .group-hover\:bg-electric-blue-to-vibe-radial,
  .mobile\:group:focus-within
    .group-focus-within\:bg-electric-blue-to-vibe-radial {
    background: radial-gradient(#145deb, #4bd6b5);
  }
  .mobile\:txt-hot-pink-to-purple,
  .mobile\:hover\:txt-hot-pink-to-purple:hover,
  .mobile\:focus\:txt-hot-pink-to-purple:focus,
  .mobile\:group:hover .group-hover\:txt-hot-pink-to-purple,
  .mobile\:group:focus-within .group-focus-within\:txt-hot-pink-to-purple {
    background: linear-gradient(140deg, #e555ac, #9043c6);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .mobile\:link-hot-pink-to-purple a,
  .mobile\:hover\:link-hot-pink-to-purple a:hover,
  .mobile\:focus\:link-hot-pink-to-purple a:focus,
  .mobile\:group:hover a.group-hover\:link-hot-pink-to-purple,
  .mobile\:group:focus-within a.group-focus-within\:link-hot-pink-to-purple {
    background: linear-gradient(140deg, #e555ac, #9043c6);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #e555ac;
  }
  .mobile\:bg-hot-pink-to-purple,
  .mobile\:hover\:bg-hot-pink-to-purple:hover,
  .mobile\:focus\:bg-hot-pink-to-purple:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-to-purple,
  .mobile\:group:focus-within .group-focus-within\:bg-hot-pink-to-purple {
    background: linear-gradient(140deg, #e555ac, #9043c6);
  }
  .mobile\:bg-hot-pink-to-purple-radial,
  .mobile\:hover\:bg-hot-pink-to-purple-radial:hover,
  .mobile\:focus\:bg-hot-pink-to-purple-radial:focus,
  .mobile\:group:hover .group-hover\:bg-hot-pink-to-purple-radial,
  .mobile\:group:focus-within
    .group-focus-within\:bg-hot-pink-to-purple-radial {
    background: radial-gradient(#e555ac, #9043c6);
  }
  .mobile\:txt-dark-teal-to-vibe,
  .mobile\:hover\:txt-dark-teal-to-vibe:hover,
  .mobile\:focus\:txt-dark-teal-to-vibe:focus,
  .mobile\:group:hover .group-hover\:txt-dark-teal-to-vibe,
  .mobile\:group:focus-within .group-focus-within\:txt-dark-teal-to-vibe {
    background: linear-gradient(140deg, #168982, #4bd6b5);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #168982;
  }
  .mobile\:link-dark-teal-to-vibe a,
  .mobile\:hover\:link-dark-teal-to-vibe a:hover,
  .mobile\:focus\:link-dark-teal-to-vibe a:focus,
  .mobile\:group:hover a.group-hover\:link-dark-teal-to-vibe,
  .mobile\:group:focus-within a.group-focus-within\:link-dark-teal-to-vibe {
    background: linear-gradient(140deg, #168982, #4bd6b5);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #168982;
  }
  .mobile\:bg-dark-teal-to-vibe,
  .mobile\:hover\:bg-dark-teal-to-vibe:hover,
  .mobile\:focus\:bg-dark-teal-to-vibe:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-to-vibe,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-to-vibe {
    background: linear-gradient(140deg, #168982, #4bd6b5);
  }
  .mobile\:bg-dark-teal-to-vibe-radial,
  .mobile\:hover\:bg-dark-teal-to-vibe-radial:hover,
  .mobile\:focus\:bg-dark-teal-to-vibe-radial:focus,
  .mobile\:group:hover .group-hover\:bg-dark-teal-to-vibe-radial,
  .mobile\:group:focus-within .group-focus-within\:bg-dark-teal-to-vibe-radial {
    background: radial-gradient(#168982, #4bd6b5);
  }
  .mobile\:txt-sky-to-deep-sea,
  .mobile\:hover\:txt-sky-to-deep-sea:hover,
  .mobile\:focus\:txt-sky-to-deep-sea:focus,
  .mobile\:group:hover .group-hover\:txt-sky-to-deep-sea,
  .mobile\:group:focus-within .group-focus-within\:txt-sky-to-deep-sea {
    background: linear-gradient(140deg, #14c4eb, #0a26b8);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #14c4eb;
  }
  .mobile\:link-sky-to-deep-sea a,
  .mobile\:hover\:link-sky-to-deep-sea a:hover,
  .mobile\:focus\:link-sky-to-deep-sea a:focus,
  .mobile\:group:hover a.group-hover\:link-sky-to-deep-sea,
  .mobile\:group:focus-within a.group-focus-within\:link-sky-to-deep-sea {
    background: linear-gradient(140deg, #14c4eb, #0a26b8);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #14c4eb;
  }
  .mobile\:bg-sky-to-deep-sea,
  .mobile\:hover\:bg-sky-to-deep-sea:hover,
  .mobile\:focus\:bg-sky-to-deep-sea:focus,
  .mobile\:group:hover .group-hover\:bg-sky-to-deep-sea,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-to-deep-sea {
    background: linear-gradient(140deg, #14c4eb, #0a26b8);
  }
  .mobile\:bg-sky-to-deep-sea-radial,
  .mobile\:hover\:bg-sky-to-deep-sea-radial:hover,
  .mobile\:focus\:bg-sky-to-deep-sea-radial:focus,
  .mobile\:group:hover .group-hover\:bg-sky-to-deep-sea-radial,
  .mobile\:group:focus-within .group-focus-within\:bg-sky-to-deep-sea-radial {
    background: radial-gradient(#14c4eb, #0a26b8);
  }
  .mobile\:txt-accent-1,
  .mobile\:hover\:txt-accent-1:hover,
  .mobile\:focus\:txt-accent-1:focus,
  .mobile\:group:hover .group-hover\:txt-accent-1,
  .mobile\:group:focus-within .group-focus-within\:txt-accent-1 {
    background: linear-gradient(140deg, #9043c6, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #9043c6;
  }
  .mobile\:link-accent-1 a,
  .mobile\:hover\:link-accent-1 a:hover,
  .mobile\:focus\:link-accent-1 a:focus,
  .mobile\:group:hover a.group-hover\:link-accent-1,
  .mobile\:group:focus-within a.group-focus-within\:link-accent-1 {
    background: linear-gradient(140deg, #9043c6, #441c99);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #9043c6;
  }
  .mobile\:bg-accent-1,
  .mobile\:hover\:bg-accent-1:hover,
  .mobile\:focus\:bg-accent-1:focus,
  .mobile\:group:hover .group-hover\:bg-accent-1,
  .mobile\:group:focus-within .group-focus-within\:bg-accent-1 {
    background: linear-gradient(140deg, #9043c6, #441c99);
  }
  .mobile\:bg-accent-1-radial,
  .mobile\:hover\:bg-accent-1-radial:hover,
  .mobile\:focus\:bg-accent-1-radial:focus,
  .mobile\:group:hover .group-hover\:bg-accent-1-radial,
  .mobile\:group:focus-within .group-focus-within\:bg-accent-1-radial {
    background: radial-gradient(#9043c6, #441c99);
  }
  .mobile\:txt-accent-2,
  .mobile\:hover\:txt-accent-2:hover,
  .mobile\:focus\:txt-accent-2:focus,
  .mobile\:group:hover .group-hover\:txt-accent-2,
  .mobile\:group:focus-within .group-focus-within\:txt-accent-2 {
    background: linear-gradient(140deg, #9043c6, #0a26b8);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #9043c6;
  }
  .mobile\:link-accent-2 a,
  .mobile\:hover\:link-accent-2 a:hover,
  .mobile\:focus\:link-accent-2 a:focus,
  .mobile\:group:hover a.group-hover\:link-accent-2,
  .mobile\:group:focus-within a.group-focus-within\:link-accent-2 {
    background: linear-gradient(140deg, #9043c6, #0a26b8);
    background-clip: text;
    box-decoration-break: clone;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #9043c6;
  }
  .mobile\:bg-accent-2,
  .mobile\:hover\:bg-accent-2:hover,
  .mobile\:focus\:bg-accent-2:focus,
  .mobile\:group:hover .group-hover\:bg-accent-2,
  .mobile\:group:focus-within .group-focus-within\:bg-accent-2 {
    background: linear-gradient(140deg, #9043c6, #0a26b8);
  }
  .mobile\:bg-accent-2-radial,
  .mobile\:hover\:bg-accent-2-radial:hover,
  .mobile\:focus\:bg-accent-2-radial:focus,
  .mobile\:group:hover .group-hover\:bg-accent-2-radial,
  .mobile\:group:focus-within .group-focus-within\:bg-accent-2-radial {
    background: radial-gradient(#9043c6, #0a26b8);
  }
}
@media (max-width: 8640px) {
  .border-black,
  .hover\:border-black:hover,
  .focus\:border-black:focus,
  .group:hover .group-hover\:border-black,
  .group:focus-within .group-focus-within\:border-black {
    border: #000;
  }
  .bg-black,
  .hover\:bg-black:hover,
  .focus\:bg-black:focus,
  .group:hover .group-hover\:bg-black,
  .group:focus-within .group-focus-within\:bg-black {
    background-color: #000;
  }
  .fill-black,
  .hover\:fill-black:hover,
  .focus\:fill-black:focus,
  .group:hover .group-hover\:fill-black,
  .group:focus-within .group-focus-within\:fill-black {
    color: #000;
  }
  .border-white,
  .hover\:border-white:hover,
  .focus\:border-white:focus,
  .group:hover .group-hover\:border-white,
  .group:focus-within .group-focus-within\:border-white {
    border: #fff;
  }
  .bg-white,
  .hover\:bg-white:hover,
  .focus\:bg-white:focus,
  .group:hover .group-hover\:bg-white,
  .group:focus-within .group-focus-within\:bg-white {
    background-color: #fff;
  }
  .fill-white,
  .hover\:fill-white:hover,
  .focus\:fill-white:focus,
  .group:hover .group-hover\:fill-white,
  .group:focus-within .group-focus-within\:fill-white {
    color: #fff;
  }
  .border-space,
  .hover\:border-space:hover,
  .focus\:border-space:focus,
  .group:hover .group-hover\:border-space,
  .group:focus-within .group-focus-within\:border-space {
    border: #01011e;
  }
  .bg-space,
  .hover\:bg-space:hover,
  .focus\:bg-space:focus,
  .group:hover .group-hover\:bg-space,
  .group:focus-within .group-focus-within\:bg-space {
    background-color: #01011e;
  }
  .fill-space,
  .hover\:fill-space:hover,
  .focus\:fill-space:focus,
  .group:hover .group-hover\:fill-space,
  .group:focus-within .group-focus-within\:fill-space {
    color: #01011e;
  }
  .border-dawn,
  .hover\:border-dawn:hover,
  .focus\:border-dawn:focus,
  .group:hover .group-hover\:border-dawn,
  .group:focus-within .group-focus-within\:border-dawn {
    border: #383f76;
  }
  .bg-dawn,
  .hover\:bg-dawn:hover,
  .focus\:bg-dawn:focus,
  .group:hover .group-hover\:bg-dawn,
  .group:focus-within .group-focus-within\:bg-dawn {
    background-color: #383f76;
  }
  .fill-dawn,
  .hover\:fill-dawn:hover,
  .focus\:fill-dawn:focus,
  .group:hover .group-hover\:fill-dawn,
  .group:focus-within .group-focus-within\:fill-dawn {
    color: #383f76;
  }
  .border-steel,
  .hover\:border-steel:hover,
  .focus\:border-steel:focus,
  .group:hover .group-hover\:border-steel,
  .group:focus-within .group-focus-within\:border-steel {
    border: #555463;
  }
  .bg-steel,
  .hover\:bg-steel:hover,
  .focus\:bg-steel:focus,
  .group:hover .group-hover\:bg-steel,
  .group:focus-within .group-focus-within\:bg-steel {
    background-color: #555463;
  }
  .fill-steel,
  .hover\:fill-steel:hover,
  .focus\:fill-steel:focus,
  .group:hover .group-hover\:fill-steel,
  .group:focus-within .group-focus-within\:fill-steel {
    color: #555463;
  }
  .border-smoke,
  .hover\:border-smoke:hover,
  .focus\:border-smoke:focus,
  .group:hover .group-hover\:border-smoke,
  .group:focus-within .group-focus-within\:border-smoke {
    border: #6d6d9c;
  }
  .bg-smoke,
  .hover\:bg-smoke:hover,
  .focus\:bg-smoke:focus,
  .group:hover .group-hover\:bg-smoke,
  .group:focus-within .group-focus-within\:bg-smoke {
    background-color: #6d6d9c;
  }
  .fill-smoke,
  .hover\:fill-smoke:hover,
  .focus\:fill-smoke:focus,
  .group:hover .group-hover\:fill-smoke,
  .group:focus-within .group-focus-within\:fill-smoke {
    color: #6d6d9c;
  }
  .border-snow,
  .hover\:border-snow:hover,
  .focus\:border-snow:focus,
  .group:hover .group-hover\:border-snow,
  .group:focus-within .group-focus-within\:border-snow {
    border: #f6f7fb;
  }
  .bg-snow,
  .hover\:bg-snow:hover,
  .focus\:bg-snow:focus,
  .group:hover .group-hover\:bg-snow,
  .group:focus-within .group-focus-within\:bg-snow {
    background-color: #f6f7fb;
  }
  .fill-snow,
  .hover\:fill-snow:hover,
  .focus\:fill-snow:focus,
  .group:hover .group-hover\:fill-snow,
  .group:focus-within .group-focus-within\:fill-snow {
    color: #f6f7fb;
  }
}
@media (max-width: 1165px) {
  .laptop\:border-black,
  .laptop\:hover\:border-black:hover,
  .laptop\:focus\:border-black:focus,
  .laptop\:group:hover .group-hover\:border-black,
  .laptop\:group:focus-within .group-focus-within\:border-black {
    border: #000;
  }
  .laptop\:bg-black,
  .laptop\:hover\:bg-black:hover,
  .laptop\:focus\:bg-black:focus,
  .laptop\:group:hover .group-hover\:bg-black,
  .laptop\:group:focus-within .group-focus-within\:bg-black {
    background-color: #000;
  }
  .laptop\:fill-black,
  .laptop\:hover\:fill-black:hover,
  .laptop\:focus\:fill-black:focus,
  .laptop\:group:hover .group-hover\:fill-black,
  .laptop\:group:focus-within .group-focus-within\:fill-black {
    color: #000;
  }
  .laptop\:border-white,
  .laptop\:hover\:border-white:hover,
  .laptop\:focus\:border-white:focus,
  .laptop\:group:hover .group-hover\:border-white,
  .laptop\:group:focus-within .group-focus-within\:border-white {
    border: #fff;
  }
  .laptop\:bg-white,
  .laptop\:hover\:bg-white:hover,
  .laptop\:focus\:bg-white:focus,
  .laptop\:group:hover .group-hover\:bg-white,
  .laptop\:group:focus-within .group-focus-within\:bg-white {
    background-color: #fff;
  }
  .laptop\:fill-white,
  .laptop\:hover\:fill-white:hover,
  .laptop\:focus\:fill-white:focus,
  .laptop\:group:hover .group-hover\:fill-white,
  .laptop\:group:focus-within .group-focus-within\:fill-white {
    color: #fff;
  }
  .laptop\:border-space,
  .laptop\:hover\:border-space:hover,
  .laptop\:focus\:border-space:focus,
  .laptop\:group:hover .group-hover\:border-space,
  .laptop\:group:focus-within .group-focus-within\:border-space {
    border: #01011e;
  }
  .laptop\:bg-space,
  .laptop\:hover\:bg-space:hover,
  .laptop\:focus\:bg-space:focus,
  .laptop\:group:hover .group-hover\:bg-space,
  .laptop\:group:focus-within .group-focus-within\:bg-space {
    background-color: #01011e;
  }
  .laptop\:fill-space,
  .laptop\:hover\:fill-space:hover,
  .laptop\:focus\:fill-space:focus,
  .laptop\:group:hover .group-hover\:fill-space,
  .laptop\:group:focus-within .group-focus-within\:fill-space {
    color: #01011e;
  }
  .laptop\:border-dawn,
  .laptop\:hover\:border-dawn:hover,
  .laptop\:focus\:border-dawn:focus,
  .laptop\:group:hover .group-hover\:border-dawn,
  .laptop\:group:focus-within .group-focus-within\:border-dawn {
    border: #383f76;
  }
  .laptop\:bg-dawn,
  .laptop\:hover\:bg-dawn:hover,
  .laptop\:focus\:bg-dawn:focus,
  .laptop\:group:hover .group-hover\:bg-dawn,
  .laptop\:group:focus-within .group-focus-within\:bg-dawn {
    background-color: #383f76;
  }
  .laptop\:fill-dawn,
  .laptop\:hover\:fill-dawn:hover,
  .laptop\:focus\:fill-dawn:focus,
  .laptop\:group:hover .group-hover\:fill-dawn,
  .laptop\:group:focus-within .group-focus-within\:fill-dawn {
    color: #383f76;
  }
  .laptop\:border-steel,
  .laptop\:hover\:border-steel:hover,
  .laptop\:focus\:border-steel:focus,
  .laptop\:group:hover .group-hover\:border-steel,
  .laptop\:group:focus-within .group-focus-within\:border-steel {
    border: #555463;
  }
  .laptop\:bg-steel,
  .laptop\:hover\:bg-steel:hover,
  .laptop\:focus\:bg-steel:focus,
  .laptop\:group:hover .group-hover\:bg-steel,
  .laptop\:group:focus-within .group-focus-within\:bg-steel {
    background-color: #555463;
  }
  .laptop\:fill-steel,
  .laptop\:hover\:fill-steel:hover,
  .laptop\:focus\:fill-steel:focus,
  .laptop\:group:hover .group-hover\:fill-steel,
  .laptop\:group:focus-within .group-focus-within\:fill-steel {
    color: #555463;
  }
  .laptop\:border-smoke,
  .laptop\:hover\:border-smoke:hover,
  .laptop\:focus\:border-smoke:focus,
  .laptop\:group:hover .group-hover\:border-smoke,
  .laptop\:group:focus-within .group-focus-within\:border-smoke {
    border: #6d6d9c;
  }
  .laptop\:bg-smoke,
  .laptop\:hover\:bg-smoke:hover,
  .laptop\:focus\:bg-smoke:focus,
  .laptop\:group:hover .group-hover\:bg-smoke,
  .laptop\:group:focus-within .group-focus-within\:bg-smoke {
    background-color: #6d6d9c;
  }
  .laptop\:fill-smoke,
  .laptop\:hover\:fill-smoke:hover,
  .laptop\:focus\:fill-smoke:focus,
  .laptop\:group:hover .group-hover\:fill-smoke,
  .laptop\:group:focus-within .group-focus-within\:fill-smoke {
    color: #6d6d9c;
  }
  .laptop\:border-snow,
  .laptop\:hover\:border-snow:hover,
  .laptop\:focus\:border-snow:focus,
  .laptop\:group:hover .group-hover\:border-snow,
  .laptop\:group:focus-within .group-focus-within\:border-snow {
    border: #f6f7fb;
  }
  .laptop\:bg-snow,
  .laptop\:hover\:bg-snow:hover,
  .laptop\:focus\:bg-snow:focus,
  .laptop\:group:hover .group-hover\:bg-snow,
  .laptop\:group:focus-within .group-focus-within\:bg-snow {
    background-color: #f6f7fb;
  }
  .laptop\:fill-snow,
  .laptop\:hover\:fill-snow:hover,
  .laptop\:focus\:fill-snow:focus,
  .laptop\:group:hover .group-hover\:fill-snow,
  .laptop\:group:focus-within .group-focus-within\:fill-snow {
    color: #f6f7fb;
  }
}
@media (max-width: 960px) {
  .mobile\:border-black,
  .mobile\:hover\:border-black:hover,
  .mobile\:focus\:border-black:focus,
  .mobile\:group:hover .group-hover\:border-black,
  .mobile\:group:focus-within .group-focus-within\:border-black {
    border: #000;
  }
  .mobile\:bg-black,
  .mobile\:hover\:bg-black:hover,
  .mobile\:focus\:bg-black:focus,
  .mobile\:group:hover .group-hover\:bg-black,
  .mobile\:group:focus-within .group-focus-within\:bg-black {
    background-color: #000;
  }
  .mobile\:fill-black,
  .mobile\:hover\:fill-black:hover,
  .mobile\:focus\:fill-black:focus,
  .mobile\:group:hover .group-hover\:fill-black,
  .mobile\:group:focus-within .group-focus-within\:fill-black {
    color: #000;
  }
  .mobile\:border-white,
  .mobile\:hover\:border-white:hover,
  .mobile\:focus\:border-white:focus,
  .mobile\:group:hover .group-hover\:border-white,
  .mobile\:group:focus-within .group-focus-within\:border-white {
    border: #fff;
  }
  .mobile\:bg-white,
  .mobile\:hover\:bg-white:hover,
  .mobile\:focus\:bg-white:focus,
  .mobile\:group:hover .group-hover\:bg-white,
  .mobile\:group:focus-within .group-focus-within\:bg-white {
    background-color: #fff;
  }
  .mobile\:fill-white,
  .mobile\:hover\:fill-white:hover,
  .mobile\:focus\:fill-white:focus,
  .mobile\:group:hover .group-hover\:fill-white,
  .mobile\:group:focus-within .group-focus-within\:fill-white {
    color: #fff;
  }
  .mobile\:border-space,
  .mobile\:hover\:border-space:hover,
  .mobile\:focus\:border-space:focus,
  .mobile\:group:hover .group-hover\:border-space,
  .mobile\:group:focus-within .group-focus-within\:border-space {
    border: #01011e;
  }
  .mobile\:bg-space,
  .mobile\:hover\:bg-space:hover,
  .mobile\:focus\:bg-space:focus,
  .mobile\:group:hover .group-hover\:bg-space,
  .mobile\:group:focus-within .group-focus-within\:bg-space {
    background-color: #01011e;
  }
  .mobile\:fill-space,
  .mobile\:hover\:fill-space:hover,
  .mobile\:focus\:fill-space:focus,
  .mobile\:group:hover .group-hover\:fill-space,
  .mobile\:group:focus-within .group-focus-within\:fill-space {
    color: #01011e;
  }
  .mobile\:border-dawn,
  .mobile\:hover\:border-dawn:hover,
  .mobile\:focus\:border-dawn:focus,
  .mobile\:group:hover .group-hover\:border-dawn,
  .mobile\:group:focus-within .group-focus-within\:border-dawn {
    border: #383f76;
  }
  .mobile\:bg-dawn,
  .mobile\:hover\:bg-dawn:hover,
  .mobile\:focus\:bg-dawn:focus,
  .mobile\:group:hover .group-hover\:bg-dawn,
  .mobile\:group:focus-within .group-focus-within\:bg-dawn {
    background-color: #383f76;
  }
  .mobile\:fill-dawn,
  .mobile\:hover\:fill-dawn:hover,
  .mobile\:focus\:fill-dawn:focus,
  .mobile\:group:hover .group-hover\:fill-dawn,
  .mobile\:group:focus-within .group-focus-within\:fill-dawn {
    color: #383f76;
  }
  .mobile\:border-steel,
  .mobile\:hover\:border-steel:hover,
  .mobile\:focus\:border-steel:focus,
  .mobile\:group:hover .group-hover\:border-steel,
  .mobile\:group:focus-within .group-focus-within\:border-steel {
    border: #555463;
  }
  .mobile\:bg-steel,
  .mobile\:hover\:bg-steel:hover,
  .mobile\:focus\:bg-steel:focus,
  .mobile\:group:hover .group-hover\:bg-steel,
  .mobile\:group:focus-within .group-focus-within\:bg-steel {
    background-color: #555463;
  }
  .mobile\:fill-steel,
  .mobile\:hover\:fill-steel:hover,
  .mobile\:focus\:fill-steel:focus,
  .mobile\:group:hover .group-hover\:fill-steel,
  .mobile\:group:focus-within .group-focus-within\:fill-steel {
    color: #555463;
  }
  .mobile\:border-smoke,
  .mobile\:hover\:border-smoke:hover,
  .mobile\:focus\:border-smoke:focus,
  .mobile\:group:hover .group-hover\:border-smoke,
  .mobile\:group:focus-within .group-focus-within\:border-smoke {
    border: #6d6d9c;
  }
  .mobile\:bg-smoke,
  .mobile\:hover\:bg-smoke:hover,
  .mobile\:focus\:bg-smoke:focus,
  .mobile\:group:hover .group-hover\:bg-smoke,
  .mobile\:group:focus-within .group-focus-within\:bg-smoke {
    background-color: #6d6d9c;
  }
  .mobile\:fill-smoke,
  .mobile\:hover\:fill-smoke:hover,
  .mobile\:focus\:fill-smoke:focus,
  .mobile\:group:hover .group-hover\:fill-smoke,
  .mobile\:group:focus-within .group-focus-within\:fill-smoke {
    color: #6d6d9c;
  }
  .mobile\:border-snow,
  .mobile\:hover\:border-snow:hover,
  .mobile\:focus\:border-snow:focus,
  .mobile\:group:hover .group-hover\:border-snow,
  .mobile\:group:focus-within .group-focus-within\:border-snow {
    border: #f6f7fb;
  }
  .mobile\:bg-snow,
  .mobile\:hover\:bg-snow:hover,
  .mobile\:focus\:bg-snow:focus,
  .mobile\:group:hover .group-hover\:bg-snow,
  .mobile\:group:focus-within .group-focus-within\:bg-snow {
    background-color: #f6f7fb;
  }
  .mobile\:fill-snow,
  .mobile\:hover\:fill-snow:hover,
  .mobile\:focus\:fill-snow:focus,
  .mobile\:group:hover .group-hover\:fill-snow,
  .mobile\:group:focus-within .group-focus-within\:fill-snow {
    color: #f6f7fb;
  }
}
[class*="txt-line-clamp-"] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.txt-hero-title-large {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 5.625rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 6.25rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .txt-hero-title-large {
    font-family: "Big Shoulders Display", sans-serif;
    font-size: 3.125rem;
    font-weight: 900;
    letter-spacing: -0.01em;
    line-height: 3.75rem;
    text-transform: none;
  }
}
.txt-hero-title-small {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 3.125rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 3.75rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .txt-hero-title-small {
    font-family: "Big Shoulders Display", sans-serif;
    font-size: 3.125rem;
    font-weight: 900;
    letter-spacing: -0.01em;
    line-height: 3.75rem;
    text-transform: none;
  }
}
.txt-page-title-large {
  font-family: "Poppins", sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 5rem;
  margin: 0;
  padding: 0;
  text-transform: none;
}
@media (max-width: 800px) {
  .txt-page-title-large {
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 4rem;
    text-transform: none;
  }
}
.txt-page-title,
.txt-rich h1:not([class]),
.txt-rich-long h1:not([class]) {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 4rem;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.txt-page-title.huge,
.txt-rich h1.huge:not([class]),
.txt-rich-long h1.huge:not([class]) {
  font-size: 5rem;
}
@media (max-width: 800px) {
  .txt-page-title,
  .txt-rich h1:not([class]),
  .txt-rich-long h1:not([class]) {
    font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 3rem;
    text-transform: none;
  }
}
.txt-headline-large {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 3rem;
  margin: 0;
  padding: 0;
  text-transform: none;
}
@media (max-width: 800px) {
  .txt-headline-large {
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2.5rem;
    text-transform: none;
  }
}
.txt-headline-small,
.txt-rich h2:not([class]),
.txt-rich-long h2:not([class]) {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.5rem;
  margin: 0;
  padding: 0;
  text-transform: none;
}
@media (max-width: 800px) {
  .txt-headline-small,
  .txt-rich h2:not([class]),
  .txt-rich-long h2:not([class]) {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 2.25rem;
    text-transform: none;
  }
}
.txt-subhead,
.brandui-table table caption,
.txt-rich h3:not([class]),
.txt-rich-long h3:not([class]) {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2.25rem;
  margin: 0;
  padding: 0;
  text-transform: none;
}
@media (max-width: 800px) {
  .txt-subhead,
  .brandui-table table caption,
  .txt-rich h3:not([class]),
  .txt-rich-long h3:not([class]) {
    font-family: "Poppins", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.75rem;
    text-transform: none;
  }
}
.txt-subhead-small,
.card-headline,
.txt-rich table thead tr th,
.txt-rich table thead tr td,
.txt-rich table tfoot tr th,
.txt-rich table tfoot tr td,
.txt-rich-long table thead tr th,
.txt-rich-long table thead tr td,
.txt-rich-long table tfoot tr th,
.txt-rich-long table tfoot tr td,
.txt-rich h4:not([class]),
.txt-rich-long h4:not([class]) {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.75rem;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.txt-mini-header {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.txt-mini-header-small,
.card-mini-header,
.brandui-ribbon span {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.txt-body-lead,
.txt-rich blockquote:not([class]),
.txt-rich-long blockquote:not([class]) {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.75rem;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.txt-body,
.card-description,
.txt-rich table tbody tr:nth-child(odd) th,
.txt-rich table tbody tr:nth-child(odd) td,
.txt-rich-long table tbody tr:nth-child(odd) th,
.txt-rich-long table tbody tr:nth-child(odd) td,
.txt-rich table tbody tr th,
.txt-rich table tbody tr td,
.txt-rich-long table tbody tr th,
.txt-rich-long table tbody tr td {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.txt-body.medium,
.medium.card-description,
.txt-rich table tbody tr th.medium,
.txt-rich table tbody tr td.medium,
.txt-rich-long table tbody tr th.medium,
.txt-rich-long table tbody tr td.medium,
.txt-body.bold,
.bold.card-description,
.txt-rich table tbody tr th.bold,
.txt-rich table tbody tr td.bold,
.txt-rich-long table tbody tr th.bold,
.txt-rich-long table tbody tr td.bold,
.txt-body.strong,
.strong.card-description,
.txt-rich table tbody tr th.strong,
.txt-rich table tbody tr td.strong,
.txt-rich-long table tbody tr th.strong,
.txt-rich-long table tbody tr td.strong,
.txt-body strong,
.card-description strong,
.txt-rich table tbody tr:nth-child(odd) th strong,
.txt-rich table tbody tr:nth-child(odd) td strong,
.txt-rich-long table tbody tr:nth-child(odd) th strong,
.txt-rich-long table tbody tr:nth-child(odd) td strong,
.txt-rich table tbody tr th strong,
.txt-rich table tbody tr td strong,
.txt-rich-long table tbody tr th strong,
.txt-rich-long table tbody tr td strong,
.txt-body b,
.card-description b,
.txt-rich table tbody tr:nth-child(odd) th b,
.txt-rich table tbody tr:nth-child(odd) td b,
.txt-rich-long table tbody tr:nth-child(odd) th b,
.txt-rich-long table tbody tr:nth-child(odd) td b,
.txt-rich table tbody tr th b,
.txt-rich table tbody tr td b,
.txt-rich-long table tbody tr th b,
.txt-rich-long table tbody tr td b {
  font-weight: 700;
}
.txt-body.medium strong,
.medium.card-description strong,
.txt-rich table tbody tr th.medium strong,
.txt-rich table tbody tr td.medium strong,
.txt-rich-long table tbody tr th.medium strong,
.txt-rich-long table tbody tr td.medium strong,
.txt-body.medium b,
.medium.card-description b,
.txt-rich table tbody tr th.medium b,
.txt-rich table tbody tr td.medium b,
.txt-rich-long table tbody tr th.medium b,
.txt-rich-long table tbody tr td.medium b,
.txt-body.bold strong,
.bold.card-description strong,
.txt-rich table tbody tr th.bold strong,
.txt-rich table tbody tr td.bold strong,
.txt-rich-long table tbody tr th.bold strong,
.txt-rich-long table tbody tr td.bold strong,
.txt-body.bold b,
.bold.card-description b,
.txt-rich table tbody tr th.bold b,
.txt-rich table tbody tr td.bold b,
.txt-rich-long table tbody tr th.bold b,
.txt-rich-long table tbody tr td.bold b,
.txt-body.strong strong,
.strong.card-description strong,
.txt-rich table tbody tr th.strong strong,
.txt-rich table tbody tr td.strong strong,
.txt-rich-long table tbody tr th.strong strong,
.txt-rich-long table tbody tr td.strong strong,
.txt-body.strong b,
.strong.card-description b,
.txt-rich table tbody tr th.strong b,
.txt-rich table tbody tr td.strong b,
.txt-rich-long table tbody tr th.strong b,
.txt-rich-long table tbody tr td.strong b,
.txt-body strong strong,
.card-description strong strong,
.txt-rich table tbody tr:nth-child(odd) th strong strong,
.txt-rich table tbody tr:nth-child(odd) td strong strong,
.txt-rich-long table tbody tr:nth-child(odd) th strong strong,
.txt-rich-long table tbody tr:nth-child(odd) td strong strong,
.txt-rich table tbody tr th strong strong,
.txt-rich table tbody tr td strong strong,
.txt-rich-long table tbody tr th strong strong,
.txt-rich-long table tbody tr td strong strong,
.txt-body strong b,
.card-description strong b,
.txt-rich table tbody tr:nth-child(odd) th strong b,
.txt-rich table tbody tr:nth-child(odd) td strong b,
.txt-rich-long table tbody tr:nth-child(odd) th strong b,
.txt-rich-long table tbody tr:nth-child(odd) td strong b,
.txt-rich table tbody tr th strong b,
.txt-rich table tbody tr td strong b,
.txt-rich-long table tbody tr th strong b,
.txt-rich-long table tbody tr td strong b,
.txt-body b strong,
.card-description b strong,
.txt-rich table tbody tr:nth-child(odd) th b strong,
.txt-rich table tbody tr:nth-child(odd) td b strong,
.txt-rich-long table tbody tr:nth-child(odd) th b strong,
.txt-rich-long table tbody tr:nth-child(odd) td b strong,
.txt-rich table tbody tr th b strong,
.txt-rich table tbody tr td b strong,
.txt-rich-long table tbody tr th b strong,
.txt-rich-long table tbody tr td b strong,
.txt-body b b,
.card-description b b,
.txt-rich table tbody tr:nth-child(odd) th b b,
.txt-rich table tbody tr:nth-child(odd) td b b,
.txt-rich-long table tbody tr:nth-child(odd) th b b,
.txt-rich-long table tbody tr:nth-child(odd) td b b,
.txt-rich table tbody tr th b b,
.txt-rich table tbody tr td b b,
.txt-rich-long table tbody tr th b b,
.txt-rich-long table tbody tr td b b {
  font-weight: 700;
}
.txt-body-bold,
.brandui-navigation .navigation-item .nav-dropdown,
.brandui-navigation .navigation-item .nav-link,
.announcement-link,
.locale-selector,
.txt-rich h6:not([class]),
.txt-rich-long h6:not([class]),
.txt-rich h5:not([class]),
.txt-rich-long h5:not([class]) {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.txt-body-bold.medium,
.brandui-navigation .navigation-item .medium.nav-dropdown,
.brandui-navigation .navigation-item .medium.nav-link,
.medium.announcement-link,
.medium.locale-selector,
.txt-rich h6.medium:not([class]),
.txt-rich-long h6.medium:not([class]),
.txt-rich h5.medium:not([class]),
.txt-rich-long h5.medium:not([class]),
.txt-body-bold.bold,
.brandui-navigation .navigation-item .bold.nav-dropdown,
.brandui-navigation .navigation-item .bold.nav-link,
.bold.announcement-link,
.bold.locale-selector,
.txt-rich h6.bold:not([class]),
.txt-rich-long h6.bold:not([class]),
.txt-rich h5.bold:not([class]),
.txt-rich-long h5.bold:not([class]),
.txt-body-bold.strong,
.brandui-navigation .navigation-item .strong.nav-dropdown,
.brandui-navigation .navigation-item .strong.nav-link,
.strong.announcement-link,
.strong.locale-selector,
.txt-rich h6.strong:not([class]),
.txt-rich-long h6.strong:not([class]),
.txt-rich h5.strong:not([class]),
.txt-rich-long h5.strong:not([class]),
.txt-body-bold strong,
.brandui-navigation .navigation-item .nav-dropdown strong,
.brandui-navigation .navigation-item .nav-link strong,
.announcement-link strong,
.locale-selector strong,
.txt-rich h6:not([class]) strong,
.txt-rich-long h6:not([class]) strong,
.txt-rich h5:not([class]) strong,
.txt-rich-long h5:not([class]) strong,
.txt-body-bold b,
.brandui-navigation .navigation-item .nav-dropdown b,
.brandui-navigation .navigation-item .nav-link b,
.announcement-link b,
.locale-selector b,
.txt-rich h6:not([class]) b,
.txt-rich-long h6:not([class]) b,
.txt-rich h5:not([class]) b,
.txt-rich-long h5:not([class]) b {
  font-weight: 700;
}
.txt-body-bold.medium strong,
.brandui-navigation .navigation-item .medium.nav-dropdown strong,
.brandui-navigation .navigation-item .medium.nav-link strong,
.medium.announcement-link strong,
.medium.locale-selector strong,
.txt-rich h6.medium:not([class]) strong,
.txt-rich-long h6.medium:not([class]) strong,
.txt-rich h5.medium:not([class]) strong,
.txt-rich-long h5.medium:not([class]) strong,
.txt-body-bold.medium b,
.brandui-navigation .navigation-item .medium.nav-dropdown b,
.brandui-navigation .navigation-item .medium.nav-link b,
.medium.announcement-link b,
.medium.locale-selector b,
.txt-rich h6.medium:not([class]) b,
.txt-rich-long h6.medium:not([class]) b,
.txt-rich h5.medium:not([class]) b,
.txt-rich-long h5.medium:not([class]) b,
.txt-body-bold.bold strong,
.brandui-navigation .navigation-item .bold.nav-dropdown strong,
.brandui-navigation .navigation-item .bold.nav-link strong,
.bold.announcement-link strong,
.bold.locale-selector strong,
.txt-rich h6.bold:not([class]) strong,
.txt-rich-long h6.bold:not([class]) strong,
.txt-rich h5.bold:not([class]) strong,
.txt-rich-long h5.bold:not([class]) strong,
.txt-body-bold.bold b,
.brandui-navigation .navigation-item .bold.nav-dropdown b,
.brandui-navigation .navigation-item .bold.nav-link b,
.bold.announcement-link b,
.bold.locale-selector b,
.txt-rich h6.bold:not([class]) b,
.txt-rich-long h6.bold:not([class]) b,
.txt-rich h5.bold:not([class]) b,
.txt-rich-long h5.bold:not([class]) b,
.txt-body-bold.strong strong,
.brandui-navigation .navigation-item .strong.nav-dropdown strong,
.brandui-navigation .navigation-item .strong.nav-link strong,
.strong.announcement-link strong,
.strong.locale-selector strong,
.txt-rich h6.strong:not([class]) strong,
.txt-rich-long h6.strong:not([class]) strong,
.txt-rich h5.strong:not([class]) strong,
.txt-rich-long h5.strong:not([class]) strong,
.txt-body-bold.strong b,
.brandui-navigation .navigation-item .strong.nav-dropdown b,
.brandui-navigation .navigation-item .strong.nav-link b,
.strong.announcement-link b,
.strong.locale-selector b,
.txt-rich h6.strong:not([class]) b,
.txt-rich-long h6.strong:not([class]) b,
.txt-rich h5.strong:not([class]) b,
.txt-rich-long h5.strong:not([class]) b,
.txt-body-bold strong strong,
.brandui-navigation .navigation-item .nav-dropdown strong strong,
.brandui-navigation .navigation-item .nav-link strong strong,
.announcement-link strong strong,
.locale-selector strong strong,
.txt-rich h6:not([class]) strong strong,
.txt-rich-long h6:not([class]) strong strong,
.txt-rich h5:not([class]) strong strong,
.txt-rich-long h5:not([class]) strong strong,
.txt-body-bold strong b,
.brandui-navigation .navigation-item .nav-dropdown strong b,
.brandui-navigation .navigation-item .nav-link strong b,
.announcement-link strong b,
.locale-selector strong b,
.txt-rich h6:not([class]) strong b,
.txt-rich-long h6:not([class]) strong b,
.txt-rich h5:not([class]) strong b,
.txt-rich-long h5:not([class]) strong b,
.txt-body-bold b strong,
.brandui-navigation .navigation-item .nav-dropdown b strong,
.brandui-navigation .navigation-item .nav-link b strong,
.announcement-link b strong,
.locale-selector b strong,
.txt-rich h6:not([class]) b strong,
.txt-rich-long h6:not([class]) b strong,
.txt-rich h5:not([class]) b strong,
.txt-rich-long h5:not([class]) b strong,
.txt-body-bold b b,
.brandui-navigation .navigation-item .nav-dropdown b b,
.brandui-navigation .navigation-item .nav-link b b,
.announcement-link b b,
.locale-selector b b,
.txt-rich h6:not([class]) b b,
.txt-rich-long h6:not([class]) b b,
.txt-rich h5:not([class]) b b,
.txt-rich-long h5:not([class]) b b {
  font-weight: 700;
}
.txt-body-long {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2rem;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.txt-body-small,
.brandui-table table {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.txt-body-small.medium,
.brandui-table table.medium,
.txt-body-small.bold,
.brandui-table table.bold,
.txt-body-small.strong,
.brandui-table table.strong,
.txt-body-small strong,
.brandui-table table strong,
.txt-body-small b,
.brandui-table table b {
  font-weight: 500;
}
.txt-body-small.medium strong,
.brandui-table table.medium strong,
.txt-body-small.medium b,
.brandui-table table.medium b,
.txt-body-small.bold strong,
.brandui-table table.bold strong,
.txt-body-small.bold b,
.brandui-table table.bold b,
.txt-body-small.strong strong,
.brandui-table table.strong strong,
.txt-body-small.strong b,
.brandui-table table.strong b,
.txt-body-small strong strong,
.brandui-table table strong strong,
.txt-body-small strong b,
.brandui-table table strong b,
.txt-body-small b strong,
.brandui-table table b strong,
.txt-body-small b b,
.brandui-table table b b {
  font-weight: 500;
}
.txt-body-small-medium,
.switch.alt .switch-toggle .switch-labels,
.stamp,
.locale-selector-display-label {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.txt-body-small-medium.medium,
.switch.alt .switch-toggle .medium.switch-labels,
.medium.stamp,
.medium.locale-selector-display-label,
.txt-body-small-medium.bold,
.switch.alt .switch-toggle .bold.switch-labels,
.bold.stamp,
.bold.locale-selector-display-label,
.txt-body-small-medium.strong,
.switch.alt .switch-toggle .strong.switch-labels,
.strong.stamp,
.strong.locale-selector-display-label,
.txt-body-small-medium strong,
.switch.alt .switch-toggle .switch-labels strong,
.stamp strong,
.locale-selector-display-label strong,
.txt-body-small-medium b,
.switch.alt .switch-toggle .switch-labels b,
.stamp b,
.locale-selector-display-label b {
  font-weight: 500;
}
.txt-body-small-medium.medium strong,
.switch.alt .switch-toggle .medium.switch-labels strong,
.medium.stamp strong,
.medium.locale-selector-display-label strong,
.txt-body-small-medium.medium b,
.switch.alt .switch-toggle .medium.switch-labels b,
.medium.stamp b,
.medium.locale-selector-display-label b,
.txt-body-small-medium.bold strong,
.switch.alt .switch-toggle .bold.switch-labels strong,
.bold.stamp strong,
.bold.locale-selector-display-label strong,
.txt-body-small-medium.bold b,
.switch.alt .switch-toggle .bold.switch-labels b,
.bold.stamp b,
.bold.locale-selector-display-label b,
.txt-body-small-medium.strong strong,
.switch.alt .switch-toggle .strong.switch-labels strong,
.strong.stamp strong,
.strong.locale-selector-display-label strong,
.txt-body-small-medium.strong b,
.switch.alt .switch-toggle .strong.switch-labels b,
.strong.stamp b,
.strong.locale-selector-display-label b,
.txt-body-small-medium strong strong,
.switch.alt .switch-toggle .switch-labels strong strong,
.stamp strong strong,
.locale-selector-display-label strong strong,
.txt-body-small-medium strong b,
.switch.alt .switch-toggle .switch-labels strong b,
.stamp strong b,
.locale-selector-display-label strong b,
.txt-body-small-medium b strong,
.switch.alt .switch-toggle .switch-labels b strong,
.stamp b strong,
.locale-selector-display-label b strong,
.txt-body-small-medium b b,
.switch.alt .switch-toggle .switch-labels b b,
.stamp b b,
.locale-selector-display-label b b {
  font-weight: 500;
}
.txt-code {
  font-family: "Roboto Mono", monospace;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.625rem;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.code-wrap {
  background: #f6f7fb;
  border: 0.0625rem solid RGBA(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  box-sizing: border-box;
  color: #c82d53;
  display: inline-block;
  font-family: "Roboto Mono", monospace;
  font-size: 1rem;
  line-height: 1.625rem;
  padding: 0.1875rem 0.375rem;
  position: relative;
}
.code-wrap.code-block {
  display: block;
  padding: 0.375rem 0.75rem;
  width: 100%;
}
.code-wrap.dark-mode {
  background: #01011e;
  color: #fff;
}
@media (max-width: 8640px) {
  .txt-line-clamp-1 {
    -webkit-line-clamp: 1;
  }
  .txt-line-clamp-2 {
    -webkit-line-clamp: 2;
  }
  .txt-line-clamp-3 {
    -webkit-line-clamp: 3;
  }
  .txt-line-clamp-4 {
    -webkit-line-clamp: 4;
  }
  .txt-line-clamp-5 {
    -webkit-line-clamp: 5;
  }
  .txt-line-clamp-6 {
    -webkit-line-clamp: 6;
  }
  .txt-line-clamp-7 {
    -webkit-line-clamp: 7;
  }
  .txt-line-clamp-8 {
    -webkit-line-clamp: 8;
  }
  .txt-line-clamp-9 {
    -webkit-line-clamp: 9;
  }
  .txt-line-clamp-10 {
    -webkit-line-clamp: 10;
  }
  .txt-poppins-bold {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    letter-spacing: -0.01em;
  }
  .txt-poppins-semibold {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }
  .txt-roboto {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
  }
  .txt-roboto-bold {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
  }
  .txt-roboto-medium {
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
  .txt-roboto-mono {
    font-weight: 400;
    font-family: "Roboto Mono", monospace;
  }
  .txt-left {
    text-align: left;
  }
  .hover\:txt-left:hover {
    text-align: left;
  }
  .txt-center {
    text-align: center;
  }
  .hover\:txt-center:hover {
    text-align: center;
  }
  .txt-right {
    text-align: right;
  }
  .hover\:txt-right:hover {
    text-align: right;
  }
  .white-space-nowrap {
    white-space: nowrap;
  }
  .hover\:white-space-nowrap:hover {
    white-space: nowrap;
  }
  .white-space-initial {
    white-space: initial;
  }
  .hover\:white-space-initial:hover {
    white-space: initial;
  }
  .txt-overflow-ellipsis {
    text-overflow: ellipsis;
  }
  .hover\:txt-overflow-ellipsis:hover {
    text-overflow: ellipsis;
  }
  .txt-uppercase {
    text-transform: uppercase;
  }
  .hover\:txt-uppercase:hover {
    text-transform: uppercase;
  }
  .txt-lowercase {
    text-transform: lowercase;
  }
  .hover\:txt-lowercase:hover {
    text-transform: lowercase;
  }
  .txt-capitalize {
    text-transform: capitalize;
  }
  .hover\:txt-capitalize:hover {
    text-transform: capitalize;
  }
  .txt-transform-none {
    text-transform: none;
  }
  .hover\:txt-transform-none:hover {
    text-transform: none;
  }
  .txt-transform-initial {
    text-transform: initial;
  }
  .hover\:txt-transform-initial:hover {
    text-transform: initial;
  }
}
@media (max-width: 1165px) {
  .laptop\:txt-line-clamp-1 {
    -webkit-line-clamp: 1;
  }
  .laptop\:txt-line-clamp-2 {
    -webkit-line-clamp: 2;
  }
  .laptop\:txt-line-clamp-3 {
    -webkit-line-clamp: 3;
  }
  .laptop\:txt-line-clamp-4 {
    -webkit-line-clamp: 4;
  }
  .laptop\:txt-line-clamp-5 {
    -webkit-line-clamp: 5;
  }
  .laptop\:txt-line-clamp-6 {
    -webkit-line-clamp: 6;
  }
  .laptop\:txt-line-clamp-7 {
    -webkit-line-clamp: 7;
  }
  .laptop\:txt-line-clamp-8 {
    -webkit-line-clamp: 8;
  }
  .laptop\:txt-line-clamp-9 {
    -webkit-line-clamp: 9;
  }
  .laptop\:txt-line-clamp-10 {
    -webkit-line-clamp: 10;
  }
  .laptop\:txt-poppins-bold {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    letter-spacing: -0.01em;
  }
  .laptop\:txt-poppins-semibold {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }
  .laptop\:txt-roboto {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
  }
  .laptop\:txt-roboto-bold {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
  }
  .laptop\:txt-roboto-medium {
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
  .laptop\:txt-roboto-mono {
    font-weight: 400;
    font-family: "Roboto Mono", monospace;
  }
  .laptop\:txt-left {
    text-align: left;
  }
  .laptop\:hover\:txt-left:hover {
    text-align: left;
  }
  .laptop\:txt-center {
    text-align: center;
  }
  .laptop\:hover\:txt-center:hover {
    text-align: center;
  }
  .laptop\:txt-right {
    text-align: right;
  }
  .laptop\:hover\:txt-right:hover {
    text-align: right;
  }
  .laptop\:white-space-nowrap {
    white-space: nowrap;
  }
  .laptop\:hover\:white-space-nowrap:hover {
    white-space: nowrap;
  }
  .laptop\:white-space-initial {
    white-space: initial;
  }
  .laptop\:hover\:white-space-initial:hover {
    white-space: initial;
  }
  .laptop\:txt-overflow-ellipsis {
    text-overflow: ellipsis;
  }
  .laptop\:hover\:txt-overflow-ellipsis:hover {
    text-overflow: ellipsis;
  }
  .laptop\:txt-uppercase {
    text-transform: uppercase;
  }
  .laptop\:hover\:txt-uppercase:hover {
    text-transform: uppercase;
  }
  .laptop\:txt-lowercase {
    text-transform: lowercase;
  }
  .laptop\:hover\:txt-lowercase:hover {
    text-transform: lowercase;
  }
  .laptop\:txt-capitalize {
    text-transform: capitalize;
  }
  .laptop\:hover\:txt-capitalize:hover {
    text-transform: capitalize;
  }
  .laptop\:txt-transform-none {
    text-transform: none;
  }
  .laptop\:hover\:txt-transform-none:hover {
    text-transform: none;
  }
  .laptop\:txt-transform-initial {
    text-transform: initial;
  }
  .laptop\:hover\:txt-transform-initial:hover {
    text-transform: initial;
  }
}
@media (max-width: 960px) {
  .mobile\:txt-line-clamp-1 {
    -webkit-line-clamp: 1;
  }
  .mobile\:txt-line-clamp-2 {
    -webkit-line-clamp: 2;
  }
  .mobile\:txt-line-clamp-3 {
    -webkit-line-clamp: 3;
  }
  .mobile\:txt-line-clamp-4 {
    -webkit-line-clamp: 4;
  }
  .mobile\:txt-line-clamp-5 {
    -webkit-line-clamp: 5;
  }
  .mobile\:txt-line-clamp-6 {
    -webkit-line-clamp: 6;
  }
  .mobile\:txt-line-clamp-7 {
    -webkit-line-clamp: 7;
  }
  .mobile\:txt-line-clamp-8 {
    -webkit-line-clamp: 8;
  }
  .mobile\:txt-line-clamp-9 {
    -webkit-line-clamp: 9;
  }
  .mobile\:txt-line-clamp-10 {
    -webkit-line-clamp: 10;
  }
  .mobile\:txt-poppins-bold {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    letter-spacing: -0.01em;
  }
  .mobile\:txt-poppins-semibold {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }
  .mobile\:txt-roboto {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
  }
  .mobile\:txt-roboto-bold {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
  }
  .mobile\:txt-roboto-medium {
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
  .mobile\:txt-roboto-mono {
    font-weight: 400;
    font-family: "Roboto Mono", monospace;
  }
  .mobile\:txt-left {
    text-align: left;
  }
  .mobile\:hover\:txt-left:hover {
    text-align: left;
  }
  .mobile\:txt-center {
    text-align: center;
  }
  .mobile\:hover\:txt-center:hover {
    text-align: center;
  }
  .mobile\:txt-right {
    text-align: right;
  }
  .mobile\:hover\:txt-right:hover {
    text-align: right;
  }
  .mobile\:white-space-nowrap {
    white-space: nowrap;
  }
  .mobile\:hover\:white-space-nowrap:hover {
    white-space: nowrap;
  }
  .mobile\:white-space-initial {
    white-space: initial;
  }
  .mobile\:hover\:white-space-initial:hover {
    white-space: initial;
  }
  .mobile\:txt-overflow-ellipsis {
    text-overflow: ellipsis;
  }
  .mobile\:hover\:txt-overflow-ellipsis:hover {
    text-overflow: ellipsis;
  }
  .mobile\:txt-uppercase {
    text-transform: uppercase;
  }
  .mobile\:hover\:txt-uppercase:hover {
    text-transform: uppercase;
  }
  .mobile\:txt-lowercase {
    text-transform: lowercase;
  }
  .mobile\:hover\:txt-lowercase:hover {
    text-transform: lowercase;
  }
  .mobile\:txt-capitalize {
    text-transform: capitalize;
  }
  .mobile\:hover\:txt-capitalize:hover {
    text-transform: capitalize;
  }
  .mobile\:txt-transform-none {
    text-transform: none;
  }
  .mobile\:hover\:txt-transform-none:hover {
    text-transform: none;
  }
  .mobile\:txt-transform-initial {
    text-transform: initial;
  }
  .mobile\:hover\:txt-transform-initial:hover {
    text-transform: initial;
  }
}
.txt-decoration-style-dashed {
  text-decoration-style: dashed;
}
.txt-decoration-style-dotted {
  text-decoration-style: dotted;
}
.txt-decoration-style-double {
  text-decoration-style: double;
}
.txt-decoration-style-wavy {
  text-decoration-style: wavy;
}
.txt-decoration-style-solid {
  text-decoration-style: solid;
}
.txt-decoration-style-none {
  text-decoration-style: none;
}
.txt-decoration-none {
  text-decoration: none;
}
.group:hover .group-hover\:txt-decoration-none {
  text-decoration: none;
}
.hover\:txt-decoration-none:hover {
  text-decoration: none;
}
.txt-decoration-underline {
  text-decoration: underline;
  -moz-text-underline-offset: 0.25rem;
  text-underline-offset: 0.25rem;
  -moz-text-decoration-thickness: 0.0625rem;
  text-decoration-thickness: 0.0625rem;
}
.group:hover .group-hover\:txt-decoration-underline {
  text-decoration: underline;
  -moz-text-underline-offset: 0.25rem;
  text-underline-offset: 0.25rem;
  -moz-text-decoration-thickness: 0.0625rem;
  text-decoration-thickness: 0.0625rem;
}
.hover\:txt-decoration-underline:hover {
  text-decoration: underline;
  -moz-text-underline-offset: 0.25rem;
  text-underline-offset: 0.25rem;
  -moz-text-decoration-thickness: 0.0625rem;
  text-decoration-thickness: 0.0625rem;
}
.link-decoration-underline a {
  text-decoration: underline;
  -moz-text-underline-offset: 0.25rem;
  text-underline-offset: 0.25rem;
  -moz-text-decoration-thickness: 0.0625rem;
  text-decoration-thickness: 0.0625rem;
}
.group:hover .group-hover\:link-decoration-underline a {
  text-decoration: underline;
  -moz-text-underline-offset: 0.25rem;
  text-underline-offset: 0.25rem;
  -moz-text-decoration-thickness: 0.0625rem;
  text-decoration-thickness: 0.0625rem;
}
.hover\:link-decoration-underline a:hover {
  text-decoration: underline;
  -moz-text-underline-offset: 0.25rem;
  text-underline-offset: 0.25rem;
  -moz-text-decoration-thickness: 0.0625rem;
  text-decoration-thickness: 0.0625rem;
}
.link-stretched,
.button.link-stretched {
  position: unset;
}
.link-stretched:before,
.button.link-stretched:before {
  content: "";
  position: absolute;
  inset: 0;
}
.link:not(.button):not(.card-action),
.jumplink:not(.button):not(.card-action) {
  cursor: pointer;
  text-decoration: underline;
  -moz-text-underline-offset: 0.25rem;
  text-underline-offset: 0.25rem;
  -moz-text-decoration-thickness: 0.0625rem;
  text-decoration-thickness: 0.0625rem;
  font-weight: 600;
}
.link-arrow,
.link.link-arrow {
  text-decoration: none;
}
.link-arrow:after,
.link.link-arrow:after {
  color: #145deb;
}
.dark-mode .link-arrow:after,
.link-arrow.dark-mode .link-arrow:after,
.dark-mode .link.link-arrow:after,
.link-arrow.dark-mode .link.link-arrow:after,
.link.link-arrow.dark-mode .link-arrow:after,
.link.link-arrow.dark-mode .link.link-arrow:after {
  color: #3ea2ff;
}
.link-arrow:after,
.link.link-arrow:after {
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  font-family: "brandui-icons";
  transition: transform 0.2s ease-in-out;
  width: 1rem;
  vertical-align: middle;
}
.link-arrow:hover::after,
.link-arrow:focus::after,
.link.link-arrow:hover::after,
.link.link-arrow:focus::after {
  transform: translateX(-0.25rem);
}
.link-decoration-none {
  text-decoration: none;
}
.link-decoration-none:hover,
.link-decoration-none:focus {
  text-decoration: underline;
}
.links a:not(.button):not(.card-action),
.jumplinks a:not(.button):not(.card-action) {
  text-decoration: underline;
  -moz-text-underline-offset: 0.25rem;
  text-underline-offset: 0.25rem;
  -moz-text-decoration-thickness: 0.0625rem;
  text-decoration-thickness: 0.0625rem;
  font-weight: 600;
}
.links-decoration-none a:not(.button):not(.card-action),
.jumplinks-decoration-none a:not(.button):not(.card-action) {
  text-decoration: none;
}
.links-decoration-none a:not(.button):not(.card-action):hover,
.links-decoration-none a:not(.button):not(.card-action):focus,
.jumplinks-decoration-none a:not(.button):not(.card-action):hover,
.jumplinks-decoration-none a:not(.button):not(.card-action):focus {
  text-decoration: underline;
  -moz-text-underline-offset: 0.25rem;
  text-underline-offset: 0.25rem;
  -moz-text-decoration-thickness: 0.0625rem;
  text-decoration-thickness: 0.0625rem;
  font-weight: 600;
}
.jumplink:not(.button):not(.card-action),
.jumplinks a:not(.button):not(.card-action) {
  max-width: max-content;
  max-height: max-content;
  text-decoration: none;
}
.jumplink:not(.button):not(.card-action)::after,
.jumplinks a:not(.button):not(.card-action)::after {
  transform: translateY(0.125rem);
  font-family: "brandui-icons";
  font-size: 1.5rem;
  display: none;
  content: "";
}
.jumplink:not(.button):not(.card-action):hover,
.jumplinks a:not(.button):not(.card-action):hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.jumplink:not(.button):not(.card-action):hover::after,
.jumplinks a:not(.button):not(.card-action):hover::after {
  display: inline-block;
}
.wide-wrapper,
.brandui-footer,
.wide-container,
.content-block,
.brandui-section,
.brandui-container {
  z-index: 0;
  position: relative;
}
.wide-wrapper,
.brandui-footer,
.wide-container,
.wide-wrapper-outer-content {
  width: 100%;
  margin: 0 auto;
}
.wide-wrapper-outer-content {
  width: calc(100vw - 2.25rem);
}
.content-block {
  max-width: calc(1240px / 12 * 12);
  width: calc(100vw - 5rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 580px) {
  .content-block {
    width: calc(100vw - 2.5rem);
  }
}
.content-block.focus-in {
  transition: 0.6s ease-in-out;
  transform: translateY(0);
  opacity: 1;
}
.content-block.focus-in.out-of-view {
  transform: translateY(2.5rem);
  opacity: 0;
}
.content-block.focus-in.out-of-view [class^="max-h-"][class*="-percent"] {
  max-height: 0;
}
.content-block.focus-in.out-of-view [class^="max-w-"][class*="-percent"] {
  max-width: 0;
}
.brandui-section,
.brandui-footer,
.brandui-container {
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.brandui-section,
.brandui-footer {
  margin: 5rem 0;
  padding: 0 5rem 2.5rem;
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease-out;
}
.brandui-section.hide,
.hide.brandui-footer {
  opacity: 0.1;
  transform: translateY(2.5rem);
}
@media (max-width: 990px) {
  .brandui-section,
  .brandui-footer {
    padding: 0 2.5rem 1.5rem;
  }
}
@media (max-width: 960px) {
  .brandui-section,
  .brandui-footer {
    padding: 0 2rem 0.5rem;
  }
}
@media (max-width: 580px) {
  .brandui-section,
  .brandui-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.brandui-container {
  max-width: 1240px;
}
.brandui-backdrop {
  background: RGBA(56, 63, 118, 0.9);
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
  z-index: 100;
}
@media (max-width: 8640px) {
  .border-box {
    box-sizing: border-box;
  }
  .content-box {
    box-sizing: content-box;
  }
  .-z-100 {
    z-index: -100;
  }
  .-z-99 {
    z-index: -99;
  }
  .-z-98 {
    z-index: -98;
  }
  .-z-97 {
    z-index: -97;
  }
  .-z-96 {
    z-index: -96;
  }
  .-z-95 {
    z-index: -95;
  }
  .-z-94 {
    z-index: -94;
  }
  .-z-93 {
    z-index: -93;
  }
  .-z-92 {
    z-index: -92;
  }
  .-z-91 {
    z-index: -91;
  }
  .-z-90 {
    z-index: -90;
  }
  .-z-89 {
    z-index: -89;
  }
  .-z-88 {
    z-index: -88;
  }
  .-z-87 {
    z-index: -87;
  }
  .-z-86 {
    z-index: -86;
  }
  .-z-85 {
    z-index: -85;
  }
  .-z-84 {
    z-index: -84;
  }
  .-z-83 {
    z-index: -83;
  }
  .-z-82 {
    z-index: -82;
  }
  .-z-81 {
    z-index: -81;
  }
  .-z-80 {
    z-index: -80;
  }
  .-z-79 {
    z-index: -79;
  }
  .-z-78 {
    z-index: -78;
  }
  .-z-77 {
    z-index: -77;
  }
  .-z-76 {
    z-index: -76;
  }
  .-z-75 {
    z-index: -75;
  }
  .-z-74 {
    z-index: -74;
  }
  .-z-73 {
    z-index: -73;
  }
  .-z-72 {
    z-index: -72;
  }
  .-z-71 {
    z-index: -71;
  }
  .-z-70 {
    z-index: -70;
  }
  .-z-69 {
    z-index: -69;
  }
  .-z-68 {
    z-index: -68;
  }
  .-z-67 {
    z-index: -67;
  }
  .-z-66 {
    z-index: -66;
  }
  .-z-65 {
    z-index: -65;
  }
  .-z-64 {
    z-index: -64;
  }
  .-z-63 {
    z-index: -63;
  }
  .-z-62 {
    z-index: -62;
  }
  .-z-61 {
    z-index: -61;
  }
  .-z-60 {
    z-index: -60;
  }
  .-z-59 {
    z-index: -59;
  }
  .-z-58 {
    z-index: -58;
  }
  .-z-57 {
    z-index: -57;
  }
  .-z-56 {
    z-index: -56;
  }
  .-z-55 {
    z-index: -55;
  }
  .-z-54 {
    z-index: -54;
  }
  .-z-53 {
    z-index: -53;
  }
  .-z-52 {
    z-index: -52;
  }
  .-z-51 {
    z-index: -51;
  }
  .-z-50 {
    z-index: -50;
  }
  .-z-49 {
    z-index: -49;
  }
  .-z-48 {
    z-index: -48;
  }
  .-z-47 {
    z-index: -47;
  }
  .-z-46 {
    z-index: -46;
  }
  .-z-45 {
    z-index: -45;
  }
  .-z-44 {
    z-index: -44;
  }
  .-z-43 {
    z-index: -43;
  }
  .-z-42 {
    z-index: -42;
  }
  .-z-41 {
    z-index: -41;
  }
  .-z-40 {
    z-index: -40;
  }
  .-z-39 {
    z-index: -39;
  }
  .-z-38 {
    z-index: -38;
  }
  .-z-37 {
    z-index: -37;
  }
  .-z-36 {
    z-index: -36;
  }
  .-z-35 {
    z-index: -35;
  }
  .-z-34 {
    z-index: -34;
  }
  .-z-33 {
    z-index: -33;
  }
  .-z-32 {
    z-index: -32;
  }
  .-z-31 {
    z-index: -31;
  }
  .-z-30 {
    z-index: -30;
  }
  .-z-29 {
    z-index: -29;
  }
  .-z-28 {
    z-index: -28;
  }
  .-z-27 {
    z-index: -27;
  }
  .-z-26 {
    z-index: -26;
  }
  .-z-25 {
    z-index: -25;
  }
  .-z-24 {
    z-index: -24;
  }
  .-z-23 {
    z-index: -23;
  }
  .-z-22 {
    z-index: -22;
  }
  .-z-21 {
    z-index: -21;
  }
  .-z-20 {
    z-index: -20;
  }
  .-z-19 {
    z-index: -19;
  }
  .-z-18 {
    z-index: -18;
  }
  .-z-17 {
    z-index: -17;
  }
  .-z-16 {
    z-index: -16;
  }
  .-z-15 {
    z-index: -15;
  }
  .-z-14 {
    z-index: -14;
  }
  .-z-13 {
    z-index: -13;
  }
  .-z-12 {
    z-index: -12;
  }
  .-z-11 {
    z-index: -11;
  }
  .-z-10 {
    z-index: -10;
  }
  .-z-9 {
    z-index: -9;
  }
  .-z-8 {
    z-index: -8;
  }
  .-z-7 {
    z-index: -7;
  }
  .-z-6 {
    z-index: -6;
  }
  .-z-5 {
    z-index: -5;
  }
  .-z-4 {
    z-index: -4;
  }
  .-z-3 {
    z-index: -3;
  }
  .-z-2 {
    z-index: -2;
  }
  .-z-1 {
    z-index: -1;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-4 {
    z-index: 4;
  }
  .z-5 {
    z-index: 5;
  }
  .z-6 {
    z-index: 6;
  }
  .z-7 {
    z-index: 7;
  }
  .z-8 {
    z-index: 8;
  }
  .z-9 {
    z-index: 9;
  }
  .z-10 {
    z-index: 10;
  }
  .z-11 {
    z-index: 11;
  }
  .z-12 {
    z-index: 12;
  }
  .z-13 {
    z-index: 13;
  }
  .z-14 {
    z-index: 14;
  }
  .z-15 {
    z-index: 15;
  }
  .z-16 {
    z-index: 16;
  }
  .z-17 {
    z-index: 17;
  }
  .z-18 {
    z-index: 18;
  }
  .z-19 {
    z-index: 19;
  }
  .z-20 {
    z-index: 20;
  }
  .z-21 {
    z-index: 21;
  }
  .z-22 {
    z-index: 22;
  }
  .z-23 {
    z-index: 23;
  }
  .z-24 {
    z-index: 24;
  }
  .z-25 {
    z-index: 25;
  }
  .z-26 {
    z-index: 26;
  }
  .z-27 {
    z-index: 27;
  }
  .z-28 {
    z-index: 28;
  }
  .z-29 {
    z-index: 29;
  }
  .z-30 {
    z-index: 30;
  }
  .z-31 {
    z-index: 31;
  }
  .z-32 {
    z-index: 32;
  }
  .z-33 {
    z-index: 33;
  }
  .z-34 {
    z-index: 34;
  }
  .z-35 {
    z-index: 35;
  }
  .z-36 {
    z-index: 36;
  }
  .z-37 {
    z-index: 37;
  }
  .z-38 {
    z-index: 38;
  }
  .z-39 {
    z-index: 39;
  }
  .z-40 {
    z-index: 40;
  }
  .z-41 {
    z-index: 41;
  }
  .z-42 {
    z-index: 42;
  }
  .z-43 {
    z-index: 43;
  }
  .z-44 {
    z-index: 44;
  }
  .z-45 {
    z-index: 45;
  }
  .z-46 {
    z-index: 46;
  }
  .z-47 {
    z-index: 47;
  }
  .z-48 {
    z-index: 48;
  }
  .z-49 {
    z-index: 49;
  }
  .z-50 {
    z-index: 50;
  }
  .z-51 {
    z-index: 51;
  }
  .z-52 {
    z-index: 52;
  }
  .z-53 {
    z-index: 53;
  }
  .z-54 {
    z-index: 54;
  }
  .z-55 {
    z-index: 55;
  }
  .z-56 {
    z-index: 56;
  }
  .z-57 {
    z-index: 57;
  }
  .z-58 {
    z-index: 58;
  }
  .z-59 {
    z-index: 59;
  }
  .z-60 {
    z-index: 60;
  }
  .z-61 {
    z-index: 61;
  }
  .z-62 {
    z-index: 62;
  }
  .z-63 {
    z-index: 63;
  }
  .z-64 {
    z-index: 64;
  }
  .z-65 {
    z-index: 65;
  }
  .z-66 {
    z-index: 66;
  }
  .z-67 {
    z-index: 67;
  }
  .z-68 {
    z-index: 68;
  }
  .z-69 {
    z-index: 69;
  }
  .z-70 {
    z-index: 70;
  }
  .z-71 {
    z-index: 71;
  }
  .z-72 {
    z-index: 72;
  }
  .z-73 {
    z-index: 73;
  }
  .z-74 {
    z-index: 74;
  }
  .z-75 {
    z-index: 75;
  }
  .z-76 {
    z-index: 76;
  }
  .z-77 {
    z-index: 77;
  }
  .z-78 {
    z-index: 78;
  }
  .z-79 {
    z-index: 79;
  }
  .z-80 {
    z-index: 80;
  }
  .z-81 {
    z-index: 81;
  }
  .z-82 {
    z-index: 82;
  }
  .z-83 {
    z-index: 83;
  }
  .z-84 {
    z-index: 84;
  }
  .z-85 {
    z-index: 85;
  }
  .z-86 {
    z-index: 86;
  }
  .z-87 {
    z-index: 87;
  }
  .z-88 {
    z-index: 88;
  }
  .z-89 {
    z-index: 89;
  }
  .z-90 {
    z-index: 90;
  }
  .z-91 {
    z-index: 91;
  }
  .z-92 {
    z-index: 92;
  }
  .z-93 {
    z-index: 93;
  }
  .z-94 {
    z-index: 94;
  }
  .z-95 {
    z-index: 95;
  }
  .z-96 {
    z-index: 96;
  }
  .z-97 {
    z-index: 97;
  }
  .z-98 {
    z-index: 98;
  }
  .z-99 {
    z-index: 99;
  }
  .z-100 {
    z-index: 100;
  }
  .inset,
  .inset-0 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .top-0 {
    top: 0;
  }
  .right-0,
  .chevron {
    right: 0;
  }
  .bottom-0 {
    bottom: 0;
  }
  .left-0 {
    left: 0;
  }
  .top-none {
    top: 0;
  }
  .right-none {
    right: 0;
  }
  .bottom-none {
    bottom: 0;
  }
  .left-none {
    left: 0;
  }
  .top-hairline {
    top: 0.0625rem;
  }
  .right-hairline {
    right: 0.0625rem;
  }
  .bottom-hairline {
    bottom: 0.0625rem;
  }
  .left-hairline {
    left: 0.0625rem;
  }
  .top-thin,
  .chevron {
    top: 0.125rem;
  }
  .right-thin {
    right: 0.125rem;
  }
  .bottom-thin {
    bottom: 0.125rem;
  }
  .left-thin {
    left: 0.125rem;
  }
  .top-slim {
    top: 0.25rem;
  }
  .right-slim {
    right: 0.25rem;
  }
  .bottom-slim {
    bottom: 0.25rem;
  }
  .left-slim {
    left: 0.25rem;
  }
  .top-extra-small {
    top: 0.5rem;
  }
  .right-extra-small {
    right: 0.5rem;
  }
  .bottom-extra-small {
    bottom: 0.5rem;
  }
  .left-extra-small {
    left: 0.5rem;
  }
  .top-small {
    top: 1rem;
  }
  .right-small {
    right: 1rem;
  }
  .bottom-small {
    bottom: 1rem;
  }
  .left-small {
    left: 1rem;
  }
  .top-medium {
    top: 1.5rem;
  }
  .right-medium {
    right: 1.5rem;
  }
  .bottom-medium {
    bottom: 1.5rem;
  }
  .left-medium {
    left: 1.5rem;
  }
  .top-large {
    top: 2rem;
  }
  .right-large {
    right: 2rem;
  }
  .bottom-large {
    bottom: 2rem;
  }
  .left-large {
    left: 2rem;
  }
  .top-extra-large {
    top: 2.5rem;
  }
  .right-extra-large {
    right: 2.5rem;
  }
  .bottom-extra-large {
    bottom: 2.5rem;
  }
  .left-extra-large {
    left: 2.5rem;
  }
  .top-huge {
    top: 5rem;
  }
  .right-huge {
    right: 5rem;
  }
  .bottom-huge {
    bottom: 5rem;
  }
  .left-huge {
    left: 5rem;
  }
  .d-none,
  .chevron,
  .hover\:d-none:hover,
  .focus\:d-none:focus,
  .focus-within\:d-none:focus-within,
  .group:hover .group-hover\:d-none {
    display: none;
  }
  .d-block,
  .hover\:d-block:hover,
  .focus\:d-block:focus,
  .focus-within\:d-block:focus-within,
  .group:hover .group-hover\:d-block {
    display: block;
  }
  .d-inline-block,
  .hover\:d-inline-block:hover,
  .focus\:d-inline-block:focus,
  .focus-within\:d-inline-block:focus-within,
  .group:hover .group-hover\:d-inline-block {
    display: inline-block;
  }
  .d-flex,
  .card,
  .hover\:d-flex:hover,
  .focus\:d-flex:focus,
  .focus-within\:d-flex:focus-within,
  .group:hover .group-hover\:d-flex {
    display: flex;
  }
  .d-inline-flex,
  .hover\:d-inline-flex:hover,
  .focus\:d-inline-flex:focus,
  .focus-within\:d-inline-flex:focus-within,
  .group:hover .group-hover\:d-inline-flex {
    display: inline-flex;
  }
  .d-grid,
  .hover\:d-grid:hover,
  .focus\:d-grid:focus,
  .focus-within\:d-grid:focus-within,
  .group:hover .group-hover\:d-grid {
    display: grid;
  }
  .d-inline-grid,
  .hover\:d-inline-grid:hover,
  .focus\:d-inline-grid:focus,
  .focus-within\:d-inline-grid:focus-within,
  .group:hover .group-hover\:d-inline-grid {
    display: inline-grid;
  }
  .p-static,
  .hover\:p-static:hover,
  .focus\:p-static:focus,
  .focus-within\:p-static:focus-within,
  .group:hover .group-hover\:p-static {
    position: static;
  }
  .p-fixed,
  .hover\:p-fixed:hover,
  .focus\:p-fixed:focus,
  .focus-within\:p-fixed:focus-within,
  .group:hover .group-hover\:p-fixed {
    position: fixed;
  }
  .p-absolute,
  .chevron,
  .hover\:p-absolute:hover,
  .focus\:p-absolute:focus,
  .focus-within\:p-absolute:focus-within,
  .group:hover .group-hover\:p-absolute {
    position: absolute;
  }
  .p-relative,
  .card-wrapper,
  .hover\:p-relative:hover,
  .focus\:p-relative:focus,
  .focus-within\:p-relative:focus-within,
  .group:hover .group-hover\:p-relative {
    position: relative;
  }
  .p-sticky,
  .hover\:p-sticky:hover,
  .focus\:p-sticky:focus,
  .focus-within\:p-sticky:focus-within,
  .group:hover .group-hover\:p-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .overflow-hidden,
  .card-banner,
  .hover\:overflow-hidden:hover,
  .focus\:overflow-hidden:focus,
  .focus-within\:overflow-hidden:focus-within,
  .group:hover .group-hover\:overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden,
  .hover\:overflow-x-hidden:hover,
  .focus\:overflow-x-hidden:focus,
  .focus-within\:overflow-x-hidden:focus-within,
  .group:hover .group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-hidden,
  .hover\:overflow-y-hidden:hover,
  .focus\:overflow-y-hidden:focus,
  .focus-within\:overflow-y-hidden:focus-within,
  .group:hover .group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .overflow-clip,
  .hover\:overflow-clip:hover,
  .focus\:overflow-clip:focus,
  .focus-within\:overflow-clip:focus-within,
  .group:hover .group-hover\:overflow-clip {
    overflow: clip;
  }
  .overflow-x-clip,
  .hover\:overflow-x-clip:hover,
  .focus\:overflow-x-clip:focus,
  .focus-within\:overflow-x-clip:focus-within,
  .group:hover .group-hover\:overflow-x-clip {
    overflow-x: clip;
  }
  .overflow-y-clip,
  .hover\:overflow-y-clip:hover,
  .focus\:overflow-y-clip:focus,
  .focus-within\:overflow-y-clip:focus-within,
  .group:hover .group-hover\:overflow-y-clip {
    overflow-y: clip;
  }
  .overflow-visible,
  .hover\:overflow-visible:hover,
  .focus\:overflow-visible:focus,
  .focus-within\:overflow-visible:focus-within,
  .group:hover .group-hover\:overflow-visible {
    overflow: visible;
  }
  .overflow-x-visible,
  .hover\:overflow-x-visible:hover,
  .focus\:overflow-x-visible:focus,
  .focus-within\:overflow-x-visible:focus-within,
  .group:hover .group-hover\:overflow-x-visible {
    overflow-x: visible;
  }
  .overflow-y-visible,
  .hover\:overflow-y-visible:hover,
  .focus\:overflow-y-visible:focus,
  .focus-within\:overflow-y-visible:focus-within,
  .group:hover .group-hover\:overflow-y-visible {
    overflow-y: visible;
  }
  .overflow-scroll,
  .hover\:overflow-scroll:hover,
  .focus\:overflow-scroll:focus,
  .focus-within\:overflow-scroll:focus-within,
  .group:hover .group-hover\:overflow-scroll {
    overflow: scroll;
  }
  .overflow-x-scroll,
  .hover\:overflow-x-scroll:hover,
  .focus\:overflow-x-scroll:focus,
  .focus-within\:overflow-x-scroll:focus-within,
  .group:hover .group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .overflow-y-scroll,
  .hover\:overflow-y-scroll:hover,
  .focus\:overflow-y-scroll:focus,
  .focus-within\:overflow-y-scroll:focus-within,
  .group:hover .group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .overflow-auto,
  .hover\:overflow-auto:hover,
  .focus\:overflow-auto:focus,
  .focus-within\:overflow-auto:focus-within,
  .group:hover .group-hover\:overflow-auto {
    overflow: auto;
  }
  .overflow-x-auto,
  .hover\:overflow-x-auto:hover,
  .focus\:overflow-x-auto:focus,
  .focus-within\:overflow-x-auto:focus-within,
  .group:hover .group-hover\:overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto,
  .hover\:overflow-y-auto:hover,
  .focus\:overflow-y-auto:focus,
  .focus-within\:overflow-y-auto:focus-within,
  .group:hover .group-hover\:overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-hidden,
  .card-banner,
  .hover\:overflow-hidden:hover,
  .focus\:overflow-hidden:focus,
  .focus-within\:overflow-hidden:focus-within,
  .group:hover .group-hover\:overflow-hidden {
    overflow: hidden;
  }
}
@media (max-width: 1165px) {
  .laptop\:border-box {
    box-sizing: border-box;
  }
  .laptop\:content-box {
    box-sizing: content-box;
  }
  .laptop\:-z-100 {
    z-index: -100;
  }
  .laptop\:-z-99 {
    z-index: -99;
  }
  .laptop\:-z-98 {
    z-index: -98;
  }
  .laptop\:-z-97 {
    z-index: -97;
  }
  .laptop\:-z-96 {
    z-index: -96;
  }
  .laptop\:-z-95 {
    z-index: -95;
  }
  .laptop\:-z-94 {
    z-index: -94;
  }
  .laptop\:-z-93 {
    z-index: -93;
  }
  .laptop\:-z-92 {
    z-index: -92;
  }
  .laptop\:-z-91 {
    z-index: -91;
  }
  .laptop\:-z-90 {
    z-index: -90;
  }
  .laptop\:-z-89 {
    z-index: -89;
  }
  .laptop\:-z-88 {
    z-index: -88;
  }
  .laptop\:-z-87 {
    z-index: -87;
  }
  .laptop\:-z-86 {
    z-index: -86;
  }
  .laptop\:-z-85 {
    z-index: -85;
  }
  .laptop\:-z-84 {
    z-index: -84;
  }
  .laptop\:-z-83 {
    z-index: -83;
  }
  .laptop\:-z-82 {
    z-index: -82;
  }
  .laptop\:-z-81 {
    z-index: -81;
  }
  .laptop\:-z-80 {
    z-index: -80;
  }
  .laptop\:-z-79 {
    z-index: -79;
  }
  .laptop\:-z-78 {
    z-index: -78;
  }
  .laptop\:-z-77 {
    z-index: -77;
  }
  .laptop\:-z-76 {
    z-index: -76;
  }
  .laptop\:-z-75 {
    z-index: -75;
  }
  .laptop\:-z-74 {
    z-index: -74;
  }
  .laptop\:-z-73 {
    z-index: -73;
  }
  .laptop\:-z-72 {
    z-index: -72;
  }
  .laptop\:-z-71 {
    z-index: -71;
  }
  .laptop\:-z-70 {
    z-index: -70;
  }
  .laptop\:-z-69 {
    z-index: -69;
  }
  .laptop\:-z-68 {
    z-index: -68;
  }
  .laptop\:-z-67 {
    z-index: -67;
  }
  .laptop\:-z-66 {
    z-index: -66;
  }
  .laptop\:-z-65 {
    z-index: -65;
  }
  .laptop\:-z-64 {
    z-index: -64;
  }
  .laptop\:-z-63 {
    z-index: -63;
  }
  .laptop\:-z-62 {
    z-index: -62;
  }
  .laptop\:-z-61 {
    z-index: -61;
  }
  .laptop\:-z-60 {
    z-index: -60;
  }
  .laptop\:-z-59 {
    z-index: -59;
  }
  .laptop\:-z-58 {
    z-index: -58;
  }
  .laptop\:-z-57 {
    z-index: -57;
  }
  .laptop\:-z-56 {
    z-index: -56;
  }
  .laptop\:-z-55 {
    z-index: -55;
  }
  .laptop\:-z-54 {
    z-index: -54;
  }
  .laptop\:-z-53 {
    z-index: -53;
  }
  .laptop\:-z-52 {
    z-index: -52;
  }
  .laptop\:-z-51 {
    z-index: -51;
  }
  .laptop\:-z-50 {
    z-index: -50;
  }
  .laptop\:-z-49 {
    z-index: -49;
  }
  .laptop\:-z-48 {
    z-index: -48;
  }
  .laptop\:-z-47 {
    z-index: -47;
  }
  .laptop\:-z-46 {
    z-index: -46;
  }
  .laptop\:-z-45 {
    z-index: -45;
  }
  .laptop\:-z-44 {
    z-index: -44;
  }
  .laptop\:-z-43 {
    z-index: -43;
  }
  .laptop\:-z-42 {
    z-index: -42;
  }
  .laptop\:-z-41 {
    z-index: -41;
  }
  .laptop\:-z-40 {
    z-index: -40;
  }
  .laptop\:-z-39 {
    z-index: -39;
  }
  .laptop\:-z-38 {
    z-index: -38;
  }
  .laptop\:-z-37 {
    z-index: -37;
  }
  .laptop\:-z-36 {
    z-index: -36;
  }
  .laptop\:-z-35 {
    z-index: -35;
  }
  .laptop\:-z-34 {
    z-index: -34;
  }
  .laptop\:-z-33 {
    z-index: -33;
  }
  .laptop\:-z-32 {
    z-index: -32;
  }
  .laptop\:-z-31 {
    z-index: -31;
  }
  .laptop\:-z-30 {
    z-index: -30;
  }
  .laptop\:-z-29 {
    z-index: -29;
  }
  .laptop\:-z-28 {
    z-index: -28;
  }
  .laptop\:-z-27 {
    z-index: -27;
  }
  .laptop\:-z-26 {
    z-index: -26;
  }
  .laptop\:-z-25 {
    z-index: -25;
  }
  .laptop\:-z-24 {
    z-index: -24;
  }
  .laptop\:-z-23 {
    z-index: -23;
  }
  .laptop\:-z-22 {
    z-index: -22;
  }
  .laptop\:-z-21 {
    z-index: -21;
  }
  .laptop\:-z-20 {
    z-index: -20;
  }
  .laptop\:-z-19 {
    z-index: -19;
  }
  .laptop\:-z-18 {
    z-index: -18;
  }
  .laptop\:-z-17 {
    z-index: -17;
  }
  .laptop\:-z-16 {
    z-index: -16;
  }
  .laptop\:-z-15 {
    z-index: -15;
  }
  .laptop\:-z-14 {
    z-index: -14;
  }
  .laptop\:-z-13 {
    z-index: -13;
  }
  .laptop\:-z-12 {
    z-index: -12;
  }
  .laptop\:-z-11 {
    z-index: -11;
  }
  .laptop\:-z-10 {
    z-index: -10;
  }
  .laptop\:-z-9 {
    z-index: -9;
  }
  .laptop\:-z-8 {
    z-index: -8;
  }
  .laptop\:-z-7 {
    z-index: -7;
  }
  .laptop\:-z-6 {
    z-index: -6;
  }
  .laptop\:-z-5 {
    z-index: -5;
  }
  .laptop\:-z-4 {
    z-index: -4;
  }
  .laptop\:-z-3 {
    z-index: -3;
  }
  .laptop\:-z-2 {
    z-index: -2;
  }
  .laptop\:-z-1 {
    z-index: -1;
  }
  .laptop\:z-0 {
    z-index: 0;
  }
  .laptop\:z-1 {
    z-index: 1;
  }
  .laptop\:z-2 {
    z-index: 2;
  }
  .laptop\:z-3 {
    z-index: 3;
  }
  .laptop\:z-4 {
    z-index: 4;
  }
  .laptop\:z-5 {
    z-index: 5;
  }
  .laptop\:z-6 {
    z-index: 6;
  }
  .laptop\:z-7 {
    z-index: 7;
  }
  .laptop\:z-8 {
    z-index: 8;
  }
  .laptop\:z-9 {
    z-index: 9;
  }
  .laptop\:z-10 {
    z-index: 10;
  }
  .laptop\:z-11 {
    z-index: 11;
  }
  .laptop\:z-12 {
    z-index: 12;
  }
  .laptop\:z-13 {
    z-index: 13;
  }
  .laptop\:z-14 {
    z-index: 14;
  }
  .laptop\:z-15 {
    z-index: 15;
  }
  .laptop\:z-16 {
    z-index: 16;
  }
  .laptop\:z-17 {
    z-index: 17;
  }
  .laptop\:z-18 {
    z-index: 18;
  }
  .laptop\:z-19 {
    z-index: 19;
  }
  .laptop\:z-20 {
    z-index: 20;
  }
  .laptop\:z-21 {
    z-index: 21;
  }
  .laptop\:z-22 {
    z-index: 22;
  }
  .laptop\:z-23 {
    z-index: 23;
  }
  .laptop\:z-24 {
    z-index: 24;
  }
  .laptop\:z-25 {
    z-index: 25;
  }
  .laptop\:z-26 {
    z-index: 26;
  }
  .laptop\:z-27 {
    z-index: 27;
  }
  .laptop\:z-28 {
    z-index: 28;
  }
  .laptop\:z-29 {
    z-index: 29;
  }
  .laptop\:z-30 {
    z-index: 30;
  }
  .laptop\:z-31 {
    z-index: 31;
  }
  .laptop\:z-32 {
    z-index: 32;
  }
  .laptop\:z-33 {
    z-index: 33;
  }
  .laptop\:z-34 {
    z-index: 34;
  }
  .laptop\:z-35 {
    z-index: 35;
  }
  .laptop\:z-36 {
    z-index: 36;
  }
  .laptop\:z-37 {
    z-index: 37;
  }
  .laptop\:z-38 {
    z-index: 38;
  }
  .laptop\:z-39 {
    z-index: 39;
  }
  .laptop\:z-40 {
    z-index: 40;
  }
  .laptop\:z-41 {
    z-index: 41;
  }
  .laptop\:z-42 {
    z-index: 42;
  }
  .laptop\:z-43 {
    z-index: 43;
  }
  .laptop\:z-44 {
    z-index: 44;
  }
  .laptop\:z-45 {
    z-index: 45;
  }
  .laptop\:z-46 {
    z-index: 46;
  }
  .laptop\:z-47 {
    z-index: 47;
  }
  .laptop\:z-48 {
    z-index: 48;
  }
  .laptop\:z-49 {
    z-index: 49;
  }
  .laptop\:z-50 {
    z-index: 50;
  }
  .laptop\:z-51 {
    z-index: 51;
  }
  .laptop\:z-52 {
    z-index: 52;
  }
  .laptop\:z-53 {
    z-index: 53;
  }
  .laptop\:z-54 {
    z-index: 54;
  }
  .laptop\:z-55 {
    z-index: 55;
  }
  .laptop\:z-56 {
    z-index: 56;
  }
  .laptop\:z-57 {
    z-index: 57;
  }
  .laptop\:z-58 {
    z-index: 58;
  }
  .laptop\:z-59 {
    z-index: 59;
  }
  .laptop\:z-60 {
    z-index: 60;
  }
  .laptop\:z-61 {
    z-index: 61;
  }
  .laptop\:z-62 {
    z-index: 62;
  }
  .laptop\:z-63 {
    z-index: 63;
  }
  .laptop\:z-64 {
    z-index: 64;
  }
  .laptop\:z-65 {
    z-index: 65;
  }
  .laptop\:z-66 {
    z-index: 66;
  }
  .laptop\:z-67 {
    z-index: 67;
  }
  .laptop\:z-68 {
    z-index: 68;
  }
  .laptop\:z-69 {
    z-index: 69;
  }
  .laptop\:z-70 {
    z-index: 70;
  }
  .laptop\:z-71 {
    z-index: 71;
  }
  .laptop\:z-72 {
    z-index: 72;
  }
  .laptop\:z-73 {
    z-index: 73;
  }
  .laptop\:z-74 {
    z-index: 74;
  }
  .laptop\:z-75 {
    z-index: 75;
  }
  .laptop\:z-76 {
    z-index: 76;
  }
  .laptop\:z-77 {
    z-index: 77;
  }
  .laptop\:z-78 {
    z-index: 78;
  }
  .laptop\:z-79 {
    z-index: 79;
  }
  .laptop\:z-80 {
    z-index: 80;
  }
  .laptop\:z-81 {
    z-index: 81;
  }
  .laptop\:z-82 {
    z-index: 82;
  }
  .laptop\:z-83 {
    z-index: 83;
  }
  .laptop\:z-84 {
    z-index: 84;
  }
  .laptop\:z-85 {
    z-index: 85;
  }
  .laptop\:z-86 {
    z-index: 86;
  }
  .laptop\:z-87 {
    z-index: 87;
  }
  .laptop\:z-88 {
    z-index: 88;
  }
  .laptop\:z-89 {
    z-index: 89;
  }
  .laptop\:z-90 {
    z-index: 90;
  }
  .laptop\:z-91 {
    z-index: 91;
  }
  .laptop\:z-92 {
    z-index: 92;
  }
  .laptop\:z-93 {
    z-index: 93;
  }
  .laptop\:z-94 {
    z-index: 94;
  }
  .laptop\:z-95 {
    z-index: 95;
  }
  .laptop\:z-96 {
    z-index: 96;
  }
  .laptop\:z-97 {
    z-index: 97;
  }
  .laptop\:z-98 {
    z-index: 98;
  }
  .laptop\:z-99 {
    z-index: 99;
  }
  .laptop\:z-100 {
    z-index: 100;
  }
  .laptop\:inset,
  .laptop\:inset-0 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .laptop\:top-0 {
    top: 0;
  }
  .laptop\:right-0 {
    right: 0;
  }
  .laptop\:bottom-0 {
    bottom: 0;
  }
  .laptop\:left-0 {
    left: 0;
  }
  .laptop\:top-none {
    top: 0;
  }
  .laptop\:right-none {
    right: 0;
  }
  .laptop\:bottom-none {
    bottom: 0;
  }
  .laptop\:left-none {
    left: 0;
  }
  .laptop\:top-hairline {
    top: 0.0625rem;
  }
  .laptop\:right-hairline {
    right: 0.0625rem;
  }
  .laptop\:bottom-hairline {
    bottom: 0.0625rem;
  }
  .laptop\:left-hairline {
    left: 0.0625rem;
  }
  .laptop\:top-thin {
    top: 0.125rem;
  }
  .laptop\:right-thin {
    right: 0.125rem;
  }
  .laptop\:bottom-thin {
    bottom: 0.125rem;
  }
  .laptop\:left-thin {
    left: 0.125rem;
  }
  .laptop\:top-slim {
    top: 0.25rem;
  }
  .laptop\:right-slim {
    right: 0.25rem;
  }
  .laptop\:bottom-slim {
    bottom: 0.25rem;
  }
  .laptop\:left-slim {
    left: 0.25rem;
  }
  .laptop\:top-extra-small {
    top: 0.5rem;
  }
  .laptop\:right-extra-small {
    right: 0.5rem;
  }
  .laptop\:bottom-extra-small {
    bottom: 0.5rem;
  }
  .laptop\:left-extra-small {
    left: 0.5rem;
  }
  .laptop\:top-small {
    top: 1rem;
  }
  .laptop\:right-small {
    right: 1rem;
  }
  .laptop\:bottom-small {
    bottom: 1rem;
  }
  .laptop\:left-small {
    left: 1rem;
  }
  .laptop\:top-medium {
    top: 1.5rem;
  }
  .laptop\:right-medium {
    right: 1.5rem;
  }
  .laptop\:bottom-medium {
    bottom: 1.5rem;
  }
  .laptop\:left-medium {
    left: 1.5rem;
  }
  .laptop\:top-large {
    top: 2rem;
  }
  .laptop\:right-large {
    right: 2rem;
  }
  .laptop\:bottom-large {
    bottom: 2rem;
  }
  .laptop\:left-large {
    left: 2rem;
  }
  .laptop\:top-extra-large {
    top: 2.5rem;
  }
  .laptop\:right-extra-large {
    right: 2.5rem;
  }
  .laptop\:bottom-extra-large {
    bottom: 2.5rem;
  }
  .laptop\:left-extra-large {
    left: 2.5rem;
  }
  .laptop\:top-huge {
    top: 5rem;
  }
  .laptop\:right-huge {
    right: 5rem;
  }
  .laptop\:bottom-huge {
    bottom: 5rem;
  }
  .laptop\:left-huge {
    left: 5rem;
  }
  .laptop\:d-none,
  .laptop\:hover\:d-none:hover,
  .laptop\:focus\:d-none:focus,
  .laptop\:focus-within\:d-none:focus-within,
  .laptop\:group:hover .group-hover\:d-none {
    display: none;
  }
  .laptop\:d-block,
  .chevron,
  .laptop\:hover\:d-block:hover,
  .laptop\:focus\:d-block:focus,
  .laptop\:focus-within\:d-block:focus-within,
  .laptop\:group:hover .group-hover\:d-block {
    display: block;
  }
  .laptop\:d-inline-block,
  .laptop\:hover\:d-inline-block:hover,
  .laptop\:focus\:d-inline-block:focus,
  .laptop\:focus-within\:d-inline-block:focus-within,
  .laptop\:group:hover .group-hover\:d-inline-block {
    display: inline-block;
  }
  .laptop\:d-flex,
  .laptop\:hover\:d-flex:hover,
  .laptop\:focus\:d-flex:focus,
  .laptop\:focus-within\:d-flex:focus-within,
  .laptop\:group:hover .group-hover\:d-flex {
    display: flex;
  }
  .laptop\:d-inline-flex,
  .laptop\:hover\:d-inline-flex:hover,
  .laptop\:focus\:d-inline-flex:focus,
  .laptop\:focus-within\:d-inline-flex:focus-within,
  .laptop\:group:hover .group-hover\:d-inline-flex {
    display: inline-flex;
  }
  .laptop\:d-grid,
  .laptop\:hover\:d-grid:hover,
  .laptop\:focus\:d-grid:focus,
  .laptop\:focus-within\:d-grid:focus-within,
  .laptop\:group:hover .group-hover\:d-grid {
    display: grid;
  }
  .laptop\:d-inline-grid,
  .laptop\:hover\:d-inline-grid:hover,
  .laptop\:focus\:d-inline-grid:focus,
  .laptop\:focus-within\:d-inline-grid:focus-within,
  .laptop\:group:hover .group-hover\:d-inline-grid {
    display: inline-grid;
  }
  .laptop\:p-static,
  .laptop\:hover\:p-static:hover,
  .laptop\:focus\:p-static:focus,
  .laptop\:focus-within\:p-static:focus-within,
  .laptop\:group:hover .group-hover\:p-static {
    position: static;
  }
  .laptop\:p-fixed,
  .laptop\:hover\:p-fixed:hover,
  .laptop\:focus\:p-fixed:focus,
  .laptop\:focus-within\:p-fixed:focus-within,
  .laptop\:group:hover .group-hover\:p-fixed {
    position: fixed;
  }
  .laptop\:p-absolute,
  .laptop\:hover\:p-absolute:hover,
  .laptop\:focus\:p-absolute:focus,
  .laptop\:focus-within\:p-absolute:focus-within,
  .laptop\:group:hover .group-hover\:p-absolute {
    position: absolute;
  }
  .laptop\:p-relative,
  .laptop\:hover\:p-relative:hover,
  .laptop\:focus\:p-relative:focus,
  .laptop\:focus-within\:p-relative:focus-within,
  .laptop\:group:hover .group-hover\:p-relative {
    position: relative;
  }
  .laptop\:p-sticky,
  .laptop\:hover\:p-sticky:hover,
  .laptop\:focus\:p-sticky:focus,
  .laptop\:focus-within\:p-sticky:focus-within,
  .laptop\:group:hover .group-hover\:p-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .laptop\:overflow-hidden,
  .laptop\:hover\:overflow-hidden:hover,
  .laptop\:focus\:overflow-hidden:focus,
  .laptop\:focus-within\:overflow-hidden:focus-within,
  .laptop\:group:hover .group-hover\:overflow-hidden {
    overflow: hidden;
  }
  .laptop\:overflow-x-hidden,
  .laptop\:hover\:overflow-x-hidden:hover,
  .laptop\:focus\:overflow-x-hidden:focus,
  .laptop\:focus-within\:overflow-x-hidden:focus-within,
  .laptop\:group:hover .group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .laptop\:overflow-y-hidden,
  .laptop\:hover\:overflow-y-hidden:hover,
  .laptop\:focus\:overflow-y-hidden:focus,
  .laptop\:focus-within\:overflow-y-hidden:focus-within,
  .laptop\:group:hover .group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .laptop\:overflow-clip,
  .laptop\:hover\:overflow-clip:hover,
  .laptop\:focus\:overflow-clip:focus,
  .laptop\:focus-within\:overflow-clip:focus-within,
  .laptop\:group:hover .group-hover\:overflow-clip {
    overflow: clip;
  }
  .laptop\:overflow-x-clip,
  .laptop\:hover\:overflow-x-clip:hover,
  .laptop\:focus\:overflow-x-clip:focus,
  .laptop\:focus-within\:overflow-x-clip:focus-within,
  .laptop\:group:hover .group-hover\:overflow-x-clip {
    overflow-x: clip;
  }
  .laptop\:overflow-y-clip,
  .laptop\:hover\:overflow-y-clip:hover,
  .laptop\:focus\:overflow-y-clip:focus,
  .laptop\:focus-within\:overflow-y-clip:focus-within,
  .laptop\:group:hover .group-hover\:overflow-y-clip {
    overflow-y: clip;
  }
  .laptop\:overflow-visible,
  .laptop\:hover\:overflow-visible:hover,
  .laptop\:focus\:overflow-visible:focus,
  .laptop\:focus-within\:overflow-visible:focus-within,
  .laptop\:group:hover .group-hover\:overflow-visible {
    overflow: visible;
  }
  .laptop\:overflow-x-visible,
  .laptop\:hover\:overflow-x-visible:hover,
  .laptop\:focus\:overflow-x-visible:focus,
  .laptop\:focus-within\:overflow-x-visible:focus-within,
  .laptop\:group:hover .group-hover\:overflow-x-visible {
    overflow-x: visible;
  }
  .laptop\:overflow-y-visible,
  .laptop\:hover\:overflow-y-visible:hover,
  .laptop\:focus\:overflow-y-visible:focus,
  .laptop\:focus-within\:overflow-y-visible:focus-within,
  .laptop\:group:hover .group-hover\:overflow-y-visible {
    overflow-y: visible;
  }
  .laptop\:overflow-scroll,
  .laptop\:hover\:overflow-scroll:hover,
  .laptop\:focus\:overflow-scroll:focus,
  .laptop\:focus-within\:overflow-scroll:focus-within,
  .laptop\:group:hover .group-hover\:overflow-scroll {
    overflow: scroll;
  }
  .laptop\:overflow-x-scroll,
  .laptop\:hover\:overflow-x-scroll:hover,
  .laptop\:focus\:overflow-x-scroll:focus,
  .laptop\:focus-within\:overflow-x-scroll:focus-within,
  .laptop\:group:hover .group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .laptop\:overflow-y-scroll,
  .laptop\:hover\:overflow-y-scroll:hover,
  .laptop\:focus\:overflow-y-scroll:focus,
  .laptop\:focus-within\:overflow-y-scroll:focus-within,
  .laptop\:group:hover .group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .laptop\:overflow-auto,
  .laptop\:hover\:overflow-auto:hover,
  .laptop\:focus\:overflow-auto:focus,
  .laptop\:focus-within\:overflow-auto:focus-within,
  .laptop\:group:hover .group-hover\:overflow-auto {
    overflow: auto;
  }
  .laptop\:overflow-x-auto,
  .laptop\:hover\:overflow-x-auto:hover,
  .laptop\:focus\:overflow-x-auto:focus,
  .laptop\:focus-within\:overflow-x-auto:focus-within,
  .laptop\:group:hover .group-hover\:overflow-x-auto {
    overflow-x: auto;
  }
  .laptop\:overflow-y-auto,
  .laptop\:hover\:overflow-y-auto:hover,
  .laptop\:focus\:overflow-y-auto:focus,
  .laptop\:focus-within\:overflow-y-auto:focus-within,
  .laptop\:group:hover .group-hover\:overflow-y-auto {
    overflow-y: auto;
  }
  .laptop\:overflow-hidden,
  .laptop\:hover\:overflow-hidden:hover,
  .laptop\:focus\:overflow-hidden:focus,
  .laptop\:focus-within\:overflow-hidden:focus-within,
  .laptop\:group:hover .group-hover\:overflow-hidden {
    overflow: hidden;
  }
}
@media (max-width: 960px) {
  .mobile\:border-box {
    box-sizing: border-box;
  }
  .mobile\:content-box {
    box-sizing: content-box;
  }
  .mobile\:-z-100 {
    z-index: -100;
  }
  .mobile\:-z-99 {
    z-index: -99;
  }
  .mobile\:-z-98 {
    z-index: -98;
  }
  .mobile\:-z-97 {
    z-index: -97;
  }
  .mobile\:-z-96 {
    z-index: -96;
  }
  .mobile\:-z-95 {
    z-index: -95;
  }
  .mobile\:-z-94 {
    z-index: -94;
  }
  .mobile\:-z-93 {
    z-index: -93;
  }
  .mobile\:-z-92 {
    z-index: -92;
  }
  .mobile\:-z-91 {
    z-index: -91;
  }
  .mobile\:-z-90 {
    z-index: -90;
  }
  .mobile\:-z-89 {
    z-index: -89;
  }
  .mobile\:-z-88 {
    z-index: -88;
  }
  .mobile\:-z-87 {
    z-index: -87;
  }
  .mobile\:-z-86 {
    z-index: -86;
  }
  .mobile\:-z-85 {
    z-index: -85;
  }
  .mobile\:-z-84 {
    z-index: -84;
  }
  .mobile\:-z-83 {
    z-index: -83;
  }
  .mobile\:-z-82 {
    z-index: -82;
  }
  .mobile\:-z-81 {
    z-index: -81;
  }
  .mobile\:-z-80 {
    z-index: -80;
  }
  .mobile\:-z-79 {
    z-index: -79;
  }
  .mobile\:-z-78 {
    z-index: -78;
  }
  .mobile\:-z-77 {
    z-index: -77;
  }
  .mobile\:-z-76 {
    z-index: -76;
  }
  .mobile\:-z-75 {
    z-index: -75;
  }
  .mobile\:-z-74 {
    z-index: -74;
  }
  .mobile\:-z-73 {
    z-index: -73;
  }
  .mobile\:-z-72 {
    z-index: -72;
  }
  .mobile\:-z-71 {
    z-index: -71;
  }
  .mobile\:-z-70 {
    z-index: -70;
  }
  .mobile\:-z-69 {
    z-index: -69;
  }
  .mobile\:-z-68 {
    z-index: -68;
  }
  .mobile\:-z-67 {
    z-index: -67;
  }
  .mobile\:-z-66 {
    z-index: -66;
  }
  .mobile\:-z-65 {
    z-index: -65;
  }
  .mobile\:-z-64 {
    z-index: -64;
  }
  .mobile\:-z-63 {
    z-index: -63;
  }
  .mobile\:-z-62 {
    z-index: -62;
  }
  .mobile\:-z-61 {
    z-index: -61;
  }
  .mobile\:-z-60 {
    z-index: -60;
  }
  .mobile\:-z-59 {
    z-index: -59;
  }
  .mobile\:-z-58 {
    z-index: -58;
  }
  .mobile\:-z-57 {
    z-index: -57;
  }
  .mobile\:-z-56 {
    z-index: -56;
  }
  .mobile\:-z-55 {
    z-index: -55;
  }
  .mobile\:-z-54 {
    z-index: -54;
  }
  .mobile\:-z-53 {
    z-index: -53;
  }
  .mobile\:-z-52 {
    z-index: -52;
  }
  .mobile\:-z-51 {
    z-index: -51;
  }
  .mobile\:-z-50 {
    z-index: -50;
  }
  .mobile\:-z-49 {
    z-index: -49;
  }
  .mobile\:-z-48 {
    z-index: -48;
  }
  .mobile\:-z-47 {
    z-index: -47;
  }
  .mobile\:-z-46 {
    z-index: -46;
  }
  .mobile\:-z-45 {
    z-index: -45;
  }
  .mobile\:-z-44 {
    z-index: -44;
  }
  .mobile\:-z-43 {
    z-index: -43;
  }
  .mobile\:-z-42 {
    z-index: -42;
  }
  .mobile\:-z-41 {
    z-index: -41;
  }
  .mobile\:-z-40 {
    z-index: -40;
  }
  .mobile\:-z-39 {
    z-index: -39;
  }
  .mobile\:-z-38 {
    z-index: -38;
  }
  .mobile\:-z-37 {
    z-index: -37;
  }
  .mobile\:-z-36 {
    z-index: -36;
  }
  .mobile\:-z-35 {
    z-index: -35;
  }
  .mobile\:-z-34 {
    z-index: -34;
  }
  .mobile\:-z-33 {
    z-index: -33;
  }
  .mobile\:-z-32 {
    z-index: -32;
  }
  .mobile\:-z-31 {
    z-index: -31;
  }
  .mobile\:-z-30 {
    z-index: -30;
  }
  .mobile\:-z-29 {
    z-index: -29;
  }
  .mobile\:-z-28 {
    z-index: -28;
  }
  .mobile\:-z-27 {
    z-index: -27;
  }
  .mobile\:-z-26 {
    z-index: -26;
  }
  .mobile\:-z-25 {
    z-index: -25;
  }
  .mobile\:-z-24 {
    z-index: -24;
  }
  .mobile\:-z-23 {
    z-index: -23;
  }
  .mobile\:-z-22 {
    z-index: -22;
  }
  .mobile\:-z-21 {
    z-index: -21;
  }
  .mobile\:-z-20 {
    z-index: -20;
  }
  .mobile\:-z-19 {
    z-index: -19;
  }
  .mobile\:-z-18 {
    z-index: -18;
  }
  .mobile\:-z-17 {
    z-index: -17;
  }
  .mobile\:-z-16 {
    z-index: -16;
  }
  .mobile\:-z-15 {
    z-index: -15;
  }
  .mobile\:-z-14 {
    z-index: -14;
  }
  .mobile\:-z-13 {
    z-index: -13;
  }
  .mobile\:-z-12 {
    z-index: -12;
  }
  .mobile\:-z-11 {
    z-index: -11;
  }
  .mobile\:-z-10 {
    z-index: -10;
  }
  .mobile\:-z-9 {
    z-index: -9;
  }
  .mobile\:-z-8 {
    z-index: -8;
  }
  .mobile\:-z-7 {
    z-index: -7;
  }
  .mobile\:-z-6 {
    z-index: -6;
  }
  .mobile\:-z-5 {
    z-index: -5;
  }
  .mobile\:-z-4 {
    z-index: -4;
  }
  .mobile\:-z-3 {
    z-index: -3;
  }
  .mobile\:-z-2 {
    z-index: -2;
  }
  .mobile\:-z-1 {
    z-index: -1;
  }
  .mobile\:z-0 {
    z-index: 0;
  }
  .mobile\:z-1 {
    z-index: 1;
  }
  .mobile\:z-2 {
    z-index: 2;
  }
  .mobile\:z-3 {
    z-index: 3;
  }
  .mobile\:z-4 {
    z-index: 4;
  }
  .mobile\:z-5 {
    z-index: 5;
  }
  .mobile\:z-6 {
    z-index: 6;
  }
  .mobile\:z-7 {
    z-index: 7;
  }
  .mobile\:z-8 {
    z-index: 8;
  }
  .mobile\:z-9 {
    z-index: 9;
  }
  .mobile\:z-10 {
    z-index: 10;
  }
  .mobile\:z-11 {
    z-index: 11;
  }
  .mobile\:z-12 {
    z-index: 12;
  }
  .mobile\:z-13 {
    z-index: 13;
  }
  .mobile\:z-14 {
    z-index: 14;
  }
  .mobile\:z-15 {
    z-index: 15;
  }
  .mobile\:z-16 {
    z-index: 16;
  }
  .mobile\:z-17 {
    z-index: 17;
  }
  .mobile\:z-18 {
    z-index: 18;
  }
  .mobile\:z-19 {
    z-index: 19;
  }
  .mobile\:z-20 {
    z-index: 20;
  }
  .mobile\:z-21 {
    z-index: 21;
  }
  .mobile\:z-22 {
    z-index: 22;
  }
  .mobile\:z-23 {
    z-index: 23;
  }
  .mobile\:z-24 {
    z-index: 24;
  }
  .mobile\:z-25 {
    z-index: 25;
  }
  .mobile\:z-26 {
    z-index: 26;
  }
  .mobile\:z-27 {
    z-index: 27;
  }
  .mobile\:z-28 {
    z-index: 28;
  }
  .mobile\:z-29 {
    z-index: 29;
  }
  .mobile\:z-30 {
    z-index: 30;
  }
  .mobile\:z-31 {
    z-index: 31;
  }
  .mobile\:z-32 {
    z-index: 32;
  }
  .mobile\:z-33 {
    z-index: 33;
  }
  .mobile\:z-34 {
    z-index: 34;
  }
  .mobile\:z-35 {
    z-index: 35;
  }
  .mobile\:z-36 {
    z-index: 36;
  }
  .mobile\:z-37 {
    z-index: 37;
  }
  .mobile\:z-38 {
    z-index: 38;
  }
  .mobile\:z-39 {
    z-index: 39;
  }
  .mobile\:z-40 {
    z-index: 40;
  }
  .mobile\:z-41 {
    z-index: 41;
  }
  .mobile\:z-42 {
    z-index: 42;
  }
  .mobile\:z-43 {
    z-index: 43;
  }
  .mobile\:z-44 {
    z-index: 44;
  }
  .mobile\:z-45 {
    z-index: 45;
  }
  .mobile\:z-46 {
    z-index: 46;
  }
  .mobile\:z-47 {
    z-index: 47;
  }
  .mobile\:z-48 {
    z-index: 48;
  }
  .mobile\:z-49 {
    z-index: 49;
  }
  .mobile\:z-50 {
    z-index: 50;
  }
  .mobile\:z-51 {
    z-index: 51;
  }
  .mobile\:z-52 {
    z-index: 52;
  }
  .mobile\:z-53 {
    z-index: 53;
  }
  .mobile\:z-54 {
    z-index: 54;
  }
  .mobile\:z-55 {
    z-index: 55;
  }
  .mobile\:z-56 {
    z-index: 56;
  }
  .mobile\:z-57 {
    z-index: 57;
  }
  .mobile\:z-58 {
    z-index: 58;
  }
  .mobile\:z-59 {
    z-index: 59;
  }
  .mobile\:z-60 {
    z-index: 60;
  }
  .mobile\:z-61 {
    z-index: 61;
  }
  .mobile\:z-62 {
    z-index: 62;
  }
  .mobile\:z-63 {
    z-index: 63;
  }
  .mobile\:z-64 {
    z-index: 64;
  }
  .mobile\:z-65 {
    z-index: 65;
  }
  .mobile\:z-66 {
    z-index: 66;
  }
  .mobile\:z-67 {
    z-index: 67;
  }
  .mobile\:z-68 {
    z-index: 68;
  }
  .mobile\:z-69 {
    z-index: 69;
  }
  .mobile\:z-70 {
    z-index: 70;
  }
  .mobile\:z-71 {
    z-index: 71;
  }
  .mobile\:z-72 {
    z-index: 72;
  }
  .mobile\:z-73 {
    z-index: 73;
  }
  .mobile\:z-74 {
    z-index: 74;
  }
  .mobile\:z-75 {
    z-index: 75;
  }
  .mobile\:z-76 {
    z-index: 76;
  }
  .mobile\:z-77 {
    z-index: 77;
  }
  .mobile\:z-78 {
    z-index: 78;
  }
  .mobile\:z-79 {
    z-index: 79;
  }
  .mobile\:z-80 {
    z-index: 80;
  }
  .mobile\:z-81 {
    z-index: 81;
  }
  .mobile\:z-82 {
    z-index: 82;
  }
  .mobile\:z-83 {
    z-index: 83;
  }
  .mobile\:z-84 {
    z-index: 84;
  }
  .mobile\:z-85 {
    z-index: 85;
  }
  .mobile\:z-86 {
    z-index: 86;
  }
  .mobile\:z-87 {
    z-index: 87;
  }
  .mobile\:z-88 {
    z-index: 88;
  }
  .mobile\:z-89 {
    z-index: 89;
  }
  .mobile\:z-90 {
    z-index: 90;
  }
  .mobile\:z-91 {
    z-index: 91;
  }
  .mobile\:z-92 {
    z-index: 92;
  }
  .mobile\:z-93 {
    z-index: 93;
  }
  .mobile\:z-94 {
    z-index: 94;
  }
  .mobile\:z-95 {
    z-index: 95;
  }
  .mobile\:z-96 {
    z-index: 96;
  }
  .mobile\:z-97 {
    z-index: 97;
  }
  .mobile\:z-98 {
    z-index: 98;
  }
  .mobile\:z-99 {
    z-index: 99;
  }
  .mobile\:z-100 {
    z-index: 100;
  }
  .mobile\:inset,
  .mobile\:inset-0 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .mobile\:top-0 {
    top: 0;
  }
  .mobile\:right-0 {
    right: 0;
  }
  .mobile\:bottom-0 {
    bottom: 0;
  }
  .mobile\:left-0 {
    left: 0;
  }
  .mobile\:top-none {
    top: 0;
  }
  .mobile\:right-none {
    right: 0;
  }
  .mobile\:bottom-none {
    bottom: 0;
  }
  .mobile\:left-none {
    left: 0;
  }
  .mobile\:top-hairline {
    top: 0.0625rem;
  }
  .mobile\:right-hairline {
    right: 0.0625rem;
  }
  .mobile\:bottom-hairline {
    bottom: 0.0625rem;
  }
  .mobile\:left-hairline {
    left: 0.0625rem;
  }
  .mobile\:top-thin {
    top: 0.125rem;
  }
  .mobile\:right-thin {
    right: 0.125rem;
  }
  .mobile\:bottom-thin {
    bottom: 0.125rem;
  }
  .mobile\:left-thin {
    left: 0.125rem;
  }
  .mobile\:top-slim {
    top: 0.25rem;
  }
  .mobile\:right-slim {
    right: 0.25rem;
  }
  .mobile\:bottom-slim {
    bottom: 0.25rem;
  }
  .mobile\:left-slim {
    left: 0.25rem;
  }
  .mobile\:top-extra-small {
    top: 0.5rem;
  }
  .mobile\:right-extra-small {
    right: 0.5rem;
  }
  .mobile\:bottom-extra-small {
    bottom: 0.5rem;
  }
  .mobile\:left-extra-small {
    left: 0.5rem;
  }
  .mobile\:top-small {
    top: 1rem;
  }
  .mobile\:right-small {
    right: 1rem;
  }
  .mobile\:bottom-small {
    bottom: 1rem;
  }
  .mobile\:left-small {
    left: 1rem;
  }
  .mobile\:top-medium {
    top: 1.5rem;
  }
  .mobile\:right-medium {
    right: 1.5rem;
  }
  .mobile\:bottom-medium {
    bottom: 1.5rem;
  }
  .mobile\:left-medium {
    left: 1.5rem;
  }
  .mobile\:top-large {
    top: 2rem;
  }
  .mobile\:right-large {
    right: 2rem;
  }
  .mobile\:bottom-large {
    bottom: 2rem;
  }
  .mobile\:left-large {
    left: 2rem;
  }
  .mobile\:top-extra-large {
    top: 2.5rem;
  }
  .mobile\:right-extra-large {
    right: 2.5rem;
  }
  .mobile\:bottom-extra-large {
    bottom: 2.5rem;
  }
  .mobile\:left-extra-large {
    left: 2.5rem;
  }
  .mobile\:top-huge {
    top: 5rem;
  }
  .mobile\:right-huge {
    right: 5rem;
  }
  .mobile\:bottom-huge {
    bottom: 5rem;
  }
  .mobile\:left-huge {
    left: 5rem;
  }
  .mobile\:d-none,
  .mobile\:hover\:d-none:hover,
  .mobile\:focus\:d-none:focus,
  .mobile\:focus-within\:d-none:focus-within,
  .mobile\:group:hover .group-hover\:d-none {
    display: none;
  }
  .mobile\:d-block,
  .mobile\:hover\:d-block:hover,
  .mobile\:focus\:d-block:focus,
  .mobile\:focus-within\:d-block:focus-within,
  .mobile\:group:hover .group-hover\:d-block {
    display: block;
  }
  .mobile\:d-inline-block,
  .mobile\:hover\:d-inline-block:hover,
  .mobile\:focus\:d-inline-block:focus,
  .mobile\:focus-within\:d-inline-block:focus-within,
  .mobile\:group:hover .group-hover\:d-inline-block {
    display: inline-block;
  }
  .mobile\:d-flex,
  .mobile\:hover\:d-flex:hover,
  .mobile\:focus\:d-flex:focus,
  .mobile\:focus-within\:d-flex:focus-within,
  .mobile\:group:hover .group-hover\:d-flex {
    display: flex;
  }
  .mobile\:d-inline-flex,
  .mobile\:hover\:d-inline-flex:hover,
  .mobile\:focus\:d-inline-flex:focus,
  .mobile\:focus-within\:d-inline-flex:focus-within,
  .mobile\:group:hover .group-hover\:d-inline-flex {
    display: inline-flex;
  }
  .mobile\:d-grid,
  .mobile\:hover\:d-grid:hover,
  .mobile\:focus\:d-grid:focus,
  .mobile\:focus-within\:d-grid:focus-within,
  .mobile\:group:hover .group-hover\:d-grid {
    display: grid;
  }
  .mobile\:d-inline-grid,
  .mobile\:hover\:d-inline-grid:hover,
  .mobile\:focus\:d-inline-grid:focus,
  .mobile\:focus-within\:d-inline-grid:focus-within,
  .mobile\:group:hover .group-hover\:d-inline-grid {
    display: inline-grid;
  }
  .mobile\:p-static,
  .mobile\:hover\:p-static:hover,
  .mobile\:focus\:p-static:focus,
  .mobile\:focus-within\:p-static:focus-within,
  .mobile\:group:hover .group-hover\:p-static {
    position: static;
  }
  .mobile\:p-fixed,
  .mobile\:hover\:p-fixed:hover,
  .mobile\:focus\:p-fixed:focus,
  .mobile\:focus-within\:p-fixed:focus-within,
  .mobile\:group:hover .group-hover\:p-fixed {
    position: fixed;
  }
  .mobile\:p-absolute,
  .mobile\:hover\:p-absolute:hover,
  .mobile\:focus\:p-absolute:focus,
  .mobile\:focus-within\:p-absolute:focus-within,
  .mobile\:group:hover .group-hover\:p-absolute {
    position: absolute;
  }
  .mobile\:p-relative,
  .mobile\:hover\:p-relative:hover,
  .mobile\:focus\:p-relative:focus,
  .mobile\:focus-within\:p-relative:focus-within,
  .mobile\:group:hover .group-hover\:p-relative {
    position: relative;
  }
  .mobile\:p-sticky,
  .mobile\:hover\:p-sticky:hover,
  .mobile\:focus\:p-sticky:focus,
  .mobile\:focus-within\:p-sticky:focus-within,
  .mobile\:group:hover .group-hover\:p-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .mobile\:overflow-hidden,
  .mobile\:hover\:overflow-hidden:hover,
  .mobile\:focus\:overflow-hidden:focus,
  .mobile\:focus-within\:overflow-hidden:focus-within,
  .mobile\:group:hover .group-hover\:overflow-hidden {
    overflow: hidden;
  }
  .mobile\:overflow-x-hidden,
  .mobile\:hover\:overflow-x-hidden:hover,
  .mobile\:focus\:overflow-x-hidden:focus,
  .mobile\:focus-within\:overflow-x-hidden:focus-within,
  .mobile\:group:hover .group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .mobile\:overflow-y-hidden,
  .mobile\:hover\:overflow-y-hidden:hover,
  .mobile\:focus\:overflow-y-hidden:focus,
  .mobile\:focus-within\:overflow-y-hidden:focus-within,
  .mobile\:group:hover .group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .mobile\:overflow-clip,
  .mobile\:hover\:overflow-clip:hover,
  .mobile\:focus\:overflow-clip:focus,
  .mobile\:focus-within\:overflow-clip:focus-within,
  .mobile\:group:hover .group-hover\:overflow-clip {
    overflow: clip;
  }
  .mobile\:overflow-x-clip,
  .mobile\:hover\:overflow-x-clip:hover,
  .mobile\:focus\:overflow-x-clip:focus,
  .mobile\:focus-within\:overflow-x-clip:focus-within,
  .mobile\:group:hover .group-hover\:overflow-x-clip {
    overflow-x: clip;
  }
  .mobile\:overflow-y-clip,
  .mobile\:hover\:overflow-y-clip:hover,
  .mobile\:focus\:overflow-y-clip:focus,
  .mobile\:focus-within\:overflow-y-clip:focus-within,
  .mobile\:group:hover .group-hover\:overflow-y-clip {
    overflow-y: clip;
  }
  .mobile\:overflow-visible,
  .mobile\:hover\:overflow-visible:hover,
  .mobile\:focus\:overflow-visible:focus,
  .mobile\:focus-within\:overflow-visible:focus-within,
  .mobile\:group:hover .group-hover\:overflow-visible {
    overflow: visible;
  }
  .mobile\:overflow-x-visible,
  .mobile\:hover\:overflow-x-visible:hover,
  .mobile\:focus\:overflow-x-visible:focus,
  .mobile\:focus-within\:overflow-x-visible:focus-within,
  .mobile\:group:hover .group-hover\:overflow-x-visible {
    overflow-x: visible;
  }
  .mobile\:overflow-y-visible,
  .mobile\:hover\:overflow-y-visible:hover,
  .mobile\:focus\:overflow-y-visible:focus,
  .mobile\:focus-within\:overflow-y-visible:focus-within,
  .mobile\:group:hover .group-hover\:overflow-y-visible {
    overflow-y: visible;
  }
  .mobile\:overflow-scroll,
  .mobile\:hover\:overflow-scroll:hover,
  .mobile\:focus\:overflow-scroll:focus,
  .mobile\:focus-within\:overflow-scroll:focus-within,
  .mobile\:group:hover .group-hover\:overflow-scroll {
    overflow: scroll;
  }
  .mobile\:overflow-x-scroll,
  .mobile\:hover\:overflow-x-scroll:hover,
  .mobile\:focus\:overflow-x-scroll:focus,
  .mobile\:focus-within\:overflow-x-scroll:focus-within,
  .mobile\:group:hover .group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .mobile\:overflow-y-scroll,
  .mobile\:hover\:overflow-y-scroll:hover,
  .mobile\:focus\:overflow-y-scroll:focus,
  .mobile\:focus-within\:overflow-y-scroll:focus-within,
  .mobile\:group:hover .group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .mobile\:overflow-auto,
  .mobile\:hover\:overflow-auto:hover,
  .mobile\:focus\:overflow-auto:focus,
  .mobile\:focus-within\:overflow-auto:focus-within,
  .mobile\:group:hover .group-hover\:overflow-auto {
    overflow: auto;
  }
  .mobile\:overflow-x-auto,
  .mobile\:hover\:overflow-x-auto:hover,
  .mobile\:focus\:overflow-x-auto:focus,
  .mobile\:focus-within\:overflow-x-auto:focus-within,
  .mobile\:group:hover .group-hover\:overflow-x-auto {
    overflow-x: auto;
  }
  .mobile\:overflow-y-auto,
  .mobile\:hover\:overflow-y-auto:hover,
  .mobile\:focus\:overflow-y-auto:focus,
  .mobile\:focus-within\:overflow-y-auto:focus-within,
  .mobile\:group:hover .group-hover\:overflow-y-auto {
    overflow-y: auto;
  }
  .mobile\:overflow-hidden,
  .mobile\:hover\:overflow-hidden:hover,
  .mobile\:focus\:overflow-hidden:focus,
  .mobile\:focus-within\:overflow-hidden:focus-within,
  .mobile\:group:hover .group-hover\:overflow-hidden {
    overflow: hidden;
  }
}
@media (max-width: 8640px) {
  .pad-none {
    padding: 0;
  }
  .hover\:pad-none:hover {
    padding: 0;
  }
  .pad-hairline {
    padding: 0.0625rem;
  }
  .hover\:pad-hairline:hover {
    padding: 0.0625rem;
  }
  .pad-thin {
    padding: 0.125rem;
  }
  .hover\:pad-thin:hover {
    padding: 0.125rem;
  }
  .pad-slim {
    padding: 0.25rem;
  }
  .hover\:pad-slim:hover {
    padding: 0.25rem;
  }
  .pad-extra-small {
    padding: 0.5rem;
  }
  .hover\:pad-extra-small:hover {
    padding: 0.5rem;
  }
  .pad-small {
    padding: 1rem;
  }
  .hover\:pad-small:hover {
    padding: 1rem;
  }
  .pad-medium,
  .card {
    padding: 1.5rem;
  }
  .hover\:pad-medium:hover {
    padding: 1.5rem;
  }
  .pad-large {
    padding: 2rem;
  }
  .hover\:pad-large:hover {
    padding: 2rem;
  }
  .pad-extra-large {
    padding: 2.5rem;
  }
  .hover\:pad-extra-large:hover {
    padding: 2.5rem;
  }
  .pad-huge {
    padding: 5rem;
  }
  .hover\:pad-huge:hover {
    padding: 5rem;
  }
  .pad-full {
    padding: 100%;
  }
  .hover\:pad-full:hover {
    padding: 100%;
  }
  .pad-t-none {
    padding-top: 0;
  }
  .hover\:pad-t-none:hover {
    padding-top: 0;
  }
  .pad-t-hairline {
    padding-top: 0.0625rem;
  }
  .hover\:pad-t-hairline:hover {
    padding-top: 0.0625rem;
  }
  .pad-t-thin {
    padding-top: 0.125rem;
  }
  .hover\:pad-t-thin:hover {
    padding-top: 0.125rem;
  }
  .pad-t-slim {
    padding-top: 0.25rem;
  }
  .hover\:pad-t-slim:hover {
    padding-top: 0.25rem;
  }
  .pad-t-extra-small {
    padding-top: 0.5rem;
  }
  .hover\:pad-t-extra-small:hover {
    padding-top: 0.5rem;
  }
  .pad-t-small {
    padding-top: 1rem;
  }
  .hover\:pad-t-small:hover {
    padding-top: 1rem;
  }
  .pad-t-medium {
    padding-top: 1.5rem;
  }
  .hover\:pad-t-medium:hover {
    padding-top: 1.5rem;
  }
  .pad-t-large {
    padding-top: 2rem;
  }
  .hover\:pad-t-large:hover {
    padding-top: 2rem;
  }
  .pad-t-extra-large {
    padding-top: 2.5rem;
  }
  .hover\:pad-t-extra-large:hover {
    padding-top: 2.5rem;
  }
  .pad-t-huge {
    padding-top: 5rem;
  }
  .hover\:pad-t-huge:hover {
    padding-top: 5rem;
  }
  .pad-t-full {
    padding-top: 100%;
  }
  .hover\:pad-t-full:hover {
    padding-top: 100%;
  }
  .pad-r-none {
    padding-right: 0;
  }
  .hover\:pad-r-none:hover {
    padding-right: 0;
  }
  .pad-r-hairline {
    padding-right: 0.0625rem;
  }
  .hover\:pad-r-hairline:hover {
    padding-right: 0.0625rem;
  }
  .pad-r-thin {
    padding-right: 0.125rem;
  }
  .hover\:pad-r-thin:hover {
    padding-right: 0.125rem;
  }
  .pad-r-slim {
    padding-right: 0.25rem;
  }
  .hover\:pad-r-slim:hover {
    padding-right: 0.25rem;
  }
  .pad-r-extra-small {
    padding-right: 0.5rem;
  }
  .hover\:pad-r-extra-small:hover {
    padding-right: 0.5rem;
  }
  .pad-r-small {
    padding-right: 1rem;
  }
  .hover\:pad-r-small:hover {
    padding-right: 1rem;
  }
  .pad-r-medium {
    padding-right: 1.5rem;
  }
  .hover\:pad-r-medium:hover {
    padding-right: 1.5rem;
  }
  .pad-r-large {
    padding-right: 2rem;
  }
  .hover\:pad-r-large:hover {
    padding-right: 2rem;
  }
  .pad-r-extra-large {
    padding-right: 2.5rem;
  }
  .hover\:pad-r-extra-large:hover {
    padding-right: 2.5rem;
  }
  .pad-r-huge {
    padding-right: 5rem;
  }
  .hover\:pad-r-huge:hover {
    padding-right: 5rem;
  }
  .pad-r-full {
    padding-right: 100%;
  }
  .hover\:pad-r-full:hover {
    padding-right: 100%;
  }
  .pad-b-none {
    padding-bottom: 0;
  }
  .hover\:pad-b-none:hover {
    padding-bottom: 0;
  }
  .pad-b-hairline {
    padding-bottom: 0.0625rem;
  }
  .hover\:pad-b-hairline:hover {
    padding-bottom: 0.0625rem;
  }
  .pad-b-thin {
    padding-bottom: 0.125rem;
  }
  .hover\:pad-b-thin:hover {
    padding-bottom: 0.125rem;
  }
  .pad-b-slim {
    padding-bottom: 0.25rem;
  }
  .hover\:pad-b-slim:hover {
    padding-bottom: 0.25rem;
  }
  .pad-b-extra-small {
    padding-bottom: 0.5rem;
  }
  .hover\:pad-b-extra-small:hover {
    padding-bottom: 0.5rem;
  }
  .pad-b-small {
    padding-bottom: 1rem;
  }
  .hover\:pad-b-small:hover {
    padding-bottom: 1rem;
  }
  .pad-b-medium {
    padding-bottom: 1.5rem;
  }
  .hover\:pad-b-medium:hover {
    padding-bottom: 1.5rem;
  }
  .pad-b-large {
    padding-bottom: 2rem;
  }
  .hover\:pad-b-large:hover {
    padding-bottom: 2rem;
  }
  .pad-b-extra-large {
    padding-bottom: 2.5rem;
  }
  .hover\:pad-b-extra-large:hover {
    padding-bottom: 2.5rem;
  }
  .pad-b-huge {
    padding-bottom: 5rem;
  }
  .hover\:pad-b-huge:hover {
    padding-bottom: 5rem;
  }
  .pad-b-full {
    padding-bottom: 100%;
  }
  .hover\:pad-b-full:hover {
    padding-bottom: 100%;
  }
  .pad-l-none {
    padding-left: 0;
  }
  .hover\:pad-l-none:hover {
    padding-left: 0;
  }
  .pad-l-hairline {
    padding-left: 0.0625rem;
  }
  .hover\:pad-l-hairline:hover {
    padding-left: 0.0625rem;
  }
  .pad-l-thin {
    padding-left: 0.125rem;
  }
  .hover\:pad-l-thin:hover {
    padding-left: 0.125rem;
  }
  .pad-l-slim {
    padding-left: 0.25rem;
  }
  .hover\:pad-l-slim:hover {
    padding-left: 0.25rem;
  }
  .pad-l-extra-small {
    padding-left: 0.5rem;
  }
  .hover\:pad-l-extra-small:hover {
    padding-left: 0.5rem;
  }
  .pad-l-small {
    padding-left: 1rem;
  }
  .hover\:pad-l-small:hover {
    padding-left: 1rem;
  }
  .pad-l-medium {
    padding-left: 1.5rem;
  }
  .hover\:pad-l-medium:hover {
    padding-left: 1.5rem;
  }
  .pad-l-large {
    padding-left: 2rem;
  }
  .hover\:pad-l-large:hover {
    padding-left: 2rem;
  }
  .pad-l-extra-large {
    padding-left: 2.5rem;
  }
  .hover\:pad-l-extra-large:hover {
    padding-left: 2.5rem;
  }
  .pad-l-huge {
    padding-left: 5rem;
  }
  .hover\:pad-l-huge:hover {
    padding-left: 5rem;
  }
  .pad-l-full {
    padding-left: 100%;
  }
  .hover\:pad-l-full:hover {
    padding-left: 100%;
  }
  .pad-h-none {
    padding-left: 0;
    padding-right: 0;
  }
  .hover\:pad-h-none:hover {
    padding-left: 0;
    padding-right: 0;
  }
  .pad-h-hairline {
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }
  .hover\:pad-h-hairline:hover {
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }
  .pad-h-thin {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .hover\:pad-h-thin:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .pad-h-slim {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .hover\:pad-h-slim:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .pad-h-extra-small {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .hover\:pad-h-extra-small:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .pad-h-small {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hover\:pad-h-small:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .pad-h-medium {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .hover\:pad-h-medium:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .pad-h-large {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .hover\:pad-h-large:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pad-h-extra-large {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .hover\:pad-h-extra-large:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .pad-h-huge {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .hover\:pad-h-huge:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .pad-h-full {
    padding-left: 100%;
    padding-right: 100%;
  }
  .hover\:pad-h-full:hover {
    padding-left: 100%;
    padding-right: 100%;
  }
  .pad-v-none {
    padding-bottom: 0;
    padding-top: 0;
  }
  .hover\:pad-v-none:hover {
    padding-bottom: 0;
    padding-top: 0;
  }
  .pad-v-hairline {
    padding-bottom: 0.0625rem;
    padding-top: 0.0625rem;
  }
  .hover\:pad-v-hairline:hover {
    padding-bottom: 0.0625rem;
    padding-top: 0.0625rem;
  }
  .pad-v-thin {
    padding-bottom: 0.125rem;
    padding-top: 0.125rem;
  }
  .hover\:pad-v-thin:hover {
    padding-bottom: 0.125rem;
    padding-top: 0.125rem;
  }
  .pad-v-slim {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .hover\:pad-v-slim:hover {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .pad-v-extra-small {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .hover\:pad-v-extra-small:hover {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .pad-v-small {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .hover\:pad-v-small:hover {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .pad-v-medium {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .hover\:pad-v-medium:hover {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .pad-v-large {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .hover\:pad-v-large:hover {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .pad-v-extra-large {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .hover\:pad-v-extra-large:hover {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .pad-v-huge {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .hover\:pad-v-huge:hover {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .pad-v-full {
    padding-bottom: 100%;
    padding-top: 100%;
  }
  .hover\:pad-v-full:hover {
    padding-bottom: 100%;
    padding-top: 100%;
  }
  .marg-none {
    margin: 0;
  }
  .hover\:marg-none:hover {
    margin: 0;
  }
  .-marg-none {
    margin: 0;
  }
  .hover\:-marg-none:hover {
    margin: 0;
  }
  .marg-hairline {
    margin: 0.0625rem;
  }
  .hover\:marg-hairline:hover {
    margin: 0.0625rem;
  }
  .-marg-hairline {
    margin: -0.0625rem;
  }
  .hover\:-marg-hairline:hover {
    margin: -0.0625rem;
  }
  .marg-thin {
    margin: 0.125rem;
  }
  .hover\:marg-thin:hover {
    margin: 0.125rem;
  }
  .-marg-thin {
    margin: -0.125rem;
  }
  .hover\:-marg-thin:hover {
    margin: -0.125rem;
  }
  .marg-slim {
    margin: 0.25rem;
  }
  .hover\:marg-slim:hover {
    margin: 0.25rem;
  }
  .-marg-slim {
    margin: -0.25rem;
  }
  .hover\:-marg-slim:hover {
    margin: -0.25rem;
  }
  .marg-extra-small {
    margin: 0.5rem;
  }
  .hover\:marg-extra-small:hover {
    margin: 0.5rem;
  }
  .-marg-extra-small {
    margin: -0.5rem;
  }
  .hover\:-marg-extra-small:hover {
    margin: -0.5rem;
  }
  .marg-small,
  .chevron {
    margin: 1rem;
  }
  .hover\:marg-small:hover {
    margin: 1rem;
  }
  .-marg-small {
    margin: -1rem;
  }
  .hover\:-marg-small:hover {
    margin: -1rem;
  }
  .marg-medium {
    margin: 1.5rem;
  }
  .hover\:marg-medium:hover {
    margin: 1.5rem;
  }
  .-marg-medium {
    margin: -1.5rem;
  }
  .hover\:-marg-medium:hover {
    margin: -1.5rem;
  }
  .marg-large {
    margin: 2rem;
  }
  .hover\:marg-large:hover {
    margin: 2rem;
  }
  .-marg-large {
    margin: -2rem;
  }
  .hover\:-marg-large:hover {
    margin: -2rem;
  }
  .marg-extra-large {
    margin: 2.5rem;
  }
  .hover\:marg-extra-large:hover {
    margin: 2.5rem;
  }
  .-marg-extra-large {
    margin: -2.5rem;
  }
  .hover\:-marg-extra-large:hover {
    margin: -2.5rem;
  }
  .marg-huge {
    margin: 5rem;
  }
  .hover\:marg-huge:hover {
    margin: 5rem;
  }
  .-marg-huge {
    margin: -5rem;
  }
  .hover\:-marg-huge:hover {
    margin: -5rem;
  }
  .marg-full {
    margin: 100%;
  }
  .hover\:marg-full:hover {
    margin: 100%;
  }
  .-marg-full {
    margin: -100%;
  }
  .hover\:-marg-full:hover {
    margin: -100%;
  }
  .marg-auto {
    margin: auto;
  }
  .hover\:marg-auto:hover {
    margin: auto;
  }
  .marg-t-none {
    margin-top: 0;
  }
  .hover\:marg-t-none:hover {
    margin-top: 0;
  }
  .-marg-t-none {
    margin-top: 0;
  }
  .hover\:-marg-t-none:hover {
    margin-top: 0;
  }
  .marg-t-hairline {
    margin-top: 0.0625rem;
  }
  .hover\:marg-t-hairline:hover {
    margin-top: 0.0625rem;
  }
  .-marg-t-hairline {
    margin-top: -0.0625rem;
  }
  .hover\:-marg-t-hairline:hover {
    margin-top: -0.0625rem;
  }
  .marg-t-thin {
    margin-top: 0.125rem;
  }
  .hover\:marg-t-thin:hover {
    margin-top: 0.125rem;
  }
  .-marg-t-thin {
    margin-top: -0.125rem;
  }
  .hover\:-marg-t-thin:hover {
    margin-top: -0.125rem;
  }
  .marg-t-slim {
    margin-top: 0.25rem;
  }
  .hover\:marg-t-slim:hover {
    margin-top: 0.25rem;
  }
  .-marg-t-slim {
    margin-top: -0.25rem;
  }
  .hover\:-marg-t-slim:hover {
    margin-top: -0.25rem;
  }
  .marg-t-extra-small {
    margin-top: 0.5rem;
  }
  .hover\:marg-t-extra-small:hover {
    margin-top: 0.5rem;
  }
  .-marg-t-extra-small {
    margin-top: -0.5rem;
  }
  .hover\:-marg-t-extra-small:hover {
    margin-top: -0.5rem;
  }
  .marg-t-small {
    margin-top: 1rem;
  }
  .hover\:marg-t-small:hover {
    margin-top: 1rem;
  }
  .-marg-t-small {
    margin-top: -1rem;
  }
  .hover\:-marg-t-small:hover {
    margin-top: -1rem;
  }
  .marg-t-medium {
    margin-top: 1.5rem;
  }
  .hover\:marg-t-medium:hover {
    margin-top: 1.5rem;
  }
  .-marg-t-medium {
    margin-top: -1.5rem;
  }
  .hover\:-marg-t-medium:hover {
    margin-top: -1.5rem;
  }
  .marg-t-large {
    margin-top: 2rem;
  }
  .hover\:marg-t-large:hover {
    margin-top: 2rem;
  }
  .-marg-t-large {
    margin-top: -2rem;
  }
  .hover\:-marg-t-large:hover {
    margin-top: -2rem;
  }
  .marg-t-extra-large {
    margin-top: 2.5rem;
  }
  .hover\:marg-t-extra-large:hover {
    margin-top: 2.5rem;
  }
  .-marg-t-extra-large {
    margin-top: -2.5rem;
  }
  .hover\:-marg-t-extra-large:hover {
    margin-top: -2.5rem;
  }
  .marg-t-huge {
    margin-top: 5rem;
  }
  .hover\:marg-t-huge:hover {
    margin-top: 5rem;
  }
  .-marg-t-huge {
    margin-top: -5rem;
  }
  .hover\:-marg-t-huge:hover {
    margin-top: -5rem;
  }
  .marg-t-full {
    margin-top: 100%;
  }
  .hover\:marg-t-full:hover {
    margin-top: 100%;
  }
  .-marg-t-full {
    margin-top: -100%;
  }
  .hover\:-marg-t-full:hover {
    margin-top: -100%;
  }
  .marg-t-auto,
  .card-action {
    margin-top: auto;
  }
  .hover\:marg-t-auto:hover {
    margin-top: auto;
  }
  .marg-r-none {
    margin-right: 0;
  }
  .hover\:marg-r-none:hover {
    margin-right: 0;
  }
  .-marg-r-none {
    margin-right: 0;
  }
  .hover\:-marg-r-none:hover {
    margin-right: 0;
  }
  .marg-r-hairline {
    margin-right: 0.0625rem;
  }
  .hover\:marg-r-hairline:hover {
    margin-right: 0.0625rem;
  }
  .-marg-r-hairline {
    margin-right: -0.0625rem;
  }
  .hover\:-marg-r-hairline:hover {
    margin-right: -0.0625rem;
  }
  .marg-r-thin {
    margin-right: 0.125rem;
  }
  .hover\:marg-r-thin:hover {
    margin-right: 0.125rem;
  }
  .-marg-r-thin {
    margin-right: -0.125rem;
  }
  .hover\:-marg-r-thin:hover {
    margin-right: -0.125rem;
  }
  .marg-r-slim {
    margin-right: 0.25rem;
  }
  .hover\:marg-r-slim:hover {
    margin-right: 0.25rem;
  }
  .-marg-r-slim {
    margin-right: -0.25rem;
  }
  .hover\:-marg-r-slim:hover {
    margin-right: -0.25rem;
  }
  .marg-r-extra-small {
    margin-right: 0.5rem;
  }
  .hover\:marg-r-extra-small:hover {
    margin-right: 0.5rem;
  }
  .-marg-r-extra-small {
    margin-right: -0.5rem;
  }
  .hover\:-marg-r-extra-small:hover {
    margin-right: -0.5rem;
  }
  .marg-r-small {
    margin-right: 1rem;
  }
  .hover\:marg-r-small:hover {
    margin-right: 1rem;
  }
  .-marg-r-small {
    margin-right: -1rem;
  }
  .hover\:-marg-r-small:hover {
    margin-right: -1rem;
  }
  .marg-r-medium {
    margin-right: 1.5rem;
  }
  .hover\:marg-r-medium:hover {
    margin-right: 1.5rem;
  }
  .-marg-r-medium {
    margin-right: -1.5rem;
  }
  .hover\:-marg-r-medium:hover {
    margin-right: -1.5rem;
  }
  .marg-r-large {
    margin-right: 2rem;
  }
  .hover\:marg-r-large:hover {
    margin-right: 2rem;
  }
  .-marg-r-large {
    margin-right: -2rem;
  }
  .hover\:-marg-r-large:hover {
    margin-right: -2rem;
  }
  .marg-r-extra-large {
    margin-right: 2.5rem;
  }
  .hover\:marg-r-extra-large:hover {
    margin-right: 2.5rem;
  }
  .-marg-r-extra-large {
    margin-right: -2.5rem;
  }
  .hover\:-marg-r-extra-large:hover {
    margin-right: -2.5rem;
  }
  .marg-r-huge {
    margin-right: 5rem;
  }
  .hover\:marg-r-huge:hover {
    margin-right: 5rem;
  }
  .-marg-r-huge {
    margin-right: -5rem;
  }
  .hover\:-marg-r-huge:hover {
    margin-right: -5rem;
  }
  .marg-r-full {
    margin-right: 100%;
  }
  .hover\:marg-r-full:hover {
    margin-right: 100%;
  }
  .-marg-r-full {
    margin-right: -100%;
  }
  .hover\:-marg-r-full:hover {
    margin-right: -100%;
  }
  .marg-r-auto {
    margin-right: auto;
  }
  .hover\:marg-r-auto:hover {
    margin-right: auto;
  }
  .marg-b-none {
    margin-bottom: 0;
  }
  .hover\:marg-b-none:hover {
    margin-bottom: 0;
  }
  .-marg-b-none {
    margin-bottom: 0;
  }
  .hover\:-marg-b-none:hover {
    margin-bottom: 0;
  }
  .marg-b-hairline {
    margin-bottom: 0.0625rem;
  }
  .hover\:marg-b-hairline:hover {
    margin-bottom: 0.0625rem;
  }
  .-marg-b-hairline {
    margin-bottom: -0.0625rem;
  }
  .hover\:-marg-b-hairline:hover {
    margin-bottom: -0.0625rem;
  }
  .marg-b-thin {
    margin-bottom: 0.125rem;
  }
  .hover\:marg-b-thin:hover {
    margin-bottom: 0.125rem;
  }
  .-marg-b-thin {
    margin-bottom: -0.125rem;
  }
  .hover\:-marg-b-thin:hover {
    margin-bottom: -0.125rem;
  }
  .marg-b-slim {
    margin-bottom: 0.25rem;
  }
  .hover\:marg-b-slim:hover {
    margin-bottom: 0.25rem;
  }
  .-marg-b-slim {
    margin-bottom: -0.25rem;
  }
  .hover\:-marg-b-slim:hover {
    margin-bottom: -0.25rem;
  }
  .marg-b-extra-small {
    margin-bottom: 0.5rem;
  }
  .hover\:marg-b-extra-small:hover {
    margin-bottom: 0.5rem;
  }
  .-marg-b-extra-small {
    margin-bottom: -0.5rem;
  }
  .hover\:-marg-b-extra-small:hover {
    margin-bottom: -0.5rem;
  }
  .marg-b-small {
    margin-bottom: 1rem;
  }
  .hover\:marg-b-small:hover {
    margin-bottom: 1rem;
  }
  .-marg-b-small {
    margin-bottom: -1rem;
  }
  .hover\:-marg-b-small:hover {
    margin-bottom: -1rem;
  }
  .marg-b-medium {
    margin-bottom: 1.5rem;
  }
  .hover\:marg-b-medium:hover {
    margin-bottom: 1.5rem;
  }
  .-marg-b-medium {
    margin-bottom: -1.5rem;
  }
  .hover\:-marg-b-medium:hover {
    margin-bottom: -1.5rem;
  }
  .marg-b-large {
    margin-bottom: 2rem;
  }
  .hover\:marg-b-large:hover {
    margin-bottom: 2rem;
  }
  .-marg-b-large {
    margin-bottom: -2rem;
  }
  .hover\:-marg-b-large:hover {
    margin-bottom: -2rem;
  }
  .marg-b-extra-large {
    margin-bottom: 2.5rem;
  }
  .hover\:marg-b-extra-large:hover {
    margin-bottom: 2.5rem;
  }
  .-marg-b-extra-large {
    margin-bottom: -2.5rem;
  }
  .hover\:-marg-b-extra-large:hover {
    margin-bottom: -2.5rem;
  }
  .marg-b-huge {
    margin-bottom: 5rem;
  }
  .hover\:marg-b-huge:hover {
    margin-bottom: 5rem;
  }
  .-marg-b-huge {
    margin-bottom: -5rem;
  }
  .hover\:-marg-b-huge:hover {
    margin-bottom: -5rem;
  }
  .marg-b-full {
    margin-bottom: 100%;
  }
  .hover\:marg-b-full:hover {
    margin-bottom: 100%;
  }
  .-marg-b-full {
    margin-bottom: -100%;
  }
  .hover\:-marg-b-full:hover {
    margin-bottom: -100%;
  }
  .marg-b-auto {
    margin-bottom: auto;
  }
  .hover\:marg-b-auto:hover {
    margin-bottom: auto;
  }
  .marg-l-none {
    margin-left: 0;
  }
  .hover\:marg-l-none:hover {
    margin-left: 0;
  }
  .-marg-l-none {
    margin-left: 0;
  }
  .hover\:-marg-l-none:hover {
    margin-left: 0;
  }
  .marg-l-hairline {
    margin-left: 0.0625rem;
  }
  .hover\:marg-l-hairline:hover {
    margin-left: 0.0625rem;
  }
  .-marg-l-hairline {
    margin-left: -0.0625rem;
  }
  .hover\:-marg-l-hairline:hover {
    margin-left: -0.0625rem;
  }
  .marg-l-thin {
    margin-left: 0.125rem;
  }
  .hover\:marg-l-thin:hover {
    margin-left: 0.125rem;
  }
  .-marg-l-thin {
    margin-left: -0.125rem;
  }
  .hover\:-marg-l-thin:hover {
    margin-left: -0.125rem;
  }
  .marg-l-slim {
    margin-left: 0.25rem;
  }
  .hover\:marg-l-slim:hover {
    margin-left: 0.25rem;
  }
  .-marg-l-slim {
    margin-left: -0.25rem;
  }
  .hover\:-marg-l-slim:hover {
    margin-left: -0.25rem;
  }
  .marg-l-extra-small {
    margin-left: 0.5rem;
  }
  .hover\:marg-l-extra-small:hover {
    margin-left: 0.5rem;
  }
  .-marg-l-extra-small {
    margin-left: -0.5rem;
  }
  .hover\:-marg-l-extra-small:hover {
    margin-left: -0.5rem;
  }
  .marg-l-small {
    margin-left: 1rem;
  }
  .hover\:marg-l-small:hover {
    margin-left: 1rem;
  }
  .-marg-l-small {
    margin-left: -1rem;
  }
  .hover\:-marg-l-small:hover {
    margin-left: -1rem;
  }
  .marg-l-medium {
    margin-left: 1.5rem;
  }
  .hover\:marg-l-medium:hover {
    margin-left: 1.5rem;
  }
  .-marg-l-medium {
    margin-left: -1.5rem;
  }
  .hover\:-marg-l-medium:hover {
    margin-left: -1.5rem;
  }
  .marg-l-large {
    margin-left: 2rem;
  }
  .hover\:marg-l-large:hover {
    margin-left: 2rem;
  }
  .-marg-l-large {
    margin-left: -2rem;
  }
  .hover\:-marg-l-large:hover {
    margin-left: -2rem;
  }
  .marg-l-extra-large {
    margin-left: 2.5rem;
  }
  .hover\:marg-l-extra-large:hover {
    margin-left: 2.5rem;
  }
  .-marg-l-extra-large {
    margin-left: -2.5rem;
  }
  .hover\:-marg-l-extra-large:hover {
    margin-left: -2.5rem;
  }
  .marg-l-huge {
    margin-left: 5rem;
  }
  .hover\:marg-l-huge:hover {
    margin-left: 5rem;
  }
  .-marg-l-huge {
    margin-left: -5rem;
  }
  .hover\:-marg-l-huge:hover {
    margin-left: -5rem;
  }
  .marg-l-full {
    margin-left: 100%;
  }
  .hover\:marg-l-full:hover {
    margin-left: 100%;
  }
  .-marg-l-full {
    margin-left: -100%;
  }
  .hover\:-marg-l-full:hover {
    margin-left: -100%;
  }
  .marg-l-auto {
    margin-left: auto;
  }
  .hover\:marg-l-auto:hover {
    margin-left: auto;
  }
  .marg-h-none {
    margin-left: 0;
    margin-right: 0;
  }
  .hover\:marg-h-none:hover {
    margin-left: 0;
    margin-right: 0;
  }
  .-marg-h-none {
    margin-left: 0;
    margin-right: 0;
  }
  .hover\:-marg-h-none:hover {
    margin-left: 0;
    margin-right: 0;
  }
  .marg-h-hairline {
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }
  .hover\:marg-h-hairline:hover {
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }
  .-marg-h-hairline {
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }
  .hover\:-marg-h-hairline:hover {
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }
  .marg-h-thin {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .hover\:marg-h-thin:hover {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .-marg-h-thin {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .hover\:-marg-h-thin:hover {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .marg-h-slim {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .hover\:marg-h-slim:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .-marg-h-slim {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .hover\:-marg-h-slim:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .marg-h-extra-small {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .hover\:marg-h-extra-small:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .-marg-h-extra-small {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .hover\:-marg-h-extra-small:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .marg-h-small {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .hover\:marg-h-small:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .-marg-h-small {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .hover\:-marg-h-small:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .marg-h-medium {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .hover\:marg-h-medium:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .-marg-h-medium {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .hover\:-marg-h-medium:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .marg-h-large {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .hover\:marg-h-large:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .-marg-h-large {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .hover\:-marg-h-large:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .marg-h-extra-large {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .hover\:marg-h-extra-large:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .-marg-h-extra-large {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .hover\:-marg-h-extra-large:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .marg-h-huge {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .hover\:marg-h-huge:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .-marg-h-huge {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .hover\:-marg-h-huge:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .marg-h-full {
    margin-left: 100%;
    margin-right: 100%;
  }
  .hover\:marg-h-full:hover {
    margin-left: 100%;
    margin-right: 100%;
  }
  .-marg-h-full {
    margin-left: -100%;
    margin-right: -100%;
  }
  .hover\:-marg-h-full:hover {
    margin-left: -100%;
    margin-right: -100%;
  }
  .marg-h-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .hover\:marg-h-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }
  .marg-v-none {
    margin-bottom: 0;
    margin-top: 0;
  }
  .hover\:marg-v-none:hover {
    margin-bottom: 0;
    margin-top: 0;
  }
  .-marg-v-none {
    margin-bottom: 0;
    margin-top: 0;
  }
  .hover\:-marg-v-none:hover {
    margin-bottom: 0;
    margin-top: 0;
  }
  .marg-v-hairline {
    margin-bottom: 0.0625rem;
    margin-top: 0.0625rem;
  }
  .hover\:marg-v-hairline:hover {
    margin-bottom: 0.0625rem;
    margin-top: 0.0625rem;
  }
  .-marg-v-hairline {
    margin-bottom: -0.0625rem;
    margin-top: -0.0625rem;
  }
  .hover\:-marg-v-hairline:hover {
    margin-bottom: -0.0625rem;
    margin-top: -0.0625rem;
  }
  .marg-v-thin {
    margin-bottom: 0.125rem;
    margin-top: 0.125rem;
  }
  .hover\:marg-v-thin:hover {
    margin-bottom: 0.125rem;
    margin-top: 0.125rem;
  }
  .-marg-v-thin {
    margin-bottom: -0.125rem;
    margin-top: -0.125rem;
  }
  .hover\:-marg-v-thin:hover {
    margin-bottom: -0.125rem;
    margin-top: -0.125rem;
  }
  .marg-v-slim {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .hover\:marg-v-slim:hover {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .-marg-v-slim {
    margin-bottom: -0.25rem;
    margin-top: -0.25rem;
  }
  .hover\:-marg-v-slim:hover {
    margin-bottom: -0.25rem;
    margin-top: -0.25rem;
  }
  .marg-v-extra-small {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .hover\:marg-v-extra-small:hover {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .-marg-v-extra-small {
    margin-bottom: -0.5rem;
    margin-top: -0.5rem;
  }
  .hover\:-marg-v-extra-small:hover {
    margin-bottom: -0.5rem;
    margin-top: -0.5rem;
  }
  .marg-v-small {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .hover\:marg-v-small:hover {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .-marg-v-small {
    margin-bottom: -1rem;
    margin-top: -1rem;
  }
  .hover\:-marg-v-small:hover {
    margin-bottom: -1rem;
    margin-top: -1rem;
  }
  .marg-v-medium {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .hover\:marg-v-medium:hover {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .-marg-v-medium {
    margin-bottom: -1.5rem;
    margin-top: -1.5rem;
  }
  .hover\:-marg-v-medium:hover {
    margin-bottom: -1.5rem;
    margin-top: -1.5rem;
  }
  .marg-v-large {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .hover\:marg-v-large:hover {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .-marg-v-large {
    margin-bottom: -2rem;
    margin-top: -2rem;
  }
  .hover\:-marg-v-large:hover {
    margin-bottom: -2rem;
    margin-top: -2rem;
  }
  .marg-v-extra-large {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
  .hover\:marg-v-extra-large:hover {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
  .-marg-v-extra-large {
    margin-bottom: -2.5rem;
    margin-top: -2.5rem;
  }
  .hover\:-marg-v-extra-large:hover {
    margin-bottom: -2.5rem;
    margin-top: -2.5rem;
  }
  .marg-v-huge {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
  .hover\:marg-v-huge:hover {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
  .-marg-v-huge {
    margin-bottom: -5rem;
    margin-top: -5rem;
  }
  .hover\:-marg-v-huge:hover {
    margin-bottom: -5rem;
    margin-top: -5rem;
  }
  .marg-v-full {
    margin-bottom: 100%;
    margin-top: 100%;
  }
  .hover\:marg-v-full:hover {
    margin-bottom: 100%;
    margin-top: 100%;
  }
  .-marg-v-full {
    margin-bottom: -100%;
    margin-top: -100%;
  }
  .hover\:-marg-v-full:hover {
    margin-bottom: -100%;
    margin-top: -100%;
  }
  .marg-v-auto {
    margin-bottom: auto;
    margin-top: auto;
  }
  .hover\:marg-v-auto:hover {
    margin-bottom: auto;
    margin-top: auto;
  }
  .gap-none {
    gap: 0;
  }
  .gap-x-none {
    column-gap: 0;
  }
  .gap-y-none {
    row-gap: 0;
  }
  .gap-hairline {
    gap: 0.0625rem;
  }
  .gap-x-hairline {
    column-gap: 0.0625rem;
  }
  .gap-y-hairline {
    row-gap: 0.0625rem;
  }
  .gap-thin {
    gap: 0.125rem;
  }
  .gap-x-thin {
    column-gap: 0.125rem;
  }
  .gap-y-thin {
    row-gap: 0.125rem;
  }
  .gap-slim {
    gap: 0.25rem;
  }
  .gap-x-slim {
    column-gap: 0.25rem;
  }
  .gap-y-slim {
    row-gap: 0.25rem;
  }
  .gap-extra-small {
    gap: 0.5rem;
  }
  .gap-x-extra-small {
    column-gap: 0.5rem;
  }
  .gap-y-extra-small {
    row-gap: 0.5rem;
  }
  .gap-small {
    gap: 1rem;
  }
  .gap-x-small {
    column-gap: 1rem;
  }
  .gap-y-small {
    row-gap: 1rem;
  }
  .gap-medium,
  .card {
    gap: 1.5rem;
  }
  .gap-x-medium {
    column-gap: 1.5rem;
  }
  .gap-y-medium {
    row-gap: 1.5rem;
  }
  .gap-large {
    gap: 2rem;
  }
  .gap-x-large {
    column-gap: 2rem;
  }
  .gap-y-large {
    row-gap: 2rem;
  }
  .gap-extra-large {
    gap: 2.5rem;
  }
  .gap-x-extra-large {
    column-gap: 2.5rem;
  }
  .gap-y-extra-large {
    row-gap: 2.5rem;
  }
  .gap-huge {
    gap: 5rem;
  }
  .gap-x-huge {
    column-gap: 5rem;
  }
  .gap-y-huge {
    row-gap: 5rem;
  }
}
@media (max-width: 1165px) {
  .laptop\:pad-none {
    padding: 0;
  }
  .laptop\:hover\:pad-none:hover {
    padding: 0;
  }
  .laptop\:pad-hairline {
    padding: 0.0625rem;
  }
  .laptop\:hover\:pad-hairline:hover {
    padding: 0.0625rem;
  }
  .laptop\:pad-thin {
    padding: 0.125rem;
  }
  .laptop\:hover\:pad-thin:hover {
    padding: 0.125rem;
  }
  .laptop\:pad-slim {
    padding: 0.25rem;
  }
  .laptop\:hover\:pad-slim:hover {
    padding: 0.25rem;
  }
  .laptop\:pad-extra-small {
    padding: 0.5rem;
  }
  .laptop\:hover\:pad-extra-small:hover {
    padding: 0.5rem;
  }
  .laptop\:pad-small {
    padding: 1rem;
  }
  .laptop\:hover\:pad-small:hover {
    padding: 1rem;
  }
  .laptop\:pad-medium {
    padding: 1.5rem;
  }
  .laptop\:hover\:pad-medium:hover {
    padding: 1.5rem;
  }
  .laptop\:pad-large {
    padding: 2rem;
  }
  .laptop\:hover\:pad-large:hover {
    padding: 2rem;
  }
  .laptop\:pad-extra-large {
    padding: 2.5rem;
  }
  .laptop\:hover\:pad-extra-large:hover {
    padding: 2.5rem;
  }
  .laptop\:pad-huge {
    padding: 5rem;
  }
  .laptop\:hover\:pad-huge:hover {
    padding: 5rem;
  }
  .laptop\:pad-full {
    padding: 100%;
  }
  .laptop\:hover\:pad-full:hover {
    padding: 100%;
  }
  .laptop\:pad-t-none {
    padding-top: 0;
  }
  .laptop\:hover\:pad-t-none:hover {
    padding-top: 0;
  }
  .laptop\:pad-t-hairline {
    padding-top: 0.0625rem;
  }
  .laptop\:hover\:pad-t-hairline:hover {
    padding-top: 0.0625rem;
  }
  .laptop\:pad-t-thin {
    padding-top: 0.125rem;
  }
  .laptop\:hover\:pad-t-thin:hover {
    padding-top: 0.125rem;
  }
  .laptop\:pad-t-slim {
    padding-top: 0.25rem;
  }
  .laptop\:hover\:pad-t-slim:hover {
    padding-top: 0.25rem;
  }
  .laptop\:pad-t-extra-small {
    padding-top: 0.5rem;
  }
  .laptop\:hover\:pad-t-extra-small:hover {
    padding-top: 0.5rem;
  }
  .laptop\:pad-t-small {
    padding-top: 1rem;
  }
  .laptop\:hover\:pad-t-small:hover {
    padding-top: 1rem;
  }
  .laptop\:pad-t-medium {
    padding-top: 1.5rem;
  }
  .laptop\:hover\:pad-t-medium:hover {
    padding-top: 1.5rem;
  }
  .laptop\:pad-t-large {
    padding-top: 2rem;
  }
  .laptop\:hover\:pad-t-large:hover {
    padding-top: 2rem;
  }
  .laptop\:pad-t-extra-large {
    padding-top: 2.5rem;
  }
  .laptop\:hover\:pad-t-extra-large:hover {
    padding-top: 2.5rem;
  }
  .laptop\:pad-t-huge {
    padding-top: 5rem;
  }
  .laptop\:hover\:pad-t-huge:hover {
    padding-top: 5rem;
  }
  .laptop\:pad-t-full {
    padding-top: 100%;
  }
  .laptop\:hover\:pad-t-full:hover {
    padding-top: 100%;
  }
  .laptop\:pad-r-none {
    padding-right: 0;
  }
  .laptop\:hover\:pad-r-none:hover {
    padding-right: 0;
  }
  .laptop\:pad-r-hairline {
    padding-right: 0.0625rem;
  }
  .laptop\:hover\:pad-r-hairline:hover {
    padding-right: 0.0625rem;
  }
  .laptop\:pad-r-thin {
    padding-right: 0.125rem;
  }
  .laptop\:hover\:pad-r-thin:hover {
    padding-right: 0.125rem;
  }
  .laptop\:pad-r-slim {
    padding-right: 0.25rem;
  }
  .laptop\:hover\:pad-r-slim:hover {
    padding-right: 0.25rem;
  }
  .laptop\:pad-r-extra-small {
    padding-right: 0.5rem;
  }
  .laptop\:hover\:pad-r-extra-small:hover {
    padding-right: 0.5rem;
  }
  .laptop\:pad-r-small {
    padding-right: 1rem;
  }
  .laptop\:hover\:pad-r-small:hover {
    padding-right: 1rem;
  }
  .laptop\:pad-r-medium {
    padding-right: 1.5rem;
  }
  .laptop\:hover\:pad-r-medium:hover {
    padding-right: 1.5rem;
  }
  .laptop\:pad-r-large {
    padding-right: 2rem;
  }
  .laptop\:hover\:pad-r-large:hover {
    padding-right: 2rem;
  }
  .laptop\:pad-r-extra-large {
    padding-right: 2.5rem;
  }
  .laptop\:hover\:pad-r-extra-large:hover {
    padding-right: 2.5rem;
  }
  .laptop\:pad-r-huge {
    padding-right: 5rem;
  }
  .laptop\:hover\:pad-r-huge:hover {
    padding-right: 5rem;
  }
  .laptop\:pad-r-full {
    padding-right: 100%;
  }
  .laptop\:hover\:pad-r-full:hover {
    padding-right: 100%;
  }
  .laptop\:pad-b-none {
    padding-bottom: 0;
  }
  .laptop\:hover\:pad-b-none:hover {
    padding-bottom: 0;
  }
  .laptop\:pad-b-hairline {
    padding-bottom: 0.0625rem;
  }
  .laptop\:hover\:pad-b-hairline:hover {
    padding-bottom: 0.0625rem;
  }
  .laptop\:pad-b-thin {
    padding-bottom: 0.125rem;
  }
  .laptop\:hover\:pad-b-thin:hover {
    padding-bottom: 0.125rem;
  }
  .laptop\:pad-b-slim {
    padding-bottom: 0.25rem;
  }
  .laptop\:hover\:pad-b-slim:hover {
    padding-bottom: 0.25rem;
  }
  .laptop\:pad-b-extra-small {
    padding-bottom: 0.5rem;
  }
  .laptop\:hover\:pad-b-extra-small:hover {
    padding-bottom: 0.5rem;
  }
  .laptop\:pad-b-small {
    padding-bottom: 1rem;
  }
  .laptop\:hover\:pad-b-small:hover {
    padding-bottom: 1rem;
  }
  .laptop\:pad-b-medium {
    padding-bottom: 1.5rem;
  }
  .laptop\:hover\:pad-b-medium:hover {
    padding-bottom: 1.5rem;
  }
  .laptop\:pad-b-large {
    padding-bottom: 2rem;
  }
  .laptop\:hover\:pad-b-large:hover {
    padding-bottom: 2rem;
  }
  .laptop\:pad-b-extra-large {
    padding-bottom: 2.5rem;
  }
  .laptop\:hover\:pad-b-extra-large:hover {
    padding-bottom: 2.5rem;
  }
  .laptop\:pad-b-huge {
    padding-bottom: 5rem;
  }
  .laptop\:hover\:pad-b-huge:hover {
    padding-bottom: 5rem;
  }
  .laptop\:pad-b-full {
    padding-bottom: 100%;
  }
  .laptop\:hover\:pad-b-full:hover {
    padding-bottom: 100%;
  }
  .laptop\:pad-l-none {
    padding-left: 0;
  }
  .laptop\:hover\:pad-l-none:hover {
    padding-left: 0;
  }
  .laptop\:pad-l-hairline {
    padding-left: 0.0625rem;
  }
  .laptop\:hover\:pad-l-hairline:hover {
    padding-left: 0.0625rem;
  }
  .laptop\:pad-l-thin {
    padding-left: 0.125rem;
  }
  .laptop\:hover\:pad-l-thin:hover {
    padding-left: 0.125rem;
  }
  .laptop\:pad-l-slim {
    padding-left: 0.25rem;
  }
  .laptop\:hover\:pad-l-slim:hover {
    padding-left: 0.25rem;
  }
  .laptop\:pad-l-extra-small {
    padding-left: 0.5rem;
  }
  .laptop\:hover\:pad-l-extra-small:hover {
    padding-left: 0.5rem;
  }
  .laptop\:pad-l-small {
    padding-left: 1rem;
  }
  .laptop\:hover\:pad-l-small:hover {
    padding-left: 1rem;
  }
  .laptop\:pad-l-medium {
    padding-left: 1.5rem;
  }
  .laptop\:hover\:pad-l-medium:hover {
    padding-left: 1.5rem;
  }
  .laptop\:pad-l-large {
    padding-left: 2rem;
  }
  .laptop\:hover\:pad-l-large:hover {
    padding-left: 2rem;
  }
  .laptop\:pad-l-extra-large {
    padding-left: 2.5rem;
  }
  .laptop\:hover\:pad-l-extra-large:hover {
    padding-left: 2.5rem;
  }
  .laptop\:pad-l-huge {
    padding-left: 5rem;
  }
  .laptop\:hover\:pad-l-huge:hover {
    padding-left: 5rem;
  }
  .laptop\:pad-l-full {
    padding-left: 100%;
  }
  .laptop\:hover\:pad-l-full:hover {
    padding-left: 100%;
  }
  .laptop\:pad-h-none {
    padding-left: 0;
    padding-right: 0;
  }
  .laptop\:hover\:pad-h-none:hover {
    padding-left: 0;
    padding-right: 0;
  }
  .laptop\:pad-h-hairline {
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }
  .laptop\:hover\:pad-h-hairline:hover {
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }
  .laptop\:pad-h-thin {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .laptop\:hover\:pad-h-thin:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .laptop\:pad-h-slim {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .laptop\:hover\:pad-h-slim:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .laptop\:pad-h-extra-small {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .laptop\:hover\:pad-h-extra-small:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .laptop\:pad-h-small {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .laptop\:hover\:pad-h-small:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .laptop\:pad-h-medium {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .laptop\:hover\:pad-h-medium:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .laptop\:pad-h-large {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .laptop\:hover\:pad-h-large:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .laptop\:pad-h-extra-large {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .laptop\:hover\:pad-h-extra-large:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .laptop\:pad-h-huge {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .laptop\:hover\:pad-h-huge:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .laptop\:pad-h-full {
    padding-left: 100%;
    padding-right: 100%;
  }
  .laptop\:hover\:pad-h-full:hover {
    padding-left: 100%;
    padding-right: 100%;
  }
  .laptop\:pad-v-none {
    padding-bottom: 0;
    padding-top: 0;
  }
  .laptop\:hover\:pad-v-none:hover {
    padding-bottom: 0;
    padding-top: 0;
  }
  .laptop\:pad-v-hairline {
    padding-bottom: 0.0625rem;
    padding-top: 0.0625rem;
  }
  .laptop\:hover\:pad-v-hairline:hover {
    padding-bottom: 0.0625rem;
    padding-top: 0.0625rem;
  }
  .laptop\:pad-v-thin {
    padding-bottom: 0.125rem;
    padding-top: 0.125rem;
  }
  .laptop\:hover\:pad-v-thin:hover {
    padding-bottom: 0.125rem;
    padding-top: 0.125rem;
  }
  .laptop\:pad-v-slim {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .laptop\:hover\:pad-v-slim:hover {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .laptop\:pad-v-extra-small {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .laptop\:hover\:pad-v-extra-small:hover {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .laptop\:pad-v-small {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .laptop\:hover\:pad-v-small:hover {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .laptop\:pad-v-medium {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .laptop\:hover\:pad-v-medium:hover {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .laptop\:pad-v-large {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .laptop\:hover\:pad-v-large:hover {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .laptop\:pad-v-extra-large {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .laptop\:hover\:pad-v-extra-large:hover {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .laptop\:pad-v-huge {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .laptop\:hover\:pad-v-huge:hover {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .laptop\:pad-v-full {
    padding-bottom: 100%;
    padding-top: 100%;
  }
  .laptop\:hover\:pad-v-full:hover {
    padding-bottom: 100%;
    padding-top: 100%;
  }
  .laptop\:marg-none {
    margin: 0;
  }
  .laptop\:hover\:marg-none:hover {
    margin: 0;
  }
  .laptop\:-marg-none {
    margin: 0;
  }
  .laptop\:hover\:-marg-none:hover {
    margin: 0;
  }
  .laptop\:marg-hairline {
    margin: 0.0625rem;
  }
  .laptop\:hover\:marg-hairline:hover {
    margin: 0.0625rem;
  }
  .laptop\:-marg-hairline {
    margin: -0.0625rem;
  }
  .laptop\:hover\:-marg-hairline:hover {
    margin: -0.0625rem;
  }
  .laptop\:marg-thin {
    margin: 0.125rem;
  }
  .laptop\:hover\:marg-thin:hover {
    margin: 0.125rem;
  }
  .laptop\:-marg-thin {
    margin: -0.125rem;
  }
  .laptop\:hover\:-marg-thin:hover {
    margin: -0.125rem;
  }
  .laptop\:marg-slim {
    margin: 0.25rem;
  }
  .laptop\:hover\:marg-slim:hover {
    margin: 0.25rem;
  }
  .laptop\:-marg-slim {
    margin: -0.25rem;
  }
  .laptop\:hover\:-marg-slim:hover {
    margin: -0.25rem;
  }
  .laptop\:marg-extra-small {
    margin: 0.5rem;
  }
  .laptop\:hover\:marg-extra-small:hover {
    margin: 0.5rem;
  }
  .laptop\:-marg-extra-small {
    margin: -0.5rem;
  }
  .laptop\:hover\:-marg-extra-small:hover {
    margin: -0.5rem;
  }
  .laptop\:marg-small {
    margin: 1rem;
  }
  .laptop\:hover\:marg-small:hover {
    margin: 1rem;
  }
  .laptop\:-marg-small {
    margin: -1rem;
  }
  .laptop\:hover\:-marg-small:hover {
    margin: -1rem;
  }
  .laptop\:marg-medium {
    margin: 1.5rem;
  }
  .laptop\:hover\:marg-medium:hover {
    margin: 1.5rem;
  }
  .laptop\:-marg-medium {
    margin: -1.5rem;
  }
  .laptop\:hover\:-marg-medium:hover {
    margin: -1.5rem;
  }
  .laptop\:marg-large {
    margin: 2rem;
  }
  .laptop\:hover\:marg-large:hover {
    margin: 2rem;
  }
  .laptop\:-marg-large {
    margin: -2rem;
  }
  .laptop\:hover\:-marg-large:hover {
    margin: -2rem;
  }
  .laptop\:marg-extra-large {
    margin: 2.5rem;
  }
  .laptop\:hover\:marg-extra-large:hover {
    margin: 2.5rem;
  }
  .laptop\:-marg-extra-large {
    margin: -2.5rem;
  }
  .laptop\:hover\:-marg-extra-large:hover {
    margin: -2.5rem;
  }
  .laptop\:marg-huge {
    margin: 5rem;
  }
  .laptop\:hover\:marg-huge:hover {
    margin: 5rem;
  }
  .laptop\:-marg-huge {
    margin: -5rem;
  }
  .laptop\:hover\:-marg-huge:hover {
    margin: -5rem;
  }
  .laptop\:marg-full {
    margin: 100%;
  }
  .laptop\:hover\:marg-full:hover {
    margin: 100%;
  }
  .laptop\:-marg-full {
    margin: -100%;
  }
  .laptop\:hover\:-marg-full:hover {
    margin: -100%;
  }
  .laptop\:marg-auto {
    margin: auto;
  }
  .laptop\:hover\:marg-auto:hover {
    margin: auto;
  }
  .laptop\:marg-t-none {
    margin-top: 0;
  }
  .laptop\:hover\:marg-t-none:hover {
    margin-top: 0;
  }
  .laptop\:-marg-t-none {
    margin-top: 0;
  }
  .laptop\:hover\:-marg-t-none:hover {
    margin-top: 0;
  }
  .laptop\:marg-t-hairline {
    margin-top: 0.0625rem;
  }
  .laptop\:hover\:marg-t-hairline:hover {
    margin-top: 0.0625rem;
  }
  .laptop\:-marg-t-hairline {
    margin-top: -0.0625rem;
  }
  .laptop\:hover\:-marg-t-hairline:hover {
    margin-top: -0.0625rem;
  }
  .laptop\:marg-t-thin {
    margin-top: 0.125rem;
  }
  .laptop\:hover\:marg-t-thin:hover {
    margin-top: 0.125rem;
  }
  .laptop\:-marg-t-thin {
    margin-top: -0.125rem;
  }
  .laptop\:hover\:-marg-t-thin:hover {
    margin-top: -0.125rem;
  }
  .laptop\:marg-t-slim {
    margin-top: 0.25rem;
  }
  .laptop\:hover\:marg-t-slim:hover {
    margin-top: 0.25rem;
  }
  .laptop\:-marg-t-slim {
    margin-top: -0.25rem;
  }
  .laptop\:hover\:-marg-t-slim:hover {
    margin-top: -0.25rem;
  }
  .laptop\:marg-t-extra-small {
    margin-top: 0.5rem;
  }
  .laptop\:hover\:marg-t-extra-small:hover {
    margin-top: 0.5rem;
  }
  .laptop\:-marg-t-extra-small {
    margin-top: -0.5rem;
  }
  .laptop\:hover\:-marg-t-extra-small:hover {
    margin-top: -0.5rem;
  }
  .laptop\:marg-t-small {
    margin-top: 1rem;
  }
  .laptop\:hover\:marg-t-small:hover {
    margin-top: 1rem;
  }
  .laptop\:-marg-t-small {
    margin-top: -1rem;
  }
  .laptop\:hover\:-marg-t-small:hover {
    margin-top: -1rem;
  }
  .laptop\:marg-t-medium {
    margin-top: 1.5rem;
  }
  .laptop\:hover\:marg-t-medium:hover {
    margin-top: 1.5rem;
  }
  .laptop\:-marg-t-medium {
    margin-top: -1.5rem;
  }
  .laptop\:hover\:-marg-t-medium:hover {
    margin-top: -1.5rem;
  }
  .laptop\:marg-t-large {
    margin-top: 2rem;
  }
  .laptop\:hover\:marg-t-large:hover {
    margin-top: 2rem;
  }
  .laptop\:-marg-t-large {
    margin-top: -2rem;
  }
  .laptop\:hover\:-marg-t-large:hover {
    margin-top: -2rem;
  }
  .laptop\:marg-t-extra-large {
    margin-top: 2.5rem;
  }
  .laptop\:hover\:marg-t-extra-large:hover {
    margin-top: 2.5rem;
  }
  .laptop\:-marg-t-extra-large {
    margin-top: -2.5rem;
  }
  .laptop\:hover\:-marg-t-extra-large:hover {
    margin-top: -2.5rem;
  }
  .laptop\:marg-t-huge {
    margin-top: 5rem;
  }
  .laptop\:hover\:marg-t-huge:hover {
    margin-top: 5rem;
  }
  .laptop\:-marg-t-huge {
    margin-top: -5rem;
  }
  .laptop\:hover\:-marg-t-huge:hover {
    margin-top: -5rem;
  }
  .laptop\:marg-t-full {
    margin-top: 100%;
  }
  .laptop\:hover\:marg-t-full:hover {
    margin-top: 100%;
  }
  .laptop\:-marg-t-full {
    margin-top: -100%;
  }
  .laptop\:hover\:-marg-t-full:hover {
    margin-top: -100%;
  }
  .laptop\:marg-t-auto {
    margin-top: auto;
  }
  .laptop\:hover\:marg-t-auto:hover {
    margin-top: auto;
  }
  .laptop\:marg-r-none {
    margin-right: 0;
  }
  .laptop\:hover\:marg-r-none:hover {
    margin-right: 0;
  }
  .laptop\:-marg-r-none {
    margin-right: 0;
  }
  .laptop\:hover\:-marg-r-none:hover {
    margin-right: 0;
  }
  .laptop\:marg-r-hairline {
    margin-right: 0.0625rem;
  }
  .laptop\:hover\:marg-r-hairline:hover {
    margin-right: 0.0625rem;
  }
  .laptop\:-marg-r-hairline {
    margin-right: -0.0625rem;
  }
  .laptop\:hover\:-marg-r-hairline:hover {
    margin-right: -0.0625rem;
  }
  .laptop\:marg-r-thin {
    margin-right: 0.125rem;
  }
  .laptop\:hover\:marg-r-thin:hover {
    margin-right: 0.125rem;
  }
  .laptop\:-marg-r-thin {
    margin-right: -0.125rem;
  }
  .laptop\:hover\:-marg-r-thin:hover {
    margin-right: -0.125rem;
  }
  .laptop\:marg-r-slim {
    margin-right: 0.25rem;
  }
  .laptop\:hover\:marg-r-slim:hover {
    margin-right: 0.25rem;
  }
  .laptop\:-marg-r-slim {
    margin-right: -0.25rem;
  }
  .laptop\:hover\:-marg-r-slim:hover {
    margin-right: -0.25rem;
  }
  .laptop\:marg-r-extra-small {
    margin-right: 0.5rem;
  }
  .laptop\:hover\:marg-r-extra-small:hover {
    margin-right: 0.5rem;
  }
  .laptop\:-marg-r-extra-small {
    margin-right: -0.5rem;
  }
  .laptop\:hover\:-marg-r-extra-small:hover {
    margin-right: -0.5rem;
  }
  .laptop\:marg-r-small {
    margin-right: 1rem;
  }
  .laptop\:hover\:marg-r-small:hover {
    margin-right: 1rem;
  }
  .laptop\:-marg-r-small {
    margin-right: -1rem;
  }
  .laptop\:hover\:-marg-r-small:hover {
    margin-right: -1rem;
  }
  .laptop\:marg-r-medium {
    margin-right: 1.5rem;
  }
  .laptop\:hover\:marg-r-medium:hover {
    margin-right: 1.5rem;
  }
  .laptop\:-marg-r-medium {
    margin-right: -1.5rem;
  }
  .laptop\:hover\:-marg-r-medium:hover {
    margin-right: -1.5rem;
  }
  .laptop\:marg-r-large {
    margin-right: 2rem;
  }
  .laptop\:hover\:marg-r-large:hover {
    margin-right: 2rem;
  }
  .laptop\:-marg-r-large {
    margin-right: -2rem;
  }
  .laptop\:hover\:-marg-r-large:hover {
    margin-right: -2rem;
  }
  .laptop\:marg-r-extra-large {
    margin-right: 2.5rem;
  }
  .laptop\:hover\:marg-r-extra-large:hover {
    margin-right: 2.5rem;
  }
  .laptop\:-marg-r-extra-large {
    margin-right: -2.5rem;
  }
  .laptop\:hover\:-marg-r-extra-large:hover {
    margin-right: -2.5rem;
  }
  .laptop\:marg-r-huge {
    margin-right: 5rem;
  }
  .laptop\:hover\:marg-r-huge:hover {
    margin-right: 5rem;
  }
  .laptop\:-marg-r-huge {
    margin-right: -5rem;
  }
  .laptop\:hover\:-marg-r-huge:hover {
    margin-right: -5rem;
  }
  .laptop\:marg-r-full {
    margin-right: 100%;
  }
  .laptop\:hover\:marg-r-full:hover {
    margin-right: 100%;
  }
  .laptop\:-marg-r-full {
    margin-right: -100%;
  }
  .laptop\:hover\:-marg-r-full:hover {
    margin-right: -100%;
  }
  .laptop\:marg-r-auto {
    margin-right: auto;
  }
  .laptop\:hover\:marg-r-auto:hover {
    margin-right: auto;
  }
  .laptop\:marg-b-none {
    margin-bottom: 0;
  }
  .laptop\:hover\:marg-b-none:hover {
    margin-bottom: 0;
  }
  .laptop\:-marg-b-none {
    margin-bottom: 0;
  }
  .laptop\:hover\:-marg-b-none:hover {
    margin-bottom: 0;
  }
  .laptop\:marg-b-hairline {
    margin-bottom: 0.0625rem;
  }
  .laptop\:hover\:marg-b-hairline:hover {
    margin-bottom: 0.0625rem;
  }
  .laptop\:-marg-b-hairline {
    margin-bottom: -0.0625rem;
  }
  .laptop\:hover\:-marg-b-hairline:hover {
    margin-bottom: -0.0625rem;
  }
  .laptop\:marg-b-thin {
    margin-bottom: 0.125rem;
  }
  .laptop\:hover\:marg-b-thin:hover {
    margin-bottom: 0.125rem;
  }
  .laptop\:-marg-b-thin {
    margin-bottom: -0.125rem;
  }
  .laptop\:hover\:-marg-b-thin:hover {
    margin-bottom: -0.125rem;
  }
  .laptop\:marg-b-slim {
    margin-bottom: 0.25rem;
  }
  .laptop\:hover\:marg-b-slim:hover {
    margin-bottom: 0.25rem;
  }
  .laptop\:-marg-b-slim {
    margin-bottom: -0.25rem;
  }
  .laptop\:hover\:-marg-b-slim:hover {
    margin-bottom: -0.25rem;
  }
  .laptop\:marg-b-extra-small {
    margin-bottom: 0.5rem;
  }
  .laptop\:hover\:marg-b-extra-small:hover {
    margin-bottom: 0.5rem;
  }
  .laptop\:-marg-b-extra-small {
    margin-bottom: -0.5rem;
  }
  .laptop\:hover\:-marg-b-extra-small:hover {
    margin-bottom: -0.5rem;
  }
  .laptop\:marg-b-small {
    margin-bottom: 1rem;
  }
  .laptop\:hover\:marg-b-small:hover {
    margin-bottom: 1rem;
  }
  .laptop\:-marg-b-small {
    margin-bottom: -1rem;
  }
  .laptop\:hover\:-marg-b-small:hover {
    margin-bottom: -1rem;
  }
  .laptop\:marg-b-medium {
    margin-bottom: 1.5rem;
  }
  .laptop\:hover\:marg-b-medium:hover {
    margin-bottom: 1.5rem;
  }
  .laptop\:-marg-b-medium {
    margin-bottom: -1.5rem;
  }
  .laptop\:hover\:-marg-b-medium:hover {
    margin-bottom: -1.5rem;
  }
  .laptop\:marg-b-large {
    margin-bottom: 2rem;
  }
  .laptop\:hover\:marg-b-large:hover {
    margin-bottom: 2rem;
  }
  .laptop\:-marg-b-large {
    margin-bottom: -2rem;
  }
  .laptop\:hover\:-marg-b-large:hover {
    margin-bottom: -2rem;
  }
  .laptop\:marg-b-extra-large {
    margin-bottom: 2.5rem;
  }
  .laptop\:hover\:marg-b-extra-large:hover {
    margin-bottom: 2.5rem;
  }
  .laptop\:-marg-b-extra-large {
    margin-bottom: -2.5rem;
  }
  .laptop\:hover\:-marg-b-extra-large:hover {
    margin-bottom: -2.5rem;
  }
  .laptop\:marg-b-huge {
    margin-bottom: 5rem;
  }
  .laptop\:hover\:marg-b-huge:hover {
    margin-bottom: 5rem;
  }
  .laptop\:-marg-b-huge {
    margin-bottom: -5rem;
  }
  .laptop\:hover\:-marg-b-huge:hover {
    margin-bottom: -5rem;
  }
  .laptop\:marg-b-full {
    margin-bottom: 100%;
  }
  .laptop\:hover\:marg-b-full:hover {
    margin-bottom: 100%;
  }
  .laptop\:-marg-b-full {
    margin-bottom: -100%;
  }
  .laptop\:hover\:-marg-b-full:hover {
    margin-bottom: -100%;
  }
  .laptop\:marg-b-auto {
    margin-bottom: auto;
  }
  .laptop\:hover\:marg-b-auto:hover {
    margin-bottom: auto;
  }
  .laptop\:marg-l-none {
    margin-left: 0;
  }
  .laptop\:hover\:marg-l-none:hover {
    margin-left: 0;
  }
  .laptop\:-marg-l-none {
    margin-left: 0;
  }
  .laptop\:hover\:-marg-l-none:hover {
    margin-left: 0;
  }
  .laptop\:marg-l-hairline {
    margin-left: 0.0625rem;
  }
  .laptop\:hover\:marg-l-hairline:hover {
    margin-left: 0.0625rem;
  }
  .laptop\:-marg-l-hairline {
    margin-left: -0.0625rem;
  }
  .laptop\:hover\:-marg-l-hairline:hover {
    margin-left: -0.0625rem;
  }
  .laptop\:marg-l-thin {
    margin-left: 0.125rem;
  }
  .laptop\:hover\:marg-l-thin:hover {
    margin-left: 0.125rem;
  }
  .laptop\:-marg-l-thin {
    margin-left: -0.125rem;
  }
  .laptop\:hover\:-marg-l-thin:hover {
    margin-left: -0.125rem;
  }
  .laptop\:marg-l-slim {
    margin-left: 0.25rem;
  }
  .laptop\:hover\:marg-l-slim:hover {
    margin-left: 0.25rem;
  }
  .laptop\:-marg-l-slim {
    margin-left: -0.25rem;
  }
  .laptop\:hover\:-marg-l-slim:hover {
    margin-left: -0.25rem;
  }
  .laptop\:marg-l-extra-small {
    margin-left: 0.5rem;
  }
  .laptop\:hover\:marg-l-extra-small:hover {
    margin-left: 0.5rem;
  }
  .laptop\:-marg-l-extra-small {
    margin-left: -0.5rem;
  }
  .laptop\:hover\:-marg-l-extra-small:hover {
    margin-left: -0.5rem;
  }
  .laptop\:marg-l-small {
    margin-left: 1rem;
  }
  .laptop\:hover\:marg-l-small:hover {
    margin-left: 1rem;
  }
  .laptop\:-marg-l-small {
    margin-left: -1rem;
  }
  .laptop\:hover\:-marg-l-small:hover {
    margin-left: -1rem;
  }
  .laptop\:marg-l-medium {
    margin-left: 1.5rem;
  }
  .laptop\:hover\:marg-l-medium:hover {
    margin-left: 1.5rem;
  }
  .laptop\:-marg-l-medium {
    margin-left: -1.5rem;
  }
  .laptop\:hover\:-marg-l-medium:hover {
    margin-left: -1.5rem;
  }
  .laptop\:marg-l-large {
    margin-left: 2rem;
  }
  .laptop\:hover\:marg-l-large:hover {
    margin-left: 2rem;
  }
  .laptop\:-marg-l-large {
    margin-left: -2rem;
  }
  .laptop\:hover\:-marg-l-large:hover {
    margin-left: -2rem;
  }
  .laptop\:marg-l-extra-large {
    margin-left: 2.5rem;
  }
  .laptop\:hover\:marg-l-extra-large:hover {
    margin-left: 2.5rem;
  }
  .laptop\:-marg-l-extra-large {
    margin-left: -2.5rem;
  }
  .laptop\:hover\:-marg-l-extra-large:hover {
    margin-left: -2.5rem;
  }
  .laptop\:marg-l-huge {
    margin-left: 5rem;
  }
  .laptop\:hover\:marg-l-huge:hover {
    margin-left: 5rem;
  }
  .laptop\:-marg-l-huge {
    margin-left: -5rem;
  }
  .laptop\:hover\:-marg-l-huge:hover {
    margin-left: -5rem;
  }
  .laptop\:marg-l-full {
    margin-left: 100%;
  }
  .laptop\:hover\:marg-l-full:hover {
    margin-left: 100%;
  }
  .laptop\:-marg-l-full {
    margin-left: -100%;
  }
  .laptop\:hover\:-marg-l-full:hover {
    margin-left: -100%;
  }
  .laptop\:marg-l-auto {
    margin-left: auto;
  }
  .laptop\:hover\:marg-l-auto:hover {
    margin-left: auto;
  }
  .laptop\:marg-h-none {
    margin-left: 0;
    margin-right: 0;
  }
  .laptop\:hover\:marg-h-none:hover {
    margin-left: 0;
    margin-right: 0;
  }
  .laptop\:-marg-h-none {
    margin-left: 0;
    margin-right: 0;
  }
  .laptop\:hover\:-marg-h-none:hover {
    margin-left: 0;
    margin-right: 0;
  }
  .laptop\:marg-h-hairline {
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }
  .laptop\:hover\:marg-h-hairline:hover {
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }
  .laptop\:-marg-h-hairline {
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }
  .laptop\:hover\:-marg-h-hairline:hover {
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }
  .laptop\:marg-h-thin {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .laptop\:hover\:marg-h-thin:hover {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .laptop\:-marg-h-thin {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .laptop\:hover\:-marg-h-thin:hover {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .laptop\:marg-h-slim {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .laptop\:hover\:marg-h-slim:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .laptop\:-marg-h-slim {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .laptop\:hover\:-marg-h-slim:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .laptop\:marg-h-extra-small {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .laptop\:hover\:marg-h-extra-small:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .laptop\:-marg-h-extra-small {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .laptop\:hover\:-marg-h-extra-small:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .laptop\:marg-h-small {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .laptop\:hover\:marg-h-small:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .laptop\:-marg-h-small {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .laptop\:hover\:-marg-h-small:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .laptop\:marg-h-medium {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .laptop\:hover\:marg-h-medium:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .laptop\:-marg-h-medium {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .laptop\:hover\:-marg-h-medium:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .laptop\:marg-h-large {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .laptop\:hover\:marg-h-large:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .laptop\:-marg-h-large {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .laptop\:hover\:-marg-h-large:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .laptop\:marg-h-extra-large {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .laptop\:hover\:marg-h-extra-large:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .laptop\:-marg-h-extra-large {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .laptop\:hover\:-marg-h-extra-large:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .laptop\:marg-h-huge {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .laptop\:hover\:marg-h-huge:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .laptop\:-marg-h-huge {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .laptop\:hover\:-marg-h-huge:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .laptop\:marg-h-full {
    margin-left: 100%;
    margin-right: 100%;
  }
  .laptop\:hover\:marg-h-full:hover {
    margin-left: 100%;
    margin-right: 100%;
  }
  .laptop\:-marg-h-full {
    margin-left: -100%;
    margin-right: -100%;
  }
  .laptop\:hover\:-marg-h-full:hover {
    margin-left: -100%;
    margin-right: -100%;
  }
  .laptop\:marg-h-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .laptop\:hover\:marg-h-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }
  .laptop\:marg-v-none {
    margin-bottom: 0;
    margin-top: 0;
  }
  .laptop\:hover\:marg-v-none:hover {
    margin-bottom: 0;
    margin-top: 0;
  }
  .laptop\:-marg-v-none {
    margin-bottom: 0;
    margin-top: 0;
  }
  .laptop\:hover\:-marg-v-none:hover {
    margin-bottom: 0;
    margin-top: 0;
  }
  .laptop\:marg-v-hairline {
    margin-bottom: 0.0625rem;
    margin-top: 0.0625rem;
  }
  .laptop\:hover\:marg-v-hairline:hover {
    margin-bottom: 0.0625rem;
    margin-top: 0.0625rem;
  }
  .laptop\:-marg-v-hairline {
    margin-bottom: -0.0625rem;
    margin-top: -0.0625rem;
  }
  .laptop\:hover\:-marg-v-hairline:hover {
    margin-bottom: -0.0625rem;
    margin-top: -0.0625rem;
  }
  .laptop\:marg-v-thin {
    margin-bottom: 0.125rem;
    margin-top: 0.125rem;
  }
  .laptop\:hover\:marg-v-thin:hover {
    margin-bottom: 0.125rem;
    margin-top: 0.125rem;
  }
  .laptop\:-marg-v-thin {
    margin-bottom: -0.125rem;
    margin-top: -0.125rem;
  }
  .laptop\:hover\:-marg-v-thin:hover {
    margin-bottom: -0.125rem;
    margin-top: -0.125rem;
  }
  .laptop\:marg-v-slim {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .laptop\:hover\:marg-v-slim:hover {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .laptop\:-marg-v-slim {
    margin-bottom: -0.25rem;
    margin-top: -0.25rem;
  }
  .laptop\:hover\:-marg-v-slim:hover {
    margin-bottom: -0.25rem;
    margin-top: -0.25rem;
  }
  .laptop\:marg-v-extra-small {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .laptop\:hover\:marg-v-extra-small:hover {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .laptop\:-marg-v-extra-small {
    margin-bottom: -0.5rem;
    margin-top: -0.5rem;
  }
  .laptop\:hover\:-marg-v-extra-small:hover {
    margin-bottom: -0.5rem;
    margin-top: -0.5rem;
  }
  .laptop\:marg-v-small {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .laptop\:hover\:marg-v-small:hover {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .laptop\:-marg-v-small {
    margin-bottom: -1rem;
    margin-top: -1rem;
  }
  .laptop\:hover\:-marg-v-small:hover {
    margin-bottom: -1rem;
    margin-top: -1rem;
  }
  .laptop\:marg-v-medium {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .laptop\:hover\:marg-v-medium:hover {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .laptop\:-marg-v-medium {
    margin-bottom: -1.5rem;
    margin-top: -1.5rem;
  }
  .laptop\:hover\:-marg-v-medium:hover {
    margin-bottom: -1.5rem;
    margin-top: -1.5rem;
  }
  .laptop\:marg-v-large {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .laptop\:hover\:marg-v-large:hover {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .laptop\:-marg-v-large {
    margin-bottom: -2rem;
    margin-top: -2rem;
  }
  .laptop\:hover\:-marg-v-large:hover {
    margin-bottom: -2rem;
    margin-top: -2rem;
  }
  .laptop\:marg-v-extra-large {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
  .laptop\:hover\:marg-v-extra-large:hover {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
  .laptop\:-marg-v-extra-large {
    margin-bottom: -2.5rem;
    margin-top: -2.5rem;
  }
  .laptop\:hover\:-marg-v-extra-large:hover {
    margin-bottom: -2.5rem;
    margin-top: -2.5rem;
  }
  .laptop\:marg-v-huge {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
  .laptop\:hover\:marg-v-huge:hover {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
  .laptop\:-marg-v-huge {
    margin-bottom: -5rem;
    margin-top: -5rem;
  }
  .laptop\:hover\:-marg-v-huge:hover {
    margin-bottom: -5rem;
    margin-top: -5rem;
  }
  .laptop\:marg-v-full {
    margin-bottom: 100%;
    margin-top: 100%;
  }
  .laptop\:hover\:marg-v-full:hover {
    margin-bottom: 100%;
    margin-top: 100%;
  }
  .laptop\:-marg-v-full {
    margin-bottom: -100%;
    margin-top: -100%;
  }
  .laptop\:hover\:-marg-v-full:hover {
    margin-bottom: -100%;
    margin-top: -100%;
  }
  .laptop\:marg-v-auto {
    margin-bottom: auto;
    margin-top: auto;
  }
  .laptop\:hover\:marg-v-auto:hover {
    margin-bottom: auto;
    margin-top: auto;
  }
  .laptop\:gap-none {
    gap: 0;
  }
  .laptop\:gap-x-none {
    column-gap: 0;
  }
  .laptop\:gap-y-none {
    row-gap: 0;
  }
  .laptop\:gap-hairline {
    gap: 0.0625rem;
  }
  .laptop\:gap-x-hairline {
    column-gap: 0.0625rem;
  }
  .laptop\:gap-y-hairline {
    row-gap: 0.0625rem;
  }
  .laptop\:gap-thin {
    gap: 0.125rem;
  }
  .laptop\:gap-x-thin {
    column-gap: 0.125rem;
  }
  .laptop\:gap-y-thin {
    row-gap: 0.125rem;
  }
  .laptop\:gap-slim {
    gap: 0.25rem;
  }
  .laptop\:gap-x-slim {
    column-gap: 0.25rem;
  }
  .laptop\:gap-y-slim {
    row-gap: 0.25rem;
  }
  .laptop\:gap-extra-small {
    gap: 0.5rem;
  }
  .laptop\:gap-x-extra-small {
    column-gap: 0.5rem;
  }
  .laptop\:gap-y-extra-small {
    row-gap: 0.5rem;
  }
  .laptop\:gap-small {
    gap: 1rem;
  }
  .laptop\:gap-x-small {
    column-gap: 1rem;
  }
  .laptop\:gap-y-small {
    row-gap: 1rem;
  }
  .laptop\:gap-medium {
    gap: 1.5rem;
  }
  .laptop\:gap-x-medium {
    column-gap: 1.5rem;
  }
  .laptop\:gap-y-medium {
    row-gap: 1.5rem;
  }
  .laptop\:gap-large {
    gap: 2rem;
  }
  .laptop\:gap-x-large {
    column-gap: 2rem;
  }
  .laptop\:gap-y-large {
    row-gap: 2rem;
  }
  .laptop\:gap-extra-large {
    gap: 2.5rem;
  }
  .laptop\:gap-x-extra-large {
    column-gap: 2.5rem;
  }
  .laptop\:gap-y-extra-large {
    row-gap: 2.5rem;
  }
  .laptop\:gap-huge {
    gap: 5rem;
  }
  .laptop\:gap-x-huge {
    column-gap: 5rem;
  }
  .laptop\:gap-y-huge {
    row-gap: 5rem;
  }
}
@media (max-width: 960px) {
  .mobile\:pad-none {
    padding: 0;
  }
  .mobile\:hover\:pad-none:hover {
    padding: 0;
  }
  .mobile\:pad-hairline {
    padding: 0.0625rem;
  }
  .mobile\:hover\:pad-hairline:hover {
    padding: 0.0625rem;
  }
  .mobile\:pad-thin {
    padding: 0.125rem;
  }
  .mobile\:hover\:pad-thin:hover {
    padding: 0.125rem;
  }
  .mobile\:pad-slim {
    padding: 0.25rem;
  }
  .mobile\:hover\:pad-slim:hover {
    padding: 0.25rem;
  }
  .mobile\:pad-extra-small {
    padding: 0.5rem;
  }
  .mobile\:hover\:pad-extra-small:hover {
    padding: 0.5rem;
  }
  .mobile\:pad-small {
    padding: 1rem;
  }
  .mobile\:hover\:pad-small:hover {
    padding: 1rem;
  }
  .mobile\:pad-medium {
    padding: 1.5rem;
  }
  .mobile\:hover\:pad-medium:hover {
    padding: 1.5rem;
  }
  .mobile\:pad-large {
    padding: 2rem;
  }
  .mobile\:hover\:pad-large:hover {
    padding: 2rem;
  }
  .mobile\:pad-extra-large {
    padding: 2.5rem;
  }
  .mobile\:hover\:pad-extra-large:hover {
    padding: 2.5rem;
  }
  .mobile\:pad-huge {
    padding: 5rem;
  }
  .mobile\:hover\:pad-huge:hover {
    padding: 5rem;
  }
  .mobile\:pad-full {
    padding: 100%;
  }
  .mobile\:hover\:pad-full:hover {
    padding: 100%;
  }
  .mobile\:pad-t-none {
    padding-top: 0;
  }
  .mobile\:hover\:pad-t-none:hover {
    padding-top: 0;
  }
  .mobile\:pad-t-hairline {
    padding-top: 0.0625rem;
  }
  .mobile\:hover\:pad-t-hairline:hover {
    padding-top: 0.0625rem;
  }
  .mobile\:pad-t-thin {
    padding-top: 0.125rem;
  }
  .mobile\:hover\:pad-t-thin:hover {
    padding-top: 0.125rem;
  }
  .mobile\:pad-t-slim {
    padding-top: 0.25rem;
  }
  .mobile\:hover\:pad-t-slim:hover {
    padding-top: 0.25rem;
  }
  .mobile\:pad-t-extra-small {
    padding-top: 0.5rem;
  }
  .mobile\:hover\:pad-t-extra-small:hover {
    padding-top: 0.5rem;
  }
  .mobile\:pad-t-small {
    padding-top: 1rem;
  }
  .mobile\:hover\:pad-t-small:hover {
    padding-top: 1rem;
  }
  .mobile\:pad-t-medium {
    padding-top: 1.5rem;
  }
  .mobile\:hover\:pad-t-medium:hover {
    padding-top: 1.5rem;
  }
  .mobile\:pad-t-large {
    padding-top: 2rem;
  }
  .mobile\:hover\:pad-t-large:hover {
    padding-top: 2rem;
  }
  .mobile\:pad-t-extra-large {
    padding-top: 2.5rem;
  }
  .mobile\:hover\:pad-t-extra-large:hover {
    padding-top: 2.5rem;
  }
  .mobile\:pad-t-huge {
    padding-top: 5rem;
  }
  .mobile\:hover\:pad-t-huge:hover {
    padding-top: 5rem;
  }
  .mobile\:pad-t-full {
    padding-top: 100%;
  }
  .mobile\:hover\:pad-t-full:hover {
    padding-top: 100%;
  }
  .mobile\:pad-r-none {
    padding-right: 0;
  }
  .mobile\:hover\:pad-r-none:hover {
    padding-right: 0;
  }
  .mobile\:pad-r-hairline {
    padding-right: 0.0625rem;
  }
  .mobile\:hover\:pad-r-hairline:hover {
    padding-right: 0.0625rem;
  }
  .mobile\:pad-r-thin {
    padding-right: 0.125rem;
  }
  .mobile\:hover\:pad-r-thin:hover {
    padding-right: 0.125rem;
  }
  .mobile\:pad-r-slim {
    padding-right: 0.25rem;
  }
  .mobile\:hover\:pad-r-slim:hover {
    padding-right: 0.25rem;
  }
  .mobile\:pad-r-extra-small {
    padding-right: 0.5rem;
  }
  .mobile\:hover\:pad-r-extra-small:hover {
    padding-right: 0.5rem;
  }
  .mobile\:pad-r-small {
    padding-right: 1rem;
  }
  .mobile\:hover\:pad-r-small:hover {
    padding-right: 1rem;
  }
  .mobile\:pad-r-medium {
    padding-right: 1.5rem;
  }
  .mobile\:hover\:pad-r-medium:hover {
    padding-right: 1.5rem;
  }
  .mobile\:pad-r-large {
    padding-right: 2rem;
  }
  .mobile\:hover\:pad-r-large:hover {
    padding-right: 2rem;
  }
  .mobile\:pad-r-extra-large {
    padding-right: 2.5rem;
  }
  .mobile\:hover\:pad-r-extra-large:hover {
    padding-right: 2.5rem;
  }
  .mobile\:pad-r-huge {
    padding-right: 5rem;
  }
  .mobile\:hover\:pad-r-huge:hover {
    padding-right: 5rem;
  }
  .mobile\:pad-r-full {
    padding-right: 100%;
  }
  .mobile\:hover\:pad-r-full:hover {
    padding-right: 100%;
  }
  .mobile\:pad-b-none {
    padding-bottom: 0;
  }
  .mobile\:hover\:pad-b-none:hover {
    padding-bottom: 0;
  }
  .mobile\:pad-b-hairline {
    padding-bottom: 0.0625rem;
  }
  .mobile\:hover\:pad-b-hairline:hover {
    padding-bottom: 0.0625rem;
  }
  .mobile\:pad-b-thin {
    padding-bottom: 0.125rem;
  }
  .mobile\:hover\:pad-b-thin:hover {
    padding-bottom: 0.125rem;
  }
  .mobile\:pad-b-slim {
    padding-bottom: 0.25rem;
  }
  .mobile\:hover\:pad-b-slim:hover {
    padding-bottom: 0.25rem;
  }
  .mobile\:pad-b-extra-small {
    padding-bottom: 0.5rem;
  }
  .mobile\:hover\:pad-b-extra-small:hover {
    padding-bottom: 0.5rem;
  }
  .mobile\:pad-b-small {
    padding-bottom: 1rem;
  }
  .mobile\:hover\:pad-b-small:hover {
    padding-bottom: 1rem;
  }
  .mobile\:pad-b-medium {
    padding-bottom: 1.5rem;
  }
  .mobile\:hover\:pad-b-medium:hover {
    padding-bottom: 1.5rem;
  }
  .mobile\:pad-b-large {
    padding-bottom: 2rem;
  }
  .mobile\:hover\:pad-b-large:hover {
    padding-bottom: 2rem;
  }
  .mobile\:pad-b-extra-large {
    padding-bottom: 2.5rem;
  }
  .mobile\:hover\:pad-b-extra-large:hover {
    padding-bottom: 2.5rem;
  }
  .mobile\:pad-b-huge {
    padding-bottom: 5rem;
  }
  .mobile\:hover\:pad-b-huge:hover {
    padding-bottom: 5rem;
  }
  .mobile\:pad-b-full {
    padding-bottom: 100%;
  }
  .mobile\:hover\:pad-b-full:hover {
    padding-bottom: 100%;
  }
  .mobile\:pad-l-none {
    padding-left: 0;
  }
  .mobile\:hover\:pad-l-none:hover {
    padding-left: 0;
  }
  .mobile\:pad-l-hairline {
    padding-left: 0.0625rem;
  }
  .mobile\:hover\:pad-l-hairline:hover {
    padding-left: 0.0625rem;
  }
  .mobile\:pad-l-thin {
    padding-left: 0.125rem;
  }
  .mobile\:hover\:pad-l-thin:hover {
    padding-left: 0.125rem;
  }
  .mobile\:pad-l-slim {
    padding-left: 0.25rem;
  }
  .mobile\:hover\:pad-l-slim:hover {
    padding-left: 0.25rem;
  }
  .mobile\:pad-l-extra-small {
    padding-left: 0.5rem;
  }
  .mobile\:hover\:pad-l-extra-small:hover {
    padding-left: 0.5rem;
  }
  .mobile\:pad-l-small {
    padding-left: 1rem;
  }
  .mobile\:hover\:pad-l-small:hover {
    padding-left: 1rem;
  }
  .mobile\:pad-l-medium {
    padding-left: 1.5rem;
  }
  .mobile\:hover\:pad-l-medium:hover {
    padding-left: 1.5rem;
  }
  .mobile\:pad-l-large {
    padding-left: 2rem;
  }
  .mobile\:hover\:pad-l-large:hover {
    padding-left: 2rem;
  }
  .mobile\:pad-l-extra-large {
    padding-left: 2.5rem;
  }
  .mobile\:hover\:pad-l-extra-large:hover {
    padding-left: 2.5rem;
  }
  .mobile\:pad-l-huge {
    padding-left: 5rem;
  }
  .mobile\:hover\:pad-l-huge:hover {
    padding-left: 5rem;
  }
  .mobile\:pad-l-full {
    padding-left: 100%;
  }
  .mobile\:hover\:pad-l-full:hover {
    padding-left: 100%;
  }
  .mobile\:pad-h-none {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile\:hover\:pad-h-none:hover {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile\:pad-h-hairline {
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }
  .mobile\:hover\:pad-h-hairline:hover {
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }
  .mobile\:pad-h-thin {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .mobile\:hover\:pad-h-thin:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .mobile\:pad-h-slim {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .mobile\:hover\:pad-h-slim:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .mobile\:pad-h-extra-small {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .mobile\:hover\:pad-h-extra-small:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .mobile\:pad-h-small {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mobile\:hover\:pad-h-small:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mobile\:pad-h-medium {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .mobile\:hover\:pad-h-medium:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .mobile\:pad-h-large {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .mobile\:hover\:pad-h-large:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .mobile\:pad-h-extra-large {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .mobile\:hover\:pad-h-extra-large:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .mobile\:pad-h-huge {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .mobile\:hover\:pad-h-huge:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .mobile\:pad-h-full {
    padding-left: 100%;
    padding-right: 100%;
  }
  .mobile\:hover\:pad-h-full:hover {
    padding-left: 100%;
    padding-right: 100%;
  }
  .mobile\:pad-v-none {
    padding-bottom: 0;
    padding-top: 0;
  }
  .mobile\:hover\:pad-v-none:hover {
    padding-bottom: 0;
    padding-top: 0;
  }
  .mobile\:pad-v-hairline {
    padding-bottom: 0.0625rem;
    padding-top: 0.0625rem;
  }
  .mobile\:hover\:pad-v-hairline:hover {
    padding-bottom: 0.0625rem;
    padding-top: 0.0625rem;
  }
  .mobile\:pad-v-thin {
    padding-bottom: 0.125rem;
    padding-top: 0.125rem;
  }
  .mobile\:hover\:pad-v-thin:hover {
    padding-bottom: 0.125rem;
    padding-top: 0.125rem;
  }
  .mobile\:pad-v-slim {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .mobile\:hover\:pad-v-slim:hover {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .mobile\:pad-v-extra-small {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .mobile\:hover\:pad-v-extra-small:hover {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .mobile\:pad-v-small {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .mobile\:hover\:pad-v-small:hover {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .mobile\:pad-v-medium {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .mobile\:hover\:pad-v-medium:hover {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .mobile\:pad-v-large {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .mobile\:hover\:pad-v-large:hover {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .mobile\:pad-v-extra-large {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .mobile\:hover\:pad-v-extra-large:hover {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .mobile\:pad-v-huge {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .mobile\:hover\:pad-v-huge:hover {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .mobile\:pad-v-full {
    padding-bottom: 100%;
    padding-top: 100%;
  }
  .mobile\:hover\:pad-v-full:hover {
    padding-bottom: 100%;
    padding-top: 100%;
  }
  .mobile\:marg-none {
    margin: 0;
  }
  .mobile\:hover\:marg-none:hover {
    margin: 0;
  }
  .mobile\:-marg-none {
    margin: 0;
  }
  .mobile\:hover\:-marg-none:hover {
    margin: 0;
  }
  .mobile\:marg-hairline {
    margin: 0.0625rem;
  }
  .mobile\:hover\:marg-hairline:hover {
    margin: 0.0625rem;
  }
  .mobile\:-marg-hairline {
    margin: -0.0625rem;
  }
  .mobile\:hover\:-marg-hairline:hover {
    margin: -0.0625rem;
  }
  .mobile\:marg-thin {
    margin: 0.125rem;
  }
  .mobile\:hover\:marg-thin:hover {
    margin: 0.125rem;
  }
  .mobile\:-marg-thin {
    margin: -0.125rem;
  }
  .mobile\:hover\:-marg-thin:hover {
    margin: -0.125rem;
  }
  .mobile\:marg-slim {
    margin: 0.25rem;
  }
  .mobile\:hover\:marg-slim:hover {
    margin: 0.25rem;
  }
  .mobile\:-marg-slim {
    margin: -0.25rem;
  }
  .mobile\:hover\:-marg-slim:hover {
    margin: -0.25rem;
  }
  .mobile\:marg-extra-small {
    margin: 0.5rem;
  }
  .mobile\:hover\:marg-extra-small:hover {
    margin: 0.5rem;
  }
  .mobile\:-marg-extra-small {
    margin: -0.5rem;
  }
  .mobile\:hover\:-marg-extra-small:hover {
    margin: -0.5rem;
  }
  .mobile\:marg-small {
    margin: 1rem;
  }
  .mobile\:hover\:marg-small:hover {
    margin: 1rem;
  }
  .mobile\:-marg-small {
    margin: -1rem;
  }
  .mobile\:hover\:-marg-small:hover {
    margin: -1rem;
  }
  .mobile\:marg-medium {
    margin: 1.5rem;
  }
  .mobile\:hover\:marg-medium:hover {
    margin: 1.5rem;
  }
  .mobile\:-marg-medium {
    margin: -1.5rem;
  }
  .mobile\:hover\:-marg-medium:hover {
    margin: -1.5rem;
  }
  .mobile\:marg-large {
    margin: 2rem;
  }
  .mobile\:hover\:marg-large:hover {
    margin: 2rem;
  }
  .mobile\:-marg-large {
    margin: -2rem;
  }
  .mobile\:hover\:-marg-large:hover {
    margin: -2rem;
  }
  .mobile\:marg-extra-large {
    margin: 2.5rem;
  }
  .mobile\:hover\:marg-extra-large:hover {
    margin: 2.5rem;
  }
  .mobile\:-marg-extra-large {
    margin: -2.5rem;
  }
  .mobile\:hover\:-marg-extra-large:hover {
    margin: -2.5rem;
  }
  .mobile\:marg-huge {
    margin: 5rem;
  }
  .mobile\:hover\:marg-huge:hover {
    margin: 5rem;
  }
  .mobile\:-marg-huge {
    margin: -5rem;
  }
  .mobile\:hover\:-marg-huge:hover {
    margin: -5rem;
  }
  .mobile\:marg-full {
    margin: 100%;
  }
  .mobile\:hover\:marg-full:hover {
    margin: 100%;
  }
  .mobile\:-marg-full {
    margin: -100%;
  }
  .mobile\:hover\:-marg-full:hover {
    margin: -100%;
  }
  .mobile\:marg-auto {
    margin: auto;
  }
  .mobile\:hover\:marg-auto:hover {
    margin: auto;
  }
  .mobile\:marg-t-none {
    margin-top: 0;
  }
  .mobile\:hover\:marg-t-none:hover {
    margin-top: 0;
  }
  .mobile\:-marg-t-none {
    margin-top: 0;
  }
  .mobile\:hover\:-marg-t-none:hover {
    margin-top: 0;
  }
  .mobile\:marg-t-hairline {
    margin-top: 0.0625rem;
  }
  .mobile\:hover\:marg-t-hairline:hover {
    margin-top: 0.0625rem;
  }
  .mobile\:-marg-t-hairline {
    margin-top: -0.0625rem;
  }
  .mobile\:hover\:-marg-t-hairline:hover {
    margin-top: -0.0625rem;
  }
  .mobile\:marg-t-thin {
    margin-top: 0.125rem;
  }
  .mobile\:hover\:marg-t-thin:hover {
    margin-top: 0.125rem;
  }
  .mobile\:-marg-t-thin {
    margin-top: -0.125rem;
  }
  .mobile\:hover\:-marg-t-thin:hover {
    margin-top: -0.125rem;
  }
  .mobile\:marg-t-slim {
    margin-top: 0.25rem;
  }
  .mobile\:hover\:marg-t-slim:hover {
    margin-top: 0.25rem;
  }
  .mobile\:-marg-t-slim {
    margin-top: -0.25rem;
  }
  .mobile\:hover\:-marg-t-slim:hover {
    margin-top: -0.25rem;
  }
  .mobile\:marg-t-extra-small {
    margin-top: 0.5rem;
  }
  .mobile\:hover\:marg-t-extra-small:hover {
    margin-top: 0.5rem;
  }
  .mobile\:-marg-t-extra-small {
    margin-top: -0.5rem;
  }
  .mobile\:hover\:-marg-t-extra-small:hover {
    margin-top: -0.5rem;
  }
  .mobile\:marg-t-small {
    margin-top: 1rem;
  }
  .mobile\:hover\:marg-t-small:hover {
    margin-top: 1rem;
  }
  .mobile\:-marg-t-small {
    margin-top: -1rem;
  }
  .mobile\:hover\:-marg-t-small:hover {
    margin-top: -1rem;
  }
  .mobile\:marg-t-medium {
    margin-top: 1.5rem;
  }
  .mobile\:hover\:marg-t-medium:hover {
    margin-top: 1.5rem;
  }
  .mobile\:-marg-t-medium {
    margin-top: -1.5rem;
  }
  .mobile\:hover\:-marg-t-medium:hover {
    margin-top: -1.5rem;
  }
  .mobile\:marg-t-large {
    margin-top: 2rem;
  }
  .mobile\:hover\:marg-t-large:hover {
    margin-top: 2rem;
  }
  .mobile\:-marg-t-large {
    margin-top: -2rem;
  }
  .mobile\:hover\:-marg-t-large:hover {
    margin-top: -2rem;
  }
  .mobile\:marg-t-extra-large {
    margin-top: 2.5rem;
  }
  .mobile\:hover\:marg-t-extra-large:hover {
    margin-top: 2.5rem;
  }
  .mobile\:-marg-t-extra-large {
    margin-top: -2.5rem;
  }
  .mobile\:hover\:-marg-t-extra-large:hover {
    margin-top: -2.5rem;
  }
  .mobile\:marg-t-huge {
    margin-top: 5rem;
  }
  .mobile\:hover\:marg-t-huge:hover {
    margin-top: 5rem;
  }
  .mobile\:-marg-t-huge {
    margin-top: -5rem;
  }
  .mobile\:hover\:-marg-t-huge:hover {
    margin-top: -5rem;
  }
  .mobile\:marg-t-full {
    margin-top: 100%;
  }
  .mobile\:hover\:marg-t-full:hover {
    margin-top: 100%;
  }
  .mobile\:-marg-t-full {
    margin-top: -100%;
  }
  .mobile\:hover\:-marg-t-full:hover {
    margin-top: -100%;
  }
  .mobile\:marg-t-auto {
    margin-top: auto;
  }
  .mobile\:hover\:marg-t-auto:hover {
    margin-top: auto;
  }
  .mobile\:marg-r-none {
    margin-right: 0;
  }
  .mobile\:hover\:marg-r-none:hover {
    margin-right: 0;
  }
  .mobile\:-marg-r-none {
    margin-right: 0;
  }
  .mobile\:hover\:-marg-r-none:hover {
    margin-right: 0;
  }
  .mobile\:marg-r-hairline {
    margin-right: 0.0625rem;
  }
  .mobile\:hover\:marg-r-hairline:hover {
    margin-right: 0.0625rem;
  }
  .mobile\:-marg-r-hairline {
    margin-right: -0.0625rem;
  }
  .mobile\:hover\:-marg-r-hairline:hover {
    margin-right: -0.0625rem;
  }
  .mobile\:marg-r-thin {
    margin-right: 0.125rem;
  }
  .mobile\:hover\:marg-r-thin:hover {
    margin-right: 0.125rem;
  }
  .mobile\:-marg-r-thin {
    margin-right: -0.125rem;
  }
  .mobile\:hover\:-marg-r-thin:hover {
    margin-right: -0.125rem;
  }
  .mobile\:marg-r-slim {
    margin-right: 0.25rem;
  }
  .mobile\:hover\:marg-r-slim:hover {
    margin-right: 0.25rem;
  }
  .mobile\:-marg-r-slim {
    margin-right: -0.25rem;
  }
  .mobile\:hover\:-marg-r-slim:hover {
    margin-right: -0.25rem;
  }
  .mobile\:marg-r-extra-small {
    margin-right: 0.5rem;
  }
  .mobile\:hover\:marg-r-extra-small:hover {
    margin-right: 0.5rem;
  }
  .mobile\:-marg-r-extra-small {
    margin-right: -0.5rem;
  }
  .mobile\:hover\:-marg-r-extra-small:hover {
    margin-right: -0.5rem;
  }
  .mobile\:marg-r-small {
    margin-right: 1rem;
  }
  .mobile\:hover\:marg-r-small:hover {
    margin-right: 1rem;
  }
  .mobile\:-marg-r-small {
    margin-right: -1rem;
  }
  .mobile\:hover\:-marg-r-small:hover {
    margin-right: -1rem;
  }
  .mobile\:marg-r-medium {
    margin-right: 1.5rem;
  }
  .mobile\:hover\:marg-r-medium:hover {
    margin-right: 1.5rem;
  }
  .mobile\:-marg-r-medium {
    margin-right: -1.5rem;
  }
  .mobile\:hover\:-marg-r-medium:hover {
    margin-right: -1.5rem;
  }
  .mobile\:marg-r-large {
    margin-right: 2rem;
  }
  .mobile\:hover\:marg-r-large:hover {
    margin-right: 2rem;
  }
  .mobile\:-marg-r-large {
    margin-right: -2rem;
  }
  .mobile\:hover\:-marg-r-large:hover {
    margin-right: -2rem;
  }
  .mobile\:marg-r-extra-large {
    margin-right: 2.5rem;
  }
  .mobile\:hover\:marg-r-extra-large:hover {
    margin-right: 2.5rem;
  }
  .mobile\:-marg-r-extra-large {
    margin-right: -2.5rem;
  }
  .mobile\:hover\:-marg-r-extra-large:hover {
    margin-right: -2.5rem;
  }
  .mobile\:marg-r-huge {
    margin-right: 5rem;
  }
  .mobile\:hover\:marg-r-huge:hover {
    margin-right: 5rem;
  }
  .mobile\:-marg-r-huge {
    margin-right: -5rem;
  }
  .mobile\:hover\:-marg-r-huge:hover {
    margin-right: -5rem;
  }
  .mobile\:marg-r-full {
    margin-right: 100%;
  }
  .mobile\:hover\:marg-r-full:hover {
    margin-right: 100%;
  }
  .mobile\:-marg-r-full {
    margin-right: -100%;
  }
  .mobile\:hover\:-marg-r-full:hover {
    margin-right: -100%;
  }
  .mobile\:marg-r-auto {
    margin-right: auto;
  }
  .mobile\:hover\:marg-r-auto:hover {
    margin-right: auto;
  }
  .mobile\:marg-b-none {
    margin-bottom: 0;
  }
  .mobile\:hover\:marg-b-none:hover {
    margin-bottom: 0;
  }
  .mobile\:-marg-b-none {
    margin-bottom: 0;
  }
  .mobile\:hover\:-marg-b-none:hover {
    margin-bottom: 0;
  }
  .mobile\:marg-b-hairline {
    margin-bottom: 0.0625rem;
  }
  .mobile\:hover\:marg-b-hairline:hover {
    margin-bottom: 0.0625rem;
  }
  .mobile\:-marg-b-hairline {
    margin-bottom: -0.0625rem;
  }
  .mobile\:hover\:-marg-b-hairline:hover {
    margin-bottom: -0.0625rem;
  }
  .mobile\:marg-b-thin {
    margin-bottom: 0.125rem;
  }
  .mobile\:hover\:marg-b-thin:hover {
    margin-bottom: 0.125rem;
  }
  .mobile\:-marg-b-thin {
    margin-bottom: -0.125rem;
  }
  .mobile\:hover\:-marg-b-thin:hover {
    margin-bottom: -0.125rem;
  }
  .mobile\:marg-b-slim {
    margin-bottom: 0.25rem;
  }
  .mobile\:hover\:marg-b-slim:hover {
    margin-bottom: 0.25rem;
  }
  .mobile\:-marg-b-slim {
    margin-bottom: -0.25rem;
  }
  .mobile\:hover\:-marg-b-slim:hover {
    margin-bottom: -0.25rem;
  }
  .mobile\:marg-b-extra-small {
    margin-bottom: 0.5rem;
  }
  .mobile\:hover\:marg-b-extra-small:hover {
    margin-bottom: 0.5rem;
  }
  .mobile\:-marg-b-extra-small {
    margin-bottom: -0.5rem;
  }
  .mobile\:hover\:-marg-b-extra-small:hover {
    margin-bottom: -0.5rem;
  }
  .mobile\:marg-b-small {
    margin-bottom: 1rem;
  }
  .mobile\:hover\:marg-b-small:hover {
    margin-bottom: 1rem;
  }
  .mobile\:-marg-b-small {
    margin-bottom: -1rem;
  }
  .mobile\:hover\:-marg-b-small:hover {
    margin-bottom: -1rem;
  }
  .mobile\:marg-b-medium {
    margin-bottom: 1.5rem;
  }
  .mobile\:hover\:marg-b-medium:hover {
    margin-bottom: 1.5rem;
  }
  .mobile\:-marg-b-medium {
    margin-bottom: -1.5rem;
  }
  .mobile\:hover\:-marg-b-medium:hover {
    margin-bottom: -1.5rem;
  }
  .mobile\:marg-b-large {
    margin-bottom: 2rem;
  }
  .mobile\:hover\:marg-b-large:hover {
    margin-bottom: 2rem;
  }
  .mobile\:-marg-b-large {
    margin-bottom: -2rem;
  }
  .mobile\:hover\:-marg-b-large:hover {
    margin-bottom: -2rem;
  }
  .mobile\:marg-b-extra-large {
    margin-bottom: 2.5rem;
  }
  .mobile\:hover\:marg-b-extra-large:hover {
    margin-bottom: 2.5rem;
  }
  .mobile\:-marg-b-extra-large {
    margin-bottom: -2.5rem;
  }
  .mobile\:hover\:-marg-b-extra-large:hover {
    margin-bottom: -2.5rem;
  }
  .mobile\:marg-b-huge {
    margin-bottom: 5rem;
  }
  .mobile\:hover\:marg-b-huge:hover {
    margin-bottom: 5rem;
  }
  .mobile\:-marg-b-huge {
    margin-bottom: -5rem;
  }
  .mobile\:hover\:-marg-b-huge:hover {
    margin-bottom: -5rem;
  }
  .mobile\:marg-b-full {
    margin-bottom: 100%;
  }
  .mobile\:hover\:marg-b-full:hover {
    margin-bottom: 100%;
  }
  .mobile\:-marg-b-full {
    margin-bottom: -100%;
  }
  .mobile\:hover\:-marg-b-full:hover {
    margin-bottom: -100%;
  }
  .mobile\:marg-b-auto {
    margin-bottom: auto;
  }
  .mobile\:hover\:marg-b-auto:hover {
    margin-bottom: auto;
  }
  .mobile\:marg-l-none {
    margin-left: 0;
  }
  .mobile\:hover\:marg-l-none:hover {
    margin-left: 0;
  }
  .mobile\:-marg-l-none {
    margin-left: 0;
  }
  .mobile\:hover\:-marg-l-none:hover {
    margin-left: 0;
  }
  .mobile\:marg-l-hairline {
    margin-left: 0.0625rem;
  }
  .mobile\:hover\:marg-l-hairline:hover {
    margin-left: 0.0625rem;
  }
  .mobile\:-marg-l-hairline {
    margin-left: -0.0625rem;
  }
  .mobile\:hover\:-marg-l-hairline:hover {
    margin-left: -0.0625rem;
  }
  .mobile\:marg-l-thin {
    margin-left: 0.125rem;
  }
  .mobile\:hover\:marg-l-thin:hover {
    margin-left: 0.125rem;
  }
  .mobile\:-marg-l-thin {
    margin-left: -0.125rem;
  }
  .mobile\:hover\:-marg-l-thin:hover {
    margin-left: -0.125rem;
  }
  .mobile\:marg-l-slim {
    margin-left: 0.25rem;
  }
  .mobile\:hover\:marg-l-slim:hover {
    margin-left: 0.25rem;
  }
  .mobile\:-marg-l-slim {
    margin-left: -0.25rem;
  }
  .mobile\:hover\:-marg-l-slim:hover {
    margin-left: -0.25rem;
  }
  .mobile\:marg-l-extra-small {
    margin-left: 0.5rem;
  }
  .mobile\:hover\:marg-l-extra-small:hover {
    margin-left: 0.5rem;
  }
  .mobile\:-marg-l-extra-small {
    margin-left: -0.5rem;
  }
  .mobile\:hover\:-marg-l-extra-small:hover {
    margin-left: -0.5rem;
  }
  .mobile\:marg-l-small {
    margin-left: 1rem;
  }
  .mobile\:hover\:marg-l-small:hover {
    margin-left: 1rem;
  }
  .mobile\:-marg-l-small {
    margin-left: -1rem;
  }
  .mobile\:hover\:-marg-l-small:hover {
    margin-left: -1rem;
  }
  .mobile\:marg-l-medium {
    margin-left: 1.5rem;
  }
  .mobile\:hover\:marg-l-medium:hover {
    margin-left: 1.5rem;
  }
  .mobile\:-marg-l-medium {
    margin-left: -1.5rem;
  }
  .mobile\:hover\:-marg-l-medium:hover {
    margin-left: -1.5rem;
  }
  .mobile\:marg-l-large {
    margin-left: 2rem;
  }
  .mobile\:hover\:marg-l-large:hover {
    margin-left: 2rem;
  }
  .mobile\:-marg-l-large {
    margin-left: -2rem;
  }
  .mobile\:hover\:-marg-l-large:hover {
    margin-left: -2rem;
  }
  .mobile\:marg-l-extra-large {
    margin-left: 2.5rem;
  }
  .mobile\:hover\:marg-l-extra-large:hover {
    margin-left: 2.5rem;
  }
  .mobile\:-marg-l-extra-large {
    margin-left: -2.5rem;
  }
  .mobile\:hover\:-marg-l-extra-large:hover {
    margin-left: -2.5rem;
  }
  .mobile\:marg-l-huge {
    margin-left: 5rem;
  }
  .mobile\:hover\:marg-l-huge:hover {
    margin-left: 5rem;
  }
  .mobile\:-marg-l-huge {
    margin-left: -5rem;
  }
  .mobile\:hover\:-marg-l-huge:hover {
    margin-left: -5rem;
  }
  .mobile\:marg-l-full {
    margin-left: 100%;
  }
  .mobile\:hover\:marg-l-full:hover {
    margin-left: 100%;
  }
  .mobile\:-marg-l-full {
    margin-left: -100%;
  }
  .mobile\:hover\:-marg-l-full:hover {
    margin-left: -100%;
  }
  .mobile\:marg-l-auto {
    margin-left: auto;
  }
  .mobile\:hover\:marg-l-auto:hover {
    margin-left: auto;
  }
  .mobile\:marg-h-none {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile\:hover\:marg-h-none:hover {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile\:-marg-h-none {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile\:hover\:-marg-h-none:hover {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile\:marg-h-hairline {
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }
  .mobile\:hover\:marg-h-hairline:hover {
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }
  .mobile\:-marg-h-hairline {
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }
  .mobile\:hover\:-marg-h-hairline:hover {
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }
  .mobile\:marg-h-thin {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .mobile\:hover\:marg-h-thin:hover {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .mobile\:-marg-h-thin {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .mobile\:hover\:-marg-h-thin:hover {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .mobile\:marg-h-slim {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mobile\:hover\:marg-h-slim:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mobile\:-marg-h-slim {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .mobile\:hover\:-marg-h-slim:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .mobile\:marg-h-extra-small {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mobile\:hover\:marg-h-extra-small:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mobile\:-marg-h-extra-small {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .mobile\:hover\:-marg-h-extra-small:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .mobile\:marg-h-small {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mobile\:hover\:marg-h-small:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mobile\:-marg-h-small {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .mobile\:hover\:-marg-h-small:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .mobile\:marg-h-medium {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .mobile\:hover\:marg-h-medium:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .mobile\:-marg-h-medium {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .mobile\:hover\:-marg-h-medium:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .mobile\:marg-h-large {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mobile\:hover\:marg-h-large:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mobile\:-marg-h-large {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .mobile\:hover\:-marg-h-large:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .mobile\:marg-h-extra-large {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .mobile\:hover\:marg-h-extra-large:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .mobile\:-marg-h-extra-large {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .mobile\:hover\:-marg-h-extra-large:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .mobile\:marg-h-huge {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .mobile\:hover\:marg-h-huge:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .mobile\:-marg-h-huge {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .mobile\:hover\:-marg-h-huge:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .mobile\:marg-h-full {
    margin-left: 100%;
    margin-right: 100%;
  }
  .mobile\:hover\:marg-h-full:hover {
    margin-left: 100%;
    margin-right: 100%;
  }
  .mobile\:-marg-h-full {
    margin-left: -100%;
    margin-right: -100%;
  }
  .mobile\:hover\:-marg-h-full:hover {
    margin-left: -100%;
    margin-right: -100%;
  }
  .mobile\:marg-h-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile\:hover\:marg-h-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile\:marg-v-none {
    margin-bottom: 0;
    margin-top: 0;
  }
  .mobile\:hover\:marg-v-none:hover {
    margin-bottom: 0;
    margin-top: 0;
  }
  .mobile\:-marg-v-none {
    margin-bottom: 0;
    margin-top: 0;
  }
  .mobile\:hover\:-marg-v-none:hover {
    margin-bottom: 0;
    margin-top: 0;
  }
  .mobile\:marg-v-hairline {
    margin-bottom: 0.0625rem;
    margin-top: 0.0625rem;
  }
  .mobile\:hover\:marg-v-hairline:hover {
    margin-bottom: 0.0625rem;
    margin-top: 0.0625rem;
  }
  .mobile\:-marg-v-hairline {
    margin-bottom: -0.0625rem;
    margin-top: -0.0625rem;
  }
  .mobile\:hover\:-marg-v-hairline:hover {
    margin-bottom: -0.0625rem;
    margin-top: -0.0625rem;
  }
  .mobile\:marg-v-thin {
    margin-bottom: 0.125rem;
    margin-top: 0.125rem;
  }
  .mobile\:hover\:marg-v-thin:hover {
    margin-bottom: 0.125rem;
    margin-top: 0.125rem;
  }
  .mobile\:-marg-v-thin {
    margin-bottom: -0.125rem;
    margin-top: -0.125rem;
  }
  .mobile\:hover\:-marg-v-thin:hover {
    margin-bottom: -0.125rem;
    margin-top: -0.125rem;
  }
  .mobile\:marg-v-slim {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .mobile\:hover\:marg-v-slim:hover {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .mobile\:-marg-v-slim {
    margin-bottom: -0.25rem;
    margin-top: -0.25rem;
  }
  .mobile\:hover\:-marg-v-slim:hover {
    margin-bottom: -0.25rem;
    margin-top: -0.25rem;
  }
  .mobile\:marg-v-extra-small {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .mobile\:hover\:marg-v-extra-small:hover {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .mobile\:-marg-v-extra-small {
    margin-bottom: -0.5rem;
    margin-top: -0.5rem;
  }
  .mobile\:hover\:-marg-v-extra-small:hover {
    margin-bottom: -0.5rem;
    margin-top: -0.5rem;
  }
  .mobile\:marg-v-small {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .mobile\:hover\:marg-v-small:hover {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .mobile\:-marg-v-small {
    margin-bottom: -1rem;
    margin-top: -1rem;
  }
  .mobile\:hover\:-marg-v-small:hover {
    margin-bottom: -1rem;
    margin-top: -1rem;
  }
  .mobile\:marg-v-medium {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .mobile\:hover\:marg-v-medium:hover {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .mobile\:-marg-v-medium {
    margin-bottom: -1.5rem;
    margin-top: -1.5rem;
  }
  .mobile\:hover\:-marg-v-medium:hover {
    margin-bottom: -1.5rem;
    margin-top: -1.5rem;
  }
  .mobile\:marg-v-large {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .mobile\:hover\:marg-v-large:hover {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .mobile\:-marg-v-large {
    margin-bottom: -2rem;
    margin-top: -2rem;
  }
  .mobile\:hover\:-marg-v-large:hover {
    margin-bottom: -2rem;
    margin-top: -2rem;
  }
  .mobile\:marg-v-extra-large {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
  .mobile\:hover\:marg-v-extra-large:hover {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
  .mobile\:-marg-v-extra-large {
    margin-bottom: -2.5rem;
    margin-top: -2.5rem;
  }
  .mobile\:hover\:-marg-v-extra-large:hover {
    margin-bottom: -2.5rem;
    margin-top: -2.5rem;
  }
  .mobile\:marg-v-huge {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
  .mobile\:hover\:marg-v-huge:hover {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
  .mobile\:-marg-v-huge {
    margin-bottom: -5rem;
    margin-top: -5rem;
  }
  .mobile\:hover\:-marg-v-huge:hover {
    margin-bottom: -5rem;
    margin-top: -5rem;
  }
  .mobile\:marg-v-full {
    margin-bottom: 100%;
    margin-top: 100%;
  }
  .mobile\:hover\:marg-v-full:hover {
    margin-bottom: 100%;
    margin-top: 100%;
  }
  .mobile\:-marg-v-full {
    margin-bottom: -100%;
    margin-top: -100%;
  }
  .mobile\:hover\:-marg-v-full:hover {
    margin-bottom: -100%;
    margin-top: -100%;
  }
  .mobile\:marg-v-auto {
    margin-bottom: auto;
    margin-top: auto;
  }
  .mobile\:hover\:marg-v-auto:hover {
    margin-bottom: auto;
    margin-top: auto;
  }
  .mobile\:gap-none {
    gap: 0;
  }
  .mobile\:gap-x-none {
    column-gap: 0;
  }
  .mobile\:gap-y-none {
    row-gap: 0;
  }
  .mobile\:gap-hairline {
    gap: 0.0625rem;
  }
  .mobile\:gap-x-hairline {
    column-gap: 0.0625rem;
  }
  .mobile\:gap-y-hairline {
    row-gap: 0.0625rem;
  }
  .mobile\:gap-thin {
    gap: 0.125rem;
  }
  .mobile\:gap-x-thin {
    column-gap: 0.125rem;
  }
  .mobile\:gap-y-thin {
    row-gap: 0.125rem;
  }
  .mobile\:gap-slim {
    gap: 0.25rem;
  }
  .mobile\:gap-x-slim {
    column-gap: 0.25rem;
  }
  .mobile\:gap-y-slim {
    row-gap: 0.25rem;
  }
  .mobile\:gap-extra-small {
    gap: 0.5rem;
  }
  .mobile\:gap-x-extra-small {
    column-gap: 0.5rem;
  }
  .mobile\:gap-y-extra-small {
    row-gap: 0.5rem;
  }
  .mobile\:gap-small {
    gap: 1rem;
  }
  .mobile\:gap-x-small {
    column-gap: 1rem;
  }
  .mobile\:gap-y-small {
    row-gap: 1rem;
  }
  .mobile\:gap-medium {
    gap: 1.5rem;
  }
  .mobile\:gap-x-medium {
    column-gap: 1.5rem;
  }
  .mobile\:gap-y-medium {
    row-gap: 1.5rem;
  }
  .mobile\:gap-large {
    gap: 2rem;
  }
  .mobile\:gap-x-large {
    column-gap: 2rem;
  }
  .mobile\:gap-y-large {
    row-gap: 2rem;
  }
  .mobile\:gap-extra-large {
    gap: 2.5rem;
  }
  .mobile\:gap-x-extra-large {
    column-gap: 2.5rem;
  }
  .mobile\:gap-y-extra-large {
    row-gap: 2.5rem;
  }
  .mobile\:gap-huge {
    gap: 5rem;
  }
  .mobile\:gap-x-huge {
    column-gap: 5rem;
  }
  .mobile\:gap-y-huge {
    row-gap: 5rem;
  }
}
@media (max-width: 8640px) {
  .w-auto {
    width: auto;
  }
  .hover\:w-auto:hover {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .hover\:w-fit:hover {
    width: fit-content;
  }
  .w-max {
    width: max-content;
  }
  .hover\:w-max:hover {
    width: max-content;
  }
  .w-min {
    width: min-content;
  }
  .hover\:w-min:hover {
    width: min-content;
  }
  .w-full {
    width: 100%;
  }
  .hover\:w-full:hover {
    width: 100%;
  }
  .w-viewport {
    width: 100vw;
  }
  .hover\:w-viewport:hover {
    width: 100vw;
  }
  .h-auto {
    height: auto;
  }
  .hover\:h-auto:hover {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .hover\:h-fit:hover {
    height: fit-content;
  }
  .h-max {
    height: max-content;
  }
  .hover\:h-max:hover {
    height: max-content;
  }
  .h-min {
    height: min-content;
  }
  .hover\:h-min:hover {
    height: min-content;
  }
  .h-full,
  .card {
    height: 100%;
  }
  .hover\:h-full:hover {
    height: 100%;
  }
  .h-viewport {
    height: 100vh;
  }
  .hover\:h-viewport:hover {
    height: 100vh;
  }
  .h-huge {
    height: 5rem;
  }
  .w-huge {
    width: 5rem;
  }
  .min-huge {
    min-height: 5rem;
    min-width: 5rem;
  }
  .min-h-huge {
    min-height: 5rem;
  }
  .min-w-huge {
    min-width: 5rem;
  }
  .max-huge {
    max-height: 5rem;
    max-width: 5rem;
  }
  .max-h-huge {
    max-height: 5rem;
  }
  .max-w-huge {
    max-width: 5rem;
  }
  .h-extra-large {
    height: 2.5rem;
  }
  .w-extra-large {
    width: 2.5rem;
  }
  .min-extra-large {
    min-height: 2.5rem;
    min-width: 2.5rem;
  }
  .min-h-extra-large {
    min-height: 2.5rem;
  }
  .min-w-extra-large {
    min-width: 2.5rem;
  }
  .max-extra-large {
    max-height: 2.5rem;
    max-width: 2.5rem;
  }
  .max-h-extra-large {
    max-height: 2.5rem;
  }
  .max-w-extra-large {
    max-width: 2.5rem;
  }
  .h-large {
    height: 2rem;
  }
  .w-large {
    width: 2rem;
  }
  .min-large {
    min-height: 2rem;
    min-width: 2rem;
  }
  .min-h-large {
    min-height: 2rem;
  }
  .min-w-large {
    min-width: 2rem;
  }
  .max-large {
    max-height: 2rem;
    max-width: 2rem;
  }
  .max-h-large {
    max-height: 2rem;
  }
  .max-w-large {
    max-width: 2rem;
  }
  .h-medium {
    height: 1.5rem;
  }
  .w-medium {
    width: 1.5rem;
  }
  .min-medium {
    min-height: 1.5rem;
    min-width: 1.5rem;
  }
  .min-h-medium {
    min-height: 1.5rem;
  }
  .min-w-medium {
    min-width: 1.5rem;
  }
  .max-medium {
    max-height: 1.5rem;
    max-width: 1.5rem;
  }
  .max-h-medium {
    max-height: 1.5rem;
  }
  .max-w-medium {
    max-width: 1.5rem;
  }
  .h-small {
    height: 1rem;
  }
  .w-small {
    width: 1rem;
  }
  .min-small {
    min-height: 1rem;
    min-width: 1rem;
  }
  .min-h-small {
    min-height: 1rem;
  }
  .min-w-small {
    min-width: 1rem;
  }
  .max-small {
    max-height: 1rem;
    max-width: 1rem;
  }
  .max-h-small {
    max-height: 1rem;
  }
  .max-w-small {
    max-width: 1rem;
  }
  .h-extra-small,
  .chevron {
    height: 0.5rem;
  }
  .w-extra-small,
  .chevron {
    width: 0.5rem;
  }
  .min-extra-small {
    min-height: 0.5rem;
    min-width: 0.5rem;
  }
  .min-h-extra-small {
    min-height: 0.5rem;
  }
  .min-w-extra-small {
    min-width: 0.5rem;
  }
  .max-extra-small {
    max-height: 0.5rem;
    max-width: 0.5rem;
  }
  .max-h-extra-small {
    max-height: 0.5rem;
  }
  .max-w-extra-small {
    max-width: 0.5rem;
  }
  .h-slim {
    height: 0.25rem;
  }
  .w-slim {
    width: 0.25rem;
  }
  .min-slim {
    min-height: 0.25rem;
    min-width: 0.25rem;
  }
  .min-h-slim {
    min-height: 0.25rem;
  }
  .min-w-slim {
    min-width: 0.25rem;
  }
  .max-slim {
    max-height: 0.25rem;
    max-width: 0.25rem;
  }
  .max-h-slim {
    max-height: 0.25rem;
  }
  .max-w-slim {
    max-width: 0.25rem;
  }
  .h-thin {
    height: 0.125rem;
  }
  .w-thin {
    width: 0.125rem;
  }
  .min-thin {
    min-height: 0.125rem;
    min-width: 0.125rem;
  }
  .min-h-thin {
    min-height: 0.125rem;
  }
  .min-w-thin {
    min-width: 0.125rem;
  }
  .max-thin {
    max-height: 0.125rem;
    max-width: 0.125rem;
  }
  .max-h-thin {
    max-height: 0.125rem;
  }
  .max-w-thin {
    max-width: 0.125rem;
  }
  .h-hairline {
    height: 0.0625rem;
  }
  .w-hairline {
    width: 0.0625rem;
  }
  .min-hairline {
    min-height: 0.0625rem;
    min-width: 0.0625rem;
  }
  .min-h-hairline {
    min-height: 0.0625rem;
  }
  .min-w-hairline {
    min-width: 0.0625rem;
  }
  .max-hairline {
    max-height: 0.0625rem;
    max-width: 0.0625rem;
  }
  .max-h-hairline {
    max-height: 0.0625rem;
  }
  .max-w-hairline {
    max-width: 0.0625rem;
  }
  .h-none {
    height: 0;
  }
  .w-none {
    width: 0;
  }
  .min-none {
    min-height: 0;
    min-width: 0;
  }
  .min-h-none {
    min-height: 0;
  }
  .min-w-none {
    min-width: 0;
  }
  .max-none {
    max-height: 0;
    max-width: 0;
  }
  .max-h-none {
    max-height: 0;
  }
  .max-w-none {
    max-width: 0;
  }
  .h-full,
  .card {
    height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .min-full {
    min-height: 100%;
    min-width: 100%;
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-w-full {
    min-width: 100%;
  }
  .max-full {
    max-height: 100%;
    max-width: 100%;
  }
  .max-h-full {
    max-height: 100%;
  }
  .max-w-full {
    max-width: 100%;
  }
  .h-content {
    height: max-content;
  }
  .w-content {
    width: max-content;
  }
  .min-content {
    min-height: max-content;
    min-width: max-content;
  }
  .min-h-content {
    min-height: max-content;
  }
  .min-w-content {
    min-width: max-content;
  }
  .max-content {
    max-height: max-content;
    max-width: max-content;
  }
  .max-h-content {
    max-height: max-content;
  }
  .max-w-content {
    max-width: max-content;
  }
  .h-viewport {
    height: 100vh;
  }
  .w-viewport {
    width: 100vw;
  }
  .min-viewport {
    min-height: 100vh;
    min-width: 100vw;
  }
  .min-h-viewport {
    min-height: 100vh;
  }
  .min-w-viewport {
    min-width: 100vw;
  }
  .max-viewport {
    max-height: 100vh;
    max-width: 100vw;
  }
  .max-h-viewport {
    max-height: 100vh;
  }
  .max-w-viewport {
    max-width: 100vw;
  }
  .h-viewport-9 {
    height: 90vh;
  }
  .w-viewport-9 {
    width: 90vw;
  }
  .min-viewport-9 {
    min-height: 90vh;
    min-width: 90vw;
  }
  .min-h-viewport-9 {
    min-height: 90vh;
  }
  .min-w-viewport-9 {
    min-width: 90vw;
  }
  .max-viewport-9 {
    max-height: 90vh;
    max-width: 90vw;
  }
  .max-h-viewport-9 {
    max-height: 90vh;
  }
  .max-w-viewport-9 {
    max-width: 90vw;
  }
  .h-viewport-8 {
    height: 80vh;
  }
  .w-viewport-8 {
    width: 80vw;
  }
  .min-viewport-8 {
    min-height: 80vh;
    min-width: 80vw;
  }
  .min-h-viewport-8 {
    min-height: 80vh;
  }
  .min-w-viewport-8 {
    min-width: 80vw;
  }
  .max-viewport-8 {
    max-height: 80vh;
    max-width: 80vw;
  }
  .max-h-viewport-8 {
    max-height: 80vh;
  }
  .max-w-viewport-8 {
    max-width: 80vw;
  }
  .h-viewport-7 {
    height: 70vh;
  }
  .w-viewport-7 {
    width: 70vw;
  }
  .min-viewport-7 {
    min-height: 70vh;
    min-width: 70vw;
  }
  .min-h-viewport-7 {
    min-height: 70vh;
  }
  .min-w-viewport-7 {
    min-width: 70vw;
  }
  .max-viewport-7 {
    max-height: 70vh;
    max-width: 70vw;
  }
  .max-h-viewport-7 {
    max-height: 70vh;
  }
  .max-w-viewport-7 {
    max-width: 70vw;
  }
  .h-viewport-6 {
    height: 60vh;
  }
  .w-viewport-6 {
    width: 60vw;
  }
  .min-viewport-6 {
    min-height: 60vh;
    min-width: 60vw;
  }
  .min-h-viewport-6 {
    min-height: 60vh;
  }
  .min-w-viewport-6 {
    min-width: 60vw;
  }
  .max-viewport-6 {
    max-height: 60vh;
    max-width: 60vw;
  }
  .max-h-viewport-6 {
    max-height: 60vh;
  }
  .max-w-viewport-6 {
    max-width: 60vw;
  }
  .h-viewport-5 {
    height: 50vh;
  }
  .w-viewport-5 {
    width: 50vw;
  }
  .min-viewport-5 {
    min-height: 50vh;
    min-width: 50vw;
  }
  .min-h-viewport-5 {
    min-height: 50vh;
  }
  .min-w-viewport-5 {
    min-width: 50vw;
  }
  .max-viewport-5 {
    max-height: 50vh;
    max-width: 50vw;
  }
  .max-h-viewport-5 {
    max-height: 50vh;
  }
  .max-w-viewport-5 {
    max-width: 50vw;
  }
  .h-viewport-4 {
    height: 40vh;
  }
  .w-viewport-4 {
    width: 40vw;
  }
  .min-viewport-4 {
    min-height: 40vh;
    min-width: 40vw;
  }
  .min-h-viewport-4 {
    min-height: 40vh;
  }
  .min-w-viewport-4 {
    min-width: 40vw;
  }
  .max-viewport-4 {
    max-height: 40vh;
    max-width: 40vw;
  }
  .max-h-viewport-4 {
    max-height: 40vh;
  }
  .max-w-viewport-4 {
    max-width: 40vw;
  }
  .h-viewport-3 {
    height: 30vh;
  }
  .w-viewport-3 {
    width: 30vw;
  }
  .min-viewport-3 {
    min-height: 30vh;
    min-width: 30vw;
  }
  .min-h-viewport-3 {
    min-height: 30vh;
  }
  .min-w-viewport-3 {
    min-width: 30vw;
  }
  .max-viewport-3 {
    max-height: 30vh;
    max-width: 30vw;
  }
  .max-h-viewport-3 {
    max-height: 30vh;
  }
  .max-w-viewport-3 {
    max-width: 30vw;
  }
  .h-viewport-2 {
    height: 20vh;
  }
  .w-viewport-2 {
    width: 20vw;
  }
  .min-viewport-2 {
    min-height: 20vh;
    min-width: 20vw;
  }
  .min-h-viewport-2 {
    min-height: 20vh;
  }
  .min-w-viewport-2 {
    min-width: 20vw;
  }
  .max-viewport-2 {
    max-height: 20vh;
    max-width: 20vw;
  }
  .max-h-viewport-2 {
    max-height: 20vh;
  }
  .max-w-viewport-2 {
    max-width: 20vw;
  }
  .h-viewport-1 {
    height: 10vh;
  }
  .w-viewport-1 {
    width: 10vw;
  }
  .min-viewport-1 {
    min-height: 10vh;
    min-width: 10vw;
  }
  .min-h-viewport-1 {
    min-height: 10vh;
  }
  .min-w-viewport-1 {
    min-width: 10vw;
  }
  .max-viewport-1 {
    max-height: 10vh;
    max-width: 10vw;
  }
  .max-h-viewport-1 {
    max-height: 10vh;
  }
  .max-w-viewport-1 {
    max-width: 10vw;
  }
  .h-1 {
    height: calc(1240px / 12 * 1);
  }
  .w-1 {
    width: calc(1240px / 12 * 1);
  }
  .min-1 {
    min-height: calc(1240px / 12 * 1);
    min-width: calc(1240px / 12 * 1);
  }
  .min-h-1 {
    min-height: calc(1240px / 12 * 1);
  }
  .min-w-1 {
    min-width: calc(1240px / 12 * 1);
  }
  .max-1 {
    max-height: calc(1240px / 12 * 1);
    max-width: calc(1240px / 12 * 1);
  }
  .max-h-1 {
    max-height: calc(1240px / 12 * 1);
  }
  .max-w-1 {
    max-width: calc(1240px / 12 * 1);
  }
  .h-2 {
    height: calc(1240px / 12 * 2);
  }
  .w-2 {
    width: calc(1240px / 12 * 2);
  }
  .min-2 {
    min-height: calc(1240px / 12 * 2);
    min-width: calc(1240px / 12 * 2);
  }
  .min-h-2 {
    min-height: calc(1240px / 12 * 2);
  }
  .min-w-2 {
    min-width: calc(1240px / 12 * 2);
  }
  .max-2 {
    max-height: calc(1240px / 12 * 2);
    max-width: calc(1240px / 12 * 2);
  }
  .max-h-2 {
    max-height: calc(1240px / 12 * 2);
  }
  .max-w-2 {
    max-width: calc(1240px / 12 * 2);
  }
  .h-3 {
    height: calc(1240px / 12 * 3);
  }
  .w-3 {
    width: calc(1240px / 12 * 3);
  }
  .min-3 {
    min-height: calc(1240px / 12 * 3);
    min-width: calc(1240px / 12 * 3);
  }
  .min-h-3 {
    min-height: calc(1240px / 12 * 3);
  }
  .min-w-3 {
    min-width: calc(1240px / 12 * 3);
  }
  .max-3 {
    max-height: calc(1240px / 12 * 3);
    max-width: calc(1240px / 12 * 3);
  }
  .max-h-3 {
    max-height: calc(1240px / 12 * 3);
  }
  .max-w-3 {
    max-width: calc(1240px / 12 * 3);
  }
  .h-4 {
    height: calc(1240px / 12 * 4);
  }
  .w-4 {
    width: calc(1240px / 12 * 4);
  }
  .min-4 {
    min-height: calc(1240px / 12 * 4);
    min-width: calc(1240px / 12 * 4);
  }
  .min-h-4 {
    min-height: calc(1240px / 12 * 4);
  }
  .min-w-4 {
    min-width: calc(1240px / 12 * 4);
  }
  .max-4 {
    max-height: calc(1240px / 12 * 4);
    max-width: calc(1240px / 12 * 4);
  }
  .max-h-4 {
    max-height: calc(1240px / 12 * 4);
  }
  .max-w-4 {
    max-width: calc(1240px / 12 * 4);
  }
  .h-5 {
    height: calc(1240px / 12 * 5);
  }
  .w-5 {
    width: calc(1240px / 12 * 5);
  }
  .min-5 {
    min-height: calc(1240px / 12 * 5);
    min-width: calc(1240px / 12 * 5);
  }
  .min-h-5 {
    min-height: calc(1240px / 12 * 5);
  }
  .min-w-5 {
    min-width: calc(1240px / 12 * 5);
  }
  .max-5 {
    max-height: calc(1240px / 12 * 5);
    max-width: calc(1240px / 12 * 5);
  }
  .max-h-5 {
    max-height: calc(1240px / 12 * 5);
  }
  .max-w-5 {
    max-width: calc(1240px / 12 * 5);
  }
  .h-6 {
    height: calc(1240px / 12 * 6);
  }
  .w-6 {
    width: calc(1240px / 12 * 6);
  }
  .min-6 {
    min-height: calc(1240px / 12 * 6);
    min-width: calc(1240px / 12 * 6);
  }
  .min-h-6 {
    min-height: calc(1240px / 12 * 6);
  }
  .min-w-6 {
    min-width: calc(1240px / 12 * 6);
  }
  .max-6 {
    max-height: calc(1240px / 12 * 6);
    max-width: calc(1240px / 12 * 6);
  }
  .max-h-6 {
    max-height: calc(1240px / 12 * 6);
  }
  .max-w-6 {
    max-width: calc(1240px / 12 * 6);
  }
  .h-7 {
    height: calc(1240px / 12 * 7);
  }
  .w-7 {
    width: calc(1240px / 12 * 7);
  }
  .min-7 {
    min-height: calc(1240px / 12 * 7);
    min-width: calc(1240px / 12 * 7);
  }
  .min-h-7 {
    min-height: calc(1240px / 12 * 7);
  }
  .min-w-7 {
    min-width: calc(1240px / 12 * 7);
  }
  .max-7 {
    max-height: calc(1240px / 12 * 7);
    max-width: calc(1240px / 12 * 7);
  }
  .max-h-7 {
    max-height: calc(1240px / 12 * 7);
  }
  .max-w-7,
  .brandui-section .section-intro,
  .brandui-footer .section-intro {
    max-width: calc(1240px / 12 * 7);
  }
  .h-8 {
    height: calc(1240px / 12 * 8);
  }
  .w-8 {
    width: calc(1240px / 12 * 8);
  }
  .min-8 {
    min-height: calc(1240px / 12 * 8);
    min-width: calc(1240px / 12 * 8);
  }
  .min-h-8 {
    min-height: calc(1240px / 12 * 8);
  }
  .min-w-8 {
    min-width: calc(1240px / 12 * 8);
  }
  .max-8 {
    max-height: calc(1240px / 12 * 8);
    max-width: calc(1240px / 12 * 8);
  }
  .max-h-8 {
    max-height: calc(1240px / 12 * 8);
  }
  .max-w-8 {
    max-width: calc(1240px / 12 * 8);
  }
  .h-9 {
    height: calc(1240px / 12 * 9);
  }
  .w-9 {
    width: calc(1240px / 12 * 9);
  }
  .min-9 {
    min-height: calc(1240px / 12 * 9);
    min-width: calc(1240px / 12 * 9);
  }
  .min-h-9 {
    min-height: calc(1240px / 12 * 9);
  }
  .min-w-9 {
    min-width: calc(1240px / 12 * 9);
  }
  .max-9 {
    max-height: calc(1240px / 12 * 9);
    max-width: calc(1240px / 12 * 9);
  }
  .max-h-9 {
    max-height: calc(1240px / 12 * 9);
  }
  .max-w-9 {
    max-width: calc(1240px / 12 * 9);
  }
  .h-10 {
    height: calc(1240px / 12 * 10);
  }
  .w-10 {
    width: calc(1240px / 12 * 10);
  }
  .min-10 {
    min-height: calc(1240px / 12 * 10);
    min-width: calc(1240px / 12 * 10);
  }
  .min-h-10 {
    min-height: calc(1240px / 12 * 10);
  }
  .min-w-10 {
    min-width: calc(1240px / 12 * 10);
  }
  .max-10 {
    max-height: calc(1240px / 12 * 10);
    max-width: calc(1240px / 12 * 10);
  }
  .max-h-10 {
    max-height: calc(1240px / 12 * 10);
  }
  .max-w-10 {
    max-width: calc(1240px / 12 * 10);
  }
  .h-11 {
    height: calc(1240px / 12 * 11);
  }
  .w-11 {
    width: calc(1240px / 12 * 11);
  }
  .min-11 {
    min-height: calc(1240px / 12 * 11);
    min-width: calc(1240px / 12 * 11);
  }
  .min-h-11 {
    min-height: calc(1240px / 12 * 11);
  }
  .min-w-11 {
    min-width: calc(1240px / 12 * 11);
  }
  .max-11 {
    max-height: calc(1240px / 12 * 11);
    max-width: calc(1240px / 12 * 11);
  }
  .max-h-11 {
    max-height: calc(1240px / 12 * 11);
  }
  .max-w-11 {
    max-width: calc(1240px / 12 * 11);
  }
  .h-12 {
    height: calc(1240px / 12 * 12);
  }
  .w-12 {
    width: calc(1240px / 12 * 12);
  }
  .min-12 {
    min-height: calc(1240px / 12 * 12);
    min-width: calc(1240px / 12 * 12);
  }
  .min-h-12 {
    min-height: calc(1240px / 12 * 12);
  }
  .min-w-12 {
    min-width: calc(1240px / 12 * 12);
  }
  .max-12 {
    max-height: calc(1240px / 12 * 12);
    max-width: calc(1240px / 12 * 12);
  }
  .max-h-12 {
    max-height: calc(1240px / 12 * 12);
  }
  .max-w-12 {
    max-width: calc(1240px / 12 * 12);
  }
  .h-0-percent {
    height: 0%;
  }
  .w-0-percent {
    width: 0%;
  }
  .min-h-0-percent {
    min-height: 0%;
  }
  .min-w-0-percent {
    min-width: 0%;
  }
  .max-h-0-percent {
    max-height: 0%;
  }
  .max-w-0-percent {
    max-width: 0%;
  }
  .pad-b-0-percent {
    padding-bottom: 0%;
  }
  .h-1-percent {
    height: 1%;
  }
  .w-1-percent {
    width: 1%;
  }
  .min-h-1-percent {
    min-height: 1%;
  }
  .min-w-1-percent {
    min-width: 1%;
  }
  .max-h-1-percent {
    max-height: 1%;
  }
  .max-w-1-percent {
    max-width: 1%;
  }
  .pad-b-1-percent {
    padding-bottom: 1%;
  }
  .h-2-percent {
    height: 2%;
  }
  .w-2-percent {
    width: 2%;
  }
  .min-h-2-percent {
    min-height: 2%;
  }
  .min-w-2-percent {
    min-width: 2%;
  }
  .max-h-2-percent {
    max-height: 2%;
  }
  .max-w-2-percent {
    max-width: 2%;
  }
  .pad-b-2-percent {
    padding-bottom: 2%;
  }
  .h-3-percent {
    height: 3%;
  }
  .w-3-percent {
    width: 3%;
  }
  .min-h-3-percent {
    min-height: 3%;
  }
  .min-w-3-percent {
    min-width: 3%;
  }
  .max-h-3-percent {
    max-height: 3%;
  }
  .max-w-3-percent {
    max-width: 3%;
  }
  .pad-b-3-percent {
    padding-bottom: 3%;
  }
  .h-4-percent {
    height: 4%;
  }
  .w-4-percent {
    width: 4%;
  }
  .min-h-4-percent {
    min-height: 4%;
  }
  .min-w-4-percent {
    min-width: 4%;
  }
  .max-h-4-percent {
    max-height: 4%;
  }
  .max-w-4-percent {
    max-width: 4%;
  }
  .pad-b-4-percent {
    padding-bottom: 4%;
  }
  .h-5-percent {
    height: 5%;
  }
  .w-5-percent {
    width: 5%;
  }
  .min-h-5-percent {
    min-height: 5%;
  }
  .min-w-5-percent {
    min-width: 5%;
  }
  .max-h-5-percent {
    max-height: 5%;
  }
  .max-w-5-percent {
    max-width: 5%;
  }
  .pad-b-5-percent {
    padding-bottom: 5%;
  }
  .h-6-percent {
    height: 6%;
  }
  .w-6-percent {
    width: 6%;
  }
  .min-h-6-percent {
    min-height: 6%;
  }
  .min-w-6-percent {
    min-width: 6%;
  }
  .max-h-6-percent {
    max-height: 6%;
  }
  .max-w-6-percent {
    max-width: 6%;
  }
  .pad-b-6-percent {
    padding-bottom: 6%;
  }
  .h-7-percent {
    height: 7%;
  }
  .w-7-percent {
    width: 7%;
  }
  .min-h-7-percent {
    min-height: 7%;
  }
  .min-w-7-percent {
    min-width: 7%;
  }
  .max-h-7-percent {
    max-height: 7%;
  }
  .max-w-7-percent {
    max-width: 7%;
  }
  .pad-b-7-percent {
    padding-bottom: 7%;
  }
  .h-8-percent {
    height: 8%;
  }
  .w-8-percent {
    width: 8%;
  }
  .min-h-8-percent {
    min-height: 8%;
  }
  .min-w-8-percent {
    min-width: 8%;
  }
  .max-h-8-percent {
    max-height: 8%;
  }
  .max-w-8-percent {
    max-width: 8%;
  }
  .pad-b-8-percent {
    padding-bottom: 8%;
  }
  .h-9-percent {
    height: 9%;
  }
  .w-9-percent {
    width: 9%;
  }
  .min-h-9-percent {
    min-height: 9%;
  }
  .min-w-9-percent {
    min-width: 9%;
  }
  .max-h-9-percent {
    max-height: 9%;
  }
  .max-w-9-percent {
    max-width: 9%;
  }
  .pad-b-9-percent {
    padding-bottom: 9%;
  }
  .h-10-percent {
    height: 10%;
  }
  .w-10-percent {
    width: 10%;
  }
  .min-h-10-percent {
    min-height: 10%;
  }
  .min-w-10-percent {
    min-width: 10%;
  }
  .max-h-10-percent {
    max-height: 10%;
  }
  .max-w-10-percent {
    max-width: 10%;
  }
  .pad-b-10-percent {
    padding-bottom: 10%;
  }
  .h-11-percent {
    height: 11%;
  }
  .w-11-percent {
    width: 11%;
  }
  .min-h-11-percent {
    min-height: 11%;
  }
  .min-w-11-percent {
    min-width: 11%;
  }
  .max-h-11-percent {
    max-height: 11%;
  }
  .max-w-11-percent {
    max-width: 11%;
  }
  .pad-b-11-percent {
    padding-bottom: 11%;
  }
  .h-12-percent {
    height: 12%;
  }
  .w-12-percent {
    width: 12%;
  }
  .min-h-12-percent {
    min-height: 12%;
  }
  .min-w-12-percent {
    min-width: 12%;
  }
  .max-h-12-percent {
    max-height: 12%;
  }
  .max-w-12-percent {
    max-width: 12%;
  }
  .pad-b-12-percent {
    padding-bottom: 12%;
  }
  .h-13-percent {
    height: 13%;
  }
  .w-13-percent {
    width: 13%;
  }
  .min-h-13-percent {
    min-height: 13%;
  }
  .min-w-13-percent {
    min-width: 13%;
  }
  .max-h-13-percent {
    max-height: 13%;
  }
  .max-w-13-percent {
    max-width: 13%;
  }
  .pad-b-13-percent {
    padding-bottom: 13%;
  }
  .h-14-percent {
    height: 14%;
  }
  .w-14-percent {
    width: 14%;
  }
  .min-h-14-percent {
    min-height: 14%;
  }
  .min-w-14-percent {
    min-width: 14%;
  }
  .max-h-14-percent {
    max-height: 14%;
  }
  .max-w-14-percent {
    max-width: 14%;
  }
  .pad-b-14-percent {
    padding-bottom: 14%;
  }
  .h-15-percent {
    height: 15%;
  }
  .w-15-percent {
    width: 15%;
  }
  .min-h-15-percent {
    min-height: 15%;
  }
  .min-w-15-percent {
    min-width: 15%;
  }
  .max-h-15-percent {
    max-height: 15%;
  }
  .max-w-15-percent {
    max-width: 15%;
  }
  .pad-b-15-percent {
    padding-bottom: 15%;
  }
  .h-16-percent {
    height: 16%;
  }
  .w-16-percent {
    width: 16%;
  }
  .min-h-16-percent {
    min-height: 16%;
  }
  .min-w-16-percent {
    min-width: 16%;
  }
  .max-h-16-percent {
    max-height: 16%;
  }
  .max-w-16-percent {
    max-width: 16%;
  }
  .pad-b-16-percent {
    padding-bottom: 16%;
  }
  .h-17-percent {
    height: 17%;
  }
  .w-17-percent {
    width: 17%;
  }
  .min-h-17-percent {
    min-height: 17%;
  }
  .min-w-17-percent {
    min-width: 17%;
  }
  .max-h-17-percent {
    max-height: 17%;
  }
  .max-w-17-percent {
    max-width: 17%;
  }
  .pad-b-17-percent {
    padding-bottom: 17%;
  }
  .h-18-percent {
    height: 18%;
  }
  .w-18-percent {
    width: 18%;
  }
  .min-h-18-percent {
    min-height: 18%;
  }
  .min-w-18-percent {
    min-width: 18%;
  }
  .max-h-18-percent {
    max-height: 18%;
  }
  .max-w-18-percent {
    max-width: 18%;
  }
  .pad-b-18-percent {
    padding-bottom: 18%;
  }
  .h-19-percent {
    height: 19%;
  }
  .w-19-percent {
    width: 19%;
  }
  .min-h-19-percent {
    min-height: 19%;
  }
  .min-w-19-percent {
    min-width: 19%;
  }
  .max-h-19-percent {
    max-height: 19%;
  }
  .max-w-19-percent {
    max-width: 19%;
  }
  .pad-b-19-percent {
    padding-bottom: 19%;
  }
  .h-20-percent {
    height: 20%;
  }
  .w-20-percent {
    width: 20%;
  }
  .min-h-20-percent {
    min-height: 20%;
  }
  .min-w-20-percent {
    min-width: 20%;
  }
  .max-h-20-percent {
    max-height: 20%;
  }
  .max-w-20-percent {
    max-width: 20%;
  }
  .pad-b-20-percent {
    padding-bottom: 20%;
  }
  .h-21-percent {
    height: 21%;
  }
  .w-21-percent {
    width: 21%;
  }
  .min-h-21-percent {
    min-height: 21%;
  }
  .min-w-21-percent {
    min-width: 21%;
  }
  .max-h-21-percent {
    max-height: 21%;
  }
  .max-w-21-percent {
    max-width: 21%;
  }
  .pad-b-21-percent {
    padding-bottom: 21%;
  }
  .h-22-percent {
    height: 22%;
  }
  .w-22-percent {
    width: 22%;
  }
  .min-h-22-percent {
    min-height: 22%;
  }
  .min-w-22-percent {
    min-width: 22%;
  }
  .max-h-22-percent {
    max-height: 22%;
  }
  .max-w-22-percent {
    max-width: 22%;
  }
  .pad-b-22-percent {
    padding-bottom: 22%;
  }
  .h-23-percent {
    height: 23%;
  }
  .w-23-percent {
    width: 23%;
  }
  .min-h-23-percent {
    min-height: 23%;
  }
  .min-w-23-percent {
    min-width: 23%;
  }
  .max-h-23-percent {
    max-height: 23%;
  }
  .max-w-23-percent {
    max-width: 23%;
  }
  .pad-b-23-percent {
    padding-bottom: 23%;
  }
  .h-24-percent {
    height: 24%;
  }
  .w-24-percent {
    width: 24%;
  }
  .min-h-24-percent {
    min-height: 24%;
  }
  .min-w-24-percent {
    min-width: 24%;
  }
  .max-h-24-percent {
    max-height: 24%;
  }
  .max-w-24-percent {
    max-width: 24%;
  }
  .pad-b-24-percent {
    padding-bottom: 24%;
  }
  .h-25-percent {
    height: 25%;
  }
  .w-25-percent {
    width: 25%;
  }
  .min-h-25-percent {
    min-height: 25%;
  }
  .min-w-25-percent {
    min-width: 25%;
  }
  .max-h-25-percent {
    max-height: 25%;
  }
  .max-w-25-percent {
    max-width: 25%;
  }
  .pad-b-25-percent {
    padding-bottom: 25%;
  }
  .h-26-percent {
    height: 26%;
  }
  .w-26-percent {
    width: 26%;
  }
  .min-h-26-percent {
    min-height: 26%;
  }
  .min-w-26-percent {
    min-width: 26%;
  }
  .max-h-26-percent {
    max-height: 26%;
  }
  .max-w-26-percent {
    max-width: 26%;
  }
  .pad-b-26-percent {
    padding-bottom: 26%;
  }
  .h-27-percent {
    height: 27%;
  }
  .w-27-percent {
    width: 27%;
  }
  .min-h-27-percent {
    min-height: 27%;
  }
  .min-w-27-percent {
    min-width: 27%;
  }
  .max-h-27-percent {
    max-height: 27%;
  }
  .max-w-27-percent {
    max-width: 27%;
  }
  .pad-b-27-percent {
    padding-bottom: 27%;
  }
  .h-28-percent {
    height: 28%;
  }
  .w-28-percent {
    width: 28%;
  }
  .min-h-28-percent {
    min-height: 28%;
  }
  .min-w-28-percent {
    min-width: 28%;
  }
  .max-h-28-percent {
    max-height: 28%;
  }
  .max-w-28-percent {
    max-width: 28%;
  }
  .pad-b-28-percent {
    padding-bottom: 28%;
  }
  .h-29-percent {
    height: 29%;
  }
  .w-29-percent {
    width: 29%;
  }
  .min-h-29-percent {
    min-height: 29%;
  }
  .min-w-29-percent {
    min-width: 29%;
  }
  .max-h-29-percent {
    max-height: 29%;
  }
  .max-w-29-percent {
    max-width: 29%;
  }
  .pad-b-29-percent {
    padding-bottom: 29%;
  }
  .h-30-percent {
    height: 30%;
  }
  .w-30-percent {
    width: 30%;
  }
  .min-h-30-percent {
    min-height: 30%;
  }
  .min-w-30-percent {
    min-width: 30%;
  }
  .max-h-30-percent {
    max-height: 30%;
  }
  .max-w-30-percent {
    max-width: 30%;
  }
  .pad-b-30-percent {
    padding-bottom: 30%;
  }
  .h-31-percent {
    height: 31%;
  }
  .w-31-percent {
    width: 31%;
  }
  .min-h-31-percent {
    min-height: 31%;
  }
  .min-w-31-percent {
    min-width: 31%;
  }
  .max-h-31-percent {
    max-height: 31%;
  }
  .max-w-31-percent {
    max-width: 31%;
  }
  .pad-b-31-percent {
    padding-bottom: 31%;
  }
  .h-32-percent {
    height: 32%;
  }
  .w-32-percent {
    width: 32%;
  }
  .min-h-32-percent {
    min-height: 32%;
  }
  .min-w-32-percent {
    min-width: 32%;
  }
  .max-h-32-percent {
    max-height: 32%;
  }
  .max-w-32-percent {
    max-width: 32%;
  }
  .pad-b-32-percent {
    padding-bottom: 32%;
  }
  .h-33-percent {
    height: 33%;
  }
  .w-33-percent {
    width: 33%;
  }
  .min-h-33-percent {
    min-height: 33%;
  }
  .min-w-33-percent {
    min-width: 33%;
  }
  .max-h-33-percent {
    max-height: 33%;
  }
  .max-w-33-percent {
    max-width: 33%;
  }
  .pad-b-33-percent {
    padding-bottom: 33%;
  }
  .h-34-percent {
    height: 34%;
  }
  .w-34-percent {
    width: 34%;
  }
  .min-h-34-percent {
    min-height: 34%;
  }
  .min-w-34-percent {
    min-width: 34%;
  }
  .max-h-34-percent {
    max-height: 34%;
  }
  .max-w-34-percent {
    max-width: 34%;
  }
  .pad-b-34-percent {
    padding-bottom: 34%;
  }
  .h-35-percent {
    height: 35%;
  }
  .w-35-percent {
    width: 35%;
  }
  .min-h-35-percent {
    min-height: 35%;
  }
  .min-w-35-percent {
    min-width: 35%;
  }
  .max-h-35-percent {
    max-height: 35%;
  }
  .max-w-35-percent {
    max-width: 35%;
  }
  .pad-b-35-percent {
    padding-bottom: 35%;
  }
  .h-36-percent {
    height: 36%;
  }
  .w-36-percent {
    width: 36%;
  }
  .min-h-36-percent {
    min-height: 36%;
  }
  .min-w-36-percent {
    min-width: 36%;
  }
  .max-h-36-percent {
    max-height: 36%;
  }
  .max-w-36-percent {
    max-width: 36%;
  }
  .pad-b-36-percent {
    padding-bottom: 36%;
  }
  .h-37-percent {
    height: 37%;
  }
  .w-37-percent {
    width: 37%;
  }
  .min-h-37-percent {
    min-height: 37%;
  }
  .min-w-37-percent {
    min-width: 37%;
  }
  .max-h-37-percent {
    max-height: 37%;
  }
  .max-w-37-percent {
    max-width: 37%;
  }
  .pad-b-37-percent {
    padding-bottom: 37%;
  }
  .h-38-percent {
    height: 38%;
  }
  .w-38-percent {
    width: 38%;
  }
  .min-h-38-percent {
    min-height: 38%;
  }
  .min-w-38-percent {
    min-width: 38%;
  }
  .max-h-38-percent {
    max-height: 38%;
  }
  .max-w-38-percent {
    max-width: 38%;
  }
  .pad-b-38-percent {
    padding-bottom: 38%;
  }
  .h-39-percent {
    height: 39%;
  }
  .w-39-percent {
    width: 39%;
  }
  .min-h-39-percent {
    min-height: 39%;
  }
  .min-w-39-percent {
    min-width: 39%;
  }
  .max-h-39-percent {
    max-height: 39%;
  }
  .max-w-39-percent {
    max-width: 39%;
  }
  .pad-b-39-percent {
    padding-bottom: 39%;
  }
  .h-40-percent {
    height: 40%;
  }
  .w-40-percent {
    width: 40%;
  }
  .min-h-40-percent {
    min-height: 40%;
  }
  .min-w-40-percent {
    min-width: 40%;
  }
  .max-h-40-percent {
    max-height: 40%;
  }
  .max-w-40-percent {
    max-width: 40%;
  }
  .pad-b-40-percent {
    padding-bottom: 40%;
  }
  .h-41-percent {
    height: 41%;
  }
  .w-41-percent {
    width: 41%;
  }
  .min-h-41-percent {
    min-height: 41%;
  }
  .min-w-41-percent {
    min-width: 41%;
  }
  .max-h-41-percent {
    max-height: 41%;
  }
  .max-w-41-percent {
    max-width: 41%;
  }
  .pad-b-41-percent {
    padding-bottom: 41%;
  }
  .h-42-percent {
    height: 42%;
  }
  .w-42-percent {
    width: 42%;
  }
  .min-h-42-percent {
    min-height: 42%;
  }
  .min-w-42-percent {
    min-width: 42%;
  }
  .max-h-42-percent {
    max-height: 42%;
  }
  .max-w-42-percent {
    max-width: 42%;
  }
  .pad-b-42-percent {
    padding-bottom: 42%;
  }
  .h-43-percent {
    height: 43%;
  }
  .w-43-percent {
    width: 43%;
  }
  .min-h-43-percent {
    min-height: 43%;
  }
  .min-w-43-percent {
    min-width: 43%;
  }
  .max-h-43-percent {
    max-height: 43%;
  }
  .max-w-43-percent {
    max-width: 43%;
  }
  .pad-b-43-percent {
    padding-bottom: 43%;
  }
  .h-44-percent {
    height: 44%;
  }
  .w-44-percent {
    width: 44%;
  }
  .min-h-44-percent {
    min-height: 44%;
  }
  .min-w-44-percent {
    min-width: 44%;
  }
  .max-h-44-percent {
    max-height: 44%;
  }
  .max-w-44-percent {
    max-width: 44%;
  }
  .pad-b-44-percent {
    padding-bottom: 44%;
  }
  .h-45-percent {
    height: 45%;
  }
  .w-45-percent {
    width: 45%;
  }
  .min-h-45-percent {
    min-height: 45%;
  }
  .min-w-45-percent {
    min-width: 45%;
  }
  .max-h-45-percent {
    max-height: 45%;
  }
  .max-w-45-percent {
    max-width: 45%;
  }
  .pad-b-45-percent {
    padding-bottom: 45%;
  }
  .h-46-percent {
    height: 46%;
  }
  .w-46-percent {
    width: 46%;
  }
  .min-h-46-percent {
    min-height: 46%;
  }
  .min-w-46-percent {
    min-width: 46%;
  }
  .max-h-46-percent {
    max-height: 46%;
  }
  .max-w-46-percent {
    max-width: 46%;
  }
  .pad-b-46-percent {
    padding-bottom: 46%;
  }
  .h-47-percent {
    height: 47%;
  }
  .w-47-percent {
    width: 47%;
  }
  .min-h-47-percent {
    min-height: 47%;
  }
  .min-w-47-percent {
    min-width: 47%;
  }
  .max-h-47-percent {
    max-height: 47%;
  }
  .max-w-47-percent {
    max-width: 47%;
  }
  .pad-b-47-percent {
    padding-bottom: 47%;
  }
  .h-48-percent {
    height: 48%;
  }
  .w-48-percent {
    width: 48%;
  }
  .min-h-48-percent {
    min-height: 48%;
  }
  .min-w-48-percent {
    min-width: 48%;
  }
  .max-h-48-percent {
    max-height: 48%;
  }
  .max-w-48-percent {
    max-width: 48%;
  }
  .pad-b-48-percent {
    padding-bottom: 48%;
  }
  .h-49-percent {
    height: 49%;
  }
  .w-49-percent {
    width: 49%;
  }
  .min-h-49-percent {
    min-height: 49%;
  }
  .min-w-49-percent {
    min-width: 49%;
  }
  .max-h-49-percent {
    max-height: 49%;
  }
  .max-w-49-percent {
    max-width: 49%;
  }
  .pad-b-49-percent {
    padding-bottom: 49%;
  }
  .h-50-percent {
    height: 50%;
  }
  .w-50-percent {
    width: 50%;
  }
  .min-h-50-percent {
    min-height: 50%;
  }
  .min-w-50-percent {
    min-width: 50%;
  }
  .max-h-50-percent {
    max-height: 50%;
  }
  .max-w-50-percent {
    max-width: 50%;
  }
  .pad-b-50-percent {
    padding-bottom: 50%;
  }
  .h-51-percent {
    height: 51%;
  }
  .w-51-percent {
    width: 51%;
  }
  .min-h-51-percent {
    min-height: 51%;
  }
  .min-w-51-percent {
    min-width: 51%;
  }
  .max-h-51-percent {
    max-height: 51%;
  }
  .max-w-51-percent {
    max-width: 51%;
  }
  .pad-b-51-percent {
    padding-bottom: 51%;
  }
  .h-52-percent {
    height: 52%;
  }
  .w-52-percent {
    width: 52%;
  }
  .min-h-52-percent {
    min-height: 52%;
  }
  .min-w-52-percent {
    min-width: 52%;
  }
  .max-h-52-percent {
    max-height: 52%;
  }
  .max-w-52-percent {
    max-width: 52%;
  }
  .pad-b-52-percent {
    padding-bottom: 52%;
  }
  .h-53-percent {
    height: 53%;
  }
  .w-53-percent {
    width: 53%;
  }
  .min-h-53-percent {
    min-height: 53%;
  }
  .min-w-53-percent {
    min-width: 53%;
  }
  .max-h-53-percent {
    max-height: 53%;
  }
  .max-w-53-percent {
    max-width: 53%;
  }
  .pad-b-53-percent {
    padding-bottom: 53%;
  }
  .h-54-percent {
    height: 54%;
  }
  .w-54-percent {
    width: 54%;
  }
  .min-h-54-percent {
    min-height: 54%;
  }
  .min-w-54-percent {
    min-width: 54%;
  }
  .max-h-54-percent {
    max-height: 54%;
  }
  .max-w-54-percent {
    max-width: 54%;
  }
  .pad-b-54-percent {
    padding-bottom: 54%;
  }
  .h-55-percent {
    height: 55%;
  }
  .w-55-percent {
    width: 55%;
  }
  .min-h-55-percent {
    min-height: 55%;
  }
  .min-w-55-percent {
    min-width: 55%;
  }
  .max-h-55-percent {
    max-height: 55%;
  }
  .max-w-55-percent {
    max-width: 55%;
  }
  .pad-b-55-percent {
    padding-bottom: 55%;
  }
  .h-56-percent {
    height: 56%;
  }
  .w-56-percent {
    width: 56%;
  }
  .min-h-56-percent {
    min-height: 56%;
  }
  .min-w-56-percent {
    min-width: 56%;
  }
  .max-h-56-percent {
    max-height: 56%;
  }
  .max-w-56-percent {
    max-width: 56%;
  }
  .pad-b-56-percent {
    padding-bottom: 56%;
  }
  .h-57-percent {
    height: 57%;
  }
  .w-57-percent {
    width: 57%;
  }
  .min-h-57-percent {
    min-height: 57%;
  }
  .min-w-57-percent {
    min-width: 57%;
  }
  .max-h-57-percent {
    max-height: 57%;
  }
  .max-w-57-percent {
    max-width: 57%;
  }
  .pad-b-57-percent {
    padding-bottom: 57%;
  }
  .h-58-percent {
    height: 58%;
  }
  .w-58-percent {
    width: 58%;
  }
  .min-h-58-percent {
    min-height: 58%;
  }
  .min-w-58-percent {
    min-width: 58%;
  }
  .max-h-58-percent {
    max-height: 58%;
  }
  .max-w-58-percent {
    max-width: 58%;
  }
  .pad-b-58-percent {
    padding-bottom: 58%;
  }
  .h-59-percent {
    height: 59%;
  }
  .w-59-percent {
    width: 59%;
  }
  .min-h-59-percent {
    min-height: 59%;
  }
  .min-w-59-percent {
    min-width: 59%;
  }
  .max-h-59-percent {
    max-height: 59%;
  }
  .max-w-59-percent {
    max-width: 59%;
  }
  .pad-b-59-percent {
    padding-bottom: 59%;
  }
  .h-60-percent {
    height: 60%;
  }
  .w-60-percent {
    width: 60%;
  }
  .min-h-60-percent {
    min-height: 60%;
  }
  .min-w-60-percent {
    min-width: 60%;
  }
  .max-h-60-percent {
    max-height: 60%;
  }
  .max-w-60-percent {
    max-width: 60%;
  }
  .pad-b-60-percent {
    padding-bottom: 60%;
  }
  .h-61-percent {
    height: 61%;
  }
  .w-61-percent {
    width: 61%;
  }
  .min-h-61-percent {
    min-height: 61%;
  }
  .min-w-61-percent {
    min-width: 61%;
  }
  .max-h-61-percent {
    max-height: 61%;
  }
  .max-w-61-percent {
    max-width: 61%;
  }
  .pad-b-61-percent {
    padding-bottom: 61%;
  }
  .h-62-percent {
    height: 62%;
  }
  .w-62-percent {
    width: 62%;
  }
  .min-h-62-percent {
    min-height: 62%;
  }
  .min-w-62-percent {
    min-width: 62%;
  }
  .max-h-62-percent {
    max-height: 62%;
  }
  .max-w-62-percent {
    max-width: 62%;
  }
  .pad-b-62-percent {
    padding-bottom: 62%;
  }
  .h-63-percent {
    height: 63%;
  }
  .w-63-percent {
    width: 63%;
  }
  .min-h-63-percent {
    min-height: 63%;
  }
  .min-w-63-percent {
    min-width: 63%;
  }
  .max-h-63-percent {
    max-height: 63%;
  }
  .max-w-63-percent {
    max-width: 63%;
  }
  .pad-b-63-percent {
    padding-bottom: 63%;
  }
  .h-64-percent {
    height: 64%;
  }
  .w-64-percent {
    width: 64%;
  }
  .min-h-64-percent {
    min-height: 64%;
  }
  .min-w-64-percent {
    min-width: 64%;
  }
  .max-h-64-percent {
    max-height: 64%;
  }
  .max-w-64-percent {
    max-width: 64%;
  }
  .pad-b-64-percent {
    padding-bottom: 64%;
  }
  .h-65-percent {
    height: 65%;
  }
  .w-65-percent {
    width: 65%;
  }
  .min-h-65-percent {
    min-height: 65%;
  }
  .min-w-65-percent {
    min-width: 65%;
  }
  .max-h-65-percent {
    max-height: 65%;
  }
  .max-w-65-percent {
    max-width: 65%;
  }
  .pad-b-65-percent {
    padding-bottom: 65%;
  }
  .h-66-percent {
    height: 66%;
  }
  .w-66-percent {
    width: 66%;
  }
  .min-h-66-percent {
    min-height: 66%;
  }
  .min-w-66-percent {
    min-width: 66%;
  }
  .max-h-66-percent {
    max-height: 66%;
  }
  .max-w-66-percent {
    max-width: 66%;
  }
  .pad-b-66-percent {
    padding-bottom: 66%;
  }
  .h-67-percent {
    height: 67%;
  }
  .w-67-percent {
    width: 67%;
  }
  .min-h-67-percent {
    min-height: 67%;
  }
  .min-w-67-percent {
    min-width: 67%;
  }
  .max-h-67-percent {
    max-height: 67%;
  }
  .max-w-67-percent {
    max-width: 67%;
  }
  .pad-b-67-percent {
    padding-bottom: 67%;
  }
  .h-68-percent {
    height: 68%;
  }
  .w-68-percent {
    width: 68%;
  }
  .min-h-68-percent {
    min-height: 68%;
  }
  .min-w-68-percent {
    min-width: 68%;
  }
  .max-h-68-percent {
    max-height: 68%;
  }
  .max-w-68-percent {
    max-width: 68%;
  }
  .pad-b-68-percent {
    padding-bottom: 68%;
  }
  .h-69-percent {
    height: 69%;
  }
  .w-69-percent {
    width: 69%;
  }
  .min-h-69-percent {
    min-height: 69%;
  }
  .min-w-69-percent {
    min-width: 69%;
  }
  .max-h-69-percent {
    max-height: 69%;
  }
  .max-w-69-percent {
    max-width: 69%;
  }
  .pad-b-69-percent {
    padding-bottom: 69%;
  }
  .h-70-percent {
    height: 70%;
  }
  .w-70-percent {
    width: 70%;
  }
  .min-h-70-percent {
    min-height: 70%;
  }
  .min-w-70-percent {
    min-width: 70%;
  }
  .max-h-70-percent {
    max-height: 70%;
  }
  .max-w-70-percent {
    max-width: 70%;
  }
  .pad-b-70-percent {
    padding-bottom: 70%;
  }
  .h-71-percent {
    height: 71%;
  }
  .w-71-percent {
    width: 71%;
  }
  .min-h-71-percent {
    min-height: 71%;
  }
  .min-w-71-percent {
    min-width: 71%;
  }
  .max-h-71-percent {
    max-height: 71%;
  }
  .max-w-71-percent {
    max-width: 71%;
  }
  .pad-b-71-percent {
    padding-bottom: 71%;
  }
  .h-72-percent {
    height: 72%;
  }
  .w-72-percent {
    width: 72%;
  }
  .min-h-72-percent {
    min-height: 72%;
  }
  .min-w-72-percent {
    min-width: 72%;
  }
  .max-h-72-percent {
    max-height: 72%;
  }
  .max-w-72-percent {
    max-width: 72%;
  }
  .pad-b-72-percent {
    padding-bottom: 72%;
  }
  .h-73-percent {
    height: 73%;
  }
  .w-73-percent {
    width: 73%;
  }
  .min-h-73-percent {
    min-height: 73%;
  }
  .min-w-73-percent {
    min-width: 73%;
  }
  .max-h-73-percent {
    max-height: 73%;
  }
  .max-w-73-percent {
    max-width: 73%;
  }
  .pad-b-73-percent {
    padding-bottom: 73%;
  }
  .h-74-percent {
    height: 74%;
  }
  .w-74-percent {
    width: 74%;
  }
  .min-h-74-percent {
    min-height: 74%;
  }
  .min-w-74-percent {
    min-width: 74%;
  }
  .max-h-74-percent {
    max-height: 74%;
  }
  .max-w-74-percent {
    max-width: 74%;
  }
  .pad-b-74-percent {
    padding-bottom: 74%;
  }
  .h-75-percent {
    height: 75%;
  }
  .w-75-percent {
    width: 75%;
  }
  .min-h-75-percent {
    min-height: 75%;
  }
  .min-w-75-percent {
    min-width: 75%;
  }
  .max-h-75-percent {
    max-height: 75%;
  }
  .max-w-75-percent {
    max-width: 75%;
  }
  .pad-b-75-percent {
    padding-bottom: 75%;
  }
  .h-76-percent {
    height: 76%;
  }
  .w-76-percent {
    width: 76%;
  }
  .min-h-76-percent {
    min-height: 76%;
  }
  .min-w-76-percent {
    min-width: 76%;
  }
  .max-h-76-percent {
    max-height: 76%;
  }
  .max-w-76-percent {
    max-width: 76%;
  }
  .pad-b-76-percent {
    padding-bottom: 76%;
  }
  .h-77-percent {
    height: 77%;
  }
  .w-77-percent {
    width: 77%;
  }
  .min-h-77-percent {
    min-height: 77%;
  }
  .min-w-77-percent {
    min-width: 77%;
  }
  .max-h-77-percent {
    max-height: 77%;
  }
  .max-w-77-percent {
    max-width: 77%;
  }
  .pad-b-77-percent {
    padding-bottom: 77%;
  }
  .h-78-percent {
    height: 78%;
  }
  .w-78-percent {
    width: 78%;
  }
  .min-h-78-percent {
    min-height: 78%;
  }
  .min-w-78-percent {
    min-width: 78%;
  }
  .max-h-78-percent {
    max-height: 78%;
  }
  .max-w-78-percent {
    max-width: 78%;
  }
  .pad-b-78-percent {
    padding-bottom: 78%;
  }
  .h-79-percent {
    height: 79%;
  }
  .w-79-percent {
    width: 79%;
  }
  .min-h-79-percent {
    min-height: 79%;
  }
  .min-w-79-percent {
    min-width: 79%;
  }
  .max-h-79-percent {
    max-height: 79%;
  }
  .max-w-79-percent {
    max-width: 79%;
  }
  .pad-b-79-percent {
    padding-bottom: 79%;
  }
  .h-80-percent {
    height: 80%;
  }
  .w-80-percent {
    width: 80%;
  }
  .min-h-80-percent {
    min-height: 80%;
  }
  .min-w-80-percent {
    min-width: 80%;
  }
  .max-h-80-percent {
    max-height: 80%;
  }
  .max-w-80-percent {
    max-width: 80%;
  }
  .pad-b-80-percent {
    padding-bottom: 80%;
  }
  .h-81-percent {
    height: 81%;
  }
  .w-81-percent {
    width: 81%;
  }
  .min-h-81-percent {
    min-height: 81%;
  }
  .min-w-81-percent {
    min-width: 81%;
  }
  .max-h-81-percent {
    max-height: 81%;
  }
  .max-w-81-percent {
    max-width: 81%;
  }
  .pad-b-81-percent {
    padding-bottom: 81%;
  }
  .h-82-percent {
    height: 82%;
  }
  .w-82-percent {
    width: 82%;
  }
  .min-h-82-percent {
    min-height: 82%;
  }
  .min-w-82-percent {
    min-width: 82%;
  }
  .max-h-82-percent {
    max-height: 82%;
  }
  .max-w-82-percent {
    max-width: 82%;
  }
  .pad-b-82-percent {
    padding-bottom: 82%;
  }
  .h-83-percent {
    height: 83%;
  }
  .w-83-percent {
    width: 83%;
  }
  .min-h-83-percent {
    min-height: 83%;
  }
  .min-w-83-percent {
    min-width: 83%;
  }
  .max-h-83-percent {
    max-height: 83%;
  }
  .max-w-83-percent {
    max-width: 83%;
  }
  .pad-b-83-percent {
    padding-bottom: 83%;
  }
  .h-84-percent {
    height: 84%;
  }
  .w-84-percent {
    width: 84%;
  }
  .min-h-84-percent {
    min-height: 84%;
  }
  .min-w-84-percent {
    min-width: 84%;
  }
  .max-h-84-percent {
    max-height: 84%;
  }
  .max-w-84-percent {
    max-width: 84%;
  }
  .pad-b-84-percent {
    padding-bottom: 84%;
  }
  .h-85-percent {
    height: 85%;
  }
  .w-85-percent {
    width: 85%;
  }
  .min-h-85-percent {
    min-height: 85%;
  }
  .min-w-85-percent {
    min-width: 85%;
  }
  .max-h-85-percent {
    max-height: 85%;
  }
  .max-w-85-percent {
    max-width: 85%;
  }
  .pad-b-85-percent {
    padding-bottom: 85%;
  }
  .h-86-percent {
    height: 86%;
  }
  .w-86-percent {
    width: 86%;
  }
  .min-h-86-percent {
    min-height: 86%;
  }
  .min-w-86-percent {
    min-width: 86%;
  }
  .max-h-86-percent {
    max-height: 86%;
  }
  .max-w-86-percent {
    max-width: 86%;
  }
  .pad-b-86-percent {
    padding-bottom: 86%;
  }
  .h-87-percent {
    height: 87%;
  }
  .w-87-percent {
    width: 87%;
  }
  .min-h-87-percent {
    min-height: 87%;
  }
  .min-w-87-percent {
    min-width: 87%;
  }
  .max-h-87-percent {
    max-height: 87%;
  }
  .max-w-87-percent {
    max-width: 87%;
  }
  .pad-b-87-percent {
    padding-bottom: 87%;
  }
  .h-88-percent {
    height: 88%;
  }
  .w-88-percent {
    width: 88%;
  }
  .min-h-88-percent {
    min-height: 88%;
  }
  .min-w-88-percent {
    min-width: 88%;
  }
  .max-h-88-percent {
    max-height: 88%;
  }
  .max-w-88-percent {
    max-width: 88%;
  }
  .pad-b-88-percent {
    padding-bottom: 88%;
  }
  .h-89-percent {
    height: 89%;
  }
  .w-89-percent {
    width: 89%;
  }
  .min-h-89-percent {
    min-height: 89%;
  }
  .min-w-89-percent {
    min-width: 89%;
  }
  .max-h-89-percent {
    max-height: 89%;
  }
  .max-w-89-percent {
    max-width: 89%;
  }
  .pad-b-89-percent {
    padding-bottom: 89%;
  }
  .h-90-percent {
    height: 90%;
  }
  .w-90-percent {
    width: 90%;
  }
  .min-h-90-percent {
    min-height: 90%;
  }
  .min-w-90-percent {
    min-width: 90%;
  }
  .max-h-90-percent {
    max-height: 90%;
  }
  .max-w-90-percent {
    max-width: 90%;
  }
  .pad-b-90-percent {
    padding-bottom: 90%;
  }
  .h-91-percent {
    height: 91%;
  }
  .w-91-percent {
    width: 91%;
  }
  .min-h-91-percent {
    min-height: 91%;
  }
  .min-w-91-percent {
    min-width: 91%;
  }
  .max-h-91-percent {
    max-height: 91%;
  }
  .max-w-91-percent {
    max-width: 91%;
  }
  .pad-b-91-percent {
    padding-bottom: 91%;
  }
  .h-92-percent {
    height: 92%;
  }
  .w-92-percent {
    width: 92%;
  }
  .min-h-92-percent {
    min-height: 92%;
  }
  .min-w-92-percent {
    min-width: 92%;
  }
  .max-h-92-percent {
    max-height: 92%;
  }
  .max-w-92-percent {
    max-width: 92%;
  }
  .pad-b-92-percent {
    padding-bottom: 92%;
  }
  .h-93-percent {
    height: 93%;
  }
  .w-93-percent {
    width: 93%;
  }
  .min-h-93-percent {
    min-height: 93%;
  }
  .min-w-93-percent {
    min-width: 93%;
  }
  .max-h-93-percent {
    max-height: 93%;
  }
  .max-w-93-percent {
    max-width: 93%;
  }
  .pad-b-93-percent {
    padding-bottom: 93%;
  }
  .h-94-percent {
    height: 94%;
  }
  .w-94-percent {
    width: 94%;
  }
  .min-h-94-percent {
    min-height: 94%;
  }
  .min-w-94-percent {
    min-width: 94%;
  }
  .max-h-94-percent {
    max-height: 94%;
  }
  .max-w-94-percent {
    max-width: 94%;
  }
  .pad-b-94-percent {
    padding-bottom: 94%;
  }
  .h-95-percent {
    height: 95%;
  }
  .w-95-percent {
    width: 95%;
  }
  .min-h-95-percent {
    min-height: 95%;
  }
  .min-w-95-percent {
    min-width: 95%;
  }
  .max-h-95-percent {
    max-height: 95%;
  }
  .max-w-95-percent {
    max-width: 95%;
  }
  .pad-b-95-percent {
    padding-bottom: 95%;
  }
  .h-96-percent {
    height: 96%;
  }
  .w-96-percent {
    width: 96%;
  }
  .min-h-96-percent {
    min-height: 96%;
  }
  .min-w-96-percent {
    min-width: 96%;
  }
  .max-h-96-percent {
    max-height: 96%;
  }
  .max-w-96-percent {
    max-width: 96%;
  }
  .pad-b-96-percent {
    padding-bottom: 96%;
  }
  .h-97-percent {
    height: 97%;
  }
  .w-97-percent {
    width: 97%;
  }
  .min-h-97-percent {
    min-height: 97%;
  }
  .min-w-97-percent {
    min-width: 97%;
  }
  .max-h-97-percent {
    max-height: 97%;
  }
  .max-w-97-percent {
    max-width: 97%;
  }
  .pad-b-97-percent {
    padding-bottom: 97%;
  }
  .h-98-percent {
    height: 98%;
  }
  .w-98-percent {
    width: 98%;
  }
  .min-h-98-percent {
    min-height: 98%;
  }
  .min-w-98-percent {
    min-width: 98%;
  }
  .max-h-98-percent {
    max-height: 98%;
  }
  .max-w-98-percent {
    max-width: 98%;
  }
  .pad-b-98-percent {
    padding-bottom: 98%;
  }
  .h-99-percent {
    height: 99%;
  }
  .w-99-percent {
    width: 99%;
  }
  .min-h-99-percent {
    min-height: 99%;
  }
  .min-w-99-percent {
    min-width: 99%;
  }
  .max-h-99-percent {
    max-height: 99%;
  }
  .max-w-99-percent {
    max-width: 99%;
  }
  .pad-b-99-percent {
    padding-bottom: 99%;
  }
  .h-100-percent {
    height: 100%;
  }
  .w-100-percent {
    width: 100%;
  }
  .min-h-100-percent {
    min-height: 100%;
  }
  .min-w-100-percent {
    min-width: 100%;
  }
  .max-h-100-percent {
    max-height: 100%;
  }
  .max-w-100-percent {
    max-width: 100%;
  }
  .pad-b-100-percent {
    padding-bottom: 100%;
  }
  .h-101-percent {
    height: 101%;
  }
  .w-101-percent {
    width: 101%;
  }
  .min-h-101-percent {
    min-height: 101%;
  }
  .min-w-101-percent {
    min-width: 101%;
  }
  .max-h-101-percent {
    max-height: 101%;
  }
  .max-w-101-percent {
    max-width: 101%;
  }
  .pad-b-101-percent {
    padding-bottom: 101%;
  }
  .h-102-percent {
    height: 102%;
  }
  .w-102-percent {
    width: 102%;
  }
  .min-h-102-percent {
    min-height: 102%;
  }
  .min-w-102-percent {
    min-width: 102%;
  }
  .max-h-102-percent {
    max-height: 102%;
  }
  .max-w-102-percent {
    max-width: 102%;
  }
  .pad-b-102-percent {
    padding-bottom: 102%;
  }
  .h-103-percent {
    height: 103%;
  }
  .w-103-percent {
    width: 103%;
  }
  .min-h-103-percent {
    min-height: 103%;
  }
  .min-w-103-percent {
    min-width: 103%;
  }
  .max-h-103-percent {
    max-height: 103%;
  }
  .max-w-103-percent {
    max-width: 103%;
  }
  .pad-b-103-percent {
    padding-bottom: 103%;
  }
  .h-104-percent {
    height: 104%;
  }
  .w-104-percent {
    width: 104%;
  }
  .min-h-104-percent {
    min-height: 104%;
  }
  .min-w-104-percent {
    min-width: 104%;
  }
  .max-h-104-percent {
    max-height: 104%;
  }
  .max-w-104-percent {
    max-width: 104%;
  }
  .pad-b-104-percent {
    padding-bottom: 104%;
  }
  .h-105-percent {
    height: 105%;
  }
  .w-105-percent {
    width: 105%;
  }
  .min-h-105-percent {
    min-height: 105%;
  }
  .min-w-105-percent {
    min-width: 105%;
  }
  .max-h-105-percent {
    max-height: 105%;
  }
  .max-w-105-percent {
    max-width: 105%;
  }
  .pad-b-105-percent {
    padding-bottom: 105%;
  }
  .h-106-percent {
    height: 106%;
  }
  .w-106-percent {
    width: 106%;
  }
  .min-h-106-percent {
    min-height: 106%;
  }
  .min-w-106-percent {
    min-width: 106%;
  }
  .max-h-106-percent {
    max-height: 106%;
  }
  .max-w-106-percent {
    max-width: 106%;
  }
  .pad-b-106-percent {
    padding-bottom: 106%;
  }
  .h-107-percent {
    height: 107%;
  }
  .w-107-percent {
    width: 107%;
  }
  .min-h-107-percent {
    min-height: 107%;
  }
  .min-w-107-percent {
    min-width: 107%;
  }
  .max-h-107-percent {
    max-height: 107%;
  }
  .max-w-107-percent {
    max-width: 107%;
  }
  .pad-b-107-percent {
    padding-bottom: 107%;
  }
  .h-108-percent {
    height: 108%;
  }
  .w-108-percent {
    width: 108%;
  }
  .min-h-108-percent {
    min-height: 108%;
  }
  .min-w-108-percent {
    min-width: 108%;
  }
  .max-h-108-percent {
    max-height: 108%;
  }
  .max-w-108-percent {
    max-width: 108%;
  }
  .pad-b-108-percent {
    padding-bottom: 108%;
  }
  .h-109-percent {
    height: 109%;
  }
  .w-109-percent {
    width: 109%;
  }
  .min-h-109-percent {
    min-height: 109%;
  }
  .min-w-109-percent {
    min-width: 109%;
  }
  .max-h-109-percent {
    max-height: 109%;
  }
  .max-w-109-percent {
    max-width: 109%;
  }
  .pad-b-109-percent {
    padding-bottom: 109%;
  }
  .h-110-percent {
    height: 110%;
  }
  .w-110-percent {
    width: 110%;
  }
  .min-h-110-percent {
    min-height: 110%;
  }
  .min-w-110-percent {
    min-width: 110%;
  }
  .max-h-110-percent {
    max-height: 110%;
  }
  .max-w-110-percent {
    max-width: 110%;
  }
  .pad-b-110-percent {
    padding-bottom: 110%;
  }
  .h-111-percent {
    height: 111%;
  }
  .w-111-percent {
    width: 111%;
  }
  .min-h-111-percent {
    min-height: 111%;
  }
  .min-w-111-percent {
    min-width: 111%;
  }
  .max-h-111-percent {
    max-height: 111%;
  }
  .max-w-111-percent {
    max-width: 111%;
  }
  .pad-b-111-percent {
    padding-bottom: 111%;
  }
  .h-112-percent {
    height: 112%;
  }
  .w-112-percent {
    width: 112%;
  }
  .min-h-112-percent {
    min-height: 112%;
  }
  .min-w-112-percent {
    min-width: 112%;
  }
  .max-h-112-percent {
    max-height: 112%;
  }
  .max-w-112-percent {
    max-width: 112%;
  }
  .pad-b-112-percent {
    padding-bottom: 112%;
  }
  .h-113-percent {
    height: 113%;
  }
  .w-113-percent {
    width: 113%;
  }
  .min-h-113-percent {
    min-height: 113%;
  }
  .min-w-113-percent {
    min-width: 113%;
  }
  .max-h-113-percent {
    max-height: 113%;
  }
  .max-w-113-percent {
    max-width: 113%;
  }
  .pad-b-113-percent {
    padding-bottom: 113%;
  }
  .h-114-percent {
    height: 114%;
  }
  .w-114-percent {
    width: 114%;
  }
  .min-h-114-percent {
    min-height: 114%;
  }
  .min-w-114-percent {
    min-width: 114%;
  }
  .max-h-114-percent {
    max-height: 114%;
  }
  .max-w-114-percent {
    max-width: 114%;
  }
  .pad-b-114-percent {
    padding-bottom: 114%;
  }
  .h-115-percent {
    height: 115%;
  }
  .w-115-percent {
    width: 115%;
  }
  .min-h-115-percent {
    min-height: 115%;
  }
  .min-w-115-percent {
    min-width: 115%;
  }
  .max-h-115-percent {
    max-height: 115%;
  }
  .max-w-115-percent {
    max-width: 115%;
  }
  .pad-b-115-percent {
    padding-bottom: 115%;
  }
  .h-116-percent {
    height: 116%;
  }
  .w-116-percent {
    width: 116%;
  }
  .min-h-116-percent {
    min-height: 116%;
  }
  .min-w-116-percent {
    min-width: 116%;
  }
  .max-h-116-percent {
    max-height: 116%;
  }
  .max-w-116-percent {
    max-width: 116%;
  }
  .pad-b-116-percent {
    padding-bottom: 116%;
  }
  .h-117-percent {
    height: 117%;
  }
  .w-117-percent {
    width: 117%;
  }
  .min-h-117-percent {
    min-height: 117%;
  }
  .min-w-117-percent {
    min-width: 117%;
  }
  .max-h-117-percent {
    max-height: 117%;
  }
  .max-w-117-percent {
    max-width: 117%;
  }
  .pad-b-117-percent {
    padding-bottom: 117%;
  }
  .h-118-percent {
    height: 118%;
  }
  .w-118-percent {
    width: 118%;
  }
  .min-h-118-percent {
    min-height: 118%;
  }
  .min-w-118-percent {
    min-width: 118%;
  }
  .max-h-118-percent {
    max-height: 118%;
  }
  .max-w-118-percent {
    max-width: 118%;
  }
  .pad-b-118-percent {
    padding-bottom: 118%;
  }
  .h-119-percent {
    height: 119%;
  }
  .w-119-percent {
    width: 119%;
  }
  .min-h-119-percent {
    min-height: 119%;
  }
  .min-w-119-percent {
    min-width: 119%;
  }
  .max-h-119-percent {
    max-height: 119%;
  }
  .max-w-119-percent {
    max-width: 119%;
  }
  .pad-b-119-percent {
    padding-bottom: 119%;
  }
  .h-120-percent {
    height: 120%;
  }
  .w-120-percent {
    width: 120%;
  }
  .min-h-120-percent {
    min-height: 120%;
  }
  .min-w-120-percent {
    min-width: 120%;
  }
  .max-h-120-percent {
    max-height: 120%;
  }
  .max-w-120-percent {
    max-width: 120%;
  }
  .pad-b-120-percent {
    padding-bottom: 120%;
  }
  .h-121-percent {
    height: 121%;
  }
  .w-121-percent {
    width: 121%;
  }
  .min-h-121-percent {
    min-height: 121%;
  }
  .min-w-121-percent {
    min-width: 121%;
  }
  .max-h-121-percent {
    max-height: 121%;
  }
  .max-w-121-percent {
    max-width: 121%;
  }
  .pad-b-121-percent {
    padding-bottom: 121%;
  }
  .h-122-percent {
    height: 122%;
  }
  .w-122-percent {
    width: 122%;
  }
  .min-h-122-percent {
    min-height: 122%;
  }
  .min-w-122-percent {
    min-width: 122%;
  }
  .max-h-122-percent {
    max-height: 122%;
  }
  .max-w-122-percent {
    max-width: 122%;
  }
  .pad-b-122-percent {
    padding-bottom: 122%;
  }
  .h-123-percent {
    height: 123%;
  }
  .w-123-percent {
    width: 123%;
  }
  .min-h-123-percent {
    min-height: 123%;
  }
  .min-w-123-percent {
    min-width: 123%;
  }
  .max-h-123-percent {
    max-height: 123%;
  }
  .max-w-123-percent {
    max-width: 123%;
  }
  .pad-b-123-percent {
    padding-bottom: 123%;
  }
  .h-124-percent {
    height: 124%;
  }
  .w-124-percent {
    width: 124%;
  }
  .min-h-124-percent {
    min-height: 124%;
  }
  .min-w-124-percent {
    min-width: 124%;
  }
  .max-h-124-percent {
    max-height: 124%;
  }
  .max-w-124-percent {
    max-width: 124%;
  }
  .pad-b-124-percent {
    padding-bottom: 124%;
  }
  .h-125-percent {
    height: 125%;
  }
  .w-125-percent {
    width: 125%;
  }
  .min-h-125-percent {
    min-height: 125%;
  }
  .min-w-125-percent {
    min-width: 125%;
  }
  .max-h-125-percent {
    max-height: 125%;
  }
  .max-w-125-percent {
    max-width: 125%;
  }
  .pad-b-125-percent {
    padding-bottom: 125%;
  }
  .h-126-percent {
    height: 126%;
  }
  .w-126-percent {
    width: 126%;
  }
  .min-h-126-percent {
    min-height: 126%;
  }
  .min-w-126-percent {
    min-width: 126%;
  }
  .max-h-126-percent {
    max-height: 126%;
  }
  .max-w-126-percent {
    max-width: 126%;
  }
  .pad-b-126-percent {
    padding-bottom: 126%;
  }
  .h-127-percent {
    height: 127%;
  }
  .w-127-percent {
    width: 127%;
  }
  .min-h-127-percent {
    min-height: 127%;
  }
  .min-w-127-percent {
    min-width: 127%;
  }
  .max-h-127-percent {
    max-height: 127%;
  }
  .max-w-127-percent {
    max-width: 127%;
  }
  .pad-b-127-percent {
    padding-bottom: 127%;
  }
  .h-128-percent {
    height: 128%;
  }
  .w-128-percent {
    width: 128%;
  }
  .min-h-128-percent {
    min-height: 128%;
  }
  .min-w-128-percent {
    min-width: 128%;
  }
  .max-h-128-percent {
    max-height: 128%;
  }
  .max-w-128-percent {
    max-width: 128%;
  }
  .pad-b-128-percent {
    padding-bottom: 128%;
  }
  .h-129-percent {
    height: 129%;
  }
  .w-129-percent {
    width: 129%;
  }
  .min-h-129-percent {
    min-height: 129%;
  }
  .min-w-129-percent {
    min-width: 129%;
  }
  .max-h-129-percent {
    max-height: 129%;
  }
  .max-w-129-percent {
    max-width: 129%;
  }
  .pad-b-129-percent {
    padding-bottom: 129%;
  }
  .h-130-percent {
    height: 130%;
  }
  .w-130-percent {
    width: 130%;
  }
  .min-h-130-percent {
    min-height: 130%;
  }
  .min-w-130-percent {
    min-width: 130%;
  }
  .max-h-130-percent {
    max-height: 130%;
  }
  .max-w-130-percent {
    max-width: 130%;
  }
  .pad-b-130-percent {
    padding-bottom: 130%;
  }
  .h-131-percent {
    height: 131%;
  }
  .w-131-percent {
    width: 131%;
  }
  .min-h-131-percent {
    min-height: 131%;
  }
  .min-w-131-percent {
    min-width: 131%;
  }
  .max-h-131-percent {
    max-height: 131%;
  }
  .max-w-131-percent {
    max-width: 131%;
  }
  .pad-b-131-percent {
    padding-bottom: 131%;
  }
  .h-132-percent {
    height: 132%;
  }
  .w-132-percent {
    width: 132%;
  }
  .min-h-132-percent {
    min-height: 132%;
  }
  .min-w-132-percent {
    min-width: 132%;
  }
  .max-h-132-percent {
    max-height: 132%;
  }
  .max-w-132-percent {
    max-width: 132%;
  }
  .pad-b-132-percent {
    padding-bottom: 132%;
  }
  .h-133-percent {
    height: 133%;
  }
  .w-133-percent {
    width: 133%;
  }
  .min-h-133-percent {
    min-height: 133%;
  }
  .min-w-133-percent {
    min-width: 133%;
  }
  .max-h-133-percent {
    max-height: 133%;
  }
  .max-w-133-percent {
    max-width: 133%;
  }
  .pad-b-133-percent {
    padding-bottom: 133%;
  }
  .h-134-percent {
    height: 134%;
  }
  .w-134-percent {
    width: 134%;
  }
  .min-h-134-percent {
    min-height: 134%;
  }
  .min-w-134-percent {
    min-width: 134%;
  }
  .max-h-134-percent {
    max-height: 134%;
  }
  .max-w-134-percent {
    max-width: 134%;
  }
  .pad-b-134-percent {
    padding-bottom: 134%;
  }
  .h-135-percent {
    height: 135%;
  }
  .w-135-percent {
    width: 135%;
  }
  .min-h-135-percent {
    min-height: 135%;
  }
  .min-w-135-percent {
    min-width: 135%;
  }
  .max-h-135-percent {
    max-height: 135%;
  }
  .max-w-135-percent {
    max-width: 135%;
  }
  .pad-b-135-percent {
    padding-bottom: 135%;
  }
  .h-136-percent {
    height: 136%;
  }
  .w-136-percent {
    width: 136%;
  }
  .min-h-136-percent {
    min-height: 136%;
  }
  .min-w-136-percent {
    min-width: 136%;
  }
  .max-h-136-percent {
    max-height: 136%;
  }
  .max-w-136-percent {
    max-width: 136%;
  }
  .pad-b-136-percent {
    padding-bottom: 136%;
  }
  .h-137-percent {
    height: 137%;
  }
  .w-137-percent {
    width: 137%;
  }
  .min-h-137-percent {
    min-height: 137%;
  }
  .min-w-137-percent {
    min-width: 137%;
  }
  .max-h-137-percent {
    max-height: 137%;
  }
  .max-w-137-percent {
    max-width: 137%;
  }
  .pad-b-137-percent {
    padding-bottom: 137%;
  }
  .h-138-percent {
    height: 138%;
  }
  .w-138-percent {
    width: 138%;
  }
  .min-h-138-percent {
    min-height: 138%;
  }
  .min-w-138-percent {
    min-width: 138%;
  }
  .max-h-138-percent {
    max-height: 138%;
  }
  .max-w-138-percent {
    max-width: 138%;
  }
  .pad-b-138-percent {
    padding-bottom: 138%;
  }
  .h-139-percent {
    height: 139%;
  }
  .w-139-percent {
    width: 139%;
  }
  .min-h-139-percent {
    min-height: 139%;
  }
  .min-w-139-percent {
    min-width: 139%;
  }
  .max-h-139-percent {
    max-height: 139%;
  }
  .max-w-139-percent {
    max-width: 139%;
  }
  .pad-b-139-percent {
    padding-bottom: 139%;
  }
  .h-140-percent {
    height: 140%;
  }
  .w-140-percent {
    width: 140%;
  }
  .min-h-140-percent {
    min-height: 140%;
  }
  .min-w-140-percent {
    min-width: 140%;
  }
  .max-h-140-percent {
    max-height: 140%;
  }
  .max-w-140-percent {
    max-width: 140%;
  }
  .pad-b-140-percent {
    padding-bottom: 140%;
  }
  .h-141-percent {
    height: 141%;
  }
  .w-141-percent {
    width: 141%;
  }
  .min-h-141-percent {
    min-height: 141%;
  }
  .min-w-141-percent {
    min-width: 141%;
  }
  .max-h-141-percent {
    max-height: 141%;
  }
  .max-w-141-percent {
    max-width: 141%;
  }
  .pad-b-141-percent {
    padding-bottom: 141%;
  }
  .h-142-percent {
    height: 142%;
  }
  .w-142-percent {
    width: 142%;
  }
  .min-h-142-percent {
    min-height: 142%;
  }
  .min-w-142-percent {
    min-width: 142%;
  }
  .max-h-142-percent {
    max-height: 142%;
  }
  .max-w-142-percent {
    max-width: 142%;
  }
  .pad-b-142-percent {
    padding-bottom: 142%;
  }
  .h-143-percent {
    height: 143%;
  }
  .w-143-percent {
    width: 143%;
  }
  .min-h-143-percent {
    min-height: 143%;
  }
  .min-w-143-percent {
    min-width: 143%;
  }
  .max-h-143-percent {
    max-height: 143%;
  }
  .max-w-143-percent {
    max-width: 143%;
  }
  .pad-b-143-percent {
    padding-bottom: 143%;
  }
  .h-144-percent {
    height: 144%;
  }
  .w-144-percent {
    width: 144%;
  }
  .min-h-144-percent {
    min-height: 144%;
  }
  .min-w-144-percent {
    min-width: 144%;
  }
  .max-h-144-percent {
    max-height: 144%;
  }
  .max-w-144-percent {
    max-width: 144%;
  }
  .pad-b-144-percent {
    padding-bottom: 144%;
  }
  .h-145-percent {
    height: 145%;
  }
  .w-145-percent {
    width: 145%;
  }
  .min-h-145-percent {
    min-height: 145%;
  }
  .min-w-145-percent {
    min-width: 145%;
  }
  .max-h-145-percent {
    max-height: 145%;
  }
  .max-w-145-percent {
    max-width: 145%;
  }
  .pad-b-145-percent {
    padding-bottom: 145%;
  }
  .h-146-percent {
    height: 146%;
  }
  .w-146-percent {
    width: 146%;
  }
  .min-h-146-percent {
    min-height: 146%;
  }
  .min-w-146-percent {
    min-width: 146%;
  }
  .max-h-146-percent {
    max-height: 146%;
  }
  .max-w-146-percent {
    max-width: 146%;
  }
  .pad-b-146-percent {
    padding-bottom: 146%;
  }
  .h-147-percent {
    height: 147%;
  }
  .w-147-percent {
    width: 147%;
  }
  .min-h-147-percent {
    min-height: 147%;
  }
  .min-w-147-percent {
    min-width: 147%;
  }
  .max-h-147-percent {
    max-height: 147%;
  }
  .max-w-147-percent {
    max-width: 147%;
  }
  .pad-b-147-percent {
    padding-bottom: 147%;
  }
  .h-148-percent {
    height: 148%;
  }
  .w-148-percent {
    width: 148%;
  }
  .min-h-148-percent {
    min-height: 148%;
  }
  .min-w-148-percent {
    min-width: 148%;
  }
  .max-h-148-percent {
    max-height: 148%;
  }
  .max-w-148-percent {
    max-width: 148%;
  }
  .pad-b-148-percent {
    padding-bottom: 148%;
  }
  .h-149-percent {
    height: 149%;
  }
  .w-149-percent {
    width: 149%;
  }
  .min-h-149-percent {
    min-height: 149%;
  }
  .min-w-149-percent {
    min-width: 149%;
  }
  .max-h-149-percent {
    max-height: 149%;
  }
  .max-w-149-percent {
    max-width: 149%;
  }
  .pad-b-149-percent {
    padding-bottom: 149%;
  }
  .h-150-percent {
    height: 150%;
  }
  .w-150-percent {
    width: 150%;
  }
  .min-h-150-percent {
    min-height: 150%;
  }
  .min-w-150-percent {
    min-width: 150%;
  }
  .max-h-150-percent {
    max-height: 150%;
  }
  .max-w-150-percent {
    max-width: 150%;
  }
  .pad-b-150-percent {
    padding-bottom: 150%;
  }
  .h-151-percent {
    height: 151%;
  }
  .w-151-percent {
    width: 151%;
  }
  .min-h-151-percent {
    min-height: 151%;
  }
  .min-w-151-percent {
    min-width: 151%;
  }
  .max-h-151-percent {
    max-height: 151%;
  }
  .max-w-151-percent {
    max-width: 151%;
  }
  .pad-b-151-percent {
    padding-bottom: 151%;
  }
  .h-152-percent {
    height: 152%;
  }
  .w-152-percent {
    width: 152%;
  }
  .min-h-152-percent {
    min-height: 152%;
  }
  .min-w-152-percent {
    min-width: 152%;
  }
  .max-h-152-percent {
    max-height: 152%;
  }
  .max-w-152-percent {
    max-width: 152%;
  }
  .pad-b-152-percent {
    padding-bottom: 152%;
  }
  .h-153-percent {
    height: 153%;
  }
  .w-153-percent {
    width: 153%;
  }
  .min-h-153-percent {
    min-height: 153%;
  }
  .min-w-153-percent {
    min-width: 153%;
  }
  .max-h-153-percent {
    max-height: 153%;
  }
  .max-w-153-percent {
    max-width: 153%;
  }
  .pad-b-153-percent {
    padding-bottom: 153%;
  }
  .h-154-percent {
    height: 154%;
  }
  .w-154-percent {
    width: 154%;
  }
  .min-h-154-percent {
    min-height: 154%;
  }
  .min-w-154-percent {
    min-width: 154%;
  }
  .max-h-154-percent {
    max-height: 154%;
  }
  .max-w-154-percent {
    max-width: 154%;
  }
  .pad-b-154-percent {
    padding-bottom: 154%;
  }
  .h-155-percent {
    height: 155%;
  }
  .w-155-percent {
    width: 155%;
  }
  .min-h-155-percent {
    min-height: 155%;
  }
  .min-w-155-percent {
    min-width: 155%;
  }
  .max-h-155-percent {
    max-height: 155%;
  }
  .max-w-155-percent {
    max-width: 155%;
  }
  .pad-b-155-percent {
    padding-bottom: 155%;
  }
  .h-156-percent {
    height: 156%;
  }
  .w-156-percent {
    width: 156%;
  }
  .min-h-156-percent {
    min-height: 156%;
  }
  .min-w-156-percent {
    min-width: 156%;
  }
  .max-h-156-percent {
    max-height: 156%;
  }
  .max-w-156-percent {
    max-width: 156%;
  }
  .pad-b-156-percent {
    padding-bottom: 156%;
  }
  .h-157-percent {
    height: 157%;
  }
  .w-157-percent {
    width: 157%;
  }
  .min-h-157-percent {
    min-height: 157%;
  }
  .min-w-157-percent {
    min-width: 157%;
  }
  .max-h-157-percent {
    max-height: 157%;
  }
  .max-w-157-percent {
    max-width: 157%;
  }
  .pad-b-157-percent {
    padding-bottom: 157%;
  }
  .h-158-percent {
    height: 158%;
  }
  .w-158-percent {
    width: 158%;
  }
  .min-h-158-percent {
    min-height: 158%;
  }
  .min-w-158-percent {
    min-width: 158%;
  }
  .max-h-158-percent {
    max-height: 158%;
  }
  .max-w-158-percent {
    max-width: 158%;
  }
  .pad-b-158-percent {
    padding-bottom: 158%;
  }
  .h-159-percent {
    height: 159%;
  }
  .w-159-percent {
    width: 159%;
  }
  .min-h-159-percent {
    min-height: 159%;
  }
  .min-w-159-percent {
    min-width: 159%;
  }
  .max-h-159-percent {
    max-height: 159%;
  }
  .max-w-159-percent {
    max-width: 159%;
  }
  .pad-b-159-percent {
    padding-bottom: 159%;
  }
  .h-160-percent {
    height: 160%;
  }
  .w-160-percent {
    width: 160%;
  }
  .min-h-160-percent {
    min-height: 160%;
  }
  .min-w-160-percent {
    min-width: 160%;
  }
  .max-h-160-percent {
    max-height: 160%;
  }
  .max-w-160-percent {
    max-width: 160%;
  }
  .pad-b-160-percent {
    padding-bottom: 160%;
  }
  .h-161-percent {
    height: 161%;
  }
  .w-161-percent {
    width: 161%;
  }
  .min-h-161-percent {
    min-height: 161%;
  }
  .min-w-161-percent {
    min-width: 161%;
  }
  .max-h-161-percent {
    max-height: 161%;
  }
  .max-w-161-percent {
    max-width: 161%;
  }
  .pad-b-161-percent {
    padding-bottom: 161%;
  }
  .h-162-percent {
    height: 162%;
  }
  .w-162-percent {
    width: 162%;
  }
  .min-h-162-percent {
    min-height: 162%;
  }
  .min-w-162-percent {
    min-width: 162%;
  }
  .max-h-162-percent {
    max-height: 162%;
  }
  .max-w-162-percent {
    max-width: 162%;
  }
  .pad-b-162-percent {
    padding-bottom: 162%;
  }
  .h-163-percent {
    height: 163%;
  }
  .w-163-percent {
    width: 163%;
  }
  .min-h-163-percent {
    min-height: 163%;
  }
  .min-w-163-percent {
    min-width: 163%;
  }
  .max-h-163-percent {
    max-height: 163%;
  }
  .max-w-163-percent {
    max-width: 163%;
  }
  .pad-b-163-percent {
    padding-bottom: 163%;
  }
  .h-164-percent {
    height: 164%;
  }
  .w-164-percent {
    width: 164%;
  }
  .min-h-164-percent {
    min-height: 164%;
  }
  .min-w-164-percent {
    min-width: 164%;
  }
  .max-h-164-percent {
    max-height: 164%;
  }
  .max-w-164-percent {
    max-width: 164%;
  }
  .pad-b-164-percent {
    padding-bottom: 164%;
  }
  .h-165-percent {
    height: 165%;
  }
  .w-165-percent {
    width: 165%;
  }
  .min-h-165-percent {
    min-height: 165%;
  }
  .min-w-165-percent {
    min-width: 165%;
  }
  .max-h-165-percent {
    max-height: 165%;
  }
  .max-w-165-percent {
    max-width: 165%;
  }
  .pad-b-165-percent {
    padding-bottom: 165%;
  }
  .h-166-percent {
    height: 166%;
  }
  .w-166-percent {
    width: 166%;
  }
  .min-h-166-percent {
    min-height: 166%;
  }
  .min-w-166-percent {
    min-width: 166%;
  }
  .max-h-166-percent {
    max-height: 166%;
  }
  .max-w-166-percent {
    max-width: 166%;
  }
  .pad-b-166-percent {
    padding-bottom: 166%;
  }
  .h-167-percent {
    height: 167%;
  }
  .w-167-percent {
    width: 167%;
  }
  .min-h-167-percent {
    min-height: 167%;
  }
  .min-w-167-percent {
    min-width: 167%;
  }
  .max-h-167-percent {
    max-height: 167%;
  }
  .max-w-167-percent {
    max-width: 167%;
  }
  .pad-b-167-percent {
    padding-bottom: 167%;
  }
  .h-168-percent {
    height: 168%;
  }
  .w-168-percent {
    width: 168%;
  }
  .min-h-168-percent {
    min-height: 168%;
  }
  .min-w-168-percent {
    min-width: 168%;
  }
  .max-h-168-percent {
    max-height: 168%;
  }
  .max-w-168-percent {
    max-width: 168%;
  }
  .pad-b-168-percent {
    padding-bottom: 168%;
  }
  .h-169-percent {
    height: 169%;
  }
  .w-169-percent {
    width: 169%;
  }
  .min-h-169-percent {
    min-height: 169%;
  }
  .min-w-169-percent {
    min-width: 169%;
  }
  .max-h-169-percent {
    max-height: 169%;
  }
  .max-w-169-percent {
    max-width: 169%;
  }
  .pad-b-169-percent {
    padding-bottom: 169%;
  }
  .h-170-percent {
    height: 170%;
  }
  .w-170-percent {
    width: 170%;
  }
  .min-h-170-percent {
    min-height: 170%;
  }
  .min-w-170-percent {
    min-width: 170%;
  }
  .max-h-170-percent {
    max-height: 170%;
  }
  .max-w-170-percent {
    max-width: 170%;
  }
  .pad-b-170-percent {
    padding-bottom: 170%;
  }
  .h-171-percent {
    height: 171%;
  }
  .w-171-percent {
    width: 171%;
  }
  .min-h-171-percent {
    min-height: 171%;
  }
  .min-w-171-percent {
    min-width: 171%;
  }
  .max-h-171-percent {
    max-height: 171%;
  }
  .max-w-171-percent {
    max-width: 171%;
  }
  .pad-b-171-percent {
    padding-bottom: 171%;
  }
  .h-172-percent {
    height: 172%;
  }
  .w-172-percent {
    width: 172%;
  }
  .min-h-172-percent {
    min-height: 172%;
  }
  .min-w-172-percent {
    min-width: 172%;
  }
  .max-h-172-percent {
    max-height: 172%;
  }
  .max-w-172-percent {
    max-width: 172%;
  }
  .pad-b-172-percent {
    padding-bottom: 172%;
  }
  .h-173-percent {
    height: 173%;
  }
  .w-173-percent {
    width: 173%;
  }
  .min-h-173-percent {
    min-height: 173%;
  }
  .min-w-173-percent {
    min-width: 173%;
  }
  .max-h-173-percent {
    max-height: 173%;
  }
  .max-w-173-percent {
    max-width: 173%;
  }
  .pad-b-173-percent {
    padding-bottom: 173%;
  }
  .h-174-percent {
    height: 174%;
  }
  .w-174-percent {
    width: 174%;
  }
  .min-h-174-percent {
    min-height: 174%;
  }
  .min-w-174-percent {
    min-width: 174%;
  }
  .max-h-174-percent {
    max-height: 174%;
  }
  .max-w-174-percent {
    max-width: 174%;
  }
  .pad-b-174-percent {
    padding-bottom: 174%;
  }
  .h-175-percent {
    height: 175%;
  }
  .w-175-percent {
    width: 175%;
  }
  .min-h-175-percent {
    min-height: 175%;
  }
  .min-w-175-percent {
    min-width: 175%;
  }
  .max-h-175-percent {
    max-height: 175%;
  }
  .max-w-175-percent {
    max-width: 175%;
  }
  .pad-b-175-percent {
    padding-bottom: 175%;
  }
  .h-176-percent {
    height: 176%;
  }
  .w-176-percent {
    width: 176%;
  }
  .min-h-176-percent {
    min-height: 176%;
  }
  .min-w-176-percent {
    min-width: 176%;
  }
  .max-h-176-percent {
    max-height: 176%;
  }
  .max-w-176-percent {
    max-width: 176%;
  }
  .pad-b-176-percent {
    padding-bottom: 176%;
  }
  .h-177-percent {
    height: 177%;
  }
  .w-177-percent {
    width: 177%;
  }
  .min-h-177-percent {
    min-height: 177%;
  }
  .min-w-177-percent {
    min-width: 177%;
  }
  .max-h-177-percent {
    max-height: 177%;
  }
  .max-w-177-percent {
    max-width: 177%;
  }
  .pad-b-177-percent {
    padding-bottom: 177%;
  }
  .h-178-percent {
    height: 178%;
  }
  .w-178-percent {
    width: 178%;
  }
  .min-h-178-percent {
    min-height: 178%;
  }
  .min-w-178-percent {
    min-width: 178%;
  }
  .max-h-178-percent {
    max-height: 178%;
  }
  .max-w-178-percent {
    max-width: 178%;
  }
  .pad-b-178-percent {
    padding-bottom: 178%;
  }
  .h-179-percent {
    height: 179%;
  }
  .w-179-percent {
    width: 179%;
  }
  .min-h-179-percent {
    min-height: 179%;
  }
  .min-w-179-percent {
    min-width: 179%;
  }
  .max-h-179-percent {
    max-height: 179%;
  }
  .max-w-179-percent {
    max-width: 179%;
  }
  .pad-b-179-percent {
    padding-bottom: 179%;
  }
  .h-180-percent {
    height: 180%;
  }
  .w-180-percent {
    width: 180%;
  }
  .min-h-180-percent {
    min-height: 180%;
  }
  .min-w-180-percent {
    min-width: 180%;
  }
  .max-h-180-percent {
    max-height: 180%;
  }
  .max-w-180-percent {
    max-width: 180%;
  }
  .pad-b-180-percent {
    padding-bottom: 180%;
  }
  .h-181-percent {
    height: 181%;
  }
  .w-181-percent {
    width: 181%;
  }
  .min-h-181-percent {
    min-height: 181%;
  }
  .min-w-181-percent {
    min-width: 181%;
  }
  .max-h-181-percent {
    max-height: 181%;
  }
  .max-w-181-percent {
    max-width: 181%;
  }
  .pad-b-181-percent {
    padding-bottom: 181%;
  }
  .h-182-percent {
    height: 182%;
  }
  .w-182-percent {
    width: 182%;
  }
  .min-h-182-percent {
    min-height: 182%;
  }
  .min-w-182-percent {
    min-width: 182%;
  }
  .max-h-182-percent {
    max-height: 182%;
  }
  .max-w-182-percent {
    max-width: 182%;
  }
  .pad-b-182-percent {
    padding-bottom: 182%;
  }
  .h-183-percent {
    height: 183%;
  }
  .w-183-percent {
    width: 183%;
  }
  .min-h-183-percent {
    min-height: 183%;
  }
  .min-w-183-percent {
    min-width: 183%;
  }
  .max-h-183-percent {
    max-height: 183%;
  }
  .max-w-183-percent {
    max-width: 183%;
  }
  .pad-b-183-percent {
    padding-bottom: 183%;
  }
  .h-184-percent {
    height: 184%;
  }
  .w-184-percent {
    width: 184%;
  }
  .min-h-184-percent {
    min-height: 184%;
  }
  .min-w-184-percent {
    min-width: 184%;
  }
  .max-h-184-percent {
    max-height: 184%;
  }
  .max-w-184-percent {
    max-width: 184%;
  }
  .pad-b-184-percent {
    padding-bottom: 184%;
  }
  .h-185-percent {
    height: 185%;
  }
  .w-185-percent {
    width: 185%;
  }
  .min-h-185-percent {
    min-height: 185%;
  }
  .min-w-185-percent {
    min-width: 185%;
  }
  .max-h-185-percent {
    max-height: 185%;
  }
  .max-w-185-percent {
    max-width: 185%;
  }
  .pad-b-185-percent {
    padding-bottom: 185%;
  }
  .h-186-percent {
    height: 186%;
  }
  .w-186-percent {
    width: 186%;
  }
  .min-h-186-percent {
    min-height: 186%;
  }
  .min-w-186-percent {
    min-width: 186%;
  }
  .max-h-186-percent {
    max-height: 186%;
  }
  .max-w-186-percent {
    max-width: 186%;
  }
  .pad-b-186-percent {
    padding-bottom: 186%;
  }
  .h-187-percent {
    height: 187%;
  }
  .w-187-percent {
    width: 187%;
  }
  .min-h-187-percent {
    min-height: 187%;
  }
  .min-w-187-percent {
    min-width: 187%;
  }
  .max-h-187-percent {
    max-height: 187%;
  }
  .max-w-187-percent {
    max-width: 187%;
  }
  .pad-b-187-percent {
    padding-bottom: 187%;
  }
  .h-188-percent {
    height: 188%;
  }
  .w-188-percent {
    width: 188%;
  }
  .min-h-188-percent {
    min-height: 188%;
  }
  .min-w-188-percent {
    min-width: 188%;
  }
  .max-h-188-percent {
    max-height: 188%;
  }
  .max-w-188-percent {
    max-width: 188%;
  }
  .pad-b-188-percent {
    padding-bottom: 188%;
  }
  .h-189-percent {
    height: 189%;
  }
  .w-189-percent {
    width: 189%;
  }
  .min-h-189-percent {
    min-height: 189%;
  }
  .min-w-189-percent {
    min-width: 189%;
  }
  .max-h-189-percent {
    max-height: 189%;
  }
  .max-w-189-percent {
    max-width: 189%;
  }
  .pad-b-189-percent {
    padding-bottom: 189%;
  }
  .h-190-percent {
    height: 190%;
  }
  .w-190-percent {
    width: 190%;
  }
  .min-h-190-percent {
    min-height: 190%;
  }
  .min-w-190-percent {
    min-width: 190%;
  }
  .max-h-190-percent {
    max-height: 190%;
  }
  .max-w-190-percent {
    max-width: 190%;
  }
  .pad-b-190-percent {
    padding-bottom: 190%;
  }
  .h-191-percent {
    height: 191%;
  }
  .w-191-percent {
    width: 191%;
  }
  .min-h-191-percent {
    min-height: 191%;
  }
  .min-w-191-percent {
    min-width: 191%;
  }
  .max-h-191-percent {
    max-height: 191%;
  }
  .max-w-191-percent {
    max-width: 191%;
  }
  .pad-b-191-percent {
    padding-bottom: 191%;
  }
  .h-192-percent {
    height: 192%;
  }
  .w-192-percent {
    width: 192%;
  }
  .min-h-192-percent {
    min-height: 192%;
  }
  .min-w-192-percent {
    min-width: 192%;
  }
  .max-h-192-percent {
    max-height: 192%;
  }
  .max-w-192-percent {
    max-width: 192%;
  }
  .pad-b-192-percent {
    padding-bottom: 192%;
  }
  .h-193-percent {
    height: 193%;
  }
  .w-193-percent {
    width: 193%;
  }
  .min-h-193-percent {
    min-height: 193%;
  }
  .min-w-193-percent {
    min-width: 193%;
  }
  .max-h-193-percent {
    max-height: 193%;
  }
  .max-w-193-percent {
    max-width: 193%;
  }
  .pad-b-193-percent {
    padding-bottom: 193%;
  }
  .h-194-percent {
    height: 194%;
  }
  .w-194-percent {
    width: 194%;
  }
  .min-h-194-percent {
    min-height: 194%;
  }
  .min-w-194-percent {
    min-width: 194%;
  }
  .max-h-194-percent {
    max-height: 194%;
  }
  .max-w-194-percent {
    max-width: 194%;
  }
  .pad-b-194-percent {
    padding-bottom: 194%;
  }
  .h-195-percent {
    height: 195%;
  }
  .w-195-percent {
    width: 195%;
  }
  .min-h-195-percent {
    min-height: 195%;
  }
  .min-w-195-percent {
    min-width: 195%;
  }
  .max-h-195-percent {
    max-height: 195%;
  }
  .max-w-195-percent {
    max-width: 195%;
  }
  .pad-b-195-percent {
    padding-bottom: 195%;
  }
  .h-196-percent {
    height: 196%;
  }
  .w-196-percent {
    width: 196%;
  }
  .min-h-196-percent {
    min-height: 196%;
  }
  .min-w-196-percent {
    min-width: 196%;
  }
  .max-h-196-percent {
    max-height: 196%;
  }
  .max-w-196-percent {
    max-width: 196%;
  }
  .pad-b-196-percent {
    padding-bottom: 196%;
  }
  .h-197-percent {
    height: 197%;
  }
  .w-197-percent {
    width: 197%;
  }
  .min-h-197-percent {
    min-height: 197%;
  }
  .min-w-197-percent {
    min-width: 197%;
  }
  .max-h-197-percent {
    max-height: 197%;
  }
  .max-w-197-percent {
    max-width: 197%;
  }
  .pad-b-197-percent {
    padding-bottom: 197%;
  }
  .h-198-percent {
    height: 198%;
  }
  .w-198-percent {
    width: 198%;
  }
  .min-h-198-percent {
    min-height: 198%;
  }
  .min-w-198-percent {
    min-width: 198%;
  }
  .max-h-198-percent {
    max-height: 198%;
  }
  .max-w-198-percent {
    max-width: 198%;
  }
  .pad-b-198-percent {
    padding-bottom: 198%;
  }
  .h-199-percent {
    height: 199%;
  }
  .w-199-percent {
    width: 199%;
  }
  .min-h-199-percent {
    min-height: 199%;
  }
  .min-w-199-percent {
    min-width: 199%;
  }
  .max-h-199-percent {
    max-height: 199%;
  }
  .max-w-199-percent {
    max-width: 199%;
  }
  .pad-b-199-percent {
    padding-bottom: 199%;
  }
  .h-200-percent {
    height: 200%;
  }
  .w-200-percent {
    width: 200%;
  }
  .min-h-200-percent {
    min-height: 200%;
  }
  .min-w-200-percent {
    min-width: 200%;
  }
  .max-h-200-percent {
    max-height: 200%;
  }
  .max-w-200-percent {
    max-width: 200%;
  }
  .pad-b-200-percent {
    padding-bottom: 200%;
  }
  .aspect-ratio-square {
    aspect-ratio: 1/1;
  }
  .aspect-ratio-video {
    aspect-ratio: 16/9;
  }
  .aspect-ratio-headshot {
    aspect-ratio: 320/320;
  }
  .aspect-ratio-banner {
    aspect-ratio: 1200/630;
  }
  .aspect-ratio-hero {
    aspect-ratio: 615/377;
  }
  .aspect-ratio-media-asset {
    aspect-ratio: 619/396;
  }
  .aspect-ratio-media-card {
    aspect-ratio: 330/130;
  }
  .aspect-ratio-logo {
    aspect-ratio: 268/102;
  }
  .max-size-headshot {
    max-width: 320px;
    max-height: 320px;
  }
  .max-size-banner {
    max-width: 1200px;
    max-height: 630px;
  }
  .max-size-hero {
    max-width: 615px;
    max-height: 377px;
  }
  .max-size-media-asset {
    max-width: 619px;
    max-height: 396px;
  }
  .max-size-media-card {
    max-width: 330px;
    max-height: 130px;
  }
  .max-size-logo {
    max-width: 268px;
    max-height: 102px;
  }
}
@media (max-width: 1165px) {
  .laptop\:w-auto {
    width: auto;
  }
  .laptop\:hover\:w-auto:hover {
    width: auto;
  }
  .laptop\:w-fit {
    width: fit-content;
  }
  .laptop\:hover\:w-fit:hover {
    width: fit-content;
  }
  .laptop\:w-max {
    width: max-content;
  }
  .laptop\:hover\:w-max:hover {
    width: max-content;
  }
  .laptop\:w-min {
    width: min-content;
  }
  .laptop\:hover\:w-min:hover {
    width: min-content;
  }
  .laptop\:w-full {
    width: 100%;
  }
  .laptop\:hover\:w-full:hover {
    width: 100%;
  }
  .laptop\:w-viewport {
    width: 100vw;
  }
  .laptop\:hover\:w-viewport:hover {
    width: 100vw;
  }
  .laptop\:h-auto {
    height: auto;
  }
  .laptop\:hover\:h-auto:hover {
    height: auto;
  }
  .laptop\:h-fit {
    height: fit-content;
  }
  .laptop\:hover\:h-fit:hover {
    height: fit-content;
  }
  .laptop\:h-max {
    height: max-content;
  }
  .laptop\:hover\:h-max:hover {
    height: max-content;
  }
  .laptop\:h-min {
    height: min-content;
  }
  .laptop\:hover\:h-min:hover {
    height: min-content;
  }
  .laptop\:h-full {
    height: 100%;
  }
  .laptop\:hover\:h-full:hover {
    height: 100%;
  }
  .laptop\:h-viewport {
    height: 100vh;
  }
  .laptop\:hover\:h-viewport:hover {
    height: 100vh;
  }
  .laptop\:h-huge {
    height: 5rem;
  }
  .laptop\:w-huge {
    width: 5rem;
  }
  .laptop\:min-huge {
    min-height: 5rem;
    min-width: 5rem;
  }
  .laptop\:min-h-huge {
    min-height: 5rem;
  }
  .laptop\:min-w-huge {
    min-width: 5rem;
  }
  .laptop\:max-huge {
    max-height: 5rem;
    max-width: 5rem;
  }
  .laptop\:max-h-huge {
    max-height: 5rem;
  }
  .laptop\:max-w-huge {
    max-width: 5rem;
  }
  .laptop\:h-extra-large {
    height: 2.5rem;
  }
  .laptop\:w-extra-large {
    width: 2.5rem;
  }
  .laptop\:min-extra-large {
    min-height: 2.5rem;
    min-width: 2.5rem;
  }
  .laptop\:min-h-extra-large {
    min-height: 2.5rem;
  }
  .laptop\:min-w-extra-large {
    min-width: 2.5rem;
  }
  .laptop\:max-extra-large {
    max-height: 2.5rem;
    max-width: 2.5rem;
  }
  .laptop\:max-h-extra-large {
    max-height: 2.5rem;
  }
  .laptop\:max-w-extra-large {
    max-width: 2.5rem;
  }
  .laptop\:h-large {
    height: 2rem;
  }
  .laptop\:w-large {
    width: 2rem;
  }
  .laptop\:min-large {
    min-height: 2rem;
    min-width: 2rem;
  }
  .laptop\:min-h-large {
    min-height: 2rem;
  }
  .laptop\:min-w-large {
    min-width: 2rem;
  }
  .laptop\:max-large {
    max-height: 2rem;
    max-width: 2rem;
  }
  .laptop\:max-h-large {
    max-height: 2rem;
  }
  .laptop\:max-w-large {
    max-width: 2rem;
  }
  .laptop\:h-medium {
    height: 1.5rem;
  }
  .laptop\:w-medium {
    width: 1.5rem;
  }
  .laptop\:min-medium {
    min-height: 1.5rem;
    min-width: 1.5rem;
  }
  .laptop\:min-h-medium {
    min-height: 1.5rem;
  }
  .laptop\:min-w-medium {
    min-width: 1.5rem;
  }
  .laptop\:max-medium {
    max-height: 1.5rem;
    max-width: 1.5rem;
  }
  .laptop\:max-h-medium {
    max-height: 1.5rem;
  }
  .laptop\:max-w-medium {
    max-width: 1.5rem;
  }
  .laptop\:h-small {
    height: 1rem;
  }
  .laptop\:w-small {
    width: 1rem;
  }
  .laptop\:min-small {
    min-height: 1rem;
    min-width: 1rem;
  }
  .laptop\:min-h-small {
    min-height: 1rem;
  }
  .laptop\:min-w-small {
    min-width: 1rem;
  }
  .laptop\:max-small {
    max-height: 1rem;
    max-width: 1rem;
  }
  .laptop\:max-h-small {
    max-height: 1rem;
  }
  .laptop\:max-w-small {
    max-width: 1rem;
  }
  .laptop\:h-extra-small {
    height: 0.5rem;
  }
  .laptop\:w-extra-small {
    width: 0.5rem;
  }
  .laptop\:min-extra-small {
    min-height: 0.5rem;
    min-width: 0.5rem;
  }
  .laptop\:min-h-extra-small {
    min-height: 0.5rem;
  }
  .laptop\:min-w-extra-small {
    min-width: 0.5rem;
  }
  .laptop\:max-extra-small {
    max-height: 0.5rem;
    max-width: 0.5rem;
  }
  .laptop\:max-h-extra-small {
    max-height: 0.5rem;
  }
  .laptop\:max-w-extra-small {
    max-width: 0.5rem;
  }
  .laptop\:h-slim {
    height: 0.25rem;
  }
  .laptop\:w-slim {
    width: 0.25rem;
  }
  .laptop\:min-slim {
    min-height: 0.25rem;
    min-width: 0.25rem;
  }
  .laptop\:min-h-slim {
    min-height: 0.25rem;
  }
  .laptop\:min-w-slim {
    min-width: 0.25rem;
  }
  .laptop\:max-slim {
    max-height: 0.25rem;
    max-width: 0.25rem;
  }
  .laptop\:max-h-slim {
    max-height: 0.25rem;
  }
  .laptop\:max-w-slim {
    max-width: 0.25rem;
  }
  .laptop\:h-thin {
    height: 0.125rem;
  }
  .laptop\:w-thin {
    width: 0.125rem;
  }
  .laptop\:min-thin {
    min-height: 0.125rem;
    min-width: 0.125rem;
  }
  .laptop\:min-h-thin {
    min-height: 0.125rem;
  }
  .laptop\:min-w-thin {
    min-width: 0.125rem;
  }
  .laptop\:max-thin {
    max-height: 0.125rem;
    max-width: 0.125rem;
  }
  .laptop\:max-h-thin {
    max-height: 0.125rem;
  }
  .laptop\:max-w-thin {
    max-width: 0.125rem;
  }
  .laptop\:h-hairline {
    height: 0.0625rem;
  }
  .laptop\:w-hairline {
    width: 0.0625rem;
  }
  .laptop\:min-hairline {
    min-height: 0.0625rem;
    min-width: 0.0625rem;
  }
  .laptop\:min-h-hairline {
    min-height: 0.0625rem;
  }
  .laptop\:min-w-hairline {
    min-width: 0.0625rem;
  }
  .laptop\:max-hairline {
    max-height: 0.0625rem;
    max-width: 0.0625rem;
  }
  .laptop\:max-h-hairline {
    max-height: 0.0625rem;
  }
  .laptop\:max-w-hairline {
    max-width: 0.0625rem;
  }
  .laptop\:h-none {
    height: 0;
  }
  .laptop\:w-none {
    width: 0;
  }
  .laptop\:min-none {
    min-height: 0;
    min-width: 0;
  }
  .laptop\:min-h-none {
    min-height: 0;
  }
  .laptop\:min-w-none {
    min-width: 0;
  }
  .laptop\:max-none {
    max-height: 0;
    max-width: 0;
  }
  .laptop\:max-h-none {
    max-height: 0;
  }
  .laptop\:max-w-none {
    max-width: 0;
  }
  .laptop\:h-full {
    height: 100%;
  }
  .laptop\:w-full {
    width: 100%;
  }
  .laptop\:min-full {
    min-height: 100%;
    min-width: 100%;
  }
  .laptop\:min-h-full {
    min-height: 100%;
  }
  .laptop\:min-w-full {
    min-width: 100%;
  }
  .laptop\:max-full {
    max-height: 100%;
    max-width: 100%;
  }
  .laptop\:max-h-full {
    max-height: 100%;
  }
  .laptop\:max-w-full {
    max-width: 100%;
  }
  .laptop\:h-content {
    height: max-content;
  }
  .laptop\:w-content {
    width: max-content;
  }
  .laptop\:min-content {
    min-height: max-content;
    min-width: max-content;
  }
  .laptop\:min-h-content {
    min-height: max-content;
  }
  .laptop\:min-w-content {
    min-width: max-content;
  }
  .laptop\:max-content {
    max-height: max-content;
    max-width: max-content;
  }
  .laptop\:max-h-content {
    max-height: max-content;
  }
  .laptop\:max-w-content {
    max-width: max-content;
  }
  .laptop\:h-viewport {
    height: 100vh;
  }
  .laptop\:w-viewport {
    width: 100vw;
  }
  .laptop\:min-viewport {
    min-height: 100vh;
    min-width: 100vw;
  }
  .laptop\:min-h-viewport {
    min-height: 100vh;
  }
  .laptop\:min-w-viewport {
    min-width: 100vw;
  }
  .laptop\:max-viewport {
    max-height: 100vh;
    max-width: 100vw;
  }
  .laptop\:max-h-viewport {
    max-height: 100vh;
  }
  .laptop\:max-w-viewport {
    max-width: 100vw;
  }
  .laptop\:h-viewport-9 {
    height: 90vh;
  }
  .laptop\:w-viewport-9 {
    width: 90vw;
  }
  .laptop\:min-viewport-9 {
    min-height: 90vh;
    min-width: 90vw;
  }
  .laptop\:min-h-viewport-9 {
    min-height: 90vh;
  }
  .laptop\:min-w-viewport-9 {
    min-width: 90vw;
  }
  .laptop\:max-viewport-9 {
    max-height: 90vh;
    max-width: 90vw;
  }
  .laptop\:max-h-viewport-9 {
    max-height: 90vh;
  }
  .laptop\:max-w-viewport-9 {
    max-width: 90vw;
  }
  .laptop\:h-viewport-8 {
    height: 80vh;
  }
  .laptop\:w-viewport-8 {
    width: 80vw;
  }
  .laptop\:min-viewport-8 {
    min-height: 80vh;
    min-width: 80vw;
  }
  .laptop\:min-h-viewport-8 {
    min-height: 80vh;
  }
  .laptop\:min-w-viewport-8 {
    min-width: 80vw;
  }
  .laptop\:max-viewport-8 {
    max-height: 80vh;
    max-width: 80vw;
  }
  .laptop\:max-h-viewport-8 {
    max-height: 80vh;
  }
  .laptop\:max-w-viewport-8 {
    max-width: 80vw;
  }
  .laptop\:h-viewport-7 {
    height: 70vh;
  }
  .laptop\:w-viewport-7 {
    width: 70vw;
  }
  .laptop\:min-viewport-7 {
    min-height: 70vh;
    min-width: 70vw;
  }
  .laptop\:min-h-viewport-7 {
    min-height: 70vh;
  }
  .laptop\:min-w-viewport-7 {
    min-width: 70vw;
  }
  .laptop\:max-viewport-7 {
    max-height: 70vh;
    max-width: 70vw;
  }
  .laptop\:max-h-viewport-7 {
    max-height: 70vh;
  }
  .laptop\:max-w-viewport-7 {
    max-width: 70vw;
  }
  .laptop\:h-viewport-6 {
    height: 60vh;
  }
  .laptop\:w-viewport-6 {
    width: 60vw;
  }
  .laptop\:min-viewport-6 {
    min-height: 60vh;
    min-width: 60vw;
  }
  .laptop\:min-h-viewport-6 {
    min-height: 60vh;
  }
  .laptop\:min-w-viewport-6 {
    min-width: 60vw;
  }
  .laptop\:max-viewport-6 {
    max-height: 60vh;
    max-width: 60vw;
  }
  .laptop\:max-h-viewport-6 {
    max-height: 60vh;
  }
  .laptop\:max-w-viewport-6 {
    max-width: 60vw;
  }
  .laptop\:h-viewport-5 {
    height: 50vh;
  }
  .laptop\:w-viewport-5 {
    width: 50vw;
  }
  .laptop\:min-viewport-5 {
    min-height: 50vh;
    min-width: 50vw;
  }
  .laptop\:min-h-viewport-5 {
    min-height: 50vh;
  }
  .laptop\:min-w-viewport-5 {
    min-width: 50vw;
  }
  .laptop\:max-viewport-5 {
    max-height: 50vh;
    max-width: 50vw;
  }
  .laptop\:max-h-viewport-5 {
    max-height: 50vh;
  }
  .laptop\:max-w-viewport-5 {
    max-width: 50vw;
  }
  .laptop\:h-viewport-4 {
    height: 40vh;
  }
  .laptop\:w-viewport-4 {
    width: 40vw;
  }
  .laptop\:min-viewport-4 {
    min-height: 40vh;
    min-width: 40vw;
  }
  .laptop\:min-h-viewport-4 {
    min-height: 40vh;
  }
  .laptop\:min-w-viewport-4 {
    min-width: 40vw;
  }
  .laptop\:max-viewport-4 {
    max-height: 40vh;
    max-width: 40vw;
  }
  .laptop\:max-h-viewport-4 {
    max-height: 40vh;
  }
  .laptop\:max-w-viewport-4 {
    max-width: 40vw;
  }
  .laptop\:h-viewport-3 {
    height: 30vh;
  }
  .laptop\:w-viewport-3 {
    width: 30vw;
  }
  .laptop\:min-viewport-3 {
    min-height: 30vh;
    min-width: 30vw;
  }
  .laptop\:min-h-viewport-3 {
    min-height: 30vh;
  }
  .laptop\:min-w-viewport-3 {
    min-width: 30vw;
  }
  .laptop\:max-viewport-3 {
    max-height: 30vh;
    max-width: 30vw;
  }
  .laptop\:max-h-viewport-3 {
    max-height: 30vh;
  }
  .laptop\:max-w-viewport-3 {
    max-width: 30vw;
  }
  .laptop\:h-viewport-2 {
    height: 20vh;
  }
  .laptop\:w-viewport-2 {
    width: 20vw;
  }
  .laptop\:min-viewport-2 {
    min-height: 20vh;
    min-width: 20vw;
  }
  .laptop\:min-h-viewport-2 {
    min-height: 20vh;
  }
  .laptop\:min-w-viewport-2 {
    min-width: 20vw;
  }
  .laptop\:max-viewport-2 {
    max-height: 20vh;
    max-width: 20vw;
  }
  .laptop\:max-h-viewport-2 {
    max-height: 20vh;
  }
  .laptop\:max-w-viewport-2 {
    max-width: 20vw;
  }
  .laptop\:h-viewport-1 {
    height: 10vh;
  }
  .laptop\:w-viewport-1 {
    width: 10vw;
  }
  .laptop\:min-viewport-1 {
    min-height: 10vh;
    min-width: 10vw;
  }
  .laptop\:min-h-viewport-1 {
    min-height: 10vh;
  }
  .laptop\:min-w-viewport-1 {
    min-width: 10vw;
  }
  .laptop\:max-viewport-1 {
    max-height: 10vh;
    max-width: 10vw;
  }
  .laptop\:max-h-viewport-1 {
    max-height: 10vh;
  }
  .laptop\:max-w-viewport-1 {
    max-width: 10vw;
  }
  .laptop\:h-1 {
    height: calc(1240px / 12 * 1);
  }
  .laptop\:w-1 {
    width: calc(1240px / 12 * 1);
  }
  .laptop\:min-1 {
    min-height: calc(1240px / 12 * 1);
    min-width: calc(1240px / 12 * 1);
  }
  .laptop\:min-h-1 {
    min-height: calc(1240px / 12 * 1);
  }
  .laptop\:min-w-1 {
    min-width: calc(1240px / 12 * 1);
  }
  .laptop\:max-1 {
    max-height: calc(1240px / 12 * 1);
    max-width: calc(1240px / 12 * 1);
  }
  .laptop\:max-h-1 {
    max-height: calc(1240px / 12 * 1);
  }
  .laptop\:max-w-1 {
    max-width: calc(1240px / 12 * 1);
  }
  .laptop\:h-2 {
    height: calc(1240px / 12 * 2);
  }
  .laptop\:w-2 {
    width: calc(1240px / 12 * 2);
  }
  .laptop\:min-2 {
    min-height: calc(1240px / 12 * 2);
    min-width: calc(1240px / 12 * 2);
  }
  .laptop\:min-h-2 {
    min-height: calc(1240px / 12 * 2);
  }
  .laptop\:min-w-2 {
    min-width: calc(1240px / 12 * 2);
  }
  .laptop\:max-2 {
    max-height: calc(1240px / 12 * 2);
    max-width: calc(1240px / 12 * 2);
  }
  .laptop\:max-h-2 {
    max-height: calc(1240px / 12 * 2);
  }
  .laptop\:max-w-2 {
    max-width: calc(1240px / 12 * 2);
  }
  .laptop\:h-3 {
    height: calc(1240px / 12 * 3);
  }
  .laptop\:w-3 {
    width: calc(1240px / 12 * 3);
  }
  .laptop\:min-3 {
    min-height: calc(1240px / 12 * 3);
    min-width: calc(1240px / 12 * 3);
  }
  .laptop\:min-h-3 {
    min-height: calc(1240px / 12 * 3);
  }
  .laptop\:min-w-3 {
    min-width: calc(1240px / 12 * 3);
  }
  .laptop\:max-3 {
    max-height: calc(1240px / 12 * 3);
    max-width: calc(1240px / 12 * 3);
  }
  .laptop\:max-h-3 {
    max-height: calc(1240px / 12 * 3);
  }
  .laptop\:max-w-3 {
    max-width: calc(1240px / 12 * 3);
  }
  .laptop\:h-4 {
    height: calc(1240px / 12 * 4);
  }
  .laptop\:w-4 {
    width: calc(1240px / 12 * 4);
  }
  .laptop\:min-4 {
    min-height: calc(1240px / 12 * 4);
    min-width: calc(1240px / 12 * 4);
  }
  .laptop\:min-h-4 {
    min-height: calc(1240px / 12 * 4);
  }
  .laptop\:min-w-4 {
    min-width: calc(1240px / 12 * 4);
  }
  .laptop\:max-4 {
    max-height: calc(1240px / 12 * 4);
    max-width: calc(1240px / 12 * 4);
  }
  .laptop\:max-h-4 {
    max-height: calc(1240px / 12 * 4);
  }
  .laptop\:max-w-4 {
    max-width: calc(1240px / 12 * 4);
  }
  .laptop\:h-5 {
    height: calc(1240px / 12 * 5);
  }
  .laptop\:w-5 {
    width: calc(1240px / 12 * 5);
  }
  .laptop\:min-5 {
    min-height: calc(1240px / 12 * 5);
    min-width: calc(1240px / 12 * 5);
  }
  .laptop\:min-h-5 {
    min-height: calc(1240px / 12 * 5);
  }
  .laptop\:min-w-5 {
    min-width: calc(1240px / 12 * 5);
  }
  .laptop\:max-5 {
    max-height: calc(1240px / 12 * 5);
    max-width: calc(1240px / 12 * 5);
  }
  .laptop\:max-h-5 {
    max-height: calc(1240px / 12 * 5);
  }
  .laptop\:max-w-5 {
    max-width: calc(1240px / 12 * 5);
  }
  .laptop\:h-6 {
    height: calc(1240px / 12 * 6);
  }
  .laptop\:w-6 {
    width: calc(1240px / 12 * 6);
  }
  .laptop\:min-6 {
    min-height: calc(1240px / 12 * 6);
    min-width: calc(1240px / 12 * 6);
  }
  .laptop\:min-h-6 {
    min-height: calc(1240px / 12 * 6);
  }
  .laptop\:min-w-6 {
    min-width: calc(1240px / 12 * 6);
  }
  .laptop\:max-6 {
    max-height: calc(1240px / 12 * 6);
    max-width: calc(1240px / 12 * 6);
  }
  .laptop\:max-h-6 {
    max-height: calc(1240px / 12 * 6);
  }
  .laptop\:max-w-6 {
    max-width: calc(1240px / 12 * 6);
  }
  .laptop\:h-7 {
    height: calc(1240px / 12 * 7);
  }
  .laptop\:w-7 {
    width: calc(1240px / 12 * 7);
  }
  .laptop\:min-7 {
    min-height: calc(1240px / 12 * 7);
    min-width: calc(1240px / 12 * 7);
  }
  .laptop\:min-h-7 {
    min-height: calc(1240px / 12 * 7);
  }
  .laptop\:min-w-7 {
    min-width: calc(1240px / 12 * 7);
  }
  .laptop\:max-7 {
    max-height: calc(1240px / 12 * 7);
    max-width: calc(1240px / 12 * 7);
  }
  .laptop\:max-h-7 {
    max-height: calc(1240px / 12 * 7);
  }
  .laptop\:max-w-7 {
    max-width: calc(1240px / 12 * 7);
  }
  .laptop\:h-8 {
    height: calc(1240px / 12 * 8);
  }
  .laptop\:w-8 {
    width: calc(1240px / 12 * 8);
  }
  .laptop\:min-8 {
    min-height: calc(1240px / 12 * 8);
    min-width: calc(1240px / 12 * 8);
  }
  .laptop\:min-h-8 {
    min-height: calc(1240px / 12 * 8);
  }
  .laptop\:min-w-8 {
    min-width: calc(1240px / 12 * 8);
  }
  .laptop\:max-8 {
    max-height: calc(1240px / 12 * 8);
    max-width: calc(1240px / 12 * 8);
  }
  .laptop\:max-h-8 {
    max-height: calc(1240px / 12 * 8);
  }
  .laptop\:max-w-8 {
    max-width: calc(1240px / 12 * 8);
  }
  .laptop\:h-9 {
    height: calc(1240px / 12 * 9);
  }
  .laptop\:w-9 {
    width: calc(1240px / 12 * 9);
  }
  .laptop\:min-9 {
    min-height: calc(1240px / 12 * 9);
    min-width: calc(1240px / 12 * 9);
  }
  .laptop\:min-h-9 {
    min-height: calc(1240px / 12 * 9);
  }
  .laptop\:min-w-9 {
    min-width: calc(1240px / 12 * 9);
  }
  .laptop\:max-9 {
    max-height: calc(1240px / 12 * 9);
    max-width: calc(1240px / 12 * 9);
  }
  .laptop\:max-h-9 {
    max-height: calc(1240px / 12 * 9);
  }
  .laptop\:max-w-9 {
    max-width: calc(1240px / 12 * 9);
  }
  .laptop\:h-10 {
    height: calc(1240px / 12 * 10);
  }
  .laptop\:w-10 {
    width: calc(1240px / 12 * 10);
  }
  .laptop\:min-10 {
    min-height: calc(1240px / 12 * 10);
    min-width: calc(1240px / 12 * 10);
  }
  .laptop\:min-h-10 {
    min-height: calc(1240px / 12 * 10);
  }
  .laptop\:min-w-10 {
    min-width: calc(1240px / 12 * 10);
  }
  .laptop\:max-10 {
    max-height: calc(1240px / 12 * 10);
    max-width: calc(1240px / 12 * 10);
  }
  .laptop\:max-h-10 {
    max-height: calc(1240px / 12 * 10);
  }
  .laptop\:max-w-10 {
    max-width: calc(1240px / 12 * 10);
  }
  .laptop\:h-11 {
    height: calc(1240px / 12 * 11);
  }
  .laptop\:w-11 {
    width: calc(1240px / 12 * 11);
  }
  .laptop\:min-11 {
    min-height: calc(1240px / 12 * 11);
    min-width: calc(1240px / 12 * 11);
  }
  .laptop\:min-h-11 {
    min-height: calc(1240px / 12 * 11);
  }
  .laptop\:min-w-11 {
    min-width: calc(1240px / 12 * 11);
  }
  .laptop\:max-11 {
    max-height: calc(1240px / 12 * 11);
    max-width: calc(1240px / 12 * 11);
  }
  .laptop\:max-h-11 {
    max-height: calc(1240px / 12 * 11);
  }
  .laptop\:max-w-11 {
    max-width: calc(1240px / 12 * 11);
  }
  .laptop\:h-12 {
    height: calc(1240px / 12 * 12);
  }
  .laptop\:w-12 {
    width: calc(1240px / 12 * 12);
  }
  .laptop\:min-12 {
    min-height: calc(1240px / 12 * 12);
    min-width: calc(1240px / 12 * 12);
  }
  .laptop\:min-h-12 {
    min-height: calc(1240px / 12 * 12);
  }
  .laptop\:min-w-12 {
    min-width: calc(1240px / 12 * 12);
  }
  .laptop\:max-12 {
    max-height: calc(1240px / 12 * 12);
    max-width: calc(1240px / 12 * 12);
  }
  .laptop\:max-h-12 {
    max-height: calc(1240px / 12 * 12);
  }
  .laptop\:max-w-12 {
    max-width: calc(1240px / 12 * 12);
  }
  .laptop\:h-0-percent {
    height: 0%;
  }
  .laptop\:w-0-percent {
    width: 0%;
  }
  .laptop\:min-h-0-percent {
    min-height: 0%;
  }
  .laptop\:min-w-0-percent {
    min-width: 0%;
  }
  .laptop\:max-h-0-percent {
    max-height: 0%;
  }
  .laptop\:max-w-0-percent {
    max-width: 0%;
  }
  .laptop\:pad-b-0-percent {
    padding-bottom: 0%;
  }
  .laptop\:h-1-percent {
    height: 1%;
  }
  .laptop\:w-1-percent {
    width: 1%;
  }
  .laptop\:min-h-1-percent {
    min-height: 1%;
  }
  .laptop\:min-w-1-percent {
    min-width: 1%;
  }
  .laptop\:max-h-1-percent {
    max-height: 1%;
  }
  .laptop\:max-w-1-percent {
    max-width: 1%;
  }
  .laptop\:pad-b-1-percent {
    padding-bottom: 1%;
  }
  .laptop\:h-2-percent {
    height: 2%;
  }
  .laptop\:w-2-percent {
    width: 2%;
  }
  .laptop\:min-h-2-percent {
    min-height: 2%;
  }
  .laptop\:min-w-2-percent {
    min-width: 2%;
  }
  .laptop\:max-h-2-percent {
    max-height: 2%;
  }
  .laptop\:max-w-2-percent {
    max-width: 2%;
  }
  .laptop\:pad-b-2-percent {
    padding-bottom: 2%;
  }
  .laptop\:h-3-percent {
    height: 3%;
  }
  .laptop\:w-3-percent {
    width: 3%;
  }
  .laptop\:min-h-3-percent {
    min-height: 3%;
  }
  .laptop\:min-w-3-percent {
    min-width: 3%;
  }
  .laptop\:max-h-3-percent {
    max-height: 3%;
  }
  .laptop\:max-w-3-percent {
    max-width: 3%;
  }
  .laptop\:pad-b-3-percent {
    padding-bottom: 3%;
  }
  .laptop\:h-4-percent {
    height: 4%;
  }
  .laptop\:w-4-percent {
    width: 4%;
  }
  .laptop\:min-h-4-percent {
    min-height: 4%;
  }
  .laptop\:min-w-4-percent {
    min-width: 4%;
  }
  .laptop\:max-h-4-percent {
    max-height: 4%;
  }
  .laptop\:max-w-4-percent {
    max-width: 4%;
  }
  .laptop\:pad-b-4-percent {
    padding-bottom: 4%;
  }
  .laptop\:h-5-percent {
    height: 5%;
  }
  .laptop\:w-5-percent {
    width: 5%;
  }
  .laptop\:min-h-5-percent {
    min-height: 5%;
  }
  .laptop\:min-w-5-percent {
    min-width: 5%;
  }
  .laptop\:max-h-5-percent {
    max-height: 5%;
  }
  .laptop\:max-w-5-percent {
    max-width: 5%;
  }
  .laptop\:pad-b-5-percent {
    padding-bottom: 5%;
  }
  .laptop\:h-6-percent {
    height: 6%;
  }
  .laptop\:w-6-percent {
    width: 6%;
  }
  .laptop\:min-h-6-percent {
    min-height: 6%;
  }
  .laptop\:min-w-6-percent {
    min-width: 6%;
  }
  .laptop\:max-h-6-percent {
    max-height: 6%;
  }
  .laptop\:max-w-6-percent {
    max-width: 6%;
  }
  .laptop\:pad-b-6-percent {
    padding-bottom: 6%;
  }
  .laptop\:h-7-percent {
    height: 7%;
  }
  .laptop\:w-7-percent {
    width: 7%;
  }
  .laptop\:min-h-7-percent {
    min-height: 7%;
  }
  .laptop\:min-w-7-percent {
    min-width: 7%;
  }
  .laptop\:max-h-7-percent {
    max-height: 7%;
  }
  .laptop\:max-w-7-percent {
    max-width: 7%;
  }
  .laptop\:pad-b-7-percent {
    padding-bottom: 7%;
  }
  .laptop\:h-8-percent {
    height: 8%;
  }
  .laptop\:w-8-percent {
    width: 8%;
  }
  .laptop\:min-h-8-percent {
    min-height: 8%;
  }
  .laptop\:min-w-8-percent {
    min-width: 8%;
  }
  .laptop\:max-h-8-percent {
    max-height: 8%;
  }
  .laptop\:max-w-8-percent {
    max-width: 8%;
  }
  .laptop\:pad-b-8-percent {
    padding-bottom: 8%;
  }
  .laptop\:h-9-percent {
    height: 9%;
  }
  .laptop\:w-9-percent {
    width: 9%;
  }
  .laptop\:min-h-9-percent {
    min-height: 9%;
  }
  .laptop\:min-w-9-percent {
    min-width: 9%;
  }
  .laptop\:max-h-9-percent {
    max-height: 9%;
  }
  .laptop\:max-w-9-percent {
    max-width: 9%;
  }
  .laptop\:pad-b-9-percent {
    padding-bottom: 9%;
  }
  .laptop\:h-10-percent {
    height: 10%;
  }
  .laptop\:w-10-percent {
    width: 10%;
  }
  .laptop\:min-h-10-percent {
    min-height: 10%;
  }
  .laptop\:min-w-10-percent {
    min-width: 10%;
  }
  .laptop\:max-h-10-percent {
    max-height: 10%;
  }
  .laptop\:max-w-10-percent {
    max-width: 10%;
  }
  .laptop\:pad-b-10-percent {
    padding-bottom: 10%;
  }
  .laptop\:h-11-percent {
    height: 11%;
  }
  .laptop\:w-11-percent {
    width: 11%;
  }
  .laptop\:min-h-11-percent {
    min-height: 11%;
  }
  .laptop\:min-w-11-percent {
    min-width: 11%;
  }
  .laptop\:max-h-11-percent {
    max-height: 11%;
  }
  .laptop\:max-w-11-percent {
    max-width: 11%;
  }
  .laptop\:pad-b-11-percent {
    padding-bottom: 11%;
  }
  .laptop\:h-12-percent {
    height: 12%;
  }
  .laptop\:w-12-percent {
    width: 12%;
  }
  .laptop\:min-h-12-percent {
    min-height: 12%;
  }
  .laptop\:min-w-12-percent {
    min-width: 12%;
  }
  .laptop\:max-h-12-percent {
    max-height: 12%;
  }
  .laptop\:max-w-12-percent {
    max-width: 12%;
  }
  .laptop\:pad-b-12-percent {
    padding-bottom: 12%;
  }
  .laptop\:h-13-percent {
    height: 13%;
  }
  .laptop\:w-13-percent {
    width: 13%;
  }
  .laptop\:min-h-13-percent {
    min-height: 13%;
  }
  .laptop\:min-w-13-percent {
    min-width: 13%;
  }
  .laptop\:max-h-13-percent {
    max-height: 13%;
  }
  .laptop\:max-w-13-percent {
    max-width: 13%;
  }
  .laptop\:pad-b-13-percent {
    padding-bottom: 13%;
  }
  .laptop\:h-14-percent {
    height: 14%;
  }
  .laptop\:w-14-percent {
    width: 14%;
  }
  .laptop\:min-h-14-percent {
    min-height: 14%;
  }
  .laptop\:min-w-14-percent {
    min-width: 14%;
  }
  .laptop\:max-h-14-percent {
    max-height: 14%;
  }
  .laptop\:max-w-14-percent {
    max-width: 14%;
  }
  .laptop\:pad-b-14-percent {
    padding-bottom: 14%;
  }
  .laptop\:h-15-percent {
    height: 15%;
  }
  .laptop\:w-15-percent {
    width: 15%;
  }
  .laptop\:min-h-15-percent {
    min-height: 15%;
  }
  .laptop\:min-w-15-percent {
    min-width: 15%;
  }
  .laptop\:max-h-15-percent {
    max-height: 15%;
  }
  .laptop\:max-w-15-percent {
    max-width: 15%;
  }
  .laptop\:pad-b-15-percent {
    padding-bottom: 15%;
  }
  .laptop\:h-16-percent {
    height: 16%;
  }
  .laptop\:w-16-percent {
    width: 16%;
  }
  .laptop\:min-h-16-percent {
    min-height: 16%;
  }
  .laptop\:min-w-16-percent {
    min-width: 16%;
  }
  .laptop\:max-h-16-percent {
    max-height: 16%;
  }
  .laptop\:max-w-16-percent {
    max-width: 16%;
  }
  .laptop\:pad-b-16-percent {
    padding-bottom: 16%;
  }
  .laptop\:h-17-percent {
    height: 17%;
  }
  .laptop\:w-17-percent {
    width: 17%;
  }
  .laptop\:min-h-17-percent {
    min-height: 17%;
  }
  .laptop\:min-w-17-percent {
    min-width: 17%;
  }
  .laptop\:max-h-17-percent {
    max-height: 17%;
  }
  .laptop\:max-w-17-percent {
    max-width: 17%;
  }
  .laptop\:pad-b-17-percent {
    padding-bottom: 17%;
  }
  .laptop\:h-18-percent {
    height: 18%;
  }
  .laptop\:w-18-percent {
    width: 18%;
  }
  .laptop\:min-h-18-percent {
    min-height: 18%;
  }
  .laptop\:min-w-18-percent {
    min-width: 18%;
  }
  .laptop\:max-h-18-percent {
    max-height: 18%;
  }
  .laptop\:max-w-18-percent {
    max-width: 18%;
  }
  .laptop\:pad-b-18-percent {
    padding-bottom: 18%;
  }
  .laptop\:h-19-percent {
    height: 19%;
  }
  .laptop\:w-19-percent {
    width: 19%;
  }
  .laptop\:min-h-19-percent {
    min-height: 19%;
  }
  .laptop\:min-w-19-percent {
    min-width: 19%;
  }
  .laptop\:max-h-19-percent {
    max-height: 19%;
  }
  .laptop\:max-w-19-percent {
    max-width: 19%;
  }
  .laptop\:pad-b-19-percent {
    padding-bottom: 19%;
  }
  .laptop\:h-20-percent {
    height: 20%;
  }
  .laptop\:w-20-percent {
    width: 20%;
  }
  .laptop\:min-h-20-percent {
    min-height: 20%;
  }
  .laptop\:min-w-20-percent {
    min-width: 20%;
  }
  .laptop\:max-h-20-percent {
    max-height: 20%;
  }
  .laptop\:max-w-20-percent {
    max-width: 20%;
  }
  .laptop\:pad-b-20-percent {
    padding-bottom: 20%;
  }
  .laptop\:h-21-percent {
    height: 21%;
  }
  .laptop\:w-21-percent {
    width: 21%;
  }
  .laptop\:min-h-21-percent {
    min-height: 21%;
  }
  .laptop\:min-w-21-percent {
    min-width: 21%;
  }
  .laptop\:max-h-21-percent {
    max-height: 21%;
  }
  .laptop\:max-w-21-percent {
    max-width: 21%;
  }
  .laptop\:pad-b-21-percent {
    padding-bottom: 21%;
  }
  .laptop\:h-22-percent {
    height: 22%;
  }
  .laptop\:w-22-percent {
    width: 22%;
  }
  .laptop\:min-h-22-percent {
    min-height: 22%;
  }
  .laptop\:min-w-22-percent {
    min-width: 22%;
  }
  .laptop\:max-h-22-percent {
    max-height: 22%;
  }
  .laptop\:max-w-22-percent {
    max-width: 22%;
  }
  .laptop\:pad-b-22-percent {
    padding-bottom: 22%;
  }
  .laptop\:h-23-percent {
    height: 23%;
  }
  .laptop\:w-23-percent {
    width: 23%;
  }
  .laptop\:min-h-23-percent {
    min-height: 23%;
  }
  .laptop\:min-w-23-percent {
    min-width: 23%;
  }
  .laptop\:max-h-23-percent {
    max-height: 23%;
  }
  .laptop\:max-w-23-percent {
    max-width: 23%;
  }
  .laptop\:pad-b-23-percent {
    padding-bottom: 23%;
  }
  .laptop\:h-24-percent {
    height: 24%;
  }
  .laptop\:w-24-percent {
    width: 24%;
  }
  .laptop\:min-h-24-percent {
    min-height: 24%;
  }
  .laptop\:min-w-24-percent {
    min-width: 24%;
  }
  .laptop\:max-h-24-percent {
    max-height: 24%;
  }
  .laptop\:max-w-24-percent {
    max-width: 24%;
  }
  .laptop\:pad-b-24-percent {
    padding-bottom: 24%;
  }
  .laptop\:h-25-percent {
    height: 25%;
  }
  .laptop\:w-25-percent {
    width: 25%;
  }
  .laptop\:min-h-25-percent {
    min-height: 25%;
  }
  .laptop\:min-w-25-percent {
    min-width: 25%;
  }
  .laptop\:max-h-25-percent {
    max-height: 25%;
  }
  .laptop\:max-w-25-percent {
    max-width: 25%;
  }
  .laptop\:pad-b-25-percent {
    padding-bottom: 25%;
  }
  .laptop\:h-26-percent {
    height: 26%;
  }
  .laptop\:w-26-percent {
    width: 26%;
  }
  .laptop\:min-h-26-percent {
    min-height: 26%;
  }
  .laptop\:min-w-26-percent {
    min-width: 26%;
  }
  .laptop\:max-h-26-percent {
    max-height: 26%;
  }
  .laptop\:max-w-26-percent {
    max-width: 26%;
  }
  .laptop\:pad-b-26-percent {
    padding-bottom: 26%;
  }
  .laptop\:h-27-percent {
    height: 27%;
  }
  .laptop\:w-27-percent {
    width: 27%;
  }
  .laptop\:min-h-27-percent {
    min-height: 27%;
  }
  .laptop\:min-w-27-percent {
    min-width: 27%;
  }
  .laptop\:max-h-27-percent {
    max-height: 27%;
  }
  .laptop\:max-w-27-percent {
    max-width: 27%;
  }
  .laptop\:pad-b-27-percent {
    padding-bottom: 27%;
  }
  .laptop\:h-28-percent {
    height: 28%;
  }
  .laptop\:w-28-percent {
    width: 28%;
  }
  .laptop\:min-h-28-percent {
    min-height: 28%;
  }
  .laptop\:min-w-28-percent {
    min-width: 28%;
  }
  .laptop\:max-h-28-percent {
    max-height: 28%;
  }
  .laptop\:max-w-28-percent {
    max-width: 28%;
  }
  .laptop\:pad-b-28-percent {
    padding-bottom: 28%;
  }
  .laptop\:h-29-percent {
    height: 29%;
  }
  .laptop\:w-29-percent {
    width: 29%;
  }
  .laptop\:min-h-29-percent {
    min-height: 29%;
  }
  .laptop\:min-w-29-percent {
    min-width: 29%;
  }
  .laptop\:max-h-29-percent {
    max-height: 29%;
  }
  .laptop\:max-w-29-percent {
    max-width: 29%;
  }
  .laptop\:pad-b-29-percent {
    padding-bottom: 29%;
  }
  .laptop\:h-30-percent {
    height: 30%;
  }
  .laptop\:w-30-percent {
    width: 30%;
  }
  .laptop\:min-h-30-percent {
    min-height: 30%;
  }
  .laptop\:min-w-30-percent {
    min-width: 30%;
  }
  .laptop\:max-h-30-percent {
    max-height: 30%;
  }
  .laptop\:max-w-30-percent {
    max-width: 30%;
  }
  .laptop\:pad-b-30-percent {
    padding-bottom: 30%;
  }
  .laptop\:h-31-percent {
    height: 31%;
  }
  .laptop\:w-31-percent {
    width: 31%;
  }
  .laptop\:min-h-31-percent {
    min-height: 31%;
  }
  .laptop\:min-w-31-percent {
    min-width: 31%;
  }
  .laptop\:max-h-31-percent {
    max-height: 31%;
  }
  .laptop\:max-w-31-percent {
    max-width: 31%;
  }
  .laptop\:pad-b-31-percent {
    padding-bottom: 31%;
  }
  .laptop\:h-32-percent {
    height: 32%;
  }
  .laptop\:w-32-percent {
    width: 32%;
  }
  .laptop\:min-h-32-percent {
    min-height: 32%;
  }
  .laptop\:min-w-32-percent {
    min-width: 32%;
  }
  .laptop\:max-h-32-percent {
    max-height: 32%;
  }
  .laptop\:max-w-32-percent {
    max-width: 32%;
  }
  .laptop\:pad-b-32-percent {
    padding-bottom: 32%;
  }
  .laptop\:h-33-percent {
    height: 33%;
  }
  .laptop\:w-33-percent {
    width: 33%;
  }
  .laptop\:min-h-33-percent {
    min-height: 33%;
  }
  .laptop\:min-w-33-percent {
    min-width: 33%;
  }
  .laptop\:max-h-33-percent {
    max-height: 33%;
  }
  .laptop\:max-w-33-percent {
    max-width: 33%;
  }
  .laptop\:pad-b-33-percent {
    padding-bottom: 33%;
  }
  .laptop\:h-34-percent {
    height: 34%;
  }
  .laptop\:w-34-percent {
    width: 34%;
  }
  .laptop\:min-h-34-percent {
    min-height: 34%;
  }
  .laptop\:min-w-34-percent {
    min-width: 34%;
  }
  .laptop\:max-h-34-percent {
    max-height: 34%;
  }
  .laptop\:max-w-34-percent {
    max-width: 34%;
  }
  .laptop\:pad-b-34-percent {
    padding-bottom: 34%;
  }
  .laptop\:h-35-percent {
    height: 35%;
  }
  .laptop\:w-35-percent {
    width: 35%;
  }
  .laptop\:min-h-35-percent {
    min-height: 35%;
  }
  .laptop\:min-w-35-percent {
    min-width: 35%;
  }
  .laptop\:max-h-35-percent {
    max-height: 35%;
  }
  .laptop\:max-w-35-percent {
    max-width: 35%;
  }
  .laptop\:pad-b-35-percent {
    padding-bottom: 35%;
  }
  .laptop\:h-36-percent {
    height: 36%;
  }
  .laptop\:w-36-percent {
    width: 36%;
  }
  .laptop\:min-h-36-percent {
    min-height: 36%;
  }
  .laptop\:min-w-36-percent {
    min-width: 36%;
  }
  .laptop\:max-h-36-percent {
    max-height: 36%;
  }
  .laptop\:max-w-36-percent {
    max-width: 36%;
  }
  .laptop\:pad-b-36-percent {
    padding-bottom: 36%;
  }
  .laptop\:h-37-percent {
    height: 37%;
  }
  .laptop\:w-37-percent {
    width: 37%;
  }
  .laptop\:min-h-37-percent {
    min-height: 37%;
  }
  .laptop\:min-w-37-percent {
    min-width: 37%;
  }
  .laptop\:max-h-37-percent {
    max-height: 37%;
  }
  .laptop\:max-w-37-percent {
    max-width: 37%;
  }
  .laptop\:pad-b-37-percent {
    padding-bottom: 37%;
  }
  .laptop\:h-38-percent {
    height: 38%;
  }
  .laptop\:w-38-percent {
    width: 38%;
  }
  .laptop\:min-h-38-percent {
    min-height: 38%;
  }
  .laptop\:min-w-38-percent {
    min-width: 38%;
  }
  .laptop\:max-h-38-percent {
    max-height: 38%;
  }
  .laptop\:max-w-38-percent {
    max-width: 38%;
  }
  .laptop\:pad-b-38-percent {
    padding-bottom: 38%;
  }
  .laptop\:h-39-percent {
    height: 39%;
  }
  .laptop\:w-39-percent {
    width: 39%;
  }
  .laptop\:min-h-39-percent {
    min-height: 39%;
  }
  .laptop\:min-w-39-percent {
    min-width: 39%;
  }
  .laptop\:max-h-39-percent {
    max-height: 39%;
  }
  .laptop\:max-w-39-percent {
    max-width: 39%;
  }
  .laptop\:pad-b-39-percent {
    padding-bottom: 39%;
  }
  .laptop\:h-40-percent {
    height: 40%;
  }
  .laptop\:w-40-percent {
    width: 40%;
  }
  .laptop\:min-h-40-percent {
    min-height: 40%;
  }
  .laptop\:min-w-40-percent {
    min-width: 40%;
  }
  .laptop\:max-h-40-percent {
    max-height: 40%;
  }
  .laptop\:max-w-40-percent {
    max-width: 40%;
  }
  .laptop\:pad-b-40-percent {
    padding-bottom: 40%;
  }
  .laptop\:h-41-percent {
    height: 41%;
  }
  .laptop\:w-41-percent {
    width: 41%;
  }
  .laptop\:min-h-41-percent {
    min-height: 41%;
  }
  .laptop\:min-w-41-percent {
    min-width: 41%;
  }
  .laptop\:max-h-41-percent {
    max-height: 41%;
  }
  .laptop\:max-w-41-percent {
    max-width: 41%;
  }
  .laptop\:pad-b-41-percent {
    padding-bottom: 41%;
  }
  .laptop\:h-42-percent {
    height: 42%;
  }
  .laptop\:w-42-percent {
    width: 42%;
  }
  .laptop\:min-h-42-percent {
    min-height: 42%;
  }
  .laptop\:min-w-42-percent {
    min-width: 42%;
  }
  .laptop\:max-h-42-percent {
    max-height: 42%;
  }
  .laptop\:max-w-42-percent {
    max-width: 42%;
  }
  .laptop\:pad-b-42-percent {
    padding-bottom: 42%;
  }
  .laptop\:h-43-percent {
    height: 43%;
  }
  .laptop\:w-43-percent {
    width: 43%;
  }
  .laptop\:min-h-43-percent {
    min-height: 43%;
  }
  .laptop\:min-w-43-percent {
    min-width: 43%;
  }
  .laptop\:max-h-43-percent {
    max-height: 43%;
  }
  .laptop\:max-w-43-percent {
    max-width: 43%;
  }
  .laptop\:pad-b-43-percent {
    padding-bottom: 43%;
  }
  .laptop\:h-44-percent {
    height: 44%;
  }
  .laptop\:w-44-percent {
    width: 44%;
  }
  .laptop\:min-h-44-percent {
    min-height: 44%;
  }
  .laptop\:min-w-44-percent {
    min-width: 44%;
  }
  .laptop\:max-h-44-percent {
    max-height: 44%;
  }
  .laptop\:max-w-44-percent {
    max-width: 44%;
  }
  .laptop\:pad-b-44-percent {
    padding-bottom: 44%;
  }
  .laptop\:h-45-percent {
    height: 45%;
  }
  .laptop\:w-45-percent {
    width: 45%;
  }
  .laptop\:min-h-45-percent {
    min-height: 45%;
  }
  .laptop\:min-w-45-percent {
    min-width: 45%;
  }
  .laptop\:max-h-45-percent {
    max-height: 45%;
  }
  .laptop\:max-w-45-percent {
    max-width: 45%;
  }
  .laptop\:pad-b-45-percent {
    padding-bottom: 45%;
  }
  .laptop\:h-46-percent {
    height: 46%;
  }
  .laptop\:w-46-percent {
    width: 46%;
  }
  .laptop\:min-h-46-percent {
    min-height: 46%;
  }
  .laptop\:min-w-46-percent {
    min-width: 46%;
  }
  .laptop\:max-h-46-percent {
    max-height: 46%;
  }
  .laptop\:max-w-46-percent {
    max-width: 46%;
  }
  .laptop\:pad-b-46-percent {
    padding-bottom: 46%;
  }
  .laptop\:h-47-percent {
    height: 47%;
  }
  .laptop\:w-47-percent {
    width: 47%;
  }
  .laptop\:min-h-47-percent {
    min-height: 47%;
  }
  .laptop\:min-w-47-percent {
    min-width: 47%;
  }
  .laptop\:max-h-47-percent {
    max-height: 47%;
  }
  .laptop\:max-w-47-percent {
    max-width: 47%;
  }
  .laptop\:pad-b-47-percent {
    padding-bottom: 47%;
  }
  .laptop\:h-48-percent {
    height: 48%;
  }
  .laptop\:w-48-percent {
    width: 48%;
  }
  .laptop\:min-h-48-percent {
    min-height: 48%;
  }
  .laptop\:min-w-48-percent {
    min-width: 48%;
  }
  .laptop\:max-h-48-percent {
    max-height: 48%;
  }
  .laptop\:max-w-48-percent {
    max-width: 48%;
  }
  .laptop\:pad-b-48-percent {
    padding-bottom: 48%;
  }
  .laptop\:h-49-percent {
    height: 49%;
  }
  .laptop\:w-49-percent {
    width: 49%;
  }
  .laptop\:min-h-49-percent {
    min-height: 49%;
  }
  .laptop\:min-w-49-percent {
    min-width: 49%;
  }
  .laptop\:max-h-49-percent {
    max-height: 49%;
  }
  .laptop\:max-w-49-percent {
    max-width: 49%;
  }
  .laptop\:pad-b-49-percent {
    padding-bottom: 49%;
  }
  .laptop\:h-50-percent {
    height: 50%;
  }
  .laptop\:w-50-percent {
    width: 50%;
  }
  .laptop\:min-h-50-percent {
    min-height: 50%;
  }
  .laptop\:min-w-50-percent {
    min-width: 50%;
  }
  .laptop\:max-h-50-percent {
    max-height: 50%;
  }
  .laptop\:max-w-50-percent {
    max-width: 50%;
  }
  .laptop\:pad-b-50-percent {
    padding-bottom: 50%;
  }
  .laptop\:h-51-percent {
    height: 51%;
  }
  .laptop\:w-51-percent {
    width: 51%;
  }
  .laptop\:min-h-51-percent {
    min-height: 51%;
  }
  .laptop\:min-w-51-percent {
    min-width: 51%;
  }
  .laptop\:max-h-51-percent {
    max-height: 51%;
  }
  .laptop\:max-w-51-percent {
    max-width: 51%;
  }
  .laptop\:pad-b-51-percent {
    padding-bottom: 51%;
  }
  .laptop\:h-52-percent {
    height: 52%;
  }
  .laptop\:w-52-percent {
    width: 52%;
  }
  .laptop\:min-h-52-percent {
    min-height: 52%;
  }
  .laptop\:min-w-52-percent {
    min-width: 52%;
  }
  .laptop\:max-h-52-percent {
    max-height: 52%;
  }
  .laptop\:max-w-52-percent {
    max-width: 52%;
  }
  .laptop\:pad-b-52-percent {
    padding-bottom: 52%;
  }
  .laptop\:h-53-percent {
    height: 53%;
  }
  .laptop\:w-53-percent {
    width: 53%;
  }
  .laptop\:min-h-53-percent {
    min-height: 53%;
  }
  .laptop\:min-w-53-percent {
    min-width: 53%;
  }
  .laptop\:max-h-53-percent {
    max-height: 53%;
  }
  .laptop\:max-w-53-percent {
    max-width: 53%;
  }
  .laptop\:pad-b-53-percent {
    padding-bottom: 53%;
  }
  .laptop\:h-54-percent {
    height: 54%;
  }
  .laptop\:w-54-percent {
    width: 54%;
  }
  .laptop\:min-h-54-percent {
    min-height: 54%;
  }
  .laptop\:min-w-54-percent {
    min-width: 54%;
  }
  .laptop\:max-h-54-percent {
    max-height: 54%;
  }
  .laptop\:max-w-54-percent {
    max-width: 54%;
  }
  .laptop\:pad-b-54-percent {
    padding-bottom: 54%;
  }
  .laptop\:h-55-percent {
    height: 55%;
  }
  .laptop\:w-55-percent {
    width: 55%;
  }
  .laptop\:min-h-55-percent {
    min-height: 55%;
  }
  .laptop\:min-w-55-percent {
    min-width: 55%;
  }
  .laptop\:max-h-55-percent {
    max-height: 55%;
  }
  .laptop\:max-w-55-percent {
    max-width: 55%;
  }
  .laptop\:pad-b-55-percent {
    padding-bottom: 55%;
  }
  .laptop\:h-56-percent {
    height: 56%;
  }
  .laptop\:w-56-percent {
    width: 56%;
  }
  .laptop\:min-h-56-percent {
    min-height: 56%;
  }
  .laptop\:min-w-56-percent {
    min-width: 56%;
  }
  .laptop\:max-h-56-percent {
    max-height: 56%;
  }
  .laptop\:max-w-56-percent {
    max-width: 56%;
  }
  .laptop\:pad-b-56-percent {
    padding-bottom: 56%;
  }
  .laptop\:h-57-percent {
    height: 57%;
  }
  .laptop\:w-57-percent {
    width: 57%;
  }
  .laptop\:min-h-57-percent {
    min-height: 57%;
  }
  .laptop\:min-w-57-percent {
    min-width: 57%;
  }
  .laptop\:max-h-57-percent {
    max-height: 57%;
  }
  .laptop\:max-w-57-percent {
    max-width: 57%;
  }
  .laptop\:pad-b-57-percent {
    padding-bottom: 57%;
  }
  .laptop\:h-58-percent {
    height: 58%;
  }
  .laptop\:w-58-percent {
    width: 58%;
  }
  .laptop\:min-h-58-percent {
    min-height: 58%;
  }
  .laptop\:min-w-58-percent {
    min-width: 58%;
  }
  .laptop\:max-h-58-percent {
    max-height: 58%;
  }
  .laptop\:max-w-58-percent {
    max-width: 58%;
  }
  .laptop\:pad-b-58-percent {
    padding-bottom: 58%;
  }
  .laptop\:h-59-percent {
    height: 59%;
  }
  .laptop\:w-59-percent {
    width: 59%;
  }
  .laptop\:min-h-59-percent {
    min-height: 59%;
  }
  .laptop\:min-w-59-percent {
    min-width: 59%;
  }
  .laptop\:max-h-59-percent {
    max-height: 59%;
  }
  .laptop\:max-w-59-percent {
    max-width: 59%;
  }
  .laptop\:pad-b-59-percent {
    padding-bottom: 59%;
  }
  .laptop\:h-60-percent {
    height: 60%;
  }
  .laptop\:w-60-percent {
    width: 60%;
  }
  .laptop\:min-h-60-percent {
    min-height: 60%;
  }
  .laptop\:min-w-60-percent {
    min-width: 60%;
  }
  .laptop\:max-h-60-percent {
    max-height: 60%;
  }
  .laptop\:max-w-60-percent {
    max-width: 60%;
  }
  .laptop\:pad-b-60-percent {
    padding-bottom: 60%;
  }
  .laptop\:h-61-percent {
    height: 61%;
  }
  .laptop\:w-61-percent {
    width: 61%;
  }
  .laptop\:min-h-61-percent {
    min-height: 61%;
  }
  .laptop\:min-w-61-percent {
    min-width: 61%;
  }
  .laptop\:max-h-61-percent {
    max-height: 61%;
  }
  .laptop\:max-w-61-percent {
    max-width: 61%;
  }
  .laptop\:pad-b-61-percent {
    padding-bottom: 61%;
  }
  .laptop\:h-62-percent {
    height: 62%;
  }
  .laptop\:w-62-percent {
    width: 62%;
  }
  .laptop\:min-h-62-percent {
    min-height: 62%;
  }
  .laptop\:min-w-62-percent {
    min-width: 62%;
  }
  .laptop\:max-h-62-percent {
    max-height: 62%;
  }
  .laptop\:max-w-62-percent {
    max-width: 62%;
  }
  .laptop\:pad-b-62-percent {
    padding-bottom: 62%;
  }
  .laptop\:h-63-percent {
    height: 63%;
  }
  .laptop\:w-63-percent {
    width: 63%;
  }
  .laptop\:min-h-63-percent {
    min-height: 63%;
  }
  .laptop\:min-w-63-percent {
    min-width: 63%;
  }
  .laptop\:max-h-63-percent {
    max-height: 63%;
  }
  .laptop\:max-w-63-percent {
    max-width: 63%;
  }
  .laptop\:pad-b-63-percent {
    padding-bottom: 63%;
  }
  .laptop\:h-64-percent {
    height: 64%;
  }
  .laptop\:w-64-percent {
    width: 64%;
  }
  .laptop\:min-h-64-percent {
    min-height: 64%;
  }
  .laptop\:min-w-64-percent {
    min-width: 64%;
  }
  .laptop\:max-h-64-percent {
    max-height: 64%;
  }
  .laptop\:max-w-64-percent {
    max-width: 64%;
  }
  .laptop\:pad-b-64-percent {
    padding-bottom: 64%;
  }
  .laptop\:h-65-percent {
    height: 65%;
  }
  .laptop\:w-65-percent {
    width: 65%;
  }
  .laptop\:min-h-65-percent {
    min-height: 65%;
  }
  .laptop\:min-w-65-percent {
    min-width: 65%;
  }
  .laptop\:max-h-65-percent {
    max-height: 65%;
  }
  .laptop\:max-w-65-percent {
    max-width: 65%;
  }
  .laptop\:pad-b-65-percent {
    padding-bottom: 65%;
  }
  .laptop\:h-66-percent {
    height: 66%;
  }
  .laptop\:w-66-percent {
    width: 66%;
  }
  .laptop\:min-h-66-percent {
    min-height: 66%;
  }
  .laptop\:min-w-66-percent {
    min-width: 66%;
  }
  .laptop\:max-h-66-percent {
    max-height: 66%;
  }
  .laptop\:max-w-66-percent {
    max-width: 66%;
  }
  .laptop\:pad-b-66-percent {
    padding-bottom: 66%;
  }
  .laptop\:h-67-percent {
    height: 67%;
  }
  .laptop\:w-67-percent {
    width: 67%;
  }
  .laptop\:min-h-67-percent {
    min-height: 67%;
  }
  .laptop\:min-w-67-percent {
    min-width: 67%;
  }
  .laptop\:max-h-67-percent {
    max-height: 67%;
  }
  .laptop\:max-w-67-percent {
    max-width: 67%;
  }
  .laptop\:pad-b-67-percent {
    padding-bottom: 67%;
  }
  .laptop\:h-68-percent {
    height: 68%;
  }
  .laptop\:w-68-percent {
    width: 68%;
  }
  .laptop\:min-h-68-percent {
    min-height: 68%;
  }
  .laptop\:min-w-68-percent {
    min-width: 68%;
  }
  .laptop\:max-h-68-percent {
    max-height: 68%;
  }
  .laptop\:max-w-68-percent {
    max-width: 68%;
  }
  .laptop\:pad-b-68-percent {
    padding-bottom: 68%;
  }
  .laptop\:h-69-percent {
    height: 69%;
  }
  .laptop\:w-69-percent {
    width: 69%;
  }
  .laptop\:min-h-69-percent {
    min-height: 69%;
  }
  .laptop\:min-w-69-percent {
    min-width: 69%;
  }
  .laptop\:max-h-69-percent {
    max-height: 69%;
  }
  .laptop\:max-w-69-percent {
    max-width: 69%;
  }
  .laptop\:pad-b-69-percent {
    padding-bottom: 69%;
  }
  .laptop\:h-70-percent {
    height: 70%;
  }
  .laptop\:w-70-percent {
    width: 70%;
  }
  .laptop\:min-h-70-percent {
    min-height: 70%;
  }
  .laptop\:min-w-70-percent {
    min-width: 70%;
  }
  .laptop\:max-h-70-percent {
    max-height: 70%;
  }
  .laptop\:max-w-70-percent {
    max-width: 70%;
  }
  .laptop\:pad-b-70-percent {
    padding-bottom: 70%;
  }
  .laptop\:h-71-percent {
    height: 71%;
  }
  .laptop\:w-71-percent {
    width: 71%;
  }
  .laptop\:min-h-71-percent {
    min-height: 71%;
  }
  .laptop\:min-w-71-percent {
    min-width: 71%;
  }
  .laptop\:max-h-71-percent {
    max-height: 71%;
  }
  .laptop\:max-w-71-percent {
    max-width: 71%;
  }
  .laptop\:pad-b-71-percent {
    padding-bottom: 71%;
  }
  .laptop\:h-72-percent {
    height: 72%;
  }
  .laptop\:w-72-percent {
    width: 72%;
  }
  .laptop\:min-h-72-percent {
    min-height: 72%;
  }
  .laptop\:min-w-72-percent {
    min-width: 72%;
  }
  .laptop\:max-h-72-percent {
    max-height: 72%;
  }
  .laptop\:max-w-72-percent {
    max-width: 72%;
  }
  .laptop\:pad-b-72-percent {
    padding-bottom: 72%;
  }
  .laptop\:h-73-percent {
    height: 73%;
  }
  .laptop\:w-73-percent {
    width: 73%;
  }
  .laptop\:min-h-73-percent {
    min-height: 73%;
  }
  .laptop\:min-w-73-percent {
    min-width: 73%;
  }
  .laptop\:max-h-73-percent {
    max-height: 73%;
  }
  .laptop\:max-w-73-percent {
    max-width: 73%;
  }
  .laptop\:pad-b-73-percent {
    padding-bottom: 73%;
  }
  .laptop\:h-74-percent {
    height: 74%;
  }
  .laptop\:w-74-percent {
    width: 74%;
  }
  .laptop\:min-h-74-percent {
    min-height: 74%;
  }
  .laptop\:min-w-74-percent {
    min-width: 74%;
  }
  .laptop\:max-h-74-percent {
    max-height: 74%;
  }
  .laptop\:max-w-74-percent {
    max-width: 74%;
  }
  .laptop\:pad-b-74-percent {
    padding-bottom: 74%;
  }
  .laptop\:h-75-percent {
    height: 75%;
  }
  .laptop\:w-75-percent {
    width: 75%;
  }
  .laptop\:min-h-75-percent {
    min-height: 75%;
  }
  .laptop\:min-w-75-percent {
    min-width: 75%;
  }
  .laptop\:max-h-75-percent {
    max-height: 75%;
  }
  .laptop\:max-w-75-percent {
    max-width: 75%;
  }
  .laptop\:pad-b-75-percent {
    padding-bottom: 75%;
  }
  .laptop\:h-76-percent {
    height: 76%;
  }
  .laptop\:w-76-percent {
    width: 76%;
  }
  .laptop\:min-h-76-percent {
    min-height: 76%;
  }
  .laptop\:min-w-76-percent {
    min-width: 76%;
  }
  .laptop\:max-h-76-percent {
    max-height: 76%;
  }
  .laptop\:max-w-76-percent {
    max-width: 76%;
  }
  .laptop\:pad-b-76-percent {
    padding-bottom: 76%;
  }
  .laptop\:h-77-percent {
    height: 77%;
  }
  .laptop\:w-77-percent {
    width: 77%;
  }
  .laptop\:min-h-77-percent {
    min-height: 77%;
  }
  .laptop\:min-w-77-percent {
    min-width: 77%;
  }
  .laptop\:max-h-77-percent {
    max-height: 77%;
  }
  .laptop\:max-w-77-percent {
    max-width: 77%;
  }
  .laptop\:pad-b-77-percent {
    padding-bottom: 77%;
  }
  .laptop\:h-78-percent {
    height: 78%;
  }
  .laptop\:w-78-percent {
    width: 78%;
  }
  .laptop\:min-h-78-percent {
    min-height: 78%;
  }
  .laptop\:min-w-78-percent {
    min-width: 78%;
  }
  .laptop\:max-h-78-percent {
    max-height: 78%;
  }
  .laptop\:max-w-78-percent {
    max-width: 78%;
  }
  .laptop\:pad-b-78-percent {
    padding-bottom: 78%;
  }
  .laptop\:h-79-percent {
    height: 79%;
  }
  .laptop\:w-79-percent {
    width: 79%;
  }
  .laptop\:min-h-79-percent {
    min-height: 79%;
  }
  .laptop\:min-w-79-percent {
    min-width: 79%;
  }
  .laptop\:max-h-79-percent {
    max-height: 79%;
  }
  .laptop\:max-w-79-percent {
    max-width: 79%;
  }
  .laptop\:pad-b-79-percent {
    padding-bottom: 79%;
  }
  .laptop\:h-80-percent {
    height: 80%;
  }
  .laptop\:w-80-percent {
    width: 80%;
  }
  .laptop\:min-h-80-percent {
    min-height: 80%;
  }
  .laptop\:min-w-80-percent {
    min-width: 80%;
  }
  .laptop\:max-h-80-percent {
    max-height: 80%;
  }
  .laptop\:max-w-80-percent {
    max-width: 80%;
  }
  .laptop\:pad-b-80-percent {
    padding-bottom: 80%;
  }
  .laptop\:h-81-percent {
    height: 81%;
  }
  .laptop\:w-81-percent {
    width: 81%;
  }
  .laptop\:min-h-81-percent {
    min-height: 81%;
  }
  .laptop\:min-w-81-percent {
    min-width: 81%;
  }
  .laptop\:max-h-81-percent {
    max-height: 81%;
  }
  .laptop\:max-w-81-percent {
    max-width: 81%;
  }
  .laptop\:pad-b-81-percent {
    padding-bottom: 81%;
  }
  .laptop\:h-82-percent {
    height: 82%;
  }
  .laptop\:w-82-percent {
    width: 82%;
  }
  .laptop\:min-h-82-percent {
    min-height: 82%;
  }
  .laptop\:min-w-82-percent {
    min-width: 82%;
  }
  .laptop\:max-h-82-percent {
    max-height: 82%;
  }
  .laptop\:max-w-82-percent {
    max-width: 82%;
  }
  .laptop\:pad-b-82-percent {
    padding-bottom: 82%;
  }
  .laptop\:h-83-percent {
    height: 83%;
  }
  .laptop\:w-83-percent {
    width: 83%;
  }
  .laptop\:min-h-83-percent {
    min-height: 83%;
  }
  .laptop\:min-w-83-percent {
    min-width: 83%;
  }
  .laptop\:max-h-83-percent {
    max-height: 83%;
  }
  .laptop\:max-w-83-percent {
    max-width: 83%;
  }
  .laptop\:pad-b-83-percent {
    padding-bottom: 83%;
  }
  .laptop\:h-84-percent {
    height: 84%;
  }
  .laptop\:w-84-percent {
    width: 84%;
  }
  .laptop\:min-h-84-percent {
    min-height: 84%;
  }
  .laptop\:min-w-84-percent {
    min-width: 84%;
  }
  .laptop\:max-h-84-percent {
    max-height: 84%;
  }
  .laptop\:max-w-84-percent {
    max-width: 84%;
  }
  .laptop\:pad-b-84-percent {
    padding-bottom: 84%;
  }
  .laptop\:h-85-percent {
    height: 85%;
  }
  .laptop\:w-85-percent {
    width: 85%;
  }
  .laptop\:min-h-85-percent {
    min-height: 85%;
  }
  .laptop\:min-w-85-percent {
    min-width: 85%;
  }
  .laptop\:max-h-85-percent {
    max-height: 85%;
  }
  .laptop\:max-w-85-percent {
    max-width: 85%;
  }
  .laptop\:pad-b-85-percent {
    padding-bottom: 85%;
  }
  .laptop\:h-86-percent {
    height: 86%;
  }
  .laptop\:w-86-percent {
    width: 86%;
  }
  .laptop\:min-h-86-percent {
    min-height: 86%;
  }
  .laptop\:min-w-86-percent {
    min-width: 86%;
  }
  .laptop\:max-h-86-percent {
    max-height: 86%;
  }
  .laptop\:max-w-86-percent {
    max-width: 86%;
  }
  .laptop\:pad-b-86-percent {
    padding-bottom: 86%;
  }
  .laptop\:h-87-percent {
    height: 87%;
  }
  .laptop\:w-87-percent {
    width: 87%;
  }
  .laptop\:min-h-87-percent {
    min-height: 87%;
  }
  .laptop\:min-w-87-percent {
    min-width: 87%;
  }
  .laptop\:max-h-87-percent {
    max-height: 87%;
  }
  .laptop\:max-w-87-percent {
    max-width: 87%;
  }
  .laptop\:pad-b-87-percent {
    padding-bottom: 87%;
  }
  .laptop\:h-88-percent {
    height: 88%;
  }
  .laptop\:w-88-percent {
    width: 88%;
  }
  .laptop\:min-h-88-percent {
    min-height: 88%;
  }
  .laptop\:min-w-88-percent {
    min-width: 88%;
  }
  .laptop\:max-h-88-percent {
    max-height: 88%;
  }
  .laptop\:max-w-88-percent {
    max-width: 88%;
  }
  .laptop\:pad-b-88-percent {
    padding-bottom: 88%;
  }
  .laptop\:h-89-percent {
    height: 89%;
  }
  .laptop\:w-89-percent {
    width: 89%;
  }
  .laptop\:min-h-89-percent {
    min-height: 89%;
  }
  .laptop\:min-w-89-percent {
    min-width: 89%;
  }
  .laptop\:max-h-89-percent {
    max-height: 89%;
  }
  .laptop\:max-w-89-percent {
    max-width: 89%;
  }
  .laptop\:pad-b-89-percent {
    padding-bottom: 89%;
  }
  .laptop\:h-90-percent {
    height: 90%;
  }
  .laptop\:w-90-percent {
    width: 90%;
  }
  .laptop\:min-h-90-percent {
    min-height: 90%;
  }
  .laptop\:min-w-90-percent {
    min-width: 90%;
  }
  .laptop\:max-h-90-percent {
    max-height: 90%;
  }
  .laptop\:max-w-90-percent {
    max-width: 90%;
  }
  .laptop\:pad-b-90-percent {
    padding-bottom: 90%;
  }
  .laptop\:h-91-percent {
    height: 91%;
  }
  .laptop\:w-91-percent {
    width: 91%;
  }
  .laptop\:min-h-91-percent {
    min-height: 91%;
  }
  .laptop\:min-w-91-percent {
    min-width: 91%;
  }
  .laptop\:max-h-91-percent {
    max-height: 91%;
  }
  .laptop\:max-w-91-percent {
    max-width: 91%;
  }
  .laptop\:pad-b-91-percent {
    padding-bottom: 91%;
  }
  .laptop\:h-92-percent {
    height: 92%;
  }
  .laptop\:w-92-percent {
    width: 92%;
  }
  .laptop\:min-h-92-percent {
    min-height: 92%;
  }
  .laptop\:min-w-92-percent {
    min-width: 92%;
  }
  .laptop\:max-h-92-percent {
    max-height: 92%;
  }
  .laptop\:max-w-92-percent {
    max-width: 92%;
  }
  .laptop\:pad-b-92-percent {
    padding-bottom: 92%;
  }
  .laptop\:h-93-percent {
    height: 93%;
  }
  .laptop\:w-93-percent {
    width: 93%;
  }
  .laptop\:min-h-93-percent {
    min-height: 93%;
  }
  .laptop\:min-w-93-percent {
    min-width: 93%;
  }
  .laptop\:max-h-93-percent {
    max-height: 93%;
  }
  .laptop\:max-w-93-percent {
    max-width: 93%;
  }
  .laptop\:pad-b-93-percent {
    padding-bottom: 93%;
  }
  .laptop\:h-94-percent {
    height: 94%;
  }
  .laptop\:w-94-percent {
    width: 94%;
  }
  .laptop\:min-h-94-percent {
    min-height: 94%;
  }
  .laptop\:min-w-94-percent {
    min-width: 94%;
  }
  .laptop\:max-h-94-percent {
    max-height: 94%;
  }
  .laptop\:max-w-94-percent {
    max-width: 94%;
  }
  .laptop\:pad-b-94-percent {
    padding-bottom: 94%;
  }
  .laptop\:h-95-percent {
    height: 95%;
  }
  .laptop\:w-95-percent {
    width: 95%;
  }
  .laptop\:min-h-95-percent {
    min-height: 95%;
  }
  .laptop\:min-w-95-percent {
    min-width: 95%;
  }
  .laptop\:max-h-95-percent {
    max-height: 95%;
  }
  .laptop\:max-w-95-percent {
    max-width: 95%;
  }
  .laptop\:pad-b-95-percent {
    padding-bottom: 95%;
  }
  .laptop\:h-96-percent {
    height: 96%;
  }
  .laptop\:w-96-percent {
    width: 96%;
  }
  .laptop\:min-h-96-percent {
    min-height: 96%;
  }
  .laptop\:min-w-96-percent {
    min-width: 96%;
  }
  .laptop\:max-h-96-percent {
    max-height: 96%;
  }
  .laptop\:max-w-96-percent {
    max-width: 96%;
  }
  .laptop\:pad-b-96-percent {
    padding-bottom: 96%;
  }
  .laptop\:h-97-percent {
    height: 97%;
  }
  .laptop\:w-97-percent {
    width: 97%;
  }
  .laptop\:min-h-97-percent {
    min-height: 97%;
  }
  .laptop\:min-w-97-percent {
    min-width: 97%;
  }
  .laptop\:max-h-97-percent {
    max-height: 97%;
  }
  .laptop\:max-w-97-percent {
    max-width: 97%;
  }
  .laptop\:pad-b-97-percent {
    padding-bottom: 97%;
  }
  .laptop\:h-98-percent {
    height: 98%;
  }
  .laptop\:w-98-percent {
    width: 98%;
  }
  .laptop\:min-h-98-percent {
    min-height: 98%;
  }
  .laptop\:min-w-98-percent {
    min-width: 98%;
  }
  .laptop\:max-h-98-percent {
    max-height: 98%;
  }
  .laptop\:max-w-98-percent {
    max-width: 98%;
  }
  .laptop\:pad-b-98-percent {
    padding-bottom: 98%;
  }
  .laptop\:h-99-percent {
    height: 99%;
  }
  .laptop\:w-99-percent {
    width: 99%;
  }
  .laptop\:min-h-99-percent {
    min-height: 99%;
  }
  .laptop\:min-w-99-percent {
    min-width: 99%;
  }
  .laptop\:max-h-99-percent {
    max-height: 99%;
  }
  .laptop\:max-w-99-percent {
    max-width: 99%;
  }
  .laptop\:pad-b-99-percent {
    padding-bottom: 99%;
  }
  .laptop\:h-100-percent {
    height: 100%;
  }
  .laptop\:w-100-percent {
    width: 100%;
  }
  .laptop\:min-h-100-percent {
    min-height: 100%;
  }
  .laptop\:min-w-100-percent {
    min-width: 100%;
  }
  .laptop\:max-h-100-percent {
    max-height: 100%;
  }
  .laptop\:max-w-100-percent {
    max-width: 100%;
  }
  .laptop\:pad-b-100-percent {
    padding-bottom: 100%;
  }
  .laptop\:h-101-percent {
    height: 101%;
  }
  .laptop\:w-101-percent {
    width: 101%;
  }
  .laptop\:min-h-101-percent {
    min-height: 101%;
  }
  .laptop\:min-w-101-percent {
    min-width: 101%;
  }
  .laptop\:max-h-101-percent {
    max-height: 101%;
  }
  .laptop\:max-w-101-percent {
    max-width: 101%;
  }
  .laptop\:pad-b-101-percent {
    padding-bottom: 101%;
  }
  .laptop\:h-102-percent {
    height: 102%;
  }
  .laptop\:w-102-percent {
    width: 102%;
  }
  .laptop\:min-h-102-percent {
    min-height: 102%;
  }
  .laptop\:min-w-102-percent {
    min-width: 102%;
  }
  .laptop\:max-h-102-percent {
    max-height: 102%;
  }
  .laptop\:max-w-102-percent {
    max-width: 102%;
  }
  .laptop\:pad-b-102-percent {
    padding-bottom: 102%;
  }
  .laptop\:h-103-percent {
    height: 103%;
  }
  .laptop\:w-103-percent {
    width: 103%;
  }
  .laptop\:min-h-103-percent {
    min-height: 103%;
  }
  .laptop\:min-w-103-percent {
    min-width: 103%;
  }
  .laptop\:max-h-103-percent {
    max-height: 103%;
  }
  .laptop\:max-w-103-percent {
    max-width: 103%;
  }
  .laptop\:pad-b-103-percent {
    padding-bottom: 103%;
  }
  .laptop\:h-104-percent {
    height: 104%;
  }
  .laptop\:w-104-percent {
    width: 104%;
  }
  .laptop\:min-h-104-percent {
    min-height: 104%;
  }
  .laptop\:min-w-104-percent {
    min-width: 104%;
  }
  .laptop\:max-h-104-percent {
    max-height: 104%;
  }
  .laptop\:max-w-104-percent {
    max-width: 104%;
  }
  .laptop\:pad-b-104-percent {
    padding-bottom: 104%;
  }
  .laptop\:h-105-percent {
    height: 105%;
  }
  .laptop\:w-105-percent {
    width: 105%;
  }
  .laptop\:min-h-105-percent {
    min-height: 105%;
  }
  .laptop\:min-w-105-percent {
    min-width: 105%;
  }
  .laptop\:max-h-105-percent {
    max-height: 105%;
  }
  .laptop\:max-w-105-percent {
    max-width: 105%;
  }
  .laptop\:pad-b-105-percent {
    padding-bottom: 105%;
  }
  .laptop\:h-106-percent {
    height: 106%;
  }
  .laptop\:w-106-percent {
    width: 106%;
  }
  .laptop\:min-h-106-percent {
    min-height: 106%;
  }
  .laptop\:min-w-106-percent {
    min-width: 106%;
  }
  .laptop\:max-h-106-percent {
    max-height: 106%;
  }
  .laptop\:max-w-106-percent {
    max-width: 106%;
  }
  .laptop\:pad-b-106-percent {
    padding-bottom: 106%;
  }
  .laptop\:h-107-percent {
    height: 107%;
  }
  .laptop\:w-107-percent {
    width: 107%;
  }
  .laptop\:min-h-107-percent {
    min-height: 107%;
  }
  .laptop\:min-w-107-percent {
    min-width: 107%;
  }
  .laptop\:max-h-107-percent {
    max-height: 107%;
  }
  .laptop\:max-w-107-percent {
    max-width: 107%;
  }
  .laptop\:pad-b-107-percent {
    padding-bottom: 107%;
  }
  .laptop\:h-108-percent {
    height: 108%;
  }
  .laptop\:w-108-percent {
    width: 108%;
  }
  .laptop\:min-h-108-percent {
    min-height: 108%;
  }
  .laptop\:min-w-108-percent {
    min-width: 108%;
  }
  .laptop\:max-h-108-percent {
    max-height: 108%;
  }
  .laptop\:max-w-108-percent {
    max-width: 108%;
  }
  .laptop\:pad-b-108-percent {
    padding-bottom: 108%;
  }
  .laptop\:h-109-percent {
    height: 109%;
  }
  .laptop\:w-109-percent {
    width: 109%;
  }
  .laptop\:min-h-109-percent {
    min-height: 109%;
  }
  .laptop\:min-w-109-percent {
    min-width: 109%;
  }
  .laptop\:max-h-109-percent {
    max-height: 109%;
  }
  .laptop\:max-w-109-percent {
    max-width: 109%;
  }
  .laptop\:pad-b-109-percent {
    padding-bottom: 109%;
  }
  .laptop\:h-110-percent {
    height: 110%;
  }
  .laptop\:w-110-percent {
    width: 110%;
  }
  .laptop\:min-h-110-percent {
    min-height: 110%;
  }
  .laptop\:min-w-110-percent {
    min-width: 110%;
  }
  .laptop\:max-h-110-percent {
    max-height: 110%;
  }
  .laptop\:max-w-110-percent {
    max-width: 110%;
  }
  .laptop\:pad-b-110-percent {
    padding-bottom: 110%;
  }
  .laptop\:h-111-percent {
    height: 111%;
  }
  .laptop\:w-111-percent {
    width: 111%;
  }
  .laptop\:min-h-111-percent {
    min-height: 111%;
  }
  .laptop\:min-w-111-percent {
    min-width: 111%;
  }
  .laptop\:max-h-111-percent {
    max-height: 111%;
  }
  .laptop\:max-w-111-percent {
    max-width: 111%;
  }
  .laptop\:pad-b-111-percent {
    padding-bottom: 111%;
  }
  .laptop\:h-112-percent {
    height: 112%;
  }
  .laptop\:w-112-percent {
    width: 112%;
  }
  .laptop\:min-h-112-percent {
    min-height: 112%;
  }
  .laptop\:min-w-112-percent {
    min-width: 112%;
  }
  .laptop\:max-h-112-percent {
    max-height: 112%;
  }
  .laptop\:max-w-112-percent {
    max-width: 112%;
  }
  .laptop\:pad-b-112-percent {
    padding-bottom: 112%;
  }
  .laptop\:h-113-percent {
    height: 113%;
  }
  .laptop\:w-113-percent {
    width: 113%;
  }
  .laptop\:min-h-113-percent {
    min-height: 113%;
  }
  .laptop\:min-w-113-percent {
    min-width: 113%;
  }
  .laptop\:max-h-113-percent {
    max-height: 113%;
  }
  .laptop\:max-w-113-percent {
    max-width: 113%;
  }
  .laptop\:pad-b-113-percent {
    padding-bottom: 113%;
  }
  .laptop\:h-114-percent {
    height: 114%;
  }
  .laptop\:w-114-percent {
    width: 114%;
  }
  .laptop\:min-h-114-percent {
    min-height: 114%;
  }
  .laptop\:min-w-114-percent {
    min-width: 114%;
  }
  .laptop\:max-h-114-percent {
    max-height: 114%;
  }
  .laptop\:max-w-114-percent {
    max-width: 114%;
  }
  .laptop\:pad-b-114-percent {
    padding-bottom: 114%;
  }
  .laptop\:h-115-percent {
    height: 115%;
  }
  .laptop\:w-115-percent {
    width: 115%;
  }
  .laptop\:min-h-115-percent {
    min-height: 115%;
  }
  .laptop\:min-w-115-percent {
    min-width: 115%;
  }
  .laptop\:max-h-115-percent {
    max-height: 115%;
  }
  .laptop\:max-w-115-percent {
    max-width: 115%;
  }
  .laptop\:pad-b-115-percent {
    padding-bottom: 115%;
  }
  .laptop\:h-116-percent {
    height: 116%;
  }
  .laptop\:w-116-percent {
    width: 116%;
  }
  .laptop\:min-h-116-percent {
    min-height: 116%;
  }
  .laptop\:min-w-116-percent {
    min-width: 116%;
  }
  .laptop\:max-h-116-percent {
    max-height: 116%;
  }
  .laptop\:max-w-116-percent {
    max-width: 116%;
  }
  .laptop\:pad-b-116-percent {
    padding-bottom: 116%;
  }
  .laptop\:h-117-percent {
    height: 117%;
  }
  .laptop\:w-117-percent {
    width: 117%;
  }
  .laptop\:min-h-117-percent {
    min-height: 117%;
  }
  .laptop\:min-w-117-percent {
    min-width: 117%;
  }
  .laptop\:max-h-117-percent {
    max-height: 117%;
  }
  .laptop\:max-w-117-percent {
    max-width: 117%;
  }
  .laptop\:pad-b-117-percent {
    padding-bottom: 117%;
  }
  .laptop\:h-118-percent {
    height: 118%;
  }
  .laptop\:w-118-percent {
    width: 118%;
  }
  .laptop\:min-h-118-percent {
    min-height: 118%;
  }
  .laptop\:min-w-118-percent {
    min-width: 118%;
  }
  .laptop\:max-h-118-percent {
    max-height: 118%;
  }
  .laptop\:max-w-118-percent {
    max-width: 118%;
  }
  .laptop\:pad-b-118-percent {
    padding-bottom: 118%;
  }
  .laptop\:h-119-percent {
    height: 119%;
  }
  .laptop\:w-119-percent {
    width: 119%;
  }
  .laptop\:min-h-119-percent {
    min-height: 119%;
  }
  .laptop\:min-w-119-percent {
    min-width: 119%;
  }
  .laptop\:max-h-119-percent {
    max-height: 119%;
  }
  .laptop\:max-w-119-percent {
    max-width: 119%;
  }
  .laptop\:pad-b-119-percent {
    padding-bottom: 119%;
  }
  .laptop\:h-120-percent {
    height: 120%;
  }
  .laptop\:w-120-percent {
    width: 120%;
  }
  .laptop\:min-h-120-percent {
    min-height: 120%;
  }
  .laptop\:min-w-120-percent {
    min-width: 120%;
  }
  .laptop\:max-h-120-percent {
    max-height: 120%;
  }
  .laptop\:max-w-120-percent {
    max-width: 120%;
  }
  .laptop\:pad-b-120-percent {
    padding-bottom: 120%;
  }
  .laptop\:h-121-percent {
    height: 121%;
  }
  .laptop\:w-121-percent {
    width: 121%;
  }
  .laptop\:min-h-121-percent {
    min-height: 121%;
  }
  .laptop\:min-w-121-percent {
    min-width: 121%;
  }
  .laptop\:max-h-121-percent {
    max-height: 121%;
  }
  .laptop\:max-w-121-percent {
    max-width: 121%;
  }
  .laptop\:pad-b-121-percent {
    padding-bottom: 121%;
  }
  .laptop\:h-122-percent {
    height: 122%;
  }
  .laptop\:w-122-percent {
    width: 122%;
  }
  .laptop\:min-h-122-percent {
    min-height: 122%;
  }
  .laptop\:min-w-122-percent {
    min-width: 122%;
  }
  .laptop\:max-h-122-percent {
    max-height: 122%;
  }
  .laptop\:max-w-122-percent {
    max-width: 122%;
  }
  .laptop\:pad-b-122-percent {
    padding-bottom: 122%;
  }
  .laptop\:h-123-percent {
    height: 123%;
  }
  .laptop\:w-123-percent {
    width: 123%;
  }
  .laptop\:min-h-123-percent {
    min-height: 123%;
  }
  .laptop\:min-w-123-percent {
    min-width: 123%;
  }
  .laptop\:max-h-123-percent {
    max-height: 123%;
  }
  .laptop\:max-w-123-percent {
    max-width: 123%;
  }
  .laptop\:pad-b-123-percent {
    padding-bottom: 123%;
  }
  .laptop\:h-124-percent {
    height: 124%;
  }
  .laptop\:w-124-percent {
    width: 124%;
  }
  .laptop\:min-h-124-percent {
    min-height: 124%;
  }
  .laptop\:min-w-124-percent {
    min-width: 124%;
  }
  .laptop\:max-h-124-percent {
    max-height: 124%;
  }
  .laptop\:max-w-124-percent {
    max-width: 124%;
  }
  .laptop\:pad-b-124-percent {
    padding-bottom: 124%;
  }
  .laptop\:h-125-percent {
    height: 125%;
  }
  .laptop\:w-125-percent {
    width: 125%;
  }
  .laptop\:min-h-125-percent {
    min-height: 125%;
  }
  .laptop\:min-w-125-percent {
    min-width: 125%;
  }
  .laptop\:max-h-125-percent {
    max-height: 125%;
  }
  .laptop\:max-w-125-percent {
    max-width: 125%;
  }
  .laptop\:pad-b-125-percent {
    padding-bottom: 125%;
  }
  .laptop\:h-126-percent {
    height: 126%;
  }
  .laptop\:w-126-percent {
    width: 126%;
  }
  .laptop\:min-h-126-percent {
    min-height: 126%;
  }
  .laptop\:min-w-126-percent {
    min-width: 126%;
  }
  .laptop\:max-h-126-percent {
    max-height: 126%;
  }
  .laptop\:max-w-126-percent {
    max-width: 126%;
  }
  .laptop\:pad-b-126-percent {
    padding-bottom: 126%;
  }
  .laptop\:h-127-percent {
    height: 127%;
  }
  .laptop\:w-127-percent {
    width: 127%;
  }
  .laptop\:min-h-127-percent {
    min-height: 127%;
  }
  .laptop\:min-w-127-percent {
    min-width: 127%;
  }
  .laptop\:max-h-127-percent {
    max-height: 127%;
  }
  .laptop\:max-w-127-percent {
    max-width: 127%;
  }
  .laptop\:pad-b-127-percent {
    padding-bottom: 127%;
  }
  .laptop\:h-128-percent {
    height: 128%;
  }
  .laptop\:w-128-percent {
    width: 128%;
  }
  .laptop\:min-h-128-percent {
    min-height: 128%;
  }
  .laptop\:min-w-128-percent {
    min-width: 128%;
  }
  .laptop\:max-h-128-percent {
    max-height: 128%;
  }
  .laptop\:max-w-128-percent {
    max-width: 128%;
  }
  .laptop\:pad-b-128-percent {
    padding-bottom: 128%;
  }
  .laptop\:h-129-percent {
    height: 129%;
  }
  .laptop\:w-129-percent {
    width: 129%;
  }
  .laptop\:min-h-129-percent {
    min-height: 129%;
  }
  .laptop\:min-w-129-percent {
    min-width: 129%;
  }
  .laptop\:max-h-129-percent {
    max-height: 129%;
  }
  .laptop\:max-w-129-percent {
    max-width: 129%;
  }
  .laptop\:pad-b-129-percent {
    padding-bottom: 129%;
  }
  .laptop\:h-130-percent {
    height: 130%;
  }
  .laptop\:w-130-percent {
    width: 130%;
  }
  .laptop\:min-h-130-percent {
    min-height: 130%;
  }
  .laptop\:min-w-130-percent {
    min-width: 130%;
  }
  .laptop\:max-h-130-percent {
    max-height: 130%;
  }
  .laptop\:max-w-130-percent {
    max-width: 130%;
  }
  .laptop\:pad-b-130-percent {
    padding-bottom: 130%;
  }
  .laptop\:h-131-percent {
    height: 131%;
  }
  .laptop\:w-131-percent {
    width: 131%;
  }
  .laptop\:min-h-131-percent {
    min-height: 131%;
  }
  .laptop\:min-w-131-percent {
    min-width: 131%;
  }
  .laptop\:max-h-131-percent {
    max-height: 131%;
  }
  .laptop\:max-w-131-percent {
    max-width: 131%;
  }
  .laptop\:pad-b-131-percent {
    padding-bottom: 131%;
  }
  .laptop\:h-132-percent {
    height: 132%;
  }
  .laptop\:w-132-percent {
    width: 132%;
  }
  .laptop\:min-h-132-percent {
    min-height: 132%;
  }
  .laptop\:min-w-132-percent {
    min-width: 132%;
  }
  .laptop\:max-h-132-percent {
    max-height: 132%;
  }
  .laptop\:max-w-132-percent {
    max-width: 132%;
  }
  .laptop\:pad-b-132-percent {
    padding-bottom: 132%;
  }
  .laptop\:h-133-percent {
    height: 133%;
  }
  .laptop\:w-133-percent {
    width: 133%;
  }
  .laptop\:min-h-133-percent {
    min-height: 133%;
  }
  .laptop\:min-w-133-percent {
    min-width: 133%;
  }
  .laptop\:max-h-133-percent {
    max-height: 133%;
  }
  .laptop\:max-w-133-percent {
    max-width: 133%;
  }
  .laptop\:pad-b-133-percent {
    padding-bottom: 133%;
  }
  .laptop\:h-134-percent {
    height: 134%;
  }
  .laptop\:w-134-percent {
    width: 134%;
  }
  .laptop\:min-h-134-percent {
    min-height: 134%;
  }
  .laptop\:min-w-134-percent {
    min-width: 134%;
  }
  .laptop\:max-h-134-percent {
    max-height: 134%;
  }
  .laptop\:max-w-134-percent {
    max-width: 134%;
  }
  .laptop\:pad-b-134-percent {
    padding-bottom: 134%;
  }
  .laptop\:h-135-percent {
    height: 135%;
  }
  .laptop\:w-135-percent {
    width: 135%;
  }
  .laptop\:min-h-135-percent {
    min-height: 135%;
  }
  .laptop\:min-w-135-percent {
    min-width: 135%;
  }
  .laptop\:max-h-135-percent {
    max-height: 135%;
  }
  .laptop\:max-w-135-percent {
    max-width: 135%;
  }
  .laptop\:pad-b-135-percent {
    padding-bottom: 135%;
  }
  .laptop\:h-136-percent {
    height: 136%;
  }
  .laptop\:w-136-percent {
    width: 136%;
  }
  .laptop\:min-h-136-percent {
    min-height: 136%;
  }
  .laptop\:min-w-136-percent {
    min-width: 136%;
  }
  .laptop\:max-h-136-percent {
    max-height: 136%;
  }
  .laptop\:max-w-136-percent {
    max-width: 136%;
  }
  .laptop\:pad-b-136-percent {
    padding-bottom: 136%;
  }
  .laptop\:h-137-percent {
    height: 137%;
  }
  .laptop\:w-137-percent {
    width: 137%;
  }
  .laptop\:min-h-137-percent {
    min-height: 137%;
  }
  .laptop\:min-w-137-percent {
    min-width: 137%;
  }
  .laptop\:max-h-137-percent {
    max-height: 137%;
  }
  .laptop\:max-w-137-percent {
    max-width: 137%;
  }
  .laptop\:pad-b-137-percent {
    padding-bottom: 137%;
  }
  .laptop\:h-138-percent {
    height: 138%;
  }
  .laptop\:w-138-percent {
    width: 138%;
  }
  .laptop\:min-h-138-percent {
    min-height: 138%;
  }
  .laptop\:min-w-138-percent {
    min-width: 138%;
  }
  .laptop\:max-h-138-percent {
    max-height: 138%;
  }
  .laptop\:max-w-138-percent {
    max-width: 138%;
  }
  .laptop\:pad-b-138-percent {
    padding-bottom: 138%;
  }
  .laptop\:h-139-percent {
    height: 139%;
  }
  .laptop\:w-139-percent {
    width: 139%;
  }
  .laptop\:min-h-139-percent {
    min-height: 139%;
  }
  .laptop\:min-w-139-percent {
    min-width: 139%;
  }
  .laptop\:max-h-139-percent {
    max-height: 139%;
  }
  .laptop\:max-w-139-percent {
    max-width: 139%;
  }
  .laptop\:pad-b-139-percent {
    padding-bottom: 139%;
  }
  .laptop\:h-140-percent {
    height: 140%;
  }
  .laptop\:w-140-percent {
    width: 140%;
  }
  .laptop\:min-h-140-percent {
    min-height: 140%;
  }
  .laptop\:min-w-140-percent {
    min-width: 140%;
  }
  .laptop\:max-h-140-percent {
    max-height: 140%;
  }
  .laptop\:max-w-140-percent {
    max-width: 140%;
  }
  .laptop\:pad-b-140-percent {
    padding-bottom: 140%;
  }
  .laptop\:h-141-percent {
    height: 141%;
  }
  .laptop\:w-141-percent {
    width: 141%;
  }
  .laptop\:min-h-141-percent {
    min-height: 141%;
  }
  .laptop\:min-w-141-percent {
    min-width: 141%;
  }
  .laptop\:max-h-141-percent {
    max-height: 141%;
  }
  .laptop\:max-w-141-percent {
    max-width: 141%;
  }
  .laptop\:pad-b-141-percent {
    padding-bottom: 141%;
  }
  .laptop\:h-142-percent {
    height: 142%;
  }
  .laptop\:w-142-percent {
    width: 142%;
  }
  .laptop\:min-h-142-percent {
    min-height: 142%;
  }
  .laptop\:min-w-142-percent {
    min-width: 142%;
  }
  .laptop\:max-h-142-percent {
    max-height: 142%;
  }
  .laptop\:max-w-142-percent {
    max-width: 142%;
  }
  .laptop\:pad-b-142-percent {
    padding-bottom: 142%;
  }
  .laptop\:h-143-percent {
    height: 143%;
  }
  .laptop\:w-143-percent {
    width: 143%;
  }
  .laptop\:min-h-143-percent {
    min-height: 143%;
  }
  .laptop\:min-w-143-percent {
    min-width: 143%;
  }
  .laptop\:max-h-143-percent {
    max-height: 143%;
  }
  .laptop\:max-w-143-percent {
    max-width: 143%;
  }
  .laptop\:pad-b-143-percent {
    padding-bottom: 143%;
  }
  .laptop\:h-144-percent {
    height: 144%;
  }
  .laptop\:w-144-percent {
    width: 144%;
  }
  .laptop\:min-h-144-percent {
    min-height: 144%;
  }
  .laptop\:min-w-144-percent {
    min-width: 144%;
  }
  .laptop\:max-h-144-percent {
    max-height: 144%;
  }
  .laptop\:max-w-144-percent {
    max-width: 144%;
  }
  .laptop\:pad-b-144-percent {
    padding-bottom: 144%;
  }
  .laptop\:h-145-percent {
    height: 145%;
  }
  .laptop\:w-145-percent {
    width: 145%;
  }
  .laptop\:min-h-145-percent {
    min-height: 145%;
  }
  .laptop\:min-w-145-percent {
    min-width: 145%;
  }
  .laptop\:max-h-145-percent {
    max-height: 145%;
  }
  .laptop\:max-w-145-percent {
    max-width: 145%;
  }
  .laptop\:pad-b-145-percent {
    padding-bottom: 145%;
  }
  .laptop\:h-146-percent {
    height: 146%;
  }
  .laptop\:w-146-percent {
    width: 146%;
  }
  .laptop\:min-h-146-percent {
    min-height: 146%;
  }
  .laptop\:min-w-146-percent {
    min-width: 146%;
  }
  .laptop\:max-h-146-percent {
    max-height: 146%;
  }
  .laptop\:max-w-146-percent {
    max-width: 146%;
  }
  .laptop\:pad-b-146-percent {
    padding-bottom: 146%;
  }
  .laptop\:h-147-percent {
    height: 147%;
  }
  .laptop\:w-147-percent {
    width: 147%;
  }
  .laptop\:min-h-147-percent {
    min-height: 147%;
  }
  .laptop\:min-w-147-percent {
    min-width: 147%;
  }
  .laptop\:max-h-147-percent {
    max-height: 147%;
  }
  .laptop\:max-w-147-percent {
    max-width: 147%;
  }
  .laptop\:pad-b-147-percent {
    padding-bottom: 147%;
  }
  .laptop\:h-148-percent {
    height: 148%;
  }
  .laptop\:w-148-percent {
    width: 148%;
  }
  .laptop\:min-h-148-percent {
    min-height: 148%;
  }
  .laptop\:min-w-148-percent {
    min-width: 148%;
  }
  .laptop\:max-h-148-percent {
    max-height: 148%;
  }
  .laptop\:max-w-148-percent {
    max-width: 148%;
  }
  .laptop\:pad-b-148-percent {
    padding-bottom: 148%;
  }
  .laptop\:h-149-percent {
    height: 149%;
  }
  .laptop\:w-149-percent {
    width: 149%;
  }
  .laptop\:min-h-149-percent {
    min-height: 149%;
  }
  .laptop\:min-w-149-percent {
    min-width: 149%;
  }
  .laptop\:max-h-149-percent {
    max-height: 149%;
  }
  .laptop\:max-w-149-percent {
    max-width: 149%;
  }
  .laptop\:pad-b-149-percent {
    padding-bottom: 149%;
  }
  .laptop\:h-150-percent {
    height: 150%;
  }
  .laptop\:w-150-percent {
    width: 150%;
  }
  .laptop\:min-h-150-percent {
    min-height: 150%;
  }
  .laptop\:min-w-150-percent {
    min-width: 150%;
  }
  .laptop\:max-h-150-percent {
    max-height: 150%;
  }
  .laptop\:max-w-150-percent {
    max-width: 150%;
  }
  .laptop\:pad-b-150-percent {
    padding-bottom: 150%;
  }
  .laptop\:h-151-percent {
    height: 151%;
  }
  .laptop\:w-151-percent {
    width: 151%;
  }
  .laptop\:min-h-151-percent {
    min-height: 151%;
  }
  .laptop\:min-w-151-percent {
    min-width: 151%;
  }
  .laptop\:max-h-151-percent {
    max-height: 151%;
  }
  .laptop\:max-w-151-percent {
    max-width: 151%;
  }
  .laptop\:pad-b-151-percent {
    padding-bottom: 151%;
  }
  .laptop\:h-152-percent {
    height: 152%;
  }
  .laptop\:w-152-percent {
    width: 152%;
  }
  .laptop\:min-h-152-percent {
    min-height: 152%;
  }
  .laptop\:min-w-152-percent {
    min-width: 152%;
  }
  .laptop\:max-h-152-percent {
    max-height: 152%;
  }
  .laptop\:max-w-152-percent {
    max-width: 152%;
  }
  .laptop\:pad-b-152-percent {
    padding-bottom: 152%;
  }
  .laptop\:h-153-percent {
    height: 153%;
  }
  .laptop\:w-153-percent {
    width: 153%;
  }
  .laptop\:min-h-153-percent {
    min-height: 153%;
  }
  .laptop\:min-w-153-percent {
    min-width: 153%;
  }
  .laptop\:max-h-153-percent {
    max-height: 153%;
  }
  .laptop\:max-w-153-percent {
    max-width: 153%;
  }
  .laptop\:pad-b-153-percent {
    padding-bottom: 153%;
  }
  .laptop\:h-154-percent {
    height: 154%;
  }
  .laptop\:w-154-percent {
    width: 154%;
  }
  .laptop\:min-h-154-percent {
    min-height: 154%;
  }
  .laptop\:min-w-154-percent {
    min-width: 154%;
  }
  .laptop\:max-h-154-percent {
    max-height: 154%;
  }
  .laptop\:max-w-154-percent {
    max-width: 154%;
  }
  .laptop\:pad-b-154-percent {
    padding-bottom: 154%;
  }
  .laptop\:h-155-percent {
    height: 155%;
  }
  .laptop\:w-155-percent {
    width: 155%;
  }
  .laptop\:min-h-155-percent {
    min-height: 155%;
  }
  .laptop\:min-w-155-percent {
    min-width: 155%;
  }
  .laptop\:max-h-155-percent {
    max-height: 155%;
  }
  .laptop\:max-w-155-percent {
    max-width: 155%;
  }
  .laptop\:pad-b-155-percent {
    padding-bottom: 155%;
  }
  .laptop\:h-156-percent {
    height: 156%;
  }
  .laptop\:w-156-percent {
    width: 156%;
  }
  .laptop\:min-h-156-percent {
    min-height: 156%;
  }
  .laptop\:min-w-156-percent {
    min-width: 156%;
  }
  .laptop\:max-h-156-percent {
    max-height: 156%;
  }
  .laptop\:max-w-156-percent {
    max-width: 156%;
  }
  .laptop\:pad-b-156-percent {
    padding-bottom: 156%;
  }
  .laptop\:h-157-percent {
    height: 157%;
  }
  .laptop\:w-157-percent {
    width: 157%;
  }
  .laptop\:min-h-157-percent {
    min-height: 157%;
  }
  .laptop\:min-w-157-percent {
    min-width: 157%;
  }
  .laptop\:max-h-157-percent {
    max-height: 157%;
  }
  .laptop\:max-w-157-percent {
    max-width: 157%;
  }
  .laptop\:pad-b-157-percent {
    padding-bottom: 157%;
  }
  .laptop\:h-158-percent {
    height: 158%;
  }
  .laptop\:w-158-percent {
    width: 158%;
  }
  .laptop\:min-h-158-percent {
    min-height: 158%;
  }
  .laptop\:min-w-158-percent {
    min-width: 158%;
  }
  .laptop\:max-h-158-percent {
    max-height: 158%;
  }
  .laptop\:max-w-158-percent {
    max-width: 158%;
  }
  .laptop\:pad-b-158-percent {
    padding-bottom: 158%;
  }
  .laptop\:h-159-percent {
    height: 159%;
  }
  .laptop\:w-159-percent {
    width: 159%;
  }
  .laptop\:min-h-159-percent {
    min-height: 159%;
  }
  .laptop\:min-w-159-percent {
    min-width: 159%;
  }
  .laptop\:max-h-159-percent {
    max-height: 159%;
  }
  .laptop\:max-w-159-percent {
    max-width: 159%;
  }
  .laptop\:pad-b-159-percent {
    padding-bottom: 159%;
  }
  .laptop\:h-160-percent {
    height: 160%;
  }
  .laptop\:w-160-percent {
    width: 160%;
  }
  .laptop\:min-h-160-percent {
    min-height: 160%;
  }
  .laptop\:min-w-160-percent {
    min-width: 160%;
  }
  .laptop\:max-h-160-percent {
    max-height: 160%;
  }
  .laptop\:max-w-160-percent {
    max-width: 160%;
  }
  .laptop\:pad-b-160-percent {
    padding-bottom: 160%;
  }
  .laptop\:h-161-percent {
    height: 161%;
  }
  .laptop\:w-161-percent {
    width: 161%;
  }
  .laptop\:min-h-161-percent {
    min-height: 161%;
  }
  .laptop\:min-w-161-percent {
    min-width: 161%;
  }
  .laptop\:max-h-161-percent {
    max-height: 161%;
  }
  .laptop\:max-w-161-percent {
    max-width: 161%;
  }
  .laptop\:pad-b-161-percent {
    padding-bottom: 161%;
  }
  .laptop\:h-162-percent {
    height: 162%;
  }
  .laptop\:w-162-percent {
    width: 162%;
  }
  .laptop\:min-h-162-percent {
    min-height: 162%;
  }
  .laptop\:min-w-162-percent {
    min-width: 162%;
  }
  .laptop\:max-h-162-percent {
    max-height: 162%;
  }
  .laptop\:max-w-162-percent {
    max-width: 162%;
  }
  .laptop\:pad-b-162-percent {
    padding-bottom: 162%;
  }
  .laptop\:h-163-percent {
    height: 163%;
  }
  .laptop\:w-163-percent {
    width: 163%;
  }
  .laptop\:min-h-163-percent {
    min-height: 163%;
  }
  .laptop\:min-w-163-percent {
    min-width: 163%;
  }
  .laptop\:max-h-163-percent {
    max-height: 163%;
  }
  .laptop\:max-w-163-percent {
    max-width: 163%;
  }
  .laptop\:pad-b-163-percent {
    padding-bottom: 163%;
  }
  .laptop\:h-164-percent {
    height: 164%;
  }
  .laptop\:w-164-percent {
    width: 164%;
  }
  .laptop\:min-h-164-percent {
    min-height: 164%;
  }
  .laptop\:min-w-164-percent {
    min-width: 164%;
  }
  .laptop\:max-h-164-percent {
    max-height: 164%;
  }
  .laptop\:max-w-164-percent {
    max-width: 164%;
  }
  .laptop\:pad-b-164-percent {
    padding-bottom: 164%;
  }
  .laptop\:h-165-percent {
    height: 165%;
  }
  .laptop\:w-165-percent {
    width: 165%;
  }
  .laptop\:min-h-165-percent {
    min-height: 165%;
  }
  .laptop\:min-w-165-percent {
    min-width: 165%;
  }
  .laptop\:max-h-165-percent {
    max-height: 165%;
  }
  .laptop\:max-w-165-percent {
    max-width: 165%;
  }
  .laptop\:pad-b-165-percent {
    padding-bottom: 165%;
  }
  .laptop\:h-166-percent {
    height: 166%;
  }
  .laptop\:w-166-percent {
    width: 166%;
  }
  .laptop\:min-h-166-percent {
    min-height: 166%;
  }
  .laptop\:min-w-166-percent {
    min-width: 166%;
  }
  .laptop\:max-h-166-percent {
    max-height: 166%;
  }
  .laptop\:max-w-166-percent {
    max-width: 166%;
  }
  .laptop\:pad-b-166-percent {
    padding-bottom: 166%;
  }
  .laptop\:h-167-percent {
    height: 167%;
  }
  .laptop\:w-167-percent {
    width: 167%;
  }
  .laptop\:min-h-167-percent {
    min-height: 167%;
  }
  .laptop\:min-w-167-percent {
    min-width: 167%;
  }
  .laptop\:max-h-167-percent {
    max-height: 167%;
  }
  .laptop\:max-w-167-percent {
    max-width: 167%;
  }
  .laptop\:pad-b-167-percent {
    padding-bottom: 167%;
  }
  .laptop\:h-168-percent {
    height: 168%;
  }
  .laptop\:w-168-percent {
    width: 168%;
  }
  .laptop\:min-h-168-percent {
    min-height: 168%;
  }
  .laptop\:min-w-168-percent {
    min-width: 168%;
  }
  .laptop\:max-h-168-percent {
    max-height: 168%;
  }
  .laptop\:max-w-168-percent {
    max-width: 168%;
  }
  .laptop\:pad-b-168-percent {
    padding-bottom: 168%;
  }
  .laptop\:h-169-percent {
    height: 169%;
  }
  .laptop\:w-169-percent {
    width: 169%;
  }
  .laptop\:min-h-169-percent {
    min-height: 169%;
  }
  .laptop\:min-w-169-percent {
    min-width: 169%;
  }
  .laptop\:max-h-169-percent {
    max-height: 169%;
  }
  .laptop\:max-w-169-percent {
    max-width: 169%;
  }
  .laptop\:pad-b-169-percent {
    padding-bottom: 169%;
  }
  .laptop\:h-170-percent {
    height: 170%;
  }
  .laptop\:w-170-percent {
    width: 170%;
  }
  .laptop\:min-h-170-percent {
    min-height: 170%;
  }
  .laptop\:min-w-170-percent {
    min-width: 170%;
  }
  .laptop\:max-h-170-percent {
    max-height: 170%;
  }
  .laptop\:max-w-170-percent {
    max-width: 170%;
  }
  .laptop\:pad-b-170-percent {
    padding-bottom: 170%;
  }
  .laptop\:h-171-percent {
    height: 171%;
  }
  .laptop\:w-171-percent {
    width: 171%;
  }
  .laptop\:min-h-171-percent {
    min-height: 171%;
  }
  .laptop\:min-w-171-percent {
    min-width: 171%;
  }
  .laptop\:max-h-171-percent {
    max-height: 171%;
  }
  .laptop\:max-w-171-percent {
    max-width: 171%;
  }
  .laptop\:pad-b-171-percent {
    padding-bottom: 171%;
  }
  .laptop\:h-172-percent {
    height: 172%;
  }
  .laptop\:w-172-percent {
    width: 172%;
  }
  .laptop\:min-h-172-percent {
    min-height: 172%;
  }
  .laptop\:min-w-172-percent {
    min-width: 172%;
  }
  .laptop\:max-h-172-percent {
    max-height: 172%;
  }
  .laptop\:max-w-172-percent {
    max-width: 172%;
  }
  .laptop\:pad-b-172-percent {
    padding-bottom: 172%;
  }
  .laptop\:h-173-percent {
    height: 173%;
  }
  .laptop\:w-173-percent {
    width: 173%;
  }
  .laptop\:min-h-173-percent {
    min-height: 173%;
  }
  .laptop\:min-w-173-percent {
    min-width: 173%;
  }
  .laptop\:max-h-173-percent {
    max-height: 173%;
  }
  .laptop\:max-w-173-percent {
    max-width: 173%;
  }
  .laptop\:pad-b-173-percent {
    padding-bottom: 173%;
  }
  .laptop\:h-174-percent {
    height: 174%;
  }
  .laptop\:w-174-percent {
    width: 174%;
  }
  .laptop\:min-h-174-percent {
    min-height: 174%;
  }
  .laptop\:min-w-174-percent {
    min-width: 174%;
  }
  .laptop\:max-h-174-percent {
    max-height: 174%;
  }
  .laptop\:max-w-174-percent {
    max-width: 174%;
  }
  .laptop\:pad-b-174-percent {
    padding-bottom: 174%;
  }
  .laptop\:h-175-percent {
    height: 175%;
  }
  .laptop\:w-175-percent {
    width: 175%;
  }
  .laptop\:min-h-175-percent {
    min-height: 175%;
  }
  .laptop\:min-w-175-percent {
    min-width: 175%;
  }
  .laptop\:max-h-175-percent {
    max-height: 175%;
  }
  .laptop\:max-w-175-percent {
    max-width: 175%;
  }
  .laptop\:pad-b-175-percent {
    padding-bottom: 175%;
  }
  .laptop\:h-176-percent {
    height: 176%;
  }
  .laptop\:w-176-percent {
    width: 176%;
  }
  .laptop\:min-h-176-percent {
    min-height: 176%;
  }
  .laptop\:min-w-176-percent {
    min-width: 176%;
  }
  .laptop\:max-h-176-percent {
    max-height: 176%;
  }
  .laptop\:max-w-176-percent {
    max-width: 176%;
  }
  .laptop\:pad-b-176-percent {
    padding-bottom: 176%;
  }
  .laptop\:h-177-percent {
    height: 177%;
  }
  .laptop\:w-177-percent {
    width: 177%;
  }
  .laptop\:min-h-177-percent {
    min-height: 177%;
  }
  .laptop\:min-w-177-percent {
    min-width: 177%;
  }
  .laptop\:max-h-177-percent {
    max-height: 177%;
  }
  .laptop\:max-w-177-percent {
    max-width: 177%;
  }
  .laptop\:pad-b-177-percent {
    padding-bottom: 177%;
  }
  .laptop\:h-178-percent {
    height: 178%;
  }
  .laptop\:w-178-percent {
    width: 178%;
  }
  .laptop\:min-h-178-percent {
    min-height: 178%;
  }
  .laptop\:min-w-178-percent {
    min-width: 178%;
  }
  .laptop\:max-h-178-percent {
    max-height: 178%;
  }
  .laptop\:max-w-178-percent {
    max-width: 178%;
  }
  .laptop\:pad-b-178-percent {
    padding-bottom: 178%;
  }
  .laptop\:h-179-percent {
    height: 179%;
  }
  .laptop\:w-179-percent {
    width: 179%;
  }
  .laptop\:min-h-179-percent {
    min-height: 179%;
  }
  .laptop\:min-w-179-percent {
    min-width: 179%;
  }
  .laptop\:max-h-179-percent {
    max-height: 179%;
  }
  .laptop\:max-w-179-percent {
    max-width: 179%;
  }
  .laptop\:pad-b-179-percent {
    padding-bottom: 179%;
  }
  .laptop\:h-180-percent {
    height: 180%;
  }
  .laptop\:w-180-percent {
    width: 180%;
  }
  .laptop\:min-h-180-percent {
    min-height: 180%;
  }
  .laptop\:min-w-180-percent {
    min-width: 180%;
  }
  .laptop\:max-h-180-percent {
    max-height: 180%;
  }
  .laptop\:max-w-180-percent {
    max-width: 180%;
  }
  .laptop\:pad-b-180-percent {
    padding-bottom: 180%;
  }
  .laptop\:h-181-percent {
    height: 181%;
  }
  .laptop\:w-181-percent {
    width: 181%;
  }
  .laptop\:min-h-181-percent {
    min-height: 181%;
  }
  .laptop\:min-w-181-percent {
    min-width: 181%;
  }
  .laptop\:max-h-181-percent {
    max-height: 181%;
  }
  .laptop\:max-w-181-percent {
    max-width: 181%;
  }
  .laptop\:pad-b-181-percent {
    padding-bottom: 181%;
  }
  .laptop\:h-182-percent {
    height: 182%;
  }
  .laptop\:w-182-percent {
    width: 182%;
  }
  .laptop\:min-h-182-percent {
    min-height: 182%;
  }
  .laptop\:min-w-182-percent {
    min-width: 182%;
  }
  .laptop\:max-h-182-percent {
    max-height: 182%;
  }
  .laptop\:max-w-182-percent {
    max-width: 182%;
  }
  .laptop\:pad-b-182-percent {
    padding-bottom: 182%;
  }
  .laptop\:h-183-percent {
    height: 183%;
  }
  .laptop\:w-183-percent {
    width: 183%;
  }
  .laptop\:min-h-183-percent {
    min-height: 183%;
  }
  .laptop\:min-w-183-percent {
    min-width: 183%;
  }
  .laptop\:max-h-183-percent {
    max-height: 183%;
  }
  .laptop\:max-w-183-percent {
    max-width: 183%;
  }
  .laptop\:pad-b-183-percent {
    padding-bottom: 183%;
  }
  .laptop\:h-184-percent {
    height: 184%;
  }
  .laptop\:w-184-percent {
    width: 184%;
  }
  .laptop\:min-h-184-percent {
    min-height: 184%;
  }
  .laptop\:min-w-184-percent {
    min-width: 184%;
  }
  .laptop\:max-h-184-percent {
    max-height: 184%;
  }
  .laptop\:max-w-184-percent {
    max-width: 184%;
  }
  .laptop\:pad-b-184-percent {
    padding-bottom: 184%;
  }
  .laptop\:h-185-percent {
    height: 185%;
  }
  .laptop\:w-185-percent {
    width: 185%;
  }
  .laptop\:min-h-185-percent {
    min-height: 185%;
  }
  .laptop\:min-w-185-percent {
    min-width: 185%;
  }
  .laptop\:max-h-185-percent {
    max-height: 185%;
  }
  .laptop\:max-w-185-percent {
    max-width: 185%;
  }
  .laptop\:pad-b-185-percent {
    padding-bottom: 185%;
  }
  .laptop\:h-186-percent {
    height: 186%;
  }
  .laptop\:w-186-percent {
    width: 186%;
  }
  .laptop\:min-h-186-percent {
    min-height: 186%;
  }
  .laptop\:min-w-186-percent {
    min-width: 186%;
  }
  .laptop\:max-h-186-percent {
    max-height: 186%;
  }
  .laptop\:max-w-186-percent {
    max-width: 186%;
  }
  .laptop\:pad-b-186-percent {
    padding-bottom: 186%;
  }
  .laptop\:h-187-percent {
    height: 187%;
  }
  .laptop\:w-187-percent {
    width: 187%;
  }
  .laptop\:min-h-187-percent {
    min-height: 187%;
  }
  .laptop\:min-w-187-percent {
    min-width: 187%;
  }
  .laptop\:max-h-187-percent {
    max-height: 187%;
  }
  .laptop\:max-w-187-percent {
    max-width: 187%;
  }
  .laptop\:pad-b-187-percent {
    padding-bottom: 187%;
  }
  .laptop\:h-188-percent {
    height: 188%;
  }
  .laptop\:w-188-percent {
    width: 188%;
  }
  .laptop\:min-h-188-percent {
    min-height: 188%;
  }
  .laptop\:min-w-188-percent {
    min-width: 188%;
  }
  .laptop\:max-h-188-percent {
    max-height: 188%;
  }
  .laptop\:max-w-188-percent {
    max-width: 188%;
  }
  .laptop\:pad-b-188-percent {
    padding-bottom: 188%;
  }
  .laptop\:h-189-percent {
    height: 189%;
  }
  .laptop\:w-189-percent {
    width: 189%;
  }
  .laptop\:min-h-189-percent {
    min-height: 189%;
  }
  .laptop\:min-w-189-percent {
    min-width: 189%;
  }
  .laptop\:max-h-189-percent {
    max-height: 189%;
  }
  .laptop\:max-w-189-percent {
    max-width: 189%;
  }
  .laptop\:pad-b-189-percent {
    padding-bottom: 189%;
  }
  .laptop\:h-190-percent {
    height: 190%;
  }
  .laptop\:w-190-percent {
    width: 190%;
  }
  .laptop\:min-h-190-percent {
    min-height: 190%;
  }
  .laptop\:min-w-190-percent {
    min-width: 190%;
  }
  .laptop\:max-h-190-percent {
    max-height: 190%;
  }
  .laptop\:max-w-190-percent {
    max-width: 190%;
  }
  .laptop\:pad-b-190-percent {
    padding-bottom: 190%;
  }
  .laptop\:h-191-percent {
    height: 191%;
  }
  .laptop\:w-191-percent {
    width: 191%;
  }
  .laptop\:min-h-191-percent {
    min-height: 191%;
  }
  .laptop\:min-w-191-percent {
    min-width: 191%;
  }
  .laptop\:max-h-191-percent {
    max-height: 191%;
  }
  .laptop\:max-w-191-percent {
    max-width: 191%;
  }
  .laptop\:pad-b-191-percent {
    padding-bottom: 191%;
  }
  .laptop\:h-192-percent {
    height: 192%;
  }
  .laptop\:w-192-percent {
    width: 192%;
  }
  .laptop\:min-h-192-percent {
    min-height: 192%;
  }
  .laptop\:min-w-192-percent {
    min-width: 192%;
  }
  .laptop\:max-h-192-percent {
    max-height: 192%;
  }
  .laptop\:max-w-192-percent {
    max-width: 192%;
  }
  .laptop\:pad-b-192-percent {
    padding-bottom: 192%;
  }
  .laptop\:h-193-percent {
    height: 193%;
  }
  .laptop\:w-193-percent {
    width: 193%;
  }
  .laptop\:min-h-193-percent {
    min-height: 193%;
  }
  .laptop\:min-w-193-percent {
    min-width: 193%;
  }
  .laptop\:max-h-193-percent {
    max-height: 193%;
  }
  .laptop\:max-w-193-percent {
    max-width: 193%;
  }
  .laptop\:pad-b-193-percent {
    padding-bottom: 193%;
  }
  .laptop\:h-194-percent {
    height: 194%;
  }
  .laptop\:w-194-percent {
    width: 194%;
  }
  .laptop\:min-h-194-percent {
    min-height: 194%;
  }
  .laptop\:min-w-194-percent {
    min-width: 194%;
  }
  .laptop\:max-h-194-percent {
    max-height: 194%;
  }
  .laptop\:max-w-194-percent {
    max-width: 194%;
  }
  .laptop\:pad-b-194-percent {
    padding-bottom: 194%;
  }
  .laptop\:h-195-percent {
    height: 195%;
  }
  .laptop\:w-195-percent {
    width: 195%;
  }
  .laptop\:min-h-195-percent {
    min-height: 195%;
  }
  .laptop\:min-w-195-percent {
    min-width: 195%;
  }
  .laptop\:max-h-195-percent {
    max-height: 195%;
  }
  .laptop\:max-w-195-percent {
    max-width: 195%;
  }
  .laptop\:pad-b-195-percent {
    padding-bottom: 195%;
  }
  .laptop\:h-196-percent {
    height: 196%;
  }
  .laptop\:w-196-percent {
    width: 196%;
  }
  .laptop\:min-h-196-percent {
    min-height: 196%;
  }
  .laptop\:min-w-196-percent {
    min-width: 196%;
  }
  .laptop\:max-h-196-percent {
    max-height: 196%;
  }
  .laptop\:max-w-196-percent {
    max-width: 196%;
  }
  .laptop\:pad-b-196-percent {
    padding-bottom: 196%;
  }
  .laptop\:h-197-percent {
    height: 197%;
  }
  .laptop\:w-197-percent {
    width: 197%;
  }
  .laptop\:min-h-197-percent {
    min-height: 197%;
  }
  .laptop\:min-w-197-percent {
    min-width: 197%;
  }
  .laptop\:max-h-197-percent {
    max-height: 197%;
  }
  .laptop\:max-w-197-percent {
    max-width: 197%;
  }
  .laptop\:pad-b-197-percent {
    padding-bottom: 197%;
  }
  .laptop\:h-198-percent {
    height: 198%;
  }
  .laptop\:w-198-percent {
    width: 198%;
  }
  .laptop\:min-h-198-percent {
    min-height: 198%;
  }
  .laptop\:min-w-198-percent {
    min-width: 198%;
  }
  .laptop\:max-h-198-percent {
    max-height: 198%;
  }
  .laptop\:max-w-198-percent {
    max-width: 198%;
  }
  .laptop\:pad-b-198-percent {
    padding-bottom: 198%;
  }
  .laptop\:h-199-percent {
    height: 199%;
  }
  .laptop\:w-199-percent {
    width: 199%;
  }
  .laptop\:min-h-199-percent {
    min-height: 199%;
  }
  .laptop\:min-w-199-percent {
    min-width: 199%;
  }
  .laptop\:max-h-199-percent {
    max-height: 199%;
  }
  .laptop\:max-w-199-percent {
    max-width: 199%;
  }
  .laptop\:pad-b-199-percent {
    padding-bottom: 199%;
  }
  .laptop\:h-200-percent {
    height: 200%;
  }
  .laptop\:w-200-percent {
    width: 200%;
  }
  .laptop\:min-h-200-percent {
    min-height: 200%;
  }
  .laptop\:min-w-200-percent {
    min-width: 200%;
  }
  .laptop\:max-h-200-percent {
    max-height: 200%;
  }
  .laptop\:max-w-200-percent {
    max-width: 200%;
  }
  .laptop\:pad-b-200-percent {
    padding-bottom: 200%;
  }
  .laptop\:aspect-ratio-square {
    aspect-ratio: 1/1;
  }
  .laptop\:aspect-ratio-video {
    aspect-ratio: 16/9;
  }
  .laptop\:aspect-ratio-headshot {
    aspect-ratio: 320/320;
  }
  .laptop\:aspect-ratio-banner {
    aspect-ratio: 1200/630;
  }
  .laptop\:aspect-ratio-hero {
    aspect-ratio: 615/377;
  }
  .laptop\:aspect-ratio-media-asset {
    aspect-ratio: 619/396;
  }
  .laptop\:aspect-ratio-media-card {
    aspect-ratio: 330/130;
  }
  .laptop\:aspect-ratio-logo {
    aspect-ratio: 268/102;
  }
  .laptop\:max-size-headshot {
    max-width: 320px;
    max-height: 320px;
  }
  .laptop\:max-size-banner {
    max-width: 1200px;
    max-height: 630px;
  }
  .laptop\:max-size-hero {
    max-width: 615px;
    max-height: 377px;
  }
  .laptop\:max-size-media-asset {
    max-width: 619px;
    max-height: 396px;
  }
  .laptop\:max-size-media-card {
    max-width: 330px;
    max-height: 130px;
  }
  .laptop\:max-size-logo {
    max-width: 268px;
    max-height: 102px;
  }
}
@media (max-width: 960px) {
  .mobile\:w-auto {
    width: auto;
  }
  .mobile\:hover\:w-auto:hover {
    width: auto;
  }
  .mobile\:w-fit {
    width: fit-content;
  }
  .mobile\:hover\:w-fit:hover {
    width: fit-content;
  }
  .mobile\:w-max {
    width: max-content;
  }
  .mobile\:hover\:w-max:hover {
    width: max-content;
  }
  .mobile\:w-min {
    width: min-content;
  }
  .mobile\:hover\:w-min:hover {
    width: min-content;
  }
  .mobile\:w-full {
    width: 100%;
  }
  .mobile\:hover\:w-full:hover {
    width: 100%;
  }
  .mobile\:w-viewport {
    width: 100vw;
  }
  .mobile\:hover\:w-viewport:hover {
    width: 100vw;
  }
  .mobile\:h-auto {
    height: auto;
  }
  .mobile\:hover\:h-auto:hover {
    height: auto;
  }
  .mobile\:h-fit {
    height: fit-content;
  }
  .mobile\:hover\:h-fit:hover {
    height: fit-content;
  }
  .mobile\:h-max {
    height: max-content;
  }
  .mobile\:hover\:h-max:hover {
    height: max-content;
  }
  .mobile\:h-min {
    height: min-content;
  }
  .mobile\:hover\:h-min:hover {
    height: min-content;
  }
  .mobile\:h-full {
    height: 100%;
  }
  .mobile\:hover\:h-full:hover {
    height: 100%;
  }
  .mobile\:h-viewport {
    height: 100vh;
  }
  .mobile\:hover\:h-viewport:hover {
    height: 100vh;
  }
  .mobile\:h-huge {
    height: 5rem;
  }
  .mobile\:w-huge {
    width: 5rem;
  }
  .mobile\:min-huge {
    min-height: 5rem;
    min-width: 5rem;
  }
  .mobile\:min-h-huge {
    min-height: 5rem;
  }
  .mobile\:min-w-huge {
    min-width: 5rem;
  }
  .mobile\:max-huge {
    max-height: 5rem;
    max-width: 5rem;
  }
  .mobile\:max-h-huge {
    max-height: 5rem;
  }
  .mobile\:max-w-huge {
    max-width: 5rem;
  }
  .mobile\:h-extra-large {
    height: 2.5rem;
  }
  .mobile\:w-extra-large {
    width: 2.5rem;
  }
  .mobile\:min-extra-large {
    min-height: 2.5rem;
    min-width: 2.5rem;
  }
  .mobile\:min-h-extra-large {
    min-height: 2.5rem;
  }
  .mobile\:min-w-extra-large {
    min-width: 2.5rem;
  }
  .mobile\:max-extra-large {
    max-height: 2.5rem;
    max-width: 2.5rem;
  }
  .mobile\:max-h-extra-large {
    max-height: 2.5rem;
  }
  .mobile\:max-w-extra-large {
    max-width: 2.5rem;
  }
  .mobile\:h-large {
    height: 2rem;
  }
  .mobile\:w-large {
    width: 2rem;
  }
  .mobile\:min-large {
    min-height: 2rem;
    min-width: 2rem;
  }
  .mobile\:min-h-large {
    min-height: 2rem;
  }
  .mobile\:min-w-large {
    min-width: 2rem;
  }
  .mobile\:max-large {
    max-height: 2rem;
    max-width: 2rem;
  }
  .mobile\:max-h-large {
    max-height: 2rem;
  }
  .mobile\:max-w-large {
    max-width: 2rem;
  }
  .mobile\:h-medium {
    height: 1.5rem;
  }
  .mobile\:w-medium {
    width: 1.5rem;
  }
  .mobile\:min-medium {
    min-height: 1.5rem;
    min-width: 1.5rem;
  }
  .mobile\:min-h-medium {
    min-height: 1.5rem;
  }
  .mobile\:min-w-medium {
    min-width: 1.5rem;
  }
  .mobile\:max-medium {
    max-height: 1.5rem;
    max-width: 1.5rem;
  }
  .mobile\:max-h-medium {
    max-height: 1.5rem;
  }
  .mobile\:max-w-medium {
    max-width: 1.5rem;
  }
  .mobile\:h-small {
    height: 1rem;
  }
  .mobile\:w-small {
    width: 1rem;
  }
  .mobile\:min-small {
    min-height: 1rem;
    min-width: 1rem;
  }
  .mobile\:min-h-small {
    min-height: 1rem;
  }
  .mobile\:min-w-small {
    min-width: 1rem;
  }
  .mobile\:max-small {
    max-height: 1rem;
    max-width: 1rem;
  }
  .mobile\:max-h-small {
    max-height: 1rem;
  }
  .mobile\:max-w-small {
    max-width: 1rem;
  }
  .mobile\:h-extra-small {
    height: 0.5rem;
  }
  .mobile\:w-extra-small {
    width: 0.5rem;
  }
  .mobile\:min-extra-small {
    min-height: 0.5rem;
    min-width: 0.5rem;
  }
  .mobile\:min-h-extra-small {
    min-height: 0.5rem;
  }
  .mobile\:min-w-extra-small {
    min-width: 0.5rem;
  }
  .mobile\:max-extra-small {
    max-height: 0.5rem;
    max-width: 0.5rem;
  }
  .mobile\:max-h-extra-small {
    max-height: 0.5rem;
  }
  .mobile\:max-w-extra-small {
    max-width: 0.5rem;
  }
  .mobile\:h-slim {
    height: 0.25rem;
  }
  .mobile\:w-slim {
    width: 0.25rem;
  }
  .mobile\:min-slim {
    min-height: 0.25rem;
    min-width: 0.25rem;
  }
  .mobile\:min-h-slim {
    min-height: 0.25rem;
  }
  .mobile\:min-w-slim {
    min-width: 0.25rem;
  }
  .mobile\:max-slim {
    max-height: 0.25rem;
    max-width: 0.25rem;
  }
  .mobile\:max-h-slim {
    max-height: 0.25rem;
  }
  .mobile\:max-w-slim {
    max-width: 0.25rem;
  }
  .mobile\:h-thin {
    height: 0.125rem;
  }
  .mobile\:w-thin {
    width: 0.125rem;
  }
  .mobile\:min-thin {
    min-height: 0.125rem;
    min-width: 0.125rem;
  }
  .mobile\:min-h-thin {
    min-height: 0.125rem;
  }
  .mobile\:min-w-thin {
    min-width: 0.125rem;
  }
  .mobile\:max-thin {
    max-height: 0.125rem;
    max-width: 0.125rem;
  }
  .mobile\:max-h-thin {
    max-height: 0.125rem;
  }
  .mobile\:max-w-thin {
    max-width: 0.125rem;
  }
  .mobile\:h-hairline {
    height: 0.0625rem;
  }
  .mobile\:w-hairline {
    width: 0.0625rem;
  }
  .mobile\:min-hairline {
    min-height: 0.0625rem;
    min-width: 0.0625rem;
  }
  .mobile\:min-h-hairline {
    min-height: 0.0625rem;
  }
  .mobile\:min-w-hairline {
    min-width: 0.0625rem;
  }
  .mobile\:max-hairline {
    max-height: 0.0625rem;
    max-width: 0.0625rem;
  }
  .mobile\:max-h-hairline {
    max-height: 0.0625rem;
  }
  .mobile\:max-w-hairline {
    max-width: 0.0625rem;
  }
  .mobile\:h-none {
    height: 0;
  }
  .mobile\:w-none {
    width: 0;
  }
  .mobile\:min-none {
    min-height: 0;
    min-width: 0;
  }
  .mobile\:min-h-none {
    min-height: 0;
  }
  .mobile\:min-w-none {
    min-width: 0;
  }
  .mobile\:max-none {
    max-height: 0;
    max-width: 0;
  }
  .mobile\:max-h-none {
    max-height: 0;
  }
  .mobile\:max-w-none {
    max-width: 0;
  }
  .mobile\:h-full {
    height: 100%;
  }
  .mobile\:w-full {
    width: 100%;
  }
  .mobile\:min-full {
    min-height: 100%;
    min-width: 100%;
  }
  .mobile\:min-h-full {
    min-height: 100%;
  }
  .mobile\:min-w-full {
    min-width: 100%;
  }
  .mobile\:max-full {
    max-height: 100%;
    max-width: 100%;
  }
  .mobile\:max-h-full {
    max-height: 100%;
  }
  .mobile\:max-w-full {
    max-width: 100%;
  }
  .mobile\:h-content {
    height: max-content;
  }
  .mobile\:w-content {
    width: max-content;
  }
  .mobile\:min-content {
    min-height: max-content;
    min-width: max-content;
  }
  .mobile\:min-h-content {
    min-height: max-content;
  }
  .mobile\:min-w-content {
    min-width: max-content;
  }
  .mobile\:max-content {
    max-height: max-content;
    max-width: max-content;
  }
  .mobile\:max-h-content {
    max-height: max-content;
  }
  .mobile\:max-w-content {
    max-width: max-content;
  }
  .mobile\:h-viewport {
    height: 100vh;
  }
  .mobile\:w-viewport {
    width: 100vw;
  }
  .mobile\:min-viewport {
    min-height: 100vh;
    min-width: 100vw;
  }
  .mobile\:min-h-viewport {
    min-height: 100vh;
  }
  .mobile\:min-w-viewport {
    min-width: 100vw;
  }
  .mobile\:max-viewport {
    max-height: 100vh;
    max-width: 100vw;
  }
  .mobile\:max-h-viewport {
    max-height: 100vh;
  }
  .mobile\:max-w-viewport {
    max-width: 100vw;
  }
  .mobile\:h-viewport-9 {
    height: 90vh;
  }
  .mobile\:w-viewport-9 {
    width: 90vw;
  }
  .mobile\:min-viewport-9 {
    min-height: 90vh;
    min-width: 90vw;
  }
  .mobile\:min-h-viewport-9 {
    min-height: 90vh;
  }
  .mobile\:min-w-viewport-9 {
    min-width: 90vw;
  }
  .mobile\:max-viewport-9 {
    max-height: 90vh;
    max-width: 90vw;
  }
  .mobile\:max-h-viewport-9 {
    max-height: 90vh;
  }
  .mobile\:max-w-viewport-9 {
    max-width: 90vw;
  }
  .mobile\:h-viewport-8 {
    height: 80vh;
  }
  .mobile\:w-viewport-8 {
    width: 80vw;
  }
  .mobile\:min-viewport-8 {
    min-height: 80vh;
    min-width: 80vw;
  }
  .mobile\:min-h-viewport-8 {
    min-height: 80vh;
  }
  .mobile\:min-w-viewport-8 {
    min-width: 80vw;
  }
  .mobile\:max-viewport-8 {
    max-height: 80vh;
    max-width: 80vw;
  }
  .mobile\:max-h-viewport-8 {
    max-height: 80vh;
  }
  .mobile\:max-w-viewport-8 {
    max-width: 80vw;
  }
  .mobile\:h-viewport-7 {
    height: 70vh;
  }
  .mobile\:w-viewport-7 {
    width: 70vw;
  }
  .mobile\:min-viewport-7 {
    min-height: 70vh;
    min-width: 70vw;
  }
  .mobile\:min-h-viewport-7 {
    min-height: 70vh;
  }
  .mobile\:min-w-viewport-7 {
    min-width: 70vw;
  }
  .mobile\:max-viewport-7 {
    max-height: 70vh;
    max-width: 70vw;
  }
  .mobile\:max-h-viewport-7 {
    max-height: 70vh;
  }
  .mobile\:max-w-viewport-7 {
    max-width: 70vw;
  }
  .mobile\:h-viewport-6 {
    height: 60vh;
  }
  .mobile\:w-viewport-6 {
    width: 60vw;
  }
  .mobile\:min-viewport-6 {
    min-height: 60vh;
    min-width: 60vw;
  }
  .mobile\:min-h-viewport-6 {
    min-height: 60vh;
  }
  .mobile\:min-w-viewport-6 {
    min-width: 60vw;
  }
  .mobile\:max-viewport-6 {
    max-height: 60vh;
    max-width: 60vw;
  }
  .mobile\:max-h-viewport-6 {
    max-height: 60vh;
  }
  .mobile\:max-w-viewport-6 {
    max-width: 60vw;
  }
  .mobile\:h-viewport-5 {
    height: 50vh;
  }
  .mobile\:w-viewport-5 {
    width: 50vw;
  }
  .mobile\:min-viewport-5 {
    min-height: 50vh;
    min-width: 50vw;
  }
  .mobile\:min-h-viewport-5 {
    min-height: 50vh;
  }
  .mobile\:min-w-viewport-5 {
    min-width: 50vw;
  }
  .mobile\:max-viewport-5 {
    max-height: 50vh;
    max-width: 50vw;
  }
  .mobile\:max-h-viewport-5 {
    max-height: 50vh;
  }
  .mobile\:max-w-viewport-5 {
    max-width: 50vw;
  }
  .mobile\:h-viewport-4 {
    height: 40vh;
  }
  .mobile\:w-viewport-4 {
    width: 40vw;
  }
  .mobile\:min-viewport-4 {
    min-height: 40vh;
    min-width: 40vw;
  }
  .mobile\:min-h-viewport-4 {
    min-height: 40vh;
  }
  .mobile\:min-w-viewport-4 {
    min-width: 40vw;
  }
  .mobile\:max-viewport-4 {
    max-height: 40vh;
    max-width: 40vw;
  }
  .mobile\:max-h-viewport-4 {
    max-height: 40vh;
  }
  .mobile\:max-w-viewport-4 {
    max-width: 40vw;
  }
  .mobile\:h-viewport-3 {
    height: 30vh;
  }
  .mobile\:w-viewport-3 {
    width: 30vw;
  }
  .mobile\:min-viewport-3 {
    min-height: 30vh;
    min-width: 30vw;
  }
  .mobile\:min-h-viewport-3 {
    min-height: 30vh;
  }
  .mobile\:min-w-viewport-3 {
    min-width: 30vw;
  }
  .mobile\:max-viewport-3 {
    max-height: 30vh;
    max-width: 30vw;
  }
  .mobile\:max-h-viewport-3 {
    max-height: 30vh;
  }
  .mobile\:max-w-viewport-3 {
    max-width: 30vw;
  }
  .mobile\:h-viewport-2 {
    height: 20vh;
  }
  .mobile\:w-viewport-2 {
    width: 20vw;
  }
  .mobile\:min-viewport-2 {
    min-height: 20vh;
    min-width: 20vw;
  }
  .mobile\:min-h-viewport-2 {
    min-height: 20vh;
  }
  .mobile\:min-w-viewport-2 {
    min-width: 20vw;
  }
  .mobile\:max-viewport-2 {
    max-height: 20vh;
    max-width: 20vw;
  }
  .mobile\:max-h-viewport-2 {
    max-height: 20vh;
  }
  .mobile\:max-w-viewport-2 {
    max-width: 20vw;
  }
  .mobile\:h-viewport-1 {
    height: 10vh;
  }
  .mobile\:w-viewport-1 {
    width: 10vw;
  }
  .mobile\:min-viewport-1 {
    min-height: 10vh;
    min-width: 10vw;
  }
  .mobile\:min-h-viewport-1 {
    min-height: 10vh;
  }
  .mobile\:min-w-viewport-1 {
    min-width: 10vw;
  }
  .mobile\:max-viewport-1 {
    max-height: 10vh;
    max-width: 10vw;
  }
  .mobile\:max-h-viewport-1 {
    max-height: 10vh;
  }
  .mobile\:max-w-viewport-1 {
    max-width: 10vw;
  }
  .mobile\:h-1 {
    height: calc(1240px / 12 * 1);
  }
  .mobile\:w-1 {
    width: calc(1240px / 12 * 1);
  }
  .mobile\:min-1 {
    min-height: calc(1240px / 12 * 1);
    min-width: calc(1240px / 12 * 1);
  }
  .mobile\:min-h-1 {
    min-height: calc(1240px / 12 * 1);
  }
  .mobile\:min-w-1 {
    min-width: calc(1240px / 12 * 1);
  }
  .mobile\:max-1 {
    max-height: calc(1240px / 12 * 1);
    max-width: calc(1240px / 12 * 1);
  }
  .mobile\:max-h-1 {
    max-height: calc(1240px / 12 * 1);
  }
  .mobile\:max-w-1 {
    max-width: calc(1240px / 12 * 1);
  }
  .mobile\:h-2 {
    height: calc(1240px / 12 * 2);
  }
  .mobile\:w-2 {
    width: calc(1240px / 12 * 2);
  }
  .mobile\:min-2 {
    min-height: calc(1240px / 12 * 2);
    min-width: calc(1240px / 12 * 2);
  }
  .mobile\:min-h-2 {
    min-height: calc(1240px / 12 * 2);
  }
  .mobile\:min-w-2 {
    min-width: calc(1240px / 12 * 2);
  }
  .mobile\:max-2 {
    max-height: calc(1240px / 12 * 2);
    max-width: calc(1240px / 12 * 2);
  }
  .mobile\:max-h-2 {
    max-height: calc(1240px / 12 * 2);
  }
  .mobile\:max-w-2 {
    max-width: calc(1240px / 12 * 2);
  }
  .mobile\:h-3 {
    height: calc(1240px / 12 * 3);
  }
  .mobile\:w-3 {
    width: calc(1240px / 12 * 3);
  }
  .mobile\:min-3 {
    min-height: calc(1240px / 12 * 3);
    min-width: calc(1240px / 12 * 3);
  }
  .mobile\:min-h-3 {
    min-height: calc(1240px / 12 * 3);
  }
  .mobile\:min-w-3 {
    min-width: calc(1240px / 12 * 3);
  }
  .mobile\:max-3 {
    max-height: calc(1240px / 12 * 3);
    max-width: calc(1240px / 12 * 3);
  }
  .mobile\:max-h-3 {
    max-height: calc(1240px / 12 * 3);
  }
  .mobile\:max-w-3 {
    max-width: calc(1240px / 12 * 3);
  }
  .mobile\:h-4 {
    height: calc(1240px / 12 * 4);
  }
  .mobile\:w-4 {
    width: calc(1240px / 12 * 4);
  }
  .mobile\:min-4 {
    min-height: calc(1240px / 12 * 4);
    min-width: calc(1240px / 12 * 4);
  }
  .mobile\:min-h-4 {
    min-height: calc(1240px / 12 * 4);
  }
  .mobile\:min-w-4 {
    min-width: calc(1240px / 12 * 4);
  }
  .mobile\:max-4 {
    max-height: calc(1240px / 12 * 4);
    max-width: calc(1240px / 12 * 4);
  }
  .mobile\:max-h-4 {
    max-height: calc(1240px / 12 * 4);
  }
  .mobile\:max-w-4 {
    max-width: calc(1240px / 12 * 4);
  }
  .mobile\:h-5 {
    height: calc(1240px / 12 * 5);
  }
  .mobile\:w-5 {
    width: calc(1240px / 12 * 5);
  }
  .mobile\:min-5 {
    min-height: calc(1240px / 12 * 5);
    min-width: calc(1240px / 12 * 5);
  }
  .mobile\:min-h-5 {
    min-height: calc(1240px / 12 * 5);
  }
  .mobile\:min-w-5 {
    min-width: calc(1240px / 12 * 5);
  }
  .mobile\:max-5 {
    max-height: calc(1240px / 12 * 5);
    max-width: calc(1240px / 12 * 5);
  }
  .mobile\:max-h-5 {
    max-height: calc(1240px / 12 * 5);
  }
  .mobile\:max-w-5 {
    max-width: calc(1240px / 12 * 5);
  }
  .mobile\:h-6 {
    height: calc(1240px / 12 * 6);
  }
  .mobile\:w-6 {
    width: calc(1240px / 12 * 6);
  }
  .mobile\:min-6 {
    min-height: calc(1240px / 12 * 6);
    min-width: calc(1240px / 12 * 6);
  }
  .mobile\:min-h-6 {
    min-height: calc(1240px / 12 * 6);
  }
  .mobile\:min-w-6 {
    min-width: calc(1240px / 12 * 6);
  }
  .mobile\:max-6 {
    max-height: calc(1240px / 12 * 6);
    max-width: calc(1240px / 12 * 6);
  }
  .mobile\:max-h-6 {
    max-height: calc(1240px / 12 * 6);
  }
  .mobile\:max-w-6 {
    max-width: calc(1240px / 12 * 6);
  }
  .mobile\:h-7 {
    height: calc(1240px / 12 * 7);
  }
  .mobile\:w-7 {
    width: calc(1240px / 12 * 7);
  }
  .mobile\:min-7 {
    min-height: calc(1240px / 12 * 7);
    min-width: calc(1240px / 12 * 7);
  }
  .mobile\:min-h-7 {
    min-height: calc(1240px / 12 * 7);
  }
  .mobile\:min-w-7 {
    min-width: calc(1240px / 12 * 7);
  }
  .mobile\:max-7 {
    max-height: calc(1240px / 12 * 7);
    max-width: calc(1240px / 12 * 7);
  }
  .mobile\:max-h-7 {
    max-height: calc(1240px / 12 * 7);
  }
  .mobile\:max-w-7 {
    max-width: calc(1240px / 12 * 7);
  }
  .mobile\:h-8 {
    height: calc(1240px / 12 * 8);
  }
  .mobile\:w-8 {
    width: calc(1240px / 12 * 8);
  }
  .mobile\:min-8 {
    min-height: calc(1240px / 12 * 8);
    min-width: calc(1240px / 12 * 8);
  }
  .mobile\:min-h-8 {
    min-height: calc(1240px / 12 * 8);
  }
  .mobile\:min-w-8 {
    min-width: calc(1240px / 12 * 8);
  }
  .mobile\:max-8 {
    max-height: calc(1240px / 12 * 8);
    max-width: calc(1240px / 12 * 8);
  }
  .mobile\:max-h-8 {
    max-height: calc(1240px / 12 * 8);
  }
  .mobile\:max-w-8 {
    max-width: calc(1240px / 12 * 8);
  }
  .mobile\:h-9 {
    height: calc(1240px / 12 * 9);
  }
  .mobile\:w-9 {
    width: calc(1240px / 12 * 9);
  }
  .mobile\:min-9 {
    min-height: calc(1240px / 12 * 9);
    min-width: calc(1240px / 12 * 9);
  }
  .mobile\:min-h-9 {
    min-height: calc(1240px / 12 * 9);
  }
  .mobile\:min-w-9 {
    min-width: calc(1240px / 12 * 9);
  }
  .mobile\:max-9 {
    max-height: calc(1240px / 12 * 9);
    max-width: calc(1240px / 12 * 9);
  }
  .mobile\:max-h-9 {
    max-height: calc(1240px / 12 * 9);
  }
  .mobile\:max-w-9 {
    max-width: calc(1240px / 12 * 9);
  }
  .mobile\:h-10 {
    height: calc(1240px / 12 * 10);
  }
  .mobile\:w-10 {
    width: calc(1240px / 12 * 10);
  }
  .mobile\:min-10 {
    min-height: calc(1240px / 12 * 10);
    min-width: calc(1240px / 12 * 10);
  }
  .mobile\:min-h-10 {
    min-height: calc(1240px / 12 * 10);
  }
  .mobile\:min-w-10 {
    min-width: calc(1240px / 12 * 10);
  }
  .mobile\:max-10 {
    max-height: calc(1240px / 12 * 10);
    max-width: calc(1240px / 12 * 10);
  }
  .mobile\:max-h-10 {
    max-height: calc(1240px / 12 * 10);
  }
  .mobile\:max-w-10 {
    max-width: calc(1240px / 12 * 10);
  }
  .mobile\:h-11 {
    height: calc(1240px / 12 * 11);
  }
  .mobile\:w-11 {
    width: calc(1240px / 12 * 11);
  }
  .mobile\:min-11 {
    min-height: calc(1240px / 12 * 11);
    min-width: calc(1240px / 12 * 11);
  }
  .mobile\:min-h-11 {
    min-height: calc(1240px / 12 * 11);
  }
  .mobile\:min-w-11 {
    min-width: calc(1240px / 12 * 11);
  }
  .mobile\:max-11 {
    max-height: calc(1240px / 12 * 11);
    max-width: calc(1240px / 12 * 11);
  }
  .mobile\:max-h-11 {
    max-height: calc(1240px / 12 * 11);
  }
  .mobile\:max-w-11 {
    max-width: calc(1240px / 12 * 11);
  }
  .mobile\:h-12 {
    height: calc(1240px / 12 * 12);
  }
  .mobile\:w-12 {
    width: calc(1240px / 12 * 12);
  }
  .mobile\:min-12 {
    min-height: calc(1240px / 12 * 12);
    min-width: calc(1240px / 12 * 12);
  }
  .mobile\:min-h-12 {
    min-height: calc(1240px / 12 * 12);
  }
  .mobile\:min-w-12 {
    min-width: calc(1240px / 12 * 12);
  }
  .mobile\:max-12 {
    max-height: calc(1240px / 12 * 12);
    max-width: calc(1240px / 12 * 12);
  }
  .mobile\:max-h-12 {
    max-height: calc(1240px / 12 * 12);
  }
  .mobile\:max-w-12 {
    max-width: calc(1240px / 12 * 12);
  }
  .mobile\:h-0-percent {
    height: 0%;
  }
  .mobile\:w-0-percent {
    width: 0%;
  }
  .mobile\:min-h-0-percent {
    min-height: 0%;
  }
  .mobile\:min-w-0-percent {
    min-width: 0%;
  }
  .mobile\:max-h-0-percent {
    max-height: 0%;
  }
  .mobile\:max-w-0-percent {
    max-width: 0%;
  }
  .mobile\:pad-b-0-percent {
    padding-bottom: 0%;
  }
  .mobile\:h-1-percent {
    height: 1%;
  }
  .mobile\:w-1-percent {
    width: 1%;
  }
  .mobile\:min-h-1-percent {
    min-height: 1%;
  }
  .mobile\:min-w-1-percent {
    min-width: 1%;
  }
  .mobile\:max-h-1-percent {
    max-height: 1%;
  }
  .mobile\:max-w-1-percent {
    max-width: 1%;
  }
  .mobile\:pad-b-1-percent {
    padding-bottom: 1%;
  }
  .mobile\:h-2-percent {
    height: 2%;
  }
  .mobile\:w-2-percent {
    width: 2%;
  }
  .mobile\:min-h-2-percent {
    min-height: 2%;
  }
  .mobile\:min-w-2-percent {
    min-width: 2%;
  }
  .mobile\:max-h-2-percent {
    max-height: 2%;
  }
  .mobile\:max-w-2-percent {
    max-width: 2%;
  }
  .mobile\:pad-b-2-percent {
    padding-bottom: 2%;
  }
  .mobile\:h-3-percent {
    height: 3%;
  }
  .mobile\:w-3-percent {
    width: 3%;
  }
  .mobile\:min-h-3-percent {
    min-height: 3%;
  }
  .mobile\:min-w-3-percent {
    min-width: 3%;
  }
  .mobile\:max-h-3-percent {
    max-height: 3%;
  }
  .mobile\:max-w-3-percent {
    max-width: 3%;
  }
  .mobile\:pad-b-3-percent {
    padding-bottom: 3%;
  }
  .mobile\:h-4-percent {
    height: 4%;
  }
  .mobile\:w-4-percent {
    width: 4%;
  }
  .mobile\:min-h-4-percent {
    min-height: 4%;
  }
  .mobile\:min-w-4-percent {
    min-width: 4%;
  }
  .mobile\:max-h-4-percent {
    max-height: 4%;
  }
  .mobile\:max-w-4-percent {
    max-width: 4%;
  }
  .mobile\:pad-b-4-percent {
    padding-bottom: 4%;
  }
  .mobile\:h-5-percent {
    height: 5%;
  }
  .mobile\:w-5-percent {
    width: 5%;
  }
  .mobile\:min-h-5-percent {
    min-height: 5%;
  }
  .mobile\:min-w-5-percent {
    min-width: 5%;
  }
  .mobile\:max-h-5-percent {
    max-height: 5%;
  }
  .mobile\:max-w-5-percent {
    max-width: 5%;
  }
  .mobile\:pad-b-5-percent {
    padding-bottom: 5%;
  }
  .mobile\:h-6-percent {
    height: 6%;
  }
  .mobile\:w-6-percent {
    width: 6%;
  }
  .mobile\:min-h-6-percent {
    min-height: 6%;
  }
  .mobile\:min-w-6-percent {
    min-width: 6%;
  }
  .mobile\:max-h-6-percent {
    max-height: 6%;
  }
  .mobile\:max-w-6-percent {
    max-width: 6%;
  }
  .mobile\:pad-b-6-percent {
    padding-bottom: 6%;
  }
  .mobile\:h-7-percent {
    height: 7%;
  }
  .mobile\:w-7-percent {
    width: 7%;
  }
  .mobile\:min-h-7-percent {
    min-height: 7%;
  }
  .mobile\:min-w-7-percent {
    min-width: 7%;
  }
  .mobile\:max-h-7-percent {
    max-height: 7%;
  }
  .mobile\:max-w-7-percent {
    max-width: 7%;
  }
  .mobile\:pad-b-7-percent {
    padding-bottom: 7%;
  }
  .mobile\:h-8-percent {
    height: 8%;
  }
  .mobile\:w-8-percent {
    width: 8%;
  }
  .mobile\:min-h-8-percent {
    min-height: 8%;
  }
  .mobile\:min-w-8-percent {
    min-width: 8%;
  }
  .mobile\:max-h-8-percent {
    max-height: 8%;
  }
  .mobile\:max-w-8-percent {
    max-width: 8%;
  }
  .mobile\:pad-b-8-percent {
    padding-bottom: 8%;
  }
  .mobile\:h-9-percent {
    height: 9%;
  }
  .mobile\:w-9-percent {
    width: 9%;
  }
  .mobile\:min-h-9-percent {
    min-height: 9%;
  }
  .mobile\:min-w-9-percent {
    min-width: 9%;
  }
  .mobile\:max-h-9-percent {
    max-height: 9%;
  }
  .mobile\:max-w-9-percent {
    max-width: 9%;
  }
  .mobile\:pad-b-9-percent {
    padding-bottom: 9%;
  }
  .mobile\:h-10-percent {
    height: 10%;
  }
  .mobile\:w-10-percent {
    width: 10%;
  }
  .mobile\:min-h-10-percent {
    min-height: 10%;
  }
  .mobile\:min-w-10-percent {
    min-width: 10%;
  }
  .mobile\:max-h-10-percent {
    max-height: 10%;
  }
  .mobile\:max-w-10-percent {
    max-width: 10%;
  }
  .mobile\:pad-b-10-percent {
    padding-bottom: 10%;
  }
  .mobile\:h-11-percent {
    height: 11%;
  }
  .mobile\:w-11-percent {
    width: 11%;
  }
  .mobile\:min-h-11-percent {
    min-height: 11%;
  }
  .mobile\:min-w-11-percent {
    min-width: 11%;
  }
  .mobile\:max-h-11-percent {
    max-height: 11%;
  }
  .mobile\:max-w-11-percent {
    max-width: 11%;
  }
  .mobile\:pad-b-11-percent {
    padding-bottom: 11%;
  }
  .mobile\:h-12-percent {
    height: 12%;
  }
  .mobile\:w-12-percent {
    width: 12%;
  }
  .mobile\:min-h-12-percent {
    min-height: 12%;
  }
  .mobile\:min-w-12-percent {
    min-width: 12%;
  }
  .mobile\:max-h-12-percent {
    max-height: 12%;
  }
  .mobile\:max-w-12-percent {
    max-width: 12%;
  }
  .mobile\:pad-b-12-percent {
    padding-bottom: 12%;
  }
  .mobile\:h-13-percent {
    height: 13%;
  }
  .mobile\:w-13-percent {
    width: 13%;
  }
  .mobile\:min-h-13-percent {
    min-height: 13%;
  }
  .mobile\:min-w-13-percent {
    min-width: 13%;
  }
  .mobile\:max-h-13-percent {
    max-height: 13%;
  }
  .mobile\:max-w-13-percent {
    max-width: 13%;
  }
  .mobile\:pad-b-13-percent {
    padding-bottom: 13%;
  }
  .mobile\:h-14-percent {
    height: 14%;
  }
  .mobile\:w-14-percent {
    width: 14%;
  }
  .mobile\:min-h-14-percent {
    min-height: 14%;
  }
  .mobile\:min-w-14-percent {
    min-width: 14%;
  }
  .mobile\:max-h-14-percent {
    max-height: 14%;
  }
  .mobile\:max-w-14-percent {
    max-width: 14%;
  }
  .mobile\:pad-b-14-percent {
    padding-bottom: 14%;
  }
  .mobile\:h-15-percent {
    height: 15%;
  }
  .mobile\:w-15-percent {
    width: 15%;
  }
  .mobile\:min-h-15-percent {
    min-height: 15%;
  }
  .mobile\:min-w-15-percent {
    min-width: 15%;
  }
  .mobile\:max-h-15-percent {
    max-height: 15%;
  }
  .mobile\:max-w-15-percent {
    max-width: 15%;
  }
  .mobile\:pad-b-15-percent {
    padding-bottom: 15%;
  }
  .mobile\:h-16-percent {
    height: 16%;
  }
  .mobile\:w-16-percent {
    width: 16%;
  }
  .mobile\:min-h-16-percent {
    min-height: 16%;
  }
  .mobile\:min-w-16-percent {
    min-width: 16%;
  }
  .mobile\:max-h-16-percent {
    max-height: 16%;
  }
  .mobile\:max-w-16-percent {
    max-width: 16%;
  }
  .mobile\:pad-b-16-percent {
    padding-bottom: 16%;
  }
  .mobile\:h-17-percent {
    height: 17%;
  }
  .mobile\:w-17-percent {
    width: 17%;
  }
  .mobile\:min-h-17-percent {
    min-height: 17%;
  }
  .mobile\:min-w-17-percent {
    min-width: 17%;
  }
  .mobile\:max-h-17-percent {
    max-height: 17%;
  }
  .mobile\:max-w-17-percent {
    max-width: 17%;
  }
  .mobile\:pad-b-17-percent {
    padding-bottom: 17%;
  }
  .mobile\:h-18-percent {
    height: 18%;
  }
  .mobile\:w-18-percent {
    width: 18%;
  }
  .mobile\:min-h-18-percent {
    min-height: 18%;
  }
  .mobile\:min-w-18-percent {
    min-width: 18%;
  }
  .mobile\:max-h-18-percent {
    max-height: 18%;
  }
  .mobile\:max-w-18-percent {
    max-width: 18%;
  }
  .mobile\:pad-b-18-percent {
    padding-bottom: 18%;
  }
  .mobile\:h-19-percent {
    height: 19%;
  }
  .mobile\:w-19-percent {
    width: 19%;
  }
  .mobile\:min-h-19-percent {
    min-height: 19%;
  }
  .mobile\:min-w-19-percent {
    min-width: 19%;
  }
  .mobile\:max-h-19-percent {
    max-height: 19%;
  }
  .mobile\:max-w-19-percent {
    max-width: 19%;
  }
  .mobile\:pad-b-19-percent {
    padding-bottom: 19%;
  }
  .mobile\:h-20-percent {
    height: 20%;
  }
  .mobile\:w-20-percent {
    width: 20%;
  }
  .mobile\:min-h-20-percent {
    min-height: 20%;
  }
  .mobile\:min-w-20-percent {
    min-width: 20%;
  }
  .mobile\:max-h-20-percent {
    max-height: 20%;
  }
  .mobile\:max-w-20-percent {
    max-width: 20%;
  }
  .mobile\:pad-b-20-percent {
    padding-bottom: 20%;
  }
  .mobile\:h-21-percent {
    height: 21%;
  }
  .mobile\:w-21-percent {
    width: 21%;
  }
  .mobile\:min-h-21-percent {
    min-height: 21%;
  }
  .mobile\:min-w-21-percent {
    min-width: 21%;
  }
  .mobile\:max-h-21-percent {
    max-height: 21%;
  }
  .mobile\:max-w-21-percent {
    max-width: 21%;
  }
  .mobile\:pad-b-21-percent {
    padding-bottom: 21%;
  }
  .mobile\:h-22-percent {
    height: 22%;
  }
  .mobile\:w-22-percent {
    width: 22%;
  }
  .mobile\:min-h-22-percent {
    min-height: 22%;
  }
  .mobile\:min-w-22-percent {
    min-width: 22%;
  }
  .mobile\:max-h-22-percent {
    max-height: 22%;
  }
  .mobile\:max-w-22-percent {
    max-width: 22%;
  }
  .mobile\:pad-b-22-percent {
    padding-bottom: 22%;
  }
  .mobile\:h-23-percent {
    height: 23%;
  }
  .mobile\:w-23-percent {
    width: 23%;
  }
  .mobile\:min-h-23-percent {
    min-height: 23%;
  }
  .mobile\:min-w-23-percent {
    min-width: 23%;
  }
  .mobile\:max-h-23-percent {
    max-height: 23%;
  }
  .mobile\:max-w-23-percent {
    max-width: 23%;
  }
  .mobile\:pad-b-23-percent {
    padding-bottom: 23%;
  }
  .mobile\:h-24-percent {
    height: 24%;
  }
  .mobile\:w-24-percent {
    width: 24%;
  }
  .mobile\:min-h-24-percent {
    min-height: 24%;
  }
  .mobile\:min-w-24-percent {
    min-width: 24%;
  }
  .mobile\:max-h-24-percent {
    max-height: 24%;
  }
  .mobile\:max-w-24-percent {
    max-width: 24%;
  }
  .mobile\:pad-b-24-percent {
    padding-bottom: 24%;
  }
  .mobile\:h-25-percent {
    height: 25%;
  }
  .mobile\:w-25-percent {
    width: 25%;
  }
  .mobile\:min-h-25-percent {
    min-height: 25%;
  }
  .mobile\:min-w-25-percent {
    min-width: 25%;
  }
  .mobile\:max-h-25-percent {
    max-height: 25%;
  }
  .mobile\:max-w-25-percent {
    max-width: 25%;
  }
  .mobile\:pad-b-25-percent {
    padding-bottom: 25%;
  }
  .mobile\:h-26-percent {
    height: 26%;
  }
  .mobile\:w-26-percent {
    width: 26%;
  }
  .mobile\:min-h-26-percent {
    min-height: 26%;
  }
  .mobile\:min-w-26-percent {
    min-width: 26%;
  }
  .mobile\:max-h-26-percent {
    max-height: 26%;
  }
  .mobile\:max-w-26-percent {
    max-width: 26%;
  }
  .mobile\:pad-b-26-percent {
    padding-bottom: 26%;
  }
  .mobile\:h-27-percent {
    height: 27%;
  }
  .mobile\:w-27-percent {
    width: 27%;
  }
  .mobile\:min-h-27-percent {
    min-height: 27%;
  }
  .mobile\:min-w-27-percent {
    min-width: 27%;
  }
  .mobile\:max-h-27-percent {
    max-height: 27%;
  }
  .mobile\:max-w-27-percent {
    max-width: 27%;
  }
  .mobile\:pad-b-27-percent {
    padding-bottom: 27%;
  }
  .mobile\:h-28-percent {
    height: 28%;
  }
  .mobile\:w-28-percent {
    width: 28%;
  }
  .mobile\:min-h-28-percent {
    min-height: 28%;
  }
  .mobile\:min-w-28-percent {
    min-width: 28%;
  }
  .mobile\:max-h-28-percent {
    max-height: 28%;
  }
  .mobile\:max-w-28-percent {
    max-width: 28%;
  }
  .mobile\:pad-b-28-percent {
    padding-bottom: 28%;
  }
  .mobile\:h-29-percent {
    height: 29%;
  }
  .mobile\:w-29-percent {
    width: 29%;
  }
  .mobile\:min-h-29-percent {
    min-height: 29%;
  }
  .mobile\:min-w-29-percent {
    min-width: 29%;
  }
  .mobile\:max-h-29-percent {
    max-height: 29%;
  }
  .mobile\:max-w-29-percent {
    max-width: 29%;
  }
  .mobile\:pad-b-29-percent {
    padding-bottom: 29%;
  }
  .mobile\:h-30-percent {
    height: 30%;
  }
  .mobile\:w-30-percent {
    width: 30%;
  }
  .mobile\:min-h-30-percent {
    min-height: 30%;
  }
  .mobile\:min-w-30-percent {
    min-width: 30%;
  }
  .mobile\:max-h-30-percent {
    max-height: 30%;
  }
  .mobile\:max-w-30-percent {
    max-width: 30%;
  }
  .mobile\:pad-b-30-percent {
    padding-bottom: 30%;
  }
  .mobile\:h-31-percent {
    height: 31%;
  }
  .mobile\:w-31-percent {
    width: 31%;
  }
  .mobile\:min-h-31-percent {
    min-height: 31%;
  }
  .mobile\:min-w-31-percent {
    min-width: 31%;
  }
  .mobile\:max-h-31-percent {
    max-height: 31%;
  }
  .mobile\:max-w-31-percent {
    max-width: 31%;
  }
  .mobile\:pad-b-31-percent {
    padding-bottom: 31%;
  }
  .mobile\:h-32-percent {
    height: 32%;
  }
  .mobile\:w-32-percent {
    width: 32%;
  }
  .mobile\:min-h-32-percent {
    min-height: 32%;
  }
  .mobile\:min-w-32-percent {
    min-width: 32%;
  }
  .mobile\:max-h-32-percent {
    max-height: 32%;
  }
  .mobile\:max-w-32-percent {
    max-width: 32%;
  }
  .mobile\:pad-b-32-percent {
    padding-bottom: 32%;
  }
  .mobile\:h-33-percent {
    height: 33%;
  }
  .mobile\:w-33-percent {
    width: 33%;
  }
  .mobile\:min-h-33-percent {
    min-height: 33%;
  }
  .mobile\:min-w-33-percent {
    min-width: 33%;
  }
  .mobile\:max-h-33-percent {
    max-height: 33%;
  }
  .mobile\:max-w-33-percent {
    max-width: 33%;
  }
  .mobile\:pad-b-33-percent {
    padding-bottom: 33%;
  }
  .mobile\:h-34-percent {
    height: 34%;
  }
  .mobile\:w-34-percent {
    width: 34%;
  }
  .mobile\:min-h-34-percent {
    min-height: 34%;
  }
  .mobile\:min-w-34-percent {
    min-width: 34%;
  }
  .mobile\:max-h-34-percent {
    max-height: 34%;
  }
  .mobile\:max-w-34-percent {
    max-width: 34%;
  }
  .mobile\:pad-b-34-percent {
    padding-bottom: 34%;
  }
  .mobile\:h-35-percent {
    height: 35%;
  }
  .mobile\:w-35-percent {
    width: 35%;
  }
  .mobile\:min-h-35-percent {
    min-height: 35%;
  }
  .mobile\:min-w-35-percent {
    min-width: 35%;
  }
  .mobile\:max-h-35-percent {
    max-height: 35%;
  }
  .mobile\:max-w-35-percent {
    max-width: 35%;
  }
  .mobile\:pad-b-35-percent {
    padding-bottom: 35%;
  }
  .mobile\:h-36-percent {
    height: 36%;
  }
  .mobile\:w-36-percent {
    width: 36%;
  }
  .mobile\:min-h-36-percent {
    min-height: 36%;
  }
  .mobile\:min-w-36-percent {
    min-width: 36%;
  }
  .mobile\:max-h-36-percent {
    max-height: 36%;
  }
  .mobile\:max-w-36-percent {
    max-width: 36%;
  }
  .mobile\:pad-b-36-percent {
    padding-bottom: 36%;
  }
  .mobile\:h-37-percent {
    height: 37%;
  }
  .mobile\:w-37-percent {
    width: 37%;
  }
  .mobile\:min-h-37-percent {
    min-height: 37%;
  }
  .mobile\:min-w-37-percent {
    min-width: 37%;
  }
  .mobile\:max-h-37-percent {
    max-height: 37%;
  }
  .mobile\:max-w-37-percent {
    max-width: 37%;
  }
  .mobile\:pad-b-37-percent {
    padding-bottom: 37%;
  }
  .mobile\:h-38-percent {
    height: 38%;
  }
  .mobile\:w-38-percent {
    width: 38%;
  }
  .mobile\:min-h-38-percent {
    min-height: 38%;
  }
  .mobile\:min-w-38-percent {
    min-width: 38%;
  }
  .mobile\:max-h-38-percent {
    max-height: 38%;
  }
  .mobile\:max-w-38-percent {
    max-width: 38%;
  }
  .mobile\:pad-b-38-percent {
    padding-bottom: 38%;
  }
  .mobile\:h-39-percent {
    height: 39%;
  }
  .mobile\:w-39-percent {
    width: 39%;
  }
  .mobile\:min-h-39-percent {
    min-height: 39%;
  }
  .mobile\:min-w-39-percent {
    min-width: 39%;
  }
  .mobile\:max-h-39-percent {
    max-height: 39%;
  }
  .mobile\:max-w-39-percent {
    max-width: 39%;
  }
  .mobile\:pad-b-39-percent {
    padding-bottom: 39%;
  }
  .mobile\:h-40-percent {
    height: 40%;
  }
  .mobile\:w-40-percent {
    width: 40%;
  }
  .mobile\:min-h-40-percent {
    min-height: 40%;
  }
  .mobile\:min-w-40-percent {
    min-width: 40%;
  }
  .mobile\:max-h-40-percent {
    max-height: 40%;
  }
  .mobile\:max-w-40-percent {
    max-width: 40%;
  }
  .mobile\:pad-b-40-percent {
    padding-bottom: 40%;
  }
  .mobile\:h-41-percent {
    height: 41%;
  }
  .mobile\:w-41-percent {
    width: 41%;
  }
  .mobile\:min-h-41-percent {
    min-height: 41%;
  }
  .mobile\:min-w-41-percent {
    min-width: 41%;
  }
  .mobile\:max-h-41-percent {
    max-height: 41%;
  }
  .mobile\:max-w-41-percent {
    max-width: 41%;
  }
  .mobile\:pad-b-41-percent {
    padding-bottom: 41%;
  }
  .mobile\:h-42-percent {
    height: 42%;
  }
  .mobile\:w-42-percent {
    width: 42%;
  }
  .mobile\:min-h-42-percent {
    min-height: 42%;
  }
  .mobile\:min-w-42-percent {
    min-width: 42%;
  }
  .mobile\:max-h-42-percent {
    max-height: 42%;
  }
  .mobile\:max-w-42-percent {
    max-width: 42%;
  }
  .mobile\:pad-b-42-percent {
    padding-bottom: 42%;
  }
  .mobile\:h-43-percent {
    height: 43%;
  }
  .mobile\:w-43-percent {
    width: 43%;
  }
  .mobile\:min-h-43-percent {
    min-height: 43%;
  }
  .mobile\:min-w-43-percent {
    min-width: 43%;
  }
  .mobile\:max-h-43-percent {
    max-height: 43%;
  }
  .mobile\:max-w-43-percent {
    max-width: 43%;
  }
  .mobile\:pad-b-43-percent {
    padding-bottom: 43%;
  }
  .mobile\:h-44-percent {
    height: 44%;
  }
  .mobile\:w-44-percent {
    width: 44%;
  }
  .mobile\:min-h-44-percent {
    min-height: 44%;
  }
  .mobile\:min-w-44-percent {
    min-width: 44%;
  }
  .mobile\:max-h-44-percent {
    max-height: 44%;
  }
  .mobile\:max-w-44-percent {
    max-width: 44%;
  }
  .mobile\:pad-b-44-percent {
    padding-bottom: 44%;
  }
  .mobile\:h-45-percent {
    height: 45%;
  }
  .mobile\:w-45-percent {
    width: 45%;
  }
  .mobile\:min-h-45-percent {
    min-height: 45%;
  }
  .mobile\:min-w-45-percent {
    min-width: 45%;
  }
  .mobile\:max-h-45-percent {
    max-height: 45%;
  }
  .mobile\:max-w-45-percent {
    max-width: 45%;
  }
  .mobile\:pad-b-45-percent {
    padding-bottom: 45%;
  }
  .mobile\:h-46-percent {
    height: 46%;
  }
  .mobile\:w-46-percent {
    width: 46%;
  }
  .mobile\:min-h-46-percent {
    min-height: 46%;
  }
  .mobile\:min-w-46-percent {
    min-width: 46%;
  }
  .mobile\:max-h-46-percent {
    max-height: 46%;
  }
  .mobile\:max-w-46-percent {
    max-width: 46%;
  }
  .mobile\:pad-b-46-percent {
    padding-bottom: 46%;
  }
  .mobile\:h-47-percent {
    height: 47%;
  }
  .mobile\:w-47-percent {
    width: 47%;
  }
  .mobile\:min-h-47-percent {
    min-height: 47%;
  }
  .mobile\:min-w-47-percent {
    min-width: 47%;
  }
  .mobile\:max-h-47-percent {
    max-height: 47%;
  }
  .mobile\:max-w-47-percent {
    max-width: 47%;
  }
  .mobile\:pad-b-47-percent {
    padding-bottom: 47%;
  }
  .mobile\:h-48-percent {
    height: 48%;
  }
  .mobile\:w-48-percent {
    width: 48%;
  }
  .mobile\:min-h-48-percent {
    min-height: 48%;
  }
  .mobile\:min-w-48-percent {
    min-width: 48%;
  }
  .mobile\:max-h-48-percent {
    max-height: 48%;
  }
  .mobile\:max-w-48-percent {
    max-width: 48%;
  }
  .mobile\:pad-b-48-percent {
    padding-bottom: 48%;
  }
  .mobile\:h-49-percent {
    height: 49%;
  }
  .mobile\:w-49-percent {
    width: 49%;
  }
  .mobile\:min-h-49-percent {
    min-height: 49%;
  }
  .mobile\:min-w-49-percent {
    min-width: 49%;
  }
  .mobile\:max-h-49-percent {
    max-height: 49%;
  }
  .mobile\:max-w-49-percent {
    max-width: 49%;
  }
  .mobile\:pad-b-49-percent {
    padding-bottom: 49%;
  }
  .mobile\:h-50-percent {
    height: 50%;
  }
  .mobile\:w-50-percent {
    width: 50%;
  }
  .mobile\:min-h-50-percent {
    min-height: 50%;
  }
  .mobile\:min-w-50-percent {
    min-width: 50%;
  }
  .mobile\:max-h-50-percent {
    max-height: 50%;
  }
  .mobile\:max-w-50-percent {
    max-width: 50%;
  }
  .mobile\:pad-b-50-percent {
    padding-bottom: 50%;
  }
  .mobile\:h-51-percent {
    height: 51%;
  }
  .mobile\:w-51-percent {
    width: 51%;
  }
  .mobile\:min-h-51-percent {
    min-height: 51%;
  }
  .mobile\:min-w-51-percent {
    min-width: 51%;
  }
  .mobile\:max-h-51-percent {
    max-height: 51%;
  }
  .mobile\:max-w-51-percent {
    max-width: 51%;
  }
  .mobile\:pad-b-51-percent {
    padding-bottom: 51%;
  }
  .mobile\:h-52-percent {
    height: 52%;
  }
  .mobile\:w-52-percent {
    width: 52%;
  }
  .mobile\:min-h-52-percent {
    min-height: 52%;
  }
  .mobile\:min-w-52-percent {
    min-width: 52%;
  }
  .mobile\:max-h-52-percent {
    max-height: 52%;
  }
  .mobile\:max-w-52-percent {
    max-width: 52%;
  }
  .mobile\:pad-b-52-percent {
    padding-bottom: 52%;
  }
  .mobile\:h-53-percent {
    height: 53%;
  }
  .mobile\:w-53-percent {
    width: 53%;
  }
  .mobile\:min-h-53-percent {
    min-height: 53%;
  }
  .mobile\:min-w-53-percent {
    min-width: 53%;
  }
  .mobile\:max-h-53-percent {
    max-height: 53%;
  }
  .mobile\:max-w-53-percent {
    max-width: 53%;
  }
  .mobile\:pad-b-53-percent {
    padding-bottom: 53%;
  }
  .mobile\:h-54-percent {
    height: 54%;
  }
  .mobile\:w-54-percent {
    width: 54%;
  }
  .mobile\:min-h-54-percent {
    min-height: 54%;
  }
  .mobile\:min-w-54-percent {
    min-width: 54%;
  }
  .mobile\:max-h-54-percent {
    max-height: 54%;
  }
  .mobile\:max-w-54-percent {
    max-width: 54%;
  }
  .mobile\:pad-b-54-percent {
    padding-bottom: 54%;
  }
  .mobile\:h-55-percent {
    height: 55%;
  }
  .mobile\:w-55-percent {
    width: 55%;
  }
  .mobile\:min-h-55-percent {
    min-height: 55%;
  }
  .mobile\:min-w-55-percent {
    min-width: 55%;
  }
  .mobile\:max-h-55-percent {
    max-height: 55%;
  }
  .mobile\:max-w-55-percent {
    max-width: 55%;
  }
  .mobile\:pad-b-55-percent {
    padding-bottom: 55%;
  }
  .mobile\:h-56-percent {
    height: 56%;
  }
  .mobile\:w-56-percent {
    width: 56%;
  }
  .mobile\:min-h-56-percent {
    min-height: 56%;
  }
  .mobile\:min-w-56-percent {
    min-width: 56%;
  }
  .mobile\:max-h-56-percent {
    max-height: 56%;
  }
  .mobile\:max-w-56-percent {
    max-width: 56%;
  }
  .mobile\:pad-b-56-percent {
    padding-bottom: 56%;
  }
  .mobile\:h-57-percent {
    height: 57%;
  }
  .mobile\:w-57-percent {
    width: 57%;
  }
  .mobile\:min-h-57-percent {
    min-height: 57%;
  }
  .mobile\:min-w-57-percent {
    min-width: 57%;
  }
  .mobile\:max-h-57-percent {
    max-height: 57%;
  }
  .mobile\:max-w-57-percent {
    max-width: 57%;
  }
  .mobile\:pad-b-57-percent {
    padding-bottom: 57%;
  }
  .mobile\:h-58-percent {
    height: 58%;
  }
  .mobile\:w-58-percent {
    width: 58%;
  }
  .mobile\:min-h-58-percent {
    min-height: 58%;
  }
  .mobile\:min-w-58-percent {
    min-width: 58%;
  }
  .mobile\:max-h-58-percent {
    max-height: 58%;
  }
  .mobile\:max-w-58-percent {
    max-width: 58%;
  }
  .mobile\:pad-b-58-percent {
    padding-bottom: 58%;
  }
  .mobile\:h-59-percent {
    height: 59%;
  }
  .mobile\:w-59-percent {
    width: 59%;
  }
  .mobile\:min-h-59-percent {
    min-height: 59%;
  }
  .mobile\:min-w-59-percent {
    min-width: 59%;
  }
  .mobile\:max-h-59-percent {
    max-height: 59%;
  }
  .mobile\:max-w-59-percent {
    max-width: 59%;
  }
  .mobile\:pad-b-59-percent {
    padding-bottom: 59%;
  }
  .mobile\:h-60-percent {
    height: 60%;
  }
  .mobile\:w-60-percent {
    width: 60%;
  }
  .mobile\:min-h-60-percent {
    min-height: 60%;
  }
  .mobile\:min-w-60-percent {
    min-width: 60%;
  }
  .mobile\:max-h-60-percent {
    max-height: 60%;
  }
  .mobile\:max-w-60-percent {
    max-width: 60%;
  }
  .mobile\:pad-b-60-percent {
    padding-bottom: 60%;
  }
  .mobile\:h-61-percent {
    height: 61%;
  }
  .mobile\:w-61-percent {
    width: 61%;
  }
  .mobile\:min-h-61-percent {
    min-height: 61%;
  }
  .mobile\:min-w-61-percent {
    min-width: 61%;
  }
  .mobile\:max-h-61-percent {
    max-height: 61%;
  }
  .mobile\:max-w-61-percent {
    max-width: 61%;
  }
  .mobile\:pad-b-61-percent {
    padding-bottom: 61%;
  }
  .mobile\:h-62-percent {
    height: 62%;
  }
  .mobile\:w-62-percent {
    width: 62%;
  }
  .mobile\:min-h-62-percent {
    min-height: 62%;
  }
  .mobile\:min-w-62-percent {
    min-width: 62%;
  }
  .mobile\:max-h-62-percent {
    max-height: 62%;
  }
  .mobile\:max-w-62-percent {
    max-width: 62%;
  }
  .mobile\:pad-b-62-percent {
    padding-bottom: 62%;
  }
  .mobile\:h-63-percent {
    height: 63%;
  }
  .mobile\:w-63-percent {
    width: 63%;
  }
  .mobile\:min-h-63-percent {
    min-height: 63%;
  }
  .mobile\:min-w-63-percent {
    min-width: 63%;
  }
  .mobile\:max-h-63-percent {
    max-height: 63%;
  }
  .mobile\:max-w-63-percent {
    max-width: 63%;
  }
  .mobile\:pad-b-63-percent {
    padding-bottom: 63%;
  }
  .mobile\:h-64-percent {
    height: 64%;
  }
  .mobile\:w-64-percent {
    width: 64%;
  }
  .mobile\:min-h-64-percent {
    min-height: 64%;
  }
  .mobile\:min-w-64-percent {
    min-width: 64%;
  }
  .mobile\:max-h-64-percent {
    max-height: 64%;
  }
  .mobile\:max-w-64-percent {
    max-width: 64%;
  }
  .mobile\:pad-b-64-percent {
    padding-bottom: 64%;
  }
  .mobile\:h-65-percent {
    height: 65%;
  }
  .mobile\:w-65-percent {
    width: 65%;
  }
  .mobile\:min-h-65-percent {
    min-height: 65%;
  }
  .mobile\:min-w-65-percent {
    min-width: 65%;
  }
  .mobile\:max-h-65-percent {
    max-height: 65%;
  }
  .mobile\:max-w-65-percent {
    max-width: 65%;
  }
  .mobile\:pad-b-65-percent {
    padding-bottom: 65%;
  }
  .mobile\:h-66-percent {
    height: 66%;
  }
  .mobile\:w-66-percent {
    width: 66%;
  }
  .mobile\:min-h-66-percent {
    min-height: 66%;
  }
  .mobile\:min-w-66-percent {
    min-width: 66%;
  }
  .mobile\:max-h-66-percent {
    max-height: 66%;
  }
  .mobile\:max-w-66-percent {
    max-width: 66%;
  }
  .mobile\:pad-b-66-percent {
    padding-bottom: 66%;
  }
  .mobile\:h-67-percent {
    height: 67%;
  }
  .mobile\:w-67-percent {
    width: 67%;
  }
  .mobile\:min-h-67-percent {
    min-height: 67%;
  }
  .mobile\:min-w-67-percent {
    min-width: 67%;
  }
  .mobile\:max-h-67-percent {
    max-height: 67%;
  }
  .mobile\:max-w-67-percent {
    max-width: 67%;
  }
  .mobile\:pad-b-67-percent {
    padding-bottom: 67%;
  }
  .mobile\:h-68-percent {
    height: 68%;
  }
  .mobile\:w-68-percent {
    width: 68%;
  }
  .mobile\:min-h-68-percent {
    min-height: 68%;
  }
  .mobile\:min-w-68-percent {
    min-width: 68%;
  }
  .mobile\:max-h-68-percent {
    max-height: 68%;
  }
  .mobile\:max-w-68-percent {
    max-width: 68%;
  }
  .mobile\:pad-b-68-percent {
    padding-bottom: 68%;
  }
  .mobile\:h-69-percent {
    height: 69%;
  }
  .mobile\:w-69-percent {
    width: 69%;
  }
  .mobile\:min-h-69-percent {
    min-height: 69%;
  }
  .mobile\:min-w-69-percent {
    min-width: 69%;
  }
  .mobile\:max-h-69-percent {
    max-height: 69%;
  }
  .mobile\:max-w-69-percent {
    max-width: 69%;
  }
  .mobile\:pad-b-69-percent {
    padding-bottom: 69%;
  }
  .mobile\:h-70-percent {
    height: 70%;
  }
  .mobile\:w-70-percent {
    width: 70%;
  }
  .mobile\:min-h-70-percent {
    min-height: 70%;
  }
  .mobile\:min-w-70-percent {
    min-width: 70%;
  }
  .mobile\:max-h-70-percent {
    max-height: 70%;
  }
  .mobile\:max-w-70-percent {
    max-width: 70%;
  }
  .mobile\:pad-b-70-percent {
    padding-bottom: 70%;
  }
  .mobile\:h-71-percent {
    height: 71%;
  }
  .mobile\:w-71-percent {
    width: 71%;
  }
  .mobile\:min-h-71-percent {
    min-height: 71%;
  }
  .mobile\:min-w-71-percent {
    min-width: 71%;
  }
  .mobile\:max-h-71-percent {
    max-height: 71%;
  }
  .mobile\:max-w-71-percent {
    max-width: 71%;
  }
  .mobile\:pad-b-71-percent {
    padding-bottom: 71%;
  }
  .mobile\:h-72-percent {
    height: 72%;
  }
  .mobile\:w-72-percent {
    width: 72%;
  }
  .mobile\:min-h-72-percent {
    min-height: 72%;
  }
  .mobile\:min-w-72-percent {
    min-width: 72%;
  }
  .mobile\:max-h-72-percent {
    max-height: 72%;
  }
  .mobile\:max-w-72-percent {
    max-width: 72%;
  }
  .mobile\:pad-b-72-percent {
    padding-bottom: 72%;
  }
  .mobile\:h-73-percent {
    height: 73%;
  }
  .mobile\:w-73-percent {
    width: 73%;
  }
  .mobile\:min-h-73-percent {
    min-height: 73%;
  }
  .mobile\:min-w-73-percent {
    min-width: 73%;
  }
  .mobile\:max-h-73-percent {
    max-height: 73%;
  }
  .mobile\:max-w-73-percent {
    max-width: 73%;
  }
  .mobile\:pad-b-73-percent {
    padding-bottom: 73%;
  }
  .mobile\:h-74-percent {
    height: 74%;
  }
  .mobile\:w-74-percent {
    width: 74%;
  }
  .mobile\:min-h-74-percent {
    min-height: 74%;
  }
  .mobile\:min-w-74-percent {
    min-width: 74%;
  }
  .mobile\:max-h-74-percent {
    max-height: 74%;
  }
  .mobile\:max-w-74-percent {
    max-width: 74%;
  }
  .mobile\:pad-b-74-percent {
    padding-bottom: 74%;
  }
  .mobile\:h-75-percent {
    height: 75%;
  }
  .mobile\:w-75-percent {
    width: 75%;
  }
  .mobile\:min-h-75-percent {
    min-height: 75%;
  }
  .mobile\:min-w-75-percent {
    min-width: 75%;
  }
  .mobile\:max-h-75-percent {
    max-height: 75%;
  }
  .mobile\:max-w-75-percent {
    max-width: 75%;
  }
  .mobile\:pad-b-75-percent {
    padding-bottom: 75%;
  }
  .mobile\:h-76-percent {
    height: 76%;
  }
  .mobile\:w-76-percent {
    width: 76%;
  }
  .mobile\:min-h-76-percent {
    min-height: 76%;
  }
  .mobile\:min-w-76-percent {
    min-width: 76%;
  }
  .mobile\:max-h-76-percent {
    max-height: 76%;
  }
  .mobile\:max-w-76-percent {
    max-width: 76%;
  }
  .mobile\:pad-b-76-percent {
    padding-bottom: 76%;
  }
  .mobile\:h-77-percent {
    height: 77%;
  }
  .mobile\:w-77-percent {
    width: 77%;
  }
  .mobile\:min-h-77-percent {
    min-height: 77%;
  }
  .mobile\:min-w-77-percent {
    min-width: 77%;
  }
  .mobile\:max-h-77-percent {
    max-height: 77%;
  }
  .mobile\:max-w-77-percent {
    max-width: 77%;
  }
  .mobile\:pad-b-77-percent {
    padding-bottom: 77%;
  }
  .mobile\:h-78-percent {
    height: 78%;
  }
  .mobile\:w-78-percent {
    width: 78%;
  }
  .mobile\:min-h-78-percent {
    min-height: 78%;
  }
  .mobile\:min-w-78-percent {
    min-width: 78%;
  }
  .mobile\:max-h-78-percent {
    max-height: 78%;
  }
  .mobile\:max-w-78-percent {
    max-width: 78%;
  }
  .mobile\:pad-b-78-percent {
    padding-bottom: 78%;
  }
  .mobile\:h-79-percent {
    height: 79%;
  }
  .mobile\:w-79-percent {
    width: 79%;
  }
  .mobile\:min-h-79-percent {
    min-height: 79%;
  }
  .mobile\:min-w-79-percent {
    min-width: 79%;
  }
  .mobile\:max-h-79-percent {
    max-height: 79%;
  }
  .mobile\:max-w-79-percent {
    max-width: 79%;
  }
  .mobile\:pad-b-79-percent {
    padding-bottom: 79%;
  }
  .mobile\:h-80-percent {
    height: 80%;
  }
  .mobile\:w-80-percent {
    width: 80%;
  }
  .mobile\:min-h-80-percent {
    min-height: 80%;
  }
  .mobile\:min-w-80-percent {
    min-width: 80%;
  }
  .mobile\:max-h-80-percent {
    max-height: 80%;
  }
  .mobile\:max-w-80-percent {
    max-width: 80%;
  }
  .mobile\:pad-b-80-percent {
    padding-bottom: 80%;
  }
  .mobile\:h-81-percent {
    height: 81%;
  }
  .mobile\:w-81-percent {
    width: 81%;
  }
  .mobile\:min-h-81-percent {
    min-height: 81%;
  }
  .mobile\:min-w-81-percent {
    min-width: 81%;
  }
  .mobile\:max-h-81-percent {
    max-height: 81%;
  }
  .mobile\:max-w-81-percent {
    max-width: 81%;
  }
  .mobile\:pad-b-81-percent {
    padding-bottom: 81%;
  }
  .mobile\:h-82-percent {
    height: 82%;
  }
  .mobile\:w-82-percent {
    width: 82%;
  }
  .mobile\:min-h-82-percent {
    min-height: 82%;
  }
  .mobile\:min-w-82-percent {
    min-width: 82%;
  }
  .mobile\:max-h-82-percent {
    max-height: 82%;
  }
  .mobile\:max-w-82-percent {
    max-width: 82%;
  }
  .mobile\:pad-b-82-percent {
    padding-bottom: 82%;
  }
  .mobile\:h-83-percent {
    height: 83%;
  }
  .mobile\:w-83-percent {
    width: 83%;
  }
  .mobile\:min-h-83-percent {
    min-height: 83%;
  }
  .mobile\:min-w-83-percent {
    min-width: 83%;
  }
  .mobile\:max-h-83-percent {
    max-height: 83%;
  }
  .mobile\:max-w-83-percent {
    max-width: 83%;
  }
  .mobile\:pad-b-83-percent {
    padding-bottom: 83%;
  }
  .mobile\:h-84-percent {
    height: 84%;
  }
  .mobile\:w-84-percent {
    width: 84%;
  }
  .mobile\:min-h-84-percent {
    min-height: 84%;
  }
  .mobile\:min-w-84-percent {
    min-width: 84%;
  }
  .mobile\:max-h-84-percent {
    max-height: 84%;
  }
  .mobile\:max-w-84-percent {
    max-width: 84%;
  }
  .mobile\:pad-b-84-percent {
    padding-bottom: 84%;
  }
  .mobile\:h-85-percent {
    height: 85%;
  }
  .mobile\:w-85-percent {
    width: 85%;
  }
  .mobile\:min-h-85-percent {
    min-height: 85%;
  }
  .mobile\:min-w-85-percent {
    min-width: 85%;
  }
  .mobile\:max-h-85-percent {
    max-height: 85%;
  }
  .mobile\:max-w-85-percent {
    max-width: 85%;
  }
  .mobile\:pad-b-85-percent {
    padding-bottom: 85%;
  }
  .mobile\:h-86-percent {
    height: 86%;
  }
  .mobile\:w-86-percent {
    width: 86%;
  }
  .mobile\:min-h-86-percent {
    min-height: 86%;
  }
  .mobile\:min-w-86-percent {
    min-width: 86%;
  }
  .mobile\:max-h-86-percent {
    max-height: 86%;
  }
  .mobile\:max-w-86-percent {
    max-width: 86%;
  }
  .mobile\:pad-b-86-percent {
    padding-bottom: 86%;
  }
  .mobile\:h-87-percent {
    height: 87%;
  }
  .mobile\:w-87-percent {
    width: 87%;
  }
  .mobile\:min-h-87-percent {
    min-height: 87%;
  }
  .mobile\:min-w-87-percent {
    min-width: 87%;
  }
  .mobile\:max-h-87-percent {
    max-height: 87%;
  }
  .mobile\:max-w-87-percent {
    max-width: 87%;
  }
  .mobile\:pad-b-87-percent {
    padding-bottom: 87%;
  }
  .mobile\:h-88-percent {
    height: 88%;
  }
  .mobile\:w-88-percent {
    width: 88%;
  }
  .mobile\:min-h-88-percent {
    min-height: 88%;
  }
  .mobile\:min-w-88-percent {
    min-width: 88%;
  }
  .mobile\:max-h-88-percent {
    max-height: 88%;
  }
  .mobile\:max-w-88-percent {
    max-width: 88%;
  }
  .mobile\:pad-b-88-percent {
    padding-bottom: 88%;
  }
  .mobile\:h-89-percent {
    height: 89%;
  }
  .mobile\:w-89-percent {
    width: 89%;
  }
  .mobile\:min-h-89-percent {
    min-height: 89%;
  }
  .mobile\:min-w-89-percent {
    min-width: 89%;
  }
  .mobile\:max-h-89-percent {
    max-height: 89%;
  }
  .mobile\:max-w-89-percent {
    max-width: 89%;
  }
  .mobile\:pad-b-89-percent {
    padding-bottom: 89%;
  }
  .mobile\:h-90-percent {
    height: 90%;
  }
  .mobile\:w-90-percent {
    width: 90%;
  }
  .mobile\:min-h-90-percent {
    min-height: 90%;
  }
  .mobile\:min-w-90-percent {
    min-width: 90%;
  }
  .mobile\:max-h-90-percent {
    max-height: 90%;
  }
  .mobile\:max-w-90-percent {
    max-width: 90%;
  }
  .mobile\:pad-b-90-percent {
    padding-bottom: 90%;
  }
  .mobile\:h-91-percent {
    height: 91%;
  }
  .mobile\:w-91-percent {
    width: 91%;
  }
  .mobile\:min-h-91-percent {
    min-height: 91%;
  }
  .mobile\:min-w-91-percent {
    min-width: 91%;
  }
  .mobile\:max-h-91-percent {
    max-height: 91%;
  }
  .mobile\:max-w-91-percent {
    max-width: 91%;
  }
  .mobile\:pad-b-91-percent {
    padding-bottom: 91%;
  }
  .mobile\:h-92-percent {
    height: 92%;
  }
  .mobile\:w-92-percent {
    width: 92%;
  }
  .mobile\:min-h-92-percent {
    min-height: 92%;
  }
  .mobile\:min-w-92-percent {
    min-width: 92%;
  }
  .mobile\:max-h-92-percent {
    max-height: 92%;
  }
  .mobile\:max-w-92-percent {
    max-width: 92%;
  }
  .mobile\:pad-b-92-percent {
    padding-bottom: 92%;
  }
  .mobile\:h-93-percent {
    height: 93%;
  }
  .mobile\:w-93-percent {
    width: 93%;
  }
  .mobile\:min-h-93-percent {
    min-height: 93%;
  }
  .mobile\:min-w-93-percent {
    min-width: 93%;
  }
  .mobile\:max-h-93-percent {
    max-height: 93%;
  }
  .mobile\:max-w-93-percent {
    max-width: 93%;
  }
  .mobile\:pad-b-93-percent {
    padding-bottom: 93%;
  }
  .mobile\:h-94-percent {
    height: 94%;
  }
  .mobile\:w-94-percent {
    width: 94%;
  }
  .mobile\:min-h-94-percent {
    min-height: 94%;
  }
  .mobile\:min-w-94-percent {
    min-width: 94%;
  }
  .mobile\:max-h-94-percent {
    max-height: 94%;
  }
  .mobile\:max-w-94-percent {
    max-width: 94%;
  }
  .mobile\:pad-b-94-percent {
    padding-bottom: 94%;
  }
  .mobile\:h-95-percent {
    height: 95%;
  }
  .mobile\:w-95-percent {
    width: 95%;
  }
  .mobile\:min-h-95-percent {
    min-height: 95%;
  }
  .mobile\:min-w-95-percent {
    min-width: 95%;
  }
  .mobile\:max-h-95-percent {
    max-height: 95%;
  }
  .mobile\:max-w-95-percent {
    max-width: 95%;
  }
  .mobile\:pad-b-95-percent {
    padding-bottom: 95%;
  }
  .mobile\:h-96-percent {
    height: 96%;
  }
  .mobile\:w-96-percent {
    width: 96%;
  }
  .mobile\:min-h-96-percent {
    min-height: 96%;
  }
  .mobile\:min-w-96-percent {
    min-width: 96%;
  }
  .mobile\:max-h-96-percent {
    max-height: 96%;
  }
  .mobile\:max-w-96-percent {
    max-width: 96%;
  }
  .mobile\:pad-b-96-percent {
    padding-bottom: 96%;
  }
  .mobile\:h-97-percent {
    height: 97%;
  }
  .mobile\:w-97-percent {
    width: 97%;
  }
  .mobile\:min-h-97-percent {
    min-height: 97%;
  }
  .mobile\:min-w-97-percent {
    min-width: 97%;
  }
  .mobile\:max-h-97-percent {
    max-height: 97%;
  }
  .mobile\:max-w-97-percent {
    max-width: 97%;
  }
  .mobile\:pad-b-97-percent {
    padding-bottom: 97%;
  }
  .mobile\:h-98-percent {
    height: 98%;
  }
  .mobile\:w-98-percent {
    width: 98%;
  }
  .mobile\:min-h-98-percent {
    min-height: 98%;
  }
  .mobile\:min-w-98-percent {
    min-width: 98%;
  }
  .mobile\:max-h-98-percent {
    max-height: 98%;
  }
  .mobile\:max-w-98-percent {
    max-width: 98%;
  }
  .mobile\:pad-b-98-percent {
    padding-bottom: 98%;
  }
  .mobile\:h-99-percent {
    height: 99%;
  }
  .mobile\:w-99-percent {
    width: 99%;
  }
  .mobile\:min-h-99-percent {
    min-height: 99%;
  }
  .mobile\:min-w-99-percent {
    min-width: 99%;
  }
  .mobile\:max-h-99-percent {
    max-height: 99%;
  }
  .mobile\:max-w-99-percent {
    max-width: 99%;
  }
  .mobile\:pad-b-99-percent {
    padding-bottom: 99%;
  }
  .mobile\:h-100-percent {
    height: 100%;
  }
  .mobile\:w-100-percent {
    width: 100%;
  }
  .mobile\:min-h-100-percent {
    min-height: 100%;
  }
  .mobile\:min-w-100-percent {
    min-width: 100%;
  }
  .mobile\:max-h-100-percent {
    max-height: 100%;
  }
  .mobile\:max-w-100-percent {
    max-width: 100%;
  }
  .mobile\:pad-b-100-percent {
    padding-bottom: 100%;
  }
  .mobile\:h-101-percent {
    height: 101%;
  }
  .mobile\:w-101-percent {
    width: 101%;
  }
  .mobile\:min-h-101-percent {
    min-height: 101%;
  }
  .mobile\:min-w-101-percent {
    min-width: 101%;
  }
  .mobile\:max-h-101-percent {
    max-height: 101%;
  }
  .mobile\:max-w-101-percent {
    max-width: 101%;
  }
  .mobile\:pad-b-101-percent {
    padding-bottom: 101%;
  }
  .mobile\:h-102-percent {
    height: 102%;
  }
  .mobile\:w-102-percent {
    width: 102%;
  }
  .mobile\:min-h-102-percent {
    min-height: 102%;
  }
  .mobile\:min-w-102-percent {
    min-width: 102%;
  }
  .mobile\:max-h-102-percent {
    max-height: 102%;
  }
  .mobile\:max-w-102-percent {
    max-width: 102%;
  }
  .mobile\:pad-b-102-percent {
    padding-bottom: 102%;
  }
  .mobile\:h-103-percent {
    height: 103%;
  }
  .mobile\:w-103-percent {
    width: 103%;
  }
  .mobile\:min-h-103-percent {
    min-height: 103%;
  }
  .mobile\:min-w-103-percent {
    min-width: 103%;
  }
  .mobile\:max-h-103-percent {
    max-height: 103%;
  }
  .mobile\:max-w-103-percent {
    max-width: 103%;
  }
  .mobile\:pad-b-103-percent {
    padding-bottom: 103%;
  }
  .mobile\:h-104-percent {
    height: 104%;
  }
  .mobile\:w-104-percent {
    width: 104%;
  }
  .mobile\:min-h-104-percent {
    min-height: 104%;
  }
  .mobile\:min-w-104-percent {
    min-width: 104%;
  }
  .mobile\:max-h-104-percent {
    max-height: 104%;
  }
  .mobile\:max-w-104-percent {
    max-width: 104%;
  }
  .mobile\:pad-b-104-percent {
    padding-bottom: 104%;
  }
  .mobile\:h-105-percent {
    height: 105%;
  }
  .mobile\:w-105-percent {
    width: 105%;
  }
  .mobile\:min-h-105-percent {
    min-height: 105%;
  }
  .mobile\:min-w-105-percent {
    min-width: 105%;
  }
  .mobile\:max-h-105-percent {
    max-height: 105%;
  }
  .mobile\:max-w-105-percent {
    max-width: 105%;
  }
  .mobile\:pad-b-105-percent {
    padding-bottom: 105%;
  }
  .mobile\:h-106-percent {
    height: 106%;
  }
  .mobile\:w-106-percent {
    width: 106%;
  }
  .mobile\:min-h-106-percent {
    min-height: 106%;
  }
  .mobile\:min-w-106-percent {
    min-width: 106%;
  }
  .mobile\:max-h-106-percent {
    max-height: 106%;
  }
  .mobile\:max-w-106-percent {
    max-width: 106%;
  }
  .mobile\:pad-b-106-percent {
    padding-bottom: 106%;
  }
  .mobile\:h-107-percent {
    height: 107%;
  }
  .mobile\:w-107-percent {
    width: 107%;
  }
  .mobile\:min-h-107-percent {
    min-height: 107%;
  }
  .mobile\:min-w-107-percent {
    min-width: 107%;
  }
  .mobile\:max-h-107-percent {
    max-height: 107%;
  }
  .mobile\:max-w-107-percent {
    max-width: 107%;
  }
  .mobile\:pad-b-107-percent {
    padding-bottom: 107%;
  }
  .mobile\:h-108-percent {
    height: 108%;
  }
  .mobile\:w-108-percent {
    width: 108%;
  }
  .mobile\:min-h-108-percent {
    min-height: 108%;
  }
  .mobile\:min-w-108-percent {
    min-width: 108%;
  }
  .mobile\:max-h-108-percent {
    max-height: 108%;
  }
  .mobile\:max-w-108-percent {
    max-width: 108%;
  }
  .mobile\:pad-b-108-percent {
    padding-bottom: 108%;
  }
  .mobile\:h-109-percent {
    height: 109%;
  }
  .mobile\:w-109-percent {
    width: 109%;
  }
  .mobile\:min-h-109-percent {
    min-height: 109%;
  }
  .mobile\:min-w-109-percent {
    min-width: 109%;
  }
  .mobile\:max-h-109-percent {
    max-height: 109%;
  }
  .mobile\:max-w-109-percent {
    max-width: 109%;
  }
  .mobile\:pad-b-109-percent {
    padding-bottom: 109%;
  }
  .mobile\:h-110-percent {
    height: 110%;
  }
  .mobile\:w-110-percent {
    width: 110%;
  }
  .mobile\:min-h-110-percent {
    min-height: 110%;
  }
  .mobile\:min-w-110-percent {
    min-width: 110%;
  }
  .mobile\:max-h-110-percent {
    max-height: 110%;
  }
  .mobile\:max-w-110-percent {
    max-width: 110%;
  }
  .mobile\:pad-b-110-percent {
    padding-bottom: 110%;
  }
  .mobile\:h-111-percent {
    height: 111%;
  }
  .mobile\:w-111-percent {
    width: 111%;
  }
  .mobile\:min-h-111-percent {
    min-height: 111%;
  }
  .mobile\:min-w-111-percent {
    min-width: 111%;
  }
  .mobile\:max-h-111-percent {
    max-height: 111%;
  }
  .mobile\:max-w-111-percent {
    max-width: 111%;
  }
  .mobile\:pad-b-111-percent {
    padding-bottom: 111%;
  }
  .mobile\:h-112-percent {
    height: 112%;
  }
  .mobile\:w-112-percent {
    width: 112%;
  }
  .mobile\:min-h-112-percent {
    min-height: 112%;
  }
  .mobile\:min-w-112-percent {
    min-width: 112%;
  }
  .mobile\:max-h-112-percent {
    max-height: 112%;
  }
  .mobile\:max-w-112-percent {
    max-width: 112%;
  }
  .mobile\:pad-b-112-percent {
    padding-bottom: 112%;
  }
  .mobile\:h-113-percent {
    height: 113%;
  }
  .mobile\:w-113-percent {
    width: 113%;
  }
  .mobile\:min-h-113-percent {
    min-height: 113%;
  }
  .mobile\:min-w-113-percent {
    min-width: 113%;
  }
  .mobile\:max-h-113-percent {
    max-height: 113%;
  }
  .mobile\:max-w-113-percent {
    max-width: 113%;
  }
  .mobile\:pad-b-113-percent {
    padding-bottom: 113%;
  }
  .mobile\:h-114-percent {
    height: 114%;
  }
  .mobile\:w-114-percent {
    width: 114%;
  }
  .mobile\:min-h-114-percent {
    min-height: 114%;
  }
  .mobile\:min-w-114-percent {
    min-width: 114%;
  }
  .mobile\:max-h-114-percent {
    max-height: 114%;
  }
  .mobile\:max-w-114-percent {
    max-width: 114%;
  }
  .mobile\:pad-b-114-percent {
    padding-bottom: 114%;
  }
  .mobile\:h-115-percent {
    height: 115%;
  }
  .mobile\:w-115-percent {
    width: 115%;
  }
  .mobile\:min-h-115-percent {
    min-height: 115%;
  }
  .mobile\:min-w-115-percent {
    min-width: 115%;
  }
  .mobile\:max-h-115-percent {
    max-height: 115%;
  }
  .mobile\:max-w-115-percent {
    max-width: 115%;
  }
  .mobile\:pad-b-115-percent {
    padding-bottom: 115%;
  }
  .mobile\:h-116-percent {
    height: 116%;
  }
  .mobile\:w-116-percent {
    width: 116%;
  }
  .mobile\:min-h-116-percent {
    min-height: 116%;
  }
  .mobile\:min-w-116-percent {
    min-width: 116%;
  }
  .mobile\:max-h-116-percent {
    max-height: 116%;
  }
  .mobile\:max-w-116-percent {
    max-width: 116%;
  }
  .mobile\:pad-b-116-percent {
    padding-bottom: 116%;
  }
  .mobile\:h-117-percent {
    height: 117%;
  }
  .mobile\:w-117-percent {
    width: 117%;
  }
  .mobile\:min-h-117-percent {
    min-height: 117%;
  }
  .mobile\:min-w-117-percent {
    min-width: 117%;
  }
  .mobile\:max-h-117-percent {
    max-height: 117%;
  }
  .mobile\:max-w-117-percent {
    max-width: 117%;
  }
  .mobile\:pad-b-117-percent {
    padding-bottom: 117%;
  }
  .mobile\:h-118-percent {
    height: 118%;
  }
  .mobile\:w-118-percent {
    width: 118%;
  }
  .mobile\:min-h-118-percent {
    min-height: 118%;
  }
  .mobile\:min-w-118-percent {
    min-width: 118%;
  }
  .mobile\:max-h-118-percent {
    max-height: 118%;
  }
  .mobile\:max-w-118-percent {
    max-width: 118%;
  }
  .mobile\:pad-b-118-percent {
    padding-bottom: 118%;
  }
  .mobile\:h-119-percent {
    height: 119%;
  }
  .mobile\:w-119-percent {
    width: 119%;
  }
  .mobile\:min-h-119-percent {
    min-height: 119%;
  }
  .mobile\:min-w-119-percent {
    min-width: 119%;
  }
  .mobile\:max-h-119-percent {
    max-height: 119%;
  }
  .mobile\:max-w-119-percent {
    max-width: 119%;
  }
  .mobile\:pad-b-119-percent {
    padding-bottom: 119%;
  }
  .mobile\:h-120-percent {
    height: 120%;
  }
  .mobile\:w-120-percent {
    width: 120%;
  }
  .mobile\:min-h-120-percent {
    min-height: 120%;
  }
  .mobile\:min-w-120-percent {
    min-width: 120%;
  }
  .mobile\:max-h-120-percent {
    max-height: 120%;
  }
  .mobile\:max-w-120-percent {
    max-width: 120%;
  }
  .mobile\:pad-b-120-percent {
    padding-bottom: 120%;
  }
  .mobile\:h-121-percent {
    height: 121%;
  }
  .mobile\:w-121-percent {
    width: 121%;
  }
  .mobile\:min-h-121-percent {
    min-height: 121%;
  }
  .mobile\:min-w-121-percent {
    min-width: 121%;
  }
  .mobile\:max-h-121-percent {
    max-height: 121%;
  }
  .mobile\:max-w-121-percent {
    max-width: 121%;
  }
  .mobile\:pad-b-121-percent {
    padding-bottom: 121%;
  }
  .mobile\:h-122-percent {
    height: 122%;
  }
  .mobile\:w-122-percent {
    width: 122%;
  }
  .mobile\:min-h-122-percent {
    min-height: 122%;
  }
  .mobile\:min-w-122-percent {
    min-width: 122%;
  }
  .mobile\:max-h-122-percent {
    max-height: 122%;
  }
  .mobile\:max-w-122-percent {
    max-width: 122%;
  }
  .mobile\:pad-b-122-percent {
    padding-bottom: 122%;
  }
  .mobile\:h-123-percent {
    height: 123%;
  }
  .mobile\:w-123-percent {
    width: 123%;
  }
  .mobile\:min-h-123-percent {
    min-height: 123%;
  }
  .mobile\:min-w-123-percent {
    min-width: 123%;
  }
  .mobile\:max-h-123-percent {
    max-height: 123%;
  }
  .mobile\:max-w-123-percent {
    max-width: 123%;
  }
  .mobile\:pad-b-123-percent {
    padding-bottom: 123%;
  }
  .mobile\:h-124-percent {
    height: 124%;
  }
  .mobile\:w-124-percent {
    width: 124%;
  }
  .mobile\:min-h-124-percent {
    min-height: 124%;
  }
  .mobile\:min-w-124-percent {
    min-width: 124%;
  }
  .mobile\:max-h-124-percent {
    max-height: 124%;
  }
  .mobile\:max-w-124-percent {
    max-width: 124%;
  }
  .mobile\:pad-b-124-percent {
    padding-bottom: 124%;
  }
  .mobile\:h-125-percent {
    height: 125%;
  }
  .mobile\:w-125-percent {
    width: 125%;
  }
  .mobile\:min-h-125-percent {
    min-height: 125%;
  }
  .mobile\:min-w-125-percent {
    min-width: 125%;
  }
  .mobile\:max-h-125-percent {
    max-height: 125%;
  }
  .mobile\:max-w-125-percent {
    max-width: 125%;
  }
  .mobile\:pad-b-125-percent {
    padding-bottom: 125%;
  }
  .mobile\:h-126-percent {
    height: 126%;
  }
  .mobile\:w-126-percent {
    width: 126%;
  }
  .mobile\:min-h-126-percent {
    min-height: 126%;
  }
  .mobile\:min-w-126-percent {
    min-width: 126%;
  }
  .mobile\:max-h-126-percent {
    max-height: 126%;
  }
  .mobile\:max-w-126-percent {
    max-width: 126%;
  }
  .mobile\:pad-b-126-percent {
    padding-bottom: 126%;
  }
  .mobile\:h-127-percent {
    height: 127%;
  }
  .mobile\:w-127-percent {
    width: 127%;
  }
  .mobile\:min-h-127-percent {
    min-height: 127%;
  }
  .mobile\:min-w-127-percent {
    min-width: 127%;
  }
  .mobile\:max-h-127-percent {
    max-height: 127%;
  }
  .mobile\:max-w-127-percent {
    max-width: 127%;
  }
  .mobile\:pad-b-127-percent {
    padding-bottom: 127%;
  }
  .mobile\:h-128-percent {
    height: 128%;
  }
  .mobile\:w-128-percent {
    width: 128%;
  }
  .mobile\:min-h-128-percent {
    min-height: 128%;
  }
  .mobile\:min-w-128-percent {
    min-width: 128%;
  }
  .mobile\:max-h-128-percent {
    max-height: 128%;
  }
  .mobile\:max-w-128-percent {
    max-width: 128%;
  }
  .mobile\:pad-b-128-percent {
    padding-bottom: 128%;
  }
  .mobile\:h-129-percent {
    height: 129%;
  }
  .mobile\:w-129-percent {
    width: 129%;
  }
  .mobile\:min-h-129-percent {
    min-height: 129%;
  }
  .mobile\:min-w-129-percent {
    min-width: 129%;
  }
  .mobile\:max-h-129-percent {
    max-height: 129%;
  }
  .mobile\:max-w-129-percent {
    max-width: 129%;
  }
  .mobile\:pad-b-129-percent {
    padding-bottom: 129%;
  }
  .mobile\:h-130-percent {
    height: 130%;
  }
  .mobile\:w-130-percent {
    width: 130%;
  }
  .mobile\:min-h-130-percent {
    min-height: 130%;
  }
  .mobile\:min-w-130-percent {
    min-width: 130%;
  }
  .mobile\:max-h-130-percent {
    max-height: 130%;
  }
  .mobile\:max-w-130-percent {
    max-width: 130%;
  }
  .mobile\:pad-b-130-percent {
    padding-bottom: 130%;
  }
  .mobile\:h-131-percent {
    height: 131%;
  }
  .mobile\:w-131-percent {
    width: 131%;
  }
  .mobile\:min-h-131-percent {
    min-height: 131%;
  }
  .mobile\:min-w-131-percent {
    min-width: 131%;
  }
  .mobile\:max-h-131-percent {
    max-height: 131%;
  }
  .mobile\:max-w-131-percent {
    max-width: 131%;
  }
  .mobile\:pad-b-131-percent {
    padding-bottom: 131%;
  }
  .mobile\:h-132-percent {
    height: 132%;
  }
  .mobile\:w-132-percent {
    width: 132%;
  }
  .mobile\:min-h-132-percent {
    min-height: 132%;
  }
  .mobile\:min-w-132-percent {
    min-width: 132%;
  }
  .mobile\:max-h-132-percent {
    max-height: 132%;
  }
  .mobile\:max-w-132-percent {
    max-width: 132%;
  }
  .mobile\:pad-b-132-percent {
    padding-bottom: 132%;
  }
  .mobile\:h-133-percent {
    height: 133%;
  }
  .mobile\:w-133-percent {
    width: 133%;
  }
  .mobile\:min-h-133-percent {
    min-height: 133%;
  }
  .mobile\:min-w-133-percent {
    min-width: 133%;
  }
  .mobile\:max-h-133-percent {
    max-height: 133%;
  }
  .mobile\:max-w-133-percent {
    max-width: 133%;
  }
  .mobile\:pad-b-133-percent {
    padding-bottom: 133%;
  }
  .mobile\:h-134-percent {
    height: 134%;
  }
  .mobile\:w-134-percent {
    width: 134%;
  }
  .mobile\:min-h-134-percent {
    min-height: 134%;
  }
  .mobile\:min-w-134-percent {
    min-width: 134%;
  }
  .mobile\:max-h-134-percent {
    max-height: 134%;
  }
  .mobile\:max-w-134-percent {
    max-width: 134%;
  }
  .mobile\:pad-b-134-percent {
    padding-bottom: 134%;
  }
  .mobile\:h-135-percent {
    height: 135%;
  }
  .mobile\:w-135-percent {
    width: 135%;
  }
  .mobile\:min-h-135-percent {
    min-height: 135%;
  }
  .mobile\:min-w-135-percent {
    min-width: 135%;
  }
  .mobile\:max-h-135-percent {
    max-height: 135%;
  }
  .mobile\:max-w-135-percent {
    max-width: 135%;
  }
  .mobile\:pad-b-135-percent {
    padding-bottom: 135%;
  }
  .mobile\:h-136-percent {
    height: 136%;
  }
  .mobile\:w-136-percent {
    width: 136%;
  }
  .mobile\:min-h-136-percent {
    min-height: 136%;
  }
  .mobile\:min-w-136-percent {
    min-width: 136%;
  }
  .mobile\:max-h-136-percent {
    max-height: 136%;
  }
  .mobile\:max-w-136-percent {
    max-width: 136%;
  }
  .mobile\:pad-b-136-percent {
    padding-bottom: 136%;
  }
  .mobile\:h-137-percent {
    height: 137%;
  }
  .mobile\:w-137-percent {
    width: 137%;
  }
  .mobile\:min-h-137-percent {
    min-height: 137%;
  }
  .mobile\:min-w-137-percent {
    min-width: 137%;
  }
  .mobile\:max-h-137-percent {
    max-height: 137%;
  }
  .mobile\:max-w-137-percent {
    max-width: 137%;
  }
  .mobile\:pad-b-137-percent {
    padding-bottom: 137%;
  }
  .mobile\:h-138-percent {
    height: 138%;
  }
  .mobile\:w-138-percent {
    width: 138%;
  }
  .mobile\:min-h-138-percent {
    min-height: 138%;
  }
  .mobile\:min-w-138-percent {
    min-width: 138%;
  }
  .mobile\:max-h-138-percent {
    max-height: 138%;
  }
  .mobile\:max-w-138-percent {
    max-width: 138%;
  }
  .mobile\:pad-b-138-percent {
    padding-bottom: 138%;
  }
  .mobile\:h-139-percent {
    height: 139%;
  }
  .mobile\:w-139-percent {
    width: 139%;
  }
  .mobile\:min-h-139-percent {
    min-height: 139%;
  }
  .mobile\:min-w-139-percent {
    min-width: 139%;
  }
  .mobile\:max-h-139-percent {
    max-height: 139%;
  }
  .mobile\:max-w-139-percent {
    max-width: 139%;
  }
  .mobile\:pad-b-139-percent {
    padding-bottom: 139%;
  }
  .mobile\:h-140-percent {
    height: 140%;
  }
  .mobile\:w-140-percent {
    width: 140%;
  }
  .mobile\:min-h-140-percent {
    min-height: 140%;
  }
  .mobile\:min-w-140-percent {
    min-width: 140%;
  }
  .mobile\:max-h-140-percent {
    max-height: 140%;
  }
  .mobile\:max-w-140-percent {
    max-width: 140%;
  }
  .mobile\:pad-b-140-percent {
    padding-bottom: 140%;
  }
  .mobile\:h-141-percent {
    height: 141%;
  }
  .mobile\:w-141-percent {
    width: 141%;
  }
  .mobile\:min-h-141-percent {
    min-height: 141%;
  }
  .mobile\:min-w-141-percent {
    min-width: 141%;
  }
  .mobile\:max-h-141-percent {
    max-height: 141%;
  }
  .mobile\:max-w-141-percent {
    max-width: 141%;
  }
  .mobile\:pad-b-141-percent {
    padding-bottom: 141%;
  }
  .mobile\:h-142-percent {
    height: 142%;
  }
  .mobile\:w-142-percent {
    width: 142%;
  }
  .mobile\:min-h-142-percent {
    min-height: 142%;
  }
  .mobile\:min-w-142-percent {
    min-width: 142%;
  }
  .mobile\:max-h-142-percent {
    max-height: 142%;
  }
  .mobile\:max-w-142-percent {
    max-width: 142%;
  }
  .mobile\:pad-b-142-percent {
    padding-bottom: 142%;
  }
  .mobile\:h-143-percent {
    height: 143%;
  }
  .mobile\:w-143-percent {
    width: 143%;
  }
  .mobile\:min-h-143-percent {
    min-height: 143%;
  }
  .mobile\:min-w-143-percent {
    min-width: 143%;
  }
  .mobile\:max-h-143-percent {
    max-height: 143%;
  }
  .mobile\:max-w-143-percent {
    max-width: 143%;
  }
  .mobile\:pad-b-143-percent {
    padding-bottom: 143%;
  }
  .mobile\:h-144-percent {
    height: 144%;
  }
  .mobile\:w-144-percent {
    width: 144%;
  }
  .mobile\:min-h-144-percent {
    min-height: 144%;
  }
  .mobile\:min-w-144-percent {
    min-width: 144%;
  }
  .mobile\:max-h-144-percent {
    max-height: 144%;
  }
  .mobile\:max-w-144-percent {
    max-width: 144%;
  }
  .mobile\:pad-b-144-percent {
    padding-bottom: 144%;
  }
  .mobile\:h-145-percent {
    height: 145%;
  }
  .mobile\:w-145-percent {
    width: 145%;
  }
  .mobile\:min-h-145-percent {
    min-height: 145%;
  }
  .mobile\:min-w-145-percent {
    min-width: 145%;
  }
  .mobile\:max-h-145-percent {
    max-height: 145%;
  }
  .mobile\:max-w-145-percent {
    max-width: 145%;
  }
  .mobile\:pad-b-145-percent {
    padding-bottom: 145%;
  }
  .mobile\:h-146-percent {
    height: 146%;
  }
  .mobile\:w-146-percent {
    width: 146%;
  }
  .mobile\:min-h-146-percent {
    min-height: 146%;
  }
  .mobile\:min-w-146-percent {
    min-width: 146%;
  }
  .mobile\:max-h-146-percent {
    max-height: 146%;
  }
  .mobile\:max-w-146-percent {
    max-width: 146%;
  }
  .mobile\:pad-b-146-percent {
    padding-bottom: 146%;
  }
  .mobile\:h-147-percent {
    height: 147%;
  }
  .mobile\:w-147-percent {
    width: 147%;
  }
  .mobile\:min-h-147-percent {
    min-height: 147%;
  }
  .mobile\:min-w-147-percent {
    min-width: 147%;
  }
  .mobile\:max-h-147-percent {
    max-height: 147%;
  }
  .mobile\:max-w-147-percent {
    max-width: 147%;
  }
  .mobile\:pad-b-147-percent {
    padding-bottom: 147%;
  }
  .mobile\:h-148-percent {
    height: 148%;
  }
  .mobile\:w-148-percent {
    width: 148%;
  }
  .mobile\:min-h-148-percent {
    min-height: 148%;
  }
  .mobile\:min-w-148-percent {
    min-width: 148%;
  }
  .mobile\:max-h-148-percent {
    max-height: 148%;
  }
  .mobile\:max-w-148-percent {
    max-width: 148%;
  }
  .mobile\:pad-b-148-percent {
    padding-bottom: 148%;
  }
  .mobile\:h-149-percent {
    height: 149%;
  }
  .mobile\:w-149-percent {
    width: 149%;
  }
  .mobile\:min-h-149-percent {
    min-height: 149%;
  }
  .mobile\:min-w-149-percent {
    min-width: 149%;
  }
  .mobile\:max-h-149-percent {
    max-height: 149%;
  }
  .mobile\:max-w-149-percent {
    max-width: 149%;
  }
  .mobile\:pad-b-149-percent {
    padding-bottom: 149%;
  }
  .mobile\:h-150-percent {
    height: 150%;
  }
  .mobile\:w-150-percent {
    width: 150%;
  }
  .mobile\:min-h-150-percent {
    min-height: 150%;
  }
  .mobile\:min-w-150-percent {
    min-width: 150%;
  }
  .mobile\:max-h-150-percent {
    max-height: 150%;
  }
  .mobile\:max-w-150-percent {
    max-width: 150%;
  }
  .mobile\:pad-b-150-percent {
    padding-bottom: 150%;
  }
  .mobile\:h-151-percent {
    height: 151%;
  }
  .mobile\:w-151-percent {
    width: 151%;
  }
  .mobile\:min-h-151-percent {
    min-height: 151%;
  }
  .mobile\:min-w-151-percent {
    min-width: 151%;
  }
  .mobile\:max-h-151-percent {
    max-height: 151%;
  }
  .mobile\:max-w-151-percent {
    max-width: 151%;
  }
  .mobile\:pad-b-151-percent {
    padding-bottom: 151%;
  }
  .mobile\:h-152-percent {
    height: 152%;
  }
  .mobile\:w-152-percent {
    width: 152%;
  }
  .mobile\:min-h-152-percent {
    min-height: 152%;
  }
  .mobile\:min-w-152-percent {
    min-width: 152%;
  }
  .mobile\:max-h-152-percent {
    max-height: 152%;
  }
  .mobile\:max-w-152-percent {
    max-width: 152%;
  }
  .mobile\:pad-b-152-percent {
    padding-bottom: 152%;
  }
  .mobile\:h-153-percent {
    height: 153%;
  }
  .mobile\:w-153-percent {
    width: 153%;
  }
  .mobile\:min-h-153-percent {
    min-height: 153%;
  }
  .mobile\:min-w-153-percent {
    min-width: 153%;
  }
  .mobile\:max-h-153-percent {
    max-height: 153%;
  }
  .mobile\:max-w-153-percent {
    max-width: 153%;
  }
  .mobile\:pad-b-153-percent {
    padding-bottom: 153%;
  }
  .mobile\:h-154-percent {
    height: 154%;
  }
  .mobile\:w-154-percent {
    width: 154%;
  }
  .mobile\:min-h-154-percent {
    min-height: 154%;
  }
  .mobile\:min-w-154-percent {
    min-width: 154%;
  }
  .mobile\:max-h-154-percent {
    max-height: 154%;
  }
  .mobile\:max-w-154-percent {
    max-width: 154%;
  }
  .mobile\:pad-b-154-percent {
    padding-bottom: 154%;
  }
  .mobile\:h-155-percent {
    height: 155%;
  }
  .mobile\:w-155-percent {
    width: 155%;
  }
  .mobile\:min-h-155-percent {
    min-height: 155%;
  }
  .mobile\:min-w-155-percent {
    min-width: 155%;
  }
  .mobile\:max-h-155-percent {
    max-height: 155%;
  }
  .mobile\:max-w-155-percent {
    max-width: 155%;
  }
  .mobile\:pad-b-155-percent {
    padding-bottom: 155%;
  }
  .mobile\:h-156-percent {
    height: 156%;
  }
  .mobile\:w-156-percent {
    width: 156%;
  }
  .mobile\:min-h-156-percent {
    min-height: 156%;
  }
  .mobile\:min-w-156-percent {
    min-width: 156%;
  }
  .mobile\:max-h-156-percent {
    max-height: 156%;
  }
  .mobile\:max-w-156-percent {
    max-width: 156%;
  }
  .mobile\:pad-b-156-percent {
    padding-bottom: 156%;
  }
  .mobile\:h-157-percent {
    height: 157%;
  }
  .mobile\:w-157-percent {
    width: 157%;
  }
  .mobile\:min-h-157-percent {
    min-height: 157%;
  }
  .mobile\:min-w-157-percent {
    min-width: 157%;
  }
  .mobile\:max-h-157-percent {
    max-height: 157%;
  }
  .mobile\:max-w-157-percent {
    max-width: 157%;
  }
  .mobile\:pad-b-157-percent {
    padding-bottom: 157%;
  }
  .mobile\:h-158-percent {
    height: 158%;
  }
  .mobile\:w-158-percent {
    width: 158%;
  }
  .mobile\:min-h-158-percent {
    min-height: 158%;
  }
  .mobile\:min-w-158-percent {
    min-width: 158%;
  }
  .mobile\:max-h-158-percent {
    max-height: 158%;
  }
  .mobile\:max-w-158-percent {
    max-width: 158%;
  }
  .mobile\:pad-b-158-percent {
    padding-bottom: 158%;
  }
  .mobile\:h-159-percent {
    height: 159%;
  }
  .mobile\:w-159-percent {
    width: 159%;
  }
  .mobile\:min-h-159-percent {
    min-height: 159%;
  }
  .mobile\:min-w-159-percent {
    min-width: 159%;
  }
  .mobile\:max-h-159-percent {
    max-height: 159%;
  }
  .mobile\:max-w-159-percent {
    max-width: 159%;
  }
  .mobile\:pad-b-159-percent {
    padding-bottom: 159%;
  }
  .mobile\:h-160-percent {
    height: 160%;
  }
  .mobile\:w-160-percent {
    width: 160%;
  }
  .mobile\:min-h-160-percent {
    min-height: 160%;
  }
  .mobile\:min-w-160-percent {
    min-width: 160%;
  }
  .mobile\:max-h-160-percent {
    max-height: 160%;
  }
  .mobile\:max-w-160-percent {
    max-width: 160%;
  }
  .mobile\:pad-b-160-percent {
    padding-bottom: 160%;
  }
  .mobile\:h-161-percent {
    height: 161%;
  }
  .mobile\:w-161-percent {
    width: 161%;
  }
  .mobile\:min-h-161-percent {
    min-height: 161%;
  }
  .mobile\:min-w-161-percent {
    min-width: 161%;
  }
  .mobile\:max-h-161-percent {
    max-height: 161%;
  }
  .mobile\:max-w-161-percent {
    max-width: 161%;
  }
  .mobile\:pad-b-161-percent {
    padding-bottom: 161%;
  }
  .mobile\:h-162-percent {
    height: 162%;
  }
  .mobile\:w-162-percent {
    width: 162%;
  }
  .mobile\:min-h-162-percent {
    min-height: 162%;
  }
  .mobile\:min-w-162-percent {
    min-width: 162%;
  }
  .mobile\:max-h-162-percent {
    max-height: 162%;
  }
  .mobile\:max-w-162-percent {
    max-width: 162%;
  }
  .mobile\:pad-b-162-percent {
    padding-bottom: 162%;
  }
  .mobile\:h-163-percent {
    height: 163%;
  }
  .mobile\:w-163-percent {
    width: 163%;
  }
  .mobile\:min-h-163-percent {
    min-height: 163%;
  }
  .mobile\:min-w-163-percent {
    min-width: 163%;
  }
  .mobile\:max-h-163-percent {
    max-height: 163%;
  }
  .mobile\:max-w-163-percent {
    max-width: 163%;
  }
  .mobile\:pad-b-163-percent {
    padding-bottom: 163%;
  }
  .mobile\:h-164-percent {
    height: 164%;
  }
  .mobile\:w-164-percent {
    width: 164%;
  }
  .mobile\:min-h-164-percent {
    min-height: 164%;
  }
  .mobile\:min-w-164-percent {
    min-width: 164%;
  }
  .mobile\:max-h-164-percent {
    max-height: 164%;
  }
  .mobile\:max-w-164-percent {
    max-width: 164%;
  }
  .mobile\:pad-b-164-percent {
    padding-bottom: 164%;
  }
  .mobile\:h-165-percent {
    height: 165%;
  }
  .mobile\:w-165-percent {
    width: 165%;
  }
  .mobile\:min-h-165-percent {
    min-height: 165%;
  }
  .mobile\:min-w-165-percent {
    min-width: 165%;
  }
  .mobile\:max-h-165-percent {
    max-height: 165%;
  }
  .mobile\:max-w-165-percent {
    max-width: 165%;
  }
  .mobile\:pad-b-165-percent {
    padding-bottom: 165%;
  }
  .mobile\:h-166-percent {
    height: 166%;
  }
  .mobile\:w-166-percent {
    width: 166%;
  }
  .mobile\:min-h-166-percent {
    min-height: 166%;
  }
  .mobile\:min-w-166-percent {
    min-width: 166%;
  }
  .mobile\:max-h-166-percent {
    max-height: 166%;
  }
  .mobile\:max-w-166-percent {
    max-width: 166%;
  }
  .mobile\:pad-b-166-percent {
    padding-bottom: 166%;
  }
  .mobile\:h-167-percent {
    height: 167%;
  }
  .mobile\:w-167-percent {
    width: 167%;
  }
  .mobile\:min-h-167-percent {
    min-height: 167%;
  }
  .mobile\:min-w-167-percent {
    min-width: 167%;
  }
  .mobile\:max-h-167-percent {
    max-height: 167%;
  }
  .mobile\:max-w-167-percent {
    max-width: 167%;
  }
  .mobile\:pad-b-167-percent {
    padding-bottom: 167%;
  }
  .mobile\:h-168-percent {
    height: 168%;
  }
  .mobile\:w-168-percent {
    width: 168%;
  }
  .mobile\:min-h-168-percent {
    min-height: 168%;
  }
  .mobile\:min-w-168-percent {
    min-width: 168%;
  }
  .mobile\:max-h-168-percent {
    max-height: 168%;
  }
  .mobile\:max-w-168-percent {
    max-width: 168%;
  }
  .mobile\:pad-b-168-percent {
    padding-bottom: 168%;
  }
  .mobile\:h-169-percent {
    height: 169%;
  }
  .mobile\:w-169-percent {
    width: 169%;
  }
  .mobile\:min-h-169-percent {
    min-height: 169%;
  }
  .mobile\:min-w-169-percent {
    min-width: 169%;
  }
  .mobile\:max-h-169-percent {
    max-height: 169%;
  }
  .mobile\:max-w-169-percent {
    max-width: 169%;
  }
  .mobile\:pad-b-169-percent {
    padding-bottom: 169%;
  }
  .mobile\:h-170-percent {
    height: 170%;
  }
  .mobile\:w-170-percent {
    width: 170%;
  }
  .mobile\:min-h-170-percent {
    min-height: 170%;
  }
  .mobile\:min-w-170-percent {
    min-width: 170%;
  }
  .mobile\:max-h-170-percent {
    max-height: 170%;
  }
  .mobile\:max-w-170-percent {
    max-width: 170%;
  }
  .mobile\:pad-b-170-percent {
    padding-bottom: 170%;
  }
  .mobile\:h-171-percent {
    height: 171%;
  }
  .mobile\:w-171-percent {
    width: 171%;
  }
  .mobile\:min-h-171-percent {
    min-height: 171%;
  }
  .mobile\:min-w-171-percent {
    min-width: 171%;
  }
  .mobile\:max-h-171-percent {
    max-height: 171%;
  }
  .mobile\:max-w-171-percent {
    max-width: 171%;
  }
  .mobile\:pad-b-171-percent {
    padding-bottom: 171%;
  }
  .mobile\:h-172-percent {
    height: 172%;
  }
  .mobile\:w-172-percent {
    width: 172%;
  }
  .mobile\:min-h-172-percent {
    min-height: 172%;
  }
  .mobile\:min-w-172-percent {
    min-width: 172%;
  }
  .mobile\:max-h-172-percent {
    max-height: 172%;
  }
  .mobile\:max-w-172-percent {
    max-width: 172%;
  }
  .mobile\:pad-b-172-percent {
    padding-bottom: 172%;
  }
  .mobile\:h-173-percent {
    height: 173%;
  }
  .mobile\:w-173-percent {
    width: 173%;
  }
  .mobile\:min-h-173-percent {
    min-height: 173%;
  }
  .mobile\:min-w-173-percent {
    min-width: 173%;
  }
  .mobile\:max-h-173-percent {
    max-height: 173%;
  }
  .mobile\:max-w-173-percent {
    max-width: 173%;
  }
  .mobile\:pad-b-173-percent {
    padding-bottom: 173%;
  }
  .mobile\:h-174-percent {
    height: 174%;
  }
  .mobile\:w-174-percent {
    width: 174%;
  }
  .mobile\:min-h-174-percent {
    min-height: 174%;
  }
  .mobile\:min-w-174-percent {
    min-width: 174%;
  }
  .mobile\:max-h-174-percent {
    max-height: 174%;
  }
  .mobile\:max-w-174-percent {
    max-width: 174%;
  }
  .mobile\:pad-b-174-percent {
    padding-bottom: 174%;
  }
  .mobile\:h-175-percent {
    height: 175%;
  }
  .mobile\:w-175-percent {
    width: 175%;
  }
  .mobile\:min-h-175-percent {
    min-height: 175%;
  }
  .mobile\:min-w-175-percent {
    min-width: 175%;
  }
  .mobile\:max-h-175-percent {
    max-height: 175%;
  }
  .mobile\:max-w-175-percent {
    max-width: 175%;
  }
  .mobile\:pad-b-175-percent {
    padding-bottom: 175%;
  }
  .mobile\:h-176-percent {
    height: 176%;
  }
  .mobile\:w-176-percent {
    width: 176%;
  }
  .mobile\:min-h-176-percent {
    min-height: 176%;
  }
  .mobile\:min-w-176-percent {
    min-width: 176%;
  }
  .mobile\:max-h-176-percent {
    max-height: 176%;
  }
  .mobile\:max-w-176-percent {
    max-width: 176%;
  }
  .mobile\:pad-b-176-percent {
    padding-bottom: 176%;
  }
  .mobile\:h-177-percent {
    height: 177%;
  }
  .mobile\:w-177-percent {
    width: 177%;
  }
  .mobile\:min-h-177-percent {
    min-height: 177%;
  }
  .mobile\:min-w-177-percent {
    min-width: 177%;
  }
  .mobile\:max-h-177-percent {
    max-height: 177%;
  }
  .mobile\:max-w-177-percent {
    max-width: 177%;
  }
  .mobile\:pad-b-177-percent {
    padding-bottom: 177%;
  }
  .mobile\:h-178-percent {
    height: 178%;
  }
  .mobile\:w-178-percent {
    width: 178%;
  }
  .mobile\:min-h-178-percent {
    min-height: 178%;
  }
  .mobile\:min-w-178-percent {
    min-width: 178%;
  }
  .mobile\:max-h-178-percent {
    max-height: 178%;
  }
  .mobile\:max-w-178-percent {
    max-width: 178%;
  }
  .mobile\:pad-b-178-percent {
    padding-bottom: 178%;
  }
  .mobile\:h-179-percent {
    height: 179%;
  }
  .mobile\:w-179-percent {
    width: 179%;
  }
  .mobile\:min-h-179-percent {
    min-height: 179%;
  }
  .mobile\:min-w-179-percent {
    min-width: 179%;
  }
  .mobile\:max-h-179-percent {
    max-height: 179%;
  }
  .mobile\:max-w-179-percent {
    max-width: 179%;
  }
  .mobile\:pad-b-179-percent {
    padding-bottom: 179%;
  }
  .mobile\:h-180-percent {
    height: 180%;
  }
  .mobile\:w-180-percent {
    width: 180%;
  }
  .mobile\:min-h-180-percent {
    min-height: 180%;
  }
  .mobile\:min-w-180-percent {
    min-width: 180%;
  }
  .mobile\:max-h-180-percent {
    max-height: 180%;
  }
  .mobile\:max-w-180-percent {
    max-width: 180%;
  }
  .mobile\:pad-b-180-percent {
    padding-bottom: 180%;
  }
  .mobile\:h-181-percent {
    height: 181%;
  }
  .mobile\:w-181-percent {
    width: 181%;
  }
  .mobile\:min-h-181-percent {
    min-height: 181%;
  }
  .mobile\:min-w-181-percent {
    min-width: 181%;
  }
  .mobile\:max-h-181-percent {
    max-height: 181%;
  }
  .mobile\:max-w-181-percent {
    max-width: 181%;
  }
  .mobile\:pad-b-181-percent {
    padding-bottom: 181%;
  }
  .mobile\:h-182-percent {
    height: 182%;
  }
  .mobile\:w-182-percent {
    width: 182%;
  }
  .mobile\:min-h-182-percent {
    min-height: 182%;
  }
  .mobile\:min-w-182-percent {
    min-width: 182%;
  }
  .mobile\:max-h-182-percent {
    max-height: 182%;
  }
  .mobile\:max-w-182-percent {
    max-width: 182%;
  }
  .mobile\:pad-b-182-percent {
    padding-bottom: 182%;
  }
  .mobile\:h-183-percent {
    height: 183%;
  }
  .mobile\:w-183-percent {
    width: 183%;
  }
  .mobile\:min-h-183-percent {
    min-height: 183%;
  }
  .mobile\:min-w-183-percent {
    min-width: 183%;
  }
  .mobile\:max-h-183-percent {
    max-height: 183%;
  }
  .mobile\:max-w-183-percent {
    max-width: 183%;
  }
  .mobile\:pad-b-183-percent {
    padding-bottom: 183%;
  }
  .mobile\:h-184-percent {
    height: 184%;
  }
  .mobile\:w-184-percent {
    width: 184%;
  }
  .mobile\:min-h-184-percent {
    min-height: 184%;
  }
  .mobile\:min-w-184-percent {
    min-width: 184%;
  }
  .mobile\:max-h-184-percent {
    max-height: 184%;
  }
  .mobile\:max-w-184-percent {
    max-width: 184%;
  }
  .mobile\:pad-b-184-percent {
    padding-bottom: 184%;
  }
  .mobile\:h-185-percent {
    height: 185%;
  }
  .mobile\:w-185-percent {
    width: 185%;
  }
  .mobile\:min-h-185-percent {
    min-height: 185%;
  }
  .mobile\:min-w-185-percent {
    min-width: 185%;
  }
  .mobile\:max-h-185-percent {
    max-height: 185%;
  }
  .mobile\:max-w-185-percent {
    max-width: 185%;
  }
  .mobile\:pad-b-185-percent {
    padding-bottom: 185%;
  }
  .mobile\:h-186-percent {
    height: 186%;
  }
  .mobile\:w-186-percent {
    width: 186%;
  }
  .mobile\:min-h-186-percent {
    min-height: 186%;
  }
  .mobile\:min-w-186-percent {
    min-width: 186%;
  }
  .mobile\:max-h-186-percent {
    max-height: 186%;
  }
  .mobile\:max-w-186-percent {
    max-width: 186%;
  }
  .mobile\:pad-b-186-percent {
    padding-bottom: 186%;
  }
  .mobile\:h-187-percent {
    height: 187%;
  }
  .mobile\:w-187-percent {
    width: 187%;
  }
  .mobile\:min-h-187-percent {
    min-height: 187%;
  }
  .mobile\:min-w-187-percent {
    min-width: 187%;
  }
  .mobile\:max-h-187-percent {
    max-height: 187%;
  }
  .mobile\:max-w-187-percent {
    max-width: 187%;
  }
  .mobile\:pad-b-187-percent {
    padding-bottom: 187%;
  }
  .mobile\:h-188-percent {
    height: 188%;
  }
  .mobile\:w-188-percent {
    width: 188%;
  }
  .mobile\:min-h-188-percent {
    min-height: 188%;
  }
  .mobile\:min-w-188-percent {
    min-width: 188%;
  }
  .mobile\:max-h-188-percent {
    max-height: 188%;
  }
  .mobile\:max-w-188-percent {
    max-width: 188%;
  }
  .mobile\:pad-b-188-percent {
    padding-bottom: 188%;
  }
  .mobile\:h-189-percent {
    height: 189%;
  }
  .mobile\:w-189-percent {
    width: 189%;
  }
  .mobile\:min-h-189-percent {
    min-height: 189%;
  }
  .mobile\:min-w-189-percent {
    min-width: 189%;
  }
  .mobile\:max-h-189-percent {
    max-height: 189%;
  }
  .mobile\:max-w-189-percent {
    max-width: 189%;
  }
  .mobile\:pad-b-189-percent {
    padding-bottom: 189%;
  }
  .mobile\:h-190-percent {
    height: 190%;
  }
  .mobile\:w-190-percent {
    width: 190%;
  }
  .mobile\:min-h-190-percent {
    min-height: 190%;
  }
  .mobile\:min-w-190-percent {
    min-width: 190%;
  }
  .mobile\:max-h-190-percent {
    max-height: 190%;
  }
  .mobile\:max-w-190-percent {
    max-width: 190%;
  }
  .mobile\:pad-b-190-percent {
    padding-bottom: 190%;
  }
  .mobile\:h-191-percent {
    height: 191%;
  }
  .mobile\:w-191-percent {
    width: 191%;
  }
  .mobile\:min-h-191-percent {
    min-height: 191%;
  }
  .mobile\:min-w-191-percent {
    min-width: 191%;
  }
  .mobile\:max-h-191-percent {
    max-height: 191%;
  }
  .mobile\:max-w-191-percent {
    max-width: 191%;
  }
  .mobile\:pad-b-191-percent {
    padding-bottom: 191%;
  }
  .mobile\:h-192-percent {
    height: 192%;
  }
  .mobile\:w-192-percent {
    width: 192%;
  }
  .mobile\:min-h-192-percent {
    min-height: 192%;
  }
  .mobile\:min-w-192-percent {
    min-width: 192%;
  }
  .mobile\:max-h-192-percent {
    max-height: 192%;
  }
  .mobile\:max-w-192-percent {
    max-width: 192%;
  }
  .mobile\:pad-b-192-percent {
    padding-bottom: 192%;
  }
  .mobile\:h-193-percent {
    height: 193%;
  }
  .mobile\:w-193-percent {
    width: 193%;
  }
  .mobile\:min-h-193-percent {
    min-height: 193%;
  }
  .mobile\:min-w-193-percent {
    min-width: 193%;
  }
  .mobile\:max-h-193-percent {
    max-height: 193%;
  }
  .mobile\:max-w-193-percent {
    max-width: 193%;
  }
  .mobile\:pad-b-193-percent {
    padding-bottom: 193%;
  }
  .mobile\:h-194-percent {
    height: 194%;
  }
  .mobile\:w-194-percent {
    width: 194%;
  }
  .mobile\:min-h-194-percent {
    min-height: 194%;
  }
  .mobile\:min-w-194-percent {
    min-width: 194%;
  }
  .mobile\:max-h-194-percent {
    max-height: 194%;
  }
  .mobile\:max-w-194-percent {
    max-width: 194%;
  }
  .mobile\:pad-b-194-percent {
    padding-bottom: 194%;
  }
  .mobile\:h-195-percent {
    height: 195%;
  }
  .mobile\:w-195-percent {
    width: 195%;
  }
  .mobile\:min-h-195-percent {
    min-height: 195%;
  }
  .mobile\:min-w-195-percent {
    min-width: 195%;
  }
  .mobile\:max-h-195-percent {
    max-height: 195%;
  }
  .mobile\:max-w-195-percent {
    max-width: 195%;
  }
  .mobile\:pad-b-195-percent {
    padding-bottom: 195%;
  }
  .mobile\:h-196-percent {
    height: 196%;
  }
  .mobile\:w-196-percent {
    width: 196%;
  }
  .mobile\:min-h-196-percent {
    min-height: 196%;
  }
  .mobile\:min-w-196-percent {
    min-width: 196%;
  }
  .mobile\:max-h-196-percent {
    max-height: 196%;
  }
  .mobile\:max-w-196-percent {
    max-width: 196%;
  }
  .mobile\:pad-b-196-percent {
    padding-bottom: 196%;
  }
  .mobile\:h-197-percent {
    height: 197%;
  }
  .mobile\:w-197-percent {
    width: 197%;
  }
  .mobile\:min-h-197-percent {
    min-height: 197%;
  }
  .mobile\:min-w-197-percent {
    min-width: 197%;
  }
  .mobile\:max-h-197-percent {
    max-height: 197%;
  }
  .mobile\:max-w-197-percent {
    max-width: 197%;
  }
  .mobile\:pad-b-197-percent {
    padding-bottom: 197%;
  }
  .mobile\:h-198-percent {
    height: 198%;
  }
  .mobile\:w-198-percent {
    width: 198%;
  }
  .mobile\:min-h-198-percent {
    min-height: 198%;
  }
  .mobile\:min-w-198-percent {
    min-width: 198%;
  }
  .mobile\:max-h-198-percent {
    max-height: 198%;
  }
  .mobile\:max-w-198-percent {
    max-width: 198%;
  }
  .mobile\:pad-b-198-percent {
    padding-bottom: 198%;
  }
  .mobile\:h-199-percent {
    height: 199%;
  }
  .mobile\:w-199-percent {
    width: 199%;
  }
  .mobile\:min-h-199-percent {
    min-height: 199%;
  }
  .mobile\:min-w-199-percent {
    min-width: 199%;
  }
  .mobile\:max-h-199-percent {
    max-height: 199%;
  }
  .mobile\:max-w-199-percent {
    max-width: 199%;
  }
  .mobile\:pad-b-199-percent {
    padding-bottom: 199%;
  }
  .mobile\:h-200-percent {
    height: 200%;
  }
  .mobile\:w-200-percent {
    width: 200%;
  }
  .mobile\:min-h-200-percent {
    min-height: 200%;
  }
  .mobile\:min-w-200-percent {
    min-width: 200%;
  }
  .mobile\:max-h-200-percent {
    max-height: 200%;
  }
  .mobile\:max-w-200-percent {
    max-width: 200%;
  }
  .mobile\:pad-b-200-percent {
    padding-bottom: 200%;
  }
  .mobile\:aspect-ratio-square {
    aspect-ratio: 1/1;
  }
  .mobile\:aspect-ratio-video {
    aspect-ratio: 16/9;
  }
  .mobile\:aspect-ratio-headshot {
    aspect-ratio: 320/320;
  }
  .mobile\:aspect-ratio-banner {
    aspect-ratio: 1200/630;
  }
  .mobile\:aspect-ratio-hero {
    aspect-ratio: 615/377;
  }
  .mobile\:aspect-ratio-media-asset {
    aspect-ratio: 619/396;
  }
  .mobile\:aspect-ratio-media-card {
    aspect-ratio: 330/130;
  }
  .mobile\:aspect-ratio-logo {
    aspect-ratio: 268/102;
  }
  .mobile\:max-size-headshot {
    max-width: 320px;
    max-height: 320px;
  }
  .mobile\:max-size-banner {
    max-width: 1200px;
    max-height: 630px;
  }
  .mobile\:max-size-hero {
    max-width: 615px;
    max-height: 377px;
  }
  .mobile\:max-size-media-asset {
    max-width: 619px;
    max-height: 396px;
  }
  .mobile\:max-size-media-card {
    max-width: 330px;
    max-height: 130px;
  }
  .mobile\:max-size-logo {
    max-width: 268px;
    max-height: 102px;
  }
}
.blob-top-right {
  position: relative;
}
.blob-top-right:before {
  background: linear-gradient(45deg, #e555ac, #441c99);
}
.dark-mode .blob-top-right:before,
.blob-top-right.dark-mode .blob-top-right:before {
  background: linear-gradient(45deg, #ff78e1, #c481f3);
}
[data-page-theme="default"] .blob-top-right:before {
  background: linear-gradient(45deg, #e555ac, #441c99);
}
.dark-mode[data-page-theme="default"] .blob-top-right:before,
[data-page-theme="default"] .dark-mode .blob-top-right:before,
[data-page-theme="default"] .blob-top-right.dark-mode .blob-top-right:before {
  background: linear-gradient(45deg, #ff78e1, #c481f3);
}
[data-page-theme="secondary"] .blob-top-right:before {
  background: linear-gradient(45deg, #0a26b8, #145deb);
}
.dark-mode[data-page-theme="secondary"] .blob-top-right:before,
[data-page-theme="secondary"] .dark-mode .blob-top-right:before,
[data-page-theme="secondary"] .blob-top-right.dark-mode .blob-top-right:before {
  background: linear-gradient(45deg, #8598fb, #9bcfff);
}
[data-page-theme="security-labs"] .blob-top-right:before {
  background: linear-gradient(45deg, #4bd6b5, #145deb);
}
.dark-mode[data-page-theme="security-labs"] .blob-top-right:before,
[data-page-theme="security-labs"] .dark-mode .blob-top-right:before,
[data-page-theme="security-labs"]
  .blob-top-right.dark-mode
  .blob-top-right:before {
  background: linear-gradient(45deg, #3ea2ff, #14c4eb);
}
[data-page-theme="devseccon"] .blob-top-right:before {
  background: linear-gradient(45deg, #4bd6b5, #097d98);
}
.dark-mode[data-page-theme="devseccon"] .blob-top-right:before,
[data-page-theme="devseccon"] .dark-mode .blob-top-right:before,
[data-page-theme="devseccon"] .blob-top-right.dark-mode .blob-top-right:before {
  background: linear-gradient(45deg, #4bd6b5, #c0f5f2);
}
.blob-top-right:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  height: 50%;
  border-radius: 50% 22% 40% 80%;
  filter: blur(4rem);
  opacity: 0.75;
  z-index: -1;
}
.blob-bottom-left {
  position: relative;
}
.blob-bottom-left:after {
  background: linear-gradient(45deg, #ff78e1, #f97a99);
}
.dark-mode .blob-bottom-left:after,
.blob-bottom-left.dark-mode .blob-bottom-left:after {
  background: linear-gradient(45deg, #ff78e1, #f97a99);
}
[data-page-theme="default"] .blob-bottom-left:after {
  background: linear-gradient(45deg, #ff78e1, #f97a99);
}
.dark-mode[data-page-theme="default"] .blob-bottom-left:after,
[data-page-theme="default"] .dark-mode .blob-bottom-left:after,
[data-page-theme="default"]
  .blob-bottom-left.dark-mode
  .blob-bottom-left:after {
  background: linear-gradient(45deg, #ff78e1, #f97a99);
}
[data-page-theme="secondary"] .blob-bottom-left:after {
  background: linear-gradient(45deg, #f99048, #e555ac);
}
.dark-mode[data-page-theme="secondary"] .blob-bottom-left:after,
[data-page-theme="secondary"] .dark-mode .blob-bottom-left:after,
[data-page-theme="secondary"]
  .blob-bottom-left.dark-mode
  .blob-bottom-left:after {
  background: linear-gradient(45deg, #ffe792, #f99048);
}
[data-page-theme="security-labs"] .blob-bottom-left:after {
  background: linear-gradient(45deg, #4bd6b5, #168982);
}
.dark-mode[data-page-theme="security-labs"] .blob-bottom-left:after,
[data-page-theme="security-labs"] .dark-mode .blob-bottom-left:after,
[data-page-theme="security-labs"]
  .blob-bottom-left.dark-mode
  .blob-bottom-left:after {
  background: linear-gradient(45deg, #c0f5f2, #4bd6b5);
}
[data-page-theme="devseccon"] .blob-bottom-left:after {
  background: linear-gradient(45deg, #9043c6, #441c99);
}
.dark-mode[data-page-theme="devseccon"] .blob-bottom-left:after,
[data-page-theme="devseccon"] .dark-mode .blob-bottom-left:after,
[data-page-theme="devseccon"]
  .blob-bottom-left.dark-mode
  .blob-bottom-left:after {
  background: linear-gradient(45deg, #c481f3, #9043c6);
}
.blob-bottom-left:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33%;
  height: 50%;
  border-radius: 50% 22% 40% 80%;
  filter: blur(4rem);
  opacity: 0.75;
  z-index: -1;
}
.blob-purple-to-deep-sea {
  position: relative;
}
.blob-purple-to-deep-sea:after {
  content: "";
  background: linear-gradient(45deg, #9043c6, #0a26b8);
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 50%;
  filter: blur(40px);
  will-change: border-radius, transform;
  animation: blob 10s linear 2 alternate forwards;
  z-index: -1;
}
@keyframes blob {
  0% {
    border-radius: 28% 72% 22% 78%/39% 23% 77% 61%;
  }
  50% {
    transform: scale(0.5);
    border-radius: 72% 28% 50% 50%/55% 26% 74% 45%;
  }
  100% {
    border-radius: 28% 72% 22% 78%/39% 23% 77% 61%;
  }
}
.flourishes {
  position: absolute;
  display: block;
  inset: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.flourishes.front {
  z-index: 1;
}
.flourishes.behind {
  z-index: -1;
}
.flourishes.top-left .flourish-grid {
  top: -4.5rem;
  left: -4.5rem;
}
.flourishes.top-left .flourish-grid.inset-grid {
  right: -2.25rem;
}
.flourishes.top-left > * {
  margin-left: 0;
  margin-top: 0;
}
.flourishes.top-left > * i:nth-child(1),
.flourishes.top-left > * i:nth-child(2),
.flourishes.top-left > * i:nth-child(10) {
  visibility: hidden;
}
.flourishes.top-right .flourish-grid {
  top: -4.5rem;
  right: -6.375rem;
}
.flourishes.top-right .flourish-grid.inset-grid {
  right: -4.125rem;
}
.flourishes.top-right > * {
  margin-right: 0;
  margin-top: 0;
}
.flourishes.top-right > * i:nth-child(2),
.flourishes.top-right > * i:nth-child(3),
.flourishes.top-right > * i:nth-child(12) {
  visibility: hidden;
}
.flourishes.center-left .flourish-grid {
  left: -4.5rem;
}
.flourishes.center-left > * {
  margin-left: 0;
}
.flourishes.center-left > * i:nth-child(1),
.flourishes.center-left > * i:nth-child(2),
.flourishes.center-left > * i:nth-child(10) {
  visibility: hidden;
}
.flourishes.center-right .flourish-grid {
  right: -6.375rem;
}
.flourishes.center-right > * {
  margin-right: 0;
}
.flourishes.center-right > * i:nth-child(2),
.flourishes.center-right > * i:nth-child(3),
.flourishes.center-right > * i:nth-child(12) {
  visibility: hidden;
}
.flourishes.bottom-left .flourish-grid {
  bottom: -2.25rem;
  left: -2.25rem;
}
.flourishes.bottom-left > * {
  margin-left: 0;
  margin-bottom: 0;
}
.flourishes.bottom-left > * i:nth-child(7) {
  visibility: hidden;
}
.flourishes.bottom-right .flourish-grid {
  bottom: -2.25rem;
  right: -4.125rem;
}
.flourishes.bottom-right > * {
  margin-right: 0;
  margin-bottom: 0;
}
.flourishes.bottom-right > * i:nth-child(9) {
  visibility: hidden;
}
.flourishes > * {
  position: absolute;
  margin: auto;
  height: max-content;
  display: block;
  width: 100%;
  inset: 0;
  max-width: 8.625rem;
}
.flourishes > * i {
  display: inline-block;
  position: relative;
  padding: 1.125rem;
  margin: 0;
  vertical-align: top;
}
.flourishes > * i::before,
.flourishes > * i::after {
  position: absolute;
  margin: auto;
  display: block;
  inset: 0;
  height: 0.0625rem;
  background: currentColor;
  content: "";
  width: 0.375rem;
}
.flourishes > * i::after {
  transform: rotate(90deg);
}
.flourishes.animate i {
  animation: sparkle 4s ease-in-out infinite;
}
.flourishes.animate i:nth-child(1n) {
  animation-delay: 0s;
}
.flourishes.animate i:nth-child(2n) {
  animation-delay: 1s;
}
.flourishes.animate i:nth-child(3n) {
  animation-delay: 0.2s;
}
.flourishes.animate i:nth-child(4n) {
  animation-delay: 0.6s;
}
.flourishes.animate i:nth-child(5n) {
  animation-delay: 2.5s;
}
.flourishes.animate i:nth-child(6n) {
  animation-delay: -0.5s;
}
.flourishes.animate i:nth-child(7n) {
  animation-delay: -0.2s;
}
.flourishes.animate i:nth-child(8n) {
  animation-delay: -2.6s;
}
.flourishes.animate i:nth-child(9n) {
  animation-delay: -2.1s;
}
.flourishes.animate i:nth-child(10n) {
  animation-delay: 2.8s;
}
@media (max-width: 960px) {
  .flourishes {
    display: none;
  }
}
@keyframes sparkle {
  0% {
    transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
  25% {
    transform: scale(1) rotate(360deg);
    opacity: 1;
  }
  50% {
    transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }
  100% {
    transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}
.marker-highlight {
  position: relative;
  display: inline-block;
  isolation: isolate;
}
.marker-highlight:before {
  content: "";
  mask: url(https://res.cloudinary.com/snyk/image/upload/v1724860789/snyk-mktg-brandui/experimental/highlight-test-2.svg)
    100% no-repeat;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.marker-highlight:before {
  background-color: #ff78e1;
}
.dark-mode .marker-highlight:before,
.marker-highlight.dark-mode .marker-highlight:before {
  background-color: #441c99;
}
[data-page-theme="default"] .marker-highlight:before {
  background-color: #ff78e1;
}
.dark-mode[data-page-theme="default"] .marker-highlight:before,
[data-page-theme="default"] .dark-mode .marker-highlight:before,
[data-page-theme="default"]
  .marker-highlight.dark-mode
  .marker-highlight:before {
  background-color: #441c99;
}
[data-page-theme="secondary"] .marker-highlight:before {
  background-color: #9bcfff;
}
.dark-mode[data-page-theme="secondary"] .marker-highlight:before,
[data-page-theme="secondary"] .dark-mode .marker-highlight:before,
[data-page-theme="secondary"]
  .marker-highlight.dark-mode
  .marker-highlight:before {
  background-color: #0a26b8;
}
[data-page-theme="security-labs"] .marker-highlight:before {
  background-color: #14c4eb;
}
.dark-mode[data-page-theme="security-labs"] .marker-highlight:before,
[data-page-theme="security-labs"] .dark-mode .marker-highlight:before,
[data-page-theme="security-labs"]
  .marker-highlight.dark-mode
  .marker-highlight:before {
  background-color: #0a26b8;
}
[data-page-theme="devseccon"] .marker-highlight:before {
  background-color: #4bd6b5;
}
.dark-mode[data-page-theme="devseccon"] .marker-highlight:before,
[data-page-theme="devseccon"] .dark-mode .marker-highlight:before,
[data-page-theme="devseccon"]
  .marker-highlight.dark-mode
  .marker-highlight:before {
  background-color: #097d98;
}
.animated {
  opacity: 1;
  transform: translateZ(0);
  transform-style: preserve-3d;
}
.transition-slow {
  transition: 0.6s ease-in-out;
}
.transition-mid,
.card {
  transition: 0.3s ease-in-out;
}
.transition-fast,
.announcement-link:hover,
.announcement-link:focus,
.announcement-bar {
  transition: 0.2s ease-in-out;
}
.fly-in-top {
  animation: fly-in-top 3s 1 ease-out;
}
.fly-in-bottom {
  animation: fly-in-bottom 3s 1 ease-in-out;
  z-index: 10;
}
.pan-left {
  animation: pan-left 3s 1 ease-out;
}
.pan-right {
  animation: pan-right 3s 1 ease-out;
}
.fade-in {
  animation: fade-in 3s 1 ease-out;
}
.fade-out {
  animation: fade-out 3s 1 ease-out;
}
.shimmer {
  animation: shimmer 3s infinite;
}
.sparkle {
  animation: sparkle 4s ease-in-out infinite;
}
.bg-skeleton {
  position: relative;
  overflow: hidden;
  background-color: #f6f7fb;
}
.bg-skeleton::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background: linear-gradient(
    90deg,
    RGBA(255, 255, 255, 0) 0,
    RGBA(255, 255, 255, 0.2) 20%,
    RGBA(255, 255, 255, 0.5) 60%,
    RGBA(255, 255, 255, 0)
  );
  animation: shimmer 3s infinite;
  content: "";
}
.bg-img {
  position: relative;
  background: none;
}
.bg-img > * {
  position: relative;
  z-index: 1;
}
.bg-img::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background: #fff
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/color-orbs.jpg")
    center no-repeat;
  background-size: 100% 100%;
}
.bg-img.blur-1::before {
  filter: blur(0.625rem);
}
.bg-img.blur-2::before {
  filter: blur(1.25rem);
}
.bg-img.blur-3::before {
  filter: blur(1.875rem);
}
.bg-img.blur-4::before {
  filter: blur(2.5rem);
}
.bg-img.blur-5::before {
  filter: blur(3.125rem);
}
.bg-img.blur-6::before {
  filter: blur(3.75rem);
}
.bg-img.blur-7::before {
  filter: blur(4.375rem);
}
.bg-img.blur-8::before {
  filter: blur(5rem);
}
.bg-img.blur-9::before {
  filter: blur(5.625rem);
}
.bg-img.blur-10::before {
  filter: blur(6.25rem);
}
.bg-gradient {
  background-size: 100% 100%;
}
.bg-gradient > * {
  position: relative;
  z-index: 1;
}
.bg-gradient::before,
.bg-gradient::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(
    180deg,
    RGBA(255, 255, 255, 0.5),
    RGBA(255, 255, 255, 0) 105.5%
  );
  background-size: 100% 100%;
}
.bg-gradient::before {
  height: 100%;
  background: #fff;
}
.bg-gradient.opal-0::before {
  opacity: 0;
}
.bg-gradient.opal-1::before {
  opacity: 0.01;
}
.bg-gradient.opal-2::before {
  opacity: 0.02;
}
.bg-gradient.opal-3::before {
  opacity: 0.03;
}
.bg-gradient.opal-4::before {
  opacity: 0.04;
}
.bg-gradient.opal-5::before {
  opacity: 0.05;
}
.bg-gradient.opal-6::before {
  opacity: 0.06;
}
.bg-gradient.opal-7::before {
  opacity: 0.07;
}
.bg-gradient.opal-8::before {
  opacity: 0.08;
}
.bg-gradient.opal-9::before {
  opacity: 0.09;
}
.bg-gradient.opal-10::before {
  opacity: 0.1;
}
.bg-gradient.opal-11::before {
  opacity: 0.11;
}
.bg-gradient.opal-12::before {
  opacity: 0.12;
}
.bg-gradient.opal-13::before {
  opacity: 0.13;
}
.bg-gradient.opal-14::before {
  opacity: 0.14;
}
.bg-gradient.opal-15::before {
  opacity: 0.15;
}
.bg-gradient.opal-16::before {
  opacity: 0.16;
}
.bg-gradient.opal-17::before {
  opacity: 0.17;
}
.bg-gradient.opal-18::before {
  opacity: 0.18;
}
.bg-gradient.opal-19::before {
  opacity: 0.19;
}
.bg-gradient.opal-20::before {
  opacity: 0.2;
}
.bg-gradient.opal-21::before {
  opacity: 0.21;
}
.bg-gradient.opal-22::before {
  opacity: 0.22;
}
.bg-gradient.opal-23::before {
  opacity: 0.23;
}
.bg-gradient.opal-24::before {
  opacity: 0.24;
}
.bg-gradient.opal-25::before {
  opacity: 0.25;
}
.bg-gradient.opal-26::before {
  opacity: 0.26;
}
.bg-gradient.opal-27::before {
  opacity: 0.27;
}
.bg-gradient.opal-28::before {
  opacity: 0.28;
}
.bg-gradient.opal-29::before {
  opacity: 0.29;
}
.bg-gradient.opal-30::before {
  opacity: 0.3;
}
.bg-gradient.opal-31::before {
  opacity: 0.31;
}
.bg-gradient.opal-32::before {
  opacity: 0.32;
}
.bg-gradient.opal-33::before {
  opacity: 0.33;
}
.bg-gradient.opal-34::before {
  opacity: 0.34;
}
.bg-gradient.opal-35::before {
  opacity: 0.35;
}
.bg-gradient.opal-36::before {
  opacity: 0.36;
}
.bg-gradient.opal-37::before {
  opacity: 0.37;
}
.bg-gradient.opal-38::before {
  opacity: 0.38;
}
.bg-gradient.opal-39::before {
  opacity: 0.39;
}
.bg-gradient.opal-40::before {
  opacity: 0.4;
}
.bg-gradient.opal-41::before {
  opacity: 0.41;
}
.bg-gradient.opal-42::before {
  opacity: 0.42;
}
.bg-gradient.opal-43::before {
  opacity: 0.43;
}
.bg-gradient.opal-44::before {
  opacity: 0.44;
}
.bg-gradient.opal-45::before {
  opacity: 0.45;
}
.bg-gradient.opal-46::before {
  opacity: 0.46;
}
.bg-gradient.opal-47::before {
  opacity: 0.47;
}
.bg-gradient.opal-48::before {
  opacity: 0.48;
}
.bg-gradient.opal-49::before {
  opacity: 0.49;
}
.bg-gradient.opal-50::before {
  opacity: 0.5;
}
.bg-gradient.opal-51::before {
  opacity: 0.51;
}
.bg-gradient.opal-52::before {
  opacity: 0.52;
}
.bg-gradient.opal-53::before {
  opacity: 0.53;
}
.bg-gradient.opal-54::before {
  opacity: 0.54;
}
.bg-gradient.opal-55::before {
  opacity: 0.55;
}
.bg-gradient.opal-56::before {
  opacity: 0.56;
}
.bg-gradient.opal-57::before {
  opacity: 0.57;
}
.bg-gradient.opal-58::before {
  opacity: 0.58;
}
.bg-gradient.opal-59::before {
  opacity: 0.59;
}
.bg-gradient.opal-60::before {
  opacity: 0.6;
}
.bg-gradient.opal-61::before {
  opacity: 0.61;
}
.bg-gradient.opal-62::before {
  opacity: 0.62;
}
.bg-gradient.opal-63::before {
  opacity: 0.63;
}
.bg-gradient.opal-64::before {
  opacity: 0.64;
}
.bg-gradient.opal-65::before {
  opacity: 0.65;
}
.bg-gradient.opal-66::before {
  opacity: 0.66;
}
.bg-gradient.opal-67::before {
  opacity: 0.67;
}
.bg-gradient.opal-68::before {
  opacity: 0.68;
}
.bg-gradient.opal-69::before {
  opacity: 0.69;
}
.bg-gradient.opal-70::before {
  opacity: 0.7;
}
.bg-gradient.opal-71::before {
  opacity: 0.71;
}
.bg-gradient.opal-72::before {
  opacity: 0.72;
}
.bg-gradient.opal-73::before {
  opacity: 0.73;
}
.bg-gradient.opal-74::before {
  opacity: 0.74;
}
.bg-gradient.opal-75::before {
  opacity: 0.75;
}
.bg-gradient.opal-76::before {
  opacity: 0.76;
}
.bg-gradient.opal-77::before {
  opacity: 0.77;
}
.bg-gradient.opal-78::before {
  opacity: 0.78;
}
.bg-gradient.opal-79::before {
  opacity: 0.79;
}
.bg-gradient.opal-80::before {
  opacity: 0.8;
}
.bg-gradient.opal-81::before {
  opacity: 0.81;
}
.bg-gradient.opal-82::before {
  opacity: 0.82;
}
.bg-gradient.opal-83::before {
  opacity: 0.83;
}
.bg-gradient.opal-84::before {
  opacity: 0.84;
}
.bg-gradient.opal-85::before {
  opacity: 0.85;
}
.bg-gradient.opal-86::before {
  opacity: 0.86;
}
.bg-gradient.opal-87::before {
  opacity: 0.87;
}
.bg-gradient.opal-88::before {
  opacity: 0.88;
}
.bg-gradient.opal-89::before {
  opacity: 0.89;
}
.bg-gradient.opal-90::before {
  opacity: 0.9;
}
.bg-gradient.opal-91::before {
  opacity: 0.91;
}
.bg-gradient.opal-92::before {
  opacity: 0.92;
}
.bg-gradient.opal-93::before {
  opacity: 0.93;
}
.bg-gradient.opal-94::before {
  opacity: 0.94;
}
.bg-gradient.opal-95::before {
  opacity: 0.95;
}
.bg-gradient.opal-96::before {
  opacity: 0.96;
}
.bg-gradient.opal-97::before {
  opacity: 0.97;
}
.bg-gradient.opal-98::before {
  opacity: 0.98;
}
.bg-gradient.opal-99::before {
  opacity: 0.99;
}
.bg-gradient.opal-100::before {
  opacity: 1;
}
.bg-base {
  position: relative;
  overflow: hidden;
}
.bg-base::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  background: #fff;
}
.border,
.card {
  border-width: 0.0625rem;
  border-style: solid;
}
.border-solid,
.chevron {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-0,
.chevron {
  border-width: 0rem;
}
.border-1 {
  border-width: 0.0625rem;
}
.border-2 {
  border-width: 0.125rem;
}
.border-3,
.card {
  border-width: 0.1875rem;
}
.border-4 {
  border-width: 0.25rem;
}
.border-5 {
  border-width: 0.3125rem;
}
.border-6 {
  border-width: 0.375rem;
}
.border-7 {
  border-width: 0.4375rem;
}
.border-8 {
  border-width: 0.5rem;
}
.border-9 {
  border-width: 0.5625rem;
}
.border-10 {
  border-width: 0.625rem;
}
.border-top {
  border-top-width: 0.0625rem;
  border-top-style: solid;
}
.border-top-solid {
  border-top-style: solid;
}
.border-top-dashed {
  border-top-style: dashed;
}
.border-top-dotted {
  border-top-style: dotted;
}
.border-top-0 {
  border-top-width: 0rem;
}
.border-top-1 {
  border-top-width: 0.0625rem;
}
.border-top-2 {
  border-top-width: 0.125rem;
}
.border-top-3 {
  border-top-width: 0.1875rem;
}
.border-top-4 {
  border-top-width: 0.25rem;
}
.border-top-5 {
  border-top-width: 0.3125rem;
}
.border-top-6 {
  border-top-width: 0.375rem;
}
.border-top-7 {
  border-top-width: 0.4375rem;
}
.border-top-8 {
  border-top-width: 0.5rem;
}
.border-top-9 {
  border-top-width: 0.5625rem;
}
.border-top-10 {
  border-top-width: 0.625rem;
}
.border-right {
  border-right-width: 0.0625rem;
  border-right-style: solid;
}
.border-right-solid {
  border-right-style: solid;
}
.border-right-dashed {
  border-right-style: dashed;
}
.border-right-dotted {
  border-right-style: dotted;
}
.border-right-0 {
  border-right-width: 0rem;
}
.border-right-1 {
  border-right-width: 0.0625rem;
}
.border-right-2,
.chevron {
  border-right-width: 0.125rem;
}
.border-right-3 {
  border-right-width: 0.1875rem;
}
.border-right-4 {
  border-right-width: 0.25rem;
}
.border-right-5 {
  border-right-width: 0.3125rem;
}
.border-right-6 {
  border-right-width: 0.375rem;
}
.border-right-7 {
  border-right-width: 0.4375rem;
}
.border-right-8 {
  border-right-width: 0.5rem;
}
.border-right-9 {
  border-right-width: 0.5625rem;
}
.border-right-10 {
  border-right-width: 0.625rem;
}
.border-bottom {
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
}
.border-bottom-solid {
  border-bottom-style: solid;
}
.border-bottom-dashed {
  border-bottom-style: dashed;
}
.border-bottom-dotted {
  border-bottom-style: dotted;
}
.border-bottom-0 {
  border-bottom-width: 0rem;
}
.border-bottom-1 {
  border-bottom-width: 0.0625rem;
}
.border-bottom-2,
.chevron {
  border-bottom-width: 0.125rem;
}
.border-bottom-3 {
  border-bottom-width: 0.1875rem;
}
.border-bottom-4 {
  border-bottom-width: 0.25rem;
}
.border-bottom-5 {
  border-bottom-width: 0.3125rem;
}
.border-bottom-6 {
  border-bottom-width: 0.375rem;
}
.border-bottom-7 {
  border-bottom-width: 0.4375rem;
}
.border-bottom-8 {
  border-bottom-width: 0.5rem;
}
.border-bottom-9 {
  border-bottom-width: 0.5625rem;
}
.border-bottom-10 {
  border-bottom-width: 0.625rem;
}
.border-left {
  border-left-width: 0.0625rem;
  border-left-style: solid;
}
.border-left-solid {
  border-left-style: solid;
}
.border-left-dashed {
  border-left-style: dashed;
}
.border-left-dotted {
  border-left-style: dotted;
}
.border-left-0 {
  border-left-width: 0rem;
}
.border-left-1 {
  border-left-width: 0.0625rem;
}
.border-left-2 {
  border-left-width: 0.125rem;
}
.border-left-3 {
  border-left-width: 0.1875rem;
}
.border-left-4 {
  border-left-width: 0.25rem;
}
.border-left-5 {
  border-left-width: 0.3125rem;
}
.border-left-6 {
  border-left-width: 0.375rem;
}
.border-left-7 {
  border-left-width: 0.4375rem;
}
.border-left-8 {
  border-left-width: 0.5rem;
}
.border-left-9 {
  border-left-width: 0.5625rem;
}
.border-left-10 {
  border-left-width: 0.625rem;
}
.border-none,
.locale-selector {
  border: none;
}
@media (max-width: 8640px) {
  .opacity-0,
  .hover\:opacity-0:hover,
  .focus\:opacity-0:focus,
  .group:hover .group-hover\:opacity-0,
  .group:focus-within .group-focus-within\:opacity-0 {
    opacity: 0;
  }
  .opacity-00,
  .hover\:opacity-00:hover,
  .focus\:opacity-00:focus,
  .group:hover .group-hover\:opacity-00,
  .group:focus-within .group-focus-within\:opacity-00 {
    opacity: 0;
  }
  .opacity-1,
  .hover\:opacity-1:hover,
  .focus\:opacity-1:focus,
  .group:hover .group-hover\:opacity-1,
  .group:focus-within .group-focus-within\:opacity-1 {
    opacity: 0.1;
  }
  .opacity-01,
  .hover\:opacity-01:hover,
  .focus\:opacity-01:focus,
  .group:hover .group-hover\:opacity-01,
  .group:focus-within .group-focus-within\:opacity-01 {
    opacity: 0.01;
  }
  .opacity-2,
  .hover\:opacity-2:hover,
  .focus\:opacity-2:focus,
  .group:hover .group-hover\:opacity-2,
  .group:focus-within .group-focus-within\:opacity-2 {
    opacity: 0.2;
  }
  .opacity-02,
  .hover\:opacity-02:hover,
  .focus\:opacity-02:focus,
  .group:hover .group-hover\:opacity-02,
  .group:focus-within .group-focus-within\:opacity-02 {
    opacity: 0.02;
  }
  .opacity-3,
  .hover\:opacity-3:hover,
  .focus\:opacity-3:focus,
  .group:hover .group-hover\:opacity-3,
  .group:focus-within .group-focus-within\:opacity-3 {
    opacity: 0.3;
  }
  .opacity-03,
  .hover\:opacity-03:hover,
  .focus\:opacity-03:focus,
  .group:hover .group-hover\:opacity-03,
  .group:focus-within .group-focus-within\:opacity-03 {
    opacity: 0.03;
  }
  .opacity-4,
  .hover\:opacity-4:hover,
  .focus\:opacity-4:focus,
  .group:hover .group-hover\:opacity-4,
  .group:focus-within .group-focus-within\:opacity-4 {
    opacity: 0.4;
  }
  .opacity-04,
  .hover\:opacity-04:hover,
  .focus\:opacity-04:focus,
  .group:hover .group-hover\:opacity-04,
  .group:focus-within .group-focus-within\:opacity-04 {
    opacity: 0.04;
  }
  .opacity-5,
  .hover\:opacity-5:hover,
  .focus\:opacity-5:focus,
  .group:hover .group-hover\:opacity-5,
  .group:focus-within .group-focus-within\:opacity-5 {
    opacity: 0.5;
  }
  .opacity-05,
  .hover\:opacity-05:hover,
  .focus\:opacity-05:focus,
  .group:hover .group-hover\:opacity-05,
  .group:focus-within .group-focus-within\:opacity-05 {
    opacity: 0.05;
  }
  .opacity-6,
  .hover\:opacity-6:hover,
  .focus\:opacity-6:focus,
  .group:hover .group-hover\:opacity-6,
  .group:focus-within .group-focus-within\:opacity-6 {
    opacity: 0.6;
  }
  .opacity-06,
  .hover\:opacity-06:hover,
  .focus\:opacity-06:focus,
  .group:hover .group-hover\:opacity-06,
  .group:focus-within .group-focus-within\:opacity-06 {
    opacity: 0.06;
  }
  .opacity-7,
  .hover\:opacity-7:hover,
  .focus\:opacity-7:focus,
  .group:hover .group-hover\:opacity-7,
  .group:focus-within .group-focus-within\:opacity-7 {
    opacity: 0.7;
  }
  .opacity-07,
  .hover\:opacity-07:hover,
  .focus\:opacity-07:focus,
  .group:hover .group-hover\:opacity-07,
  .group:focus-within .group-focus-within\:opacity-07 {
    opacity: 0.07;
  }
  .opacity-8,
  .hover\:opacity-8:hover,
  .focus\:opacity-8:focus,
  .group:hover .group-hover\:opacity-8,
  .group:focus-within .group-focus-within\:opacity-8 {
    opacity: 0.8;
  }
  .opacity-08,
  .hover\:opacity-08:hover,
  .focus\:opacity-08:focus,
  .group:hover .group-hover\:opacity-08,
  .group:focus-within .group-focus-within\:opacity-08 {
    opacity: 0.08;
  }
  .opacity-9,
  .hover\:opacity-9:hover,
  .focus\:opacity-9:focus,
  .group:hover .group-hover\:opacity-9,
  .group:focus-within .group-focus-within\:opacity-9 {
    opacity: 0.9;
  }
  .opacity-09,
  .hover\:opacity-09:hover,
  .focus\:opacity-09:focus,
  .group:hover .group-hover\:opacity-09,
  .group:focus-within .group-focus-within\:opacity-09 {
    opacity: 0.09;
  }
  .opacity-10,
  .hover\:opacity-10:hover,
  .focus\:opacity-10:focus,
  .group:hover .group-hover\:opacity-10,
  .group:focus-within .group-focus-within\:opacity-10 {
    opacity: 1;
  }
  .grayscale-full {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
  .grayscale-none {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .blur-small {
    -webkit-filter: blur(0.625rem);
    filter: blur(0.625rem);
  }
  .blur-medium {
    -webkit-filter: blur(1.25rem);
    filter: blur(1.25rem);
  }
  .blur-large {
    -webkit-filter: blur(2.5rem);
    filter: blur(2.5rem);
  }
  .blur-none {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  .bg-blur-small {
    -webkit-backdrop-filter: blur(0.625rem);
    backdrop-filter: blur(0.625rem);
  }
  .bg-blur-medium {
    -webkit-backdrop-filter: blur(1.25rem);
    backdrop-filter: blur(1.25rem);
  }
  .bg-blur-large {
    -webkit-backdrop-filter: blur(2.5rem);
    backdrop-filter: blur(2.5rem);
  }
  .bg-blur-none {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
  .taper-fade-v,
  .taper-fade-h {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .taper-fade-v::before,
  .taper-fade-v::after,
  .taper-fade-h::before,
  .taper-fade-h::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    transition: 0.3s ease-in-out;
    pointer-events: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0 0;
    width: 100%;
    height: 2rem;
    z-index: 100;
  }
  .taper-fade-v::before,
  .taper-fade-h::before {
    margin: 0 0 auto;
  }
  .taper-fade-v.dark-purple::before,
  .taper-fade-h.dark-purple::before {
    background: linear-gradient(
      180deg,
      RGBA(68, 28, 153, 1),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 0)
    );
  }
  .taper-fade-v.dark-purple::after,
  .taper-fade-h.dark-purple::after {
    background: linear-gradient(
      180deg,
      RGBA(68, 28, 153, 0),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 1)
    );
  }
  .taper-fade-v.purple::before,
  .taper-fade-h.purple::before {
    background: linear-gradient(
      180deg,
      RGBA(144, 67, 198, 1),
      RGBA(144, 67, 198, 0.9),
      RGBA(144, 67, 198, 0)
    );
  }
  .taper-fade-v.purple::after,
  .taper-fade-h.purple::after {
    background: linear-gradient(
      180deg,
      RGBA(144, 67, 198, 0),
      RGBA(144, 67, 198, 0.9),
      RGBA(144, 67, 198, 1)
    );
  }
  .taper-fade-v.lavender::before,
  .taper-fade-h.lavender::before {
    background: linear-gradient(
      180deg,
      RGBA(196, 129, 243, 1),
      RGBA(196, 129, 243, 0.9),
      RGBA(196, 129, 243, 0)
    );
  }
  .taper-fade-v.lavender::after,
  .taper-fade-h.lavender::after {
    background: linear-gradient(
      180deg,
      RGBA(196, 129, 243, 0),
      RGBA(196, 129, 243, 0.9),
      RGBA(196, 129, 243, 1)
    );
  }
  .taper-fade-v.black::before,
  .taper-fade-h.black::before {
    background: linear-gradient(
      180deg,
      RGBA(0, 0, 0, 1),
      RGBA(0, 0, 0, 0.9),
      RGBA(0, 0, 0, 0)
    );
  }
  .taper-fade-v.black::after,
  .taper-fade-h.black::after {
    background: linear-gradient(
      180deg,
      RGBA(0, 0, 0, 0),
      RGBA(0, 0, 0, 0.9),
      RGBA(0, 0, 0, 1)
    );
  }
  .taper-fade-v.space::before,
  .taper-fade-h.space::before {
    background: linear-gradient(
      180deg,
      RGBA(1, 1, 30, 1),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 0)
    );
  }
  .taper-fade-v.space::after,
  .taper-fade-h.space::after {
    background: linear-gradient(
      180deg,
      RGBA(1, 1, 30, 0),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 1)
    );
  }
  .taper-fade-v.midnight::before,
  .taper-fade-h.midnight::before {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .taper-fade-v.midnight::after,
  .taper-fade-h.midnight::after {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .taper-fade-v.dawn::before,
  .taper-fade-h.dawn::before {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .taper-fade-v.dawn::after,
  .taper-fade-h.dawn::after {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .taper-fade-v.steel::before,
  .taper-fade-h.steel::before {
    background: linear-gradient(
      180deg,
      RGBA(85, 84, 99, 1),
      RGBA(85, 84, 99, 0.9),
      RGBA(85, 84, 99, 0)
    );
  }
  .taper-fade-v.steel::after,
  .taper-fade-h.steel::after {
    background: linear-gradient(
      180deg,
      RGBA(85, 84, 99, 0),
      RGBA(85, 84, 99, 0.9),
      RGBA(85, 84, 99, 1)
    );
  }
  .taper-fade-v.smoke::before,
  .taper-fade-h.smoke::before {
    background: linear-gradient(
      180deg,
      RGBA(109, 109, 156, 1),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 0)
    );
  }
  .taper-fade-v.smoke::after,
  .taper-fade-h.smoke::after {
    background: linear-gradient(
      180deg,
      RGBA(109, 109, 156, 0),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 1)
    );
  }
  .taper-fade-v.snow::before,
  .taper-fade-h.snow::before {
    background: linear-gradient(
      180deg,
      RGBA(246, 247, 251, 1),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 0)
    );
  }
  .taper-fade-v.snow::after,
  .taper-fade-h.snow::after {
    background: linear-gradient(
      180deg,
      RGBA(246, 247, 251, 0),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 1)
    );
  }
  .taper-fade-v.white::before,
  .taper-fade-h.white::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .taper-fade-v.white::after,
  .taper-fade-h.white::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .taper-fade-v.rose::before,
  .taper-fade-h.rose::before {
    background: linear-gradient(
      180deg,
      RGBA(200, 45, 83, 1),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 0)
    );
  }
  .taper-fade-v.rose::after,
  .taper-fade-h.rose::after {
    background: linear-gradient(
      180deg,
      RGBA(200, 45, 83, 0),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 1)
    );
  }
  .taper-fade-v.salmon::before,
  .taper-fade-h.salmon::before {
    background: linear-gradient(
      180deg,
      RGBA(249, 122, 153, 1),
      RGBA(249, 122, 153, 0.9),
      RGBA(249, 122, 153, 0)
    );
  }
  .taper-fade-v.salmon::after,
  .taper-fade-h.salmon::after {
    background: linear-gradient(
      180deg,
      RGBA(249, 122, 153, 0),
      RGBA(249, 122, 153, 0.9),
      RGBA(249, 122, 153, 1)
    );
  }
  .taper-fade-v.hot-pink::before,
  .taper-fade-h.hot-pink::before {
    background: linear-gradient(
      180deg,
      RGBA(229, 85, 172, 1),
      RGBA(229, 85, 172, 0.9),
      RGBA(229, 85, 172, 0)
    );
  }
  .taper-fade-v.hot-pink::after,
  .taper-fade-h.hot-pink::after {
    background: linear-gradient(
      180deg,
      RGBA(229, 85, 172, 0),
      RGBA(229, 85, 172, 0.9),
      RGBA(229, 85, 172, 1)
    );
  }
  .taper-fade-v.bubblegum::before,
  .taper-fade-h.bubblegum::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 120, 225, 1),
      RGBA(255, 120, 225, 0.9),
      RGBA(255, 120, 225, 0)
    );
  }
  .taper-fade-v.bubblegum::after,
  .taper-fade-h.bubblegum::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 120, 225, 0),
      RGBA(255, 120, 225, 0.9),
      RGBA(255, 120, 225, 1)
    );
  }
  .taper-fade-v.autumn::before,
  .taper-fade-h.autumn::before {
    background: linear-gradient(
      180deg,
      RGBA(192, 76, 10, 1),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 0)
    );
  }
  .taper-fade-v.autumn::after,
  .taper-fade-h.autumn::after {
    background: linear-gradient(
      180deg,
      RGBA(192, 76, 10, 0),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 1)
    );
  }
  .taper-fade-v.tiger::before,
  .taper-fade-h.tiger::before {
    background: linear-gradient(
      180deg,
      RGBA(249, 144, 72, 1),
      RGBA(249, 144, 72, 0.9),
      RGBA(249, 144, 72, 0)
    );
  }
  .taper-fade-v.tiger::after,
  .taper-fade-h.tiger::after {
    background: linear-gradient(
      180deg,
      RGBA(249, 144, 72, 0),
      RGBA(249, 144, 72, 0.9),
      RGBA(249, 144, 72, 1)
    );
  }
  .taper-fade-v.summer::before,
  .taper-fade-h.summer::before {
    background: linear-gradient(
      180deg,
      RGBA(249, 199, 72, 1),
      RGBA(249, 199, 72, 0.9),
      RGBA(249, 199, 72, 0)
    );
  }
  .taper-fade-v.summer::after,
  .taper-fade-h.summer::after {
    background: linear-gradient(
      180deg,
      RGBA(249, 199, 72, 0),
      RGBA(249, 199, 72, 0.9),
      RGBA(249, 199, 72, 1)
    );
  }
  .taper-fade-v.daffodil::before,
  .taper-fade-h.daffodil::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 231, 146, 1),
      RGBA(255, 231, 146, 0.9),
      RGBA(255, 231, 146, 0)
    );
  }
  .taper-fade-v.daffodil::after,
  .taper-fade-h.daffodil::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 231, 146, 0),
      RGBA(255, 231, 146, 0.9),
      RGBA(255, 231, 146, 1)
    );
  }
  .taper-fade-v.turquoise::before,
  .taper-fade-h.turquoise::before {
    background: linear-gradient(
      180deg,
      RGBA(9, 125, 152, 1),
      RGBA(9, 125, 152, 0.9),
      RGBA(9, 125, 152, 0)
    );
  }
  .taper-fade-v.turquoise::after,
  .taper-fade-h.turquoise::after {
    background: linear-gradient(
      180deg,
      RGBA(9, 125, 152, 0),
      RGBA(9, 125, 152, 0.9),
      RGBA(9, 125, 152, 1)
    );
  }
  .taper-fade-v.dark-teal::before,
  .taper-fade-h.dark-teal::before {
    background: linear-gradient(
      180deg,
      RGBA(22, 137, 130, 1),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 0)
    );
  }
  .taper-fade-v.dark-teal::after,
  .taper-fade-h.dark-teal::after {
    background: linear-gradient(
      180deg,
      RGBA(22, 137, 130, 0),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 1)
    );
  }
  .taper-fade-v.teal::before,
  .taper-fade-h.teal::before {
    background: linear-gradient(
      180deg,
      RGBA(67, 181, 154, 1),
      RGBA(67, 181, 154, 0.9),
      RGBA(67, 181, 154, 0)
    );
  }
  .taper-fade-v.teal::after,
  .taper-fade-h.teal::after {
    background: linear-gradient(
      180deg,
      RGBA(67, 181, 154, 0),
      RGBA(67, 181, 154, 0.9),
      RGBA(67, 181, 154, 1)
    );
  }
  .taper-fade-v.vibe::before,
  .taper-fade-h.vibe::before {
    background: linear-gradient(
      180deg,
      RGBA(75, 214, 181, 1),
      RGBA(75, 214, 181, 0.9),
      RGBA(75, 214, 181, 0)
    );
  }
  .taper-fade-v.vibe::after,
  .taper-fade-h.vibe::after {
    background: linear-gradient(
      180deg,
      RGBA(75, 214, 181, 0),
      RGBA(75, 214, 181, 0.9),
      RGBA(75, 214, 181, 1)
    );
  }
  .taper-fade-v.deep-sea::before,
  .taper-fade-h.deep-sea::before {
    background: linear-gradient(
      180deg,
      RGBA(10, 38, 184, 1),
      RGBA(10, 38, 184, 0.9),
      RGBA(10, 38, 184, 0)
    );
  }
  .taper-fade-v.deep-sea::after,
  .taper-fade-h.deep-sea::after {
    background: linear-gradient(
      180deg,
      RGBA(10, 38, 184, 0),
      RGBA(10, 38, 184, 0.9),
      RGBA(10, 38, 184, 1)
    );
  }
  .taper-fade-v.electric-blue::before,
  .taper-fade-h.electric-blue::before {
    background: linear-gradient(
      180deg,
      RGBA(20, 93, 235, 1),
      RGBA(20, 93, 235, 0.9),
      RGBA(20, 93, 235, 0)
    );
  }
  .taper-fade-v.electric-blue::after,
  .taper-fade-h.electric-blue::after {
    background: linear-gradient(
      180deg,
      RGBA(20, 93, 235, 0),
      RGBA(20, 93, 235, 0.9),
      RGBA(20, 93, 235, 1)
    );
  }
  .taper-fade-v.electric-blue-dark::before,
  .taper-fade-h.electric-blue-dark::before {
    background: linear-gradient(
      180deg,
      RGBA(62, 162, 255, 1),
      RGBA(62, 162, 255, 0.9),
      RGBA(62, 162, 255, 0)
    );
  }
  .taper-fade-v.electric-blue-dark::after,
  .taper-fade-h.electric-blue-dark::after {
    background: linear-gradient(
      180deg,
      RGBA(62, 162, 255, 0),
      RGBA(62, 162, 255, 0.9),
      RGBA(62, 162, 255, 1)
    );
  }
  .taper-fade-v.periwinkle::before,
  .taper-fade-h.periwinkle::before {
    background: linear-gradient(
      180deg,
      RGBA(155, 207, 255, 1),
      RGBA(155, 207, 255, 0.9),
      RGBA(155, 207, 255, 0)
    );
  }
  .taper-fade-v.periwinkle::after,
  .taper-fade-h.periwinkle::after {
    background: linear-gradient(
      180deg,
      RGBA(155, 207, 255, 0),
      RGBA(155, 207, 255, 0.9),
      RGBA(155, 207, 255, 1)
    );
  }
  .taper-fade-v.lilac::before,
  .taper-fade-h.lilac::before {
    background: linear-gradient(
      180deg,
      RGBA(133, 152, 251, 1),
      RGBA(133, 152, 251, 0.9),
      RGBA(133, 152, 251, 0)
    );
  }
  .taper-fade-v.lilac::after,
  .taper-fade-h.lilac::after {
    background: linear-gradient(
      180deg,
      RGBA(133, 152, 251, 0),
      RGBA(133, 152, 251, 0.9),
      RGBA(133, 152, 251, 1)
    );
  }
  .taper-fade-v.sky::before,
  .taper-fade-h.sky::before {
    background: linear-gradient(
      180deg,
      RGBA(20, 196, 235, 1),
      RGBA(20, 196, 235, 0.9),
      RGBA(20, 196, 235, 0)
    );
  }
  .taper-fade-v.sky::after,
  .taper-fade-h.sky::after {
    background: linear-gradient(
      180deg,
      RGBA(20, 196, 235, 0),
      RGBA(20, 196, 235, 0.9),
      RGBA(20, 196, 235, 1)
    );
  }
  .taper-fade-v.cotton-candy::before,
  .taper-fade-h.cotton-candy::before {
    background: linear-gradient(
      180deg,
      RGBA(192, 245, 242, 1),
      RGBA(192, 245, 242, 0.9),
      RGBA(192, 245, 242, 0)
    );
  }
  .taper-fade-v.cotton-candy::after,
  .taper-fade-h.cotton-candy::after {
    background: linear-gradient(
      180deg,
      RGBA(192, 245, 242, 0),
      RGBA(192, 245, 242, 0.9),
      RGBA(192, 245, 242, 1)
    );
  }
  .taper-fade-v.brand-primary::before,
  .taper-fade-h.brand-primary::before {
    background: linear-gradient(
      180deg,
      RGBA(68, 28, 153, 1),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 0)
    );
  }
  .taper-fade-v.brand-primary::after,
  .taper-fade-h.brand-primary::after {
    background: linear-gradient(
      180deg,
      RGBA(68, 28, 153, 0),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 1)
    );
  }
  .taper-fade-v.brand-secondary::before,
  .taper-fade-h.brand-secondary::before {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .taper-fade-v.brand-secondary::after,
  .taper-fade-h.brand-secondary::after {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .taper-fade-v.color-headline::before,
  .taper-fade-h.color-headline::before {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .taper-fade-v.color-headline::after,
  .taper-fade-h.color-headline::after {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .taper-fade-v.color-body::before,
  .taper-fade-h.color-body::before {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .taper-fade-v.color-body::after,
  .taper-fade-h.color-body::after {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .taper-fade-v.success::before,
  .taper-fade-h.success::before {
    background: linear-gradient(
      180deg,
      RGBA(22, 137, 130, 1),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 0)
    );
  }
  .taper-fade-v.success::after,
  .taper-fade-h.success::after {
    background: linear-gradient(
      180deg,
      RGBA(22, 137, 130, 0),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 1)
    );
  }
  .taper-fade-v.success-contrast::before,
  .taper-fade-h.success-contrast::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .taper-fade-v.success-contrast::after,
  .taper-fade-h.success-contrast::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .taper-fade-v.warning::before,
  .taper-fade-h.warning::before {
    background: linear-gradient(
      180deg,
      RGBA(192, 76, 10, 1),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 0)
    );
  }
  .taper-fade-v.warning::after,
  .taper-fade-h.warning::after {
    background: linear-gradient(
      180deg,
      RGBA(192, 76, 10, 0),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 1)
    );
  }
  .taper-fade-v.warning-contrast::before,
  .taper-fade-h.warning-contrast::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .taper-fade-v.warning-contrast::after,
  .taper-fade-h.warning-contrast::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .taper-fade-v.fail::before,
  .taper-fade-h.fail::before {
    background: linear-gradient(
      180deg,
      RGBA(200, 45, 83, 1),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 0)
    );
  }
  .taper-fade-v.fail::after,
  .taper-fade-h.fail::after {
    background: linear-gradient(
      180deg,
      RGBA(200, 45, 83, 0),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 1)
    );
  }
  .taper-fade-v.fail-contrast::before,
  .taper-fade-h.fail-contrast::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .taper-fade-v.fail-contrast::after,
  .taper-fade-h.fail-contrast::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .taper-fade-v.neutral::before,
  .taper-fade-h.neutral::before {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .taper-fade-v.neutral::after,
  .taper-fade-h.neutral::after {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .taper-fade-v.neutral-contrast::before,
  .taper-fade-h.neutral-contrast::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .taper-fade-v.neutral-contrast::after,
  .taper-fade-h.neutral-contrast::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .taper-fade-v.neutral-1::before,
  .taper-fade-h.neutral-1::before {
    background: linear-gradient(
      180deg,
      RGBA(1, 1, 30, 1),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 0)
    );
  }
  .taper-fade-v.neutral-1::after,
  .taper-fade-h.neutral-1::after {
    background: linear-gradient(
      180deg,
      RGBA(1, 1, 30, 0),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 1)
    );
  }
  .taper-fade-v.neutral-2::before,
  .taper-fade-h.neutral-2::before {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .taper-fade-v.neutral-2::after,
  .taper-fade-h.neutral-2::after {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .taper-fade-v.neutral-3::before,
  .taper-fade-h.neutral-3::before {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .taper-fade-v.neutral-3::after,
  .taper-fade-h.neutral-3::after {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .taper-fade-v.neutral-4::before,
  .taper-fade-h.neutral-4::before {
    background: linear-gradient(
      180deg,
      RGBA(109, 109, 156, 1),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 0)
    );
  }
  .taper-fade-v.neutral-4::after,
  .taper-fade-h.neutral-4::after {
    background: linear-gradient(
      180deg,
      RGBA(109, 109, 156, 0),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 1)
    );
  }
  .taper-fade-v.neutral-5::before,
  .taper-fade-h.neutral-5::before {
    background: linear-gradient(
      180deg,
      RGBA(246, 247, 251, 1),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 0)
    );
  }
  .taper-fade-v.neutral-5::after,
  .taper-fade-h.neutral-5::after {
    background: linear-gradient(
      180deg,
      RGBA(246, 247, 251, 0),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 1)
    );
  }
  .taper-fade-v.neutral-6::before,
  .taper-fade-h.neutral-6::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .taper-fade-v.neutral-6::after,
  .taper-fade-h.neutral-6::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .taper-fade-v.ui-fill::before,
  .taper-fade-h.ui-fill::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .taper-fade-v.ui-fill::after,
  .taper-fade-h.ui-fill::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .taper-fade-v.ui-stroke::before,
  .taper-fade-h.ui-stroke::before {
    background: linear-gradient(
      180deg,
      RGBA(109, 109, 156, 1),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 0)
    );
  }
  .taper-fade-v.ui-stroke::after,
  .taper-fade-h.ui-stroke::after {
    background: linear-gradient(
      180deg,
      RGBA(109, 109, 156, 0),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 1)
    );
  }
  .taper-fade-v.ui-text::before,
  .taper-fade-h.ui-text::before {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .taper-fade-v.ui-text::after,
  .taper-fade-h.ui-text::after {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .taper-fade-v.base-purple::before,
  .taper-fade-h.base-purple::before {
    background: linear-gradient(
      180deg,
      RGBA(246, 244, 250, 1),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 0)
    );
  }
  .taper-fade-v.base-purple::after,
  .taper-fade-h.base-purple::after {
    background: linear-gradient(
      180deg,
      RGBA(246, 244, 250, 0),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 1)
    );
  }
  .taper-fade-v.base-dark-purple::before,
  .taper-fade-h.base-dark-purple::before {
    background: linear-gradient(
      180deg,
      RGBA(246, 244, 250, 1),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 0)
    );
  }
  .taper-fade-v.base-dark-purple::after,
  .taper-fade-h.base-dark-purple::after {
    background: linear-gradient(
      180deg,
      RGBA(246, 244, 250, 0),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 1)
    );
  }
  .taper-fade-v.base-deep-sea::before,
  .taper-fade-h.base-deep-sea::before {
    background: linear-gradient(
      180deg,
      RGBA(243, 244, 252, 1),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 0)
    );
  }
  .taper-fade-v.base-deep-sea::after,
  .taper-fade-h.base-deep-sea::after {
    background: linear-gradient(
      180deg,
      RGBA(243, 244, 252, 0),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 1)
    );
  }
  .taper-fade-v.base-rose::before,
  .taper-fade-h.base-rose::before {
    background: linear-gradient(
      180deg,
      RGBA(254, 247, 248, 1),
      RGBA(254, 247, 248, 0.9),
      RGBA(254, 247, 248, 0)
    );
  }
  .taper-fade-v.base-rose::after,
  .taper-fade-h.base-rose::after {
    background: linear-gradient(
      180deg,
      RGBA(254, 247, 248, 0),
      RGBA(254, 247, 248, 0.9),
      RGBA(254, 247, 248, 1)
    );
  }
  .taper-fade-v.base-autumn::before,
  .taper-fade-h.base-autumn::before {
    background: linear-gradient(
      180deg,
      RGBA(252, 246, 243, 1),
      RGBA(252, 246, 243, 0.9),
      RGBA(252, 246, 243, 0)
    );
  }
  .taper-fade-v.base-autumn::after,
  .taper-fade-h.base-autumn::after {
    background: linear-gradient(
      180deg,
      RGBA(252, 246, 243, 0),
      RGBA(252, 246, 243, 0.9),
      RGBA(252, 246, 243, 1)
    );
  }
  .taper-fade-v.base-dark-teal::before,
  .taper-fade-h.base-dark-teal::before {
    background: linear-gradient(
      180deg,
      RGBA(243, 249, 249, 1),
      RGBA(243, 249, 249, 0.9),
      RGBA(243, 249, 249, 0)
    );
  }
  .taper-fade-v.base-dark-teal::after,
  .taper-fade-h.base-dark-teal::after {
    background: linear-gradient(
      180deg,
      RGBA(243, 249, 249, 0),
      RGBA(243, 249, 249, 0.9),
      RGBA(243, 249, 249, 1)
    );
  }
  .taper-fade-v.base-turquoise::before,
  .taper-fade-h.base-turquoise::before {
    background: linear-gradient(
      180deg,
      RGBA(243, 249, 250, 1),
      RGBA(243, 249, 250, 0.9),
      RGBA(243, 249, 250, 0)
    );
  }
  .taper-fade-v.base-turquoise::after,
  .taper-fade-h.base-turquoise::after {
    background: linear-gradient(
      180deg,
      RGBA(243, 249, 250, 0),
      RGBA(243, 249, 250, 0.9),
      RGBA(243, 249, 250, 1)
    );
  }
  .taper-fade-v.base-electric-blue::before,
  .taper-fade-h.base-electric-blue::before {
    background: linear-gradient(
      180deg,
      RGBA(243, 247, 254, 1),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 0)
    );
  }
  .taper-fade-v.base-electric-blue::after,
  .taper-fade-h.base-electric-blue::after {
    background: linear-gradient(
      180deg,
      RGBA(243, 247, 254, 0),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 1)
    );
  }
  .taper-fade-v.base-action::before,
  .taper-fade-h.base-action::before {
    background: linear-gradient(
      180deg,
      RGBA(243, 247, 254, 1),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 0)
    );
  }
  .taper-fade-v.base-action::after,
  .taper-fade-h.base-action::after {
    background: linear-gradient(
      180deg,
      RGBA(243, 247, 254, 0),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 1)
    );
  }
  .taper-fade-v.base-action-secondary::before,
  .taper-fade-h.base-action-secondary::before {
    background: linear-gradient(
      180deg,
      RGBA(243, 244, 252, 1),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 0)
    );
  }
  .taper-fade-v.base-action-secondary::after,
  .taper-fade-h.base-action-secondary::after {
    background: linear-gradient(
      180deg,
      RGBA(243, 244, 252, 0),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 1)
    );
  }
  .taper-fade-h::before,
  .taper-fade-h::after {
    margin: 0 auto 0 0;
    width: 2rem;
    height: 100%;
  }
  .taper-fade-h::after {
    margin: 0 0 0 auto;
  }
  .taper-fade-h.dark-purple::before {
    background: linear-gradient(
      90deg,
      RGBA(68, 28, 153, 1),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 0)
    );
  }
  .taper-fade-h.dark-purple::after {
    background: linear-gradient(
      90deg,
      RGBA(68, 28, 153, 0),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 1)
    );
  }
  .taper-fade-h.purple::before {
    background: linear-gradient(
      90deg,
      RGBA(144, 67, 198, 1),
      RGBA(144, 67, 198, 0.9),
      RGBA(144, 67, 198, 0)
    );
  }
  .taper-fade-h.purple::after {
    background: linear-gradient(
      90deg,
      RGBA(144, 67, 198, 0),
      RGBA(144, 67, 198, 0.9),
      RGBA(144, 67, 198, 1)
    );
  }
  .taper-fade-h.lavender::before {
    background: linear-gradient(
      90deg,
      RGBA(196, 129, 243, 1),
      RGBA(196, 129, 243, 0.9),
      RGBA(196, 129, 243, 0)
    );
  }
  .taper-fade-h.lavender::after {
    background: linear-gradient(
      90deg,
      RGBA(196, 129, 243, 0),
      RGBA(196, 129, 243, 0.9),
      RGBA(196, 129, 243, 1)
    );
  }
  .taper-fade-h.black::before {
    background: linear-gradient(
      90deg,
      RGBA(0, 0, 0, 1),
      RGBA(0, 0, 0, 0.9),
      RGBA(0, 0, 0, 0)
    );
  }
  .taper-fade-h.black::after {
    background: linear-gradient(
      90deg,
      RGBA(0, 0, 0, 0),
      RGBA(0, 0, 0, 0.9),
      RGBA(0, 0, 0, 1)
    );
  }
  .taper-fade-h.space::before {
    background: linear-gradient(
      90deg,
      RGBA(1, 1, 30, 1),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 0)
    );
  }
  .taper-fade-h.space::after {
    background: linear-gradient(
      90deg,
      RGBA(1, 1, 30, 0),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 1)
    );
  }
  .taper-fade-h.midnight::before {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .taper-fade-h.midnight::after {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .taper-fade-h.dawn::before {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .taper-fade-h.dawn::after {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .taper-fade-h.steel::before {
    background: linear-gradient(
      90deg,
      RGBA(85, 84, 99, 1),
      RGBA(85, 84, 99, 0.9),
      RGBA(85, 84, 99, 0)
    );
  }
  .taper-fade-h.steel::after {
    background: linear-gradient(
      90deg,
      RGBA(85, 84, 99, 0),
      RGBA(85, 84, 99, 0.9),
      RGBA(85, 84, 99, 1)
    );
  }
  .taper-fade-h.smoke::before {
    background: linear-gradient(
      90deg,
      RGBA(109, 109, 156, 1),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 0)
    );
  }
  .taper-fade-h.smoke::after {
    background: linear-gradient(
      90deg,
      RGBA(109, 109, 156, 0),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 1)
    );
  }
  .taper-fade-h.snow::before {
    background: linear-gradient(
      90deg,
      RGBA(246, 247, 251, 1),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 0)
    );
  }
  .taper-fade-h.snow::after {
    background: linear-gradient(
      90deg,
      RGBA(246, 247, 251, 0),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 1)
    );
  }
  .taper-fade-h.white::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .taper-fade-h.white::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .taper-fade-h.rose::before {
    background: linear-gradient(
      90deg,
      RGBA(200, 45, 83, 1),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 0)
    );
  }
  .taper-fade-h.rose::after {
    background: linear-gradient(
      90deg,
      RGBA(200, 45, 83, 0),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 1)
    );
  }
  .taper-fade-h.salmon::before {
    background: linear-gradient(
      90deg,
      RGBA(249, 122, 153, 1),
      RGBA(249, 122, 153, 0.9),
      RGBA(249, 122, 153, 0)
    );
  }
  .taper-fade-h.salmon::after {
    background: linear-gradient(
      90deg,
      RGBA(249, 122, 153, 0),
      RGBA(249, 122, 153, 0.9),
      RGBA(249, 122, 153, 1)
    );
  }
  .taper-fade-h.hot-pink::before {
    background: linear-gradient(
      90deg,
      RGBA(229, 85, 172, 1),
      RGBA(229, 85, 172, 0.9),
      RGBA(229, 85, 172, 0)
    );
  }
  .taper-fade-h.hot-pink::after {
    background: linear-gradient(
      90deg,
      RGBA(229, 85, 172, 0),
      RGBA(229, 85, 172, 0.9),
      RGBA(229, 85, 172, 1)
    );
  }
  .taper-fade-h.bubblegum::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 120, 225, 1),
      RGBA(255, 120, 225, 0.9),
      RGBA(255, 120, 225, 0)
    );
  }
  .taper-fade-h.bubblegum::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 120, 225, 0),
      RGBA(255, 120, 225, 0.9),
      RGBA(255, 120, 225, 1)
    );
  }
  .taper-fade-h.autumn::before {
    background: linear-gradient(
      90deg,
      RGBA(192, 76, 10, 1),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 0)
    );
  }
  .taper-fade-h.autumn::after {
    background: linear-gradient(
      90deg,
      RGBA(192, 76, 10, 0),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 1)
    );
  }
  .taper-fade-h.tiger::before {
    background: linear-gradient(
      90deg,
      RGBA(249, 144, 72, 1),
      RGBA(249, 144, 72, 0.9),
      RGBA(249, 144, 72, 0)
    );
  }
  .taper-fade-h.tiger::after {
    background: linear-gradient(
      90deg,
      RGBA(249, 144, 72, 0),
      RGBA(249, 144, 72, 0.9),
      RGBA(249, 144, 72, 1)
    );
  }
  .taper-fade-h.summer::before {
    background: linear-gradient(
      90deg,
      RGBA(249, 199, 72, 1),
      RGBA(249, 199, 72, 0.9),
      RGBA(249, 199, 72, 0)
    );
  }
  .taper-fade-h.summer::after {
    background: linear-gradient(
      90deg,
      RGBA(249, 199, 72, 0),
      RGBA(249, 199, 72, 0.9),
      RGBA(249, 199, 72, 1)
    );
  }
  .taper-fade-h.daffodil::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 231, 146, 1),
      RGBA(255, 231, 146, 0.9),
      RGBA(255, 231, 146, 0)
    );
  }
  .taper-fade-h.daffodil::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 231, 146, 0),
      RGBA(255, 231, 146, 0.9),
      RGBA(255, 231, 146, 1)
    );
  }
  .taper-fade-h.turquoise::before {
    background: linear-gradient(
      90deg,
      RGBA(9, 125, 152, 1),
      RGBA(9, 125, 152, 0.9),
      RGBA(9, 125, 152, 0)
    );
  }
  .taper-fade-h.turquoise::after {
    background: linear-gradient(
      90deg,
      RGBA(9, 125, 152, 0),
      RGBA(9, 125, 152, 0.9),
      RGBA(9, 125, 152, 1)
    );
  }
  .taper-fade-h.dark-teal::before {
    background: linear-gradient(
      90deg,
      RGBA(22, 137, 130, 1),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 0)
    );
  }
  .taper-fade-h.dark-teal::after {
    background: linear-gradient(
      90deg,
      RGBA(22, 137, 130, 0),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 1)
    );
  }
  .taper-fade-h.teal::before {
    background: linear-gradient(
      90deg,
      RGBA(67, 181, 154, 1),
      RGBA(67, 181, 154, 0.9),
      RGBA(67, 181, 154, 0)
    );
  }
  .taper-fade-h.teal::after {
    background: linear-gradient(
      90deg,
      RGBA(67, 181, 154, 0),
      RGBA(67, 181, 154, 0.9),
      RGBA(67, 181, 154, 1)
    );
  }
  .taper-fade-h.vibe::before {
    background: linear-gradient(
      90deg,
      RGBA(75, 214, 181, 1),
      RGBA(75, 214, 181, 0.9),
      RGBA(75, 214, 181, 0)
    );
  }
  .taper-fade-h.vibe::after {
    background: linear-gradient(
      90deg,
      RGBA(75, 214, 181, 0),
      RGBA(75, 214, 181, 0.9),
      RGBA(75, 214, 181, 1)
    );
  }
  .taper-fade-h.deep-sea::before {
    background: linear-gradient(
      90deg,
      RGBA(10, 38, 184, 1),
      RGBA(10, 38, 184, 0.9),
      RGBA(10, 38, 184, 0)
    );
  }
  .taper-fade-h.deep-sea::after {
    background: linear-gradient(
      90deg,
      RGBA(10, 38, 184, 0),
      RGBA(10, 38, 184, 0.9),
      RGBA(10, 38, 184, 1)
    );
  }
  .taper-fade-h.electric-blue::before {
    background: linear-gradient(
      90deg,
      RGBA(20, 93, 235, 1),
      RGBA(20, 93, 235, 0.9),
      RGBA(20, 93, 235, 0)
    );
  }
  .taper-fade-h.electric-blue::after {
    background: linear-gradient(
      90deg,
      RGBA(20, 93, 235, 0),
      RGBA(20, 93, 235, 0.9),
      RGBA(20, 93, 235, 1)
    );
  }
  .taper-fade-h.electric-blue-dark::before {
    background: linear-gradient(
      90deg,
      RGBA(62, 162, 255, 1),
      RGBA(62, 162, 255, 0.9),
      RGBA(62, 162, 255, 0)
    );
  }
  .taper-fade-h.electric-blue-dark::after {
    background: linear-gradient(
      90deg,
      RGBA(62, 162, 255, 0),
      RGBA(62, 162, 255, 0.9),
      RGBA(62, 162, 255, 1)
    );
  }
  .taper-fade-h.periwinkle::before {
    background: linear-gradient(
      90deg,
      RGBA(155, 207, 255, 1),
      RGBA(155, 207, 255, 0.9),
      RGBA(155, 207, 255, 0)
    );
  }
  .taper-fade-h.periwinkle::after {
    background: linear-gradient(
      90deg,
      RGBA(155, 207, 255, 0),
      RGBA(155, 207, 255, 0.9),
      RGBA(155, 207, 255, 1)
    );
  }
  .taper-fade-h.lilac::before {
    background: linear-gradient(
      90deg,
      RGBA(133, 152, 251, 1),
      RGBA(133, 152, 251, 0.9),
      RGBA(133, 152, 251, 0)
    );
  }
  .taper-fade-h.lilac::after {
    background: linear-gradient(
      90deg,
      RGBA(133, 152, 251, 0),
      RGBA(133, 152, 251, 0.9),
      RGBA(133, 152, 251, 1)
    );
  }
  .taper-fade-h.sky::before {
    background: linear-gradient(
      90deg,
      RGBA(20, 196, 235, 1),
      RGBA(20, 196, 235, 0.9),
      RGBA(20, 196, 235, 0)
    );
  }
  .taper-fade-h.sky::after {
    background: linear-gradient(
      90deg,
      RGBA(20, 196, 235, 0),
      RGBA(20, 196, 235, 0.9),
      RGBA(20, 196, 235, 1)
    );
  }
  .taper-fade-h.cotton-candy::before {
    background: linear-gradient(
      90deg,
      RGBA(192, 245, 242, 1),
      RGBA(192, 245, 242, 0.9),
      RGBA(192, 245, 242, 0)
    );
  }
  .taper-fade-h.cotton-candy::after {
    background: linear-gradient(
      90deg,
      RGBA(192, 245, 242, 0),
      RGBA(192, 245, 242, 0.9),
      RGBA(192, 245, 242, 1)
    );
  }
  .taper-fade-h.brand-primary::before {
    background: linear-gradient(
      90deg,
      RGBA(68, 28, 153, 1),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 0)
    );
  }
  .taper-fade-h.brand-primary::after {
    background: linear-gradient(
      90deg,
      RGBA(68, 28, 153, 0),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 1)
    );
  }
  .taper-fade-h.brand-secondary::before {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .taper-fade-h.brand-secondary::after {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .taper-fade-h.color-headline::before {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .taper-fade-h.color-headline::after {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .taper-fade-h.color-body::before {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .taper-fade-h.color-body::after {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .taper-fade-h.success::before {
    background: linear-gradient(
      90deg,
      RGBA(22, 137, 130, 1),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 0)
    );
  }
  .taper-fade-h.success::after {
    background: linear-gradient(
      90deg,
      RGBA(22, 137, 130, 0),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 1)
    );
  }
  .taper-fade-h.success-contrast::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .taper-fade-h.success-contrast::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .taper-fade-h.warning::before {
    background: linear-gradient(
      90deg,
      RGBA(192, 76, 10, 1),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 0)
    );
  }
  .taper-fade-h.warning::after {
    background: linear-gradient(
      90deg,
      RGBA(192, 76, 10, 0),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 1)
    );
  }
  .taper-fade-h.warning-contrast::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .taper-fade-h.warning-contrast::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .taper-fade-h.fail::before {
    background: linear-gradient(
      90deg,
      RGBA(200, 45, 83, 1),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 0)
    );
  }
  .taper-fade-h.fail::after {
    background: linear-gradient(
      90deg,
      RGBA(200, 45, 83, 0),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 1)
    );
  }
  .taper-fade-h.fail-contrast::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .taper-fade-h.fail-contrast::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .taper-fade-h.neutral::before {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .taper-fade-h.neutral::after {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .taper-fade-h.neutral-contrast::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .taper-fade-h.neutral-contrast::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .taper-fade-h.neutral-1::before {
    background: linear-gradient(
      90deg,
      RGBA(1, 1, 30, 1),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 0)
    );
  }
  .taper-fade-h.neutral-1::after {
    background: linear-gradient(
      90deg,
      RGBA(1, 1, 30, 0),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 1)
    );
  }
  .taper-fade-h.neutral-2::before {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .taper-fade-h.neutral-2::after {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .taper-fade-h.neutral-3::before {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .taper-fade-h.neutral-3::after {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .taper-fade-h.neutral-4::before {
    background: linear-gradient(
      90deg,
      RGBA(109, 109, 156, 1),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 0)
    );
  }
  .taper-fade-h.neutral-4::after {
    background: linear-gradient(
      90deg,
      RGBA(109, 109, 156, 0),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 1)
    );
  }
  .taper-fade-h.neutral-5::before {
    background: linear-gradient(
      90deg,
      RGBA(246, 247, 251, 1),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 0)
    );
  }
  .taper-fade-h.neutral-5::after {
    background: linear-gradient(
      90deg,
      RGBA(246, 247, 251, 0),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 1)
    );
  }
  .taper-fade-h.neutral-6::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .taper-fade-h.neutral-6::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .taper-fade-h.ui-fill::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .taper-fade-h.ui-fill::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .taper-fade-h.ui-stroke::before {
    background: linear-gradient(
      90deg,
      RGBA(109, 109, 156, 1),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 0)
    );
  }
  .taper-fade-h.ui-stroke::after {
    background: linear-gradient(
      90deg,
      RGBA(109, 109, 156, 0),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 1)
    );
  }
  .taper-fade-h.ui-text::before {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .taper-fade-h.ui-text::after {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .taper-fade-h.base-purple::before {
    background: linear-gradient(
      90deg,
      RGBA(246, 244, 250, 1),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 0)
    );
  }
  .taper-fade-h.base-purple::after {
    background: linear-gradient(
      90deg,
      RGBA(246, 244, 250, 0),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 1)
    );
  }
  .taper-fade-h.base-dark-purple::before {
    background: linear-gradient(
      90deg,
      RGBA(246, 244, 250, 1),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 0)
    );
  }
  .taper-fade-h.base-dark-purple::after {
    background: linear-gradient(
      90deg,
      RGBA(246, 244, 250, 0),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 1)
    );
  }
  .taper-fade-h.base-deep-sea::before {
    background: linear-gradient(
      90deg,
      RGBA(243, 244, 252, 1),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 0)
    );
  }
  .taper-fade-h.base-deep-sea::after {
    background: linear-gradient(
      90deg,
      RGBA(243, 244, 252, 0),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 1)
    );
  }
  .taper-fade-h.base-rose::before {
    background: linear-gradient(
      90deg,
      RGBA(254, 247, 248, 1),
      RGBA(254, 247, 248, 0.9),
      RGBA(254, 247, 248, 0)
    );
  }
  .taper-fade-h.base-rose::after {
    background: linear-gradient(
      90deg,
      RGBA(254, 247, 248, 0),
      RGBA(254, 247, 248, 0.9),
      RGBA(254, 247, 248, 1)
    );
  }
  .taper-fade-h.base-autumn::before {
    background: linear-gradient(
      90deg,
      RGBA(252, 246, 243, 1),
      RGBA(252, 246, 243, 0.9),
      RGBA(252, 246, 243, 0)
    );
  }
  .taper-fade-h.base-autumn::after {
    background: linear-gradient(
      90deg,
      RGBA(252, 246, 243, 0),
      RGBA(252, 246, 243, 0.9),
      RGBA(252, 246, 243, 1)
    );
  }
  .taper-fade-h.base-dark-teal::before {
    background: linear-gradient(
      90deg,
      RGBA(243, 249, 249, 1),
      RGBA(243, 249, 249, 0.9),
      RGBA(243, 249, 249, 0)
    );
  }
  .taper-fade-h.base-dark-teal::after {
    background: linear-gradient(
      90deg,
      RGBA(243, 249, 249, 0),
      RGBA(243, 249, 249, 0.9),
      RGBA(243, 249, 249, 1)
    );
  }
  .taper-fade-h.base-turquoise::before {
    background: linear-gradient(
      90deg,
      RGBA(243, 249, 250, 1),
      RGBA(243, 249, 250, 0.9),
      RGBA(243, 249, 250, 0)
    );
  }
  .taper-fade-h.base-turquoise::after {
    background: linear-gradient(
      90deg,
      RGBA(243, 249, 250, 0),
      RGBA(243, 249, 250, 0.9),
      RGBA(243, 249, 250, 1)
    );
  }
  .taper-fade-h.base-electric-blue::before {
    background: linear-gradient(
      90deg,
      RGBA(243, 247, 254, 1),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 0)
    );
  }
  .taper-fade-h.base-electric-blue::after {
    background: linear-gradient(
      90deg,
      RGBA(243, 247, 254, 0),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 1)
    );
  }
  .taper-fade-h.base-action::before {
    background: linear-gradient(
      90deg,
      RGBA(243, 247, 254, 1),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 0)
    );
  }
  .taper-fade-h.base-action::after {
    background: linear-gradient(
      90deg,
      RGBA(243, 247, 254, 0),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 1)
    );
  }
  .taper-fade-h.base-action-secondary::before {
    background: linear-gradient(
      90deg,
      RGBA(243, 244, 252, 1),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 0)
    );
  }
  .taper-fade-h.base-action-secondary::after {
    background: linear-gradient(
      90deg,
      RGBA(243, 244, 252, 0),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 1)
    );
  }
  .taper-fade-none::before,
  .taper-fade-none::after {
    display: none;
  }
}
@media (max-width: 1165px) {
  .laptop\:opacity-0,
  .laptop\:hover\:opacity-0:hover,
  .laptop\:focus\:opacity-0:focus,
  .laptop\:group:hover .group-hover\:opacity-0,
  .laptop\:group:focus-within .group-focus-within\:opacity-0 {
    opacity: 0;
  }
  .laptop\:opacity-00,
  .laptop\:hover\:opacity-00:hover,
  .laptop\:focus\:opacity-00:focus,
  .laptop\:group:hover .group-hover\:opacity-00,
  .laptop\:group:focus-within .group-focus-within\:opacity-00 {
    opacity: 0;
  }
  .laptop\:opacity-1,
  .laptop\:hover\:opacity-1:hover,
  .laptop\:focus\:opacity-1:focus,
  .laptop\:group:hover .group-hover\:opacity-1,
  .laptop\:group:focus-within .group-focus-within\:opacity-1 {
    opacity: 0.1;
  }
  .laptop\:opacity-01,
  .laptop\:hover\:opacity-01:hover,
  .laptop\:focus\:opacity-01:focus,
  .laptop\:group:hover .group-hover\:opacity-01,
  .laptop\:group:focus-within .group-focus-within\:opacity-01 {
    opacity: 0.01;
  }
  .laptop\:opacity-2,
  .laptop\:hover\:opacity-2:hover,
  .laptop\:focus\:opacity-2:focus,
  .laptop\:group:hover .group-hover\:opacity-2,
  .laptop\:group:focus-within .group-focus-within\:opacity-2 {
    opacity: 0.2;
  }
  .laptop\:opacity-02,
  .laptop\:hover\:opacity-02:hover,
  .laptop\:focus\:opacity-02:focus,
  .laptop\:group:hover .group-hover\:opacity-02,
  .laptop\:group:focus-within .group-focus-within\:opacity-02 {
    opacity: 0.02;
  }
  .laptop\:opacity-3,
  .laptop\:hover\:opacity-3:hover,
  .laptop\:focus\:opacity-3:focus,
  .laptop\:group:hover .group-hover\:opacity-3,
  .laptop\:group:focus-within .group-focus-within\:opacity-3 {
    opacity: 0.3;
  }
  .laptop\:opacity-03,
  .laptop\:hover\:opacity-03:hover,
  .laptop\:focus\:opacity-03:focus,
  .laptop\:group:hover .group-hover\:opacity-03,
  .laptop\:group:focus-within .group-focus-within\:opacity-03 {
    opacity: 0.03;
  }
  .laptop\:opacity-4,
  .laptop\:hover\:opacity-4:hover,
  .laptop\:focus\:opacity-4:focus,
  .laptop\:group:hover .group-hover\:opacity-4,
  .laptop\:group:focus-within .group-focus-within\:opacity-4 {
    opacity: 0.4;
  }
  .laptop\:opacity-04,
  .laptop\:hover\:opacity-04:hover,
  .laptop\:focus\:opacity-04:focus,
  .laptop\:group:hover .group-hover\:opacity-04,
  .laptop\:group:focus-within .group-focus-within\:opacity-04 {
    opacity: 0.04;
  }
  .laptop\:opacity-5,
  .laptop\:hover\:opacity-5:hover,
  .laptop\:focus\:opacity-5:focus,
  .laptop\:group:hover .group-hover\:opacity-5,
  .laptop\:group:focus-within .group-focus-within\:opacity-5 {
    opacity: 0.5;
  }
  .laptop\:opacity-05,
  .laptop\:hover\:opacity-05:hover,
  .laptop\:focus\:opacity-05:focus,
  .laptop\:group:hover .group-hover\:opacity-05,
  .laptop\:group:focus-within .group-focus-within\:opacity-05 {
    opacity: 0.05;
  }
  .laptop\:opacity-6,
  .laptop\:hover\:opacity-6:hover,
  .laptop\:focus\:opacity-6:focus,
  .laptop\:group:hover .group-hover\:opacity-6,
  .laptop\:group:focus-within .group-focus-within\:opacity-6 {
    opacity: 0.6;
  }
  .laptop\:opacity-06,
  .laptop\:hover\:opacity-06:hover,
  .laptop\:focus\:opacity-06:focus,
  .laptop\:group:hover .group-hover\:opacity-06,
  .laptop\:group:focus-within .group-focus-within\:opacity-06 {
    opacity: 0.06;
  }
  .laptop\:opacity-7,
  .laptop\:hover\:opacity-7:hover,
  .laptop\:focus\:opacity-7:focus,
  .laptop\:group:hover .group-hover\:opacity-7,
  .laptop\:group:focus-within .group-focus-within\:opacity-7 {
    opacity: 0.7;
  }
  .laptop\:opacity-07,
  .laptop\:hover\:opacity-07:hover,
  .laptop\:focus\:opacity-07:focus,
  .laptop\:group:hover .group-hover\:opacity-07,
  .laptop\:group:focus-within .group-focus-within\:opacity-07 {
    opacity: 0.07;
  }
  .laptop\:opacity-8,
  .laptop\:hover\:opacity-8:hover,
  .laptop\:focus\:opacity-8:focus,
  .laptop\:group:hover .group-hover\:opacity-8,
  .laptop\:group:focus-within .group-focus-within\:opacity-8 {
    opacity: 0.8;
  }
  .laptop\:opacity-08,
  .laptop\:hover\:opacity-08:hover,
  .laptop\:focus\:opacity-08:focus,
  .laptop\:group:hover .group-hover\:opacity-08,
  .laptop\:group:focus-within .group-focus-within\:opacity-08 {
    opacity: 0.08;
  }
  .laptop\:opacity-9,
  .laptop\:hover\:opacity-9:hover,
  .laptop\:focus\:opacity-9:focus,
  .laptop\:group:hover .group-hover\:opacity-9,
  .laptop\:group:focus-within .group-focus-within\:opacity-9 {
    opacity: 0.9;
  }
  .laptop\:opacity-09,
  .laptop\:hover\:opacity-09:hover,
  .laptop\:focus\:opacity-09:focus,
  .laptop\:group:hover .group-hover\:opacity-09,
  .laptop\:group:focus-within .group-focus-within\:opacity-09 {
    opacity: 0.09;
  }
  .laptop\:opacity-10,
  .laptop\:hover\:opacity-10:hover,
  .laptop\:focus\:opacity-10:focus,
  .laptop\:group:hover .group-hover\:opacity-10,
  .laptop\:group:focus-within .group-focus-within\:opacity-10 {
    opacity: 1;
  }
  .laptop\:grayscale-full {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
  .laptop\:grayscale-none {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .laptop\:blur-small {
    -webkit-filter: blur(0.625rem);
    filter: blur(0.625rem);
  }
  .laptop\:blur-medium {
    -webkit-filter: blur(1.25rem);
    filter: blur(1.25rem);
  }
  .laptop\:blur-large {
    -webkit-filter: blur(2.5rem);
    filter: blur(2.5rem);
  }
  .laptop\:blur-none {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  .laptop\:bg-blur-small {
    -webkit-backdrop-filter: blur(0.625rem);
    backdrop-filter: blur(0.625rem);
  }
  .laptop\:bg-blur-medium {
    -webkit-backdrop-filter: blur(1.25rem);
    backdrop-filter: blur(1.25rem);
  }
  .laptop\:bg-blur-large {
    -webkit-backdrop-filter: blur(2.5rem);
    backdrop-filter: blur(2.5rem);
  }
  .laptop\:bg-blur-none {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
  .laptop\:taper-fade-v,
  .laptop\:taper-fade-h {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .laptop\:taper-fade-v::before,
  .laptop\:taper-fade-v::after,
  .laptop\:taper-fade-h::before,
  .laptop\:taper-fade-h::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    transition: 0.3s ease-in-out;
    pointer-events: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0 0;
    width: 100%;
    height: 2rem;
    z-index: 100;
  }
  .laptop\:taper-fade-v::before,
  .laptop\:taper-fade-h::before {
    margin: 0 0 auto;
  }
  .laptop\:taper-fade-v.laptop\:dark-purple::before,
  .laptop\:taper-fade-h.laptop\:dark-purple::before {
    background: linear-gradient(
      180deg,
      RGBA(68, 28, 153, 1),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:dark-purple::after,
  .laptop\:taper-fade-h.laptop\:dark-purple::after {
    background: linear-gradient(
      180deg,
      RGBA(68, 28, 153, 0),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:purple::before,
  .laptop\:taper-fade-h.laptop\:purple::before {
    background: linear-gradient(
      180deg,
      RGBA(144, 67, 198, 1),
      RGBA(144, 67, 198, 0.9),
      RGBA(144, 67, 198, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:purple::after,
  .laptop\:taper-fade-h.laptop\:purple::after {
    background: linear-gradient(
      180deg,
      RGBA(144, 67, 198, 0),
      RGBA(144, 67, 198, 0.9),
      RGBA(144, 67, 198, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:lavender::before,
  .laptop\:taper-fade-h.laptop\:lavender::before {
    background: linear-gradient(
      180deg,
      RGBA(196, 129, 243, 1),
      RGBA(196, 129, 243, 0.9),
      RGBA(196, 129, 243, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:lavender::after,
  .laptop\:taper-fade-h.laptop\:lavender::after {
    background: linear-gradient(
      180deg,
      RGBA(196, 129, 243, 0),
      RGBA(196, 129, 243, 0.9),
      RGBA(196, 129, 243, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:black::before,
  .laptop\:taper-fade-h.laptop\:black::before {
    background: linear-gradient(
      180deg,
      RGBA(0, 0, 0, 1),
      RGBA(0, 0, 0, 0.9),
      RGBA(0, 0, 0, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:black::after,
  .laptop\:taper-fade-h.laptop\:black::after {
    background: linear-gradient(
      180deg,
      RGBA(0, 0, 0, 0),
      RGBA(0, 0, 0, 0.9),
      RGBA(0, 0, 0, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:space::before,
  .laptop\:taper-fade-h.laptop\:space::before {
    background: linear-gradient(
      180deg,
      RGBA(1, 1, 30, 1),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:space::after,
  .laptop\:taper-fade-h.laptop\:space::after {
    background: linear-gradient(
      180deg,
      RGBA(1, 1, 30, 0),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:midnight::before,
  .laptop\:taper-fade-h.laptop\:midnight::before {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:midnight::after,
  .laptop\:taper-fade-h.laptop\:midnight::after {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:dawn::before,
  .laptop\:taper-fade-h.laptop\:dawn::before {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:dawn::after,
  .laptop\:taper-fade-h.laptop\:dawn::after {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:steel::before,
  .laptop\:taper-fade-h.laptop\:steel::before {
    background: linear-gradient(
      180deg,
      RGBA(85, 84, 99, 1),
      RGBA(85, 84, 99, 0.9),
      RGBA(85, 84, 99, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:steel::after,
  .laptop\:taper-fade-h.laptop\:steel::after {
    background: linear-gradient(
      180deg,
      RGBA(85, 84, 99, 0),
      RGBA(85, 84, 99, 0.9),
      RGBA(85, 84, 99, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:smoke::before,
  .laptop\:taper-fade-h.laptop\:smoke::before {
    background: linear-gradient(
      180deg,
      RGBA(109, 109, 156, 1),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:smoke::after,
  .laptop\:taper-fade-h.laptop\:smoke::after {
    background: linear-gradient(
      180deg,
      RGBA(109, 109, 156, 0),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:snow::before,
  .laptop\:taper-fade-h.laptop\:snow::before {
    background: linear-gradient(
      180deg,
      RGBA(246, 247, 251, 1),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:snow::after,
  .laptop\:taper-fade-h.laptop\:snow::after {
    background: linear-gradient(
      180deg,
      RGBA(246, 247, 251, 0),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:white::before,
  .laptop\:taper-fade-h.laptop\:white::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:white::after,
  .laptop\:taper-fade-h.laptop\:white::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:rose::before,
  .laptop\:taper-fade-h.laptop\:rose::before {
    background: linear-gradient(
      180deg,
      RGBA(200, 45, 83, 1),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:rose::after,
  .laptop\:taper-fade-h.laptop\:rose::after {
    background: linear-gradient(
      180deg,
      RGBA(200, 45, 83, 0),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:salmon::before,
  .laptop\:taper-fade-h.laptop\:salmon::before {
    background: linear-gradient(
      180deg,
      RGBA(249, 122, 153, 1),
      RGBA(249, 122, 153, 0.9),
      RGBA(249, 122, 153, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:salmon::after,
  .laptop\:taper-fade-h.laptop\:salmon::after {
    background: linear-gradient(
      180deg,
      RGBA(249, 122, 153, 0),
      RGBA(249, 122, 153, 0.9),
      RGBA(249, 122, 153, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:hot-pink::before,
  .laptop\:taper-fade-h.laptop\:hot-pink::before {
    background: linear-gradient(
      180deg,
      RGBA(229, 85, 172, 1),
      RGBA(229, 85, 172, 0.9),
      RGBA(229, 85, 172, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:hot-pink::after,
  .laptop\:taper-fade-h.laptop\:hot-pink::after {
    background: linear-gradient(
      180deg,
      RGBA(229, 85, 172, 0),
      RGBA(229, 85, 172, 0.9),
      RGBA(229, 85, 172, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:bubblegum::before,
  .laptop\:taper-fade-h.laptop\:bubblegum::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 120, 225, 1),
      RGBA(255, 120, 225, 0.9),
      RGBA(255, 120, 225, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:bubblegum::after,
  .laptop\:taper-fade-h.laptop\:bubblegum::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 120, 225, 0),
      RGBA(255, 120, 225, 0.9),
      RGBA(255, 120, 225, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:autumn::before,
  .laptop\:taper-fade-h.laptop\:autumn::before {
    background: linear-gradient(
      180deg,
      RGBA(192, 76, 10, 1),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:autumn::after,
  .laptop\:taper-fade-h.laptop\:autumn::after {
    background: linear-gradient(
      180deg,
      RGBA(192, 76, 10, 0),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:tiger::before,
  .laptop\:taper-fade-h.laptop\:tiger::before {
    background: linear-gradient(
      180deg,
      RGBA(249, 144, 72, 1),
      RGBA(249, 144, 72, 0.9),
      RGBA(249, 144, 72, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:tiger::after,
  .laptop\:taper-fade-h.laptop\:tiger::after {
    background: linear-gradient(
      180deg,
      RGBA(249, 144, 72, 0),
      RGBA(249, 144, 72, 0.9),
      RGBA(249, 144, 72, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:summer::before,
  .laptop\:taper-fade-h.laptop\:summer::before {
    background: linear-gradient(
      180deg,
      RGBA(249, 199, 72, 1),
      RGBA(249, 199, 72, 0.9),
      RGBA(249, 199, 72, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:summer::after,
  .laptop\:taper-fade-h.laptop\:summer::after {
    background: linear-gradient(
      180deg,
      RGBA(249, 199, 72, 0),
      RGBA(249, 199, 72, 0.9),
      RGBA(249, 199, 72, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:daffodil::before,
  .laptop\:taper-fade-h.laptop\:daffodil::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 231, 146, 1),
      RGBA(255, 231, 146, 0.9),
      RGBA(255, 231, 146, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:daffodil::after,
  .laptop\:taper-fade-h.laptop\:daffodil::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 231, 146, 0),
      RGBA(255, 231, 146, 0.9),
      RGBA(255, 231, 146, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:turquoise::before,
  .laptop\:taper-fade-h.laptop\:turquoise::before {
    background: linear-gradient(
      180deg,
      RGBA(9, 125, 152, 1),
      RGBA(9, 125, 152, 0.9),
      RGBA(9, 125, 152, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:turquoise::after,
  .laptop\:taper-fade-h.laptop\:turquoise::after {
    background: linear-gradient(
      180deg,
      RGBA(9, 125, 152, 0),
      RGBA(9, 125, 152, 0.9),
      RGBA(9, 125, 152, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:dark-teal::before,
  .laptop\:taper-fade-h.laptop\:dark-teal::before {
    background: linear-gradient(
      180deg,
      RGBA(22, 137, 130, 1),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:dark-teal::after,
  .laptop\:taper-fade-h.laptop\:dark-teal::after {
    background: linear-gradient(
      180deg,
      RGBA(22, 137, 130, 0),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:teal::before,
  .laptop\:taper-fade-h.laptop\:teal::before {
    background: linear-gradient(
      180deg,
      RGBA(67, 181, 154, 1),
      RGBA(67, 181, 154, 0.9),
      RGBA(67, 181, 154, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:teal::after,
  .laptop\:taper-fade-h.laptop\:teal::after {
    background: linear-gradient(
      180deg,
      RGBA(67, 181, 154, 0),
      RGBA(67, 181, 154, 0.9),
      RGBA(67, 181, 154, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:vibe::before,
  .laptop\:taper-fade-h.laptop\:vibe::before {
    background: linear-gradient(
      180deg,
      RGBA(75, 214, 181, 1),
      RGBA(75, 214, 181, 0.9),
      RGBA(75, 214, 181, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:vibe::after,
  .laptop\:taper-fade-h.laptop\:vibe::after {
    background: linear-gradient(
      180deg,
      RGBA(75, 214, 181, 0),
      RGBA(75, 214, 181, 0.9),
      RGBA(75, 214, 181, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:deep-sea::before,
  .laptop\:taper-fade-h.laptop\:deep-sea::before {
    background: linear-gradient(
      180deg,
      RGBA(10, 38, 184, 1),
      RGBA(10, 38, 184, 0.9),
      RGBA(10, 38, 184, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:deep-sea::after,
  .laptop\:taper-fade-h.laptop\:deep-sea::after {
    background: linear-gradient(
      180deg,
      RGBA(10, 38, 184, 0),
      RGBA(10, 38, 184, 0.9),
      RGBA(10, 38, 184, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:electric-blue::before,
  .laptop\:taper-fade-h.laptop\:electric-blue::before {
    background: linear-gradient(
      180deg,
      RGBA(20, 93, 235, 1),
      RGBA(20, 93, 235, 0.9),
      RGBA(20, 93, 235, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:electric-blue::after,
  .laptop\:taper-fade-h.laptop\:electric-blue::after {
    background: linear-gradient(
      180deg,
      RGBA(20, 93, 235, 0),
      RGBA(20, 93, 235, 0.9),
      RGBA(20, 93, 235, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:electric-blue-dark::before,
  .laptop\:taper-fade-h.laptop\:electric-blue-dark::before {
    background: linear-gradient(
      180deg,
      RGBA(62, 162, 255, 1),
      RGBA(62, 162, 255, 0.9),
      RGBA(62, 162, 255, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:electric-blue-dark::after,
  .laptop\:taper-fade-h.laptop\:electric-blue-dark::after {
    background: linear-gradient(
      180deg,
      RGBA(62, 162, 255, 0),
      RGBA(62, 162, 255, 0.9),
      RGBA(62, 162, 255, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:periwinkle::before,
  .laptop\:taper-fade-h.laptop\:periwinkle::before {
    background: linear-gradient(
      180deg,
      RGBA(155, 207, 255, 1),
      RGBA(155, 207, 255, 0.9),
      RGBA(155, 207, 255, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:periwinkle::after,
  .laptop\:taper-fade-h.laptop\:periwinkle::after {
    background: linear-gradient(
      180deg,
      RGBA(155, 207, 255, 0),
      RGBA(155, 207, 255, 0.9),
      RGBA(155, 207, 255, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:lilac::before,
  .laptop\:taper-fade-h.laptop\:lilac::before {
    background: linear-gradient(
      180deg,
      RGBA(133, 152, 251, 1),
      RGBA(133, 152, 251, 0.9),
      RGBA(133, 152, 251, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:lilac::after,
  .laptop\:taper-fade-h.laptop\:lilac::after {
    background: linear-gradient(
      180deg,
      RGBA(133, 152, 251, 0),
      RGBA(133, 152, 251, 0.9),
      RGBA(133, 152, 251, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:sky::before,
  .laptop\:taper-fade-h.laptop\:sky::before {
    background: linear-gradient(
      180deg,
      RGBA(20, 196, 235, 1),
      RGBA(20, 196, 235, 0.9),
      RGBA(20, 196, 235, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:sky::after,
  .laptop\:taper-fade-h.laptop\:sky::after {
    background: linear-gradient(
      180deg,
      RGBA(20, 196, 235, 0),
      RGBA(20, 196, 235, 0.9),
      RGBA(20, 196, 235, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:cotton-candy::before,
  .laptop\:taper-fade-h.laptop\:cotton-candy::before {
    background: linear-gradient(
      180deg,
      RGBA(192, 245, 242, 1),
      RGBA(192, 245, 242, 0.9),
      RGBA(192, 245, 242, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:cotton-candy::after,
  .laptop\:taper-fade-h.laptop\:cotton-candy::after {
    background: linear-gradient(
      180deg,
      RGBA(192, 245, 242, 0),
      RGBA(192, 245, 242, 0.9),
      RGBA(192, 245, 242, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:brand-primary::before,
  .laptop\:taper-fade-h.laptop\:brand-primary::before {
    background: linear-gradient(
      180deg,
      RGBA(68, 28, 153, 1),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:brand-primary::after,
  .laptop\:taper-fade-h.laptop\:brand-primary::after {
    background: linear-gradient(
      180deg,
      RGBA(68, 28, 153, 0),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:brand-secondary::before,
  .laptop\:taper-fade-h.laptop\:brand-secondary::before {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:brand-secondary::after,
  .laptop\:taper-fade-h.laptop\:brand-secondary::after {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:color-headline::before,
  .laptop\:taper-fade-h.laptop\:color-headline::before {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:color-headline::after,
  .laptop\:taper-fade-h.laptop\:color-headline::after {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:color-body::before,
  .laptop\:taper-fade-h.laptop\:color-body::before {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:color-body::after,
  .laptop\:taper-fade-h.laptop\:color-body::after {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:success::before,
  .laptop\:taper-fade-h.laptop\:success::before {
    background: linear-gradient(
      180deg,
      RGBA(22, 137, 130, 1),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:success::after,
  .laptop\:taper-fade-h.laptop\:success::after {
    background: linear-gradient(
      180deg,
      RGBA(22, 137, 130, 0),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:success-contrast::before,
  .laptop\:taper-fade-h.laptop\:success-contrast::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:success-contrast::after,
  .laptop\:taper-fade-h.laptop\:success-contrast::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:warning::before,
  .laptop\:taper-fade-h.laptop\:warning::before {
    background: linear-gradient(
      180deg,
      RGBA(192, 76, 10, 1),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:warning::after,
  .laptop\:taper-fade-h.laptop\:warning::after {
    background: linear-gradient(
      180deg,
      RGBA(192, 76, 10, 0),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:warning-contrast::before,
  .laptop\:taper-fade-h.laptop\:warning-contrast::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:warning-contrast::after,
  .laptop\:taper-fade-h.laptop\:warning-contrast::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:fail::before,
  .laptop\:taper-fade-h.laptop\:fail::before {
    background: linear-gradient(
      180deg,
      RGBA(200, 45, 83, 1),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:fail::after,
  .laptop\:taper-fade-h.laptop\:fail::after {
    background: linear-gradient(
      180deg,
      RGBA(200, 45, 83, 0),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:fail-contrast::before,
  .laptop\:taper-fade-h.laptop\:fail-contrast::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:fail-contrast::after,
  .laptop\:taper-fade-h.laptop\:fail-contrast::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:neutral::before,
  .laptop\:taper-fade-h.laptop\:neutral::before {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:neutral::after,
  .laptop\:taper-fade-h.laptop\:neutral::after {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:neutral-contrast::before,
  .laptop\:taper-fade-h.laptop\:neutral-contrast::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:neutral-contrast::after,
  .laptop\:taper-fade-h.laptop\:neutral-contrast::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:neutral-1::before,
  .laptop\:taper-fade-h.laptop\:neutral-1::before {
    background: linear-gradient(
      180deg,
      RGBA(1, 1, 30, 1),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:neutral-1::after,
  .laptop\:taper-fade-h.laptop\:neutral-1::after {
    background: linear-gradient(
      180deg,
      RGBA(1, 1, 30, 0),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:neutral-2::before,
  .laptop\:taper-fade-h.laptop\:neutral-2::before {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:neutral-2::after,
  .laptop\:taper-fade-h.laptop\:neutral-2::after {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:neutral-3::before,
  .laptop\:taper-fade-h.laptop\:neutral-3::before {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:neutral-3::after,
  .laptop\:taper-fade-h.laptop\:neutral-3::after {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:neutral-4::before,
  .laptop\:taper-fade-h.laptop\:neutral-4::before {
    background: linear-gradient(
      180deg,
      RGBA(109, 109, 156, 1),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:neutral-4::after,
  .laptop\:taper-fade-h.laptop\:neutral-4::after {
    background: linear-gradient(
      180deg,
      RGBA(109, 109, 156, 0),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:neutral-5::before,
  .laptop\:taper-fade-h.laptop\:neutral-5::before {
    background: linear-gradient(
      180deg,
      RGBA(246, 247, 251, 1),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:neutral-5::after,
  .laptop\:taper-fade-h.laptop\:neutral-5::after {
    background: linear-gradient(
      180deg,
      RGBA(246, 247, 251, 0),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:neutral-6::before,
  .laptop\:taper-fade-h.laptop\:neutral-6::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:neutral-6::after,
  .laptop\:taper-fade-h.laptop\:neutral-6::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:ui-fill::before,
  .laptop\:taper-fade-h.laptop\:ui-fill::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:ui-fill::after,
  .laptop\:taper-fade-h.laptop\:ui-fill::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:ui-stroke::before,
  .laptop\:taper-fade-h.laptop\:ui-stroke::before {
    background: linear-gradient(
      180deg,
      RGBA(109, 109, 156, 1),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:ui-stroke::after,
  .laptop\:taper-fade-h.laptop\:ui-stroke::after {
    background: linear-gradient(
      180deg,
      RGBA(109, 109, 156, 0),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:ui-text::before,
  .laptop\:taper-fade-h.laptop\:ui-text::before {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:ui-text::after,
  .laptop\:taper-fade-h.laptop\:ui-text::after {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-purple::before,
  .laptop\:taper-fade-h.laptop\:base-purple::before {
    background: linear-gradient(
      180deg,
      RGBA(246, 244, 250, 1),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-purple::after,
  .laptop\:taper-fade-h.laptop\:base-purple::after {
    background: linear-gradient(
      180deg,
      RGBA(246, 244, 250, 0),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-dark-purple::before,
  .laptop\:taper-fade-h.laptop\:base-dark-purple::before {
    background: linear-gradient(
      180deg,
      RGBA(246, 244, 250, 1),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-dark-purple::after,
  .laptop\:taper-fade-h.laptop\:base-dark-purple::after {
    background: linear-gradient(
      180deg,
      RGBA(246, 244, 250, 0),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-deep-sea::before,
  .laptop\:taper-fade-h.laptop\:base-deep-sea::before {
    background: linear-gradient(
      180deg,
      RGBA(243, 244, 252, 1),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-deep-sea::after,
  .laptop\:taper-fade-h.laptop\:base-deep-sea::after {
    background: linear-gradient(
      180deg,
      RGBA(243, 244, 252, 0),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-rose::before,
  .laptop\:taper-fade-h.laptop\:base-rose::before {
    background: linear-gradient(
      180deg,
      RGBA(254, 247, 248, 1),
      RGBA(254, 247, 248, 0.9),
      RGBA(254, 247, 248, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-rose::after,
  .laptop\:taper-fade-h.laptop\:base-rose::after {
    background: linear-gradient(
      180deg,
      RGBA(254, 247, 248, 0),
      RGBA(254, 247, 248, 0.9),
      RGBA(254, 247, 248, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-autumn::before,
  .laptop\:taper-fade-h.laptop\:base-autumn::before {
    background: linear-gradient(
      180deg,
      RGBA(252, 246, 243, 1),
      RGBA(252, 246, 243, 0.9),
      RGBA(252, 246, 243, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-autumn::after,
  .laptop\:taper-fade-h.laptop\:base-autumn::after {
    background: linear-gradient(
      180deg,
      RGBA(252, 246, 243, 0),
      RGBA(252, 246, 243, 0.9),
      RGBA(252, 246, 243, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-dark-teal::before,
  .laptop\:taper-fade-h.laptop\:base-dark-teal::before {
    background: linear-gradient(
      180deg,
      RGBA(243, 249, 249, 1),
      RGBA(243, 249, 249, 0.9),
      RGBA(243, 249, 249, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-dark-teal::after,
  .laptop\:taper-fade-h.laptop\:base-dark-teal::after {
    background: linear-gradient(
      180deg,
      RGBA(243, 249, 249, 0),
      RGBA(243, 249, 249, 0.9),
      RGBA(243, 249, 249, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-turquoise::before,
  .laptop\:taper-fade-h.laptop\:base-turquoise::before {
    background: linear-gradient(
      180deg,
      RGBA(243, 249, 250, 1),
      RGBA(243, 249, 250, 0.9),
      RGBA(243, 249, 250, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-turquoise::after,
  .laptop\:taper-fade-h.laptop\:base-turquoise::after {
    background: linear-gradient(
      180deg,
      RGBA(243, 249, 250, 0),
      RGBA(243, 249, 250, 0.9),
      RGBA(243, 249, 250, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-electric-blue::before,
  .laptop\:taper-fade-h.laptop\:base-electric-blue::before {
    background: linear-gradient(
      180deg,
      RGBA(243, 247, 254, 1),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-electric-blue::after,
  .laptop\:taper-fade-h.laptop\:base-electric-blue::after {
    background: linear-gradient(
      180deg,
      RGBA(243, 247, 254, 0),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-action::before,
  .laptop\:taper-fade-h.laptop\:base-action::before {
    background: linear-gradient(
      180deg,
      RGBA(243, 247, 254, 1),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-action::after,
  .laptop\:taper-fade-h.laptop\:base-action::after {
    background: linear-gradient(
      180deg,
      RGBA(243, 247, 254, 0),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 1)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-action-secondary::before,
  .laptop\:taper-fade-h.laptop\:base-action-secondary::before {
    background: linear-gradient(
      180deg,
      RGBA(243, 244, 252, 1),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 0)
    );
  }
  .laptop\:taper-fade-v.laptop\:base-action-secondary::after,
  .laptop\:taper-fade-h.laptop\:base-action-secondary::after {
    background: linear-gradient(
      180deg,
      RGBA(243, 244, 252, 0),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 1)
    );
  }
  .laptop\:taper-fade-h::before,
  .laptop\:taper-fade-h::after {
    margin: 0 auto 0 0;
    width: 2rem;
    height: 100%;
  }
  .laptop\:taper-fade-h::after {
    margin: 0 0 0 auto;
  }
  .laptop\:taper-fade-h.laptop\:dark-purple::before {
    background: linear-gradient(
      90deg,
      RGBA(68, 28, 153, 1),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:dark-purple::after {
    background: linear-gradient(
      90deg,
      RGBA(68, 28, 153, 0),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:purple::before {
    background: linear-gradient(
      90deg,
      RGBA(144, 67, 198, 1),
      RGBA(144, 67, 198, 0.9),
      RGBA(144, 67, 198, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:purple::after {
    background: linear-gradient(
      90deg,
      RGBA(144, 67, 198, 0),
      RGBA(144, 67, 198, 0.9),
      RGBA(144, 67, 198, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:lavender::before {
    background: linear-gradient(
      90deg,
      RGBA(196, 129, 243, 1),
      RGBA(196, 129, 243, 0.9),
      RGBA(196, 129, 243, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:lavender::after {
    background: linear-gradient(
      90deg,
      RGBA(196, 129, 243, 0),
      RGBA(196, 129, 243, 0.9),
      RGBA(196, 129, 243, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:black::before {
    background: linear-gradient(
      90deg,
      RGBA(0, 0, 0, 1),
      RGBA(0, 0, 0, 0.9),
      RGBA(0, 0, 0, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:black::after {
    background: linear-gradient(
      90deg,
      RGBA(0, 0, 0, 0),
      RGBA(0, 0, 0, 0.9),
      RGBA(0, 0, 0, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:space::before {
    background: linear-gradient(
      90deg,
      RGBA(1, 1, 30, 1),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:space::after {
    background: linear-gradient(
      90deg,
      RGBA(1, 1, 30, 0),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:midnight::before {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:midnight::after {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:dawn::before {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:dawn::after {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:steel::before {
    background: linear-gradient(
      90deg,
      RGBA(85, 84, 99, 1),
      RGBA(85, 84, 99, 0.9),
      RGBA(85, 84, 99, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:steel::after {
    background: linear-gradient(
      90deg,
      RGBA(85, 84, 99, 0),
      RGBA(85, 84, 99, 0.9),
      RGBA(85, 84, 99, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:smoke::before {
    background: linear-gradient(
      90deg,
      RGBA(109, 109, 156, 1),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:smoke::after {
    background: linear-gradient(
      90deg,
      RGBA(109, 109, 156, 0),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:snow::before {
    background: linear-gradient(
      90deg,
      RGBA(246, 247, 251, 1),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:snow::after {
    background: linear-gradient(
      90deg,
      RGBA(246, 247, 251, 0),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:white::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:white::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:rose::before {
    background: linear-gradient(
      90deg,
      RGBA(200, 45, 83, 1),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:rose::after {
    background: linear-gradient(
      90deg,
      RGBA(200, 45, 83, 0),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:salmon::before {
    background: linear-gradient(
      90deg,
      RGBA(249, 122, 153, 1),
      RGBA(249, 122, 153, 0.9),
      RGBA(249, 122, 153, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:salmon::after {
    background: linear-gradient(
      90deg,
      RGBA(249, 122, 153, 0),
      RGBA(249, 122, 153, 0.9),
      RGBA(249, 122, 153, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:hot-pink::before {
    background: linear-gradient(
      90deg,
      RGBA(229, 85, 172, 1),
      RGBA(229, 85, 172, 0.9),
      RGBA(229, 85, 172, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:hot-pink::after {
    background: linear-gradient(
      90deg,
      RGBA(229, 85, 172, 0),
      RGBA(229, 85, 172, 0.9),
      RGBA(229, 85, 172, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:bubblegum::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 120, 225, 1),
      RGBA(255, 120, 225, 0.9),
      RGBA(255, 120, 225, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:bubblegum::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 120, 225, 0),
      RGBA(255, 120, 225, 0.9),
      RGBA(255, 120, 225, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:autumn::before {
    background: linear-gradient(
      90deg,
      RGBA(192, 76, 10, 1),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:autumn::after {
    background: linear-gradient(
      90deg,
      RGBA(192, 76, 10, 0),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:tiger::before {
    background: linear-gradient(
      90deg,
      RGBA(249, 144, 72, 1),
      RGBA(249, 144, 72, 0.9),
      RGBA(249, 144, 72, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:tiger::after {
    background: linear-gradient(
      90deg,
      RGBA(249, 144, 72, 0),
      RGBA(249, 144, 72, 0.9),
      RGBA(249, 144, 72, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:summer::before {
    background: linear-gradient(
      90deg,
      RGBA(249, 199, 72, 1),
      RGBA(249, 199, 72, 0.9),
      RGBA(249, 199, 72, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:summer::after {
    background: linear-gradient(
      90deg,
      RGBA(249, 199, 72, 0),
      RGBA(249, 199, 72, 0.9),
      RGBA(249, 199, 72, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:daffodil::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 231, 146, 1),
      RGBA(255, 231, 146, 0.9),
      RGBA(255, 231, 146, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:daffodil::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 231, 146, 0),
      RGBA(255, 231, 146, 0.9),
      RGBA(255, 231, 146, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:turquoise::before {
    background: linear-gradient(
      90deg,
      RGBA(9, 125, 152, 1),
      RGBA(9, 125, 152, 0.9),
      RGBA(9, 125, 152, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:turquoise::after {
    background: linear-gradient(
      90deg,
      RGBA(9, 125, 152, 0),
      RGBA(9, 125, 152, 0.9),
      RGBA(9, 125, 152, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:dark-teal::before {
    background: linear-gradient(
      90deg,
      RGBA(22, 137, 130, 1),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:dark-teal::after {
    background: linear-gradient(
      90deg,
      RGBA(22, 137, 130, 0),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:teal::before {
    background: linear-gradient(
      90deg,
      RGBA(67, 181, 154, 1),
      RGBA(67, 181, 154, 0.9),
      RGBA(67, 181, 154, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:teal::after {
    background: linear-gradient(
      90deg,
      RGBA(67, 181, 154, 0),
      RGBA(67, 181, 154, 0.9),
      RGBA(67, 181, 154, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:vibe::before {
    background: linear-gradient(
      90deg,
      RGBA(75, 214, 181, 1),
      RGBA(75, 214, 181, 0.9),
      RGBA(75, 214, 181, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:vibe::after {
    background: linear-gradient(
      90deg,
      RGBA(75, 214, 181, 0),
      RGBA(75, 214, 181, 0.9),
      RGBA(75, 214, 181, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:deep-sea::before {
    background: linear-gradient(
      90deg,
      RGBA(10, 38, 184, 1),
      RGBA(10, 38, 184, 0.9),
      RGBA(10, 38, 184, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:deep-sea::after {
    background: linear-gradient(
      90deg,
      RGBA(10, 38, 184, 0),
      RGBA(10, 38, 184, 0.9),
      RGBA(10, 38, 184, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:electric-blue::before {
    background: linear-gradient(
      90deg,
      RGBA(20, 93, 235, 1),
      RGBA(20, 93, 235, 0.9),
      RGBA(20, 93, 235, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:electric-blue::after {
    background: linear-gradient(
      90deg,
      RGBA(20, 93, 235, 0),
      RGBA(20, 93, 235, 0.9),
      RGBA(20, 93, 235, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:electric-blue-dark::before {
    background: linear-gradient(
      90deg,
      RGBA(62, 162, 255, 1),
      RGBA(62, 162, 255, 0.9),
      RGBA(62, 162, 255, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:electric-blue-dark::after {
    background: linear-gradient(
      90deg,
      RGBA(62, 162, 255, 0),
      RGBA(62, 162, 255, 0.9),
      RGBA(62, 162, 255, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:periwinkle::before {
    background: linear-gradient(
      90deg,
      RGBA(155, 207, 255, 1),
      RGBA(155, 207, 255, 0.9),
      RGBA(155, 207, 255, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:periwinkle::after {
    background: linear-gradient(
      90deg,
      RGBA(155, 207, 255, 0),
      RGBA(155, 207, 255, 0.9),
      RGBA(155, 207, 255, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:lilac::before {
    background: linear-gradient(
      90deg,
      RGBA(133, 152, 251, 1),
      RGBA(133, 152, 251, 0.9),
      RGBA(133, 152, 251, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:lilac::after {
    background: linear-gradient(
      90deg,
      RGBA(133, 152, 251, 0),
      RGBA(133, 152, 251, 0.9),
      RGBA(133, 152, 251, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:sky::before {
    background: linear-gradient(
      90deg,
      RGBA(20, 196, 235, 1),
      RGBA(20, 196, 235, 0.9),
      RGBA(20, 196, 235, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:sky::after {
    background: linear-gradient(
      90deg,
      RGBA(20, 196, 235, 0),
      RGBA(20, 196, 235, 0.9),
      RGBA(20, 196, 235, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:cotton-candy::before {
    background: linear-gradient(
      90deg,
      RGBA(192, 245, 242, 1),
      RGBA(192, 245, 242, 0.9),
      RGBA(192, 245, 242, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:cotton-candy::after {
    background: linear-gradient(
      90deg,
      RGBA(192, 245, 242, 0),
      RGBA(192, 245, 242, 0.9),
      RGBA(192, 245, 242, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:brand-primary::before {
    background: linear-gradient(
      90deg,
      RGBA(68, 28, 153, 1),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:brand-primary::after {
    background: linear-gradient(
      90deg,
      RGBA(68, 28, 153, 0),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:brand-secondary::before {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:brand-secondary::after {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:color-headline::before {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:color-headline::after {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:color-body::before {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:color-body::after {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:success::before {
    background: linear-gradient(
      90deg,
      RGBA(22, 137, 130, 1),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:success::after {
    background: linear-gradient(
      90deg,
      RGBA(22, 137, 130, 0),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:success-contrast::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:success-contrast::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:warning::before {
    background: linear-gradient(
      90deg,
      RGBA(192, 76, 10, 1),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:warning::after {
    background: linear-gradient(
      90deg,
      RGBA(192, 76, 10, 0),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:warning-contrast::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:warning-contrast::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:fail::before {
    background: linear-gradient(
      90deg,
      RGBA(200, 45, 83, 1),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:fail::after {
    background: linear-gradient(
      90deg,
      RGBA(200, 45, 83, 0),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:fail-contrast::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:fail-contrast::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:neutral::before {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:neutral::after {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:neutral-contrast::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:neutral-contrast::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:neutral-1::before {
    background: linear-gradient(
      90deg,
      RGBA(1, 1, 30, 1),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:neutral-1::after {
    background: linear-gradient(
      90deg,
      RGBA(1, 1, 30, 0),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:neutral-2::before {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:neutral-2::after {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:neutral-3::before {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:neutral-3::after {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:neutral-4::before {
    background: linear-gradient(
      90deg,
      RGBA(109, 109, 156, 1),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:neutral-4::after {
    background: linear-gradient(
      90deg,
      RGBA(109, 109, 156, 0),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:neutral-5::before {
    background: linear-gradient(
      90deg,
      RGBA(246, 247, 251, 1),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:neutral-5::after {
    background: linear-gradient(
      90deg,
      RGBA(246, 247, 251, 0),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:neutral-6::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:neutral-6::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:ui-fill::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:ui-fill::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:ui-stroke::before {
    background: linear-gradient(
      90deg,
      RGBA(109, 109, 156, 1),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:ui-stroke::after {
    background: linear-gradient(
      90deg,
      RGBA(109, 109, 156, 0),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:ui-text::before {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:ui-text::after {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-purple::before {
    background: linear-gradient(
      90deg,
      RGBA(246, 244, 250, 1),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-purple::after {
    background: linear-gradient(
      90deg,
      RGBA(246, 244, 250, 0),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-dark-purple::before {
    background: linear-gradient(
      90deg,
      RGBA(246, 244, 250, 1),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-dark-purple::after {
    background: linear-gradient(
      90deg,
      RGBA(246, 244, 250, 0),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-deep-sea::before {
    background: linear-gradient(
      90deg,
      RGBA(243, 244, 252, 1),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-deep-sea::after {
    background: linear-gradient(
      90deg,
      RGBA(243, 244, 252, 0),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-rose::before {
    background: linear-gradient(
      90deg,
      RGBA(254, 247, 248, 1),
      RGBA(254, 247, 248, 0.9),
      RGBA(254, 247, 248, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-rose::after {
    background: linear-gradient(
      90deg,
      RGBA(254, 247, 248, 0),
      RGBA(254, 247, 248, 0.9),
      RGBA(254, 247, 248, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-autumn::before {
    background: linear-gradient(
      90deg,
      RGBA(252, 246, 243, 1),
      RGBA(252, 246, 243, 0.9),
      RGBA(252, 246, 243, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-autumn::after {
    background: linear-gradient(
      90deg,
      RGBA(252, 246, 243, 0),
      RGBA(252, 246, 243, 0.9),
      RGBA(252, 246, 243, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-dark-teal::before {
    background: linear-gradient(
      90deg,
      RGBA(243, 249, 249, 1),
      RGBA(243, 249, 249, 0.9),
      RGBA(243, 249, 249, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-dark-teal::after {
    background: linear-gradient(
      90deg,
      RGBA(243, 249, 249, 0),
      RGBA(243, 249, 249, 0.9),
      RGBA(243, 249, 249, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-turquoise::before {
    background: linear-gradient(
      90deg,
      RGBA(243, 249, 250, 1),
      RGBA(243, 249, 250, 0.9),
      RGBA(243, 249, 250, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-turquoise::after {
    background: linear-gradient(
      90deg,
      RGBA(243, 249, 250, 0),
      RGBA(243, 249, 250, 0.9),
      RGBA(243, 249, 250, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-electric-blue::before {
    background: linear-gradient(
      90deg,
      RGBA(243, 247, 254, 1),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-electric-blue::after {
    background: linear-gradient(
      90deg,
      RGBA(243, 247, 254, 0),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-action::before {
    background: linear-gradient(
      90deg,
      RGBA(243, 247, 254, 1),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-action::after {
    background: linear-gradient(
      90deg,
      RGBA(243, 247, 254, 0),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 1)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-action-secondary::before {
    background: linear-gradient(
      90deg,
      RGBA(243, 244, 252, 1),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 0)
    );
  }
  .laptop\:taper-fade-h.laptop\:base-action-secondary::after {
    background: linear-gradient(
      90deg,
      RGBA(243, 244, 252, 0),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 1)
    );
  }
  .laptop\:taper-fade-none::before,
  .laptop\:taper-fade-none::after {
    display: none;
  }
}
@media (max-width: 960px) {
  .mobile\:opacity-0,
  .mobile\:hover\:opacity-0:hover,
  .mobile\:focus\:opacity-0:focus,
  .mobile\:group:hover .group-hover\:opacity-0,
  .mobile\:group:focus-within .group-focus-within\:opacity-0 {
    opacity: 0;
  }
  .mobile\:opacity-00,
  .mobile\:hover\:opacity-00:hover,
  .mobile\:focus\:opacity-00:focus,
  .mobile\:group:hover .group-hover\:opacity-00,
  .mobile\:group:focus-within .group-focus-within\:opacity-00 {
    opacity: 0;
  }
  .mobile\:opacity-1,
  .mobile\:hover\:opacity-1:hover,
  .mobile\:focus\:opacity-1:focus,
  .mobile\:group:hover .group-hover\:opacity-1,
  .mobile\:group:focus-within .group-focus-within\:opacity-1 {
    opacity: 0.1;
  }
  .mobile\:opacity-01,
  .mobile\:hover\:opacity-01:hover,
  .mobile\:focus\:opacity-01:focus,
  .mobile\:group:hover .group-hover\:opacity-01,
  .mobile\:group:focus-within .group-focus-within\:opacity-01 {
    opacity: 0.01;
  }
  .mobile\:opacity-2,
  .mobile\:hover\:opacity-2:hover,
  .mobile\:focus\:opacity-2:focus,
  .mobile\:group:hover .group-hover\:opacity-2,
  .mobile\:group:focus-within .group-focus-within\:opacity-2 {
    opacity: 0.2;
  }
  .mobile\:opacity-02,
  .mobile\:hover\:opacity-02:hover,
  .mobile\:focus\:opacity-02:focus,
  .mobile\:group:hover .group-hover\:opacity-02,
  .mobile\:group:focus-within .group-focus-within\:opacity-02 {
    opacity: 0.02;
  }
  .mobile\:opacity-3,
  .mobile\:hover\:opacity-3:hover,
  .mobile\:focus\:opacity-3:focus,
  .mobile\:group:hover .group-hover\:opacity-3,
  .mobile\:group:focus-within .group-focus-within\:opacity-3 {
    opacity: 0.3;
  }
  .mobile\:opacity-03,
  .mobile\:hover\:opacity-03:hover,
  .mobile\:focus\:opacity-03:focus,
  .mobile\:group:hover .group-hover\:opacity-03,
  .mobile\:group:focus-within .group-focus-within\:opacity-03 {
    opacity: 0.03;
  }
  .mobile\:opacity-4,
  .mobile\:hover\:opacity-4:hover,
  .mobile\:focus\:opacity-4:focus,
  .mobile\:group:hover .group-hover\:opacity-4,
  .mobile\:group:focus-within .group-focus-within\:opacity-4 {
    opacity: 0.4;
  }
  .mobile\:opacity-04,
  .mobile\:hover\:opacity-04:hover,
  .mobile\:focus\:opacity-04:focus,
  .mobile\:group:hover .group-hover\:opacity-04,
  .mobile\:group:focus-within .group-focus-within\:opacity-04 {
    opacity: 0.04;
  }
  .mobile\:opacity-5,
  .mobile\:hover\:opacity-5:hover,
  .mobile\:focus\:opacity-5:focus,
  .mobile\:group:hover .group-hover\:opacity-5,
  .mobile\:group:focus-within .group-focus-within\:opacity-5 {
    opacity: 0.5;
  }
  .mobile\:opacity-05,
  .mobile\:hover\:opacity-05:hover,
  .mobile\:focus\:opacity-05:focus,
  .mobile\:group:hover .group-hover\:opacity-05,
  .mobile\:group:focus-within .group-focus-within\:opacity-05 {
    opacity: 0.05;
  }
  .mobile\:opacity-6,
  .mobile\:hover\:opacity-6:hover,
  .mobile\:focus\:opacity-6:focus,
  .mobile\:group:hover .group-hover\:opacity-6,
  .mobile\:group:focus-within .group-focus-within\:opacity-6 {
    opacity: 0.6;
  }
  .mobile\:opacity-06,
  .mobile\:hover\:opacity-06:hover,
  .mobile\:focus\:opacity-06:focus,
  .mobile\:group:hover .group-hover\:opacity-06,
  .mobile\:group:focus-within .group-focus-within\:opacity-06 {
    opacity: 0.06;
  }
  .mobile\:opacity-7,
  .mobile\:hover\:opacity-7:hover,
  .mobile\:focus\:opacity-7:focus,
  .mobile\:group:hover .group-hover\:opacity-7,
  .mobile\:group:focus-within .group-focus-within\:opacity-7 {
    opacity: 0.7;
  }
  .mobile\:opacity-07,
  .mobile\:hover\:opacity-07:hover,
  .mobile\:focus\:opacity-07:focus,
  .mobile\:group:hover .group-hover\:opacity-07,
  .mobile\:group:focus-within .group-focus-within\:opacity-07 {
    opacity: 0.07;
  }
  .mobile\:opacity-8,
  .mobile\:hover\:opacity-8:hover,
  .mobile\:focus\:opacity-8:focus,
  .mobile\:group:hover .group-hover\:opacity-8,
  .mobile\:group:focus-within .group-focus-within\:opacity-8 {
    opacity: 0.8;
  }
  .mobile\:opacity-08,
  .mobile\:hover\:opacity-08:hover,
  .mobile\:focus\:opacity-08:focus,
  .mobile\:group:hover .group-hover\:opacity-08,
  .mobile\:group:focus-within .group-focus-within\:opacity-08 {
    opacity: 0.08;
  }
  .mobile\:opacity-9,
  .mobile\:hover\:opacity-9:hover,
  .mobile\:focus\:opacity-9:focus,
  .mobile\:group:hover .group-hover\:opacity-9,
  .mobile\:group:focus-within .group-focus-within\:opacity-9 {
    opacity: 0.9;
  }
  .mobile\:opacity-09,
  .mobile\:hover\:opacity-09:hover,
  .mobile\:focus\:opacity-09:focus,
  .mobile\:group:hover .group-hover\:opacity-09,
  .mobile\:group:focus-within .group-focus-within\:opacity-09 {
    opacity: 0.09;
  }
  .mobile\:opacity-10,
  .mobile\:hover\:opacity-10:hover,
  .mobile\:focus\:opacity-10:focus,
  .mobile\:group:hover .group-hover\:opacity-10,
  .mobile\:group:focus-within .group-focus-within\:opacity-10 {
    opacity: 1;
  }
  .mobile\:grayscale-full {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
  .mobile\:grayscale-none {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .mobile\:blur-small {
    -webkit-filter: blur(0.625rem);
    filter: blur(0.625rem);
  }
  .mobile\:blur-medium {
    -webkit-filter: blur(1.25rem);
    filter: blur(1.25rem);
  }
  .mobile\:blur-large {
    -webkit-filter: blur(2.5rem);
    filter: blur(2.5rem);
  }
  .mobile\:blur-none {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  .mobile\:bg-blur-small {
    -webkit-backdrop-filter: blur(0.625rem);
    backdrop-filter: blur(0.625rem);
  }
  .mobile\:bg-blur-medium {
    -webkit-backdrop-filter: blur(1.25rem);
    backdrop-filter: blur(1.25rem);
  }
  .mobile\:bg-blur-large {
    -webkit-backdrop-filter: blur(2.5rem);
    backdrop-filter: blur(2.5rem);
  }
  .mobile\:bg-blur-none {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
  .mobile\:taper-fade-v,
  .mobile\:taper-fade-h {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .mobile\:taper-fade-v::before,
  .mobile\:taper-fade-v::after,
  .mobile\:taper-fade-h::before,
  .mobile\:taper-fade-h::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    transition: 0.3s ease-in-out;
    pointer-events: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0 0;
    width: 100%;
    height: 2rem;
    z-index: 100;
  }
  .mobile\:taper-fade-v::before,
  .mobile\:taper-fade-h::before {
    margin: 0 0 auto;
  }
  .mobile\:taper-fade-v.mobile\:dark-purple::before,
  .mobile\:taper-fade-h.mobile\:dark-purple::before {
    background: linear-gradient(
      180deg,
      RGBA(68, 28, 153, 1),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:dark-purple::after,
  .mobile\:taper-fade-h.mobile\:dark-purple::after {
    background: linear-gradient(
      180deg,
      RGBA(68, 28, 153, 0),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:purple::before,
  .mobile\:taper-fade-h.mobile\:purple::before {
    background: linear-gradient(
      180deg,
      RGBA(144, 67, 198, 1),
      RGBA(144, 67, 198, 0.9),
      RGBA(144, 67, 198, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:purple::after,
  .mobile\:taper-fade-h.mobile\:purple::after {
    background: linear-gradient(
      180deg,
      RGBA(144, 67, 198, 0),
      RGBA(144, 67, 198, 0.9),
      RGBA(144, 67, 198, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:lavender::before,
  .mobile\:taper-fade-h.mobile\:lavender::before {
    background: linear-gradient(
      180deg,
      RGBA(196, 129, 243, 1),
      RGBA(196, 129, 243, 0.9),
      RGBA(196, 129, 243, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:lavender::after,
  .mobile\:taper-fade-h.mobile\:lavender::after {
    background: linear-gradient(
      180deg,
      RGBA(196, 129, 243, 0),
      RGBA(196, 129, 243, 0.9),
      RGBA(196, 129, 243, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:black::before,
  .mobile\:taper-fade-h.mobile\:black::before {
    background: linear-gradient(
      180deg,
      RGBA(0, 0, 0, 1),
      RGBA(0, 0, 0, 0.9),
      RGBA(0, 0, 0, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:black::after,
  .mobile\:taper-fade-h.mobile\:black::after {
    background: linear-gradient(
      180deg,
      RGBA(0, 0, 0, 0),
      RGBA(0, 0, 0, 0.9),
      RGBA(0, 0, 0, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:space::before,
  .mobile\:taper-fade-h.mobile\:space::before {
    background: linear-gradient(
      180deg,
      RGBA(1, 1, 30, 1),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:space::after,
  .mobile\:taper-fade-h.mobile\:space::after {
    background: linear-gradient(
      180deg,
      RGBA(1, 1, 30, 0),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:midnight::before,
  .mobile\:taper-fade-h.mobile\:midnight::before {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:midnight::after,
  .mobile\:taper-fade-h.mobile\:midnight::after {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:dawn::before,
  .mobile\:taper-fade-h.mobile\:dawn::before {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:dawn::after,
  .mobile\:taper-fade-h.mobile\:dawn::after {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:steel::before,
  .mobile\:taper-fade-h.mobile\:steel::before {
    background: linear-gradient(
      180deg,
      RGBA(85, 84, 99, 1),
      RGBA(85, 84, 99, 0.9),
      RGBA(85, 84, 99, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:steel::after,
  .mobile\:taper-fade-h.mobile\:steel::after {
    background: linear-gradient(
      180deg,
      RGBA(85, 84, 99, 0),
      RGBA(85, 84, 99, 0.9),
      RGBA(85, 84, 99, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:smoke::before,
  .mobile\:taper-fade-h.mobile\:smoke::before {
    background: linear-gradient(
      180deg,
      RGBA(109, 109, 156, 1),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:smoke::after,
  .mobile\:taper-fade-h.mobile\:smoke::after {
    background: linear-gradient(
      180deg,
      RGBA(109, 109, 156, 0),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:snow::before,
  .mobile\:taper-fade-h.mobile\:snow::before {
    background: linear-gradient(
      180deg,
      RGBA(246, 247, 251, 1),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:snow::after,
  .mobile\:taper-fade-h.mobile\:snow::after {
    background: linear-gradient(
      180deg,
      RGBA(246, 247, 251, 0),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:white::before,
  .mobile\:taper-fade-h.mobile\:white::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:white::after,
  .mobile\:taper-fade-h.mobile\:white::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:rose::before,
  .mobile\:taper-fade-h.mobile\:rose::before {
    background: linear-gradient(
      180deg,
      RGBA(200, 45, 83, 1),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:rose::after,
  .mobile\:taper-fade-h.mobile\:rose::after {
    background: linear-gradient(
      180deg,
      RGBA(200, 45, 83, 0),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:salmon::before,
  .mobile\:taper-fade-h.mobile\:salmon::before {
    background: linear-gradient(
      180deg,
      RGBA(249, 122, 153, 1),
      RGBA(249, 122, 153, 0.9),
      RGBA(249, 122, 153, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:salmon::after,
  .mobile\:taper-fade-h.mobile\:salmon::after {
    background: linear-gradient(
      180deg,
      RGBA(249, 122, 153, 0),
      RGBA(249, 122, 153, 0.9),
      RGBA(249, 122, 153, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:hot-pink::before,
  .mobile\:taper-fade-h.mobile\:hot-pink::before {
    background: linear-gradient(
      180deg,
      RGBA(229, 85, 172, 1),
      RGBA(229, 85, 172, 0.9),
      RGBA(229, 85, 172, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:hot-pink::after,
  .mobile\:taper-fade-h.mobile\:hot-pink::after {
    background: linear-gradient(
      180deg,
      RGBA(229, 85, 172, 0),
      RGBA(229, 85, 172, 0.9),
      RGBA(229, 85, 172, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:bubblegum::before,
  .mobile\:taper-fade-h.mobile\:bubblegum::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 120, 225, 1),
      RGBA(255, 120, 225, 0.9),
      RGBA(255, 120, 225, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:bubblegum::after,
  .mobile\:taper-fade-h.mobile\:bubblegum::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 120, 225, 0),
      RGBA(255, 120, 225, 0.9),
      RGBA(255, 120, 225, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:autumn::before,
  .mobile\:taper-fade-h.mobile\:autumn::before {
    background: linear-gradient(
      180deg,
      RGBA(192, 76, 10, 1),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:autumn::after,
  .mobile\:taper-fade-h.mobile\:autumn::after {
    background: linear-gradient(
      180deg,
      RGBA(192, 76, 10, 0),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:tiger::before,
  .mobile\:taper-fade-h.mobile\:tiger::before {
    background: linear-gradient(
      180deg,
      RGBA(249, 144, 72, 1),
      RGBA(249, 144, 72, 0.9),
      RGBA(249, 144, 72, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:tiger::after,
  .mobile\:taper-fade-h.mobile\:tiger::after {
    background: linear-gradient(
      180deg,
      RGBA(249, 144, 72, 0),
      RGBA(249, 144, 72, 0.9),
      RGBA(249, 144, 72, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:summer::before,
  .mobile\:taper-fade-h.mobile\:summer::before {
    background: linear-gradient(
      180deg,
      RGBA(249, 199, 72, 1),
      RGBA(249, 199, 72, 0.9),
      RGBA(249, 199, 72, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:summer::after,
  .mobile\:taper-fade-h.mobile\:summer::after {
    background: linear-gradient(
      180deg,
      RGBA(249, 199, 72, 0),
      RGBA(249, 199, 72, 0.9),
      RGBA(249, 199, 72, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:daffodil::before,
  .mobile\:taper-fade-h.mobile\:daffodil::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 231, 146, 1),
      RGBA(255, 231, 146, 0.9),
      RGBA(255, 231, 146, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:daffodil::after,
  .mobile\:taper-fade-h.mobile\:daffodil::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 231, 146, 0),
      RGBA(255, 231, 146, 0.9),
      RGBA(255, 231, 146, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:turquoise::before,
  .mobile\:taper-fade-h.mobile\:turquoise::before {
    background: linear-gradient(
      180deg,
      RGBA(9, 125, 152, 1),
      RGBA(9, 125, 152, 0.9),
      RGBA(9, 125, 152, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:turquoise::after,
  .mobile\:taper-fade-h.mobile\:turquoise::after {
    background: linear-gradient(
      180deg,
      RGBA(9, 125, 152, 0),
      RGBA(9, 125, 152, 0.9),
      RGBA(9, 125, 152, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:dark-teal::before,
  .mobile\:taper-fade-h.mobile\:dark-teal::before {
    background: linear-gradient(
      180deg,
      RGBA(22, 137, 130, 1),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:dark-teal::after,
  .mobile\:taper-fade-h.mobile\:dark-teal::after {
    background: linear-gradient(
      180deg,
      RGBA(22, 137, 130, 0),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:teal::before,
  .mobile\:taper-fade-h.mobile\:teal::before {
    background: linear-gradient(
      180deg,
      RGBA(67, 181, 154, 1),
      RGBA(67, 181, 154, 0.9),
      RGBA(67, 181, 154, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:teal::after,
  .mobile\:taper-fade-h.mobile\:teal::after {
    background: linear-gradient(
      180deg,
      RGBA(67, 181, 154, 0),
      RGBA(67, 181, 154, 0.9),
      RGBA(67, 181, 154, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:vibe::before,
  .mobile\:taper-fade-h.mobile\:vibe::before {
    background: linear-gradient(
      180deg,
      RGBA(75, 214, 181, 1),
      RGBA(75, 214, 181, 0.9),
      RGBA(75, 214, 181, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:vibe::after,
  .mobile\:taper-fade-h.mobile\:vibe::after {
    background: linear-gradient(
      180deg,
      RGBA(75, 214, 181, 0),
      RGBA(75, 214, 181, 0.9),
      RGBA(75, 214, 181, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:deep-sea::before,
  .mobile\:taper-fade-h.mobile\:deep-sea::before {
    background: linear-gradient(
      180deg,
      RGBA(10, 38, 184, 1),
      RGBA(10, 38, 184, 0.9),
      RGBA(10, 38, 184, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:deep-sea::after,
  .mobile\:taper-fade-h.mobile\:deep-sea::after {
    background: linear-gradient(
      180deg,
      RGBA(10, 38, 184, 0),
      RGBA(10, 38, 184, 0.9),
      RGBA(10, 38, 184, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:electric-blue::before,
  .mobile\:taper-fade-h.mobile\:electric-blue::before {
    background: linear-gradient(
      180deg,
      RGBA(20, 93, 235, 1),
      RGBA(20, 93, 235, 0.9),
      RGBA(20, 93, 235, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:electric-blue::after,
  .mobile\:taper-fade-h.mobile\:electric-blue::after {
    background: linear-gradient(
      180deg,
      RGBA(20, 93, 235, 0),
      RGBA(20, 93, 235, 0.9),
      RGBA(20, 93, 235, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:electric-blue-dark::before,
  .mobile\:taper-fade-h.mobile\:electric-blue-dark::before {
    background: linear-gradient(
      180deg,
      RGBA(62, 162, 255, 1),
      RGBA(62, 162, 255, 0.9),
      RGBA(62, 162, 255, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:electric-blue-dark::after,
  .mobile\:taper-fade-h.mobile\:electric-blue-dark::after {
    background: linear-gradient(
      180deg,
      RGBA(62, 162, 255, 0),
      RGBA(62, 162, 255, 0.9),
      RGBA(62, 162, 255, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:periwinkle::before,
  .mobile\:taper-fade-h.mobile\:periwinkle::before {
    background: linear-gradient(
      180deg,
      RGBA(155, 207, 255, 1),
      RGBA(155, 207, 255, 0.9),
      RGBA(155, 207, 255, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:periwinkle::after,
  .mobile\:taper-fade-h.mobile\:periwinkle::after {
    background: linear-gradient(
      180deg,
      RGBA(155, 207, 255, 0),
      RGBA(155, 207, 255, 0.9),
      RGBA(155, 207, 255, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:lilac::before,
  .mobile\:taper-fade-h.mobile\:lilac::before {
    background: linear-gradient(
      180deg,
      RGBA(133, 152, 251, 1),
      RGBA(133, 152, 251, 0.9),
      RGBA(133, 152, 251, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:lilac::after,
  .mobile\:taper-fade-h.mobile\:lilac::after {
    background: linear-gradient(
      180deg,
      RGBA(133, 152, 251, 0),
      RGBA(133, 152, 251, 0.9),
      RGBA(133, 152, 251, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:sky::before,
  .mobile\:taper-fade-h.mobile\:sky::before {
    background: linear-gradient(
      180deg,
      RGBA(20, 196, 235, 1),
      RGBA(20, 196, 235, 0.9),
      RGBA(20, 196, 235, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:sky::after,
  .mobile\:taper-fade-h.mobile\:sky::after {
    background: linear-gradient(
      180deg,
      RGBA(20, 196, 235, 0),
      RGBA(20, 196, 235, 0.9),
      RGBA(20, 196, 235, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:cotton-candy::before,
  .mobile\:taper-fade-h.mobile\:cotton-candy::before {
    background: linear-gradient(
      180deg,
      RGBA(192, 245, 242, 1),
      RGBA(192, 245, 242, 0.9),
      RGBA(192, 245, 242, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:cotton-candy::after,
  .mobile\:taper-fade-h.mobile\:cotton-candy::after {
    background: linear-gradient(
      180deg,
      RGBA(192, 245, 242, 0),
      RGBA(192, 245, 242, 0.9),
      RGBA(192, 245, 242, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:brand-primary::before,
  .mobile\:taper-fade-h.mobile\:brand-primary::before {
    background: linear-gradient(
      180deg,
      RGBA(68, 28, 153, 1),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:brand-primary::after,
  .mobile\:taper-fade-h.mobile\:brand-primary::after {
    background: linear-gradient(
      180deg,
      RGBA(68, 28, 153, 0),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:brand-secondary::before,
  .mobile\:taper-fade-h.mobile\:brand-secondary::before {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:brand-secondary::after,
  .mobile\:taper-fade-h.mobile\:brand-secondary::after {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:color-headline::before,
  .mobile\:taper-fade-h.mobile\:color-headline::before {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:color-headline::after,
  .mobile\:taper-fade-h.mobile\:color-headline::after {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:color-body::before,
  .mobile\:taper-fade-h.mobile\:color-body::before {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:color-body::after,
  .mobile\:taper-fade-h.mobile\:color-body::after {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:success::before,
  .mobile\:taper-fade-h.mobile\:success::before {
    background: linear-gradient(
      180deg,
      RGBA(22, 137, 130, 1),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:success::after,
  .mobile\:taper-fade-h.mobile\:success::after {
    background: linear-gradient(
      180deg,
      RGBA(22, 137, 130, 0),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:success-contrast::before,
  .mobile\:taper-fade-h.mobile\:success-contrast::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:success-contrast::after,
  .mobile\:taper-fade-h.mobile\:success-contrast::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:warning::before,
  .mobile\:taper-fade-h.mobile\:warning::before {
    background: linear-gradient(
      180deg,
      RGBA(192, 76, 10, 1),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:warning::after,
  .mobile\:taper-fade-h.mobile\:warning::after {
    background: linear-gradient(
      180deg,
      RGBA(192, 76, 10, 0),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:warning-contrast::before,
  .mobile\:taper-fade-h.mobile\:warning-contrast::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:warning-contrast::after,
  .mobile\:taper-fade-h.mobile\:warning-contrast::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:fail::before,
  .mobile\:taper-fade-h.mobile\:fail::before {
    background: linear-gradient(
      180deg,
      RGBA(200, 45, 83, 1),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:fail::after,
  .mobile\:taper-fade-h.mobile\:fail::after {
    background: linear-gradient(
      180deg,
      RGBA(200, 45, 83, 0),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:fail-contrast::before,
  .mobile\:taper-fade-h.mobile\:fail-contrast::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:fail-contrast::after,
  .mobile\:taper-fade-h.mobile\:fail-contrast::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:neutral::before,
  .mobile\:taper-fade-h.mobile\:neutral::before {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:neutral::after,
  .mobile\:taper-fade-h.mobile\:neutral::after {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:neutral-contrast::before,
  .mobile\:taper-fade-h.mobile\:neutral-contrast::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:neutral-contrast::after,
  .mobile\:taper-fade-h.mobile\:neutral-contrast::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:neutral-1::before,
  .mobile\:taper-fade-h.mobile\:neutral-1::before {
    background: linear-gradient(
      180deg,
      RGBA(1, 1, 30, 1),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:neutral-1::after,
  .mobile\:taper-fade-h.mobile\:neutral-1::after {
    background: linear-gradient(
      180deg,
      RGBA(1, 1, 30, 0),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:neutral-2::before,
  .mobile\:taper-fade-h.mobile\:neutral-2::before {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:neutral-2::after,
  .mobile\:taper-fade-h.mobile\:neutral-2::after {
    background: linear-gradient(
      180deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:neutral-3::before,
  .mobile\:taper-fade-h.mobile\:neutral-3::before {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:neutral-3::after,
  .mobile\:taper-fade-h.mobile\:neutral-3::after {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:neutral-4::before,
  .mobile\:taper-fade-h.mobile\:neutral-4::before {
    background: linear-gradient(
      180deg,
      RGBA(109, 109, 156, 1),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:neutral-4::after,
  .mobile\:taper-fade-h.mobile\:neutral-4::after {
    background: linear-gradient(
      180deg,
      RGBA(109, 109, 156, 0),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:neutral-5::before,
  .mobile\:taper-fade-h.mobile\:neutral-5::before {
    background: linear-gradient(
      180deg,
      RGBA(246, 247, 251, 1),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:neutral-5::after,
  .mobile\:taper-fade-h.mobile\:neutral-5::after {
    background: linear-gradient(
      180deg,
      RGBA(246, 247, 251, 0),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:neutral-6::before,
  .mobile\:taper-fade-h.mobile\:neutral-6::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:neutral-6::after,
  .mobile\:taper-fade-h.mobile\:neutral-6::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:ui-fill::before,
  .mobile\:taper-fade-h.mobile\:ui-fill::before {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:ui-fill::after,
  .mobile\:taper-fade-h.mobile\:ui-fill::after {
    background: linear-gradient(
      180deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:ui-stroke::before,
  .mobile\:taper-fade-h.mobile\:ui-stroke::before {
    background: linear-gradient(
      180deg,
      RGBA(109, 109, 156, 1),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:ui-stroke::after,
  .mobile\:taper-fade-h.mobile\:ui-stroke::after {
    background: linear-gradient(
      180deg,
      RGBA(109, 109, 156, 0),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:ui-text::before,
  .mobile\:taper-fade-h.mobile\:ui-text::before {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:ui-text::after,
  .mobile\:taper-fade-h.mobile\:ui-text::after {
    background: linear-gradient(
      180deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-purple::before,
  .mobile\:taper-fade-h.mobile\:base-purple::before {
    background: linear-gradient(
      180deg,
      RGBA(246, 244, 250, 1),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-purple::after,
  .mobile\:taper-fade-h.mobile\:base-purple::after {
    background: linear-gradient(
      180deg,
      RGBA(246, 244, 250, 0),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-dark-purple::before,
  .mobile\:taper-fade-h.mobile\:base-dark-purple::before {
    background: linear-gradient(
      180deg,
      RGBA(246, 244, 250, 1),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-dark-purple::after,
  .mobile\:taper-fade-h.mobile\:base-dark-purple::after {
    background: linear-gradient(
      180deg,
      RGBA(246, 244, 250, 0),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-deep-sea::before,
  .mobile\:taper-fade-h.mobile\:base-deep-sea::before {
    background: linear-gradient(
      180deg,
      RGBA(243, 244, 252, 1),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-deep-sea::after,
  .mobile\:taper-fade-h.mobile\:base-deep-sea::after {
    background: linear-gradient(
      180deg,
      RGBA(243, 244, 252, 0),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-rose::before,
  .mobile\:taper-fade-h.mobile\:base-rose::before {
    background: linear-gradient(
      180deg,
      RGBA(254, 247, 248, 1),
      RGBA(254, 247, 248, 0.9),
      RGBA(254, 247, 248, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-rose::after,
  .mobile\:taper-fade-h.mobile\:base-rose::after {
    background: linear-gradient(
      180deg,
      RGBA(254, 247, 248, 0),
      RGBA(254, 247, 248, 0.9),
      RGBA(254, 247, 248, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-autumn::before,
  .mobile\:taper-fade-h.mobile\:base-autumn::before {
    background: linear-gradient(
      180deg,
      RGBA(252, 246, 243, 1),
      RGBA(252, 246, 243, 0.9),
      RGBA(252, 246, 243, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-autumn::after,
  .mobile\:taper-fade-h.mobile\:base-autumn::after {
    background: linear-gradient(
      180deg,
      RGBA(252, 246, 243, 0),
      RGBA(252, 246, 243, 0.9),
      RGBA(252, 246, 243, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-dark-teal::before,
  .mobile\:taper-fade-h.mobile\:base-dark-teal::before {
    background: linear-gradient(
      180deg,
      RGBA(243, 249, 249, 1),
      RGBA(243, 249, 249, 0.9),
      RGBA(243, 249, 249, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-dark-teal::after,
  .mobile\:taper-fade-h.mobile\:base-dark-teal::after {
    background: linear-gradient(
      180deg,
      RGBA(243, 249, 249, 0),
      RGBA(243, 249, 249, 0.9),
      RGBA(243, 249, 249, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-turquoise::before,
  .mobile\:taper-fade-h.mobile\:base-turquoise::before {
    background: linear-gradient(
      180deg,
      RGBA(243, 249, 250, 1),
      RGBA(243, 249, 250, 0.9),
      RGBA(243, 249, 250, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-turquoise::after,
  .mobile\:taper-fade-h.mobile\:base-turquoise::after {
    background: linear-gradient(
      180deg,
      RGBA(243, 249, 250, 0),
      RGBA(243, 249, 250, 0.9),
      RGBA(243, 249, 250, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-electric-blue::before,
  .mobile\:taper-fade-h.mobile\:base-electric-blue::before {
    background: linear-gradient(
      180deg,
      RGBA(243, 247, 254, 1),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-electric-blue::after,
  .mobile\:taper-fade-h.mobile\:base-electric-blue::after {
    background: linear-gradient(
      180deg,
      RGBA(243, 247, 254, 0),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-action::before,
  .mobile\:taper-fade-h.mobile\:base-action::before {
    background: linear-gradient(
      180deg,
      RGBA(243, 247, 254, 1),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-action::after,
  .mobile\:taper-fade-h.mobile\:base-action::after {
    background: linear-gradient(
      180deg,
      RGBA(243, 247, 254, 0),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 1)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-action-secondary::before,
  .mobile\:taper-fade-h.mobile\:base-action-secondary::before {
    background: linear-gradient(
      180deg,
      RGBA(243, 244, 252, 1),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 0)
    );
  }
  .mobile\:taper-fade-v.mobile\:base-action-secondary::after,
  .mobile\:taper-fade-h.mobile\:base-action-secondary::after {
    background: linear-gradient(
      180deg,
      RGBA(243, 244, 252, 0),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 1)
    );
  }
  .mobile\:taper-fade-h::before,
  .mobile\:taper-fade-h::after {
    margin: 0 auto 0 0;
    width: 2rem;
    height: 100%;
  }
  .mobile\:taper-fade-h::after {
    margin: 0 0 0 auto;
  }
  .mobile\:taper-fade-h.mobile\:dark-purple::before {
    background: linear-gradient(
      90deg,
      RGBA(68, 28, 153, 1),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:dark-purple::after {
    background: linear-gradient(
      90deg,
      RGBA(68, 28, 153, 0),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:purple::before {
    background: linear-gradient(
      90deg,
      RGBA(144, 67, 198, 1),
      RGBA(144, 67, 198, 0.9),
      RGBA(144, 67, 198, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:purple::after {
    background: linear-gradient(
      90deg,
      RGBA(144, 67, 198, 0),
      RGBA(144, 67, 198, 0.9),
      RGBA(144, 67, 198, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:lavender::before {
    background: linear-gradient(
      90deg,
      RGBA(196, 129, 243, 1),
      RGBA(196, 129, 243, 0.9),
      RGBA(196, 129, 243, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:lavender::after {
    background: linear-gradient(
      90deg,
      RGBA(196, 129, 243, 0),
      RGBA(196, 129, 243, 0.9),
      RGBA(196, 129, 243, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:black::before {
    background: linear-gradient(
      90deg,
      RGBA(0, 0, 0, 1),
      RGBA(0, 0, 0, 0.9),
      RGBA(0, 0, 0, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:black::after {
    background: linear-gradient(
      90deg,
      RGBA(0, 0, 0, 0),
      RGBA(0, 0, 0, 0.9),
      RGBA(0, 0, 0, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:space::before {
    background: linear-gradient(
      90deg,
      RGBA(1, 1, 30, 1),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:space::after {
    background: linear-gradient(
      90deg,
      RGBA(1, 1, 30, 0),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:midnight::before {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:midnight::after {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:dawn::before {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:dawn::after {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:steel::before {
    background: linear-gradient(
      90deg,
      RGBA(85, 84, 99, 1),
      RGBA(85, 84, 99, 0.9),
      RGBA(85, 84, 99, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:steel::after {
    background: linear-gradient(
      90deg,
      RGBA(85, 84, 99, 0),
      RGBA(85, 84, 99, 0.9),
      RGBA(85, 84, 99, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:smoke::before {
    background: linear-gradient(
      90deg,
      RGBA(109, 109, 156, 1),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:smoke::after {
    background: linear-gradient(
      90deg,
      RGBA(109, 109, 156, 0),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:snow::before {
    background: linear-gradient(
      90deg,
      RGBA(246, 247, 251, 1),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:snow::after {
    background: linear-gradient(
      90deg,
      RGBA(246, 247, 251, 0),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:white::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:white::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:rose::before {
    background: linear-gradient(
      90deg,
      RGBA(200, 45, 83, 1),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:rose::after {
    background: linear-gradient(
      90deg,
      RGBA(200, 45, 83, 0),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:salmon::before {
    background: linear-gradient(
      90deg,
      RGBA(249, 122, 153, 1),
      RGBA(249, 122, 153, 0.9),
      RGBA(249, 122, 153, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:salmon::after {
    background: linear-gradient(
      90deg,
      RGBA(249, 122, 153, 0),
      RGBA(249, 122, 153, 0.9),
      RGBA(249, 122, 153, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:hot-pink::before {
    background: linear-gradient(
      90deg,
      RGBA(229, 85, 172, 1),
      RGBA(229, 85, 172, 0.9),
      RGBA(229, 85, 172, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:hot-pink::after {
    background: linear-gradient(
      90deg,
      RGBA(229, 85, 172, 0),
      RGBA(229, 85, 172, 0.9),
      RGBA(229, 85, 172, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:bubblegum::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 120, 225, 1),
      RGBA(255, 120, 225, 0.9),
      RGBA(255, 120, 225, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:bubblegum::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 120, 225, 0),
      RGBA(255, 120, 225, 0.9),
      RGBA(255, 120, 225, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:autumn::before {
    background: linear-gradient(
      90deg,
      RGBA(192, 76, 10, 1),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:autumn::after {
    background: linear-gradient(
      90deg,
      RGBA(192, 76, 10, 0),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:tiger::before {
    background: linear-gradient(
      90deg,
      RGBA(249, 144, 72, 1),
      RGBA(249, 144, 72, 0.9),
      RGBA(249, 144, 72, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:tiger::after {
    background: linear-gradient(
      90deg,
      RGBA(249, 144, 72, 0),
      RGBA(249, 144, 72, 0.9),
      RGBA(249, 144, 72, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:summer::before {
    background: linear-gradient(
      90deg,
      RGBA(249, 199, 72, 1),
      RGBA(249, 199, 72, 0.9),
      RGBA(249, 199, 72, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:summer::after {
    background: linear-gradient(
      90deg,
      RGBA(249, 199, 72, 0),
      RGBA(249, 199, 72, 0.9),
      RGBA(249, 199, 72, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:daffodil::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 231, 146, 1),
      RGBA(255, 231, 146, 0.9),
      RGBA(255, 231, 146, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:daffodil::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 231, 146, 0),
      RGBA(255, 231, 146, 0.9),
      RGBA(255, 231, 146, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:turquoise::before {
    background: linear-gradient(
      90deg,
      RGBA(9, 125, 152, 1),
      RGBA(9, 125, 152, 0.9),
      RGBA(9, 125, 152, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:turquoise::after {
    background: linear-gradient(
      90deg,
      RGBA(9, 125, 152, 0),
      RGBA(9, 125, 152, 0.9),
      RGBA(9, 125, 152, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:dark-teal::before {
    background: linear-gradient(
      90deg,
      RGBA(22, 137, 130, 1),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:dark-teal::after {
    background: linear-gradient(
      90deg,
      RGBA(22, 137, 130, 0),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:teal::before {
    background: linear-gradient(
      90deg,
      RGBA(67, 181, 154, 1),
      RGBA(67, 181, 154, 0.9),
      RGBA(67, 181, 154, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:teal::after {
    background: linear-gradient(
      90deg,
      RGBA(67, 181, 154, 0),
      RGBA(67, 181, 154, 0.9),
      RGBA(67, 181, 154, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:vibe::before {
    background: linear-gradient(
      90deg,
      RGBA(75, 214, 181, 1),
      RGBA(75, 214, 181, 0.9),
      RGBA(75, 214, 181, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:vibe::after {
    background: linear-gradient(
      90deg,
      RGBA(75, 214, 181, 0),
      RGBA(75, 214, 181, 0.9),
      RGBA(75, 214, 181, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:deep-sea::before {
    background: linear-gradient(
      90deg,
      RGBA(10, 38, 184, 1),
      RGBA(10, 38, 184, 0.9),
      RGBA(10, 38, 184, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:deep-sea::after {
    background: linear-gradient(
      90deg,
      RGBA(10, 38, 184, 0),
      RGBA(10, 38, 184, 0.9),
      RGBA(10, 38, 184, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:electric-blue::before {
    background: linear-gradient(
      90deg,
      RGBA(20, 93, 235, 1),
      RGBA(20, 93, 235, 0.9),
      RGBA(20, 93, 235, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:electric-blue::after {
    background: linear-gradient(
      90deg,
      RGBA(20, 93, 235, 0),
      RGBA(20, 93, 235, 0.9),
      RGBA(20, 93, 235, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:electric-blue-dark::before {
    background: linear-gradient(
      90deg,
      RGBA(62, 162, 255, 1),
      RGBA(62, 162, 255, 0.9),
      RGBA(62, 162, 255, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:electric-blue-dark::after {
    background: linear-gradient(
      90deg,
      RGBA(62, 162, 255, 0),
      RGBA(62, 162, 255, 0.9),
      RGBA(62, 162, 255, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:periwinkle::before {
    background: linear-gradient(
      90deg,
      RGBA(155, 207, 255, 1),
      RGBA(155, 207, 255, 0.9),
      RGBA(155, 207, 255, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:periwinkle::after {
    background: linear-gradient(
      90deg,
      RGBA(155, 207, 255, 0),
      RGBA(155, 207, 255, 0.9),
      RGBA(155, 207, 255, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:lilac::before {
    background: linear-gradient(
      90deg,
      RGBA(133, 152, 251, 1),
      RGBA(133, 152, 251, 0.9),
      RGBA(133, 152, 251, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:lilac::after {
    background: linear-gradient(
      90deg,
      RGBA(133, 152, 251, 0),
      RGBA(133, 152, 251, 0.9),
      RGBA(133, 152, 251, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:sky::before {
    background: linear-gradient(
      90deg,
      RGBA(20, 196, 235, 1),
      RGBA(20, 196, 235, 0.9),
      RGBA(20, 196, 235, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:sky::after {
    background: linear-gradient(
      90deg,
      RGBA(20, 196, 235, 0),
      RGBA(20, 196, 235, 0.9),
      RGBA(20, 196, 235, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:cotton-candy::before {
    background: linear-gradient(
      90deg,
      RGBA(192, 245, 242, 1),
      RGBA(192, 245, 242, 0.9),
      RGBA(192, 245, 242, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:cotton-candy::after {
    background: linear-gradient(
      90deg,
      RGBA(192, 245, 242, 0),
      RGBA(192, 245, 242, 0.9),
      RGBA(192, 245, 242, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:brand-primary::before {
    background: linear-gradient(
      90deg,
      RGBA(68, 28, 153, 1),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:brand-primary::after {
    background: linear-gradient(
      90deg,
      RGBA(68, 28, 153, 0),
      RGBA(68, 28, 153, 0.9),
      RGBA(68, 28, 153, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:brand-secondary::before {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:brand-secondary::after {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:color-headline::before {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:color-headline::after {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:color-body::before {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:color-body::after {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:success::before {
    background: linear-gradient(
      90deg,
      RGBA(22, 137, 130, 1),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:success::after {
    background: linear-gradient(
      90deg,
      RGBA(22, 137, 130, 0),
      RGBA(22, 137, 130, 0.9),
      RGBA(22, 137, 130, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:success-contrast::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:success-contrast::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:warning::before {
    background: linear-gradient(
      90deg,
      RGBA(192, 76, 10, 1),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:warning::after {
    background: linear-gradient(
      90deg,
      RGBA(192, 76, 10, 0),
      RGBA(192, 76, 10, 0.9),
      RGBA(192, 76, 10, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:warning-contrast::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:warning-contrast::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:fail::before {
    background: linear-gradient(
      90deg,
      RGBA(200, 45, 83, 1),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:fail::after {
    background: linear-gradient(
      90deg,
      RGBA(200, 45, 83, 0),
      RGBA(200, 45, 83, 0.9),
      RGBA(200, 45, 83, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:fail-contrast::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:fail-contrast::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:neutral::before {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:neutral::after {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:neutral-contrast::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:neutral-contrast::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:neutral-1::before {
    background: linear-gradient(
      90deg,
      RGBA(1, 1, 30, 1),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:neutral-1::after {
    background: linear-gradient(
      90deg,
      RGBA(1, 1, 30, 0),
      RGBA(1, 1, 30, 0.9),
      RGBA(1, 1, 30, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:neutral-2::before {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 1),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:neutral-2::after {
    background: linear-gradient(
      90deg,
      RGBA(3, 3, 40, 0),
      RGBA(3, 3, 40, 0.9),
      RGBA(3, 3, 40, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:neutral-3::before {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:neutral-3::after {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:neutral-4::before {
    background: linear-gradient(
      90deg,
      RGBA(109, 109, 156, 1),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:neutral-4::after {
    background: linear-gradient(
      90deg,
      RGBA(109, 109, 156, 0),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:neutral-5::before {
    background: linear-gradient(
      90deg,
      RGBA(246, 247, 251, 1),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:neutral-5::after {
    background: linear-gradient(
      90deg,
      RGBA(246, 247, 251, 0),
      RGBA(246, 247, 251, 0.9),
      RGBA(246, 247, 251, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:neutral-6::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:neutral-6::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:ui-fill::before {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 1),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:ui-fill::after {
    background: linear-gradient(
      90deg,
      RGBA(255, 255, 255, 0),
      RGBA(255, 255, 255, 0.9),
      RGBA(255, 255, 255, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:ui-stroke::before {
    background: linear-gradient(
      90deg,
      RGBA(109, 109, 156, 1),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:ui-stroke::after {
    background: linear-gradient(
      90deg,
      RGBA(109, 109, 156, 0),
      RGBA(109, 109, 156, 0.9),
      RGBA(109, 109, 156, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:ui-text::before {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 1),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:ui-text::after {
    background: linear-gradient(
      90deg,
      RGBA(56, 63, 118, 0),
      RGBA(56, 63, 118, 0.9),
      RGBA(56, 63, 118, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-purple::before {
    background: linear-gradient(
      90deg,
      RGBA(246, 244, 250, 1),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-purple::after {
    background: linear-gradient(
      90deg,
      RGBA(246, 244, 250, 0),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-dark-purple::before {
    background: linear-gradient(
      90deg,
      RGBA(246, 244, 250, 1),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-dark-purple::after {
    background: linear-gradient(
      90deg,
      RGBA(246, 244, 250, 0),
      RGBA(246, 244, 250, 0.9),
      RGBA(246, 244, 250, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-deep-sea::before {
    background: linear-gradient(
      90deg,
      RGBA(243, 244, 252, 1),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-deep-sea::after {
    background: linear-gradient(
      90deg,
      RGBA(243, 244, 252, 0),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-rose::before {
    background: linear-gradient(
      90deg,
      RGBA(254, 247, 248, 1),
      RGBA(254, 247, 248, 0.9),
      RGBA(254, 247, 248, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-rose::after {
    background: linear-gradient(
      90deg,
      RGBA(254, 247, 248, 0),
      RGBA(254, 247, 248, 0.9),
      RGBA(254, 247, 248, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-autumn::before {
    background: linear-gradient(
      90deg,
      RGBA(252, 246, 243, 1),
      RGBA(252, 246, 243, 0.9),
      RGBA(252, 246, 243, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-autumn::after {
    background: linear-gradient(
      90deg,
      RGBA(252, 246, 243, 0),
      RGBA(252, 246, 243, 0.9),
      RGBA(252, 246, 243, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-dark-teal::before {
    background: linear-gradient(
      90deg,
      RGBA(243, 249, 249, 1),
      RGBA(243, 249, 249, 0.9),
      RGBA(243, 249, 249, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-dark-teal::after {
    background: linear-gradient(
      90deg,
      RGBA(243, 249, 249, 0),
      RGBA(243, 249, 249, 0.9),
      RGBA(243, 249, 249, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-turquoise::before {
    background: linear-gradient(
      90deg,
      RGBA(243, 249, 250, 1),
      RGBA(243, 249, 250, 0.9),
      RGBA(243, 249, 250, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-turquoise::after {
    background: linear-gradient(
      90deg,
      RGBA(243, 249, 250, 0),
      RGBA(243, 249, 250, 0.9),
      RGBA(243, 249, 250, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-electric-blue::before {
    background: linear-gradient(
      90deg,
      RGBA(243, 247, 254, 1),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-electric-blue::after {
    background: linear-gradient(
      90deg,
      RGBA(243, 247, 254, 0),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-action::before {
    background: linear-gradient(
      90deg,
      RGBA(243, 247, 254, 1),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-action::after {
    background: linear-gradient(
      90deg,
      RGBA(243, 247, 254, 0),
      RGBA(243, 247, 254, 0.9),
      RGBA(243, 247, 254, 1)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-action-secondary::before {
    background: linear-gradient(
      90deg,
      RGBA(243, 244, 252, 1),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 0)
    );
  }
  .mobile\:taper-fade-h.mobile\:base-action-secondary::after {
    background: linear-gradient(
      90deg,
      RGBA(243, 244, 252, 0),
      RGBA(243, 244, 252, 0.9),
      RGBA(243, 244, 252, 1)
    );
  }
  .mobile\:taper-fade-none::before,
  .mobile\:taper-fade-none::after {
    display: none;
  }
}
@media (max-width: 8640px) {
  .shadow-outline,
  .card,
  .announcement-banner,
  .hover\:shadow-outline:hover,
  .focus\:shadow-outline:focus,
  .group:hover .group-hover\:shadow-outline,
  .group:focus-within .group-focus-within\:shadow-outline {
    box-shadow: 0 1px 3px 1px RGBA(109, 109, 156, 0.7);
  }
  .shadow-outline-inset,
  .hover\:shadow-outline-inset:hover,
  .focus\:shadow-outline-inset:focus,
  .group:hover .group-hover\:shadow-outline-inset,
  .group:focus-within .group-focus-within\:shadow-outline-inset {
    box-shadow: inset 0 1px 3px 1px RGBA(109, 109, 156, 0.7);
  }
  .shadow-faint,
  .hover\:shadow-faint:hover,
  .focus\:shadow-faint:focus,
  .group:hover .group-hover\:shadow-faint,
  .group:focus-within .group-focus-within\:shadow-faint {
    box-shadow: 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.05);
  }
  .shadow-faint-inset,
  .hover\:shadow-faint-inset:hover,
  .focus\:shadow-faint-inset:focus,
  .group:hover .group-hover\:shadow-faint-inset,
  .group:focus-within .group-focus-within\:shadow-faint-inset {
    box-shadow: inset 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.05);
  }
  .shadow-near,
  .txt-rich table,
  .txt-rich-long table,
  .hover\:shadow-near:hover,
  .focus\:shadow-near:focus,
  .group:hover .group-hover\:shadow-near,
  .group:focus-within .group-focus-within\:shadow-near {
    box-shadow: 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.15);
  }
  .shadow-near-inset,
  .hover\:shadow-near-inset:hover,
  .focus\:shadow-near-inset:focus,
  .group:hover .group-hover\:shadow-near-inset,
  .group:focus-within .group-focus-within\:shadow-near-inset {
    box-shadow: inset 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.15);
  }
  .shadow-mid,
  .hover\:shadow-mid:hover,
  .focus\:shadow-mid:focus,
  .group:hover .group-hover\:shadow-mid,
  .group:hover .card,
  .group:focus-within .group-focus-within\:shadow-mid,
  .group:focus-within .card {
    box-shadow: 0 0.625rem 0.938rem RGBA(109, 109, 156, 0.25);
  }
  .shadow-mid-inset,
  .hover\:shadow-mid-inset:hover,
  .focus\:shadow-mid-inset:focus,
  .group:hover .group-hover\:shadow-mid-inset,
  .group:focus-within .group-focus-within\:shadow-mid-inset {
    box-shadow: inset 0 0.625rem 0.938rem RGBA(109, 109, 156, 0.25);
  }
  .shadow-far,
  .hover\:shadow-far:hover,
  .focus\:shadow-far:focus,
  .group:hover .group-hover\:shadow-far,
  .group:focus-within .group-focus-within\:shadow-far {
    box-shadow: 0 1.875rem 3.125rem RGBA(109, 109, 156, 0.3);
  }
  .shadow-far-inset,
  .hover\:shadow-far-inset:hover,
  .focus\:shadow-far-inset:focus,
  .group:hover .group-hover\:shadow-far-inset,
  .group:focus-within .group-focus-within\:shadow-far-inset {
    box-shadow: inset 0 1.875rem 3.125rem RGBA(109, 109, 156, 0.3);
  }
  .shadow-none,
  .hover\:shadow-none:hover,
  .focus\:shadow-none:focus,
  .group:hover .group-hover\:shadow-none,
  .group:focus-within .group-focus-within\:shadow-none {
    box-shadow: none;
  }
}
@media (max-width: 1165px) {
  .laptop\:shadow-outline,
  .laptop\:hover\:shadow-outline:hover,
  .laptop\:focus\:shadow-outline:focus,
  .laptop\:group:hover .group-hover\:shadow-outline,
  .laptop\:group:focus-within .group-focus-within\:shadow-outline {
    box-shadow: 0 1px 3px 1px RGBA(109, 109, 156, 0.7);
  }
  .laptop\:shadow-outline-inset,
  .laptop\:hover\:shadow-outline-inset:hover,
  .laptop\:focus\:shadow-outline-inset:focus,
  .laptop\:group:hover .group-hover\:shadow-outline-inset,
  .laptop\:group:focus-within .group-focus-within\:shadow-outline-inset {
    box-shadow: inset 0 1px 3px 1px RGBA(109, 109, 156, 0.7);
  }
  .laptop\:shadow-faint,
  .laptop\:hover\:shadow-faint:hover,
  .laptop\:focus\:shadow-faint:focus,
  .laptop\:group:hover .group-hover\:shadow-faint,
  .laptop\:group:focus-within .group-focus-within\:shadow-faint {
    box-shadow: 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.05);
  }
  .laptop\:shadow-faint-inset,
  .laptop\:hover\:shadow-faint-inset:hover,
  .laptop\:focus\:shadow-faint-inset:focus,
  .laptop\:group:hover .group-hover\:shadow-faint-inset,
  .laptop\:group:focus-within .group-focus-within\:shadow-faint-inset {
    box-shadow: inset 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.05);
  }
  .laptop\:shadow-near,
  .laptop\:hover\:shadow-near:hover,
  .laptop\:focus\:shadow-near:focus,
  .laptop\:group:hover .group-hover\:shadow-near,
  .laptop\:group:focus-within .group-focus-within\:shadow-near {
    box-shadow: 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.15);
  }
  .laptop\:shadow-near-inset,
  .laptop\:hover\:shadow-near-inset:hover,
  .laptop\:focus\:shadow-near-inset:focus,
  .laptop\:group:hover .group-hover\:shadow-near-inset,
  .laptop\:group:focus-within .group-focus-within\:shadow-near-inset {
    box-shadow: inset 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.15);
  }
  .laptop\:shadow-mid,
  .laptop\:hover\:shadow-mid:hover,
  .laptop\:focus\:shadow-mid:focus,
  .laptop\:group:hover .group-hover\:shadow-mid,
  .laptop\:group:hover .card,
  .laptop\:group:focus-within .group-focus-within\:shadow-mid,
  .laptop\:group:focus-within .card {
    box-shadow: 0 0.625rem 0.938rem RGBA(109, 109, 156, 0.25);
  }
  .laptop\:shadow-mid-inset,
  .laptop\:hover\:shadow-mid-inset:hover,
  .laptop\:focus\:shadow-mid-inset:focus,
  .laptop\:group:hover .group-hover\:shadow-mid-inset,
  .laptop\:group:focus-within .group-focus-within\:shadow-mid-inset {
    box-shadow: inset 0 0.625rem 0.938rem RGBA(109, 109, 156, 0.25);
  }
  .laptop\:shadow-far,
  .laptop\:hover\:shadow-far:hover,
  .laptop\:focus\:shadow-far:focus,
  .laptop\:group:hover .group-hover\:shadow-far,
  .laptop\:group:focus-within .group-focus-within\:shadow-far {
    box-shadow: 0 1.875rem 3.125rem RGBA(109, 109, 156, 0.3);
  }
  .laptop\:shadow-far-inset,
  .laptop\:hover\:shadow-far-inset:hover,
  .laptop\:focus\:shadow-far-inset:focus,
  .laptop\:group:hover .group-hover\:shadow-far-inset,
  .laptop\:group:focus-within .group-focus-within\:shadow-far-inset {
    box-shadow: inset 0 1.875rem 3.125rem RGBA(109, 109, 156, 0.3);
  }
  .laptop\:shadow-none,
  .laptop\:hover\:shadow-none:hover,
  .laptop\:focus\:shadow-none:focus,
  .laptop\:group:hover .group-hover\:shadow-none,
  .laptop\:group:focus-within .group-focus-within\:shadow-none {
    box-shadow: none;
  }
}
@media (max-width: 960px) {
  .mobile\:shadow-outline,
  .mobile\:hover\:shadow-outline:hover,
  .mobile\:focus\:shadow-outline:focus,
  .mobile\:group:hover .group-hover\:shadow-outline,
  .mobile\:group:focus-within .group-focus-within\:shadow-outline {
    box-shadow: 0 1px 3px 1px RGBA(109, 109, 156, 0.7);
  }
  .mobile\:shadow-outline-inset,
  .mobile\:hover\:shadow-outline-inset:hover,
  .mobile\:focus\:shadow-outline-inset:focus,
  .mobile\:group:hover .group-hover\:shadow-outline-inset,
  .mobile\:group:focus-within .group-focus-within\:shadow-outline-inset {
    box-shadow: inset 0 1px 3px 1px RGBA(109, 109, 156, 0.7);
  }
  .mobile\:shadow-faint,
  .mobile\:hover\:shadow-faint:hover,
  .mobile\:focus\:shadow-faint:focus,
  .mobile\:group:hover .group-hover\:shadow-faint,
  .mobile\:group:focus-within .group-focus-within\:shadow-faint {
    box-shadow: 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.05);
  }
  .mobile\:shadow-faint-inset,
  .mobile\:hover\:shadow-faint-inset:hover,
  .mobile\:focus\:shadow-faint-inset:focus,
  .mobile\:group:hover .group-hover\:shadow-faint-inset,
  .mobile\:group:focus-within .group-focus-within\:shadow-faint-inset {
    box-shadow: inset 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.05);
  }
  .mobile\:shadow-near,
  .mobile\:hover\:shadow-near:hover,
  .mobile\:focus\:shadow-near:focus,
  .mobile\:group:hover .group-hover\:shadow-near,
  .mobile\:group:focus-within .group-focus-within\:shadow-near {
    box-shadow: 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.15);
  }
  .mobile\:shadow-near-inset,
  .mobile\:hover\:shadow-near-inset:hover,
  .mobile\:focus\:shadow-near-inset:focus,
  .mobile\:group:hover .group-hover\:shadow-near-inset,
  .mobile\:group:focus-within .group-focus-within\:shadow-near-inset {
    box-shadow: inset 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.15);
  }
  .mobile\:shadow-mid,
  .mobile\:hover\:shadow-mid:hover,
  .mobile\:focus\:shadow-mid:focus,
  .mobile\:group:hover .group-hover\:shadow-mid,
  .mobile\:group:hover .card,
  .mobile\:group:focus-within .group-focus-within\:shadow-mid,
  .mobile\:group:focus-within .card {
    box-shadow: 0 0.625rem 0.938rem RGBA(109, 109, 156, 0.25);
  }
  .mobile\:shadow-mid-inset,
  .mobile\:hover\:shadow-mid-inset:hover,
  .mobile\:focus\:shadow-mid-inset:focus,
  .mobile\:group:hover .group-hover\:shadow-mid-inset,
  .mobile\:group:focus-within .group-focus-within\:shadow-mid-inset {
    box-shadow: inset 0 0.625rem 0.938rem RGBA(109, 109, 156, 0.25);
  }
  .mobile\:shadow-far,
  .mobile\:hover\:shadow-far:hover,
  .mobile\:focus\:shadow-far:focus,
  .mobile\:group:hover .group-hover\:shadow-far,
  .mobile\:group:focus-within .group-focus-within\:shadow-far {
    box-shadow: 0 1.875rem 3.125rem RGBA(109, 109, 156, 0.3);
  }
  .mobile\:shadow-far-inset,
  .mobile\:hover\:shadow-far-inset:hover,
  .mobile\:focus\:shadow-far-inset:focus,
  .mobile\:group:hover .group-hover\:shadow-far-inset,
  .mobile\:group:focus-within .group-focus-within\:shadow-far-inset {
    box-shadow: inset 0 1.875rem 3.125rem RGBA(109, 109, 156, 0.3);
  }
  .mobile\:shadow-none,
  .mobile\:hover\:shadow-none:hover,
  .mobile\:focus\:shadow-none:focus,
  .mobile\:group:hover .group-hover\:shadow-none,
  .mobile\:group:focus-within .group-focus-within\:shadow-none {
    box-shadow: none;
  }
}
@media (max-width: 8640px) {
  .mix-blend-mode-color {
    mix-blend-mode: color;
  }
  .mix-blend-mode-color-burn {
    mix-blend-mode: color-burn;
  }
  .mix-blend-mode-darken {
    mix-blend-mode: darken;
  }
  .mix-blend-mode-difference {
    mix-blend-mode: difference;
  }
  .mix-blend-mode-exclusion {
    mix-blend-mode: exclusion;
  }
  .mix-blend-mode-hard-light {
    mix-blend-mode: hard-light;
  }
  .mix-blend-mode-hue {
    mix-blend-mode: hue;
  }
  .mix-blend-mode-lighten {
    mix-blend-mode: lighten;
  }
  .mix-blend-mode-luminosity {
    mix-blend-mode: luminosity;
  }
  .mix-blend-mode-multiply {
    mix-blend-mode: multiply;
  }
  .mix-blend-mode-normal {
    mix-blend-mode: normal;
  }
  .mix-blend-mode-overlay {
    mix-blend-mode: overlay;
  }
  .mix-blend-mode-saturation {
    mix-blend-mode: saturation;
  }
  .mix-blend-mode-screen {
    mix-blend-mode: screen;
  }
  .mix-blend-mode-soft-light {
    mix-blend-mode: soft-light;
  }
  .mix-blend-mode-inherit {
    mix-blend-mode: inherit;
  }
  .mix-blend-mode-initial {
    mix-blend-mode: initial;
  }
  .mix-blend-mode-unset {
    mix-blend-mode: unset;
  }
}
@media (max-width: 960px) {
  .mobile\:mix-blend-mode-color {
    mix-blend-mode: color;
  }
  .mobile\:mix-blend-mode-color-burn {
    mix-blend-mode: color-burn;
  }
  .mobile\:mix-blend-mode-darken {
    mix-blend-mode: darken;
  }
  .mobile\:mix-blend-mode-difference {
    mix-blend-mode: difference;
  }
  .mobile\:mix-blend-mode-exclusion {
    mix-blend-mode: exclusion;
  }
  .mobile\:mix-blend-mode-hard-light {
    mix-blend-mode: hard-light;
  }
  .mobile\:mix-blend-mode-hue {
    mix-blend-mode: hue;
  }
  .mobile\:mix-blend-mode-lighten {
    mix-blend-mode: lighten;
  }
  .mobile\:mix-blend-mode-luminosity {
    mix-blend-mode: luminosity;
  }
  .mobile\:mix-blend-mode-multiply {
    mix-blend-mode: multiply;
  }
  .mobile\:mix-blend-mode-normal {
    mix-blend-mode: normal;
  }
  .mobile\:mix-blend-mode-overlay {
    mix-blend-mode: overlay;
  }
  .mobile\:mix-blend-mode-saturation {
    mix-blend-mode: saturation;
  }
  .mobile\:mix-blend-mode-screen {
    mix-blend-mode: screen;
  }
  .mobile\:mix-blend-mode-soft-light {
    mix-blend-mode: soft-light;
  }
  .mobile\:mix-blend-mode-inherit {
    mix-blend-mode: inherit;
  }
  .mobile\:mix-blend-mode-initial {
    mix-blend-mode: initial;
  }
  .mobile\:mix-blend-mode-unset {
    mix-blend-mode: unset;
  }
}
@media (max-width: 8640px) {
  .flex-start {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
  }
  .flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .flex-space-between {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .flex-space-around {
    align-items: center;
    display: flex;
    justify-content: space-around;
  }
  .flex-space-evenly {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
  }
  .flex-left {
    align-items: center;
    display: flex;
    justify-content: left;
  }
  .flex-right {
    align-items: center;
    display: flex;
    justify-content: right;
  }
  .flex-stretch {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
  }
  .flex-end {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-col,
  .card {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-initial {
    flex-direction: initial;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-grows-0 {
    flex-grow: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .flex-basis {
    flex-basis: 1;
  }
  .flex-basis-auto {
    flex-basis: auto;
  }
  .flex-basis-50 {
    flex-basis: 50%;
  }
  .flex-basis-33 {
    flex-basis: 33.33%;
  }
  .flex-basis-25 {
    flex-basis: 25%;
  }
  .content-center {
    align-content: center;
  }
  .content-start {
    align-content: flex-start;
  }
  .content-end {
    align-content: flex-end;
  }
  .content-between {
    align-content: space-between;
  }
  .content-around {
    align-content: space-around;
  }
  .content-evenly {
    align-content: space-evenly;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-center {
    align-items: center;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-stretch {
    align-items: stretch;
  }
  .self-auto {
    align-self: auto;
  }
  .self-start {
    align-self: flex-start;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-center {
    align-self: center;
  }
  .self-stretch {
    align-self: stretch;
  }
  .self-baseline {
    align-self: baseline;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .justify-items-start {
    justify-items: start;
  }
  .justify-items-end {
    justify-items: end;
  }
  .justify-items-center {
    justify-items: center;
  }
  .justify-items-stretch {
    justify-items: stretch;
  }
  .justify-self-auto {
    justify-self: auto;
  }
  .justify-self-start {
    justify-self: start;
  }
  .justify-self-end {
    justify-self: end;
  }
  .justify-self-center {
    justify-self: center;
  }
  .justify-self-stretch {
    justify-self: stretch;
  }
  .cols-1 {
    width: calc(8.3333333333% * 1);
  }
  .cols-2 {
    width: calc(8.3333333333% * 2);
  }
  .cols-3 {
    width: calc(8.3333333333% * 3);
  }
  .cols-4 {
    width: calc(8.3333333333% * 4);
  }
  .cols-5 {
    width: calc(8.3333333333% * 5);
  }
  .cols-6 {
    width: calc(8.3333333333% * 6);
  }
  .cols-7 {
    width: calc(8.3333333333% * 7);
  }
  .cols-8 {
    width: calc(8.3333333333% * 8);
  }
  .cols-9 {
    width: calc(8.3333333333% * 9);
  }
  .cols-10 {
    width: calc(8.3333333333% * 10);
  }
  .cols-11 {
    width: calc(8.3333333333% * 11);
  }
  .cols-12 {
    width: calc(8.3333333333% * 12);
  }
}
@media (max-width: 1165px) {
  .laptop\:flex-start {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
  }
  .laptop\:flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .laptop\:flex-space-between {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .laptop\:flex-space-around {
    align-items: center;
    display: flex;
    justify-content: space-around;
  }
  .laptop\:flex-space-evenly {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
  }
  .laptop\:flex-left {
    align-items: center;
    display: flex;
    justify-content: left;
  }
  .laptop\:flex-right {
    align-items: center;
    display: flex;
    justify-content: right;
  }
  .laptop\:flex-stretch {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
  }
  .laptop\:flex-end {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
  }
  .laptop\:flex-wrap {
    flex-wrap: wrap;
  }
  .laptop\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .laptop\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .laptop\:flex-row {
    flex-direction: row;
  }
  .laptop\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .laptop\:flex-col {
    flex-direction: column;
  }
  .laptop\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .laptop\:flex-initial {
    flex-direction: initial;
  }
  .laptop\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .laptop\:flex-shrink {
    flex-shrink: 1;
  }
  .laptop\:flex-grows-0 {
    flex-grow: 0;
  }
  .laptop\:flex-grow {
    flex-grow: 1;
  }
  .laptop\:flex-basis {
    flex-basis: 1;
  }
  .laptop\:flex-basis-auto {
    flex-basis: auto;
  }
  .laptop\:flex-basis-50 {
    flex-basis: 50%;
  }
  .laptop\:flex-basis-33 {
    flex-basis: 33.33%;
  }
  .laptop\:flex-basis-25 {
    flex-basis: 25%;
  }
  .laptop\:content-center {
    align-content: center;
  }
  .laptop\:content-start {
    align-content: flex-start;
  }
  .laptop\:content-end {
    align-content: flex-end;
  }
  .laptop\:content-between {
    align-content: space-between;
  }
  .laptop\:content-around {
    align-content: space-around;
  }
  .laptop\:content-evenly {
    align-content: space-evenly;
  }
  .laptop\:items-start {
    align-items: flex-start;
  }
  .laptop\:items-end {
    align-items: flex-end;
  }
  .laptop\:items-center {
    align-items: center;
  }
  .laptop\:items-baseline {
    align-items: baseline;
  }
  .laptop\:items-stretch {
    align-items: stretch;
  }
  .laptop\:self-auto {
    align-self: auto;
  }
  .laptop\:self-start {
    align-self: flex-start;
  }
  .laptop\:self-end {
    align-self: flex-end;
  }
  .laptop\:self-center {
    align-self: center;
  }
  .laptop\:self-stretch {
    align-self: stretch;
  }
  .laptop\:self-baseline {
    align-self: baseline;
  }
  .laptop\:justify-start {
    justify-content: flex-start;
  }
  .laptop\:justify-end {
    justify-content: flex-end;
  }
  .laptop\:justify-center {
    justify-content: center;
  }
  .laptop\:justify-between {
    justify-content: space-between;
  }
  .laptop\:justify-around {
    justify-content: space-around;
  }
  .laptop\:justify-evenly {
    justify-content: space-evenly;
  }
  .laptop\:justify-items-start {
    justify-items: start;
  }
  .laptop\:justify-items-end {
    justify-items: end;
  }
  .laptop\:justify-items-center {
    justify-items: center;
  }
  .laptop\:justify-items-stretch {
    justify-items: stretch;
  }
  .laptop\:justify-self-auto {
    justify-self: auto;
  }
  .laptop\:justify-self-start {
    justify-self: start;
  }
  .laptop\:justify-self-end {
    justify-self: end;
  }
  .laptop\:justify-self-center {
    justify-self: center;
  }
  .laptop\:justify-self-stretch {
    justify-self: stretch;
  }
  .laptop\:cols-1 {
    width: calc(8.3333333333% * 1);
  }
  .laptop\:cols-2 {
    width: calc(8.3333333333% * 2);
  }
  .laptop\:cols-3 {
    width: calc(8.3333333333% * 3);
  }
  .laptop\:cols-4 {
    width: calc(8.3333333333% * 4);
  }
  .laptop\:cols-5 {
    width: calc(8.3333333333% * 5);
  }
  .laptop\:cols-6 {
    width: calc(8.3333333333% * 6);
  }
  .laptop\:cols-7 {
    width: calc(8.3333333333% * 7);
  }
  .laptop\:cols-8 {
    width: calc(8.3333333333% * 8);
  }
  .laptop\:cols-9 {
    width: calc(8.3333333333% * 9);
  }
  .laptop\:cols-10 {
    width: calc(8.3333333333% * 10);
  }
  .laptop\:cols-11 {
    width: calc(8.3333333333% * 11);
  }
  .laptop\:cols-12 {
    width: calc(8.3333333333% * 12);
  }
}
@media (max-width: 960px) {
  .mobile\:flex-start {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
  }
  .mobile\:flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .mobile\:flex-space-between {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .mobile\:flex-space-around {
    align-items: center;
    display: flex;
    justify-content: space-around;
  }
  .mobile\:flex-space-evenly {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
  }
  .mobile\:flex-left {
    align-items: center;
    display: flex;
    justify-content: left;
  }
  .mobile\:flex-right {
    align-items: center;
    display: flex;
    justify-content: right;
  }
  .mobile\:flex-stretch {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
  }
  .mobile\:flex-end {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
  }
  .mobile\:flex-wrap {
    flex-wrap: wrap;
  }
  .mobile\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .mobile\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .mobile\:flex-row {
    flex-direction: row;
  }
  .mobile\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .mobile\:flex-col {
    flex-direction: column;
  }
  .mobile\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .mobile\:flex-initial {
    flex-direction: initial;
  }
  .mobile\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .mobile\:flex-shrink {
    flex-shrink: 1;
  }
  .mobile\:flex-grows-0 {
    flex-grow: 0;
  }
  .mobile\:flex-grow {
    flex-grow: 1;
  }
  .mobile\:flex-basis {
    flex-basis: 1;
  }
  .mobile\:flex-basis-auto {
    flex-basis: auto;
  }
  .mobile\:flex-basis-50 {
    flex-basis: 50%;
  }
  .mobile\:flex-basis-33 {
    flex-basis: 33.33%;
  }
  .mobile\:flex-basis-25 {
    flex-basis: 25%;
  }
  .mobile\:content-center {
    align-content: center;
  }
  .mobile\:content-start {
    align-content: flex-start;
  }
  .mobile\:content-end {
    align-content: flex-end;
  }
  .mobile\:content-between {
    align-content: space-between;
  }
  .mobile\:content-around {
    align-content: space-around;
  }
  .mobile\:content-evenly {
    align-content: space-evenly;
  }
  .mobile\:items-start {
    align-items: flex-start;
  }
  .mobile\:items-end {
    align-items: flex-end;
  }
  .mobile\:items-center {
    align-items: center;
  }
  .mobile\:items-baseline {
    align-items: baseline;
  }
  .mobile\:items-stretch {
    align-items: stretch;
  }
  .mobile\:self-auto {
    align-self: auto;
  }
  .mobile\:self-start {
    align-self: flex-start;
  }
  .mobile\:self-end {
    align-self: flex-end;
  }
  .mobile\:self-center {
    align-self: center;
  }
  .mobile\:self-stretch {
    align-self: stretch;
  }
  .mobile\:self-baseline {
    align-self: baseline;
  }
  .mobile\:justify-start {
    justify-content: flex-start;
  }
  .mobile\:justify-end {
    justify-content: flex-end;
  }
  .mobile\:justify-center {
    justify-content: center;
  }
  .mobile\:justify-between {
    justify-content: space-between;
  }
  .mobile\:justify-around {
    justify-content: space-around;
  }
  .mobile\:justify-evenly {
    justify-content: space-evenly;
  }
  .mobile\:justify-items-start {
    justify-items: start;
  }
  .mobile\:justify-items-end {
    justify-items: end;
  }
  .mobile\:justify-items-center {
    justify-items: center;
  }
  .mobile\:justify-items-stretch {
    justify-items: stretch;
  }
  .mobile\:justify-self-auto {
    justify-self: auto;
  }
  .mobile\:justify-self-start {
    justify-self: start;
  }
  .mobile\:justify-self-end {
    justify-self: end;
  }
  .mobile\:justify-self-center {
    justify-self: center;
  }
  .mobile\:justify-self-stretch {
    justify-self: stretch;
  }
  .mobile\:cols-1 {
    width: calc(8.3333333333% * 1);
  }
  .mobile\:cols-2 {
    width: calc(8.3333333333% * 2);
  }
  .mobile\:cols-3 {
    width: calc(8.3333333333% * 3);
  }
  .mobile\:cols-4 {
    width: calc(8.3333333333% * 4);
  }
  .mobile\:cols-5 {
    width: calc(8.3333333333% * 5);
  }
  .mobile\:cols-6 {
    width: calc(8.3333333333% * 6);
  }
  .mobile\:cols-7 {
    width: calc(8.3333333333% * 7);
  }
  .mobile\:cols-8 {
    width: calc(8.3333333333% * 8);
  }
  .mobile\:cols-9 {
    width: calc(8.3333333333% * 9);
  }
  .mobile\:cols-10 {
    width: calc(8.3333333333% * 10);
  }
  .mobile\:cols-11 {
    width: calc(8.3333333333% * 11);
  }
  .mobile\:cols-12 {
    width: calc(8.3333333333% * 12);
  }
}
.brandui-flip {
  background-color: rgba(0, 0, 0, 0);
  perspective: 62.5rem;
}
.brandui-flip .brandui-flip-inner,
.brandui-flip .brandui-flip-front,
.brandui-flip .brandui-flip-back {
  display: block;
  position: relative;
  transition: 0.6s ease-in-out;
  width: 100%;
  transform-style: preserve-3d;
}
.brandui-flip .brandui-flip-inner.flip-mid,
.brandui-flip .brandui-flip-front.flip-mid,
.brandui-flip .brandui-flip-back.flip-mid {
  transition: 0.3s ease-in-out;
}
.brandui-flip .brandui-flip-inner.flip-fast,
.brandui-flip .brandui-flip-front.flip-fast,
.brandui-flip .brandui-flip-back.flip-fast {
  transition: 0.2s ease-in-out;
}
.brandui-flip .brandui-flip-front,
.brandui-flip .brandui-flip-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.brandui-flip .brandui-flip-back {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
  box-sizing: border-box;
  transform: rotateY(180deg);
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.brandui-flip.flipped .brandui-flip-inner {
  transform: rotateY(180deg);
}
.brandui-flip.flipped-reverse .brandui-flip-inner {
  transform: rotateY(-180deg);
}
@media (max-width: 8640px) {
  .grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-1-auto {
    grid-template-rows: repeat(1, auto);
  }
  .grid-rows-span-1 {
    grid-row: span 1 / span 1;
  }
  .grid-rows-span-start-1 {
    grid-row-start: span 1;
  }
  .grid-rows-span-end-1 {
    grid-row-end: span 1;
  }
  .grid-rows-start-1 {
    grid-row-start: 1;
  }
  .grid-rows-end-1 {
    grid-row-end: 1;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-1-auto {
    grid-template-columns: repeat(1, auto);
  }
  .grid-col-span-1 {
    grid-column: span 1 / span 1;
  }
  .grid-col-span-start-1 {
    grid-column-start: span 1;
  }
  .grid-col-span-end-1 {
    grid-column-end: span 1;
  }
  .grid-col-start-1 {
    grid-column-start: 1;
  }
  .grid-col-end-1 {
    grid-column-end: 1;
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-2-auto {
    grid-template-rows: repeat(2, auto);
  }
  .grid-rows-span-2 {
    grid-row: span 2 / span 2;
  }
  .grid-rows-span-start-2 {
    grid-row-start: span 2;
  }
  .grid-rows-span-end-2 {
    grid-row-end: span 2;
  }
  .grid-rows-start-2 {
    grid-row-start: 2;
  }
  .grid-rows-end-2 {
    grid-row-end: 2;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-2-auto {
    grid-template-columns: repeat(2, auto);
  }
  .grid-col-span-2 {
    grid-column: span 2 / span 2;
  }
  .grid-col-span-start-2 {
    grid-column-start: span 2;
  }
  .grid-col-span-end-2 {
    grid-column-end: span 2;
  }
  .grid-col-start-2 {
    grid-column-start: 2;
  }
  .grid-col-end-2 {
    grid-column-end: 2;
  }
  .grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-3-auto {
    grid-template-rows: repeat(3, auto);
  }
  .grid-rows-span-3 {
    grid-row: span 3 / span 3;
  }
  .grid-rows-span-start-3 {
    grid-row-start: span 3;
  }
  .grid-rows-span-end-3 {
    grid-row-end: span 3;
  }
  .grid-rows-start-3 {
    grid-row-start: 3;
  }
  .grid-rows-end-3 {
    grid-row-end: 3;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-3-auto {
    grid-template-columns: repeat(3, auto);
  }
  .grid-col-span-3 {
    grid-column: span 3 / span 3;
  }
  .grid-col-span-start-3 {
    grid-column-start: span 3;
  }
  .grid-col-span-end-3 {
    grid-column-end: span 3;
  }
  .grid-col-start-3 {
    grid-column-start: 3;
  }
  .grid-col-end-3 {
    grid-column-end: 3;
  }
  .grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-4-auto {
    grid-template-rows: repeat(4, auto);
  }
  .grid-rows-span-4 {
    grid-row: span 4 / span 4;
  }
  .grid-rows-span-start-4 {
    grid-row-start: span 4;
  }
  .grid-rows-span-end-4 {
    grid-row-end: span 4;
  }
  .grid-rows-start-4 {
    grid-row-start: 4;
  }
  .grid-rows-end-4 {
    grid-row-end: 4;
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-4-auto {
    grid-template-columns: repeat(4, auto);
  }
  .grid-col-span-4 {
    grid-column: span 4 / span 4;
  }
  .grid-col-span-start-4 {
    grid-column-start: span 4;
  }
  .grid-col-span-end-4 {
    grid-column-end: span 4;
  }
  .grid-col-start-4 {
    grid-column-start: 4;
  }
  .grid-col-end-4 {
    grid-column-end: 4;
  }
  .grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid-rows-5-auto {
    grid-template-rows: repeat(5, auto);
  }
  .grid-rows-span-5 {
    grid-row: span 5 / span 5;
  }
  .grid-rows-span-start-5 {
    grid-row-start: span 5;
  }
  .grid-rows-span-end-5 {
    grid-row-end: span 5;
  }
  .grid-rows-start-5 {
    grid-row-start: 5;
  }
  .grid-rows-end-5 {
    grid-row-end: 5;
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-5-auto {
    grid-template-columns: repeat(5, auto);
  }
  .grid-col-span-5 {
    grid-column: span 5 / span 5;
  }
  .grid-col-span-start-5 {
    grid-column-start: span 5;
  }
  .grid-col-span-end-5 {
    grid-column-end: span 5;
  }
  .grid-col-start-5 {
    grid-column-start: 5;
  }
  .grid-col-end-5 {
    grid-column-end: 5;
  }
  .grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid-rows-6-auto {
    grid-template-rows: repeat(6, auto);
  }
  .grid-rows-span-6 {
    grid-row: span 6 / span 6;
  }
  .grid-rows-span-start-6 {
    grid-row-start: span 6;
  }
  .grid-rows-span-end-6 {
    grid-row-end: span 6;
  }
  .grid-rows-start-6 {
    grid-row-start: 6;
  }
  .grid-rows-end-6 {
    grid-row-end: 6;
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-6-auto {
    grid-template-columns: repeat(6, auto);
  }
  .grid-col-span-6 {
    grid-column: span 6 / span 6;
  }
  .grid-col-span-start-6 {
    grid-column-start: span 6;
  }
  .grid-col-span-end-6 {
    grid-column-end: span 6;
  }
  .grid-col-start-6 {
    grid-column-start: 6;
  }
  .grid-col-end-6 {
    grid-column-end: 6;
  }
  .grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid-rows-7-auto {
    grid-template-rows: repeat(7, auto);
  }
  .grid-rows-span-7 {
    grid-row: span 7 / span 7;
  }
  .grid-rows-span-start-7 {
    grid-row-start: span 7;
  }
  .grid-rows-span-end-7 {
    grid-row-end: span 7;
  }
  .grid-rows-start-7 {
    grid-row-start: 7;
  }
  .grid-rows-end-7 {
    grid-row-end: 7;
  }
  .grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-7-auto {
    grid-template-columns: repeat(7, auto);
  }
  .grid-col-span-7 {
    grid-column: span 7 / span 7;
  }
  .grid-col-span-start-7 {
    grid-column-start: span 7;
  }
  .grid-col-span-end-7 {
    grid-column-end: span 7;
  }
  .grid-col-start-7 {
    grid-column-start: 7;
  }
  .grid-col-end-7 {
    grid-column-end: 7;
  }
  .grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid-rows-8-auto {
    grid-template-rows: repeat(8, auto);
  }
  .grid-rows-span-8 {
    grid-row: span 8 / span 8;
  }
  .grid-rows-span-start-8 {
    grid-row-start: span 8;
  }
  .grid-rows-span-end-8 {
    grid-row-end: span 8;
  }
  .grid-rows-start-8 {
    grid-row-start: 8;
  }
  .grid-rows-end-8 {
    grid-row-end: 8;
  }
  .grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-8-auto {
    grid-template-columns: repeat(8, auto);
  }
  .grid-col-span-8 {
    grid-column: span 8 / span 8;
  }
  .grid-col-span-start-8 {
    grid-column-start: span 8;
  }
  .grid-col-span-end-8 {
    grid-column-end: span 8;
  }
  .grid-col-start-8 {
    grid-column-start: 8;
  }
  .grid-col-end-8 {
    grid-column-end: 8;
  }
  .grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid-rows-9-auto {
    grid-template-rows: repeat(9, auto);
  }
  .grid-rows-span-9 {
    grid-row: span 9 / span 9;
  }
  .grid-rows-span-start-9 {
    grid-row-start: span 9;
  }
  .grid-rows-span-end-9 {
    grid-row-end: span 9;
  }
  .grid-rows-start-9 {
    grid-row-start: 9;
  }
  .grid-rows-end-9 {
    grid-row-end: 9;
  }
  .grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-9-auto {
    grid-template-columns: repeat(9, auto);
  }
  .grid-col-span-9 {
    grid-column: span 9 / span 9;
  }
  .grid-col-span-start-9 {
    grid-column-start: span 9;
  }
  .grid-col-span-end-9 {
    grid-column-end: span 9;
  }
  .grid-col-start-9 {
    grid-column-start: 9;
  }
  .grid-col-end-9 {
    grid-column-end: 9;
  }
  .grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid-rows-10-auto {
    grid-template-rows: repeat(10, auto);
  }
  .grid-rows-span-10 {
    grid-row: span 10 / span 10;
  }
  .grid-rows-span-start-10 {
    grid-row-start: span 10;
  }
  .grid-rows-span-end-10 {
    grid-row-end: span 10;
  }
  .grid-rows-start-10 {
    grid-row-start: 10;
  }
  .grid-rows-end-10 {
    grid-row-end: 10;
  }
  .grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-10-auto {
    grid-template-columns: repeat(10, auto);
  }
  .grid-col-span-10 {
    grid-column: span 10 / span 10;
  }
  .grid-col-span-start-10 {
    grid-column-start: span 10;
  }
  .grid-col-span-end-10 {
    grid-column-end: span 10;
  }
  .grid-col-start-10 {
    grid-column-start: 10;
  }
  .grid-col-end-10 {
    grid-column-end: 10;
  }
  .grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .grid-rows-11-auto {
    grid-template-rows: repeat(11, auto);
  }
  .grid-rows-span-11 {
    grid-row: span 11 / span 11;
  }
  .grid-rows-span-start-11 {
    grid-row-start: span 11;
  }
  .grid-rows-span-end-11 {
    grid-row-end: span 11;
  }
  .grid-rows-start-11 {
    grid-row-start: 11;
  }
  .grid-rows-end-11 {
    grid-row-end: 11;
  }
  .grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-11-auto {
    grid-template-columns: repeat(11, auto);
  }
  .grid-col-span-11 {
    grid-column: span 11 / span 11;
  }
  .grid-col-span-start-11 {
    grid-column-start: span 11;
  }
  .grid-col-span-end-11 {
    grid-column-end: span 11;
  }
  .grid-col-start-11 {
    grid-column-start: 11;
  }
  .grid-col-end-11 {
    grid-column-end: 11;
  }
  .grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .grid-rows-12-auto {
    grid-template-rows: repeat(12, auto);
  }
  .grid-rows-span-12 {
    grid-row: span 12 / span 12;
  }
  .grid-rows-span-start-12 {
    grid-row-start: span 12;
  }
  .grid-rows-span-end-12 {
    grid-row-end: span 12;
  }
  .grid-rows-start-12 {
    grid-row-start: 12;
  }
  .grid-rows-end-12 {
    grid-row-end: 12;
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-12-auto {
    grid-template-columns: repeat(12, auto);
  }
  .grid-col-span-12 {
    grid-column: span 12 / span 12;
  }
  .grid-col-span-start-12 {
    grid-column-start: span 12;
  }
  .grid-col-span-end-12 {
    grid-column-end: span 12;
  }
  .grid-col-start-12 {
    grid-column-start: 12;
  }
  .grid-col-end-12 {
    grid-column-end: 12;
  }
  .grid-rows-13 {
    grid-template-rows: repeat(13, minmax(0, 1fr));
  }
  .grid-rows-13-auto {
    grid-template-rows: repeat(13, auto);
  }
  .grid-rows-span-13 {
    grid-row: span 13 / span 13;
  }
  .grid-rows-span-start-13 {
    grid-row-start: span 13;
  }
  .grid-rows-span-end-13 {
    grid-row-end: span 13;
  }
  .grid-rows-start-13 {
    grid-row-start: 13;
  }
  .grid-rows-end-13 {
    grid-row-end: 13;
  }
  .grid-cols-13 {
    grid-template-columns: repeat(13, minmax(0, 1fr));
  }
  .grid-cols-13-auto {
    grid-template-columns: repeat(13, auto);
  }
  .grid-col-span-13 {
    grid-column: span 13 / span 13;
  }
  .grid-col-span-start-13 {
    grid-column-start: span 13;
  }
  .grid-col-span-end-13 {
    grid-column-end: span 13;
  }
  .grid-col-start-13 {
    grid-column-start: 13;
  }
  .grid-col-end-13 {
    grid-column-end: 13;
  }
  .grid-rows-none {
    grid-template-rows: none;
  }
  .grid-rows-auto {
    grid-row: auto;
  }
  .grid-rows-span-full {
    grid-row: 1/-1;
  }
  .grid-rows-start-auto {
    grid-row-start: auto;
  }
  .grid-rows-end-auto {
    grid-row-end: auto;
  }
  .grid-auto-rows {
    grid-auto-rows: auto;
  }
  .grid-auto-rows-min {
    grid-auto-rows: min-content;
  }
  .grid-auto-rows-max {
    grid-auto-rows: max-content;
  }
  .grid-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .grid-flow-row {
    grid-auto-flow: row;
  }
  .grid-flow-rows-dense {
    grid-auto-flow: row dense;
  }
  .grid-cols-none {
    grid-template-columns: none;
  }
  .grid-col-auto {
    grid-column: auto;
  }
  .grid-col-span-full {
    grid-column: 1/-1;
  }
  .grid-col-start-auto {
    grid-column-start: auto;
  }
  .grid-col-end-auto {
    grid-column-end: auto;
  }
  .grid-auto-cols {
    grid-auto-columns: auto;
  }
  .grid-auto-cols-min {
    grid-auto-columns: min-content;
  }
  .grid-auto-cols-max {
    grid-auto-columns: max-content;
  }
  .grid-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .grid-flow-col {
    grid-auto-flow: column;
  }
  .grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .grid-flow-dense {
    grid-auto-flow: dense;
  }
  .grid-auto-rows-none {
    grid-auto-rows: minmax(0, 0);
  }
  .grid-rows-auto-none {
    grid-template-rows: repeat(auto-fill, minmax(0, 1fr));
  }
  .grid-auto-cols-none {
    grid-auto-columns: minmax(0, 0);
  }
  .grid-cols-auto-none {
    grid-template-columns: repeat(auto-fill, minmax(0, 1fr));
  }
  .grid-auto-rows-hairline {
    grid-auto-rows: minmax(0, 0.0625rem);
  }
  .grid-rows-auto-hairline {
    grid-template-rows: repeat(auto-fill, minmax(0.0625rem, 1fr));
  }
  .grid-auto-cols-hairline {
    grid-auto-columns: minmax(0, 0.0625rem);
  }
  .grid-cols-auto-hairline {
    grid-template-columns: repeat(auto-fill, minmax(0.0625rem, 1fr));
  }
  .grid-auto-rows-thin {
    grid-auto-rows: minmax(0, 0.125rem);
  }
  .grid-rows-auto-thin {
    grid-template-rows: repeat(auto-fill, minmax(0.125rem, 1fr));
  }
  .grid-auto-cols-thin {
    grid-auto-columns: minmax(0, 0.125rem);
  }
  .grid-cols-auto-thin {
    grid-template-columns: repeat(auto-fill, minmax(0.125rem, 1fr));
  }
  .grid-auto-rows-slim {
    grid-auto-rows: minmax(0, 0.25rem);
  }
  .grid-rows-auto-slim {
    grid-template-rows: repeat(auto-fill, minmax(0.25rem, 1fr));
  }
  .grid-auto-cols-slim {
    grid-auto-columns: minmax(0, 0.25rem);
  }
  .grid-cols-auto-slim {
    grid-template-columns: repeat(auto-fill, minmax(0.25rem, 1fr));
  }
  .grid-auto-rows-extra-small {
    grid-auto-rows: minmax(0, 0.5rem);
  }
  .grid-rows-auto-extra-small {
    grid-template-rows: repeat(auto-fill, minmax(0.5rem, 1fr));
  }
  .grid-auto-cols-extra-small {
    grid-auto-columns: minmax(0, 0.5rem);
  }
  .grid-cols-auto-extra-small {
    grid-template-columns: repeat(auto-fill, minmax(0.5rem, 1fr));
  }
  .grid-auto-rows-small {
    grid-auto-rows: minmax(0, 1rem);
  }
  .grid-rows-auto-small {
    grid-template-rows: repeat(auto-fill, minmax(1rem, 1fr));
  }
  .grid-auto-cols-small {
    grid-auto-columns: minmax(0, 1rem);
  }
  .grid-cols-auto-small {
    grid-template-columns: repeat(auto-fill, minmax(1rem, 1fr));
  }
  .grid-auto-rows-medium {
    grid-auto-rows: minmax(0, 1.5rem);
  }
  .grid-rows-auto-medium {
    grid-template-rows: repeat(auto-fill, minmax(1.5rem, 1fr));
  }
  .grid-auto-cols-medium {
    grid-auto-columns: minmax(0, 1.5rem);
  }
  .grid-cols-auto-medium {
    grid-template-columns: repeat(auto-fill, minmax(1.5rem, 1fr));
  }
  .grid-auto-rows-large {
    grid-auto-rows: minmax(0, 2rem);
  }
  .grid-rows-auto-large {
    grid-template-rows: repeat(auto-fill, minmax(2rem, 1fr));
  }
  .grid-auto-cols-large {
    grid-auto-columns: minmax(0, 2rem);
  }
  .grid-cols-auto-large {
    grid-template-columns: repeat(auto-fill, minmax(2rem, 1fr));
  }
  .grid-auto-rows-extra-large {
    grid-auto-rows: minmax(0, 2.5rem);
  }
  .grid-rows-auto-extra-large {
    grid-template-rows: repeat(auto-fill, minmax(2.5rem, 1fr));
  }
  .grid-auto-cols-extra-large {
    grid-auto-columns: minmax(0, 2.5rem);
  }
  .grid-cols-auto-extra-large {
    grid-template-columns: repeat(auto-fill, minmax(2.5rem, 1fr));
  }
  .grid-auto-rows-huge {
    grid-auto-rows: minmax(0, 5rem);
  }
  .grid-rows-auto-huge {
    grid-template-rows: repeat(auto-fill, minmax(5rem, 1fr));
  }
  .grid-auto-cols-huge {
    grid-auto-columns: minmax(0, 5rem);
  }
  .grid-cols-auto-huge {
    grid-template-columns: repeat(auto-fill, minmax(5rem, 1fr));
  }
  .grid-auto-rows-1 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 1));
  }
  .grid-rows-auto-1 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 1), 1fr));
  }
  .grid-auto-cols-1 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 1));
  }
  .grid-cols-auto-1 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 1), 1fr)
    );
  }
  .grid-auto-rows-2 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 2));
  }
  .grid-rows-auto-2 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 2), 1fr));
  }
  .grid-auto-cols-2 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 2));
  }
  .grid-cols-auto-2 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 2), 1fr)
    );
  }
  .grid-auto-rows-3 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 3));
  }
  .grid-rows-auto-3 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 3), 1fr));
  }
  .grid-auto-cols-3 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 3));
  }
  .grid-cols-auto-3 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 3), 1fr)
    );
  }
  .grid-auto-rows-4 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 4));
  }
  .grid-rows-auto-4 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 4), 1fr));
  }
  .grid-auto-cols-4 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 4));
  }
  .grid-cols-auto-4 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 4), 1fr)
    );
  }
  .grid-auto-rows-5 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 5));
  }
  .grid-rows-auto-5 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 5), 1fr));
  }
  .grid-auto-cols-5 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 5));
  }
  .grid-cols-auto-5 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 5), 1fr)
    );
  }
  .grid-auto-rows-6 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 6));
  }
  .grid-rows-auto-6 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 6), 1fr));
  }
  .grid-auto-cols-6 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 6));
  }
  .grid-cols-auto-6 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 6), 1fr)
    );
  }
  .grid-auto-rows-7 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 7));
  }
  .grid-rows-auto-7 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 7), 1fr));
  }
  .grid-auto-cols-7 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 7));
  }
  .grid-cols-auto-7 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 7), 1fr)
    );
  }
  .grid-auto-rows-8 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 8));
  }
  .grid-rows-auto-8 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 8), 1fr));
  }
  .grid-auto-cols-8 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 8));
  }
  .grid-cols-auto-8 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 8), 1fr)
    );
  }
  .grid-auto-rows-9 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 9));
  }
  .grid-rows-auto-9 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 9), 1fr));
  }
  .grid-auto-cols-9 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 9));
  }
  .grid-cols-auto-9 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 9), 1fr)
    );
  }
  .grid-auto-rows-10 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 10));
  }
  .grid-rows-auto-10 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 10), 1fr));
  }
  .grid-auto-cols-10 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 10));
  }
  .grid-cols-auto-10 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 10), 1fr)
    );
  }
  .grid-auto-rows-11 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 11));
  }
  .grid-rows-auto-11 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 11), 1fr));
  }
  .grid-auto-cols-11 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 11));
  }
  .grid-cols-auto-11 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 11), 1fr)
    );
  }
  .grid-auto-rows-12 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 12));
  }
  .grid-rows-auto-12 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 12), 1fr));
  }
  .grid-auto-cols-12 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 12));
  }
  .grid-cols-auto-12 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 12), 1fr)
    );
  }
}
@media (max-width: 960px) {
  .mobile\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .mobile\:grid-rows-1-auto {
    grid-template-rows: repeat(1, auto);
  }
  .mobile\:grid-rows-span-1 {
    grid-row: span 1 / span 1;
  }
  .mobile\:grid-rows-span-start-1 {
    grid-row-start: span 1;
  }
  .mobile\:grid-rows-span-end-1 {
    grid-row-end: span 1;
  }
  .mobile\:grid-rows-start-1 {
    grid-row-start: 1;
  }
  .mobile\:grid-rows-end-1 {
    grid-row-end: 1;
  }
  .mobile\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .mobile\:grid-cols-1-auto {
    grid-template-columns: repeat(1, auto);
  }
  .mobile\:grid-col-span-1 {
    grid-column: span 1 / span 1;
  }
  .mobile\:grid-col-span-start-1 {
    grid-column-start: span 1;
  }
  .mobile\:grid-col-span-end-1 {
    grid-column-end: span 1;
  }
  .mobile\:grid-col-start-1 {
    grid-column-start: 1;
  }
  .mobile\:grid-col-end-1 {
    grid-column-end: 1;
  }
  .mobile\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .mobile\:grid-rows-2-auto {
    grid-template-rows: repeat(2, auto);
  }
  .mobile\:grid-rows-span-2 {
    grid-row: span 2 / span 2;
  }
  .mobile\:grid-rows-span-start-2 {
    grid-row-start: span 2;
  }
  .mobile\:grid-rows-span-end-2 {
    grid-row-end: span 2;
  }
  .mobile\:grid-rows-start-2 {
    grid-row-start: 2;
  }
  .mobile\:grid-rows-end-2 {
    grid-row-end: 2;
  }
  .mobile\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mobile\:grid-cols-2-auto {
    grid-template-columns: repeat(2, auto);
  }
  .mobile\:grid-col-span-2 {
    grid-column: span 2 / span 2;
  }
  .mobile\:grid-col-span-start-2 {
    grid-column-start: span 2;
  }
  .mobile\:grid-col-span-end-2 {
    grid-column-end: span 2;
  }
  .mobile\:grid-col-start-2 {
    grid-column-start: 2;
  }
  .mobile\:grid-col-end-2 {
    grid-column-end: 2;
  }
  .mobile\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .mobile\:grid-rows-3-auto {
    grid-template-rows: repeat(3, auto);
  }
  .mobile\:grid-rows-span-3 {
    grid-row: span 3 / span 3;
  }
  .mobile\:grid-rows-span-start-3 {
    grid-row-start: span 3;
  }
  .mobile\:grid-rows-span-end-3 {
    grid-row-end: span 3;
  }
  .mobile\:grid-rows-start-3 {
    grid-row-start: 3;
  }
  .mobile\:grid-rows-end-3 {
    grid-row-end: 3;
  }
  .mobile\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mobile\:grid-cols-3-auto {
    grid-template-columns: repeat(3, auto);
  }
  .mobile\:grid-col-span-3 {
    grid-column: span 3 / span 3;
  }
  .mobile\:grid-col-span-start-3 {
    grid-column-start: span 3;
  }
  .mobile\:grid-col-span-end-3 {
    grid-column-end: span 3;
  }
  .mobile\:grid-col-start-3 {
    grid-column-start: 3;
  }
  .mobile\:grid-col-end-3 {
    grid-column-end: 3;
  }
  .mobile\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .mobile\:grid-rows-4-auto {
    grid-template-rows: repeat(4, auto);
  }
  .mobile\:grid-rows-span-4 {
    grid-row: span 4 / span 4;
  }
  .mobile\:grid-rows-span-start-4 {
    grid-row-start: span 4;
  }
  .mobile\:grid-rows-span-end-4 {
    grid-row-end: span 4;
  }
  .mobile\:grid-rows-start-4 {
    grid-row-start: 4;
  }
  .mobile\:grid-rows-end-4 {
    grid-row-end: 4;
  }
  .mobile\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .mobile\:grid-cols-4-auto {
    grid-template-columns: repeat(4, auto);
  }
  .mobile\:grid-col-span-4 {
    grid-column: span 4 / span 4;
  }
  .mobile\:grid-col-span-start-4 {
    grid-column-start: span 4;
  }
  .mobile\:grid-col-span-end-4 {
    grid-column-end: span 4;
  }
  .mobile\:grid-col-start-4 {
    grid-column-start: 4;
  }
  .mobile\:grid-col-end-4 {
    grid-column-end: 4;
  }
  .mobile\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .mobile\:grid-rows-5-auto {
    grid-template-rows: repeat(5, auto);
  }
  .mobile\:grid-rows-span-5 {
    grid-row: span 5 / span 5;
  }
  .mobile\:grid-rows-span-start-5 {
    grid-row-start: span 5;
  }
  .mobile\:grid-rows-span-end-5 {
    grid-row-end: span 5;
  }
  .mobile\:grid-rows-start-5 {
    grid-row-start: 5;
  }
  .mobile\:grid-rows-end-5 {
    grid-row-end: 5;
  }
  .mobile\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .mobile\:grid-cols-5-auto {
    grid-template-columns: repeat(5, auto);
  }
  .mobile\:grid-col-span-5 {
    grid-column: span 5 / span 5;
  }
  .mobile\:grid-col-span-start-5 {
    grid-column-start: span 5;
  }
  .mobile\:grid-col-span-end-5 {
    grid-column-end: span 5;
  }
  .mobile\:grid-col-start-5 {
    grid-column-start: 5;
  }
  .mobile\:grid-col-end-5 {
    grid-column-end: 5;
  }
  .mobile\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .mobile\:grid-rows-6-auto {
    grid-template-rows: repeat(6, auto);
  }
  .mobile\:grid-rows-span-6 {
    grid-row: span 6 / span 6;
  }
  .mobile\:grid-rows-span-start-6 {
    grid-row-start: span 6;
  }
  .mobile\:grid-rows-span-end-6 {
    grid-row-end: span 6;
  }
  .mobile\:grid-rows-start-6 {
    grid-row-start: 6;
  }
  .mobile\:grid-rows-end-6 {
    grid-row-end: 6;
  }
  .mobile\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .mobile\:grid-cols-6-auto {
    grid-template-columns: repeat(6, auto);
  }
  .mobile\:grid-col-span-6 {
    grid-column: span 6 / span 6;
  }
  .mobile\:grid-col-span-start-6 {
    grid-column-start: span 6;
  }
  .mobile\:grid-col-span-end-6 {
    grid-column-end: span 6;
  }
  .mobile\:grid-col-start-6 {
    grid-column-start: 6;
  }
  .mobile\:grid-col-end-6 {
    grid-column-end: 6;
  }
  .mobile\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .mobile\:grid-rows-7-auto {
    grid-template-rows: repeat(7, auto);
  }
  .mobile\:grid-rows-span-7 {
    grid-row: span 7 / span 7;
  }
  .mobile\:grid-rows-span-start-7 {
    grid-row-start: span 7;
  }
  .mobile\:grid-rows-span-end-7 {
    grid-row-end: span 7;
  }
  .mobile\:grid-rows-start-7 {
    grid-row-start: 7;
  }
  .mobile\:grid-rows-end-7 {
    grid-row-end: 7;
  }
  .mobile\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .mobile\:grid-cols-7-auto {
    grid-template-columns: repeat(7, auto);
  }
  .mobile\:grid-col-span-7 {
    grid-column: span 7 / span 7;
  }
  .mobile\:grid-col-span-start-7 {
    grid-column-start: span 7;
  }
  .mobile\:grid-col-span-end-7 {
    grid-column-end: span 7;
  }
  .mobile\:grid-col-start-7 {
    grid-column-start: 7;
  }
  .mobile\:grid-col-end-7 {
    grid-column-end: 7;
  }
  .mobile\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .mobile\:grid-rows-8-auto {
    grid-template-rows: repeat(8, auto);
  }
  .mobile\:grid-rows-span-8 {
    grid-row: span 8 / span 8;
  }
  .mobile\:grid-rows-span-start-8 {
    grid-row-start: span 8;
  }
  .mobile\:grid-rows-span-end-8 {
    grid-row-end: span 8;
  }
  .mobile\:grid-rows-start-8 {
    grid-row-start: 8;
  }
  .mobile\:grid-rows-end-8 {
    grid-row-end: 8;
  }
  .mobile\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .mobile\:grid-cols-8-auto {
    grid-template-columns: repeat(8, auto);
  }
  .mobile\:grid-col-span-8 {
    grid-column: span 8 / span 8;
  }
  .mobile\:grid-col-span-start-8 {
    grid-column-start: span 8;
  }
  .mobile\:grid-col-span-end-8 {
    grid-column-end: span 8;
  }
  .mobile\:grid-col-start-8 {
    grid-column-start: 8;
  }
  .mobile\:grid-col-end-8 {
    grid-column-end: 8;
  }
  .mobile\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .mobile\:grid-rows-9-auto {
    grid-template-rows: repeat(9, auto);
  }
  .mobile\:grid-rows-span-9 {
    grid-row: span 9 / span 9;
  }
  .mobile\:grid-rows-span-start-9 {
    grid-row-start: span 9;
  }
  .mobile\:grid-rows-span-end-9 {
    grid-row-end: span 9;
  }
  .mobile\:grid-rows-start-9 {
    grid-row-start: 9;
  }
  .mobile\:grid-rows-end-9 {
    grid-row-end: 9;
  }
  .mobile\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .mobile\:grid-cols-9-auto {
    grid-template-columns: repeat(9, auto);
  }
  .mobile\:grid-col-span-9 {
    grid-column: span 9 / span 9;
  }
  .mobile\:grid-col-span-start-9 {
    grid-column-start: span 9;
  }
  .mobile\:grid-col-span-end-9 {
    grid-column-end: span 9;
  }
  .mobile\:grid-col-start-9 {
    grid-column-start: 9;
  }
  .mobile\:grid-col-end-9 {
    grid-column-end: 9;
  }
  .mobile\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .mobile\:grid-rows-10-auto {
    grid-template-rows: repeat(10, auto);
  }
  .mobile\:grid-rows-span-10 {
    grid-row: span 10 / span 10;
  }
  .mobile\:grid-rows-span-start-10 {
    grid-row-start: span 10;
  }
  .mobile\:grid-rows-span-end-10 {
    grid-row-end: span 10;
  }
  .mobile\:grid-rows-start-10 {
    grid-row-start: 10;
  }
  .mobile\:grid-rows-end-10 {
    grid-row-end: 10;
  }
  .mobile\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .mobile\:grid-cols-10-auto {
    grid-template-columns: repeat(10, auto);
  }
  .mobile\:grid-col-span-10 {
    grid-column: span 10 / span 10;
  }
  .mobile\:grid-col-span-start-10 {
    grid-column-start: span 10;
  }
  .mobile\:grid-col-span-end-10 {
    grid-column-end: span 10;
  }
  .mobile\:grid-col-start-10 {
    grid-column-start: 10;
  }
  .mobile\:grid-col-end-10 {
    grid-column-end: 10;
  }
  .mobile\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .mobile\:grid-rows-11-auto {
    grid-template-rows: repeat(11, auto);
  }
  .mobile\:grid-rows-span-11 {
    grid-row: span 11 / span 11;
  }
  .mobile\:grid-rows-span-start-11 {
    grid-row-start: span 11;
  }
  .mobile\:grid-rows-span-end-11 {
    grid-row-end: span 11;
  }
  .mobile\:grid-rows-start-11 {
    grid-row-start: 11;
  }
  .mobile\:grid-rows-end-11 {
    grid-row-end: 11;
  }
  .mobile\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .mobile\:grid-cols-11-auto {
    grid-template-columns: repeat(11, auto);
  }
  .mobile\:grid-col-span-11 {
    grid-column: span 11 / span 11;
  }
  .mobile\:grid-col-span-start-11 {
    grid-column-start: span 11;
  }
  .mobile\:grid-col-span-end-11 {
    grid-column-end: span 11;
  }
  .mobile\:grid-col-start-11 {
    grid-column-start: 11;
  }
  .mobile\:grid-col-end-11 {
    grid-column-end: 11;
  }
  .mobile\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .mobile\:grid-rows-12-auto {
    grid-template-rows: repeat(12, auto);
  }
  .mobile\:grid-rows-span-12 {
    grid-row: span 12 / span 12;
  }
  .mobile\:grid-rows-span-start-12 {
    grid-row-start: span 12;
  }
  .mobile\:grid-rows-span-end-12 {
    grid-row-end: span 12;
  }
  .mobile\:grid-rows-start-12 {
    grid-row-start: 12;
  }
  .mobile\:grid-rows-end-12 {
    grid-row-end: 12;
  }
  .mobile\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .mobile\:grid-cols-12-auto {
    grid-template-columns: repeat(12, auto);
  }
  .mobile\:grid-col-span-12 {
    grid-column: span 12 / span 12;
  }
  .mobile\:grid-col-span-start-12 {
    grid-column-start: span 12;
  }
  .mobile\:grid-col-span-end-12 {
    grid-column-end: span 12;
  }
  .mobile\:grid-col-start-12 {
    grid-column-start: 12;
  }
  .mobile\:grid-col-end-12 {
    grid-column-end: 12;
  }
  .mobile\:grid-rows-13 {
    grid-template-rows: repeat(13, minmax(0, 1fr));
  }
  .mobile\:grid-rows-13-auto {
    grid-template-rows: repeat(13, auto);
  }
  .mobile\:grid-rows-span-13 {
    grid-row: span 13 / span 13;
  }
  .mobile\:grid-rows-span-start-13 {
    grid-row-start: span 13;
  }
  .mobile\:grid-rows-span-end-13 {
    grid-row-end: span 13;
  }
  .mobile\:grid-rows-start-13 {
    grid-row-start: 13;
  }
  .mobile\:grid-rows-end-13 {
    grid-row-end: 13;
  }
  .mobile\:grid-cols-13 {
    grid-template-columns: repeat(13, minmax(0, 1fr));
  }
  .mobile\:grid-cols-13-auto {
    grid-template-columns: repeat(13, auto);
  }
  .mobile\:grid-col-span-13 {
    grid-column: span 13 / span 13;
  }
  .mobile\:grid-col-span-start-13 {
    grid-column-start: span 13;
  }
  .mobile\:grid-col-span-end-13 {
    grid-column-end: span 13;
  }
  .mobile\:grid-col-start-13 {
    grid-column-start: 13;
  }
  .mobile\:grid-col-end-13 {
    grid-column-end: 13;
  }
  .mobile\:grid-rows-none {
    grid-template-rows: none;
  }
  .mobile\:grid-rows-auto {
    grid-row: auto;
  }
  .mobile\:grid-rows-span-full {
    grid-row: 1/-1;
  }
  .mobile\:grid-rows-start-auto {
    grid-row-start: auto;
  }
  .mobile\:grid-rows-end-auto {
    grid-row-end: auto;
  }
  .mobile\:grid-auto-rows {
    grid-auto-rows: auto;
  }
  .mobile\:grid-auto-rows-min {
    grid-auto-rows: min-content;
  }
  .mobile\:grid-auto-rows-max {
    grid-auto-rows: max-content;
  }
  .mobile\:grid-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .mobile\:grid-flow-row {
    grid-auto-flow: row;
  }
  .mobile\:grid-flow-rows-dense {
    grid-auto-flow: row dense;
  }
  .mobile\:grid-cols-none {
    grid-template-columns: none;
  }
  .mobile\:grid-col-auto {
    grid-column: auto;
  }
  .mobile\:grid-col-span-full {
    grid-column: 1/-1;
  }
  .mobile\:grid-col-start-auto {
    grid-column-start: auto;
  }
  .mobile\:grid-col-end-auto {
    grid-column-end: auto;
  }
  .mobile\:grid-auto-cols {
    grid-auto-columns: auto;
  }
  .mobile\:grid-auto-cols-min {
    grid-auto-columns: min-content;
  }
  .mobile\:grid-auto-cols-max {
    grid-auto-columns: max-content;
  }
  .mobile\:grid-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .mobile\:grid-flow-col {
    grid-auto-flow: column;
  }
  .mobile\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .mobile\:grid-flow-dense {
    grid-auto-flow: dense;
  }
  .mobile\:grid-auto-rows-none {
    grid-auto-rows: minmax(0, 0);
  }
  .mobile\:grid-rows-auto-none {
    grid-template-rows: repeat(auto-fill, minmax(0, 1fr));
  }
  .mobile\:grid-auto-cols-none {
    grid-auto-columns: minmax(0, 0);
  }
  .mobile\:grid-cols-auto-none {
    grid-template-columns: repeat(auto-fill, minmax(0, 1fr));
  }
  .mobile\:grid-auto-rows-hairline {
    grid-auto-rows: minmax(0, 0.0625rem);
  }
  .mobile\:grid-rows-auto-hairline {
    grid-template-rows: repeat(auto-fill, minmax(0.0625rem, 1fr));
  }
  .mobile\:grid-auto-cols-hairline {
    grid-auto-columns: minmax(0, 0.0625rem);
  }
  .mobile\:grid-cols-auto-hairline {
    grid-template-columns: repeat(auto-fill, minmax(0.0625rem, 1fr));
  }
  .mobile\:grid-auto-rows-thin {
    grid-auto-rows: minmax(0, 0.125rem);
  }
  .mobile\:grid-rows-auto-thin {
    grid-template-rows: repeat(auto-fill, minmax(0.125rem, 1fr));
  }
  .mobile\:grid-auto-cols-thin {
    grid-auto-columns: minmax(0, 0.125rem);
  }
  .mobile\:grid-cols-auto-thin {
    grid-template-columns: repeat(auto-fill, minmax(0.125rem, 1fr));
  }
  .mobile\:grid-auto-rows-slim {
    grid-auto-rows: minmax(0, 0.25rem);
  }
  .mobile\:grid-rows-auto-slim {
    grid-template-rows: repeat(auto-fill, minmax(0.25rem, 1fr));
  }
  .mobile\:grid-auto-cols-slim {
    grid-auto-columns: minmax(0, 0.25rem);
  }
  .mobile\:grid-cols-auto-slim {
    grid-template-columns: repeat(auto-fill, minmax(0.25rem, 1fr));
  }
  .mobile\:grid-auto-rows-extra-small {
    grid-auto-rows: minmax(0, 0.5rem);
  }
  .mobile\:grid-rows-auto-extra-small {
    grid-template-rows: repeat(auto-fill, minmax(0.5rem, 1fr));
  }
  .mobile\:grid-auto-cols-extra-small {
    grid-auto-columns: minmax(0, 0.5rem);
  }
  .mobile\:grid-cols-auto-extra-small {
    grid-template-columns: repeat(auto-fill, minmax(0.5rem, 1fr));
  }
  .mobile\:grid-auto-rows-small {
    grid-auto-rows: minmax(0, 1rem);
  }
  .mobile\:grid-rows-auto-small {
    grid-template-rows: repeat(auto-fill, minmax(1rem, 1fr));
  }
  .mobile\:grid-auto-cols-small {
    grid-auto-columns: minmax(0, 1rem);
  }
  .mobile\:grid-cols-auto-small {
    grid-template-columns: repeat(auto-fill, minmax(1rem, 1fr));
  }
  .mobile\:grid-auto-rows-medium {
    grid-auto-rows: minmax(0, 1.5rem);
  }
  .mobile\:grid-rows-auto-medium {
    grid-template-rows: repeat(auto-fill, minmax(1.5rem, 1fr));
  }
  .mobile\:grid-auto-cols-medium {
    grid-auto-columns: minmax(0, 1.5rem);
  }
  .mobile\:grid-cols-auto-medium {
    grid-template-columns: repeat(auto-fill, minmax(1.5rem, 1fr));
  }
  .mobile\:grid-auto-rows-large {
    grid-auto-rows: minmax(0, 2rem);
  }
  .mobile\:grid-rows-auto-large {
    grid-template-rows: repeat(auto-fill, minmax(2rem, 1fr));
  }
  .mobile\:grid-auto-cols-large {
    grid-auto-columns: minmax(0, 2rem);
  }
  .mobile\:grid-cols-auto-large {
    grid-template-columns: repeat(auto-fill, minmax(2rem, 1fr));
  }
  .mobile\:grid-auto-rows-extra-large {
    grid-auto-rows: minmax(0, 2.5rem);
  }
  .mobile\:grid-rows-auto-extra-large {
    grid-template-rows: repeat(auto-fill, minmax(2.5rem, 1fr));
  }
  .mobile\:grid-auto-cols-extra-large {
    grid-auto-columns: minmax(0, 2.5rem);
  }
  .mobile\:grid-cols-auto-extra-large {
    grid-template-columns: repeat(auto-fill, minmax(2.5rem, 1fr));
  }
  .mobile\:grid-auto-rows-huge {
    grid-auto-rows: minmax(0, 5rem);
  }
  .mobile\:grid-rows-auto-huge {
    grid-template-rows: repeat(auto-fill, minmax(5rem, 1fr));
  }
  .mobile\:grid-auto-cols-huge {
    grid-auto-columns: minmax(0, 5rem);
  }
  .mobile\:grid-cols-auto-huge {
    grid-template-columns: repeat(auto-fill, minmax(5rem, 1fr));
  }
  .mobile\:grid-auto-rows-1 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 1));
  }
  .mobile\:grid-rows-auto-1 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 1), 1fr));
  }
  .mobile\:grid-auto-cols-1 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 1));
  }
  .mobile\:grid-cols-auto-1 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 1), 1fr)
    );
  }
  .mobile\:grid-auto-rows-2 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 2));
  }
  .mobile\:grid-rows-auto-2 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 2), 1fr));
  }
  .mobile\:grid-auto-cols-2 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 2));
  }
  .mobile\:grid-cols-auto-2 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 2), 1fr)
    );
  }
  .mobile\:grid-auto-rows-3 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 3));
  }
  .mobile\:grid-rows-auto-3 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 3), 1fr));
  }
  .mobile\:grid-auto-cols-3 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 3));
  }
  .mobile\:grid-cols-auto-3 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 3), 1fr)
    );
  }
  .mobile\:grid-auto-rows-4 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 4));
  }
  .mobile\:grid-rows-auto-4 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 4), 1fr));
  }
  .mobile\:grid-auto-cols-4 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 4));
  }
  .mobile\:grid-cols-auto-4 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 4), 1fr)
    );
  }
  .mobile\:grid-auto-rows-5 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 5));
  }
  .mobile\:grid-rows-auto-5 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 5), 1fr));
  }
  .mobile\:grid-auto-cols-5 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 5));
  }
  .mobile\:grid-cols-auto-5 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 5), 1fr)
    );
  }
  .mobile\:grid-auto-rows-6 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 6));
  }
  .mobile\:grid-rows-auto-6 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 6), 1fr));
  }
  .mobile\:grid-auto-cols-6 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 6));
  }
  .mobile\:grid-cols-auto-6 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 6), 1fr)
    );
  }
  .mobile\:grid-auto-rows-7 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 7));
  }
  .mobile\:grid-rows-auto-7 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 7), 1fr));
  }
  .mobile\:grid-auto-cols-7 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 7));
  }
  .mobile\:grid-cols-auto-7 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 7), 1fr)
    );
  }
  .mobile\:grid-auto-rows-8 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 8));
  }
  .mobile\:grid-rows-auto-8 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 8), 1fr));
  }
  .mobile\:grid-auto-cols-8 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 8));
  }
  .mobile\:grid-cols-auto-8 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 8), 1fr)
    );
  }
  .mobile\:grid-auto-rows-9 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 9));
  }
  .mobile\:grid-rows-auto-9 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 9), 1fr));
  }
  .mobile\:grid-auto-cols-9 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 9));
  }
  .mobile\:grid-cols-auto-9 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 9), 1fr)
    );
  }
  .mobile\:grid-auto-rows-10 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 10));
  }
  .mobile\:grid-rows-auto-10 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 10), 1fr));
  }
  .mobile\:grid-auto-cols-10 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 10));
  }
  .mobile\:grid-cols-auto-10 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 10), 1fr)
    );
  }
  .mobile\:grid-auto-rows-11 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 11));
  }
  .mobile\:grid-rows-auto-11 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 11), 1fr));
  }
  .mobile\:grid-auto-cols-11 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 11));
  }
  .mobile\:grid-cols-auto-11 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 11), 1fr)
    );
  }
  .mobile\:grid-auto-rows-12 {
    grid-auto-rows: minmax(0, calc(1240px / 12 * 12));
  }
  .mobile\:grid-rows-auto-12 {
    grid-template-rows: repeat(auto-fill, minmax(calc(1240px / 12 * 12), 1fr));
  }
  .mobile\:grid-auto-cols-12 {
    grid-auto-columns: minmax(0, calc(1240px / 12 * 12));
  }
  .mobile\:grid-cols-auto-12 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(1240px / 12 * 12), 1fr)
    );
  }
}
@media (max-width: 8640px) {
  .pointer-events-none,
  .chevron {
    pointer-events: none;
  }
  .pointer-events-initial {
    pointer-events: initial;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-initial {
    cursor: initial;
  }
  .no-scrollbar {
    scrollbar-width: none;
  }
  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1165px) {
  .laptop\:pointer-events-none {
    pointer-events: none;
  }
  .laptop\:pointer-events-initial {
    pointer-events: initial;
  }
  .laptop\:cursor-pointer {
    cursor: pointer;
  }
  .laptop\:cursor-default {
    cursor: default;
  }
  .laptop\:cursor-not-allowed {
    cursor: not-allowed;
  }
  .laptop\:cursor-initial {
    cursor: initial;
  }
  .laptop\:no-scrollbar {
    scrollbar-width: none;
  }
  .laptop\:no-scrollbar::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 960px) {
  .mobile\:pointer-events-none {
    pointer-events: none;
  }
  .mobile\:pointer-events-initial {
    pointer-events: initial;
  }
  .mobile\:cursor-pointer {
    cursor: pointer;
  }
  .mobile\:cursor-default {
    cursor: default;
  }
  .mobile\:cursor-not-allowed {
    cursor: not-allowed;
  }
  .mobile\:cursor-initial {
    cursor: initial;
  }
  .mobile\:no-scrollbar {
    scrollbar-width: none;
  }
  .mobile\:no-scrollbar::-webkit-scrollbar {
    display: none;
  }
}
.list-style-disc {
  list-style: disc;
}
.list-style-circle {
  list-style: circle;
}
.list-style-square {
  list-style: square;
}
.list-style-decimal {
  list-style: decimal;
}
.list-style-decimal-leading-zero {
  list-style: decimal-leading-zero;
}
.list-style-lower-roman {
  list-style: lower-roman;
}
.list-style-upper-roman {
  list-style: upper-roman;
}
.list-style-lower-greek {
  list-style: lower-greek;
}
.list-style-lower-latin {
  list-style: lower-latin;
}
.list-style-upper-latin {
  list-style: upper-latin;
}
.list-style-armenian {
  list-style: armenian;
}
.list-style-georgian {
  list-style: georgian;
}
.list-style-lower-alpha {
  list-style: lower-alpha;
}
.list-style-upper-alpha {
  list-style: upper-alpha;
}
.list-style-none {
  list-style: none;
}
.list-reset,
.brandui-navigation .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 8640px) {
  .object-fit-fill,
  .object-fit-fill-inner img {
    object-fit: fill;
  }
  .object-fit-contain,
  .object-fit-contain-inner img {
    object-fit: contain;
  }
  .object-fit-cover,
  .object-fit-cover-inner img {
    object-fit: cover;
  }
  .object-fit-none,
  .object-fit-none-inner img {
    object-fit: none;
  }
  .object-fit-scale-down,
  .object-fit-scale-down-inner img {
    object-fit: scale-down;
  }
  .object-fit-initial,
  .object-fit-initial-inner img {
    object-fit: initial;
  }
  .object-position-top,
  .object-position-top-inner img {
    object-position: top;
  }
  .object-position-right,
  .object-position-right-inner img {
    object-position: right;
  }
  .object-position-bottom,
  .object-position-bottom-inner img {
    object-position: bottom;
  }
  .object-position-left,
  .object-position-left-inner img {
    object-position: left;
  }
  .object-position-center,
  .object-position-center-inner img {
    object-position: center;
  }
  .object-position-initial,
  .object-position-initial-inner img {
    object-position: initial;
  }
  .video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
  .video-wrap iframe,
  .video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 960px) {
  .mobile\:object-fit-fill,
  .mobile\:object-fit-fill-inner img {
    object-fit: fill;
  }
  .mobile\:object-fit-contain,
  .mobile\:object-fit-contain-inner img {
    object-fit: contain;
  }
  .mobile\:object-fit-cover,
  .mobile\:object-fit-cover-inner img {
    object-fit: cover;
  }
  .mobile\:object-fit-none,
  .mobile\:object-fit-none-inner img {
    object-fit: none;
  }
  .mobile\:object-fit-scale-down,
  .mobile\:object-fit-scale-down-inner img {
    object-fit: scale-down;
  }
  .mobile\:object-fit-initial,
  .mobile\:object-fit-initial-inner img {
    object-fit: initial;
  }
  .mobile\:object-position-top,
  .mobile\:object-position-top-inner img {
    object-position: top;
  }
  .mobile\:object-position-right,
  .mobile\:object-position-right-inner img {
    object-position: right;
  }
  .mobile\:object-position-bottom,
  .mobile\:object-position-bottom-inner img {
    object-position: bottom;
  }
  .mobile\:object-position-left,
  .mobile\:object-position-left-inner img {
    object-position: left;
  }
  .mobile\:object-position-center,
  .mobile\:object-position-center-inner img {
    object-position: center;
  }
  .mobile\:object-position-initial,
  .mobile\:object-position-initial-inner img {
    object-position: initial;
  }
  .mobile\:video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
  .mobile\:video-wrap iframe,
  .mobile\:video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.txt-rich,
.txt-rich-long {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.txt-rich p:not([class]),
.txt-rich-long p:not([class]) {
  line-height: 1.5rem;
}
.txt-rich a.jumplink,
.txt-rich-long a.jumplink {
  color: #01011e;
}
.txt-rich a.jumplink.dark-mode,
.dark-mode .txt-rich a.jumplink,
.txt-rich-long a.jumplink.dark-mode,
.dark-mode .txt-rich-long a.jumplink {
  color: #fff;
}
.txt-rich a:not([class]),
.txt-rich-long a:not([class]) {
  color: #145deb;
  overflow-wrap: break-word;
  text-decoration: underline;
  font-weight: 700;
}
.txt-rich a:not([class]).dark-mode,
.dark-mode .txt-rich a:not([class]),
.txt-rich-long a:not([class]).dark-mode,
.dark-mode .txt-rich-long a:not([class]) {
  color: #3ea2ff;
}
.txt-rich a:not([class]):hover,
.txt-rich a:not([class]):focus,
.txt-rich-long a:not([class]):hover,
.txt-rich-long a:not([class]):focus {
  color: #0a26b8;
}
.txt-rich a:not([class]):hover.dark-mode,
.dark-mode .txt-rich a:not([class]):hover,
.txt-rich a:not([class]):focus.dark-mode,
.dark-mode .txt-rich a:not([class]):focus,
.txt-rich-long a:not([class]):hover.dark-mode,
.dark-mode .txt-rich-long a:not([class]):hover,
.txt-rich-long a:not([class]):focus.dark-mode,
.dark-mode .txt-rich-long a:not([class]):focus {
  color: #9bcfff;
}
.txt-rich blockquote:not([class]),
.txt-rich-long blockquote:not([class]) {
  color: #441c99;
  margin-left: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  border-left: 0.1875rem solid;
  border-color: #441c99;
  padding-left: 2.5rem;
  margin-left: 0;
}
.dark-mode .txt-rich blockquote:not([class]),
.txt-rich blockquote:not([class]).dark-mode,
.dark-mode .txt-rich-long blockquote:not([class]),
.txt-rich-long blockquote:not([class]).dark-mode {
  color: #ff78e1;
}
[data-page-theme="default"] .txt-rich blockquote:not([class]),
[data-page-theme="default"] .txt-rich-long blockquote:not([class]) {
  color: #441c99;
}
.dark-mode[data-page-theme="default"] .txt-rich blockquote:not([class]),
[data-page-theme="default"] .dark-mode .txt-rich blockquote:not([class]),
[data-page-theme="default"] .txt-rich blockquote:not([class]).dark-mode,
.dark-mode[data-page-theme="default"] .txt-rich-long blockquote:not([class]),
[data-page-theme="default"] .dark-mode .txt-rich-long blockquote:not([class]),
[data-page-theme="default"] .txt-rich-long blockquote:not([class]).dark-mode {
  color: #ff78e1;
}
[data-page-theme="secondary"] .txt-rich blockquote:not([class]),
[data-page-theme="secondary"] .txt-rich-long blockquote:not([class]) {
  color: #0a26b8;
}
.dark-mode[data-page-theme="secondary"] .txt-rich blockquote:not([class]),
[data-page-theme="secondary"] .dark-mode .txt-rich blockquote:not([class]),
[data-page-theme="secondary"] .txt-rich blockquote:not([class]).dark-mode,
.dark-mode[data-page-theme="secondary"] .txt-rich-long blockquote:not([class]),
[data-page-theme="secondary"] .dark-mode .txt-rich-long blockquote:not([class]),
[data-page-theme="secondary"] .txt-rich-long blockquote:not([class]).dark-mode {
  color: #8598fb;
}
[data-page-theme="security-labs"] .txt-rich blockquote:not([class]),
[data-page-theme="security-labs"] .txt-rich-long blockquote:not([class]) {
  color: #0a26b8;
}
.dark-mode[data-page-theme="security-labs"] .txt-rich blockquote:not([class]),
[data-page-theme="security-labs"] .dark-mode .txt-rich blockquote:not([class]),
[data-page-theme="security-labs"] .txt-rich blockquote:not([class]).dark-mode,
.dark-mode[data-page-theme="security-labs"]
  .txt-rich-long
  blockquote:not([class]),
[data-page-theme="security-labs"]
  .dark-mode
  .txt-rich-long
  blockquote:not([class]),
[data-page-theme="security-labs"]
  .txt-rich-long
  blockquote:not([class]).dark-mode {
  color: #14c4eb;
}
[data-page-theme="devseccon"] .txt-rich blockquote:not([class]),
[data-page-theme="devseccon"] .txt-rich-long blockquote:not([class]) {
  color: #097d98;
}
.dark-mode[data-page-theme="devseccon"] .txt-rich blockquote:not([class]),
[data-page-theme="devseccon"] .dark-mode .txt-rich blockquote:not([class]),
[data-page-theme="devseccon"] .txt-rich blockquote:not([class]).dark-mode,
.dark-mode[data-page-theme="devseccon"] .txt-rich-long blockquote:not([class]),
[data-page-theme="devseccon"] .dark-mode .txt-rich-long blockquote:not([class]),
[data-page-theme="devseccon"] .txt-rich-long blockquote:not([class]).dark-mode {
  color: #c0f5f2;
}
.dark-mode .txt-rich blockquote:not([class]),
.txt-rich blockquote:not([class]).dark-mode,
.dark-mode .txt-rich-long blockquote:not([class]),
.txt-rich-long blockquote:not([class]).dark-mode {
  border-color: #ff78e1;
}
[data-page-theme="default"] .txt-rich blockquote:not([class]),
[data-page-theme="default"] .txt-rich-long blockquote:not([class]) {
  border-color: #441c99;
}
.dark-mode[data-page-theme="default"] .txt-rich blockquote:not([class]),
[data-page-theme="default"] .dark-mode .txt-rich blockquote:not([class]),
[data-page-theme="default"] .txt-rich blockquote:not([class]).dark-mode,
.dark-mode[data-page-theme="default"] .txt-rich-long blockquote:not([class]),
[data-page-theme="default"] .dark-mode .txt-rich-long blockquote:not([class]),
[data-page-theme="default"] .txt-rich-long blockquote:not([class]).dark-mode {
  border-color: #ff78e1;
}
[data-page-theme="secondary"] .txt-rich blockquote:not([class]),
[data-page-theme="secondary"] .txt-rich-long blockquote:not([class]) {
  border-color: #0a26b8;
}
.dark-mode[data-page-theme="secondary"] .txt-rich blockquote:not([class]),
[data-page-theme="secondary"] .dark-mode .txt-rich blockquote:not([class]),
[data-page-theme="secondary"] .txt-rich blockquote:not([class]).dark-mode,
.dark-mode[data-page-theme="secondary"] .txt-rich-long blockquote:not([class]),
[data-page-theme="secondary"] .dark-mode .txt-rich-long blockquote:not([class]),
[data-page-theme="secondary"] .txt-rich-long blockquote:not([class]).dark-mode {
  border-color: #8598fb;
}
[data-page-theme="security-labs"] .txt-rich blockquote:not([class]),
[data-page-theme="security-labs"] .txt-rich-long blockquote:not([class]) {
  border-color: #0a26b8;
}
.dark-mode[data-page-theme="security-labs"] .txt-rich blockquote:not([class]),
[data-page-theme="security-labs"] .dark-mode .txt-rich blockquote:not([class]),
[data-page-theme="security-labs"] .txt-rich blockquote:not([class]).dark-mode,
.dark-mode[data-page-theme="security-labs"]
  .txt-rich-long
  blockquote:not([class]),
[data-page-theme="security-labs"]
  .dark-mode
  .txt-rich-long
  blockquote:not([class]),
[data-page-theme="security-labs"]
  .txt-rich-long
  blockquote:not([class]).dark-mode {
  border-color: #14c4eb;
}
[data-page-theme="devseccon"] .txt-rich blockquote:not([class]),
[data-page-theme="devseccon"] .txt-rich-long blockquote:not([class]) {
  border-color: #097d98;
}
.dark-mode[data-page-theme="devseccon"] .txt-rich blockquote:not([class]),
[data-page-theme="devseccon"] .dark-mode .txt-rich blockquote:not([class]),
[data-page-theme="devseccon"] .txt-rich blockquote:not([class]).dark-mode,
.dark-mode[data-page-theme="devseccon"] .txt-rich-long blockquote:not([class]),
[data-page-theme="devseccon"] .dark-mode .txt-rich-long blockquote:not([class]),
[data-page-theme="devseccon"] .txt-rich-long blockquote:not([class]).dark-mode {
  border-color: #c0f5f2;
}
.txt-rich ul ul,
.txt-rich ol ul,
.txt-rich ol ol,
.txt-rich-long ul ul,
.txt-rich-long ol ul,
.txt-rich-long ol ol {
  margin-top: 1rem;
}
.txt-rich table,
.txt-rich-long table {
  border-width: 0.0625rem;
  border-style: solid;
  border-collapse: collapse;
  border-color: #e0e0ee;
  border-radius: 0.5rem;
  border-bottom: 0;
  background: #fff;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.txt-rich table tr,
.txt-rich-long table tr {
  padding: 0;
  border-bottom: 0.0625rem solid #e0e0ee !important;
}
.txt-rich table tr td,
.txt-rich table tr th,
.txt-rich-long table tr td,
.txt-rich-long table tr th {
  border-right-width: 0.0625rem;
  border-right-style: solid;
  border-color: #e0e0ee;
  padding: 1rem !important;
}
.txt-rich table thead tr,
.txt-rich table tfoot tr,
.txt-rich-long table thead tr,
.txt-rich-long table tfoot tr {
  background-color: #f6f7fb;
}
.txt-rich table thead tr.dark-mode,
.dark-mode .txt-rich table thead tr,
.txt-rich table tfoot tr.dark-mode,
.dark-mode .txt-rich table tfoot tr,
.txt-rich-long table thead tr.dark-mode,
.dark-mode .txt-rich-long table thead tr,
.txt-rich-long table tfoot tr.dark-mode,
.dark-mode .txt-rich-long table tfoot tr {
  background-color: #030328;
}
.txt-rich table thead tr th,
.txt-rich table thead tr td,
.txt-rich table tfoot tr th,
.txt-rich table tfoot tr td,
.txt-rich-long table thead tr th,
.txt-rich-long table thead tr td,
.txt-rich-long table tfoot tr th,
.txt-rich-long table tfoot tr td {
  color: #fff;
}
.txt-rich table tbody tr,
.txt-rich-long table tbody tr {
  background-color: #f6f7fb;
}
.txt-rich table tbody tr.dark-mode,
.dark-mode .txt-rich table tbody tr,
.txt-rich-long table tbody tr.dark-mode,
.dark-mode .txt-rich-long table tbody tr {
  background-color: #030328;
}
.txt-rich table tbody tr th,
.txt-rich table tbody tr td,
.txt-rich-long table tbody tr th,
.txt-rich-long table tbody tr td {
  border-color: #e0e0ee;
}
.txt-rich table tbody tr:nth-child(odd),
.txt-rich-long table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.txt-rich table tbody tr:nth-child(odd).dark-mode,
.dark-mode .txt-rich table tbody tr:nth-child(odd),
.txt-rich-long table tbody tr:nth-child(odd).dark-mode,
.dark-mode .txt-rich-long table tbody tr:nth-child(odd) {
  background-color: #01011e;
}
.txt-rich table tbody tr:nth-child(odd) th,
.txt-rich table tbody tr:nth-child(odd) td,
.txt-rich-long table tbody tr:nth-child(odd) th,
.txt-rich-long table tbody tr:nth-child(odd) td {
  border-color: #e0e0ee;
}
.txt-rich.dark,
.txt-rich-long.dark {
  color: #f6f7fb;
}
.txt-rich.dark a.jumplink,
.txt-rich-long.dark a.jumplink {
  color: #fff;
}
.txt-rich.dark blockquote:not([class]),
.txt-rich-long.dark blockquote:not([class]) {
  color: #c481f3;
  border-left: 0.1875rem solid #c481f3;
}
.txt-rich.dark table,
.txt-rich-long.dark table {
  background: #030328;
}
.txt-rich.dark table tr,
.txt-rich-long.dark table tr {
  border-bottom: 0.0625rem solid #e0e0ee !important;
}
.txt-rich.dark table thead tr,
.txt-rich.dark table tfoot tr,
.txt-rich-long.dark table thead tr,
.txt-rich-long.dark table tfoot tr {
  background: #6d6d9c;
}
.txt-rich.dark table thead tr th,
.txt-rich.dark table thead tr td,
.txt-rich.dark table tfoot tr th,
.txt-rich.dark table tfoot tr td,
.txt-rich-long.dark table thead tr th,
.txt-rich-long.dark table thead tr td,
.txt-rich-long.dark table tfoot tr th,
.txt-rich-long.dark table tfoot tr td {
  color: #030328;
}
.txt-rich.dark table tbody tr,
.txt-rich-long.dark table tbody tr {
  background: #01011e;
}
.txt-rich.dark table tbody tr th,
.txt-rich.dark table tbody tr td,
.txt-rich-long.dark table tbody tr th,
.txt-rich-long.dark table tbody tr td {
  border-color: #e0e0ee;
}
.txt-rich.dark table tbody tr:nth-child(odd),
.txt-rich-long.dark table tbody tr:nth-child(odd) {
  background: #030328;
}
.txt-rich-long {
  gap: 1.5rem;
}
.txt-rich-long h1:not([class]),
.txt-rich-long h2:not([class]),
.txt-rich-long h3:not([class]),
.txt-rich-long h4:not([class]),
.txt-rich-long h5:not([class]),
.txt-rich-long h6:not([class]) {
  margin-top: 1.5rem;
}
.txt-rich-long h2:not([class]) .jumplink:not(.button):not(.card-action) {
  font-weight: 700;
}
.txt-rich-long p:not([class]) {
  line-height: 2rem;
}
.txt-rich-long table p:not([class]),
.txt-rich-long li p:not([class]),
.txt-rich-long .txt-rich p:not([class]) {
  line-height: 1.5rem;
}
.txt-rich-long li {
  margin-bottom: 1rem;
}
.list-legal {
  font-size: 1rem;
}
.list-legal ol {
  font-weight: bold;
  counter-reset: ol;
  list-style-type: none;
  padding-left: 0;
}
.list-legal ol > li {
  margin: 0.625rem 0;
  padding: 0;
}
.list-legal ol li:before {
  counter-increment: ol;
  content: counters(ol, ".") ". ";
  font-weight: bold;
}
.list-legal ol ol {
  font-weight: 400;
}
.list-legal ol ol li {
  padding-left: 1.5rem;
}
.list-legal ol ol li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.brandui-scroll,
.brandui-table {
  overflow: scroll;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  scrollbar-color: #fff RGBA(109, 109, 156, 0.1);
}
.brandui-scroll::-webkit-scrollbar-thumb,
.brandui-table::-webkit-scrollbar-thumb {
  background-color: #6d6d9c;
  border-radius: 0.5rem;
}
.brandui-scroll::-webkit-scrollbar-track,
.brandui-table::-webkit-scrollbar-track {
  display: none;
}
.brandui-scroll::-webkit-scrollbar,
.brandui-table::-webkit-scrollbar {
  background-color: RGBA(109, 109, 156, 0.1);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
}
.brandui-scroll.scroll-x,
.brandui-table {
  overflow: hidden;
  overflow-x: scroll;
}
.brandui-scroll.scroll-y,
.scroll-y.brandui-table {
  overflow: hidden;
  overflow-y: scroll;
}
.brandui-scroll.scroll-xy,
.scroll-xy.brandui-table {
  overflow: scroll;
}
.brandui-scroll.auto,
.auto.brandui-table {
  overflow: auto;
}
.brandui-scroll.auto.scroll-x,
.auto.brandui-table {
  overflow-x: auto;
}
.brandui-scroll.auto.scroll-y,
.auto.scroll-y.brandui-table {
  overflow-y: auto;
}
.brandui-scroll.auto.scroll-xy,
.auto.scroll-xy.brandui-table {
  overflow: auto;
}
.brandui-scroll.dark,
.dark.brandui-table {
  scrollbar-color: #fff RGBA(109, 109, 156, 0.1);
}
.brandui-scroll.dark::-webkit-scrollbar-thumb,
.dark.brandui-table::-webkit-scrollbar-thumb {
  background-color: #fff;
}
@media (max-width: 8640px) {
  .radius-none {
    border-radius: 0;
  }
  .group:hover .group-hover\:radius-none {
    border-radius: 0;
  }
  .radius-extra-small {
    border-radius: 0.125rem;
  }
  .radius-extra-small-plus {
    border-radius: 2.125rem;
  }
  .group:hover .group-hover\:radius-extra-small-plus {
    border-radius: 2.125rem;
  }
  .group:hover .group-hover\:radius-extra-small {
    border-radius: 0.125rem;
  }
  .radius-small {
    border-radius: 0.25rem;
  }
  .radius-small-plus {
    border-radius: 2.25rem;
  }
  .group:hover .group-hover\:radius-small-plus {
    border-radius: 2.25rem;
  }
  .group:hover .group-hover\:radius-small {
    border-radius: 0.25rem;
  }
  .radius-medium,
  .card-banner {
    border-radius: 0.5rem;
  }
  .radius-medium-plus {
    border-radius: 2.5rem;
  }
  .group:hover .group-hover\:radius-medium-plus {
    border-radius: 2.5rem;
  }
  .group:hover .group-hover\:radius-medium {
    border-radius: 0.5rem;
  }
  .radius-large,
  .card {
    border-radius: 0.75rem;
  }
  .radius-large-plus {
    border-radius: 2.75rem;
  }
  .group:hover .group-hover\:radius-large-plus {
    border-radius: 2.75rem;
  }
  .group:hover .group-hover\:radius-large {
    border-radius: 0.75rem;
  }
  .radius-extra-large {
    border-radius: 1.25rem;
  }
  .radius-extra-large-plus {
    border-radius: 3.25rem;
  }
  .group:hover .group-hover\:radius-extra-large-plus {
    border-radius: 3.25rem;
  }
  .group:hover .group-hover\:radius-extra-large {
    border-radius: 1.25rem;
  }
  .radius-pill {
    border-radius: 100rem;
  }
  .radius-pill-plus {
    border-radius: 102rem;
  }
  .group:hover .group-hover\:radius-pill-plus {
    border-radius: 102rem;
  }
  .group:hover .group-hover\:radius-pill {
    border-radius: 100rem;
  }
  .radius-full {
    border-radius: 100%;
  }
  .radius-full-plus {
    border-radius: 102%;
  }
  .group:hover .group-hover\:radius-full-plus {
    border-radius: 102%;
  }
  .group:hover .group-hover\:radius-full {
    border-radius: 100%;
  }
  .radius-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .group:hover .group-hover\:radius-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .radius-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .group:hover .group-hover\:radius-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .radius-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .group:hover .group-hover\:radius-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .radius-l-none {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .group:hover .group-hover\:radius-l-none {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}
@media (max-width: 960px) {
  .mobile\:radius-none {
    border-radius: 0;
  }
  .mobile\:group:hover .group-hover\:radius-none {
    border-radius: 0;
  }
  .mobile\:radius-extra-small {
    border-radius: 0.125rem;
  }
  .mobile\:radius-extra-small-plus {
    border-radius: 2.125rem;
  }
  .mobile\:group:hover .group-hover\:radius-extra-small-plus {
    border-radius: 2.125rem;
  }
  .mobile\:group:hover .group-hover\:radius-extra-small {
    border-radius: 0.125rem;
  }
  .mobile\:radius-small {
    border-radius: 0.25rem;
  }
  .mobile\:radius-small-plus {
    border-radius: 2.25rem;
  }
  .mobile\:group:hover .group-hover\:radius-small-plus {
    border-radius: 2.25rem;
  }
  .mobile\:group:hover .group-hover\:radius-small {
    border-radius: 0.25rem;
  }
  .mobile\:radius-medium {
    border-radius: 0.5rem;
  }
  .mobile\:radius-medium-plus {
    border-radius: 2.5rem;
  }
  .mobile\:group:hover .group-hover\:radius-medium-plus {
    border-radius: 2.5rem;
  }
  .mobile\:group:hover .group-hover\:radius-medium {
    border-radius: 0.5rem;
  }
  .mobile\:radius-large {
    border-radius: 0.75rem;
  }
  .mobile\:radius-large-plus {
    border-radius: 2.75rem;
  }
  .mobile\:group:hover .group-hover\:radius-large-plus {
    border-radius: 2.75rem;
  }
  .mobile\:group:hover .group-hover\:radius-large {
    border-radius: 0.75rem;
  }
  .mobile\:radius-extra-large {
    border-radius: 1.25rem;
  }
  .mobile\:radius-extra-large-plus {
    border-radius: 3.25rem;
  }
  .mobile\:group:hover .group-hover\:radius-extra-large-plus {
    border-radius: 3.25rem;
  }
  .mobile\:group:hover .group-hover\:radius-extra-large {
    border-radius: 1.25rem;
  }
  .mobile\:radius-pill {
    border-radius: 100rem;
  }
  .mobile\:radius-pill-plus {
    border-radius: 102rem;
  }
  .mobile\:group:hover .group-hover\:radius-pill-plus {
    border-radius: 102rem;
  }
  .mobile\:group:hover .group-hover\:radius-pill {
    border-radius: 100rem;
  }
  .mobile\:radius-full {
    border-radius: 100%;
  }
  .mobile\:radius-full-plus {
    border-radius: 102%;
  }
  .mobile\:group:hover .group-hover\:radius-full-plus {
    border-radius: 102%;
  }
  .mobile\:group:hover .group-hover\:radius-full {
    border-radius: 100%;
  }
  .mobile\:radius-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .mobile\:group:hover .group-hover\:radius-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .mobile\:radius-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .mobile\:group:hover .group-hover\:radius-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .mobile\:radius-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .mobile\:group:hover .group-hover\:radius-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .mobile\:radius-l-none {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .mobile\:group:hover .group-hover\:radius-l-none {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}
@media (max-width: 8640px) {
  .translate-none,
  .hover\:translate-none:hover,
  .focus\:translate-none:focus,
  .group:hover .group-hover\:translate-none,
  .group:focus-within .group-focus-within\:translate-none {
    transform: translate(0, 0);
  }
  .translate-x-none,
  .hover\:translate-x-none:hover,
  .focus\:translate-x-none:focus,
  .group:hover .group-hover\:translate-x-none,
  .group:focus-within .group-focus-within\:translate-x-none {
    transform: translateX(0);
  }
  .translate-y-none,
  .hover\:translate-y-none:hover,
  .focus\:translate-y-none:focus,
  .group:hover .group-hover\:translate-y-none,
  .group:focus-within .group-focus-within\:translate-y-none {
    transform: translateY(0);
  }
  .-translate-none,
  .hover\:-translate-none:hover,
  .focus\:-translate-none:focus,
  .group:hover .group-hover\:-translate-none,
  .group:focus-within .group-focus-within\:-translate-none {
    transform: translate(calc(0), calc(0));
  }
  .-translate-x-none,
  .hover\:-translate-x-none:hover,
  .focus\:-translate-x-none:focus,
  .group:hover .group-hover\:-translate-x-none,
  .group:focus-within .group-focus-within\:-translate-x-none {
    transform: translateX(calc(0));
  }
  .-translate-y-none,
  .hover\:-translate-y-none:hover,
  .focus\:-translate-y-none:focus,
  .group:hover .group-hover\:-translate-y-none,
  .group:focus-within .group-focus-within\:-translate-y-none {
    transform: translateY(calc(0));
  }
  .translate-hairline,
  .hover\:translate-hairline:hover,
  .focus\:translate-hairline:focus,
  .group:hover .group-hover\:translate-hairline,
  .group:focus-within .group-focus-within\:translate-hairline {
    transform: translate(0.0625rem, 0.0625rem);
  }
  .translate-x-hairline,
  .hover\:translate-x-hairline:hover,
  .focus\:translate-x-hairline:focus,
  .group:hover .group-hover\:translate-x-hairline,
  .group:focus-within .group-focus-within\:translate-x-hairline {
    transform: translateX(0.0625rem);
  }
  .translate-y-hairline,
  .hover\:translate-y-hairline:hover,
  .focus\:translate-y-hairline:focus,
  .group:hover .group-hover\:translate-y-hairline,
  .group:focus-within .group-focus-within\:translate-y-hairline {
    transform: translateY(0.0625rem);
  }
  .-translate-hairline,
  .hover\:-translate-hairline:hover,
  .focus\:-translate-hairline:focus,
  .group:hover .group-hover\:-translate-hairline,
  .group:focus-within .group-focus-within\:-translate-hairline {
    transform: translate(calc(-0.0625rem), calc(-0.0625rem));
  }
  .-translate-x-hairline,
  .hover\:-translate-x-hairline:hover,
  .focus\:-translate-x-hairline:focus,
  .group:hover .group-hover\:-translate-x-hairline,
  .group:focus-within .group-focus-within\:-translate-x-hairline {
    transform: translateX(calc(-0.0625rem));
  }
  .-translate-y-hairline,
  .hover\:-translate-y-hairline:hover,
  .focus\:-translate-y-hairline:focus,
  .group:hover .group-hover\:-translate-y-hairline,
  .group:focus-within .group-focus-within\:-translate-y-hairline {
    transform: translateY(calc(-0.0625rem));
  }
  .translate-thin,
  .hover\:translate-thin:hover,
  .focus\:translate-thin:focus,
  .group:hover .group-hover\:translate-thin,
  .group:focus-within .group-focus-within\:translate-thin {
    transform: translate(0.125rem, 0.125rem);
  }
  .translate-x-thin,
  .hover\:translate-x-thin:hover,
  .focus\:translate-x-thin:focus,
  .group:hover .group-hover\:translate-x-thin,
  .group:focus-within .group-focus-within\:translate-x-thin {
    transform: translateX(0.125rem);
  }
  .translate-y-thin,
  .hover\:translate-y-thin:hover,
  .focus\:translate-y-thin:focus,
  .group:hover .group-hover\:translate-y-thin,
  .group:focus-within .group-focus-within\:translate-y-thin {
    transform: translateY(0.125rem);
  }
  .-translate-thin,
  .hover\:-translate-thin:hover,
  .focus\:-translate-thin:focus,
  .group:hover .group-hover\:-translate-thin,
  .group:focus-within .group-focus-within\:-translate-thin {
    transform: translate(calc(-0.125rem), calc(-0.125rem));
  }
  .-translate-x-thin,
  .hover\:-translate-x-thin:hover,
  .focus\:-translate-x-thin:focus,
  .group:hover .group-hover\:-translate-x-thin,
  .group:focus-within .group-focus-within\:-translate-x-thin {
    transform: translateX(calc(-0.125rem));
  }
  .-translate-y-thin,
  .hover\:-translate-y-thin:hover,
  .focus\:-translate-y-thin:focus,
  .group:hover .group-hover\:-translate-y-thin,
  .group:focus-within .group-focus-within\:-translate-y-thin {
    transform: translateY(calc(-0.125rem));
  }
  .translate-slim,
  .hover\:translate-slim:hover,
  .focus\:translate-slim:focus,
  .group:hover .group-hover\:translate-slim,
  .group:focus-within .group-focus-within\:translate-slim {
    transform: translate(0.25rem, 0.25rem);
  }
  .translate-x-slim,
  .hover\:translate-x-slim:hover,
  .focus\:translate-x-slim:focus,
  .group:hover .group-hover\:translate-x-slim,
  .group:focus-within .group-focus-within\:translate-x-slim {
    transform: translateX(0.25rem);
  }
  .translate-y-slim,
  .hover\:translate-y-slim:hover,
  .focus\:translate-y-slim:focus,
  .group:hover .group-hover\:translate-y-slim,
  .group:focus-within .group-focus-within\:translate-y-slim {
    transform: translateY(0.25rem);
  }
  .-translate-slim,
  .hover\:-translate-slim:hover,
  .focus\:-translate-slim:focus,
  .group:hover .group-hover\:-translate-slim,
  .group:focus-within .group-focus-within\:-translate-slim {
    transform: translate(calc(-0.25rem), calc(-0.25rem));
  }
  .-translate-x-slim,
  .hover\:-translate-x-slim:hover,
  .focus\:-translate-x-slim:focus,
  .group:hover .group-hover\:-translate-x-slim,
  .group:focus-within .group-focus-within\:-translate-x-slim {
    transform: translateX(calc(-0.25rem));
  }
  .-translate-y-slim,
  .hover\:-translate-y-slim:hover,
  .focus\:-translate-y-slim:focus,
  .group:hover .group-hover\:-translate-y-slim,
  .group:focus-within .group-focus-within\:-translate-y-slim {
    transform: translateY(calc(-0.25rem));
  }
  .translate-extra-small,
  .hover\:translate-extra-small:hover,
  .focus\:translate-extra-small:focus,
  .group:hover .group-hover\:translate-extra-small,
  .group:focus-within .group-focus-within\:translate-extra-small {
    transform: translate(0.5rem, 0.5rem);
  }
  .translate-x-extra-small,
  .hover\:translate-x-extra-small:hover,
  .focus\:translate-x-extra-small:focus,
  .group:hover .group-hover\:translate-x-extra-small,
  .group:focus-within .group-focus-within\:translate-x-extra-small {
    transform: translateX(0.5rem);
  }
  .translate-y-extra-small,
  .hover\:translate-y-extra-small:hover,
  .focus\:translate-y-extra-small:focus,
  .group:hover .group-hover\:translate-y-extra-small,
  .group:focus-within .group-focus-within\:translate-y-extra-small {
    transform: translateY(0.5rem);
  }
  .-translate-extra-small,
  .hover\:-translate-extra-small:hover,
  .focus\:-translate-extra-small:focus,
  .group:hover .group-hover\:-translate-extra-small,
  .group:focus-within .group-focus-within\:-translate-extra-small {
    transform: translate(calc(-0.5rem), calc(-0.5rem));
  }
  .-translate-x-extra-small,
  .hover\:-translate-x-extra-small:hover,
  .focus\:-translate-x-extra-small:focus,
  .group:hover .group-hover\:-translate-x-extra-small,
  .group:focus-within .group-focus-within\:-translate-x-extra-small {
    transform: translateX(calc(-0.5rem));
  }
  .-translate-y-extra-small,
  .hover\:-translate-y-extra-small:hover,
  .focus\:-translate-y-extra-small:focus,
  .group:hover .group-hover\:-translate-y-extra-small,
  .group:focus-within .group-focus-within\:-translate-y-extra-small {
    transform: translateY(calc(-0.5rem));
  }
  .translate-small,
  .hover\:translate-small:hover,
  .focus\:translate-small:focus,
  .group:hover .group-hover\:translate-small,
  .group:focus-within .group-focus-within\:translate-small {
    transform: translate(1rem, 1rem);
  }
  .translate-x-small,
  .hover\:translate-x-small:hover,
  .focus\:translate-x-small:focus,
  .group:hover .group-hover\:translate-x-small,
  .group:focus-within .group-focus-within\:translate-x-small {
    transform: translateX(1rem);
  }
  .translate-y-small,
  .hover\:translate-y-small:hover,
  .focus\:translate-y-small:focus,
  .group:hover .group-hover\:translate-y-small,
  .group:focus-within .group-focus-within\:translate-y-small {
    transform: translateY(1rem);
  }
  .-translate-small,
  .hover\:-translate-small:hover,
  .focus\:-translate-small:focus,
  .group:hover .group-hover\:-translate-small,
  .group:focus-within .group-focus-within\:-translate-small {
    transform: translate(calc(-1rem), calc(-1rem));
  }
  .-translate-x-small,
  .hover\:-translate-x-small:hover,
  .focus\:-translate-x-small:focus,
  .group:hover .group-hover\:-translate-x-small,
  .group:focus-within .group-focus-within\:-translate-x-small {
    transform: translateX(calc(-1rem));
  }
  .-translate-y-small,
  .hover\:-translate-y-small:hover,
  .focus\:-translate-y-small:focus,
  .group:hover .group-hover\:-translate-y-small,
  .group:focus-within .group-focus-within\:-translate-y-small {
    transform: translateY(calc(-1rem));
  }
  .translate-medium,
  .hover\:translate-medium:hover,
  .focus\:translate-medium:focus,
  .group:hover .group-hover\:translate-medium,
  .group:focus-within .group-focus-within\:translate-medium {
    transform: translate(1.5rem, 1.5rem);
  }
  .translate-x-medium,
  .hover\:translate-x-medium:hover,
  .focus\:translate-x-medium:focus,
  .group:hover .group-hover\:translate-x-medium,
  .group:focus-within .group-focus-within\:translate-x-medium {
    transform: translateX(1.5rem);
  }
  .translate-y-medium,
  .hover\:translate-y-medium:hover,
  .focus\:translate-y-medium:focus,
  .group:hover .group-hover\:translate-y-medium,
  .group:focus-within .group-focus-within\:translate-y-medium {
    transform: translateY(1.5rem);
  }
  .-translate-medium,
  .hover\:-translate-medium:hover,
  .focus\:-translate-medium:focus,
  .group:hover .group-hover\:-translate-medium,
  .group:focus-within .group-focus-within\:-translate-medium {
    transform: translate(calc(-1.5rem), calc(-1.5rem));
  }
  .-translate-x-medium,
  .hover\:-translate-x-medium:hover,
  .focus\:-translate-x-medium:focus,
  .group:hover .group-hover\:-translate-x-medium,
  .group:focus-within .group-focus-within\:-translate-x-medium {
    transform: translateX(calc(-1.5rem));
  }
  .-translate-y-medium,
  .hover\:-translate-y-medium:hover,
  .focus\:-translate-y-medium:focus,
  .group:hover .group-hover\:-translate-y-medium,
  .group:focus-within .group-focus-within\:-translate-y-medium {
    transform: translateY(calc(-1.5rem));
  }
  .translate-large,
  .hover\:translate-large:hover,
  .focus\:translate-large:focus,
  .group:hover .group-hover\:translate-large,
  .group:focus-within .group-focus-within\:translate-large {
    transform: translate(2rem, 2rem);
  }
  .translate-x-large,
  .hover\:translate-x-large:hover,
  .focus\:translate-x-large:focus,
  .group:hover .group-hover\:translate-x-large,
  .group:focus-within .group-focus-within\:translate-x-large {
    transform: translateX(2rem);
  }
  .translate-y-large,
  .hover\:translate-y-large:hover,
  .focus\:translate-y-large:focus,
  .group:hover .group-hover\:translate-y-large,
  .group:focus-within .group-focus-within\:translate-y-large {
    transform: translateY(2rem);
  }
  .-translate-large,
  .hover\:-translate-large:hover,
  .focus\:-translate-large:focus,
  .group:hover .group-hover\:-translate-large,
  .group:focus-within .group-focus-within\:-translate-large {
    transform: translate(calc(-2rem), calc(-2rem));
  }
  .-translate-x-large,
  .hover\:-translate-x-large:hover,
  .focus\:-translate-x-large:focus,
  .group:hover .group-hover\:-translate-x-large,
  .group:focus-within .group-focus-within\:-translate-x-large {
    transform: translateX(calc(-2rem));
  }
  .-translate-y-large,
  .hover\:-translate-y-large:hover,
  .focus\:-translate-y-large:focus,
  .group:hover .group-hover\:-translate-y-large,
  .group:focus-within .group-focus-within\:-translate-y-large {
    transform: translateY(calc(-2rem));
  }
  .translate-extra-large,
  .hover\:translate-extra-large:hover,
  .focus\:translate-extra-large:focus,
  .group:hover .group-hover\:translate-extra-large,
  .group:focus-within .group-focus-within\:translate-extra-large {
    transform: translate(2.5rem, 2.5rem);
  }
  .translate-x-extra-large,
  .hover\:translate-x-extra-large:hover,
  .focus\:translate-x-extra-large:focus,
  .group:hover .group-hover\:translate-x-extra-large,
  .group:focus-within .group-focus-within\:translate-x-extra-large {
    transform: translateX(2.5rem);
  }
  .translate-y-extra-large,
  .hover\:translate-y-extra-large:hover,
  .focus\:translate-y-extra-large:focus,
  .group:hover .group-hover\:translate-y-extra-large,
  .group:focus-within .group-focus-within\:translate-y-extra-large {
    transform: translateY(2.5rem);
  }
  .-translate-extra-large,
  .hover\:-translate-extra-large:hover,
  .focus\:-translate-extra-large:focus,
  .group:hover .group-hover\:-translate-extra-large,
  .group:focus-within .group-focus-within\:-translate-extra-large {
    transform: translate(calc(-2.5rem), calc(-2.5rem));
  }
  .-translate-x-extra-large,
  .hover\:-translate-x-extra-large:hover,
  .focus\:-translate-x-extra-large:focus,
  .group:hover .group-hover\:-translate-x-extra-large,
  .group:focus-within .group-focus-within\:-translate-x-extra-large {
    transform: translateX(calc(-2.5rem));
  }
  .-translate-y-extra-large,
  .hover\:-translate-y-extra-large:hover,
  .focus\:-translate-y-extra-large:focus,
  .group:hover .group-hover\:-translate-y-extra-large,
  .group:focus-within .group-focus-within\:-translate-y-extra-large {
    transform: translateY(calc(-2.5rem));
  }
  .translate-huge,
  .hover\:translate-huge:hover,
  .focus\:translate-huge:focus,
  .group:hover .group-hover\:translate-huge,
  .group:focus-within .group-focus-within\:translate-huge {
    transform: translate(5rem, 5rem);
  }
  .translate-x-huge,
  .hover\:translate-x-huge:hover,
  .focus\:translate-x-huge:focus,
  .group:hover .group-hover\:translate-x-huge,
  .group:focus-within .group-focus-within\:translate-x-huge {
    transform: translateX(5rem);
  }
  .translate-y-huge,
  .hover\:translate-y-huge:hover,
  .focus\:translate-y-huge:focus,
  .group:hover .group-hover\:translate-y-huge,
  .group:focus-within .group-focus-within\:translate-y-huge {
    transform: translateY(5rem);
  }
  .-translate-huge,
  .hover\:-translate-huge:hover,
  .focus\:-translate-huge:focus,
  .group:hover .group-hover\:-translate-huge,
  .group:focus-within .group-focus-within\:-translate-huge {
    transform: translate(calc(-5rem), calc(-5rem));
  }
  .-translate-x-huge,
  .hover\:-translate-x-huge:hover,
  .focus\:-translate-x-huge:focus,
  .group:hover .group-hover\:-translate-x-huge,
  .group:focus-within .group-focus-within\:-translate-x-huge {
    transform: translateX(calc(-5rem));
  }
  .-translate-y-huge,
  .hover\:-translate-y-huge:hover,
  .focus\:-translate-y-huge:focus,
  .group:hover .group-hover\:-translate-y-huge,
  .group:focus-within .group-focus-within\:-translate-y-huge {
    transform: translateY(calc(-5rem));
  }
  .translate-full,
  .hover\:translate-full:hover,
  .focus\:translate-full:focus,
  .group:hover .group-hover\:translate-full,
  .group:focus-within .group-focus-within\:translate-full {
    transform: translate(100%, 100%);
  }
  .translate-x-full,
  .hover\:translate-x-full:hover,
  .focus\:translate-x-full:focus,
  .group:hover .group-hover\:translate-x-full,
  .group:focus-within .group-focus-within\:translate-x-full {
    transform: translateX(100%);
  }
  .translate-y-full,
  .hover\:translate-y-full:hover,
  .focus\:translate-y-full:focus,
  .group:hover .group-hover\:translate-y-full,
  .group:focus-within .group-focus-within\:translate-y-full {
    transform: translateY(100%);
  }
  .-translate-full,
  .hover\:-translate-full:hover,
  .focus\:-translate-full:focus,
  .group:hover .group-hover\:-translate-full,
  .group:focus-within .group-focus-within\:-translate-full {
    transform: translate(calc(-100%), calc(-100%));
  }
  .-translate-x-full,
  .hover\:-translate-x-full:hover,
  .focus\:-translate-x-full:focus,
  .group:hover .group-hover\:-translate-x-full,
  .group:focus-within .group-focus-within\:-translate-x-full {
    transform: translateX(calc(-100%));
  }
  .-translate-y-full,
  .hover\:-translate-y-full:hover,
  .focus\:-translate-y-full:focus,
  .group:hover .group-hover\:-translate-y-full,
  .group:focus-within .group-focus-within\:-translate-y-full {
    transform: translateY(calc(-100%));
  }
  .flip-h {
    transform: scaleX(-1);
  }
  .flip-v {
    transform: scaleY(-1);
  }
  .-rotate-0,
  .hover\:-rotate-0:hover,
  .focus\:-rotate-0:focus,
  .group:hover .group-hover\:-rotate-0,
  .group:focus-within .group-focus-within\:-rotate-0 {
    transform: rotate(-0deg);
  }
  .-rotate-1,
  .hover\:-rotate-1:hover,
  .focus\:-rotate-1:focus,
  .group:hover .group-hover\:-rotate-1,
  .group:focus-within .group-focus-within\:-rotate-1 {
    transform: rotate(-1deg);
  }
  .-rotate-2,
  .hover\:-rotate-2:hover,
  .focus\:-rotate-2:focus,
  .group:hover .group-hover\:-rotate-2,
  .group:focus-within .group-focus-within\:-rotate-2 {
    transform: rotate(-2deg);
  }
  .-rotate-3,
  .hover\:-rotate-3:hover,
  .focus\:-rotate-3:focus,
  .group:hover .group-hover\:-rotate-3,
  .group:focus-within .group-focus-within\:-rotate-3 {
    transform: rotate(-3deg);
  }
  .-rotate-4,
  .hover\:-rotate-4:hover,
  .focus\:-rotate-4:focus,
  .group:hover .group-hover\:-rotate-4,
  .group:focus-within .group-focus-within\:-rotate-4 {
    transform: rotate(-4deg);
  }
  .-rotate-5,
  .hover\:-rotate-5:hover,
  .focus\:-rotate-5:focus,
  .group:hover .group-hover\:-rotate-5,
  .group:focus-within .group-focus-within\:-rotate-5 {
    transform: rotate(-5deg);
  }
  .-rotate-6,
  .hover\:-rotate-6:hover,
  .focus\:-rotate-6:focus,
  .group:hover .group-hover\:-rotate-6,
  .group:focus-within .group-focus-within\:-rotate-6 {
    transform: rotate(-6deg);
  }
  .-rotate-7,
  .hover\:-rotate-7:hover,
  .focus\:-rotate-7:focus,
  .group:hover .group-hover\:-rotate-7,
  .group:focus-within .group-focus-within\:-rotate-7 {
    transform: rotate(-7deg);
  }
  .-rotate-8,
  .hover\:-rotate-8:hover,
  .focus\:-rotate-8:focus,
  .group:hover .group-hover\:-rotate-8,
  .group:focus-within .group-focus-within\:-rotate-8 {
    transform: rotate(-8deg);
  }
  .-rotate-9,
  .hover\:-rotate-9:hover,
  .focus\:-rotate-9:focus,
  .group:hover .group-hover\:-rotate-9,
  .group:focus-within .group-focus-within\:-rotate-9 {
    transform: rotate(-9deg);
  }
  .-rotate-10,
  .hover\:-rotate-10:hover,
  .focus\:-rotate-10:focus,
  .group:hover .group-hover\:-rotate-10,
  .group:focus-within .group-focus-within\:-rotate-10 {
    transform: rotate(-10deg);
  }
  .-rotate-11,
  .hover\:-rotate-11:hover,
  .focus\:-rotate-11:focus,
  .group:hover .group-hover\:-rotate-11,
  .group:focus-within .group-focus-within\:-rotate-11 {
    transform: rotate(-11deg);
  }
  .-rotate-12,
  .hover\:-rotate-12:hover,
  .focus\:-rotate-12:focus,
  .group:hover .group-hover\:-rotate-12,
  .group:focus-within .group-focus-within\:-rotate-12 {
    transform: rotate(-12deg);
  }
  .-rotate-13,
  .hover\:-rotate-13:hover,
  .focus\:-rotate-13:focus,
  .group:hover .group-hover\:-rotate-13,
  .group:focus-within .group-focus-within\:-rotate-13 {
    transform: rotate(-13deg);
  }
  .-rotate-14,
  .hover\:-rotate-14:hover,
  .focus\:-rotate-14:focus,
  .group:hover .group-hover\:-rotate-14,
  .group:focus-within .group-focus-within\:-rotate-14 {
    transform: rotate(-14deg);
  }
  .-rotate-15,
  .hover\:-rotate-15:hover,
  .focus\:-rotate-15:focus,
  .group:hover .group-hover\:-rotate-15,
  .group:focus-within .group-focus-within\:-rotate-15 {
    transform: rotate(-15deg);
  }
  .-rotate-16,
  .hover\:-rotate-16:hover,
  .focus\:-rotate-16:focus,
  .group:hover .group-hover\:-rotate-16,
  .group:focus-within .group-focus-within\:-rotate-16 {
    transform: rotate(-16deg);
  }
  .-rotate-17,
  .hover\:-rotate-17:hover,
  .focus\:-rotate-17:focus,
  .group:hover .group-hover\:-rotate-17,
  .group:focus-within .group-focus-within\:-rotate-17 {
    transform: rotate(-17deg);
  }
  .-rotate-18,
  .hover\:-rotate-18:hover,
  .focus\:-rotate-18:focus,
  .group:hover .group-hover\:-rotate-18,
  .group:focus-within .group-focus-within\:-rotate-18 {
    transform: rotate(-18deg);
  }
  .-rotate-19,
  .hover\:-rotate-19:hover,
  .focus\:-rotate-19:focus,
  .group:hover .group-hover\:-rotate-19,
  .group:focus-within .group-focus-within\:-rotate-19 {
    transform: rotate(-19deg);
  }
  .-rotate-20,
  .hover\:-rotate-20:hover,
  .focus\:-rotate-20:focus,
  .group:hover .group-hover\:-rotate-20,
  .group:focus-within .group-focus-within\:-rotate-20 {
    transform: rotate(-20deg);
  }
  .-rotate-21,
  .hover\:-rotate-21:hover,
  .focus\:-rotate-21:focus,
  .group:hover .group-hover\:-rotate-21,
  .group:focus-within .group-focus-within\:-rotate-21 {
    transform: rotate(-21deg);
  }
  .-rotate-22,
  .hover\:-rotate-22:hover,
  .focus\:-rotate-22:focus,
  .group:hover .group-hover\:-rotate-22,
  .group:focus-within .group-focus-within\:-rotate-22 {
    transform: rotate(-22deg);
  }
  .-rotate-23,
  .hover\:-rotate-23:hover,
  .focus\:-rotate-23:focus,
  .group:hover .group-hover\:-rotate-23,
  .group:focus-within .group-focus-within\:-rotate-23 {
    transform: rotate(-23deg);
  }
  .-rotate-24,
  .hover\:-rotate-24:hover,
  .focus\:-rotate-24:focus,
  .group:hover .group-hover\:-rotate-24,
  .group:focus-within .group-focus-within\:-rotate-24 {
    transform: rotate(-24deg);
  }
  .-rotate-25,
  .hover\:-rotate-25:hover,
  .focus\:-rotate-25:focus,
  .group:hover .group-hover\:-rotate-25,
  .group:focus-within .group-focus-within\:-rotate-25 {
    transform: rotate(-25deg);
  }
  .-rotate-26,
  .hover\:-rotate-26:hover,
  .focus\:-rotate-26:focus,
  .group:hover .group-hover\:-rotate-26,
  .group:focus-within .group-focus-within\:-rotate-26 {
    transform: rotate(-26deg);
  }
  .-rotate-27,
  .hover\:-rotate-27:hover,
  .focus\:-rotate-27:focus,
  .group:hover .group-hover\:-rotate-27,
  .group:focus-within .group-focus-within\:-rotate-27 {
    transform: rotate(-27deg);
  }
  .-rotate-28,
  .hover\:-rotate-28:hover,
  .focus\:-rotate-28:focus,
  .group:hover .group-hover\:-rotate-28,
  .group:focus-within .group-focus-within\:-rotate-28 {
    transform: rotate(-28deg);
  }
  .-rotate-29,
  .hover\:-rotate-29:hover,
  .focus\:-rotate-29:focus,
  .group:hover .group-hover\:-rotate-29,
  .group:focus-within .group-focus-within\:-rotate-29 {
    transform: rotate(-29deg);
  }
  .-rotate-30,
  .hover\:-rotate-30:hover,
  .focus\:-rotate-30:focus,
  .group:hover .group-hover\:-rotate-30,
  .group:focus-within .group-focus-within\:-rotate-30 {
    transform: rotate(-30deg);
  }
  .-rotate-31,
  .hover\:-rotate-31:hover,
  .focus\:-rotate-31:focus,
  .group:hover .group-hover\:-rotate-31,
  .group:focus-within .group-focus-within\:-rotate-31 {
    transform: rotate(-31deg);
  }
  .-rotate-32,
  .hover\:-rotate-32:hover,
  .focus\:-rotate-32:focus,
  .group:hover .group-hover\:-rotate-32,
  .group:focus-within .group-focus-within\:-rotate-32 {
    transform: rotate(-32deg);
  }
  .-rotate-33,
  .hover\:-rotate-33:hover,
  .focus\:-rotate-33:focus,
  .group:hover .group-hover\:-rotate-33,
  .group:focus-within .group-focus-within\:-rotate-33 {
    transform: rotate(-33deg);
  }
  .-rotate-34,
  .hover\:-rotate-34:hover,
  .focus\:-rotate-34:focus,
  .group:hover .group-hover\:-rotate-34,
  .group:focus-within .group-focus-within\:-rotate-34 {
    transform: rotate(-34deg);
  }
  .-rotate-35,
  .hover\:-rotate-35:hover,
  .focus\:-rotate-35:focus,
  .group:hover .group-hover\:-rotate-35,
  .group:focus-within .group-focus-within\:-rotate-35 {
    transform: rotate(-35deg);
  }
  .-rotate-36,
  .hover\:-rotate-36:hover,
  .focus\:-rotate-36:focus,
  .group:hover .group-hover\:-rotate-36,
  .group:focus-within .group-focus-within\:-rotate-36 {
    transform: rotate(-36deg);
  }
  .-rotate-37,
  .hover\:-rotate-37:hover,
  .focus\:-rotate-37:focus,
  .group:hover .group-hover\:-rotate-37,
  .group:focus-within .group-focus-within\:-rotate-37 {
    transform: rotate(-37deg);
  }
  .-rotate-38,
  .hover\:-rotate-38:hover,
  .focus\:-rotate-38:focus,
  .group:hover .group-hover\:-rotate-38,
  .group:focus-within .group-focus-within\:-rotate-38 {
    transform: rotate(-38deg);
  }
  .-rotate-39,
  .hover\:-rotate-39:hover,
  .focus\:-rotate-39:focus,
  .group:hover .group-hover\:-rotate-39,
  .group:focus-within .group-focus-within\:-rotate-39 {
    transform: rotate(-39deg);
  }
  .-rotate-40,
  .hover\:-rotate-40:hover,
  .focus\:-rotate-40:focus,
  .group:hover .group-hover\:-rotate-40,
  .group:focus-within .group-focus-within\:-rotate-40 {
    transform: rotate(-40deg);
  }
  .-rotate-41,
  .hover\:-rotate-41:hover,
  .focus\:-rotate-41:focus,
  .group:hover .group-hover\:-rotate-41,
  .group:focus-within .group-focus-within\:-rotate-41 {
    transform: rotate(-41deg);
  }
  .-rotate-42,
  .hover\:-rotate-42:hover,
  .focus\:-rotate-42:focus,
  .group:hover .group-hover\:-rotate-42,
  .group:focus-within .group-focus-within\:-rotate-42 {
    transform: rotate(-42deg);
  }
  .-rotate-43,
  .hover\:-rotate-43:hover,
  .focus\:-rotate-43:focus,
  .group:hover .group-hover\:-rotate-43,
  .group:focus-within .group-focus-within\:-rotate-43 {
    transform: rotate(-43deg);
  }
  .-rotate-44,
  .hover\:-rotate-44:hover,
  .focus\:-rotate-44:focus,
  .group:hover .group-hover\:-rotate-44,
  .group:focus-within .group-focus-within\:-rotate-44 {
    transform: rotate(-44deg);
  }
  .-rotate-45,
  .hover\:-rotate-45:hover,
  .focus\:-rotate-45:focus,
  .group:hover .group-hover\:-rotate-45,
  .group:focus-within .group-focus-within\:-rotate-45 {
    transform: rotate(-45deg);
  }
  .-rotate-46,
  .hover\:-rotate-46:hover,
  .focus\:-rotate-46:focus,
  .group:hover .group-hover\:-rotate-46,
  .group:focus-within .group-focus-within\:-rotate-46 {
    transform: rotate(-46deg);
  }
  .-rotate-47,
  .hover\:-rotate-47:hover,
  .focus\:-rotate-47:focus,
  .group:hover .group-hover\:-rotate-47,
  .group:focus-within .group-focus-within\:-rotate-47 {
    transform: rotate(-47deg);
  }
  .-rotate-48,
  .hover\:-rotate-48:hover,
  .focus\:-rotate-48:focus,
  .group:hover .group-hover\:-rotate-48,
  .group:focus-within .group-focus-within\:-rotate-48 {
    transform: rotate(-48deg);
  }
  .-rotate-49,
  .hover\:-rotate-49:hover,
  .focus\:-rotate-49:focus,
  .group:hover .group-hover\:-rotate-49,
  .group:focus-within .group-focus-within\:-rotate-49 {
    transform: rotate(-49deg);
  }
  .-rotate-50,
  .hover\:-rotate-50:hover,
  .focus\:-rotate-50:focus,
  .group:hover .group-hover\:-rotate-50,
  .group:focus-within .group-focus-within\:-rotate-50 {
    transform: rotate(-50deg);
  }
  .-rotate-51,
  .hover\:-rotate-51:hover,
  .focus\:-rotate-51:focus,
  .group:hover .group-hover\:-rotate-51,
  .group:focus-within .group-focus-within\:-rotate-51 {
    transform: rotate(-51deg);
  }
  .-rotate-52,
  .hover\:-rotate-52:hover,
  .focus\:-rotate-52:focus,
  .group:hover .group-hover\:-rotate-52,
  .group:focus-within .group-focus-within\:-rotate-52 {
    transform: rotate(-52deg);
  }
  .-rotate-53,
  .hover\:-rotate-53:hover,
  .focus\:-rotate-53:focus,
  .group:hover .group-hover\:-rotate-53,
  .group:focus-within .group-focus-within\:-rotate-53 {
    transform: rotate(-53deg);
  }
  .-rotate-54,
  .hover\:-rotate-54:hover,
  .focus\:-rotate-54:focus,
  .group:hover .group-hover\:-rotate-54,
  .group:focus-within .group-focus-within\:-rotate-54 {
    transform: rotate(-54deg);
  }
  .-rotate-55,
  .hover\:-rotate-55:hover,
  .focus\:-rotate-55:focus,
  .group:hover .group-hover\:-rotate-55,
  .group:focus-within .group-focus-within\:-rotate-55 {
    transform: rotate(-55deg);
  }
  .-rotate-56,
  .hover\:-rotate-56:hover,
  .focus\:-rotate-56:focus,
  .group:hover .group-hover\:-rotate-56,
  .group:focus-within .group-focus-within\:-rotate-56 {
    transform: rotate(-56deg);
  }
  .-rotate-57,
  .hover\:-rotate-57:hover,
  .focus\:-rotate-57:focus,
  .group:hover .group-hover\:-rotate-57,
  .group:focus-within .group-focus-within\:-rotate-57 {
    transform: rotate(-57deg);
  }
  .-rotate-58,
  .hover\:-rotate-58:hover,
  .focus\:-rotate-58:focus,
  .group:hover .group-hover\:-rotate-58,
  .group:focus-within .group-focus-within\:-rotate-58 {
    transform: rotate(-58deg);
  }
  .-rotate-59,
  .hover\:-rotate-59:hover,
  .focus\:-rotate-59:focus,
  .group:hover .group-hover\:-rotate-59,
  .group:focus-within .group-focus-within\:-rotate-59 {
    transform: rotate(-59deg);
  }
  .-rotate-60,
  .hover\:-rotate-60:hover,
  .focus\:-rotate-60:focus,
  .group:hover .group-hover\:-rotate-60,
  .group:focus-within .group-focus-within\:-rotate-60 {
    transform: rotate(-60deg);
  }
  .-rotate-61,
  .hover\:-rotate-61:hover,
  .focus\:-rotate-61:focus,
  .group:hover .group-hover\:-rotate-61,
  .group:focus-within .group-focus-within\:-rotate-61 {
    transform: rotate(-61deg);
  }
  .-rotate-62,
  .hover\:-rotate-62:hover,
  .focus\:-rotate-62:focus,
  .group:hover .group-hover\:-rotate-62,
  .group:focus-within .group-focus-within\:-rotate-62 {
    transform: rotate(-62deg);
  }
  .-rotate-63,
  .hover\:-rotate-63:hover,
  .focus\:-rotate-63:focus,
  .group:hover .group-hover\:-rotate-63,
  .group:focus-within .group-focus-within\:-rotate-63 {
    transform: rotate(-63deg);
  }
  .-rotate-64,
  .hover\:-rotate-64:hover,
  .focus\:-rotate-64:focus,
  .group:hover .group-hover\:-rotate-64,
  .group:focus-within .group-focus-within\:-rotate-64 {
    transform: rotate(-64deg);
  }
  .-rotate-65,
  .hover\:-rotate-65:hover,
  .focus\:-rotate-65:focus,
  .group:hover .group-hover\:-rotate-65,
  .group:focus-within .group-focus-within\:-rotate-65 {
    transform: rotate(-65deg);
  }
  .-rotate-66,
  .hover\:-rotate-66:hover,
  .focus\:-rotate-66:focus,
  .group:hover .group-hover\:-rotate-66,
  .group:focus-within .group-focus-within\:-rotate-66 {
    transform: rotate(-66deg);
  }
  .-rotate-67,
  .hover\:-rotate-67:hover,
  .focus\:-rotate-67:focus,
  .group:hover .group-hover\:-rotate-67,
  .group:focus-within .group-focus-within\:-rotate-67 {
    transform: rotate(-67deg);
  }
  .-rotate-68,
  .hover\:-rotate-68:hover,
  .focus\:-rotate-68:focus,
  .group:hover .group-hover\:-rotate-68,
  .group:focus-within .group-focus-within\:-rotate-68 {
    transform: rotate(-68deg);
  }
  .-rotate-69,
  .hover\:-rotate-69:hover,
  .focus\:-rotate-69:focus,
  .group:hover .group-hover\:-rotate-69,
  .group:focus-within .group-focus-within\:-rotate-69 {
    transform: rotate(-69deg);
  }
  .-rotate-70,
  .hover\:-rotate-70:hover,
  .focus\:-rotate-70:focus,
  .group:hover .group-hover\:-rotate-70,
  .group:focus-within .group-focus-within\:-rotate-70 {
    transform: rotate(-70deg);
  }
  .-rotate-71,
  .hover\:-rotate-71:hover,
  .focus\:-rotate-71:focus,
  .group:hover .group-hover\:-rotate-71,
  .group:focus-within .group-focus-within\:-rotate-71 {
    transform: rotate(-71deg);
  }
  .-rotate-72,
  .hover\:-rotate-72:hover,
  .focus\:-rotate-72:focus,
  .group:hover .group-hover\:-rotate-72,
  .group:focus-within .group-focus-within\:-rotate-72 {
    transform: rotate(-72deg);
  }
  .-rotate-73,
  .hover\:-rotate-73:hover,
  .focus\:-rotate-73:focus,
  .group:hover .group-hover\:-rotate-73,
  .group:focus-within .group-focus-within\:-rotate-73 {
    transform: rotate(-73deg);
  }
  .-rotate-74,
  .hover\:-rotate-74:hover,
  .focus\:-rotate-74:focus,
  .group:hover .group-hover\:-rotate-74,
  .group:focus-within .group-focus-within\:-rotate-74 {
    transform: rotate(-74deg);
  }
  .-rotate-75,
  .hover\:-rotate-75:hover,
  .focus\:-rotate-75:focus,
  .group:hover .group-hover\:-rotate-75,
  .group:focus-within .group-focus-within\:-rotate-75 {
    transform: rotate(-75deg);
  }
  .-rotate-76,
  .hover\:-rotate-76:hover,
  .focus\:-rotate-76:focus,
  .group:hover .group-hover\:-rotate-76,
  .group:focus-within .group-focus-within\:-rotate-76 {
    transform: rotate(-76deg);
  }
  .-rotate-77,
  .hover\:-rotate-77:hover,
  .focus\:-rotate-77:focus,
  .group:hover .group-hover\:-rotate-77,
  .group:focus-within .group-focus-within\:-rotate-77 {
    transform: rotate(-77deg);
  }
  .-rotate-78,
  .hover\:-rotate-78:hover,
  .focus\:-rotate-78:focus,
  .group:hover .group-hover\:-rotate-78,
  .group:focus-within .group-focus-within\:-rotate-78 {
    transform: rotate(-78deg);
  }
  .-rotate-79,
  .hover\:-rotate-79:hover,
  .focus\:-rotate-79:focus,
  .group:hover .group-hover\:-rotate-79,
  .group:focus-within .group-focus-within\:-rotate-79 {
    transform: rotate(-79deg);
  }
  .-rotate-80,
  .hover\:-rotate-80:hover,
  .focus\:-rotate-80:focus,
  .group:hover .group-hover\:-rotate-80,
  .group:focus-within .group-focus-within\:-rotate-80 {
    transform: rotate(-80deg);
  }
  .-rotate-81,
  .hover\:-rotate-81:hover,
  .focus\:-rotate-81:focus,
  .group:hover .group-hover\:-rotate-81,
  .group:focus-within .group-focus-within\:-rotate-81 {
    transform: rotate(-81deg);
  }
  .-rotate-82,
  .hover\:-rotate-82:hover,
  .focus\:-rotate-82:focus,
  .group:hover .group-hover\:-rotate-82,
  .group:focus-within .group-focus-within\:-rotate-82 {
    transform: rotate(-82deg);
  }
  .-rotate-83,
  .hover\:-rotate-83:hover,
  .focus\:-rotate-83:focus,
  .group:hover .group-hover\:-rotate-83,
  .group:focus-within .group-focus-within\:-rotate-83 {
    transform: rotate(-83deg);
  }
  .-rotate-84,
  .hover\:-rotate-84:hover,
  .focus\:-rotate-84:focus,
  .group:hover .group-hover\:-rotate-84,
  .group:focus-within .group-focus-within\:-rotate-84 {
    transform: rotate(-84deg);
  }
  .-rotate-85,
  .hover\:-rotate-85:hover,
  .focus\:-rotate-85:focus,
  .group:hover .group-hover\:-rotate-85,
  .group:focus-within .group-focus-within\:-rotate-85 {
    transform: rotate(-85deg);
  }
  .-rotate-86,
  .hover\:-rotate-86:hover,
  .focus\:-rotate-86:focus,
  .group:hover .group-hover\:-rotate-86,
  .group:focus-within .group-focus-within\:-rotate-86 {
    transform: rotate(-86deg);
  }
  .-rotate-87,
  .hover\:-rotate-87:hover,
  .focus\:-rotate-87:focus,
  .group:hover .group-hover\:-rotate-87,
  .group:focus-within .group-focus-within\:-rotate-87 {
    transform: rotate(-87deg);
  }
  .-rotate-88,
  .hover\:-rotate-88:hover,
  .focus\:-rotate-88:focus,
  .group:hover .group-hover\:-rotate-88,
  .group:focus-within .group-focus-within\:-rotate-88 {
    transform: rotate(-88deg);
  }
  .-rotate-89,
  .hover\:-rotate-89:hover,
  .focus\:-rotate-89:focus,
  .group:hover .group-hover\:-rotate-89,
  .group:focus-within .group-focus-within\:-rotate-89 {
    transform: rotate(-89deg);
  }
  .-rotate-90,
  .hover\:-rotate-90:hover,
  .focus\:-rotate-90:focus,
  .group:hover .group-hover\:-rotate-90,
  .group:focus-within .group-focus-within\:-rotate-90 {
    transform: rotate(-90deg);
  }
  .-rotate-91,
  .hover\:-rotate-91:hover,
  .focus\:-rotate-91:focus,
  .group:hover .group-hover\:-rotate-91,
  .group:focus-within .group-focus-within\:-rotate-91 {
    transform: rotate(-91deg);
  }
  .-rotate-92,
  .hover\:-rotate-92:hover,
  .focus\:-rotate-92:focus,
  .group:hover .group-hover\:-rotate-92,
  .group:focus-within .group-focus-within\:-rotate-92 {
    transform: rotate(-92deg);
  }
  .-rotate-93,
  .hover\:-rotate-93:hover,
  .focus\:-rotate-93:focus,
  .group:hover .group-hover\:-rotate-93,
  .group:focus-within .group-focus-within\:-rotate-93 {
    transform: rotate(-93deg);
  }
  .-rotate-94,
  .hover\:-rotate-94:hover,
  .focus\:-rotate-94:focus,
  .group:hover .group-hover\:-rotate-94,
  .group:focus-within .group-focus-within\:-rotate-94 {
    transform: rotate(-94deg);
  }
  .-rotate-95,
  .hover\:-rotate-95:hover,
  .focus\:-rotate-95:focus,
  .group:hover .group-hover\:-rotate-95,
  .group:focus-within .group-focus-within\:-rotate-95 {
    transform: rotate(-95deg);
  }
  .-rotate-96,
  .hover\:-rotate-96:hover,
  .focus\:-rotate-96:focus,
  .group:hover .group-hover\:-rotate-96,
  .group:focus-within .group-focus-within\:-rotate-96 {
    transform: rotate(-96deg);
  }
  .-rotate-97,
  .hover\:-rotate-97:hover,
  .focus\:-rotate-97:focus,
  .group:hover .group-hover\:-rotate-97,
  .group:focus-within .group-focus-within\:-rotate-97 {
    transform: rotate(-97deg);
  }
  .-rotate-98,
  .hover\:-rotate-98:hover,
  .focus\:-rotate-98:focus,
  .group:hover .group-hover\:-rotate-98,
  .group:focus-within .group-focus-within\:-rotate-98 {
    transform: rotate(-98deg);
  }
  .-rotate-99,
  .hover\:-rotate-99:hover,
  .focus\:-rotate-99:focus,
  .group:hover .group-hover\:-rotate-99,
  .group:focus-within .group-focus-within\:-rotate-99 {
    transform: rotate(-99deg);
  }
  .-rotate-100,
  .hover\:-rotate-100:hover,
  .focus\:-rotate-100:focus,
  .group:hover .group-hover\:-rotate-100,
  .group:focus-within .group-focus-within\:-rotate-100 {
    transform: rotate(-100deg);
  }
  .-rotate-101,
  .hover\:-rotate-101:hover,
  .focus\:-rotate-101:focus,
  .group:hover .group-hover\:-rotate-101,
  .group:focus-within .group-focus-within\:-rotate-101 {
    transform: rotate(-101deg);
  }
  .-rotate-102,
  .hover\:-rotate-102:hover,
  .focus\:-rotate-102:focus,
  .group:hover .group-hover\:-rotate-102,
  .group:focus-within .group-focus-within\:-rotate-102 {
    transform: rotate(-102deg);
  }
  .-rotate-103,
  .hover\:-rotate-103:hover,
  .focus\:-rotate-103:focus,
  .group:hover .group-hover\:-rotate-103,
  .group:focus-within .group-focus-within\:-rotate-103 {
    transform: rotate(-103deg);
  }
  .-rotate-104,
  .hover\:-rotate-104:hover,
  .focus\:-rotate-104:focus,
  .group:hover .group-hover\:-rotate-104,
  .group:focus-within .group-focus-within\:-rotate-104 {
    transform: rotate(-104deg);
  }
  .-rotate-105,
  .hover\:-rotate-105:hover,
  .focus\:-rotate-105:focus,
  .group:hover .group-hover\:-rotate-105,
  .group:focus-within .group-focus-within\:-rotate-105 {
    transform: rotate(-105deg);
  }
  .-rotate-106,
  .hover\:-rotate-106:hover,
  .focus\:-rotate-106:focus,
  .group:hover .group-hover\:-rotate-106,
  .group:focus-within .group-focus-within\:-rotate-106 {
    transform: rotate(-106deg);
  }
  .-rotate-107,
  .hover\:-rotate-107:hover,
  .focus\:-rotate-107:focus,
  .group:hover .group-hover\:-rotate-107,
  .group:focus-within .group-focus-within\:-rotate-107 {
    transform: rotate(-107deg);
  }
  .-rotate-108,
  .hover\:-rotate-108:hover,
  .focus\:-rotate-108:focus,
  .group:hover .group-hover\:-rotate-108,
  .group:focus-within .group-focus-within\:-rotate-108 {
    transform: rotate(-108deg);
  }
  .-rotate-109,
  .hover\:-rotate-109:hover,
  .focus\:-rotate-109:focus,
  .group:hover .group-hover\:-rotate-109,
  .group:focus-within .group-focus-within\:-rotate-109 {
    transform: rotate(-109deg);
  }
  .-rotate-110,
  .hover\:-rotate-110:hover,
  .focus\:-rotate-110:focus,
  .group:hover .group-hover\:-rotate-110,
  .group:focus-within .group-focus-within\:-rotate-110 {
    transform: rotate(-110deg);
  }
  .-rotate-111,
  .hover\:-rotate-111:hover,
  .focus\:-rotate-111:focus,
  .group:hover .group-hover\:-rotate-111,
  .group:focus-within .group-focus-within\:-rotate-111 {
    transform: rotate(-111deg);
  }
  .-rotate-112,
  .hover\:-rotate-112:hover,
  .focus\:-rotate-112:focus,
  .group:hover .group-hover\:-rotate-112,
  .group:focus-within .group-focus-within\:-rotate-112 {
    transform: rotate(-112deg);
  }
  .-rotate-113,
  .hover\:-rotate-113:hover,
  .focus\:-rotate-113:focus,
  .group:hover .group-hover\:-rotate-113,
  .group:focus-within .group-focus-within\:-rotate-113 {
    transform: rotate(-113deg);
  }
  .-rotate-114,
  .hover\:-rotate-114:hover,
  .focus\:-rotate-114:focus,
  .group:hover .group-hover\:-rotate-114,
  .group:focus-within .group-focus-within\:-rotate-114 {
    transform: rotate(-114deg);
  }
  .-rotate-115,
  .hover\:-rotate-115:hover,
  .focus\:-rotate-115:focus,
  .group:hover .group-hover\:-rotate-115,
  .group:focus-within .group-focus-within\:-rotate-115 {
    transform: rotate(-115deg);
  }
  .-rotate-116,
  .hover\:-rotate-116:hover,
  .focus\:-rotate-116:focus,
  .group:hover .group-hover\:-rotate-116,
  .group:focus-within .group-focus-within\:-rotate-116 {
    transform: rotate(-116deg);
  }
  .-rotate-117,
  .hover\:-rotate-117:hover,
  .focus\:-rotate-117:focus,
  .group:hover .group-hover\:-rotate-117,
  .group:focus-within .group-focus-within\:-rotate-117 {
    transform: rotate(-117deg);
  }
  .-rotate-118,
  .hover\:-rotate-118:hover,
  .focus\:-rotate-118:focus,
  .group:hover .group-hover\:-rotate-118,
  .group:focus-within .group-focus-within\:-rotate-118 {
    transform: rotate(-118deg);
  }
  .-rotate-119,
  .hover\:-rotate-119:hover,
  .focus\:-rotate-119:focus,
  .group:hover .group-hover\:-rotate-119,
  .group:focus-within .group-focus-within\:-rotate-119 {
    transform: rotate(-119deg);
  }
  .-rotate-120,
  .hover\:-rotate-120:hover,
  .focus\:-rotate-120:focus,
  .group:hover .group-hover\:-rotate-120,
  .group:focus-within .group-focus-within\:-rotate-120 {
    transform: rotate(-120deg);
  }
  .-rotate-121,
  .hover\:-rotate-121:hover,
  .focus\:-rotate-121:focus,
  .group:hover .group-hover\:-rotate-121,
  .group:focus-within .group-focus-within\:-rotate-121 {
    transform: rotate(-121deg);
  }
  .-rotate-122,
  .hover\:-rotate-122:hover,
  .focus\:-rotate-122:focus,
  .group:hover .group-hover\:-rotate-122,
  .group:focus-within .group-focus-within\:-rotate-122 {
    transform: rotate(-122deg);
  }
  .-rotate-123,
  .hover\:-rotate-123:hover,
  .focus\:-rotate-123:focus,
  .group:hover .group-hover\:-rotate-123,
  .group:focus-within .group-focus-within\:-rotate-123 {
    transform: rotate(-123deg);
  }
  .-rotate-124,
  .hover\:-rotate-124:hover,
  .focus\:-rotate-124:focus,
  .group:hover .group-hover\:-rotate-124,
  .group:focus-within .group-focus-within\:-rotate-124 {
    transform: rotate(-124deg);
  }
  .-rotate-125,
  .hover\:-rotate-125:hover,
  .focus\:-rotate-125:focus,
  .group:hover .group-hover\:-rotate-125,
  .group:focus-within .group-focus-within\:-rotate-125 {
    transform: rotate(-125deg);
  }
  .-rotate-126,
  .hover\:-rotate-126:hover,
  .focus\:-rotate-126:focus,
  .group:hover .group-hover\:-rotate-126,
  .group:focus-within .group-focus-within\:-rotate-126 {
    transform: rotate(-126deg);
  }
  .-rotate-127,
  .hover\:-rotate-127:hover,
  .focus\:-rotate-127:focus,
  .group:hover .group-hover\:-rotate-127,
  .group:focus-within .group-focus-within\:-rotate-127 {
    transform: rotate(-127deg);
  }
  .-rotate-128,
  .hover\:-rotate-128:hover,
  .focus\:-rotate-128:focus,
  .group:hover .group-hover\:-rotate-128,
  .group:focus-within .group-focus-within\:-rotate-128 {
    transform: rotate(-128deg);
  }
  .-rotate-129,
  .hover\:-rotate-129:hover,
  .focus\:-rotate-129:focus,
  .group:hover .group-hover\:-rotate-129,
  .group:focus-within .group-focus-within\:-rotate-129 {
    transform: rotate(-129deg);
  }
  .-rotate-130,
  .hover\:-rotate-130:hover,
  .focus\:-rotate-130:focus,
  .group:hover .group-hover\:-rotate-130,
  .group:focus-within .group-focus-within\:-rotate-130 {
    transform: rotate(-130deg);
  }
  .-rotate-131,
  .hover\:-rotate-131:hover,
  .focus\:-rotate-131:focus,
  .group:hover .group-hover\:-rotate-131,
  .group:focus-within .group-focus-within\:-rotate-131 {
    transform: rotate(-131deg);
  }
  .-rotate-132,
  .hover\:-rotate-132:hover,
  .focus\:-rotate-132:focus,
  .group:hover .group-hover\:-rotate-132,
  .group:focus-within .group-focus-within\:-rotate-132 {
    transform: rotate(-132deg);
  }
  .-rotate-133,
  .hover\:-rotate-133:hover,
  .focus\:-rotate-133:focus,
  .group:hover .group-hover\:-rotate-133,
  .group:focus-within .group-focus-within\:-rotate-133 {
    transform: rotate(-133deg);
  }
  .-rotate-134,
  .hover\:-rotate-134:hover,
  .focus\:-rotate-134:focus,
  .group:hover .group-hover\:-rotate-134,
  .group:focus-within .group-focus-within\:-rotate-134 {
    transform: rotate(-134deg);
  }
  .-rotate-135,
  .hover\:-rotate-135:hover,
  .focus\:-rotate-135:focus,
  .group:hover .group-hover\:-rotate-135,
  .group:focus-within .group-focus-within\:-rotate-135 {
    transform: rotate(-135deg);
  }
  .-rotate-136,
  .hover\:-rotate-136:hover,
  .focus\:-rotate-136:focus,
  .group:hover .group-hover\:-rotate-136,
  .group:focus-within .group-focus-within\:-rotate-136 {
    transform: rotate(-136deg);
  }
  .-rotate-137,
  .hover\:-rotate-137:hover,
  .focus\:-rotate-137:focus,
  .group:hover .group-hover\:-rotate-137,
  .group:focus-within .group-focus-within\:-rotate-137 {
    transform: rotate(-137deg);
  }
  .-rotate-138,
  .hover\:-rotate-138:hover,
  .focus\:-rotate-138:focus,
  .group:hover .group-hover\:-rotate-138,
  .group:focus-within .group-focus-within\:-rotate-138 {
    transform: rotate(-138deg);
  }
  .-rotate-139,
  .hover\:-rotate-139:hover,
  .focus\:-rotate-139:focus,
  .group:hover .group-hover\:-rotate-139,
  .group:focus-within .group-focus-within\:-rotate-139 {
    transform: rotate(-139deg);
  }
  .-rotate-140,
  .hover\:-rotate-140:hover,
  .focus\:-rotate-140:focus,
  .group:hover .group-hover\:-rotate-140,
  .group:focus-within .group-focus-within\:-rotate-140 {
    transform: rotate(-140deg);
  }
  .-rotate-141,
  .hover\:-rotate-141:hover,
  .focus\:-rotate-141:focus,
  .group:hover .group-hover\:-rotate-141,
  .group:focus-within .group-focus-within\:-rotate-141 {
    transform: rotate(-141deg);
  }
  .-rotate-142,
  .hover\:-rotate-142:hover,
  .focus\:-rotate-142:focus,
  .group:hover .group-hover\:-rotate-142,
  .group:focus-within .group-focus-within\:-rotate-142 {
    transform: rotate(-142deg);
  }
  .-rotate-143,
  .hover\:-rotate-143:hover,
  .focus\:-rotate-143:focus,
  .group:hover .group-hover\:-rotate-143,
  .group:focus-within .group-focus-within\:-rotate-143 {
    transform: rotate(-143deg);
  }
  .-rotate-144,
  .hover\:-rotate-144:hover,
  .focus\:-rotate-144:focus,
  .group:hover .group-hover\:-rotate-144,
  .group:focus-within .group-focus-within\:-rotate-144 {
    transform: rotate(-144deg);
  }
  .-rotate-145,
  .hover\:-rotate-145:hover,
  .focus\:-rotate-145:focus,
  .group:hover .group-hover\:-rotate-145,
  .group:focus-within .group-focus-within\:-rotate-145 {
    transform: rotate(-145deg);
  }
  .-rotate-146,
  .hover\:-rotate-146:hover,
  .focus\:-rotate-146:focus,
  .group:hover .group-hover\:-rotate-146,
  .group:focus-within .group-focus-within\:-rotate-146 {
    transform: rotate(-146deg);
  }
  .-rotate-147,
  .hover\:-rotate-147:hover,
  .focus\:-rotate-147:focus,
  .group:hover .group-hover\:-rotate-147,
  .group:focus-within .group-focus-within\:-rotate-147 {
    transform: rotate(-147deg);
  }
  .-rotate-148,
  .hover\:-rotate-148:hover,
  .focus\:-rotate-148:focus,
  .group:hover .group-hover\:-rotate-148,
  .group:focus-within .group-focus-within\:-rotate-148 {
    transform: rotate(-148deg);
  }
  .-rotate-149,
  .hover\:-rotate-149:hover,
  .focus\:-rotate-149:focus,
  .group:hover .group-hover\:-rotate-149,
  .group:focus-within .group-focus-within\:-rotate-149 {
    transform: rotate(-149deg);
  }
  .-rotate-150,
  .hover\:-rotate-150:hover,
  .focus\:-rotate-150:focus,
  .group:hover .group-hover\:-rotate-150,
  .group:focus-within .group-focus-within\:-rotate-150 {
    transform: rotate(-150deg);
  }
  .-rotate-151,
  .hover\:-rotate-151:hover,
  .focus\:-rotate-151:focus,
  .group:hover .group-hover\:-rotate-151,
  .group:focus-within .group-focus-within\:-rotate-151 {
    transform: rotate(-151deg);
  }
  .-rotate-152,
  .hover\:-rotate-152:hover,
  .focus\:-rotate-152:focus,
  .group:hover .group-hover\:-rotate-152,
  .group:focus-within .group-focus-within\:-rotate-152 {
    transform: rotate(-152deg);
  }
  .-rotate-153,
  .hover\:-rotate-153:hover,
  .focus\:-rotate-153:focus,
  .group:hover .group-hover\:-rotate-153,
  .group:focus-within .group-focus-within\:-rotate-153 {
    transform: rotate(-153deg);
  }
  .-rotate-154,
  .hover\:-rotate-154:hover,
  .focus\:-rotate-154:focus,
  .group:hover .group-hover\:-rotate-154,
  .group:focus-within .group-focus-within\:-rotate-154 {
    transform: rotate(-154deg);
  }
  .-rotate-155,
  .hover\:-rotate-155:hover,
  .focus\:-rotate-155:focus,
  .group:hover .group-hover\:-rotate-155,
  .group:focus-within .group-focus-within\:-rotate-155 {
    transform: rotate(-155deg);
  }
  .-rotate-156,
  .hover\:-rotate-156:hover,
  .focus\:-rotate-156:focus,
  .group:hover .group-hover\:-rotate-156,
  .group:focus-within .group-focus-within\:-rotate-156 {
    transform: rotate(-156deg);
  }
  .-rotate-157,
  .hover\:-rotate-157:hover,
  .focus\:-rotate-157:focus,
  .group:hover .group-hover\:-rotate-157,
  .group:focus-within .group-focus-within\:-rotate-157 {
    transform: rotate(-157deg);
  }
  .-rotate-158,
  .hover\:-rotate-158:hover,
  .focus\:-rotate-158:focus,
  .group:hover .group-hover\:-rotate-158,
  .group:focus-within .group-focus-within\:-rotate-158 {
    transform: rotate(-158deg);
  }
  .-rotate-159,
  .hover\:-rotate-159:hover,
  .focus\:-rotate-159:focus,
  .group:hover .group-hover\:-rotate-159,
  .group:focus-within .group-focus-within\:-rotate-159 {
    transform: rotate(-159deg);
  }
  .-rotate-160,
  .hover\:-rotate-160:hover,
  .focus\:-rotate-160:focus,
  .group:hover .group-hover\:-rotate-160,
  .group:focus-within .group-focus-within\:-rotate-160 {
    transform: rotate(-160deg);
  }
  .-rotate-161,
  .hover\:-rotate-161:hover,
  .focus\:-rotate-161:focus,
  .group:hover .group-hover\:-rotate-161,
  .group:focus-within .group-focus-within\:-rotate-161 {
    transform: rotate(-161deg);
  }
  .-rotate-162,
  .hover\:-rotate-162:hover,
  .focus\:-rotate-162:focus,
  .group:hover .group-hover\:-rotate-162,
  .group:focus-within .group-focus-within\:-rotate-162 {
    transform: rotate(-162deg);
  }
  .-rotate-163,
  .hover\:-rotate-163:hover,
  .focus\:-rotate-163:focus,
  .group:hover .group-hover\:-rotate-163,
  .group:focus-within .group-focus-within\:-rotate-163 {
    transform: rotate(-163deg);
  }
  .-rotate-164,
  .hover\:-rotate-164:hover,
  .focus\:-rotate-164:focus,
  .group:hover .group-hover\:-rotate-164,
  .group:focus-within .group-focus-within\:-rotate-164 {
    transform: rotate(-164deg);
  }
  .-rotate-165,
  .hover\:-rotate-165:hover,
  .focus\:-rotate-165:focus,
  .group:hover .group-hover\:-rotate-165,
  .group:focus-within .group-focus-within\:-rotate-165 {
    transform: rotate(-165deg);
  }
  .-rotate-166,
  .hover\:-rotate-166:hover,
  .focus\:-rotate-166:focus,
  .group:hover .group-hover\:-rotate-166,
  .group:focus-within .group-focus-within\:-rotate-166 {
    transform: rotate(-166deg);
  }
  .-rotate-167,
  .hover\:-rotate-167:hover,
  .focus\:-rotate-167:focus,
  .group:hover .group-hover\:-rotate-167,
  .group:focus-within .group-focus-within\:-rotate-167 {
    transform: rotate(-167deg);
  }
  .-rotate-168,
  .hover\:-rotate-168:hover,
  .focus\:-rotate-168:focus,
  .group:hover .group-hover\:-rotate-168,
  .group:focus-within .group-focus-within\:-rotate-168 {
    transform: rotate(-168deg);
  }
  .-rotate-169,
  .hover\:-rotate-169:hover,
  .focus\:-rotate-169:focus,
  .group:hover .group-hover\:-rotate-169,
  .group:focus-within .group-focus-within\:-rotate-169 {
    transform: rotate(-169deg);
  }
  .-rotate-170,
  .hover\:-rotate-170:hover,
  .focus\:-rotate-170:focus,
  .group:hover .group-hover\:-rotate-170,
  .group:focus-within .group-focus-within\:-rotate-170 {
    transform: rotate(-170deg);
  }
  .-rotate-171,
  .hover\:-rotate-171:hover,
  .focus\:-rotate-171:focus,
  .group:hover .group-hover\:-rotate-171,
  .group:focus-within .group-focus-within\:-rotate-171 {
    transform: rotate(-171deg);
  }
  .-rotate-172,
  .hover\:-rotate-172:hover,
  .focus\:-rotate-172:focus,
  .group:hover .group-hover\:-rotate-172,
  .group:focus-within .group-focus-within\:-rotate-172 {
    transform: rotate(-172deg);
  }
  .-rotate-173,
  .hover\:-rotate-173:hover,
  .focus\:-rotate-173:focus,
  .group:hover .group-hover\:-rotate-173,
  .group:focus-within .group-focus-within\:-rotate-173 {
    transform: rotate(-173deg);
  }
  .-rotate-174,
  .hover\:-rotate-174:hover,
  .focus\:-rotate-174:focus,
  .group:hover .group-hover\:-rotate-174,
  .group:focus-within .group-focus-within\:-rotate-174 {
    transform: rotate(-174deg);
  }
  .-rotate-175,
  .hover\:-rotate-175:hover,
  .focus\:-rotate-175:focus,
  .group:hover .group-hover\:-rotate-175,
  .group:focus-within .group-focus-within\:-rotate-175 {
    transform: rotate(-175deg);
  }
  .-rotate-176,
  .hover\:-rotate-176:hover,
  .focus\:-rotate-176:focus,
  .group:hover .group-hover\:-rotate-176,
  .group:focus-within .group-focus-within\:-rotate-176 {
    transform: rotate(-176deg);
  }
  .-rotate-177,
  .hover\:-rotate-177:hover,
  .focus\:-rotate-177:focus,
  .group:hover .group-hover\:-rotate-177,
  .group:focus-within .group-focus-within\:-rotate-177 {
    transform: rotate(-177deg);
  }
  .-rotate-178,
  .hover\:-rotate-178:hover,
  .focus\:-rotate-178:focus,
  .group:hover .group-hover\:-rotate-178,
  .group:focus-within .group-focus-within\:-rotate-178 {
    transform: rotate(-178deg);
  }
  .-rotate-179,
  .hover\:-rotate-179:hover,
  .focus\:-rotate-179:focus,
  .group:hover .group-hover\:-rotate-179,
  .group:focus-within .group-focus-within\:-rotate-179 {
    transform: rotate(-179deg);
  }
  .-rotate-180,
  .hover\:-rotate-180:hover,
  .focus\:-rotate-180:focus,
  .group:hover .group-hover\:-rotate-180,
  .group:focus-within .group-focus-within\:-rotate-180 {
    transform: rotate(-180deg);
  }
  .-rotate-181,
  .hover\:-rotate-181:hover,
  .focus\:-rotate-181:focus,
  .group:hover .group-hover\:-rotate-181,
  .group:focus-within .group-focus-within\:-rotate-181 {
    transform: rotate(-181deg);
  }
  .-rotate-182,
  .hover\:-rotate-182:hover,
  .focus\:-rotate-182:focus,
  .group:hover .group-hover\:-rotate-182,
  .group:focus-within .group-focus-within\:-rotate-182 {
    transform: rotate(-182deg);
  }
  .-rotate-183,
  .hover\:-rotate-183:hover,
  .focus\:-rotate-183:focus,
  .group:hover .group-hover\:-rotate-183,
  .group:focus-within .group-focus-within\:-rotate-183 {
    transform: rotate(-183deg);
  }
  .-rotate-184,
  .hover\:-rotate-184:hover,
  .focus\:-rotate-184:focus,
  .group:hover .group-hover\:-rotate-184,
  .group:focus-within .group-focus-within\:-rotate-184 {
    transform: rotate(-184deg);
  }
  .-rotate-185,
  .hover\:-rotate-185:hover,
  .focus\:-rotate-185:focus,
  .group:hover .group-hover\:-rotate-185,
  .group:focus-within .group-focus-within\:-rotate-185 {
    transform: rotate(-185deg);
  }
  .-rotate-186,
  .hover\:-rotate-186:hover,
  .focus\:-rotate-186:focus,
  .group:hover .group-hover\:-rotate-186,
  .group:focus-within .group-focus-within\:-rotate-186 {
    transform: rotate(-186deg);
  }
  .-rotate-187,
  .hover\:-rotate-187:hover,
  .focus\:-rotate-187:focus,
  .group:hover .group-hover\:-rotate-187,
  .group:focus-within .group-focus-within\:-rotate-187 {
    transform: rotate(-187deg);
  }
  .-rotate-188,
  .hover\:-rotate-188:hover,
  .focus\:-rotate-188:focus,
  .group:hover .group-hover\:-rotate-188,
  .group:focus-within .group-focus-within\:-rotate-188 {
    transform: rotate(-188deg);
  }
  .-rotate-189,
  .hover\:-rotate-189:hover,
  .focus\:-rotate-189:focus,
  .group:hover .group-hover\:-rotate-189,
  .group:focus-within .group-focus-within\:-rotate-189 {
    transform: rotate(-189deg);
  }
  .-rotate-190,
  .hover\:-rotate-190:hover,
  .focus\:-rotate-190:focus,
  .group:hover .group-hover\:-rotate-190,
  .group:focus-within .group-focus-within\:-rotate-190 {
    transform: rotate(-190deg);
  }
  .-rotate-191,
  .hover\:-rotate-191:hover,
  .focus\:-rotate-191:focus,
  .group:hover .group-hover\:-rotate-191,
  .group:focus-within .group-focus-within\:-rotate-191 {
    transform: rotate(-191deg);
  }
  .-rotate-192,
  .hover\:-rotate-192:hover,
  .focus\:-rotate-192:focus,
  .group:hover .group-hover\:-rotate-192,
  .group:focus-within .group-focus-within\:-rotate-192 {
    transform: rotate(-192deg);
  }
  .-rotate-193,
  .hover\:-rotate-193:hover,
  .focus\:-rotate-193:focus,
  .group:hover .group-hover\:-rotate-193,
  .group:focus-within .group-focus-within\:-rotate-193 {
    transform: rotate(-193deg);
  }
  .-rotate-194,
  .hover\:-rotate-194:hover,
  .focus\:-rotate-194:focus,
  .group:hover .group-hover\:-rotate-194,
  .group:focus-within .group-focus-within\:-rotate-194 {
    transform: rotate(-194deg);
  }
  .-rotate-195,
  .hover\:-rotate-195:hover,
  .focus\:-rotate-195:focus,
  .group:hover .group-hover\:-rotate-195,
  .group:focus-within .group-focus-within\:-rotate-195 {
    transform: rotate(-195deg);
  }
  .-rotate-196,
  .hover\:-rotate-196:hover,
  .focus\:-rotate-196:focus,
  .group:hover .group-hover\:-rotate-196,
  .group:focus-within .group-focus-within\:-rotate-196 {
    transform: rotate(-196deg);
  }
  .-rotate-197,
  .hover\:-rotate-197:hover,
  .focus\:-rotate-197:focus,
  .group:hover .group-hover\:-rotate-197,
  .group:focus-within .group-focus-within\:-rotate-197 {
    transform: rotate(-197deg);
  }
  .-rotate-198,
  .hover\:-rotate-198:hover,
  .focus\:-rotate-198:focus,
  .group:hover .group-hover\:-rotate-198,
  .group:focus-within .group-focus-within\:-rotate-198 {
    transform: rotate(-198deg);
  }
  .-rotate-199,
  .hover\:-rotate-199:hover,
  .focus\:-rotate-199:focus,
  .group:hover .group-hover\:-rotate-199,
  .group:focus-within .group-focus-within\:-rotate-199 {
    transform: rotate(-199deg);
  }
  .-rotate-200,
  .hover\:-rotate-200:hover,
  .focus\:-rotate-200:focus,
  .group:hover .group-hover\:-rotate-200,
  .group:focus-within .group-focus-within\:-rotate-200 {
    transform: rotate(-200deg);
  }
  .-rotate-201,
  .hover\:-rotate-201:hover,
  .focus\:-rotate-201:focus,
  .group:hover .group-hover\:-rotate-201,
  .group:focus-within .group-focus-within\:-rotate-201 {
    transform: rotate(-201deg);
  }
  .-rotate-202,
  .hover\:-rotate-202:hover,
  .focus\:-rotate-202:focus,
  .group:hover .group-hover\:-rotate-202,
  .group:focus-within .group-focus-within\:-rotate-202 {
    transform: rotate(-202deg);
  }
  .-rotate-203,
  .hover\:-rotate-203:hover,
  .focus\:-rotate-203:focus,
  .group:hover .group-hover\:-rotate-203,
  .group:focus-within .group-focus-within\:-rotate-203 {
    transform: rotate(-203deg);
  }
  .-rotate-204,
  .hover\:-rotate-204:hover,
  .focus\:-rotate-204:focus,
  .group:hover .group-hover\:-rotate-204,
  .group:focus-within .group-focus-within\:-rotate-204 {
    transform: rotate(-204deg);
  }
  .-rotate-205,
  .hover\:-rotate-205:hover,
  .focus\:-rotate-205:focus,
  .group:hover .group-hover\:-rotate-205,
  .group:focus-within .group-focus-within\:-rotate-205 {
    transform: rotate(-205deg);
  }
  .-rotate-206,
  .hover\:-rotate-206:hover,
  .focus\:-rotate-206:focus,
  .group:hover .group-hover\:-rotate-206,
  .group:focus-within .group-focus-within\:-rotate-206 {
    transform: rotate(-206deg);
  }
  .-rotate-207,
  .hover\:-rotate-207:hover,
  .focus\:-rotate-207:focus,
  .group:hover .group-hover\:-rotate-207,
  .group:focus-within .group-focus-within\:-rotate-207 {
    transform: rotate(-207deg);
  }
  .-rotate-208,
  .hover\:-rotate-208:hover,
  .focus\:-rotate-208:focus,
  .group:hover .group-hover\:-rotate-208,
  .group:focus-within .group-focus-within\:-rotate-208 {
    transform: rotate(-208deg);
  }
  .-rotate-209,
  .hover\:-rotate-209:hover,
  .focus\:-rotate-209:focus,
  .group:hover .group-hover\:-rotate-209,
  .group:focus-within .group-focus-within\:-rotate-209 {
    transform: rotate(-209deg);
  }
  .-rotate-210,
  .hover\:-rotate-210:hover,
  .focus\:-rotate-210:focus,
  .group:hover .group-hover\:-rotate-210,
  .group:focus-within .group-focus-within\:-rotate-210 {
    transform: rotate(-210deg);
  }
  .-rotate-211,
  .hover\:-rotate-211:hover,
  .focus\:-rotate-211:focus,
  .group:hover .group-hover\:-rotate-211,
  .group:focus-within .group-focus-within\:-rotate-211 {
    transform: rotate(-211deg);
  }
  .-rotate-212,
  .hover\:-rotate-212:hover,
  .focus\:-rotate-212:focus,
  .group:hover .group-hover\:-rotate-212,
  .group:focus-within .group-focus-within\:-rotate-212 {
    transform: rotate(-212deg);
  }
  .-rotate-213,
  .hover\:-rotate-213:hover,
  .focus\:-rotate-213:focus,
  .group:hover .group-hover\:-rotate-213,
  .group:focus-within .group-focus-within\:-rotate-213 {
    transform: rotate(-213deg);
  }
  .-rotate-214,
  .hover\:-rotate-214:hover,
  .focus\:-rotate-214:focus,
  .group:hover .group-hover\:-rotate-214,
  .group:focus-within .group-focus-within\:-rotate-214 {
    transform: rotate(-214deg);
  }
  .-rotate-215,
  .hover\:-rotate-215:hover,
  .focus\:-rotate-215:focus,
  .group:hover .group-hover\:-rotate-215,
  .group:focus-within .group-focus-within\:-rotate-215 {
    transform: rotate(-215deg);
  }
  .-rotate-216,
  .hover\:-rotate-216:hover,
  .focus\:-rotate-216:focus,
  .group:hover .group-hover\:-rotate-216,
  .group:focus-within .group-focus-within\:-rotate-216 {
    transform: rotate(-216deg);
  }
  .-rotate-217,
  .hover\:-rotate-217:hover,
  .focus\:-rotate-217:focus,
  .group:hover .group-hover\:-rotate-217,
  .group:focus-within .group-focus-within\:-rotate-217 {
    transform: rotate(-217deg);
  }
  .-rotate-218,
  .hover\:-rotate-218:hover,
  .focus\:-rotate-218:focus,
  .group:hover .group-hover\:-rotate-218,
  .group:focus-within .group-focus-within\:-rotate-218 {
    transform: rotate(-218deg);
  }
  .-rotate-219,
  .hover\:-rotate-219:hover,
  .focus\:-rotate-219:focus,
  .group:hover .group-hover\:-rotate-219,
  .group:focus-within .group-focus-within\:-rotate-219 {
    transform: rotate(-219deg);
  }
  .-rotate-220,
  .hover\:-rotate-220:hover,
  .focus\:-rotate-220:focus,
  .group:hover .group-hover\:-rotate-220,
  .group:focus-within .group-focus-within\:-rotate-220 {
    transform: rotate(-220deg);
  }
  .-rotate-221,
  .hover\:-rotate-221:hover,
  .focus\:-rotate-221:focus,
  .group:hover .group-hover\:-rotate-221,
  .group:focus-within .group-focus-within\:-rotate-221 {
    transform: rotate(-221deg);
  }
  .-rotate-222,
  .hover\:-rotate-222:hover,
  .focus\:-rotate-222:focus,
  .group:hover .group-hover\:-rotate-222,
  .group:focus-within .group-focus-within\:-rotate-222 {
    transform: rotate(-222deg);
  }
  .-rotate-223,
  .hover\:-rotate-223:hover,
  .focus\:-rotate-223:focus,
  .group:hover .group-hover\:-rotate-223,
  .group:focus-within .group-focus-within\:-rotate-223 {
    transform: rotate(-223deg);
  }
  .-rotate-224,
  .hover\:-rotate-224:hover,
  .focus\:-rotate-224:focus,
  .group:hover .group-hover\:-rotate-224,
  .group:focus-within .group-focus-within\:-rotate-224 {
    transform: rotate(-224deg);
  }
  .-rotate-225,
  .hover\:-rotate-225:hover,
  .focus\:-rotate-225:focus,
  .group:hover .group-hover\:-rotate-225,
  .group:focus-within .group-focus-within\:-rotate-225 {
    transform: rotate(-225deg);
  }
  .-rotate-226,
  .hover\:-rotate-226:hover,
  .focus\:-rotate-226:focus,
  .group:hover .group-hover\:-rotate-226,
  .group:focus-within .group-focus-within\:-rotate-226 {
    transform: rotate(-226deg);
  }
  .-rotate-227,
  .hover\:-rotate-227:hover,
  .focus\:-rotate-227:focus,
  .group:hover .group-hover\:-rotate-227,
  .group:focus-within .group-focus-within\:-rotate-227 {
    transform: rotate(-227deg);
  }
  .-rotate-228,
  .hover\:-rotate-228:hover,
  .focus\:-rotate-228:focus,
  .group:hover .group-hover\:-rotate-228,
  .group:focus-within .group-focus-within\:-rotate-228 {
    transform: rotate(-228deg);
  }
  .-rotate-229,
  .hover\:-rotate-229:hover,
  .focus\:-rotate-229:focus,
  .group:hover .group-hover\:-rotate-229,
  .group:focus-within .group-focus-within\:-rotate-229 {
    transform: rotate(-229deg);
  }
  .-rotate-230,
  .hover\:-rotate-230:hover,
  .focus\:-rotate-230:focus,
  .group:hover .group-hover\:-rotate-230,
  .group:focus-within .group-focus-within\:-rotate-230 {
    transform: rotate(-230deg);
  }
  .-rotate-231,
  .hover\:-rotate-231:hover,
  .focus\:-rotate-231:focus,
  .group:hover .group-hover\:-rotate-231,
  .group:focus-within .group-focus-within\:-rotate-231 {
    transform: rotate(-231deg);
  }
  .-rotate-232,
  .hover\:-rotate-232:hover,
  .focus\:-rotate-232:focus,
  .group:hover .group-hover\:-rotate-232,
  .group:focus-within .group-focus-within\:-rotate-232 {
    transform: rotate(-232deg);
  }
  .-rotate-233,
  .hover\:-rotate-233:hover,
  .focus\:-rotate-233:focus,
  .group:hover .group-hover\:-rotate-233,
  .group:focus-within .group-focus-within\:-rotate-233 {
    transform: rotate(-233deg);
  }
  .-rotate-234,
  .hover\:-rotate-234:hover,
  .focus\:-rotate-234:focus,
  .group:hover .group-hover\:-rotate-234,
  .group:focus-within .group-focus-within\:-rotate-234 {
    transform: rotate(-234deg);
  }
  .-rotate-235,
  .hover\:-rotate-235:hover,
  .focus\:-rotate-235:focus,
  .group:hover .group-hover\:-rotate-235,
  .group:focus-within .group-focus-within\:-rotate-235 {
    transform: rotate(-235deg);
  }
  .-rotate-236,
  .hover\:-rotate-236:hover,
  .focus\:-rotate-236:focus,
  .group:hover .group-hover\:-rotate-236,
  .group:focus-within .group-focus-within\:-rotate-236 {
    transform: rotate(-236deg);
  }
  .-rotate-237,
  .hover\:-rotate-237:hover,
  .focus\:-rotate-237:focus,
  .group:hover .group-hover\:-rotate-237,
  .group:focus-within .group-focus-within\:-rotate-237 {
    transform: rotate(-237deg);
  }
  .-rotate-238,
  .hover\:-rotate-238:hover,
  .focus\:-rotate-238:focus,
  .group:hover .group-hover\:-rotate-238,
  .group:focus-within .group-focus-within\:-rotate-238 {
    transform: rotate(-238deg);
  }
  .-rotate-239,
  .hover\:-rotate-239:hover,
  .focus\:-rotate-239:focus,
  .group:hover .group-hover\:-rotate-239,
  .group:focus-within .group-focus-within\:-rotate-239 {
    transform: rotate(-239deg);
  }
  .-rotate-240,
  .hover\:-rotate-240:hover,
  .focus\:-rotate-240:focus,
  .group:hover .group-hover\:-rotate-240,
  .group:focus-within .group-focus-within\:-rotate-240 {
    transform: rotate(-240deg);
  }
  .-rotate-241,
  .hover\:-rotate-241:hover,
  .focus\:-rotate-241:focus,
  .group:hover .group-hover\:-rotate-241,
  .group:focus-within .group-focus-within\:-rotate-241 {
    transform: rotate(-241deg);
  }
  .-rotate-242,
  .hover\:-rotate-242:hover,
  .focus\:-rotate-242:focus,
  .group:hover .group-hover\:-rotate-242,
  .group:focus-within .group-focus-within\:-rotate-242 {
    transform: rotate(-242deg);
  }
  .-rotate-243,
  .hover\:-rotate-243:hover,
  .focus\:-rotate-243:focus,
  .group:hover .group-hover\:-rotate-243,
  .group:focus-within .group-focus-within\:-rotate-243 {
    transform: rotate(-243deg);
  }
  .-rotate-244,
  .hover\:-rotate-244:hover,
  .focus\:-rotate-244:focus,
  .group:hover .group-hover\:-rotate-244,
  .group:focus-within .group-focus-within\:-rotate-244 {
    transform: rotate(-244deg);
  }
  .-rotate-245,
  .hover\:-rotate-245:hover,
  .focus\:-rotate-245:focus,
  .group:hover .group-hover\:-rotate-245,
  .group:focus-within .group-focus-within\:-rotate-245 {
    transform: rotate(-245deg);
  }
  .-rotate-246,
  .hover\:-rotate-246:hover,
  .focus\:-rotate-246:focus,
  .group:hover .group-hover\:-rotate-246,
  .group:focus-within .group-focus-within\:-rotate-246 {
    transform: rotate(-246deg);
  }
  .-rotate-247,
  .hover\:-rotate-247:hover,
  .focus\:-rotate-247:focus,
  .group:hover .group-hover\:-rotate-247,
  .group:focus-within .group-focus-within\:-rotate-247 {
    transform: rotate(-247deg);
  }
  .-rotate-248,
  .hover\:-rotate-248:hover,
  .focus\:-rotate-248:focus,
  .group:hover .group-hover\:-rotate-248,
  .group:focus-within .group-focus-within\:-rotate-248 {
    transform: rotate(-248deg);
  }
  .-rotate-249,
  .hover\:-rotate-249:hover,
  .focus\:-rotate-249:focus,
  .group:hover .group-hover\:-rotate-249,
  .group:focus-within .group-focus-within\:-rotate-249 {
    transform: rotate(-249deg);
  }
  .-rotate-250,
  .hover\:-rotate-250:hover,
  .focus\:-rotate-250:focus,
  .group:hover .group-hover\:-rotate-250,
  .group:focus-within .group-focus-within\:-rotate-250 {
    transform: rotate(-250deg);
  }
  .-rotate-251,
  .hover\:-rotate-251:hover,
  .focus\:-rotate-251:focus,
  .group:hover .group-hover\:-rotate-251,
  .group:focus-within .group-focus-within\:-rotate-251 {
    transform: rotate(-251deg);
  }
  .-rotate-252,
  .hover\:-rotate-252:hover,
  .focus\:-rotate-252:focus,
  .group:hover .group-hover\:-rotate-252,
  .group:focus-within .group-focus-within\:-rotate-252 {
    transform: rotate(-252deg);
  }
  .-rotate-253,
  .hover\:-rotate-253:hover,
  .focus\:-rotate-253:focus,
  .group:hover .group-hover\:-rotate-253,
  .group:focus-within .group-focus-within\:-rotate-253 {
    transform: rotate(-253deg);
  }
  .-rotate-254,
  .hover\:-rotate-254:hover,
  .focus\:-rotate-254:focus,
  .group:hover .group-hover\:-rotate-254,
  .group:focus-within .group-focus-within\:-rotate-254 {
    transform: rotate(-254deg);
  }
  .-rotate-255,
  .hover\:-rotate-255:hover,
  .focus\:-rotate-255:focus,
  .group:hover .group-hover\:-rotate-255,
  .group:focus-within .group-focus-within\:-rotate-255 {
    transform: rotate(-255deg);
  }
  .-rotate-256,
  .hover\:-rotate-256:hover,
  .focus\:-rotate-256:focus,
  .group:hover .group-hover\:-rotate-256,
  .group:focus-within .group-focus-within\:-rotate-256 {
    transform: rotate(-256deg);
  }
  .-rotate-257,
  .hover\:-rotate-257:hover,
  .focus\:-rotate-257:focus,
  .group:hover .group-hover\:-rotate-257,
  .group:focus-within .group-focus-within\:-rotate-257 {
    transform: rotate(-257deg);
  }
  .-rotate-258,
  .hover\:-rotate-258:hover,
  .focus\:-rotate-258:focus,
  .group:hover .group-hover\:-rotate-258,
  .group:focus-within .group-focus-within\:-rotate-258 {
    transform: rotate(-258deg);
  }
  .-rotate-259,
  .hover\:-rotate-259:hover,
  .focus\:-rotate-259:focus,
  .group:hover .group-hover\:-rotate-259,
  .group:focus-within .group-focus-within\:-rotate-259 {
    transform: rotate(-259deg);
  }
  .-rotate-260,
  .hover\:-rotate-260:hover,
  .focus\:-rotate-260:focus,
  .group:hover .group-hover\:-rotate-260,
  .group:focus-within .group-focus-within\:-rotate-260 {
    transform: rotate(-260deg);
  }
  .-rotate-261,
  .hover\:-rotate-261:hover,
  .focus\:-rotate-261:focus,
  .group:hover .group-hover\:-rotate-261,
  .group:focus-within .group-focus-within\:-rotate-261 {
    transform: rotate(-261deg);
  }
  .-rotate-262,
  .hover\:-rotate-262:hover,
  .focus\:-rotate-262:focus,
  .group:hover .group-hover\:-rotate-262,
  .group:focus-within .group-focus-within\:-rotate-262 {
    transform: rotate(-262deg);
  }
  .-rotate-263,
  .hover\:-rotate-263:hover,
  .focus\:-rotate-263:focus,
  .group:hover .group-hover\:-rotate-263,
  .group:focus-within .group-focus-within\:-rotate-263 {
    transform: rotate(-263deg);
  }
  .-rotate-264,
  .hover\:-rotate-264:hover,
  .focus\:-rotate-264:focus,
  .group:hover .group-hover\:-rotate-264,
  .group:focus-within .group-focus-within\:-rotate-264 {
    transform: rotate(-264deg);
  }
  .-rotate-265,
  .hover\:-rotate-265:hover,
  .focus\:-rotate-265:focus,
  .group:hover .group-hover\:-rotate-265,
  .group:focus-within .group-focus-within\:-rotate-265 {
    transform: rotate(-265deg);
  }
  .-rotate-266,
  .hover\:-rotate-266:hover,
  .focus\:-rotate-266:focus,
  .group:hover .group-hover\:-rotate-266,
  .group:focus-within .group-focus-within\:-rotate-266 {
    transform: rotate(-266deg);
  }
  .-rotate-267,
  .hover\:-rotate-267:hover,
  .focus\:-rotate-267:focus,
  .group:hover .group-hover\:-rotate-267,
  .group:focus-within .group-focus-within\:-rotate-267 {
    transform: rotate(-267deg);
  }
  .-rotate-268,
  .hover\:-rotate-268:hover,
  .focus\:-rotate-268:focus,
  .group:hover .group-hover\:-rotate-268,
  .group:focus-within .group-focus-within\:-rotate-268 {
    transform: rotate(-268deg);
  }
  .-rotate-269,
  .hover\:-rotate-269:hover,
  .focus\:-rotate-269:focus,
  .group:hover .group-hover\:-rotate-269,
  .group:focus-within .group-focus-within\:-rotate-269 {
    transform: rotate(-269deg);
  }
  .-rotate-270,
  .hover\:-rotate-270:hover,
  .focus\:-rotate-270:focus,
  .group:hover .group-hover\:-rotate-270,
  .group:focus-within .group-focus-within\:-rotate-270 {
    transform: rotate(-270deg);
  }
  .-rotate-271,
  .hover\:-rotate-271:hover,
  .focus\:-rotate-271:focus,
  .group:hover .group-hover\:-rotate-271,
  .group:focus-within .group-focus-within\:-rotate-271 {
    transform: rotate(-271deg);
  }
  .-rotate-272,
  .hover\:-rotate-272:hover,
  .focus\:-rotate-272:focus,
  .group:hover .group-hover\:-rotate-272,
  .group:focus-within .group-focus-within\:-rotate-272 {
    transform: rotate(-272deg);
  }
  .-rotate-273,
  .hover\:-rotate-273:hover,
  .focus\:-rotate-273:focus,
  .group:hover .group-hover\:-rotate-273,
  .group:focus-within .group-focus-within\:-rotate-273 {
    transform: rotate(-273deg);
  }
  .-rotate-274,
  .hover\:-rotate-274:hover,
  .focus\:-rotate-274:focus,
  .group:hover .group-hover\:-rotate-274,
  .group:focus-within .group-focus-within\:-rotate-274 {
    transform: rotate(-274deg);
  }
  .-rotate-275,
  .hover\:-rotate-275:hover,
  .focus\:-rotate-275:focus,
  .group:hover .group-hover\:-rotate-275,
  .group:focus-within .group-focus-within\:-rotate-275 {
    transform: rotate(-275deg);
  }
  .-rotate-276,
  .hover\:-rotate-276:hover,
  .focus\:-rotate-276:focus,
  .group:hover .group-hover\:-rotate-276,
  .group:focus-within .group-focus-within\:-rotate-276 {
    transform: rotate(-276deg);
  }
  .-rotate-277,
  .hover\:-rotate-277:hover,
  .focus\:-rotate-277:focus,
  .group:hover .group-hover\:-rotate-277,
  .group:focus-within .group-focus-within\:-rotate-277 {
    transform: rotate(-277deg);
  }
  .-rotate-278,
  .hover\:-rotate-278:hover,
  .focus\:-rotate-278:focus,
  .group:hover .group-hover\:-rotate-278,
  .group:focus-within .group-focus-within\:-rotate-278 {
    transform: rotate(-278deg);
  }
  .-rotate-279,
  .hover\:-rotate-279:hover,
  .focus\:-rotate-279:focus,
  .group:hover .group-hover\:-rotate-279,
  .group:focus-within .group-focus-within\:-rotate-279 {
    transform: rotate(-279deg);
  }
  .-rotate-280,
  .hover\:-rotate-280:hover,
  .focus\:-rotate-280:focus,
  .group:hover .group-hover\:-rotate-280,
  .group:focus-within .group-focus-within\:-rotate-280 {
    transform: rotate(-280deg);
  }
  .-rotate-281,
  .hover\:-rotate-281:hover,
  .focus\:-rotate-281:focus,
  .group:hover .group-hover\:-rotate-281,
  .group:focus-within .group-focus-within\:-rotate-281 {
    transform: rotate(-281deg);
  }
  .-rotate-282,
  .hover\:-rotate-282:hover,
  .focus\:-rotate-282:focus,
  .group:hover .group-hover\:-rotate-282,
  .group:focus-within .group-focus-within\:-rotate-282 {
    transform: rotate(-282deg);
  }
  .-rotate-283,
  .hover\:-rotate-283:hover,
  .focus\:-rotate-283:focus,
  .group:hover .group-hover\:-rotate-283,
  .group:focus-within .group-focus-within\:-rotate-283 {
    transform: rotate(-283deg);
  }
  .-rotate-284,
  .hover\:-rotate-284:hover,
  .focus\:-rotate-284:focus,
  .group:hover .group-hover\:-rotate-284,
  .group:focus-within .group-focus-within\:-rotate-284 {
    transform: rotate(-284deg);
  }
  .-rotate-285,
  .hover\:-rotate-285:hover,
  .focus\:-rotate-285:focus,
  .group:hover .group-hover\:-rotate-285,
  .group:focus-within .group-focus-within\:-rotate-285 {
    transform: rotate(-285deg);
  }
  .-rotate-286,
  .hover\:-rotate-286:hover,
  .focus\:-rotate-286:focus,
  .group:hover .group-hover\:-rotate-286,
  .group:focus-within .group-focus-within\:-rotate-286 {
    transform: rotate(-286deg);
  }
  .-rotate-287,
  .hover\:-rotate-287:hover,
  .focus\:-rotate-287:focus,
  .group:hover .group-hover\:-rotate-287,
  .group:focus-within .group-focus-within\:-rotate-287 {
    transform: rotate(-287deg);
  }
  .-rotate-288,
  .hover\:-rotate-288:hover,
  .focus\:-rotate-288:focus,
  .group:hover .group-hover\:-rotate-288,
  .group:focus-within .group-focus-within\:-rotate-288 {
    transform: rotate(-288deg);
  }
  .-rotate-289,
  .hover\:-rotate-289:hover,
  .focus\:-rotate-289:focus,
  .group:hover .group-hover\:-rotate-289,
  .group:focus-within .group-focus-within\:-rotate-289 {
    transform: rotate(-289deg);
  }
  .-rotate-290,
  .hover\:-rotate-290:hover,
  .focus\:-rotate-290:focus,
  .group:hover .group-hover\:-rotate-290,
  .group:focus-within .group-focus-within\:-rotate-290 {
    transform: rotate(-290deg);
  }
  .-rotate-291,
  .hover\:-rotate-291:hover,
  .focus\:-rotate-291:focus,
  .group:hover .group-hover\:-rotate-291,
  .group:focus-within .group-focus-within\:-rotate-291 {
    transform: rotate(-291deg);
  }
  .-rotate-292,
  .hover\:-rotate-292:hover,
  .focus\:-rotate-292:focus,
  .group:hover .group-hover\:-rotate-292,
  .group:focus-within .group-focus-within\:-rotate-292 {
    transform: rotate(-292deg);
  }
  .-rotate-293,
  .hover\:-rotate-293:hover,
  .focus\:-rotate-293:focus,
  .group:hover .group-hover\:-rotate-293,
  .group:focus-within .group-focus-within\:-rotate-293 {
    transform: rotate(-293deg);
  }
  .-rotate-294,
  .hover\:-rotate-294:hover,
  .focus\:-rotate-294:focus,
  .group:hover .group-hover\:-rotate-294,
  .group:focus-within .group-focus-within\:-rotate-294 {
    transform: rotate(-294deg);
  }
  .-rotate-295,
  .hover\:-rotate-295:hover,
  .focus\:-rotate-295:focus,
  .group:hover .group-hover\:-rotate-295,
  .group:focus-within .group-focus-within\:-rotate-295 {
    transform: rotate(-295deg);
  }
  .-rotate-296,
  .hover\:-rotate-296:hover,
  .focus\:-rotate-296:focus,
  .group:hover .group-hover\:-rotate-296,
  .group:focus-within .group-focus-within\:-rotate-296 {
    transform: rotate(-296deg);
  }
  .-rotate-297,
  .hover\:-rotate-297:hover,
  .focus\:-rotate-297:focus,
  .group:hover .group-hover\:-rotate-297,
  .group:focus-within .group-focus-within\:-rotate-297 {
    transform: rotate(-297deg);
  }
  .-rotate-298,
  .hover\:-rotate-298:hover,
  .focus\:-rotate-298:focus,
  .group:hover .group-hover\:-rotate-298,
  .group:focus-within .group-focus-within\:-rotate-298 {
    transform: rotate(-298deg);
  }
  .-rotate-299,
  .hover\:-rotate-299:hover,
  .focus\:-rotate-299:focus,
  .group:hover .group-hover\:-rotate-299,
  .group:focus-within .group-focus-within\:-rotate-299 {
    transform: rotate(-299deg);
  }
  .-rotate-300,
  .hover\:-rotate-300:hover,
  .focus\:-rotate-300:focus,
  .group:hover .group-hover\:-rotate-300,
  .group:focus-within .group-focus-within\:-rotate-300 {
    transform: rotate(-300deg);
  }
  .-rotate-301,
  .hover\:-rotate-301:hover,
  .focus\:-rotate-301:focus,
  .group:hover .group-hover\:-rotate-301,
  .group:focus-within .group-focus-within\:-rotate-301 {
    transform: rotate(-301deg);
  }
  .-rotate-302,
  .hover\:-rotate-302:hover,
  .focus\:-rotate-302:focus,
  .group:hover .group-hover\:-rotate-302,
  .group:focus-within .group-focus-within\:-rotate-302 {
    transform: rotate(-302deg);
  }
  .-rotate-303,
  .hover\:-rotate-303:hover,
  .focus\:-rotate-303:focus,
  .group:hover .group-hover\:-rotate-303,
  .group:focus-within .group-focus-within\:-rotate-303 {
    transform: rotate(-303deg);
  }
  .-rotate-304,
  .hover\:-rotate-304:hover,
  .focus\:-rotate-304:focus,
  .group:hover .group-hover\:-rotate-304,
  .group:focus-within .group-focus-within\:-rotate-304 {
    transform: rotate(-304deg);
  }
  .-rotate-305,
  .hover\:-rotate-305:hover,
  .focus\:-rotate-305:focus,
  .group:hover .group-hover\:-rotate-305,
  .group:focus-within .group-focus-within\:-rotate-305 {
    transform: rotate(-305deg);
  }
  .-rotate-306,
  .hover\:-rotate-306:hover,
  .focus\:-rotate-306:focus,
  .group:hover .group-hover\:-rotate-306,
  .group:focus-within .group-focus-within\:-rotate-306 {
    transform: rotate(-306deg);
  }
  .-rotate-307,
  .hover\:-rotate-307:hover,
  .focus\:-rotate-307:focus,
  .group:hover .group-hover\:-rotate-307,
  .group:focus-within .group-focus-within\:-rotate-307 {
    transform: rotate(-307deg);
  }
  .-rotate-308,
  .hover\:-rotate-308:hover,
  .focus\:-rotate-308:focus,
  .group:hover .group-hover\:-rotate-308,
  .group:focus-within .group-focus-within\:-rotate-308 {
    transform: rotate(-308deg);
  }
  .-rotate-309,
  .hover\:-rotate-309:hover,
  .focus\:-rotate-309:focus,
  .group:hover .group-hover\:-rotate-309,
  .group:focus-within .group-focus-within\:-rotate-309 {
    transform: rotate(-309deg);
  }
  .-rotate-310,
  .hover\:-rotate-310:hover,
  .focus\:-rotate-310:focus,
  .group:hover .group-hover\:-rotate-310,
  .group:focus-within .group-focus-within\:-rotate-310 {
    transform: rotate(-310deg);
  }
  .-rotate-311,
  .hover\:-rotate-311:hover,
  .focus\:-rotate-311:focus,
  .group:hover .group-hover\:-rotate-311,
  .group:focus-within .group-focus-within\:-rotate-311 {
    transform: rotate(-311deg);
  }
  .-rotate-312,
  .hover\:-rotate-312:hover,
  .focus\:-rotate-312:focus,
  .group:hover .group-hover\:-rotate-312,
  .group:focus-within .group-focus-within\:-rotate-312 {
    transform: rotate(-312deg);
  }
  .-rotate-313,
  .hover\:-rotate-313:hover,
  .focus\:-rotate-313:focus,
  .group:hover .group-hover\:-rotate-313,
  .group:focus-within .group-focus-within\:-rotate-313 {
    transform: rotate(-313deg);
  }
  .-rotate-314,
  .hover\:-rotate-314:hover,
  .focus\:-rotate-314:focus,
  .group:hover .group-hover\:-rotate-314,
  .group:focus-within .group-focus-within\:-rotate-314 {
    transform: rotate(-314deg);
  }
  .-rotate-315,
  .hover\:-rotate-315:hover,
  .focus\:-rotate-315:focus,
  .group:hover .group-hover\:-rotate-315,
  .group:focus-within .group-focus-within\:-rotate-315 {
    transform: rotate(-315deg);
  }
  .-rotate-316,
  .hover\:-rotate-316:hover,
  .focus\:-rotate-316:focus,
  .group:hover .group-hover\:-rotate-316,
  .group:focus-within .group-focus-within\:-rotate-316 {
    transform: rotate(-316deg);
  }
  .-rotate-317,
  .hover\:-rotate-317:hover,
  .focus\:-rotate-317:focus,
  .group:hover .group-hover\:-rotate-317,
  .group:focus-within .group-focus-within\:-rotate-317 {
    transform: rotate(-317deg);
  }
  .-rotate-318,
  .hover\:-rotate-318:hover,
  .focus\:-rotate-318:focus,
  .group:hover .group-hover\:-rotate-318,
  .group:focus-within .group-focus-within\:-rotate-318 {
    transform: rotate(-318deg);
  }
  .-rotate-319,
  .hover\:-rotate-319:hover,
  .focus\:-rotate-319:focus,
  .group:hover .group-hover\:-rotate-319,
  .group:focus-within .group-focus-within\:-rotate-319 {
    transform: rotate(-319deg);
  }
  .-rotate-320,
  .hover\:-rotate-320:hover,
  .focus\:-rotate-320:focus,
  .group:hover .group-hover\:-rotate-320,
  .group:focus-within .group-focus-within\:-rotate-320 {
    transform: rotate(-320deg);
  }
  .-rotate-321,
  .hover\:-rotate-321:hover,
  .focus\:-rotate-321:focus,
  .group:hover .group-hover\:-rotate-321,
  .group:focus-within .group-focus-within\:-rotate-321 {
    transform: rotate(-321deg);
  }
  .-rotate-322,
  .hover\:-rotate-322:hover,
  .focus\:-rotate-322:focus,
  .group:hover .group-hover\:-rotate-322,
  .group:focus-within .group-focus-within\:-rotate-322 {
    transform: rotate(-322deg);
  }
  .-rotate-323,
  .hover\:-rotate-323:hover,
  .focus\:-rotate-323:focus,
  .group:hover .group-hover\:-rotate-323,
  .group:focus-within .group-focus-within\:-rotate-323 {
    transform: rotate(-323deg);
  }
  .-rotate-324,
  .hover\:-rotate-324:hover,
  .focus\:-rotate-324:focus,
  .group:hover .group-hover\:-rotate-324,
  .group:focus-within .group-focus-within\:-rotate-324 {
    transform: rotate(-324deg);
  }
  .-rotate-325,
  .hover\:-rotate-325:hover,
  .focus\:-rotate-325:focus,
  .group:hover .group-hover\:-rotate-325,
  .group:focus-within .group-focus-within\:-rotate-325 {
    transform: rotate(-325deg);
  }
  .-rotate-326,
  .hover\:-rotate-326:hover,
  .focus\:-rotate-326:focus,
  .group:hover .group-hover\:-rotate-326,
  .group:focus-within .group-focus-within\:-rotate-326 {
    transform: rotate(-326deg);
  }
  .-rotate-327,
  .hover\:-rotate-327:hover,
  .focus\:-rotate-327:focus,
  .group:hover .group-hover\:-rotate-327,
  .group:focus-within .group-focus-within\:-rotate-327 {
    transform: rotate(-327deg);
  }
  .-rotate-328,
  .hover\:-rotate-328:hover,
  .focus\:-rotate-328:focus,
  .group:hover .group-hover\:-rotate-328,
  .group:focus-within .group-focus-within\:-rotate-328 {
    transform: rotate(-328deg);
  }
  .-rotate-329,
  .hover\:-rotate-329:hover,
  .focus\:-rotate-329:focus,
  .group:hover .group-hover\:-rotate-329,
  .group:focus-within .group-focus-within\:-rotate-329 {
    transform: rotate(-329deg);
  }
  .-rotate-330,
  .hover\:-rotate-330:hover,
  .focus\:-rotate-330:focus,
  .group:hover .group-hover\:-rotate-330,
  .group:focus-within .group-focus-within\:-rotate-330 {
    transform: rotate(-330deg);
  }
  .-rotate-331,
  .hover\:-rotate-331:hover,
  .focus\:-rotate-331:focus,
  .group:hover .group-hover\:-rotate-331,
  .group:focus-within .group-focus-within\:-rotate-331 {
    transform: rotate(-331deg);
  }
  .-rotate-332,
  .hover\:-rotate-332:hover,
  .focus\:-rotate-332:focus,
  .group:hover .group-hover\:-rotate-332,
  .group:focus-within .group-focus-within\:-rotate-332 {
    transform: rotate(-332deg);
  }
  .-rotate-333,
  .hover\:-rotate-333:hover,
  .focus\:-rotate-333:focus,
  .group:hover .group-hover\:-rotate-333,
  .group:focus-within .group-focus-within\:-rotate-333 {
    transform: rotate(-333deg);
  }
  .-rotate-334,
  .hover\:-rotate-334:hover,
  .focus\:-rotate-334:focus,
  .group:hover .group-hover\:-rotate-334,
  .group:focus-within .group-focus-within\:-rotate-334 {
    transform: rotate(-334deg);
  }
  .-rotate-335,
  .hover\:-rotate-335:hover,
  .focus\:-rotate-335:focus,
  .group:hover .group-hover\:-rotate-335,
  .group:focus-within .group-focus-within\:-rotate-335 {
    transform: rotate(-335deg);
  }
  .-rotate-336,
  .hover\:-rotate-336:hover,
  .focus\:-rotate-336:focus,
  .group:hover .group-hover\:-rotate-336,
  .group:focus-within .group-focus-within\:-rotate-336 {
    transform: rotate(-336deg);
  }
  .-rotate-337,
  .hover\:-rotate-337:hover,
  .focus\:-rotate-337:focus,
  .group:hover .group-hover\:-rotate-337,
  .group:focus-within .group-focus-within\:-rotate-337 {
    transform: rotate(-337deg);
  }
  .-rotate-338,
  .hover\:-rotate-338:hover,
  .focus\:-rotate-338:focus,
  .group:hover .group-hover\:-rotate-338,
  .group:focus-within .group-focus-within\:-rotate-338 {
    transform: rotate(-338deg);
  }
  .-rotate-339,
  .hover\:-rotate-339:hover,
  .focus\:-rotate-339:focus,
  .group:hover .group-hover\:-rotate-339,
  .group:focus-within .group-focus-within\:-rotate-339 {
    transform: rotate(-339deg);
  }
  .-rotate-340,
  .hover\:-rotate-340:hover,
  .focus\:-rotate-340:focus,
  .group:hover .group-hover\:-rotate-340,
  .group:focus-within .group-focus-within\:-rotate-340 {
    transform: rotate(-340deg);
  }
  .-rotate-341,
  .hover\:-rotate-341:hover,
  .focus\:-rotate-341:focus,
  .group:hover .group-hover\:-rotate-341,
  .group:focus-within .group-focus-within\:-rotate-341 {
    transform: rotate(-341deg);
  }
  .-rotate-342,
  .hover\:-rotate-342:hover,
  .focus\:-rotate-342:focus,
  .group:hover .group-hover\:-rotate-342,
  .group:focus-within .group-focus-within\:-rotate-342 {
    transform: rotate(-342deg);
  }
  .-rotate-343,
  .hover\:-rotate-343:hover,
  .focus\:-rotate-343:focus,
  .group:hover .group-hover\:-rotate-343,
  .group:focus-within .group-focus-within\:-rotate-343 {
    transform: rotate(-343deg);
  }
  .-rotate-344,
  .hover\:-rotate-344:hover,
  .focus\:-rotate-344:focus,
  .group:hover .group-hover\:-rotate-344,
  .group:focus-within .group-focus-within\:-rotate-344 {
    transform: rotate(-344deg);
  }
  .-rotate-345,
  .hover\:-rotate-345:hover,
  .focus\:-rotate-345:focus,
  .group:hover .group-hover\:-rotate-345,
  .group:focus-within .group-focus-within\:-rotate-345 {
    transform: rotate(-345deg);
  }
  .-rotate-346,
  .hover\:-rotate-346:hover,
  .focus\:-rotate-346:focus,
  .group:hover .group-hover\:-rotate-346,
  .group:focus-within .group-focus-within\:-rotate-346 {
    transform: rotate(-346deg);
  }
  .-rotate-347,
  .hover\:-rotate-347:hover,
  .focus\:-rotate-347:focus,
  .group:hover .group-hover\:-rotate-347,
  .group:focus-within .group-focus-within\:-rotate-347 {
    transform: rotate(-347deg);
  }
  .-rotate-348,
  .hover\:-rotate-348:hover,
  .focus\:-rotate-348:focus,
  .group:hover .group-hover\:-rotate-348,
  .group:focus-within .group-focus-within\:-rotate-348 {
    transform: rotate(-348deg);
  }
  .-rotate-349,
  .hover\:-rotate-349:hover,
  .focus\:-rotate-349:focus,
  .group:hover .group-hover\:-rotate-349,
  .group:focus-within .group-focus-within\:-rotate-349 {
    transform: rotate(-349deg);
  }
  .-rotate-350,
  .hover\:-rotate-350:hover,
  .focus\:-rotate-350:focus,
  .group:hover .group-hover\:-rotate-350,
  .group:focus-within .group-focus-within\:-rotate-350 {
    transform: rotate(-350deg);
  }
  .-rotate-351,
  .hover\:-rotate-351:hover,
  .focus\:-rotate-351:focus,
  .group:hover .group-hover\:-rotate-351,
  .group:focus-within .group-focus-within\:-rotate-351 {
    transform: rotate(-351deg);
  }
  .-rotate-352,
  .hover\:-rotate-352:hover,
  .focus\:-rotate-352:focus,
  .group:hover .group-hover\:-rotate-352,
  .group:focus-within .group-focus-within\:-rotate-352 {
    transform: rotate(-352deg);
  }
  .-rotate-353,
  .hover\:-rotate-353:hover,
  .focus\:-rotate-353:focus,
  .group:hover .group-hover\:-rotate-353,
  .group:focus-within .group-focus-within\:-rotate-353 {
    transform: rotate(-353deg);
  }
  .-rotate-354,
  .hover\:-rotate-354:hover,
  .focus\:-rotate-354:focus,
  .group:hover .group-hover\:-rotate-354,
  .group:focus-within .group-focus-within\:-rotate-354 {
    transform: rotate(-354deg);
  }
  .-rotate-355,
  .hover\:-rotate-355:hover,
  .focus\:-rotate-355:focus,
  .group:hover .group-hover\:-rotate-355,
  .group:focus-within .group-focus-within\:-rotate-355 {
    transform: rotate(-355deg);
  }
  .-rotate-356,
  .hover\:-rotate-356:hover,
  .focus\:-rotate-356:focus,
  .group:hover .group-hover\:-rotate-356,
  .group:focus-within .group-focus-within\:-rotate-356 {
    transform: rotate(-356deg);
  }
  .-rotate-357,
  .hover\:-rotate-357:hover,
  .focus\:-rotate-357:focus,
  .group:hover .group-hover\:-rotate-357,
  .group:focus-within .group-focus-within\:-rotate-357 {
    transform: rotate(-357deg);
  }
  .-rotate-358,
  .hover\:-rotate-358:hover,
  .focus\:-rotate-358:focus,
  .group:hover .group-hover\:-rotate-358,
  .group:focus-within .group-focus-within\:-rotate-358 {
    transform: rotate(-358deg);
  }
  .-rotate-359,
  .hover\:-rotate-359:hover,
  .focus\:-rotate-359:focus,
  .group:hover .group-hover\:-rotate-359,
  .group:focus-within .group-focus-within\:-rotate-359 {
    transform: rotate(-359deg);
  }
  .-rotate-360,
  .hover\:-rotate-360:hover,
  .focus\:-rotate-360:focus,
  .group:hover .group-hover\:-rotate-360,
  .group:focus-within .group-focus-within\:-rotate-360 {
    transform: rotate(-360deg);
  }
  .rotate-0,
  .hover\:rotate-0:hover,
  .focus\:rotate-0:focus,
  .group:hover .group-hover\:rotate-0,
  .group:focus-within .group-focus-within\:rotate-0 {
    transform: rotate(0deg);
  }
  .rotate-1,
  .hover\:rotate-1:hover,
  .focus\:rotate-1:focus,
  .group:hover .group-hover\:rotate-1,
  .group:focus-within .group-focus-within\:rotate-1 {
    transform: rotate(1deg);
  }
  .rotate-2,
  .hover\:rotate-2:hover,
  .focus\:rotate-2:focus,
  .group:hover .group-hover\:rotate-2,
  .group:focus-within .group-focus-within\:rotate-2 {
    transform: rotate(2deg);
  }
  .rotate-3,
  .hover\:rotate-3:hover,
  .focus\:rotate-3:focus,
  .group:hover .group-hover\:rotate-3,
  .group:focus-within .group-focus-within\:rotate-3 {
    transform: rotate(3deg);
  }
  .rotate-4,
  .hover\:rotate-4:hover,
  .focus\:rotate-4:focus,
  .group:hover .group-hover\:rotate-4,
  .group:focus-within .group-focus-within\:rotate-4 {
    transform: rotate(4deg);
  }
  .rotate-5,
  .hover\:rotate-5:hover,
  .focus\:rotate-5:focus,
  .group:hover .group-hover\:rotate-5,
  .group:focus-within .group-focus-within\:rotate-5 {
    transform: rotate(5deg);
  }
  .rotate-6,
  .hover\:rotate-6:hover,
  .focus\:rotate-6:focus,
  .group:hover .group-hover\:rotate-6,
  .group:focus-within .group-focus-within\:rotate-6 {
    transform: rotate(6deg);
  }
  .rotate-7,
  .hover\:rotate-7:hover,
  .focus\:rotate-7:focus,
  .group:hover .group-hover\:rotate-7,
  .group:focus-within .group-focus-within\:rotate-7 {
    transform: rotate(7deg);
  }
  .rotate-8,
  .hover\:rotate-8:hover,
  .focus\:rotate-8:focus,
  .group:hover .group-hover\:rotate-8,
  .group:focus-within .group-focus-within\:rotate-8 {
    transform: rotate(8deg);
  }
  .rotate-9,
  .hover\:rotate-9:hover,
  .focus\:rotate-9:focus,
  .group:hover .group-hover\:rotate-9,
  .group:focus-within .group-focus-within\:rotate-9 {
    transform: rotate(9deg);
  }
  .rotate-10,
  .hover\:rotate-10:hover,
  .focus\:rotate-10:focus,
  .group:hover .group-hover\:rotate-10,
  .group:focus-within .group-focus-within\:rotate-10 {
    transform: rotate(10deg);
  }
  .rotate-11,
  .hover\:rotate-11:hover,
  .focus\:rotate-11:focus,
  .group:hover .group-hover\:rotate-11,
  .group:focus-within .group-focus-within\:rotate-11 {
    transform: rotate(11deg);
  }
  .rotate-12,
  .hover\:rotate-12:hover,
  .focus\:rotate-12:focus,
  .group:hover .group-hover\:rotate-12,
  .group:focus-within .group-focus-within\:rotate-12 {
    transform: rotate(12deg);
  }
  .rotate-13,
  .hover\:rotate-13:hover,
  .focus\:rotate-13:focus,
  .group:hover .group-hover\:rotate-13,
  .group:focus-within .group-focus-within\:rotate-13 {
    transform: rotate(13deg);
  }
  .rotate-14,
  .hover\:rotate-14:hover,
  .focus\:rotate-14:focus,
  .group:hover .group-hover\:rotate-14,
  .group:focus-within .group-focus-within\:rotate-14 {
    transform: rotate(14deg);
  }
  .rotate-15,
  .hover\:rotate-15:hover,
  .focus\:rotate-15:focus,
  .group:hover .group-hover\:rotate-15,
  .group:focus-within .group-focus-within\:rotate-15 {
    transform: rotate(15deg);
  }
  .rotate-16,
  .hover\:rotate-16:hover,
  .focus\:rotate-16:focus,
  .group:hover .group-hover\:rotate-16,
  .group:focus-within .group-focus-within\:rotate-16 {
    transform: rotate(16deg);
  }
  .rotate-17,
  .hover\:rotate-17:hover,
  .focus\:rotate-17:focus,
  .group:hover .group-hover\:rotate-17,
  .group:focus-within .group-focus-within\:rotate-17 {
    transform: rotate(17deg);
  }
  .rotate-18,
  .hover\:rotate-18:hover,
  .focus\:rotate-18:focus,
  .group:hover .group-hover\:rotate-18,
  .group:focus-within .group-focus-within\:rotate-18 {
    transform: rotate(18deg);
  }
  .rotate-19,
  .hover\:rotate-19:hover,
  .focus\:rotate-19:focus,
  .group:hover .group-hover\:rotate-19,
  .group:focus-within .group-focus-within\:rotate-19 {
    transform: rotate(19deg);
  }
  .rotate-20,
  .hover\:rotate-20:hover,
  .focus\:rotate-20:focus,
  .group:hover .group-hover\:rotate-20,
  .group:focus-within .group-focus-within\:rotate-20 {
    transform: rotate(20deg);
  }
  .rotate-21,
  .hover\:rotate-21:hover,
  .focus\:rotate-21:focus,
  .group:hover .group-hover\:rotate-21,
  .group:focus-within .group-focus-within\:rotate-21 {
    transform: rotate(21deg);
  }
  .rotate-22,
  .hover\:rotate-22:hover,
  .focus\:rotate-22:focus,
  .group:hover .group-hover\:rotate-22,
  .group:focus-within .group-focus-within\:rotate-22 {
    transform: rotate(22deg);
  }
  .rotate-23,
  .hover\:rotate-23:hover,
  .focus\:rotate-23:focus,
  .group:hover .group-hover\:rotate-23,
  .group:focus-within .group-focus-within\:rotate-23 {
    transform: rotate(23deg);
  }
  .rotate-24,
  .hover\:rotate-24:hover,
  .focus\:rotate-24:focus,
  .group:hover .group-hover\:rotate-24,
  .group:focus-within .group-focus-within\:rotate-24 {
    transform: rotate(24deg);
  }
  .rotate-25,
  .hover\:rotate-25:hover,
  .focus\:rotate-25:focus,
  .group:hover .group-hover\:rotate-25,
  .group:focus-within .group-focus-within\:rotate-25 {
    transform: rotate(25deg);
  }
  .rotate-26,
  .hover\:rotate-26:hover,
  .focus\:rotate-26:focus,
  .group:hover .group-hover\:rotate-26,
  .group:focus-within .group-focus-within\:rotate-26 {
    transform: rotate(26deg);
  }
  .rotate-27,
  .hover\:rotate-27:hover,
  .focus\:rotate-27:focus,
  .group:hover .group-hover\:rotate-27,
  .group:focus-within .group-focus-within\:rotate-27 {
    transform: rotate(27deg);
  }
  .rotate-28,
  .hover\:rotate-28:hover,
  .focus\:rotate-28:focus,
  .group:hover .group-hover\:rotate-28,
  .group:focus-within .group-focus-within\:rotate-28 {
    transform: rotate(28deg);
  }
  .rotate-29,
  .hover\:rotate-29:hover,
  .focus\:rotate-29:focus,
  .group:hover .group-hover\:rotate-29,
  .group:focus-within .group-focus-within\:rotate-29 {
    transform: rotate(29deg);
  }
  .rotate-30,
  .hover\:rotate-30:hover,
  .focus\:rotate-30:focus,
  .group:hover .group-hover\:rotate-30,
  .group:focus-within .group-focus-within\:rotate-30 {
    transform: rotate(30deg);
  }
  .rotate-31,
  .hover\:rotate-31:hover,
  .focus\:rotate-31:focus,
  .group:hover .group-hover\:rotate-31,
  .group:focus-within .group-focus-within\:rotate-31 {
    transform: rotate(31deg);
  }
  .rotate-32,
  .hover\:rotate-32:hover,
  .focus\:rotate-32:focus,
  .group:hover .group-hover\:rotate-32,
  .group:focus-within .group-focus-within\:rotate-32 {
    transform: rotate(32deg);
  }
  .rotate-33,
  .hover\:rotate-33:hover,
  .focus\:rotate-33:focus,
  .group:hover .group-hover\:rotate-33,
  .group:focus-within .group-focus-within\:rotate-33 {
    transform: rotate(33deg);
  }
  .rotate-34,
  .hover\:rotate-34:hover,
  .focus\:rotate-34:focus,
  .group:hover .group-hover\:rotate-34,
  .group:focus-within .group-focus-within\:rotate-34 {
    transform: rotate(34deg);
  }
  .rotate-35,
  .hover\:rotate-35:hover,
  .focus\:rotate-35:focus,
  .group:hover .group-hover\:rotate-35,
  .group:focus-within .group-focus-within\:rotate-35 {
    transform: rotate(35deg);
  }
  .rotate-36,
  .hover\:rotate-36:hover,
  .focus\:rotate-36:focus,
  .group:hover .group-hover\:rotate-36,
  .group:focus-within .group-focus-within\:rotate-36 {
    transform: rotate(36deg);
  }
  .rotate-37,
  .hover\:rotate-37:hover,
  .focus\:rotate-37:focus,
  .group:hover .group-hover\:rotate-37,
  .group:focus-within .group-focus-within\:rotate-37 {
    transform: rotate(37deg);
  }
  .rotate-38,
  .hover\:rotate-38:hover,
  .focus\:rotate-38:focus,
  .group:hover .group-hover\:rotate-38,
  .group:focus-within .group-focus-within\:rotate-38 {
    transform: rotate(38deg);
  }
  .rotate-39,
  .hover\:rotate-39:hover,
  .focus\:rotate-39:focus,
  .group:hover .group-hover\:rotate-39,
  .group:focus-within .group-focus-within\:rotate-39 {
    transform: rotate(39deg);
  }
  .rotate-40,
  .hover\:rotate-40:hover,
  .focus\:rotate-40:focus,
  .group:hover .group-hover\:rotate-40,
  .group:focus-within .group-focus-within\:rotate-40 {
    transform: rotate(40deg);
  }
  .rotate-41,
  .hover\:rotate-41:hover,
  .focus\:rotate-41:focus,
  .group:hover .group-hover\:rotate-41,
  .group:focus-within .group-focus-within\:rotate-41 {
    transform: rotate(41deg);
  }
  .rotate-42,
  .hover\:rotate-42:hover,
  .focus\:rotate-42:focus,
  .group:hover .group-hover\:rotate-42,
  .group:focus-within .group-focus-within\:rotate-42 {
    transform: rotate(42deg);
  }
  .rotate-43,
  .hover\:rotate-43:hover,
  .focus\:rotate-43:focus,
  .group:hover .group-hover\:rotate-43,
  .group:focus-within .group-focus-within\:rotate-43 {
    transform: rotate(43deg);
  }
  .rotate-44,
  .hover\:rotate-44:hover,
  .focus\:rotate-44:focus,
  .group:hover .group-hover\:rotate-44,
  .group:focus-within .group-focus-within\:rotate-44 {
    transform: rotate(44deg);
  }
  .rotate-45,
  .chevron,
  .hover\:rotate-45:hover,
  .focus\:rotate-45:focus,
  .group:hover .group-hover\:rotate-45,
  .group:focus-within .group-focus-within\:rotate-45 {
    transform: rotate(45deg);
  }
  .rotate-46,
  .hover\:rotate-46:hover,
  .focus\:rotate-46:focus,
  .group:hover .group-hover\:rotate-46,
  .group:focus-within .group-focus-within\:rotate-46 {
    transform: rotate(46deg);
  }
  .rotate-47,
  .hover\:rotate-47:hover,
  .focus\:rotate-47:focus,
  .group:hover .group-hover\:rotate-47,
  .group:focus-within .group-focus-within\:rotate-47 {
    transform: rotate(47deg);
  }
  .rotate-48,
  .hover\:rotate-48:hover,
  .focus\:rotate-48:focus,
  .group:hover .group-hover\:rotate-48,
  .group:focus-within .group-focus-within\:rotate-48 {
    transform: rotate(48deg);
  }
  .rotate-49,
  .hover\:rotate-49:hover,
  .focus\:rotate-49:focus,
  .group:hover .group-hover\:rotate-49,
  .group:focus-within .group-focus-within\:rotate-49 {
    transform: rotate(49deg);
  }
  .rotate-50,
  .hover\:rotate-50:hover,
  .focus\:rotate-50:focus,
  .group:hover .group-hover\:rotate-50,
  .group:focus-within .group-focus-within\:rotate-50 {
    transform: rotate(50deg);
  }
  .rotate-51,
  .hover\:rotate-51:hover,
  .focus\:rotate-51:focus,
  .group:hover .group-hover\:rotate-51,
  .group:focus-within .group-focus-within\:rotate-51 {
    transform: rotate(51deg);
  }
  .rotate-52,
  .hover\:rotate-52:hover,
  .focus\:rotate-52:focus,
  .group:hover .group-hover\:rotate-52,
  .group:focus-within .group-focus-within\:rotate-52 {
    transform: rotate(52deg);
  }
  .rotate-53,
  .hover\:rotate-53:hover,
  .focus\:rotate-53:focus,
  .group:hover .group-hover\:rotate-53,
  .group:focus-within .group-focus-within\:rotate-53 {
    transform: rotate(53deg);
  }
  .rotate-54,
  .hover\:rotate-54:hover,
  .focus\:rotate-54:focus,
  .group:hover .group-hover\:rotate-54,
  .group:focus-within .group-focus-within\:rotate-54 {
    transform: rotate(54deg);
  }
  .rotate-55,
  .hover\:rotate-55:hover,
  .focus\:rotate-55:focus,
  .group:hover .group-hover\:rotate-55,
  .group:focus-within .group-focus-within\:rotate-55 {
    transform: rotate(55deg);
  }
  .rotate-56,
  .hover\:rotate-56:hover,
  .focus\:rotate-56:focus,
  .group:hover .group-hover\:rotate-56,
  .group:focus-within .group-focus-within\:rotate-56 {
    transform: rotate(56deg);
  }
  .rotate-57,
  .hover\:rotate-57:hover,
  .focus\:rotate-57:focus,
  .group:hover .group-hover\:rotate-57,
  .group:focus-within .group-focus-within\:rotate-57 {
    transform: rotate(57deg);
  }
  .rotate-58,
  .hover\:rotate-58:hover,
  .focus\:rotate-58:focus,
  .group:hover .group-hover\:rotate-58,
  .group:focus-within .group-focus-within\:rotate-58 {
    transform: rotate(58deg);
  }
  .rotate-59,
  .hover\:rotate-59:hover,
  .focus\:rotate-59:focus,
  .group:hover .group-hover\:rotate-59,
  .group:focus-within .group-focus-within\:rotate-59 {
    transform: rotate(59deg);
  }
  .rotate-60,
  .hover\:rotate-60:hover,
  .focus\:rotate-60:focus,
  .group:hover .group-hover\:rotate-60,
  .group:focus-within .group-focus-within\:rotate-60 {
    transform: rotate(60deg);
  }
  .rotate-61,
  .hover\:rotate-61:hover,
  .focus\:rotate-61:focus,
  .group:hover .group-hover\:rotate-61,
  .group:focus-within .group-focus-within\:rotate-61 {
    transform: rotate(61deg);
  }
  .rotate-62,
  .hover\:rotate-62:hover,
  .focus\:rotate-62:focus,
  .group:hover .group-hover\:rotate-62,
  .group:focus-within .group-focus-within\:rotate-62 {
    transform: rotate(62deg);
  }
  .rotate-63,
  .hover\:rotate-63:hover,
  .focus\:rotate-63:focus,
  .group:hover .group-hover\:rotate-63,
  .group:focus-within .group-focus-within\:rotate-63 {
    transform: rotate(63deg);
  }
  .rotate-64,
  .hover\:rotate-64:hover,
  .focus\:rotate-64:focus,
  .group:hover .group-hover\:rotate-64,
  .group:focus-within .group-focus-within\:rotate-64 {
    transform: rotate(64deg);
  }
  .rotate-65,
  .hover\:rotate-65:hover,
  .focus\:rotate-65:focus,
  .group:hover .group-hover\:rotate-65,
  .group:focus-within .group-focus-within\:rotate-65 {
    transform: rotate(65deg);
  }
  .rotate-66,
  .hover\:rotate-66:hover,
  .focus\:rotate-66:focus,
  .group:hover .group-hover\:rotate-66,
  .group:focus-within .group-focus-within\:rotate-66 {
    transform: rotate(66deg);
  }
  .rotate-67,
  .hover\:rotate-67:hover,
  .focus\:rotate-67:focus,
  .group:hover .group-hover\:rotate-67,
  .group:focus-within .group-focus-within\:rotate-67 {
    transform: rotate(67deg);
  }
  .rotate-68,
  .hover\:rotate-68:hover,
  .focus\:rotate-68:focus,
  .group:hover .group-hover\:rotate-68,
  .group:focus-within .group-focus-within\:rotate-68 {
    transform: rotate(68deg);
  }
  .rotate-69,
  .hover\:rotate-69:hover,
  .focus\:rotate-69:focus,
  .group:hover .group-hover\:rotate-69,
  .group:focus-within .group-focus-within\:rotate-69 {
    transform: rotate(69deg);
  }
  .rotate-70,
  .hover\:rotate-70:hover,
  .focus\:rotate-70:focus,
  .group:hover .group-hover\:rotate-70,
  .group:focus-within .group-focus-within\:rotate-70 {
    transform: rotate(70deg);
  }
  .rotate-71,
  .hover\:rotate-71:hover,
  .focus\:rotate-71:focus,
  .group:hover .group-hover\:rotate-71,
  .group:focus-within .group-focus-within\:rotate-71 {
    transform: rotate(71deg);
  }
  .rotate-72,
  .hover\:rotate-72:hover,
  .focus\:rotate-72:focus,
  .group:hover .group-hover\:rotate-72,
  .group:focus-within .group-focus-within\:rotate-72 {
    transform: rotate(72deg);
  }
  .rotate-73,
  .hover\:rotate-73:hover,
  .focus\:rotate-73:focus,
  .group:hover .group-hover\:rotate-73,
  .group:focus-within .group-focus-within\:rotate-73 {
    transform: rotate(73deg);
  }
  .rotate-74,
  .hover\:rotate-74:hover,
  .focus\:rotate-74:focus,
  .group:hover .group-hover\:rotate-74,
  .group:focus-within .group-focus-within\:rotate-74 {
    transform: rotate(74deg);
  }
  .rotate-75,
  .hover\:rotate-75:hover,
  .focus\:rotate-75:focus,
  .group:hover .group-hover\:rotate-75,
  .group:focus-within .group-focus-within\:rotate-75 {
    transform: rotate(75deg);
  }
  .rotate-76,
  .hover\:rotate-76:hover,
  .focus\:rotate-76:focus,
  .group:hover .group-hover\:rotate-76,
  .group:focus-within .group-focus-within\:rotate-76 {
    transform: rotate(76deg);
  }
  .rotate-77,
  .hover\:rotate-77:hover,
  .focus\:rotate-77:focus,
  .group:hover .group-hover\:rotate-77,
  .group:focus-within .group-focus-within\:rotate-77 {
    transform: rotate(77deg);
  }
  .rotate-78,
  .hover\:rotate-78:hover,
  .focus\:rotate-78:focus,
  .group:hover .group-hover\:rotate-78,
  .group:focus-within .group-focus-within\:rotate-78 {
    transform: rotate(78deg);
  }
  .rotate-79,
  .hover\:rotate-79:hover,
  .focus\:rotate-79:focus,
  .group:hover .group-hover\:rotate-79,
  .group:focus-within .group-focus-within\:rotate-79 {
    transform: rotate(79deg);
  }
  .rotate-80,
  .hover\:rotate-80:hover,
  .focus\:rotate-80:focus,
  .group:hover .group-hover\:rotate-80,
  .group:focus-within .group-focus-within\:rotate-80 {
    transform: rotate(80deg);
  }
  .rotate-81,
  .hover\:rotate-81:hover,
  .focus\:rotate-81:focus,
  .group:hover .group-hover\:rotate-81,
  .group:focus-within .group-focus-within\:rotate-81 {
    transform: rotate(81deg);
  }
  .rotate-82,
  .hover\:rotate-82:hover,
  .focus\:rotate-82:focus,
  .group:hover .group-hover\:rotate-82,
  .group:focus-within .group-focus-within\:rotate-82 {
    transform: rotate(82deg);
  }
  .rotate-83,
  .hover\:rotate-83:hover,
  .focus\:rotate-83:focus,
  .group:hover .group-hover\:rotate-83,
  .group:focus-within .group-focus-within\:rotate-83 {
    transform: rotate(83deg);
  }
  .rotate-84,
  .hover\:rotate-84:hover,
  .focus\:rotate-84:focus,
  .group:hover .group-hover\:rotate-84,
  .group:focus-within .group-focus-within\:rotate-84 {
    transform: rotate(84deg);
  }
  .rotate-85,
  .hover\:rotate-85:hover,
  .focus\:rotate-85:focus,
  .group:hover .group-hover\:rotate-85,
  .group:focus-within .group-focus-within\:rotate-85 {
    transform: rotate(85deg);
  }
  .rotate-86,
  .hover\:rotate-86:hover,
  .focus\:rotate-86:focus,
  .group:hover .group-hover\:rotate-86,
  .group:focus-within .group-focus-within\:rotate-86 {
    transform: rotate(86deg);
  }
  .rotate-87,
  .hover\:rotate-87:hover,
  .focus\:rotate-87:focus,
  .group:hover .group-hover\:rotate-87,
  .group:focus-within .group-focus-within\:rotate-87 {
    transform: rotate(87deg);
  }
  .rotate-88,
  .hover\:rotate-88:hover,
  .focus\:rotate-88:focus,
  .group:hover .group-hover\:rotate-88,
  .group:focus-within .group-focus-within\:rotate-88 {
    transform: rotate(88deg);
  }
  .rotate-89,
  .hover\:rotate-89:hover,
  .focus\:rotate-89:focus,
  .group:hover .group-hover\:rotate-89,
  .group:focus-within .group-focus-within\:rotate-89 {
    transform: rotate(89deg);
  }
  .rotate-90,
  .hover\:rotate-90:hover,
  .focus\:rotate-90:focus,
  .group:hover .group-hover\:rotate-90,
  .group:focus-within .group-focus-within\:rotate-90 {
    transform: rotate(90deg);
  }
  .rotate-91,
  .hover\:rotate-91:hover,
  .focus\:rotate-91:focus,
  .group:hover .group-hover\:rotate-91,
  .group:focus-within .group-focus-within\:rotate-91 {
    transform: rotate(91deg);
  }
  .rotate-92,
  .hover\:rotate-92:hover,
  .focus\:rotate-92:focus,
  .group:hover .group-hover\:rotate-92,
  .group:focus-within .group-focus-within\:rotate-92 {
    transform: rotate(92deg);
  }
  .rotate-93,
  .hover\:rotate-93:hover,
  .focus\:rotate-93:focus,
  .group:hover .group-hover\:rotate-93,
  .group:focus-within .group-focus-within\:rotate-93 {
    transform: rotate(93deg);
  }
  .rotate-94,
  .hover\:rotate-94:hover,
  .focus\:rotate-94:focus,
  .group:hover .group-hover\:rotate-94,
  .group:focus-within .group-focus-within\:rotate-94 {
    transform: rotate(94deg);
  }
  .rotate-95,
  .hover\:rotate-95:hover,
  .focus\:rotate-95:focus,
  .group:hover .group-hover\:rotate-95,
  .group:focus-within .group-focus-within\:rotate-95 {
    transform: rotate(95deg);
  }
  .rotate-96,
  .hover\:rotate-96:hover,
  .focus\:rotate-96:focus,
  .group:hover .group-hover\:rotate-96,
  .group:focus-within .group-focus-within\:rotate-96 {
    transform: rotate(96deg);
  }
  .rotate-97,
  .hover\:rotate-97:hover,
  .focus\:rotate-97:focus,
  .group:hover .group-hover\:rotate-97,
  .group:focus-within .group-focus-within\:rotate-97 {
    transform: rotate(97deg);
  }
  .rotate-98,
  .hover\:rotate-98:hover,
  .focus\:rotate-98:focus,
  .group:hover .group-hover\:rotate-98,
  .group:focus-within .group-focus-within\:rotate-98 {
    transform: rotate(98deg);
  }
  .rotate-99,
  .hover\:rotate-99:hover,
  .focus\:rotate-99:focus,
  .group:hover .group-hover\:rotate-99,
  .group:focus-within .group-focus-within\:rotate-99 {
    transform: rotate(99deg);
  }
  .rotate-100,
  .hover\:rotate-100:hover,
  .focus\:rotate-100:focus,
  .group:hover .group-hover\:rotate-100,
  .group:focus-within .group-focus-within\:rotate-100 {
    transform: rotate(100deg);
  }
  .rotate-101,
  .hover\:rotate-101:hover,
  .focus\:rotate-101:focus,
  .group:hover .group-hover\:rotate-101,
  .group:focus-within .group-focus-within\:rotate-101 {
    transform: rotate(101deg);
  }
  .rotate-102,
  .hover\:rotate-102:hover,
  .focus\:rotate-102:focus,
  .group:hover .group-hover\:rotate-102,
  .group:focus-within .group-focus-within\:rotate-102 {
    transform: rotate(102deg);
  }
  .rotate-103,
  .hover\:rotate-103:hover,
  .focus\:rotate-103:focus,
  .group:hover .group-hover\:rotate-103,
  .group:focus-within .group-focus-within\:rotate-103 {
    transform: rotate(103deg);
  }
  .rotate-104,
  .hover\:rotate-104:hover,
  .focus\:rotate-104:focus,
  .group:hover .group-hover\:rotate-104,
  .group:focus-within .group-focus-within\:rotate-104 {
    transform: rotate(104deg);
  }
  .rotate-105,
  .hover\:rotate-105:hover,
  .focus\:rotate-105:focus,
  .group:hover .group-hover\:rotate-105,
  .group:focus-within .group-focus-within\:rotate-105 {
    transform: rotate(105deg);
  }
  .rotate-106,
  .hover\:rotate-106:hover,
  .focus\:rotate-106:focus,
  .group:hover .group-hover\:rotate-106,
  .group:focus-within .group-focus-within\:rotate-106 {
    transform: rotate(106deg);
  }
  .rotate-107,
  .hover\:rotate-107:hover,
  .focus\:rotate-107:focus,
  .group:hover .group-hover\:rotate-107,
  .group:focus-within .group-focus-within\:rotate-107 {
    transform: rotate(107deg);
  }
  .rotate-108,
  .hover\:rotate-108:hover,
  .focus\:rotate-108:focus,
  .group:hover .group-hover\:rotate-108,
  .group:focus-within .group-focus-within\:rotate-108 {
    transform: rotate(108deg);
  }
  .rotate-109,
  .hover\:rotate-109:hover,
  .focus\:rotate-109:focus,
  .group:hover .group-hover\:rotate-109,
  .group:focus-within .group-focus-within\:rotate-109 {
    transform: rotate(109deg);
  }
  .rotate-110,
  .hover\:rotate-110:hover,
  .focus\:rotate-110:focus,
  .group:hover .group-hover\:rotate-110,
  .group:focus-within .group-focus-within\:rotate-110 {
    transform: rotate(110deg);
  }
  .rotate-111,
  .hover\:rotate-111:hover,
  .focus\:rotate-111:focus,
  .group:hover .group-hover\:rotate-111,
  .group:focus-within .group-focus-within\:rotate-111 {
    transform: rotate(111deg);
  }
  .rotate-112,
  .hover\:rotate-112:hover,
  .focus\:rotate-112:focus,
  .group:hover .group-hover\:rotate-112,
  .group:focus-within .group-focus-within\:rotate-112 {
    transform: rotate(112deg);
  }
  .rotate-113,
  .hover\:rotate-113:hover,
  .focus\:rotate-113:focus,
  .group:hover .group-hover\:rotate-113,
  .group:focus-within .group-focus-within\:rotate-113 {
    transform: rotate(113deg);
  }
  .rotate-114,
  .hover\:rotate-114:hover,
  .focus\:rotate-114:focus,
  .group:hover .group-hover\:rotate-114,
  .group:focus-within .group-focus-within\:rotate-114 {
    transform: rotate(114deg);
  }
  .rotate-115,
  .hover\:rotate-115:hover,
  .focus\:rotate-115:focus,
  .group:hover .group-hover\:rotate-115,
  .group:focus-within .group-focus-within\:rotate-115 {
    transform: rotate(115deg);
  }
  .rotate-116,
  .hover\:rotate-116:hover,
  .focus\:rotate-116:focus,
  .group:hover .group-hover\:rotate-116,
  .group:focus-within .group-focus-within\:rotate-116 {
    transform: rotate(116deg);
  }
  .rotate-117,
  .hover\:rotate-117:hover,
  .focus\:rotate-117:focus,
  .group:hover .group-hover\:rotate-117,
  .group:focus-within .group-focus-within\:rotate-117 {
    transform: rotate(117deg);
  }
  .rotate-118,
  .hover\:rotate-118:hover,
  .focus\:rotate-118:focus,
  .group:hover .group-hover\:rotate-118,
  .group:focus-within .group-focus-within\:rotate-118 {
    transform: rotate(118deg);
  }
  .rotate-119,
  .hover\:rotate-119:hover,
  .focus\:rotate-119:focus,
  .group:hover .group-hover\:rotate-119,
  .group:focus-within .group-focus-within\:rotate-119 {
    transform: rotate(119deg);
  }
  .rotate-120,
  .hover\:rotate-120:hover,
  .focus\:rotate-120:focus,
  .group:hover .group-hover\:rotate-120,
  .group:focus-within .group-focus-within\:rotate-120 {
    transform: rotate(120deg);
  }
  .rotate-121,
  .hover\:rotate-121:hover,
  .focus\:rotate-121:focus,
  .group:hover .group-hover\:rotate-121,
  .group:focus-within .group-focus-within\:rotate-121 {
    transform: rotate(121deg);
  }
  .rotate-122,
  .hover\:rotate-122:hover,
  .focus\:rotate-122:focus,
  .group:hover .group-hover\:rotate-122,
  .group:focus-within .group-focus-within\:rotate-122 {
    transform: rotate(122deg);
  }
  .rotate-123,
  .hover\:rotate-123:hover,
  .focus\:rotate-123:focus,
  .group:hover .group-hover\:rotate-123,
  .group:focus-within .group-focus-within\:rotate-123 {
    transform: rotate(123deg);
  }
  .rotate-124,
  .hover\:rotate-124:hover,
  .focus\:rotate-124:focus,
  .group:hover .group-hover\:rotate-124,
  .group:focus-within .group-focus-within\:rotate-124 {
    transform: rotate(124deg);
  }
  .rotate-125,
  .hover\:rotate-125:hover,
  .focus\:rotate-125:focus,
  .group:hover .group-hover\:rotate-125,
  .group:focus-within .group-focus-within\:rotate-125 {
    transform: rotate(125deg);
  }
  .rotate-126,
  .hover\:rotate-126:hover,
  .focus\:rotate-126:focus,
  .group:hover .group-hover\:rotate-126,
  .group:focus-within .group-focus-within\:rotate-126 {
    transform: rotate(126deg);
  }
  .rotate-127,
  .hover\:rotate-127:hover,
  .focus\:rotate-127:focus,
  .group:hover .group-hover\:rotate-127,
  .group:focus-within .group-focus-within\:rotate-127 {
    transform: rotate(127deg);
  }
  .rotate-128,
  .hover\:rotate-128:hover,
  .focus\:rotate-128:focus,
  .group:hover .group-hover\:rotate-128,
  .group:focus-within .group-focus-within\:rotate-128 {
    transform: rotate(128deg);
  }
  .rotate-129,
  .hover\:rotate-129:hover,
  .focus\:rotate-129:focus,
  .group:hover .group-hover\:rotate-129,
  .group:focus-within .group-focus-within\:rotate-129 {
    transform: rotate(129deg);
  }
  .rotate-130,
  .hover\:rotate-130:hover,
  .focus\:rotate-130:focus,
  .group:hover .group-hover\:rotate-130,
  .group:focus-within .group-focus-within\:rotate-130 {
    transform: rotate(130deg);
  }
  .rotate-131,
  .hover\:rotate-131:hover,
  .focus\:rotate-131:focus,
  .group:hover .group-hover\:rotate-131,
  .group:focus-within .group-focus-within\:rotate-131 {
    transform: rotate(131deg);
  }
  .rotate-132,
  .hover\:rotate-132:hover,
  .focus\:rotate-132:focus,
  .group:hover .group-hover\:rotate-132,
  .group:focus-within .group-focus-within\:rotate-132 {
    transform: rotate(132deg);
  }
  .rotate-133,
  .hover\:rotate-133:hover,
  .focus\:rotate-133:focus,
  .group:hover .group-hover\:rotate-133,
  .group:focus-within .group-focus-within\:rotate-133 {
    transform: rotate(133deg);
  }
  .rotate-134,
  .hover\:rotate-134:hover,
  .focus\:rotate-134:focus,
  .group:hover .group-hover\:rotate-134,
  .group:focus-within .group-focus-within\:rotate-134 {
    transform: rotate(134deg);
  }
  .rotate-135,
  .hover\:rotate-135:hover,
  .focus\:rotate-135:focus,
  .group:hover .group-hover\:rotate-135,
  .group:focus-within .group-focus-within\:rotate-135 {
    transform: rotate(135deg);
  }
  .rotate-136,
  .hover\:rotate-136:hover,
  .focus\:rotate-136:focus,
  .group:hover .group-hover\:rotate-136,
  .group:focus-within .group-focus-within\:rotate-136 {
    transform: rotate(136deg);
  }
  .rotate-137,
  .hover\:rotate-137:hover,
  .focus\:rotate-137:focus,
  .group:hover .group-hover\:rotate-137,
  .group:focus-within .group-focus-within\:rotate-137 {
    transform: rotate(137deg);
  }
  .rotate-138,
  .hover\:rotate-138:hover,
  .focus\:rotate-138:focus,
  .group:hover .group-hover\:rotate-138,
  .group:focus-within .group-focus-within\:rotate-138 {
    transform: rotate(138deg);
  }
  .rotate-139,
  .hover\:rotate-139:hover,
  .focus\:rotate-139:focus,
  .group:hover .group-hover\:rotate-139,
  .group:focus-within .group-focus-within\:rotate-139 {
    transform: rotate(139deg);
  }
  .rotate-140,
  .hover\:rotate-140:hover,
  .focus\:rotate-140:focus,
  .group:hover .group-hover\:rotate-140,
  .group:focus-within .group-focus-within\:rotate-140 {
    transform: rotate(140deg);
  }
  .rotate-141,
  .hover\:rotate-141:hover,
  .focus\:rotate-141:focus,
  .group:hover .group-hover\:rotate-141,
  .group:focus-within .group-focus-within\:rotate-141 {
    transform: rotate(141deg);
  }
  .rotate-142,
  .hover\:rotate-142:hover,
  .focus\:rotate-142:focus,
  .group:hover .group-hover\:rotate-142,
  .group:focus-within .group-focus-within\:rotate-142 {
    transform: rotate(142deg);
  }
  .rotate-143,
  .hover\:rotate-143:hover,
  .focus\:rotate-143:focus,
  .group:hover .group-hover\:rotate-143,
  .group:focus-within .group-focus-within\:rotate-143 {
    transform: rotate(143deg);
  }
  .rotate-144,
  .hover\:rotate-144:hover,
  .focus\:rotate-144:focus,
  .group:hover .group-hover\:rotate-144,
  .group:focus-within .group-focus-within\:rotate-144 {
    transform: rotate(144deg);
  }
  .rotate-145,
  .hover\:rotate-145:hover,
  .focus\:rotate-145:focus,
  .group:hover .group-hover\:rotate-145,
  .group:focus-within .group-focus-within\:rotate-145 {
    transform: rotate(145deg);
  }
  .rotate-146,
  .hover\:rotate-146:hover,
  .focus\:rotate-146:focus,
  .group:hover .group-hover\:rotate-146,
  .group:focus-within .group-focus-within\:rotate-146 {
    transform: rotate(146deg);
  }
  .rotate-147,
  .hover\:rotate-147:hover,
  .focus\:rotate-147:focus,
  .group:hover .group-hover\:rotate-147,
  .group:focus-within .group-focus-within\:rotate-147 {
    transform: rotate(147deg);
  }
  .rotate-148,
  .hover\:rotate-148:hover,
  .focus\:rotate-148:focus,
  .group:hover .group-hover\:rotate-148,
  .group:focus-within .group-focus-within\:rotate-148 {
    transform: rotate(148deg);
  }
  .rotate-149,
  .hover\:rotate-149:hover,
  .focus\:rotate-149:focus,
  .group:hover .group-hover\:rotate-149,
  .group:focus-within .group-focus-within\:rotate-149 {
    transform: rotate(149deg);
  }
  .rotate-150,
  .hover\:rotate-150:hover,
  .focus\:rotate-150:focus,
  .group:hover .group-hover\:rotate-150,
  .group:focus-within .group-focus-within\:rotate-150 {
    transform: rotate(150deg);
  }
  .rotate-151,
  .hover\:rotate-151:hover,
  .focus\:rotate-151:focus,
  .group:hover .group-hover\:rotate-151,
  .group:focus-within .group-focus-within\:rotate-151 {
    transform: rotate(151deg);
  }
  .rotate-152,
  .hover\:rotate-152:hover,
  .focus\:rotate-152:focus,
  .group:hover .group-hover\:rotate-152,
  .group:focus-within .group-focus-within\:rotate-152 {
    transform: rotate(152deg);
  }
  .rotate-153,
  .hover\:rotate-153:hover,
  .focus\:rotate-153:focus,
  .group:hover .group-hover\:rotate-153,
  .group:focus-within .group-focus-within\:rotate-153 {
    transform: rotate(153deg);
  }
  .rotate-154,
  .hover\:rotate-154:hover,
  .focus\:rotate-154:focus,
  .group:hover .group-hover\:rotate-154,
  .group:focus-within .group-focus-within\:rotate-154 {
    transform: rotate(154deg);
  }
  .rotate-155,
  .hover\:rotate-155:hover,
  .focus\:rotate-155:focus,
  .group:hover .group-hover\:rotate-155,
  .group:focus-within .group-focus-within\:rotate-155 {
    transform: rotate(155deg);
  }
  .rotate-156,
  .hover\:rotate-156:hover,
  .focus\:rotate-156:focus,
  .group:hover .group-hover\:rotate-156,
  .group:focus-within .group-focus-within\:rotate-156 {
    transform: rotate(156deg);
  }
  .rotate-157,
  .hover\:rotate-157:hover,
  .focus\:rotate-157:focus,
  .group:hover .group-hover\:rotate-157,
  .group:focus-within .group-focus-within\:rotate-157 {
    transform: rotate(157deg);
  }
  .rotate-158,
  .hover\:rotate-158:hover,
  .focus\:rotate-158:focus,
  .group:hover .group-hover\:rotate-158,
  .group:focus-within .group-focus-within\:rotate-158 {
    transform: rotate(158deg);
  }
  .rotate-159,
  .hover\:rotate-159:hover,
  .focus\:rotate-159:focus,
  .group:hover .group-hover\:rotate-159,
  .group:focus-within .group-focus-within\:rotate-159 {
    transform: rotate(159deg);
  }
  .rotate-160,
  .hover\:rotate-160:hover,
  .focus\:rotate-160:focus,
  .group:hover .group-hover\:rotate-160,
  .group:focus-within .group-focus-within\:rotate-160 {
    transform: rotate(160deg);
  }
  .rotate-161,
  .hover\:rotate-161:hover,
  .focus\:rotate-161:focus,
  .group:hover .group-hover\:rotate-161,
  .group:focus-within .group-focus-within\:rotate-161 {
    transform: rotate(161deg);
  }
  .rotate-162,
  .hover\:rotate-162:hover,
  .focus\:rotate-162:focus,
  .group:hover .group-hover\:rotate-162,
  .group:focus-within .group-focus-within\:rotate-162 {
    transform: rotate(162deg);
  }
  .rotate-163,
  .hover\:rotate-163:hover,
  .focus\:rotate-163:focus,
  .group:hover .group-hover\:rotate-163,
  .group:focus-within .group-focus-within\:rotate-163 {
    transform: rotate(163deg);
  }
  .rotate-164,
  .hover\:rotate-164:hover,
  .focus\:rotate-164:focus,
  .group:hover .group-hover\:rotate-164,
  .group:focus-within .group-focus-within\:rotate-164 {
    transform: rotate(164deg);
  }
  .rotate-165,
  .hover\:rotate-165:hover,
  .focus\:rotate-165:focus,
  .group:hover .group-hover\:rotate-165,
  .group:focus-within .group-focus-within\:rotate-165 {
    transform: rotate(165deg);
  }
  .rotate-166,
  .hover\:rotate-166:hover,
  .focus\:rotate-166:focus,
  .group:hover .group-hover\:rotate-166,
  .group:focus-within .group-focus-within\:rotate-166 {
    transform: rotate(166deg);
  }
  .rotate-167,
  .hover\:rotate-167:hover,
  .focus\:rotate-167:focus,
  .group:hover .group-hover\:rotate-167,
  .group:focus-within .group-focus-within\:rotate-167 {
    transform: rotate(167deg);
  }
  .rotate-168,
  .hover\:rotate-168:hover,
  .focus\:rotate-168:focus,
  .group:hover .group-hover\:rotate-168,
  .group:focus-within .group-focus-within\:rotate-168 {
    transform: rotate(168deg);
  }
  .rotate-169,
  .hover\:rotate-169:hover,
  .focus\:rotate-169:focus,
  .group:hover .group-hover\:rotate-169,
  .group:focus-within .group-focus-within\:rotate-169 {
    transform: rotate(169deg);
  }
  .rotate-170,
  .hover\:rotate-170:hover,
  .focus\:rotate-170:focus,
  .group:hover .group-hover\:rotate-170,
  .group:focus-within .group-focus-within\:rotate-170 {
    transform: rotate(170deg);
  }
  .rotate-171,
  .hover\:rotate-171:hover,
  .focus\:rotate-171:focus,
  .group:hover .group-hover\:rotate-171,
  .group:focus-within .group-focus-within\:rotate-171 {
    transform: rotate(171deg);
  }
  .rotate-172,
  .hover\:rotate-172:hover,
  .focus\:rotate-172:focus,
  .group:hover .group-hover\:rotate-172,
  .group:focus-within .group-focus-within\:rotate-172 {
    transform: rotate(172deg);
  }
  .rotate-173,
  .hover\:rotate-173:hover,
  .focus\:rotate-173:focus,
  .group:hover .group-hover\:rotate-173,
  .group:focus-within .group-focus-within\:rotate-173 {
    transform: rotate(173deg);
  }
  .rotate-174,
  .hover\:rotate-174:hover,
  .focus\:rotate-174:focus,
  .group:hover .group-hover\:rotate-174,
  .group:focus-within .group-focus-within\:rotate-174 {
    transform: rotate(174deg);
  }
  .rotate-175,
  .hover\:rotate-175:hover,
  .focus\:rotate-175:focus,
  .group:hover .group-hover\:rotate-175,
  .group:focus-within .group-focus-within\:rotate-175 {
    transform: rotate(175deg);
  }
  .rotate-176,
  .hover\:rotate-176:hover,
  .focus\:rotate-176:focus,
  .group:hover .group-hover\:rotate-176,
  .group:focus-within .group-focus-within\:rotate-176 {
    transform: rotate(176deg);
  }
  .rotate-177,
  .hover\:rotate-177:hover,
  .focus\:rotate-177:focus,
  .group:hover .group-hover\:rotate-177,
  .group:focus-within .group-focus-within\:rotate-177 {
    transform: rotate(177deg);
  }
  .rotate-178,
  .hover\:rotate-178:hover,
  .focus\:rotate-178:focus,
  .group:hover .group-hover\:rotate-178,
  .group:focus-within .group-focus-within\:rotate-178 {
    transform: rotate(178deg);
  }
  .rotate-179,
  .hover\:rotate-179:hover,
  .focus\:rotate-179:focus,
  .group:hover .group-hover\:rotate-179,
  .group:focus-within .group-focus-within\:rotate-179 {
    transform: rotate(179deg);
  }
  .rotate-180,
  .hover\:rotate-180:hover,
  .focus\:rotate-180:focus,
  .group:hover .group-hover\:rotate-180,
  .group:focus-within .group-focus-within\:rotate-180 {
    transform: rotate(180deg);
  }
  .rotate-181,
  .hover\:rotate-181:hover,
  .focus\:rotate-181:focus,
  .group:hover .group-hover\:rotate-181,
  .group:focus-within .group-focus-within\:rotate-181 {
    transform: rotate(181deg);
  }
  .rotate-182,
  .hover\:rotate-182:hover,
  .focus\:rotate-182:focus,
  .group:hover .group-hover\:rotate-182,
  .group:focus-within .group-focus-within\:rotate-182 {
    transform: rotate(182deg);
  }
  .rotate-183,
  .hover\:rotate-183:hover,
  .focus\:rotate-183:focus,
  .group:hover .group-hover\:rotate-183,
  .group:focus-within .group-focus-within\:rotate-183 {
    transform: rotate(183deg);
  }
  .rotate-184,
  .hover\:rotate-184:hover,
  .focus\:rotate-184:focus,
  .group:hover .group-hover\:rotate-184,
  .group:focus-within .group-focus-within\:rotate-184 {
    transform: rotate(184deg);
  }
  .rotate-185,
  .hover\:rotate-185:hover,
  .focus\:rotate-185:focus,
  .group:hover .group-hover\:rotate-185,
  .group:focus-within .group-focus-within\:rotate-185 {
    transform: rotate(185deg);
  }
  .rotate-186,
  .hover\:rotate-186:hover,
  .focus\:rotate-186:focus,
  .group:hover .group-hover\:rotate-186,
  .group:focus-within .group-focus-within\:rotate-186 {
    transform: rotate(186deg);
  }
  .rotate-187,
  .hover\:rotate-187:hover,
  .focus\:rotate-187:focus,
  .group:hover .group-hover\:rotate-187,
  .group:focus-within .group-focus-within\:rotate-187 {
    transform: rotate(187deg);
  }
  .rotate-188,
  .hover\:rotate-188:hover,
  .focus\:rotate-188:focus,
  .group:hover .group-hover\:rotate-188,
  .group:focus-within .group-focus-within\:rotate-188 {
    transform: rotate(188deg);
  }
  .rotate-189,
  .hover\:rotate-189:hover,
  .focus\:rotate-189:focus,
  .group:hover .group-hover\:rotate-189,
  .group:focus-within .group-focus-within\:rotate-189 {
    transform: rotate(189deg);
  }
  .rotate-190,
  .hover\:rotate-190:hover,
  .focus\:rotate-190:focus,
  .group:hover .group-hover\:rotate-190,
  .group:focus-within .group-focus-within\:rotate-190 {
    transform: rotate(190deg);
  }
  .rotate-191,
  .hover\:rotate-191:hover,
  .focus\:rotate-191:focus,
  .group:hover .group-hover\:rotate-191,
  .group:focus-within .group-focus-within\:rotate-191 {
    transform: rotate(191deg);
  }
  .rotate-192,
  .hover\:rotate-192:hover,
  .focus\:rotate-192:focus,
  .group:hover .group-hover\:rotate-192,
  .group:focus-within .group-focus-within\:rotate-192 {
    transform: rotate(192deg);
  }
  .rotate-193,
  .hover\:rotate-193:hover,
  .focus\:rotate-193:focus,
  .group:hover .group-hover\:rotate-193,
  .group:focus-within .group-focus-within\:rotate-193 {
    transform: rotate(193deg);
  }
  .rotate-194,
  .hover\:rotate-194:hover,
  .focus\:rotate-194:focus,
  .group:hover .group-hover\:rotate-194,
  .group:focus-within .group-focus-within\:rotate-194 {
    transform: rotate(194deg);
  }
  .rotate-195,
  .hover\:rotate-195:hover,
  .focus\:rotate-195:focus,
  .group:hover .group-hover\:rotate-195,
  .group:focus-within .group-focus-within\:rotate-195 {
    transform: rotate(195deg);
  }
  .rotate-196,
  .hover\:rotate-196:hover,
  .focus\:rotate-196:focus,
  .group:hover .group-hover\:rotate-196,
  .group:focus-within .group-focus-within\:rotate-196 {
    transform: rotate(196deg);
  }
  .rotate-197,
  .hover\:rotate-197:hover,
  .focus\:rotate-197:focus,
  .group:hover .group-hover\:rotate-197,
  .group:focus-within .group-focus-within\:rotate-197 {
    transform: rotate(197deg);
  }
  .rotate-198,
  .hover\:rotate-198:hover,
  .focus\:rotate-198:focus,
  .group:hover .group-hover\:rotate-198,
  .group:focus-within .group-focus-within\:rotate-198 {
    transform: rotate(198deg);
  }
  .rotate-199,
  .hover\:rotate-199:hover,
  .focus\:rotate-199:focus,
  .group:hover .group-hover\:rotate-199,
  .group:focus-within .group-focus-within\:rotate-199 {
    transform: rotate(199deg);
  }
  .rotate-200,
  .hover\:rotate-200:hover,
  .focus\:rotate-200:focus,
  .group:hover .group-hover\:rotate-200,
  .group:focus-within .group-focus-within\:rotate-200 {
    transform: rotate(200deg);
  }
  .rotate-201,
  .hover\:rotate-201:hover,
  .focus\:rotate-201:focus,
  .group:hover .group-hover\:rotate-201,
  .group:focus-within .group-focus-within\:rotate-201 {
    transform: rotate(201deg);
  }
  .rotate-202,
  .hover\:rotate-202:hover,
  .focus\:rotate-202:focus,
  .group:hover .group-hover\:rotate-202,
  .group:focus-within .group-focus-within\:rotate-202 {
    transform: rotate(202deg);
  }
  .rotate-203,
  .hover\:rotate-203:hover,
  .focus\:rotate-203:focus,
  .group:hover .group-hover\:rotate-203,
  .group:focus-within .group-focus-within\:rotate-203 {
    transform: rotate(203deg);
  }
  .rotate-204,
  .hover\:rotate-204:hover,
  .focus\:rotate-204:focus,
  .group:hover .group-hover\:rotate-204,
  .group:focus-within .group-focus-within\:rotate-204 {
    transform: rotate(204deg);
  }
  .rotate-205,
  .hover\:rotate-205:hover,
  .focus\:rotate-205:focus,
  .group:hover .group-hover\:rotate-205,
  .group:focus-within .group-focus-within\:rotate-205 {
    transform: rotate(205deg);
  }
  .rotate-206,
  .hover\:rotate-206:hover,
  .focus\:rotate-206:focus,
  .group:hover .group-hover\:rotate-206,
  .group:focus-within .group-focus-within\:rotate-206 {
    transform: rotate(206deg);
  }
  .rotate-207,
  .hover\:rotate-207:hover,
  .focus\:rotate-207:focus,
  .group:hover .group-hover\:rotate-207,
  .group:focus-within .group-focus-within\:rotate-207 {
    transform: rotate(207deg);
  }
  .rotate-208,
  .hover\:rotate-208:hover,
  .focus\:rotate-208:focus,
  .group:hover .group-hover\:rotate-208,
  .group:focus-within .group-focus-within\:rotate-208 {
    transform: rotate(208deg);
  }
  .rotate-209,
  .hover\:rotate-209:hover,
  .focus\:rotate-209:focus,
  .group:hover .group-hover\:rotate-209,
  .group:focus-within .group-focus-within\:rotate-209 {
    transform: rotate(209deg);
  }
  .rotate-210,
  .hover\:rotate-210:hover,
  .focus\:rotate-210:focus,
  .group:hover .group-hover\:rotate-210,
  .group:focus-within .group-focus-within\:rotate-210 {
    transform: rotate(210deg);
  }
  .rotate-211,
  .hover\:rotate-211:hover,
  .focus\:rotate-211:focus,
  .group:hover .group-hover\:rotate-211,
  .group:focus-within .group-focus-within\:rotate-211 {
    transform: rotate(211deg);
  }
  .rotate-212,
  .hover\:rotate-212:hover,
  .focus\:rotate-212:focus,
  .group:hover .group-hover\:rotate-212,
  .group:focus-within .group-focus-within\:rotate-212 {
    transform: rotate(212deg);
  }
  .rotate-213,
  .hover\:rotate-213:hover,
  .focus\:rotate-213:focus,
  .group:hover .group-hover\:rotate-213,
  .group:focus-within .group-focus-within\:rotate-213 {
    transform: rotate(213deg);
  }
  .rotate-214,
  .hover\:rotate-214:hover,
  .focus\:rotate-214:focus,
  .group:hover .group-hover\:rotate-214,
  .group:focus-within .group-focus-within\:rotate-214 {
    transform: rotate(214deg);
  }
  .rotate-215,
  .hover\:rotate-215:hover,
  .focus\:rotate-215:focus,
  .group:hover .group-hover\:rotate-215,
  .group:focus-within .group-focus-within\:rotate-215 {
    transform: rotate(215deg);
  }
  .rotate-216,
  .hover\:rotate-216:hover,
  .focus\:rotate-216:focus,
  .group:hover .group-hover\:rotate-216,
  .group:focus-within .group-focus-within\:rotate-216 {
    transform: rotate(216deg);
  }
  .rotate-217,
  .hover\:rotate-217:hover,
  .focus\:rotate-217:focus,
  .group:hover .group-hover\:rotate-217,
  .group:focus-within .group-focus-within\:rotate-217 {
    transform: rotate(217deg);
  }
  .rotate-218,
  .hover\:rotate-218:hover,
  .focus\:rotate-218:focus,
  .group:hover .group-hover\:rotate-218,
  .group:focus-within .group-focus-within\:rotate-218 {
    transform: rotate(218deg);
  }
  .rotate-219,
  .hover\:rotate-219:hover,
  .focus\:rotate-219:focus,
  .group:hover .group-hover\:rotate-219,
  .group:focus-within .group-focus-within\:rotate-219 {
    transform: rotate(219deg);
  }
  .rotate-220,
  .hover\:rotate-220:hover,
  .focus\:rotate-220:focus,
  .group:hover .group-hover\:rotate-220,
  .group:focus-within .group-focus-within\:rotate-220 {
    transform: rotate(220deg);
  }
  .rotate-221,
  .hover\:rotate-221:hover,
  .focus\:rotate-221:focus,
  .group:hover .group-hover\:rotate-221,
  .group:focus-within .group-focus-within\:rotate-221 {
    transform: rotate(221deg);
  }
  .rotate-222,
  .hover\:rotate-222:hover,
  .focus\:rotate-222:focus,
  .group:hover .group-hover\:rotate-222,
  .group:focus-within .group-focus-within\:rotate-222 {
    transform: rotate(222deg);
  }
  .rotate-223,
  .hover\:rotate-223:hover,
  .focus\:rotate-223:focus,
  .group:hover .group-hover\:rotate-223,
  .group:focus-within .group-focus-within\:rotate-223 {
    transform: rotate(223deg);
  }
  .rotate-224,
  .hover\:rotate-224:hover,
  .focus\:rotate-224:focus,
  .group:hover .group-hover\:rotate-224,
  .group:focus-within .group-focus-within\:rotate-224 {
    transform: rotate(224deg);
  }
  .rotate-225,
  .hover\:rotate-225:hover,
  .focus\:rotate-225:focus,
  .group:hover .group-hover\:rotate-225,
  .group:focus-within .group-focus-within\:rotate-225 {
    transform: rotate(225deg);
  }
  .rotate-226,
  .hover\:rotate-226:hover,
  .focus\:rotate-226:focus,
  .group:hover .group-hover\:rotate-226,
  .group:focus-within .group-focus-within\:rotate-226 {
    transform: rotate(226deg);
  }
  .rotate-227,
  .hover\:rotate-227:hover,
  .focus\:rotate-227:focus,
  .group:hover .group-hover\:rotate-227,
  .group:focus-within .group-focus-within\:rotate-227 {
    transform: rotate(227deg);
  }
  .rotate-228,
  .hover\:rotate-228:hover,
  .focus\:rotate-228:focus,
  .group:hover .group-hover\:rotate-228,
  .group:focus-within .group-focus-within\:rotate-228 {
    transform: rotate(228deg);
  }
  .rotate-229,
  .hover\:rotate-229:hover,
  .focus\:rotate-229:focus,
  .group:hover .group-hover\:rotate-229,
  .group:focus-within .group-focus-within\:rotate-229 {
    transform: rotate(229deg);
  }
  .rotate-230,
  .hover\:rotate-230:hover,
  .focus\:rotate-230:focus,
  .group:hover .group-hover\:rotate-230,
  .group:focus-within .group-focus-within\:rotate-230 {
    transform: rotate(230deg);
  }
  .rotate-231,
  .hover\:rotate-231:hover,
  .focus\:rotate-231:focus,
  .group:hover .group-hover\:rotate-231,
  .group:focus-within .group-focus-within\:rotate-231 {
    transform: rotate(231deg);
  }
  .rotate-232,
  .hover\:rotate-232:hover,
  .focus\:rotate-232:focus,
  .group:hover .group-hover\:rotate-232,
  .group:focus-within .group-focus-within\:rotate-232 {
    transform: rotate(232deg);
  }
  .rotate-233,
  .hover\:rotate-233:hover,
  .focus\:rotate-233:focus,
  .group:hover .group-hover\:rotate-233,
  .group:focus-within .group-focus-within\:rotate-233 {
    transform: rotate(233deg);
  }
  .rotate-234,
  .hover\:rotate-234:hover,
  .focus\:rotate-234:focus,
  .group:hover .group-hover\:rotate-234,
  .group:focus-within .group-focus-within\:rotate-234 {
    transform: rotate(234deg);
  }
  .rotate-235,
  .hover\:rotate-235:hover,
  .focus\:rotate-235:focus,
  .group:hover .group-hover\:rotate-235,
  .group:focus-within .group-focus-within\:rotate-235 {
    transform: rotate(235deg);
  }
  .rotate-236,
  .hover\:rotate-236:hover,
  .focus\:rotate-236:focus,
  .group:hover .group-hover\:rotate-236,
  .group:focus-within .group-focus-within\:rotate-236 {
    transform: rotate(236deg);
  }
  .rotate-237,
  .hover\:rotate-237:hover,
  .focus\:rotate-237:focus,
  .group:hover .group-hover\:rotate-237,
  .group:focus-within .group-focus-within\:rotate-237 {
    transform: rotate(237deg);
  }
  .rotate-238,
  .hover\:rotate-238:hover,
  .focus\:rotate-238:focus,
  .group:hover .group-hover\:rotate-238,
  .group:focus-within .group-focus-within\:rotate-238 {
    transform: rotate(238deg);
  }
  .rotate-239,
  .hover\:rotate-239:hover,
  .focus\:rotate-239:focus,
  .group:hover .group-hover\:rotate-239,
  .group:focus-within .group-focus-within\:rotate-239 {
    transform: rotate(239deg);
  }
  .rotate-240,
  .hover\:rotate-240:hover,
  .focus\:rotate-240:focus,
  .group:hover .group-hover\:rotate-240,
  .group:focus-within .group-focus-within\:rotate-240 {
    transform: rotate(240deg);
  }
  .rotate-241,
  .hover\:rotate-241:hover,
  .focus\:rotate-241:focus,
  .group:hover .group-hover\:rotate-241,
  .group:focus-within .group-focus-within\:rotate-241 {
    transform: rotate(241deg);
  }
  .rotate-242,
  .hover\:rotate-242:hover,
  .focus\:rotate-242:focus,
  .group:hover .group-hover\:rotate-242,
  .group:focus-within .group-focus-within\:rotate-242 {
    transform: rotate(242deg);
  }
  .rotate-243,
  .hover\:rotate-243:hover,
  .focus\:rotate-243:focus,
  .group:hover .group-hover\:rotate-243,
  .group:focus-within .group-focus-within\:rotate-243 {
    transform: rotate(243deg);
  }
  .rotate-244,
  .hover\:rotate-244:hover,
  .focus\:rotate-244:focus,
  .group:hover .group-hover\:rotate-244,
  .group:focus-within .group-focus-within\:rotate-244 {
    transform: rotate(244deg);
  }
  .rotate-245,
  .hover\:rotate-245:hover,
  .focus\:rotate-245:focus,
  .group:hover .group-hover\:rotate-245,
  .group:focus-within .group-focus-within\:rotate-245 {
    transform: rotate(245deg);
  }
  .rotate-246,
  .hover\:rotate-246:hover,
  .focus\:rotate-246:focus,
  .group:hover .group-hover\:rotate-246,
  .group:focus-within .group-focus-within\:rotate-246 {
    transform: rotate(246deg);
  }
  .rotate-247,
  .hover\:rotate-247:hover,
  .focus\:rotate-247:focus,
  .group:hover .group-hover\:rotate-247,
  .group:focus-within .group-focus-within\:rotate-247 {
    transform: rotate(247deg);
  }
  .rotate-248,
  .hover\:rotate-248:hover,
  .focus\:rotate-248:focus,
  .group:hover .group-hover\:rotate-248,
  .group:focus-within .group-focus-within\:rotate-248 {
    transform: rotate(248deg);
  }
  .rotate-249,
  .hover\:rotate-249:hover,
  .focus\:rotate-249:focus,
  .group:hover .group-hover\:rotate-249,
  .group:focus-within .group-focus-within\:rotate-249 {
    transform: rotate(249deg);
  }
  .rotate-250,
  .hover\:rotate-250:hover,
  .focus\:rotate-250:focus,
  .group:hover .group-hover\:rotate-250,
  .group:focus-within .group-focus-within\:rotate-250 {
    transform: rotate(250deg);
  }
  .rotate-251,
  .hover\:rotate-251:hover,
  .focus\:rotate-251:focus,
  .group:hover .group-hover\:rotate-251,
  .group:focus-within .group-focus-within\:rotate-251 {
    transform: rotate(251deg);
  }
  .rotate-252,
  .hover\:rotate-252:hover,
  .focus\:rotate-252:focus,
  .group:hover .group-hover\:rotate-252,
  .group:focus-within .group-focus-within\:rotate-252 {
    transform: rotate(252deg);
  }
  .rotate-253,
  .hover\:rotate-253:hover,
  .focus\:rotate-253:focus,
  .group:hover .group-hover\:rotate-253,
  .group:focus-within .group-focus-within\:rotate-253 {
    transform: rotate(253deg);
  }
  .rotate-254,
  .hover\:rotate-254:hover,
  .focus\:rotate-254:focus,
  .group:hover .group-hover\:rotate-254,
  .group:focus-within .group-focus-within\:rotate-254 {
    transform: rotate(254deg);
  }
  .rotate-255,
  .hover\:rotate-255:hover,
  .focus\:rotate-255:focus,
  .group:hover .group-hover\:rotate-255,
  .group:focus-within .group-focus-within\:rotate-255 {
    transform: rotate(255deg);
  }
  .rotate-256,
  .hover\:rotate-256:hover,
  .focus\:rotate-256:focus,
  .group:hover .group-hover\:rotate-256,
  .group:focus-within .group-focus-within\:rotate-256 {
    transform: rotate(256deg);
  }
  .rotate-257,
  .hover\:rotate-257:hover,
  .focus\:rotate-257:focus,
  .group:hover .group-hover\:rotate-257,
  .group:focus-within .group-focus-within\:rotate-257 {
    transform: rotate(257deg);
  }
  .rotate-258,
  .hover\:rotate-258:hover,
  .focus\:rotate-258:focus,
  .group:hover .group-hover\:rotate-258,
  .group:focus-within .group-focus-within\:rotate-258 {
    transform: rotate(258deg);
  }
  .rotate-259,
  .hover\:rotate-259:hover,
  .focus\:rotate-259:focus,
  .group:hover .group-hover\:rotate-259,
  .group:focus-within .group-focus-within\:rotate-259 {
    transform: rotate(259deg);
  }
  .rotate-260,
  .hover\:rotate-260:hover,
  .focus\:rotate-260:focus,
  .group:hover .group-hover\:rotate-260,
  .group:focus-within .group-focus-within\:rotate-260 {
    transform: rotate(260deg);
  }
  .rotate-261,
  .hover\:rotate-261:hover,
  .focus\:rotate-261:focus,
  .group:hover .group-hover\:rotate-261,
  .group:focus-within .group-focus-within\:rotate-261 {
    transform: rotate(261deg);
  }
  .rotate-262,
  .hover\:rotate-262:hover,
  .focus\:rotate-262:focus,
  .group:hover .group-hover\:rotate-262,
  .group:focus-within .group-focus-within\:rotate-262 {
    transform: rotate(262deg);
  }
  .rotate-263,
  .hover\:rotate-263:hover,
  .focus\:rotate-263:focus,
  .group:hover .group-hover\:rotate-263,
  .group:focus-within .group-focus-within\:rotate-263 {
    transform: rotate(263deg);
  }
  .rotate-264,
  .hover\:rotate-264:hover,
  .focus\:rotate-264:focus,
  .group:hover .group-hover\:rotate-264,
  .group:focus-within .group-focus-within\:rotate-264 {
    transform: rotate(264deg);
  }
  .rotate-265,
  .hover\:rotate-265:hover,
  .focus\:rotate-265:focus,
  .group:hover .group-hover\:rotate-265,
  .group:focus-within .group-focus-within\:rotate-265 {
    transform: rotate(265deg);
  }
  .rotate-266,
  .hover\:rotate-266:hover,
  .focus\:rotate-266:focus,
  .group:hover .group-hover\:rotate-266,
  .group:focus-within .group-focus-within\:rotate-266 {
    transform: rotate(266deg);
  }
  .rotate-267,
  .hover\:rotate-267:hover,
  .focus\:rotate-267:focus,
  .group:hover .group-hover\:rotate-267,
  .group:focus-within .group-focus-within\:rotate-267 {
    transform: rotate(267deg);
  }
  .rotate-268,
  .hover\:rotate-268:hover,
  .focus\:rotate-268:focus,
  .group:hover .group-hover\:rotate-268,
  .group:focus-within .group-focus-within\:rotate-268 {
    transform: rotate(268deg);
  }
  .rotate-269,
  .hover\:rotate-269:hover,
  .focus\:rotate-269:focus,
  .group:hover .group-hover\:rotate-269,
  .group:focus-within .group-focus-within\:rotate-269 {
    transform: rotate(269deg);
  }
  .rotate-270,
  .hover\:rotate-270:hover,
  .focus\:rotate-270:focus,
  .group:hover .group-hover\:rotate-270,
  .group:focus-within .group-focus-within\:rotate-270 {
    transform: rotate(270deg);
  }
  .rotate-271,
  .hover\:rotate-271:hover,
  .focus\:rotate-271:focus,
  .group:hover .group-hover\:rotate-271,
  .group:focus-within .group-focus-within\:rotate-271 {
    transform: rotate(271deg);
  }
  .rotate-272,
  .hover\:rotate-272:hover,
  .focus\:rotate-272:focus,
  .group:hover .group-hover\:rotate-272,
  .group:focus-within .group-focus-within\:rotate-272 {
    transform: rotate(272deg);
  }
  .rotate-273,
  .hover\:rotate-273:hover,
  .focus\:rotate-273:focus,
  .group:hover .group-hover\:rotate-273,
  .group:focus-within .group-focus-within\:rotate-273 {
    transform: rotate(273deg);
  }
  .rotate-274,
  .hover\:rotate-274:hover,
  .focus\:rotate-274:focus,
  .group:hover .group-hover\:rotate-274,
  .group:focus-within .group-focus-within\:rotate-274 {
    transform: rotate(274deg);
  }
  .rotate-275,
  .hover\:rotate-275:hover,
  .focus\:rotate-275:focus,
  .group:hover .group-hover\:rotate-275,
  .group:focus-within .group-focus-within\:rotate-275 {
    transform: rotate(275deg);
  }
  .rotate-276,
  .hover\:rotate-276:hover,
  .focus\:rotate-276:focus,
  .group:hover .group-hover\:rotate-276,
  .group:focus-within .group-focus-within\:rotate-276 {
    transform: rotate(276deg);
  }
  .rotate-277,
  .hover\:rotate-277:hover,
  .focus\:rotate-277:focus,
  .group:hover .group-hover\:rotate-277,
  .group:focus-within .group-focus-within\:rotate-277 {
    transform: rotate(277deg);
  }
  .rotate-278,
  .hover\:rotate-278:hover,
  .focus\:rotate-278:focus,
  .group:hover .group-hover\:rotate-278,
  .group:focus-within .group-focus-within\:rotate-278 {
    transform: rotate(278deg);
  }
  .rotate-279,
  .hover\:rotate-279:hover,
  .focus\:rotate-279:focus,
  .group:hover .group-hover\:rotate-279,
  .group:focus-within .group-focus-within\:rotate-279 {
    transform: rotate(279deg);
  }
  .rotate-280,
  .hover\:rotate-280:hover,
  .focus\:rotate-280:focus,
  .group:hover .group-hover\:rotate-280,
  .group:focus-within .group-focus-within\:rotate-280 {
    transform: rotate(280deg);
  }
  .rotate-281,
  .hover\:rotate-281:hover,
  .focus\:rotate-281:focus,
  .group:hover .group-hover\:rotate-281,
  .group:focus-within .group-focus-within\:rotate-281 {
    transform: rotate(281deg);
  }
  .rotate-282,
  .hover\:rotate-282:hover,
  .focus\:rotate-282:focus,
  .group:hover .group-hover\:rotate-282,
  .group:focus-within .group-focus-within\:rotate-282 {
    transform: rotate(282deg);
  }
  .rotate-283,
  .hover\:rotate-283:hover,
  .focus\:rotate-283:focus,
  .group:hover .group-hover\:rotate-283,
  .group:focus-within .group-focus-within\:rotate-283 {
    transform: rotate(283deg);
  }
  .rotate-284,
  .hover\:rotate-284:hover,
  .focus\:rotate-284:focus,
  .group:hover .group-hover\:rotate-284,
  .group:focus-within .group-focus-within\:rotate-284 {
    transform: rotate(284deg);
  }
  .rotate-285,
  .hover\:rotate-285:hover,
  .focus\:rotate-285:focus,
  .group:hover .group-hover\:rotate-285,
  .group:focus-within .group-focus-within\:rotate-285 {
    transform: rotate(285deg);
  }
  .rotate-286,
  .hover\:rotate-286:hover,
  .focus\:rotate-286:focus,
  .group:hover .group-hover\:rotate-286,
  .group:focus-within .group-focus-within\:rotate-286 {
    transform: rotate(286deg);
  }
  .rotate-287,
  .hover\:rotate-287:hover,
  .focus\:rotate-287:focus,
  .group:hover .group-hover\:rotate-287,
  .group:focus-within .group-focus-within\:rotate-287 {
    transform: rotate(287deg);
  }
  .rotate-288,
  .hover\:rotate-288:hover,
  .focus\:rotate-288:focus,
  .group:hover .group-hover\:rotate-288,
  .group:focus-within .group-focus-within\:rotate-288 {
    transform: rotate(288deg);
  }
  .rotate-289,
  .hover\:rotate-289:hover,
  .focus\:rotate-289:focus,
  .group:hover .group-hover\:rotate-289,
  .group:focus-within .group-focus-within\:rotate-289 {
    transform: rotate(289deg);
  }
  .rotate-290,
  .hover\:rotate-290:hover,
  .focus\:rotate-290:focus,
  .group:hover .group-hover\:rotate-290,
  .group:focus-within .group-focus-within\:rotate-290 {
    transform: rotate(290deg);
  }
  .rotate-291,
  .hover\:rotate-291:hover,
  .focus\:rotate-291:focus,
  .group:hover .group-hover\:rotate-291,
  .group:focus-within .group-focus-within\:rotate-291 {
    transform: rotate(291deg);
  }
  .rotate-292,
  .hover\:rotate-292:hover,
  .focus\:rotate-292:focus,
  .group:hover .group-hover\:rotate-292,
  .group:focus-within .group-focus-within\:rotate-292 {
    transform: rotate(292deg);
  }
  .rotate-293,
  .hover\:rotate-293:hover,
  .focus\:rotate-293:focus,
  .group:hover .group-hover\:rotate-293,
  .group:focus-within .group-focus-within\:rotate-293 {
    transform: rotate(293deg);
  }
  .rotate-294,
  .hover\:rotate-294:hover,
  .focus\:rotate-294:focus,
  .group:hover .group-hover\:rotate-294,
  .group:focus-within .group-focus-within\:rotate-294 {
    transform: rotate(294deg);
  }
  .rotate-295,
  .hover\:rotate-295:hover,
  .focus\:rotate-295:focus,
  .group:hover .group-hover\:rotate-295,
  .group:focus-within .group-focus-within\:rotate-295 {
    transform: rotate(295deg);
  }
  .rotate-296,
  .hover\:rotate-296:hover,
  .focus\:rotate-296:focus,
  .group:hover .group-hover\:rotate-296,
  .group:focus-within .group-focus-within\:rotate-296 {
    transform: rotate(296deg);
  }
  .rotate-297,
  .hover\:rotate-297:hover,
  .focus\:rotate-297:focus,
  .group:hover .group-hover\:rotate-297,
  .group:focus-within .group-focus-within\:rotate-297 {
    transform: rotate(297deg);
  }
  .rotate-298,
  .hover\:rotate-298:hover,
  .focus\:rotate-298:focus,
  .group:hover .group-hover\:rotate-298,
  .group:focus-within .group-focus-within\:rotate-298 {
    transform: rotate(298deg);
  }
  .rotate-299,
  .hover\:rotate-299:hover,
  .focus\:rotate-299:focus,
  .group:hover .group-hover\:rotate-299,
  .group:focus-within .group-focus-within\:rotate-299 {
    transform: rotate(299deg);
  }
  .rotate-300,
  .hover\:rotate-300:hover,
  .focus\:rotate-300:focus,
  .group:hover .group-hover\:rotate-300,
  .group:focus-within .group-focus-within\:rotate-300 {
    transform: rotate(300deg);
  }
  .rotate-301,
  .hover\:rotate-301:hover,
  .focus\:rotate-301:focus,
  .group:hover .group-hover\:rotate-301,
  .group:focus-within .group-focus-within\:rotate-301 {
    transform: rotate(301deg);
  }
  .rotate-302,
  .hover\:rotate-302:hover,
  .focus\:rotate-302:focus,
  .group:hover .group-hover\:rotate-302,
  .group:focus-within .group-focus-within\:rotate-302 {
    transform: rotate(302deg);
  }
  .rotate-303,
  .hover\:rotate-303:hover,
  .focus\:rotate-303:focus,
  .group:hover .group-hover\:rotate-303,
  .group:focus-within .group-focus-within\:rotate-303 {
    transform: rotate(303deg);
  }
  .rotate-304,
  .hover\:rotate-304:hover,
  .focus\:rotate-304:focus,
  .group:hover .group-hover\:rotate-304,
  .group:focus-within .group-focus-within\:rotate-304 {
    transform: rotate(304deg);
  }
  .rotate-305,
  .hover\:rotate-305:hover,
  .focus\:rotate-305:focus,
  .group:hover .group-hover\:rotate-305,
  .group:focus-within .group-focus-within\:rotate-305 {
    transform: rotate(305deg);
  }
  .rotate-306,
  .hover\:rotate-306:hover,
  .focus\:rotate-306:focus,
  .group:hover .group-hover\:rotate-306,
  .group:focus-within .group-focus-within\:rotate-306 {
    transform: rotate(306deg);
  }
  .rotate-307,
  .hover\:rotate-307:hover,
  .focus\:rotate-307:focus,
  .group:hover .group-hover\:rotate-307,
  .group:focus-within .group-focus-within\:rotate-307 {
    transform: rotate(307deg);
  }
  .rotate-308,
  .hover\:rotate-308:hover,
  .focus\:rotate-308:focus,
  .group:hover .group-hover\:rotate-308,
  .group:focus-within .group-focus-within\:rotate-308 {
    transform: rotate(308deg);
  }
  .rotate-309,
  .hover\:rotate-309:hover,
  .focus\:rotate-309:focus,
  .group:hover .group-hover\:rotate-309,
  .group:focus-within .group-focus-within\:rotate-309 {
    transform: rotate(309deg);
  }
  .rotate-310,
  .hover\:rotate-310:hover,
  .focus\:rotate-310:focus,
  .group:hover .group-hover\:rotate-310,
  .group:focus-within .group-focus-within\:rotate-310 {
    transform: rotate(310deg);
  }
  .rotate-311,
  .hover\:rotate-311:hover,
  .focus\:rotate-311:focus,
  .group:hover .group-hover\:rotate-311,
  .group:focus-within .group-focus-within\:rotate-311 {
    transform: rotate(311deg);
  }
  .rotate-312,
  .hover\:rotate-312:hover,
  .focus\:rotate-312:focus,
  .group:hover .group-hover\:rotate-312,
  .group:focus-within .group-focus-within\:rotate-312 {
    transform: rotate(312deg);
  }
  .rotate-313,
  .hover\:rotate-313:hover,
  .focus\:rotate-313:focus,
  .group:hover .group-hover\:rotate-313,
  .group:focus-within .group-focus-within\:rotate-313 {
    transform: rotate(313deg);
  }
  .rotate-314,
  .hover\:rotate-314:hover,
  .focus\:rotate-314:focus,
  .group:hover .group-hover\:rotate-314,
  .group:focus-within .group-focus-within\:rotate-314 {
    transform: rotate(314deg);
  }
  .rotate-315,
  .hover\:rotate-315:hover,
  .focus\:rotate-315:focus,
  .group:hover .group-hover\:rotate-315,
  .group:focus-within .group-focus-within\:rotate-315 {
    transform: rotate(315deg);
  }
  .rotate-316,
  .hover\:rotate-316:hover,
  .focus\:rotate-316:focus,
  .group:hover .group-hover\:rotate-316,
  .group:focus-within .group-focus-within\:rotate-316 {
    transform: rotate(316deg);
  }
  .rotate-317,
  .hover\:rotate-317:hover,
  .focus\:rotate-317:focus,
  .group:hover .group-hover\:rotate-317,
  .group:focus-within .group-focus-within\:rotate-317 {
    transform: rotate(317deg);
  }
  .rotate-318,
  .hover\:rotate-318:hover,
  .focus\:rotate-318:focus,
  .group:hover .group-hover\:rotate-318,
  .group:focus-within .group-focus-within\:rotate-318 {
    transform: rotate(318deg);
  }
  .rotate-319,
  .hover\:rotate-319:hover,
  .focus\:rotate-319:focus,
  .group:hover .group-hover\:rotate-319,
  .group:focus-within .group-focus-within\:rotate-319 {
    transform: rotate(319deg);
  }
  .rotate-320,
  .hover\:rotate-320:hover,
  .focus\:rotate-320:focus,
  .group:hover .group-hover\:rotate-320,
  .group:focus-within .group-focus-within\:rotate-320 {
    transform: rotate(320deg);
  }
  .rotate-321,
  .hover\:rotate-321:hover,
  .focus\:rotate-321:focus,
  .group:hover .group-hover\:rotate-321,
  .group:focus-within .group-focus-within\:rotate-321 {
    transform: rotate(321deg);
  }
  .rotate-322,
  .hover\:rotate-322:hover,
  .focus\:rotate-322:focus,
  .group:hover .group-hover\:rotate-322,
  .group:focus-within .group-focus-within\:rotate-322 {
    transform: rotate(322deg);
  }
  .rotate-323,
  .hover\:rotate-323:hover,
  .focus\:rotate-323:focus,
  .group:hover .group-hover\:rotate-323,
  .group:focus-within .group-focus-within\:rotate-323 {
    transform: rotate(323deg);
  }
  .rotate-324,
  .hover\:rotate-324:hover,
  .focus\:rotate-324:focus,
  .group:hover .group-hover\:rotate-324,
  .group:focus-within .group-focus-within\:rotate-324 {
    transform: rotate(324deg);
  }
  .rotate-325,
  .hover\:rotate-325:hover,
  .focus\:rotate-325:focus,
  .group:hover .group-hover\:rotate-325,
  .group:focus-within .group-focus-within\:rotate-325 {
    transform: rotate(325deg);
  }
  .rotate-326,
  .hover\:rotate-326:hover,
  .focus\:rotate-326:focus,
  .group:hover .group-hover\:rotate-326,
  .group:focus-within .group-focus-within\:rotate-326 {
    transform: rotate(326deg);
  }
  .rotate-327,
  .hover\:rotate-327:hover,
  .focus\:rotate-327:focus,
  .group:hover .group-hover\:rotate-327,
  .group:focus-within .group-focus-within\:rotate-327 {
    transform: rotate(327deg);
  }
  .rotate-328,
  .hover\:rotate-328:hover,
  .focus\:rotate-328:focus,
  .group:hover .group-hover\:rotate-328,
  .group:focus-within .group-focus-within\:rotate-328 {
    transform: rotate(328deg);
  }
  .rotate-329,
  .hover\:rotate-329:hover,
  .focus\:rotate-329:focus,
  .group:hover .group-hover\:rotate-329,
  .group:focus-within .group-focus-within\:rotate-329 {
    transform: rotate(329deg);
  }
  .rotate-330,
  .hover\:rotate-330:hover,
  .focus\:rotate-330:focus,
  .group:hover .group-hover\:rotate-330,
  .group:focus-within .group-focus-within\:rotate-330 {
    transform: rotate(330deg);
  }
  .rotate-331,
  .hover\:rotate-331:hover,
  .focus\:rotate-331:focus,
  .group:hover .group-hover\:rotate-331,
  .group:focus-within .group-focus-within\:rotate-331 {
    transform: rotate(331deg);
  }
  .rotate-332,
  .hover\:rotate-332:hover,
  .focus\:rotate-332:focus,
  .group:hover .group-hover\:rotate-332,
  .group:focus-within .group-focus-within\:rotate-332 {
    transform: rotate(332deg);
  }
  .rotate-333,
  .hover\:rotate-333:hover,
  .focus\:rotate-333:focus,
  .group:hover .group-hover\:rotate-333,
  .group:focus-within .group-focus-within\:rotate-333 {
    transform: rotate(333deg);
  }
  .rotate-334,
  .hover\:rotate-334:hover,
  .focus\:rotate-334:focus,
  .group:hover .group-hover\:rotate-334,
  .group:focus-within .group-focus-within\:rotate-334 {
    transform: rotate(334deg);
  }
  .rotate-335,
  .hover\:rotate-335:hover,
  .focus\:rotate-335:focus,
  .group:hover .group-hover\:rotate-335,
  .group:focus-within .group-focus-within\:rotate-335 {
    transform: rotate(335deg);
  }
  .rotate-336,
  .hover\:rotate-336:hover,
  .focus\:rotate-336:focus,
  .group:hover .group-hover\:rotate-336,
  .group:focus-within .group-focus-within\:rotate-336 {
    transform: rotate(336deg);
  }
  .rotate-337,
  .hover\:rotate-337:hover,
  .focus\:rotate-337:focus,
  .group:hover .group-hover\:rotate-337,
  .group:focus-within .group-focus-within\:rotate-337 {
    transform: rotate(337deg);
  }
  .rotate-338,
  .hover\:rotate-338:hover,
  .focus\:rotate-338:focus,
  .group:hover .group-hover\:rotate-338,
  .group:focus-within .group-focus-within\:rotate-338 {
    transform: rotate(338deg);
  }
  .rotate-339,
  .hover\:rotate-339:hover,
  .focus\:rotate-339:focus,
  .group:hover .group-hover\:rotate-339,
  .group:focus-within .group-focus-within\:rotate-339 {
    transform: rotate(339deg);
  }
  .rotate-340,
  .hover\:rotate-340:hover,
  .focus\:rotate-340:focus,
  .group:hover .group-hover\:rotate-340,
  .group:focus-within .group-focus-within\:rotate-340 {
    transform: rotate(340deg);
  }
  .rotate-341,
  .hover\:rotate-341:hover,
  .focus\:rotate-341:focus,
  .group:hover .group-hover\:rotate-341,
  .group:focus-within .group-focus-within\:rotate-341 {
    transform: rotate(341deg);
  }
  .rotate-342,
  .hover\:rotate-342:hover,
  .focus\:rotate-342:focus,
  .group:hover .group-hover\:rotate-342,
  .group:focus-within .group-focus-within\:rotate-342 {
    transform: rotate(342deg);
  }
  .rotate-343,
  .hover\:rotate-343:hover,
  .focus\:rotate-343:focus,
  .group:hover .group-hover\:rotate-343,
  .group:focus-within .group-focus-within\:rotate-343 {
    transform: rotate(343deg);
  }
  .rotate-344,
  .hover\:rotate-344:hover,
  .focus\:rotate-344:focus,
  .group:hover .group-hover\:rotate-344,
  .group:focus-within .group-focus-within\:rotate-344 {
    transform: rotate(344deg);
  }
  .rotate-345,
  .hover\:rotate-345:hover,
  .focus\:rotate-345:focus,
  .group:hover .group-hover\:rotate-345,
  .group:focus-within .group-focus-within\:rotate-345 {
    transform: rotate(345deg);
  }
  .rotate-346,
  .hover\:rotate-346:hover,
  .focus\:rotate-346:focus,
  .group:hover .group-hover\:rotate-346,
  .group:focus-within .group-focus-within\:rotate-346 {
    transform: rotate(346deg);
  }
  .rotate-347,
  .hover\:rotate-347:hover,
  .focus\:rotate-347:focus,
  .group:hover .group-hover\:rotate-347,
  .group:focus-within .group-focus-within\:rotate-347 {
    transform: rotate(347deg);
  }
  .rotate-348,
  .hover\:rotate-348:hover,
  .focus\:rotate-348:focus,
  .group:hover .group-hover\:rotate-348,
  .group:focus-within .group-focus-within\:rotate-348 {
    transform: rotate(348deg);
  }
  .rotate-349,
  .hover\:rotate-349:hover,
  .focus\:rotate-349:focus,
  .group:hover .group-hover\:rotate-349,
  .group:focus-within .group-focus-within\:rotate-349 {
    transform: rotate(349deg);
  }
  .rotate-350,
  .hover\:rotate-350:hover,
  .focus\:rotate-350:focus,
  .group:hover .group-hover\:rotate-350,
  .group:focus-within .group-focus-within\:rotate-350 {
    transform: rotate(350deg);
  }
  .rotate-351,
  .hover\:rotate-351:hover,
  .focus\:rotate-351:focus,
  .group:hover .group-hover\:rotate-351,
  .group:focus-within .group-focus-within\:rotate-351 {
    transform: rotate(351deg);
  }
  .rotate-352,
  .hover\:rotate-352:hover,
  .focus\:rotate-352:focus,
  .group:hover .group-hover\:rotate-352,
  .group:focus-within .group-focus-within\:rotate-352 {
    transform: rotate(352deg);
  }
  .rotate-353,
  .hover\:rotate-353:hover,
  .focus\:rotate-353:focus,
  .group:hover .group-hover\:rotate-353,
  .group:focus-within .group-focus-within\:rotate-353 {
    transform: rotate(353deg);
  }
  .rotate-354,
  .hover\:rotate-354:hover,
  .focus\:rotate-354:focus,
  .group:hover .group-hover\:rotate-354,
  .group:focus-within .group-focus-within\:rotate-354 {
    transform: rotate(354deg);
  }
  .rotate-355,
  .hover\:rotate-355:hover,
  .focus\:rotate-355:focus,
  .group:hover .group-hover\:rotate-355,
  .group:focus-within .group-focus-within\:rotate-355 {
    transform: rotate(355deg);
  }
  .rotate-356,
  .hover\:rotate-356:hover,
  .focus\:rotate-356:focus,
  .group:hover .group-hover\:rotate-356,
  .group:focus-within .group-focus-within\:rotate-356 {
    transform: rotate(356deg);
  }
  .rotate-357,
  .hover\:rotate-357:hover,
  .focus\:rotate-357:focus,
  .group:hover .group-hover\:rotate-357,
  .group:focus-within .group-focus-within\:rotate-357 {
    transform: rotate(357deg);
  }
  .rotate-358,
  .hover\:rotate-358:hover,
  .focus\:rotate-358:focus,
  .group:hover .group-hover\:rotate-358,
  .group:focus-within .group-focus-within\:rotate-358 {
    transform: rotate(358deg);
  }
  .rotate-359,
  .hover\:rotate-359:hover,
  .focus\:rotate-359:focus,
  .group:hover .group-hover\:rotate-359,
  .group:focus-within .group-focus-within\:rotate-359 {
    transform: rotate(359deg);
  }
  .rotate-360,
  .hover\:rotate-360:hover,
  .focus\:rotate-360:focus,
  .group:hover .group-hover\:rotate-360,
  .group:focus-within .group-focus-within\:rotate-360 {
    transform: rotate(360deg);
  }
  .scale-0,
  .hover\:scale-0:hover,
  .focus\:scale-0:focus,
  .group:hover .group-hover\:scale-0,
  .group:focus-within .group-focus-within\:scale-0 {
    transform: scale(0);
  }
  .scale-1,
  .hover\:scale-1:hover,
  .focus\:scale-1:focus,
  .group:hover .group-hover\:scale-1,
  .group:focus-within .group-focus-within\:scale-1 {
    transform: scale(0.1);
  }
  .scale-2,
  .hover\:scale-2:hover,
  .focus\:scale-2:focus,
  .group:hover .group-hover\:scale-2,
  .group:focus-within .group-focus-within\:scale-2 {
    transform: scale(0.2);
  }
  .scale-3,
  .hover\:scale-3:hover,
  .focus\:scale-3:focus,
  .group:hover .group-hover\:scale-3,
  .group:focus-within .group-focus-within\:scale-3 {
    transform: scale(0.3);
  }
  .scale-4,
  .hover\:scale-4:hover,
  .focus\:scale-4:focus,
  .group:hover .group-hover\:scale-4,
  .group:focus-within .group-focus-within\:scale-4 {
    transform: scale(0.4);
  }
  .scale-5,
  .hover\:scale-5:hover,
  .focus\:scale-5:focus,
  .group:hover .group-hover\:scale-5,
  .group:focus-within .group-focus-within\:scale-5 {
    transform: scale(0.5);
  }
  .scale-6,
  .hover\:scale-6:hover,
  .focus\:scale-6:focus,
  .group:hover .group-hover\:scale-6,
  .group:focus-within .group-focus-within\:scale-6 {
    transform: scale(0.6);
  }
  .scale-7,
  .hover\:scale-7:hover,
  .focus\:scale-7:focus,
  .group:hover .group-hover\:scale-7,
  .group:focus-within .group-focus-within\:scale-7 {
    transform: scale(0.7);
  }
  .scale-8,
  .hover\:scale-8:hover,
  .focus\:scale-8:focus,
  .group:hover .group-hover\:scale-8,
  .group:focus-within .group-focus-within\:scale-8 {
    transform: scale(0.8);
  }
  .scale-9,
  .hover\:scale-9:hover,
  .focus\:scale-9:focus,
  .group:hover .group-hover\:scale-9,
  .group:focus-within .group-focus-within\:scale-9 {
    transform: scale(0.9);
  }
  .scale-10,
  .hover\:scale-10:hover,
  .focus\:scale-10:focus,
  .group:hover .group-hover\:scale-10,
  .group:focus-within .group-focus-within\:scale-10 {
    transform: scale(1);
  }
  .scale-11,
  .hover\:scale-11:hover,
  .focus\:scale-11:focus,
  .group:hover .group-hover\:scale-11,
  .group:focus-within .group-focus-within\:scale-11 {
    transform: scale(1.1);
  }
  .scale-12,
  .hover\:scale-12:hover,
  .focus\:scale-12:focus,
  .group:hover .group-hover\:scale-12,
  .group:focus-within .group-focus-within\:scale-12 {
    transform: scale(1.2);
  }
  .scale-13,
  .hover\:scale-13:hover,
  .focus\:scale-13:focus,
  .group:hover .group-hover\:scale-13,
  .group:focus-within .group-focus-within\:scale-13 {
    transform: scale(1.3);
  }
  .scale-14,
  .hover\:scale-14:hover,
  .focus\:scale-14:focus,
  .group:hover .group-hover\:scale-14,
  .group:focus-within .group-focus-within\:scale-14 {
    transform: scale(1.4);
  }
  .scale-15,
  .hover\:scale-15:hover,
  .focus\:scale-15:focus,
  .group:hover .group-hover\:scale-15,
  .group:focus-within .group-focus-within\:scale-15 {
    transform: scale(1.5);
  }
  .scale-16,
  .hover\:scale-16:hover,
  .focus\:scale-16:focus,
  .group:hover .group-hover\:scale-16,
  .group:focus-within .group-focus-within\:scale-16 {
    transform: scale(1.6);
  }
  .scale-17,
  .hover\:scale-17:hover,
  .focus\:scale-17:focus,
  .group:hover .group-hover\:scale-17,
  .group:focus-within .group-focus-within\:scale-17 {
    transform: scale(1.7);
  }
  .scale-18,
  .hover\:scale-18:hover,
  .focus\:scale-18:focus,
  .group:hover .group-hover\:scale-18,
  .group:focus-within .group-focus-within\:scale-18 {
    transform: scale(1.8);
  }
  .scale-19,
  .hover\:scale-19:hover,
  .focus\:scale-19:focus,
  .group:hover .group-hover\:scale-19,
  .group:focus-within .group-focus-within\:scale-19 {
    transform: scale(1.9);
  }
  .scale-20,
  .hover\:scale-20:hover,
  .focus\:scale-20:focus,
  .group:hover .group-hover\:scale-20,
  .group:focus-within .group-focus-within\:scale-20 {
    transform: scale(2);
  }
  .scale-21,
  .hover\:scale-21:hover,
  .focus\:scale-21:focus,
  .group:hover .group-hover\:scale-21,
  .group:focus-within .group-focus-within\:scale-21 {
    transform: scale(2.1);
  }
  .scale-22,
  .hover\:scale-22:hover,
  .focus\:scale-22:focus,
  .group:hover .group-hover\:scale-22,
  .group:focus-within .group-focus-within\:scale-22 {
    transform: scale(2.2);
  }
  .scale-23,
  .hover\:scale-23:hover,
  .focus\:scale-23:focus,
  .group:hover .group-hover\:scale-23,
  .group:focus-within .group-focus-within\:scale-23 {
    transform: scale(2.3);
  }
  .scale-24,
  .hover\:scale-24:hover,
  .focus\:scale-24:focus,
  .group:hover .group-hover\:scale-24,
  .group:focus-within .group-focus-within\:scale-24 {
    transform: scale(2.4);
  }
  .scale-25,
  .hover\:scale-25:hover,
  .focus\:scale-25:focus,
  .group:hover .group-hover\:scale-25,
  .group:focus-within .group-focus-within\:scale-25 {
    transform: scale(2.5);
  }
  .scale-26,
  .hover\:scale-26:hover,
  .focus\:scale-26:focus,
  .group:hover .group-hover\:scale-26,
  .group:focus-within .group-focus-within\:scale-26 {
    transform: scale(2.6);
  }
  .scale-27,
  .hover\:scale-27:hover,
  .focus\:scale-27:focus,
  .group:hover .group-hover\:scale-27,
  .group:focus-within .group-focus-within\:scale-27 {
    transform: scale(2.7);
  }
  .scale-28,
  .hover\:scale-28:hover,
  .focus\:scale-28:focus,
  .group:hover .group-hover\:scale-28,
  .group:focus-within .group-focus-within\:scale-28 {
    transform: scale(2.8);
  }
  .scale-29,
  .hover\:scale-29:hover,
  .focus\:scale-29:focus,
  .group:hover .group-hover\:scale-29,
  .group:focus-within .group-focus-within\:scale-29 {
    transform: scale(2.9);
  }
  .scale-30,
  .hover\:scale-30:hover,
  .focus\:scale-30:focus,
  .group:hover .group-hover\:scale-30,
  .group:focus-within .group-focus-within\:scale-30 {
    transform: scale(3);
  }
}
@media (max-width: 1165px) {
  .laptop\:translate-none,
  .laptop\:hover\:translate-none:hover,
  .laptop\:focus\:translate-none:focus,
  .laptop\:group:hover .group-hover\:translate-none,
  .laptop\:group:focus-within .group-focus-within\:translate-none {
    transform: translate(0, 0);
  }
  .laptop\:translate-x-none,
  .laptop\:hover\:translate-x-none:hover,
  .laptop\:focus\:translate-x-none:focus,
  .laptop\:group:hover .group-hover\:translate-x-none,
  .laptop\:group:focus-within .group-focus-within\:translate-x-none {
    transform: translateX(0);
  }
  .laptop\:translate-y-none,
  .laptop\:hover\:translate-y-none:hover,
  .laptop\:focus\:translate-y-none:focus,
  .laptop\:group:hover .group-hover\:translate-y-none,
  .laptop\:group:focus-within .group-focus-within\:translate-y-none {
    transform: translateY(0);
  }
  .laptop\:-translate-none,
  .laptop\:hover\:-translate-none:hover,
  .laptop\:focus\:-translate-none:focus,
  .laptop\:group:hover .group-hover\:-translate-none,
  .laptop\:group:focus-within .group-focus-within\:-translate-none {
    transform: translate(calc(0), calc(0));
  }
  .laptop\:-translate-x-none,
  .laptop\:hover\:-translate-x-none:hover,
  .laptop\:focus\:-translate-x-none:focus,
  .laptop\:group:hover .group-hover\:-translate-x-none,
  .laptop\:group:focus-within .group-focus-within\:-translate-x-none {
    transform: translateX(calc(0));
  }
  .laptop\:-translate-y-none,
  .laptop\:hover\:-translate-y-none:hover,
  .laptop\:focus\:-translate-y-none:focus,
  .laptop\:group:hover .group-hover\:-translate-y-none,
  .laptop\:group:focus-within .group-focus-within\:-translate-y-none {
    transform: translateY(calc(0));
  }
  .laptop\:translate-hairline,
  .laptop\:hover\:translate-hairline:hover,
  .laptop\:focus\:translate-hairline:focus,
  .laptop\:group:hover .group-hover\:translate-hairline,
  .laptop\:group:focus-within .group-focus-within\:translate-hairline {
    transform: translate(0.0625rem, 0.0625rem);
  }
  .laptop\:translate-x-hairline,
  .laptop\:hover\:translate-x-hairline:hover,
  .laptop\:focus\:translate-x-hairline:focus,
  .laptop\:group:hover .group-hover\:translate-x-hairline,
  .laptop\:group:focus-within .group-focus-within\:translate-x-hairline {
    transform: translateX(0.0625rem);
  }
  .laptop\:translate-y-hairline,
  .laptop\:hover\:translate-y-hairline:hover,
  .laptop\:focus\:translate-y-hairline:focus,
  .laptop\:group:hover .group-hover\:translate-y-hairline,
  .laptop\:group:focus-within .group-focus-within\:translate-y-hairline {
    transform: translateY(0.0625rem);
  }
  .laptop\:-translate-hairline,
  .laptop\:hover\:-translate-hairline:hover,
  .laptop\:focus\:-translate-hairline:focus,
  .laptop\:group:hover .group-hover\:-translate-hairline,
  .laptop\:group:focus-within .group-focus-within\:-translate-hairline {
    transform: translate(calc(-0.0625rem), calc(-0.0625rem));
  }
  .laptop\:-translate-x-hairline,
  .laptop\:hover\:-translate-x-hairline:hover,
  .laptop\:focus\:-translate-x-hairline:focus,
  .laptop\:group:hover .group-hover\:-translate-x-hairline,
  .laptop\:group:focus-within .group-focus-within\:-translate-x-hairline {
    transform: translateX(calc(-0.0625rem));
  }
  .laptop\:-translate-y-hairline,
  .laptop\:hover\:-translate-y-hairline:hover,
  .laptop\:focus\:-translate-y-hairline:focus,
  .laptop\:group:hover .group-hover\:-translate-y-hairline,
  .laptop\:group:focus-within .group-focus-within\:-translate-y-hairline {
    transform: translateY(calc(-0.0625rem));
  }
  .laptop\:translate-thin,
  .laptop\:hover\:translate-thin:hover,
  .laptop\:focus\:translate-thin:focus,
  .laptop\:group:hover .group-hover\:translate-thin,
  .laptop\:group:focus-within .group-focus-within\:translate-thin {
    transform: translate(0.125rem, 0.125rem);
  }
  .laptop\:translate-x-thin,
  .laptop\:hover\:translate-x-thin:hover,
  .laptop\:focus\:translate-x-thin:focus,
  .laptop\:group:hover .group-hover\:translate-x-thin,
  .laptop\:group:focus-within .group-focus-within\:translate-x-thin {
    transform: translateX(0.125rem);
  }
  .laptop\:translate-y-thin,
  .laptop\:hover\:translate-y-thin:hover,
  .laptop\:focus\:translate-y-thin:focus,
  .laptop\:group:hover .group-hover\:translate-y-thin,
  .laptop\:group:focus-within .group-focus-within\:translate-y-thin {
    transform: translateY(0.125rem);
  }
  .laptop\:-translate-thin,
  .laptop\:hover\:-translate-thin:hover,
  .laptop\:focus\:-translate-thin:focus,
  .laptop\:group:hover .group-hover\:-translate-thin,
  .laptop\:group:focus-within .group-focus-within\:-translate-thin {
    transform: translate(calc(-0.125rem), calc(-0.125rem));
  }
  .laptop\:-translate-x-thin,
  .laptop\:hover\:-translate-x-thin:hover,
  .laptop\:focus\:-translate-x-thin:focus,
  .laptop\:group:hover .group-hover\:-translate-x-thin,
  .laptop\:group:focus-within .group-focus-within\:-translate-x-thin {
    transform: translateX(calc(-0.125rem));
  }
  .laptop\:-translate-y-thin,
  .laptop\:hover\:-translate-y-thin:hover,
  .laptop\:focus\:-translate-y-thin:focus,
  .laptop\:group:hover .group-hover\:-translate-y-thin,
  .laptop\:group:focus-within .group-focus-within\:-translate-y-thin {
    transform: translateY(calc(-0.125rem));
  }
  .laptop\:translate-slim,
  .laptop\:hover\:translate-slim:hover,
  .laptop\:focus\:translate-slim:focus,
  .laptop\:group:hover .group-hover\:translate-slim,
  .laptop\:group:focus-within .group-focus-within\:translate-slim {
    transform: translate(0.25rem, 0.25rem);
  }
  .laptop\:translate-x-slim,
  .laptop\:hover\:translate-x-slim:hover,
  .laptop\:focus\:translate-x-slim:focus,
  .laptop\:group:hover .group-hover\:translate-x-slim,
  .laptop\:group:focus-within .group-focus-within\:translate-x-slim {
    transform: translateX(0.25rem);
  }
  .laptop\:translate-y-slim,
  .laptop\:hover\:translate-y-slim:hover,
  .laptop\:focus\:translate-y-slim:focus,
  .laptop\:group:hover .group-hover\:translate-y-slim,
  .laptop\:group:focus-within .group-focus-within\:translate-y-slim {
    transform: translateY(0.25rem);
  }
  .laptop\:-translate-slim,
  .laptop\:hover\:-translate-slim:hover,
  .laptop\:focus\:-translate-slim:focus,
  .laptop\:group:hover .group-hover\:-translate-slim,
  .laptop\:group:focus-within .group-focus-within\:-translate-slim {
    transform: translate(calc(-0.25rem), calc(-0.25rem));
  }
  .laptop\:-translate-x-slim,
  .laptop\:hover\:-translate-x-slim:hover,
  .laptop\:focus\:-translate-x-slim:focus,
  .laptop\:group:hover .group-hover\:-translate-x-slim,
  .laptop\:group:focus-within .group-focus-within\:-translate-x-slim {
    transform: translateX(calc(-0.25rem));
  }
  .laptop\:-translate-y-slim,
  .laptop\:hover\:-translate-y-slim:hover,
  .laptop\:focus\:-translate-y-slim:focus,
  .laptop\:group:hover .group-hover\:-translate-y-slim,
  .laptop\:group:focus-within .group-focus-within\:-translate-y-slim {
    transform: translateY(calc(-0.25rem));
  }
  .laptop\:translate-extra-small,
  .laptop\:hover\:translate-extra-small:hover,
  .laptop\:focus\:translate-extra-small:focus,
  .laptop\:group:hover .group-hover\:translate-extra-small,
  .laptop\:group:focus-within .group-focus-within\:translate-extra-small {
    transform: translate(0.5rem, 0.5rem);
  }
  .laptop\:translate-x-extra-small,
  .laptop\:hover\:translate-x-extra-small:hover,
  .laptop\:focus\:translate-x-extra-small:focus,
  .laptop\:group:hover .group-hover\:translate-x-extra-small,
  .laptop\:group:focus-within .group-focus-within\:translate-x-extra-small {
    transform: translateX(0.5rem);
  }
  .laptop\:translate-y-extra-small,
  .laptop\:hover\:translate-y-extra-small:hover,
  .laptop\:focus\:translate-y-extra-small:focus,
  .laptop\:group:hover .group-hover\:translate-y-extra-small,
  .laptop\:group:focus-within .group-focus-within\:translate-y-extra-small {
    transform: translateY(0.5rem);
  }
  .laptop\:-translate-extra-small,
  .laptop\:hover\:-translate-extra-small:hover,
  .laptop\:focus\:-translate-extra-small:focus,
  .laptop\:group:hover .group-hover\:-translate-extra-small,
  .laptop\:group:focus-within .group-focus-within\:-translate-extra-small {
    transform: translate(calc(-0.5rem), calc(-0.5rem));
  }
  .laptop\:-translate-x-extra-small,
  .laptop\:hover\:-translate-x-extra-small:hover,
  .laptop\:focus\:-translate-x-extra-small:focus,
  .laptop\:group:hover .group-hover\:-translate-x-extra-small,
  .laptop\:group:focus-within .group-focus-within\:-translate-x-extra-small {
    transform: translateX(calc(-0.5rem));
  }
  .laptop\:-translate-y-extra-small,
  .laptop\:hover\:-translate-y-extra-small:hover,
  .laptop\:focus\:-translate-y-extra-small:focus,
  .laptop\:group:hover .group-hover\:-translate-y-extra-small,
  .laptop\:group:focus-within .group-focus-within\:-translate-y-extra-small {
    transform: translateY(calc(-0.5rem));
  }
  .laptop\:translate-small,
  .laptop\:hover\:translate-small:hover,
  .laptop\:focus\:translate-small:focus,
  .laptop\:group:hover .group-hover\:translate-small,
  .laptop\:group:focus-within .group-focus-within\:translate-small {
    transform: translate(1rem, 1rem);
  }
  .laptop\:translate-x-small,
  .laptop\:hover\:translate-x-small:hover,
  .laptop\:focus\:translate-x-small:focus,
  .laptop\:group:hover .group-hover\:translate-x-small,
  .laptop\:group:focus-within .group-focus-within\:translate-x-small {
    transform: translateX(1rem);
  }
  .laptop\:translate-y-small,
  .laptop\:hover\:translate-y-small:hover,
  .laptop\:focus\:translate-y-small:focus,
  .laptop\:group:hover .group-hover\:translate-y-small,
  .laptop\:group:focus-within .group-focus-within\:translate-y-small {
    transform: translateY(1rem);
  }
  .laptop\:-translate-small,
  .laptop\:hover\:-translate-small:hover,
  .laptop\:focus\:-translate-small:focus,
  .laptop\:group:hover .group-hover\:-translate-small,
  .laptop\:group:focus-within .group-focus-within\:-translate-small {
    transform: translate(calc(-1rem), calc(-1rem));
  }
  .laptop\:-translate-x-small,
  .laptop\:hover\:-translate-x-small:hover,
  .laptop\:focus\:-translate-x-small:focus,
  .laptop\:group:hover .group-hover\:-translate-x-small,
  .laptop\:group:focus-within .group-focus-within\:-translate-x-small {
    transform: translateX(calc(-1rem));
  }
  .laptop\:-translate-y-small,
  .laptop\:hover\:-translate-y-small:hover,
  .laptop\:focus\:-translate-y-small:focus,
  .laptop\:group:hover .group-hover\:-translate-y-small,
  .laptop\:group:focus-within .group-focus-within\:-translate-y-small {
    transform: translateY(calc(-1rem));
  }
  .laptop\:translate-medium,
  .laptop\:hover\:translate-medium:hover,
  .laptop\:focus\:translate-medium:focus,
  .laptop\:group:hover .group-hover\:translate-medium,
  .laptop\:group:focus-within .group-focus-within\:translate-medium {
    transform: translate(1.5rem, 1.5rem);
  }
  .laptop\:translate-x-medium,
  .laptop\:hover\:translate-x-medium:hover,
  .laptop\:focus\:translate-x-medium:focus,
  .laptop\:group:hover .group-hover\:translate-x-medium,
  .laptop\:group:focus-within .group-focus-within\:translate-x-medium {
    transform: translateX(1.5rem);
  }
  .laptop\:translate-y-medium,
  .laptop\:hover\:translate-y-medium:hover,
  .laptop\:focus\:translate-y-medium:focus,
  .laptop\:group:hover .group-hover\:translate-y-medium,
  .laptop\:group:focus-within .group-focus-within\:translate-y-medium {
    transform: translateY(1.5rem);
  }
  .laptop\:-translate-medium,
  .laptop\:hover\:-translate-medium:hover,
  .laptop\:focus\:-translate-medium:focus,
  .laptop\:group:hover .group-hover\:-translate-medium,
  .laptop\:group:focus-within .group-focus-within\:-translate-medium {
    transform: translate(calc(-1.5rem), calc(-1.5rem));
  }
  .laptop\:-translate-x-medium,
  .laptop\:hover\:-translate-x-medium:hover,
  .laptop\:focus\:-translate-x-medium:focus,
  .laptop\:group:hover .group-hover\:-translate-x-medium,
  .laptop\:group:focus-within .group-focus-within\:-translate-x-medium {
    transform: translateX(calc(-1.5rem));
  }
  .laptop\:-translate-y-medium,
  .laptop\:hover\:-translate-y-medium:hover,
  .laptop\:focus\:-translate-y-medium:focus,
  .laptop\:group:hover .group-hover\:-translate-y-medium,
  .laptop\:group:focus-within .group-focus-within\:-translate-y-medium {
    transform: translateY(calc(-1.5rem));
  }
  .laptop\:translate-large,
  .laptop\:hover\:translate-large:hover,
  .laptop\:focus\:translate-large:focus,
  .laptop\:group:hover .group-hover\:translate-large,
  .laptop\:group:focus-within .group-focus-within\:translate-large {
    transform: translate(2rem, 2rem);
  }
  .laptop\:translate-x-large,
  .laptop\:hover\:translate-x-large:hover,
  .laptop\:focus\:translate-x-large:focus,
  .laptop\:group:hover .group-hover\:translate-x-large,
  .laptop\:group:focus-within .group-focus-within\:translate-x-large {
    transform: translateX(2rem);
  }
  .laptop\:translate-y-large,
  .laptop\:hover\:translate-y-large:hover,
  .laptop\:focus\:translate-y-large:focus,
  .laptop\:group:hover .group-hover\:translate-y-large,
  .laptop\:group:focus-within .group-focus-within\:translate-y-large {
    transform: translateY(2rem);
  }
  .laptop\:-translate-large,
  .laptop\:hover\:-translate-large:hover,
  .laptop\:focus\:-translate-large:focus,
  .laptop\:group:hover .group-hover\:-translate-large,
  .laptop\:group:focus-within .group-focus-within\:-translate-large {
    transform: translate(calc(-2rem), calc(-2rem));
  }
  .laptop\:-translate-x-large,
  .laptop\:hover\:-translate-x-large:hover,
  .laptop\:focus\:-translate-x-large:focus,
  .laptop\:group:hover .group-hover\:-translate-x-large,
  .laptop\:group:focus-within .group-focus-within\:-translate-x-large {
    transform: translateX(calc(-2rem));
  }
  .laptop\:-translate-y-large,
  .laptop\:hover\:-translate-y-large:hover,
  .laptop\:focus\:-translate-y-large:focus,
  .laptop\:group:hover .group-hover\:-translate-y-large,
  .laptop\:group:focus-within .group-focus-within\:-translate-y-large {
    transform: translateY(calc(-2rem));
  }
  .laptop\:translate-extra-large,
  .laptop\:hover\:translate-extra-large:hover,
  .laptop\:focus\:translate-extra-large:focus,
  .laptop\:group:hover .group-hover\:translate-extra-large,
  .laptop\:group:focus-within .group-focus-within\:translate-extra-large {
    transform: translate(2.5rem, 2.5rem);
  }
  .laptop\:translate-x-extra-large,
  .laptop\:hover\:translate-x-extra-large:hover,
  .laptop\:focus\:translate-x-extra-large:focus,
  .laptop\:group:hover .group-hover\:translate-x-extra-large,
  .laptop\:group:focus-within .group-focus-within\:translate-x-extra-large {
    transform: translateX(2.5rem);
  }
  .laptop\:translate-y-extra-large,
  .laptop\:hover\:translate-y-extra-large:hover,
  .laptop\:focus\:translate-y-extra-large:focus,
  .laptop\:group:hover .group-hover\:translate-y-extra-large,
  .laptop\:group:focus-within .group-focus-within\:translate-y-extra-large {
    transform: translateY(2.5rem);
  }
  .laptop\:-translate-extra-large,
  .laptop\:hover\:-translate-extra-large:hover,
  .laptop\:focus\:-translate-extra-large:focus,
  .laptop\:group:hover .group-hover\:-translate-extra-large,
  .laptop\:group:focus-within .group-focus-within\:-translate-extra-large {
    transform: translate(calc(-2.5rem), calc(-2.5rem));
  }
  .laptop\:-translate-x-extra-large,
  .laptop\:hover\:-translate-x-extra-large:hover,
  .laptop\:focus\:-translate-x-extra-large:focus,
  .laptop\:group:hover .group-hover\:-translate-x-extra-large,
  .laptop\:group:focus-within .group-focus-within\:-translate-x-extra-large {
    transform: translateX(calc(-2.5rem));
  }
  .laptop\:-translate-y-extra-large,
  .laptop\:hover\:-translate-y-extra-large:hover,
  .laptop\:focus\:-translate-y-extra-large:focus,
  .laptop\:group:hover .group-hover\:-translate-y-extra-large,
  .laptop\:group:focus-within .group-focus-within\:-translate-y-extra-large {
    transform: translateY(calc(-2.5rem));
  }
  .laptop\:translate-huge,
  .laptop\:hover\:translate-huge:hover,
  .laptop\:focus\:translate-huge:focus,
  .laptop\:group:hover .group-hover\:translate-huge,
  .laptop\:group:focus-within .group-focus-within\:translate-huge {
    transform: translate(5rem, 5rem);
  }
  .laptop\:translate-x-huge,
  .laptop\:hover\:translate-x-huge:hover,
  .laptop\:focus\:translate-x-huge:focus,
  .laptop\:group:hover .group-hover\:translate-x-huge,
  .laptop\:group:focus-within .group-focus-within\:translate-x-huge {
    transform: translateX(5rem);
  }
  .laptop\:translate-y-huge,
  .laptop\:hover\:translate-y-huge:hover,
  .laptop\:focus\:translate-y-huge:focus,
  .laptop\:group:hover .group-hover\:translate-y-huge,
  .laptop\:group:focus-within .group-focus-within\:translate-y-huge {
    transform: translateY(5rem);
  }
  .laptop\:-translate-huge,
  .laptop\:hover\:-translate-huge:hover,
  .laptop\:focus\:-translate-huge:focus,
  .laptop\:group:hover .group-hover\:-translate-huge,
  .laptop\:group:focus-within .group-focus-within\:-translate-huge {
    transform: translate(calc(-5rem), calc(-5rem));
  }
  .laptop\:-translate-x-huge,
  .laptop\:hover\:-translate-x-huge:hover,
  .laptop\:focus\:-translate-x-huge:focus,
  .laptop\:group:hover .group-hover\:-translate-x-huge,
  .laptop\:group:focus-within .group-focus-within\:-translate-x-huge {
    transform: translateX(calc(-5rem));
  }
  .laptop\:-translate-y-huge,
  .laptop\:hover\:-translate-y-huge:hover,
  .laptop\:focus\:-translate-y-huge:focus,
  .laptop\:group:hover .group-hover\:-translate-y-huge,
  .laptop\:group:focus-within .group-focus-within\:-translate-y-huge {
    transform: translateY(calc(-5rem));
  }
  .laptop\:translate-full,
  .laptop\:hover\:translate-full:hover,
  .laptop\:focus\:translate-full:focus,
  .laptop\:group:hover .group-hover\:translate-full,
  .laptop\:group:focus-within .group-focus-within\:translate-full {
    transform: translate(100%, 100%);
  }
  .laptop\:translate-x-full,
  .laptop\:hover\:translate-x-full:hover,
  .laptop\:focus\:translate-x-full:focus,
  .laptop\:group:hover .group-hover\:translate-x-full,
  .laptop\:group:focus-within .group-focus-within\:translate-x-full {
    transform: translateX(100%);
  }
  .laptop\:translate-y-full,
  .laptop\:hover\:translate-y-full:hover,
  .laptop\:focus\:translate-y-full:focus,
  .laptop\:group:hover .group-hover\:translate-y-full,
  .laptop\:group:focus-within .group-focus-within\:translate-y-full {
    transform: translateY(100%);
  }
  .laptop\:-translate-full,
  .laptop\:hover\:-translate-full:hover,
  .laptop\:focus\:-translate-full:focus,
  .laptop\:group:hover .group-hover\:-translate-full,
  .laptop\:group:focus-within .group-focus-within\:-translate-full {
    transform: translate(calc(-100%), calc(-100%));
  }
  .laptop\:-translate-x-full,
  .laptop\:hover\:-translate-x-full:hover,
  .laptop\:focus\:-translate-x-full:focus,
  .laptop\:group:hover .group-hover\:-translate-x-full,
  .laptop\:group:focus-within .group-focus-within\:-translate-x-full {
    transform: translateX(calc(-100%));
  }
  .laptop\:-translate-y-full,
  .laptop\:hover\:-translate-y-full:hover,
  .laptop\:focus\:-translate-y-full:focus,
  .laptop\:group:hover .group-hover\:-translate-y-full,
  .laptop\:group:focus-within .group-focus-within\:-translate-y-full {
    transform: translateY(calc(-100%));
  }
  .flip-h {
    transform: scaleX(-1);
  }
  .flip-v {
    transform: scaleY(-1);
  }
  .laptop\:-rotate-0,
  .laptop\:hover\:-rotate-0:hover,
  .laptop\:focus\:-rotate-0:focus,
  .laptop\:group:hover .group-hover\:-rotate-0,
  .laptop\:group:focus-within .group-focus-within\:-rotate-0 {
    transform: rotate(-0deg);
  }
  .laptop\:-rotate-1,
  .laptop\:hover\:-rotate-1:hover,
  .laptop\:focus\:-rotate-1:focus,
  .laptop\:group:hover .group-hover\:-rotate-1,
  .laptop\:group:focus-within .group-focus-within\:-rotate-1 {
    transform: rotate(-1deg);
  }
  .laptop\:-rotate-2,
  .laptop\:hover\:-rotate-2:hover,
  .laptop\:focus\:-rotate-2:focus,
  .laptop\:group:hover .group-hover\:-rotate-2,
  .laptop\:group:focus-within .group-focus-within\:-rotate-2 {
    transform: rotate(-2deg);
  }
  .laptop\:-rotate-3,
  .laptop\:hover\:-rotate-3:hover,
  .laptop\:focus\:-rotate-3:focus,
  .laptop\:group:hover .group-hover\:-rotate-3,
  .laptop\:group:focus-within .group-focus-within\:-rotate-3 {
    transform: rotate(-3deg);
  }
  .laptop\:-rotate-4,
  .laptop\:hover\:-rotate-4:hover,
  .laptop\:focus\:-rotate-4:focus,
  .laptop\:group:hover .group-hover\:-rotate-4,
  .laptop\:group:focus-within .group-focus-within\:-rotate-4 {
    transform: rotate(-4deg);
  }
  .laptop\:-rotate-5,
  .laptop\:hover\:-rotate-5:hover,
  .laptop\:focus\:-rotate-5:focus,
  .laptop\:group:hover .group-hover\:-rotate-5,
  .laptop\:group:focus-within .group-focus-within\:-rotate-5 {
    transform: rotate(-5deg);
  }
  .laptop\:-rotate-6,
  .laptop\:hover\:-rotate-6:hover,
  .laptop\:focus\:-rotate-6:focus,
  .laptop\:group:hover .group-hover\:-rotate-6,
  .laptop\:group:focus-within .group-focus-within\:-rotate-6 {
    transform: rotate(-6deg);
  }
  .laptop\:-rotate-7,
  .laptop\:hover\:-rotate-7:hover,
  .laptop\:focus\:-rotate-7:focus,
  .laptop\:group:hover .group-hover\:-rotate-7,
  .laptop\:group:focus-within .group-focus-within\:-rotate-7 {
    transform: rotate(-7deg);
  }
  .laptop\:-rotate-8,
  .laptop\:hover\:-rotate-8:hover,
  .laptop\:focus\:-rotate-8:focus,
  .laptop\:group:hover .group-hover\:-rotate-8,
  .laptop\:group:focus-within .group-focus-within\:-rotate-8 {
    transform: rotate(-8deg);
  }
  .laptop\:-rotate-9,
  .laptop\:hover\:-rotate-9:hover,
  .laptop\:focus\:-rotate-9:focus,
  .laptop\:group:hover .group-hover\:-rotate-9,
  .laptop\:group:focus-within .group-focus-within\:-rotate-9 {
    transform: rotate(-9deg);
  }
  .laptop\:-rotate-10,
  .laptop\:hover\:-rotate-10:hover,
  .laptop\:focus\:-rotate-10:focus,
  .laptop\:group:hover .group-hover\:-rotate-10,
  .laptop\:group:focus-within .group-focus-within\:-rotate-10 {
    transform: rotate(-10deg);
  }
  .laptop\:-rotate-11,
  .laptop\:hover\:-rotate-11:hover,
  .laptop\:focus\:-rotate-11:focus,
  .laptop\:group:hover .group-hover\:-rotate-11,
  .laptop\:group:focus-within .group-focus-within\:-rotate-11 {
    transform: rotate(-11deg);
  }
  .laptop\:-rotate-12,
  .laptop\:hover\:-rotate-12:hover,
  .laptop\:focus\:-rotate-12:focus,
  .laptop\:group:hover .group-hover\:-rotate-12,
  .laptop\:group:focus-within .group-focus-within\:-rotate-12 {
    transform: rotate(-12deg);
  }
  .laptop\:-rotate-13,
  .laptop\:hover\:-rotate-13:hover,
  .laptop\:focus\:-rotate-13:focus,
  .laptop\:group:hover .group-hover\:-rotate-13,
  .laptop\:group:focus-within .group-focus-within\:-rotate-13 {
    transform: rotate(-13deg);
  }
  .laptop\:-rotate-14,
  .laptop\:hover\:-rotate-14:hover,
  .laptop\:focus\:-rotate-14:focus,
  .laptop\:group:hover .group-hover\:-rotate-14,
  .laptop\:group:focus-within .group-focus-within\:-rotate-14 {
    transform: rotate(-14deg);
  }
  .laptop\:-rotate-15,
  .laptop\:hover\:-rotate-15:hover,
  .laptop\:focus\:-rotate-15:focus,
  .laptop\:group:hover .group-hover\:-rotate-15,
  .laptop\:group:focus-within .group-focus-within\:-rotate-15 {
    transform: rotate(-15deg);
  }
  .laptop\:-rotate-16,
  .laptop\:hover\:-rotate-16:hover,
  .laptop\:focus\:-rotate-16:focus,
  .laptop\:group:hover .group-hover\:-rotate-16,
  .laptop\:group:focus-within .group-focus-within\:-rotate-16 {
    transform: rotate(-16deg);
  }
  .laptop\:-rotate-17,
  .laptop\:hover\:-rotate-17:hover,
  .laptop\:focus\:-rotate-17:focus,
  .laptop\:group:hover .group-hover\:-rotate-17,
  .laptop\:group:focus-within .group-focus-within\:-rotate-17 {
    transform: rotate(-17deg);
  }
  .laptop\:-rotate-18,
  .laptop\:hover\:-rotate-18:hover,
  .laptop\:focus\:-rotate-18:focus,
  .laptop\:group:hover .group-hover\:-rotate-18,
  .laptop\:group:focus-within .group-focus-within\:-rotate-18 {
    transform: rotate(-18deg);
  }
  .laptop\:-rotate-19,
  .laptop\:hover\:-rotate-19:hover,
  .laptop\:focus\:-rotate-19:focus,
  .laptop\:group:hover .group-hover\:-rotate-19,
  .laptop\:group:focus-within .group-focus-within\:-rotate-19 {
    transform: rotate(-19deg);
  }
  .laptop\:-rotate-20,
  .laptop\:hover\:-rotate-20:hover,
  .laptop\:focus\:-rotate-20:focus,
  .laptop\:group:hover .group-hover\:-rotate-20,
  .laptop\:group:focus-within .group-focus-within\:-rotate-20 {
    transform: rotate(-20deg);
  }
  .laptop\:-rotate-21,
  .laptop\:hover\:-rotate-21:hover,
  .laptop\:focus\:-rotate-21:focus,
  .laptop\:group:hover .group-hover\:-rotate-21,
  .laptop\:group:focus-within .group-focus-within\:-rotate-21 {
    transform: rotate(-21deg);
  }
  .laptop\:-rotate-22,
  .laptop\:hover\:-rotate-22:hover,
  .laptop\:focus\:-rotate-22:focus,
  .laptop\:group:hover .group-hover\:-rotate-22,
  .laptop\:group:focus-within .group-focus-within\:-rotate-22 {
    transform: rotate(-22deg);
  }
  .laptop\:-rotate-23,
  .laptop\:hover\:-rotate-23:hover,
  .laptop\:focus\:-rotate-23:focus,
  .laptop\:group:hover .group-hover\:-rotate-23,
  .laptop\:group:focus-within .group-focus-within\:-rotate-23 {
    transform: rotate(-23deg);
  }
  .laptop\:-rotate-24,
  .laptop\:hover\:-rotate-24:hover,
  .laptop\:focus\:-rotate-24:focus,
  .laptop\:group:hover .group-hover\:-rotate-24,
  .laptop\:group:focus-within .group-focus-within\:-rotate-24 {
    transform: rotate(-24deg);
  }
  .laptop\:-rotate-25,
  .laptop\:hover\:-rotate-25:hover,
  .laptop\:focus\:-rotate-25:focus,
  .laptop\:group:hover .group-hover\:-rotate-25,
  .laptop\:group:focus-within .group-focus-within\:-rotate-25 {
    transform: rotate(-25deg);
  }
  .laptop\:-rotate-26,
  .laptop\:hover\:-rotate-26:hover,
  .laptop\:focus\:-rotate-26:focus,
  .laptop\:group:hover .group-hover\:-rotate-26,
  .laptop\:group:focus-within .group-focus-within\:-rotate-26 {
    transform: rotate(-26deg);
  }
  .laptop\:-rotate-27,
  .laptop\:hover\:-rotate-27:hover,
  .laptop\:focus\:-rotate-27:focus,
  .laptop\:group:hover .group-hover\:-rotate-27,
  .laptop\:group:focus-within .group-focus-within\:-rotate-27 {
    transform: rotate(-27deg);
  }
  .laptop\:-rotate-28,
  .laptop\:hover\:-rotate-28:hover,
  .laptop\:focus\:-rotate-28:focus,
  .laptop\:group:hover .group-hover\:-rotate-28,
  .laptop\:group:focus-within .group-focus-within\:-rotate-28 {
    transform: rotate(-28deg);
  }
  .laptop\:-rotate-29,
  .laptop\:hover\:-rotate-29:hover,
  .laptop\:focus\:-rotate-29:focus,
  .laptop\:group:hover .group-hover\:-rotate-29,
  .laptop\:group:focus-within .group-focus-within\:-rotate-29 {
    transform: rotate(-29deg);
  }
  .laptop\:-rotate-30,
  .laptop\:hover\:-rotate-30:hover,
  .laptop\:focus\:-rotate-30:focus,
  .laptop\:group:hover .group-hover\:-rotate-30,
  .laptop\:group:focus-within .group-focus-within\:-rotate-30 {
    transform: rotate(-30deg);
  }
  .laptop\:-rotate-31,
  .laptop\:hover\:-rotate-31:hover,
  .laptop\:focus\:-rotate-31:focus,
  .laptop\:group:hover .group-hover\:-rotate-31,
  .laptop\:group:focus-within .group-focus-within\:-rotate-31 {
    transform: rotate(-31deg);
  }
  .laptop\:-rotate-32,
  .laptop\:hover\:-rotate-32:hover,
  .laptop\:focus\:-rotate-32:focus,
  .laptop\:group:hover .group-hover\:-rotate-32,
  .laptop\:group:focus-within .group-focus-within\:-rotate-32 {
    transform: rotate(-32deg);
  }
  .laptop\:-rotate-33,
  .laptop\:hover\:-rotate-33:hover,
  .laptop\:focus\:-rotate-33:focus,
  .laptop\:group:hover .group-hover\:-rotate-33,
  .laptop\:group:focus-within .group-focus-within\:-rotate-33 {
    transform: rotate(-33deg);
  }
  .laptop\:-rotate-34,
  .laptop\:hover\:-rotate-34:hover,
  .laptop\:focus\:-rotate-34:focus,
  .laptop\:group:hover .group-hover\:-rotate-34,
  .laptop\:group:focus-within .group-focus-within\:-rotate-34 {
    transform: rotate(-34deg);
  }
  .laptop\:-rotate-35,
  .laptop\:hover\:-rotate-35:hover,
  .laptop\:focus\:-rotate-35:focus,
  .laptop\:group:hover .group-hover\:-rotate-35,
  .laptop\:group:focus-within .group-focus-within\:-rotate-35 {
    transform: rotate(-35deg);
  }
  .laptop\:-rotate-36,
  .laptop\:hover\:-rotate-36:hover,
  .laptop\:focus\:-rotate-36:focus,
  .laptop\:group:hover .group-hover\:-rotate-36,
  .laptop\:group:focus-within .group-focus-within\:-rotate-36 {
    transform: rotate(-36deg);
  }
  .laptop\:-rotate-37,
  .laptop\:hover\:-rotate-37:hover,
  .laptop\:focus\:-rotate-37:focus,
  .laptop\:group:hover .group-hover\:-rotate-37,
  .laptop\:group:focus-within .group-focus-within\:-rotate-37 {
    transform: rotate(-37deg);
  }
  .laptop\:-rotate-38,
  .laptop\:hover\:-rotate-38:hover,
  .laptop\:focus\:-rotate-38:focus,
  .laptop\:group:hover .group-hover\:-rotate-38,
  .laptop\:group:focus-within .group-focus-within\:-rotate-38 {
    transform: rotate(-38deg);
  }
  .laptop\:-rotate-39,
  .laptop\:hover\:-rotate-39:hover,
  .laptop\:focus\:-rotate-39:focus,
  .laptop\:group:hover .group-hover\:-rotate-39,
  .laptop\:group:focus-within .group-focus-within\:-rotate-39 {
    transform: rotate(-39deg);
  }
  .laptop\:-rotate-40,
  .laptop\:hover\:-rotate-40:hover,
  .laptop\:focus\:-rotate-40:focus,
  .laptop\:group:hover .group-hover\:-rotate-40,
  .laptop\:group:focus-within .group-focus-within\:-rotate-40 {
    transform: rotate(-40deg);
  }
  .laptop\:-rotate-41,
  .laptop\:hover\:-rotate-41:hover,
  .laptop\:focus\:-rotate-41:focus,
  .laptop\:group:hover .group-hover\:-rotate-41,
  .laptop\:group:focus-within .group-focus-within\:-rotate-41 {
    transform: rotate(-41deg);
  }
  .laptop\:-rotate-42,
  .laptop\:hover\:-rotate-42:hover,
  .laptop\:focus\:-rotate-42:focus,
  .laptop\:group:hover .group-hover\:-rotate-42,
  .laptop\:group:focus-within .group-focus-within\:-rotate-42 {
    transform: rotate(-42deg);
  }
  .laptop\:-rotate-43,
  .laptop\:hover\:-rotate-43:hover,
  .laptop\:focus\:-rotate-43:focus,
  .laptop\:group:hover .group-hover\:-rotate-43,
  .laptop\:group:focus-within .group-focus-within\:-rotate-43 {
    transform: rotate(-43deg);
  }
  .laptop\:-rotate-44,
  .laptop\:hover\:-rotate-44:hover,
  .laptop\:focus\:-rotate-44:focus,
  .laptop\:group:hover .group-hover\:-rotate-44,
  .laptop\:group:focus-within .group-focus-within\:-rotate-44 {
    transform: rotate(-44deg);
  }
  .laptop\:-rotate-45,
  .laptop\:hover\:-rotate-45:hover,
  .laptop\:focus\:-rotate-45:focus,
  .laptop\:group:hover .group-hover\:-rotate-45,
  .laptop\:group:focus-within .group-focus-within\:-rotate-45 {
    transform: rotate(-45deg);
  }
  .laptop\:-rotate-46,
  .laptop\:hover\:-rotate-46:hover,
  .laptop\:focus\:-rotate-46:focus,
  .laptop\:group:hover .group-hover\:-rotate-46,
  .laptop\:group:focus-within .group-focus-within\:-rotate-46 {
    transform: rotate(-46deg);
  }
  .laptop\:-rotate-47,
  .laptop\:hover\:-rotate-47:hover,
  .laptop\:focus\:-rotate-47:focus,
  .laptop\:group:hover .group-hover\:-rotate-47,
  .laptop\:group:focus-within .group-focus-within\:-rotate-47 {
    transform: rotate(-47deg);
  }
  .laptop\:-rotate-48,
  .laptop\:hover\:-rotate-48:hover,
  .laptop\:focus\:-rotate-48:focus,
  .laptop\:group:hover .group-hover\:-rotate-48,
  .laptop\:group:focus-within .group-focus-within\:-rotate-48 {
    transform: rotate(-48deg);
  }
  .laptop\:-rotate-49,
  .laptop\:hover\:-rotate-49:hover,
  .laptop\:focus\:-rotate-49:focus,
  .laptop\:group:hover .group-hover\:-rotate-49,
  .laptop\:group:focus-within .group-focus-within\:-rotate-49 {
    transform: rotate(-49deg);
  }
  .laptop\:-rotate-50,
  .laptop\:hover\:-rotate-50:hover,
  .laptop\:focus\:-rotate-50:focus,
  .laptop\:group:hover .group-hover\:-rotate-50,
  .laptop\:group:focus-within .group-focus-within\:-rotate-50 {
    transform: rotate(-50deg);
  }
  .laptop\:-rotate-51,
  .laptop\:hover\:-rotate-51:hover,
  .laptop\:focus\:-rotate-51:focus,
  .laptop\:group:hover .group-hover\:-rotate-51,
  .laptop\:group:focus-within .group-focus-within\:-rotate-51 {
    transform: rotate(-51deg);
  }
  .laptop\:-rotate-52,
  .laptop\:hover\:-rotate-52:hover,
  .laptop\:focus\:-rotate-52:focus,
  .laptop\:group:hover .group-hover\:-rotate-52,
  .laptop\:group:focus-within .group-focus-within\:-rotate-52 {
    transform: rotate(-52deg);
  }
  .laptop\:-rotate-53,
  .laptop\:hover\:-rotate-53:hover,
  .laptop\:focus\:-rotate-53:focus,
  .laptop\:group:hover .group-hover\:-rotate-53,
  .laptop\:group:focus-within .group-focus-within\:-rotate-53 {
    transform: rotate(-53deg);
  }
  .laptop\:-rotate-54,
  .laptop\:hover\:-rotate-54:hover,
  .laptop\:focus\:-rotate-54:focus,
  .laptop\:group:hover .group-hover\:-rotate-54,
  .laptop\:group:focus-within .group-focus-within\:-rotate-54 {
    transform: rotate(-54deg);
  }
  .laptop\:-rotate-55,
  .laptop\:hover\:-rotate-55:hover,
  .laptop\:focus\:-rotate-55:focus,
  .laptop\:group:hover .group-hover\:-rotate-55,
  .laptop\:group:focus-within .group-focus-within\:-rotate-55 {
    transform: rotate(-55deg);
  }
  .laptop\:-rotate-56,
  .laptop\:hover\:-rotate-56:hover,
  .laptop\:focus\:-rotate-56:focus,
  .laptop\:group:hover .group-hover\:-rotate-56,
  .laptop\:group:focus-within .group-focus-within\:-rotate-56 {
    transform: rotate(-56deg);
  }
  .laptop\:-rotate-57,
  .laptop\:hover\:-rotate-57:hover,
  .laptop\:focus\:-rotate-57:focus,
  .laptop\:group:hover .group-hover\:-rotate-57,
  .laptop\:group:focus-within .group-focus-within\:-rotate-57 {
    transform: rotate(-57deg);
  }
  .laptop\:-rotate-58,
  .laptop\:hover\:-rotate-58:hover,
  .laptop\:focus\:-rotate-58:focus,
  .laptop\:group:hover .group-hover\:-rotate-58,
  .laptop\:group:focus-within .group-focus-within\:-rotate-58 {
    transform: rotate(-58deg);
  }
  .laptop\:-rotate-59,
  .laptop\:hover\:-rotate-59:hover,
  .laptop\:focus\:-rotate-59:focus,
  .laptop\:group:hover .group-hover\:-rotate-59,
  .laptop\:group:focus-within .group-focus-within\:-rotate-59 {
    transform: rotate(-59deg);
  }
  .laptop\:-rotate-60,
  .laptop\:hover\:-rotate-60:hover,
  .laptop\:focus\:-rotate-60:focus,
  .laptop\:group:hover .group-hover\:-rotate-60,
  .laptop\:group:focus-within .group-focus-within\:-rotate-60 {
    transform: rotate(-60deg);
  }
  .laptop\:-rotate-61,
  .laptop\:hover\:-rotate-61:hover,
  .laptop\:focus\:-rotate-61:focus,
  .laptop\:group:hover .group-hover\:-rotate-61,
  .laptop\:group:focus-within .group-focus-within\:-rotate-61 {
    transform: rotate(-61deg);
  }
  .laptop\:-rotate-62,
  .laptop\:hover\:-rotate-62:hover,
  .laptop\:focus\:-rotate-62:focus,
  .laptop\:group:hover .group-hover\:-rotate-62,
  .laptop\:group:focus-within .group-focus-within\:-rotate-62 {
    transform: rotate(-62deg);
  }
  .laptop\:-rotate-63,
  .laptop\:hover\:-rotate-63:hover,
  .laptop\:focus\:-rotate-63:focus,
  .laptop\:group:hover .group-hover\:-rotate-63,
  .laptop\:group:focus-within .group-focus-within\:-rotate-63 {
    transform: rotate(-63deg);
  }
  .laptop\:-rotate-64,
  .laptop\:hover\:-rotate-64:hover,
  .laptop\:focus\:-rotate-64:focus,
  .laptop\:group:hover .group-hover\:-rotate-64,
  .laptop\:group:focus-within .group-focus-within\:-rotate-64 {
    transform: rotate(-64deg);
  }
  .laptop\:-rotate-65,
  .laptop\:hover\:-rotate-65:hover,
  .laptop\:focus\:-rotate-65:focus,
  .laptop\:group:hover .group-hover\:-rotate-65,
  .laptop\:group:focus-within .group-focus-within\:-rotate-65 {
    transform: rotate(-65deg);
  }
  .laptop\:-rotate-66,
  .laptop\:hover\:-rotate-66:hover,
  .laptop\:focus\:-rotate-66:focus,
  .laptop\:group:hover .group-hover\:-rotate-66,
  .laptop\:group:focus-within .group-focus-within\:-rotate-66 {
    transform: rotate(-66deg);
  }
  .laptop\:-rotate-67,
  .laptop\:hover\:-rotate-67:hover,
  .laptop\:focus\:-rotate-67:focus,
  .laptop\:group:hover .group-hover\:-rotate-67,
  .laptop\:group:focus-within .group-focus-within\:-rotate-67 {
    transform: rotate(-67deg);
  }
  .laptop\:-rotate-68,
  .laptop\:hover\:-rotate-68:hover,
  .laptop\:focus\:-rotate-68:focus,
  .laptop\:group:hover .group-hover\:-rotate-68,
  .laptop\:group:focus-within .group-focus-within\:-rotate-68 {
    transform: rotate(-68deg);
  }
  .laptop\:-rotate-69,
  .laptop\:hover\:-rotate-69:hover,
  .laptop\:focus\:-rotate-69:focus,
  .laptop\:group:hover .group-hover\:-rotate-69,
  .laptop\:group:focus-within .group-focus-within\:-rotate-69 {
    transform: rotate(-69deg);
  }
  .laptop\:-rotate-70,
  .laptop\:hover\:-rotate-70:hover,
  .laptop\:focus\:-rotate-70:focus,
  .laptop\:group:hover .group-hover\:-rotate-70,
  .laptop\:group:focus-within .group-focus-within\:-rotate-70 {
    transform: rotate(-70deg);
  }
  .laptop\:-rotate-71,
  .laptop\:hover\:-rotate-71:hover,
  .laptop\:focus\:-rotate-71:focus,
  .laptop\:group:hover .group-hover\:-rotate-71,
  .laptop\:group:focus-within .group-focus-within\:-rotate-71 {
    transform: rotate(-71deg);
  }
  .laptop\:-rotate-72,
  .laptop\:hover\:-rotate-72:hover,
  .laptop\:focus\:-rotate-72:focus,
  .laptop\:group:hover .group-hover\:-rotate-72,
  .laptop\:group:focus-within .group-focus-within\:-rotate-72 {
    transform: rotate(-72deg);
  }
  .laptop\:-rotate-73,
  .laptop\:hover\:-rotate-73:hover,
  .laptop\:focus\:-rotate-73:focus,
  .laptop\:group:hover .group-hover\:-rotate-73,
  .laptop\:group:focus-within .group-focus-within\:-rotate-73 {
    transform: rotate(-73deg);
  }
  .laptop\:-rotate-74,
  .laptop\:hover\:-rotate-74:hover,
  .laptop\:focus\:-rotate-74:focus,
  .laptop\:group:hover .group-hover\:-rotate-74,
  .laptop\:group:focus-within .group-focus-within\:-rotate-74 {
    transform: rotate(-74deg);
  }
  .laptop\:-rotate-75,
  .laptop\:hover\:-rotate-75:hover,
  .laptop\:focus\:-rotate-75:focus,
  .laptop\:group:hover .group-hover\:-rotate-75,
  .laptop\:group:focus-within .group-focus-within\:-rotate-75 {
    transform: rotate(-75deg);
  }
  .laptop\:-rotate-76,
  .laptop\:hover\:-rotate-76:hover,
  .laptop\:focus\:-rotate-76:focus,
  .laptop\:group:hover .group-hover\:-rotate-76,
  .laptop\:group:focus-within .group-focus-within\:-rotate-76 {
    transform: rotate(-76deg);
  }
  .laptop\:-rotate-77,
  .laptop\:hover\:-rotate-77:hover,
  .laptop\:focus\:-rotate-77:focus,
  .laptop\:group:hover .group-hover\:-rotate-77,
  .laptop\:group:focus-within .group-focus-within\:-rotate-77 {
    transform: rotate(-77deg);
  }
  .laptop\:-rotate-78,
  .laptop\:hover\:-rotate-78:hover,
  .laptop\:focus\:-rotate-78:focus,
  .laptop\:group:hover .group-hover\:-rotate-78,
  .laptop\:group:focus-within .group-focus-within\:-rotate-78 {
    transform: rotate(-78deg);
  }
  .laptop\:-rotate-79,
  .laptop\:hover\:-rotate-79:hover,
  .laptop\:focus\:-rotate-79:focus,
  .laptop\:group:hover .group-hover\:-rotate-79,
  .laptop\:group:focus-within .group-focus-within\:-rotate-79 {
    transform: rotate(-79deg);
  }
  .laptop\:-rotate-80,
  .laptop\:hover\:-rotate-80:hover,
  .laptop\:focus\:-rotate-80:focus,
  .laptop\:group:hover .group-hover\:-rotate-80,
  .laptop\:group:focus-within .group-focus-within\:-rotate-80 {
    transform: rotate(-80deg);
  }
  .laptop\:-rotate-81,
  .laptop\:hover\:-rotate-81:hover,
  .laptop\:focus\:-rotate-81:focus,
  .laptop\:group:hover .group-hover\:-rotate-81,
  .laptop\:group:focus-within .group-focus-within\:-rotate-81 {
    transform: rotate(-81deg);
  }
  .laptop\:-rotate-82,
  .laptop\:hover\:-rotate-82:hover,
  .laptop\:focus\:-rotate-82:focus,
  .laptop\:group:hover .group-hover\:-rotate-82,
  .laptop\:group:focus-within .group-focus-within\:-rotate-82 {
    transform: rotate(-82deg);
  }
  .laptop\:-rotate-83,
  .laptop\:hover\:-rotate-83:hover,
  .laptop\:focus\:-rotate-83:focus,
  .laptop\:group:hover .group-hover\:-rotate-83,
  .laptop\:group:focus-within .group-focus-within\:-rotate-83 {
    transform: rotate(-83deg);
  }
  .laptop\:-rotate-84,
  .laptop\:hover\:-rotate-84:hover,
  .laptop\:focus\:-rotate-84:focus,
  .laptop\:group:hover .group-hover\:-rotate-84,
  .laptop\:group:focus-within .group-focus-within\:-rotate-84 {
    transform: rotate(-84deg);
  }
  .laptop\:-rotate-85,
  .laptop\:hover\:-rotate-85:hover,
  .laptop\:focus\:-rotate-85:focus,
  .laptop\:group:hover .group-hover\:-rotate-85,
  .laptop\:group:focus-within .group-focus-within\:-rotate-85 {
    transform: rotate(-85deg);
  }
  .laptop\:-rotate-86,
  .laptop\:hover\:-rotate-86:hover,
  .laptop\:focus\:-rotate-86:focus,
  .laptop\:group:hover .group-hover\:-rotate-86,
  .laptop\:group:focus-within .group-focus-within\:-rotate-86 {
    transform: rotate(-86deg);
  }
  .laptop\:-rotate-87,
  .laptop\:hover\:-rotate-87:hover,
  .laptop\:focus\:-rotate-87:focus,
  .laptop\:group:hover .group-hover\:-rotate-87,
  .laptop\:group:focus-within .group-focus-within\:-rotate-87 {
    transform: rotate(-87deg);
  }
  .laptop\:-rotate-88,
  .laptop\:hover\:-rotate-88:hover,
  .laptop\:focus\:-rotate-88:focus,
  .laptop\:group:hover .group-hover\:-rotate-88,
  .laptop\:group:focus-within .group-focus-within\:-rotate-88 {
    transform: rotate(-88deg);
  }
  .laptop\:-rotate-89,
  .laptop\:hover\:-rotate-89:hover,
  .laptop\:focus\:-rotate-89:focus,
  .laptop\:group:hover .group-hover\:-rotate-89,
  .laptop\:group:focus-within .group-focus-within\:-rotate-89 {
    transform: rotate(-89deg);
  }
  .laptop\:-rotate-90,
  .laptop\:hover\:-rotate-90:hover,
  .laptop\:focus\:-rotate-90:focus,
  .laptop\:group:hover .group-hover\:-rotate-90,
  .laptop\:group:focus-within .group-focus-within\:-rotate-90 {
    transform: rotate(-90deg);
  }
  .laptop\:-rotate-91,
  .laptop\:hover\:-rotate-91:hover,
  .laptop\:focus\:-rotate-91:focus,
  .laptop\:group:hover .group-hover\:-rotate-91,
  .laptop\:group:focus-within .group-focus-within\:-rotate-91 {
    transform: rotate(-91deg);
  }
  .laptop\:-rotate-92,
  .laptop\:hover\:-rotate-92:hover,
  .laptop\:focus\:-rotate-92:focus,
  .laptop\:group:hover .group-hover\:-rotate-92,
  .laptop\:group:focus-within .group-focus-within\:-rotate-92 {
    transform: rotate(-92deg);
  }
  .laptop\:-rotate-93,
  .laptop\:hover\:-rotate-93:hover,
  .laptop\:focus\:-rotate-93:focus,
  .laptop\:group:hover .group-hover\:-rotate-93,
  .laptop\:group:focus-within .group-focus-within\:-rotate-93 {
    transform: rotate(-93deg);
  }
  .laptop\:-rotate-94,
  .laptop\:hover\:-rotate-94:hover,
  .laptop\:focus\:-rotate-94:focus,
  .laptop\:group:hover .group-hover\:-rotate-94,
  .laptop\:group:focus-within .group-focus-within\:-rotate-94 {
    transform: rotate(-94deg);
  }
  .laptop\:-rotate-95,
  .laptop\:hover\:-rotate-95:hover,
  .laptop\:focus\:-rotate-95:focus,
  .laptop\:group:hover .group-hover\:-rotate-95,
  .laptop\:group:focus-within .group-focus-within\:-rotate-95 {
    transform: rotate(-95deg);
  }
  .laptop\:-rotate-96,
  .laptop\:hover\:-rotate-96:hover,
  .laptop\:focus\:-rotate-96:focus,
  .laptop\:group:hover .group-hover\:-rotate-96,
  .laptop\:group:focus-within .group-focus-within\:-rotate-96 {
    transform: rotate(-96deg);
  }
  .laptop\:-rotate-97,
  .laptop\:hover\:-rotate-97:hover,
  .laptop\:focus\:-rotate-97:focus,
  .laptop\:group:hover .group-hover\:-rotate-97,
  .laptop\:group:focus-within .group-focus-within\:-rotate-97 {
    transform: rotate(-97deg);
  }
  .laptop\:-rotate-98,
  .laptop\:hover\:-rotate-98:hover,
  .laptop\:focus\:-rotate-98:focus,
  .laptop\:group:hover .group-hover\:-rotate-98,
  .laptop\:group:focus-within .group-focus-within\:-rotate-98 {
    transform: rotate(-98deg);
  }
  .laptop\:-rotate-99,
  .laptop\:hover\:-rotate-99:hover,
  .laptop\:focus\:-rotate-99:focus,
  .laptop\:group:hover .group-hover\:-rotate-99,
  .laptop\:group:focus-within .group-focus-within\:-rotate-99 {
    transform: rotate(-99deg);
  }
  .laptop\:-rotate-100,
  .laptop\:hover\:-rotate-100:hover,
  .laptop\:focus\:-rotate-100:focus,
  .laptop\:group:hover .group-hover\:-rotate-100,
  .laptop\:group:focus-within .group-focus-within\:-rotate-100 {
    transform: rotate(-100deg);
  }
  .laptop\:-rotate-101,
  .laptop\:hover\:-rotate-101:hover,
  .laptop\:focus\:-rotate-101:focus,
  .laptop\:group:hover .group-hover\:-rotate-101,
  .laptop\:group:focus-within .group-focus-within\:-rotate-101 {
    transform: rotate(-101deg);
  }
  .laptop\:-rotate-102,
  .laptop\:hover\:-rotate-102:hover,
  .laptop\:focus\:-rotate-102:focus,
  .laptop\:group:hover .group-hover\:-rotate-102,
  .laptop\:group:focus-within .group-focus-within\:-rotate-102 {
    transform: rotate(-102deg);
  }
  .laptop\:-rotate-103,
  .laptop\:hover\:-rotate-103:hover,
  .laptop\:focus\:-rotate-103:focus,
  .laptop\:group:hover .group-hover\:-rotate-103,
  .laptop\:group:focus-within .group-focus-within\:-rotate-103 {
    transform: rotate(-103deg);
  }
  .laptop\:-rotate-104,
  .laptop\:hover\:-rotate-104:hover,
  .laptop\:focus\:-rotate-104:focus,
  .laptop\:group:hover .group-hover\:-rotate-104,
  .laptop\:group:focus-within .group-focus-within\:-rotate-104 {
    transform: rotate(-104deg);
  }
  .laptop\:-rotate-105,
  .laptop\:hover\:-rotate-105:hover,
  .laptop\:focus\:-rotate-105:focus,
  .laptop\:group:hover .group-hover\:-rotate-105,
  .laptop\:group:focus-within .group-focus-within\:-rotate-105 {
    transform: rotate(-105deg);
  }
  .laptop\:-rotate-106,
  .laptop\:hover\:-rotate-106:hover,
  .laptop\:focus\:-rotate-106:focus,
  .laptop\:group:hover .group-hover\:-rotate-106,
  .laptop\:group:focus-within .group-focus-within\:-rotate-106 {
    transform: rotate(-106deg);
  }
  .laptop\:-rotate-107,
  .laptop\:hover\:-rotate-107:hover,
  .laptop\:focus\:-rotate-107:focus,
  .laptop\:group:hover .group-hover\:-rotate-107,
  .laptop\:group:focus-within .group-focus-within\:-rotate-107 {
    transform: rotate(-107deg);
  }
  .laptop\:-rotate-108,
  .laptop\:hover\:-rotate-108:hover,
  .laptop\:focus\:-rotate-108:focus,
  .laptop\:group:hover .group-hover\:-rotate-108,
  .laptop\:group:focus-within .group-focus-within\:-rotate-108 {
    transform: rotate(-108deg);
  }
  .laptop\:-rotate-109,
  .laptop\:hover\:-rotate-109:hover,
  .laptop\:focus\:-rotate-109:focus,
  .laptop\:group:hover .group-hover\:-rotate-109,
  .laptop\:group:focus-within .group-focus-within\:-rotate-109 {
    transform: rotate(-109deg);
  }
  .laptop\:-rotate-110,
  .laptop\:hover\:-rotate-110:hover,
  .laptop\:focus\:-rotate-110:focus,
  .laptop\:group:hover .group-hover\:-rotate-110,
  .laptop\:group:focus-within .group-focus-within\:-rotate-110 {
    transform: rotate(-110deg);
  }
  .laptop\:-rotate-111,
  .laptop\:hover\:-rotate-111:hover,
  .laptop\:focus\:-rotate-111:focus,
  .laptop\:group:hover .group-hover\:-rotate-111,
  .laptop\:group:focus-within .group-focus-within\:-rotate-111 {
    transform: rotate(-111deg);
  }
  .laptop\:-rotate-112,
  .laptop\:hover\:-rotate-112:hover,
  .laptop\:focus\:-rotate-112:focus,
  .laptop\:group:hover .group-hover\:-rotate-112,
  .laptop\:group:focus-within .group-focus-within\:-rotate-112 {
    transform: rotate(-112deg);
  }
  .laptop\:-rotate-113,
  .laptop\:hover\:-rotate-113:hover,
  .laptop\:focus\:-rotate-113:focus,
  .laptop\:group:hover .group-hover\:-rotate-113,
  .laptop\:group:focus-within .group-focus-within\:-rotate-113 {
    transform: rotate(-113deg);
  }
  .laptop\:-rotate-114,
  .laptop\:hover\:-rotate-114:hover,
  .laptop\:focus\:-rotate-114:focus,
  .laptop\:group:hover .group-hover\:-rotate-114,
  .laptop\:group:focus-within .group-focus-within\:-rotate-114 {
    transform: rotate(-114deg);
  }
  .laptop\:-rotate-115,
  .laptop\:hover\:-rotate-115:hover,
  .laptop\:focus\:-rotate-115:focus,
  .laptop\:group:hover .group-hover\:-rotate-115,
  .laptop\:group:focus-within .group-focus-within\:-rotate-115 {
    transform: rotate(-115deg);
  }
  .laptop\:-rotate-116,
  .laptop\:hover\:-rotate-116:hover,
  .laptop\:focus\:-rotate-116:focus,
  .laptop\:group:hover .group-hover\:-rotate-116,
  .laptop\:group:focus-within .group-focus-within\:-rotate-116 {
    transform: rotate(-116deg);
  }
  .laptop\:-rotate-117,
  .laptop\:hover\:-rotate-117:hover,
  .laptop\:focus\:-rotate-117:focus,
  .laptop\:group:hover .group-hover\:-rotate-117,
  .laptop\:group:focus-within .group-focus-within\:-rotate-117 {
    transform: rotate(-117deg);
  }
  .laptop\:-rotate-118,
  .laptop\:hover\:-rotate-118:hover,
  .laptop\:focus\:-rotate-118:focus,
  .laptop\:group:hover .group-hover\:-rotate-118,
  .laptop\:group:focus-within .group-focus-within\:-rotate-118 {
    transform: rotate(-118deg);
  }
  .laptop\:-rotate-119,
  .laptop\:hover\:-rotate-119:hover,
  .laptop\:focus\:-rotate-119:focus,
  .laptop\:group:hover .group-hover\:-rotate-119,
  .laptop\:group:focus-within .group-focus-within\:-rotate-119 {
    transform: rotate(-119deg);
  }
  .laptop\:-rotate-120,
  .laptop\:hover\:-rotate-120:hover,
  .laptop\:focus\:-rotate-120:focus,
  .laptop\:group:hover .group-hover\:-rotate-120,
  .laptop\:group:focus-within .group-focus-within\:-rotate-120 {
    transform: rotate(-120deg);
  }
  .laptop\:-rotate-121,
  .laptop\:hover\:-rotate-121:hover,
  .laptop\:focus\:-rotate-121:focus,
  .laptop\:group:hover .group-hover\:-rotate-121,
  .laptop\:group:focus-within .group-focus-within\:-rotate-121 {
    transform: rotate(-121deg);
  }
  .laptop\:-rotate-122,
  .laptop\:hover\:-rotate-122:hover,
  .laptop\:focus\:-rotate-122:focus,
  .laptop\:group:hover .group-hover\:-rotate-122,
  .laptop\:group:focus-within .group-focus-within\:-rotate-122 {
    transform: rotate(-122deg);
  }
  .laptop\:-rotate-123,
  .laptop\:hover\:-rotate-123:hover,
  .laptop\:focus\:-rotate-123:focus,
  .laptop\:group:hover .group-hover\:-rotate-123,
  .laptop\:group:focus-within .group-focus-within\:-rotate-123 {
    transform: rotate(-123deg);
  }
  .laptop\:-rotate-124,
  .laptop\:hover\:-rotate-124:hover,
  .laptop\:focus\:-rotate-124:focus,
  .laptop\:group:hover .group-hover\:-rotate-124,
  .laptop\:group:focus-within .group-focus-within\:-rotate-124 {
    transform: rotate(-124deg);
  }
  .laptop\:-rotate-125,
  .laptop\:hover\:-rotate-125:hover,
  .laptop\:focus\:-rotate-125:focus,
  .laptop\:group:hover .group-hover\:-rotate-125,
  .laptop\:group:focus-within .group-focus-within\:-rotate-125 {
    transform: rotate(-125deg);
  }
  .laptop\:-rotate-126,
  .laptop\:hover\:-rotate-126:hover,
  .laptop\:focus\:-rotate-126:focus,
  .laptop\:group:hover .group-hover\:-rotate-126,
  .laptop\:group:focus-within .group-focus-within\:-rotate-126 {
    transform: rotate(-126deg);
  }
  .laptop\:-rotate-127,
  .laptop\:hover\:-rotate-127:hover,
  .laptop\:focus\:-rotate-127:focus,
  .laptop\:group:hover .group-hover\:-rotate-127,
  .laptop\:group:focus-within .group-focus-within\:-rotate-127 {
    transform: rotate(-127deg);
  }
  .laptop\:-rotate-128,
  .laptop\:hover\:-rotate-128:hover,
  .laptop\:focus\:-rotate-128:focus,
  .laptop\:group:hover .group-hover\:-rotate-128,
  .laptop\:group:focus-within .group-focus-within\:-rotate-128 {
    transform: rotate(-128deg);
  }
  .laptop\:-rotate-129,
  .laptop\:hover\:-rotate-129:hover,
  .laptop\:focus\:-rotate-129:focus,
  .laptop\:group:hover .group-hover\:-rotate-129,
  .laptop\:group:focus-within .group-focus-within\:-rotate-129 {
    transform: rotate(-129deg);
  }
  .laptop\:-rotate-130,
  .laptop\:hover\:-rotate-130:hover,
  .laptop\:focus\:-rotate-130:focus,
  .laptop\:group:hover .group-hover\:-rotate-130,
  .laptop\:group:focus-within .group-focus-within\:-rotate-130 {
    transform: rotate(-130deg);
  }
  .laptop\:-rotate-131,
  .laptop\:hover\:-rotate-131:hover,
  .laptop\:focus\:-rotate-131:focus,
  .laptop\:group:hover .group-hover\:-rotate-131,
  .laptop\:group:focus-within .group-focus-within\:-rotate-131 {
    transform: rotate(-131deg);
  }
  .laptop\:-rotate-132,
  .laptop\:hover\:-rotate-132:hover,
  .laptop\:focus\:-rotate-132:focus,
  .laptop\:group:hover .group-hover\:-rotate-132,
  .laptop\:group:focus-within .group-focus-within\:-rotate-132 {
    transform: rotate(-132deg);
  }
  .laptop\:-rotate-133,
  .laptop\:hover\:-rotate-133:hover,
  .laptop\:focus\:-rotate-133:focus,
  .laptop\:group:hover .group-hover\:-rotate-133,
  .laptop\:group:focus-within .group-focus-within\:-rotate-133 {
    transform: rotate(-133deg);
  }
  .laptop\:-rotate-134,
  .laptop\:hover\:-rotate-134:hover,
  .laptop\:focus\:-rotate-134:focus,
  .laptop\:group:hover .group-hover\:-rotate-134,
  .laptop\:group:focus-within .group-focus-within\:-rotate-134 {
    transform: rotate(-134deg);
  }
  .laptop\:-rotate-135,
  .laptop\:hover\:-rotate-135:hover,
  .laptop\:focus\:-rotate-135:focus,
  .laptop\:group:hover .group-hover\:-rotate-135,
  .laptop\:group:focus-within .group-focus-within\:-rotate-135 {
    transform: rotate(-135deg);
  }
  .laptop\:-rotate-136,
  .laptop\:hover\:-rotate-136:hover,
  .laptop\:focus\:-rotate-136:focus,
  .laptop\:group:hover .group-hover\:-rotate-136,
  .laptop\:group:focus-within .group-focus-within\:-rotate-136 {
    transform: rotate(-136deg);
  }
  .laptop\:-rotate-137,
  .laptop\:hover\:-rotate-137:hover,
  .laptop\:focus\:-rotate-137:focus,
  .laptop\:group:hover .group-hover\:-rotate-137,
  .laptop\:group:focus-within .group-focus-within\:-rotate-137 {
    transform: rotate(-137deg);
  }
  .laptop\:-rotate-138,
  .laptop\:hover\:-rotate-138:hover,
  .laptop\:focus\:-rotate-138:focus,
  .laptop\:group:hover .group-hover\:-rotate-138,
  .laptop\:group:focus-within .group-focus-within\:-rotate-138 {
    transform: rotate(-138deg);
  }
  .laptop\:-rotate-139,
  .laptop\:hover\:-rotate-139:hover,
  .laptop\:focus\:-rotate-139:focus,
  .laptop\:group:hover .group-hover\:-rotate-139,
  .laptop\:group:focus-within .group-focus-within\:-rotate-139 {
    transform: rotate(-139deg);
  }
  .laptop\:-rotate-140,
  .laptop\:hover\:-rotate-140:hover,
  .laptop\:focus\:-rotate-140:focus,
  .laptop\:group:hover .group-hover\:-rotate-140,
  .laptop\:group:focus-within .group-focus-within\:-rotate-140 {
    transform: rotate(-140deg);
  }
  .laptop\:-rotate-141,
  .laptop\:hover\:-rotate-141:hover,
  .laptop\:focus\:-rotate-141:focus,
  .laptop\:group:hover .group-hover\:-rotate-141,
  .laptop\:group:focus-within .group-focus-within\:-rotate-141 {
    transform: rotate(-141deg);
  }
  .laptop\:-rotate-142,
  .laptop\:hover\:-rotate-142:hover,
  .laptop\:focus\:-rotate-142:focus,
  .laptop\:group:hover .group-hover\:-rotate-142,
  .laptop\:group:focus-within .group-focus-within\:-rotate-142 {
    transform: rotate(-142deg);
  }
  .laptop\:-rotate-143,
  .laptop\:hover\:-rotate-143:hover,
  .laptop\:focus\:-rotate-143:focus,
  .laptop\:group:hover .group-hover\:-rotate-143,
  .laptop\:group:focus-within .group-focus-within\:-rotate-143 {
    transform: rotate(-143deg);
  }
  .laptop\:-rotate-144,
  .laptop\:hover\:-rotate-144:hover,
  .laptop\:focus\:-rotate-144:focus,
  .laptop\:group:hover .group-hover\:-rotate-144,
  .laptop\:group:focus-within .group-focus-within\:-rotate-144 {
    transform: rotate(-144deg);
  }
  .laptop\:-rotate-145,
  .laptop\:hover\:-rotate-145:hover,
  .laptop\:focus\:-rotate-145:focus,
  .laptop\:group:hover .group-hover\:-rotate-145,
  .laptop\:group:focus-within .group-focus-within\:-rotate-145 {
    transform: rotate(-145deg);
  }
  .laptop\:-rotate-146,
  .laptop\:hover\:-rotate-146:hover,
  .laptop\:focus\:-rotate-146:focus,
  .laptop\:group:hover .group-hover\:-rotate-146,
  .laptop\:group:focus-within .group-focus-within\:-rotate-146 {
    transform: rotate(-146deg);
  }
  .laptop\:-rotate-147,
  .laptop\:hover\:-rotate-147:hover,
  .laptop\:focus\:-rotate-147:focus,
  .laptop\:group:hover .group-hover\:-rotate-147,
  .laptop\:group:focus-within .group-focus-within\:-rotate-147 {
    transform: rotate(-147deg);
  }
  .laptop\:-rotate-148,
  .laptop\:hover\:-rotate-148:hover,
  .laptop\:focus\:-rotate-148:focus,
  .laptop\:group:hover .group-hover\:-rotate-148,
  .laptop\:group:focus-within .group-focus-within\:-rotate-148 {
    transform: rotate(-148deg);
  }
  .laptop\:-rotate-149,
  .laptop\:hover\:-rotate-149:hover,
  .laptop\:focus\:-rotate-149:focus,
  .laptop\:group:hover .group-hover\:-rotate-149,
  .laptop\:group:focus-within .group-focus-within\:-rotate-149 {
    transform: rotate(-149deg);
  }
  .laptop\:-rotate-150,
  .laptop\:hover\:-rotate-150:hover,
  .laptop\:focus\:-rotate-150:focus,
  .laptop\:group:hover .group-hover\:-rotate-150,
  .laptop\:group:focus-within .group-focus-within\:-rotate-150 {
    transform: rotate(-150deg);
  }
  .laptop\:-rotate-151,
  .laptop\:hover\:-rotate-151:hover,
  .laptop\:focus\:-rotate-151:focus,
  .laptop\:group:hover .group-hover\:-rotate-151,
  .laptop\:group:focus-within .group-focus-within\:-rotate-151 {
    transform: rotate(-151deg);
  }
  .laptop\:-rotate-152,
  .laptop\:hover\:-rotate-152:hover,
  .laptop\:focus\:-rotate-152:focus,
  .laptop\:group:hover .group-hover\:-rotate-152,
  .laptop\:group:focus-within .group-focus-within\:-rotate-152 {
    transform: rotate(-152deg);
  }
  .laptop\:-rotate-153,
  .laptop\:hover\:-rotate-153:hover,
  .laptop\:focus\:-rotate-153:focus,
  .laptop\:group:hover .group-hover\:-rotate-153,
  .laptop\:group:focus-within .group-focus-within\:-rotate-153 {
    transform: rotate(-153deg);
  }
  .laptop\:-rotate-154,
  .laptop\:hover\:-rotate-154:hover,
  .laptop\:focus\:-rotate-154:focus,
  .laptop\:group:hover .group-hover\:-rotate-154,
  .laptop\:group:focus-within .group-focus-within\:-rotate-154 {
    transform: rotate(-154deg);
  }
  .laptop\:-rotate-155,
  .laptop\:hover\:-rotate-155:hover,
  .laptop\:focus\:-rotate-155:focus,
  .laptop\:group:hover .group-hover\:-rotate-155,
  .laptop\:group:focus-within .group-focus-within\:-rotate-155 {
    transform: rotate(-155deg);
  }
  .laptop\:-rotate-156,
  .laptop\:hover\:-rotate-156:hover,
  .laptop\:focus\:-rotate-156:focus,
  .laptop\:group:hover .group-hover\:-rotate-156,
  .laptop\:group:focus-within .group-focus-within\:-rotate-156 {
    transform: rotate(-156deg);
  }
  .laptop\:-rotate-157,
  .laptop\:hover\:-rotate-157:hover,
  .laptop\:focus\:-rotate-157:focus,
  .laptop\:group:hover .group-hover\:-rotate-157,
  .laptop\:group:focus-within .group-focus-within\:-rotate-157 {
    transform: rotate(-157deg);
  }
  .laptop\:-rotate-158,
  .laptop\:hover\:-rotate-158:hover,
  .laptop\:focus\:-rotate-158:focus,
  .laptop\:group:hover .group-hover\:-rotate-158,
  .laptop\:group:focus-within .group-focus-within\:-rotate-158 {
    transform: rotate(-158deg);
  }
  .laptop\:-rotate-159,
  .laptop\:hover\:-rotate-159:hover,
  .laptop\:focus\:-rotate-159:focus,
  .laptop\:group:hover .group-hover\:-rotate-159,
  .laptop\:group:focus-within .group-focus-within\:-rotate-159 {
    transform: rotate(-159deg);
  }
  .laptop\:-rotate-160,
  .laptop\:hover\:-rotate-160:hover,
  .laptop\:focus\:-rotate-160:focus,
  .laptop\:group:hover .group-hover\:-rotate-160,
  .laptop\:group:focus-within .group-focus-within\:-rotate-160 {
    transform: rotate(-160deg);
  }
  .laptop\:-rotate-161,
  .laptop\:hover\:-rotate-161:hover,
  .laptop\:focus\:-rotate-161:focus,
  .laptop\:group:hover .group-hover\:-rotate-161,
  .laptop\:group:focus-within .group-focus-within\:-rotate-161 {
    transform: rotate(-161deg);
  }
  .laptop\:-rotate-162,
  .laptop\:hover\:-rotate-162:hover,
  .laptop\:focus\:-rotate-162:focus,
  .laptop\:group:hover .group-hover\:-rotate-162,
  .laptop\:group:focus-within .group-focus-within\:-rotate-162 {
    transform: rotate(-162deg);
  }
  .laptop\:-rotate-163,
  .laptop\:hover\:-rotate-163:hover,
  .laptop\:focus\:-rotate-163:focus,
  .laptop\:group:hover .group-hover\:-rotate-163,
  .laptop\:group:focus-within .group-focus-within\:-rotate-163 {
    transform: rotate(-163deg);
  }
  .laptop\:-rotate-164,
  .laptop\:hover\:-rotate-164:hover,
  .laptop\:focus\:-rotate-164:focus,
  .laptop\:group:hover .group-hover\:-rotate-164,
  .laptop\:group:focus-within .group-focus-within\:-rotate-164 {
    transform: rotate(-164deg);
  }
  .laptop\:-rotate-165,
  .laptop\:hover\:-rotate-165:hover,
  .laptop\:focus\:-rotate-165:focus,
  .laptop\:group:hover .group-hover\:-rotate-165,
  .laptop\:group:focus-within .group-focus-within\:-rotate-165 {
    transform: rotate(-165deg);
  }
  .laptop\:-rotate-166,
  .laptop\:hover\:-rotate-166:hover,
  .laptop\:focus\:-rotate-166:focus,
  .laptop\:group:hover .group-hover\:-rotate-166,
  .laptop\:group:focus-within .group-focus-within\:-rotate-166 {
    transform: rotate(-166deg);
  }
  .laptop\:-rotate-167,
  .laptop\:hover\:-rotate-167:hover,
  .laptop\:focus\:-rotate-167:focus,
  .laptop\:group:hover .group-hover\:-rotate-167,
  .laptop\:group:focus-within .group-focus-within\:-rotate-167 {
    transform: rotate(-167deg);
  }
  .laptop\:-rotate-168,
  .laptop\:hover\:-rotate-168:hover,
  .laptop\:focus\:-rotate-168:focus,
  .laptop\:group:hover .group-hover\:-rotate-168,
  .laptop\:group:focus-within .group-focus-within\:-rotate-168 {
    transform: rotate(-168deg);
  }
  .laptop\:-rotate-169,
  .laptop\:hover\:-rotate-169:hover,
  .laptop\:focus\:-rotate-169:focus,
  .laptop\:group:hover .group-hover\:-rotate-169,
  .laptop\:group:focus-within .group-focus-within\:-rotate-169 {
    transform: rotate(-169deg);
  }
  .laptop\:-rotate-170,
  .laptop\:hover\:-rotate-170:hover,
  .laptop\:focus\:-rotate-170:focus,
  .laptop\:group:hover .group-hover\:-rotate-170,
  .laptop\:group:focus-within .group-focus-within\:-rotate-170 {
    transform: rotate(-170deg);
  }
  .laptop\:-rotate-171,
  .laptop\:hover\:-rotate-171:hover,
  .laptop\:focus\:-rotate-171:focus,
  .laptop\:group:hover .group-hover\:-rotate-171,
  .laptop\:group:focus-within .group-focus-within\:-rotate-171 {
    transform: rotate(-171deg);
  }
  .laptop\:-rotate-172,
  .laptop\:hover\:-rotate-172:hover,
  .laptop\:focus\:-rotate-172:focus,
  .laptop\:group:hover .group-hover\:-rotate-172,
  .laptop\:group:focus-within .group-focus-within\:-rotate-172 {
    transform: rotate(-172deg);
  }
  .laptop\:-rotate-173,
  .laptop\:hover\:-rotate-173:hover,
  .laptop\:focus\:-rotate-173:focus,
  .laptop\:group:hover .group-hover\:-rotate-173,
  .laptop\:group:focus-within .group-focus-within\:-rotate-173 {
    transform: rotate(-173deg);
  }
  .laptop\:-rotate-174,
  .laptop\:hover\:-rotate-174:hover,
  .laptop\:focus\:-rotate-174:focus,
  .laptop\:group:hover .group-hover\:-rotate-174,
  .laptop\:group:focus-within .group-focus-within\:-rotate-174 {
    transform: rotate(-174deg);
  }
  .laptop\:-rotate-175,
  .laptop\:hover\:-rotate-175:hover,
  .laptop\:focus\:-rotate-175:focus,
  .laptop\:group:hover .group-hover\:-rotate-175,
  .laptop\:group:focus-within .group-focus-within\:-rotate-175 {
    transform: rotate(-175deg);
  }
  .laptop\:-rotate-176,
  .laptop\:hover\:-rotate-176:hover,
  .laptop\:focus\:-rotate-176:focus,
  .laptop\:group:hover .group-hover\:-rotate-176,
  .laptop\:group:focus-within .group-focus-within\:-rotate-176 {
    transform: rotate(-176deg);
  }
  .laptop\:-rotate-177,
  .laptop\:hover\:-rotate-177:hover,
  .laptop\:focus\:-rotate-177:focus,
  .laptop\:group:hover .group-hover\:-rotate-177,
  .laptop\:group:focus-within .group-focus-within\:-rotate-177 {
    transform: rotate(-177deg);
  }
  .laptop\:-rotate-178,
  .laptop\:hover\:-rotate-178:hover,
  .laptop\:focus\:-rotate-178:focus,
  .laptop\:group:hover .group-hover\:-rotate-178,
  .laptop\:group:focus-within .group-focus-within\:-rotate-178 {
    transform: rotate(-178deg);
  }
  .laptop\:-rotate-179,
  .laptop\:hover\:-rotate-179:hover,
  .laptop\:focus\:-rotate-179:focus,
  .laptop\:group:hover .group-hover\:-rotate-179,
  .laptop\:group:focus-within .group-focus-within\:-rotate-179 {
    transform: rotate(-179deg);
  }
  .laptop\:-rotate-180,
  .laptop\:hover\:-rotate-180:hover,
  .laptop\:focus\:-rotate-180:focus,
  .laptop\:group:hover .group-hover\:-rotate-180,
  .laptop\:group:focus-within .group-focus-within\:-rotate-180 {
    transform: rotate(-180deg);
  }
  .laptop\:-rotate-181,
  .laptop\:hover\:-rotate-181:hover,
  .laptop\:focus\:-rotate-181:focus,
  .laptop\:group:hover .group-hover\:-rotate-181,
  .laptop\:group:focus-within .group-focus-within\:-rotate-181 {
    transform: rotate(-181deg);
  }
  .laptop\:-rotate-182,
  .laptop\:hover\:-rotate-182:hover,
  .laptop\:focus\:-rotate-182:focus,
  .laptop\:group:hover .group-hover\:-rotate-182,
  .laptop\:group:focus-within .group-focus-within\:-rotate-182 {
    transform: rotate(-182deg);
  }
  .laptop\:-rotate-183,
  .laptop\:hover\:-rotate-183:hover,
  .laptop\:focus\:-rotate-183:focus,
  .laptop\:group:hover .group-hover\:-rotate-183,
  .laptop\:group:focus-within .group-focus-within\:-rotate-183 {
    transform: rotate(-183deg);
  }
  .laptop\:-rotate-184,
  .laptop\:hover\:-rotate-184:hover,
  .laptop\:focus\:-rotate-184:focus,
  .laptop\:group:hover .group-hover\:-rotate-184,
  .laptop\:group:focus-within .group-focus-within\:-rotate-184 {
    transform: rotate(-184deg);
  }
  .laptop\:-rotate-185,
  .laptop\:hover\:-rotate-185:hover,
  .laptop\:focus\:-rotate-185:focus,
  .laptop\:group:hover .group-hover\:-rotate-185,
  .laptop\:group:focus-within .group-focus-within\:-rotate-185 {
    transform: rotate(-185deg);
  }
  .laptop\:-rotate-186,
  .laptop\:hover\:-rotate-186:hover,
  .laptop\:focus\:-rotate-186:focus,
  .laptop\:group:hover .group-hover\:-rotate-186,
  .laptop\:group:focus-within .group-focus-within\:-rotate-186 {
    transform: rotate(-186deg);
  }
  .laptop\:-rotate-187,
  .laptop\:hover\:-rotate-187:hover,
  .laptop\:focus\:-rotate-187:focus,
  .laptop\:group:hover .group-hover\:-rotate-187,
  .laptop\:group:focus-within .group-focus-within\:-rotate-187 {
    transform: rotate(-187deg);
  }
  .laptop\:-rotate-188,
  .laptop\:hover\:-rotate-188:hover,
  .laptop\:focus\:-rotate-188:focus,
  .laptop\:group:hover .group-hover\:-rotate-188,
  .laptop\:group:focus-within .group-focus-within\:-rotate-188 {
    transform: rotate(-188deg);
  }
  .laptop\:-rotate-189,
  .laptop\:hover\:-rotate-189:hover,
  .laptop\:focus\:-rotate-189:focus,
  .laptop\:group:hover .group-hover\:-rotate-189,
  .laptop\:group:focus-within .group-focus-within\:-rotate-189 {
    transform: rotate(-189deg);
  }
  .laptop\:-rotate-190,
  .laptop\:hover\:-rotate-190:hover,
  .laptop\:focus\:-rotate-190:focus,
  .laptop\:group:hover .group-hover\:-rotate-190,
  .laptop\:group:focus-within .group-focus-within\:-rotate-190 {
    transform: rotate(-190deg);
  }
  .laptop\:-rotate-191,
  .laptop\:hover\:-rotate-191:hover,
  .laptop\:focus\:-rotate-191:focus,
  .laptop\:group:hover .group-hover\:-rotate-191,
  .laptop\:group:focus-within .group-focus-within\:-rotate-191 {
    transform: rotate(-191deg);
  }
  .laptop\:-rotate-192,
  .laptop\:hover\:-rotate-192:hover,
  .laptop\:focus\:-rotate-192:focus,
  .laptop\:group:hover .group-hover\:-rotate-192,
  .laptop\:group:focus-within .group-focus-within\:-rotate-192 {
    transform: rotate(-192deg);
  }
  .laptop\:-rotate-193,
  .laptop\:hover\:-rotate-193:hover,
  .laptop\:focus\:-rotate-193:focus,
  .laptop\:group:hover .group-hover\:-rotate-193,
  .laptop\:group:focus-within .group-focus-within\:-rotate-193 {
    transform: rotate(-193deg);
  }
  .laptop\:-rotate-194,
  .laptop\:hover\:-rotate-194:hover,
  .laptop\:focus\:-rotate-194:focus,
  .laptop\:group:hover .group-hover\:-rotate-194,
  .laptop\:group:focus-within .group-focus-within\:-rotate-194 {
    transform: rotate(-194deg);
  }
  .laptop\:-rotate-195,
  .laptop\:hover\:-rotate-195:hover,
  .laptop\:focus\:-rotate-195:focus,
  .laptop\:group:hover .group-hover\:-rotate-195,
  .laptop\:group:focus-within .group-focus-within\:-rotate-195 {
    transform: rotate(-195deg);
  }
  .laptop\:-rotate-196,
  .laptop\:hover\:-rotate-196:hover,
  .laptop\:focus\:-rotate-196:focus,
  .laptop\:group:hover .group-hover\:-rotate-196,
  .laptop\:group:focus-within .group-focus-within\:-rotate-196 {
    transform: rotate(-196deg);
  }
  .laptop\:-rotate-197,
  .laptop\:hover\:-rotate-197:hover,
  .laptop\:focus\:-rotate-197:focus,
  .laptop\:group:hover .group-hover\:-rotate-197,
  .laptop\:group:focus-within .group-focus-within\:-rotate-197 {
    transform: rotate(-197deg);
  }
  .laptop\:-rotate-198,
  .laptop\:hover\:-rotate-198:hover,
  .laptop\:focus\:-rotate-198:focus,
  .laptop\:group:hover .group-hover\:-rotate-198,
  .laptop\:group:focus-within .group-focus-within\:-rotate-198 {
    transform: rotate(-198deg);
  }
  .laptop\:-rotate-199,
  .laptop\:hover\:-rotate-199:hover,
  .laptop\:focus\:-rotate-199:focus,
  .laptop\:group:hover .group-hover\:-rotate-199,
  .laptop\:group:focus-within .group-focus-within\:-rotate-199 {
    transform: rotate(-199deg);
  }
  .laptop\:-rotate-200,
  .laptop\:hover\:-rotate-200:hover,
  .laptop\:focus\:-rotate-200:focus,
  .laptop\:group:hover .group-hover\:-rotate-200,
  .laptop\:group:focus-within .group-focus-within\:-rotate-200 {
    transform: rotate(-200deg);
  }
  .laptop\:-rotate-201,
  .laptop\:hover\:-rotate-201:hover,
  .laptop\:focus\:-rotate-201:focus,
  .laptop\:group:hover .group-hover\:-rotate-201,
  .laptop\:group:focus-within .group-focus-within\:-rotate-201 {
    transform: rotate(-201deg);
  }
  .laptop\:-rotate-202,
  .laptop\:hover\:-rotate-202:hover,
  .laptop\:focus\:-rotate-202:focus,
  .laptop\:group:hover .group-hover\:-rotate-202,
  .laptop\:group:focus-within .group-focus-within\:-rotate-202 {
    transform: rotate(-202deg);
  }
  .laptop\:-rotate-203,
  .laptop\:hover\:-rotate-203:hover,
  .laptop\:focus\:-rotate-203:focus,
  .laptop\:group:hover .group-hover\:-rotate-203,
  .laptop\:group:focus-within .group-focus-within\:-rotate-203 {
    transform: rotate(-203deg);
  }
  .laptop\:-rotate-204,
  .laptop\:hover\:-rotate-204:hover,
  .laptop\:focus\:-rotate-204:focus,
  .laptop\:group:hover .group-hover\:-rotate-204,
  .laptop\:group:focus-within .group-focus-within\:-rotate-204 {
    transform: rotate(-204deg);
  }
  .laptop\:-rotate-205,
  .laptop\:hover\:-rotate-205:hover,
  .laptop\:focus\:-rotate-205:focus,
  .laptop\:group:hover .group-hover\:-rotate-205,
  .laptop\:group:focus-within .group-focus-within\:-rotate-205 {
    transform: rotate(-205deg);
  }
  .laptop\:-rotate-206,
  .laptop\:hover\:-rotate-206:hover,
  .laptop\:focus\:-rotate-206:focus,
  .laptop\:group:hover .group-hover\:-rotate-206,
  .laptop\:group:focus-within .group-focus-within\:-rotate-206 {
    transform: rotate(-206deg);
  }
  .laptop\:-rotate-207,
  .laptop\:hover\:-rotate-207:hover,
  .laptop\:focus\:-rotate-207:focus,
  .laptop\:group:hover .group-hover\:-rotate-207,
  .laptop\:group:focus-within .group-focus-within\:-rotate-207 {
    transform: rotate(-207deg);
  }
  .laptop\:-rotate-208,
  .laptop\:hover\:-rotate-208:hover,
  .laptop\:focus\:-rotate-208:focus,
  .laptop\:group:hover .group-hover\:-rotate-208,
  .laptop\:group:focus-within .group-focus-within\:-rotate-208 {
    transform: rotate(-208deg);
  }
  .laptop\:-rotate-209,
  .laptop\:hover\:-rotate-209:hover,
  .laptop\:focus\:-rotate-209:focus,
  .laptop\:group:hover .group-hover\:-rotate-209,
  .laptop\:group:focus-within .group-focus-within\:-rotate-209 {
    transform: rotate(-209deg);
  }
  .laptop\:-rotate-210,
  .laptop\:hover\:-rotate-210:hover,
  .laptop\:focus\:-rotate-210:focus,
  .laptop\:group:hover .group-hover\:-rotate-210,
  .laptop\:group:focus-within .group-focus-within\:-rotate-210 {
    transform: rotate(-210deg);
  }
  .laptop\:-rotate-211,
  .laptop\:hover\:-rotate-211:hover,
  .laptop\:focus\:-rotate-211:focus,
  .laptop\:group:hover .group-hover\:-rotate-211,
  .laptop\:group:focus-within .group-focus-within\:-rotate-211 {
    transform: rotate(-211deg);
  }
  .laptop\:-rotate-212,
  .laptop\:hover\:-rotate-212:hover,
  .laptop\:focus\:-rotate-212:focus,
  .laptop\:group:hover .group-hover\:-rotate-212,
  .laptop\:group:focus-within .group-focus-within\:-rotate-212 {
    transform: rotate(-212deg);
  }
  .laptop\:-rotate-213,
  .laptop\:hover\:-rotate-213:hover,
  .laptop\:focus\:-rotate-213:focus,
  .laptop\:group:hover .group-hover\:-rotate-213,
  .laptop\:group:focus-within .group-focus-within\:-rotate-213 {
    transform: rotate(-213deg);
  }
  .laptop\:-rotate-214,
  .laptop\:hover\:-rotate-214:hover,
  .laptop\:focus\:-rotate-214:focus,
  .laptop\:group:hover .group-hover\:-rotate-214,
  .laptop\:group:focus-within .group-focus-within\:-rotate-214 {
    transform: rotate(-214deg);
  }
  .laptop\:-rotate-215,
  .laptop\:hover\:-rotate-215:hover,
  .laptop\:focus\:-rotate-215:focus,
  .laptop\:group:hover .group-hover\:-rotate-215,
  .laptop\:group:focus-within .group-focus-within\:-rotate-215 {
    transform: rotate(-215deg);
  }
  .laptop\:-rotate-216,
  .laptop\:hover\:-rotate-216:hover,
  .laptop\:focus\:-rotate-216:focus,
  .laptop\:group:hover .group-hover\:-rotate-216,
  .laptop\:group:focus-within .group-focus-within\:-rotate-216 {
    transform: rotate(-216deg);
  }
  .laptop\:-rotate-217,
  .laptop\:hover\:-rotate-217:hover,
  .laptop\:focus\:-rotate-217:focus,
  .laptop\:group:hover .group-hover\:-rotate-217,
  .laptop\:group:focus-within .group-focus-within\:-rotate-217 {
    transform: rotate(-217deg);
  }
  .laptop\:-rotate-218,
  .laptop\:hover\:-rotate-218:hover,
  .laptop\:focus\:-rotate-218:focus,
  .laptop\:group:hover .group-hover\:-rotate-218,
  .laptop\:group:focus-within .group-focus-within\:-rotate-218 {
    transform: rotate(-218deg);
  }
  .laptop\:-rotate-219,
  .laptop\:hover\:-rotate-219:hover,
  .laptop\:focus\:-rotate-219:focus,
  .laptop\:group:hover .group-hover\:-rotate-219,
  .laptop\:group:focus-within .group-focus-within\:-rotate-219 {
    transform: rotate(-219deg);
  }
  .laptop\:-rotate-220,
  .laptop\:hover\:-rotate-220:hover,
  .laptop\:focus\:-rotate-220:focus,
  .laptop\:group:hover .group-hover\:-rotate-220,
  .laptop\:group:focus-within .group-focus-within\:-rotate-220 {
    transform: rotate(-220deg);
  }
  .laptop\:-rotate-221,
  .laptop\:hover\:-rotate-221:hover,
  .laptop\:focus\:-rotate-221:focus,
  .laptop\:group:hover .group-hover\:-rotate-221,
  .laptop\:group:focus-within .group-focus-within\:-rotate-221 {
    transform: rotate(-221deg);
  }
  .laptop\:-rotate-222,
  .laptop\:hover\:-rotate-222:hover,
  .laptop\:focus\:-rotate-222:focus,
  .laptop\:group:hover .group-hover\:-rotate-222,
  .laptop\:group:focus-within .group-focus-within\:-rotate-222 {
    transform: rotate(-222deg);
  }
  .laptop\:-rotate-223,
  .laptop\:hover\:-rotate-223:hover,
  .laptop\:focus\:-rotate-223:focus,
  .laptop\:group:hover .group-hover\:-rotate-223,
  .laptop\:group:focus-within .group-focus-within\:-rotate-223 {
    transform: rotate(-223deg);
  }
  .laptop\:-rotate-224,
  .laptop\:hover\:-rotate-224:hover,
  .laptop\:focus\:-rotate-224:focus,
  .laptop\:group:hover .group-hover\:-rotate-224,
  .laptop\:group:focus-within .group-focus-within\:-rotate-224 {
    transform: rotate(-224deg);
  }
  .laptop\:-rotate-225,
  .laptop\:hover\:-rotate-225:hover,
  .laptop\:focus\:-rotate-225:focus,
  .laptop\:group:hover .group-hover\:-rotate-225,
  .laptop\:group:focus-within .group-focus-within\:-rotate-225 {
    transform: rotate(-225deg);
  }
  .laptop\:-rotate-226,
  .laptop\:hover\:-rotate-226:hover,
  .laptop\:focus\:-rotate-226:focus,
  .laptop\:group:hover .group-hover\:-rotate-226,
  .laptop\:group:focus-within .group-focus-within\:-rotate-226 {
    transform: rotate(-226deg);
  }
  .laptop\:-rotate-227,
  .laptop\:hover\:-rotate-227:hover,
  .laptop\:focus\:-rotate-227:focus,
  .laptop\:group:hover .group-hover\:-rotate-227,
  .laptop\:group:focus-within .group-focus-within\:-rotate-227 {
    transform: rotate(-227deg);
  }
  .laptop\:-rotate-228,
  .laptop\:hover\:-rotate-228:hover,
  .laptop\:focus\:-rotate-228:focus,
  .laptop\:group:hover .group-hover\:-rotate-228,
  .laptop\:group:focus-within .group-focus-within\:-rotate-228 {
    transform: rotate(-228deg);
  }
  .laptop\:-rotate-229,
  .laptop\:hover\:-rotate-229:hover,
  .laptop\:focus\:-rotate-229:focus,
  .laptop\:group:hover .group-hover\:-rotate-229,
  .laptop\:group:focus-within .group-focus-within\:-rotate-229 {
    transform: rotate(-229deg);
  }
  .laptop\:-rotate-230,
  .laptop\:hover\:-rotate-230:hover,
  .laptop\:focus\:-rotate-230:focus,
  .laptop\:group:hover .group-hover\:-rotate-230,
  .laptop\:group:focus-within .group-focus-within\:-rotate-230 {
    transform: rotate(-230deg);
  }
  .laptop\:-rotate-231,
  .laptop\:hover\:-rotate-231:hover,
  .laptop\:focus\:-rotate-231:focus,
  .laptop\:group:hover .group-hover\:-rotate-231,
  .laptop\:group:focus-within .group-focus-within\:-rotate-231 {
    transform: rotate(-231deg);
  }
  .laptop\:-rotate-232,
  .laptop\:hover\:-rotate-232:hover,
  .laptop\:focus\:-rotate-232:focus,
  .laptop\:group:hover .group-hover\:-rotate-232,
  .laptop\:group:focus-within .group-focus-within\:-rotate-232 {
    transform: rotate(-232deg);
  }
  .laptop\:-rotate-233,
  .laptop\:hover\:-rotate-233:hover,
  .laptop\:focus\:-rotate-233:focus,
  .laptop\:group:hover .group-hover\:-rotate-233,
  .laptop\:group:focus-within .group-focus-within\:-rotate-233 {
    transform: rotate(-233deg);
  }
  .laptop\:-rotate-234,
  .laptop\:hover\:-rotate-234:hover,
  .laptop\:focus\:-rotate-234:focus,
  .laptop\:group:hover .group-hover\:-rotate-234,
  .laptop\:group:focus-within .group-focus-within\:-rotate-234 {
    transform: rotate(-234deg);
  }
  .laptop\:-rotate-235,
  .laptop\:hover\:-rotate-235:hover,
  .laptop\:focus\:-rotate-235:focus,
  .laptop\:group:hover .group-hover\:-rotate-235,
  .laptop\:group:focus-within .group-focus-within\:-rotate-235 {
    transform: rotate(-235deg);
  }
  .laptop\:-rotate-236,
  .laptop\:hover\:-rotate-236:hover,
  .laptop\:focus\:-rotate-236:focus,
  .laptop\:group:hover .group-hover\:-rotate-236,
  .laptop\:group:focus-within .group-focus-within\:-rotate-236 {
    transform: rotate(-236deg);
  }
  .laptop\:-rotate-237,
  .laptop\:hover\:-rotate-237:hover,
  .laptop\:focus\:-rotate-237:focus,
  .laptop\:group:hover .group-hover\:-rotate-237,
  .laptop\:group:focus-within .group-focus-within\:-rotate-237 {
    transform: rotate(-237deg);
  }
  .laptop\:-rotate-238,
  .laptop\:hover\:-rotate-238:hover,
  .laptop\:focus\:-rotate-238:focus,
  .laptop\:group:hover .group-hover\:-rotate-238,
  .laptop\:group:focus-within .group-focus-within\:-rotate-238 {
    transform: rotate(-238deg);
  }
  .laptop\:-rotate-239,
  .laptop\:hover\:-rotate-239:hover,
  .laptop\:focus\:-rotate-239:focus,
  .laptop\:group:hover .group-hover\:-rotate-239,
  .laptop\:group:focus-within .group-focus-within\:-rotate-239 {
    transform: rotate(-239deg);
  }
  .laptop\:-rotate-240,
  .laptop\:hover\:-rotate-240:hover,
  .laptop\:focus\:-rotate-240:focus,
  .laptop\:group:hover .group-hover\:-rotate-240,
  .laptop\:group:focus-within .group-focus-within\:-rotate-240 {
    transform: rotate(-240deg);
  }
  .laptop\:-rotate-241,
  .laptop\:hover\:-rotate-241:hover,
  .laptop\:focus\:-rotate-241:focus,
  .laptop\:group:hover .group-hover\:-rotate-241,
  .laptop\:group:focus-within .group-focus-within\:-rotate-241 {
    transform: rotate(-241deg);
  }
  .laptop\:-rotate-242,
  .laptop\:hover\:-rotate-242:hover,
  .laptop\:focus\:-rotate-242:focus,
  .laptop\:group:hover .group-hover\:-rotate-242,
  .laptop\:group:focus-within .group-focus-within\:-rotate-242 {
    transform: rotate(-242deg);
  }
  .laptop\:-rotate-243,
  .laptop\:hover\:-rotate-243:hover,
  .laptop\:focus\:-rotate-243:focus,
  .laptop\:group:hover .group-hover\:-rotate-243,
  .laptop\:group:focus-within .group-focus-within\:-rotate-243 {
    transform: rotate(-243deg);
  }
  .laptop\:-rotate-244,
  .laptop\:hover\:-rotate-244:hover,
  .laptop\:focus\:-rotate-244:focus,
  .laptop\:group:hover .group-hover\:-rotate-244,
  .laptop\:group:focus-within .group-focus-within\:-rotate-244 {
    transform: rotate(-244deg);
  }
  .laptop\:-rotate-245,
  .laptop\:hover\:-rotate-245:hover,
  .laptop\:focus\:-rotate-245:focus,
  .laptop\:group:hover .group-hover\:-rotate-245,
  .laptop\:group:focus-within .group-focus-within\:-rotate-245 {
    transform: rotate(-245deg);
  }
  .laptop\:-rotate-246,
  .laptop\:hover\:-rotate-246:hover,
  .laptop\:focus\:-rotate-246:focus,
  .laptop\:group:hover .group-hover\:-rotate-246,
  .laptop\:group:focus-within .group-focus-within\:-rotate-246 {
    transform: rotate(-246deg);
  }
  .laptop\:-rotate-247,
  .laptop\:hover\:-rotate-247:hover,
  .laptop\:focus\:-rotate-247:focus,
  .laptop\:group:hover .group-hover\:-rotate-247,
  .laptop\:group:focus-within .group-focus-within\:-rotate-247 {
    transform: rotate(-247deg);
  }
  .laptop\:-rotate-248,
  .laptop\:hover\:-rotate-248:hover,
  .laptop\:focus\:-rotate-248:focus,
  .laptop\:group:hover .group-hover\:-rotate-248,
  .laptop\:group:focus-within .group-focus-within\:-rotate-248 {
    transform: rotate(-248deg);
  }
  .laptop\:-rotate-249,
  .laptop\:hover\:-rotate-249:hover,
  .laptop\:focus\:-rotate-249:focus,
  .laptop\:group:hover .group-hover\:-rotate-249,
  .laptop\:group:focus-within .group-focus-within\:-rotate-249 {
    transform: rotate(-249deg);
  }
  .laptop\:-rotate-250,
  .laptop\:hover\:-rotate-250:hover,
  .laptop\:focus\:-rotate-250:focus,
  .laptop\:group:hover .group-hover\:-rotate-250,
  .laptop\:group:focus-within .group-focus-within\:-rotate-250 {
    transform: rotate(-250deg);
  }
  .laptop\:-rotate-251,
  .laptop\:hover\:-rotate-251:hover,
  .laptop\:focus\:-rotate-251:focus,
  .laptop\:group:hover .group-hover\:-rotate-251,
  .laptop\:group:focus-within .group-focus-within\:-rotate-251 {
    transform: rotate(-251deg);
  }
  .laptop\:-rotate-252,
  .laptop\:hover\:-rotate-252:hover,
  .laptop\:focus\:-rotate-252:focus,
  .laptop\:group:hover .group-hover\:-rotate-252,
  .laptop\:group:focus-within .group-focus-within\:-rotate-252 {
    transform: rotate(-252deg);
  }
  .laptop\:-rotate-253,
  .laptop\:hover\:-rotate-253:hover,
  .laptop\:focus\:-rotate-253:focus,
  .laptop\:group:hover .group-hover\:-rotate-253,
  .laptop\:group:focus-within .group-focus-within\:-rotate-253 {
    transform: rotate(-253deg);
  }
  .laptop\:-rotate-254,
  .laptop\:hover\:-rotate-254:hover,
  .laptop\:focus\:-rotate-254:focus,
  .laptop\:group:hover .group-hover\:-rotate-254,
  .laptop\:group:focus-within .group-focus-within\:-rotate-254 {
    transform: rotate(-254deg);
  }
  .laptop\:-rotate-255,
  .laptop\:hover\:-rotate-255:hover,
  .laptop\:focus\:-rotate-255:focus,
  .laptop\:group:hover .group-hover\:-rotate-255,
  .laptop\:group:focus-within .group-focus-within\:-rotate-255 {
    transform: rotate(-255deg);
  }
  .laptop\:-rotate-256,
  .laptop\:hover\:-rotate-256:hover,
  .laptop\:focus\:-rotate-256:focus,
  .laptop\:group:hover .group-hover\:-rotate-256,
  .laptop\:group:focus-within .group-focus-within\:-rotate-256 {
    transform: rotate(-256deg);
  }
  .laptop\:-rotate-257,
  .laptop\:hover\:-rotate-257:hover,
  .laptop\:focus\:-rotate-257:focus,
  .laptop\:group:hover .group-hover\:-rotate-257,
  .laptop\:group:focus-within .group-focus-within\:-rotate-257 {
    transform: rotate(-257deg);
  }
  .laptop\:-rotate-258,
  .laptop\:hover\:-rotate-258:hover,
  .laptop\:focus\:-rotate-258:focus,
  .laptop\:group:hover .group-hover\:-rotate-258,
  .laptop\:group:focus-within .group-focus-within\:-rotate-258 {
    transform: rotate(-258deg);
  }
  .laptop\:-rotate-259,
  .laptop\:hover\:-rotate-259:hover,
  .laptop\:focus\:-rotate-259:focus,
  .laptop\:group:hover .group-hover\:-rotate-259,
  .laptop\:group:focus-within .group-focus-within\:-rotate-259 {
    transform: rotate(-259deg);
  }
  .laptop\:-rotate-260,
  .laptop\:hover\:-rotate-260:hover,
  .laptop\:focus\:-rotate-260:focus,
  .laptop\:group:hover .group-hover\:-rotate-260,
  .laptop\:group:focus-within .group-focus-within\:-rotate-260 {
    transform: rotate(-260deg);
  }
  .laptop\:-rotate-261,
  .laptop\:hover\:-rotate-261:hover,
  .laptop\:focus\:-rotate-261:focus,
  .laptop\:group:hover .group-hover\:-rotate-261,
  .laptop\:group:focus-within .group-focus-within\:-rotate-261 {
    transform: rotate(-261deg);
  }
  .laptop\:-rotate-262,
  .laptop\:hover\:-rotate-262:hover,
  .laptop\:focus\:-rotate-262:focus,
  .laptop\:group:hover .group-hover\:-rotate-262,
  .laptop\:group:focus-within .group-focus-within\:-rotate-262 {
    transform: rotate(-262deg);
  }
  .laptop\:-rotate-263,
  .laptop\:hover\:-rotate-263:hover,
  .laptop\:focus\:-rotate-263:focus,
  .laptop\:group:hover .group-hover\:-rotate-263,
  .laptop\:group:focus-within .group-focus-within\:-rotate-263 {
    transform: rotate(-263deg);
  }
  .laptop\:-rotate-264,
  .laptop\:hover\:-rotate-264:hover,
  .laptop\:focus\:-rotate-264:focus,
  .laptop\:group:hover .group-hover\:-rotate-264,
  .laptop\:group:focus-within .group-focus-within\:-rotate-264 {
    transform: rotate(-264deg);
  }
  .laptop\:-rotate-265,
  .laptop\:hover\:-rotate-265:hover,
  .laptop\:focus\:-rotate-265:focus,
  .laptop\:group:hover .group-hover\:-rotate-265,
  .laptop\:group:focus-within .group-focus-within\:-rotate-265 {
    transform: rotate(-265deg);
  }
  .laptop\:-rotate-266,
  .laptop\:hover\:-rotate-266:hover,
  .laptop\:focus\:-rotate-266:focus,
  .laptop\:group:hover .group-hover\:-rotate-266,
  .laptop\:group:focus-within .group-focus-within\:-rotate-266 {
    transform: rotate(-266deg);
  }
  .laptop\:-rotate-267,
  .laptop\:hover\:-rotate-267:hover,
  .laptop\:focus\:-rotate-267:focus,
  .laptop\:group:hover .group-hover\:-rotate-267,
  .laptop\:group:focus-within .group-focus-within\:-rotate-267 {
    transform: rotate(-267deg);
  }
  .laptop\:-rotate-268,
  .laptop\:hover\:-rotate-268:hover,
  .laptop\:focus\:-rotate-268:focus,
  .laptop\:group:hover .group-hover\:-rotate-268,
  .laptop\:group:focus-within .group-focus-within\:-rotate-268 {
    transform: rotate(-268deg);
  }
  .laptop\:-rotate-269,
  .laptop\:hover\:-rotate-269:hover,
  .laptop\:focus\:-rotate-269:focus,
  .laptop\:group:hover .group-hover\:-rotate-269,
  .laptop\:group:focus-within .group-focus-within\:-rotate-269 {
    transform: rotate(-269deg);
  }
  .laptop\:-rotate-270,
  .laptop\:hover\:-rotate-270:hover,
  .laptop\:focus\:-rotate-270:focus,
  .laptop\:group:hover .group-hover\:-rotate-270,
  .laptop\:group:focus-within .group-focus-within\:-rotate-270 {
    transform: rotate(-270deg);
  }
  .laptop\:-rotate-271,
  .laptop\:hover\:-rotate-271:hover,
  .laptop\:focus\:-rotate-271:focus,
  .laptop\:group:hover .group-hover\:-rotate-271,
  .laptop\:group:focus-within .group-focus-within\:-rotate-271 {
    transform: rotate(-271deg);
  }
  .laptop\:-rotate-272,
  .laptop\:hover\:-rotate-272:hover,
  .laptop\:focus\:-rotate-272:focus,
  .laptop\:group:hover .group-hover\:-rotate-272,
  .laptop\:group:focus-within .group-focus-within\:-rotate-272 {
    transform: rotate(-272deg);
  }
  .laptop\:-rotate-273,
  .laptop\:hover\:-rotate-273:hover,
  .laptop\:focus\:-rotate-273:focus,
  .laptop\:group:hover .group-hover\:-rotate-273,
  .laptop\:group:focus-within .group-focus-within\:-rotate-273 {
    transform: rotate(-273deg);
  }
  .laptop\:-rotate-274,
  .laptop\:hover\:-rotate-274:hover,
  .laptop\:focus\:-rotate-274:focus,
  .laptop\:group:hover .group-hover\:-rotate-274,
  .laptop\:group:focus-within .group-focus-within\:-rotate-274 {
    transform: rotate(-274deg);
  }
  .laptop\:-rotate-275,
  .laptop\:hover\:-rotate-275:hover,
  .laptop\:focus\:-rotate-275:focus,
  .laptop\:group:hover .group-hover\:-rotate-275,
  .laptop\:group:focus-within .group-focus-within\:-rotate-275 {
    transform: rotate(-275deg);
  }
  .laptop\:-rotate-276,
  .laptop\:hover\:-rotate-276:hover,
  .laptop\:focus\:-rotate-276:focus,
  .laptop\:group:hover .group-hover\:-rotate-276,
  .laptop\:group:focus-within .group-focus-within\:-rotate-276 {
    transform: rotate(-276deg);
  }
  .laptop\:-rotate-277,
  .laptop\:hover\:-rotate-277:hover,
  .laptop\:focus\:-rotate-277:focus,
  .laptop\:group:hover .group-hover\:-rotate-277,
  .laptop\:group:focus-within .group-focus-within\:-rotate-277 {
    transform: rotate(-277deg);
  }
  .laptop\:-rotate-278,
  .laptop\:hover\:-rotate-278:hover,
  .laptop\:focus\:-rotate-278:focus,
  .laptop\:group:hover .group-hover\:-rotate-278,
  .laptop\:group:focus-within .group-focus-within\:-rotate-278 {
    transform: rotate(-278deg);
  }
  .laptop\:-rotate-279,
  .laptop\:hover\:-rotate-279:hover,
  .laptop\:focus\:-rotate-279:focus,
  .laptop\:group:hover .group-hover\:-rotate-279,
  .laptop\:group:focus-within .group-focus-within\:-rotate-279 {
    transform: rotate(-279deg);
  }
  .laptop\:-rotate-280,
  .laptop\:hover\:-rotate-280:hover,
  .laptop\:focus\:-rotate-280:focus,
  .laptop\:group:hover .group-hover\:-rotate-280,
  .laptop\:group:focus-within .group-focus-within\:-rotate-280 {
    transform: rotate(-280deg);
  }
  .laptop\:-rotate-281,
  .laptop\:hover\:-rotate-281:hover,
  .laptop\:focus\:-rotate-281:focus,
  .laptop\:group:hover .group-hover\:-rotate-281,
  .laptop\:group:focus-within .group-focus-within\:-rotate-281 {
    transform: rotate(-281deg);
  }
  .laptop\:-rotate-282,
  .laptop\:hover\:-rotate-282:hover,
  .laptop\:focus\:-rotate-282:focus,
  .laptop\:group:hover .group-hover\:-rotate-282,
  .laptop\:group:focus-within .group-focus-within\:-rotate-282 {
    transform: rotate(-282deg);
  }
  .laptop\:-rotate-283,
  .laptop\:hover\:-rotate-283:hover,
  .laptop\:focus\:-rotate-283:focus,
  .laptop\:group:hover .group-hover\:-rotate-283,
  .laptop\:group:focus-within .group-focus-within\:-rotate-283 {
    transform: rotate(-283deg);
  }
  .laptop\:-rotate-284,
  .laptop\:hover\:-rotate-284:hover,
  .laptop\:focus\:-rotate-284:focus,
  .laptop\:group:hover .group-hover\:-rotate-284,
  .laptop\:group:focus-within .group-focus-within\:-rotate-284 {
    transform: rotate(-284deg);
  }
  .laptop\:-rotate-285,
  .laptop\:hover\:-rotate-285:hover,
  .laptop\:focus\:-rotate-285:focus,
  .laptop\:group:hover .group-hover\:-rotate-285,
  .laptop\:group:focus-within .group-focus-within\:-rotate-285 {
    transform: rotate(-285deg);
  }
  .laptop\:-rotate-286,
  .laptop\:hover\:-rotate-286:hover,
  .laptop\:focus\:-rotate-286:focus,
  .laptop\:group:hover .group-hover\:-rotate-286,
  .laptop\:group:focus-within .group-focus-within\:-rotate-286 {
    transform: rotate(-286deg);
  }
  .laptop\:-rotate-287,
  .laptop\:hover\:-rotate-287:hover,
  .laptop\:focus\:-rotate-287:focus,
  .laptop\:group:hover .group-hover\:-rotate-287,
  .laptop\:group:focus-within .group-focus-within\:-rotate-287 {
    transform: rotate(-287deg);
  }
  .laptop\:-rotate-288,
  .laptop\:hover\:-rotate-288:hover,
  .laptop\:focus\:-rotate-288:focus,
  .laptop\:group:hover .group-hover\:-rotate-288,
  .laptop\:group:focus-within .group-focus-within\:-rotate-288 {
    transform: rotate(-288deg);
  }
  .laptop\:-rotate-289,
  .laptop\:hover\:-rotate-289:hover,
  .laptop\:focus\:-rotate-289:focus,
  .laptop\:group:hover .group-hover\:-rotate-289,
  .laptop\:group:focus-within .group-focus-within\:-rotate-289 {
    transform: rotate(-289deg);
  }
  .laptop\:-rotate-290,
  .laptop\:hover\:-rotate-290:hover,
  .laptop\:focus\:-rotate-290:focus,
  .laptop\:group:hover .group-hover\:-rotate-290,
  .laptop\:group:focus-within .group-focus-within\:-rotate-290 {
    transform: rotate(-290deg);
  }
  .laptop\:-rotate-291,
  .laptop\:hover\:-rotate-291:hover,
  .laptop\:focus\:-rotate-291:focus,
  .laptop\:group:hover .group-hover\:-rotate-291,
  .laptop\:group:focus-within .group-focus-within\:-rotate-291 {
    transform: rotate(-291deg);
  }
  .laptop\:-rotate-292,
  .laptop\:hover\:-rotate-292:hover,
  .laptop\:focus\:-rotate-292:focus,
  .laptop\:group:hover .group-hover\:-rotate-292,
  .laptop\:group:focus-within .group-focus-within\:-rotate-292 {
    transform: rotate(-292deg);
  }
  .laptop\:-rotate-293,
  .laptop\:hover\:-rotate-293:hover,
  .laptop\:focus\:-rotate-293:focus,
  .laptop\:group:hover .group-hover\:-rotate-293,
  .laptop\:group:focus-within .group-focus-within\:-rotate-293 {
    transform: rotate(-293deg);
  }
  .laptop\:-rotate-294,
  .laptop\:hover\:-rotate-294:hover,
  .laptop\:focus\:-rotate-294:focus,
  .laptop\:group:hover .group-hover\:-rotate-294,
  .laptop\:group:focus-within .group-focus-within\:-rotate-294 {
    transform: rotate(-294deg);
  }
  .laptop\:-rotate-295,
  .laptop\:hover\:-rotate-295:hover,
  .laptop\:focus\:-rotate-295:focus,
  .laptop\:group:hover .group-hover\:-rotate-295,
  .laptop\:group:focus-within .group-focus-within\:-rotate-295 {
    transform: rotate(-295deg);
  }
  .laptop\:-rotate-296,
  .laptop\:hover\:-rotate-296:hover,
  .laptop\:focus\:-rotate-296:focus,
  .laptop\:group:hover .group-hover\:-rotate-296,
  .laptop\:group:focus-within .group-focus-within\:-rotate-296 {
    transform: rotate(-296deg);
  }
  .laptop\:-rotate-297,
  .laptop\:hover\:-rotate-297:hover,
  .laptop\:focus\:-rotate-297:focus,
  .laptop\:group:hover .group-hover\:-rotate-297,
  .laptop\:group:focus-within .group-focus-within\:-rotate-297 {
    transform: rotate(-297deg);
  }
  .laptop\:-rotate-298,
  .laptop\:hover\:-rotate-298:hover,
  .laptop\:focus\:-rotate-298:focus,
  .laptop\:group:hover .group-hover\:-rotate-298,
  .laptop\:group:focus-within .group-focus-within\:-rotate-298 {
    transform: rotate(-298deg);
  }
  .laptop\:-rotate-299,
  .laptop\:hover\:-rotate-299:hover,
  .laptop\:focus\:-rotate-299:focus,
  .laptop\:group:hover .group-hover\:-rotate-299,
  .laptop\:group:focus-within .group-focus-within\:-rotate-299 {
    transform: rotate(-299deg);
  }
  .laptop\:-rotate-300,
  .laptop\:hover\:-rotate-300:hover,
  .laptop\:focus\:-rotate-300:focus,
  .laptop\:group:hover .group-hover\:-rotate-300,
  .laptop\:group:focus-within .group-focus-within\:-rotate-300 {
    transform: rotate(-300deg);
  }
  .laptop\:-rotate-301,
  .laptop\:hover\:-rotate-301:hover,
  .laptop\:focus\:-rotate-301:focus,
  .laptop\:group:hover .group-hover\:-rotate-301,
  .laptop\:group:focus-within .group-focus-within\:-rotate-301 {
    transform: rotate(-301deg);
  }
  .laptop\:-rotate-302,
  .laptop\:hover\:-rotate-302:hover,
  .laptop\:focus\:-rotate-302:focus,
  .laptop\:group:hover .group-hover\:-rotate-302,
  .laptop\:group:focus-within .group-focus-within\:-rotate-302 {
    transform: rotate(-302deg);
  }
  .laptop\:-rotate-303,
  .laptop\:hover\:-rotate-303:hover,
  .laptop\:focus\:-rotate-303:focus,
  .laptop\:group:hover .group-hover\:-rotate-303,
  .laptop\:group:focus-within .group-focus-within\:-rotate-303 {
    transform: rotate(-303deg);
  }
  .laptop\:-rotate-304,
  .laptop\:hover\:-rotate-304:hover,
  .laptop\:focus\:-rotate-304:focus,
  .laptop\:group:hover .group-hover\:-rotate-304,
  .laptop\:group:focus-within .group-focus-within\:-rotate-304 {
    transform: rotate(-304deg);
  }
  .laptop\:-rotate-305,
  .laptop\:hover\:-rotate-305:hover,
  .laptop\:focus\:-rotate-305:focus,
  .laptop\:group:hover .group-hover\:-rotate-305,
  .laptop\:group:focus-within .group-focus-within\:-rotate-305 {
    transform: rotate(-305deg);
  }
  .laptop\:-rotate-306,
  .laptop\:hover\:-rotate-306:hover,
  .laptop\:focus\:-rotate-306:focus,
  .laptop\:group:hover .group-hover\:-rotate-306,
  .laptop\:group:focus-within .group-focus-within\:-rotate-306 {
    transform: rotate(-306deg);
  }
  .laptop\:-rotate-307,
  .laptop\:hover\:-rotate-307:hover,
  .laptop\:focus\:-rotate-307:focus,
  .laptop\:group:hover .group-hover\:-rotate-307,
  .laptop\:group:focus-within .group-focus-within\:-rotate-307 {
    transform: rotate(-307deg);
  }
  .laptop\:-rotate-308,
  .laptop\:hover\:-rotate-308:hover,
  .laptop\:focus\:-rotate-308:focus,
  .laptop\:group:hover .group-hover\:-rotate-308,
  .laptop\:group:focus-within .group-focus-within\:-rotate-308 {
    transform: rotate(-308deg);
  }
  .laptop\:-rotate-309,
  .laptop\:hover\:-rotate-309:hover,
  .laptop\:focus\:-rotate-309:focus,
  .laptop\:group:hover .group-hover\:-rotate-309,
  .laptop\:group:focus-within .group-focus-within\:-rotate-309 {
    transform: rotate(-309deg);
  }
  .laptop\:-rotate-310,
  .laptop\:hover\:-rotate-310:hover,
  .laptop\:focus\:-rotate-310:focus,
  .laptop\:group:hover .group-hover\:-rotate-310,
  .laptop\:group:focus-within .group-focus-within\:-rotate-310 {
    transform: rotate(-310deg);
  }
  .laptop\:-rotate-311,
  .laptop\:hover\:-rotate-311:hover,
  .laptop\:focus\:-rotate-311:focus,
  .laptop\:group:hover .group-hover\:-rotate-311,
  .laptop\:group:focus-within .group-focus-within\:-rotate-311 {
    transform: rotate(-311deg);
  }
  .laptop\:-rotate-312,
  .laptop\:hover\:-rotate-312:hover,
  .laptop\:focus\:-rotate-312:focus,
  .laptop\:group:hover .group-hover\:-rotate-312,
  .laptop\:group:focus-within .group-focus-within\:-rotate-312 {
    transform: rotate(-312deg);
  }
  .laptop\:-rotate-313,
  .laptop\:hover\:-rotate-313:hover,
  .laptop\:focus\:-rotate-313:focus,
  .laptop\:group:hover .group-hover\:-rotate-313,
  .laptop\:group:focus-within .group-focus-within\:-rotate-313 {
    transform: rotate(-313deg);
  }
  .laptop\:-rotate-314,
  .laptop\:hover\:-rotate-314:hover,
  .laptop\:focus\:-rotate-314:focus,
  .laptop\:group:hover .group-hover\:-rotate-314,
  .laptop\:group:focus-within .group-focus-within\:-rotate-314 {
    transform: rotate(-314deg);
  }
  .laptop\:-rotate-315,
  .laptop\:hover\:-rotate-315:hover,
  .laptop\:focus\:-rotate-315:focus,
  .laptop\:group:hover .group-hover\:-rotate-315,
  .laptop\:group:focus-within .group-focus-within\:-rotate-315 {
    transform: rotate(-315deg);
  }
  .laptop\:-rotate-316,
  .laptop\:hover\:-rotate-316:hover,
  .laptop\:focus\:-rotate-316:focus,
  .laptop\:group:hover .group-hover\:-rotate-316,
  .laptop\:group:focus-within .group-focus-within\:-rotate-316 {
    transform: rotate(-316deg);
  }
  .laptop\:-rotate-317,
  .laptop\:hover\:-rotate-317:hover,
  .laptop\:focus\:-rotate-317:focus,
  .laptop\:group:hover .group-hover\:-rotate-317,
  .laptop\:group:focus-within .group-focus-within\:-rotate-317 {
    transform: rotate(-317deg);
  }
  .laptop\:-rotate-318,
  .laptop\:hover\:-rotate-318:hover,
  .laptop\:focus\:-rotate-318:focus,
  .laptop\:group:hover .group-hover\:-rotate-318,
  .laptop\:group:focus-within .group-focus-within\:-rotate-318 {
    transform: rotate(-318deg);
  }
  .laptop\:-rotate-319,
  .laptop\:hover\:-rotate-319:hover,
  .laptop\:focus\:-rotate-319:focus,
  .laptop\:group:hover .group-hover\:-rotate-319,
  .laptop\:group:focus-within .group-focus-within\:-rotate-319 {
    transform: rotate(-319deg);
  }
  .laptop\:-rotate-320,
  .laptop\:hover\:-rotate-320:hover,
  .laptop\:focus\:-rotate-320:focus,
  .laptop\:group:hover .group-hover\:-rotate-320,
  .laptop\:group:focus-within .group-focus-within\:-rotate-320 {
    transform: rotate(-320deg);
  }
  .laptop\:-rotate-321,
  .laptop\:hover\:-rotate-321:hover,
  .laptop\:focus\:-rotate-321:focus,
  .laptop\:group:hover .group-hover\:-rotate-321,
  .laptop\:group:focus-within .group-focus-within\:-rotate-321 {
    transform: rotate(-321deg);
  }
  .laptop\:-rotate-322,
  .laptop\:hover\:-rotate-322:hover,
  .laptop\:focus\:-rotate-322:focus,
  .laptop\:group:hover .group-hover\:-rotate-322,
  .laptop\:group:focus-within .group-focus-within\:-rotate-322 {
    transform: rotate(-322deg);
  }
  .laptop\:-rotate-323,
  .laptop\:hover\:-rotate-323:hover,
  .laptop\:focus\:-rotate-323:focus,
  .laptop\:group:hover .group-hover\:-rotate-323,
  .laptop\:group:focus-within .group-focus-within\:-rotate-323 {
    transform: rotate(-323deg);
  }
  .laptop\:-rotate-324,
  .laptop\:hover\:-rotate-324:hover,
  .laptop\:focus\:-rotate-324:focus,
  .laptop\:group:hover .group-hover\:-rotate-324,
  .laptop\:group:focus-within .group-focus-within\:-rotate-324 {
    transform: rotate(-324deg);
  }
  .laptop\:-rotate-325,
  .laptop\:hover\:-rotate-325:hover,
  .laptop\:focus\:-rotate-325:focus,
  .laptop\:group:hover .group-hover\:-rotate-325,
  .laptop\:group:focus-within .group-focus-within\:-rotate-325 {
    transform: rotate(-325deg);
  }
  .laptop\:-rotate-326,
  .laptop\:hover\:-rotate-326:hover,
  .laptop\:focus\:-rotate-326:focus,
  .laptop\:group:hover .group-hover\:-rotate-326,
  .laptop\:group:focus-within .group-focus-within\:-rotate-326 {
    transform: rotate(-326deg);
  }
  .laptop\:-rotate-327,
  .laptop\:hover\:-rotate-327:hover,
  .laptop\:focus\:-rotate-327:focus,
  .laptop\:group:hover .group-hover\:-rotate-327,
  .laptop\:group:focus-within .group-focus-within\:-rotate-327 {
    transform: rotate(-327deg);
  }
  .laptop\:-rotate-328,
  .laptop\:hover\:-rotate-328:hover,
  .laptop\:focus\:-rotate-328:focus,
  .laptop\:group:hover .group-hover\:-rotate-328,
  .laptop\:group:focus-within .group-focus-within\:-rotate-328 {
    transform: rotate(-328deg);
  }
  .laptop\:-rotate-329,
  .laptop\:hover\:-rotate-329:hover,
  .laptop\:focus\:-rotate-329:focus,
  .laptop\:group:hover .group-hover\:-rotate-329,
  .laptop\:group:focus-within .group-focus-within\:-rotate-329 {
    transform: rotate(-329deg);
  }
  .laptop\:-rotate-330,
  .laptop\:hover\:-rotate-330:hover,
  .laptop\:focus\:-rotate-330:focus,
  .laptop\:group:hover .group-hover\:-rotate-330,
  .laptop\:group:focus-within .group-focus-within\:-rotate-330 {
    transform: rotate(-330deg);
  }
  .laptop\:-rotate-331,
  .laptop\:hover\:-rotate-331:hover,
  .laptop\:focus\:-rotate-331:focus,
  .laptop\:group:hover .group-hover\:-rotate-331,
  .laptop\:group:focus-within .group-focus-within\:-rotate-331 {
    transform: rotate(-331deg);
  }
  .laptop\:-rotate-332,
  .laptop\:hover\:-rotate-332:hover,
  .laptop\:focus\:-rotate-332:focus,
  .laptop\:group:hover .group-hover\:-rotate-332,
  .laptop\:group:focus-within .group-focus-within\:-rotate-332 {
    transform: rotate(-332deg);
  }
  .laptop\:-rotate-333,
  .laptop\:hover\:-rotate-333:hover,
  .laptop\:focus\:-rotate-333:focus,
  .laptop\:group:hover .group-hover\:-rotate-333,
  .laptop\:group:focus-within .group-focus-within\:-rotate-333 {
    transform: rotate(-333deg);
  }
  .laptop\:-rotate-334,
  .laptop\:hover\:-rotate-334:hover,
  .laptop\:focus\:-rotate-334:focus,
  .laptop\:group:hover .group-hover\:-rotate-334,
  .laptop\:group:focus-within .group-focus-within\:-rotate-334 {
    transform: rotate(-334deg);
  }
  .laptop\:-rotate-335,
  .laptop\:hover\:-rotate-335:hover,
  .laptop\:focus\:-rotate-335:focus,
  .laptop\:group:hover .group-hover\:-rotate-335,
  .laptop\:group:focus-within .group-focus-within\:-rotate-335 {
    transform: rotate(-335deg);
  }
  .laptop\:-rotate-336,
  .laptop\:hover\:-rotate-336:hover,
  .laptop\:focus\:-rotate-336:focus,
  .laptop\:group:hover .group-hover\:-rotate-336,
  .laptop\:group:focus-within .group-focus-within\:-rotate-336 {
    transform: rotate(-336deg);
  }
  .laptop\:-rotate-337,
  .laptop\:hover\:-rotate-337:hover,
  .laptop\:focus\:-rotate-337:focus,
  .laptop\:group:hover .group-hover\:-rotate-337,
  .laptop\:group:focus-within .group-focus-within\:-rotate-337 {
    transform: rotate(-337deg);
  }
  .laptop\:-rotate-338,
  .laptop\:hover\:-rotate-338:hover,
  .laptop\:focus\:-rotate-338:focus,
  .laptop\:group:hover .group-hover\:-rotate-338,
  .laptop\:group:focus-within .group-focus-within\:-rotate-338 {
    transform: rotate(-338deg);
  }
  .laptop\:-rotate-339,
  .laptop\:hover\:-rotate-339:hover,
  .laptop\:focus\:-rotate-339:focus,
  .laptop\:group:hover .group-hover\:-rotate-339,
  .laptop\:group:focus-within .group-focus-within\:-rotate-339 {
    transform: rotate(-339deg);
  }
  .laptop\:-rotate-340,
  .laptop\:hover\:-rotate-340:hover,
  .laptop\:focus\:-rotate-340:focus,
  .laptop\:group:hover .group-hover\:-rotate-340,
  .laptop\:group:focus-within .group-focus-within\:-rotate-340 {
    transform: rotate(-340deg);
  }
  .laptop\:-rotate-341,
  .laptop\:hover\:-rotate-341:hover,
  .laptop\:focus\:-rotate-341:focus,
  .laptop\:group:hover .group-hover\:-rotate-341,
  .laptop\:group:focus-within .group-focus-within\:-rotate-341 {
    transform: rotate(-341deg);
  }
  .laptop\:-rotate-342,
  .laptop\:hover\:-rotate-342:hover,
  .laptop\:focus\:-rotate-342:focus,
  .laptop\:group:hover .group-hover\:-rotate-342,
  .laptop\:group:focus-within .group-focus-within\:-rotate-342 {
    transform: rotate(-342deg);
  }
  .laptop\:-rotate-343,
  .laptop\:hover\:-rotate-343:hover,
  .laptop\:focus\:-rotate-343:focus,
  .laptop\:group:hover .group-hover\:-rotate-343,
  .laptop\:group:focus-within .group-focus-within\:-rotate-343 {
    transform: rotate(-343deg);
  }
  .laptop\:-rotate-344,
  .laptop\:hover\:-rotate-344:hover,
  .laptop\:focus\:-rotate-344:focus,
  .laptop\:group:hover .group-hover\:-rotate-344,
  .laptop\:group:focus-within .group-focus-within\:-rotate-344 {
    transform: rotate(-344deg);
  }
  .laptop\:-rotate-345,
  .laptop\:hover\:-rotate-345:hover,
  .laptop\:focus\:-rotate-345:focus,
  .laptop\:group:hover .group-hover\:-rotate-345,
  .laptop\:group:focus-within .group-focus-within\:-rotate-345 {
    transform: rotate(-345deg);
  }
  .laptop\:-rotate-346,
  .laptop\:hover\:-rotate-346:hover,
  .laptop\:focus\:-rotate-346:focus,
  .laptop\:group:hover .group-hover\:-rotate-346,
  .laptop\:group:focus-within .group-focus-within\:-rotate-346 {
    transform: rotate(-346deg);
  }
  .laptop\:-rotate-347,
  .laptop\:hover\:-rotate-347:hover,
  .laptop\:focus\:-rotate-347:focus,
  .laptop\:group:hover .group-hover\:-rotate-347,
  .laptop\:group:focus-within .group-focus-within\:-rotate-347 {
    transform: rotate(-347deg);
  }
  .laptop\:-rotate-348,
  .laptop\:hover\:-rotate-348:hover,
  .laptop\:focus\:-rotate-348:focus,
  .laptop\:group:hover .group-hover\:-rotate-348,
  .laptop\:group:focus-within .group-focus-within\:-rotate-348 {
    transform: rotate(-348deg);
  }
  .laptop\:-rotate-349,
  .laptop\:hover\:-rotate-349:hover,
  .laptop\:focus\:-rotate-349:focus,
  .laptop\:group:hover .group-hover\:-rotate-349,
  .laptop\:group:focus-within .group-focus-within\:-rotate-349 {
    transform: rotate(-349deg);
  }
  .laptop\:-rotate-350,
  .laptop\:hover\:-rotate-350:hover,
  .laptop\:focus\:-rotate-350:focus,
  .laptop\:group:hover .group-hover\:-rotate-350,
  .laptop\:group:focus-within .group-focus-within\:-rotate-350 {
    transform: rotate(-350deg);
  }
  .laptop\:-rotate-351,
  .laptop\:hover\:-rotate-351:hover,
  .laptop\:focus\:-rotate-351:focus,
  .laptop\:group:hover .group-hover\:-rotate-351,
  .laptop\:group:focus-within .group-focus-within\:-rotate-351 {
    transform: rotate(-351deg);
  }
  .laptop\:-rotate-352,
  .laptop\:hover\:-rotate-352:hover,
  .laptop\:focus\:-rotate-352:focus,
  .laptop\:group:hover .group-hover\:-rotate-352,
  .laptop\:group:focus-within .group-focus-within\:-rotate-352 {
    transform: rotate(-352deg);
  }
  .laptop\:-rotate-353,
  .laptop\:hover\:-rotate-353:hover,
  .laptop\:focus\:-rotate-353:focus,
  .laptop\:group:hover .group-hover\:-rotate-353,
  .laptop\:group:focus-within .group-focus-within\:-rotate-353 {
    transform: rotate(-353deg);
  }
  .laptop\:-rotate-354,
  .laptop\:hover\:-rotate-354:hover,
  .laptop\:focus\:-rotate-354:focus,
  .laptop\:group:hover .group-hover\:-rotate-354,
  .laptop\:group:focus-within .group-focus-within\:-rotate-354 {
    transform: rotate(-354deg);
  }
  .laptop\:-rotate-355,
  .laptop\:hover\:-rotate-355:hover,
  .laptop\:focus\:-rotate-355:focus,
  .laptop\:group:hover .group-hover\:-rotate-355,
  .laptop\:group:focus-within .group-focus-within\:-rotate-355 {
    transform: rotate(-355deg);
  }
  .laptop\:-rotate-356,
  .laptop\:hover\:-rotate-356:hover,
  .laptop\:focus\:-rotate-356:focus,
  .laptop\:group:hover .group-hover\:-rotate-356,
  .laptop\:group:focus-within .group-focus-within\:-rotate-356 {
    transform: rotate(-356deg);
  }
  .laptop\:-rotate-357,
  .laptop\:hover\:-rotate-357:hover,
  .laptop\:focus\:-rotate-357:focus,
  .laptop\:group:hover .group-hover\:-rotate-357,
  .laptop\:group:focus-within .group-focus-within\:-rotate-357 {
    transform: rotate(-357deg);
  }
  .laptop\:-rotate-358,
  .laptop\:hover\:-rotate-358:hover,
  .laptop\:focus\:-rotate-358:focus,
  .laptop\:group:hover .group-hover\:-rotate-358,
  .laptop\:group:focus-within .group-focus-within\:-rotate-358 {
    transform: rotate(-358deg);
  }
  .laptop\:-rotate-359,
  .laptop\:hover\:-rotate-359:hover,
  .laptop\:focus\:-rotate-359:focus,
  .laptop\:group:hover .group-hover\:-rotate-359,
  .laptop\:group:focus-within .group-focus-within\:-rotate-359 {
    transform: rotate(-359deg);
  }
  .laptop\:-rotate-360,
  .laptop\:hover\:-rotate-360:hover,
  .laptop\:focus\:-rotate-360:focus,
  .laptop\:group:hover .group-hover\:-rotate-360,
  .laptop\:group:focus-within .group-focus-within\:-rotate-360 {
    transform: rotate(-360deg);
  }
  .laptop\:rotate-0,
  .laptop\:hover\:rotate-0:hover,
  .laptop\:focus\:rotate-0:focus,
  .laptop\:group:hover .group-hover\:rotate-0,
  .laptop\:group:focus-within .group-focus-within\:rotate-0 {
    transform: rotate(0deg);
  }
  .laptop\:rotate-1,
  .laptop\:hover\:rotate-1:hover,
  .laptop\:focus\:rotate-1:focus,
  .laptop\:group:hover .group-hover\:rotate-1,
  .laptop\:group:focus-within .group-focus-within\:rotate-1 {
    transform: rotate(1deg);
  }
  .laptop\:rotate-2,
  .laptop\:hover\:rotate-2:hover,
  .laptop\:focus\:rotate-2:focus,
  .laptop\:group:hover .group-hover\:rotate-2,
  .laptop\:group:focus-within .group-focus-within\:rotate-2 {
    transform: rotate(2deg);
  }
  .laptop\:rotate-3,
  .laptop\:hover\:rotate-3:hover,
  .laptop\:focus\:rotate-3:focus,
  .laptop\:group:hover .group-hover\:rotate-3,
  .laptop\:group:focus-within .group-focus-within\:rotate-3 {
    transform: rotate(3deg);
  }
  .laptop\:rotate-4,
  .laptop\:hover\:rotate-4:hover,
  .laptop\:focus\:rotate-4:focus,
  .laptop\:group:hover .group-hover\:rotate-4,
  .laptop\:group:focus-within .group-focus-within\:rotate-4 {
    transform: rotate(4deg);
  }
  .laptop\:rotate-5,
  .laptop\:hover\:rotate-5:hover,
  .laptop\:focus\:rotate-5:focus,
  .laptop\:group:hover .group-hover\:rotate-5,
  .laptop\:group:focus-within .group-focus-within\:rotate-5 {
    transform: rotate(5deg);
  }
  .laptop\:rotate-6,
  .laptop\:hover\:rotate-6:hover,
  .laptop\:focus\:rotate-6:focus,
  .laptop\:group:hover .group-hover\:rotate-6,
  .laptop\:group:focus-within .group-focus-within\:rotate-6 {
    transform: rotate(6deg);
  }
  .laptop\:rotate-7,
  .laptop\:hover\:rotate-7:hover,
  .laptop\:focus\:rotate-7:focus,
  .laptop\:group:hover .group-hover\:rotate-7,
  .laptop\:group:focus-within .group-focus-within\:rotate-7 {
    transform: rotate(7deg);
  }
  .laptop\:rotate-8,
  .laptop\:hover\:rotate-8:hover,
  .laptop\:focus\:rotate-8:focus,
  .laptop\:group:hover .group-hover\:rotate-8,
  .laptop\:group:focus-within .group-focus-within\:rotate-8 {
    transform: rotate(8deg);
  }
  .laptop\:rotate-9,
  .laptop\:hover\:rotate-9:hover,
  .laptop\:focus\:rotate-9:focus,
  .laptop\:group:hover .group-hover\:rotate-9,
  .laptop\:group:focus-within .group-focus-within\:rotate-9 {
    transform: rotate(9deg);
  }
  .laptop\:rotate-10,
  .laptop\:hover\:rotate-10:hover,
  .laptop\:focus\:rotate-10:focus,
  .laptop\:group:hover .group-hover\:rotate-10,
  .laptop\:group:focus-within .group-focus-within\:rotate-10 {
    transform: rotate(10deg);
  }
  .laptop\:rotate-11,
  .laptop\:hover\:rotate-11:hover,
  .laptop\:focus\:rotate-11:focus,
  .laptop\:group:hover .group-hover\:rotate-11,
  .laptop\:group:focus-within .group-focus-within\:rotate-11 {
    transform: rotate(11deg);
  }
  .laptop\:rotate-12,
  .laptop\:hover\:rotate-12:hover,
  .laptop\:focus\:rotate-12:focus,
  .laptop\:group:hover .group-hover\:rotate-12,
  .laptop\:group:focus-within .group-focus-within\:rotate-12 {
    transform: rotate(12deg);
  }
  .laptop\:rotate-13,
  .laptop\:hover\:rotate-13:hover,
  .laptop\:focus\:rotate-13:focus,
  .laptop\:group:hover .group-hover\:rotate-13,
  .laptop\:group:focus-within .group-focus-within\:rotate-13 {
    transform: rotate(13deg);
  }
  .laptop\:rotate-14,
  .laptop\:hover\:rotate-14:hover,
  .laptop\:focus\:rotate-14:focus,
  .laptop\:group:hover .group-hover\:rotate-14,
  .laptop\:group:focus-within .group-focus-within\:rotate-14 {
    transform: rotate(14deg);
  }
  .laptop\:rotate-15,
  .laptop\:hover\:rotate-15:hover,
  .laptop\:focus\:rotate-15:focus,
  .laptop\:group:hover .group-hover\:rotate-15,
  .laptop\:group:focus-within .group-focus-within\:rotate-15 {
    transform: rotate(15deg);
  }
  .laptop\:rotate-16,
  .laptop\:hover\:rotate-16:hover,
  .laptop\:focus\:rotate-16:focus,
  .laptop\:group:hover .group-hover\:rotate-16,
  .laptop\:group:focus-within .group-focus-within\:rotate-16 {
    transform: rotate(16deg);
  }
  .laptop\:rotate-17,
  .laptop\:hover\:rotate-17:hover,
  .laptop\:focus\:rotate-17:focus,
  .laptop\:group:hover .group-hover\:rotate-17,
  .laptop\:group:focus-within .group-focus-within\:rotate-17 {
    transform: rotate(17deg);
  }
  .laptop\:rotate-18,
  .laptop\:hover\:rotate-18:hover,
  .laptop\:focus\:rotate-18:focus,
  .laptop\:group:hover .group-hover\:rotate-18,
  .laptop\:group:focus-within .group-focus-within\:rotate-18 {
    transform: rotate(18deg);
  }
  .laptop\:rotate-19,
  .laptop\:hover\:rotate-19:hover,
  .laptop\:focus\:rotate-19:focus,
  .laptop\:group:hover .group-hover\:rotate-19,
  .laptop\:group:focus-within .group-focus-within\:rotate-19 {
    transform: rotate(19deg);
  }
  .laptop\:rotate-20,
  .laptop\:hover\:rotate-20:hover,
  .laptop\:focus\:rotate-20:focus,
  .laptop\:group:hover .group-hover\:rotate-20,
  .laptop\:group:focus-within .group-focus-within\:rotate-20 {
    transform: rotate(20deg);
  }
  .laptop\:rotate-21,
  .laptop\:hover\:rotate-21:hover,
  .laptop\:focus\:rotate-21:focus,
  .laptop\:group:hover .group-hover\:rotate-21,
  .laptop\:group:focus-within .group-focus-within\:rotate-21 {
    transform: rotate(21deg);
  }
  .laptop\:rotate-22,
  .laptop\:hover\:rotate-22:hover,
  .laptop\:focus\:rotate-22:focus,
  .laptop\:group:hover .group-hover\:rotate-22,
  .laptop\:group:focus-within .group-focus-within\:rotate-22 {
    transform: rotate(22deg);
  }
  .laptop\:rotate-23,
  .laptop\:hover\:rotate-23:hover,
  .laptop\:focus\:rotate-23:focus,
  .laptop\:group:hover .group-hover\:rotate-23,
  .laptop\:group:focus-within .group-focus-within\:rotate-23 {
    transform: rotate(23deg);
  }
  .laptop\:rotate-24,
  .laptop\:hover\:rotate-24:hover,
  .laptop\:focus\:rotate-24:focus,
  .laptop\:group:hover .group-hover\:rotate-24,
  .laptop\:group:focus-within .group-focus-within\:rotate-24 {
    transform: rotate(24deg);
  }
  .laptop\:rotate-25,
  .laptop\:hover\:rotate-25:hover,
  .laptop\:focus\:rotate-25:focus,
  .laptop\:group:hover .group-hover\:rotate-25,
  .laptop\:group:focus-within .group-focus-within\:rotate-25 {
    transform: rotate(25deg);
  }
  .laptop\:rotate-26,
  .laptop\:hover\:rotate-26:hover,
  .laptop\:focus\:rotate-26:focus,
  .laptop\:group:hover .group-hover\:rotate-26,
  .laptop\:group:focus-within .group-focus-within\:rotate-26 {
    transform: rotate(26deg);
  }
  .laptop\:rotate-27,
  .laptop\:hover\:rotate-27:hover,
  .laptop\:focus\:rotate-27:focus,
  .laptop\:group:hover .group-hover\:rotate-27,
  .laptop\:group:focus-within .group-focus-within\:rotate-27 {
    transform: rotate(27deg);
  }
  .laptop\:rotate-28,
  .laptop\:hover\:rotate-28:hover,
  .laptop\:focus\:rotate-28:focus,
  .laptop\:group:hover .group-hover\:rotate-28,
  .laptop\:group:focus-within .group-focus-within\:rotate-28 {
    transform: rotate(28deg);
  }
  .laptop\:rotate-29,
  .laptop\:hover\:rotate-29:hover,
  .laptop\:focus\:rotate-29:focus,
  .laptop\:group:hover .group-hover\:rotate-29,
  .laptop\:group:focus-within .group-focus-within\:rotate-29 {
    transform: rotate(29deg);
  }
  .laptop\:rotate-30,
  .laptop\:hover\:rotate-30:hover,
  .laptop\:focus\:rotate-30:focus,
  .laptop\:group:hover .group-hover\:rotate-30,
  .laptop\:group:focus-within .group-focus-within\:rotate-30 {
    transform: rotate(30deg);
  }
  .laptop\:rotate-31,
  .laptop\:hover\:rotate-31:hover,
  .laptop\:focus\:rotate-31:focus,
  .laptop\:group:hover .group-hover\:rotate-31,
  .laptop\:group:focus-within .group-focus-within\:rotate-31 {
    transform: rotate(31deg);
  }
  .laptop\:rotate-32,
  .laptop\:hover\:rotate-32:hover,
  .laptop\:focus\:rotate-32:focus,
  .laptop\:group:hover .group-hover\:rotate-32,
  .laptop\:group:focus-within .group-focus-within\:rotate-32 {
    transform: rotate(32deg);
  }
  .laptop\:rotate-33,
  .laptop\:hover\:rotate-33:hover,
  .laptop\:focus\:rotate-33:focus,
  .laptop\:group:hover .group-hover\:rotate-33,
  .laptop\:group:focus-within .group-focus-within\:rotate-33 {
    transform: rotate(33deg);
  }
  .laptop\:rotate-34,
  .laptop\:hover\:rotate-34:hover,
  .laptop\:focus\:rotate-34:focus,
  .laptop\:group:hover .group-hover\:rotate-34,
  .laptop\:group:focus-within .group-focus-within\:rotate-34 {
    transform: rotate(34deg);
  }
  .laptop\:rotate-35,
  .laptop\:hover\:rotate-35:hover,
  .laptop\:focus\:rotate-35:focus,
  .laptop\:group:hover .group-hover\:rotate-35,
  .laptop\:group:focus-within .group-focus-within\:rotate-35 {
    transform: rotate(35deg);
  }
  .laptop\:rotate-36,
  .laptop\:hover\:rotate-36:hover,
  .laptop\:focus\:rotate-36:focus,
  .laptop\:group:hover .group-hover\:rotate-36,
  .laptop\:group:focus-within .group-focus-within\:rotate-36 {
    transform: rotate(36deg);
  }
  .laptop\:rotate-37,
  .laptop\:hover\:rotate-37:hover,
  .laptop\:focus\:rotate-37:focus,
  .laptop\:group:hover .group-hover\:rotate-37,
  .laptop\:group:focus-within .group-focus-within\:rotate-37 {
    transform: rotate(37deg);
  }
  .laptop\:rotate-38,
  .laptop\:hover\:rotate-38:hover,
  .laptop\:focus\:rotate-38:focus,
  .laptop\:group:hover .group-hover\:rotate-38,
  .laptop\:group:focus-within .group-focus-within\:rotate-38 {
    transform: rotate(38deg);
  }
  .laptop\:rotate-39,
  .laptop\:hover\:rotate-39:hover,
  .laptop\:focus\:rotate-39:focus,
  .laptop\:group:hover .group-hover\:rotate-39,
  .laptop\:group:focus-within .group-focus-within\:rotate-39 {
    transform: rotate(39deg);
  }
  .laptop\:rotate-40,
  .laptop\:hover\:rotate-40:hover,
  .laptop\:focus\:rotate-40:focus,
  .laptop\:group:hover .group-hover\:rotate-40,
  .laptop\:group:focus-within .group-focus-within\:rotate-40 {
    transform: rotate(40deg);
  }
  .laptop\:rotate-41,
  .laptop\:hover\:rotate-41:hover,
  .laptop\:focus\:rotate-41:focus,
  .laptop\:group:hover .group-hover\:rotate-41,
  .laptop\:group:focus-within .group-focus-within\:rotate-41 {
    transform: rotate(41deg);
  }
  .laptop\:rotate-42,
  .laptop\:hover\:rotate-42:hover,
  .laptop\:focus\:rotate-42:focus,
  .laptop\:group:hover .group-hover\:rotate-42,
  .laptop\:group:focus-within .group-focus-within\:rotate-42 {
    transform: rotate(42deg);
  }
  .laptop\:rotate-43,
  .laptop\:hover\:rotate-43:hover,
  .laptop\:focus\:rotate-43:focus,
  .laptop\:group:hover .group-hover\:rotate-43,
  .laptop\:group:focus-within .group-focus-within\:rotate-43 {
    transform: rotate(43deg);
  }
  .laptop\:rotate-44,
  .laptop\:hover\:rotate-44:hover,
  .laptop\:focus\:rotate-44:focus,
  .laptop\:group:hover .group-hover\:rotate-44,
  .laptop\:group:focus-within .group-focus-within\:rotate-44 {
    transform: rotate(44deg);
  }
  .laptop\:rotate-45,
  .laptop\:hover\:rotate-45:hover,
  .laptop\:focus\:rotate-45:focus,
  .laptop\:group:hover .group-hover\:rotate-45,
  .laptop\:group:focus-within .group-focus-within\:rotate-45 {
    transform: rotate(45deg);
  }
  .laptop\:rotate-46,
  .laptop\:hover\:rotate-46:hover,
  .laptop\:focus\:rotate-46:focus,
  .laptop\:group:hover .group-hover\:rotate-46,
  .laptop\:group:focus-within .group-focus-within\:rotate-46 {
    transform: rotate(46deg);
  }
  .laptop\:rotate-47,
  .laptop\:hover\:rotate-47:hover,
  .laptop\:focus\:rotate-47:focus,
  .laptop\:group:hover .group-hover\:rotate-47,
  .laptop\:group:focus-within .group-focus-within\:rotate-47 {
    transform: rotate(47deg);
  }
  .laptop\:rotate-48,
  .laptop\:hover\:rotate-48:hover,
  .laptop\:focus\:rotate-48:focus,
  .laptop\:group:hover .group-hover\:rotate-48,
  .laptop\:group:focus-within .group-focus-within\:rotate-48 {
    transform: rotate(48deg);
  }
  .laptop\:rotate-49,
  .laptop\:hover\:rotate-49:hover,
  .laptop\:focus\:rotate-49:focus,
  .laptop\:group:hover .group-hover\:rotate-49,
  .laptop\:group:focus-within .group-focus-within\:rotate-49 {
    transform: rotate(49deg);
  }
  .laptop\:rotate-50,
  .laptop\:hover\:rotate-50:hover,
  .laptop\:focus\:rotate-50:focus,
  .laptop\:group:hover .group-hover\:rotate-50,
  .laptop\:group:focus-within .group-focus-within\:rotate-50 {
    transform: rotate(50deg);
  }
  .laptop\:rotate-51,
  .laptop\:hover\:rotate-51:hover,
  .laptop\:focus\:rotate-51:focus,
  .laptop\:group:hover .group-hover\:rotate-51,
  .laptop\:group:focus-within .group-focus-within\:rotate-51 {
    transform: rotate(51deg);
  }
  .laptop\:rotate-52,
  .laptop\:hover\:rotate-52:hover,
  .laptop\:focus\:rotate-52:focus,
  .laptop\:group:hover .group-hover\:rotate-52,
  .laptop\:group:focus-within .group-focus-within\:rotate-52 {
    transform: rotate(52deg);
  }
  .laptop\:rotate-53,
  .laptop\:hover\:rotate-53:hover,
  .laptop\:focus\:rotate-53:focus,
  .laptop\:group:hover .group-hover\:rotate-53,
  .laptop\:group:focus-within .group-focus-within\:rotate-53 {
    transform: rotate(53deg);
  }
  .laptop\:rotate-54,
  .laptop\:hover\:rotate-54:hover,
  .laptop\:focus\:rotate-54:focus,
  .laptop\:group:hover .group-hover\:rotate-54,
  .laptop\:group:focus-within .group-focus-within\:rotate-54 {
    transform: rotate(54deg);
  }
  .laptop\:rotate-55,
  .laptop\:hover\:rotate-55:hover,
  .laptop\:focus\:rotate-55:focus,
  .laptop\:group:hover .group-hover\:rotate-55,
  .laptop\:group:focus-within .group-focus-within\:rotate-55 {
    transform: rotate(55deg);
  }
  .laptop\:rotate-56,
  .laptop\:hover\:rotate-56:hover,
  .laptop\:focus\:rotate-56:focus,
  .laptop\:group:hover .group-hover\:rotate-56,
  .laptop\:group:focus-within .group-focus-within\:rotate-56 {
    transform: rotate(56deg);
  }
  .laptop\:rotate-57,
  .laptop\:hover\:rotate-57:hover,
  .laptop\:focus\:rotate-57:focus,
  .laptop\:group:hover .group-hover\:rotate-57,
  .laptop\:group:focus-within .group-focus-within\:rotate-57 {
    transform: rotate(57deg);
  }
  .laptop\:rotate-58,
  .laptop\:hover\:rotate-58:hover,
  .laptop\:focus\:rotate-58:focus,
  .laptop\:group:hover .group-hover\:rotate-58,
  .laptop\:group:focus-within .group-focus-within\:rotate-58 {
    transform: rotate(58deg);
  }
  .laptop\:rotate-59,
  .laptop\:hover\:rotate-59:hover,
  .laptop\:focus\:rotate-59:focus,
  .laptop\:group:hover .group-hover\:rotate-59,
  .laptop\:group:focus-within .group-focus-within\:rotate-59 {
    transform: rotate(59deg);
  }
  .laptop\:rotate-60,
  .laptop\:hover\:rotate-60:hover,
  .laptop\:focus\:rotate-60:focus,
  .laptop\:group:hover .group-hover\:rotate-60,
  .laptop\:group:focus-within .group-focus-within\:rotate-60 {
    transform: rotate(60deg);
  }
  .laptop\:rotate-61,
  .laptop\:hover\:rotate-61:hover,
  .laptop\:focus\:rotate-61:focus,
  .laptop\:group:hover .group-hover\:rotate-61,
  .laptop\:group:focus-within .group-focus-within\:rotate-61 {
    transform: rotate(61deg);
  }
  .laptop\:rotate-62,
  .laptop\:hover\:rotate-62:hover,
  .laptop\:focus\:rotate-62:focus,
  .laptop\:group:hover .group-hover\:rotate-62,
  .laptop\:group:focus-within .group-focus-within\:rotate-62 {
    transform: rotate(62deg);
  }
  .laptop\:rotate-63,
  .laptop\:hover\:rotate-63:hover,
  .laptop\:focus\:rotate-63:focus,
  .laptop\:group:hover .group-hover\:rotate-63,
  .laptop\:group:focus-within .group-focus-within\:rotate-63 {
    transform: rotate(63deg);
  }
  .laptop\:rotate-64,
  .laptop\:hover\:rotate-64:hover,
  .laptop\:focus\:rotate-64:focus,
  .laptop\:group:hover .group-hover\:rotate-64,
  .laptop\:group:focus-within .group-focus-within\:rotate-64 {
    transform: rotate(64deg);
  }
  .laptop\:rotate-65,
  .laptop\:hover\:rotate-65:hover,
  .laptop\:focus\:rotate-65:focus,
  .laptop\:group:hover .group-hover\:rotate-65,
  .laptop\:group:focus-within .group-focus-within\:rotate-65 {
    transform: rotate(65deg);
  }
  .laptop\:rotate-66,
  .laptop\:hover\:rotate-66:hover,
  .laptop\:focus\:rotate-66:focus,
  .laptop\:group:hover .group-hover\:rotate-66,
  .laptop\:group:focus-within .group-focus-within\:rotate-66 {
    transform: rotate(66deg);
  }
  .laptop\:rotate-67,
  .laptop\:hover\:rotate-67:hover,
  .laptop\:focus\:rotate-67:focus,
  .laptop\:group:hover .group-hover\:rotate-67,
  .laptop\:group:focus-within .group-focus-within\:rotate-67 {
    transform: rotate(67deg);
  }
  .laptop\:rotate-68,
  .laptop\:hover\:rotate-68:hover,
  .laptop\:focus\:rotate-68:focus,
  .laptop\:group:hover .group-hover\:rotate-68,
  .laptop\:group:focus-within .group-focus-within\:rotate-68 {
    transform: rotate(68deg);
  }
  .laptop\:rotate-69,
  .laptop\:hover\:rotate-69:hover,
  .laptop\:focus\:rotate-69:focus,
  .laptop\:group:hover .group-hover\:rotate-69,
  .laptop\:group:focus-within .group-focus-within\:rotate-69 {
    transform: rotate(69deg);
  }
  .laptop\:rotate-70,
  .laptop\:hover\:rotate-70:hover,
  .laptop\:focus\:rotate-70:focus,
  .laptop\:group:hover .group-hover\:rotate-70,
  .laptop\:group:focus-within .group-focus-within\:rotate-70 {
    transform: rotate(70deg);
  }
  .laptop\:rotate-71,
  .laptop\:hover\:rotate-71:hover,
  .laptop\:focus\:rotate-71:focus,
  .laptop\:group:hover .group-hover\:rotate-71,
  .laptop\:group:focus-within .group-focus-within\:rotate-71 {
    transform: rotate(71deg);
  }
  .laptop\:rotate-72,
  .laptop\:hover\:rotate-72:hover,
  .laptop\:focus\:rotate-72:focus,
  .laptop\:group:hover .group-hover\:rotate-72,
  .laptop\:group:focus-within .group-focus-within\:rotate-72 {
    transform: rotate(72deg);
  }
  .laptop\:rotate-73,
  .laptop\:hover\:rotate-73:hover,
  .laptop\:focus\:rotate-73:focus,
  .laptop\:group:hover .group-hover\:rotate-73,
  .laptop\:group:focus-within .group-focus-within\:rotate-73 {
    transform: rotate(73deg);
  }
  .laptop\:rotate-74,
  .laptop\:hover\:rotate-74:hover,
  .laptop\:focus\:rotate-74:focus,
  .laptop\:group:hover .group-hover\:rotate-74,
  .laptop\:group:focus-within .group-focus-within\:rotate-74 {
    transform: rotate(74deg);
  }
  .laptop\:rotate-75,
  .laptop\:hover\:rotate-75:hover,
  .laptop\:focus\:rotate-75:focus,
  .laptop\:group:hover .group-hover\:rotate-75,
  .laptop\:group:focus-within .group-focus-within\:rotate-75 {
    transform: rotate(75deg);
  }
  .laptop\:rotate-76,
  .laptop\:hover\:rotate-76:hover,
  .laptop\:focus\:rotate-76:focus,
  .laptop\:group:hover .group-hover\:rotate-76,
  .laptop\:group:focus-within .group-focus-within\:rotate-76 {
    transform: rotate(76deg);
  }
  .laptop\:rotate-77,
  .laptop\:hover\:rotate-77:hover,
  .laptop\:focus\:rotate-77:focus,
  .laptop\:group:hover .group-hover\:rotate-77,
  .laptop\:group:focus-within .group-focus-within\:rotate-77 {
    transform: rotate(77deg);
  }
  .laptop\:rotate-78,
  .laptop\:hover\:rotate-78:hover,
  .laptop\:focus\:rotate-78:focus,
  .laptop\:group:hover .group-hover\:rotate-78,
  .laptop\:group:focus-within .group-focus-within\:rotate-78 {
    transform: rotate(78deg);
  }
  .laptop\:rotate-79,
  .laptop\:hover\:rotate-79:hover,
  .laptop\:focus\:rotate-79:focus,
  .laptop\:group:hover .group-hover\:rotate-79,
  .laptop\:group:focus-within .group-focus-within\:rotate-79 {
    transform: rotate(79deg);
  }
  .laptop\:rotate-80,
  .laptop\:hover\:rotate-80:hover,
  .laptop\:focus\:rotate-80:focus,
  .laptop\:group:hover .group-hover\:rotate-80,
  .laptop\:group:focus-within .group-focus-within\:rotate-80 {
    transform: rotate(80deg);
  }
  .laptop\:rotate-81,
  .laptop\:hover\:rotate-81:hover,
  .laptop\:focus\:rotate-81:focus,
  .laptop\:group:hover .group-hover\:rotate-81,
  .laptop\:group:focus-within .group-focus-within\:rotate-81 {
    transform: rotate(81deg);
  }
  .laptop\:rotate-82,
  .laptop\:hover\:rotate-82:hover,
  .laptop\:focus\:rotate-82:focus,
  .laptop\:group:hover .group-hover\:rotate-82,
  .laptop\:group:focus-within .group-focus-within\:rotate-82 {
    transform: rotate(82deg);
  }
  .laptop\:rotate-83,
  .laptop\:hover\:rotate-83:hover,
  .laptop\:focus\:rotate-83:focus,
  .laptop\:group:hover .group-hover\:rotate-83,
  .laptop\:group:focus-within .group-focus-within\:rotate-83 {
    transform: rotate(83deg);
  }
  .laptop\:rotate-84,
  .laptop\:hover\:rotate-84:hover,
  .laptop\:focus\:rotate-84:focus,
  .laptop\:group:hover .group-hover\:rotate-84,
  .laptop\:group:focus-within .group-focus-within\:rotate-84 {
    transform: rotate(84deg);
  }
  .laptop\:rotate-85,
  .laptop\:hover\:rotate-85:hover,
  .laptop\:focus\:rotate-85:focus,
  .laptop\:group:hover .group-hover\:rotate-85,
  .laptop\:group:focus-within .group-focus-within\:rotate-85 {
    transform: rotate(85deg);
  }
  .laptop\:rotate-86,
  .laptop\:hover\:rotate-86:hover,
  .laptop\:focus\:rotate-86:focus,
  .laptop\:group:hover .group-hover\:rotate-86,
  .laptop\:group:focus-within .group-focus-within\:rotate-86 {
    transform: rotate(86deg);
  }
  .laptop\:rotate-87,
  .laptop\:hover\:rotate-87:hover,
  .laptop\:focus\:rotate-87:focus,
  .laptop\:group:hover .group-hover\:rotate-87,
  .laptop\:group:focus-within .group-focus-within\:rotate-87 {
    transform: rotate(87deg);
  }
  .laptop\:rotate-88,
  .laptop\:hover\:rotate-88:hover,
  .laptop\:focus\:rotate-88:focus,
  .laptop\:group:hover .group-hover\:rotate-88,
  .laptop\:group:focus-within .group-focus-within\:rotate-88 {
    transform: rotate(88deg);
  }
  .laptop\:rotate-89,
  .laptop\:hover\:rotate-89:hover,
  .laptop\:focus\:rotate-89:focus,
  .laptop\:group:hover .group-hover\:rotate-89,
  .laptop\:group:focus-within .group-focus-within\:rotate-89 {
    transform: rotate(89deg);
  }
  .laptop\:rotate-90,
  .laptop\:hover\:rotate-90:hover,
  .laptop\:focus\:rotate-90:focus,
  .laptop\:group:hover .group-hover\:rotate-90,
  .laptop\:group:focus-within .group-focus-within\:rotate-90 {
    transform: rotate(90deg);
  }
  .laptop\:rotate-91,
  .laptop\:hover\:rotate-91:hover,
  .laptop\:focus\:rotate-91:focus,
  .laptop\:group:hover .group-hover\:rotate-91,
  .laptop\:group:focus-within .group-focus-within\:rotate-91 {
    transform: rotate(91deg);
  }
  .laptop\:rotate-92,
  .laptop\:hover\:rotate-92:hover,
  .laptop\:focus\:rotate-92:focus,
  .laptop\:group:hover .group-hover\:rotate-92,
  .laptop\:group:focus-within .group-focus-within\:rotate-92 {
    transform: rotate(92deg);
  }
  .laptop\:rotate-93,
  .laptop\:hover\:rotate-93:hover,
  .laptop\:focus\:rotate-93:focus,
  .laptop\:group:hover .group-hover\:rotate-93,
  .laptop\:group:focus-within .group-focus-within\:rotate-93 {
    transform: rotate(93deg);
  }
  .laptop\:rotate-94,
  .laptop\:hover\:rotate-94:hover,
  .laptop\:focus\:rotate-94:focus,
  .laptop\:group:hover .group-hover\:rotate-94,
  .laptop\:group:focus-within .group-focus-within\:rotate-94 {
    transform: rotate(94deg);
  }
  .laptop\:rotate-95,
  .laptop\:hover\:rotate-95:hover,
  .laptop\:focus\:rotate-95:focus,
  .laptop\:group:hover .group-hover\:rotate-95,
  .laptop\:group:focus-within .group-focus-within\:rotate-95 {
    transform: rotate(95deg);
  }
  .laptop\:rotate-96,
  .laptop\:hover\:rotate-96:hover,
  .laptop\:focus\:rotate-96:focus,
  .laptop\:group:hover .group-hover\:rotate-96,
  .laptop\:group:focus-within .group-focus-within\:rotate-96 {
    transform: rotate(96deg);
  }
  .laptop\:rotate-97,
  .laptop\:hover\:rotate-97:hover,
  .laptop\:focus\:rotate-97:focus,
  .laptop\:group:hover .group-hover\:rotate-97,
  .laptop\:group:focus-within .group-focus-within\:rotate-97 {
    transform: rotate(97deg);
  }
  .laptop\:rotate-98,
  .laptop\:hover\:rotate-98:hover,
  .laptop\:focus\:rotate-98:focus,
  .laptop\:group:hover .group-hover\:rotate-98,
  .laptop\:group:focus-within .group-focus-within\:rotate-98 {
    transform: rotate(98deg);
  }
  .laptop\:rotate-99,
  .laptop\:hover\:rotate-99:hover,
  .laptop\:focus\:rotate-99:focus,
  .laptop\:group:hover .group-hover\:rotate-99,
  .laptop\:group:focus-within .group-focus-within\:rotate-99 {
    transform: rotate(99deg);
  }
  .laptop\:rotate-100,
  .laptop\:hover\:rotate-100:hover,
  .laptop\:focus\:rotate-100:focus,
  .laptop\:group:hover .group-hover\:rotate-100,
  .laptop\:group:focus-within .group-focus-within\:rotate-100 {
    transform: rotate(100deg);
  }
  .laptop\:rotate-101,
  .laptop\:hover\:rotate-101:hover,
  .laptop\:focus\:rotate-101:focus,
  .laptop\:group:hover .group-hover\:rotate-101,
  .laptop\:group:focus-within .group-focus-within\:rotate-101 {
    transform: rotate(101deg);
  }
  .laptop\:rotate-102,
  .laptop\:hover\:rotate-102:hover,
  .laptop\:focus\:rotate-102:focus,
  .laptop\:group:hover .group-hover\:rotate-102,
  .laptop\:group:focus-within .group-focus-within\:rotate-102 {
    transform: rotate(102deg);
  }
  .laptop\:rotate-103,
  .laptop\:hover\:rotate-103:hover,
  .laptop\:focus\:rotate-103:focus,
  .laptop\:group:hover .group-hover\:rotate-103,
  .laptop\:group:focus-within .group-focus-within\:rotate-103 {
    transform: rotate(103deg);
  }
  .laptop\:rotate-104,
  .laptop\:hover\:rotate-104:hover,
  .laptop\:focus\:rotate-104:focus,
  .laptop\:group:hover .group-hover\:rotate-104,
  .laptop\:group:focus-within .group-focus-within\:rotate-104 {
    transform: rotate(104deg);
  }
  .laptop\:rotate-105,
  .laptop\:hover\:rotate-105:hover,
  .laptop\:focus\:rotate-105:focus,
  .laptop\:group:hover .group-hover\:rotate-105,
  .laptop\:group:focus-within .group-focus-within\:rotate-105 {
    transform: rotate(105deg);
  }
  .laptop\:rotate-106,
  .laptop\:hover\:rotate-106:hover,
  .laptop\:focus\:rotate-106:focus,
  .laptop\:group:hover .group-hover\:rotate-106,
  .laptop\:group:focus-within .group-focus-within\:rotate-106 {
    transform: rotate(106deg);
  }
  .laptop\:rotate-107,
  .laptop\:hover\:rotate-107:hover,
  .laptop\:focus\:rotate-107:focus,
  .laptop\:group:hover .group-hover\:rotate-107,
  .laptop\:group:focus-within .group-focus-within\:rotate-107 {
    transform: rotate(107deg);
  }
  .laptop\:rotate-108,
  .laptop\:hover\:rotate-108:hover,
  .laptop\:focus\:rotate-108:focus,
  .laptop\:group:hover .group-hover\:rotate-108,
  .laptop\:group:focus-within .group-focus-within\:rotate-108 {
    transform: rotate(108deg);
  }
  .laptop\:rotate-109,
  .laptop\:hover\:rotate-109:hover,
  .laptop\:focus\:rotate-109:focus,
  .laptop\:group:hover .group-hover\:rotate-109,
  .laptop\:group:focus-within .group-focus-within\:rotate-109 {
    transform: rotate(109deg);
  }
  .laptop\:rotate-110,
  .laptop\:hover\:rotate-110:hover,
  .laptop\:focus\:rotate-110:focus,
  .laptop\:group:hover .group-hover\:rotate-110,
  .laptop\:group:focus-within .group-focus-within\:rotate-110 {
    transform: rotate(110deg);
  }
  .laptop\:rotate-111,
  .laptop\:hover\:rotate-111:hover,
  .laptop\:focus\:rotate-111:focus,
  .laptop\:group:hover .group-hover\:rotate-111,
  .laptop\:group:focus-within .group-focus-within\:rotate-111 {
    transform: rotate(111deg);
  }
  .laptop\:rotate-112,
  .laptop\:hover\:rotate-112:hover,
  .laptop\:focus\:rotate-112:focus,
  .laptop\:group:hover .group-hover\:rotate-112,
  .laptop\:group:focus-within .group-focus-within\:rotate-112 {
    transform: rotate(112deg);
  }
  .laptop\:rotate-113,
  .laptop\:hover\:rotate-113:hover,
  .laptop\:focus\:rotate-113:focus,
  .laptop\:group:hover .group-hover\:rotate-113,
  .laptop\:group:focus-within .group-focus-within\:rotate-113 {
    transform: rotate(113deg);
  }
  .laptop\:rotate-114,
  .laptop\:hover\:rotate-114:hover,
  .laptop\:focus\:rotate-114:focus,
  .laptop\:group:hover .group-hover\:rotate-114,
  .laptop\:group:focus-within .group-focus-within\:rotate-114 {
    transform: rotate(114deg);
  }
  .laptop\:rotate-115,
  .laptop\:hover\:rotate-115:hover,
  .laptop\:focus\:rotate-115:focus,
  .laptop\:group:hover .group-hover\:rotate-115,
  .laptop\:group:focus-within .group-focus-within\:rotate-115 {
    transform: rotate(115deg);
  }
  .laptop\:rotate-116,
  .laptop\:hover\:rotate-116:hover,
  .laptop\:focus\:rotate-116:focus,
  .laptop\:group:hover .group-hover\:rotate-116,
  .laptop\:group:focus-within .group-focus-within\:rotate-116 {
    transform: rotate(116deg);
  }
  .laptop\:rotate-117,
  .laptop\:hover\:rotate-117:hover,
  .laptop\:focus\:rotate-117:focus,
  .laptop\:group:hover .group-hover\:rotate-117,
  .laptop\:group:focus-within .group-focus-within\:rotate-117 {
    transform: rotate(117deg);
  }
  .laptop\:rotate-118,
  .laptop\:hover\:rotate-118:hover,
  .laptop\:focus\:rotate-118:focus,
  .laptop\:group:hover .group-hover\:rotate-118,
  .laptop\:group:focus-within .group-focus-within\:rotate-118 {
    transform: rotate(118deg);
  }
  .laptop\:rotate-119,
  .laptop\:hover\:rotate-119:hover,
  .laptop\:focus\:rotate-119:focus,
  .laptop\:group:hover .group-hover\:rotate-119,
  .laptop\:group:focus-within .group-focus-within\:rotate-119 {
    transform: rotate(119deg);
  }
  .laptop\:rotate-120,
  .laptop\:hover\:rotate-120:hover,
  .laptop\:focus\:rotate-120:focus,
  .laptop\:group:hover .group-hover\:rotate-120,
  .laptop\:group:focus-within .group-focus-within\:rotate-120 {
    transform: rotate(120deg);
  }
  .laptop\:rotate-121,
  .laptop\:hover\:rotate-121:hover,
  .laptop\:focus\:rotate-121:focus,
  .laptop\:group:hover .group-hover\:rotate-121,
  .laptop\:group:focus-within .group-focus-within\:rotate-121 {
    transform: rotate(121deg);
  }
  .laptop\:rotate-122,
  .laptop\:hover\:rotate-122:hover,
  .laptop\:focus\:rotate-122:focus,
  .laptop\:group:hover .group-hover\:rotate-122,
  .laptop\:group:focus-within .group-focus-within\:rotate-122 {
    transform: rotate(122deg);
  }
  .laptop\:rotate-123,
  .laptop\:hover\:rotate-123:hover,
  .laptop\:focus\:rotate-123:focus,
  .laptop\:group:hover .group-hover\:rotate-123,
  .laptop\:group:focus-within .group-focus-within\:rotate-123 {
    transform: rotate(123deg);
  }
  .laptop\:rotate-124,
  .laptop\:hover\:rotate-124:hover,
  .laptop\:focus\:rotate-124:focus,
  .laptop\:group:hover .group-hover\:rotate-124,
  .laptop\:group:focus-within .group-focus-within\:rotate-124 {
    transform: rotate(124deg);
  }
  .laptop\:rotate-125,
  .laptop\:hover\:rotate-125:hover,
  .laptop\:focus\:rotate-125:focus,
  .laptop\:group:hover .group-hover\:rotate-125,
  .laptop\:group:focus-within .group-focus-within\:rotate-125 {
    transform: rotate(125deg);
  }
  .laptop\:rotate-126,
  .laptop\:hover\:rotate-126:hover,
  .laptop\:focus\:rotate-126:focus,
  .laptop\:group:hover .group-hover\:rotate-126,
  .laptop\:group:focus-within .group-focus-within\:rotate-126 {
    transform: rotate(126deg);
  }
  .laptop\:rotate-127,
  .laptop\:hover\:rotate-127:hover,
  .laptop\:focus\:rotate-127:focus,
  .laptop\:group:hover .group-hover\:rotate-127,
  .laptop\:group:focus-within .group-focus-within\:rotate-127 {
    transform: rotate(127deg);
  }
  .laptop\:rotate-128,
  .laptop\:hover\:rotate-128:hover,
  .laptop\:focus\:rotate-128:focus,
  .laptop\:group:hover .group-hover\:rotate-128,
  .laptop\:group:focus-within .group-focus-within\:rotate-128 {
    transform: rotate(128deg);
  }
  .laptop\:rotate-129,
  .laptop\:hover\:rotate-129:hover,
  .laptop\:focus\:rotate-129:focus,
  .laptop\:group:hover .group-hover\:rotate-129,
  .laptop\:group:focus-within .group-focus-within\:rotate-129 {
    transform: rotate(129deg);
  }
  .laptop\:rotate-130,
  .laptop\:hover\:rotate-130:hover,
  .laptop\:focus\:rotate-130:focus,
  .laptop\:group:hover .group-hover\:rotate-130,
  .laptop\:group:focus-within .group-focus-within\:rotate-130 {
    transform: rotate(130deg);
  }
  .laptop\:rotate-131,
  .laptop\:hover\:rotate-131:hover,
  .laptop\:focus\:rotate-131:focus,
  .laptop\:group:hover .group-hover\:rotate-131,
  .laptop\:group:focus-within .group-focus-within\:rotate-131 {
    transform: rotate(131deg);
  }
  .laptop\:rotate-132,
  .laptop\:hover\:rotate-132:hover,
  .laptop\:focus\:rotate-132:focus,
  .laptop\:group:hover .group-hover\:rotate-132,
  .laptop\:group:focus-within .group-focus-within\:rotate-132 {
    transform: rotate(132deg);
  }
  .laptop\:rotate-133,
  .laptop\:hover\:rotate-133:hover,
  .laptop\:focus\:rotate-133:focus,
  .laptop\:group:hover .group-hover\:rotate-133,
  .laptop\:group:focus-within .group-focus-within\:rotate-133 {
    transform: rotate(133deg);
  }
  .laptop\:rotate-134,
  .laptop\:hover\:rotate-134:hover,
  .laptop\:focus\:rotate-134:focus,
  .laptop\:group:hover .group-hover\:rotate-134,
  .laptop\:group:focus-within .group-focus-within\:rotate-134 {
    transform: rotate(134deg);
  }
  .laptop\:rotate-135,
  .laptop\:hover\:rotate-135:hover,
  .laptop\:focus\:rotate-135:focus,
  .laptop\:group:hover .group-hover\:rotate-135,
  .laptop\:group:focus-within .group-focus-within\:rotate-135 {
    transform: rotate(135deg);
  }
  .laptop\:rotate-136,
  .laptop\:hover\:rotate-136:hover,
  .laptop\:focus\:rotate-136:focus,
  .laptop\:group:hover .group-hover\:rotate-136,
  .laptop\:group:focus-within .group-focus-within\:rotate-136 {
    transform: rotate(136deg);
  }
  .laptop\:rotate-137,
  .laptop\:hover\:rotate-137:hover,
  .laptop\:focus\:rotate-137:focus,
  .laptop\:group:hover .group-hover\:rotate-137,
  .laptop\:group:focus-within .group-focus-within\:rotate-137 {
    transform: rotate(137deg);
  }
  .laptop\:rotate-138,
  .laptop\:hover\:rotate-138:hover,
  .laptop\:focus\:rotate-138:focus,
  .laptop\:group:hover .group-hover\:rotate-138,
  .laptop\:group:focus-within .group-focus-within\:rotate-138 {
    transform: rotate(138deg);
  }
  .laptop\:rotate-139,
  .laptop\:hover\:rotate-139:hover,
  .laptop\:focus\:rotate-139:focus,
  .laptop\:group:hover .group-hover\:rotate-139,
  .laptop\:group:focus-within .group-focus-within\:rotate-139 {
    transform: rotate(139deg);
  }
  .laptop\:rotate-140,
  .laptop\:hover\:rotate-140:hover,
  .laptop\:focus\:rotate-140:focus,
  .laptop\:group:hover .group-hover\:rotate-140,
  .laptop\:group:focus-within .group-focus-within\:rotate-140 {
    transform: rotate(140deg);
  }
  .laptop\:rotate-141,
  .laptop\:hover\:rotate-141:hover,
  .laptop\:focus\:rotate-141:focus,
  .laptop\:group:hover .group-hover\:rotate-141,
  .laptop\:group:focus-within .group-focus-within\:rotate-141 {
    transform: rotate(141deg);
  }
  .laptop\:rotate-142,
  .laptop\:hover\:rotate-142:hover,
  .laptop\:focus\:rotate-142:focus,
  .laptop\:group:hover .group-hover\:rotate-142,
  .laptop\:group:focus-within .group-focus-within\:rotate-142 {
    transform: rotate(142deg);
  }
  .laptop\:rotate-143,
  .laptop\:hover\:rotate-143:hover,
  .laptop\:focus\:rotate-143:focus,
  .laptop\:group:hover .group-hover\:rotate-143,
  .laptop\:group:focus-within .group-focus-within\:rotate-143 {
    transform: rotate(143deg);
  }
  .laptop\:rotate-144,
  .laptop\:hover\:rotate-144:hover,
  .laptop\:focus\:rotate-144:focus,
  .laptop\:group:hover .group-hover\:rotate-144,
  .laptop\:group:focus-within .group-focus-within\:rotate-144 {
    transform: rotate(144deg);
  }
  .laptop\:rotate-145,
  .laptop\:hover\:rotate-145:hover,
  .laptop\:focus\:rotate-145:focus,
  .laptop\:group:hover .group-hover\:rotate-145,
  .laptop\:group:focus-within .group-focus-within\:rotate-145 {
    transform: rotate(145deg);
  }
  .laptop\:rotate-146,
  .laptop\:hover\:rotate-146:hover,
  .laptop\:focus\:rotate-146:focus,
  .laptop\:group:hover .group-hover\:rotate-146,
  .laptop\:group:focus-within .group-focus-within\:rotate-146 {
    transform: rotate(146deg);
  }
  .laptop\:rotate-147,
  .laptop\:hover\:rotate-147:hover,
  .laptop\:focus\:rotate-147:focus,
  .laptop\:group:hover .group-hover\:rotate-147,
  .laptop\:group:focus-within .group-focus-within\:rotate-147 {
    transform: rotate(147deg);
  }
  .laptop\:rotate-148,
  .laptop\:hover\:rotate-148:hover,
  .laptop\:focus\:rotate-148:focus,
  .laptop\:group:hover .group-hover\:rotate-148,
  .laptop\:group:focus-within .group-focus-within\:rotate-148 {
    transform: rotate(148deg);
  }
  .laptop\:rotate-149,
  .laptop\:hover\:rotate-149:hover,
  .laptop\:focus\:rotate-149:focus,
  .laptop\:group:hover .group-hover\:rotate-149,
  .laptop\:group:focus-within .group-focus-within\:rotate-149 {
    transform: rotate(149deg);
  }
  .laptop\:rotate-150,
  .laptop\:hover\:rotate-150:hover,
  .laptop\:focus\:rotate-150:focus,
  .laptop\:group:hover .group-hover\:rotate-150,
  .laptop\:group:focus-within .group-focus-within\:rotate-150 {
    transform: rotate(150deg);
  }
  .laptop\:rotate-151,
  .laptop\:hover\:rotate-151:hover,
  .laptop\:focus\:rotate-151:focus,
  .laptop\:group:hover .group-hover\:rotate-151,
  .laptop\:group:focus-within .group-focus-within\:rotate-151 {
    transform: rotate(151deg);
  }
  .laptop\:rotate-152,
  .laptop\:hover\:rotate-152:hover,
  .laptop\:focus\:rotate-152:focus,
  .laptop\:group:hover .group-hover\:rotate-152,
  .laptop\:group:focus-within .group-focus-within\:rotate-152 {
    transform: rotate(152deg);
  }
  .laptop\:rotate-153,
  .laptop\:hover\:rotate-153:hover,
  .laptop\:focus\:rotate-153:focus,
  .laptop\:group:hover .group-hover\:rotate-153,
  .laptop\:group:focus-within .group-focus-within\:rotate-153 {
    transform: rotate(153deg);
  }
  .laptop\:rotate-154,
  .laptop\:hover\:rotate-154:hover,
  .laptop\:focus\:rotate-154:focus,
  .laptop\:group:hover .group-hover\:rotate-154,
  .laptop\:group:focus-within .group-focus-within\:rotate-154 {
    transform: rotate(154deg);
  }
  .laptop\:rotate-155,
  .laptop\:hover\:rotate-155:hover,
  .laptop\:focus\:rotate-155:focus,
  .laptop\:group:hover .group-hover\:rotate-155,
  .laptop\:group:focus-within .group-focus-within\:rotate-155 {
    transform: rotate(155deg);
  }
  .laptop\:rotate-156,
  .laptop\:hover\:rotate-156:hover,
  .laptop\:focus\:rotate-156:focus,
  .laptop\:group:hover .group-hover\:rotate-156,
  .laptop\:group:focus-within .group-focus-within\:rotate-156 {
    transform: rotate(156deg);
  }
  .laptop\:rotate-157,
  .laptop\:hover\:rotate-157:hover,
  .laptop\:focus\:rotate-157:focus,
  .laptop\:group:hover .group-hover\:rotate-157,
  .laptop\:group:focus-within .group-focus-within\:rotate-157 {
    transform: rotate(157deg);
  }
  .laptop\:rotate-158,
  .laptop\:hover\:rotate-158:hover,
  .laptop\:focus\:rotate-158:focus,
  .laptop\:group:hover .group-hover\:rotate-158,
  .laptop\:group:focus-within .group-focus-within\:rotate-158 {
    transform: rotate(158deg);
  }
  .laptop\:rotate-159,
  .laptop\:hover\:rotate-159:hover,
  .laptop\:focus\:rotate-159:focus,
  .laptop\:group:hover .group-hover\:rotate-159,
  .laptop\:group:focus-within .group-focus-within\:rotate-159 {
    transform: rotate(159deg);
  }
  .laptop\:rotate-160,
  .laptop\:hover\:rotate-160:hover,
  .laptop\:focus\:rotate-160:focus,
  .laptop\:group:hover .group-hover\:rotate-160,
  .laptop\:group:focus-within .group-focus-within\:rotate-160 {
    transform: rotate(160deg);
  }
  .laptop\:rotate-161,
  .laptop\:hover\:rotate-161:hover,
  .laptop\:focus\:rotate-161:focus,
  .laptop\:group:hover .group-hover\:rotate-161,
  .laptop\:group:focus-within .group-focus-within\:rotate-161 {
    transform: rotate(161deg);
  }
  .laptop\:rotate-162,
  .laptop\:hover\:rotate-162:hover,
  .laptop\:focus\:rotate-162:focus,
  .laptop\:group:hover .group-hover\:rotate-162,
  .laptop\:group:focus-within .group-focus-within\:rotate-162 {
    transform: rotate(162deg);
  }
  .laptop\:rotate-163,
  .laptop\:hover\:rotate-163:hover,
  .laptop\:focus\:rotate-163:focus,
  .laptop\:group:hover .group-hover\:rotate-163,
  .laptop\:group:focus-within .group-focus-within\:rotate-163 {
    transform: rotate(163deg);
  }
  .laptop\:rotate-164,
  .laptop\:hover\:rotate-164:hover,
  .laptop\:focus\:rotate-164:focus,
  .laptop\:group:hover .group-hover\:rotate-164,
  .laptop\:group:focus-within .group-focus-within\:rotate-164 {
    transform: rotate(164deg);
  }
  .laptop\:rotate-165,
  .laptop\:hover\:rotate-165:hover,
  .laptop\:focus\:rotate-165:focus,
  .laptop\:group:hover .group-hover\:rotate-165,
  .laptop\:group:focus-within .group-focus-within\:rotate-165 {
    transform: rotate(165deg);
  }
  .laptop\:rotate-166,
  .laptop\:hover\:rotate-166:hover,
  .laptop\:focus\:rotate-166:focus,
  .laptop\:group:hover .group-hover\:rotate-166,
  .laptop\:group:focus-within .group-focus-within\:rotate-166 {
    transform: rotate(166deg);
  }
  .laptop\:rotate-167,
  .laptop\:hover\:rotate-167:hover,
  .laptop\:focus\:rotate-167:focus,
  .laptop\:group:hover .group-hover\:rotate-167,
  .laptop\:group:focus-within .group-focus-within\:rotate-167 {
    transform: rotate(167deg);
  }
  .laptop\:rotate-168,
  .laptop\:hover\:rotate-168:hover,
  .laptop\:focus\:rotate-168:focus,
  .laptop\:group:hover .group-hover\:rotate-168,
  .laptop\:group:focus-within .group-focus-within\:rotate-168 {
    transform: rotate(168deg);
  }
  .laptop\:rotate-169,
  .laptop\:hover\:rotate-169:hover,
  .laptop\:focus\:rotate-169:focus,
  .laptop\:group:hover .group-hover\:rotate-169,
  .laptop\:group:focus-within .group-focus-within\:rotate-169 {
    transform: rotate(169deg);
  }
  .laptop\:rotate-170,
  .laptop\:hover\:rotate-170:hover,
  .laptop\:focus\:rotate-170:focus,
  .laptop\:group:hover .group-hover\:rotate-170,
  .laptop\:group:focus-within .group-focus-within\:rotate-170 {
    transform: rotate(170deg);
  }
  .laptop\:rotate-171,
  .laptop\:hover\:rotate-171:hover,
  .laptop\:focus\:rotate-171:focus,
  .laptop\:group:hover .group-hover\:rotate-171,
  .laptop\:group:focus-within .group-focus-within\:rotate-171 {
    transform: rotate(171deg);
  }
  .laptop\:rotate-172,
  .laptop\:hover\:rotate-172:hover,
  .laptop\:focus\:rotate-172:focus,
  .laptop\:group:hover .group-hover\:rotate-172,
  .laptop\:group:focus-within .group-focus-within\:rotate-172 {
    transform: rotate(172deg);
  }
  .laptop\:rotate-173,
  .laptop\:hover\:rotate-173:hover,
  .laptop\:focus\:rotate-173:focus,
  .laptop\:group:hover .group-hover\:rotate-173,
  .laptop\:group:focus-within .group-focus-within\:rotate-173 {
    transform: rotate(173deg);
  }
  .laptop\:rotate-174,
  .laptop\:hover\:rotate-174:hover,
  .laptop\:focus\:rotate-174:focus,
  .laptop\:group:hover .group-hover\:rotate-174,
  .laptop\:group:focus-within .group-focus-within\:rotate-174 {
    transform: rotate(174deg);
  }
  .laptop\:rotate-175,
  .laptop\:hover\:rotate-175:hover,
  .laptop\:focus\:rotate-175:focus,
  .laptop\:group:hover .group-hover\:rotate-175,
  .laptop\:group:focus-within .group-focus-within\:rotate-175 {
    transform: rotate(175deg);
  }
  .laptop\:rotate-176,
  .laptop\:hover\:rotate-176:hover,
  .laptop\:focus\:rotate-176:focus,
  .laptop\:group:hover .group-hover\:rotate-176,
  .laptop\:group:focus-within .group-focus-within\:rotate-176 {
    transform: rotate(176deg);
  }
  .laptop\:rotate-177,
  .laptop\:hover\:rotate-177:hover,
  .laptop\:focus\:rotate-177:focus,
  .laptop\:group:hover .group-hover\:rotate-177,
  .laptop\:group:focus-within .group-focus-within\:rotate-177 {
    transform: rotate(177deg);
  }
  .laptop\:rotate-178,
  .laptop\:hover\:rotate-178:hover,
  .laptop\:focus\:rotate-178:focus,
  .laptop\:group:hover .group-hover\:rotate-178,
  .laptop\:group:focus-within .group-focus-within\:rotate-178 {
    transform: rotate(178deg);
  }
  .laptop\:rotate-179,
  .laptop\:hover\:rotate-179:hover,
  .laptop\:focus\:rotate-179:focus,
  .laptop\:group:hover .group-hover\:rotate-179,
  .laptop\:group:focus-within .group-focus-within\:rotate-179 {
    transform: rotate(179deg);
  }
  .laptop\:rotate-180,
  .laptop\:hover\:rotate-180:hover,
  .laptop\:focus\:rotate-180:focus,
  .laptop\:group:hover .group-hover\:rotate-180,
  .laptop\:group:focus-within .group-focus-within\:rotate-180 {
    transform: rotate(180deg);
  }
  .laptop\:rotate-181,
  .laptop\:hover\:rotate-181:hover,
  .laptop\:focus\:rotate-181:focus,
  .laptop\:group:hover .group-hover\:rotate-181,
  .laptop\:group:focus-within .group-focus-within\:rotate-181 {
    transform: rotate(181deg);
  }
  .laptop\:rotate-182,
  .laptop\:hover\:rotate-182:hover,
  .laptop\:focus\:rotate-182:focus,
  .laptop\:group:hover .group-hover\:rotate-182,
  .laptop\:group:focus-within .group-focus-within\:rotate-182 {
    transform: rotate(182deg);
  }
  .laptop\:rotate-183,
  .laptop\:hover\:rotate-183:hover,
  .laptop\:focus\:rotate-183:focus,
  .laptop\:group:hover .group-hover\:rotate-183,
  .laptop\:group:focus-within .group-focus-within\:rotate-183 {
    transform: rotate(183deg);
  }
  .laptop\:rotate-184,
  .laptop\:hover\:rotate-184:hover,
  .laptop\:focus\:rotate-184:focus,
  .laptop\:group:hover .group-hover\:rotate-184,
  .laptop\:group:focus-within .group-focus-within\:rotate-184 {
    transform: rotate(184deg);
  }
  .laptop\:rotate-185,
  .laptop\:hover\:rotate-185:hover,
  .laptop\:focus\:rotate-185:focus,
  .laptop\:group:hover .group-hover\:rotate-185,
  .laptop\:group:focus-within .group-focus-within\:rotate-185 {
    transform: rotate(185deg);
  }
  .laptop\:rotate-186,
  .laptop\:hover\:rotate-186:hover,
  .laptop\:focus\:rotate-186:focus,
  .laptop\:group:hover .group-hover\:rotate-186,
  .laptop\:group:focus-within .group-focus-within\:rotate-186 {
    transform: rotate(186deg);
  }
  .laptop\:rotate-187,
  .laptop\:hover\:rotate-187:hover,
  .laptop\:focus\:rotate-187:focus,
  .laptop\:group:hover .group-hover\:rotate-187,
  .laptop\:group:focus-within .group-focus-within\:rotate-187 {
    transform: rotate(187deg);
  }
  .laptop\:rotate-188,
  .laptop\:hover\:rotate-188:hover,
  .laptop\:focus\:rotate-188:focus,
  .laptop\:group:hover .group-hover\:rotate-188,
  .laptop\:group:focus-within .group-focus-within\:rotate-188 {
    transform: rotate(188deg);
  }
  .laptop\:rotate-189,
  .laptop\:hover\:rotate-189:hover,
  .laptop\:focus\:rotate-189:focus,
  .laptop\:group:hover .group-hover\:rotate-189,
  .laptop\:group:focus-within .group-focus-within\:rotate-189 {
    transform: rotate(189deg);
  }
  .laptop\:rotate-190,
  .laptop\:hover\:rotate-190:hover,
  .laptop\:focus\:rotate-190:focus,
  .laptop\:group:hover .group-hover\:rotate-190,
  .laptop\:group:focus-within .group-focus-within\:rotate-190 {
    transform: rotate(190deg);
  }
  .laptop\:rotate-191,
  .laptop\:hover\:rotate-191:hover,
  .laptop\:focus\:rotate-191:focus,
  .laptop\:group:hover .group-hover\:rotate-191,
  .laptop\:group:focus-within .group-focus-within\:rotate-191 {
    transform: rotate(191deg);
  }
  .laptop\:rotate-192,
  .laptop\:hover\:rotate-192:hover,
  .laptop\:focus\:rotate-192:focus,
  .laptop\:group:hover .group-hover\:rotate-192,
  .laptop\:group:focus-within .group-focus-within\:rotate-192 {
    transform: rotate(192deg);
  }
  .laptop\:rotate-193,
  .laptop\:hover\:rotate-193:hover,
  .laptop\:focus\:rotate-193:focus,
  .laptop\:group:hover .group-hover\:rotate-193,
  .laptop\:group:focus-within .group-focus-within\:rotate-193 {
    transform: rotate(193deg);
  }
  .laptop\:rotate-194,
  .laptop\:hover\:rotate-194:hover,
  .laptop\:focus\:rotate-194:focus,
  .laptop\:group:hover .group-hover\:rotate-194,
  .laptop\:group:focus-within .group-focus-within\:rotate-194 {
    transform: rotate(194deg);
  }
  .laptop\:rotate-195,
  .laptop\:hover\:rotate-195:hover,
  .laptop\:focus\:rotate-195:focus,
  .laptop\:group:hover .group-hover\:rotate-195,
  .laptop\:group:focus-within .group-focus-within\:rotate-195 {
    transform: rotate(195deg);
  }
  .laptop\:rotate-196,
  .laptop\:hover\:rotate-196:hover,
  .laptop\:focus\:rotate-196:focus,
  .laptop\:group:hover .group-hover\:rotate-196,
  .laptop\:group:focus-within .group-focus-within\:rotate-196 {
    transform: rotate(196deg);
  }
  .laptop\:rotate-197,
  .laptop\:hover\:rotate-197:hover,
  .laptop\:focus\:rotate-197:focus,
  .laptop\:group:hover .group-hover\:rotate-197,
  .laptop\:group:focus-within .group-focus-within\:rotate-197 {
    transform: rotate(197deg);
  }
  .laptop\:rotate-198,
  .laptop\:hover\:rotate-198:hover,
  .laptop\:focus\:rotate-198:focus,
  .laptop\:group:hover .group-hover\:rotate-198,
  .laptop\:group:focus-within .group-focus-within\:rotate-198 {
    transform: rotate(198deg);
  }
  .laptop\:rotate-199,
  .laptop\:hover\:rotate-199:hover,
  .laptop\:focus\:rotate-199:focus,
  .laptop\:group:hover .group-hover\:rotate-199,
  .laptop\:group:focus-within .group-focus-within\:rotate-199 {
    transform: rotate(199deg);
  }
  .laptop\:rotate-200,
  .laptop\:hover\:rotate-200:hover,
  .laptop\:focus\:rotate-200:focus,
  .laptop\:group:hover .group-hover\:rotate-200,
  .laptop\:group:focus-within .group-focus-within\:rotate-200 {
    transform: rotate(200deg);
  }
  .laptop\:rotate-201,
  .laptop\:hover\:rotate-201:hover,
  .laptop\:focus\:rotate-201:focus,
  .laptop\:group:hover .group-hover\:rotate-201,
  .laptop\:group:focus-within .group-focus-within\:rotate-201 {
    transform: rotate(201deg);
  }
  .laptop\:rotate-202,
  .laptop\:hover\:rotate-202:hover,
  .laptop\:focus\:rotate-202:focus,
  .laptop\:group:hover .group-hover\:rotate-202,
  .laptop\:group:focus-within .group-focus-within\:rotate-202 {
    transform: rotate(202deg);
  }
  .laptop\:rotate-203,
  .laptop\:hover\:rotate-203:hover,
  .laptop\:focus\:rotate-203:focus,
  .laptop\:group:hover .group-hover\:rotate-203,
  .laptop\:group:focus-within .group-focus-within\:rotate-203 {
    transform: rotate(203deg);
  }
  .laptop\:rotate-204,
  .laptop\:hover\:rotate-204:hover,
  .laptop\:focus\:rotate-204:focus,
  .laptop\:group:hover .group-hover\:rotate-204,
  .laptop\:group:focus-within .group-focus-within\:rotate-204 {
    transform: rotate(204deg);
  }
  .laptop\:rotate-205,
  .laptop\:hover\:rotate-205:hover,
  .laptop\:focus\:rotate-205:focus,
  .laptop\:group:hover .group-hover\:rotate-205,
  .laptop\:group:focus-within .group-focus-within\:rotate-205 {
    transform: rotate(205deg);
  }
  .laptop\:rotate-206,
  .laptop\:hover\:rotate-206:hover,
  .laptop\:focus\:rotate-206:focus,
  .laptop\:group:hover .group-hover\:rotate-206,
  .laptop\:group:focus-within .group-focus-within\:rotate-206 {
    transform: rotate(206deg);
  }
  .laptop\:rotate-207,
  .laptop\:hover\:rotate-207:hover,
  .laptop\:focus\:rotate-207:focus,
  .laptop\:group:hover .group-hover\:rotate-207,
  .laptop\:group:focus-within .group-focus-within\:rotate-207 {
    transform: rotate(207deg);
  }
  .laptop\:rotate-208,
  .laptop\:hover\:rotate-208:hover,
  .laptop\:focus\:rotate-208:focus,
  .laptop\:group:hover .group-hover\:rotate-208,
  .laptop\:group:focus-within .group-focus-within\:rotate-208 {
    transform: rotate(208deg);
  }
  .laptop\:rotate-209,
  .laptop\:hover\:rotate-209:hover,
  .laptop\:focus\:rotate-209:focus,
  .laptop\:group:hover .group-hover\:rotate-209,
  .laptop\:group:focus-within .group-focus-within\:rotate-209 {
    transform: rotate(209deg);
  }
  .laptop\:rotate-210,
  .laptop\:hover\:rotate-210:hover,
  .laptop\:focus\:rotate-210:focus,
  .laptop\:group:hover .group-hover\:rotate-210,
  .laptop\:group:focus-within .group-focus-within\:rotate-210 {
    transform: rotate(210deg);
  }
  .laptop\:rotate-211,
  .laptop\:hover\:rotate-211:hover,
  .laptop\:focus\:rotate-211:focus,
  .laptop\:group:hover .group-hover\:rotate-211,
  .laptop\:group:focus-within .group-focus-within\:rotate-211 {
    transform: rotate(211deg);
  }
  .laptop\:rotate-212,
  .laptop\:hover\:rotate-212:hover,
  .laptop\:focus\:rotate-212:focus,
  .laptop\:group:hover .group-hover\:rotate-212,
  .laptop\:group:focus-within .group-focus-within\:rotate-212 {
    transform: rotate(212deg);
  }
  .laptop\:rotate-213,
  .laptop\:hover\:rotate-213:hover,
  .laptop\:focus\:rotate-213:focus,
  .laptop\:group:hover .group-hover\:rotate-213,
  .laptop\:group:focus-within .group-focus-within\:rotate-213 {
    transform: rotate(213deg);
  }
  .laptop\:rotate-214,
  .laptop\:hover\:rotate-214:hover,
  .laptop\:focus\:rotate-214:focus,
  .laptop\:group:hover .group-hover\:rotate-214,
  .laptop\:group:focus-within .group-focus-within\:rotate-214 {
    transform: rotate(214deg);
  }
  .laptop\:rotate-215,
  .laptop\:hover\:rotate-215:hover,
  .laptop\:focus\:rotate-215:focus,
  .laptop\:group:hover .group-hover\:rotate-215,
  .laptop\:group:focus-within .group-focus-within\:rotate-215 {
    transform: rotate(215deg);
  }
  .laptop\:rotate-216,
  .laptop\:hover\:rotate-216:hover,
  .laptop\:focus\:rotate-216:focus,
  .laptop\:group:hover .group-hover\:rotate-216,
  .laptop\:group:focus-within .group-focus-within\:rotate-216 {
    transform: rotate(216deg);
  }
  .laptop\:rotate-217,
  .laptop\:hover\:rotate-217:hover,
  .laptop\:focus\:rotate-217:focus,
  .laptop\:group:hover .group-hover\:rotate-217,
  .laptop\:group:focus-within .group-focus-within\:rotate-217 {
    transform: rotate(217deg);
  }
  .laptop\:rotate-218,
  .laptop\:hover\:rotate-218:hover,
  .laptop\:focus\:rotate-218:focus,
  .laptop\:group:hover .group-hover\:rotate-218,
  .laptop\:group:focus-within .group-focus-within\:rotate-218 {
    transform: rotate(218deg);
  }
  .laptop\:rotate-219,
  .laptop\:hover\:rotate-219:hover,
  .laptop\:focus\:rotate-219:focus,
  .laptop\:group:hover .group-hover\:rotate-219,
  .laptop\:group:focus-within .group-focus-within\:rotate-219 {
    transform: rotate(219deg);
  }
  .laptop\:rotate-220,
  .laptop\:hover\:rotate-220:hover,
  .laptop\:focus\:rotate-220:focus,
  .laptop\:group:hover .group-hover\:rotate-220,
  .laptop\:group:focus-within .group-focus-within\:rotate-220 {
    transform: rotate(220deg);
  }
  .laptop\:rotate-221,
  .laptop\:hover\:rotate-221:hover,
  .laptop\:focus\:rotate-221:focus,
  .laptop\:group:hover .group-hover\:rotate-221,
  .laptop\:group:focus-within .group-focus-within\:rotate-221 {
    transform: rotate(221deg);
  }
  .laptop\:rotate-222,
  .laptop\:hover\:rotate-222:hover,
  .laptop\:focus\:rotate-222:focus,
  .laptop\:group:hover .group-hover\:rotate-222,
  .laptop\:group:focus-within .group-focus-within\:rotate-222 {
    transform: rotate(222deg);
  }
  .laptop\:rotate-223,
  .laptop\:hover\:rotate-223:hover,
  .laptop\:focus\:rotate-223:focus,
  .laptop\:group:hover .group-hover\:rotate-223,
  .laptop\:group:focus-within .group-focus-within\:rotate-223 {
    transform: rotate(223deg);
  }
  .laptop\:rotate-224,
  .laptop\:hover\:rotate-224:hover,
  .laptop\:focus\:rotate-224:focus,
  .laptop\:group:hover .group-hover\:rotate-224,
  .laptop\:group:focus-within .group-focus-within\:rotate-224 {
    transform: rotate(224deg);
  }
  .laptop\:rotate-225,
  .laptop\:hover\:rotate-225:hover,
  .laptop\:focus\:rotate-225:focus,
  .laptop\:group:hover .group-hover\:rotate-225,
  .laptop\:group:focus-within .group-focus-within\:rotate-225 {
    transform: rotate(225deg);
  }
  .laptop\:rotate-226,
  .laptop\:hover\:rotate-226:hover,
  .laptop\:focus\:rotate-226:focus,
  .laptop\:group:hover .group-hover\:rotate-226,
  .laptop\:group:focus-within .group-focus-within\:rotate-226 {
    transform: rotate(226deg);
  }
  .laptop\:rotate-227,
  .laptop\:hover\:rotate-227:hover,
  .laptop\:focus\:rotate-227:focus,
  .laptop\:group:hover .group-hover\:rotate-227,
  .laptop\:group:focus-within .group-focus-within\:rotate-227 {
    transform: rotate(227deg);
  }
  .laptop\:rotate-228,
  .laptop\:hover\:rotate-228:hover,
  .laptop\:focus\:rotate-228:focus,
  .laptop\:group:hover .group-hover\:rotate-228,
  .laptop\:group:focus-within .group-focus-within\:rotate-228 {
    transform: rotate(228deg);
  }
  .laptop\:rotate-229,
  .laptop\:hover\:rotate-229:hover,
  .laptop\:focus\:rotate-229:focus,
  .laptop\:group:hover .group-hover\:rotate-229,
  .laptop\:group:focus-within .group-focus-within\:rotate-229 {
    transform: rotate(229deg);
  }
  .laptop\:rotate-230,
  .laptop\:hover\:rotate-230:hover,
  .laptop\:focus\:rotate-230:focus,
  .laptop\:group:hover .group-hover\:rotate-230,
  .laptop\:group:focus-within .group-focus-within\:rotate-230 {
    transform: rotate(230deg);
  }
  .laptop\:rotate-231,
  .laptop\:hover\:rotate-231:hover,
  .laptop\:focus\:rotate-231:focus,
  .laptop\:group:hover .group-hover\:rotate-231,
  .laptop\:group:focus-within .group-focus-within\:rotate-231 {
    transform: rotate(231deg);
  }
  .laptop\:rotate-232,
  .laptop\:hover\:rotate-232:hover,
  .laptop\:focus\:rotate-232:focus,
  .laptop\:group:hover .group-hover\:rotate-232,
  .laptop\:group:focus-within .group-focus-within\:rotate-232 {
    transform: rotate(232deg);
  }
  .laptop\:rotate-233,
  .laptop\:hover\:rotate-233:hover,
  .laptop\:focus\:rotate-233:focus,
  .laptop\:group:hover .group-hover\:rotate-233,
  .laptop\:group:focus-within .group-focus-within\:rotate-233 {
    transform: rotate(233deg);
  }
  .laptop\:rotate-234,
  .laptop\:hover\:rotate-234:hover,
  .laptop\:focus\:rotate-234:focus,
  .laptop\:group:hover .group-hover\:rotate-234,
  .laptop\:group:focus-within .group-focus-within\:rotate-234 {
    transform: rotate(234deg);
  }
  .laptop\:rotate-235,
  .laptop\:hover\:rotate-235:hover,
  .laptop\:focus\:rotate-235:focus,
  .laptop\:group:hover .group-hover\:rotate-235,
  .laptop\:group:focus-within .group-focus-within\:rotate-235 {
    transform: rotate(235deg);
  }
  .laptop\:rotate-236,
  .laptop\:hover\:rotate-236:hover,
  .laptop\:focus\:rotate-236:focus,
  .laptop\:group:hover .group-hover\:rotate-236,
  .laptop\:group:focus-within .group-focus-within\:rotate-236 {
    transform: rotate(236deg);
  }
  .laptop\:rotate-237,
  .laptop\:hover\:rotate-237:hover,
  .laptop\:focus\:rotate-237:focus,
  .laptop\:group:hover .group-hover\:rotate-237,
  .laptop\:group:focus-within .group-focus-within\:rotate-237 {
    transform: rotate(237deg);
  }
  .laptop\:rotate-238,
  .laptop\:hover\:rotate-238:hover,
  .laptop\:focus\:rotate-238:focus,
  .laptop\:group:hover .group-hover\:rotate-238,
  .laptop\:group:focus-within .group-focus-within\:rotate-238 {
    transform: rotate(238deg);
  }
  .laptop\:rotate-239,
  .laptop\:hover\:rotate-239:hover,
  .laptop\:focus\:rotate-239:focus,
  .laptop\:group:hover .group-hover\:rotate-239,
  .laptop\:group:focus-within .group-focus-within\:rotate-239 {
    transform: rotate(239deg);
  }
  .laptop\:rotate-240,
  .laptop\:hover\:rotate-240:hover,
  .laptop\:focus\:rotate-240:focus,
  .laptop\:group:hover .group-hover\:rotate-240,
  .laptop\:group:focus-within .group-focus-within\:rotate-240 {
    transform: rotate(240deg);
  }
  .laptop\:rotate-241,
  .laptop\:hover\:rotate-241:hover,
  .laptop\:focus\:rotate-241:focus,
  .laptop\:group:hover .group-hover\:rotate-241,
  .laptop\:group:focus-within .group-focus-within\:rotate-241 {
    transform: rotate(241deg);
  }
  .laptop\:rotate-242,
  .laptop\:hover\:rotate-242:hover,
  .laptop\:focus\:rotate-242:focus,
  .laptop\:group:hover .group-hover\:rotate-242,
  .laptop\:group:focus-within .group-focus-within\:rotate-242 {
    transform: rotate(242deg);
  }
  .laptop\:rotate-243,
  .laptop\:hover\:rotate-243:hover,
  .laptop\:focus\:rotate-243:focus,
  .laptop\:group:hover .group-hover\:rotate-243,
  .laptop\:group:focus-within .group-focus-within\:rotate-243 {
    transform: rotate(243deg);
  }
  .laptop\:rotate-244,
  .laptop\:hover\:rotate-244:hover,
  .laptop\:focus\:rotate-244:focus,
  .laptop\:group:hover .group-hover\:rotate-244,
  .laptop\:group:focus-within .group-focus-within\:rotate-244 {
    transform: rotate(244deg);
  }
  .laptop\:rotate-245,
  .laptop\:hover\:rotate-245:hover,
  .laptop\:focus\:rotate-245:focus,
  .laptop\:group:hover .group-hover\:rotate-245,
  .laptop\:group:focus-within .group-focus-within\:rotate-245 {
    transform: rotate(245deg);
  }
  .laptop\:rotate-246,
  .laptop\:hover\:rotate-246:hover,
  .laptop\:focus\:rotate-246:focus,
  .laptop\:group:hover .group-hover\:rotate-246,
  .laptop\:group:focus-within .group-focus-within\:rotate-246 {
    transform: rotate(246deg);
  }
  .laptop\:rotate-247,
  .laptop\:hover\:rotate-247:hover,
  .laptop\:focus\:rotate-247:focus,
  .laptop\:group:hover .group-hover\:rotate-247,
  .laptop\:group:focus-within .group-focus-within\:rotate-247 {
    transform: rotate(247deg);
  }
  .laptop\:rotate-248,
  .laptop\:hover\:rotate-248:hover,
  .laptop\:focus\:rotate-248:focus,
  .laptop\:group:hover .group-hover\:rotate-248,
  .laptop\:group:focus-within .group-focus-within\:rotate-248 {
    transform: rotate(248deg);
  }
  .laptop\:rotate-249,
  .laptop\:hover\:rotate-249:hover,
  .laptop\:focus\:rotate-249:focus,
  .laptop\:group:hover .group-hover\:rotate-249,
  .laptop\:group:focus-within .group-focus-within\:rotate-249 {
    transform: rotate(249deg);
  }
  .laptop\:rotate-250,
  .laptop\:hover\:rotate-250:hover,
  .laptop\:focus\:rotate-250:focus,
  .laptop\:group:hover .group-hover\:rotate-250,
  .laptop\:group:focus-within .group-focus-within\:rotate-250 {
    transform: rotate(250deg);
  }
  .laptop\:rotate-251,
  .laptop\:hover\:rotate-251:hover,
  .laptop\:focus\:rotate-251:focus,
  .laptop\:group:hover .group-hover\:rotate-251,
  .laptop\:group:focus-within .group-focus-within\:rotate-251 {
    transform: rotate(251deg);
  }
  .laptop\:rotate-252,
  .laptop\:hover\:rotate-252:hover,
  .laptop\:focus\:rotate-252:focus,
  .laptop\:group:hover .group-hover\:rotate-252,
  .laptop\:group:focus-within .group-focus-within\:rotate-252 {
    transform: rotate(252deg);
  }
  .laptop\:rotate-253,
  .laptop\:hover\:rotate-253:hover,
  .laptop\:focus\:rotate-253:focus,
  .laptop\:group:hover .group-hover\:rotate-253,
  .laptop\:group:focus-within .group-focus-within\:rotate-253 {
    transform: rotate(253deg);
  }
  .laptop\:rotate-254,
  .laptop\:hover\:rotate-254:hover,
  .laptop\:focus\:rotate-254:focus,
  .laptop\:group:hover .group-hover\:rotate-254,
  .laptop\:group:focus-within .group-focus-within\:rotate-254 {
    transform: rotate(254deg);
  }
  .laptop\:rotate-255,
  .laptop\:hover\:rotate-255:hover,
  .laptop\:focus\:rotate-255:focus,
  .laptop\:group:hover .group-hover\:rotate-255,
  .laptop\:group:focus-within .group-focus-within\:rotate-255 {
    transform: rotate(255deg);
  }
  .laptop\:rotate-256,
  .laptop\:hover\:rotate-256:hover,
  .laptop\:focus\:rotate-256:focus,
  .laptop\:group:hover .group-hover\:rotate-256,
  .laptop\:group:focus-within .group-focus-within\:rotate-256 {
    transform: rotate(256deg);
  }
  .laptop\:rotate-257,
  .laptop\:hover\:rotate-257:hover,
  .laptop\:focus\:rotate-257:focus,
  .laptop\:group:hover .group-hover\:rotate-257,
  .laptop\:group:focus-within .group-focus-within\:rotate-257 {
    transform: rotate(257deg);
  }
  .laptop\:rotate-258,
  .laptop\:hover\:rotate-258:hover,
  .laptop\:focus\:rotate-258:focus,
  .laptop\:group:hover .group-hover\:rotate-258,
  .laptop\:group:focus-within .group-focus-within\:rotate-258 {
    transform: rotate(258deg);
  }
  .laptop\:rotate-259,
  .laptop\:hover\:rotate-259:hover,
  .laptop\:focus\:rotate-259:focus,
  .laptop\:group:hover .group-hover\:rotate-259,
  .laptop\:group:focus-within .group-focus-within\:rotate-259 {
    transform: rotate(259deg);
  }
  .laptop\:rotate-260,
  .laptop\:hover\:rotate-260:hover,
  .laptop\:focus\:rotate-260:focus,
  .laptop\:group:hover .group-hover\:rotate-260,
  .laptop\:group:focus-within .group-focus-within\:rotate-260 {
    transform: rotate(260deg);
  }
  .laptop\:rotate-261,
  .laptop\:hover\:rotate-261:hover,
  .laptop\:focus\:rotate-261:focus,
  .laptop\:group:hover .group-hover\:rotate-261,
  .laptop\:group:focus-within .group-focus-within\:rotate-261 {
    transform: rotate(261deg);
  }
  .laptop\:rotate-262,
  .laptop\:hover\:rotate-262:hover,
  .laptop\:focus\:rotate-262:focus,
  .laptop\:group:hover .group-hover\:rotate-262,
  .laptop\:group:focus-within .group-focus-within\:rotate-262 {
    transform: rotate(262deg);
  }
  .laptop\:rotate-263,
  .laptop\:hover\:rotate-263:hover,
  .laptop\:focus\:rotate-263:focus,
  .laptop\:group:hover .group-hover\:rotate-263,
  .laptop\:group:focus-within .group-focus-within\:rotate-263 {
    transform: rotate(263deg);
  }
  .laptop\:rotate-264,
  .laptop\:hover\:rotate-264:hover,
  .laptop\:focus\:rotate-264:focus,
  .laptop\:group:hover .group-hover\:rotate-264,
  .laptop\:group:focus-within .group-focus-within\:rotate-264 {
    transform: rotate(264deg);
  }
  .laptop\:rotate-265,
  .laptop\:hover\:rotate-265:hover,
  .laptop\:focus\:rotate-265:focus,
  .laptop\:group:hover .group-hover\:rotate-265,
  .laptop\:group:focus-within .group-focus-within\:rotate-265 {
    transform: rotate(265deg);
  }
  .laptop\:rotate-266,
  .laptop\:hover\:rotate-266:hover,
  .laptop\:focus\:rotate-266:focus,
  .laptop\:group:hover .group-hover\:rotate-266,
  .laptop\:group:focus-within .group-focus-within\:rotate-266 {
    transform: rotate(266deg);
  }
  .laptop\:rotate-267,
  .laptop\:hover\:rotate-267:hover,
  .laptop\:focus\:rotate-267:focus,
  .laptop\:group:hover .group-hover\:rotate-267,
  .laptop\:group:focus-within .group-focus-within\:rotate-267 {
    transform: rotate(267deg);
  }
  .laptop\:rotate-268,
  .laptop\:hover\:rotate-268:hover,
  .laptop\:focus\:rotate-268:focus,
  .laptop\:group:hover .group-hover\:rotate-268,
  .laptop\:group:focus-within .group-focus-within\:rotate-268 {
    transform: rotate(268deg);
  }
  .laptop\:rotate-269,
  .laptop\:hover\:rotate-269:hover,
  .laptop\:focus\:rotate-269:focus,
  .laptop\:group:hover .group-hover\:rotate-269,
  .laptop\:group:focus-within .group-focus-within\:rotate-269 {
    transform: rotate(269deg);
  }
  .laptop\:rotate-270,
  .laptop\:hover\:rotate-270:hover,
  .laptop\:focus\:rotate-270:focus,
  .laptop\:group:hover .group-hover\:rotate-270,
  .laptop\:group:focus-within .group-focus-within\:rotate-270 {
    transform: rotate(270deg);
  }
  .laptop\:rotate-271,
  .laptop\:hover\:rotate-271:hover,
  .laptop\:focus\:rotate-271:focus,
  .laptop\:group:hover .group-hover\:rotate-271,
  .laptop\:group:focus-within .group-focus-within\:rotate-271 {
    transform: rotate(271deg);
  }
  .laptop\:rotate-272,
  .laptop\:hover\:rotate-272:hover,
  .laptop\:focus\:rotate-272:focus,
  .laptop\:group:hover .group-hover\:rotate-272,
  .laptop\:group:focus-within .group-focus-within\:rotate-272 {
    transform: rotate(272deg);
  }
  .laptop\:rotate-273,
  .laptop\:hover\:rotate-273:hover,
  .laptop\:focus\:rotate-273:focus,
  .laptop\:group:hover .group-hover\:rotate-273,
  .laptop\:group:focus-within .group-focus-within\:rotate-273 {
    transform: rotate(273deg);
  }
  .laptop\:rotate-274,
  .laptop\:hover\:rotate-274:hover,
  .laptop\:focus\:rotate-274:focus,
  .laptop\:group:hover .group-hover\:rotate-274,
  .laptop\:group:focus-within .group-focus-within\:rotate-274 {
    transform: rotate(274deg);
  }
  .laptop\:rotate-275,
  .laptop\:hover\:rotate-275:hover,
  .laptop\:focus\:rotate-275:focus,
  .laptop\:group:hover .group-hover\:rotate-275,
  .laptop\:group:focus-within .group-focus-within\:rotate-275 {
    transform: rotate(275deg);
  }
  .laptop\:rotate-276,
  .laptop\:hover\:rotate-276:hover,
  .laptop\:focus\:rotate-276:focus,
  .laptop\:group:hover .group-hover\:rotate-276,
  .laptop\:group:focus-within .group-focus-within\:rotate-276 {
    transform: rotate(276deg);
  }
  .laptop\:rotate-277,
  .laptop\:hover\:rotate-277:hover,
  .laptop\:focus\:rotate-277:focus,
  .laptop\:group:hover .group-hover\:rotate-277,
  .laptop\:group:focus-within .group-focus-within\:rotate-277 {
    transform: rotate(277deg);
  }
  .laptop\:rotate-278,
  .laptop\:hover\:rotate-278:hover,
  .laptop\:focus\:rotate-278:focus,
  .laptop\:group:hover .group-hover\:rotate-278,
  .laptop\:group:focus-within .group-focus-within\:rotate-278 {
    transform: rotate(278deg);
  }
  .laptop\:rotate-279,
  .laptop\:hover\:rotate-279:hover,
  .laptop\:focus\:rotate-279:focus,
  .laptop\:group:hover .group-hover\:rotate-279,
  .laptop\:group:focus-within .group-focus-within\:rotate-279 {
    transform: rotate(279deg);
  }
  .laptop\:rotate-280,
  .laptop\:hover\:rotate-280:hover,
  .laptop\:focus\:rotate-280:focus,
  .laptop\:group:hover .group-hover\:rotate-280,
  .laptop\:group:focus-within .group-focus-within\:rotate-280 {
    transform: rotate(280deg);
  }
  .laptop\:rotate-281,
  .laptop\:hover\:rotate-281:hover,
  .laptop\:focus\:rotate-281:focus,
  .laptop\:group:hover .group-hover\:rotate-281,
  .laptop\:group:focus-within .group-focus-within\:rotate-281 {
    transform: rotate(281deg);
  }
  .laptop\:rotate-282,
  .laptop\:hover\:rotate-282:hover,
  .laptop\:focus\:rotate-282:focus,
  .laptop\:group:hover .group-hover\:rotate-282,
  .laptop\:group:focus-within .group-focus-within\:rotate-282 {
    transform: rotate(282deg);
  }
  .laptop\:rotate-283,
  .laptop\:hover\:rotate-283:hover,
  .laptop\:focus\:rotate-283:focus,
  .laptop\:group:hover .group-hover\:rotate-283,
  .laptop\:group:focus-within .group-focus-within\:rotate-283 {
    transform: rotate(283deg);
  }
  .laptop\:rotate-284,
  .laptop\:hover\:rotate-284:hover,
  .laptop\:focus\:rotate-284:focus,
  .laptop\:group:hover .group-hover\:rotate-284,
  .laptop\:group:focus-within .group-focus-within\:rotate-284 {
    transform: rotate(284deg);
  }
  .laptop\:rotate-285,
  .laptop\:hover\:rotate-285:hover,
  .laptop\:focus\:rotate-285:focus,
  .laptop\:group:hover .group-hover\:rotate-285,
  .laptop\:group:focus-within .group-focus-within\:rotate-285 {
    transform: rotate(285deg);
  }
  .laptop\:rotate-286,
  .laptop\:hover\:rotate-286:hover,
  .laptop\:focus\:rotate-286:focus,
  .laptop\:group:hover .group-hover\:rotate-286,
  .laptop\:group:focus-within .group-focus-within\:rotate-286 {
    transform: rotate(286deg);
  }
  .laptop\:rotate-287,
  .laptop\:hover\:rotate-287:hover,
  .laptop\:focus\:rotate-287:focus,
  .laptop\:group:hover .group-hover\:rotate-287,
  .laptop\:group:focus-within .group-focus-within\:rotate-287 {
    transform: rotate(287deg);
  }
  .laptop\:rotate-288,
  .laptop\:hover\:rotate-288:hover,
  .laptop\:focus\:rotate-288:focus,
  .laptop\:group:hover .group-hover\:rotate-288,
  .laptop\:group:focus-within .group-focus-within\:rotate-288 {
    transform: rotate(288deg);
  }
  .laptop\:rotate-289,
  .laptop\:hover\:rotate-289:hover,
  .laptop\:focus\:rotate-289:focus,
  .laptop\:group:hover .group-hover\:rotate-289,
  .laptop\:group:focus-within .group-focus-within\:rotate-289 {
    transform: rotate(289deg);
  }
  .laptop\:rotate-290,
  .laptop\:hover\:rotate-290:hover,
  .laptop\:focus\:rotate-290:focus,
  .laptop\:group:hover .group-hover\:rotate-290,
  .laptop\:group:focus-within .group-focus-within\:rotate-290 {
    transform: rotate(290deg);
  }
  .laptop\:rotate-291,
  .laptop\:hover\:rotate-291:hover,
  .laptop\:focus\:rotate-291:focus,
  .laptop\:group:hover .group-hover\:rotate-291,
  .laptop\:group:focus-within .group-focus-within\:rotate-291 {
    transform: rotate(291deg);
  }
  .laptop\:rotate-292,
  .laptop\:hover\:rotate-292:hover,
  .laptop\:focus\:rotate-292:focus,
  .laptop\:group:hover .group-hover\:rotate-292,
  .laptop\:group:focus-within .group-focus-within\:rotate-292 {
    transform: rotate(292deg);
  }
  .laptop\:rotate-293,
  .laptop\:hover\:rotate-293:hover,
  .laptop\:focus\:rotate-293:focus,
  .laptop\:group:hover .group-hover\:rotate-293,
  .laptop\:group:focus-within .group-focus-within\:rotate-293 {
    transform: rotate(293deg);
  }
  .laptop\:rotate-294,
  .laptop\:hover\:rotate-294:hover,
  .laptop\:focus\:rotate-294:focus,
  .laptop\:group:hover .group-hover\:rotate-294,
  .laptop\:group:focus-within .group-focus-within\:rotate-294 {
    transform: rotate(294deg);
  }
  .laptop\:rotate-295,
  .laptop\:hover\:rotate-295:hover,
  .laptop\:focus\:rotate-295:focus,
  .laptop\:group:hover .group-hover\:rotate-295,
  .laptop\:group:focus-within .group-focus-within\:rotate-295 {
    transform: rotate(295deg);
  }
  .laptop\:rotate-296,
  .laptop\:hover\:rotate-296:hover,
  .laptop\:focus\:rotate-296:focus,
  .laptop\:group:hover .group-hover\:rotate-296,
  .laptop\:group:focus-within .group-focus-within\:rotate-296 {
    transform: rotate(296deg);
  }
  .laptop\:rotate-297,
  .laptop\:hover\:rotate-297:hover,
  .laptop\:focus\:rotate-297:focus,
  .laptop\:group:hover .group-hover\:rotate-297,
  .laptop\:group:focus-within .group-focus-within\:rotate-297 {
    transform: rotate(297deg);
  }
  .laptop\:rotate-298,
  .laptop\:hover\:rotate-298:hover,
  .laptop\:focus\:rotate-298:focus,
  .laptop\:group:hover .group-hover\:rotate-298,
  .laptop\:group:focus-within .group-focus-within\:rotate-298 {
    transform: rotate(298deg);
  }
  .laptop\:rotate-299,
  .laptop\:hover\:rotate-299:hover,
  .laptop\:focus\:rotate-299:focus,
  .laptop\:group:hover .group-hover\:rotate-299,
  .laptop\:group:focus-within .group-focus-within\:rotate-299 {
    transform: rotate(299deg);
  }
  .laptop\:rotate-300,
  .laptop\:hover\:rotate-300:hover,
  .laptop\:focus\:rotate-300:focus,
  .laptop\:group:hover .group-hover\:rotate-300,
  .laptop\:group:focus-within .group-focus-within\:rotate-300 {
    transform: rotate(300deg);
  }
  .laptop\:rotate-301,
  .laptop\:hover\:rotate-301:hover,
  .laptop\:focus\:rotate-301:focus,
  .laptop\:group:hover .group-hover\:rotate-301,
  .laptop\:group:focus-within .group-focus-within\:rotate-301 {
    transform: rotate(301deg);
  }
  .laptop\:rotate-302,
  .laptop\:hover\:rotate-302:hover,
  .laptop\:focus\:rotate-302:focus,
  .laptop\:group:hover .group-hover\:rotate-302,
  .laptop\:group:focus-within .group-focus-within\:rotate-302 {
    transform: rotate(302deg);
  }
  .laptop\:rotate-303,
  .laptop\:hover\:rotate-303:hover,
  .laptop\:focus\:rotate-303:focus,
  .laptop\:group:hover .group-hover\:rotate-303,
  .laptop\:group:focus-within .group-focus-within\:rotate-303 {
    transform: rotate(303deg);
  }
  .laptop\:rotate-304,
  .laptop\:hover\:rotate-304:hover,
  .laptop\:focus\:rotate-304:focus,
  .laptop\:group:hover .group-hover\:rotate-304,
  .laptop\:group:focus-within .group-focus-within\:rotate-304 {
    transform: rotate(304deg);
  }
  .laptop\:rotate-305,
  .laptop\:hover\:rotate-305:hover,
  .laptop\:focus\:rotate-305:focus,
  .laptop\:group:hover .group-hover\:rotate-305,
  .laptop\:group:focus-within .group-focus-within\:rotate-305 {
    transform: rotate(305deg);
  }
  .laptop\:rotate-306,
  .laptop\:hover\:rotate-306:hover,
  .laptop\:focus\:rotate-306:focus,
  .laptop\:group:hover .group-hover\:rotate-306,
  .laptop\:group:focus-within .group-focus-within\:rotate-306 {
    transform: rotate(306deg);
  }
  .laptop\:rotate-307,
  .laptop\:hover\:rotate-307:hover,
  .laptop\:focus\:rotate-307:focus,
  .laptop\:group:hover .group-hover\:rotate-307,
  .laptop\:group:focus-within .group-focus-within\:rotate-307 {
    transform: rotate(307deg);
  }
  .laptop\:rotate-308,
  .laptop\:hover\:rotate-308:hover,
  .laptop\:focus\:rotate-308:focus,
  .laptop\:group:hover .group-hover\:rotate-308,
  .laptop\:group:focus-within .group-focus-within\:rotate-308 {
    transform: rotate(308deg);
  }
  .laptop\:rotate-309,
  .laptop\:hover\:rotate-309:hover,
  .laptop\:focus\:rotate-309:focus,
  .laptop\:group:hover .group-hover\:rotate-309,
  .laptop\:group:focus-within .group-focus-within\:rotate-309 {
    transform: rotate(309deg);
  }
  .laptop\:rotate-310,
  .laptop\:hover\:rotate-310:hover,
  .laptop\:focus\:rotate-310:focus,
  .laptop\:group:hover .group-hover\:rotate-310,
  .laptop\:group:focus-within .group-focus-within\:rotate-310 {
    transform: rotate(310deg);
  }
  .laptop\:rotate-311,
  .laptop\:hover\:rotate-311:hover,
  .laptop\:focus\:rotate-311:focus,
  .laptop\:group:hover .group-hover\:rotate-311,
  .laptop\:group:focus-within .group-focus-within\:rotate-311 {
    transform: rotate(311deg);
  }
  .laptop\:rotate-312,
  .laptop\:hover\:rotate-312:hover,
  .laptop\:focus\:rotate-312:focus,
  .laptop\:group:hover .group-hover\:rotate-312,
  .laptop\:group:focus-within .group-focus-within\:rotate-312 {
    transform: rotate(312deg);
  }
  .laptop\:rotate-313,
  .laptop\:hover\:rotate-313:hover,
  .laptop\:focus\:rotate-313:focus,
  .laptop\:group:hover .group-hover\:rotate-313,
  .laptop\:group:focus-within .group-focus-within\:rotate-313 {
    transform: rotate(313deg);
  }
  .laptop\:rotate-314,
  .laptop\:hover\:rotate-314:hover,
  .laptop\:focus\:rotate-314:focus,
  .laptop\:group:hover .group-hover\:rotate-314,
  .laptop\:group:focus-within .group-focus-within\:rotate-314 {
    transform: rotate(314deg);
  }
  .laptop\:rotate-315,
  .laptop\:hover\:rotate-315:hover,
  .laptop\:focus\:rotate-315:focus,
  .laptop\:group:hover .group-hover\:rotate-315,
  .laptop\:group:focus-within .group-focus-within\:rotate-315 {
    transform: rotate(315deg);
  }
  .laptop\:rotate-316,
  .laptop\:hover\:rotate-316:hover,
  .laptop\:focus\:rotate-316:focus,
  .laptop\:group:hover .group-hover\:rotate-316,
  .laptop\:group:focus-within .group-focus-within\:rotate-316 {
    transform: rotate(316deg);
  }
  .laptop\:rotate-317,
  .laptop\:hover\:rotate-317:hover,
  .laptop\:focus\:rotate-317:focus,
  .laptop\:group:hover .group-hover\:rotate-317,
  .laptop\:group:focus-within .group-focus-within\:rotate-317 {
    transform: rotate(317deg);
  }
  .laptop\:rotate-318,
  .laptop\:hover\:rotate-318:hover,
  .laptop\:focus\:rotate-318:focus,
  .laptop\:group:hover .group-hover\:rotate-318,
  .laptop\:group:focus-within .group-focus-within\:rotate-318 {
    transform: rotate(318deg);
  }
  .laptop\:rotate-319,
  .laptop\:hover\:rotate-319:hover,
  .laptop\:focus\:rotate-319:focus,
  .laptop\:group:hover .group-hover\:rotate-319,
  .laptop\:group:focus-within .group-focus-within\:rotate-319 {
    transform: rotate(319deg);
  }
  .laptop\:rotate-320,
  .laptop\:hover\:rotate-320:hover,
  .laptop\:focus\:rotate-320:focus,
  .laptop\:group:hover .group-hover\:rotate-320,
  .laptop\:group:focus-within .group-focus-within\:rotate-320 {
    transform: rotate(320deg);
  }
  .laptop\:rotate-321,
  .laptop\:hover\:rotate-321:hover,
  .laptop\:focus\:rotate-321:focus,
  .laptop\:group:hover .group-hover\:rotate-321,
  .laptop\:group:focus-within .group-focus-within\:rotate-321 {
    transform: rotate(321deg);
  }
  .laptop\:rotate-322,
  .laptop\:hover\:rotate-322:hover,
  .laptop\:focus\:rotate-322:focus,
  .laptop\:group:hover .group-hover\:rotate-322,
  .laptop\:group:focus-within .group-focus-within\:rotate-322 {
    transform: rotate(322deg);
  }
  .laptop\:rotate-323,
  .laptop\:hover\:rotate-323:hover,
  .laptop\:focus\:rotate-323:focus,
  .laptop\:group:hover .group-hover\:rotate-323,
  .laptop\:group:focus-within .group-focus-within\:rotate-323 {
    transform: rotate(323deg);
  }
  .laptop\:rotate-324,
  .laptop\:hover\:rotate-324:hover,
  .laptop\:focus\:rotate-324:focus,
  .laptop\:group:hover .group-hover\:rotate-324,
  .laptop\:group:focus-within .group-focus-within\:rotate-324 {
    transform: rotate(324deg);
  }
  .laptop\:rotate-325,
  .laptop\:hover\:rotate-325:hover,
  .laptop\:focus\:rotate-325:focus,
  .laptop\:group:hover .group-hover\:rotate-325,
  .laptop\:group:focus-within .group-focus-within\:rotate-325 {
    transform: rotate(325deg);
  }
  .laptop\:rotate-326,
  .laptop\:hover\:rotate-326:hover,
  .laptop\:focus\:rotate-326:focus,
  .laptop\:group:hover .group-hover\:rotate-326,
  .laptop\:group:focus-within .group-focus-within\:rotate-326 {
    transform: rotate(326deg);
  }
  .laptop\:rotate-327,
  .laptop\:hover\:rotate-327:hover,
  .laptop\:focus\:rotate-327:focus,
  .laptop\:group:hover .group-hover\:rotate-327,
  .laptop\:group:focus-within .group-focus-within\:rotate-327 {
    transform: rotate(327deg);
  }
  .laptop\:rotate-328,
  .laptop\:hover\:rotate-328:hover,
  .laptop\:focus\:rotate-328:focus,
  .laptop\:group:hover .group-hover\:rotate-328,
  .laptop\:group:focus-within .group-focus-within\:rotate-328 {
    transform: rotate(328deg);
  }
  .laptop\:rotate-329,
  .laptop\:hover\:rotate-329:hover,
  .laptop\:focus\:rotate-329:focus,
  .laptop\:group:hover .group-hover\:rotate-329,
  .laptop\:group:focus-within .group-focus-within\:rotate-329 {
    transform: rotate(329deg);
  }
  .laptop\:rotate-330,
  .laptop\:hover\:rotate-330:hover,
  .laptop\:focus\:rotate-330:focus,
  .laptop\:group:hover .group-hover\:rotate-330,
  .laptop\:group:focus-within .group-focus-within\:rotate-330 {
    transform: rotate(330deg);
  }
  .laptop\:rotate-331,
  .laptop\:hover\:rotate-331:hover,
  .laptop\:focus\:rotate-331:focus,
  .laptop\:group:hover .group-hover\:rotate-331,
  .laptop\:group:focus-within .group-focus-within\:rotate-331 {
    transform: rotate(331deg);
  }
  .laptop\:rotate-332,
  .laptop\:hover\:rotate-332:hover,
  .laptop\:focus\:rotate-332:focus,
  .laptop\:group:hover .group-hover\:rotate-332,
  .laptop\:group:focus-within .group-focus-within\:rotate-332 {
    transform: rotate(332deg);
  }
  .laptop\:rotate-333,
  .laptop\:hover\:rotate-333:hover,
  .laptop\:focus\:rotate-333:focus,
  .laptop\:group:hover .group-hover\:rotate-333,
  .laptop\:group:focus-within .group-focus-within\:rotate-333 {
    transform: rotate(333deg);
  }
  .laptop\:rotate-334,
  .laptop\:hover\:rotate-334:hover,
  .laptop\:focus\:rotate-334:focus,
  .laptop\:group:hover .group-hover\:rotate-334,
  .laptop\:group:focus-within .group-focus-within\:rotate-334 {
    transform: rotate(334deg);
  }
  .laptop\:rotate-335,
  .laptop\:hover\:rotate-335:hover,
  .laptop\:focus\:rotate-335:focus,
  .laptop\:group:hover .group-hover\:rotate-335,
  .laptop\:group:focus-within .group-focus-within\:rotate-335 {
    transform: rotate(335deg);
  }
  .laptop\:rotate-336,
  .laptop\:hover\:rotate-336:hover,
  .laptop\:focus\:rotate-336:focus,
  .laptop\:group:hover .group-hover\:rotate-336,
  .laptop\:group:focus-within .group-focus-within\:rotate-336 {
    transform: rotate(336deg);
  }
  .laptop\:rotate-337,
  .laptop\:hover\:rotate-337:hover,
  .laptop\:focus\:rotate-337:focus,
  .laptop\:group:hover .group-hover\:rotate-337,
  .laptop\:group:focus-within .group-focus-within\:rotate-337 {
    transform: rotate(337deg);
  }
  .laptop\:rotate-338,
  .laptop\:hover\:rotate-338:hover,
  .laptop\:focus\:rotate-338:focus,
  .laptop\:group:hover .group-hover\:rotate-338,
  .laptop\:group:focus-within .group-focus-within\:rotate-338 {
    transform: rotate(338deg);
  }
  .laptop\:rotate-339,
  .laptop\:hover\:rotate-339:hover,
  .laptop\:focus\:rotate-339:focus,
  .laptop\:group:hover .group-hover\:rotate-339,
  .laptop\:group:focus-within .group-focus-within\:rotate-339 {
    transform: rotate(339deg);
  }
  .laptop\:rotate-340,
  .laptop\:hover\:rotate-340:hover,
  .laptop\:focus\:rotate-340:focus,
  .laptop\:group:hover .group-hover\:rotate-340,
  .laptop\:group:focus-within .group-focus-within\:rotate-340 {
    transform: rotate(340deg);
  }
  .laptop\:rotate-341,
  .laptop\:hover\:rotate-341:hover,
  .laptop\:focus\:rotate-341:focus,
  .laptop\:group:hover .group-hover\:rotate-341,
  .laptop\:group:focus-within .group-focus-within\:rotate-341 {
    transform: rotate(341deg);
  }
  .laptop\:rotate-342,
  .laptop\:hover\:rotate-342:hover,
  .laptop\:focus\:rotate-342:focus,
  .laptop\:group:hover .group-hover\:rotate-342,
  .laptop\:group:focus-within .group-focus-within\:rotate-342 {
    transform: rotate(342deg);
  }
  .laptop\:rotate-343,
  .laptop\:hover\:rotate-343:hover,
  .laptop\:focus\:rotate-343:focus,
  .laptop\:group:hover .group-hover\:rotate-343,
  .laptop\:group:focus-within .group-focus-within\:rotate-343 {
    transform: rotate(343deg);
  }
  .laptop\:rotate-344,
  .laptop\:hover\:rotate-344:hover,
  .laptop\:focus\:rotate-344:focus,
  .laptop\:group:hover .group-hover\:rotate-344,
  .laptop\:group:focus-within .group-focus-within\:rotate-344 {
    transform: rotate(344deg);
  }
  .laptop\:rotate-345,
  .laptop\:hover\:rotate-345:hover,
  .laptop\:focus\:rotate-345:focus,
  .laptop\:group:hover .group-hover\:rotate-345,
  .laptop\:group:focus-within .group-focus-within\:rotate-345 {
    transform: rotate(345deg);
  }
  .laptop\:rotate-346,
  .laptop\:hover\:rotate-346:hover,
  .laptop\:focus\:rotate-346:focus,
  .laptop\:group:hover .group-hover\:rotate-346,
  .laptop\:group:focus-within .group-focus-within\:rotate-346 {
    transform: rotate(346deg);
  }
  .laptop\:rotate-347,
  .laptop\:hover\:rotate-347:hover,
  .laptop\:focus\:rotate-347:focus,
  .laptop\:group:hover .group-hover\:rotate-347,
  .laptop\:group:focus-within .group-focus-within\:rotate-347 {
    transform: rotate(347deg);
  }
  .laptop\:rotate-348,
  .laptop\:hover\:rotate-348:hover,
  .laptop\:focus\:rotate-348:focus,
  .laptop\:group:hover .group-hover\:rotate-348,
  .laptop\:group:focus-within .group-focus-within\:rotate-348 {
    transform: rotate(348deg);
  }
  .laptop\:rotate-349,
  .laptop\:hover\:rotate-349:hover,
  .laptop\:focus\:rotate-349:focus,
  .laptop\:group:hover .group-hover\:rotate-349,
  .laptop\:group:focus-within .group-focus-within\:rotate-349 {
    transform: rotate(349deg);
  }
  .laptop\:rotate-350,
  .laptop\:hover\:rotate-350:hover,
  .laptop\:focus\:rotate-350:focus,
  .laptop\:group:hover .group-hover\:rotate-350,
  .laptop\:group:focus-within .group-focus-within\:rotate-350 {
    transform: rotate(350deg);
  }
  .laptop\:rotate-351,
  .laptop\:hover\:rotate-351:hover,
  .laptop\:focus\:rotate-351:focus,
  .laptop\:group:hover .group-hover\:rotate-351,
  .laptop\:group:focus-within .group-focus-within\:rotate-351 {
    transform: rotate(351deg);
  }
  .laptop\:rotate-352,
  .laptop\:hover\:rotate-352:hover,
  .laptop\:focus\:rotate-352:focus,
  .laptop\:group:hover .group-hover\:rotate-352,
  .laptop\:group:focus-within .group-focus-within\:rotate-352 {
    transform: rotate(352deg);
  }
  .laptop\:rotate-353,
  .laptop\:hover\:rotate-353:hover,
  .laptop\:focus\:rotate-353:focus,
  .laptop\:group:hover .group-hover\:rotate-353,
  .laptop\:group:focus-within .group-focus-within\:rotate-353 {
    transform: rotate(353deg);
  }
  .laptop\:rotate-354,
  .laptop\:hover\:rotate-354:hover,
  .laptop\:focus\:rotate-354:focus,
  .laptop\:group:hover .group-hover\:rotate-354,
  .laptop\:group:focus-within .group-focus-within\:rotate-354 {
    transform: rotate(354deg);
  }
  .laptop\:rotate-355,
  .laptop\:hover\:rotate-355:hover,
  .laptop\:focus\:rotate-355:focus,
  .laptop\:group:hover .group-hover\:rotate-355,
  .laptop\:group:focus-within .group-focus-within\:rotate-355 {
    transform: rotate(355deg);
  }
  .laptop\:rotate-356,
  .laptop\:hover\:rotate-356:hover,
  .laptop\:focus\:rotate-356:focus,
  .laptop\:group:hover .group-hover\:rotate-356,
  .laptop\:group:focus-within .group-focus-within\:rotate-356 {
    transform: rotate(356deg);
  }
  .laptop\:rotate-357,
  .laptop\:hover\:rotate-357:hover,
  .laptop\:focus\:rotate-357:focus,
  .laptop\:group:hover .group-hover\:rotate-357,
  .laptop\:group:focus-within .group-focus-within\:rotate-357 {
    transform: rotate(357deg);
  }
  .laptop\:rotate-358,
  .laptop\:hover\:rotate-358:hover,
  .laptop\:focus\:rotate-358:focus,
  .laptop\:group:hover .group-hover\:rotate-358,
  .laptop\:group:focus-within .group-focus-within\:rotate-358 {
    transform: rotate(358deg);
  }
  .laptop\:rotate-359,
  .laptop\:hover\:rotate-359:hover,
  .laptop\:focus\:rotate-359:focus,
  .laptop\:group:hover .group-hover\:rotate-359,
  .laptop\:group:focus-within .group-focus-within\:rotate-359 {
    transform: rotate(359deg);
  }
  .laptop\:rotate-360,
  .laptop\:hover\:rotate-360:hover,
  .laptop\:focus\:rotate-360:focus,
  .laptop\:group:hover .group-hover\:rotate-360,
  .laptop\:group:focus-within .group-focus-within\:rotate-360 {
    transform: rotate(360deg);
  }
  .laptop\:scale-0,
  .laptop\:hover\:scale-0:hover,
  .laptop\:focus\:scale-0:focus,
  .laptop\:group:hover .group-hover\:scale-0,
  .laptop\:group:focus-within .group-focus-within\:scale-0 {
    transform: scale(0);
  }
  .laptop\:scale-1,
  .laptop\:hover\:scale-1:hover,
  .laptop\:focus\:scale-1:focus,
  .laptop\:group:hover .group-hover\:scale-1,
  .laptop\:group:focus-within .group-focus-within\:scale-1 {
    transform: scale(0.1);
  }
  .laptop\:scale-2,
  .laptop\:hover\:scale-2:hover,
  .laptop\:focus\:scale-2:focus,
  .laptop\:group:hover .group-hover\:scale-2,
  .laptop\:group:focus-within .group-focus-within\:scale-2 {
    transform: scale(0.2);
  }
  .laptop\:scale-3,
  .laptop\:hover\:scale-3:hover,
  .laptop\:focus\:scale-3:focus,
  .laptop\:group:hover .group-hover\:scale-3,
  .laptop\:group:focus-within .group-focus-within\:scale-3 {
    transform: scale(0.3);
  }
  .laptop\:scale-4,
  .laptop\:hover\:scale-4:hover,
  .laptop\:focus\:scale-4:focus,
  .laptop\:group:hover .group-hover\:scale-4,
  .laptop\:group:focus-within .group-focus-within\:scale-4 {
    transform: scale(0.4);
  }
  .laptop\:scale-5,
  .laptop\:hover\:scale-5:hover,
  .laptop\:focus\:scale-5:focus,
  .laptop\:group:hover .group-hover\:scale-5,
  .laptop\:group:focus-within .group-focus-within\:scale-5 {
    transform: scale(0.5);
  }
  .laptop\:scale-6,
  .laptop\:hover\:scale-6:hover,
  .laptop\:focus\:scale-6:focus,
  .laptop\:group:hover .group-hover\:scale-6,
  .laptop\:group:focus-within .group-focus-within\:scale-6 {
    transform: scale(0.6);
  }
  .laptop\:scale-7,
  .laptop\:hover\:scale-7:hover,
  .laptop\:focus\:scale-7:focus,
  .laptop\:group:hover .group-hover\:scale-7,
  .laptop\:group:focus-within .group-focus-within\:scale-7 {
    transform: scale(0.7);
  }
  .laptop\:scale-8,
  .laptop\:hover\:scale-8:hover,
  .laptop\:focus\:scale-8:focus,
  .laptop\:group:hover .group-hover\:scale-8,
  .laptop\:group:focus-within .group-focus-within\:scale-8 {
    transform: scale(0.8);
  }
  .laptop\:scale-9,
  .laptop\:hover\:scale-9:hover,
  .laptop\:focus\:scale-9:focus,
  .laptop\:group:hover .group-hover\:scale-9,
  .laptop\:group:focus-within .group-focus-within\:scale-9 {
    transform: scale(0.9);
  }
  .laptop\:scale-10,
  .laptop\:hover\:scale-10:hover,
  .laptop\:focus\:scale-10:focus,
  .laptop\:group:hover .group-hover\:scale-10,
  .laptop\:group:focus-within .group-focus-within\:scale-10 {
    transform: scale(1);
  }
  .laptop\:scale-11,
  .laptop\:hover\:scale-11:hover,
  .laptop\:focus\:scale-11:focus,
  .laptop\:group:hover .group-hover\:scale-11,
  .laptop\:group:focus-within .group-focus-within\:scale-11 {
    transform: scale(1.1);
  }
  .laptop\:scale-12,
  .laptop\:hover\:scale-12:hover,
  .laptop\:focus\:scale-12:focus,
  .laptop\:group:hover .group-hover\:scale-12,
  .laptop\:group:focus-within .group-focus-within\:scale-12 {
    transform: scale(1.2);
  }
  .laptop\:scale-13,
  .laptop\:hover\:scale-13:hover,
  .laptop\:focus\:scale-13:focus,
  .laptop\:group:hover .group-hover\:scale-13,
  .laptop\:group:focus-within .group-focus-within\:scale-13 {
    transform: scale(1.3);
  }
  .laptop\:scale-14,
  .laptop\:hover\:scale-14:hover,
  .laptop\:focus\:scale-14:focus,
  .laptop\:group:hover .group-hover\:scale-14,
  .laptop\:group:focus-within .group-focus-within\:scale-14 {
    transform: scale(1.4);
  }
  .laptop\:scale-15,
  .laptop\:hover\:scale-15:hover,
  .laptop\:focus\:scale-15:focus,
  .laptop\:group:hover .group-hover\:scale-15,
  .laptop\:group:focus-within .group-focus-within\:scale-15 {
    transform: scale(1.5);
  }
  .laptop\:scale-16,
  .laptop\:hover\:scale-16:hover,
  .laptop\:focus\:scale-16:focus,
  .laptop\:group:hover .group-hover\:scale-16,
  .laptop\:group:focus-within .group-focus-within\:scale-16 {
    transform: scale(1.6);
  }
  .laptop\:scale-17,
  .laptop\:hover\:scale-17:hover,
  .laptop\:focus\:scale-17:focus,
  .laptop\:group:hover .group-hover\:scale-17,
  .laptop\:group:focus-within .group-focus-within\:scale-17 {
    transform: scale(1.7);
  }
  .laptop\:scale-18,
  .laptop\:hover\:scale-18:hover,
  .laptop\:focus\:scale-18:focus,
  .laptop\:group:hover .group-hover\:scale-18,
  .laptop\:group:focus-within .group-focus-within\:scale-18 {
    transform: scale(1.8);
  }
  .laptop\:scale-19,
  .laptop\:hover\:scale-19:hover,
  .laptop\:focus\:scale-19:focus,
  .laptop\:group:hover .group-hover\:scale-19,
  .laptop\:group:focus-within .group-focus-within\:scale-19 {
    transform: scale(1.9);
  }
  .laptop\:scale-20,
  .laptop\:hover\:scale-20:hover,
  .laptop\:focus\:scale-20:focus,
  .laptop\:group:hover .group-hover\:scale-20,
  .laptop\:group:focus-within .group-focus-within\:scale-20 {
    transform: scale(2);
  }
  .laptop\:scale-21,
  .laptop\:hover\:scale-21:hover,
  .laptop\:focus\:scale-21:focus,
  .laptop\:group:hover .group-hover\:scale-21,
  .laptop\:group:focus-within .group-focus-within\:scale-21 {
    transform: scale(2.1);
  }
  .laptop\:scale-22,
  .laptop\:hover\:scale-22:hover,
  .laptop\:focus\:scale-22:focus,
  .laptop\:group:hover .group-hover\:scale-22,
  .laptop\:group:focus-within .group-focus-within\:scale-22 {
    transform: scale(2.2);
  }
  .laptop\:scale-23,
  .laptop\:hover\:scale-23:hover,
  .laptop\:focus\:scale-23:focus,
  .laptop\:group:hover .group-hover\:scale-23,
  .laptop\:group:focus-within .group-focus-within\:scale-23 {
    transform: scale(2.3);
  }
  .laptop\:scale-24,
  .laptop\:hover\:scale-24:hover,
  .laptop\:focus\:scale-24:focus,
  .laptop\:group:hover .group-hover\:scale-24,
  .laptop\:group:focus-within .group-focus-within\:scale-24 {
    transform: scale(2.4);
  }
  .laptop\:scale-25,
  .laptop\:hover\:scale-25:hover,
  .laptop\:focus\:scale-25:focus,
  .laptop\:group:hover .group-hover\:scale-25,
  .laptop\:group:focus-within .group-focus-within\:scale-25 {
    transform: scale(2.5);
  }
  .laptop\:scale-26,
  .laptop\:hover\:scale-26:hover,
  .laptop\:focus\:scale-26:focus,
  .laptop\:group:hover .group-hover\:scale-26,
  .laptop\:group:focus-within .group-focus-within\:scale-26 {
    transform: scale(2.6);
  }
  .laptop\:scale-27,
  .laptop\:hover\:scale-27:hover,
  .laptop\:focus\:scale-27:focus,
  .laptop\:group:hover .group-hover\:scale-27,
  .laptop\:group:focus-within .group-focus-within\:scale-27 {
    transform: scale(2.7);
  }
  .laptop\:scale-28,
  .laptop\:hover\:scale-28:hover,
  .laptop\:focus\:scale-28:focus,
  .laptop\:group:hover .group-hover\:scale-28,
  .laptop\:group:focus-within .group-focus-within\:scale-28 {
    transform: scale(2.8);
  }
  .laptop\:scale-29,
  .laptop\:hover\:scale-29:hover,
  .laptop\:focus\:scale-29:focus,
  .laptop\:group:hover .group-hover\:scale-29,
  .laptop\:group:focus-within .group-focus-within\:scale-29 {
    transform: scale(2.9);
  }
  .laptop\:scale-30,
  .laptop\:hover\:scale-30:hover,
  .laptop\:focus\:scale-30:focus,
  .laptop\:group:hover .group-hover\:scale-30,
  .laptop\:group:focus-within .group-focus-within\:scale-30 {
    transform: scale(3);
  }
}
@media (max-width: 960px) {
  .mobile\:translate-none,
  .mobile\:hover\:translate-none:hover,
  .mobile\:focus\:translate-none:focus,
  .mobile\:group:hover .group-hover\:translate-none,
  .mobile\:group:focus-within .group-focus-within\:translate-none {
    transform: translate(0, 0);
  }
  .mobile\:translate-x-none,
  .mobile\:hover\:translate-x-none:hover,
  .mobile\:focus\:translate-x-none:focus,
  .mobile\:group:hover .group-hover\:translate-x-none,
  .mobile\:group:focus-within .group-focus-within\:translate-x-none {
    transform: translateX(0);
  }
  .mobile\:translate-y-none,
  .mobile\:hover\:translate-y-none:hover,
  .mobile\:focus\:translate-y-none:focus,
  .mobile\:group:hover .group-hover\:translate-y-none,
  .mobile\:group:focus-within .group-focus-within\:translate-y-none {
    transform: translateY(0);
  }
  .mobile\:-translate-none,
  .mobile\:hover\:-translate-none:hover,
  .mobile\:focus\:-translate-none:focus,
  .mobile\:group:hover .group-hover\:-translate-none,
  .mobile\:group:focus-within .group-focus-within\:-translate-none {
    transform: translate(calc(0), calc(0));
  }
  .mobile\:-translate-x-none,
  .mobile\:hover\:-translate-x-none:hover,
  .mobile\:focus\:-translate-x-none:focus,
  .mobile\:group:hover .group-hover\:-translate-x-none,
  .mobile\:group:focus-within .group-focus-within\:-translate-x-none {
    transform: translateX(calc(0));
  }
  .mobile\:-translate-y-none,
  .mobile\:hover\:-translate-y-none:hover,
  .mobile\:focus\:-translate-y-none:focus,
  .mobile\:group:hover .group-hover\:-translate-y-none,
  .mobile\:group:focus-within .group-focus-within\:-translate-y-none {
    transform: translateY(calc(0));
  }
  .mobile\:translate-hairline,
  .mobile\:hover\:translate-hairline:hover,
  .mobile\:focus\:translate-hairline:focus,
  .mobile\:group:hover .group-hover\:translate-hairline,
  .mobile\:group:focus-within .group-focus-within\:translate-hairline {
    transform: translate(0.0625rem, 0.0625rem);
  }
  .mobile\:translate-x-hairline,
  .mobile\:hover\:translate-x-hairline:hover,
  .mobile\:focus\:translate-x-hairline:focus,
  .mobile\:group:hover .group-hover\:translate-x-hairline,
  .mobile\:group:focus-within .group-focus-within\:translate-x-hairline {
    transform: translateX(0.0625rem);
  }
  .mobile\:translate-y-hairline,
  .mobile\:hover\:translate-y-hairline:hover,
  .mobile\:focus\:translate-y-hairline:focus,
  .mobile\:group:hover .group-hover\:translate-y-hairline,
  .mobile\:group:focus-within .group-focus-within\:translate-y-hairline {
    transform: translateY(0.0625rem);
  }
  .mobile\:-translate-hairline,
  .mobile\:hover\:-translate-hairline:hover,
  .mobile\:focus\:-translate-hairline:focus,
  .mobile\:group:hover .group-hover\:-translate-hairline,
  .mobile\:group:focus-within .group-focus-within\:-translate-hairline {
    transform: translate(calc(-0.0625rem), calc(-0.0625rem));
  }
  .mobile\:-translate-x-hairline,
  .mobile\:hover\:-translate-x-hairline:hover,
  .mobile\:focus\:-translate-x-hairline:focus,
  .mobile\:group:hover .group-hover\:-translate-x-hairline,
  .mobile\:group:focus-within .group-focus-within\:-translate-x-hairline {
    transform: translateX(calc(-0.0625rem));
  }
  .mobile\:-translate-y-hairline,
  .mobile\:hover\:-translate-y-hairline:hover,
  .mobile\:focus\:-translate-y-hairline:focus,
  .mobile\:group:hover .group-hover\:-translate-y-hairline,
  .mobile\:group:focus-within .group-focus-within\:-translate-y-hairline {
    transform: translateY(calc(-0.0625rem));
  }
  .mobile\:translate-thin,
  .mobile\:hover\:translate-thin:hover,
  .mobile\:focus\:translate-thin:focus,
  .mobile\:group:hover .group-hover\:translate-thin,
  .mobile\:group:focus-within .group-focus-within\:translate-thin {
    transform: translate(0.125rem, 0.125rem);
  }
  .mobile\:translate-x-thin,
  .mobile\:hover\:translate-x-thin:hover,
  .mobile\:focus\:translate-x-thin:focus,
  .mobile\:group:hover .group-hover\:translate-x-thin,
  .mobile\:group:focus-within .group-focus-within\:translate-x-thin {
    transform: translateX(0.125rem);
  }
  .mobile\:translate-y-thin,
  .mobile\:hover\:translate-y-thin:hover,
  .mobile\:focus\:translate-y-thin:focus,
  .mobile\:group:hover .group-hover\:translate-y-thin,
  .mobile\:group:focus-within .group-focus-within\:translate-y-thin {
    transform: translateY(0.125rem);
  }
  .mobile\:-translate-thin,
  .mobile\:hover\:-translate-thin:hover,
  .mobile\:focus\:-translate-thin:focus,
  .mobile\:group:hover .group-hover\:-translate-thin,
  .mobile\:group:focus-within .group-focus-within\:-translate-thin {
    transform: translate(calc(-0.125rem), calc(-0.125rem));
  }
  .mobile\:-translate-x-thin,
  .mobile\:hover\:-translate-x-thin:hover,
  .mobile\:focus\:-translate-x-thin:focus,
  .mobile\:group:hover .group-hover\:-translate-x-thin,
  .mobile\:group:focus-within .group-focus-within\:-translate-x-thin {
    transform: translateX(calc(-0.125rem));
  }
  .mobile\:-translate-y-thin,
  .mobile\:hover\:-translate-y-thin:hover,
  .mobile\:focus\:-translate-y-thin:focus,
  .mobile\:group:hover .group-hover\:-translate-y-thin,
  .mobile\:group:focus-within .group-focus-within\:-translate-y-thin {
    transform: translateY(calc(-0.125rem));
  }
  .mobile\:translate-slim,
  .mobile\:hover\:translate-slim:hover,
  .mobile\:focus\:translate-slim:focus,
  .mobile\:group:hover .group-hover\:translate-slim,
  .mobile\:group:focus-within .group-focus-within\:translate-slim {
    transform: translate(0.25rem, 0.25rem);
  }
  .mobile\:translate-x-slim,
  .mobile\:hover\:translate-x-slim:hover,
  .mobile\:focus\:translate-x-slim:focus,
  .mobile\:group:hover .group-hover\:translate-x-slim,
  .mobile\:group:focus-within .group-focus-within\:translate-x-slim {
    transform: translateX(0.25rem);
  }
  .mobile\:translate-y-slim,
  .mobile\:hover\:translate-y-slim:hover,
  .mobile\:focus\:translate-y-slim:focus,
  .mobile\:group:hover .group-hover\:translate-y-slim,
  .mobile\:group:focus-within .group-focus-within\:translate-y-slim {
    transform: translateY(0.25rem);
  }
  .mobile\:-translate-slim,
  .mobile\:hover\:-translate-slim:hover,
  .mobile\:focus\:-translate-slim:focus,
  .mobile\:group:hover .group-hover\:-translate-slim,
  .mobile\:group:focus-within .group-focus-within\:-translate-slim {
    transform: translate(calc(-0.25rem), calc(-0.25rem));
  }
  .mobile\:-translate-x-slim,
  .mobile\:hover\:-translate-x-slim:hover,
  .mobile\:focus\:-translate-x-slim:focus,
  .mobile\:group:hover .group-hover\:-translate-x-slim,
  .mobile\:group:focus-within .group-focus-within\:-translate-x-slim {
    transform: translateX(calc(-0.25rem));
  }
  .mobile\:-translate-y-slim,
  .mobile\:hover\:-translate-y-slim:hover,
  .mobile\:focus\:-translate-y-slim:focus,
  .mobile\:group:hover .group-hover\:-translate-y-slim,
  .mobile\:group:focus-within .group-focus-within\:-translate-y-slim {
    transform: translateY(calc(-0.25rem));
  }
  .mobile\:translate-extra-small,
  .mobile\:hover\:translate-extra-small:hover,
  .mobile\:focus\:translate-extra-small:focus,
  .mobile\:group:hover .group-hover\:translate-extra-small,
  .mobile\:group:focus-within .group-focus-within\:translate-extra-small {
    transform: translate(0.5rem, 0.5rem);
  }
  .mobile\:translate-x-extra-small,
  .mobile\:hover\:translate-x-extra-small:hover,
  .mobile\:focus\:translate-x-extra-small:focus,
  .mobile\:group:hover .group-hover\:translate-x-extra-small,
  .mobile\:group:focus-within .group-focus-within\:translate-x-extra-small {
    transform: translateX(0.5rem);
  }
  .mobile\:translate-y-extra-small,
  .mobile\:hover\:translate-y-extra-small:hover,
  .mobile\:focus\:translate-y-extra-small:focus,
  .mobile\:group:hover .group-hover\:translate-y-extra-small,
  .mobile\:group:focus-within .group-focus-within\:translate-y-extra-small {
    transform: translateY(0.5rem);
  }
  .mobile\:-translate-extra-small,
  .mobile\:hover\:-translate-extra-small:hover,
  .mobile\:focus\:-translate-extra-small:focus,
  .mobile\:group:hover .group-hover\:-translate-extra-small,
  .mobile\:group:focus-within .group-focus-within\:-translate-extra-small {
    transform: translate(calc(-0.5rem), calc(-0.5rem));
  }
  .mobile\:-translate-x-extra-small,
  .mobile\:hover\:-translate-x-extra-small:hover,
  .mobile\:focus\:-translate-x-extra-small:focus,
  .mobile\:group:hover .group-hover\:-translate-x-extra-small,
  .mobile\:group:focus-within .group-focus-within\:-translate-x-extra-small {
    transform: translateX(calc(-0.5rem));
  }
  .mobile\:-translate-y-extra-small,
  .mobile\:hover\:-translate-y-extra-small:hover,
  .mobile\:focus\:-translate-y-extra-small:focus,
  .mobile\:group:hover .group-hover\:-translate-y-extra-small,
  .mobile\:group:focus-within .group-focus-within\:-translate-y-extra-small {
    transform: translateY(calc(-0.5rem));
  }
  .mobile\:translate-small,
  .mobile\:hover\:translate-small:hover,
  .mobile\:focus\:translate-small:focus,
  .mobile\:group:hover .group-hover\:translate-small,
  .mobile\:group:focus-within .group-focus-within\:translate-small {
    transform: translate(1rem, 1rem);
  }
  .mobile\:translate-x-small,
  .mobile\:hover\:translate-x-small:hover,
  .mobile\:focus\:translate-x-small:focus,
  .mobile\:group:hover .group-hover\:translate-x-small,
  .mobile\:group:focus-within .group-focus-within\:translate-x-small {
    transform: translateX(1rem);
  }
  .mobile\:translate-y-small,
  .mobile\:hover\:translate-y-small:hover,
  .mobile\:focus\:translate-y-small:focus,
  .mobile\:group:hover .group-hover\:translate-y-small,
  .mobile\:group:focus-within .group-focus-within\:translate-y-small {
    transform: translateY(1rem);
  }
  .mobile\:-translate-small,
  .mobile\:hover\:-translate-small:hover,
  .mobile\:focus\:-translate-small:focus,
  .mobile\:group:hover .group-hover\:-translate-small,
  .mobile\:group:focus-within .group-focus-within\:-translate-small {
    transform: translate(calc(-1rem), calc(-1rem));
  }
  .mobile\:-translate-x-small,
  .mobile\:hover\:-translate-x-small:hover,
  .mobile\:focus\:-translate-x-small:focus,
  .mobile\:group:hover .group-hover\:-translate-x-small,
  .mobile\:group:focus-within .group-focus-within\:-translate-x-small {
    transform: translateX(calc(-1rem));
  }
  .mobile\:-translate-y-small,
  .mobile\:hover\:-translate-y-small:hover,
  .mobile\:focus\:-translate-y-small:focus,
  .mobile\:group:hover .group-hover\:-translate-y-small,
  .mobile\:group:focus-within .group-focus-within\:-translate-y-small {
    transform: translateY(calc(-1rem));
  }
  .mobile\:translate-medium,
  .mobile\:hover\:translate-medium:hover,
  .mobile\:focus\:translate-medium:focus,
  .mobile\:group:hover .group-hover\:translate-medium,
  .mobile\:group:focus-within .group-focus-within\:translate-medium {
    transform: translate(1.5rem, 1.5rem);
  }
  .mobile\:translate-x-medium,
  .mobile\:hover\:translate-x-medium:hover,
  .mobile\:focus\:translate-x-medium:focus,
  .mobile\:group:hover .group-hover\:translate-x-medium,
  .mobile\:group:focus-within .group-focus-within\:translate-x-medium {
    transform: translateX(1.5rem);
  }
  .mobile\:translate-y-medium,
  .mobile\:hover\:translate-y-medium:hover,
  .mobile\:focus\:translate-y-medium:focus,
  .mobile\:group:hover .group-hover\:translate-y-medium,
  .mobile\:group:focus-within .group-focus-within\:translate-y-medium {
    transform: translateY(1.5rem);
  }
  .mobile\:-translate-medium,
  .mobile\:hover\:-translate-medium:hover,
  .mobile\:focus\:-translate-medium:focus,
  .mobile\:group:hover .group-hover\:-translate-medium,
  .mobile\:group:focus-within .group-focus-within\:-translate-medium {
    transform: translate(calc(-1.5rem), calc(-1.5rem));
  }
  .mobile\:-translate-x-medium,
  .mobile\:hover\:-translate-x-medium:hover,
  .mobile\:focus\:-translate-x-medium:focus,
  .mobile\:group:hover .group-hover\:-translate-x-medium,
  .mobile\:group:focus-within .group-focus-within\:-translate-x-medium {
    transform: translateX(calc(-1.5rem));
  }
  .mobile\:-translate-y-medium,
  .mobile\:hover\:-translate-y-medium:hover,
  .mobile\:focus\:-translate-y-medium:focus,
  .mobile\:group:hover .group-hover\:-translate-y-medium,
  .mobile\:group:focus-within .group-focus-within\:-translate-y-medium {
    transform: translateY(calc(-1.5rem));
  }
  .mobile\:translate-large,
  .mobile\:hover\:translate-large:hover,
  .mobile\:focus\:translate-large:focus,
  .mobile\:group:hover .group-hover\:translate-large,
  .mobile\:group:focus-within .group-focus-within\:translate-large {
    transform: translate(2rem, 2rem);
  }
  .mobile\:translate-x-large,
  .mobile\:hover\:translate-x-large:hover,
  .mobile\:focus\:translate-x-large:focus,
  .mobile\:group:hover .group-hover\:translate-x-large,
  .mobile\:group:focus-within .group-focus-within\:translate-x-large {
    transform: translateX(2rem);
  }
  .mobile\:translate-y-large,
  .mobile\:hover\:translate-y-large:hover,
  .mobile\:focus\:translate-y-large:focus,
  .mobile\:group:hover .group-hover\:translate-y-large,
  .mobile\:group:focus-within .group-focus-within\:translate-y-large {
    transform: translateY(2rem);
  }
  .mobile\:-translate-large,
  .mobile\:hover\:-translate-large:hover,
  .mobile\:focus\:-translate-large:focus,
  .mobile\:group:hover .group-hover\:-translate-large,
  .mobile\:group:focus-within .group-focus-within\:-translate-large {
    transform: translate(calc(-2rem), calc(-2rem));
  }
  .mobile\:-translate-x-large,
  .mobile\:hover\:-translate-x-large:hover,
  .mobile\:focus\:-translate-x-large:focus,
  .mobile\:group:hover .group-hover\:-translate-x-large,
  .mobile\:group:focus-within .group-focus-within\:-translate-x-large {
    transform: translateX(calc(-2rem));
  }
  .mobile\:-translate-y-large,
  .mobile\:hover\:-translate-y-large:hover,
  .mobile\:focus\:-translate-y-large:focus,
  .mobile\:group:hover .group-hover\:-translate-y-large,
  .mobile\:group:focus-within .group-focus-within\:-translate-y-large {
    transform: translateY(calc(-2rem));
  }
  .mobile\:translate-extra-large,
  .mobile\:hover\:translate-extra-large:hover,
  .mobile\:focus\:translate-extra-large:focus,
  .mobile\:group:hover .group-hover\:translate-extra-large,
  .mobile\:group:focus-within .group-focus-within\:translate-extra-large {
    transform: translate(2.5rem, 2.5rem);
  }
  .mobile\:translate-x-extra-large,
  .mobile\:hover\:translate-x-extra-large:hover,
  .mobile\:focus\:translate-x-extra-large:focus,
  .mobile\:group:hover .group-hover\:translate-x-extra-large,
  .mobile\:group:focus-within .group-focus-within\:translate-x-extra-large {
    transform: translateX(2.5rem);
  }
  .mobile\:translate-y-extra-large,
  .mobile\:hover\:translate-y-extra-large:hover,
  .mobile\:focus\:translate-y-extra-large:focus,
  .mobile\:group:hover .group-hover\:translate-y-extra-large,
  .mobile\:group:focus-within .group-focus-within\:translate-y-extra-large {
    transform: translateY(2.5rem);
  }
  .mobile\:-translate-extra-large,
  .mobile\:hover\:-translate-extra-large:hover,
  .mobile\:focus\:-translate-extra-large:focus,
  .mobile\:group:hover .group-hover\:-translate-extra-large,
  .mobile\:group:focus-within .group-focus-within\:-translate-extra-large {
    transform: translate(calc(-2.5rem), calc(-2.5rem));
  }
  .mobile\:-translate-x-extra-large,
  .mobile\:hover\:-translate-x-extra-large:hover,
  .mobile\:focus\:-translate-x-extra-large:focus,
  .mobile\:group:hover .group-hover\:-translate-x-extra-large,
  .mobile\:group:focus-within .group-focus-within\:-translate-x-extra-large {
    transform: translateX(calc(-2.5rem));
  }
  .mobile\:-translate-y-extra-large,
  .mobile\:hover\:-translate-y-extra-large:hover,
  .mobile\:focus\:-translate-y-extra-large:focus,
  .mobile\:group:hover .group-hover\:-translate-y-extra-large,
  .mobile\:group:focus-within .group-focus-within\:-translate-y-extra-large {
    transform: translateY(calc(-2.5rem));
  }
  .mobile\:translate-huge,
  .mobile\:hover\:translate-huge:hover,
  .mobile\:focus\:translate-huge:focus,
  .mobile\:group:hover .group-hover\:translate-huge,
  .mobile\:group:focus-within .group-focus-within\:translate-huge {
    transform: translate(5rem, 5rem);
  }
  .mobile\:translate-x-huge,
  .mobile\:hover\:translate-x-huge:hover,
  .mobile\:focus\:translate-x-huge:focus,
  .mobile\:group:hover .group-hover\:translate-x-huge,
  .mobile\:group:focus-within .group-focus-within\:translate-x-huge {
    transform: translateX(5rem);
  }
  .mobile\:translate-y-huge,
  .mobile\:hover\:translate-y-huge:hover,
  .mobile\:focus\:translate-y-huge:focus,
  .mobile\:group:hover .group-hover\:translate-y-huge,
  .mobile\:group:focus-within .group-focus-within\:translate-y-huge {
    transform: translateY(5rem);
  }
  .mobile\:-translate-huge,
  .mobile\:hover\:-translate-huge:hover,
  .mobile\:focus\:-translate-huge:focus,
  .mobile\:group:hover .group-hover\:-translate-huge,
  .mobile\:group:focus-within .group-focus-within\:-translate-huge {
    transform: translate(calc(-5rem), calc(-5rem));
  }
  .mobile\:-translate-x-huge,
  .mobile\:hover\:-translate-x-huge:hover,
  .mobile\:focus\:-translate-x-huge:focus,
  .mobile\:group:hover .group-hover\:-translate-x-huge,
  .mobile\:group:focus-within .group-focus-within\:-translate-x-huge {
    transform: translateX(calc(-5rem));
  }
  .mobile\:-translate-y-huge,
  .mobile\:hover\:-translate-y-huge:hover,
  .mobile\:focus\:-translate-y-huge:focus,
  .mobile\:group:hover .group-hover\:-translate-y-huge,
  .mobile\:group:focus-within .group-focus-within\:-translate-y-huge {
    transform: translateY(calc(-5rem));
  }
  .mobile\:translate-full,
  .mobile\:hover\:translate-full:hover,
  .mobile\:focus\:translate-full:focus,
  .mobile\:group:hover .group-hover\:translate-full,
  .mobile\:group:focus-within .group-focus-within\:translate-full {
    transform: translate(100%, 100%);
  }
  .mobile\:translate-x-full,
  .mobile\:hover\:translate-x-full:hover,
  .mobile\:focus\:translate-x-full:focus,
  .mobile\:group:hover .group-hover\:translate-x-full,
  .mobile\:group:focus-within .group-focus-within\:translate-x-full {
    transform: translateX(100%);
  }
  .mobile\:translate-y-full,
  .mobile\:hover\:translate-y-full:hover,
  .mobile\:focus\:translate-y-full:focus,
  .mobile\:group:hover .group-hover\:translate-y-full,
  .mobile\:group:focus-within .group-focus-within\:translate-y-full {
    transform: translateY(100%);
  }
  .mobile\:-translate-full,
  .mobile\:hover\:-translate-full:hover,
  .mobile\:focus\:-translate-full:focus,
  .mobile\:group:hover .group-hover\:-translate-full,
  .mobile\:group:focus-within .group-focus-within\:-translate-full {
    transform: translate(calc(-100%), calc(-100%));
  }
  .mobile\:-translate-x-full,
  .mobile\:hover\:-translate-x-full:hover,
  .mobile\:focus\:-translate-x-full:focus,
  .mobile\:group:hover .group-hover\:-translate-x-full,
  .mobile\:group:focus-within .group-focus-within\:-translate-x-full {
    transform: translateX(calc(-100%));
  }
  .mobile\:-translate-y-full,
  .mobile\:hover\:-translate-y-full:hover,
  .mobile\:focus\:-translate-y-full:focus,
  .mobile\:group:hover .group-hover\:-translate-y-full,
  .mobile\:group:focus-within .group-focus-within\:-translate-y-full {
    transform: translateY(calc(-100%));
  }
  .flip-h {
    transform: scaleX(-1);
  }
  .flip-v {
    transform: scaleY(-1);
  }
  .mobile\:-rotate-0,
  .mobile\:hover\:-rotate-0:hover,
  .mobile\:focus\:-rotate-0:focus,
  .mobile\:group:hover .group-hover\:-rotate-0,
  .mobile\:group:focus-within .group-focus-within\:-rotate-0 {
    transform: rotate(-0deg);
  }
  .mobile\:-rotate-1,
  .mobile\:hover\:-rotate-1:hover,
  .mobile\:focus\:-rotate-1:focus,
  .mobile\:group:hover .group-hover\:-rotate-1,
  .mobile\:group:focus-within .group-focus-within\:-rotate-1 {
    transform: rotate(-1deg);
  }
  .mobile\:-rotate-2,
  .mobile\:hover\:-rotate-2:hover,
  .mobile\:focus\:-rotate-2:focus,
  .mobile\:group:hover .group-hover\:-rotate-2,
  .mobile\:group:focus-within .group-focus-within\:-rotate-2 {
    transform: rotate(-2deg);
  }
  .mobile\:-rotate-3,
  .mobile\:hover\:-rotate-3:hover,
  .mobile\:focus\:-rotate-3:focus,
  .mobile\:group:hover .group-hover\:-rotate-3,
  .mobile\:group:focus-within .group-focus-within\:-rotate-3 {
    transform: rotate(-3deg);
  }
  .mobile\:-rotate-4,
  .mobile\:hover\:-rotate-4:hover,
  .mobile\:focus\:-rotate-4:focus,
  .mobile\:group:hover .group-hover\:-rotate-4,
  .mobile\:group:focus-within .group-focus-within\:-rotate-4 {
    transform: rotate(-4deg);
  }
  .mobile\:-rotate-5,
  .mobile\:hover\:-rotate-5:hover,
  .mobile\:focus\:-rotate-5:focus,
  .mobile\:group:hover .group-hover\:-rotate-5,
  .mobile\:group:focus-within .group-focus-within\:-rotate-5 {
    transform: rotate(-5deg);
  }
  .mobile\:-rotate-6,
  .mobile\:hover\:-rotate-6:hover,
  .mobile\:focus\:-rotate-6:focus,
  .mobile\:group:hover .group-hover\:-rotate-6,
  .mobile\:group:focus-within .group-focus-within\:-rotate-6 {
    transform: rotate(-6deg);
  }
  .mobile\:-rotate-7,
  .mobile\:hover\:-rotate-7:hover,
  .mobile\:focus\:-rotate-7:focus,
  .mobile\:group:hover .group-hover\:-rotate-7,
  .mobile\:group:focus-within .group-focus-within\:-rotate-7 {
    transform: rotate(-7deg);
  }
  .mobile\:-rotate-8,
  .mobile\:hover\:-rotate-8:hover,
  .mobile\:focus\:-rotate-8:focus,
  .mobile\:group:hover .group-hover\:-rotate-8,
  .mobile\:group:focus-within .group-focus-within\:-rotate-8 {
    transform: rotate(-8deg);
  }
  .mobile\:-rotate-9,
  .mobile\:hover\:-rotate-9:hover,
  .mobile\:focus\:-rotate-9:focus,
  .mobile\:group:hover .group-hover\:-rotate-9,
  .mobile\:group:focus-within .group-focus-within\:-rotate-9 {
    transform: rotate(-9deg);
  }
  .mobile\:-rotate-10,
  .mobile\:hover\:-rotate-10:hover,
  .mobile\:focus\:-rotate-10:focus,
  .mobile\:group:hover .group-hover\:-rotate-10,
  .mobile\:group:focus-within .group-focus-within\:-rotate-10 {
    transform: rotate(-10deg);
  }
  .mobile\:-rotate-11,
  .mobile\:hover\:-rotate-11:hover,
  .mobile\:focus\:-rotate-11:focus,
  .mobile\:group:hover .group-hover\:-rotate-11,
  .mobile\:group:focus-within .group-focus-within\:-rotate-11 {
    transform: rotate(-11deg);
  }
  .mobile\:-rotate-12,
  .mobile\:hover\:-rotate-12:hover,
  .mobile\:focus\:-rotate-12:focus,
  .mobile\:group:hover .group-hover\:-rotate-12,
  .mobile\:group:focus-within .group-focus-within\:-rotate-12 {
    transform: rotate(-12deg);
  }
  .mobile\:-rotate-13,
  .mobile\:hover\:-rotate-13:hover,
  .mobile\:focus\:-rotate-13:focus,
  .mobile\:group:hover .group-hover\:-rotate-13,
  .mobile\:group:focus-within .group-focus-within\:-rotate-13 {
    transform: rotate(-13deg);
  }
  .mobile\:-rotate-14,
  .mobile\:hover\:-rotate-14:hover,
  .mobile\:focus\:-rotate-14:focus,
  .mobile\:group:hover .group-hover\:-rotate-14,
  .mobile\:group:focus-within .group-focus-within\:-rotate-14 {
    transform: rotate(-14deg);
  }
  .mobile\:-rotate-15,
  .mobile\:hover\:-rotate-15:hover,
  .mobile\:focus\:-rotate-15:focus,
  .mobile\:group:hover .group-hover\:-rotate-15,
  .mobile\:group:focus-within .group-focus-within\:-rotate-15 {
    transform: rotate(-15deg);
  }
  .mobile\:-rotate-16,
  .mobile\:hover\:-rotate-16:hover,
  .mobile\:focus\:-rotate-16:focus,
  .mobile\:group:hover .group-hover\:-rotate-16,
  .mobile\:group:focus-within .group-focus-within\:-rotate-16 {
    transform: rotate(-16deg);
  }
  .mobile\:-rotate-17,
  .mobile\:hover\:-rotate-17:hover,
  .mobile\:focus\:-rotate-17:focus,
  .mobile\:group:hover .group-hover\:-rotate-17,
  .mobile\:group:focus-within .group-focus-within\:-rotate-17 {
    transform: rotate(-17deg);
  }
  .mobile\:-rotate-18,
  .mobile\:hover\:-rotate-18:hover,
  .mobile\:focus\:-rotate-18:focus,
  .mobile\:group:hover .group-hover\:-rotate-18,
  .mobile\:group:focus-within .group-focus-within\:-rotate-18 {
    transform: rotate(-18deg);
  }
  .mobile\:-rotate-19,
  .mobile\:hover\:-rotate-19:hover,
  .mobile\:focus\:-rotate-19:focus,
  .mobile\:group:hover .group-hover\:-rotate-19,
  .mobile\:group:focus-within .group-focus-within\:-rotate-19 {
    transform: rotate(-19deg);
  }
  .mobile\:-rotate-20,
  .mobile\:hover\:-rotate-20:hover,
  .mobile\:focus\:-rotate-20:focus,
  .mobile\:group:hover .group-hover\:-rotate-20,
  .mobile\:group:focus-within .group-focus-within\:-rotate-20 {
    transform: rotate(-20deg);
  }
  .mobile\:-rotate-21,
  .mobile\:hover\:-rotate-21:hover,
  .mobile\:focus\:-rotate-21:focus,
  .mobile\:group:hover .group-hover\:-rotate-21,
  .mobile\:group:focus-within .group-focus-within\:-rotate-21 {
    transform: rotate(-21deg);
  }
  .mobile\:-rotate-22,
  .mobile\:hover\:-rotate-22:hover,
  .mobile\:focus\:-rotate-22:focus,
  .mobile\:group:hover .group-hover\:-rotate-22,
  .mobile\:group:focus-within .group-focus-within\:-rotate-22 {
    transform: rotate(-22deg);
  }
  .mobile\:-rotate-23,
  .mobile\:hover\:-rotate-23:hover,
  .mobile\:focus\:-rotate-23:focus,
  .mobile\:group:hover .group-hover\:-rotate-23,
  .mobile\:group:focus-within .group-focus-within\:-rotate-23 {
    transform: rotate(-23deg);
  }
  .mobile\:-rotate-24,
  .mobile\:hover\:-rotate-24:hover,
  .mobile\:focus\:-rotate-24:focus,
  .mobile\:group:hover .group-hover\:-rotate-24,
  .mobile\:group:focus-within .group-focus-within\:-rotate-24 {
    transform: rotate(-24deg);
  }
  .mobile\:-rotate-25,
  .mobile\:hover\:-rotate-25:hover,
  .mobile\:focus\:-rotate-25:focus,
  .mobile\:group:hover .group-hover\:-rotate-25,
  .mobile\:group:focus-within .group-focus-within\:-rotate-25 {
    transform: rotate(-25deg);
  }
  .mobile\:-rotate-26,
  .mobile\:hover\:-rotate-26:hover,
  .mobile\:focus\:-rotate-26:focus,
  .mobile\:group:hover .group-hover\:-rotate-26,
  .mobile\:group:focus-within .group-focus-within\:-rotate-26 {
    transform: rotate(-26deg);
  }
  .mobile\:-rotate-27,
  .mobile\:hover\:-rotate-27:hover,
  .mobile\:focus\:-rotate-27:focus,
  .mobile\:group:hover .group-hover\:-rotate-27,
  .mobile\:group:focus-within .group-focus-within\:-rotate-27 {
    transform: rotate(-27deg);
  }
  .mobile\:-rotate-28,
  .mobile\:hover\:-rotate-28:hover,
  .mobile\:focus\:-rotate-28:focus,
  .mobile\:group:hover .group-hover\:-rotate-28,
  .mobile\:group:focus-within .group-focus-within\:-rotate-28 {
    transform: rotate(-28deg);
  }
  .mobile\:-rotate-29,
  .mobile\:hover\:-rotate-29:hover,
  .mobile\:focus\:-rotate-29:focus,
  .mobile\:group:hover .group-hover\:-rotate-29,
  .mobile\:group:focus-within .group-focus-within\:-rotate-29 {
    transform: rotate(-29deg);
  }
  .mobile\:-rotate-30,
  .mobile\:hover\:-rotate-30:hover,
  .mobile\:focus\:-rotate-30:focus,
  .mobile\:group:hover .group-hover\:-rotate-30,
  .mobile\:group:focus-within .group-focus-within\:-rotate-30 {
    transform: rotate(-30deg);
  }
  .mobile\:-rotate-31,
  .mobile\:hover\:-rotate-31:hover,
  .mobile\:focus\:-rotate-31:focus,
  .mobile\:group:hover .group-hover\:-rotate-31,
  .mobile\:group:focus-within .group-focus-within\:-rotate-31 {
    transform: rotate(-31deg);
  }
  .mobile\:-rotate-32,
  .mobile\:hover\:-rotate-32:hover,
  .mobile\:focus\:-rotate-32:focus,
  .mobile\:group:hover .group-hover\:-rotate-32,
  .mobile\:group:focus-within .group-focus-within\:-rotate-32 {
    transform: rotate(-32deg);
  }
  .mobile\:-rotate-33,
  .mobile\:hover\:-rotate-33:hover,
  .mobile\:focus\:-rotate-33:focus,
  .mobile\:group:hover .group-hover\:-rotate-33,
  .mobile\:group:focus-within .group-focus-within\:-rotate-33 {
    transform: rotate(-33deg);
  }
  .mobile\:-rotate-34,
  .mobile\:hover\:-rotate-34:hover,
  .mobile\:focus\:-rotate-34:focus,
  .mobile\:group:hover .group-hover\:-rotate-34,
  .mobile\:group:focus-within .group-focus-within\:-rotate-34 {
    transform: rotate(-34deg);
  }
  .mobile\:-rotate-35,
  .mobile\:hover\:-rotate-35:hover,
  .mobile\:focus\:-rotate-35:focus,
  .mobile\:group:hover .group-hover\:-rotate-35,
  .mobile\:group:focus-within .group-focus-within\:-rotate-35 {
    transform: rotate(-35deg);
  }
  .mobile\:-rotate-36,
  .mobile\:hover\:-rotate-36:hover,
  .mobile\:focus\:-rotate-36:focus,
  .mobile\:group:hover .group-hover\:-rotate-36,
  .mobile\:group:focus-within .group-focus-within\:-rotate-36 {
    transform: rotate(-36deg);
  }
  .mobile\:-rotate-37,
  .mobile\:hover\:-rotate-37:hover,
  .mobile\:focus\:-rotate-37:focus,
  .mobile\:group:hover .group-hover\:-rotate-37,
  .mobile\:group:focus-within .group-focus-within\:-rotate-37 {
    transform: rotate(-37deg);
  }
  .mobile\:-rotate-38,
  .mobile\:hover\:-rotate-38:hover,
  .mobile\:focus\:-rotate-38:focus,
  .mobile\:group:hover .group-hover\:-rotate-38,
  .mobile\:group:focus-within .group-focus-within\:-rotate-38 {
    transform: rotate(-38deg);
  }
  .mobile\:-rotate-39,
  .mobile\:hover\:-rotate-39:hover,
  .mobile\:focus\:-rotate-39:focus,
  .mobile\:group:hover .group-hover\:-rotate-39,
  .mobile\:group:focus-within .group-focus-within\:-rotate-39 {
    transform: rotate(-39deg);
  }
  .mobile\:-rotate-40,
  .mobile\:hover\:-rotate-40:hover,
  .mobile\:focus\:-rotate-40:focus,
  .mobile\:group:hover .group-hover\:-rotate-40,
  .mobile\:group:focus-within .group-focus-within\:-rotate-40 {
    transform: rotate(-40deg);
  }
  .mobile\:-rotate-41,
  .mobile\:hover\:-rotate-41:hover,
  .mobile\:focus\:-rotate-41:focus,
  .mobile\:group:hover .group-hover\:-rotate-41,
  .mobile\:group:focus-within .group-focus-within\:-rotate-41 {
    transform: rotate(-41deg);
  }
  .mobile\:-rotate-42,
  .mobile\:hover\:-rotate-42:hover,
  .mobile\:focus\:-rotate-42:focus,
  .mobile\:group:hover .group-hover\:-rotate-42,
  .mobile\:group:focus-within .group-focus-within\:-rotate-42 {
    transform: rotate(-42deg);
  }
  .mobile\:-rotate-43,
  .mobile\:hover\:-rotate-43:hover,
  .mobile\:focus\:-rotate-43:focus,
  .mobile\:group:hover .group-hover\:-rotate-43,
  .mobile\:group:focus-within .group-focus-within\:-rotate-43 {
    transform: rotate(-43deg);
  }
  .mobile\:-rotate-44,
  .mobile\:hover\:-rotate-44:hover,
  .mobile\:focus\:-rotate-44:focus,
  .mobile\:group:hover .group-hover\:-rotate-44,
  .mobile\:group:focus-within .group-focus-within\:-rotate-44 {
    transform: rotate(-44deg);
  }
  .mobile\:-rotate-45,
  .mobile\:hover\:-rotate-45:hover,
  .mobile\:focus\:-rotate-45:focus,
  .mobile\:group:hover .group-hover\:-rotate-45,
  .mobile\:group:focus-within .group-focus-within\:-rotate-45 {
    transform: rotate(-45deg);
  }
  .mobile\:-rotate-46,
  .mobile\:hover\:-rotate-46:hover,
  .mobile\:focus\:-rotate-46:focus,
  .mobile\:group:hover .group-hover\:-rotate-46,
  .mobile\:group:focus-within .group-focus-within\:-rotate-46 {
    transform: rotate(-46deg);
  }
  .mobile\:-rotate-47,
  .mobile\:hover\:-rotate-47:hover,
  .mobile\:focus\:-rotate-47:focus,
  .mobile\:group:hover .group-hover\:-rotate-47,
  .mobile\:group:focus-within .group-focus-within\:-rotate-47 {
    transform: rotate(-47deg);
  }
  .mobile\:-rotate-48,
  .mobile\:hover\:-rotate-48:hover,
  .mobile\:focus\:-rotate-48:focus,
  .mobile\:group:hover .group-hover\:-rotate-48,
  .mobile\:group:focus-within .group-focus-within\:-rotate-48 {
    transform: rotate(-48deg);
  }
  .mobile\:-rotate-49,
  .mobile\:hover\:-rotate-49:hover,
  .mobile\:focus\:-rotate-49:focus,
  .mobile\:group:hover .group-hover\:-rotate-49,
  .mobile\:group:focus-within .group-focus-within\:-rotate-49 {
    transform: rotate(-49deg);
  }
  .mobile\:-rotate-50,
  .mobile\:hover\:-rotate-50:hover,
  .mobile\:focus\:-rotate-50:focus,
  .mobile\:group:hover .group-hover\:-rotate-50,
  .mobile\:group:focus-within .group-focus-within\:-rotate-50 {
    transform: rotate(-50deg);
  }
  .mobile\:-rotate-51,
  .mobile\:hover\:-rotate-51:hover,
  .mobile\:focus\:-rotate-51:focus,
  .mobile\:group:hover .group-hover\:-rotate-51,
  .mobile\:group:focus-within .group-focus-within\:-rotate-51 {
    transform: rotate(-51deg);
  }
  .mobile\:-rotate-52,
  .mobile\:hover\:-rotate-52:hover,
  .mobile\:focus\:-rotate-52:focus,
  .mobile\:group:hover .group-hover\:-rotate-52,
  .mobile\:group:focus-within .group-focus-within\:-rotate-52 {
    transform: rotate(-52deg);
  }
  .mobile\:-rotate-53,
  .mobile\:hover\:-rotate-53:hover,
  .mobile\:focus\:-rotate-53:focus,
  .mobile\:group:hover .group-hover\:-rotate-53,
  .mobile\:group:focus-within .group-focus-within\:-rotate-53 {
    transform: rotate(-53deg);
  }
  .mobile\:-rotate-54,
  .mobile\:hover\:-rotate-54:hover,
  .mobile\:focus\:-rotate-54:focus,
  .mobile\:group:hover .group-hover\:-rotate-54,
  .mobile\:group:focus-within .group-focus-within\:-rotate-54 {
    transform: rotate(-54deg);
  }
  .mobile\:-rotate-55,
  .mobile\:hover\:-rotate-55:hover,
  .mobile\:focus\:-rotate-55:focus,
  .mobile\:group:hover .group-hover\:-rotate-55,
  .mobile\:group:focus-within .group-focus-within\:-rotate-55 {
    transform: rotate(-55deg);
  }
  .mobile\:-rotate-56,
  .mobile\:hover\:-rotate-56:hover,
  .mobile\:focus\:-rotate-56:focus,
  .mobile\:group:hover .group-hover\:-rotate-56,
  .mobile\:group:focus-within .group-focus-within\:-rotate-56 {
    transform: rotate(-56deg);
  }
  .mobile\:-rotate-57,
  .mobile\:hover\:-rotate-57:hover,
  .mobile\:focus\:-rotate-57:focus,
  .mobile\:group:hover .group-hover\:-rotate-57,
  .mobile\:group:focus-within .group-focus-within\:-rotate-57 {
    transform: rotate(-57deg);
  }
  .mobile\:-rotate-58,
  .mobile\:hover\:-rotate-58:hover,
  .mobile\:focus\:-rotate-58:focus,
  .mobile\:group:hover .group-hover\:-rotate-58,
  .mobile\:group:focus-within .group-focus-within\:-rotate-58 {
    transform: rotate(-58deg);
  }
  .mobile\:-rotate-59,
  .mobile\:hover\:-rotate-59:hover,
  .mobile\:focus\:-rotate-59:focus,
  .mobile\:group:hover .group-hover\:-rotate-59,
  .mobile\:group:focus-within .group-focus-within\:-rotate-59 {
    transform: rotate(-59deg);
  }
  .mobile\:-rotate-60,
  .mobile\:hover\:-rotate-60:hover,
  .mobile\:focus\:-rotate-60:focus,
  .mobile\:group:hover .group-hover\:-rotate-60,
  .mobile\:group:focus-within .group-focus-within\:-rotate-60 {
    transform: rotate(-60deg);
  }
  .mobile\:-rotate-61,
  .mobile\:hover\:-rotate-61:hover,
  .mobile\:focus\:-rotate-61:focus,
  .mobile\:group:hover .group-hover\:-rotate-61,
  .mobile\:group:focus-within .group-focus-within\:-rotate-61 {
    transform: rotate(-61deg);
  }
  .mobile\:-rotate-62,
  .mobile\:hover\:-rotate-62:hover,
  .mobile\:focus\:-rotate-62:focus,
  .mobile\:group:hover .group-hover\:-rotate-62,
  .mobile\:group:focus-within .group-focus-within\:-rotate-62 {
    transform: rotate(-62deg);
  }
  .mobile\:-rotate-63,
  .mobile\:hover\:-rotate-63:hover,
  .mobile\:focus\:-rotate-63:focus,
  .mobile\:group:hover .group-hover\:-rotate-63,
  .mobile\:group:focus-within .group-focus-within\:-rotate-63 {
    transform: rotate(-63deg);
  }
  .mobile\:-rotate-64,
  .mobile\:hover\:-rotate-64:hover,
  .mobile\:focus\:-rotate-64:focus,
  .mobile\:group:hover .group-hover\:-rotate-64,
  .mobile\:group:focus-within .group-focus-within\:-rotate-64 {
    transform: rotate(-64deg);
  }
  .mobile\:-rotate-65,
  .mobile\:hover\:-rotate-65:hover,
  .mobile\:focus\:-rotate-65:focus,
  .mobile\:group:hover .group-hover\:-rotate-65,
  .mobile\:group:focus-within .group-focus-within\:-rotate-65 {
    transform: rotate(-65deg);
  }
  .mobile\:-rotate-66,
  .mobile\:hover\:-rotate-66:hover,
  .mobile\:focus\:-rotate-66:focus,
  .mobile\:group:hover .group-hover\:-rotate-66,
  .mobile\:group:focus-within .group-focus-within\:-rotate-66 {
    transform: rotate(-66deg);
  }
  .mobile\:-rotate-67,
  .mobile\:hover\:-rotate-67:hover,
  .mobile\:focus\:-rotate-67:focus,
  .mobile\:group:hover .group-hover\:-rotate-67,
  .mobile\:group:focus-within .group-focus-within\:-rotate-67 {
    transform: rotate(-67deg);
  }
  .mobile\:-rotate-68,
  .mobile\:hover\:-rotate-68:hover,
  .mobile\:focus\:-rotate-68:focus,
  .mobile\:group:hover .group-hover\:-rotate-68,
  .mobile\:group:focus-within .group-focus-within\:-rotate-68 {
    transform: rotate(-68deg);
  }
  .mobile\:-rotate-69,
  .mobile\:hover\:-rotate-69:hover,
  .mobile\:focus\:-rotate-69:focus,
  .mobile\:group:hover .group-hover\:-rotate-69,
  .mobile\:group:focus-within .group-focus-within\:-rotate-69 {
    transform: rotate(-69deg);
  }
  .mobile\:-rotate-70,
  .mobile\:hover\:-rotate-70:hover,
  .mobile\:focus\:-rotate-70:focus,
  .mobile\:group:hover .group-hover\:-rotate-70,
  .mobile\:group:focus-within .group-focus-within\:-rotate-70 {
    transform: rotate(-70deg);
  }
  .mobile\:-rotate-71,
  .mobile\:hover\:-rotate-71:hover,
  .mobile\:focus\:-rotate-71:focus,
  .mobile\:group:hover .group-hover\:-rotate-71,
  .mobile\:group:focus-within .group-focus-within\:-rotate-71 {
    transform: rotate(-71deg);
  }
  .mobile\:-rotate-72,
  .mobile\:hover\:-rotate-72:hover,
  .mobile\:focus\:-rotate-72:focus,
  .mobile\:group:hover .group-hover\:-rotate-72,
  .mobile\:group:focus-within .group-focus-within\:-rotate-72 {
    transform: rotate(-72deg);
  }
  .mobile\:-rotate-73,
  .mobile\:hover\:-rotate-73:hover,
  .mobile\:focus\:-rotate-73:focus,
  .mobile\:group:hover .group-hover\:-rotate-73,
  .mobile\:group:focus-within .group-focus-within\:-rotate-73 {
    transform: rotate(-73deg);
  }
  .mobile\:-rotate-74,
  .mobile\:hover\:-rotate-74:hover,
  .mobile\:focus\:-rotate-74:focus,
  .mobile\:group:hover .group-hover\:-rotate-74,
  .mobile\:group:focus-within .group-focus-within\:-rotate-74 {
    transform: rotate(-74deg);
  }
  .mobile\:-rotate-75,
  .mobile\:hover\:-rotate-75:hover,
  .mobile\:focus\:-rotate-75:focus,
  .mobile\:group:hover .group-hover\:-rotate-75,
  .mobile\:group:focus-within .group-focus-within\:-rotate-75 {
    transform: rotate(-75deg);
  }
  .mobile\:-rotate-76,
  .mobile\:hover\:-rotate-76:hover,
  .mobile\:focus\:-rotate-76:focus,
  .mobile\:group:hover .group-hover\:-rotate-76,
  .mobile\:group:focus-within .group-focus-within\:-rotate-76 {
    transform: rotate(-76deg);
  }
  .mobile\:-rotate-77,
  .mobile\:hover\:-rotate-77:hover,
  .mobile\:focus\:-rotate-77:focus,
  .mobile\:group:hover .group-hover\:-rotate-77,
  .mobile\:group:focus-within .group-focus-within\:-rotate-77 {
    transform: rotate(-77deg);
  }
  .mobile\:-rotate-78,
  .mobile\:hover\:-rotate-78:hover,
  .mobile\:focus\:-rotate-78:focus,
  .mobile\:group:hover .group-hover\:-rotate-78,
  .mobile\:group:focus-within .group-focus-within\:-rotate-78 {
    transform: rotate(-78deg);
  }
  .mobile\:-rotate-79,
  .mobile\:hover\:-rotate-79:hover,
  .mobile\:focus\:-rotate-79:focus,
  .mobile\:group:hover .group-hover\:-rotate-79,
  .mobile\:group:focus-within .group-focus-within\:-rotate-79 {
    transform: rotate(-79deg);
  }
  .mobile\:-rotate-80,
  .mobile\:hover\:-rotate-80:hover,
  .mobile\:focus\:-rotate-80:focus,
  .mobile\:group:hover .group-hover\:-rotate-80,
  .mobile\:group:focus-within .group-focus-within\:-rotate-80 {
    transform: rotate(-80deg);
  }
  .mobile\:-rotate-81,
  .mobile\:hover\:-rotate-81:hover,
  .mobile\:focus\:-rotate-81:focus,
  .mobile\:group:hover .group-hover\:-rotate-81,
  .mobile\:group:focus-within .group-focus-within\:-rotate-81 {
    transform: rotate(-81deg);
  }
  .mobile\:-rotate-82,
  .mobile\:hover\:-rotate-82:hover,
  .mobile\:focus\:-rotate-82:focus,
  .mobile\:group:hover .group-hover\:-rotate-82,
  .mobile\:group:focus-within .group-focus-within\:-rotate-82 {
    transform: rotate(-82deg);
  }
  .mobile\:-rotate-83,
  .mobile\:hover\:-rotate-83:hover,
  .mobile\:focus\:-rotate-83:focus,
  .mobile\:group:hover .group-hover\:-rotate-83,
  .mobile\:group:focus-within .group-focus-within\:-rotate-83 {
    transform: rotate(-83deg);
  }
  .mobile\:-rotate-84,
  .mobile\:hover\:-rotate-84:hover,
  .mobile\:focus\:-rotate-84:focus,
  .mobile\:group:hover .group-hover\:-rotate-84,
  .mobile\:group:focus-within .group-focus-within\:-rotate-84 {
    transform: rotate(-84deg);
  }
  .mobile\:-rotate-85,
  .mobile\:hover\:-rotate-85:hover,
  .mobile\:focus\:-rotate-85:focus,
  .mobile\:group:hover .group-hover\:-rotate-85,
  .mobile\:group:focus-within .group-focus-within\:-rotate-85 {
    transform: rotate(-85deg);
  }
  .mobile\:-rotate-86,
  .mobile\:hover\:-rotate-86:hover,
  .mobile\:focus\:-rotate-86:focus,
  .mobile\:group:hover .group-hover\:-rotate-86,
  .mobile\:group:focus-within .group-focus-within\:-rotate-86 {
    transform: rotate(-86deg);
  }
  .mobile\:-rotate-87,
  .mobile\:hover\:-rotate-87:hover,
  .mobile\:focus\:-rotate-87:focus,
  .mobile\:group:hover .group-hover\:-rotate-87,
  .mobile\:group:focus-within .group-focus-within\:-rotate-87 {
    transform: rotate(-87deg);
  }
  .mobile\:-rotate-88,
  .mobile\:hover\:-rotate-88:hover,
  .mobile\:focus\:-rotate-88:focus,
  .mobile\:group:hover .group-hover\:-rotate-88,
  .mobile\:group:focus-within .group-focus-within\:-rotate-88 {
    transform: rotate(-88deg);
  }
  .mobile\:-rotate-89,
  .mobile\:hover\:-rotate-89:hover,
  .mobile\:focus\:-rotate-89:focus,
  .mobile\:group:hover .group-hover\:-rotate-89,
  .mobile\:group:focus-within .group-focus-within\:-rotate-89 {
    transform: rotate(-89deg);
  }
  .mobile\:-rotate-90,
  .mobile\:hover\:-rotate-90:hover,
  .mobile\:focus\:-rotate-90:focus,
  .mobile\:group:hover .group-hover\:-rotate-90,
  .mobile\:group:focus-within .group-focus-within\:-rotate-90 {
    transform: rotate(-90deg);
  }
  .mobile\:-rotate-91,
  .mobile\:hover\:-rotate-91:hover,
  .mobile\:focus\:-rotate-91:focus,
  .mobile\:group:hover .group-hover\:-rotate-91,
  .mobile\:group:focus-within .group-focus-within\:-rotate-91 {
    transform: rotate(-91deg);
  }
  .mobile\:-rotate-92,
  .mobile\:hover\:-rotate-92:hover,
  .mobile\:focus\:-rotate-92:focus,
  .mobile\:group:hover .group-hover\:-rotate-92,
  .mobile\:group:focus-within .group-focus-within\:-rotate-92 {
    transform: rotate(-92deg);
  }
  .mobile\:-rotate-93,
  .mobile\:hover\:-rotate-93:hover,
  .mobile\:focus\:-rotate-93:focus,
  .mobile\:group:hover .group-hover\:-rotate-93,
  .mobile\:group:focus-within .group-focus-within\:-rotate-93 {
    transform: rotate(-93deg);
  }
  .mobile\:-rotate-94,
  .mobile\:hover\:-rotate-94:hover,
  .mobile\:focus\:-rotate-94:focus,
  .mobile\:group:hover .group-hover\:-rotate-94,
  .mobile\:group:focus-within .group-focus-within\:-rotate-94 {
    transform: rotate(-94deg);
  }
  .mobile\:-rotate-95,
  .mobile\:hover\:-rotate-95:hover,
  .mobile\:focus\:-rotate-95:focus,
  .mobile\:group:hover .group-hover\:-rotate-95,
  .mobile\:group:focus-within .group-focus-within\:-rotate-95 {
    transform: rotate(-95deg);
  }
  .mobile\:-rotate-96,
  .mobile\:hover\:-rotate-96:hover,
  .mobile\:focus\:-rotate-96:focus,
  .mobile\:group:hover .group-hover\:-rotate-96,
  .mobile\:group:focus-within .group-focus-within\:-rotate-96 {
    transform: rotate(-96deg);
  }
  .mobile\:-rotate-97,
  .mobile\:hover\:-rotate-97:hover,
  .mobile\:focus\:-rotate-97:focus,
  .mobile\:group:hover .group-hover\:-rotate-97,
  .mobile\:group:focus-within .group-focus-within\:-rotate-97 {
    transform: rotate(-97deg);
  }
  .mobile\:-rotate-98,
  .mobile\:hover\:-rotate-98:hover,
  .mobile\:focus\:-rotate-98:focus,
  .mobile\:group:hover .group-hover\:-rotate-98,
  .mobile\:group:focus-within .group-focus-within\:-rotate-98 {
    transform: rotate(-98deg);
  }
  .mobile\:-rotate-99,
  .mobile\:hover\:-rotate-99:hover,
  .mobile\:focus\:-rotate-99:focus,
  .mobile\:group:hover .group-hover\:-rotate-99,
  .mobile\:group:focus-within .group-focus-within\:-rotate-99 {
    transform: rotate(-99deg);
  }
  .mobile\:-rotate-100,
  .mobile\:hover\:-rotate-100:hover,
  .mobile\:focus\:-rotate-100:focus,
  .mobile\:group:hover .group-hover\:-rotate-100,
  .mobile\:group:focus-within .group-focus-within\:-rotate-100 {
    transform: rotate(-100deg);
  }
  .mobile\:-rotate-101,
  .mobile\:hover\:-rotate-101:hover,
  .mobile\:focus\:-rotate-101:focus,
  .mobile\:group:hover .group-hover\:-rotate-101,
  .mobile\:group:focus-within .group-focus-within\:-rotate-101 {
    transform: rotate(-101deg);
  }
  .mobile\:-rotate-102,
  .mobile\:hover\:-rotate-102:hover,
  .mobile\:focus\:-rotate-102:focus,
  .mobile\:group:hover .group-hover\:-rotate-102,
  .mobile\:group:focus-within .group-focus-within\:-rotate-102 {
    transform: rotate(-102deg);
  }
  .mobile\:-rotate-103,
  .mobile\:hover\:-rotate-103:hover,
  .mobile\:focus\:-rotate-103:focus,
  .mobile\:group:hover .group-hover\:-rotate-103,
  .mobile\:group:focus-within .group-focus-within\:-rotate-103 {
    transform: rotate(-103deg);
  }
  .mobile\:-rotate-104,
  .mobile\:hover\:-rotate-104:hover,
  .mobile\:focus\:-rotate-104:focus,
  .mobile\:group:hover .group-hover\:-rotate-104,
  .mobile\:group:focus-within .group-focus-within\:-rotate-104 {
    transform: rotate(-104deg);
  }
  .mobile\:-rotate-105,
  .mobile\:hover\:-rotate-105:hover,
  .mobile\:focus\:-rotate-105:focus,
  .mobile\:group:hover .group-hover\:-rotate-105,
  .mobile\:group:focus-within .group-focus-within\:-rotate-105 {
    transform: rotate(-105deg);
  }
  .mobile\:-rotate-106,
  .mobile\:hover\:-rotate-106:hover,
  .mobile\:focus\:-rotate-106:focus,
  .mobile\:group:hover .group-hover\:-rotate-106,
  .mobile\:group:focus-within .group-focus-within\:-rotate-106 {
    transform: rotate(-106deg);
  }
  .mobile\:-rotate-107,
  .mobile\:hover\:-rotate-107:hover,
  .mobile\:focus\:-rotate-107:focus,
  .mobile\:group:hover .group-hover\:-rotate-107,
  .mobile\:group:focus-within .group-focus-within\:-rotate-107 {
    transform: rotate(-107deg);
  }
  .mobile\:-rotate-108,
  .mobile\:hover\:-rotate-108:hover,
  .mobile\:focus\:-rotate-108:focus,
  .mobile\:group:hover .group-hover\:-rotate-108,
  .mobile\:group:focus-within .group-focus-within\:-rotate-108 {
    transform: rotate(-108deg);
  }
  .mobile\:-rotate-109,
  .mobile\:hover\:-rotate-109:hover,
  .mobile\:focus\:-rotate-109:focus,
  .mobile\:group:hover .group-hover\:-rotate-109,
  .mobile\:group:focus-within .group-focus-within\:-rotate-109 {
    transform: rotate(-109deg);
  }
  .mobile\:-rotate-110,
  .mobile\:hover\:-rotate-110:hover,
  .mobile\:focus\:-rotate-110:focus,
  .mobile\:group:hover .group-hover\:-rotate-110,
  .mobile\:group:focus-within .group-focus-within\:-rotate-110 {
    transform: rotate(-110deg);
  }
  .mobile\:-rotate-111,
  .mobile\:hover\:-rotate-111:hover,
  .mobile\:focus\:-rotate-111:focus,
  .mobile\:group:hover .group-hover\:-rotate-111,
  .mobile\:group:focus-within .group-focus-within\:-rotate-111 {
    transform: rotate(-111deg);
  }
  .mobile\:-rotate-112,
  .mobile\:hover\:-rotate-112:hover,
  .mobile\:focus\:-rotate-112:focus,
  .mobile\:group:hover .group-hover\:-rotate-112,
  .mobile\:group:focus-within .group-focus-within\:-rotate-112 {
    transform: rotate(-112deg);
  }
  .mobile\:-rotate-113,
  .mobile\:hover\:-rotate-113:hover,
  .mobile\:focus\:-rotate-113:focus,
  .mobile\:group:hover .group-hover\:-rotate-113,
  .mobile\:group:focus-within .group-focus-within\:-rotate-113 {
    transform: rotate(-113deg);
  }
  .mobile\:-rotate-114,
  .mobile\:hover\:-rotate-114:hover,
  .mobile\:focus\:-rotate-114:focus,
  .mobile\:group:hover .group-hover\:-rotate-114,
  .mobile\:group:focus-within .group-focus-within\:-rotate-114 {
    transform: rotate(-114deg);
  }
  .mobile\:-rotate-115,
  .mobile\:hover\:-rotate-115:hover,
  .mobile\:focus\:-rotate-115:focus,
  .mobile\:group:hover .group-hover\:-rotate-115,
  .mobile\:group:focus-within .group-focus-within\:-rotate-115 {
    transform: rotate(-115deg);
  }
  .mobile\:-rotate-116,
  .mobile\:hover\:-rotate-116:hover,
  .mobile\:focus\:-rotate-116:focus,
  .mobile\:group:hover .group-hover\:-rotate-116,
  .mobile\:group:focus-within .group-focus-within\:-rotate-116 {
    transform: rotate(-116deg);
  }
  .mobile\:-rotate-117,
  .mobile\:hover\:-rotate-117:hover,
  .mobile\:focus\:-rotate-117:focus,
  .mobile\:group:hover .group-hover\:-rotate-117,
  .mobile\:group:focus-within .group-focus-within\:-rotate-117 {
    transform: rotate(-117deg);
  }
  .mobile\:-rotate-118,
  .mobile\:hover\:-rotate-118:hover,
  .mobile\:focus\:-rotate-118:focus,
  .mobile\:group:hover .group-hover\:-rotate-118,
  .mobile\:group:focus-within .group-focus-within\:-rotate-118 {
    transform: rotate(-118deg);
  }
  .mobile\:-rotate-119,
  .mobile\:hover\:-rotate-119:hover,
  .mobile\:focus\:-rotate-119:focus,
  .mobile\:group:hover .group-hover\:-rotate-119,
  .mobile\:group:focus-within .group-focus-within\:-rotate-119 {
    transform: rotate(-119deg);
  }
  .mobile\:-rotate-120,
  .mobile\:hover\:-rotate-120:hover,
  .mobile\:focus\:-rotate-120:focus,
  .mobile\:group:hover .group-hover\:-rotate-120,
  .mobile\:group:focus-within .group-focus-within\:-rotate-120 {
    transform: rotate(-120deg);
  }
  .mobile\:-rotate-121,
  .mobile\:hover\:-rotate-121:hover,
  .mobile\:focus\:-rotate-121:focus,
  .mobile\:group:hover .group-hover\:-rotate-121,
  .mobile\:group:focus-within .group-focus-within\:-rotate-121 {
    transform: rotate(-121deg);
  }
  .mobile\:-rotate-122,
  .mobile\:hover\:-rotate-122:hover,
  .mobile\:focus\:-rotate-122:focus,
  .mobile\:group:hover .group-hover\:-rotate-122,
  .mobile\:group:focus-within .group-focus-within\:-rotate-122 {
    transform: rotate(-122deg);
  }
  .mobile\:-rotate-123,
  .mobile\:hover\:-rotate-123:hover,
  .mobile\:focus\:-rotate-123:focus,
  .mobile\:group:hover .group-hover\:-rotate-123,
  .mobile\:group:focus-within .group-focus-within\:-rotate-123 {
    transform: rotate(-123deg);
  }
  .mobile\:-rotate-124,
  .mobile\:hover\:-rotate-124:hover,
  .mobile\:focus\:-rotate-124:focus,
  .mobile\:group:hover .group-hover\:-rotate-124,
  .mobile\:group:focus-within .group-focus-within\:-rotate-124 {
    transform: rotate(-124deg);
  }
  .mobile\:-rotate-125,
  .mobile\:hover\:-rotate-125:hover,
  .mobile\:focus\:-rotate-125:focus,
  .mobile\:group:hover .group-hover\:-rotate-125,
  .mobile\:group:focus-within .group-focus-within\:-rotate-125 {
    transform: rotate(-125deg);
  }
  .mobile\:-rotate-126,
  .mobile\:hover\:-rotate-126:hover,
  .mobile\:focus\:-rotate-126:focus,
  .mobile\:group:hover .group-hover\:-rotate-126,
  .mobile\:group:focus-within .group-focus-within\:-rotate-126 {
    transform: rotate(-126deg);
  }
  .mobile\:-rotate-127,
  .mobile\:hover\:-rotate-127:hover,
  .mobile\:focus\:-rotate-127:focus,
  .mobile\:group:hover .group-hover\:-rotate-127,
  .mobile\:group:focus-within .group-focus-within\:-rotate-127 {
    transform: rotate(-127deg);
  }
  .mobile\:-rotate-128,
  .mobile\:hover\:-rotate-128:hover,
  .mobile\:focus\:-rotate-128:focus,
  .mobile\:group:hover .group-hover\:-rotate-128,
  .mobile\:group:focus-within .group-focus-within\:-rotate-128 {
    transform: rotate(-128deg);
  }
  .mobile\:-rotate-129,
  .mobile\:hover\:-rotate-129:hover,
  .mobile\:focus\:-rotate-129:focus,
  .mobile\:group:hover .group-hover\:-rotate-129,
  .mobile\:group:focus-within .group-focus-within\:-rotate-129 {
    transform: rotate(-129deg);
  }
  .mobile\:-rotate-130,
  .mobile\:hover\:-rotate-130:hover,
  .mobile\:focus\:-rotate-130:focus,
  .mobile\:group:hover .group-hover\:-rotate-130,
  .mobile\:group:focus-within .group-focus-within\:-rotate-130 {
    transform: rotate(-130deg);
  }
  .mobile\:-rotate-131,
  .mobile\:hover\:-rotate-131:hover,
  .mobile\:focus\:-rotate-131:focus,
  .mobile\:group:hover .group-hover\:-rotate-131,
  .mobile\:group:focus-within .group-focus-within\:-rotate-131 {
    transform: rotate(-131deg);
  }
  .mobile\:-rotate-132,
  .mobile\:hover\:-rotate-132:hover,
  .mobile\:focus\:-rotate-132:focus,
  .mobile\:group:hover .group-hover\:-rotate-132,
  .mobile\:group:focus-within .group-focus-within\:-rotate-132 {
    transform: rotate(-132deg);
  }
  .mobile\:-rotate-133,
  .mobile\:hover\:-rotate-133:hover,
  .mobile\:focus\:-rotate-133:focus,
  .mobile\:group:hover .group-hover\:-rotate-133,
  .mobile\:group:focus-within .group-focus-within\:-rotate-133 {
    transform: rotate(-133deg);
  }
  .mobile\:-rotate-134,
  .mobile\:hover\:-rotate-134:hover,
  .mobile\:focus\:-rotate-134:focus,
  .mobile\:group:hover .group-hover\:-rotate-134,
  .mobile\:group:focus-within .group-focus-within\:-rotate-134 {
    transform: rotate(-134deg);
  }
  .mobile\:-rotate-135,
  .mobile\:hover\:-rotate-135:hover,
  .mobile\:focus\:-rotate-135:focus,
  .mobile\:group:hover .group-hover\:-rotate-135,
  .mobile\:group:focus-within .group-focus-within\:-rotate-135 {
    transform: rotate(-135deg);
  }
  .mobile\:-rotate-136,
  .mobile\:hover\:-rotate-136:hover,
  .mobile\:focus\:-rotate-136:focus,
  .mobile\:group:hover .group-hover\:-rotate-136,
  .mobile\:group:focus-within .group-focus-within\:-rotate-136 {
    transform: rotate(-136deg);
  }
  .mobile\:-rotate-137,
  .mobile\:hover\:-rotate-137:hover,
  .mobile\:focus\:-rotate-137:focus,
  .mobile\:group:hover .group-hover\:-rotate-137,
  .mobile\:group:focus-within .group-focus-within\:-rotate-137 {
    transform: rotate(-137deg);
  }
  .mobile\:-rotate-138,
  .mobile\:hover\:-rotate-138:hover,
  .mobile\:focus\:-rotate-138:focus,
  .mobile\:group:hover .group-hover\:-rotate-138,
  .mobile\:group:focus-within .group-focus-within\:-rotate-138 {
    transform: rotate(-138deg);
  }
  .mobile\:-rotate-139,
  .mobile\:hover\:-rotate-139:hover,
  .mobile\:focus\:-rotate-139:focus,
  .mobile\:group:hover .group-hover\:-rotate-139,
  .mobile\:group:focus-within .group-focus-within\:-rotate-139 {
    transform: rotate(-139deg);
  }
  .mobile\:-rotate-140,
  .mobile\:hover\:-rotate-140:hover,
  .mobile\:focus\:-rotate-140:focus,
  .mobile\:group:hover .group-hover\:-rotate-140,
  .mobile\:group:focus-within .group-focus-within\:-rotate-140 {
    transform: rotate(-140deg);
  }
  .mobile\:-rotate-141,
  .mobile\:hover\:-rotate-141:hover,
  .mobile\:focus\:-rotate-141:focus,
  .mobile\:group:hover .group-hover\:-rotate-141,
  .mobile\:group:focus-within .group-focus-within\:-rotate-141 {
    transform: rotate(-141deg);
  }
  .mobile\:-rotate-142,
  .mobile\:hover\:-rotate-142:hover,
  .mobile\:focus\:-rotate-142:focus,
  .mobile\:group:hover .group-hover\:-rotate-142,
  .mobile\:group:focus-within .group-focus-within\:-rotate-142 {
    transform: rotate(-142deg);
  }
  .mobile\:-rotate-143,
  .mobile\:hover\:-rotate-143:hover,
  .mobile\:focus\:-rotate-143:focus,
  .mobile\:group:hover .group-hover\:-rotate-143,
  .mobile\:group:focus-within .group-focus-within\:-rotate-143 {
    transform: rotate(-143deg);
  }
  .mobile\:-rotate-144,
  .mobile\:hover\:-rotate-144:hover,
  .mobile\:focus\:-rotate-144:focus,
  .mobile\:group:hover .group-hover\:-rotate-144,
  .mobile\:group:focus-within .group-focus-within\:-rotate-144 {
    transform: rotate(-144deg);
  }
  .mobile\:-rotate-145,
  .mobile\:hover\:-rotate-145:hover,
  .mobile\:focus\:-rotate-145:focus,
  .mobile\:group:hover .group-hover\:-rotate-145,
  .mobile\:group:focus-within .group-focus-within\:-rotate-145 {
    transform: rotate(-145deg);
  }
  .mobile\:-rotate-146,
  .mobile\:hover\:-rotate-146:hover,
  .mobile\:focus\:-rotate-146:focus,
  .mobile\:group:hover .group-hover\:-rotate-146,
  .mobile\:group:focus-within .group-focus-within\:-rotate-146 {
    transform: rotate(-146deg);
  }
  .mobile\:-rotate-147,
  .mobile\:hover\:-rotate-147:hover,
  .mobile\:focus\:-rotate-147:focus,
  .mobile\:group:hover .group-hover\:-rotate-147,
  .mobile\:group:focus-within .group-focus-within\:-rotate-147 {
    transform: rotate(-147deg);
  }
  .mobile\:-rotate-148,
  .mobile\:hover\:-rotate-148:hover,
  .mobile\:focus\:-rotate-148:focus,
  .mobile\:group:hover .group-hover\:-rotate-148,
  .mobile\:group:focus-within .group-focus-within\:-rotate-148 {
    transform: rotate(-148deg);
  }
  .mobile\:-rotate-149,
  .mobile\:hover\:-rotate-149:hover,
  .mobile\:focus\:-rotate-149:focus,
  .mobile\:group:hover .group-hover\:-rotate-149,
  .mobile\:group:focus-within .group-focus-within\:-rotate-149 {
    transform: rotate(-149deg);
  }
  .mobile\:-rotate-150,
  .mobile\:hover\:-rotate-150:hover,
  .mobile\:focus\:-rotate-150:focus,
  .mobile\:group:hover .group-hover\:-rotate-150,
  .mobile\:group:focus-within .group-focus-within\:-rotate-150 {
    transform: rotate(-150deg);
  }
  .mobile\:-rotate-151,
  .mobile\:hover\:-rotate-151:hover,
  .mobile\:focus\:-rotate-151:focus,
  .mobile\:group:hover .group-hover\:-rotate-151,
  .mobile\:group:focus-within .group-focus-within\:-rotate-151 {
    transform: rotate(-151deg);
  }
  .mobile\:-rotate-152,
  .mobile\:hover\:-rotate-152:hover,
  .mobile\:focus\:-rotate-152:focus,
  .mobile\:group:hover .group-hover\:-rotate-152,
  .mobile\:group:focus-within .group-focus-within\:-rotate-152 {
    transform: rotate(-152deg);
  }
  .mobile\:-rotate-153,
  .mobile\:hover\:-rotate-153:hover,
  .mobile\:focus\:-rotate-153:focus,
  .mobile\:group:hover .group-hover\:-rotate-153,
  .mobile\:group:focus-within .group-focus-within\:-rotate-153 {
    transform: rotate(-153deg);
  }
  .mobile\:-rotate-154,
  .mobile\:hover\:-rotate-154:hover,
  .mobile\:focus\:-rotate-154:focus,
  .mobile\:group:hover .group-hover\:-rotate-154,
  .mobile\:group:focus-within .group-focus-within\:-rotate-154 {
    transform: rotate(-154deg);
  }
  .mobile\:-rotate-155,
  .mobile\:hover\:-rotate-155:hover,
  .mobile\:focus\:-rotate-155:focus,
  .mobile\:group:hover .group-hover\:-rotate-155,
  .mobile\:group:focus-within .group-focus-within\:-rotate-155 {
    transform: rotate(-155deg);
  }
  .mobile\:-rotate-156,
  .mobile\:hover\:-rotate-156:hover,
  .mobile\:focus\:-rotate-156:focus,
  .mobile\:group:hover .group-hover\:-rotate-156,
  .mobile\:group:focus-within .group-focus-within\:-rotate-156 {
    transform: rotate(-156deg);
  }
  .mobile\:-rotate-157,
  .mobile\:hover\:-rotate-157:hover,
  .mobile\:focus\:-rotate-157:focus,
  .mobile\:group:hover .group-hover\:-rotate-157,
  .mobile\:group:focus-within .group-focus-within\:-rotate-157 {
    transform: rotate(-157deg);
  }
  .mobile\:-rotate-158,
  .mobile\:hover\:-rotate-158:hover,
  .mobile\:focus\:-rotate-158:focus,
  .mobile\:group:hover .group-hover\:-rotate-158,
  .mobile\:group:focus-within .group-focus-within\:-rotate-158 {
    transform: rotate(-158deg);
  }
  .mobile\:-rotate-159,
  .mobile\:hover\:-rotate-159:hover,
  .mobile\:focus\:-rotate-159:focus,
  .mobile\:group:hover .group-hover\:-rotate-159,
  .mobile\:group:focus-within .group-focus-within\:-rotate-159 {
    transform: rotate(-159deg);
  }
  .mobile\:-rotate-160,
  .mobile\:hover\:-rotate-160:hover,
  .mobile\:focus\:-rotate-160:focus,
  .mobile\:group:hover .group-hover\:-rotate-160,
  .mobile\:group:focus-within .group-focus-within\:-rotate-160 {
    transform: rotate(-160deg);
  }
  .mobile\:-rotate-161,
  .mobile\:hover\:-rotate-161:hover,
  .mobile\:focus\:-rotate-161:focus,
  .mobile\:group:hover .group-hover\:-rotate-161,
  .mobile\:group:focus-within .group-focus-within\:-rotate-161 {
    transform: rotate(-161deg);
  }
  .mobile\:-rotate-162,
  .mobile\:hover\:-rotate-162:hover,
  .mobile\:focus\:-rotate-162:focus,
  .mobile\:group:hover .group-hover\:-rotate-162,
  .mobile\:group:focus-within .group-focus-within\:-rotate-162 {
    transform: rotate(-162deg);
  }
  .mobile\:-rotate-163,
  .mobile\:hover\:-rotate-163:hover,
  .mobile\:focus\:-rotate-163:focus,
  .mobile\:group:hover .group-hover\:-rotate-163,
  .mobile\:group:focus-within .group-focus-within\:-rotate-163 {
    transform: rotate(-163deg);
  }
  .mobile\:-rotate-164,
  .mobile\:hover\:-rotate-164:hover,
  .mobile\:focus\:-rotate-164:focus,
  .mobile\:group:hover .group-hover\:-rotate-164,
  .mobile\:group:focus-within .group-focus-within\:-rotate-164 {
    transform: rotate(-164deg);
  }
  .mobile\:-rotate-165,
  .mobile\:hover\:-rotate-165:hover,
  .mobile\:focus\:-rotate-165:focus,
  .mobile\:group:hover .group-hover\:-rotate-165,
  .mobile\:group:focus-within .group-focus-within\:-rotate-165 {
    transform: rotate(-165deg);
  }
  .mobile\:-rotate-166,
  .mobile\:hover\:-rotate-166:hover,
  .mobile\:focus\:-rotate-166:focus,
  .mobile\:group:hover .group-hover\:-rotate-166,
  .mobile\:group:focus-within .group-focus-within\:-rotate-166 {
    transform: rotate(-166deg);
  }
  .mobile\:-rotate-167,
  .mobile\:hover\:-rotate-167:hover,
  .mobile\:focus\:-rotate-167:focus,
  .mobile\:group:hover .group-hover\:-rotate-167,
  .mobile\:group:focus-within .group-focus-within\:-rotate-167 {
    transform: rotate(-167deg);
  }
  .mobile\:-rotate-168,
  .mobile\:hover\:-rotate-168:hover,
  .mobile\:focus\:-rotate-168:focus,
  .mobile\:group:hover .group-hover\:-rotate-168,
  .mobile\:group:focus-within .group-focus-within\:-rotate-168 {
    transform: rotate(-168deg);
  }
  .mobile\:-rotate-169,
  .mobile\:hover\:-rotate-169:hover,
  .mobile\:focus\:-rotate-169:focus,
  .mobile\:group:hover .group-hover\:-rotate-169,
  .mobile\:group:focus-within .group-focus-within\:-rotate-169 {
    transform: rotate(-169deg);
  }
  .mobile\:-rotate-170,
  .mobile\:hover\:-rotate-170:hover,
  .mobile\:focus\:-rotate-170:focus,
  .mobile\:group:hover .group-hover\:-rotate-170,
  .mobile\:group:focus-within .group-focus-within\:-rotate-170 {
    transform: rotate(-170deg);
  }
  .mobile\:-rotate-171,
  .mobile\:hover\:-rotate-171:hover,
  .mobile\:focus\:-rotate-171:focus,
  .mobile\:group:hover .group-hover\:-rotate-171,
  .mobile\:group:focus-within .group-focus-within\:-rotate-171 {
    transform: rotate(-171deg);
  }
  .mobile\:-rotate-172,
  .mobile\:hover\:-rotate-172:hover,
  .mobile\:focus\:-rotate-172:focus,
  .mobile\:group:hover .group-hover\:-rotate-172,
  .mobile\:group:focus-within .group-focus-within\:-rotate-172 {
    transform: rotate(-172deg);
  }
  .mobile\:-rotate-173,
  .mobile\:hover\:-rotate-173:hover,
  .mobile\:focus\:-rotate-173:focus,
  .mobile\:group:hover .group-hover\:-rotate-173,
  .mobile\:group:focus-within .group-focus-within\:-rotate-173 {
    transform: rotate(-173deg);
  }
  .mobile\:-rotate-174,
  .mobile\:hover\:-rotate-174:hover,
  .mobile\:focus\:-rotate-174:focus,
  .mobile\:group:hover .group-hover\:-rotate-174,
  .mobile\:group:focus-within .group-focus-within\:-rotate-174 {
    transform: rotate(-174deg);
  }
  .mobile\:-rotate-175,
  .mobile\:hover\:-rotate-175:hover,
  .mobile\:focus\:-rotate-175:focus,
  .mobile\:group:hover .group-hover\:-rotate-175,
  .mobile\:group:focus-within .group-focus-within\:-rotate-175 {
    transform: rotate(-175deg);
  }
  .mobile\:-rotate-176,
  .mobile\:hover\:-rotate-176:hover,
  .mobile\:focus\:-rotate-176:focus,
  .mobile\:group:hover .group-hover\:-rotate-176,
  .mobile\:group:focus-within .group-focus-within\:-rotate-176 {
    transform: rotate(-176deg);
  }
  .mobile\:-rotate-177,
  .mobile\:hover\:-rotate-177:hover,
  .mobile\:focus\:-rotate-177:focus,
  .mobile\:group:hover .group-hover\:-rotate-177,
  .mobile\:group:focus-within .group-focus-within\:-rotate-177 {
    transform: rotate(-177deg);
  }
  .mobile\:-rotate-178,
  .mobile\:hover\:-rotate-178:hover,
  .mobile\:focus\:-rotate-178:focus,
  .mobile\:group:hover .group-hover\:-rotate-178,
  .mobile\:group:focus-within .group-focus-within\:-rotate-178 {
    transform: rotate(-178deg);
  }
  .mobile\:-rotate-179,
  .mobile\:hover\:-rotate-179:hover,
  .mobile\:focus\:-rotate-179:focus,
  .mobile\:group:hover .group-hover\:-rotate-179,
  .mobile\:group:focus-within .group-focus-within\:-rotate-179 {
    transform: rotate(-179deg);
  }
  .mobile\:-rotate-180,
  .mobile\:hover\:-rotate-180:hover,
  .mobile\:focus\:-rotate-180:focus,
  .mobile\:group:hover .group-hover\:-rotate-180,
  .mobile\:group:focus-within .group-focus-within\:-rotate-180 {
    transform: rotate(-180deg);
  }
  .mobile\:-rotate-181,
  .mobile\:hover\:-rotate-181:hover,
  .mobile\:focus\:-rotate-181:focus,
  .mobile\:group:hover .group-hover\:-rotate-181,
  .mobile\:group:focus-within .group-focus-within\:-rotate-181 {
    transform: rotate(-181deg);
  }
  .mobile\:-rotate-182,
  .mobile\:hover\:-rotate-182:hover,
  .mobile\:focus\:-rotate-182:focus,
  .mobile\:group:hover .group-hover\:-rotate-182,
  .mobile\:group:focus-within .group-focus-within\:-rotate-182 {
    transform: rotate(-182deg);
  }
  .mobile\:-rotate-183,
  .mobile\:hover\:-rotate-183:hover,
  .mobile\:focus\:-rotate-183:focus,
  .mobile\:group:hover .group-hover\:-rotate-183,
  .mobile\:group:focus-within .group-focus-within\:-rotate-183 {
    transform: rotate(-183deg);
  }
  .mobile\:-rotate-184,
  .mobile\:hover\:-rotate-184:hover,
  .mobile\:focus\:-rotate-184:focus,
  .mobile\:group:hover .group-hover\:-rotate-184,
  .mobile\:group:focus-within .group-focus-within\:-rotate-184 {
    transform: rotate(-184deg);
  }
  .mobile\:-rotate-185,
  .mobile\:hover\:-rotate-185:hover,
  .mobile\:focus\:-rotate-185:focus,
  .mobile\:group:hover .group-hover\:-rotate-185,
  .mobile\:group:focus-within .group-focus-within\:-rotate-185 {
    transform: rotate(-185deg);
  }
  .mobile\:-rotate-186,
  .mobile\:hover\:-rotate-186:hover,
  .mobile\:focus\:-rotate-186:focus,
  .mobile\:group:hover .group-hover\:-rotate-186,
  .mobile\:group:focus-within .group-focus-within\:-rotate-186 {
    transform: rotate(-186deg);
  }
  .mobile\:-rotate-187,
  .mobile\:hover\:-rotate-187:hover,
  .mobile\:focus\:-rotate-187:focus,
  .mobile\:group:hover .group-hover\:-rotate-187,
  .mobile\:group:focus-within .group-focus-within\:-rotate-187 {
    transform: rotate(-187deg);
  }
  .mobile\:-rotate-188,
  .mobile\:hover\:-rotate-188:hover,
  .mobile\:focus\:-rotate-188:focus,
  .mobile\:group:hover .group-hover\:-rotate-188,
  .mobile\:group:focus-within .group-focus-within\:-rotate-188 {
    transform: rotate(-188deg);
  }
  .mobile\:-rotate-189,
  .mobile\:hover\:-rotate-189:hover,
  .mobile\:focus\:-rotate-189:focus,
  .mobile\:group:hover .group-hover\:-rotate-189,
  .mobile\:group:focus-within .group-focus-within\:-rotate-189 {
    transform: rotate(-189deg);
  }
  .mobile\:-rotate-190,
  .mobile\:hover\:-rotate-190:hover,
  .mobile\:focus\:-rotate-190:focus,
  .mobile\:group:hover .group-hover\:-rotate-190,
  .mobile\:group:focus-within .group-focus-within\:-rotate-190 {
    transform: rotate(-190deg);
  }
  .mobile\:-rotate-191,
  .mobile\:hover\:-rotate-191:hover,
  .mobile\:focus\:-rotate-191:focus,
  .mobile\:group:hover .group-hover\:-rotate-191,
  .mobile\:group:focus-within .group-focus-within\:-rotate-191 {
    transform: rotate(-191deg);
  }
  .mobile\:-rotate-192,
  .mobile\:hover\:-rotate-192:hover,
  .mobile\:focus\:-rotate-192:focus,
  .mobile\:group:hover .group-hover\:-rotate-192,
  .mobile\:group:focus-within .group-focus-within\:-rotate-192 {
    transform: rotate(-192deg);
  }
  .mobile\:-rotate-193,
  .mobile\:hover\:-rotate-193:hover,
  .mobile\:focus\:-rotate-193:focus,
  .mobile\:group:hover .group-hover\:-rotate-193,
  .mobile\:group:focus-within .group-focus-within\:-rotate-193 {
    transform: rotate(-193deg);
  }
  .mobile\:-rotate-194,
  .mobile\:hover\:-rotate-194:hover,
  .mobile\:focus\:-rotate-194:focus,
  .mobile\:group:hover .group-hover\:-rotate-194,
  .mobile\:group:focus-within .group-focus-within\:-rotate-194 {
    transform: rotate(-194deg);
  }
  .mobile\:-rotate-195,
  .mobile\:hover\:-rotate-195:hover,
  .mobile\:focus\:-rotate-195:focus,
  .mobile\:group:hover .group-hover\:-rotate-195,
  .mobile\:group:focus-within .group-focus-within\:-rotate-195 {
    transform: rotate(-195deg);
  }
  .mobile\:-rotate-196,
  .mobile\:hover\:-rotate-196:hover,
  .mobile\:focus\:-rotate-196:focus,
  .mobile\:group:hover .group-hover\:-rotate-196,
  .mobile\:group:focus-within .group-focus-within\:-rotate-196 {
    transform: rotate(-196deg);
  }
  .mobile\:-rotate-197,
  .mobile\:hover\:-rotate-197:hover,
  .mobile\:focus\:-rotate-197:focus,
  .mobile\:group:hover .group-hover\:-rotate-197,
  .mobile\:group:focus-within .group-focus-within\:-rotate-197 {
    transform: rotate(-197deg);
  }
  .mobile\:-rotate-198,
  .mobile\:hover\:-rotate-198:hover,
  .mobile\:focus\:-rotate-198:focus,
  .mobile\:group:hover .group-hover\:-rotate-198,
  .mobile\:group:focus-within .group-focus-within\:-rotate-198 {
    transform: rotate(-198deg);
  }
  .mobile\:-rotate-199,
  .mobile\:hover\:-rotate-199:hover,
  .mobile\:focus\:-rotate-199:focus,
  .mobile\:group:hover .group-hover\:-rotate-199,
  .mobile\:group:focus-within .group-focus-within\:-rotate-199 {
    transform: rotate(-199deg);
  }
  .mobile\:-rotate-200,
  .mobile\:hover\:-rotate-200:hover,
  .mobile\:focus\:-rotate-200:focus,
  .mobile\:group:hover .group-hover\:-rotate-200,
  .mobile\:group:focus-within .group-focus-within\:-rotate-200 {
    transform: rotate(-200deg);
  }
  .mobile\:-rotate-201,
  .mobile\:hover\:-rotate-201:hover,
  .mobile\:focus\:-rotate-201:focus,
  .mobile\:group:hover .group-hover\:-rotate-201,
  .mobile\:group:focus-within .group-focus-within\:-rotate-201 {
    transform: rotate(-201deg);
  }
  .mobile\:-rotate-202,
  .mobile\:hover\:-rotate-202:hover,
  .mobile\:focus\:-rotate-202:focus,
  .mobile\:group:hover .group-hover\:-rotate-202,
  .mobile\:group:focus-within .group-focus-within\:-rotate-202 {
    transform: rotate(-202deg);
  }
  .mobile\:-rotate-203,
  .mobile\:hover\:-rotate-203:hover,
  .mobile\:focus\:-rotate-203:focus,
  .mobile\:group:hover .group-hover\:-rotate-203,
  .mobile\:group:focus-within .group-focus-within\:-rotate-203 {
    transform: rotate(-203deg);
  }
  .mobile\:-rotate-204,
  .mobile\:hover\:-rotate-204:hover,
  .mobile\:focus\:-rotate-204:focus,
  .mobile\:group:hover .group-hover\:-rotate-204,
  .mobile\:group:focus-within .group-focus-within\:-rotate-204 {
    transform: rotate(-204deg);
  }
  .mobile\:-rotate-205,
  .mobile\:hover\:-rotate-205:hover,
  .mobile\:focus\:-rotate-205:focus,
  .mobile\:group:hover .group-hover\:-rotate-205,
  .mobile\:group:focus-within .group-focus-within\:-rotate-205 {
    transform: rotate(-205deg);
  }
  .mobile\:-rotate-206,
  .mobile\:hover\:-rotate-206:hover,
  .mobile\:focus\:-rotate-206:focus,
  .mobile\:group:hover .group-hover\:-rotate-206,
  .mobile\:group:focus-within .group-focus-within\:-rotate-206 {
    transform: rotate(-206deg);
  }
  .mobile\:-rotate-207,
  .mobile\:hover\:-rotate-207:hover,
  .mobile\:focus\:-rotate-207:focus,
  .mobile\:group:hover .group-hover\:-rotate-207,
  .mobile\:group:focus-within .group-focus-within\:-rotate-207 {
    transform: rotate(-207deg);
  }
  .mobile\:-rotate-208,
  .mobile\:hover\:-rotate-208:hover,
  .mobile\:focus\:-rotate-208:focus,
  .mobile\:group:hover .group-hover\:-rotate-208,
  .mobile\:group:focus-within .group-focus-within\:-rotate-208 {
    transform: rotate(-208deg);
  }
  .mobile\:-rotate-209,
  .mobile\:hover\:-rotate-209:hover,
  .mobile\:focus\:-rotate-209:focus,
  .mobile\:group:hover .group-hover\:-rotate-209,
  .mobile\:group:focus-within .group-focus-within\:-rotate-209 {
    transform: rotate(-209deg);
  }
  .mobile\:-rotate-210,
  .mobile\:hover\:-rotate-210:hover,
  .mobile\:focus\:-rotate-210:focus,
  .mobile\:group:hover .group-hover\:-rotate-210,
  .mobile\:group:focus-within .group-focus-within\:-rotate-210 {
    transform: rotate(-210deg);
  }
  .mobile\:-rotate-211,
  .mobile\:hover\:-rotate-211:hover,
  .mobile\:focus\:-rotate-211:focus,
  .mobile\:group:hover .group-hover\:-rotate-211,
  .mobile\:group:focus-within .group-focus-within\:-rotate-211 {
    transform: rotate(-211deg);
  }
  .mobile\:-rotate-212,
  .mobile\:hover\:-rotate-212:hover,
  .mobile\:focus\:-rotate-212:focus,
  .mobile\:group:hover .group-hover\:-rotate-212,
  .mobile\:group:focus-within .group-focus-within\:-rotate-212 {
    transform: rotate(-212deg);
  }
  .mobile\:-rotate-213,
  .mobile\:hover\:-rotate-213:hover,
  .mobile\:focus\:-rotate-213:focus,
  .mobile\:group:hover .group-hover\:-rotate-213,
  .mobile\:group:focus-within .group-focus-within\:-rotate-213 {
    transform: rotate(-213deg);
  }
  .mobile\:-rotate-214,
  .mobile\:hover\:-rotate-214:hover,
  .mobile\:focus\:-rotate-214:focus,
  .mobile\:group:hover .group-hover\:-rotate-214,
  .mobile\:group:focus-within .group-focus-within\:-rotate-214 {
    transform: rotate(-214deg);
  }
  .mobile\:-rotate-215,
  .mobile\:hover\:-rotate-215:hover,
  .mobile\:focus\:-rotate-215:focus,
  .mobile\:group:hover .group-hover\:-rotate-215,
  .mobile\:group:focus-within .group-focus-within\:-rotate-215 {
    transform: rotate(-215deg);
  }
  .mobile\:-rotate-216,
  .mobile\:hover\:-rotate-216:hover,
  .mobile\:focus\:-rotate-216:focus,
  .mobile\:group:hover .group-hover\:-rotate-216,
  .mobile\:group:focus-within .group-focus-within\:-rotate-216 {
    transform: rotate(-216deg);
  }
  .mobile\:-rotate-217,
  .mobile\:hover\:-rotate-217:hover,
  .mobile\:focus\:-rotate-217:focus,
  .mobile\:group:hover .group-hover\:-rotate-217,
  .mobile\:group:focus-within .group-focus-within\:-rotate-217 {
    transform: rotate(-217deg);
  }
  .mobile\:-rotate-218,
  .mobile\:hover\:-rotate-218:hover,
  .mobile\:focus\:-rotate-218:focus,
  .mobile\:group:hover .group-hover\:-rotate-218,
  .mobile\:group:focus-within .group-focus-within\:-rotate-218 {
    transform: rotate(-218deg);
  }
  .mobile\:-rotate-219,
  .mobile\:hover\:-rotate-219:hover,
  .mobile\:focus\:-rotate-219:focus,
  .mobile\:group:hover .group-hover\:-rotate-219,
  .mobile\:group:focus-within .group-focus-within\:-rotate-219 {
    transform: rotate(-219deg);
  }
  .mobile\:-rotate-220,
  .mobile\:hover\:-rotate-220:hover,
  .mobile\:focus\:-rotate-220:focus,
  .mobile\:group:hover .group-hover\:-rotate-220,
  .mobile\:group:focus-within .group-focus-within\:-rotate-220 {
    transform: rotate(-220deg);
  }
  .mobile\:-rotate-221,
  .mobile\:hover\:-rotate-221:hover,
  .mobile\:focus\:-rotate-221:focus,
  .mobile\:group:hover .group-hover\:-rotate-221,
  .mobile\:group:focus-within .group-focus-within\:-rotate-221 {
    transform: rotate(-221deg);
  }
  .mobile\:-rotate-222,
  .mobile\:hover\:-rotate-222:hover,
  .mobile\:focus\:-rotate-222:focus,
  .mobile\:group:hover .group-hover\:-rotate-222,
  .mobile\:group:focus-within .group-focus-within\:-rotate-222 {
    transform: rotate(-222deg);
  }
  .mobile\:-rotate-223,
  .mobile\:hover\:-rotate-223:hover,
  .mobile\:focus\:-rotate-223:focus,
  .mobile\:group:hover .group-hover\:-rotate-223,
  .mobile\:group:focus-within .group-focus-within\:-rotate-223 {
    transform: rotate(-223deg);
  }
  .mobile\:-rotate-224,
  .mobile\:hover\:-rotate-224:hover,
  .mobile\:focus\:-rotate-224:focus,
  .mobile\:group:hover .group-hover\:-rotate-224,
  .mobile\:group:focus-within .group-focus-within\:-rotate-224 {
    transform: rotate(-224deg);
  }
  .mobile\:-rotate-225,
  .mobile\:hover\:-rotate-225:hover,
  .mobile\:focus\:-rotate-225:focus,
  .mobile\:group:hover .group-hover\:-rotate-225,
  .mobile\:group:focus-within .group-focus-within\:-rotate-225 {
    transform: rotate(-225deg);
  }
  .mobile\:-rotate-226,
  .mobile\:hover\:-rotate-226:hover,
  .mobile\:focus\:-rotate-226:focus,
  .mobile\:group:hover .group-hover\:-rotate-226,
  .mobile\:group:focus-within .group-focus-within\:-rotate-226 {
    transform: rotate(-226deg);
  }
  .mobile\:-rotate-227,
  .mobile\:hover\:-rotate-227:hover,
  .mobile\:focus\:-rotate-227:focus,
  .mobile\:group:hover .group-hover\:-rotate-227,
  .mobile\:group:focus-within .group-focus-within\:-rotate-227 {
    transform: rotate(-227deg);
  }
  .mobile\:-rotate-228,
  .mobile\:hover\:-rotate-228:hover,
  .mobile\:focus\:-rotate-228:focus,
  .mobile\:group:hover .group-hover\:-rotate-228,
  .mobile\:group:focus-within .group-focus-within\:-rotate-228 {
    transform: rotate(-228deg);
  }
  .mobile\:-rotate-229,
  .mobile\:hover\:-rotate-229:hover,
  .mobile\:focus\:-rotate-229:focus,
  .mobile\:group:hover .group-hover\:-rotate-229,
  .mobile\:group:focus-within .group-focus-within\:-rotate-229 {
    transform: rotate(-229deg);
  }
  .mobile\:-rotate-230,
  .mobile\:hover\:-rotate-230:hover,
  .mobile\:focus\:-rotate-230:focus,
  .mobile\:group:hover .group-hover\:-rotate-230,
  .mobile\:group:focus-within .group-focus-within\:-rotate-230 {
    transform: rotate(-230deg);
  }
  .mobile\:-rotate-231,
  .mobile\:hover\:-rotate-231:hover,
  .mobile\:focus\:-rotate-231:focus,
  .mobile\:group:hover .group-hover\:-rotate-231,
  .mobile\:group:focus-within .group-focus-within\:-rotate-231 {
    transform: rotate(-231deg);
  }
  .mobile\:-rotate-232,
  .mobile\:hover\:-rotate-232:hover,
  .mobile\:focus\:-rotate-232:focus,
  .mobile\:group:hover .group-hover\:-rotate-232,
  .mobile\:group:focus-within .group-focus-within\:-rotate-232 {
    transform: rotate(-232deg);
  }
  .mobile\:-rotate-233,
  .mobile\:hover\:-rotate-233:hover,
  .mobile\:focus\:-rotate-233:focus,
  .mobile\:group:hover .group-hover\:-rotate-233,
  .mobile\:group:focus-within .group-focus-within\:-rotate-233 {
    transform: rotate(-233deg);
  }
  .mobile\:-rotate-234,
  .mobile\:hover\:-rotate-234:hover,
  .mobile\:focus\:-rotate-234:focus,
  .mobile\:group:hover .group-hover\:-rotate-234,
  .mobile\:group:focus-within .group-focus-within\:-rotate-234 {
    transform: rotate(-234deg);
  }
  .mobile\:-rotate-235,
  .mobile\:hover\:-rotate-235:hover,
  .mobile\:focus\:-rotate-235:focus,
  .mobile\:group:hover .group-hover\:-rotate-235,
  .mobile\:group:focus-within .group-focus-within\:-rotate-235 {
    transform: rotate(-235deg);
  }
  .mobile\:-rotate-236,
  .mobile\:hover\:-rotate-236:hover,
  .mobile\:focus\:-rotate-236:focus,
  .mobile\:group:hover .group-hover\:-rotate-236,
  .mobile\:group:focus-within .group-focus-within\:-rotate-236 {
    transform: rotate(-236deg);
  }
  .mobile\:-rotate-237,
  .mobile\:hover\:-rotate-237:hover,
  .mobile\:focus\:-rotate-237:focus,
  .mobile\:group:hover .group-hover\:-rotate-237,
  .mobile\:group:focus-within .group-focus-within\:-rotate-237 {
    transform: rotate(-237deg);
  }
  .mobile\:-rotate-238,
  .mobile\:hover\:-rotate-238:hover,
  .mobile\:focus\:-rotate-238:focus,
  .mobile\:group:hover .group-hover\:-rotate-238,
  .mobile\:group:focus-within .group-focus-within\:-rotate-238 {
    transform: rotate(-238deg);
  }
  .mobile\:-rotate-239,
  .mobile\:hover\:-rotate-239:hover,
  .mobile\:focus\:-rotate-239:focus,
  .mobile\:group:hover .group-hover\:-rotate-239,
  .mobile\:group:focus-within .group-focus-within\:-rotate-239 {
    transform: rotate(-239deg);
  }
  .mobile\:-rotate-240,
  .mobile\:hover\:-rotate-240:hover,
  .mobile\:focus\:-rotate-240:focus,
  .mobile\:group:hover .group-hover\:-rotate-240,
  .mobile\:group:focus-within .group-focus-within\:-rotate-240 {
    transform: rotate(-240deg);
  }
  .mobile\:-rotate-241,
  .mobile\:hover\:-rotate-241:hover,
  .mobile\:focus\:-rotate-241:focus,
  .mobile\:group:hover .group-hover\:-rotate-241,
  .mobile\:group:focus-within .group-focus-within\:-rotate-241 {
    transform: rotate(-241deg);
  }
  .mobile\:-rotate-242,
  .mobile\:hover\:-rotate-242:hover,
  .mobile\:focus\:-rotate-242:focus,
  .mobile\:group:hover .group-hover\:-rotate-242,
  .mobile\:group:focus-within .group-focus-within\:-rotate-242 {
    transform: rotate(-242deg);
  }
  .mobile\:-rotate-243,
  .mobile\:hover\:-rotate-243:hover,
  .mobile\:focus\:-rotate-243:focus,
  .mobile\:group:hover .group-hover\:-rotate-243,
  .mobile\:group:focus-within .group-focus-within\:-rotate-243 {
    transform: rotate(-243deg);
  }
  .mobile\:-rotate-244,
  .mobile\:hover\:-rotate-244:hover,
  .mobile\:focus\:-rotate-244:focus,
  .mobile\:group:hover .group-hover\:-rotate-244,
  .mobile\:group:focus-within .group-focus-within\:-rotate-244 {
    transform: rotate(-244deg);
  }
  .mobile\:-rotate-245,
  .mobile\:hover\:-rotate-245:hover,
  .mobile\:focus\:-rotate-245:focus,
  .mobile\:group:hover .group-hover\:-rotate-245,
  .mobile\:group:focus-within .group-focus-within\:-rotate-245 {
    transform: rotate(-245deg);
  }
  .mobile\:-rotate-246,
  .mobile\:hover\:-rotate-246:hover,
  .mobile\:focus\:-rotate-246:focus,
  .mobile\:group:hover .group-hover\:-rotate-246,
  .mobile\:group:focus-within .group-focus-within\:-rotate-246 {
    transform: rotate(-246deg);
  }
  .mobile\:-rotate-247,
  .mobile\:hover\:-rotate-247:hover,
  .mobile\:focus\:-rotate-247:focus,
  .mobile\:group:hover .group-hover\:-rotate-247,
  .mobile\:group:focus-within .group-focus-within\:-rotate-247 {
    transform: rotate(-247deg);
  }
  .mobile\:-rotate-248,
  .mobile\:hover\:-rotate-248:hover,
  .mobile\:focus\:-rotate-248:focus,
  .mobile\:group:hover .group-hover\:-rotate-248,
  .mobile\:group:focus-within .group-focus-within\:-rotate-248 {
    transform: rotate(-248deg);
  }
  .mobile\:-rotate-249,
  .mobile\:hover\:-rotate-249:hover,
  .mobile\:focus\:-rotate-249:focus,
  .mobile\:group:hover .group-hover\:-rotate-249,
  .mobile\:group:focus-within .group-focus-within\:-rotate-249 {
    transform: rotate(-249deg);
  }
  .mobile\:-rotate-250,
  .mobile\:hover\:-rotate-250:hover,
  .mobile\:focus\:-rotate-250:focus,
  .mobile\:group:hover .group-hover\:-rotate-250,
  .mobile\:group:focus-within .group-focus-within\:-rotate-250 {
    transform: rotate(-250deg);
  }
  .mobile\:-rotate-251,
  .mobile\:hover\:-rotate-251:hover,
  .mobile\:focus\:-rotate-251:focus,
  .mobile\:group:hover .group-hover\:-rotate-251,
  .mobile\:group:focus-within .group-focus-within\:-rotate-251 {
    transform: rotate(-251deg);
  }
  .mobile\:-rotate-252,
  .mobile\:hover\:-rotate-252:hover,
  .mobile\:focus\:-rotate-252:focus,
  .mobile\:group:hover .group-hover\:-rotate-252,
  .mobile\:group:focus-within .group-focus-within\:-rotate-252 {
    transform: rotate(-252deg);
  }
  .mobile\:-rotate-253,
  .mobile\:hover\:-rotate-253:hover,
  .mobile\:focus\:-rotate-253:focus,
  .mobile\:group:hover .group-hover\:-rotate-253,
  .mobile\:group:focus-within .group-focus-within\:-rotate-253 {
    transform: rotate(-253deg);
  }
  .mobile\:-rotate-254,
  .mobile\:hover\:-rotate-254:hover,
  .mobile\:focus\:-rotate-254:focus,
  .mobile\:group:hover .group-hover\:-rotate-254,
  .mobile\:group:focus-within .group-focus-within\:-rotate-254 {
    transform: rotate(-254deg);
  }
  .mobile\:-rotate-255,
  .mobile\:hover\:-rotate-255:hover,
  .mobile\:focus\:-rotate-255:focus,
  .mobile\:group:hover .group-hover\:-rotate-255,
  .mobile\:group:focus-within .group-focus-within\:-rotate-255 {
    transform: rotate(-255deg);
  }
  .mobile\:-rotate-256,
  .mobile\:hover\:-rotate-256:hover,
  .mobile\:focus\:-rotate-256:focus,
  .mobile\:group:hover .group-hover\:-rotate-256,
  .mobile\:group:focus-within .group-focus-within\:-rotate-256 {
    transform: rotate(-256deg);
  }
  .mobile\:-rotate-257,
  .mobile\:hover\:-rotate-257:hover,
  .mobile\:focus\:-rotate-257:focus,
  .mobile\:group:hover .group-hover\:-rotate-257,
  .mobile\:group:focus-within .group-focus-within\:-rotate-257 {
    transform: rotate(-257deg);
  }
  .mobile\:-rotate-258,
  .mobile\:hover\:-rotate-258:hover,
  .mobile\:focus\:-rotate-258:focus,
  .mobile\:group:hover .group-hover\:-rotate-258,
  .mobile\:group:focus-within .group-focus-within\:-rotate-258 {
    transform: rotate(-258deg);
  }
  .mobile\:-rotate-259,
  .mobile\:hover\:-rotate-259:hover,
  .mobile\:focus\:-rotate-259:focus,
  .mobile\:group:hover .group-hover\:-rotate-259,
  .mobile\:group:focus-within .group-focus-within\:-rotate-259 {
    transform: rotate(-259deg);
  }
  .mobile\:-rotate-260,
  .mobile\:hover\:-rotate-260:hover,
  .mobile\:focus\:-rotate-260:focus,
  .mobile\:group:hover .group-hover\:-rotate-260,
  .mobile\:group:focus-within .group-focus-within\:-rotate-260 {
    transform: rotate(-260deg);
  }
  .mobile\:-rotate-261,
  .mobile\:hover\:-rotate-261:hover,
  .mobile\:focus\:-rotate-261:focus,
  .mobile\:group:hover .group-hover\:-rotate-261,
  .mobile\:group:focus-within .group-focus-within\:-rotate-261 {
    transform: rotate(-261deg);
  }
  .mobile\:-rotate-262,
  .mobile\:hover\:-rotate-262:hover,
  .mobile\:focus\:-rotate-262:focus,
  .mobile\:group:hover .group-hover\:-rotate-262,
  .mobile\:group:focus-within .group-focus-within\:-rotate-262 {
    transform: rotate(-262deg);
  }
  .mobile\:-rotate-263,
  .mobile\:hover\:-rotate-263:hover,
  .mobile\:focus\:-rotate-263:focus,
  .mobile\:group:hover .group-hover\:-rotate-263,
  .mobile\:group:focus-within .group-focus-within\:-rotate-263 {
    transform: rotate(-263deg);
  }
  .mobile\:-rotate-264,
  .mobile\:hover\:-rotate-264:hover,
  .mobile\:focus\:-rotate-264:focus,
  .mobile\:group:hover .group-hover\:-rotate-264,
  .mobile\:group:focus-within .group-focus-within\:-rotate-264 {
    transform: rotate(-264deg);
  }
  .mobile\:-rotate-265,
  .mobile\:hover\:-rotate-265:hover,
  .mobile\:focus\:-rotate-265:focus,
  .mobile\:group:hover .group-hover\:-rotate-265,
  .mobile\:group:focus-within .group-focus-within\:-rotate-265 {
    transform: rotate(-265deg);
  }
  .mobile\:-rotate-266,
  .mobile\:hover\:-rotate-266:hover,
  .mobile\:focus\:-rotate-266:focus,
  .mobile\:group:hover .group-hover\:-rotate-266,
  .mobile\:group:focus-within .group-focus-within\:-rotate-266 {
    transform: rotate(-266deg);
  }
  .mobile\:-rotate-267,
  .mobile\:hover\:-rotate-267:hover,
  .mobile\:focus\:-rotate-267:focus,
  .mobile\:group:hover .group-hover\:-rotate-267,
  .mobile\:group:focus-within .group-focus-within\:-rotate-267 {
    transform: rotate(-267deg);
  }
  .mobile\:-rotate-268,
  .mobile\:hover\:-rotate-268:hover,
  .mobile\:focus\:-rotate-268:focus,
  .mobile\:group:hover .group-hover\:-rotate-268,
  .mobile\:group:focus-within .group-focus-within\:-rotate-268 {
    transform: rotate(-268deg);
  }
  .mobile\:-rotate-269,
  .mobile\:hover\:-rotate-269:hover,
  .mobile\:focus\:-rotate-269:focus,
  .mobile\:group:hover .group-hover\:-rotate-269,
  .mobile\:group:focus-within .group-focus-within\:-rotate-269 {
    transform: rotate(-269deg);
  }
  .mobile\:-rotate-270,
  .mobile\:hover\:-rotate-270:hover,
  .mobile\:focus\:-rotate-270:focus,
  .mobile\:group:hover .group-hover\:-rotate-270,
  .mobile\:group:focus-within .group-focus-within\:-rotate-270 {
    transform: rotate(-270deg);
  }
  .mobile\:-rotate-271,
  .mobile\:hover\:-rotate-271:hover,
  .mobile\:focus\:-rotate-271:focus,
  .mobile\:group:hover .group-hover\:-rotate-271,
  .mobile\:group:focus-within .group-focus-within\:-rotate-271 {
    transform: rotate(-271deg);
  }
  .mobile\:-rotate-272,
  .mobile\:hover\:-rotate-272:hover,
  .mobile\:focus\:-rotate-272:focus,
  .mobile\:group:hover .group-hover\:-rotate-272,
  .mobile\:group:focus-within .group-focus-within\:-rotate-272 {
    transform: rotate(-272deg);
  }
  .mobile\:-rotate-273,
  .mobile\:hover\:-rotate-273:hover,
  .mobile\:focus\:-rotate-273:focus,
  .mobile\:group:hover .group-hover\:-rotate-273,
  .mobile\:group:focus-within .group-focus-within\:-rotate-273 {
    transform: rotate(-273deg);
  }
  .mobile\:-rotate-274,
  .mobile\:hover\:-rotate-274:hover,
  .mobile\:focus\:-rotate-274:focus,
  .mobile\:group:hover .group-hover\:-rotate-274,
  .mobile\:group:focus-within .group-focus-within\:-rotate-274 {
    transform: rotate(-274deg);
  }
  .mobile\:-rotate-275,
  .mobile\:hover\:-rotate-275:hover,
  .mobile\:focus\:-rotate-275:focus,
  .mobile\:group:hover .group-hover\:-rotate-275,
  .mobile\:group:focus-within .group-focus-within\:-rotate-275 {
    transform: rotate(-275deg);
  }
  .mobile\:-rotate-276,
  .mobile\:hover\:-rotate-276:hover,
  .mobile\:focus\:-rotate-276:focus,
  .mobile\:group:hover .group-hover\:-rotate-276,
  .mobile\:group:focus-within .group-focus-within\:-rotate-276 {
    transform: rotate(-276deg);
  }
  .mobile\:-rotate-277,
  .mobile\:hover\:-rotate-277:hover,
  .mobile\:focus\:-rotate-277:focus,
  .mobile\:group:hover .group-hover\:-rotate-277,
  .mobile\:group:focus-within .group-focus-within\:-rotate-277 {
    transform: rotate(-277deg);
  }
  .mobile\:-rotate-278,
  .mobile\:hover\:-rotate-278:hover,
  .mobile\:focus\:-rotate-278:focus,
  .mobile\:group:hover .group-hover\:-rotate-278,
  .mobile\:group:focus-within .group-focus-within\:-rotate-278 {
    transform: rotate(-278deg);
  }
  .mobile\:-rotate-279,
  .mobile\:hover\:-rotate-279:hover,
  .mobile\:focus\:-rotate-279:focus,
  .mobile\:group:hover .group-hover\:-rotate-279,
  .mobile\:group:focus-within .group-focus-within\:-rotate-279 {
    transform: rotate(-279deg);
  }
  .mobile\:-rotate-280,
  .mobile\:hover\:-rotate-280:hover,
  .mobile\:focus\:-rotate-280:focus,
  .mobile\:group:hover .group-hover\:-rotate-280,
  .mobile\:group:focus-within .group-focus-within\:-rotate-280 {
    transform: rotate(-280deg);
  }
  .mobile\:-rotate-281,
  .mobile\:hover\:-rotate-281:hover,
  .mobile\:focus\:-rotate-281:focus,
  .mobile\:group:hover .group-hover\:-rotate-281,
  .mobile\:group:focus-within .group-focus-within\:-rotate-281 {
    transform: rotate(-281deg);
  }
  .mobile\:-rotate-282,
  .mobile\:hover\:-rotate-282:hover,
  .mobile\:focus\:-rotate-282:focus,
  .mobile\:group:hover .group-hover\:-rotate-282,
  .mobile\:group:focus-within .group-focus-within\:-rotate-282 {
    transform: rotate(-282deg);
  }
  .mobile\:-rotate-283,
  .mobile\:hover\:-rotate-283:hover,
  .mobile\:focus\:-rotate-283:focus,
  .mobile\:group:hover .group-hover\:-rotate-283,
  .mobile\:group:focus-within .group-focus-within\:-rotate-283 {
    transform: rotate(-283deg);
  }
  .mobile\:-rotate-284,
  .mobile\:hover\:-rotate-284:hover,
  .mobile\:focus\:-rotate-284:focus,
  .mobile\:group:hover .group-hover\:-rotate-284,
  .mobile\:group:focus-within .group-focus-within\:-rotate-284 {
    transform: rotate(-284deg);
  }
  .mobile\:-rotate-285,
  .mobile\:hover\:-rotate-285:hover,
  .mobile\:focus\:-rotate-285:focus,
  .mobile\:group:hover .group-hover\:-rotate-285,
  .mobile\:group:focus-within .group-focus-within\:-rotate-285 {
    transform: rotate(-285deg);
  }
  .mobile\:-rotate-286,
  .mobile\:hover\:-rotate-286:hover,
  .mobile\:focus\:-rotate-286:focus,
  .mobile\:group:hover .group-hover\:-rotate-286,
  .mobile\:group:focus-within .group-focus-within\:-rotate-286 {
    transform: rotate(-286deg);
  }
  .mobile\:-rotate-287,
  .mobile\:hover\:-rotate-287:hover,
  .mobile\:focus\:-rotate-287:focus,
  .mobile\:group:hover .group-hover\:-rotate-287,
  .mobile\:group:focus-within .group-focus-within\:-rotate-287 {
    transform: rotate(-287deg);
  }
  .mobile\:-rotate-288,
  .mobile\:hover\:-rotate-288:hover,
  .mobile\:focus\:-rotate-288:focus,
  .mobile\:group:hover .group-hover\:-rotate-288,
  .mobile\:group:focus-within .group-focus-within\:-rotate-288 {
    transform: rotate(-288deg);
  }
  .mobile\:-rotate-289,
  .mobile\:hover\:-rotate-289:hover,
  .mobile\:focus\:-rotate-289:focus,
  .mobile\:group:hover .group-hover\:-rotate-289,
  .mobile\:group:focus-within .group-focus-within\:-rotate-289 {
    transform: rotate(-289deg);
  }
  .mobile\:-rotate-290,
  .mobile\:hover\:-rotate-290:hover,
  .mobile\:focus\:-rotate-290:focus,
  .mobile\:group:hover .group-hover\:-rotate-290,
  .mobile\:group:focus-within .group-focus-within\:-rotate-290 {
    transform: rotate(-290deg);
  }
  .mobile\:-rotate-291,
  .mobile\:hover\:-rotate-291:hover,
  .mobile\:focus\:-rotate-291:focus,
  .mobile\:group:hover .group-hover\:-rotate-291,
  .mobile\:group:focus-within .group-focus-within\:-rotate-291 {
    transform: rotate(-291deg);
  }
  .mobile\:-rotate-292,
  .mobile\:hover\:-rotate-292:hover,
  .mobile\:focus\:-rotate-292:focus,
  .mobile\:group:hover .group-hover\:-rotate-292,
  .mobile\:group:focus-within .group-focus-within\:-rotate-292 {
    transform: rotate(-292deg);
  }
  .mobile\:-rotate-293,
  .mobile\:hover\:-rotate-293:hover,
  .mobile\:focus\:-rotate-293:focus,
  .mobile\:group:hover .group-hover\:-rotate-293,
  .mobile\:group:focus-within .group-focus-within\:-rotate-293 {
    transform: rotate(-293deg);
  }
  .mobile\:-rotate-294,
  .mobile\:hover\:-rotate-294:hover,
  .mobile\:focus\:-rotate-294:focus,
  .mobile\:group:hover .group-hover\:-rotate-294,
  .mobile\:group:focus-within .group-focus-within\:-rotate-294 {
    transform: rotate(-294deg);
  }
  .mobile\:-rotate-295,
  .mobile\:hover\:-rotate-295:hover,
  .mobile\:focus\:-rotate-295:focus,
  .mobile\:group:hover .group-hover\:-rotate-295,
  .mobile\:group:focus-within .group-focus-within\:-rotate-295 {
    transform: rotate(-295deg);
  }
  .mobile\:-rotate-296,
  .mobile\:hover\:-rotate-296:hover,
  .mobile\:focus\:-rotate-296:focus,
  .mobile\:group:hover .group-hover\:-rotate-296,
  .mobile\:group:focus-within .group-focus-within\:-rotate-296 {
    transform: rotate(-296deg);
  }
  .mobile\:-rotate-297,
  .mobile\:hover\:-rotate-297:hover,
  .mobile\:focus\:-rotate-297:focus,
  .mobile\:group:hover .group-hover\:-rotate-297,
  .mobile\:group:focus-within .group-focus-within\:-rotate-297 {
    transform: rotate(-297deg);
  }
  .mobile\:-rotate-298,
  .mobile\:hover\:-rotate-298:hover,
  .mobile\:focus\:-rotate-298:focus,
  .mobile\:group:hover .group-hover\:-rotate-298,
  .mobile\:group:focus-within .group-focus-within\:-rotate-298 {
    transform: rotate(-298deg);
  }
  .mobile\:-rotate-299,
  .mobile\:hover\:-rotate-299:hover,
  .mobile\:focus\:-rotate-299:focus,
  .mobile\:group:hover .group-hover\:-rotate-299,
  .mobile\:group:focus-within .group-focus-within\:-rotate-299 {
    transform: rotate(-299deg);
  }
  .mobile\:-rotate-300,
  .mobile\:hover\:-rotate-300:hover,
  .mobile\:focus\:-rotate-300:focus,
  .mobile\:group:hover .group-hover\:-rotate-300,
  .mobile\:group:focus-within .group-focus-within\:-rotate-300 {
    transform: rotate(-300deg);
  }
  .mobile\:-rotate-301,
  .mobile\:hover\:-rotate-301:hover,
  .mobile\:focus\:-rotate-301:focus,
  .mobile\:group:hover .group-hover\:-rotate-301,
  .mobile\:group:focus-within .group-focus-within\:-rotate-301 {
    transform: rotate(-301deg);
  }
  .mobile\:-rotate-302,
  .mobile\:hover\:-rotate-302:hover,
  .mobile\:focus\:-rotate-302:focus,
  .mobile\:group:hover .group-hover\:-rotate-302,
  .mobile\:group:focus-within .group-focus-within\:-rotate-302 {
    transform: rotate(-302deg);
  }
  .mobile\:-rotate-303,
  .mobile\:hover\:-rotate-303:hover,
  .mobile\:focus\:-rotate-303:focus,
  .mobile\:group:hover .group-hover\:-rotate-303,
  .mobile\:group:focus-within .group-focus-within\:-rotate-303 {
    transform: rotate(-303deg);
  }
  .mobile\:-rotate-304,
  .mobile\:hover\:-rotate-304:hover,
  .mobile\:focus\:-rotate-304:focus,
  .mobile\:group:hover .group-hover\:-rotate-304,
  .mobile\:group:focus-within .group-focus-within\:-rotate-304 {
    transform: rotate(-304deg);
  }
  .mobile\:-rotate-305,
  .mobile\:hover\:-rotate-305:hover,
  .mobile\:focus\:-rotate-305:focus,
  .mobile\:group:hover .group-hover\:-rotate-305,
  .mobile\:group:focus-within .group-focus-within\:-rotate-305 {
    transform: rotate(-305deg);
  }
  .mobile\:-rotate-306,
  .mobile\:hover\:-rotate-306:hover,
  .mobile\:focus\:-rotate-306:focus,
  .mobile\:group:hover .group-hover\:-rotate-306,
  .mobile\:group:focus-within .group-focus-within\:-rotate-306 {
    transform: rotate(-306deg);
  }
  .mobile\:-rotate-307,
  .mobile\:hover\:-rotate-307:hover,
  .mobile\:focus\:-rotate-307:focus,
  .mobile\:group:hover .group-hover\:-rotate-307,
  .mobile\:group:focus-within .group-focus-within\:-rotate-307 {
    transform: rotate(-307deg);
  }
  .mobile\:-rotate-308,
  .mobile\:hover\:-rotate-308:hover,
  .mobile\:focus\:-rotate-308:focus,
  .mobile\:group:hover .group-hover\:-rotate-308,
  .mobile\:group:focus-within .group-focus-within\:-rotate-308 {
    transform: rotate(-308deg);
  }
  .mobile\:-rotate-309,
  .mobile\:hover\:-rotate-309:hover,
  .mobile\:focus\:-rotate-309:focus,
  .mobile\:group:hover .group-hover\:-rotate-309,
  .mobile\:group:focus-within .group-focus-within\:-rotate-309 {
    transform: rotate(-309deg);
  }
  .mobile\:-rotate-310,
  .mobile\:hover\:-rotate-310:hover,
  .mobile\:focus\:-rotate-310:focus,
  .mobile\:group:hover .group-hover\:-rotate-310,
  .mobile\:group:focus-within .group-focus-within\:-rotate-310 {
    transform: rotate(-310deg);
  }
  .mobile\:-rotate-311,
  .mobile\:hover\:-rotate-311:hover,
  .mobile\:focus\:-rotate-311:focus,
  .mobile\:group:hover .group-hover\:-rotate-311,
  .mobile\:group:focus-within .group-focus-within\:-rotate-311 {
    transform: rotate(-311deg);
  }
  .mobile\:-rotate-312,
  .mobile\:hover\:-rotate-312:hover,
  .mobile\:focus\:-rotate-312:focus,
  .mobile\:group:hover .group-hover\:-rotate-312,
  .mobile\:group:focus-within .group-focus-within\:-rotate-312 {
    transform: rotate(-312deg);
  }
  .mobile\:-rotate-313,
  .mobile\:hover\:-rotate-313:hover,
  .mobile\:focus\:-rotate-313:focus,
  .mobile\:group:hover .group-hover\:-rotate-313,
  .mobile\:group:focus-within .group-focus-within\:-rotate-313 {
    transform: rotate(-313deg);
  }
  .mobile\:-rotate-314,
  .mobile\:hover\:-rotate-314:hover,
  .mobile\:focus\:-rotate-314:focus,
  .mobile\:group:hover .group-hover\:-rotate-314,
  .mobile\:group:focus-within .group-focus-within\:-rotate-314 {
    transform: rotate(-314deg);
  }
  .mobile\:-rotate-315,
  .mobile\:hover\:-rotate-315:hover,
  .mobile\:focus\:-rotate-315:focus,
  .mobile\:group:hover .group-hover\:-rotate-315,
  .mobile\:group:focus-within .group-focus-within\:-rotate-315 {
    transform: rotate(-315deg);
  }
  .mobile\:-rotate-316,
  .mobile\:hover\:-rotate-316:hover,
  .mobile\:focus\:-rotate-316:focus,
  .mobile\:group:hover .group-hover\:-rotate-316,
  .mobile\:group:focus-within .group-focus-within\:-rotate-316 {
    transform: rotate(-316deg);
  }
  .mobile\:-rotate-317,
  .mobile\:hover\:-rotate-317:hover,
  .mobile\:focus\:-rotate-317:focus,
  .mobile\:group:hover .group-hover\:-rotate-317,
  .mobile\:group:focus-within .group-focus-within\:-rotate-317 {
    transform: rotate(-317deg);
  }
  .mobile\:-rotate-318,
  .mobile\:hover\:-rotate-318:hover,
  .mobile\:focus\:-rotate-318:focus,
  .mobile\:group:hover .group-hover\:-rotate-318,
  .mobile\:group:focus-within .group-focus-within\:-rotate-318 {
    transform: rotate(-318deg);
  }
  .mobile\:-rotate-319,
  .mobile\:hover\:-rotate-319:hover,
  .mobile\:focus\:-rotate-319:focus,
  .mobile\:group:hover .group-hover\:-rotate-319,
  .mobile\:group:focus-within .group-focus-within\:-rotate-319 {
    transform: rotate(-319deg);
  }
  .mobile\:-rotate-320,
  .mobile\:hover\:-rotate-320:hover,
  .mobile\:focus\:-rotate-320:focus,
  .mobile\:group:hover .group-hover\:-rotate-320,
  .mobile\:group:focus-within .group-focus-within\:-rotate-320 {
    transform: rotate(-320deg);
  }
  .mobile\:-rotate-321,
  .mobile\:hover\:-rotate-321:hover,
  .mobile\:focus\:-rotate-321:focus,
  .mobile\:group:hover .group-hover\:-rotate-321,
  .mobile\:group:focus-within .group-focus-within\:-rotate-321 {
    transform: rotate(-321deg);
  }
  .mobile\:-rotate-322,
  .mobile\:hover\:-rotate-322:hover,
  .mobile\:focus\:-rotate-322:focus,
  .mobile\:group:hover .group-hover\:-rotate-322,
  .mobile\:group:focus-within .group-focus-within\:-rotate-322 {
    transform: rotate(-322deg);
  }
  .mobile\:-rotate-323,
  .mobile\:hover\:-rotate-323:hover,
  .mobile\:focus\:-rotate-323:focus,
  .mobile\:group:hover .group-hover\:-rotate-323,
  .mobile\:group:focus-within .group-focus-within\:-rotate-323 {
    transform: rotate(-323deg);
  }
  .mobile\:-rotate-324,
  .mobile\:hover\:-rotate-324:hover,
  .mobile\:focus\:-rotate-324:focus,
  .mobile\:group:hover .group-hover\:-rotate-324,
  .mobile\:group:focus-within .group-focus-within\:-rotate-324 {
    transform: rotate(-324deg);
  }
  .mobile\:-rotate-325,
  .mobile\:hover\:-rotate-325:hover,
  .mobile\:focus\:-rotate-325:focus,
  .mobile\:group:hover .group-hover\:-rotate-325,
  .mobile\:group:focus-within .group-focus-within\:-rotate-325 {
    transform: rotate(-325deg);
  }
  .mobile\:-rotate-326,
  .mobile\:hover\:-rotate-326:hover,
  .mobile\:focus\:-rotate-326:focus,
  .mobile\:group:hover .group-hover\:-rotate-326,
  .mobile\:group:focus-within .group-focus-within\:-rotate-326 {
    transform: rotate(-326deg);
  }
  .mobile\:-rotate-327,
  .mobile\:hover\:-rotate-327:hover,
  .mobile\:focus\:-rotate-327:focus,
  .mobile\:group:hover .group-hover\:-rotate-327,
  .mobile\:group:focus-within .group-focus-within\:-rotate-327 {
    transform: rotate(-327deg);
  }
  .mobile\:-rotate-328,
  .mobile\:hover\:-rotate-328:hover,
  .mobile\:focus\:-rotate-328:focus,
  .mobile\:group:hover .group-hover\:-rotate-328,
  .mobile\:group:focus-within .group-focus-within\:-rotate-328 {
    transform: rotate(-328deg);
  }
  .mobile\:-rotate-329,
  .mobile\:hover\:-rotate-329:hover,
  .mobile\:focus\:-rotate-329:focus,
  .mobile\:group:hover .group-hover\:-rotate-329,
  .mobile\:group:focus-within .group-focus-within\:-rotate-329 {
    transform: rotate(-329deg);
  }
  .mobile\:-rotate-330,
  .mobile\:hover\:-rotate-330:hover,
  .mobile\:focus\:-rotate-330:focus,
  .mobile\:group:hover .group-hover\:-rotate-330,
  .mobile\:group:focus-within .group-focus-within\:-rotate-330 {
    transform: rotate(-330deg);
  }
  .mobile\:-rotate-331,
  .mobile\:hover\:-rotate-331:hover,
  .mobile\:focus\:-rotate-331:focus,
  .mobile\:group:hover .group-hover\:-rotate-331,
  .mobile\:group:focus-within .group-focus-within\:-rotate-331 {
    transform: rotate(-331deg);
  }
  .mobile\:-rotate-332,
  .mobile\:hover\:-rotate-332:hover,
  .mobile\:focus\:-rotate-332:focus,
  .mobile\:group:hover .group-hover\:-rotate-332,
  .mobile\:group:focus-within .group-focus-within\:-rotate-332 {
    transform: rotate(-332deg);
  }
  .mobile\:-rotate-333,
  .mobile\:hover\:-rotate-333:hover,
  .mobile\:focus\:-rotate-333:focus,
  .mobile\:group:hover .group-hover\:-rotate-333,
  .mobile\:group:focus-within .group-focus-within\:-rotate-333 {
    transform: rotate(-333deg);
  }
  .mobile\:-rotate-334,
  .mobile\:hover\:-rotate-334:hover,
  .mobile\:focus\:-rotate-334:focus,
  .mobile\:group:hover .group-hover\:-rotate-334,
  .mobile\:group:focus-within .group-focus-within\:-rotate-334 {
    transform: rotate(-334deg);
  }
  .mobile\:-rotate-335,
  .mobile\:hover\:-rotate-335:hover,
  .mobile\:focus\:-rotate-335:focus,
  .mobile\:group:hover .group-hover\:-rotate-335,
  .mobile\:group:focus-within .group-focus-within\:-rotate-335 {
    transform: rotate(-335deg);
  }
  .mobile\:-rotate-336,
  .mobile\:hover\:-rotate-336:hover,
  .mobile\:focus\:-rotate-336:focus,
  .mobile\:group:hover .group-hover\:-rotate-336,
  .mobile\:group:focus-within .group-focus-within\:-rotate-336 {
    transform: rotate(-336deg);
  }
  .mobile\:-rotate-337,
  .mobile\:hover\:-rotate-337:hover,
  .mobile\:focus\:-rotate-337:focus,
  .mobile\:group:hover .group-hover\:-rotate-337,
  .mobile\:group:focus-within .group-focus-within\:-rotate-337 {
    transform: rotate(-337deg);
  }
  .mobile\:-rotate-338,
  .mobile\:hover\:-rotate-338:hover,
  .mobile\:focus\:-rotate-338:focus,
  .mobile\:group:hover .group-hover\:-rotate-338,
  .mobile\:group:focus-within .group-focus-within\:-rotate-338 {
    transform: rotate(-338deg);
  }
  .mobile\:-rotate-339,
  .mobile\:hover\:-rotate-339:hover,
  .mobile\:focus\:-rotate-339:focus,
  .mobile\:group:hover .group-hover\:-rotate-339,
  .mobile\:group:focus-within .group-focus-within\:-rotate-339 {
    transform: rotate(-339deg);
  }
  .mobile\:-rotate-340,
  .mobile\:hover\:-rotate-340:hover,
  .mobile\:focus\:-rotate-340:focus,
  .mobile\:group:hover .group-hover\:-rotate-340,
  .mobile\:group:focus-within .group-focus-within\:-rotate-340 {
    transform: rotate(-340deg);
  }
  .mobile\:-rotate-341,
  .mobile\:hover\:-rotate-341:hover,
  .mobile\:focus\:-rotate-341:focus,
  .mobile\:group:hover .group-hover\:-rotate-341,
  .mobile\:group:focus-within .group-focus-within\:-rotate-341 {
    transform: rotate(-341deg);
  }
  .mobile\:-rotate-342,
  .mobile\:hover\:-rotate-342:hover,
  .mobile\:focus\:-rotate-342:focus,
  .mobile\:group:hover .group-hover\:-rotate-342,
  .mobile\:group:focus-within .group-focus-within\:-rotate-342 {
    transform: rotate(-342deg);
  }
  .mobile\:-rotate-343,
  .mobile\:hover\:-rotate-343:hover,
  .mobile\:focus\:-rotate-343:focus,
  .mobile\:group:hover .group-hover\:-rotate-343,
  .mobile\:group:focus-within .group-focus-within\:-rotate-343 {
    transform: rotate(-343deg);
  }
  .mobile\:-rotate-344,
  .mobile\:hover\:-rotate-344:hover,
  .mobile\:focus\:-rotate-344:focus,
  .mobile\:group:hover .group-hover\:-rotate-344,
  .mobile\:group:focus-within .group-focus-within\:-rotate-344 {
    transform: rotate(-344deg);
  }
  .mobile\:-rotate-345,
  .mobile\:hover\:-rotate-345:hover,
  .mobile\:focus\:-rotate-345:focus,
  .mobile\:group:hover .group-hover\:-rotate-345,
  .mobile\:group:focus-within .group-focus-within\:-rotate-345 {
    transform: rotate(-345deg);
  }
  .mobile\:-rotate-346,
  .mobile\:hover\:-rotate-346:hover,
  .mobile\:focus\:-rotate-346:focus,
  .mobile\:group:hover .group-hover\:-rotate-346,
  .mobile\:group:focus-within .group-focus-within\:-rotate-346 {
    transform: rotate(-346deg);
  }
  .mobile\:-rotate-347,
  .mobile\:hover\:-rotate-347:hover,
  .mobile\:focus\:-rotate-347:focus,
  .mobile\:group:hover .group-hover\:-rotate-347,
  .mobile\:group:focus-within .group-focus-within\:-rotate-347 {
    transform: rotate(-347deg);
  }
  .mobile\:-rotate-348,
  .mobile\:hover\:-rotate-348:hover,
  .mobile\:focus\:-rotate-348:focus,
  .mobile\:group:hover .group-hover\:-rotate-348,
  .mobile\:group:focus-within .group-focus-within\:-rotate-348 {
    transform: rotate(-348deg);
  }
  .mobile\:-rotate-349,
  .mobile\:hover\:-rotate-349:hover,
  .mobile\:focus\:-rotate-349:focus,
  .mobile\:group:hover .group-hover\:-rotate-349,
  .mobile\:group:focus-within .group-focus-within\:-rotate-349 {
    transform: rotate(-349deg);
  }
  .mobile\:-rotate-350,
  .mobile\:hover\:-rotate-350:hover,
  .mobile\:focus\:-rotate-350:focus,
  .mobile\:group:hover .group-hover\:-rotate-350,
  .mobile\:group:focus-within .group-focus-within\:-rotate-350 {
    transform: rotate(-350deg);
  }
  .mobile\:-rotate-351,
  .mobile\:hover\:-rotate-351:hover,
  .mobile\:focus\:-rotate-351:focus,
  .mobile\:group:hover .group-hover\:-rotate-351,
  .mobile\:group:focus-within .group-focus-within\:-rotate-351 {
    transform: rotate(-351deg);
  }
  .mobile\:-rotate-352,
  .mobile\:hover\:-rotate-352:hover,
  .mobile\:focus\:-rotate-352:focus,
  .mobile\:group:hover .group-hover\:-rotate-352,
  .mobile\:group:focus-within .group-focus-within\:-rotate-352 {
    transform: rotate(-352deg);
  }
  .mobile\:-rotate-353,
  .mobile\:hover\:-rotate-353:hover,
  .mobile\:focus\:-rotate-353:focus,
  .mobile\:group:hover .group-hover\:-rotate-353,
  .mobile\:group:focus-within .group-focus-within\:-rotate-353 {
    transform: rotate(-353deg);
  }
  .mobile\:-rotate-354,
  .mobile\:hover\:-rotate-354:hover,
  .mobile\:focus\:-rotate-354:focus,
  .mobile\:group:hover .group-hover\:-rotate-354,
  .mobile\:group:focus-within .group-focus-within\:-rotate-354 {
    transform: rotate(-354deg);
  }
  .mobile\:-rotate-355,
  .mobile\:hover\:-rotate-355:hover,
  .mobile\:focus\:-rotate-355:focus,
  .mobile\:group:hover .group-hover\:-rotate-355,
  .mobile\:group:focus-within .group-focus-within\:-rotate-355 {
    transform: rotate(-355deg);
  }
  .mobile\:-rotate-356,
  .mobile\:hover\:-rotate-356:hover,
  .mobile\:focus\:-rotate-356:focus,
  .mobile\:group:hover .group-hover\:-rotate-356,
  .mobile\:group:focus-within .group-focus-within\:-rotate-356 {
    transform: rotate(-356deg);
  }
  .mobile\:-rotate-357,
  .mobile\:hover\:-rotate-357:hover,
  .mobile\:focus\:-rotate-357:focus,
  .mobile\:group:hover .group-hover\:-rotate-357,
  .mobile\:group:focus-within .group-focus-within\:-rotate-357 {
    transform: rotate(-357deg);
  }
  .mobile\:-rotate-358,
  .mobile\:hover\:-rotate-358:hover,
  .mobile\:focus\:-rotate-358:focus,
  .mobile\:group:hover .group-hover\:-rotate-358,
  .mobile\:group:focus-within .group-focus-within\:-rotate-358 {
    transform: rotate(-358deg);
  }
  .mobile\:-rotate-359,
  .mobile\:hover\:-rotate-359:hover,
  .mobile\:focus\:-rotate-359:focus,
  .mobile\:group:hover .group-hover\:-rotate-359,
  .mobile\:group:focus-within .group-focus-within\:-rotate-359 {
    transform: rotate(-359deg);
  }
  .mobile\:-rotate-360,
  .mobile\:hover\:-rotate-360:hover,
  .mobile\:focus\:-rotate-360:focus,
  .mobile\:group:hover .group-hover\:-rotate-360,
  .mobile\:group:focus-within .group-focus-within\:-rotate-360 {
    transform: rotate(-360deg);
  }
  .mobile\:rotate-0,
  .mobile\:hover\:rotate-0:hover,
  .mobile\:focus\:rotate-0:focus,
  .mobile\:group:hover .group-hover\:rotate-0,
  .mobile\:group:focus-within .group-focus-within\:rotate-0 {
    transform: rotate(0deg);
  }
  .mobile\:rotate-1,
  .mobile\:hover\:rotate-1:hover,
  .mobile\:focus\:rotate-1:focus,
  .mobile\:group:hover .group-hover\:rotate-1,
  .mobile\:group:focus-within .group-focus-within\:rotate-1 {
    transform: rotate(1deg);
  }
  .mobile\:rotate-2,
  .mobile\:hover\:rotate-2:hover,
  .mobile\:focus\:rotate-2:focus,
  .mobile\:group:hover .group-hover\:rotate-2,
  .mobile\:group:focus-within .group-focus-within\:rotate-2 {
    transform: rotate(2deg);
  }
  .mobile\:rotate-3,
  .mobile\:hover\:rotate-3:hover,
  .mobile\:focus\:rotate-3:focus,
  .mobile\:group:hover .group-hover\:rotate-3,
  .mobile\:group:focus-within .group-focus-within\:rotate-3 {
    transform: rotate(3deg);
  }
  .mobile\:rotate-4,
  .mobile\:hover\:rotate-4:hover,
  .mobile\:focus\:rotate-4:focus,
  .mobile\:group:hover .group-hover\:rotate-4,
  .mobile\:group:focus-within .group-focus-within\:rotate-4 {
    transform: rotate(4deg);
  }
  .mobile\:rotate-5,
  .mobile\:hover\:rotate-5:hover,
  .mobile\:focus\:rotate-5:focus,
  .mobile\:group:hover .group-hover\:rotate-5,
  .mobile\:group:focus-within .group-focus-within\:rotate-5 {
    transform: rotate(5deg);
  }
  .mobile\:rotate-6,
  .mobile\:hover\:rotate-6:hover,
  .mobile\:focus\:rotate-6:focus,
  .mobile\:group:hover .group-hover\:rotate-6,
  .mobile\:group:focus-within .group-focus-within\:rotate-6 {
    transform: rotate(6deg);
  }
  .mobile\:rotate-7,
  .mobile\:hover\:rotate-7:hover,
  .mobile\:focus\:rotate-7:focus,
  .mobile\:group:hover .group-hover\:rotate-7,
  .mobile\:group:focus-within .group-focus-within\:rotate-7 {
    transform: rotate(7deg);
  }
  .mobile\:rotate-8,
  .mobile\:hover\:rotate-8:hover,
  .mobile\:focus\:rotate-8:focus,
  .mobile\:group:hover .group-hover\:rotate-8,
  .mobile\:group:focus-within .group-focus-within\:rotate-8 {
    transform: rotate(8deg);
  }
  .mobile\:rotate-9,
  .mobile\:hover\:rotate-9:hover,
  .mobile\:focus\:rotate-9:focus,
  .mobile\:group:hover .group-hover\:rotate-9,
  .mobile\:group:focus-within .group-focus-within\:rotate-9 {
    transform: rotate(9deg);
  }
  .mobile\:rotate-10,
  .mobile\:hover\:rotate-10:hover,
  .mobile\:focus\:rotate-10:focus,
  .mobile\:group:hover .group-hover\:rotate-10,
  .mobile\:group:focus-within .group-focus-within\:rotate-10 {
    transform: rotate(10deg);
  }
  .mobile\:rotate-11,
  .mobile\:hover\:rotate-11:hover,
  .mobile\:focus\:rotate-11:focus,
  .mobile\:group:hover .group-hover\:rotate-11,
  .mobile\:group:focus-within .group-focus-within\:rotate-11 {
    transform: rotate(11deg);
  }
  .mobile\:rotate-12,
  .mobile\:hover\:rotate-12:hover,
  .mobile\:focus\:rotate-12:focus,
  .mobile\:group:hover .group-hover\:rotate-12,
  .mobile\:group:focus-within .group-focus-within\:rotate-12 {
    transform: rotate(12deg);
  }
  .mobile\:rotate-13,
  .mobile\:hover\:rotate-13:hover,
  .mobile\:focus\:rotate-13:focus,
  .mobile\:group:hover .group-hover\:rotate-13,
  .mobile\:group:focus-within .group-focus-within\:rotate-13 {
    transform: rotate(13deg);
  }
  .mobile\:rotate-14,
  .mobile\:hover\:rotate-14:hover,
  .mobile\:focus\:rotate-14:focus,
  .mobile\:group:hover .group-hover\:rotate-14,
  .mobile\:group:focus-within .group-focus-within\:rotate-14 {
    transform: rotate(14deg);
  }
  .mobile\:rotate-15,
  .mobile\:hover\:rotate-15:hover,
  .mobile\:focus\:rotate-15:focus,
  .mobile\:group:hover .group-hover\:rotate-15,
  .mobile\:group:focus-within .group-focus-within\:rotate-15 {
    transform: rotate(15deg);
  }
  .mobile\:rotate-16,
  .mobile\:hover\:rotate-16:hover,
  .mobile\:focus\:rotate-16:focus,
  .mobile\:group:hover .group-hover\:rotate-16,
  .mobile\:group:focus-within .group-focus-within\:rotate-16 {
    transform: rotate(16deg);
  }
  .mobile\:rotate-17,
  .mobile\:hover\:rotate-17:hover,
  .mobile\:focus\:rotate-17:focus,
  .mobile\:group:hover .group-hover\:rotate-17,
  .mobile\:group:focus-within .group-focus-within\:rotate-17 {
    transform: rotate(17deg);
  }
  .mobile\:rotate-18,
  .mobile\:hover\:rotate-18:hover,
  .mobile\:focus\:rotate-18:focus,
  .mobile\:group:hover .group-hover\:rotate-18,
  .mobile\:group:focus-within .group-focus-within\:rotate-18 {
    transform: rotate(18deg);
  }
  .mobile\:rotate-19,
  .mobile\:hover\:rotate-19:hover,
  .mobile\:focus\:rotate-19:focus,
  .mobile\:group:hover .group-hover\:rotate-19,
  .mobile\:group:focus-within .group-focus-within\:rotate-19 {
    transform: rotate(19deg);
  }
  .mobile\:rotate-20,
  .mobile\:hover\:rotate-20:hover,
  .mobile\:focus\:rotate-20:focus,
  .mobile\:group:hover .group-hover\:rotate-20,
  .mobile\:group:focus-within .group-focus-within\:rotate-20 {
    transform: rotate(20deg);
  }
  .mobile\:rotate-21,
  .mobile\:hover\:rotate-21:hover,
  .mobile\:focus\:rotate-21:focus,
  .mobile\:group:hover .group-hover\:rotate-21,
  .mobile\:group:focus-within .group-focus-within\:rotate-21 {
    transform: rotate(21deg);
  }
  .mobile\:rotate-22,
  .mobile\:hover\:rotate-22:hover,
  .mobile\:focus\:rotate-22:focus,
  .mobile\:group:hover .group-hover\:rotate-22,
  .mobile\:group:focus-within .group-focus-within\:rotate-22 {
    transform: rotate(22deg);
  }
  .mobile\:rotate-23,
  .mobile\:hover\:rotate-23:hover,
  .mobile\:focus\:rotate-23:focus,
  .mobile\:group:hover .group-hover\:rotate-23,
  .mobile\:group:focus-within .group-focus-within\:rotate-23 {
    transform: rotate(23deg);
  }
  .mobile\:rotate-24,
  .mobile\:hover\:rotate-24:hover,
  .mobile\:focus\:rotate-24:focus,
  .mobile\:group:hover .group-hover\:rotate-24,
  .mobile\:group:focus-within .group-focus-within\:rotate-24 {
    transform: rotate(24deg);
  }
  .mobile\:rotate-25,
  .mobile\:hover\:rotate-25:hover,
  .mobile\:focus\:rotate-25:focus,
  .mobile\:group:hover .group-hover\:rotate-25,
  .mobile\:group:focus-within .group-focus-within\:rotate-25 {
    transform: rotate(25deg);
  }
  .mobile\:rotate-26,
  .mobile\:hover\:rotate-26:hover,
  .mobile\:focus\:rotate-26:focus,
  .mobile\:group:hover .group-hover\:rotate-26,
  .mobile\:group:focus-within .group-focus-within\:rotate-26 {
    transform: rotate(26deg);
  }
  .mobile\:rotate-27,
  .mobile\:hover\:rotate-27:hover,
  .mobile\:focus\:rotate-27:focus,
  .mobile\:group:hover .group-hover\:rotate-27,
  .mobile\:group:focus-within .group-focus-within\:rotate-27 {
    transform: rotate(27deg);
  }
  .mobile\:rotate-28,
  .mobile\:hover\:rotate-28:hover,
  .mobile\:focus\:rotate-28:focus,
  .mobile\:group:hover .group-hover\:rotate-28,
  .mobile\:group:focus-within .group-focus-within\:rotate-28 {
    transform: rotate(28deg);
  }
  .mobile\:rotate-29,
  .mobile\:hover\:rotate-29:hover,
  .mobile\:focus\:rotate-29:focus,
  .mobile\:group:hover .group-hover\:rotate-29,
  .mobile\:group:focus-within .group-focus-within\:rotate-29 {
    transform: rotate(29deg);
  }
  .mobile\:rotate-30,
  .mobile\:hover\:rotate-30:hover,
  .mobile\:focus\:rotate-30:focus,
  .mobile\:group:hover .group-hover\:rotate-30,
  .mobile\:group:focus-within .group-focus-within\:rotate-30 {
    transform: rotate(30deg);
  }
  .mobile\:rotate-31,
  .mobile\:hover\:rotate-31:hover,
  .mobile\:focus\:rotate-31:focus,
  .mobile\:group:hover .group-hover\:rotate-31,
  .mobile\:group:focus-within .group-focus-within\:rotate-31 {
    transform: rotate(31deg);
  }
  .mobile\:rotate-32,
  .mobile\:hover\:rotate-32:hover,
  .mobile\:focus\:rotate-32:focus,
  .mobile\:group:hover .group-hover\:rotate-32,
  .mobile\:group:focus-within .group-focus-within\:rotate-32 {
    transform: rotate(32deg);
  }
  .mobile\:rotate-33,
  .mobile\:hover\:rotate-33:hover,
  .mobile\:focus\:rotate-33:focus,
  .mobile\:group:hover .group-hover\:rotate-33,
  .mobile\:group:focus-within .group-focus-within\:rotate-33 {
    transform: rotate(33deg);
  }
  .mobile\:rotate-34,
  .mobile\:hover\:rotate-34:hover,
  .mobile\:focus\:rotate-34:focus,
  .mobile\:group:hover .group-hover\:rotate-34,
  .mobile\:group:focus-within .group-focus-within\:rotate-34 {
    transform: rotate(34deg);
  }
  .mobile\:rotate-35,
  .mobile\:hover\:rotate-35:hover,
  .mobile\:focus\:rotate-35:focus,
  .mobile\:group:hover .group-hover\:rotate-35,
  .mobile\:group:focus-within .group-focus-within\:rotate-35 {
    transform: rotate(35deg);
  }
  .mobile\:rotate-36,
  .mobile\:hover\:rotate-36:hover,
  .mobile\:focus\:rotate-36:focus,
  .mobile\:group:hover .group-hover\:rotate-36,
  .mobile\:group:focus-within .group-focus-within\:rotate-36 {
    transform: rotate(36deg);
  }
  .mobile\:rotate-37,
  .mobile\:hover\:rotate-37:hover,
  .mobile\:focus\:rotate-37:focus,
  .mobile\:group:hover .group-hover\:rotate-37,
  .mobile\:group:focus-within .group-focus-within\:rotate-37 {
    transform: rotate(37deg);
  }
  .mobile\:rotate-38,
  .mobile\:hover\:rotate-38:hover,
  .mobile\:focus\:rotate-38:focus,
  .mobile\:group:hover .group-hover\:rotate-38,
  .mobile\:group:focus-within .group-focus-within\:rotate-38 {
    transform: rotate(38deg);
  }
  .mobile\:rotate-39,
  .mobile\:hover\:rotate-39:hover,
  .mobile\:focus\:rotate-39:focus,
  .mobile\:group:hover .group-hover\:rotate-39,
  .mobile\:group:focus-within .group-focus-within\:rotate-39 {
    transform: rotate(39deg);
  }
  .mobile\:rotate-40,
  .mobile\:hover\:rotate-40:hover,
  .mobile\:focus\:rotate-40:focus,
  .mobile\:group:hover .group-hover\:rotate-40,
  .mobile\:group:focus-within .group-focus-within\:rotate-40 {
    transform: rotate(40deg);
  }
  .mobile\:rotate-41,
  .mobile\:hover\:rotate-41:hover,
  .mobile\:focus\:rotate-41:focus,
  .mobile\:group:hover .group-hover\:rotate-41,
  .mobile\:group:focus-within .group-focus-within\:rotate-41 {
    transform: rotate(41deg);
  }
  .mobile\:rotate-42,
  .mobile\:hover\:rotate-42:hover,
  .mobile\:focus\:rotate-42:focus,
  .mobile\:group:hover .group-hover\:rotate-42,
  .mobile\:group:focus-within .group-focus-within\:rotate-42 {
    transform: rotate(42deg);
  }
  .mobile\:rotate-43,
  .mobile\:hover\:rotate-43:hover,
  .mobile\:focus\:rotate-43:focus,
  .mobile\:group:hover .group-hover\:rotate-43,
  .mobile\:group:focus-within .group-focus-within\:rotate-43 {
    transform: rotate(43deg);
  }
  .mobile\:rotate-44,
  .mobile\:hover\:rotate-44:hover,
  .mobile\:focus\:rotate-44:focus,
  .mobile\:group:hover .group-hover\:rotate-44,
  .mobile\:group:focus-within .group-focus-within\:rotate-44 {
    transform: rotate(44deg);
  }
  .mobile\:rotate-45,
  .mobile\:hover\:rotate-45:hover,
  .mobile\:focus\:rotate-45:focus,
  .mobile\:group:hover .group-hover\:rotate-45,
  .mobile\:group:focus-within .group-focus-within\:rotate-45 {
    transform: rotate(45deg);
  }
  .mobile\:rotate-46,
  .mobile\:hover\:rotate-46:hover,
  .mobile\:focus\:rotate-46:focus,
  .mobile\:group:hover .group-hover\:rotate-46,
  .mobile\:group:focus-within .group-focus-within\:rotate-46 {
    transform: rotate(46deg);
  }
  .mobile\:rotate-47,
  .mobile\:hover\:rotate-47:hover,
  .mobile\:focus\:rotate-47:focus,
  .mobile\:group:hover .group-hover\:rotate-47,
  .mobile\:group:focus-within .group-focus-within\:rotate-47 {
    transform: rotate(47deg);
  }
  .mobile\:rotate-48,
  .mobile\:hover\:rotate-48:hover,
  .mobile\:focus\:rotate-48:focus,
  .mobile\:group:hover .group-hover\:rotate-48,
  .mobile\:group:focus-within .group-focus-within\:rotate-48 {
    transform: rotate(48deg);
  }
  .mobile\:rotate-49,
  .mobile\:hover\:rotate-49:hover,
  .mobile\:focus\:rotate-49:focus,
  .mobile\:group:hover .group-hover\:rotate-49,
  .mobile\:group:focus-within .group-focus-within\:rotate-49 {
    transform: rotate(49deg);
  }
  .mobile\:rotate-50,
  .mobile\:hover\:rotate-50:hover,
  .mobile\:focus\:rotate-50:focus,
  .mobile\:group:hover .group-hover\:rotate-50,
  .mobile\:group:focus-within .group-focus-within\:rotate-50 {
    transform: rotate(50deg);
  }
  .mobile\:rotate-51,
  .mobile\:hover\:rotate-51:hover,
  .mobile\:focus\:rotate-51:focus,
  .mobile\:group:hover .group-hover\:rotate-51,
  .mobile\:group:focus-within .group-focus-within\:rotate-51 {
    transform: rotate(51deg);
  }
  .mobile\:rotate-52,
  .mobile\:hover\:rotate-52:hover,
  .mobile\:focus\:rotate-52:focus,
  .mobile\:group:hover .group-hover\:rotate-52,
  .mobile\:group:focus-within .group-focus-within\:rotate-52 {
    transform: rotate(52deg);
  }
  .mobile\:rotate-53,
  .mobile\:hover\:rotate-53:hover,
  .mobile\:focus\:rotate-53:focus,
  .mobile\:group:hover .group-hover\:rotate-53,
  .mobile\:group:focus-within .group-focus-within\:rotate-53 {
    transform: rotate(53deg);
  }
  .mobile\:rotate-54,
  .mobile\:hover\:rotate-54:hover,
  .mobile\:focus\:rotate-54:focus,
  .mobile\:group:hover .group-hover\:rotate-54,
  .mobile\:group:focus-within .group-focus-within\:rotate-54 {
    transform: rotate(54deg);
  }
  .mobile\:rotate-55,
  .mobile\:hover\:rotate-55:hover,
  .mobile\:focus\:rotate-55:focus,
  .mobile\:group:hover .group-hover\:rotate-55,
  .mobile\:group:focus-within .group-focus-within\:rotate-55 {
    transform: rotate(55deg);
  }
  .mobile\:rotate-56,
  .mobile\:hover\:rotate-56:hover,
  .mobile\:focus\:rotate-56:focus,
  .mobile\:group:hover .group-hover\:rotate-56,
  .mobile\:group:focus-within .group-focus-within\:rotate-56 {
    transform: rotate(56deg);
  }
  .mobile\:rotate-57,
  .mobile\:hover\:rotate-57:hover,
  .mobile\:focus\:rotate-57:focus,
  .mobile\:group:hover .group-hover\:rotate-57,
  .mobile\:group:focus-within .group-focus-within\:rotate-57 {
    transform: rotate(57deg);
  }
  .mobile\:rotate-58,
  .mobile\:hover\:rotate-58:hover,
  .mobile\:focus\:rotate-58:focus,
  .mobile\:group:hover .group-hover\:rotate-58,
  .mobile\:group:focus-within .group-focus-within\:rotate-58 {
    transform: rotate(58deg);
  }
  .mobile\:rotate-59,
  .mobile\:hover\:rotate-59:hover,
  .mobile\:focus\:rotate-59:focus,
  .mobile\:group:hover .group-hover\:rotate-59,
  .mobile\:group:focus-within .group-focus-within\:rotate-59 {
    transform: rotate(59deg);
  }
  .mobile\:rotate-60,
  .mobile\:hover\:rotate-60:hover,
  .mobile\:focus\:rotate-60:focus,
  .mobile\:group:hover .group-hover\:rotate-60,
  .mobile\:group:focus-within .group-focus-within\:rotate-60 {
    transform: rotate(60deg);
  }
  .mobile\:rotate-61,
  .mobile\:hover\:rotate-61:hover,
  .mobile\:focus\:rotate-61:focus,
  .mobile\:group:hover .group-hover\:rotate-61,
  .mobile\:group:focus-within .group-focus-within\:rotate-61 {
    transform: rotate(61deg);
  }
  .mobile\:rotate-62,
  .mobile\:hover\:rotate-62:hover,
  .mobile\:focus\:rotate-62:focus,
  .mobile\:group:hover .group-hover\:rotate-62,
  .mobile\:group:focus-within .group-focus-within\:rotate-62 {
    transform: rotate(62deg);
  }
  .mobile\:rotate-63,
  .mobile\:hover\:rotate-63:hover,
  .mobile\:focus\:rotate-63:focus,
  .mobile\:group:hover .group-hover\:rotate-63,
  .mobile\:group:focus-within .group-focus-within\:rotate-63 {
    transform: rotate(63deg);
  }
  .mobile\:rotate-64,
  .mobile\:hover\:rotate-64:hover,
  .mobile\:focus\:rotate-64:focus,
  .mobile\:group:hover .group-hover\:rotate-64,
  .mobile\:group:focus-within .group-focus-within\:rotate-64 {
    transform: rotate(64deg);
  }
  .mobile\:rotate-65,
  .mobile\:hover\:rotate-65:hover,
  .mobile\:focus\:rotate-65:focus,
  .mobile\:group:hover .group-hover\:rotate-65,
  .mobile\:group:focus-within .group-focus-within\:rotate-65 {
    transform: rotate(65deg);
  }
  .mobile\:rotate-66,
  .mobile\:hover\:rotate-66:hover,
  .mobile\:focus\:rotate-66:focus,
  .mobile\:group:hover .group-hover\:rotate-66,
  .mobile\:group:focus-within .group-focus-within\:rotate-66 {
    transform: rotate(66deg);
  }
  .mobile\:rotate-67,
  .mobile\:hover\:rotate-67:hover,
  .mobile\:focus\:rotate-67:focus,
  .mobile\:group:hover .group-hover\:rotate-67,
  .mobile\:group:focus-within .group-focus-within\:rotate-67 {
    transform: rotate(67deg);
  }
  .mobile\:rotate-68,
  .mobile\:hover\:rotate-68:hover,
  .mobile\:focus\:rotate-68:focus,
  .mobile\:group:hover .group-hover\:rotate-68,
  .mobile\:group:focus-within .group-focus-within\:rotate-68 {
    transform: rotate(68deg);
  }
  .mobile\:rotate-69,
  .mobile\:hover\:rotate-69:hover,
  .mobile\:focus\:rotate-69:focus,
  .mobile\:group:hover .group-hover\:rotate-69,
  .mobile\:group:focus-within .group-focus-within\:rotate-69 {
    transform: rotate(69deg);
  }
  .mobile\:rotate-70,
  .mobile\:hover\:rotate-70:hover,
  .mobile\:focus\:rotate-70:focus,
  .mobile\:group:hover .group-hover\:rotate-70,
  .mobile\:group:focus-within .group-focus-within\:rotate-70 {
    transform: rotate(70deg);
  }
  .mobile\:rotate-71,
  .mobile\:hover\:rotate-71:hover,
  .mobile\:focus\:rotate-71:focus,
  .mobile\:group:hover .group-hover\:rotate-71,
  .mobile\:group:focus-within .group-focus-within\:rotate-71 {
    transform: rotate(71deg);
  }
  .mobile\:rotate-72,
  .mobile\:hover\:rotate-72:hover,
  .mobile\:focus\:rotate-72:focus,
  .mobile\:group:hover .group-hover\:rotate-72,
  .mobile\:group:focus-within .group-focus-within\:rotate-72 {
    transform: rotate(72deg);
  }
  .mobile\:rotate-73,
  .mobile\:hover\:rotate-73:hover,
  .mobile\:focus\:rotate-73:focus,
  .mobile\:group:hover .group-hover\:rotate-73,
  .mobile\:group:focus-within .group-focus-within\:rotate-73 {
    transform: rotate(73deg);
  }
  .mobile\:rotate-74,
  .mobile\:hover\:rotate-74:hover,
  .mobile\:focus\:rotate-74:focus,
  .mobile\:group:hover .group-hover\:rotate-74,
  .mobile\:group:focus-within .group-focus-within\:rotate-74 {
    transform: rotate(74deg);
  }
  .mobile\:rotate-75,
  .mobile\:hover\:rotate-75:hover,
  .mobile\:focus\:rotate-75:focus,
  .mobile\:group:hover .group-hover\:rotate-75,
  .mobile\:group:focus-within .group-focus-within\:rotate-75 {
    transform: rotate(75deg);
  }
  .mobile\:rotate-76,
  .mobile\:hover\:rotate-76:hover,
  .mobile\:focus\:rotate-76:focus,
  .mobile\:group:hover .group-hover\:rotate-76,
  .mobile\:group:focus-within .group-focus-within\:rotate-76 {
    transform: rotate(76deg);
  }
  .mobile\:rotate-77,
  .mobile\:hover\:rotate-77:hover,
  .mobile\:focus\:rotate-77:focus,
  .mobile\:group:hover .group-hover\:rotate-77,
  .mobile\:group:focus-within .group-focus-within\:rotate-77 {
    transform: rotate(77deg);
  }
  .mobile\:rotate-78,
  .mobile\:hover\:rotate-78:hover,
  .mobile\:focus\:rotate-78:focus,
  .mobile\:group:hover .group-hover\:rotate-78,
  .mobile\:group:focus-within .group-focus-within\:rotate-78 {
    transform: rotate(78deg);
  }
  .mobile\:rotate-79,
  .mobile\:hover\:rotate-79:hover,
  .mobile\:focus\:rotate-79:focus,
  .mobile\:group:hover .group-hover\:rotate-79,
  .mobile\:group:focus-within .group-focus-within\:rotate-79 {
    transform: rotate(79deg);
  }
  .mobile\:rotate-80,
  .mobile\:hover\:rotate-80:hover,
  .mobile\:focus\:rotate-80:focus,
  .mobile\:group:hover .group-hover\:rotate-80,
  .mobile\:group:focus-within .group-focus-within\:rotate-80 {
    transform: rotate(80deg);
  }
  .mobile\:rotate-81,
  .mobile\:hover\:rotate-81:hover,
  .mobile\:focus\:rotate-81:focus,
  .mobile\:group:hover .group-hover\:rotate-81,
  .mobile\:group:focus-within .group-focus-within\:rotate-81 {
    transform: rotate(81deg);
  }
  .mobile\:rotate-82,
  .mobile\:hover\:rotate-82:hover,
  .mobile\:focus\:rotate-82:focus,
  .mobile\:group:hover .group-hover\:rotate-82,
  .mobile\:group:focus-within .group-focus-within\:rotate-82 {
    transform: rotate(82deg);
  }
  .mobile\:rotate-83,
  .mobile\:hover\:rotate-83:hover,
  .mobile\:focus\:rotate-83:focus,
  .mobile\:group:hover .group-hover\:rotate-83,
  .mobile\:group:focus-within .group-focus-within\:rotate-83 {
    transform: rotate(83deg);
  }
  .mobile\:rotate-84,
  .mobile\:hover\:rotate-84:hover,
  .mobile\:focus\:rotate-84:focus,
  .mobile\:group:hover .group-hover\:rotate-84,
  .mobile\:group:focus-within .group-focus-within\:rotate-84 {
    transform: rotate(84deg);
  }
  .mobile\:rotate-85,
  .mobile\:hover\:rotate-85:hover,
  .mobile\:focus\:rotate-85:focus,
  .mobile\:group:hover .group-hover\:rotate-85,
  .mobile\:group:focus-within .group-focus-within\:rotate-85 {
    transform: rotate(85deg);
  }
  .mobile\:rotate-86,
  .mobile\:hover\:rotate-86:hover,
  .mobile\:focus\:rotate-86:focus,
  .mobile\:group:hover .group-hover\:rotate-86,
  .mobile\:group:focus-within .group-focus-within\:rotate-86 {
    transform: rotate(86deg);
  }
  .mobile\:rotate-87,
  .mobile\:hover\:rotate-87:hover,
  .mobile\:focus\:rotate-87:focus,
  .mobile\:group:hover .group-hover\:rotate-87,
  .mobile\:group:focus-within .group-focus-within\:rotate-87 {
    transform: rotate(87deg);
  }
  .mobile\:rotate-88,
  .mobile\:hover\:rotate-88:hover,
  .mobile\:focus\:rotate-88:focus,
  .mobile\:group:hover .group-hover\:rotate-88,
  .mobile\:group:focus-within .group-focus-within\:rotate-88 {
    transform: rotate(88deg);
  }
  .mobile\:rotate-89,
  .mobile\:hover\:rotate-89:hover,
  .mobile\:focus\:rotate-89:focus,
  .mobile\:group:hover .group-hover\:rotate-89,
  .mobile\:group:focus-within .group-focus-within\:rotate-89 {
    transform: rotate(89deg);
  }
  .mobile\:rotate-90,
  .mobile\:hover\:rotate-90:hover,
  .mobile\:focus\:rotate-90:focus,
  .mobile\:group:hover .group-hover\:rotate-90,
  .mobile\:group:focus-within .group-focus-within\:rotate-90 {
    transform: rotate(90deg);
  }
  .mobile\:rotate-91,
  .mobile\:hover\:rotate-91:hover,
  .mobile\:focus\:rotate-91:focus,
  .mobile\:group:hover .group-hover\:rotate-91,
  .mobile\:group:focus-within .group-focus-within\:rotate-91 {
    transform: rotate(91deg);
  }
  .mobile\:rotate-92,
  .mobile\:hover\:rotate-92:hover,
  .mobile\:focus\:rotate-92:focus,
  .mobile\:group:hover .group-hover\:rotate-92,
  .mobile\:group:focus-within .group-focus-within\:rotate-92 {
    transform: rotate(92deg);
  }
  .mobile\:rotate-93,
  .mobile\:hover\:rotate-93:hover,
  .mobile\:focus\:rotate-93:focus,
  .mobile\:group:hover .group-hover\:rotate-93,
  .mobile\:group:focus-within .group-focus-within\:rotate-93 {
    transform: rotate(93deg);
  }
  .mobile\:rotate-94,
  .mobile\:hover\:rotate-94:hover,
  .mobile\:focus\:rotate-94:focus,
  .mobile\:group:hover .group-hover\:rotate-94,
  .mobile\:group:focus-within .group-focus-within\:rotate-94 {
    transform: rotate(94deg);
  }
  .mobile\:rotate-95,
  .mobile\:hover\:rotate-95:hover,
  .mobile\:focus\:rotate-95:focus,
  .mobile\:group:hover .group-hover\:rotate-95,
  .mobile\:group:focus-within .group-focus-within\:rotate-95 {
    transform: rotate(95deg);
  }
  .mobile\:rotate-96,
  .mobile\:hover\:rotate-96:hover,
  .mobile\:focus\:rotate-96:focus,
  .mobile\:group:hover .group-hover\:rotate-96,
  .mobile\:group:focus-within .group-focus-within\:rotate-96 {
    transform: rotate(96deg);
  }
  .mobile\:rotate-97,
  .mobile\:hover\:rotate-97:hover,
  .mobile\:focus\:rotate-97:focus,
  .mobile\:group:hover .group-hover\:rotate-97,
  .mobile\:group:focus-within .group-focus-within\:rotate-97 {
    transform: rotate(97deg);
  }
  .mobile\:rotate-98,
  .mobile\:hover\:rotate-98:hover,
  .mobile\:focus\:rotate-98:focus,
  .mobile\:group:hover .group-hover\:rotate-98,
  .mobile\:group:focus-within .group-focus-within\:rotate-98 {
    transform: rotate(98deg);
  }
  .mobile\:rotate-99,
  .mobile\:hover\:rotate-99:hover,
  .mobile\:focus\:rotate-99:focus,
  .mobile\:group:hover .group-hover\:rotate-99,
  .mobile\:group:focus-within .group-focus-within\:rotate-99 {
    transform: rotate(99deg);
  }
  .mobile\:rotate-100,
  .mobile\:hover\:rotate-100:hover,
  .mobile\:focus\:rotate-100:focus,
  .mobile\:group:hover .group-hover\:rotate-100,
  .mobile\:group:focus-within .group-focus-within\:rotate-100 {
    transform: rotate(100deg);
  }
  .mobile\:rotate-101,
  .mobile\:hover\:rotate-101:hover,
  .mobile\:focus\:rotate-101:focus,
  .mobile\:group:hover .group-hover\:rotate-101,
  .mobile\:group:focus-within .group-focus-within\:rotate-101 {
    transform: rotate(101deg);
  }
  .mobile\:rotate-102,
  .mobile\:hover\:rotate-102:hover,
  .mobile\:focus\:rotate-102:focus,
  .mobile\:group:hover .group-hover\:rotate-102,
  .mobile\:group:focus-within .group-focus-within\:rotate-102 {
    transform: rotate(102deg);
  }
  .mobile\:rotate-103,
  .mobile\:hover\:rotate-103:hover,
  .mobile\:focus\:rotate-103:focus,
  .mobile\:group:hover .group-hover\:rotate-103,
  .mobile\:group:focus-within .group-focus-within\:rotate-103 {
    transform: rotate(103deg);
  }
  .mobile\:rotate-104,
  .mobile\:hover\:rotate-104:hover,
  .mobile\:focus\:rotate-104:focus,
  .mobile\:group:hover .group-hover\:rotate-104,
  .mobile\:group:focus-within .group-focus-within\:rotate-104 {
    transform: rotate(104deg);
  }
  .mobile\:rotate-105,
  .mobile\:hover\:rotate-105:hover,
  .mobile\:focus\:rotate-105:focus,
  .mobile\:group:hover .group-hover\:rotate-105,
  .mobile\:group:focus-within .group-focus-within\:rotate-105 {
    transform: rotate(105deg);
  }
  .mobile\:rotate-106,
  .mobile\:hover\:rotate-106:hover,
  .mobile\:focus\:rotate-106:focus,
  .mobile\:group:hover .group-hover\:rotate-106,
  .mobile\:group:focus-within .group-focus-within\:rotate-106 {
    transform: rotate(106deg);
  }
  .mobile\:rotate-107,
  .mobile\:hover\:rotate-107:hover,
  .mobile\:focus\:rotate-107:focus,
  .mobile\:group:hover .group-hover\:rotate-107,
  .mobile\:group:focus-within .group-focus-within\:rotate-107 {
    transform: rotate(107deg);
  }
  .mobile\:rotate-108,
  .mobile\:hover\:rotate-108:hover,
  .mobile\:focus\:rotate-108:focus,
  .mobile\:group:hover .group-hover\:rotate-108,
  .mobile\:group:focus-within .group-focus-within\:rotate-108 {
    transform: rotate(108deg);
  }
  .mobile\:rotate-109,
  .mobile\:hover\:rotate-109:hover,
  .mobile\:focus\:rotate-109:focus,
  .mobile\:group:hover .group-hover\:rotate-109,
  .mobile\:group:focus-within .group-focus-within\:rotate-109 {
    transform: rotate(109deg);
  }
  .mobile\:rotate-110,
  .mobile\:hover\:rotate-110:hover,
  .mobile\:focus\:rotate-110:focus,
  .mobile\:group:hover .group-hover\:rotate-110,
  .mobile\:group:focus-within .group-focus-within\:rotate-110 {
    transform: rotate(110deg);
  }
  .mobile\:rotate-111,
  .mobile\:hover\:rotate-111:hover,
  .mobile\:focus\:rotate-111:focus,
  .mobile\:group:hover .group-hover\:rotate-111,
  .mobile\:group:focus-within .group-focus-within\:rotate-111 {
    transform: rotate(111deg);
  }
  .mobile\:rotate-112,
  .mobile\:hover\:rotate-112:hover,
  .mobile\:focus\:rotate-112:focus,
  .mobile\:group:hover .group-hover\:rotate-112,
  .mobile\:group:focus-within .group-focus-within\:rotate-112 {
    transform: rotate(112deg);
  }
  .mobile\:rotate-113,
  .mobile\:hover\:rotate-113:hover,
  .mobile\:focus\:rotate-113:focus,
  .mobile\:group:hover .group-hover\:rotate-113,
  .mobile\:group:focus-within .group-focus-within\:rotate-113 {
    transform: rotate(113deg);
  }
  .mobile\:rotate-114,
  .mobile\:hover\:rotate-114:hover,
  .mobile\:focus\:rotate-114:focus,
  .mobile\:group:hover .group-hover\:rotate-114,
  .mobile\:group:focus-within .group-focus-within\:rotate-114 {
    transform: rotate(114deg);
  }
  .mobile\:rotate-115,
  .mobile\:hover\:rotate-115:hover,
  .mobile\:focus\:rotate-115:focus,
  .mobile\:group:hover .group-hover\:rotate-115,
  .mobile\:group:focus-within .group-focus-within\:rotate-115 {
    transform: rotate(115deg);
  }
  .mobile\:rotate-116,
  .mobile\:hover\:rotate-116:hover,
  .mobile\:focus\:rotate-116:focus,
  .mobile\:group:hover .group-hover\:rotate-116,
  .mobile\:group:focus-within .group-focus-within\:rotate-116 {
    transform: rotate(116deg);
  }
  .mobile\:rotate-117,
  .mobile\:hover\:rotate-117:hover,
  .mobile\:focus\:rotate-117:focus,
  .mobile\:group:hover .group-hover\:rotate-117,
  .mobile\:group:focus-within .group-focus-within\:rotate-117 {
    transform: rotate(117deg);
  }
  .mobile\:rotate-118,
  .mobile\:hover\:rotate-118:hover,
  .mobile\:focus\:rotate-118:focus,
  .mobile\:group:hover .group-hover\:rotate-118,
  .mobile\:group:focus-within .group-focus-within\:rotate-118 {
    transform: rotate(118deg);
  }
  .mobile\:rotate-119,
  .mobile\:hover\:rotate-119:hover,
  .mobile\:focus\:rotate-119:focus,
  .mobile\:group:hover .group-hover\:rotate-119,
  .mobile\:group:focus-within .group-focus-within\:rotate-119 {
    transform: rotate(119deg);
  }
  .mobile\:rotate-120,
  .mobile\:hover\:rotate-120:hover,
  .mobile\:focus\:rotate-120:focus,
  .mobile\:group:hover .group-hover\:rotate-120,
  .mobile\:group:focus-within .group-focus-within\:rotate-120 {
    transform: rotate(120deg);
  }
  .mobile\:rotate-121,
  .mobile\:hover\:rotate-121:hover,
  .mobile\:focus\:rotate-121:focus,
  .mobile\:group:hover .group-hover\:rotate-121,
  .mobile\:group:focus-within .group-focus-within\:rotate-121 {
    transform: rotate(121deg);
  }
  .mobile\:rotate-122,
  .mobile\:hover\:rotate-122:hover,
  .mobile\:focus\:rotate-122:focus,
  .mobile\:group:hover .group-hover\:rotate-122,
  .mobile\:group:focus-within .group-focus-within\:rotate-122 {
    transform: rotate(122deg);
  }
  .mobile\:rotate-123,
  .mobile\:hover\:rotate-123:hover,
  .mobile\:focus\:rotate-123:focus,
  .mobile\:group:hover .group-hover\:rotate-123,
  .mobile\:group:focus-within .group-focus-within\:rotate-123 {
    transform: rotate(123deg);
  }
  .mobile\:rotate-124,
  .mobile\:hover\:rotate-124:hover,
  .mobile\:focus\:rotate-124:focus,
  .mobile\:group:hover .group-hover\:rotate-124,
  .mobile\:group:focus-within .group-focus-within\:rotate-124 {
    transform: rotate(124deg);
  }
  .mobile\:rotate-125,
  .mobile\:hover\:rotate-125:hover,
  .mobile\:focus\:rotate-125:focus,
  .mobile\:group:hover .group-hover\:rotate-125,
  .mobile\:group:focus-within .group-focus-within\:rotate-125 {
    transform: rotate(125deg);
  }
  .mobile\:rotate-126,
  .mobile\:hover\:rotate-126:hover,
  .mobile\:focus\:rotate-126:focus,
  .mobile\:group:hover .group-hover\:rotate-126,
  .mobile\:group:focus-within .group-focus-within\:rotate-126 {
    transform: rotate(126deg);
  }
  .mobile\:rotate-127,
  .mobile\:hover\:rotate-127:hover,
  .mobile\:focus\:rotate-127:focus,
  .mobile\:group:hover .group-hover\:rotate-127,
  .mobile\:group:focus-within .group-focus-within\:rotate-127 {
    transform: rotate(127deg);
  }
  .mobile\:rotate-128,
  .mobile\:hover\:rotate-128:hover,
  .mobile\:focus\:rotate-128:focus,
  .mobile\:group:hover .group-hover\:rotate-128,
  .mobile\:group:focus-within .group-focus-within\:rotate-128 {
    transform: rotate(128deg);
  }
  .mobile\:rotate-129,
  .mobile\:hover\:rotate-129:hover,
  .mobile\:focus\:rotate-129:focus,
  .mobile\:group:hover .group-hover\:rotate-129,
  .mobile\:group:focus-within .group-focus-within\:rotate-129 {
    transform: rotate(129deg);
  }
  .mobile\:rotate-130,
  .mobile\:hover\:rotate-130:hover,
  .mobile\:focus\:rotate-130:focus,
  .mobile\:group:hover .group-hover\:rotate-130,
  .mobile\:group:focus-within .group-focus-within\:rotate-130 {
    transform: rotate(130deg);
  }
  .mobile\:rotate-131,
  .mobile\:hover\:rotate-131:hover,
  .mobile\:focus\:rotate-131:focus,
  .mobile\:group:hover .group-hover\:rotate-131,
  .mobile\:group:focus-within .group-focus-within\:rotate-131 {
    transform: rotate(131deg);
  }
  .mobile\:rotate-132,
  .mobile\:hover\:rotate-132:hover,
  .mobile\:focus\:rotate-132:focus,
  .mobile\:group:hover .group-hover\:rotate-132,
  .mobile\:group:focus-within .group-focus-within\:rotate-132 {
    transform: rotate(132deg);
  }
  .mobile\:rotate-133,
  .mobile\:hover\:rotate-133:hover,
  .mobile\:focus\:rotate-133:focus,
  .mobile\:group:hover .group-hover\:rotate-133,
  .mobile\:group:focus-within .group-focus-within\:rotate-133 {
    transform: rotate(133deg);
  }
  .mobile\:rotate-134,
  .mobile\:hover\:rotate-134:hover,
  .mobile\:focus\:rotate-134:focus,
  .mobile\:group:hover .group-hover\:rotate-134,
  .mobile\:group:focus-within .group-focus-within\:rotate-134 {
    transform: rotate(134deg);
  }
  .mobile\:rotate-135,
  .mobile\:hover\:rotate-135:hover,
  .mobile\:focus\:rotate-135:focus,
  .mobile\:group:hover .group-hover\:rotate-135,
  .mobile\:group:focus-within .group-focus-within\:rotate-135 {
    transform: rotate(135deg);
  }
  .mobile\:rotate-136,
  .mobile\:hover\:rotate-136:hover,
  .mobile\:focus\:rotate-136:focus,
  .mobile\:group:hover .group-hover\:rotate-136,
  .mobile\:group:focus-within .group-focus-within\:rotate-136 {
    transform: rotate(136deg);
  }
  .mobile\:rotate-137,
  .mobile\:hover\:rotate-137:hover,
  .mobile\:focus\:rotate-137:focus,
  .mobile\:group:hover .group-hover\:rotate-137,
  .mobile\:group:focus-within .group-focus-within\:rotate-137 {
    transform: rotate(137deg);
  }
  .mobile\:rotate-138,
  .mobile\:hover\:rotate-138:hover,
  .mobile\:focus\:rotate-138:focus,
  .mobile\:group:hover .group-hover\:rotate-138,
  .mobile\:group:focus-within .group-focus-within\:rotate-138 {
    transform: rotate(138deg);
  }
  .mobile\:rotate-139,
  .mobile\:hover\:rotate-139:hover,
  .mobile\:focus\:rotate-139:focus,
  .mobile\:group:hover .group-hover\:rotate-139,
  .mobile\:group:focus-within .group-focus-within\:rotate-139 {
    transform: rotate(139deg);
  }
  .mobile\:rotate-140,
  .mobile\:hover\:rotate-140:hover,
  .mobile\:focus\:rotate-140:focus,
  .mobile\:group:hover .group-hover\:rotate-140,
  .mobile\:group:focus-within .group-focus-within\:rotate-140 {
    transform: rotate(140deg);
  }
  .mobile\:rotate-141,
  .mobile\:hover\:rotate-141:hover,
  .mobile\:focus\:rotate-141:focus,
  .mobile\:group:hover .group-hover\:rotate-141,
  .mobile\:group:focus-within .group-focus-within\:rotate-141 {
    transform: rotate(141deg);
  }
  .mobile\:rotate-142,
  .mobile\:hover\:rotate-142:hover,
  .mobile\:focus\:rotate-142:focus,
  .mobile\:group:hover .group-hover\:rotate-142,
  .mobile\:group:focus-within .group-focus-within\:rotate-142 {
    transform: rotate(142deg);
  }
  .mobile\:rotate-143,
  .mobile\:hover\:rotate-143:hover,
  .mobile\:focus\:rotate-143:focus,
  .mobile\:group:hover .group-hover\:rotate-143,
  .mobile\:group:focus-within .group-focus-within\:rotate-143 {
    transform: rotate(143deg);
  }
  .mobile\:rotate-144,
  .mobile\:hover\:rotate-144:hover,
  .mobile\:focus\:rotate-144:focus,
  .mobile\:group:hover .group-hover\:rotate-144,
  .mobile\:group:focus-within .group-focus-within\:rotate-144 {
    transform: rotate(144deg);
  }
  .mobile\:rotate-145,
  .mobile\:hover\:rotate-145:hover,
  .mobile\:focus\:rotate-145:focus,
  .mobile\:group:hover .group-hover\:rotate-145,
  .mobile\:group:focus-within .group-focus-within\:rotate-145 {
    transform: rotate(145deg);
  }
  .mobile\:rotate-146,
  .mobile\:hover\:rotate-146:hover,
  .mobile\:focus\:rotate-146:focus,
  .mobile\:group:hover .group-hover\:rotate-146,
  .mobile\:group:focus-within .group-focus-within\:rotate-146 {
    transform: rotate(146deg);
  }
  .mobile\:rotate-147,
  .mobile\:hover\:rotate-147:hover,
  .mobile\:focus\:rotate-147:focus,
  .mobile\:group:hover .group-hover\:rotate-147,
  .mobile\:group:focus-within .group-focus-within\:rotate-147 {
    transform: rotate(147deg);
  }
  .mobile\:rotate-148,
  .mobile\:hover\:rotate-148:hover,
  .mobile\:focus\:rotate-148:focus,
  .mobile\:group:hover .group-hover\:rotate-148,
  .mobile\:group:focus-within .group-focus-within\:rotate-148 {
    transform: rotate(148deg);
  }
  .mobile\:rotate-149,
  .mobile\:hover\:rotate-149:hover,
  .mobile\:focus\:rotate-149:focus,
  .mobile\:group:hover .group-hover\:rotate-149,
  .mobile\:group:focus-within .group-focus-within\:rotate-149 {
    transform: rotate(149deg);
  }
  .mobile\:rotate-150,
  .mobile\:hover\:rotate-150:hover,
  .mobile\:focus\:rotate-150:focus,
  .mobile\:group:hover .group-hover\:rotate-150,
  .mobile\:group:focus-within .group-focus-within\:rotate-150 {
    transform: rotate(150deg);
  }
  .mobile\:rotate-151,
  .mobile\:hover\:rotate-151:hover,
  .mobile\:focus\:rotate-151:focus,
  .mobile\:group:hover .group-hover\:rotate-151,
  .mobile\:group:focus-within .group-focus-within\:rotate-151 {
    transform: rotate(151deg);
  }
  .mobile\:rotate-152,
  .mobile\:hover\:rotate-152:hover,
  .mobile\:focus\:rotate-152:focus,
  .mobile\:group:hover .group-hover\:rotate-152,
  .mobile\:group:focus-within .group-focus-within\:rotate-152 {
    transform: rotate(152deg);
  }
  .mobile\:rotate-153,
  .mobile\:hover\:rotate-153:hover,
  .mobile\:focus\:rotate-153:focus,
  .mobile\:group:hover .group-hover\:rotate-153,
  .mobile\:group:focus-within .group-focus-within\:rotate-153 {
    transform: rotate(153deg);
  }
  .mobile\:rotate-154,
  .mobile\:hover\:rotate-154:hover,
  .mobile\:focus\:rotate-154:focus,
  .mobile\:group:hover .group-hover\:rotate-154,
  .mobile\:group:focus-within .group-focus-within\:rotate-154 {
    transform: rotate(154deg);
  }
  .mobile\:rotate-155,
  .mobile\:hover\:rotate-155:hover,
  .mobile\:focus\:rotate-155:focus,
  .mobile\:group:hover .group-hover\:rotate-155,
  .mobile\:group:focus-within .group-focus-within\:rotate-155 {
    transform: rotate(155deg);
  }
  .mobile\:rotate-156,
  .mobile\:hover\:rotate-156:hover,
  .mobile\:focus\:rotate-156:focus,
  .mobile\:group:hover .group-hover\:rotate-156,
  .mobile\:group:focus-within .group-focus-within\:rotate-156 {
    transform: rotate(156deg);
  }
  .mobile\:rotate-157,
  .mobile\:hover\:rotate-157:hover,
  .mobile\:focus\:rotate-157:focus,
  .mobile\:group:hover .group-hover\:rotate-157,
  .mobile\:group:focus-within .group-focus-within\:rotate-157 {
    transform: rotate(157deg);
  }
  .mobile\:rotate-158,
  .mobile\:hover\:rotate-158:hover,
  .mobile\:focus\:rotate-158:focus,
  .mobile\:group:hover .group-hover\:rotate-158,
  .mobile\:group:focus-within .group-focus-within\:rotate-158 {
    transform: rotate(158deg);
  }
  .mobile\:rotate-159,
  .mobile\:hover\:rotate-159:hover,
  .mobile\:focus\:rotate-159:focus,
  .mobile\:group:hover .group-hover\:rotate-159,
  .mobile\:group:focus-within .group-focus-within\:rotate-159 {
    transform: rotate(159deg);
  }
  .mobile\:rotate-160,
  .mobile\:hover\:rotate-160:hover,
  .mobile\:focus\:rotate-160:focus,
  .mobile\:group:hover .group-hover\:rotate-160,
  .mobile\:group:focus-within .group-focus-within\:rotate-160 {
    transform: rotate(160deg);
  }
  .mobile\:rotate-161,
  .mobile\:hover\:rotate-161:hover,
  .mobile\:focus\:rotate-161:focus,
  .mobile\:group:hover .group-hover\:rotate-161,
  .mobile\:group:focus-within .group-focus-within\:rotate-161 {
    transform: rotate(161deg);
  }
  .mobile\:rotate-162,
  .mobile\:hover\:rotate-162:hover,
  .mobile\:focus\:rotate-162:focus,
  .mobile\:group:hover .group-hover\:rotate-162,
  .mobile\:group:focus-within .group-focus-within\:rotate-162 {
    transform: rotate(162deg);
  }
  .mobile\:rotate-163,
  .mobile\:hover\:rotate-163:hover,
  .mobile\:focus\:rotate-163:focus,
  .mobile\:group:hover .group-hover\:rotate-163,
  .mobile\:group:focus-within .group-focus-within\:rotate-163 {
    transform: rotate(163deg);
  }
  .mobile\:rotate-164,
  .mobile\:hover\:rotate-164:hover,
  .mobile\:focus\:rotate-164:focus,
  .mobile\:group:hover .group-hover\:rotate-164,
  .mobile\:group:focus-within .group-focus-within\:rotate-164 {
    transform: rotate(164deg);
  }
  .mobile\:rotate-165,
  .mobile\:hover\:rotate-165:hover,
  .mobile\:focus\:rotate-165:focus,
  .mobile\:group:hover .group-hover\:rotate-165,
  .mobile\:group:focus-within .group-focus-within\:rotate-165 {
    transform: rotate(165deg);
  }
  .mobile\:rotate-166,
  .mobile\:hover\:rotate-166:hover,
  .mobile\:focus\:rotate-166:focus,
  .mobile\:group:hover .group-hover\:rotate-166,
  .mobile\:group:focus-within .group-focus-within\:rotate-166 {
    transform: rotate(166deg);
  }
  .mobile\:rotate-167,
  .mobile\:hover\:rotate-167:hover,
  .mobile\:focus\:rotate-167:focus,
  .mobile\:group:hover .group-hover\:rotate-167,
  .mobile\:group:focus-within .group-focus-within\:rotate-167 {
    transform: rotate(167deg);
  }
  .mobile\:rotate-168,
  .mobile\:hover\:rotate-168:hover,
  .mobile\:focus\:rotate-168:focus,
  .mobile\:group:hover .group-hover\:rotate-168,
  .mobile\:group:focus-within .group-focus-within\:rotate-168 {
    transform: rotate(168deg);
  }
  .mobile\:rotate-169,
  .mobile\:hover\:rotate-169:hover,
  .mobile\:focus\:rotate-169:focus,
  .mobile\:group:hover .group-hover\:rotate-169,
  .mobile\:group:focus-within .group-focus-within\:rotate-169 {
    transform: rotate(169deg);
  }
  .mobile\:rotate-170,
  .mobile\:hover\:rotate-170:hover,
  .mobile\:focus\:rotate-170:focus,
  .mobile\:group:hover .group-hover\:rotate-170,
  .mobile\:group:focus-within .group-focus-within\:rotate-170 {
    transform: rotate(170deg);
  }
  .mobile\:rotate-171,
  .mobile\:hover\:rotate-171:hover,
  .mobile\:focus\:rotate-171:focus,
  .mobile\:group:hover .group-hover\:rotate-171,
  .mobile\:group:focus-within .group-focus-within\:rotate-171 {
    transform: rotate(171deg);
  }
  .mobile\:rotate-172,
  .mobile\:hover\:rotate-172:hover,
  .mobile\:focus\:rotate-172:focus,
  .mobile\:group:hover .group-hover\:rotate-172,
  .mobile\:group:focus-within .group-focus-within\:rotate-172 {
    transform: rotate(172deg);
  }
  .mobile\:rotate-173,
  .mobile\:hover\:rotate-173:hover,
  .mobile\:focus\:rotate-173:focus,
  .mobile\:group:hover .group-hover\:rotate-173,
  .mobile\:group:focus-within .group-focus-within\:rotate-173 {
    transform: rotate(173deg);
  }
  .mobile\:rotate-174,
  .mobile\:hover\:rotate-174:hover,
  .mobile\:focus\:rotate-174:focus,
  .mobile\:group:hover .group-hover\:rotate-174,
  .mobile\:group:focus-within .group-focus-within\:rotate-174 {
    transform: rotate(174deg);
  }
  .mobile\:rotate-175,
  .mobile\:hover\:rotate-175:hover,
  .mobile\:focus\:rotate-175:focus,
  .mobile\:group:hover .group-hover\:rotate-175,
  .mobile\:group:focus-within .group-focus-within\:rotate-175 {
    transform: rotate(175deg);
  }
  .mobile\:rotate-176,
  .mobile\:hover\:rotate-176:hover,
  .mobile\:focus\:rotate-176:focus,
  .mobile\:group:hover .group-hover\:rotate-176,
  .mobile\:group:focus-within .group-focus-within\:rotate-176 {
    transform: rotate(176deg);
  }
  .mobile\:rotate-177,
  .mobile\:hover\:rotate-177:hover,
  .mobile\:focus\:rotate-177:focus,
  .mobile\:group:hover .group-hover\:rotate-177,
  .mobile\:group:focus-within .group-focus-within\:rotate-177 {
    transform: rotate(177deg);
  }
  .mobile\:rotate-178,
  .mobile\:hover\:rotate-178:hover,
  .mobile\:focus\:rotate-178:focus,
  .mobile\:group:hover .group-hover\:rotate-178,
  .mobile\:group:focus-within .group-focus-within\:rotate-178 {
    transform: rotate(178deg);
  }
  .mobile\:rotate-179,
  .mobile\:hover\:rotate-179:hover,
  .mobile\:focus\:rotate-179:focus,
  .mobile\:group:hover .group-hover\:rotate-179,
  .mobile\:group:focus-within .group-focus-within\:rotate-179 {
    transform: rotate(179deg);
  }
  .mobile\:rotate-180,
  .mobile\:hover\:rotate-180:hover,
  .mobile\:focus\:rotate-180:focus,
  .mobile\:group:hover .group-hover\:rotate-180,
  .mobile\:group:focus-within .group-focus-within\:rotate-180 {
    transform: rotate(180deg);
  }
  .mobile\:rotate-181,
  .mobile\:hover\:rotate-181:hover,
  .mobile\:focus\:rotate-181:focus,
  .mobile\:group:hover .group-hover\:rotate-181,
  .mobile\:group:focus-within .group-focus-within\:rotate-181 {
    transform: rotate(181deg);
  }
  .mobile\:rotate-182,
  .mobile\:hover\:rotate-182:hover,
  .mobile\:focus\:rotate-182:focus,
  .mobile\:group:hover .group-hover\:rotate-182,
  .mobile\:group:focus-within .group-focus-within\:rotate-182 {
    transform: rotate(182deg);
  }
  .mobile\:rotate-183,
  .mobile\:hover\:rotate-183:hover,
  .mobile\:focus\:rotate-183:focus,
  .mobile\:group:hover .group-hover\:rotate-183,
  .mobile\:group:focus-within .group-focus-within\:rotate-183 {
    transform: rotate(183deg);
  }
  .mobile\:rotate-184,
  .mobile\:hover\:rotate-184:hover,
  .mobile\:focus\:rotate-184:focus,
  .mobile\:group:hover .group-hover\:rotate-184,
  .mobile\:group:focus-within .group-focus-within\:rotate-184 {
    transform: rotate(184deg);
  }
  .mobile\:rotate-185,
  .mobile\:hover\:rotate-185:hover,
  .mobile\:focus\:rotate-185:focus,
  .mobile\:group:hover .group-hover\:rotate-185,
  .mobile\:group:focus-within .group-focus-within\:rotate-185 {
    transform: rotate(185deg);
  }
  .mobile\:rotate-186,
  .mobile\:hover\:rotate-186:hover,
  .mobile\:focus\:rotate-186:focus,
  .mobile\:group:hover .group-hover\:rotate-186,
  .mobile\:group:focus-within .group-focus-within\:rotate-186 {
    transform: rotate(186deg);
  }
  .mobile\:rotate-187,
  .mobile\:hover\:rotate-187:hover,
  .mobile\:focus\:rotate-187:focus,
  .mobile\:group:hover .group-hover\:rotate-187,
  .mobile\:group:focus-within .group-focus-within\:rotate-187 {
    transform: rotate(187deg);
  }
  .mobile\:rotate-188,
  .mobile\:hover\:rotate-188:hover,
  .mobile\:focus\:rotate-188:focus,
  .mobile\:group:hover .group-hover\:rotate-188,
  .mobile\:group:focus-within .group-focus-within\:rotate-188 {
    transform: rotate(188deg);
  }
  .mobile\:rotate-189,
  .mobile\:hover\:rotate-189:hover,
  .mobile\:focus\:rotate-189:focus,
  .mobile\:group:hover .group-hover\:rotate-189,
  .mobile\:group:focus-within .group-focus-within\:rotate-189 {
    transform: rotate(189deg);
  }
  .mobile\:rotate-190,
  .mobile\:hover\:rotate-190:hover,
  .mobile\:focus\:rotate-190:focus,
  .mobile\:group:hover .group-hover\:rotate-190,
  .mobile\:group:focus-within .group-focus-within\:rotate-190 {
    transform: rotate(190deg);
  }
  .mobile\:rotate-191,
  .mobile\:hover\:rotate-191:hover,
  .mobile\:focus\:rotate-191:focus,
  .mobile\:group:hover .group-hover\:rotate-191,
  .mobile\:group:focus-within .group-focus-within\:rotate-191 {
    transform: rotate(191deg);
  }
  .mobile\:rotate-192,
  .mobile\:hover\:rotate-192:hover,
  .mobile\:focus\:rotate-192:focus,
  .mobile\:group:hover .group-hover\:rotate-192,
  .mobile\:group:focus-within .group-focus-within\:rotate-192 {
    transform: rotate(192deg);
  }
  .mobile\:rotate-193,
  .mobile\:hover\:rotate-193:hover,
  .mobile\:focus\:rotate-193:focus,
  .mobile\:group:hover .group-hover\:rotate-193,
  .mobile\:group:focus-within .group-focus-within\:rotate-193 {
    transform: rotate(193deg);
  }
  .mobile\:rotate-194,
  .mobile\:hover\:rotate-194:hover,
  .mobile\:focus\:rotate-194:focus,
  .mobile\:group:hover .group-hover\:rotate-194,
  .mobile\:group:focus-within .group-focus-within\:rotate-194 {
    transform: rotate(194deg);
  }
  .mobile\:rotate-195,
  .mobile\:hover\:rotate-195:hover,
  .mobile\:focus\:rotate-195:focus,
  .mobile\:group:hover .group-hover\:rotate-195,
  .mobile\:group:focus-within .group-focus-within\:rotate-195 {
    transform: rotate(195deg);
  }
  .mobile\:rotate-196,
  .mobile\:hover\:rotate-196:hover,
  .mobile\:focus\:rotate-196:focus,
  .mobile\:group:hover .group-hover\:rotate-196,
  .mobile\:group:focus-within .group-focus-within\:rotate-196 {
    transform: rotate(196deg);
  }
  .mobile\:rotate-197,
  .mobile\:hover\:rotate-197:hover,
  .mobile\:focus\:rotate-197:focus,
  .mobile\:group:hover .group-hover\:rotate-197,
  .mobile\:group:focus-within .group-focus-within\:rotate-197 {
    transform: rotate(197deg);
  }
  .mobile\:rotate-198,
  .mobile\:hover\:rotate-198:hover,
  .mobile\:focus\:rotate-198:focus,
  .mobile\:group:hover .group-hover\:rotate-198,
  .mobile\:group:focus-within .group-focus-within\:rotate-198 {
    transform: rotate(198deg);
  }
  .mobile\:rotate-199,
  .mobile\:hover\:rotate-199:hover,
  .mobile\:focus\:rotate-199:focus,
  .mobile\:group:hover .group-hover\:rotate-199,
  .mobile\:group:focus-within .group-focus-within\:rotate-199 {
    transform: rotate(199deg);
  }
  .mobile\:rotate-200,
  .mobile\:hover\:rotate-200:hover,
  .mobile\:focus\:rotate-200:focus,
  .mobile\:group:hover .group-hover\:rotate-200,
  .mobile\:group:focus-within .group-focus-within\:rotate-200 {
    transform: rotate(200deg);
  }
  .mobile\:rotate-201,
  .mobile\:hover\:rotate-201:hover,
  .mobile\:focus\:rotate-201:focus,
  .mobile\:group:hover .group-hover\:rotate-201,
  .mobile\:group:focus-within .group-focus-within\:rotate-201 {
    transform: rotate(201deg);
  }
  .mobile\:rotate-202,
  .mobile\:hover\:rotate-202:hover,
  .mobile\:focus\:rotate-202:focus,
  .mobile\:group:hover .group-hover\:rotate-202,
  .mobile\:group:focus-within .group-focus-within\:rotate-202 {
    transform: rotate(202deg);
  }
  .mobile\:rotate-203,
  .mobile\:hover\:rotate-203:hover,
  .mobile\:focus\:rotate-203:focus,
  .mobile\:group:hover .group-hover\:rotate-203,
  .mobile\:group:focus-within .group-focus-within\:rotate-203 {
    transform: rotate(203deg);
  }
  .mobile\:rotate-204,
  .mobile\:hover\:rotate-204:hover,
  .mobile\:focus\:rotate-204:focus,
  .mobile\:group:hover .group-hover\:rotate-204,
  .mobile\:group:focus-within .group-focus-within\:rotate-204 {
    transform: rotate(204deg);
  }
  .mobile\:rotate-205,
  .mobile\:hover\:rotate-205:hover,
  .mobile\:focus\:rotate-205:focus,
  .mobile\:group:hover .group-hover\:rotate-205,
  .mobile\:group:focus-within .group-focus-within\:rotate-205 {
    transform: rotate(205deg);
  }
  .mobile\:rotate-206,
  .mobile\:hover\:rotate-206:hover,
  .mobile\:focus\:rotate-206:focus,
  .mobile\:group:hover .group-hover\:rotate-206,
  .mobile\:group:focus-within .group-focus-within\:rotate-206 {
    transform: rotate(206deg);
  }
  .mobile\:rotate-207,
  .mobile\:hover\:rotate-207:hover,
  .mobile\:focus\:rotate-207:focus,
  .mobile\:group:hover .group-hover\:rotate-207,
  .mobile\:group:focus-within .group-focus-within\:rotate-207 {
    transform: rotate(207deg);
  }
  .mobile\:rotate-208,
  .mobile\:hover\:rotate-208:hover,
  .mobile\:focus\:rotate-208:focus,
  .mobile\:group:hover .group-hover\:rotate-208,
  .mobile\:group:focus-within .group-focus-within\:rotate-208 {
    transform: rotate(208deg);
  }
  .mobile\:rotate-209,
  .mobile\:hover\:rotate-209:hover,
  .mobile\:focus\:rotate-209:focus,
  .mobile\:group:hover .group-hover\:rotate-209,
  .mobile\:group:focus-within .group-focus-within\:rotate-209 {
    transform: rotate(209deg);
  }
  .mobile\:rotate-210,
  .mobile\:hover\:rotate-210:hover,
  .mobile\:focus\:rotate-210:focus,
  .mobile\:group:hover .group-hover\:rotate-210,
  .mobile\:group:focus-within .group-focus-within\:rotate-210 {
    transform: rotate(210deg);
  }
  .mobile\:rotate-211,
  .mobile\:hover\:rotate-211:hover,
  .mobile\:focus\:rotate-211:focus,
  .mobile\:group:hover .group-hover\:rotate-211,
  .mobile\:group:focus-within .group-focus-within\:rotate-211 {
    transform: rotate(211deg);
  }
  .mobile\:rotate-212,
  .mobile\:hover\:rotate-212:hover,
  .mobile\:focus\:rotate-212:focus,
  .mobile\:group:hover .group-hover\:rotate-212,
  .mobile\:group:focus-within .group-focus-within\:rotate-212 {
    transform: rotate(212deg);
  }
  .mobile\:rotate-213,
  .mobile\:hover\:rotate-213:hover,
  .mobile\:focus\:rotate-213:focus,
  .mobile\:group:hover .group-hover\:rotate-213,
  .mobile\:group:focus-within .group-focus-within\:rotate-213 {
    transform: rotate(213deg);
  }
  .mobile\:rotate-214,
  .mobile\:hover\:rotate-214:hover,
  .mobile\:focus\:rotate-214:focus,
  .mobile\:group:hover .group-hover\:rotate-214,
  .mobile\:group:focus-within .group-focus-within\:rotate-214 {
    transform: rotate(214deg);
  }
  .mobile\:rotate-215,
  .mobile\:hover\:rotate-215:hover,
  .mobile\:focus\:rotate-215:focus,
  .mobile\:group:hover .group-hover\:rotate-215,
  .mobile\:group:focus-within .group-focus-within\:rotate-215 {
    transform: rotate(215deg);
  }
  .mobile\:rotate-216,
  .mobile\:hover\:rotate-216:hover,
  .mobile\:focus\:rotate-216:focus,
  .mobile\:group:hover .group-hover\:rotate-216,
  .mobile\:group:focus-within .group-focus-within\:rotate-216 {
    transform: rotate(216deg);
  }
  .mobile\:rotate-217,
  .mobile\:hover\:rotate-217:hover,
  .mobile\:focus\:rotate-217:focus,
  .mobile\:group:hover .group-hover\:rotate-217,
  .mobile\:group:focus-within .group-focus-within\:rotate-217 {
    transform: rotate(217deg);
  }
  .mobile\:rotate-218,
  .mobile\:hover\:rotate-218:hover,
  .mobile\:focus\:rotate-218:focus,
  .mobile\:group:hover .group-hover\:rotate-218,
  .mobile\:group:focus-within .group-focus-within\:rotate-218 {
    transform: rotate(218deg);
  }
  .mobile\:rotate-219,
  .mobile\:hover\:rotate-219:hover,
  .mobile\:focus\:rotate-219:focus,
  .mobile\:group:hover .group-hover\:rotate-219,
  .mobile\:group:focus-within .group-focus-within\:rotate-219 {
    transform: rotate(219deg);
  }
  .mobile\:rotate-220,
  .mobile\:hover\:rotate-220:hover,
  .mobile\:focus\:rotate-220:focus,
  .mobile\:group:hover .group-hover\:rotate-220,
  .mobile\:group:focus-within .group-focus-within\:rotate-220 {
    transform: rotate(220deg);
  }
  .mobile\:rotate-221,
  .mobile\:hover\:rotate-221:hover,
  .mobile\:focus\:rotate-221:focus,
  .mobile\:group:hover .group-hover\:rotate-221,
  .mobile\:group:focus-within .group-focus-within\:rotate-221 {
    transform: rotate(221deg);
  }
  .mobile\:rotate-222,
  .mobile\:hover\:rotate-222:hover,
  .mobile\:focus\:rotate-222:focus,
  .mobile\:group:hover .group-hover\:rotate-222,
  .mobile\:group:focus-within .group-focus-within\:rotate-222 {
    transform: rotate(222deg);
  }
  .mobile\:rotate-223,
  .mobile\:hover\:rotate-223:hover,
  .mobile\:focus\:rotate-223:focus,
  .mobile\:group:hover .group-hover\:rotate-223,
  .mobile\:group:focus-within .group-focus-within\:rotate-223 {
    transform: rotate(223deg);
  }
  .mobile\:rotate-224,
  .mobile\:hover\:rotate-224:hover,
  .mobile\:focus\:rotate-224:focus,
  .mobile\:group:hover .group-hover\:rotate-224,
  .mobile\:group:focus-within .group-focus-within\:rotate-224 {
    transform: rotate(224deg);
  }
  .mobile\:rotate-225,
  .mobile\:hover\:rotate-225:hover,
  .mobile\:focus\:rotate-225:focus,
  .mobile\:group:hover .group-hover\:rotate-225,
  .mobile\:group:focus-within .group-focus-within\:rotate-225 {
    transform: rotate(225deg);
  }
  .mobile\:rotate-226,
  .mobile\:hover\:rotate-226:hover,
  .mobile\:focus\:rotate-226:focus,
  .mobile\:group:hover .group-hover\:rotate-226,
  .mobile\:group:focus-within .group-focus-within\:rotate-226 {
    transform: rotate(226deg);
  }
  .mobile\:rotate-227,
  .mobile\:hover\:rotate-227:hover,
  .mobile\:focus\:rotate-227:focus,
  .mobile\:group:hover .group-hover\:rotate-227,
  .mobile\:group:focus-within .group-focus-within\:rotate-227 {
    transform: rotate(227deg);
  }
  .mobile\:rotate-228,
  .mobile\:hover\:rotate-228:hover,
  .mobile\:focus\:rotate-228:focus,
  .mobile\:group:hover .group-hover\:rotate-228,
  .mobile\:group:focus-within .group-focus-within\:rotate-228 {
    transform: rotate(228deg);
  }
  .mobile\:rotate-229,
  .mobile\:hover\:rotate-229:hover,
  .mobile\:focus\:rotate-229:focus,
  .mobile\:group:hover .group-hover\:rotate-229,
  .mobile\:group:focus-within .group-focus-within\:rotate-229 {
    transform: rotate(229deg);
  }
  .mobile\:rotate-230,
  .mobile\:hover\:rotate-230:hover,
  .mobile\:focus\:rotate-230:focus,
  .mobile\:group:hover .group-hover\:rotate-230,
  .mobile\:group:focus-within .group-focus-within\:rotate-230 {
    transform: rotate(230deg);
  }
  .mobile\:rotate-231,
  .mobile\:hover\:rotate-231:hover,
  .mobile\:focus\:rotate-231:focus,
  .mobile\:group:hover .group-hover\:rotate-231,
  .mobile\:group:focus-within .group-focus-within\:rotate-231 {
    transform: rotate(231deg);
  }
  .mobile\:rotate-232,
  .mobile\:hover\:rotate-232:hover,
  .mobile\:focus\:rotate-232:focus,
  .mobile\:group:hover .group-hover\:rotate-232,
  .mobile\:group:focus-within .group-focus-within\:rotate-232 {
    transform: rotate(232deg);
  }
  .mobile\:rotate-233,
  .mobile\:hover\:rotate-233:hover,
  .mobile\:focus\:rotate-233:focus,
  .mobile\:group:hover .group-hover\:rotate-233,
  .mobile\:group:focus-within .group-focus-within\:rotate-233 {
    transform: rotate(233deg);
  }
  .mobile\:rotate-234,
  .mobile\:hover\:rotate-234:hover,
  .mobile\:focus\:rotate-234:focus,
  .mobile\:group:hover .group-hover\:rotate-234,
  .mobile\:group:focus-within .group-focus-within\:rotate-234 {
    transform: rotate(234deg);
  }
  .mobile\:rotate-235,
  .mobile\:hover\:rotate-235:hover,
  .mobile\:focus\:rotate-235:focus,
  .mobile\:group:hover .group-hover\:rotate-235,
  .mobile\:group:focus-within .group-focus-within\:rotate-235 {
    transform: rotate(235deg);
  }
  .mobile\:rotate-236,
  .mobile\:hover\:rotate-236:hover,
  .mobile\:focus\:rotate-236:focus,
  .mobile\:group:hover .group-hover\:rotate-236,
  .mobile\:group:focus-within .group-focus-within\:rotate-236 {
    transform: rotate(236deg);
  }
  .mobile\:rotate-237,
  .mobile\:hover\:rotate-237:hover,
  .mobile\:focus\:rotate-237:focus,
  .mobile\:group:hover .group-hover\:rotate-237,
  .mobile\:group:focus-within .group-focus-within\:rotate-237 {
    transform: rotate(237deg);
  }
  .mobile\:rotate-238,
  .mobile\:hover\:rotate-238:hover,
  .mobile\:focus\:rotate-238:focus,
  .mobile\:group:hover .group-hover\:rotate-238,
  .mobile\:group:focus-within .group-focus-within\:rotate-238 {
    transform: rotate(238deg);
  }
  .mobile\:rotate-239,
  .mobile\:hover\:rotate-239:hover,
  .mobile\:focus\:rotate-239:focus,
  .mobile\:group:hover .group-hover\:rotate-239,
  .mobile\:group:focus-within .group-focus-within\:rotate-239 {
    transform: rotate(239deg);
  }
  .mobile\:rotate-240,
  .mobile\:hover\:rotate-240:hover,
  .mobile\:focus\:rotate-240:focus,
  .mobile\:group:hover .group-hover\:rotate-240,
  .mobile\:group:focus-within .group-focus-within\:rotate-240 {
    transform: rotate(240deg);
  }
  .mobile\:rotate-241,
  .mobile\:hover\:rotate-241:hover,
  .mobile\:focus\:rotate-241:focus,
  .mobile\:group:hover .group-hover\:rotate-241,
  .mobile\:group:focus-within .group-focus-within\:rotate-241 {
    transform: rotate(241deg);
  }
  .mobile\:rotate-242,
  .mobile\:hover\:rotate-242:hover,
  .mobile\:focus\:rotate-242:focus,
  .mobile\:group:hover .group-hover\:rotate-242,
  .mobile\:group:focus-within .group-focus-within\:rotate-242 {
    transform: rotate(242deg);
  }
  .mobile\:rotate-243,
  .mobile\:hover\:rotate-243:hover,
  .mobile\:focus\:rotate-243:focus,
  .mobile\:group:hover .group-hover\:rotate-243,
  .mobile\:group:focus-within .group-focus-within\:rotate-243 {
    transform: rotate(243deg);
  }
  .mobile\:rotate-244,
  .mobile\:hover\:rotate-244:hover,
  .mobile\:focus\:rotate-244:focus,
  .mobile\:group:hover .group-hover\:rotate-244,
  .mobile\:group:focus-within .group-focus-within\:rotate-244 {
    transform: rotate(244deg);
  }
  .mobile\:rotate-245,
  .mobile\:hover\:rotate-245:hover,
  .mobile\:focus\:rotate-245:focus,
  .mobile\:group:hover .group-hover\:rotate-245,
  .mobile\:group:focus-within .group-focus-within\:rotate-245 {
    transform: rotate(245deg);
  }
  .mobile\:rotate-246,
  .mobile\:hover\:rotate-246:hover,
  .mobile\:focus\:rotate-246:focus,
  .mobile\:group:hover .group-hover\:rotate-246,
  .mobile\:group:focus-within .group-focus-within\:rotate-246 {
    transform: rotate(246deg);
  }
  .mobile\:rotate-247,
  .mobile\:hover\:rotate-247:hover,
  .mobile\:focus\:rotate-247:focus,
  .mobile\:group:hover .group-hover\:rotate-247,
  .mobile\:group:focus-within .group-focus-within\:rotate-247 {
    transform: rotate(247deg);
  }
  .mobile\:rotate-248,
  .mobile\:hover\:rotate-248:hover,
  .mobile\:focus\:rotate-248:focus,
  .mobile\:group:hover .group-hover\:rotate-248,
  .mobile\:group:focus-within .group-focus-within\:rotate-248 {
    transform: rotate(248deg);
  }
  .mobile\:rotate-249,
  .mobile\:hover\:rotate-249:hover,
  .mobile\:focus\:rotate-249:focus,
  .mobile\:group:hover .group-hover\:rotate-249,
  .mobile\:group:focus-within .group-focus-within\:rotate-249 {
    transform: rotate(249deg);
  }
  .mobile\:rotate-250,
  .mobile\:hover\:rotate-250:hover,
  .mobile\:focus\:rotate-250:focus,
  .mobile\:group:hover .group-hover\:rotate-250,
  .mobile\:group:focus-within .group-focus-within\:rotate-250 {
    transform: rotate(250deg);
  }
  .mobile\:rotate-251,
  .mobile\:hover\:rotate-251:hover,
  .mobile\:focus\:rotate-251:focus,
  .mobile\:group:hover .group-hover\:rotate-251,
  .mobile\:group:focus-within .group-focus-within\:rotate-251 {
    transform: rotate(251deg);
  }
  .mobile\:rotate-252,
  .mobile\:hover\:rotate-252:hover,
  .mobile\:focus\:rotate-252:focus,
  .mobile\:group:hover .group-hover\:rotate-252,
  .mobile\:group:focus-within .group-focus-within\:rotate-252 {
    transform: rotate(252deg);
  }
  .mobile\:rotate-253,
  .mobile\:hover\:rotate-253:hover,
  .mobile\:focus\:rotate-253:focus,
  .mobile\:group:hover .group-hover\:rotate-253,
  .mobile\:group:focus-within .group-focus-within\:rotate-253 {
    transform: rotate(253deg);
  }
  .mobile\:rotate-254,
  .mobile\:hover\:rotate-254:hover,
  .mobile\:focus\:rotate-254:focus,
  .mobile\:group:hover .group-hover\:rotate-254,
  .mobile\:group:focus-within .group-focus-within\:rotate-254 {
    transform: rotate(254deg);
  }
  .mobile\:rotate-255,
  .mobile\:hover\:rotate-255:hover,
  .mobile\:focus\:rotate-255:focus,
  .mobile\:group:hover .group-hover\:rotate-255,
  .mobile\:group:focus-within .group-focus-within\:rotate-255 {
    transform: rotate(255deg);
  }
  .mobile\:rotate-256,
  .mobile\:hover\:rotate-256:hover,
  .mobile\:focus\:rotate-256:focus,
  .mobile\:group:hover .group-hover\:rotate-256,
  .mobile\:group:focus-within .group-focus-within\:rotate-256 {
    transform: rotate(256deg);
  }
  .mobile\:rotate-257,
  .mobile\:hover\:rotate-257:hover,
  .mobile\:focus\:rotate-257:focus,
  .mobile\:group:hover .group-hover\:rotate-257,
  .mobile\:group:focus-within .group-focus-within\:rotate-257 {
    transform: rotate(257deg);
  }
  .mobile\:rotate-258,
  .mobile\:hover\:rotate-258:hover,
  .mobile\:focus\:rotate-258:focus,
  .mobile\:group:hover .group-hover\:rotate-258,
  .mobile\:group:focus-within .group-focus-within\:rotate-258 {
    transform: rotate(258deg);
  }
  .mobile\:rotate-259,
  .mobile\:hover\:rotate-259:hover,
  .mobile\:focus\:rotate-259:focus,
  .mobile\:group:hover .group-hover\:rotate-259,
  .mobile\:group:focus-within .group-focus-within\:rotate-259 {
    transform: rotate(259deg);
  }
  .mobile\:rotate-260,
  .mobile\:hover\:rotate-260:hover,
  .mobile\:focus\:rotate-260:focus,
  .mobile\:group:hover .group-hover\:rotate-260,
  .mobile\:group:focus-within .group-focus-within\:rotate-260 {
    transform: rotate(260deg);
  }
  .mobile\:rotate-261,
  .mobile\:hover\:rotate-261:hover,
  .mobile\:focus\:rotate-261:focus,
  .mobile\:group:hover .group-hover\:rotate-261,
  .mobile\:group:focus-within .group-focus-within\:rotate-261 {
    transform: rotate(261deg);
  }
  .mobile\:rotate-262,
  .mobile\:hover\:rotate-262:hover,
  .mobile\:focus\:rotate-262:focus,
  .mobile\:group:hover .group-hover\:rotate-262,
  .mobile\:group:focus-within .group-focus-within\:rotate-262 {
    transform: rotate(262deg);
  }
  .mobile\:rotate-263,
  .mobile\:hover\:rotate-263:hover,
  .mobile\:focus\:rotate-263:focus,
  .mobile\:group:hover .group-hover\:rotate-263,
  .mobile\:group:focus-within .group-focus-within\:rotate-263 {
    transform: rotate(263deg);
  }
  .mobile\:rotate-264,
  .mobile\:hover\:rotate-264:hover,
  .mobile\:focus\:rotate-264:focus,
  .mobile\:group:hover .group-hover\:rotate-264,
  .mobile\:group:focus-within .group-focus-within\:rotate-264 {
    transform: rotate(264deg);
  }
  .mobile\:rotate-265,
  .mobile\:hover\:rotate-265:hover,
  .mobile\:focus\:rotate-265:focus,
  .mobile\:group:hover .group-hover\:rotate-265,
  .mobile\:group:focus-within .group-focus-within\:rotate-265 {
    transform: rotate(265deg);
  }
  .mobile\:rotate-266,
  .mobile\:hover\:rotate-266:hover,
  .mobile\:focus\:rotate-266:focus,
  .mobile\:group:hover .group-hover\:rotate-266,
  .mobile\:group:focus-within .group-focus-within\:rotate-266 {
    transform: rotate(266deg);
  }
  .mobile\:rotate-267,
  .mobile\:hover\:rotate-267:hover,
  .mobile\:focus\:rotate-267:focus,
  .mobile\:group:hover .group-hover\:rotate-267,
  .mobile\:group:focus-within .group-focus-within\:rotate-267 {
    transform: rotate(267deg);
  }
  .mobile\:rotate-268,
  .mobile\:hover\:rotate-268:hover,
  .mobile\:focus\:rotate-268:focus,
  .mobile\:group:hover .group-hover\:rotate-268,
  .mobile\:group:focus-within .group-focus-within\:rotate-268 {
    transform: rotate(268deg);
  }
  .mobile\:rotate-269,
  .mobile\:hover\:rotate-269:hover,
  .mobile\:focus\:rotate-269:focus,
  .mobile\:group:hover .group-hover\:rotate-269,
  .mobile\:group:focus-within .group-focus-within\:rotate-269 {
    transform: rotate(269deg);
  }
  .mobile\:rotate-270,
  .mobile\:hover\:rotate-270:hover,
  .mobile\:focus\:rotate-270:focus,
  .mobile\:group:hover .group-hover\:rotate-270,
  .mobile\:group:focus-within .group-focus-within\:rotate-270 {
    transform: rotate(270deg);
  }
  .mobile\:rotate-271,
  .mobile\:hover\:rotate-271:hover,
  .mobile\:focus\:rotate-271:focus,
  .mobile\:group:hover .group-hover\:rotate-271,
  .mobile\:group:focus-within .group-focus-within\:rotate-271 {
    transform: rotate(271deg);
  }
  .mobile\:rotate-272,
  .mobile\:hover\:rotate-272:hover,
  .mobile\:focus\:rotate-272:focus,
  .mobile\:group:hover .group-hover\:rotate-272,
  .mobile\:group:focus-within .group-focus-within\:rotate-272 {
    transform: rotate(272deg);
  }
  .mobile\:rotate-273,
  .mobile\:hover\:rotate-273:hover,
  .mobile\:focus\:rotate-273:focus,
  .mobile\:group:hover .group-hover\:rotate-273,
  .mobile\:group:focus-within .group-focus-within\:rotate-273 {
    transform: rotate(273deg);
  }
  .mobile\:rotate-274,
  .mobile\:hover\:rotate-274:hover,
  .mobile\:focus\:rotate-274:focus,
  .mobile\:group:hover .group-hover\:rotate-274,
  .mobile\:group:focus-within .group-focus-within\:rotate-274 {
    transform: rotate(274deg);
  }
  .mobile\:rotate-275,
  .mobile\:hover\:rotate-275:hover,
  .mobile\:focus\:rotate-275:focus,
  .mobile\:group:hover .group-hover\:rotate-275,
  .mobile\:group:focus-within .group-focus-within\:rotate-275 {
    transform: rotate(275deg);
  }
  .mobile\:rotate-276,
  .mobile\:hover\:rotate-276:hover,
  .mobile\:focus\:rotate-276:focus,
  .mobile\:group:hover .group-hover\:rotate-276,
  .mobile\:group:focus-within .group-focus-within\:rotate-276 {
    transform: rotate(276deg);
  }
  .mobile\:rotate-277,
  .mobile\:hover\:rotate-277:hover,
  .mobile\:focus\:rotate-277:focus,
  .mobile\:group:hover .group-hover\:rotate-277,
  .mobile\:group:focus-within .group-focus-within\:rotate-277 {
    transform: rotate(277deg);
  }
  .mobile\:rotate-278,
  .mobile\:hover\:rotate-278:hover,
  .mobile\:focus\:rotate-278:focus,
  .mobile\:group:hover .group-hover\:rotate-278,
  .mobile\:group:focus-within .group-focus-within\:rotate-278 {
    transform: rotate(278deg);
  }
  .mobile\:rotate-279,
  .mobile\:hover\:rotate-279:hover,
  .mobile\:focus\:rotate-279:focus,
  .mobile\:group:hover .group-hover\:rotate-279,
  .mobile\:group:focus-within .group-focus-within\:rotate-279 {
    transform: rotate(279deg);
  }
  .mobile\:rotate-280,
  .mobile\:hover\:rotate-280:hover,
  .mobile\:focus\:rotate-280:focus,
  .mobile\:group:hover .group-hover\:rotate-280,
  .mobile\:group:focus-within .group-focus-within\:rotate-280 {
    transform: rotate(280deg);
  }
  .mobile\:rotate-281,
  .mobile\:hover\:rotate-281:hover,
  .mobile\:focus\:rotate-281:focus,
  .mobile\:group:hover .group-hover\:rotate-281,
  .mobile\:group:focus-within .group-focus-within\:rotate-281 {
    transform: rotate(281deg);
  }
  .mobile\:rotate-282,
  .mobile\:hover\:rotate-282:hover,
  .mobile\:focus\:rotate-282:focus,
  .mobile\:group:hover .group-hover\:rotate-282,
  .mobile\:group:focus-within .group-focus-within\:rotate-282 {
    transform: rotate(282deg);
  }
  .mobile\:rotate-283,
  .mobile\:hover\:rotate-283:hover,
  .mobile\:focus\:rotate-283:focus,
  .mobile\:group:hover .group-hover\:rotate-283,
  .mobile\:group:focus-within .group-focus-within\:rotate-283 {
    transform: rotate(283deg);
  }
  .mobile\:rotate-284,
  .mobile\:hover\:rotate-284:hover,
  .mobile\:focus\:rotate-284:focus,
  .mobile\:group:hover .group-hover\:rotate-284,
  .mobile\:group:focus-within .group-focus-within\:rotate-284 {
    transform: rotate(284deg);
  }
  .mobile\:rotate-285,
  .mobile\:hover\:rotate-285:hover,
  .mobile\:focus\:rotate-285:focus,
  .mobile\:group:hover .group-hover\:rotate-285,
  .mobile\:group:focus-within .group-focus-within\:rotate-285 {
    transform: rotate(285deg);
  }
  .mobile\:rotate-286,
  .mobile\:hover\:rotate-286:hover,
  .mobile\:focus\:rotate-286:focus,
  .mobile\:group:hover .group-hover\:rotate-286,
  .mobile\:group:focus-within .group-focus-within\:rotate-286 {
    transform: rotate(286deg);
  }
  .mobile\:rotate-287,
  .mobile\:hover\:rotate-287:hover,
  .mobile\:focus\:rotate-287:focus,
  .mobile\:group:hover .group-hover\:rotate-287,
  .mobile\:group:focus-within .group-focus-within\:rotate-287 {
    transform: rotate(287deg);
  }
  .mobile\:rotate-288,
  .mobile\:hover\:rotate-288:hover,
  .mobile\:focus\:rotate-288:focus,
  .mobile\:group:hover .group-hover\:rotate-288,
  .mobile\:group:focus-within .group-focus-within\:rotate-288 {
    transform: rotate(288deg);
  }
  .mobile\:rotate-289,
  .mobile\:hover\:rotate-289:hover,
  .mobile\:focus\:rotate-289:focus,
  .mobile\:group:hover .group-hover\:rotate-289,
  .mobile\:group:focus-within .group-focus-within\:rotate-289 {
    transform: rotate(289deg);
  }
  .mobile\:rotate-290,
  .mobile\:hover\:rotate-290:hover,
  .mobile\:focus\:rotate-290:focus,
  .mobile\:group:hover .group-hover\:rotate-290,
  .mobile\:group:focus-within .group-focus-within\:rotate-290 {
    transform: rotate(290deg);
  }
  .mobile\:rotate-291,
  .mobile\:hover\:rotate-291:hover,
  .mobile\:focus\:rotate-291:focus,
  .mobile\:group:hover .group-hover\:rotate-291,
  .mobile\:group:focus-within .group-focus-within\:rotate-291 {
    transform: rotate(291deg);
  }
  .mobile\:rotate-292,
  .mobile\:hover\:rotate-292:hover,
  .mobile\:focus\:rotate-292:focus,
  .mobile\:group:hover .group-hover\:rotate-292,
  .mobile\:group:focus-within .group-focus-within\:rotate-292 {
    transform: rotate(292deg);
  }
  .mobile\:rotate-293,
  .mobile\:hover\:rotate-293:hover,
  .mobile\:focus\:rotate-293:focus,
  .mobile\:group:hover .group-hover\:rotate-293,
  .mobile\:group:focus-within .group-focus-within\:rotate-293 {
    transform: rotate(293deg);
  }
  .mobile\:rotate-294,
  .mobile\:hover\:rotate-294:hover,
  .mobile\:focus\:rotate-294:focus,
  .mobile\:group:hover .group-hover\:rotate-294,
  .mobile\:group:focus-within .group-focus-within\:rotate-294 {
    transform: rotate(294deg);
  }
  .mobile\:rotate-295,
  .mobile\:hover\:rotate-295:hover,
  .mobile\:focus\:rotate-295:focus,
  .mobile\:group:hover .group-hover\:rotate-295,
  .mobile\:group:focus-within .group-focus-within\:rotate-295 {
    transform: rotate(295deg);
  }
  .mobile\:rotate-296,
  .mobile\:hover\:rotate-296:hover,
  .mobile\:focus\:rotate-296:focus,
  .mobile\:group:hover .group-hover\:rotate-296,
  .mobile\:group:focus-within .group-focus-within\:rotate-296 {
    transform: rotate(296deg);
  }
  .mobile\:rotate-297,
  .mobile\:hover\:rotate-297:hover,
  .mobile\:focus\:rotate-297:focus,
  .mobile\:group:hover .group-hover\:rotate-297,
  .mobile\:group:focus-within .group-focus-within\:rotate-297 {
    transform: rotate(297deg);
  }
  .mobile\:rotate-298,
  .mobile\:hover\:rotate-298:hover,
  .mobile\:focus\:rotate-298:focus,
  .mobile\:group:hover .group-hover\:rotate-298,
  .mobile\:group:focus-within .group-focus-within\:rotate-298 {
    transform: rotate(298deg);
  }
  .mobile\:rotate-299,
  .mobile\:hover\:rotate-299:hover,
  .mobile\:focus\:rotate-299:focus,
  .mobile\:group:hover .group-hover\:rotate-299,
  .mobile\:group:focus-within .group-focus-within\:rotate-299 {
    transform: rotate(299deg);
  }
  .mobile\:rotate-300,
  .mobile\:hover\:rotate-300:hover,
  .mobile\:focus\:rotate-300:focus,
  .mobile\:group:hover .group-hover\:rotate-300,
  .mobile\:group:focus-within .group-focus-within\:rotate-300 {
    transform: rotate(300deg);
  }
  .mobile\:rotate-301,
  .mobile\:hover\:rotate-301:hover,
  .mobile\:focus\:rotate-301:focus,
  .mobile\:group:hover .group-hover\:rotate-301,
  .mobile\:group:focus-within .group-focus-within\:rotate-301 {
    transform: rotate(301deg);
  }
  .mobile\:rotate-302,
  .mobile\:hover\:rotate-302:hover,
  .mobile\:focus\:rotate-302:focus,
  .mobile\:group:hover .group-hover\:rotate-302,
  .mobile\:group:focus-within .group-focus-within\:rotate-302 {
    transform: rotate(302deg);
  }
  .mobile\:rotate-303,
  .mobile\:hover\:rotate-303:hover,
  .mobile\:focus\:rotate-303:focus,
  .mobile\:group:hover .group-hover\:rotate-303,
  .mobile\:group:focus-within .group-focus-within\:rotate-303 {
    transform: rotate(303deg);
  }
  .mobile\:rotate-304,
  .mobile\:hover\:rotate-304:hover,
  .mobile\:focus\:rotate-304:focus,
  .mobile\:group:hover .group-hover\:rotate-304,
  .mobile\:group:focus-within .group-focus-within\:rotate-304 {
    transform: rotate(304deg);
  }
  .mobile\:rotate-305,
  .mobile\:hover\:rotate-305:hover,
  .mobile\:focus\:rotate-305:focus,
  .mobile\:group:hover .group-hover\:rotate-305,
  .mobile\:group:focus-within .group-focus-within\:rotate-305 {
    transform: rotate(305deg);
  }
  .mobile\:rotate-306,
  .mobile\:hover\:rotate-306:hover,
  .mobile\:focus\:rotate-306:focus,
  .mobile\:group:hover .group-hover\:rotate-306,
  .mobile\:group:focus-within .group-focus-within\:rotate-306 {
    transform: rotate(306deg);
  }
  .mobile\:rotate-307,
  .mobile\:hover\:rotate-307:hover,
  .mobile\:focus\:rotate-307:focus,
  .mobile\:group:hover .group-hover\:rotate-307,
  .mobile\:group:focus-within .group-focus-within\:rotate-307 {
    transform: rotate(307deg);
  }
  .mobile\:rotate-308,
  .mobile\:hover\:rotate-308:hover,
  .mobile\:focus\:rotate-308:focus,
  .mobile\:group:hover .group-hover\:rotate-308,
  .mobile\:group:focus-within .group-focus-within\:rotate-308 {
    transform: rotate(308deg);
  }
  .mobile\:rotate-309,
  .mobile\:hover\:rotate-309:hover,
  .mobile\:focus\:rotate-309:focus,
  .mobile\:group:hover .group-hover\:rotate-309,
  .mobile\:group:focus-within .group-focus-within\:rotate-309 {
    transform: rotate(309deg);
  }
  .mobile\:rotate-310,
  .mobile\:hover\:rotate-310:hover,
  .mobile\:focus\:rotate-310:focus,
  .mobile\:group:hover .group-hover\:rotate-310,
  .mobile\:group:focus-within .group-focus-within\:rotate-310 {
    transform: rotate(310deg);
  }
  .mobile\:rotate-311,
  .mobile\:hover\:rotate-311:hover,
  .mobile\:focus\:rotate-311:focus,
  .mobile\:group:hover .group-hover\:rotate-311,
  .mobile\:group:focus-within .group-focus-within\:rotate-311 {
    transform: rotate(311deg);
  }
  .mobile\:rotate-312,
  .mobile\:hover\:rotate-312:hover,
  .mobile\:focus\:rotate-312:focus,
  .mobile\:group:hover .group-hover\:rotate-312,
  .mobile\:group:focus-within .group-focus-within\:rotate-312 {
    transform: rotate(312deg);
  }
  .mobile\:rotate-313,
  .mobile\:hover\:rotate-313:hover,
  .mobile\:focus\:rotate-313:focus,
  .mobile\:group:hover .group-hover\:rotate-313,
  .mobile\:group:focus-within .group-focus-within\:rotate-313 {
    transform: rotate(313deg);
  }
  .mobile\:rotate-314,
  .mobile\:hover\:rotate-314:hover,
  .mobile\:focus\:rotate-314:focus,
  .mobile\:group:hover .group-hover\:rotate-314,
  .mobile\:group:focus-within .group-focus-within\:rotate-314 {
    transform: rotate(314deg);
  }
  .mobile\:rotate-315,
  .mobile\:hover\:rotate-315:hover,
  .mobile\:focus\:rotate-315:focus,
  .mobile\:group:hover .group-hover\:rotate-315,
  .mobile\:group:focus-within .group-focus-within\:rotate-315 {
    transform: rotate(315deg);
  }
  .mobile\:rotate-316,
  .mobile\:hover\:rotate-316:hover,
  .mobile\:focus\:rotate-316:focus,
  .mobile\:group:hover .group-hover\:rotate-316,
  .mobile\:group:focus-within .group-focus-within\:rotate-316 {
    transform: rotate(316deg);
  }
  .mobile\:rotate-317,
  .mobile\:hover\:rotate-317:hover,
  .mobile\:focus\:rotate-317:focus,
  .mobile\:group:hover .group-hover\:rotate-317,
  .mobile\:group:focus-within .group-focus-within\:rotate-317 {
    transform: rotate(317deg);
  }
  .mobile\:rotate-318,
  .mobile\:hover\:rotate-318:hover,
  .mobile\:focus\:rotate-318:focus,
  .mobile\:group:hover .group-hover\:rotate-318,
  .mobile\:group:focus-within .group-focus-within\:rotate-318 {
    transform: rotate(318deg);
  }
  .mobile\:rotate-319,
  .mobile\:hover\:rotate-319:hover,
  .mobile\:focus\:rotate-319:focus,
  .mobile\:group:hover .group-hover\:rotate-319,
  .mobile\:group:focus-within .group-focus-within\:rotate-319 {
    transform: rotate(319deg);
  }
  .mobile\:rotate-320,
  .mobile\:hover\:rotate-320:hover,
  .mobile\:focus\:rotate-320:focus,
  .mobile\:group:hover .group-hover\:rotate-320,
  .mobile\:group:focus-within .group-focus-within\:rotate-320 {
    transform: rotate(320deg);
  }
  .mobile\:rotate-321,
  .mobile\:hover\:rotate-321:hover,
  .mobile\:focus\:rotate-321:focus,
  .mobile\:group:hover .group-hover\:rotate-321,
  .mobile\:group:focus-within .group-focus-within\:rotate-321 {
    transform: rotate(321deg);
  }
  .mobile\:rotate-322,
  .mobile\:hover\:rotate-322:hover,
  .mobile\:focus\:rotate-322:focus,
  .mobile\:group:hover .group-hover\:rotate-322,
  .mobile\:group:focus-within .group-focus-within\:rotate-322 {
    transform: rotate(322deg);
  }
  .mobile\:rotate-323,
  .mobile\:hover\:rotate-323:hover,
  .mobile\:focus\:rotate-323:focus,
  .mobile\:group:hover .group-hover\:rotate-323,
  .mobile\:group:focus-within .group-focus-within\:rotate-323 {
    transform: rotate(323deg);
  }
  .mobile\:rotate-324,
  .mobile\:hover\:rotate-324:hover,
  .mobile\:focus\:rotate-324:focus,
  .mobile\:group:hover .group-hover\:rotate-324,
  .mobile\:group:focus-within .group-focus-within\:rotate-324 {
    transform: rotate(324deg);
  }
  .mobile\:rotate-325,
  .mobile\:hover\:rotate-325:hover,
  .mobile\:focus\:rotate-325:focus,
  .mobile\:group:hover .group-hover\:rotate-325,
  .mobile\:group:focus-within .group-focus-within\:rotate-325 {
    transform: rotate(325deg);
  }
  .mobile\:rotate-326,
  .mobile\:hover\:rotate-326:hover,
  .mobile\:focus\:rotate-326:focus,
  .mobile\:group:hover .group-hover\:rotate-326,
  .mobile\:group:focus-within .group-focus-within\:rotate-326 {
    transform: rotate(326deg);
  }
  .mobile\:rotate-327,
  .mobile\:hover\:rotate-327:hover,
  .mobile\:focus\:rotate-327:focus,
  .mobile\:group:hover .group-hover\:rotate-327,
  .mobile\:group:focus-within .group-focus-within\:rotate-327 {
    transform: rotate(327deg);
  }
  .mobile\:rotate-328,
  .mobile\:hover\:rotate-328:hover,
  .mobile\:focus\:rotate-328:focus,
  .mobile\:group:hover .group-hover\:rotate-328,
  .mobile\:group:focus-within .group-focus-within\:rotate-328 {
    transform: rotate(328deg);
  }
  .mobile\:rotate-329,
  .mobile\:hover\:rotate-329:hover,
  .mobile\:focus\:rotate-329:focus,
  .mobile\:group:hover .group-hover\:rotate-329,
  .mobile\:group:focus-within .group-focus-within\:rotate-329 {
    transform: rotate(329deg);
  }
  .mobile\:rotate-330,
  .mobile\:hover\:rotate-330:hover,
  .mobile\:focus\:rotate-330:focus,
  .mobile\:group:hover .group-hover\:rotate-330,
  .mobile\:group:focus-within .group-focus-within\:rotate-330 {
    transform: rotate(330deg);
  }
  .mobile\:rotate-331,
  .mobile\:hover\:rotate-331:hover,
  .mobile\:focus\:rotate-331:focus,
  .mobile\:group:hover .group-hover\:rotate-331,
  .mobile\:group:focus-within .group-focus-within\:rotate-331 {
    transform: rotate(331deg);
  }
  .mobile\:rotate-332,
  .mobile\:hover\:rotate-332:hover,
  .mobile\:focus\:rotate-332:focus,
  .mobile\:group:hover .group-hover\:rotate-332,
  .mobile\:group:focus-within .group-focus-within\:rotate-332 {
    transform: rotate(332deg);
  }
  .mobile\:rotate-333,
  .mobile\:hover\:rotate-333:hover,
  .mobile\:focus\:rotate-333:focus,
  .mobile\:group:hover .group-hover\:rotate-333,
  .mobile\:group:focus-within .group-focus-within\:rotate-333 {
    transform: rotate(333deg);
  }
  .mobile\:rotate-334,
  .mobile\:hover\:rotate-334:hover,
  .mobile\:focus\:rotate-334:focus,
  .mobile\:group:hover .group-hover\:rotate-334,
  .mobile\:group:focus-within .group-focus-within\:rotate-334 {
    transform: rotate(334deg);
  }
  .mobile\:rotate-335,
  .mobile\:hover\:rotate-335:hover,
  .mobile\:focus\:rotate-335:focus,
  .mobile\:group:hover .group-hover\:rotate-335,
  .mobile\:group:focus-within .group-focus-within\:rotate-335 {
    transform: rotate(335deg);
  }
  .mobile\:rotate-336,
  .mobile\:hover\:rotate-336:hover,
  .mobile\:focus\:rotate-336:focus,
  .mobile\:group:hover .group-hover\:rotate-336,
  .mobile\:group:focus-within .group-focus-within\:rotate-336 {
    transform: rotate(336deg);
  }
  .mobile\:rotate-337,
  .mobile\:hover\:rotate-337:hover,
  .mobile\:focus\:rotate-337:focus,
  .mobile\:group:hover .group-hover\:rotate-337,
  .mobile\:group:focus-within .group-focus-within\:rotate-337 {
    transform: rotate(337deg);
  }
  .mobile\:rotate-338,
  .mobile\:hover\:rotate-338:hover,
  .mobile\:focus\:rotate-338:focus,
  .mobile\:group:hover .group-hover\:rotate-338,
  .mobile\:group:focus-within .group-focus-within\:rotate-338 {
    transform: rotate(338deg);
  }
  .mobile\:rotate-339,
  .mobile\:hover\:rotate-339:hover,
  .mobile\:focus\:rotate-339:focus,
  .mobile\:group:hover .group-hover\:rotate-339,
  .mobile\:group:focus-within .group-focus-within\:rotate-339 {
    transform: rotate(339deg);
  }
  .mobile\:rotate-340,
  .mobile\:hover\:rotate-340:hover,
  .mobile\:focus\:rotate-340:focus,
  .mobile\:group:hover .group-hover\:rotate-340,
  .mobile\:group:focus-within .group-focus-within\:rotate-340 {
    transform: rotate(340deg);
  }
  .mobile\:rotate-341,
  .mobile\:hover\:rotate-341:hover,
  .mobile\:focus\:rotate-341:focus,
  .mobile\:group:hover .group-hover\:rotate-341,
  .mobile\:group:focus-within .group-focus-within\:rotate-341 {
    transform: rotate(341deg);
  }
  .mobile\:rotate-342,
  .mobile\:hover\:rotate-342:hover,
  .mobile\:focus\:rotate-342:focus,
  .mobile\:group:hover .group-hover\:rotate-342,
  .mobile\:group:focus-within .group-focus-within\:rotate-342 {
    transform: rotate(342deg);
  }
  .mobile\:rotate-343,
  .mobile\:hover\:rotate-343:hover,
  .mobile\:focus\:rotate-343:focus,
  .mobile\:group:hover .group-hover\:rotate-343,
  .mobile\:group:focus-within .group-focus-within\:rotate-343 {
    transform: rotate(343deg);
  }
  .mobile\:rotate-344,
  .mobile\:hover\:rotate-344:hover,
  .mobile\:focus\:rotate-344:focus,
  .mobile\:group:hover .group-hover\:rotate-344,
  .mobile\:group:focus-within .group-focus-within\:rotate-344 {
    transform: rotate(344deg);
  }
  .mobile\:rotate-345,
  .mobile\:hover\:rotate-345:hover,
  .mobile\:focus\:rotate-345:focus,
  .mobile\:group:hover .group-hover\:rotate-345,
  .mobile\:group:focus-within .group-focus-within\:rotate-345 {
    transform: rotate(345deg);
  }
  .mobile\:rotate-346,
  .mobile\:hover\:rotate-346:hover,
  .mobile\:focus\:rotate-346:focus,
  .mobile\:group:hover .group-hover\:rotate-346,
  .mobile\:group:focus-within .group-focus-within\:rotate-346 {
    transform: rotate(346deg);
  }
  .mobile\:rotate-347,
  .mobile\:hover\:rotate-347:hover,
  .mobile\:focus\:rotate-347:focus,
  .mobile\:group:hover .group-hover\:rotate-347,
  .mobile\:group:focus-within .group-focus-within\:rotate-347 {
    transform: rotate(347deg);
  }
  .mobile\:rotate-348,
  .mobile\:hover\:rotate-348:hover,
  .mobile\:focus\:rotate-348:focus,
  .mobile\:group:hover .group-hover\:rotate-348,
  .mobile\:group:focus-within .group-focus-within\:rotate-348 {
    transform: rotate(348deg);
  }
  .mobile\:rotate-349,
  .mobile\:hover\:rotate-349:hover,
  .mobile\:focus\:rotate-349:focus,
  .mobile\:group:hover .group-hover\:rotate-349,
  .mobile\:group:focus-within .group-focus-within\:rotate-349 {
    transform: rotate(349deg);
  }
  .mobile\:rotate-350,
  .mobile\:hover\:rotate-350:hover,
  .mobile\:focus\:rotate-350:focus,
  .mobile\:group:hover .group-hover\:rotate-350,
  .mobile\:group:focus-within .group-focus-within\:rotate-350 {
    transform: rotate(350deg);
  }
  .mobile\:rotate-351,
  .mobile\:hover\:rotate-351:hover,
  .mobile\:focus\:rotate-351:focus,
  .mobile\:group:hover .group-hover\:rotate-351,
  .mobile\:group:focus-within .group-focus-within\:rotate-351 {
    transform: rotate(351deg);
  }
  .mobile\:rotate-352,
  .mobile\:hover\:rotate-352:hover,
  .mobile\:focus\:rotate-352:focus,
  .mobile\:group:hover .group-hover\:rotate-352,
  .mobile\:group:focus-within .group-focus-within\:rotate-352 {
    transform: rotate(352deg);
  }
  .mobile\:rotate-353,
  .mobile\:hover\:rotate-353:hover,
  .mobile\:focus\:rotate-353:focus,
  .mobile\:group:hover .group-hover\:rotate-353,
  .mobile\:group:focus-within .group-focus-within\:rotate-353 {
    transform: rotate(353deg);
  }
  .mobile\:rotate-354,
  .mobile\:hover\:rotate-354:hover,
  .mobile\:focus\:rotate-354:focus,
  .mobile\:group:hover .group-hover\:rotate-354,
  .mobile\:group:focus-within .group-focus-within\:rotate-354 {
    transform: rotate(354deg);
  }
  .mobile\:rotate-355,
  .mobile\:hover\:rotate-355:hover,
  .mobile\:focus\:rotate-355:focus,
  .mobile\:group:hover .group-hover\:rotate-355,
  .mobile\:group:focus-within .group-focus-within\:rotate-355 {
    transform: rotate(355deg);
  }
  .mobile\:rotate-356,
  .mobile\:hover\:rotate-356:hover,
  .mobile\:focus\:rotate-356:focus,
  .mobile\:group:hover .group-hover\:rotate-356,
  .mobile\:group:focus-within .group-focus-within\:rotate-356 {
    transform: rotate(356deg);
  }
  .mobile\:rotate-357,
  .mobile\:hover\:rotate-357:hover,
  .mobile\:focus\:rotate-357:focus,
  .mobile\:group:hover .group-hover\:rotate-357,
  .mobile\:group:focus-within .group-focus-within\:rotate-357 {
    transform: rotate(357deg);
  }
  .mobile\:rotate-358,
  .mobile\:hover\:rotate-358:hover,
  .mobile\:focus\:rotate-358:focus,
  .mobile\:group:hover .group-hover\:rotate-358,
  .mobile\:group:focus-within .group-focus-within\:rotate-358 {
    transform: rotate(358deg);
  }
  .mobile\:rotate-359,
  .mobile\:hover\:rotate-359:hover,
  .mobile\:focus\:rotate-359:focus,
  .mobile\:group:hover .group-hover\:rotate-359,
  .mobile\:group:focus-within .group-focus-within\:rotate-359 {
    transform: rotate(359deg);
  }
  .mobile\:rotate-360,
  .mobile\:hover\:rotate-360:hover,
  .mobile\:focus\:rotate-360:focus,
  .mobile\:group:hover .group-hover\:rotate-360,
  .mobile\:group:focus-within .group-focus-within\:rotate-360 {
    transform: rotate(360deg);
  }
  .mobile\:scale-0,
  .mobile\:hover\:scale-0:hover,
  .mobile\:focus\:scale-0:focus,
  .mobile\:group:hover .group-hover\:scale-0,
  .mobile\:group:focus-within .group-focus-within\:scale-0 {
    transform: scale(0);
  }
  .mobile\:scale-1,
  .mobile\:hover\:scale-1:hover,
  .mobile\:focus\:scale-1:focus,
  .mobile\:group:hover .group-hover\:scale-1,
  .mobile\:group:focus-within .group-focus-within\:scale-1 {
    transform: scale(0.1);
  }
  .mobile\:scale-2,
  .mobile\:hover\:scale-2:hover,
  .mobile\:focus\:scale-2:focus,
  .mobile\:group:hover .group-hover\:scale-2,
  .mobile\:group:focus-within .group-focus-within\:scale-2 {
    transform: scale(0.2);
  }
  .mobile\:scale-3,
  .mobile\:hover\:scale-3:hover,
  .mobile\:focus\:scale-3:focus,
  .mobile\:group:hover .group-hover\:scale-3,
  .mobile\:group:focus-within .group-focus-within\:scale-3 {
    transform: scale(0.3);
  }
  .mobile\:scale-4,
  .mobile\:hover\:scale-4:hover,
  .mobile\:focus\:scale-4:focus,
  .mobile\:group:hover .group-hover\:scale-4,
  .mobile\:group:focus-within .group-focus-within\:scale-4 {
    transform: scale(0.4);
  }
  .mobile\:scale-5,
  .mobile\:hover\:scale-5:hover,
  .mobile\:focus\:scale-5:focus,
  .mobile\:group:hover .group-hover\:scale-5,
  .mobile\:group:focus-within .group-focus-within\:scale-5 {
    transform: scale(0.5);
  }
  .mobile\:scale-6,
  .mobile\:hover\:scale-6:hover,
  .mobile\:focus\:scale-6:focus,
  .mobile\:group:hover .group-hover\:scale-6,
  .mobile\:group:focus-within .group-focus-within\:scale-6 {
    transform: scale(0.6);
  }
  .mobile\:scale-7,
  .mobile\:hover\:scale-7:hover,
  .mobile\:focus\:scale-7:focus,
  .mobile\:group:hover .group-hover\:scale-7,
  .mobile\:group:focus-within .group-focus-within\:scale-7 {
    transform: scale(0.7);
  }
  .mobile\:scale-8,
  .mobile\:hover\:scale-8:hover,
  .mobile\:focus\:scale-8:focus,
  .mobile\:group:hover .group-hover\:scale-8,
  .mobile\:group:focus-within .group-focus-within\:scale-8 {
    transform: scale(0.8);
  }
  .mobile\:scale-9,
  .mobile\:hover\:scale-9:hover,
  .mobile\:focus\:scale-9:focus,
  .mobile\:group:hover .group-hover\:scale-9,
  .mobile\:group:focus-within .group-focus-within\:scale-9 {
    transform: scale(0.9);
  }
  .mobile\:scale-10,
  .mobile\:hover\:scale-10:hover,
  .mobile\:focus\:scale-10:focus,
  .mobile\:group:hover .group-hover\:scale-10,
  .mobile\:group:focus-within .group-focus-within\:scale-10 {
    transform: scale(1);
  }
  .mobile\:scale-11,
  .mobile\:hover\:scale-11:hover,
  .mobile\:focus\:scale-11:focus,
  .mobile\:group:hover .group-hover\:scale-11,
  .mobile\:group:focus-within .group-focus-within\:scale-11 {
    transform: scale(1.1);
  }
  .mobile\:scale-12,
  .mobile\:hover\:scale-12:hover,
  .mobile\:focus\:scale-12:focus,
  .mobile\:group:hover .group-hover\:scale-12,
  .mobile\:group:focus-within .group-focus-within\:scale-12 {
    transform: scale(1.2);
  }
  .mobile\:scale-13,
  .mobile\:hover\:scale-13:hover,
  .mobile\:focus\:scale-13:focus,
  .mobile\:group:hover .group-hover\:scale-13,
  .mobile\:group:focus-within .group-focus-within\:scale-13 {
    transform: scale(1.3);
  }
  .mobile\:scale-14,
  .mobile\:hover\:scale-14:hover,
  .mobile\:focus\:scale-14:focus,
  .mobile\:group:hover .group-hover\:scale-14,
  .mobile\:group:focus-within .group-focus-within\:scale-14 {
    transform: scale(1.4);
  }
  .mobile\:scale-15,
  .mobile\:hover\:scale-15:hover,
  .mobile\:focus\:scale-15:focus,
  .mobile\:group:hover .group-hover\:scale-15,
  .mobile\:group:focus-within .group-focus-within\:scale-15 {
    transform: scale(1.5);
  }
  .mobile\:scale-16,
  .mobile\:hover\:scale-16:hover,
  .mobile\:focus\:scale-16:focus,
  .mobile\:group:hover .group-hover\:scale-16,
  .mobile\:group:focus-within .group-focus-within\:scale-16 {
    transform: scale(1.6);
  }
  .mobile\:scale-17,
  .mobile\:hover\:scale-17:hover,
  .mobile\:focus\:scale-17:focus,
  .mobile\:group:hover .group-hover\:scale-17,
  .mobile\:group:focus-within .group-focus-within\:scale-17 {
    transform: scale(1.7);
  }
  .mobile\:scale-18,
  .mobile\:hover\:scale-18:hover,
  .mobile\:focus\:scale-18:focus,
  .mobile\:group:hover .group-hover\:scale-18,
  .mobile\:group:focus-within .group-focus-within\:scale-18 {
    transform: scale(1.8);
  }
  .mobile\:scale-19,
  .mobile\:hover\:scale-19:hover,
  .mobile\:focus\:scale-19:focus,
  .mobile\:group:hover .group-hover\:scale-19,
  .mobile\:group:focus-within .group-focus-within\:scale-19 {
    transform: scale(1.9);
  }
  .mobile\:scale-20,
  .mobile\:hover\:scale-20:hover,
  .mobile\:focus\:scale-20:focus,
  .mobile\:group:hover .group-hover\:scale-20,
  .mobile\:group:focus-within .group-focus-within\:scale-20 {
    transform: scale(2);
  }
  .mobile\:scale-21,
  .mobile\:hover\:scale-21:hover,
  .mobile\:focus\:scale-21:focus,
  .mobile\:group:hover .group-hover\:scale-21,
  .mobile\:group:focus-within .group-focus-within\:scale-21 {
    transform: scale(2.1);
  }
  .mobile\:scale-22,
  .mobile\:hover\:scale-22:hover,
  .mobile\:focus\:scale-22:focus,
  .mobile\:group:hover .group-hover\:scale-22,
  .mobile\:group:focus-within .group-focus-within\:scale-22 {
    transform: scale(2.2);
  }
  .mobile\:scale-23,
  .mobile\:hover\:scale-23:hover,
  .mobile\:focus\:scale-23:focus,
  .mobile\:group:hover .group-hover\:scale-23,
  .mobile\:group:focus-within .group-focus-within\:scale-23 {
    transform: scale(2.3);
  }
  .mobile\:scale-24,
  .mobile\:hover\:scale-24:hover,
  .mobile\:focus\:scale-24:focus,
  .mobile\:group:hover .group-hover\:scale-24,
  .mobile\:group:focus-within .group-focus-within\:scale-24 {
    transform: scale(2.4);
  }
  .mobile\:scale-25,
  .mobile\:hover\:scale-25:hover,
  .mobile\:focus\:scale-25:focus,
  .mobile\:group:hover .group-hover\:scale-25,
  .mobile\:group:focus-within .group-focus-within\:scale-25 {
    transform: scale(2.5);
  }
  .mobile\:scale-26,
  .mobile\:hover\:scale-26:hover,
  .mobile\:focus\:scale-26:focus,
  .mobile\:group:hover .group-hover\:scale-26,
  .mobile\:group:focus-within .group-focus-within\:scale-26 {
    transform: scale(2.6);
  }
  .mobile\:scale-27,
  .mobile\:hover\:scale-27:hover,
  .mobile\:focus\:scale-27:focus,
  .mobile\:group:hover .group-hover\:scale-27,
  .mobile\:group:focus-within .group-focus-within\:scale-27 {
    transform: scale(2.7);
  }
  .mobile\:scale-28,
  .mobile\:hover\:scale-28:hover,
  .mobile\:focus\:scale-28:focus,
  .mobile\:group:hover .group-hover\:scale-28,
  .mobile\:group:focus-within .group-focus-within\:scale-28 {
    transform: scale(2.8);
  }
  .mobile\:scale-29,
  .mobile\:hover\:scale-29:hover,
  .mobile\:focus\:scale-29:focus,
  .mobile\:group:hover .group-hover\:scale-29,
  .mobile\:group:focus-within .group-focus-within\:scale-29 {
    transform: scale(2.9);
  }
  .mobile\:scale-30,
  .mobile\:hover\:scale-30:hover,
  .mobile\:focus\:scale-30:focus,
  .mobile\:group:hover .group-hover\:scale-30,
  .mobile\:group:focus-within .group-focus-within\:scale-30 {
    transform: scale(3);
  }
}
.transition-slow {
  transition: 0.6s ease-in-out;
}
.transition-mid,
.card {
  transition: 0.3s ease-in-out;
}
.transition-fast,
.announcement-link:hover,
.announcement-link:focus,
.announcement-bar {
  transition: 0.2s ease-in-out;
}
@media (max-width: 8640px) {
  .visibility-hidden {
    visibility: hidden;
  }
  .visibility-visible {
    visibility: visible;
  }
  .visibility-initial {
    visibility: initial;
  }
}
@media (max-width: 960px) {
  .mobile\:visibility-hidden {
    visibility: hidden;
  }
  .mobile\:visibility-visible {
    visibility: visible;
  }
  .mobile\:visibility-initial {
    visibility: initial;
  }
}
.hide-on-mobile {
  display: block;
}
@media (max-width: 520px) {
  .hide-on-mobile {
    display: none;
  }
}
.show-on-mobile {
  display: none;
}
@media (max-width: 520px) {
  .show-on-mobile {
    display: block;
  }
}
.transition-delay-0 {
  transition-delay: 0s;
}
.transition-duration-0 {
  transition-duration: 0s;
}
.animation-delay-0 {
  animation-delay: 0s;
}
.animation-duration-0 {
  animation-duration: 0s;
}
.transition-delay-1 {
  transition-delay: 1s;
}
.transition-duration-1 {
  transition-duration: 1s;
}
.animation-delay-1 {
  animation-delay: 1s;
}
.animation-duration-1 {
  animation-duration: 1s;
}
.transition-delay-2 {
  transition-delay: 2s;
}
.transition-duration-2 {
  transition-duration: 2s;
}
.animation-delay-2 {
  animation-delay: 2s;
}
.animation-duration-2 {
  animation-duration: 2s;
}
.transition-delay-3 {
  transition-delay: 3s;
}
.transition-duration-3 {
  transition-duration: 3s;
}
.animation-delay-3 {
  animation-delay: 3s;
}
.animation-duration-3 {
  animation-duration: 3s;
}
.transition-delay-4 {
  transition-delay: 4s;
}
.transition-duration-4 {
  transition-duration: 4s;
}
.animation-delay-4 {
  animation-delay: 4s;
}
.animation-duration-4 {
  animation-duration: 4s;
}
.transition-delay-5 {
  transition-delay: 5s;
}
.transition-duration-5 {
  transition-duration: 5s;
}
.animation-delay-5 {
  animation-delay: 5s;
}
.animation-duration-5 {
  animation-duration: 5s;
}
.transition-delay-6 {
  transition-delay: 6s;
}
.transition-duration-6 {
  transition-duration: 6s;
}
.animation-delay-6 {
  animation-delay: 6s;
}
.animation-duration-6 {
  animation-duration: 6s;
}
.transition-delay-7 {
  transition-delay: 7s;
}
.transition-duration-7 {
  transition-duration: 7s;
}
.animation-delay-7 {
  animation-delay: 7s;
}
.animation-duration-7 {
  animation-duration: 7s;
}
.transition-delay-8 {
  transition-delay: 8s;
}
.transition-duration-8 {
  transition-duration: 8s;
}
.animation-delay-8 {
  animation-delay: 8s;
}
.animation-duration-8 {
  animation-duration: 8s;
}
.transition-delay-9 {
  transition-delay: 9s;
}
.transition-duration-9 {
  transition-duration: 9s;
}
.animation-delay-9 {
  animation-delay: 9s;
}
.animation-duration-9 {
  animation-duration: 9s;
}
.transition-delay-10 {
  transition-delay: 10s;
}
.transition-duration-10 {
  transition-duration: 10s;
}
.animation-delay-10 {
  animation-delay: 10s;
}
.animation-duration-10 {
  animation-duration: 10s;
}
.transition-delay-11 {
  transition-delay: 11s;
}
.transition-duration-11 {
  transition-duration: 11s;
}
.animation-delay-11 {
  animation-delay: 11s;
}
.animation-duration-11 {
  animation-duration: 11s;
}
.transition-delay-12 {
  transition-delay: 12s;
}
.transition-duration-12 {
  transition-duration: 12s;
}
.animation-delay-12 {
  animation-delay: 12s;
}
.animation-duration-12 {
  animation-duration: 12s;
}
.transition-delay-13 {
  transition-delay: 13s;
}
.transition-duration-13 {
  transition-duration: 13s;
}
.animation-delay-13 {
  animation-delay: 13s;
}
.animation-duration-13 {
  animation-duration: 13s;
}
.transition-delay-14 {
  transition-delay: 14s;
}
.transition-duration-14 {
  transition-duration: 14s;
}
.animation-delay-14 {
  animation-delay: 14s;
}
.animation-duration-14 {
  animation-duration: 14s;
}
.transition-delay-15 {
  transition-delay: 15s;
}
.transition-duration-15 {
  transition-duration: 15s;
}
.animation-delay-15 {
  animation-delay: 15s;
}
.animation-duration-15 {
  animation-duration: 15s;
}
.transition-delay-16 {
  transition-delay: 16s;
}
.transition-duration-16 {
  transition-duration: 16s;
}
.animation-delay-16 {
  animation-delay: 16s;
}
.animation-duration-16 {
  animation-duration: 16s;
}
.transition-delay-17 {
  transition-delay: 17s;
}
.transition-duration-17 {
  transition-duration: 17s;
}
.animation-delay-17 {
  animation-delay: 17s;
}
.animation-duration-17 {
  animation-duration: 17s;
}
.transition-delay-18 {
  transition-delay: 18s;
}
.transition-duration-18 {
  transition-duration: 18s;
}
.animation-delay-18 {
  animation-delay: 18s;
}
.animation-duration-18 {
  animation-duration: 18s;
}
.transition-delay-19 {
  transition-delay: 19s;
}
.transition-duration-19 {
  transition-duration: 19s;
}
.animation-delay-19 {
  animation-delay: 19s;
}
.animation-duration-19 {
  animation-duration: 19s;
}
.transition-delay-20 {
  transition-delay: 20s;
}
.transition-duration-20 {
  transition-duration: 20s;
}
.animation-delay-20 {
  animation-delay: 20s;
}
.animation-duration-20 {
  animation-duration: 20s;
}
@keyframes fly-in-top {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  15% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fly-in-bottom {
  from {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes pan-left {
  0% {
    opacity: 0;
    transform: translateX(-1.5rem);
  }
  60% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pan-right {
  0% {
    opacity: 0;
    transform: translateX(1.5rem);
  }
  60% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@keyframes sparkle {
  0% {
    transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
  25% {
    transform: scale(1) rotate(360deg);
    opacity: 1;
  }
  50% {
    transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }
  100% {
    transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}
.avatar {
  display: inline-block;
  height: 2rem;
  position: relative;
  width: 2rem;
  overflow: hidden;
}
.avatar::before {
  bottom: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  content: attr(data-name);
  display: block;
  height: 1.25rem;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.avatar.no-image::after {
  background: #441c99;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.avatar img {
  box-sizing: border-box;
  display: block;
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 2;
}
.avatar-extra-small {
  height: 1.125rem;
  width: 1.125rem;
}
.avatar-extra-small::before {
  transform: scale(0.6);
}
.avatar-small {
  height: 1.5rem;
  width: 1.5rem;
}
.avatar-small::before {
  transform: scale(0.8);
}
.avatar-medium {
  height: 4rem;
  width: 4rem;
}
.avatar-medium::before {
  transform: scale(1);
}
.avatar-large {
  height: 5.25rem;
  width: 5.25rem;
}
.avatar-large::before {
  transform: scale(2.6);
}
.avatar-huge {
  height: 8.75rem;
  width: 8.75rem;
}
.avatar-huge::before {
  transform: scale(2.6);
}
.badge {
  width: max-content;
  height: max-content;
  padding: 0.125rem 0.25rem 0.125rem 0.4rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 0.25rem;
  color: #fff;
  background: linear-gradient(140deg, #e555ac, #441c99);
}
.dark-mode .badge,
.badge.dark-mode {
  color: #01011e;
}
[data-page-theme="default"] .badge {
  color: #fff;
}
.dark-mode[data-page-theme="default"] .badge,
[data-page-theme="default"] .dark-mode .badge,
[data-page-theme="default"] .badge.dark-mode {
  color: #01011e;
}
[data-page-theme="secondary"] .badge {
  color: #fff;
}
.dark-mode[data-page-theme="secondary"] .badge,
[data-page-theme="secondary"] .dark-mode .badge,
[data-page-theme="secondary"] .badge.dark-mode {
  color: #01011e;
}
[data-page-theme="security-labs"] .badge {
  color: #fff;
}
.dark-mode[data-page-theme="security-labs"] .badge,
[data-page-theme="security-labs"] .dark-mode .badge,
[data-page-theme="security-labs"] .badge.dark-mode {
  color: #01011e;
}
[data-page-theme="devseccon"] .badge {
  color: #fff;
}
.dark-mode[data-page-theme="devseccon"] .badge,
[data-page-theme="devseccon"] .dark-mode .badge,
[data-page-theme="devseccon"] .badge.dark-mode {
  color: #01011e;
}
.dark-mode .badge,
.badge.dark-mode {
  background: linear-gradient(140deg, #ff78e1, #c481f3);
}
[data-page-theme="default"] .badge {
  background: linear-gradient(140deg, #e555ac, #441c99);
}
.dark-mode[data-page-theme="default"] .badge,
[data-page-theme="default"] .dark-mode .badge,
[data-page-theme="default"] .badge.dark-mode {
  background: linear-gradient(140deg, #ff78e1, #c481f3);
}
[data-page-theme="secondary"] .badge {
  background: linear-gradient(140deg, #0a26b8, #145deb);
}
.dark-mode[data-page-theme="secondary"] .badge,
[data-page-theme="secondary"] .dark-mode .badge,
[data-page-theme="secondary"] .badge.dark-mode {
  background: linear-gradient(140deg, #8598fb, #9bcfff);
}
[data-page-theme="security-labs"] .badge {
  background: linear-gradient(140deg, #4bd6b5, #145deb);
}
.dark-mode[data-page-theme="security-labs"] .badge,
[data-page-theme="security-labs"] .dark-mode .badge,
[data-page-theme="security-labs"] .badge.dark-mode {
  background: linear-gradient(140deg, #3ea2ff, #14c4eb);
}
[data-page-theme="devseccon"] .badge {
  background: linear-gradient(140deg, #4bd6b5, #097d98);
}
.dark-mode[data-page-theme="devseccon"] .badge,
[data-page-theme="devseccon"] .dark-mode .badge,
[data-page-theme="devseccon"] .badge.dark-mode {
  background: linear-gradient(140deg, #4bd6b5, #c0f5f2);
}
.button,
.card-action {
  border: 0.0625rem solid rgba(0, 0, 0, 0);
  align-content: center;
  align-items: center;
  border-radius: 0.25rem;
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.005em;
  justify-content: center;
  justify-items: center;
  line-height: 0.875rem;
  overflow: hidden;
  padding: 1rem 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
  color: #01011e;
}
.button.dark-mode,
.dark-mode.card-action,
.dark-mode .button,
.dark-mode .card-action {
  color: #fff;
}
.button:hover,
.card-action:hover {
  cursor: pointer;
  color: #145deb;
  background-color: RGBA(20, 93, 235, 0.1);
}
.button:hover.dark-mode,
.card-action:hover.dark-mode,
.dark-mode .button:hover,
.dark-mode .card-action:hover {
  color: #3ea2ff;
}
.button:hover.dark-mode,
.card-action:hover.dark-mode,
.dark-mode .button:hover,
.dark-mode .card-action:hover {
  background-color: RGBA(62, 162, 255, 0.1);
}
.button:focus,
.card-action:focus {
  color: #145deb;
  background-color: RGBA(20, 93, 235, 0.1);
}
.button:focus.dark-mode,
.card-action:focus.dark-mode,
.dark-mode .button:focus,
.dark-mode .card-action:focus {
  color: #3ea2ff;
}
.button:focus.dark-mode,
.card-action:focus.dark-mode,
.dark-mode .button:focus,
.dark-mode .card-action:focus {
  background-color: RGBA(62, 162, 255, 0.1);
}
.button-small {
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
.button-small.tertiary:hover,
.button-small.tertiary:focus,
.button-small.glyph:hover,
.button-small.glyph:focus {
  padding: 0.5rem 1rem;
}
.button.pad-none,
.pad-none.card-action {
  padding: 0;
}
.button.default,
.default.card-action {
  color: #01011e;
}
.button.default.dark-mode,
.default.dark-mode.card-action,
.dark-mode .button.default,
.dark-mode .default.card-action {
  color: #fff;
}
.button.default:hover,
.default.card-action:hover {
  cursor: pointer;
  color: #145deb;
  background-color: RGBA(20, 93, 235, 0.1);
}
.button.default:hover.dark-mode,
.default.card-action:hover.dark-mode,
.dark-mode .button.default:hover,
.dark-mode .default.card-action:hover {
  color: #3ea2ff;
}
.button.default:hover.dark-mode,
.default.card-action:hover.dark-mode,
.dark-mode .button.default:hover,
.dark-mode .default.card-action:hover {
  background-color: RGBA(62, 162, 255, 0.1);
}
.button.default:focus,
.default.card-action:focus {
  color: #145deb;
  background-color: RGBA(20, 93, 235, 0.1);
}
.button.default:focus.dark-mode,
.default.card-action:focus.dark-mode,
.dark-mode .button.default:focus,
.dark-mode .default.card-action:focus {
  color: #3ea2ff;
}
.button.default:focus.dark-mode,
.default.card-action:focus.dark-mode,
.dark-mode .button.default:focus,
.dark-mode .default.card-action:focus {
  background-color: RGBA(62, 162, 255, 0.1);
}
.button.primary,
.primary.card-action {
  border-color: #145deb;
  background-color: #145deb;
  color: #fff;
}
.button.primary.dark-mode,
.primary.dark-mode.card-action,
.dark-mode .button.primary,
.dark-mode .primary.card-action {
  border-color: #3ea2ff;
}
.button.primary.dark-mode,
.primary.dark-mode.card-action,
.dark-mode .button.primary,
.dark-mode .primary.card-action {
  background-color: #3ea2ff;
}
.button.primary.dark-mode,
.primary.dark-mode.card-action,
.dark-mode .button.primary,
.dark-mode .primary.card-action {
  color: #01011e;
}
.button.primary:hover,
.primary.card-action:hover,
.button.primary:focus,
.primary.card-action:focus {
  border-color: #0a26b8;
  background-color: #0a26b8;
  color: #fff;
}
.button.primary:hover.dark-mode,
.primary.card-action:hover.dark-mode,
.dark-mode .button.primary:hover,
.dark-mode .primary.card-action:hover,
.button.primary:focus.dark-mode,
.primary.card-action:focus.dark-mode,
.dark-mode .button.primary:focus,
.dark-mode .primary.card-action:focus {
  border-color: #9bcfff;
}
.button.primary:hover.dark-mode,
.primary.card-action:hover.dark-mode,
.dark-mode .button.primary:hover,
.dark-mode .primary.card-action:hover,
.button.primary:focus.dark-mode,
.primary.card-action:focus.dark-mode,
.dark-mode .button.primary:focus,
.dark-mode .primary.card-action:focus {
  background-color: #9bcfff;
}
.button.primary:hover.dark-mode,
.primary.card-action:hover.dark-mode,
.dark-mode .button.primary:hover,
.dark-mode .primary.card-action:hover,
.button.primary:focus.dark-mode,
.primary.card-action:focus.dark-mode,
.dark-mode .button.primary:focus,
.dark-mode .primary.card-action:focus {
  color: #01011e;
}
.button.secondary,
.secondary.card-action {
  border-color: RGBA(20, 93, 235, 0.5);
  background-color: RGBA(20, 93, 235, 0.1);
  color: #145deb;
}
.button.secondary.dark-mode,
.secondary.dark-mode.card-action,
.dark-mode .button.secondary,
.dark-mode .secondary.card-action {
  border-color: RGBA(62, 162, 255, 0.5);
}
.button.secondary.dark-mode,
.secondary.dark-mode.card-action,
.dark-mode .button.secondary,
.dark-mode .secondary.card-action {
  background-color: RGBA(62, 162, 255, 0.1);
}
.button.secondary.dark-mode,
.secondary.dark-mode.card-action,
.dark-mode .button.secondary,
.dark-mode .secondary.card-action {
  color: #3ea2ff;
}
.button.secondary:hover,
.secondary.card-action:hover,
.button.secondary:focus,
.secondary.card-action:focus {
  border-color: RGBA(10, 38, 184, 0.5);
  background-color: RGBA(20, 93, 235, 0.1);
  color: #0a26b8;
}
.button.secondary:hover.dark-mode,
.secondary.card-action:hover.dark-mode,
.dark-mode .button.secondary:hover,
.dark-mode .secondary.card-action:hover,
.button.secondary:focus.dark-mode,
.secondary.card-action:focus.dark-mode,
.dark-mode .button.secondary:focus,
.dark-mode .secondary.card-action:focus {
  border-color: RGBA(155, 207, 255, 0.5);
}
.button.secondary:hover.dark-mode,
.secondary.card-action:hover.dark-mode,
.dark-mode .button.secondary:hover,
.dark-mode .secondary.card-action:hover,
.button.secondary:focus.dark-mode,
.secondary.card-action:focus.dark-mode,
.dark-mode .button.secondary:focus,
.dark-mode .secondary.card-action:focus {
  background-color: RGBA(62, 162, 255, 0.1);
}
.button.secondary:hover.dark-mode,
.secondary.card-action:hover.dark-mode,
.dark-mode .button.secondary:hover,
.dark-mode .secondary.card-action:hover,
.button.secondary:focus.dark-mode,
.secondary.card-action:focus.dark-mode,
.dark-mode .button.secondary:focus,
.dark-mode .secondary.card-action:focus {
  color: #9bcfff;
}
.button.destroy,
.destroy.card-action {
  border-color: RGBA(200, 45, 83, 0.5);
  background-color: RGBA(200, 45, 83, 0.1);
  color: RGBA(200, 45, 83, 1);
}
.button.destroy.dark-mode,
.destroy.dark-mode.card-action,
.dark-mode .button.destroy,
.dark-mode .destroy.card-action {
  border-color: RGBA(249, 122, 153, 0.5);
}
.button.destroy.dark-mode,
.destroy.dark-mode.card-action,
.dark-mode .button.destroy,
.dark-mode .destroy.card-action {
  background-color: RGBA(249, 122, 153, 0.1);
}
.button.destroy.dark-mode,
.destroy.dark-mode.card-action,
.dark-mode .button.destroy,
.dark-mode .destroy.card-action {
  color: RGBA(249, 122, 153, 1);
}
.button.destroy:hover,
.destroy.card-action:hover,
.button.destroy:focus,
.destroy.card-action:focus {
  border-color: RGBA(200, 45, 83, 1);
  background-color: RGBA(200, 45, 83, 1);
  color: #fff;
}
.button.destroy:hover.dark-mode,
.destroy.card-action:hover.dark-mode,
.dark-mode .button.destroy:hover,
.dark-mode .destroy.card-action:hover,
.button.destroy:focus.dark-mode,
.destroy.card-action:focus.dark-mode,
.dark-mode .button.destroy:focus,
.dark-mode .destroy.card-action:focus {
  border-color: RGBA(249, 122, 153, 1);
}
.button.destroy:hover.dark-mode,
.destroy.card-action:hover.dark-mode,
.dark-mode .button.destroy:hover,
.dark-mode .destroy.card-action:hover,
.button.destroy:focus.dark-mode,
.destroy.card-action:focus.dark-mode,
.dark-mode .button.destroy:focus,
.dark-mode .destroy.card-action:focus {
  background-color: RGBA(249, 122, 153, 1);
}
.button.destroy:hover.dark-mode,
.destroy.card-action:hover.dark-mode,
.dark-mode .button.destroy:hover,
.dark-mode .destroy.card-action:hover,
.button.destroy:focus.dark-mode,
.destroy.card-action:focus.dark-mode,
.dark-mode .button.destroy:focus,
.dark-mode .destroy.card-action:focus {
  color: #01011e;
}
.button.neutral,
.neutral.card-action {
  border-color: #383f76;
  background-color: #383f76;
  color: #fff;
}
.button.neutral.dark-mode,
.neutral.dark-mode.card-action,
.dark-mode .button.neutral,
.dark-mode .neutral.card-action {
  border-color: #f6f7fb;
}
.button.neutral.dark-mode,
.neutral.dark-mode.card-action,
.dark-mode .button.neutral,
.dark-mode .neutral.card-action {
  background-color: #f6f7fb;
}
.button.neutral.dark-mode,
.neutral.dark-mode.card-action,
.dark-mode .button.neutral,
.dark-mode .neutral.card-action {
  color: #01011e;
}
.button.neutral:hover,
.neutral.card-action:hover,
.button.neutral:focus,
.neutral.card-action:focus {
  border-color: #6d6d9c;
  background-color: #6d6d9c;
  color: #fff;
}
.button.neutral:hover.dark-mode,
.neutral.card-action:hover.dark-mode,
.dark-mode .button.neutral:hover,
.dark-mode .neutral.card-action:hover,
.button.neutral:focus.dark-mode,
.neutral.card-action:focus.dark-mode,
.dark-mode .button.neutral:focus,
.dark-mode .neutral.card-action:focus {
  border-color: #6d6d9c;
}
.button.neutral:hover.dark-mode,
.neutral.card-action:hover.dark-mode,
.dark-mode .button.neutral:hover,
.dark-mode .neutral.card-action:hover,
.button.neutral:focus.dark-mode,
.neutral.card-action:focus.dark-mode,
.dark-mode .button.neutral:focus,
.dark-mode .neutral.card-action:focus {
  background-color: #6d6d9c;
}
.button.neutral:hover.dark-mode,
.neutral.card-action:hover.dark-mode,
.dark-mode .button.neutral:hover,
.dark-mode .neutral.card-action:hover,
.button.neutral:focus.dark-mode,
.neutral.card-action:focus.dark-mode,
.dark-mode .button.neutral:focus,
.dark-mode .neutral.card-action:focus {
  color: #01011e;
}
.button.tertiary,
.tertiary.card-action,
.button.glyph,
.glyph.card-action,
.button.arrow,
.arrow.card-action,
.button.external,
.external.card-action,
.button.underline,
.underline.card-action {
  background: rgba(0, 0, 0, 0);
  display: inline-block;
  padding: 1rem 0;
  text-decoration: none;
  max-width: max-content;
  text-align: left;
  vertical-align: middle;
  line-height: 1.2;
}
.button.tertiary::after,
.tertiary.card-action::after,
.button.glyph::after,
.glyph.card-action::after,
.button.arrow::after,
.arrow.card-action::after,
.button.external::after,
.external.card-action::after,
.button.underline::after,
.underline.card-action::after {
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  font-family: "brandui-icons";
  font-size: 1rem;
  content: "";
  transition: transform 0.2s ease-in-out;
  width: 1rem;
  vertical-align: middle;
}
.button.tertiary,
.tertiary.card-action,
.button.glyph,
.glyph.card-action {
  color: #145deb;
}
.button.tertiary.dark-mode,
.tertiary.dark-mode.card-action,
.dark-mode .button.tertiary,
.dark-mode .tertiary.card-action,
.button.glyph.dark-mode,
.glyph.dark-mode.card-action,
.dark-mode .button.glyph,
.dark-mode .glyph.card-action {
  color: #3ea2ff;
}
.button.tertiary:hover,
.tertiary.card-action:hover,
.button.tertiary:focus,
.tertiary.card-action:focus,
.button.glyph:hover,
.glyph.card-action:hover,
.button.glyph:focus,
.glyph.card-action:focus {
  text-decoration: none;
  padding: 1rem;
  background-color: RGBA(20, 93, 235, 0.1);
  color: #0a26b8;
}
.button.tertiary:hover.dark-mode,
.tertiary.card-action:hover.dark-mode,
.dark-mode .button.tertiary:hover,
.dark-mode .tertiary.card-action:hover,
.button.tertiary:focus.dark-mode,
.tertiary.card-action:focus.dark-mode,
.dark-mode .button.tertiary:focus,
.dark-mode .tertiary.card-action:focus,
.button.glyph:hover.dark-mode,
.glyph.card-action:hover.dark-mode,
.dark-mode .button.glyph:hover,
.dark-mode .glyph.card-action:hover,
.button.glyph:focus.dark-mode,
.glyph.card-action:focus.dark-mode,
.dark-mode .button.glyph:focus,
.dark-mode .glyph.card-action:focus {
  background-color: RGBA(62, 162, 255, 0.1);
}
.button.tertiary:hover.dark-mode,
.tertiary.card-action:hover.dark-mode,
.dark-mode .button.tertiary:hover,
.dark-mode .tertiary.card-action:hover,
.button.tertiary:focus.dark-mode,
.tertiary.card-action:focus.dark-mode,
.dark-mode .button.tertiary:focus,
.dark-mode .tertiary.card-action:focus,
.button.glyph:hover.dark-mode,
.glyph.card-action:hover.dark-mode,
.dark-mode .button.glyph:hover,
.dark-mode .glyph.card-action:hover,
.button.glyph:focus.dark-mode,
.glyph.card-action:focus.dark-mode,
.dark-mode .button.glyph:focus,
.dark-mode .glyph.card-action:focus {
  color: #9bcfff;
}
.button.tertiary:hover:after,
.tertiary.card-action:hover:after,
.button.tertiary:focus:after,
.tertiary.card-action:focus:after,
.button.glyph:hover:after,
.glyph.card-action:hover:after,
.button.glyph:focus:after,
.glyph.card-action:focus:after {
  transform: translateX(0);
}
.button.glyph::after,
.glyph.card-action::after {
  margin-left: 0;
}
.button.arrow,
.arrow.card-action {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 0;
}
.button.arrow:hover,
.arrow.card-action:hover,
.button.arrow:focus,
.arrow.card-action:focus {
  background: rgba(0, 0, 0, 0);
  padding: 0;
}
.button.arrow:hover::after,
.arrow.card-action:hover::after,
.button.arrow:focus::after,
.arrow.card-action:focus::after {
  transform: translateX(-0.25rem);
}
.button.external,
.external.card-action {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 0;
}
.button.external::after,
.external.card-action::after {
  content: "";
}
.button.external:hover,
.external.card-action:hover,
.button.external:focus,
.external.card-action:focus {
  background: rgba(0, 0, 0, 0);
  padding: 0;
}
.button.external:hover::before,
.external.card-action:hover::before,
.button.external:focus::before,
.external.card-action:focus::before {
  opacity: 0;
  width: calc(100% - 1.5rem);
}
.button.external:hover::after,
.external.card-action:hover::after,
.button.external:focus::after,
.external.card-action:focus::after {
  transform: translateX(-0.25rem);
}
.button.underline,
.underline.card-action {
  text-align: center;
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 0 0 0.1875rem;
}
.button.underline::before,
.underline.card-action::before {
  background-color: currentColor;
  bottom: 0;
  content: "";
  display: block;
  height: 0.125rem;
  left: 0;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: auto;
  transition: width 0.2s ease-in-out, opacity 0.2s ease-in-out;
  width: 0.0625rem;
  border-radius: 0;
}
.button.underline::after,
.underline.card-action::after {
  display: none;
}
.button.underline:hover,
.underline.card-action:hover,
.button.underline:focus,
.underline.card-action:focus {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.button.underline:hover::before,
.underline.card-action:hover::before,
.button.underline:focus::before,
.underline.card-action:focus::before {
  opacity: 1;
  width: 100%;
  transform: scale(1);
  border-radius: 0;
}
.button.underline:hover::after,
.underline.card-action:hover::after,
.button.underline:focus::after,
.underline.card-action:focus::after {
  display: none;
}
.button.disabled,
.disabled.card-action,
.button[disabled],
[disabled].card-action {
  opacity: 0.3;
  pointer-events: none;
}
.button.small,
.small.card-action {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.group:hover .button.group-hover.primary,
.group:hover .primary.card-action,
.group:focus-within .button.group-focus-within.primary,
.group:focus-within .primary.card-action {
  border-color: #0a26b8;
  background-color: #0a26b8;
  color: #fff;
}
.group:hover .button.group-hover.primary.dark-mode,
.group:hover .primary.dark-mode.card-action,
.dark-mode .group:hover .button.group-hover.primary,
.dark-mode .group:hover .primary.card-action,
.group:focus-within .button.group-focus-within.primary.dark-mode,
.group:focus-within .primary.dark-mode.card-action,
.dark-mode .group:focus-within .button.group-focus-within.primary,
.dark-mode .group:focus-within .primary.card-action {
  border-color: #9bcfff;
}
.group:hover .button.group-hover.primary.dark-mode,
.group:hover .primary.dark-mode.card-action,
.dark-mode .group:hover .button.group-hover.primary,
.dark-mode .group:hover .primary.card-action,
.group:focus-within .button.group-focus-within.primary.dark-mode,
.group:focus-within .primary.dark-mode.card-action,
.dark-mode .group:focus-within .button.group-focus-within.primary,
.dark-mode .group:focus-within .primary.card-action {
  background-color: #9bcfff;
}
.group:hover .button.group-hover.primary.dark-mode,
.group:hover .primary.dark-mode.card-action,
.dark-mode .group:hover .button.group-hover.primary,
.dark-mode .group:hover .primary.card-action,
.group:focus-within .button.group-focus-within.primary.dark-mode,
.group:focus-within .primary.dark-mode.card-action,
.dark-mode .group:focus-within .button.group-focus-within.primary,
.dark-mode .group:focus-within .primary.card-action {
  color: #01011e;
}
.group:hover .button.group-hover.primary.dark,
.group:hover .primary.dark.card-action,
.group:focus-within .button.group-focus-within.primary.dark,
.group:focus-within .primary.dark.card-action {
  border-color: #9bcfff;
  background: #9bcfff;
  color: #fff;
}
.group:hover .button.group-hover.secondary,
.group:hover .secondary.card-action,
.group:focus-within .button.group-focus-within.secondary,
.group:focus-within .secondary.card-action {
  border-color: RGBA(10, 38, 184, 0.5);
  background-color: RGBA(20, 93, 235, 0.1);
  color: #0a26b8;
}
.group:hover .button.group-hover.secondary.dark-mode,
.group:hover .secondary.dark-mode.card-action,
.dark-mode .group:hover .button.group-hover.secondary,
.dark-mode .group:hover .secondary.card-action,
.group:focus-within .button.group-focus-within.secondary.dark-mode,
.group:focus-within .secondary.dark-mode.card-action,
.dark-mode .group:focus-within .button.group-focus-within.secondary,
.dark-mode .group:focus-within .secondary.card-action {
  border-color: RGBA(155, 207, 255, 0.5);
}
.group:hover .button.group-hover.secondary.dark-mode,
.group:hover .secondary.dark-mode.card-action,
.dark-mode .group:hover .button.group-hover.secondary,
.dark-mode .group:hover .secondary.card-action,
.group:focus-within .button.group-focus-within.secondary.dark-mode,
.group:focus-within .secondary.dark-mode.card-action,
.dark-mode .group:focus-within .button.group-focus-within.secondary,
.dark-mode .group:focus-within .secondary.card-action {
  background-color: RGBA(62, 162, 255, 0.1);
}
.group:hover .button.group-hover.secondary.dark-mode,
.group:hover .secondary.dark-mode.card-action,
.dark-mode .group:hover .button.group-hover.secondary,
.dark-mode .group:hover .secondary.card-action,
.group:focus-within .button.group-focus-within.secondary.dark-mode,
.group:focus-within .secondary.dark-mode.card-action,
.dark-mode .group:focus-within .button.group-focus-within.secondary,
.dark-mode .group:focus-within .secondary.card-action {
  color: #9bcfff;
}
.group:hover .button.group-hover.secondary.dark,
.group:hover .secondary.dark.card-action,
.group:focus-within .button.group-focus-within.secondary.dark,
.group:focus-within .secondary.dark.card-action {
  background: RGBA(62, 162, 255, 0.1);
  color: #9bcfff;
  border-color: RGBA(155, 207, 255, 0.5);
}
.group:hover .button.group-hover.destroy,
.group:hover .destroy.card-action,
.group:focus-within .button.group-focus-within.destroy,
.group:focus-within .destroy.card-action {
  border-color: RGBA(200, 45, 83, 1);
  background-color: RGBA(200, 45, 83, 1);
  color: #fff;
}
.group:hover .button.group-hover.destroy.dark-mode,
.group:hover .destroy.dark-mode.card-action,
.dark-mode .group:hover .button.group-hover.destroy,
.dark-mode .group:hover .destroy.card-action,
.group:focus-within .button.group-focus-within.destroy.dark-mode,
.group:focus-within .destroy.dark-mode.card-action,
.dark-mode .group:focus-within .button.group-focus-within.destroy,
.dark-mode .group:focus-within .destroy.card-action {
  border-color: RGBA(249, 122, 153, 1);
}
.group:hover .button.group-hover.destroy.dark-mode,
.group:hover .destroy.dark-mode.card-action,
.dark-mode .group:hover .button.group-hover.destroy,
.dark-mode .group:hover .destroy.card-action,
.group:focus-within .button.group-focus-within.destroy.dark-mode,
.group:focus-within .destroy.dark-mode.card-action,
.dark-mode .group:focus-within .button.group-focus-within.destroy,
.dark-mode .group:focus-within .destroy.card-action {
  background-color: RGBA(249, 122, 153, 1);
}
.group:hover .button.group-hover.destroy.dark-mode,
.group:hover .destroy.dark-mode.card-action,
.dark-mode .group:hover .button.group-hover.destroy,
.dark-mode .group:hover .destroy.card-action,
.group:focus-within .button.group-focus-within.destroy.dark-mode,
.group:focus-within .destroy.dark-mode.card-action,
.dark-mode .group:focus-within .button.group-focus-within.destroy,
.dark-mode .group:focus-within .destroy.card-action {
  color: #01011e;
}
.group:hover .button.group-hover.neutral,
.group:hover .neutral.card-action,
.group:focus-within .button.group-focus-within.neutral,
.group:focus-within .neutral.card-action {
  border-color: #6d6d9c;
  background-color: #6d6d9c;
  color: #fff;
}
.group:hover .button.group-hover.neutral.dark-mode,
.group:hover .neutral.dark-mode.card-action,
.dark-mode .group:hover .button.group-hover.neutral,
.dark-mode .group:hover .neutral.card-action,
.group:focus-within .button.group-focus-within.neutral.dark-mode,
.group:focus-within .neutral.dark-mode.card-action,
.dark-mode .group:focus-within .button.group-focus-within.neutral,
.dark-mode .group:focus-within .neutral.card-action {
  border-color: #6d6d9c;
}
.group:hover .button.group-hover.neutral.dark-mode,
.group:hover .neutral.dark-mode.card-action,
.dark-mode .group:hover .button.group-hover.neutral,
.dark-mode .group:hover .neutral.card-action,
.group:focus-within .button.group-focus-within.neutral.dark-mode,
.group:focus-within .neutral.dark-mode.card-action,
.dark-mode .group:focus-within .button.group-focus-within.neutral,
.dark-mode .group:focus-within .neutral.card-action {
  background-color: #6d6d9c;
}
.group:hover .button.group-hover.neutral.dark-mode,
.group:hover .neutral.dark-mode.card-action,
.dark-mode .group:hover .button.group-hover.neutral,
.dark-mode .group:hover .neutral.card-action,
.group:focus-within .button.group-focus-within.neutral.dark-mode,
.group:focus-within .neutral.dark-mode.card-action,
.dark-mode .group:focus-within .button.group-focus-within.neutral,
.dark-mode .group:focus-within .neutral.card-action {
  color: #01011e;
}
.group:hover .button.group-hover.tertiary,
.group:hover .tertiary.card-action,
.group:hover .button.group-hover.glyph,
.group:hover .glyph.card-action,
.group:focus-within .button.group-focus-within.tertiary,
.group:focus-within .tertiary.card-action,
.group:focus-within .button.group-focus-within.glyph,
.group:focus-within .glyph.card-action {
  background-color: RGBA(20, 93, 235, 0.1);
  color: #0a26b8;
  padding: 1rem;
}
.group:hover .button.group-hover.tertiary.dark-mode,
.group:hover .tertiary.dark-mode.card-action,
.dark-mode .group:hover .button.group-hover.tertiary,
.dark-mode .group:hover .tertiary.card-action,
.group:hover .button.group-hover.glyph.dark-mode,
.group:hover .glyph.dark-mode.card-action,
.dark-mode .group:hover .button.group-hover.glyph,
.dark-mode .group:hover .glyph.card-action,
.group:focus-within .button.group-focus-within.tertiary.dark-mode,
.group:focus-within .tertiary.dark-mode.card-action,
.dark-mode .group:focus-within .button.group-focus-within.tertiary,
.dark-mode .group:focus-within .tertiary.card-action,
.group:focus-within .button.group-focus-within.glyph.dark-mode,
.group:focus-within .glyph.dark-mode.card-action,
.dark-mode .group:focus-within .button.group-focus-within.glyph,
.dark-mode .group:focus-within .glyph.card-action {
  background-color: RGBA(62, 162, 255, 0.1);
}
.group:hover .button.group-hover.tertiary.dark-mode,
.group:hover .tertiary.dark-mode.card-action,
.dark-mode .group:hover .button.group-hover.tertiary,
.dark-mode .group:hover .tertiary.card-action,
.group:hover .button.group-hover.glyph.dark-mode,
.group:hover .glyph.dark-mode.card-action,
.dark-mode .group:hover .button.group-hover.glyph,
.dark-mode .group:hover .glyph.card-action,
.group:focus-within .button.group-focus-within.tertiary.dark-mode,
.group:focus-within .tertiary.dark-mode.card-action,
.dark-mode .group:focus-within .button.group-focus-within.tertiary,
.dark-mode .group:focus-within .tertiary.card-action,
.group:focus-within .button.group-focus-within.glyph.dark-mode,
.group:focus-within .glyph.dark-mode.card-action,
.dark-mode .group:focus-within .button.group-focus-within.glyph,
.dark-mode .group:focus-within .glyph.card-action {
  color: #9bcfff;
}
.group:hover .button.group-hover.tertiary::before,
.group:hover .tertiary.card-action::before,
.group:hover .button.group-hover.glyph::before,
.group:hover .glyph.card-action::before,
.group:focus-within .button.group-focus-within.tertiary::before,
.group:focus-within .tertiary.card-action::before,
.group:focus-within .button.group-focus-within.glyph::before,
.group:focus-within .glyph.card-action::before {
  opacity: 0;
  width: calc(100% - 1.5rem);
}
.group:hover .button.group-hover.tertiary::after,
.group:hover .tertiary.card-action::after,
.group:hover .button.group-hover.glyph::after,
.group:hover .glyph.card-action::after,
.group:focus-within .button.group-focus-within.tertiary::after,
.group:focus-within .tertiary.card-action::after,
.group:focus-within .button.group-focus-within.glyph::after,
.group:focus-within .glyph.card-action::after {
  transform: translateX(0);
}
.group:hover .button.group-hover.tertiary.dark,
.group:hover .tertiary.dark.card-action,
.group:hover .button.group-hover.glyph.dark,
.group:hover .glyph.dark.card-action,
.group:focus-within .button.group-focus-within.tertiary.dark,
.group:focus-within .tertiary.dark.card-action,
.group:focus-within .button.group-focus-within.glyph.dark,
.group:focus-within .glyph.dark.card-action {
  background: RGBA(62, 162, 255, 0.1);
  color: #9bcfff;
}
.group:hover .button.group-hover.glyph,
.group:hover .glyph.card-action,
.group:focus-within .button.group-focus-within.glyph,
.group:focus-within .glyph.card-action {
  padding: 1rem;
}
.group:hover .button.group-hover.arrow,
.group:hover .arrow.card-action,
.group:focus-within .button.group-focus-within.arrow,
.group:focus-within .arrow.card-action {
  background: rgba(0, 0, 0, 0);
  padding: 0;
}
.group:hover .button.group-hover.arrow::before,
.group:hover .arrow.card-action::before,
.group:focus-within .button.group-focus-within.arrow::before,
.group:focus-within .arrow.card-action::before {
  opacity: 0;
  width: calc(100% - 1.5rem);
}
.group:hover .button.group-hover.arrow::after,
.group:hover .arrow.card-action::after,
.group:focus-within .button.group-focus-within.arrow::after,
.group:focus-within .arrow.card-action::after {
  transform: translateX(-0.25rem);
}
.group:hover .button.group-hover.underline,
.group:hover .underline.card-action,
.group:focus-within .button.group-focus-within.underline,
.group:focus-within .underline.card-action {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 0;
}
.group:hover .button.group-hover.underline::before,
.group:hover .underline.card-action::before,
.group:focus-within .button.group-focus-within.underline::before,
.group:focus-within .underline.card-action::before {
  opacity: 1;
  width: 100%;
  transform: scale(1);
  border-radius: 0;
}
.group:hover .button.group-hover.underline::after,
.group:hover .underline.card-action::after,
.group:focus-within .button.group-focus-within.underline::after,
.group:focus-within .underline.card-action::after {
  display: none;
}
.check {
  cursor: pointer;
  padding-left: 2.25rem;
  position: relative;
  text-align: left;
  -webkit-user-select: none;
  user-select: none;
}
.check.adjust {
  padding-top: 0;
}
.check input[type="checkbox"] {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.check .checkmark {
  background-color: #fff;
  border: 0.0625rem solid;
  border-color: #6d6d9c;
  border-radius: 0.25rem;
  height: 1.375rem;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s ease-in-out;
  width: 1.375rem;
  box-sizing: content-box;
  outline-color: rgba(0, 0, 0, 0);
}
.check .checkmark.dark-mode,
.dark-mode .check .checkmark {
  background-color: #01011e;
}
.check .checkmark.dark-mode,
.dark-mode .check .checkmark {
  border-color: #383f76;
}
.check .checkmark:after {
  border-color: #145deb;
}
.dark-mode .check .checkmark:after,
.check .checkmark.dark-mode .check .checkmark:after {
  border-color: #3ea2ff;
}
.check .checkmark:after {
  border-width: 0 0.1875rem 0.1875rem 0;
  border-style: solid;
  content: "";
  height: 0.625rem;
  left: 0.5rem;
  opacity: 0;
  position: absolute;
  top: 0.1875rem;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  width: 0.25rem;
}
.check .detail {
  color: #383f76;
  display: inline-flex;
  flex-direction: column;
}
.check .detail.dark-mode,
.dark-mode .check .detail {
  color: #f6f7fb;
}
.check .detail .disclaimer {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.check:hover input[type="checkbox"] + .checkmark,
.check:focus input[type="checkbox"] + .checkmark {
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #145deb;
  box-shadow: 0 0 0.625rem RGBA(109, 109, 156, 0.2);
}
.check:hover input[type="checkbox"] + .checkmark.dark-mode,
.dark-mode .check:hover input[type="checkbox"] + .checkmark,
.check:focus input[type="checkbox"] + .checkmark.dark-mode,
.dark-mode .check:focus input[type="checkbox"] + .checkmark {
  border-color: #3ea2ff;
}
.check i {
  display: inline-block;
  margin-bottom: -0.1875rem;
  margin-left: 0.1875rem;
  width: 0.875rem;
}
.check input[type="checkbox"] {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.check input[type="checkbox"]:checked + .checkmark {
  background-color: RGBA(20, 93, 235, 0.05);
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #145deb;
  border-radius: 0.25rem;
}
.check input[type="checkbox"]:checked + .checkmark.dark-mode,
.dark-mode .check input[type="checkbox"]:checked + .checkmark {
  border-color: #3ea2ff;
}
.check input[type="checkbox"]:checked + .checkmark::after {
  opacity: 1;
  transform: rotate(45deg);
}
.check.inactive:hover input[type="checkbox"] + .checkmark,
.check.inactive:focus input[type="checkbox"] + .checkmark,
.check.disabled:hover input[type="checkbox"] + .checkmark,
.check.disabled:focus input[type="checkbox"] + .checkmark {
  box-shadow: none;
}
.check.inactive input[type="checkbox"] + .checkmark {
  border: 0;
}
.check.inactive input[type="checkbox"]:checked + .checkmark {
  border: 0;
}
.check.disabled {
  color: #383f76;
  opacity: 0.5;
  cursor: not-allowed;
}
.check.disabled.dark-mode,
.dark-mode .check.disabled {
  color: #f6f7fb;
}
.check.disabled input[type="checkbox"] + .checkmark {
  background-color: #fff;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #6d6d9c;
}
.check.disabled input[type="checkbox"] + .checkmark.dark-mode,
.dark-mode .check.disabled input[type="checkbox"] + .checkmark {
  background-color: #01011e;
}
.check.disabled input[type="checkbox"] + .checkmark.dark-mode,
.dark-mode .check.disabled input[type="checkbox"] + .checkmark {
  border-color: #383f76;
}
.check.disabled input[type="checkbox"]:checked + .checkmark {
  background-color: #fff;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #6d6d9c;
  opacity: 0.5;
}
.check.disabled input[type="checkbox"]:checked + .checkmark.dark-mode,
.dark-mode .check.disabled input[type="checkbox"]:checked + .checkmark {
  background-color: #01011e;
}
.check.disabled input[type="checkbox"]:checked + .checkmark.dark-mode,
.dark-mode .check.disabled input[type="checkbox"]:checked + .checkmark {
  border-color: #383f76;
}
.check.disabled .checkmark:after {
  border-color: #6d6d9c;
}
.dark-mode .check.disabled .checkmark:after,
.check.disabled .checkmark.dark-mode .check.disabled .checkmark:after {
  border-color: #383f76;
}
.check.danger {
  color: #c82d53;
  cursor: pointer;
}
.check.danger.dark-mode,
.dark-mode .check.danger {
  color: #f97a99;
}
.check.danger input[type="checkbox"] + .checkmark {
  background-color: #fff;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #c82d53;
}
.check.danger input[type="checkbox"] + .checkmark.dark-mode,
.dark-mode .check.danger input[type="checkbox"] + .checkmark {
  background-color: #01011e;
}
.check.danger input[type="checkbox"] + .checkmark.dark-mode,
.dark-mode .check.danger input[type="checkbox"] + .checkmark {
  border-color: #f97a99;
}
.check.danger input[type="checkbox"]:checked + .checkmark {
  background-color: #fff;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #c82d53;
}
.check.danger input[type="checkbox"]:checked + .checkmark.dark-mode,
.dark-mode .check.danger input[type="checkbox"]:checked + .checkmark {
  background-color: #01011e;
}
.check.danger input[type="checkbox"]:checked + .checkmark.dark-mode,
.dark-mode .check.danger input[type="checkbox"]:checked + .checkmark {
  border-color: #f97a99;
}
.check.danger .checkmark:after {
  border-color: #c82d53;
}
.dark-mode .check.danger .checkmark:after,
.check.danger .checkmark.dark-mode .check.danger .checkmark:after {
  border-color: #f97a99;
}
.check.hidden {
  height: 0.0625rem;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  width: 0.0625rem;
}
.chip {
  font-weight: 700;
  color: #383f76;
  background-color: #fff;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #383f76;
  border-radius: 1.25rem;
  display: inline-flex;
  justify-items: center;
  align-items: center;
  max-width: max-content;
  padding: 0.5rem 1rem;
  outline: rgba(0, 0, 0, 0) solid 0.1875rem;
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}
.chip.dark-mode,
.dark-mode .chip {
  color: #f6f7fb;
}
.chip.dark-mode,
.dark-mode .chip {
  background-color: #01011e;
}
.chip.dark-mode,
.dark-mode .chip {
  border-color: #f6f7fb;
}
.chip .dismiss:after {
  color: #145deb;
}
.dark-mode .chip .dismiss:after,
.chip .dismiss.dark-mode .chip .dismiss:after {
  color: #3ea2ff;
}
.chip .dismiss:after {
  background-color: RGBA(20, 93, 235, 0.1);
}
.dark-mode .chip .dismiss:after,
.chip .dismiss.dark-mode .chip .dismiss:after {
  background-color: RGBA(10, 38, 184, 0.1);
}
.chip .dismiss:after {
  content: "";
  font-family: "brandui-icons";
  font-style: normal;
  font-size: inherit;
  margin: 0 0 0 1rem;
  padding: 0.125rem;
  display: block;
  border-radius: 100%;
  transform: rotate(45deg);
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.chip.active {
  color: #fff;
  background-color: #145deb;
  border-color: #145deb;
  box-shadow: 0 0.625rem 0.938rem RGBA(109, 109, 156, 0.2);
}
.chip.active.dark-mode,
.dark-mode .chip.active {
  color: #01011e;
}
.chip.active.dark-mode,
.dark-mode .chip.active {
  background-color: #3ea2ff;
}
.chip.active.dark-mode,
.dark-mode .chip.active {
  border-color: #3ea2ff;
}
.chip.active > * {
  color: #fff;
}
.chip.active > *.dark-mode,
.dark-mode .chip.active > * {
  color: #01011e;
}
.chip.active .dismiss:after {
  color: #145deb;
}
.dark-mode .chip.active .dismiss:after,
.chip.active .dismiss.dark-mode .chip.active .dismiss:after {
  color: #3ea2ff;
}
.chip.active .dismiss:after {
  background-color: #fff;
}
.dark-mode .chip.active .dismiss:after,
.chip.active .dismiss.dark-mode .chip.active .dismiss:after {
  background-color: #01011e;
}
.chip.active .dismiss:after {
  transform: rotate(0deg);
}
.chip.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.chip.beta {
  padding: 8px;
  margin: 0 6px;
  height: 18px;
  min-height: 0;
  max-height: 18px;
  font-size: 10px;
  box-shadow: none;
  transform: translateY(-2px);
}
.chip.beta:hover,
.chip.beta:focus {
  outline: none;
}
a.chip {
  text-decoration: none;
}
a.chip:hover,
a.chip:focus {
  color: #145deb;
  background-color: RGBA(20, 93, 235, 0.1);
  border-color: #145deb;
}
a.chip:hover.dark-mode,
.dark-mode a.chip:hover,
a.chip:focus.dark-mode,
.dark-mode a.chip:focus {
  color: #3ea2ff;
}
a.chip:hover.dark-mode,
.dark-mode a.chip:hover,
a.chip:focus.dark-mode,
.dark-mode a.chip:focus {
  background-color: RGBA(10, 38, 184, 0.1);
}
a.chip:hover.dark-mode,
.dark-mode a.chip:hover,
a.chip:focus.dark-mode,
.dark-mode a.chip:focus {
  border-color: #3ea2ff;
}
.dropdown {
  display: inline-block;
  position: relative;
  outline: rgba(0, 0, 0, 0) solid 0.1875rem;
}
.dropdown * {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
}
.dropdown label {
  background: #fff;
  border: 0.0625rem solid RGBA(109, 109, 156, 0.5);
  border-radius: 0.25rem;
  color: #383f76;
  cursor: pointer;
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.906rem 1rem;
  padding-right: 2.5rem;
  transition: 0.2s ease-in-out;
}
.dropdown .dropdown-inputs input,
.dropdown .dropdown-inputs label {
  display: none;
}
.dropdown .dropdown-inputs input:checked + label,
.dropdown .dropdown-inputs .select-placeholder {
  display: block;
}
.dropdown .dropdown-inputs input:checked ~ .select-placeholder {
  display: none;
}
.dropdown .dropdown-inputs::after {
  border-bottom: 0.1875rem solid;
  border-bottom-left-radius: 0.125rem;
  border-left: 0.1875rem solid;
  content: "";
  display: block;
  height: 0.5rem;
  margin: 1.25rem 1.625rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-45deg) translate(0.1875rem);
  transform-origin: center center;
  transition: 0.2s ease-in-out;
  width: 0.5rem;
  pointer-events: none;
}
.dropdown .dropdown-options-focus {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}
.dropdown .dropdown-options-focus:focus ~ * {
  animation-name: dropdown-expand;
  opacity: 1;
  z-index: 100;
}
.dropdown .dropdown-options-focus:focus ~ *::after {
  transform: rotate(135deg) translate(0rem, -0.1875rem);
}
.dropdown .dropdown-options {
  animation: dropdown-collapse 0.6s;
  animation-fill-mode: both;
  background: #fff;
  border: 0.0625rem solid RGBA(109, 109, 156, 0.5);
  border-radius: 0.25rem;
  box-shadow: 0 0.625rem 0.938rem RGBA(109, 109, 156, 0.25);
  left: 0;
  margin-top: 0.0625rem;
  min-width: 100%;
  opacity: 0;
  padding: 0.5rem;
  position: absolute;
  top: 100%;
  transition: 200ms ease-out;
  z-index: 100;
}
.dropdown .dropdown-options label {
  border: 0;
  margin-bottom: 0.5rem;
  padding: 0.906rem 1rem;
}
.dropdown .dropdown-options label:last-of-type {
  margin-bottom: 0;
}
.dropdown .dropdown-options label:hover {
  background: RGBA(20, 93, 235, 0.1);
}
.dropdown.drop-top .dropdown-options {
  margin-top: initial;
  top: initial;
  margin-bottom: 0.0625rem;
  bottom: 100%;
}
.dropdown.adjust .dropdown-inputs::after {
  margin: 1.063rem 1.625rem;
}
.dropdown.slim label {
  background: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #01011e;
  padding: 0.656rem;
  padding-right: 2.5rem;
  border-radius: 0.25rem;
  margin-bottom: 0;
}
.dropdown.slim label:hover {
  background: #fff;
  border-color: #6d6d9c;
  box-shadow: 0 0.625rem 0.938rem RGBA(109, 109, 156, 0.25);
}
.dropdown.slim .dropdown-options label:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.dropdown.slim .dropdown-options-focus:focus ~ * label.select-placeholder {
  border-color: #6d6d9c;
  box-shadow: 0 0.625rem 0.938rem RGBA(109, 109, 156, 0.25);
}
.dropdown.slim
  .dropdown-options-focus:focus
  ~ *
  label.select-placeholder:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.dropdown.slim .dropdown-inputs::after {
  margin: 0.813rem 1.25rem;
}
.dropdown.slim.adjust .dropdown-inputs::after {
  margin: 1.063rem 1.25rem;
}
.dropdown.dark label {
  background-color: #01011e;
  color: #fff;
}
.dropdown.dark:hover label {
  background: #fff;
  color: #01011e;
}
.dropdown.dark .dropdown-options-focus:focus ~ * label {
  background: #fff;
  color: #01011e;
}
@keyframes dropdown-collapse {
  0% {
    pointer-events: initial;
  }
  100% {
    pointer-events: none;
  }
}
@keyframes dropdown-expand {
  0% {
    pointer-events: none;
  }
  100% {
    pointer-events: initial;
  }
}
.icon {
  display: inline-block;
  height: 4rem;
  font-size: 4rem;
  position: relative;
  transition: transform 0.2s ease-in-out;
  width: 4rem;
}
.icon.icon-sm {
  height: 1rem;
  width: 1rem;
}
.icon.icon-rg {
  height: 1.5rem;
  width: 1.5rem;
}
.icon.icon-md {
  height: 2rem;
  width: 2rem;
}
.icon.icon-lg {
  height: 4rem;
  width: 4rem;
}
.icon:before {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.icon-border {
  border-width: 0.0625rem;
  border-color: inherit;
  border-style: solid;
  border-radius: 0.25rem;
  padding: 0.25rem;
}
.icon.icon-actionable-results:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/actionable-results.svg");
}
.icon.icon-admin:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/admin.svg");
}
.icon.icon-advisor-1:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/advisor-1.svg");
}
.icon.icon-advisor:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/advisor.svg");
}
.icon.icon-ai-generated-code:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai-generated-code.svg");
}
.icon.icon-ai-vulnerable-code:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai-vulnerable-code.svg");
}
.icon.icon-ai:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai.svg");
}
.icon.icon-alert-high:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-high.svg");
}
.icon.icon-alert-info:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-info.svg");
}
.icon.icon-alert-low:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-low.svg");
}
.icon.icon-alert-med:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-med.svg");
}
.icon.icon-api:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/api.svg");
}
.icon.icon-application-security:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/application-security.svg");
}
.icon.icon-assessments:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/assessments.svg");
}
.icon.icon-assignments:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/assignments.svg");
}
.icon.icon-attention:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/attention.svg");
}
.icon.icon-automate:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/automate.svg");
}
.icon.icon-care-deeply:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/care-deeply.svg");
}
.icon.icon-certificates:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/certificates.svg");
}
.icon.icon-ci-cd:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ci-cd.svg");
}
.icon.icon-cli:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cli.svg");
}
.icon.icon-climate:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/climate.svg");
}
.icon.icon-cloud-and-back:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-and-back.svg");
}
.icon.icon-cloud-launch:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-launch.svg");
}
.icon.icon-cloud-security:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-security.svg");
}
.icon.icon-code-to-cloud:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/code-to-cloud.svg");
}
.icon.icon-code:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/code.svg");
}
.icon.icon-coding:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/coding.svg");
}
.icon.icon-community:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/community.svg");
}
.icon.icon-compliance-automation:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/compliance-automation.svg");
}
.icon.icon-customer-centricity:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/customer-centricity.svg");
}
.icon.icon-design-applications:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/design-applications.svg");
}
.icon.icon-dev-ai:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/dev-ai.svg");
}
.icon.icon-dev-friendly:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/dev-friendly.svg");
}
.icon.icon-developer-security:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/developer-security.svg");
}
.icon.icon-docs-published:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/docs-published.svg");
}
.icon.icon-documentation:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/documentation.svg");
}
.icon.icon-donate:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/donate.svg");
}
.icon.icon-enablement-and-education:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/enablement-and-education.svg");
}
.icon.icon-expert:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/expert.svg");
}
.icon.icon-family:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/family.svg");
}
.icon.icon-fast-and-accurate:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/fast-and-accurate.svg");
}
.icon.icon-feedback:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/feedback.svg");
}
.icon.icon-fix-faster:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/fix-faster.svg");
}
.icon.icon-flexible:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/flexible.svg");
}
.icon.icon-forward-thinking:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/forward-thinking.svg ");
}
.icon.icon-get-started:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/get-started.svg");
}
.icon.icon-git-security:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/git-security.svg");
}
.icon.icon-ide:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ide.svg");
}
.icon.icon-integrations:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/integrations.svg");
}
.icon.icon-learn-always:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-always.svg");
}
.icon.icon-learn-snyk-1:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-snyk-1.svg");
}
.icon.icon-learn-snyk:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-snyk.svg");
}
.icon.icon-learning-paths:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learning-paths.svg");
}
.icon.icon-live-environment:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/live-environment.svg");
}
.icon.icon-live-video:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/live-video.svg");
}
.icon.icon-machine-learning:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/machine-learning.svg");
}
.icon.icon-meetup:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/meetup.svg");
}
.icon.icon-office-hours:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/office-hours.svg");
}
.icon.icon-onboarding:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/onboarding.svg");
}
.icon.icon-one-team:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/one-team.svg");
}
.icon.icon-ongoing:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ongoing.svg");
}
.icon.icon-platform:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/platform.svg");
}
.icon.icon-pull-request:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/pull-request.svg");
}
.icon.icon-query-cloud:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/query-cloud.svg");
}
.icon.icon-real-time-scan:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/real-time-scan.svg");
}
.icon.icon-remediate-faster:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/remediate-faster.svg");
}
.icon.icon-roadmap:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/roadmap.svg");
}
.icon.icon-scaleable:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/scaleable.svg");
}
.icon.icon-scanning:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/scanning.svg");
}
.icon.icon-secure-dependencies:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/secure-dependencies.svg");
}
.icon.icon-secure-projects:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/secure-projects.svg");
}
.icon.icon-security-automation:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-automation.svg");
}
.icon.icon-security-awareness:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-awareness.svg");
}
.icon.icon-security-outnumbered:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-outnumbered.svg");
}
.icon.icon-security-team:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-team.svg");
}
.icon.icon-self-serve:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/self-serve.svg");
}
.icon.icon-ship-it:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ship-it.svg");
}
.icon.icon-snyk-code-knowledgebase:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/snyk-code-knowledgebase.svg");
}
.icon.icon-supply-chain-security:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/supply-chain-security.svg");
}
.icon.icon-support:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/support.svg");
}
.icon.icon-swag:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/swag.svg");
}
.icon.icon-tech:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/tech.svg");
}
.icon.icon-think-bigger:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/think-bigger.svg");
}
.icon.icon-tsd:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/tsd.svg");
}
.icon.icon-unified-policy-engine:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/unified-policy-engine.svg");
}
.icon.icon-user-admin:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/user-admin.svg");
}
.icon.icon-visibility-and-intelligence:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/visibility-and-intelligence.svg");
}
.icon.icon-vuln-database:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/vuln-database.svg");
}
.icon.icon-write-policies:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/write-policies.svg");
}
.icon.icon-zero-day:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/zero-day.svg");
}
.icon.icon-theme-solid {
  color: #441c99;
}
.dark-mode .icon.icon-theme-solid,
.icon.icon-theme-solid.dark-mode {
  color: #ff78e1;
}
[data-page-theme="default"] .icon.icon-theme-solid {
  color: #441c99;
}
.dark-mode[data-page-theme="default"] .icon.icon-theme-solid,
[data-page-theme="default"] .dark-mode .icon.icon-theme-solid,
[data-page-theme="default"] .icon.icon-theme-solid.dark-mode {
  color: #ff78e1;
}
[data-page-theme="secondary"] .icon.icon-theme-solid {
  color: #0a26b8;
}
.dark-mode[data-page-theme="secondary"] .icon.icon-theme-solid,
[data-page-theme="secondary"] .dark-mode .icon.icon-theme-solid,
[data-page-theme="secondary"] .icon.icon-theme-solid.dark-mode {
  color: #8598fb;
}
[data-page-theme="security-labs"] .icon.icon-theme-solid {
  color: #0a26b8;
}
.dark-mode[data-page-theme="security-labs"] .icon.icon-theme-solid,
[data-page-theme="security-labs"] .dark-mode .icon.icon-theme-solid,
[data-page-theme="security-labs"] .icon.icon-theme-solid.dark-mode {
  color: #14c4eb;
}
[data-page-theme="devseccon"] .icon.icon-theme-solid {
  color: #097d98;
}
.dark-mode[data-page-theme="devseccon"] .icon.icon-theme-solid,
[data-page-theme="devseccon"] .dark-mode .icon.icon-theme-solid,
[data-page-theme="devseccon"] .icon.icon-theme-solid.dark-mode {
  color: #c0f5f2;
}
.icon.icon-solid.icon-actionable-results {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/actionable-results.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/actionable-results.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/actionable-results.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-actionable-results:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/actionable-results.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/actionable-results.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/actionable-results.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/actionable-results.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-admin {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/admin.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/admin.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/admin.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-admin:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/admin.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/admin.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/admin.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/admin.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-advisor-1 {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/advisor-1.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/advisor-1.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/advisor-1.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-advisor-1:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/advisor-1.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/advisor-1.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/advisor-1.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/advisor-1.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-advisor {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/advisor.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/advisor.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/advisor.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-advisor:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/advisor.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/advisor.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/advisor.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/advisor.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-ai-generated-code {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai-generated-code.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai-generated-code.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai-generated-code.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-ai-generated-code:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai-generated-code.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai-generated-code.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai-generated-code.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai-generated-code.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-ai-vulnerable-code {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai-vulnerable-code.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai-vulnerable-code.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai-vulnerable-code.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-ai-vulnerable-code:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai-vulnerable-code.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai-vulnerable-code.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai-vulnerable-code.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai-vulnerable-code.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-ai {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-ai:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ai.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-alert-high {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-high.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-high.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-high.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-alert-high:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-high.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-high.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-high.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-high.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-alert-info {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-info.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-info.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-info.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-alert-info:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-info.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-info.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-info.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-info.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-alert-low {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-low.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-low.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-low.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-alert-low:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-low.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-low.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-low.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-low.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-alert-med {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-med.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-med.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-med.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-alert-med:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-med.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-med.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-med.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/alert-med.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-api {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/api.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/api.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/api.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-api:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/api.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/api.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/api.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/api.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-application-security {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/application-security.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/application-security.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/application-security.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-application-security:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/application-security.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/application-security.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/application-security.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/application-security.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-assessments {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/assessments.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/assessments.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/assessments.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-assessments:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/assessments.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/assessments.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/assessments.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/assessments.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-assignments {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/assignments.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/assignments.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/assignments.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-assignments:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/assignments.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/assignments.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/assignments.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/assignments.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-attention {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/attention.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/attention.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/attention.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-attention:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/attention.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/attention.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/attention.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/attention.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-automate {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/automate.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/automate.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/automate.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-automate:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/automate.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/automate.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/automate.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/automate.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-care-deeply {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/care-deeply.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/care-deeply.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/care-deeply.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-care-deeply:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/care-deeply.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/care-deeply.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/care-deeply.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/care-deeply.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-certificates {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/certificates.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/certificates.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/certificates.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-certificates:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/certificates.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/certificates.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/certificates.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/certificates.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-ci-cd {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ci-cd.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ci-cd.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ci-cd.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-ci-cd:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ci-cd.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ci-cd.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ci-cd.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ci-cd.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-cli {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cli.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cli.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cli.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-cli:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cli.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cli.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cli.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cli.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-climate {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/climate.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/climate.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/climate.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-climate:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/climate.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/climate.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/climate.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/climate.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-cloud-and-back {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-and-back.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-and-back.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-and-back.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-cloud-and-back:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-and-back.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-and-back.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-and-back.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-and-back.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-cloud-launch {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-launch.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-launch.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-launch.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-cloud-launch:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-launch.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-launch.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-launch.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-launch.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-cloud-security {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-security.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-security.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-security.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-cloud-security:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-security.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-security.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-security.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/cloud-security.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-code-to-cloud {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/code-to-cloud.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/code-to-cloud.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/code-to-cloud.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-code-to-cloud:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/code-to-cloud.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/code-to-cloud.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/code-to-cloud.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/code-to-cloud.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-code {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/code.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/code.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/code.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-code:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/code.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/code.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/code.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/code.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-coding {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/coding.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/coding.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/coding.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-coding:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/coding.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/coding.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/coding.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/coding.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-community {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/community.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/community.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/community.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-community:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/community.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/community.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/community.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/community.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-compliance-automation {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/compliance-automation.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/compliance-automation.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/compliance-automation.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-compliance-automation:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/compliance-automation.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/compliance-automation.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/compliance-automation.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/compliance-automation.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-customer-centricity {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/customer-centricity.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/customer-centricity.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/customer-centricity.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-customer-centricity:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/customer-centricity.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/customer-centricity.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/customer-centricity.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/customer-centricity.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-design-applications {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/design-applications.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/design-applications.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/design-applications.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-design-applications:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/design-applications.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/design-applications.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/design-applications.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/design-applications.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-dev-ai {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/dev-ai.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/dev-ai.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/dev-ai.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-dev-ai:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/dev-ai.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/dev-ai.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/dev-ai.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/dev-ai.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-dev-friendly {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/dev-friendly.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/dev-friendly.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/dev-friendly.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-dev-friendly:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/dev-friendly.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/dev-friendly.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/dev-friendly.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/dev-friendly.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-developer-security {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/developer-security.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/developer-security.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/developer-security.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-developer-security:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/developer-security.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/developer-security.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/developer-security.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/developer-security.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-docs-published {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/docs-published.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/docs-published.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/docs-published.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-docs-published:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/docs-published.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/docs-published.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/docs-published.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/docs-published.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-documentation {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/documentation.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/documentation.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/documentation.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-documentation:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/documentation.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/documentation.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/documentation.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/documentation.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-donate {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/donate.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/donate.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/donate.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-donate:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/donate.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/donate.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/donate.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/donate.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-enablement-and-education {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/enablement-and-education.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/enablement-and-education.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/enablement-and-education.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-enablement-and-education:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/enablement-and-education.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/enablement-and-education.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/enablement-and-education.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/enablement-and-education.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-expert {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/expert.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/expert.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/expert.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-expert:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/expert.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/expert.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/expert.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/expert.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-family {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/family.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/family.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/family.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-family:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/family.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/family.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/family.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/family.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-fast-and-accurate {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/fast-and-accurate.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/fast-and-accurate.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/fast-and-accurate.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-fast-and-accurate:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/fast-and-accurate.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/fast-and-accurate.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/fast-and-accurate.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/fast-and-accurate.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-feedback {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/feedback.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/feedback.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/feedback.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-feedback:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/feedback.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/feedback.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/feedback.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/feedback.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-fix-faster {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/fix-faster.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/fix-faster.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/fix-faster.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-fix-faster:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/fix-faster.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/fix-faster.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/fix-faster.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/fix-faster.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-flexible {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/flexible.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/flexible.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/flexible.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-flexible:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/flexible.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/flexible.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/flexible.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/flexible.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-forward-thinking {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/forward-thinking.svg ")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/forward-thinking.svg ")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/forward-thinking.svg ")
    100% no-repeat;
}
.icon.icon-solid.icon-forward-thinking:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/forward-thinking.svg ");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/forward-thinking.svg ");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/forward-thinking.svg ");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/forward-thinking.svg ");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-get-started {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/get-started.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/get-started.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/get-started.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-get-started:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/get-started.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/get-started.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/get-started.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/get-started.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-git-security {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/git-security.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/git-security.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/git-security.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-git-security:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/git-security.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/git-security.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/git-security.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/git-security.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-ide {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ide.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ide.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ide.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-ide:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ide.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ide.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ide.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ide.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-integrations {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/integrations.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/integrations.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/integrations.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-integrations:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/integrations.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/integrations.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/integrations.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/integrations.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-learn-always {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-always.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-always.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-always.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-learn-always:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-always.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-always.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-always.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-always.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-learn-snyk-1 {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-snyk-1.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-snyk-1.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-snyk-1.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-learn-snyk-1:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-snyk-1.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-snyk-1.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-snyk-1.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-snyk-1.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-learn-snyk {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-snyk.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-snyk.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-snyk.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-learn-snyk:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-snyk.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-snyk.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-snyk.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learn-snyk.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-learning-paths {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learning-paths.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learning-paths.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learning-paths.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-learning-paths:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learning-paths.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learning-paths.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learning-paths.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/learning-paths.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-live-environment {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/live-environment.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/live-environment.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/live-environment.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-live-environment:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/live-environment.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/live-environment.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/live-environment.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/live-environment.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-live-video {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/live-video.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/live-video.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/live-video.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-live-video:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/live-video.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/live-video.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/live-video.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/live-video.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-machine-learning {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/machine-learning.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/machine-learning.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/machine-learning.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-machine-learning:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/machine-learning.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/machine-learning.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/machine-learning.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/machine-learning.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-meetup {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/meetup.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/meetup.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/meetup.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-meetup:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/meetup.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/meetup.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/meetup.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/meetup.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-office-hours {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/office-hours.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/office-hours.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/office-hours.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-office-hours:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/office-hours.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/office-hours.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/office-hours.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/office-hours.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-onboarding {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/onboarding.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/onboarding.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/onboarding.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-onboarding:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/onboarding.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/onboarding.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/onboarding.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/onboarding.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-one-team {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/one-team.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/one-team.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/one-team.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-one-team:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/one-team.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/one-team.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/one-team.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/one-team.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-ongoing {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ongoing.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ongoing.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ongoing.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-ongoing:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ongoing.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ongoing.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ongoing.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ongoing.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-platform {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/platform.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/platform.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/platform.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-platform:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/platform.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/platform.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/platform.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/platform.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-pull-request {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/pull-request.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/pull-request.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/pull-request.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-pull-request:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/pull-request.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/pull-request.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/pull-request.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/pull-request.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-query-cloud {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/query-cloud.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/query-cloud.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/query-cloud.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-query-cloud:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/query-cloud.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/query-cloud.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/query-cloud.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/query-cloud.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-real-time-scan {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/real-time-scan.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/real-time-scan.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/real-time-scan.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-real-time-scan:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/real-time-scan.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/real-time-scan.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/real-time-scan.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/real-time-scan.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-remediate-faster {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/remediate-faster.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/remediate-faster.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/remediate-faster.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-remediate-faster:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/remediate-faster.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/remediate-faster.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/remediate-faster.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/remediate-faster.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-roadmap {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/roadmap.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/roadmap.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/roadmap.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-roadmap:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/roadmap.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/roadmap.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/roadmap.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/roadmap.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-scaleable {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/scaleable.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/scaleable.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/scaleable.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-scaleable:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/scaleable.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/scaleable.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/scaleable.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/scaleable.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-scanning {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/scanning.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/scanning.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/scanning.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-scanning:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/scanning.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/scanning.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/scanning.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/scanning.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-secure-dependencies {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/secure-dependencies.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/secure-dependencies.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/secure-dependencies.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-secure-dependencies:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/secure-dependencies.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/secure-dependencies.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/secure-dependencies.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/secure-dependencies.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-secure-projects {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/secure-projects.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/secure-projects.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/secure-projects.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-secure-projects:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/secure-projects.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/secure-projects.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/secure-projects.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/secure-projects.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-security-automation {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-automation.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-automation.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-automation.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-security-automation:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-automation.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-automation.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-automation.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-automation.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-security-awareness {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-awareness.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-awareness.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-awareness.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-security-awareness:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-awareness.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-awareness.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-awareness.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-awareness.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-security-outnumbered {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-outnumbered.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-outnumbered.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-outnumbered.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-security-outnumbered:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-outnumbered.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-outnumbered.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-outnumbered.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-outnumbered.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-security-team {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-team.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-team.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-team.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-security-team:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-team.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-team.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-team.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/security-team.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-self-serve {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/self-serve.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/self-serve.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/self-serve.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-self-serve:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/self-serve.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/self-serve.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/self-serve.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/self-serve.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-ship-it {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ship-it.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ship-it.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ship-it.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-ship-it:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ship-it.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ship-it.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ship-it.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/ship-it.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-snyk-code-knowledgebase {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/snyk-code-knowledgebase.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/snyk-code-knowledgebase.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/snyk-code-knowledgebase.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-snyk-code-knowledgebase:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/snyk-code-knowledgebase.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/snyk-code-knowledgebase.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/snyk-code-knowledgebase.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/snyk-code-knowledgebase.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-supply-chain-security {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/supply-chain-security.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/supply-chain-security.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/supply-chain-security.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-supply-chain-security:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/supply-chain-security.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/supply-chain-security.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/supply-chain-security.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/supply-chain-security.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-support {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/support.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/support.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/support.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-support:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/support.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/support.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/support.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/support.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-swag {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/swag.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/swag.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/swag.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-swag:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/swag.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/swag.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/swag.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/swag.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-tech {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/tech.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/tech.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/tech.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-tech:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/tech.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/tech.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/tech.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/tech.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-think-bigger {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/think-bigger.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/think-bigger.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/think-bigger.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-think-bigger:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/think-bigger.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/think-bigger.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/think-bigger.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/think-bigger.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-tsd {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/tsd.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/tsd.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/tsd.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-tsd:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/tsd.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/tsd.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/tsd.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/tsd.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-unified-policy-engine {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/unified-policy-engine.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/unified-policy-engine.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/unified-policy-engine.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-unified-policy-engine:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/unified-policy-engine.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/unified-policy-engine.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/unified-policy-engine.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/unified-policy-engine.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-user-admin {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/user-admin.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/user-admin.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/user-admin.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-user-admin:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/user-admin.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/user-admin.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/user-admin.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/user-admin.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-visibility-and-intelligence {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/visibility-and-intelligence.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/visibility-and-intelligence.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/visibility-and-intelligence.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-visibility-and-intelligence:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/visibility-and-intelligence.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/visibility-and-intelligence.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/visibility-and-intelligence.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/visibility-and-intelligence.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-vuln-database {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/vuln-database.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/vuln-database.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/vuln-database.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-vuln-database:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/vuln-database.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/vuln-database.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/vuln-database.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/vuln-database.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-write-policies {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/write-policies.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/write-policies.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/write-policies.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-write-policies:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/write-policies.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/write-policies.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/write-policies.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/write-policies.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.icon.icon-solid.icon-zero-day {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/zero-day.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/zero-day.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/zero-day.svg")
    100% no-repeat;
}
.icon.icon-solid.icon-zero-day:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/zero-day.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/zero-day.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/zero-day.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-icons/zero-day.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
@media (max-width: 8640px) {
  .icon-sm {
    font-size: 1rem;
    height: 1rem;
    width: 1rem;
  }
  .icon-rg {
    font-size: 1.5rem;
    height: 1.5rem;
    width: 1.5rem;
  }
  .icon-md {
    font-size: 2rem;
    height: 2rem;
    width: 2rem;
  }
  .icon-lg {
    font-size: 4rem;
    height: 4rem;
    width: 4rem;
  }
}
@media (max-width: 960px) {
  .mobile\:icon-sm {
    font-size: 1rem;
    height: 1rem;
    width: 1rem;
  }
  .mobile\:icon-rg {
    font-size: 1.5rem;
    height: 1.5rem;
    width: 1.5rem;
  }
  .mobile\:icon-md {
    font-size: 2rem;
    height: 2rem;
    width: 2rem;
  }
  .mobile\:icon-lg {
    font-size: 4rem;
    height: 4rem;
    width: 4rem;
  }
}
.general-icon {
  font-family: "brandui-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.general-icon.icon-account:before {
  content: "";
}
.general-icon.icon-add:before {
  content: "";
}
.general-icon.icon-apple-podcasts:before {
  content: "";
}
.general-icon.icon-arrow-back:before {
  content: "";
}
.general-icon.icon-arrow-down:before {
  content: "";
}
.general-icon.icon-arrow-forward:before {
  content: "";
}
.general-icon.icon-arrow-left:before {
  content: "";
}
.general-icon.icon-arrow-right:before {
  content: "";
}
.general-icon.icon-arrow-top-right:before {
  content: "";
}
.general-icon.icon-arrow-up:before {
  content: "";
}
.general-icon.icon-article:before {
  content: "";
}
.general-icon.icon-attachment:before {
  content: "";
}
.general-icon.icon-ballot:before {
  content: "";
}
.general-icon.icon-bio:before {
  content: "";
}
.general-icon.icon-bitbucket:before {
  content: "";
}
.general-icon.icon-byline:before {
  content: "";
}
.general-icon.icon-calendar-today:before {
  content: "";
}
.general-icon.icon-case-study:before {
  content: "";
}
.general-icon.icon-check:before {
  content: "";
}
.general-icon.icon-check-circle:before {
  content: "";
}
.general-icon.icon-check-shield:before {
  content: "";
}
.general-icon.icon-chevron-down:before {
  content: "";
}
.general-icon.icon-chevron-left:before {
  content: "";
}
.general-icon.icon-chevron-right:before {
  content: "";
}
.general-icon.icon-chevron-up:before {
  content: "";
}
.general-icon.icon-close:before {
  content: "";
}
.general-icon.icon-collapse:before {
  content: "";
}
.general-icon.icon-copy-link:before {
  content: "";
}
.general-icon.icon-copy-to-clipboard:before {
  content: "";
}
.general-icon.icon-discord:before {
  content: "";
}
.general-icon.icon-discord-bubble:before {
  content: "";
}
.general-icon.icon-east:before {
  content: "";
}
.general-icon.icon-ebook:before {
  content: "";
}
.general-icon.icon-expand:before {
  content: "";
}
.general-icon.icon-facebook:before {
  content: "";
}
.general-icon.icon-facebook-circle:before {
  content: "";
}
.general-icon.icon-filter:before {
  content: "";
}
.general-icon.icon-github:before {
  content: "";
}
.general-icon.icon-glassdoor:before {
  content: "";
}
.general-icon.icon-google:before {
  content: "";
}
.general-icon.icon-grading:before {
  content: "";
}
.general-icon.icon-insert-chart:before {
  content: "";
}
.general-icon.icon-insert-drive-file:before {
  content: "";
}
.general-icon.icon-instagram:before {
  content: "";
}
.general-icon.icon-keyboard-arrow-down:before {
  content: "";
}
.general-icon.icon-language:before {
  content: "";
}
.general-icon.icon-linkedin:before {
  content: "";
}
.general-icon.icon-livestream:before {
  content: "";
}
.general-icon.icon-location:before {
  content: "";
}
.general-icon.icon-mail-outline:before {
  content: "";
}
.general-icon.icon-menu:before {
  content: "";
}
.general-icon.icon-mic:before {
  content: "";
}
.general-icon.icon-monetization:before {
  content: "";
}
.general-icon.icon-more-horizontal:before {
  content: "";
}
.general-icon.icon-npm:before {
  content: "";
}
.general-icon.icon-open-in-new:before {
  content: "";
}
.general-icon.icon-pie-chart:before {
  content: "";
}
.general-icon.icon-play-circle:before {
  content: "";
}
.general-icon.icon-play:before {
  content: "";
}
.general-icon.icon-press-release:before {
  content: "";
}
.general-icon.icon-quote:before {
  content: "";
}
.general-icon.icon-remove:before {
  content: "";
}
.general-icon.icon-search:before {
  content: "";
}
.general-icon.icon-spotify:before {
  content: "";
}
.general-icon.icon-time:before {
  content: "";
}
.general-icon.icon-twitch:before {
  content: "";
}
.general-icon.icon-twitter:before {
  content: "";
}
.general-icon.icon-videocam:before {
  content: "";
}
.general-icon.icon-x:before {
  content: "";
}
.general-icon.icon-youtube:before {
  content: "";
}
@media (max-width: 8640px) {
  .icon-extra-small {
    font-size: 0.5rem;
  }
  .icon-small {
    font-size: 1rem;
  }
  .icon-medium {
    font-size: 1.5rem;
  }
  .icon-large {
    font-size: 2rem;
  }
  .icon-extra-large {
    font-size: 2.5rem;
  }
  .icon-huge {
    font-size: 5rem;
  }
}
@media (max-width: 960px) {
  .mobile\:icon-extra-small {
    font-size: 0.5rem;
  }
  .mobile\:icon-small {
    font-size: 1rem;
  }
  .mobile\:icon-medium {
    font-size: 1.5rem;
  }
  .mobile\:icon-large {
    font-size: 2rem;
  }
  .mobile\:icon-extra-large {
    font-size: 2.5rem;
  }
  .mobile\:icon-huge {
    font-size: 5rem;
  }
}
.input {
  align-items: center;
  background-color: #fff;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #6d6d9c;
  border-radius: 0.25rem;
  color: #383f76;
  display: inline-flex;
  justify-items: left;
  outline: rgba(0, 0, 0, 0) solid 0.1875rem;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: left;
  width: 100%;
  min-height: 3.125rem;
  outline: rgba(0, 0, 0, 0) solid 0.1875rem;
  transition: 0.2s ease-in-out;
}
.input.dark-mode,
.dark-mode .input {
  background-color: #01011e;
}
.input.dark-mode,
.dark-mode .input {
  border-color: #383f76;
}
.input.dark-mode,
.dark-mode .input {
  color: #f6f7fb;
}
.input::placeholder {
  color: #383f76;
}
.dark-mode .input::placeholder,
.input.dark-mode .input::placeholder {
  color: #f6f7fb;
}
.input::placeholder {
  opacity: 0.5;
}
.input:hover {
  border-color: #145deb;
}
.input:hover.dark-mode,
.dark-mode .input:hover {
  border-color: #3ea2ff;
}
.input.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.input.danger {
  border-color: #c82d53;
  color: #c82d53;
}
.input.danger.dark-mode,
.dark-mode .input.danger {
  border-color: #f97a99;
}
.input.danger.dark-mode,
.dark-mode .input.danger {
  color: #f97a99;
}
.locale-selector {
  position: relative;
  color: #01011e;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0.25rem;
  appearance: none;
  text-indent: 2rem;
  min-width: 11rem;
  isolation: isolate;
}
.locale-selector.dark-mode,
.dark-mode .locale-selector {
  color: #fff;
}
.locale-selector:hover {
  color: #145deb;
  cursor: pointer;
}
.locale-selector:hover.dark-mode,
.dark-mode .locale-selector:hover {
  color: #3ea2ff;
}
@media (max-width: 1020px) {
  .locale-selector {
    padding: 0.75rem 1rem;
  }
}
@media (min-width: 1021px) {
  .locale-selector {
    background: rgba(0, 0, 0, 0);
    padding: 0.75rem 2rem;
    opacity: 0;
    font-size: 0;
    min-width: 3.25rem;
    text-indent: 0;
  }
  .locale-selector * {
    font-size: initial;
  }
}
.locale-selector-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 0.25rem;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.locale-selector-wrapper:hover {
  background-color: RGBA(20, 93, 235, 0.1);
}
.locale-selector-wrapper:hover.dark-mode,
.dark-mode .locale-selector-wrapper:hover {
  background-color: RGBA(62, 162, 255, 0.1);
}
.locale-selector-wrapper:hover .locale-selector-display {
  color: #145deb;
}
.locale-selector-wrapper:hover .locale-selector-display.dark-mode,
.dark-mode .locale-selector-wrapper:hover .locale-selector-display {
  color: #3ea2ff;
}
.locale-selector-wrapper:hover .locale-selector-display > * {
  transition: 0.2s ease-in-out;
}
@media (max-width: 1020px) {
  .locale-selector-wrapper {
    justify-content: start;
    background-color: RGBA(20, 93, 235, 0.1);
  }
  .locale-selector-wrapper.dark-mode,
  .dark-mode .locale-selector-wrapper {
    background-color: RGBA(62, 162, 255, 0.1);
  }
  .locale-selector-wrapper:after {
    content: "";
    font-family: "brandui-icons";
    font-size: 1.5rem;
    margin-left: -2rem;
    padding-right: 1rem;
    position: absolute;
    right: 0;
    pointer-events: none;
  }
}
.locale-selector-display {
  color: #01011e;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  position: absolute;
}
.locale-selector-display.dark-mode,
.dark-mode .locale-selector-display {
  color: #fff;
}
@media (max-width: 1020px) {
  .locale-selector-display-label {
    display: none;
  }
}
@media (max-width: 1020px) {
  .locale-selector-display {
    margin-left: 1rem;
    pointer-events: none;
  }
}
.dark.chevron {
  border-color: #f6f7fb;
}
.patch {
  height: auto;
  position: relative;
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}
.patch::before {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.patch::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 177%;
  position: relative;
}
.patch.patch-alert-smile::before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/patch/alert-smile.svg")
    center no-repeat;
  background-size: contain;
}
.patch.patch-alert-smile::after {
  content: "";
  padding-bottom: 100%;
}
.patch.patch-alert::before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/patch/alert.svg")
    center no-repeat;
  background-size: contain;
}
.patch.patch-alert::after {
  content: "";
  padding-bottom: 100%;
}
.patch.patch-coffee::before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/patch/coffee.svg")
    center no-repeat;
  background-size: contain;
}
.patch.patch-coffee::after {
  content: "";
  padding-bottom: 100%;
}
.patch.patch-digging::before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/patch/digging.svg")
    center no-repeat;
  background-size: contain;
}
.patch.patch-digging::after {
  content: "";
  padding-bottom: 100%;
}
.patch.patch-sitting-smile::before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/patch/sitting-smile.svg")
    center no-repeat;
  background-size: contain;
}
.patch.patch-sitting-smile::after {
  content: "";
  padding-bottom: 100%;
}
.patch.patch-sitting::before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/patch/sitting.svg")
    center no-repeat;
  background-size: contain;
}
.patch.patch-sitting::after {
  content: "";
  padding-bottom: 100%;
}
.patch.patch-sniffing-smile::before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/patch/sniffing-smile.svg")
    center no-repeat;
  background-size: contain;
}
.patch.patch-sniffing-smile::after {
  content: "";
  padding-bottom: 100%;
}
.patch.patch-sniffing-v2::before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/patch/sniffing-v2.svg")
    center no-repeat;
  background-size: contain;
}
.patch.patch-sniffing-v2::after {
  content: "";
  padding-bottom: 100%;
}
.patch.patch-standing-smile::before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/patch/standing-smile.svg")
    center no-repeat;
  background-size: contain;
}
.patch.patch-standing-smile::after {
  content: "";
  padding-bottom: 100%;
}
.patch.patch-standing::before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/patch/standing.svg")
    center no-repeat;
  background-size: contain;
}
.patch.patch-standing::after {
  content: "";
  padding-bottom: 100%;
}
.patch.patch-ui::before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/patch/ui.svg")
    center no-repeat;
  background-size: contain;
}
.patch.patch-ui::after {
  content: "";
  padding-bottom: 100%;
}
.patch.patch-upright::before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/patch/upright.svg")
    center no-repeat;
  background-size: contain;
}
.patch.patch-upright::after {
  content: "";
  padding-bottom: 100%;
}
.patch.pose-alert::before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/patch/pose-alert.svg")
    center no-repeat;
  background-size: contain;
}
.patch.pose-alert::after {
  content: "";
  padding-bottom: 88%;
}
.patch.pose-coffee::before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/patch/pose-coffee.svg")
    center no-repeat;
  background-size: contain;
}
.patch.pose-coffee::after {
  content: "";
  padding-bottom: 88%;
}
.patch.pose-digging::before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/patch/pose-digging.svg")
    center no-repeat;
  background-size: contain;
}
.patch.pose-digging::after {
  content: "";
  padding-bottom: 88%;
}
.patch.pose-sniffing::before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/patch/pose-sniffing.svg")
    center no-repeat;
  background-size: contain;
}
.patch.pose-sniffing::after {
  content: "";
  padding-bottom: 88%;
}
.patch.pose-standing-upright::before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/patch/pose-standing-upright.svg")
    center no-repeat;
  background-size: contain;
}
.patch.pose-standing-upright::after {
  content: "";
  padding-bottom: 88%;
}
.patch.pose-standing::before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/patch/pose-standing.svg")
    center no-repeat;
  background-size: contain;
}
.patch.pose-standing::after {
  content: "";
  padding-bottom: 88%;
}
.product-logo {
  display: inline-block;
  height: 4rem;
  font-size: 4rem;
  position: relative;
  transition: transform 0.2s ease-in-out;
  width: 4rem;
}
.product-logo::before {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.product-logo.logo-snyk-apprisk:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/apprisk.svg");
}
.dark-mode .product-logo.logo-snyk-apprisk:before,
.product-logo.logo-snyk-apprisk.dark-mode
  .product-logo.logo-snyk-apprisk:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/apprisk-alt.svg");
}
.product-logo.logo-snyk-cloud:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/cloud.svg");
}
.dark-mode .product-logo.logo-snyk-cloud:before,
.product-logo.logo-snyk-cloud.dark-mode .product-logo.logo-snyk-cloud:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/cloud-alt.svg");
}
.product-logo.logo-snyk-code:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/code.svg");
}
.dark-mode .product-logo.logo-snyk-code:before,
.product-logo.logo-snyk-code.dark-mode .product-logo.logo-snyk-code:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/code-alt.svg");
}
.product-logo.logo-snyk-container:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/container.svg");
}
.dark-mode .product-logo.logo-snyk-container:before,
.product-logo.logo-snyk-container.dark-mode
  .product-logo.logo-snyk-container:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/container-alt.svg");
}
.product-logo.logo-snyk-deepcodeai:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/deepcodeai.svg");
}
.dark-mode .product-logo.logo-snyk-deepcodeai:before,
.product-logo.logo-snyk-deepcodeai.dark-mode
  .product-logo.logo-snyk-deepcodeai:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/deepcodeai-alt.svg");
}
.product-logo.logo-snyk-iac:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/iac.svg");
}
.dark-mode .product-logo.logo-snyk-iac:before,
.product-logo.logo-snyk-iac.dark-mode .product-logo.logo-snyk-iac:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/iac-alt.svg");
}
.product-logo.logo-snyk-learn:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/learn.svg");
}
.dark-mode .product-logo.logo-snyk-learn:before,
.product-logo.logo-snyk-learn.dark-mode .product-logo.logo-snyk-learn:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/learn-alt.svg");
}
.product-logo.logo-snyk-oss:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss.svg");
}
.dark-mode .product-logo.logo-snyk-oss:before,
.product-logo.logo-snyk-oss.dark-mode .product-logo.logo-snyk-oss:before {
  content: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss-alt.svg");
}
.product-logo.logo-theme-solid.logo-snyk-apprisk:before {
  background-color: #441c99;
}
.dark-mode .product-logo.logo-theme-solid.logo-snyk-apprisk:before,
.product-logo.logo-theme-solid.logo-snyk-apprisk.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-apprisk:before {
  background-color: #ff78e1;
}
[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-apprisk:before {
  background-color: #441c99;
}
.dark-mode[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-apprisk:before,
[data-page-theme="default"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-apprisk:before,
[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-apprisk.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-apprisk:before {
  background-color: #ff78e1;
}
[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-apprisk:before {
  background-color: #0a26b8;
}
.dark-mode[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-apprisk:before,
[data-page-theme="secondary"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-apprisk:before,
[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-apprisk.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-apprisk:before {
  background-color: #8598fb;
}
[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-apprisk:before {
  background-color: #0a26b8;
}
.dark-mode[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-apprisk:before,
[data-page-theme="security-labs"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-apprisk:before,
[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-apprisk.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-apprisk:before {
  background-color: #14c4eb;
}
[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-apprisk:before {
  background-color: #097d98;
}
.dark-mode[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-apprisk:before,
[data-page-theme="devseccon"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-apprisk:before,
[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-apprisk.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-apprisk:before {
  background-color: #c0f5f2;
}
.product-logo.logo-theme-solid.logo-snyk-apprisk:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/apprisk.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/apprisk.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/apprisk.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
}
.product-logo.logo-theme-solid.logo-snyk-cloud:before {
  background-color: #441c99;
}
.dark-mode .product-logo.logo-theme-solid.logo-snyk-cloud:before,
.product-logo.logo-theme-solid.logo-snyk-cloud.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-cloud:before {
  background-color: #ff78e1;
}
[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-cloud:before {
  background-color: #441c99;
}
.dark-mode[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-cloud:before,
[data-page-theme="default"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-cloud:before,
[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-cloud.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-cloud:before {
  background-color: #ff78e1;
}
[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-cloud:before {
  background-color: #0a26b8;
}
.dark-mode[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-cloud:before,
[data-page-theme="secondary"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-cloud:before,
[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-cloud.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-cloud:before {
  background-color: #8598fb;
}
[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-cloud:before {
  background-color: #0a26b8;
}
.dark-mode[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-cloud:before,
[data-page-theme="security-labs"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-cloud:before,
[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-cloud.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-cloud:before {
  background-color: #14c4eb;
}
[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-cloud:before {
  background-color: #097d98;
}
.dark-mode[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-cloud:before,
[data-page-theme="devseccon"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-cloud:before,
[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-cloud.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-cloud:before {
  background-color: #c0f5f2;
}
.product-logo.logo-theme-solid.logo-snyk-cloud:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/cloud.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/cloud.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/cloud.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
}
.product-logo.logo-theme-solid.logo-snyk-code:before {
  background-color: #441c99;
}
.dark-mode .product-logo.logo-theme-solid.logo-snyk-code:before,
.product-logo.logo-theme-solid.logo-snyk-code.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-code:before {
  background-color: #ff78e1;
}
[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-code:before {
  background-color: #441c99;
}
.dark-mode[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-code:before,
[data-page-theme="default"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-code:before,
[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-code.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-code:before {
  background-color: #ff78e1;
}
[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-code:before {
  background-color: #0a26b8;
}
.dark-mode[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-code:before,
[data-page-theme="secondary"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-code:before,
[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-code.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-code:before {
  background-color: #8598fb;
}
[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-code:before {
  background-color: #0a26b8;
}
.dark-mode[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-code:before,
[data-page-theme="security-labs"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-code:before,
[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-code.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-code:before {
  background-color: #14c4eb;
}
[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-code:before {
  background-color: #097d98;
}
.dark-mode[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-code:before,
[data-page-theme="devseccon"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-code:before,
[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-code.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-code:before {
  background-color: #c0f5f2;
}
.product-logo.logo-theme-solid.logo-snyk-code:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/code.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/code.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/code.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
}
.product-logo.logo-theme-solid.logo-snyk-container:before {
  background-color: #441c99;
}
.dark-mode .product-logo.logo-theme-solid.logo-snyk-container:before,
.product-logo.logo-theme-solid.logo-snyk-container.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-container:before {
  background-color: #ff78e1;
}
[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-container:before {
  background-color: #441c99;
}
.dark-mode[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-container:before,
[data-page-theme="default"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-container:before,
[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-container.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-container:before {
  background-color: #ff78e1;
}
[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-container:before {
  background-color: #0a26b8;
}
.dark-mode[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-container:before,
[data-page-theme="secondary"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-container:before,
[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-container.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-container:before {
  background-color: #8598fb;
}
[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-container:before {
  background-color: #0a26b8;
}
.dark-mode[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-container:before,
[data-page-theme="security-labs"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-container:before,
[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-container.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-container:before {
  background-color: #14c4eb;
}
[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-container:before {
  background-color: #097d98;
}
.dark-mode[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-container:before,
[data-page-theme="devseccon"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-container:before,
[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-container.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-container:before {
  background-color: #c0f5f2;
}
.product-logo.logo-theme-solid.logo-snyk-container:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/container.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/container.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/container.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
}
.product-logo.logo-theme-solid.logo-snyk-deepcodeai:before {
  background-color: #441c99;
}
.dark-mode .product-logo.logo-theme-solid.logo-snyk-deepcodeai:before,
.product-logo.logo-theme-solid.logo-snyk-deepcodeai.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai:before {
  background-color: #ff78e1;
}
[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai:before {
  background-color: #441c99;
}
.dark-mode[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai:before,
[data-page-theme="default"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai:before,
[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai:before {
  background-color: #ff78e1;
}
[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai:before {
  background-color: #0a26b8;
}
.dark-mode[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai:before,
[data-page-theme="secondary"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai:before,
[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai:before {
  background-color: #8598fb;
}
[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai:before {
  background-color: #0a26b8;
}
.dark-mode[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai:before,
[data-page-theme="security-labs"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai:before,
[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai:before {
  background-color: #14c4eb;
}
[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai:before {
  background-color: #097d98;
}
.dark-mode[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai:before,
[data-page-theme="devseccon"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai:before,
[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-deepcodeai:before {
  background-color: #c0f5f2;
}
.product-logo.logo-theme-solid.logo-snyk-deepcodeai:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/deepcodeai.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/deepcodeai.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/deepcodeai.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
}
.product-logo.logo-theme-solid.logo-snyk-iac:before {
  background-color: #441c99;
}
.dark-mode .product-logo.logo-theme-solid.logo-snyk-iac:before,
.product-logo.logo-theme-solid.logo-snyk-iac.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-iac:before {
  background-color: #ff78e1;
}
[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-iac:before {
  background-color: #441c99;
}
.dark-mode[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-iac:before,
[data-page-theme="default"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-iac:before,
[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-iac.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-iac:before {
  background-color: #ff78e1;
}
[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-iac:before {
  background-color: #0a26b8;
}
.dark-mode[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-iac:before,
[data-page-theme="secondary"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-iac:before,
[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-iac.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-iac:before {
  background-color: #8598fb;
}
[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-iac:before {
  background-color: #0a26b8;
}
.dark-mode[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-iac:before,
[data-page-theme="security-labs"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-iac:before,
[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-iac.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-iac:before {
  background-color: #14c4eb;
}
[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-iac:before {
  background-color: #097d98;
}
.dark-mode[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-iac:before,
[data-page-theme="devseccon"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-iac:before,
[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-iac.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-iac:before {
  background-color: #c0f5f2;
}
.product-logo.logo-theme-solid.logo-snyk-iac:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/iac.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/iac.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/iac.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
}
.product-logo.logo-theme-solid.logo-snyk-learn:before {
  background-color: #441c99;
}
.dark-mode .product-logo.logo-theme-solid.logo-snyk-learn:before,
.product-logo.logo-theme-solid.logo-snyk-learn.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-learn:before {
  background-color: #ff78e1;
}
[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-learn:before {
  background-color: #441c99;
}
.dark-mode[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-learn:before,
[data-page-theme="default"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-learn:before,
[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-learn.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-learn:before {
  background-color: #ff78e1;
}
[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-learn:before {
  background-color: #0a26b8;
}
.dark-mode[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-learn:before,
[data-page-theme="secondary"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-learn:before,
[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-learn.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-learn:before {
  background-color: #8598fb;
}
[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-learn:before {
  background-color: #0a26b8;
}
.dark-mode[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-learn:before,
[data-page-theme="security-labs"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-learn:before,
[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-learn.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-learn:before {
  background-color: #14c4eb;
}
[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-learn:before {
  background-color: #097d98;
}
.dark-mode[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-learn:before,
[data-page-theme="devseccon"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-learn:before,
[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-learn.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-learn:before {
  background-color: #c0f5f2;
}
.product-logo.logo-theme-solid.logo-snyk-learn:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/learn.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/learn.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/learn.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
}
.product-logo.logo-theme-solid.logo-snyk-oss:before {
  background-color: #441c99;
}
.dark-mode .product-logo.logo-theme-solid.logo-snyk-oss:before,
.product-logo.logo-theme-solid.logo-snyk-oss.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-oss:before {
  background-color: #ff78e1;
}
[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-oss:before {
  background-color: #441c99;
}
.dark-mode[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-oss:before,
[data-page-theme="default"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-oss:before,
[data-page-theme="default"]
  .product-logo.logo-theme-solid.logo-snyk-oss.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-oss:before {
  background-color: #ff78e1;
}
[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-oss:before {
  background-color: #0a26b8;
}
.dark-mode[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-oss:before,
[data-page-theme="secondary"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-oss:before,
[data-page-theme="secondary"]
  .product-logo.logo-theme-solid.logo-snyk-oss.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-oss:before {
  background-color: #8598fb;
}
[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-oss:before {
  background-color: #0a26b8;
}
.dark-mode[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-oss:before,
[data-page-theme="security-labs"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-oss:before,
[data-page-theme="security-labs"]
  .product-logo.logo-theme-solid.logo-snyk-oss.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-oss:before {
  background-color: #14c4eb;
}
[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-oss:before {
  background-color: #097d98;
}
.dark-mode[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-oss:before,
[data-page-theme="devseccon"]
  .dark-mode
  .product-logo.logo-theme-solid.logo-snyk-oss:before,
[data-page-theme="devseccon"]
  .product-logo.logo-theme-solid.logo-snyk-oss.dark-mode
  .product-logo.logo-theme-solid.logo-snyk-oss:before {
  background-color: #c0f5f2;
}
.product-logo.logo-theme-solid.logo-snyk-oss:before {
  content: "";
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
}
.product-logo.logo-solid.logo-snyk-apprisk-alt {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/apprisk-alt.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/apprisk-alt.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/apprisk-alt.svg")
    100% no-repeat;
}
.product-logo.logo-solid.logo-snyk-apprisk-alt::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/apprisk-alt.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/apprisk-alt.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/apprisk-alt.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/apprisk-alt.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.product-logo.logo-solid.logo-snyk-apprisk {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/apprisk.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/apprisk.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/apprisk.svg")
    100% no-repeat;
}
.product-logo.logo-solid.logo-snyk-apprisk::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/apprisk.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/apprisk.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/apprisk.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/apprisk.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.product-logo.logo-solid.logo-snyk-cloud-alt {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/cloud-alt.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/cloud-alt.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/cloud-alt.svg")
    100% no-repeat;
}
.product-logo.logo-solid.logo-snyk-cloud-alt::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/cloud-alt.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/cloud-alt.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/cloud-alt.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/cloud-alt.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.product-logo.logo-solid.logo-snyk-cloud {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/cloud.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/cloud.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/cloud.svg")
    100% no-repeat;
}
.product-logo.logo-solid.logo-snyk-cloud::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/cloud.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/cloud.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/cloud.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/cloud.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.product-logo.logo-solid.logo-snyk-code-alt {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/code-alt.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/code-alt.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/code-alt.svg")
    100% no-repeat;
}
.product-logo.logo-solid.logo-snyk-code-alt::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/code-alt.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/code-alt.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/code-alt.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/code-alt.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.product-logo.logo-solid.logo-snyk-code {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/code.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/code.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/code.svg")
    100% no-repeat;
}
.product-logo.logo-solid.logo-snyk-code::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/code.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/code.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/code.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/code.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.product-logo.logo-solid.logo-snyk-container-alt {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/container-alt.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/container-alt.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/container-alt.svg")
    100% no-repeat;
}
.product-logo.logo-solid.logo-snyk-container-alt::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/container-alt.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/container-alt.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/container-alt.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/container-alt.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.product-logo.logo-solid.logo-snyk-container {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/container.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/container.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/container.svg")
    100% no-repeat;
}
.product-logo.logo-solid.logo-snyk-container::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/container.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/container.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/container.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/container.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.product-logo.logo-solid.logo-snyk-deepcodeai-alt {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/deepcodeai-alt.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/deepcodeai-alt.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/deepcodeai-alt.svg")
    100% no-repeat;
}
.product-logo.logo-solid.logo-snyk-deepcodeai-alt::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/deepcodeai-alt.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/deepcodeai-alt.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/deepcodeai-alt.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/deepcodeai-alt.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.product-logo.logo-solid.logo-snyk-deepcodeai {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/deepcodeai.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/deepcodeai.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/deepcodeai.svg")
    100% no-repeat;
}
.product-logo.logo-solid.logo-snyk-deepcodeai::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/deepcodeai.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/deepcodeai.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/deepcodeai.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/deepcodeai.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.product-logo.logo-solid.logo-snyk-iac-alt {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/iac-alt.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/iac-alt.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/iac-alt.svg")
    100% no-repeat;
}
.product-logo.logo-solid.logo-snyk-iac-alt::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/iac-alt.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/iac-alt.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/iac-alt.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/iac-alt.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.product-logo.logo-solid.logo-snyk-iac {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/iac.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/iac.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/iac.svg")
    100% no-repeat;
}
.product-logo.logo-solid.logo-snyk-iac::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/iac.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/iac.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/iac.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/iac.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.product-logo.logo-solid.logo-snyk-learn-alt {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/learn-alt.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/learn-alt.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/learn-alt.svg")
    100% no-repeat;
}
.product-logo.logo-solid.logo-snyk-learn-alt::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/learn-alt.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/learn-alt.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/learn-alt.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/learn-alt.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.product-logo.logo-solid.logo-snyk-learn {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/learn.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/learn.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/learn.svg")
    100% no-repeat;
}
.product-logo.logo-solid.logo-snyk-learn::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/learn.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/learn.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/learn.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/learn.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.product-logo.logo-solid.logo-snyk-oss-alt {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss-alt.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss-alt.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss-alt.svg")
    100% no-repeat;
}
.product-logo.logo-solid.logo-snyk-oss-alt::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss-alt.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss-alt.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss-alt.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss-alt.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.product-logo.logo-solid.logo-snyk-oss {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss.svg")
    100% no-repeat;
}
.product-logo.logo-solid.logo-snyk-oss::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/product-logos/oss.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
@media (max-width: 8640px) {
  .logo-sm {
    font-size: 1rem;
    height: 1rem;
    width: 1rem;
  }
  .logo-rg {
    font-size: 1.5rem;
    height: 1.5rem;
    width: 1.5rem;
  }
  .logo-md {
    font-size: 2rem;
    height: 2rem;
    width: 2rem;
  }
  .logo-lg {
    font-size: 4rem;
    height: 4rem;
    width: 4rem;
  }
}
@media (max-width: 960px) {
  .mobile\:logo-sm {
    font-size: 1rem;
    height: 1rem;
    width: 1rem;
  }
  .mobile\:logo-rg {
    font-size: 1.5rem;
    height: 1.5rem;
    width: 1.5rem;
  }
  .mobile\:logo-md {
    font-size: 2rem;
    height: 2rem;
    width: 2rem;
  }
  .mobile\:logo-lg {
    font-size: 4rem;
    height: 4rem;
    width: 4rem;
  }
}
.radios {
  display: flex;
}
.radios label {
  color: #383f76;
}
.radios input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 1.5rem;
  padding-left: 2.313rem;
}
.radios input[type="radio"] + label span {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.radios input[type="radio"] + label::before,
.radios input[type="radio"] + label::after {
  transition: 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.radios input[type="radio"] + label::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.875rem;
  position: absolute;
  top: -0.1875rem;
  left: 0;
  border: 0.125rem solid #6d6d9c;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
}
.radios input[type="radio"] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.1875rem;
  left: 0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
}
.radios input[type="radio"] + label:hover::before {
  border: 0.125rem solid;
}
.radios input[type="radio"] + label:hover::after {
  top: 0.1875rem;
}
.radios input[type="radio"] + label.adjust {
  padding-left: 2.375rem;
}
.radios input[type="radio"] + label.adjust::before {
  top: -0.0625rem;
}
.radios input[type="radio"] + label.adjust::after {
  top: 0.313rem;
}
.radios input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.radios input[type="radio"]:checked + label::before {
  background-color: RGBA(20, 93, 235, 0.05);
  border: 0.125rem solid;
}
.radios input[type="radio"]:checked + label::after {
  transform: scale(1);
  opacity: 1;
}
.radios input[type="radio"]:focus + label::before {
  background-color: RGBA(20, 93, 235, 0.05);
  border: 0.125rem solid;
}
.radios.danger label {
  color: #c82d53;
}
.radios.danger input[type="radio"] + label::before {
  background-color: RGBA(200, 45, 83, 0.05);
  border: 0.125rem solid #c82d53;
}
.radios.danger input[type="radio"] + label::after {
  background: #c82d53;
}
.radios.danger input[type="radio"] + label:hover::before {
  border: 0.125rem solid #c82d53;
}
.radios.danger input[type="radio"]:focus + label::before {
  background-color: RGBA(200, 45, 83, 0.05);
  border: 0.125rem solid #c82d53;
}
.radio + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 1.875rem;
  margin-right: 2.5rem;
}
.radio + label span {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.radio + label::before,
.radio + label::after {
  transition: 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.radio + label::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.875rem;
  position: absolute;
  top: -0.1875rem;
  left: 0;
  border: 0.125rem solid #6d6d9c;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
}
.radio + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.1875rem;
  left: 0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
}
.radio + label:hover::before {
  border: 0.125rem solid;
}
.radio + label:hover::after {
  top: 0.1875rem;
}
.radio + label.adjust {
  padding-left: 2.375rem;
}
.radio + label.adjust::before {
  top: -0.0625rem;
}
.radio + label.adjust::after {
  top: 0.313rem;
}
.radio {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.radio:checked + label::before {
  background-color: RGBA(20, 93, 235, 0.05);
  border: 0.125rem solid;
}
.radio:checked + label::after {
  transform: scale(1);
  opacity: 1;
}
.radio:focus + label::before {
  background-color: RGBA(20, 93, 235, 0.05);
  border: 0.125rem solid;
}
.radio.danger label {
  color: #c82d53;
}
.radio.danger + label::before {
  background-color: RGBA(200, 45, 83, 0.05);
  border: 0.125rem solid #c82d53;
}
.radio.danger + label::after {
  background: #c82d53;
}
.radio.danger + label:hover::before {
  border: 0.125rem solid #c82d53;
}
.radio.danger:checked + label::before {
  background-color: RGBA(200, 45, 83, 0.05);
  border: 0.125rem solid #c82d53;
}
.radio.danger:checked + label::after {
  background: #c82d53;
}
.radio.danger:checked + label:hover::before {
  border: 0.125rem solid #c82d53;
}
.radio.danger:focus + label::before {
  background-color: RGBA(200, 45, 83, 0.05);
  border: 0.125rem solid #c82d53;
}
.brandui-ribbon {
  z-index: 100;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  width: 9.375rem;
  height: 9.375rem;
}
.brandui-ribbon::before,
.brandui-ribbon::after {
  z-index: -1;
  border-style: solid;
  border-width: 0.315rem;
  border-color: #01011e;
  position: absolute;
  display: block;
  content: "";
}
.brandui-ribbon span {
  display: block;
  position: absolute;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 2.5rem;
  padding-left: 1.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 14.063rem;
}
.brandui-ribbon.default span {
  color: #fff;
  background: linear-gradient(140deg, #9043c6, #441c99);
}
.brandui-ribbon.top-left span,
.brandui-ribbon.bottom-right span {
  transform: rotate(-45deg);
}
.brandui-ribbon.top-right span,
.brandui-ribbon.bottom-left span {
  transform: rotate(45deg);
}
.brandui-ribbon.top-left {
  top: -0.625rem;
  left: -0.625rem;
}
.brandui-ribbon.top-left::before,
.brandui-ribbon.top-left::after {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}
.brandui-ribbon.top-left::before {
  top: 0;
  right: 0;
}
.brandui-ribbon.top-left::after {
  bottom: 0;
  left: 0;
}
.brandui-ribbon.top-left span {
  right: -1.813rem;
  top: 2.25rem;
}
.brandui-ribbon.top-right {
  top: -0.625rem;
  right: -0.625rem;
}
.brandui-ribbon.top-right::before,
.brandui-ribbon.top-right::after {
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}
.brandui-ribbon.top-right::before {
  top: 0;
  left: 0;
}
.brandui-ribbon.top-right::after {
  bottom: 0;
  right: 0;
}
.brandui-ribbon.top-right span {
  padding-left: 3.75rem;
  left: -1.813rem;
  top: 2.25rem;
}
.brandui-ribbon.bottom-left {
  bottom: -0.625rem;
  left: -0.625rem;
}
.brandui-ribbon.bottom-left::before,
.brandui-ribbon.bottom-left::after {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}
.brandui-ribbon.bottom-left::before {
  bottom: 0;
  right: 0;
}
.brandui-ribbon.bottom-left::after {
  top: 0;
  left: 0;
}
.brandui-ribbon.bottom-left span {
  right: -1.813rem;
  bottom: 2.25rem;
}
.brandui-ribbon.bottom-right {
  bottom: -0.625rem;
  right: -0.625rem;
}
.brandui-ribbon.bottom-right::before,
.brandui-ribbon.bottom-right::after {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}
.brandui-ribbon.bottom-right::before {
  bottom: 0;
  left: 0;
}
.brandui-ribbon.bottom-right::after {
  top: 0;
  right: 0;
}
.brandui-ribbon.bottom-right span {
  padding-left: 3.75rem;
  left: -1.813rem;
  bottom: 2.25rem;
}
.snyk-logo {
  height: auto;
  position: relative;
  transition: transform 0.2s ease-in-out;
}
.snyk-logo:before {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.snyk-logo:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.snyk-logo.logo-default:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  background-position: center no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}
.snyk-logo.logo-default:before {
  background-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/default-light.svg");
}
.dark-mode .snyk-logo.logo-default:before,
.snyk-logo.logo-default.dark-mode .snyk-logo.logo-default:before {
  background-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/default-dark.svg");
}
.snyk-logo.logo-default:after {
  content: "";
  padding-bottom: 52%;
}
.snyk-logo.logo-default-solid:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  background-position: center no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}
.snyk-logo.logo-default-solid:before {
  background-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/default-solid-light.svg");
}
.dark-mode .snyk-logo.logo-default-solid:before,
.snyk-logo.logo-default-solid.dark-mode .snyk-logo.logo-default-solid:before {
  background-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/default-solid-dark.svg");
}
.snyk-logo.logo-default-solid:after {
  content: "";
  padding-bottom: 52%;
}
.snyk-logo.logo-icon:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  background-position: center no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}
.snyk-logo.logo-icon:before {
  background-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/icon-light.svg");
}
.dark-mode .snyk-logo.logo-icon:before,
.snyk-logo.logo-icon.dark-mode .snyk-logo.logo-icon:before {
  background-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/icon-dark.svg");
}
.snyk-logo.logo-icon:after {
  content: "";
  padding-bottom: 62%;
}
.snyk-logo.logo-icon-solid:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  background-position: center no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}
.snyk-logo.logo-icon-solid:before {
  background-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/icon-solid-light.svg");
}
.dark-mode .snyk-logo.logo-icon-solid:before,
.snyk-logo.logo-icon-solid.dark-mode .snyk-logo.logo-icon-solid:before {
  background-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/icon-solid-dark.svg");
}
.snyk-logo.logo-icon-solid:after {
  content: "";
  padding-bottom: 62%;
}
.snyk-logo.logo-vertical:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  background-position: center no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}
.snyk-logo.logo-vertical:before {
  background-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/vertical-light.svg");
}
.dark-mode .snyk-logo.logo-vertical:before,
.snyk-logo.logo-vertical.dark-mode .snyk-logo.logo-vertical:before {
  background-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/vertical-dark.svg");
}
.snyk-logo.logo-vertical:after {
  content: "";
  padding-bottom: 77%;
}
.snyk-logo.logo-vertical-solid:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  background-position: center no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}
.snyk-logo.logo-vertical-solid:before {
  background-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/vertical-solid-light.svg");
}
.dark-mode .snyk-logo.logo-vertical-solid:before,
.snyk-logo.logo-vertical-solid.dark-mode .snyk-logo.logo-vertical-solid:before {
  background-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/vertical-solid-dark.svg");
}
.snyk-logo.logo-vertical-solid:after {
  content: "";
  padding-bottom: 77%;
}
.snyk-logo.logo-wordmark:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  background-position: center no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}
.snyk-logo.logo-wordmark:before {
  background-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-light.svg");
}
.dark-mode .snyk-logo.logo-wordmark:before,
.snyk-logo.logo-wordmark.dark-mode .snyk-logo.logo-wordmark:before {
  background-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-dark.svg");
}
.snyk-logo.logo-wordmark:after {
  content: "";
  padding-bottom: 58%;
}
.snyk-logo.logo-security-labs-solid:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  background-position: center no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}
.snyk-logo.logo-security-labs-solid:before {
  background-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/security-labs-solid-light.svg");
}
.dark-mode .snyk-logo.logo-security-labs-solid:before,
.snyk-logo.logo-security-labs-solid.dark-mode
  .snyk-logo.logo-security-labs-solid:before {
  background-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/security-labs-solid-dark.svg");
}
.snyk-logo.logo-security-labs-solid:after {
  content: "";
  padding-bottom: 23%;
}
.snyk-logo.logo-icon-security-labs-solid:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  background-position: center no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}
.snyk-logo.logo-icon-security-labs-solid:before {
  background-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/icon-security-labs-solid-light.svg");
}
.dark-mode .snyk-logo.logo-icon-security-labs-solid:before,
.snyk-logo.logo-icon-security-labs-solid.dark-mode
  .snyk-logo.logo-icon-security-labs-solid:before {
  background-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/icon-security-labs-solid-dark.svg");
}
.snyk-logo.logo-icon-security-labs-solid:after {
  content: "";
  padding-bottom: 23%;
}
.snyk-logo.logo-only.logo-color:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/color.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-only.logo-color:after {
  content: "";
  padding-bottom: 158%;
}
.snyk-logo.logo-only.logo-space:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-space.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-only.logo-space:after {
  content: "";
  padding-bottom: 158%;
}
.snyk-logo.logo-only.logo-white:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-white.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-only.logo-white:after {
  content: "";
  padding-bottom: 158%;
}
.snyk-logo.logo-word-only.logo-purple:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-purple.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-word-only.logo-purple:after {
  content: "";
  padding-bottom: 52%;
}
.snyk-logo.logo-word-only.logo-space:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-space.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-word-only.logo-space:after {
  content: "";
  padding-bottom: 52%;
}
.snyk-logo.logo-word-only.logo-white:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-white.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-word-only.logo-white:after {
  content: "";
  padding-bottom: 52%;
}
.snyk-logo.logo-wordmark-vertical.logo-color-purple:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color-purple.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-wordmark-vertical.logo-color-purple:after {
  content: "";
  padding-bottom: 177%;
}
.snyk-logo.logo-wordmark-vertical.logo-color-white:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color-white.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-wordmark-vertical.logo-color-white:after {
  content: "";
  padding-bottom: 177%;
}
.snyk-logo.logo-wordmark-vertical.logo-color:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-wordmark-vertical.logo-color:after {
  content: "";
  padding-bottom: 177%;
}
.snyk-logo.logo-wordmark-vertical.logo-space:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-space.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-wordmark-vertical.logo-space:after {
  content: "";
  padding-bottom: 177%;
}
.snyk-logo.logo-wordmark-vertical.logo-white:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-white.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-wordmark-vertical.logo-white:after {
  content: "";
  padding-bottom: 177%;
}
.snyk-logo.logo-wordmark.logo-color-purple:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color-purple.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-wordmark.logo-color-purple:after {
  content: "";
  padding-bottom: 46%;
}
.snyk-logo.logo-wordmark.logo-color-white:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color-white.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-wordmark.logo-color-white:after {
  content: "";
  padding-bottom: 46%;
}
.snyk-logo.logo-wordmark.logo-color:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-wordmark.logo-color:after {
  content: "";
  padding-bottom: 46%;
}
.snyk-logo.logo-wordmark.logo-space:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-space.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-wordmark.logo-space:after {
  content: "";
  padding-bottom: 46%;
}
.snyk-logo.logo-wordmark.logo-white:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-white.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-wordmark.logo-white:after {
  content: "";
  padding-bottom: 46%;
}
.snyk-logo.logo-wordmark-security-labs.logo-space:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-security-labs.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-wordmark-security-labs.logo-space:after {
  content: "";
  padding-bottom: 23%;
}
.snyk-logo.logo-wordmark-security-labs.logo-white:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-security-labs-white.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-wordmark-security-labs.logo-white:after {
  content: "";
  padding-bottom: 23%;
}
.snyk-logo.logo-only-security-labs.logo-space:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-security-labs.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-only-security-labs.logo-space:after {
  content: "";
  padding-bottom: 23%;
}
.snyk-logo.logo-only-security-labs.logo-white:before {
  content: "";
  background: rgba(0, 0, 0, 0)
    url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-security-labs-white.svg")
    center no-repeat;
  background-size: contain;
}
.snyk-logo.logo-only-security-labs.logo-white:after {
  content: "";
  padding-bottom: 23%;
}
.snyk-logo.logo-solid.logo-only.logo-color {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/color.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/color.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/color.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-only.logo-color::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/color.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/color.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/color.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/color.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.snyk-logo.logo-solid.logo-only.logo-space {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-space.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-space.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-space.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-only.logo-space::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-space.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-space.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-space.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-space.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.snyk-logo.logo-solid.logo-only.logo-white {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-white.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-white.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-white.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-only.logo-white::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-white.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-white.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-white.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-white.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.snyk-logo.logo-solid.logo-word-only.logo-purple {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-purple.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-purple.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-purple.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-word-only.logo-purple::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-purple.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-purple.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-purple.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-purple.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.snyk-logo.logo-solid.logo-word-only.logo-space {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-space.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-space.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-space.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-word-only.logo-space::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-space.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-space.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-space.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-space.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.snyk-logo.logo-solid.logo-word-only.logo-white {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-white.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-white.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-white.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-word-only.logo-white::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-white.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-white.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-white.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/word-only-logo-white.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark-vertical.logo-color-purple {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color-purple.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color-purple.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color-purple.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark-vertical.logo-color-purple::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color-purple.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color-purple.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color-purple.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color-purple.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark-vertical.logo-color-white {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color-white.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color-white.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color-white.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark-vertical.logo-color-white::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color-white.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color-white.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color-white.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color-white.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark-vertical.logo-color {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark-vertical.logo-color::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-color.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark-vertical.logo-space {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-space.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-space.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-space.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark-vertical.logo-space::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-space.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-space.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-space.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-space.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark-vertical.logo-white {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-white.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-white.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-white.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark-vertical.logo-white::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-white.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-white.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-white.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-vertical-logo-white.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark.logo-color-purple {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color-purple.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color-purple.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color-purple.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark.logo-color-purple::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color-purple.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color-purple.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color-purple.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color-purple.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark.logo-color-white {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color-white.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color-white.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color-white.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark.logo-color-white::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color-white.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color-white.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color-white.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color-white.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark.logo-color {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark.logo-color::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-color.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark.logo-space {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-space.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-space.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-space.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark.logo-space::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-space.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-space.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-space.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-space.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark.logo-white {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-white.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-white.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-white.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark.logo-white::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-white.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-white.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-white.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-logo-white.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark-security-labs.logo-space {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-security-labs.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-security-labs.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-security-labs.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark-security-labs.logo-space::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-security-labs.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-security-labs.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-security-labs.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-security-labs.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark-security-labs.logo-white {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-security-labs-white.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-security-labs-white.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-security-labs-white.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-wordmark-security-labs.logo-white::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-security-labs-white.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-security-labs-white.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-security-labs-white.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/wordmark-security-labs-white.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.snyk-logo.logo-solid.logo-only-security-labs.logo-space {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-security-labs.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-security-labs.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-security-labs.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-only-security-labs.logo-space::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-security-labs.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-security-labs.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-security-labs.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-security-labs.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.snyk-logo.logo-solid.logo-only-security-labs.logo-white {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-security-labs-white.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-security-labs-white.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-security-labs-white.svg")
    100% no-repeat;
}
.snyk-logo.logo-solid.logo-only-security-labs.logo-white::before {
  -moz-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-security-labs-white.svg");
  -moz-mask-position: center;
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: contain;
  -webkit-mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-security-labs-white.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-security-labs-white.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-image: none;
  background-color: currentColor;
  content: "";
  mask-image: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/brand-logos/only-security-labs-white.svg");
  mask-position: center;
  mask-repeat: no-repeat;
}
.sparkles {
  position: absolute;
  display: block;
  inset: 0;
  z-index: -1;
  margin: -10% -20%;
  height: 140%;
  width: 140%;
}
.sparkles > div {
  position: absolute;
  margin: auto;
  height: max-content;
  width: 100%;
  display: block;
  inset: 0;
  transform: scale(0.8);
  max-width: 11.25rem;
}
.sparkles > div i {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  position: relative;
  opacity: 0;
  animation: sparkle 4s ease-in-out infinite;
}
.sparkles > div i::before,
.sparkles > div i::after {
  width: 1rem;
  height: 0.125rem;
  position: absolute;
  margin: auto;
  display: block;
  inset: 0;
  background: currentColor;
  content: "";
}
@media (max-width: 960px) {
  .sparkles > div i {
    height: 0.5rem;
    width: 0.5rem;
  }
  .sparkles > div i::before,
  .sparkles > div i::after {
    width: 0.5rem;
  }
}
.sparkles > div i::after {
  transform: rotate(90deg);
}
.sparkles > div i:nth-child(1n) {
  animation-delay: 0s;
}
.sparkles > div i:nth-child(2n) {
  animation-delay: 1s;
}
.sparkles > div i:nth-child(3n) {
  animation-delay: 0.2s;
}
.sparkles > div i:nth-child(4n) {
  animation-delay: 0.6s;
}
.sparkles > div i:nth-child(5n) {
  animation-delay: 2.5s;
}
.sparkles > div i:nth-child(6n) {
  animation-delay: -0.5s;
}
.sparkles > div i:nth-child(7n) {
  animation-delay: -0.2s;
}
.sparkles > div i:nth-child(8n) {
  animation-delay: -2.6s;
}
.sparkles > div i:nth-child(9n) {
  animation-delay: -2.1s;
}
.sparkles > div i:nth-child(10n) {
  animation-delay: 2.8s;
}
.sparkles > div:first-child {
  margin-left: 0;
  margin-bottom: 0;
}
.sparkles > div:first-child i {
  margin: 2.5rem;
  margin-top: 0;
  margin-left: 0;
}
.sparkles > div:first-child i:nth-child(7) {
  visibility: hidden;
}
.sparkles > div:last-child {
  margin-top: 0;
  margin-right: 0;
}
.sparkles > div:last-child i {
  margin: 2.5rem;
  margin-top: 0;
  margin-right: 0;
}
.sparkles > div:last-child i:nth-child(3) {
  visibility: hidden;
}
.stamp {
  max-width: max-content;
  max-height: max-content;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 0.5rem;
  border-width: 0.0625rem;
  border-style: solid;
}
.stamp:not([class*="border-"]) {
  border-color: #6d6d9c;
}
.stamp:not([class*="txt-"]) {
  color: #6d6d9c;
}
.brandui-swiper .swiper-trigger {
  font-size: 3rem;
  line-height: 1.3;
  transform: translateX(2.5rem) scale(0.7);
}
.brandui-swiper .swiper-heading,
.brandui-swiper .swiper-center,
.brandui-swiper .swiper-left {
  transition: all 0.06s linear;
}
.brandui-swiper .swiper-slider {
  cursor: col-resize;
}
@media (max-width: 960px) {
  .brandui-swiper .swiper-trigger {
    transform: translateX(2.5rem) scale(0.4);
  }
}
.switch {
  cursor: pointer;
  display: inline-block;
}
.switch .switch-toggle {
  background: RGBA(109, 109, 156, 0.2);
  border-radius: 0.75rem;
  display: inline-block;
  height: 0.625rem;
  position: relative;
  transform: translateY(-0.125rem);
  transition: 0.2s ease-in-out;
  vertical-align: middle;
  width: 2.125rem;
}
.switch .switch-toggle::before {
  font-family: "brandui-icons";
  content: attr(data-icon-default);
  transition: left 0.2s ease-in-out;
  background: #6d6d9c;
  border-radius: 50%;
  box-shadow: 0 0.1875rem 0.313rem RGBA(109, 109, 156, 0.15);
  outline: rgba(0, 0, 0, 0) solid 0.1875rem;
  display: block;
  height: 1.25rem;
  left: -0.1875rem;
  position: absolute;
  top: -0.313rem;
  width: 1.25rem;
}
.switch.toggle .switch-toggle {
  background: RGBA(20, 93, 235, 0.2);
}
.switch input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.switch input[type="checkbox"]:checked + .switch-toggle {
  background: RGBA(20, 93, 235, 0.2);
}
.switch input[type="checkbox"]:checked + .switch-toggle::before {
  left: 1.063rem;
}
.switch.reverse {
  transform: rotate(180deg);
}
.switch.alt .switch-toggle {
  background: #6d6d9c;
  border-radius: 1.25rem;
  width: max-content;
  min-width: 4rem;
  height: 1.75rem;
  padding: 0.25rem;
}
.switch.alt .switch-toggle::before {
  background: #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0.25rem;
  top: 0.25rem;
}
.switch.alt .switch-toggle .switch-labels {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #fff;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  height: 1.25rem;
  width: max-content;
  overflow: hidden;
  box-sizing: border-box;
}
.switch.alt .switch-toggle .switch-labels > * {
  display: block;
  position: relative;
  transition: 0.2s ease-in-out;
  width: max-content;
  z-index: 0;
}
.switch.alt .switch-toggle .switch-labels > *:first-child {
  opacity: 0;
  width: 1.25rem;
}
.switch.alt .switch-toggle .switch-labels > *:last-child {
  opacity: 1;
  width: max-content;
}
.switch.alt.toggle .switch-toggle::before {
  background: #fff;
}
.switch.alt.adjust .switch-toggle {
  height: 1.75rem;
}
.switch.alt input[type="checkbox"]:checked + .switch-toggle::before {
  background: #fff;
  content: attr(data-icon-active);
  left: calc(100% - 1.5rem);
}
.switch.alt
  input[type="checkbox"]:checked
  + .switch-toggle
  .switch-labels
  > *:first-child {
  opacity: 1;
  width: max-content;
}
.switch.alt
  input[type="checkbox"]:checked
  + .switch-toggle
  .switch-labels
  > *:last-child {
  opacity: 0;
  width: 1.25rem;
}
.brandui-table {
  width: 100%;
  max-height: max-content;
  max-width: max-content;
}
.brandui-table table {
  width: max-content;
  height: max-content;
  min-width: min-content;
  min-height: min-content;
  max-width: max-content;
  max-height: max-content;
  border-collapse: collapse;
}
.brandui-table table caption {
  margin-bottom: 0;
}
.brandui-table table thead,
.brandui-table table tfoot {
  cursor: default;
}
.brandui-table table tr {
  border: #f6f7fb;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
}
.brandui-table table tr:last-of-type {
  border: none;
}
.brandui-table table td,
.brandui-table table th,
.brandui-table table col {
  padding: 1rem;
  position: relative;
  transition: 0.3s ease-in-out;
}
.brandui-table.zebra table tr:nth-child(2n) {
  background-color: #f6f7fb;
}
.brandui-table.sortable table thead th,
.brandui-table.sortable table thead td {
  border-width: 0.252rem;
  border-style: solid;
  border-radius: 0.75rem;
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
}
.brandui-table.sortable table thead th.active,
.brandui-table.sortable table thead th:hover,
.brandui-table.sortable table thead td.active,
.brandui-table.sortable table thead td:hover {
  background-color: RGBA(20, 93, 235, 0.05);
}
.brandui-table.sortable table thead th.active,
.brandui-table.sortable table thead td.active {
  padding-left: 0.5rem;
}
.tabs {
  border-radius: 0.75rem;
  cursor: default;
  display: inline-flex;
  gap: 1.5rem;
  max-width: max-content;
  padding: 0.5rem;
  position: relative;
  width: 100%;
}
.tabs * {
  position: relative;
  z-index: 1;
}
.tabs::before {
  border-radius: 0.625rem;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: calc(100% - 0.25rem);
  left: 0;
  margin: 0.125rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 0.25rem);
  z-index: 0;
}
.tabs .tab {
  border: 0.0625rem solid rgba(0, 0, 0, 0);
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 5rem;
  outline: rgba(0, 0, 0, 0) solid 0.1875rem;
  padding: 0.5rem 1rem;
  text-align: center;
  transition: 0.2s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
  -webkit-text-stroke: 0.06ex rgba(0, 0, 0, 0);
  font-weight: 700;
}
.tabs .tab:not([class*="bg-"]) {
  background: #fff;
}
.tabs .tab.active,
.tabs .tab:hover {
  border-color: RGBA(20, 93, 235, 0.5);
}
.tabs .tab:focus {
  outline: #14c4eb solid 0.1875rem;
}
.tag {
  color: #383f76;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
a.tag {
  color: #145deb;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  outline-color: rgba(0, 0, 0, 0);
}
a.tag:hover {
  color: #0a26b8;
}
.tooltip-wrapper + .tooltip-wrapper {
  margin-top: 0.625rem;
  z-index: 500;
}
.tooltip-wrapper {
  width: -moz-fit-content;
  width: fit-content;
}
.tooltip {
  position: relative;
}
.tooltip::before {
  position: absolute;
  content: " ";
  border: 0.313rem solid rgba(0, 0, 0, 0);
  margin: 0.625rem auto;
  z-index: 500;
  opacity: 0;
  transition: 0.2s ease-in-out;
  pointer-events: none;
}
.tooltip::after {
  display: flex;
  justify-items: center;
  align-items: center;
  content: attr(data-tooltip-text);
  width: max-content;
  max-width: 11.25rem;
  height: auto;
  max-height: max-content;
  background: #01011e;
  border-radius: 0.1875rem;
  color: #fff;
  position: absolute;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: center;
  font-style: normal;
  font-family: poppins, sans-serif;
  font-weight: 700;
  z-index: 1000;
  opacity: 0;
  transition: 0.2s ease-in-out;
  pointer-events: none;
  padding: 0.375rem 0.625rem;
}
.tooltip:hover,
.tooltip:focus {
  opacity: 1;
}
.tooltip:hover::before,
.tooltip:hover::after,
.tooltip:focus::before,
.tooltip:focus::after {
  opacity: 1;
}
.tooltip.t-top::before {
  top: 0;
  left: 50%;
  border-top-color: #01011e;
  transform: translate(-50%, calc(-100% - 0.313rem));
}
.tooltip.t-top::after {
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.tooltip.t-top:hover::before,
.tooltip.t-top:focus::before {
  transform: translate(-50%, calc(-100% - 0.625rem));
}
.tooltip.t-top:hover::after,
.tooltip.t-top:focus::after {
  transform: translate(-50%, calc(-100% - 0.625rem));
}
.tooltip.t-left::before {
  top: 0;
  left: 0;
  border-left-color: #01011e;
  transform: translate(calc(-100% + 0.313rem));
}
.tooltip.t-left::after {
  top: 0;
  left: 0;
}
.tooltip.t-left:hover::before,
.tooltip.t-left:focus::before {
  transform: translate(-100%);
}
.tooltip.t-left:hover::after,
.tooltip.t-left:focus::after {
  transform: translate(calc(-100% - 0.625rem));
}
.tooltip.t-right::before {
  top: 0;
  right: 0;
  border-right-color: #01011e;
  transform: translate(calc(100% - 0.313rem));
}
.tooltip.t-right::after {
  top: 0;
  right: 0;
  transform: translate(calc(100% + 0.313rem));
}
.tooltip.t-right:hover::before,
.tooltip.t-right:focus::before {
  transform: translate(100%);
}
.tooltip.t-right:hover::after,
.tooltip.t-right:focus::after {
  transform: translate(calc(100% + 0.625rem));
}
.tooltip.t-bottom::before {
  bottom: 0;
  left: 50%;
  border-bottom-color: #01011e;
  transform: translate(-50%, 0);
}
.tooltip.t-bottom::after {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.tooltip.t-bottom:hover::before,
.tooltip.t-bottom:focus::before {
  transform: translate(-50%, calc(100% + 0.625rem));
}
.tooltip.t-bottom:hover::after,
.tooltip.t-bottom:focus::after {
  transform: translate(-50%, calc(100% + 0.625rem));
}
@media (max-width: 1440px) {
  .tooltip-overflow .tooltip.t-top::before {
    transform: translate(-50%, calc(-100% - 0.625rem));
  }
  .tooltip-overflow .tooltip.t-top::after {
    transform: translate(-90%, calc(-100% - 0.625rem));
  }
  .tooltip-overflow .tooltip.t-top:hover::after,
  .tooltip-overflow .tooltip.t-top:focus::after {
    transform: translate(-90%, calc(-100% - 0.625rem));
  }
  .tooltip-overflow .tooltip.t-bottom::before {
    transform: translate(-50%, calc(100% + 0.625rem));
  }
  .tooltip-overflow .tooltip.t-bottom::after {
    transform: translate(-90%, calc(100% + 0.625rem));
  }
  .tooltip-overflow .tooltip.t-bottom:hover::after,
  .tooltip-overflow .tooltip.t-bottom:focus::after {
    transform: translate(-90%, calc(100% + 0.625rem));
  }
  .tooltip-overflow .tooltip.t-right::before {
    top: 0;
    left: 0;
    border-left-color: #01011e;
    border-right-color: rgba(0, 0, 0, 0);
    transform: translate(calc(-100% + 0.313rem));
  }
  .tooltip-overflow .tooltip.t-right::before {
    transform: translate(-60%);
  }
  .tooltip-overflow .tooltip.t-right::after {
    top: 0;
    left: 0;
    transform: translate(calc(-100% - 0.625rem));
  }
  .tooltip-overflow .tooltip.t-right:hover::before,
  .tooltip-overflow .tooltip.t-right:focus::before {
    transform: translate(-60%);
  }
  .tooltip-overflow .tooltip.t-right:hover::after,
  .tooltip-overflow .tooltip.t-right:focus::after {
    top: 0;
    left: 0;
    transform: translate(calc(-100% - 0.625rem));
  }
}
.wave-layered,
.wave-hero,
.wave-brush,
.wave-cta {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-bottom.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-bottom.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-bottom.svg")
    100% no-repeat;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wave-layered::before,
.wave-hero::before,
.wave-brush::before,
.wave-cta::before {
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  margin-top: -0.125rem;
  padding-bottom: 11%;
  content: "";
}
.wave-layered::after,
.wave-hero::after,
.wave-brush::after,
.wave-cta::after {
  transform: translateY(-0.5rem);
  position: absolute;
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
  inset: 0;
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-bottom.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-bottom.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-bottom.svg")
    100% no-repeat;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: currentColor;
  background-size: contain;
  content: "";
}
.wave-layered.top,
.wave-hero.top,
.wave-brush.top,
.wave-cta.top {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-top.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-top.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-top.svg")
    100% no-repeat;
  background-position: bottom center;
}
.wave-layered.top::before,
.wave-hero.top::before,
.wave-brush.top::before,
.wave-cta.top::before {
  margin-bottom: -0.125rem;
}
.wave-layered.top::after,
.wave-hero.top::after,
.wave-brush.top::after,
.wave-cta.top::after {
  transform: translateY(0.5rem);
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-top.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-top.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-top.svg")
    100% no-repeat;
  background-position: bottom center;
}
.wave-layered.dark::after,
.wave-hero.dark::after,
.wave-brush.dark::after,
.wave-cta.dark::after {
  background-color: #01011e;
}
.wave-layered {
  background-color: rgba(0, 0, 0, 0);
  -moz-mask: none;
  -webkit-mask: none;
  mask: none;
}
.wave-layered::after {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-space.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-space.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-space.svg")
    100% no-repeat;
}
.wave-layered i {
  mix-blend-mode: multiply;
  position: absolute;
  margin: 0;
  display: none;
  width: 100%;
  height: auto;
  inset: 0;
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-purple.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-purple.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-purple.svg")
    100% no-repeat;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: currentColor;
  background-size: contain;
}
.wave-layered i:nth-child(1),
.wave-layered i:nth-child(2) {
  display: block;
}
.wave-layered i:nth-child(1) {
  transform: translateY(-0.125rem);
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-salmon.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-salmon.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-salmon.svg")
    100% no-repeat;
}
.wave-layered.top {
  -moz-mask: none;
  -webkit-mask: none;
  mask: none;
}
.wave-layered.top::after {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-space-top.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-space-top.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-space-top.svg")
    100% no-repeat;
  background-position: bottom center;
}
.wave-layered.top i {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-purple-top.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-purple-top.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-purple-top.svg")
    100% no-repeat;
  background-position: bottom center;
}
.wave-layered.top i:nth-child(1) {
  transform: translateY(0.25rem);
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-salmon-top.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-salmon-top.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-salmon-top.svg")
    100% no-repeat;
}
.wave-layered.default {
  color: #f6f7fb;
}
.wave-layered.default i:nth-child(1) {
  background: linear-gradient(140deg, #f99048, #e555ac);
}
.wave-layered.default i:nth-child(2) {
  background: linear-gradient(140deg, #441c99, #ff78e1);
}
.wave-layered.top.default i:nth-child(1) {
  background: linear-gradient(140deg, #e555ac, #f99048);
}
.wave-layered.top.default i:nth-child(2) {
  background: linear-gradient(140deg, #ff78e1, #441c99);
}
.wave-layered.dark {
  color: #01011e;
}
.wave-brush {
  background-color: rgba(0, 0, 0, 0);
  -moz-mask: none;
  -webkit-mask: none;
  mask: none;
}
.wave-brush::after {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-space.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-space.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-space.svg")
    100% no-repeat;
}
.wave-brush i {
  display: block;
  mix-blend-mode: multiply;
  position: absolute;
  margin: 0;
  width: 100%;
  height: auto;
  inset: 0;
  -moz-mask: url(https://res.cloudinary.com/snyk/image/upload/v1724085084/snyk-mktg-brandui/experimental/Style_Style_4.svg)
    100% no-repeat;
  -webkit-mask: url(https://res.cloudinary.com/snyk/image/upload/v1724085084/snyk-mktg-brandui/experimental/Style_Style_4.svg)
    100% no-repeat;
  mask: url(https://res.cloudinary.com/snyk/image/upload/v1724085084/snyk-mktg-brandui/experimental/Style_Style_4.svg)
    100% no-repeat;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: currentColor;
  background-size: contain;
}
.wave-brush.top {
  -moz-mask: none;
  -webkit-mask: none;
  mask: none;
}
.wave-brush.top::after {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-space-top.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-space-top.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-space-top.svg")
    100% no-repeat;
  background-position: bottom center;
}
.wave-brush.top i {
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-purple-top.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-purple-top.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-purple-top.svg")
    100% no-repeat;
  background-position: bottom center;
}
.wave-brush.top i:nth-child(1) {
  transform: translateY(0.25rem);
  -moz-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-salmon-top.svg")
    100% no-repeat;
  -webkit-mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-salmon-top.svg")
    100% no-repeat;
  mask: url("https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-salmon-top.svg")
    100% no-repeat;
}
.wave-brush.default {
  color: #f6f7fb;
}
.wave-brush.default i:nth-child(1) {
  background: linear-gradient(140deg, #f99048, #e555ac);
}
.wave-brush.default i:nth-child(2) {
  background: linear-gradient(140deg, #441c99, #ff78e1);
}
.wave-brush.top.default i:nth-child(1) {
  background: linear-gradient(140deg, #e555ac, #f99048);
}
.wave-brush.top.default i:nth-child(2) {
  background: linear-gradient(140deg, #ff78e1, #441c99);
}
.wave-brush.dark {
  color: #01011e;
}
.wave-hero.default {
  color: #f6f7fb;
  background: linear-gradient(140deg, #f99048, #e555ac);
}
.wave-hero.alt {
  color: #f6f7fb;
  background: linear-gradient(140deg, #ffe792, #f99048);
}
.wave-cta::after {
  display: none;
}
.wave-cta.default {
  background: linear-gradient(140deg, #e555ac, #9043c6);
}
.wave-cta.alt {
  background: linear-gradient(140deg, #168982, #4bd6b5);
}
.announcement-bar {
  color: #01011e;
  background-color: RGBA(255, 255, 255, 0.5);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  border: 4px solid;
  border-color: RGBA(255, 255, 255, 0.7);
  border-radius: 100rem;
  cursor: pointer;
  display: inline-block;
  align-items: center;
  gap: 0.5rem;
  max-width: max-content;
  padding: 0.5rem 1.5rem;
  position: relative;
  box-shadow: 0 1px 3px 1px RGBA(109, 109, 156, 0.7);
}
.announcement-bar.dark-mode,
.dark-mode .announcement-bar {
  background-color: RGBA(1, 1, 30, 0.5);
}
.announcement-bar.group:hover,
.announcement-bar.group:focus {
  background-color: RGBA(255, 255, 255, 0.3);
}
.announcement-bar.group:hover.dark-mode,
.dark-mode .announcement-bar.group:hover,
.announcement-bar.group:focus.dark-mode,
.dark-mode .announcement-bar.group:focus {
  background-color: RGBA(1, 1, 30, 0.3);
}
.announcement-bar.dark-mode,
.dark-mode .announcement-bar {
  border-color: RGBA(1, 1, 30, 0.7);
}
.announcement-bar.group:hover,
.announcement-bar.group:focus {
  border-color: RGBA(255, 255, 255, 0.3);
}
.announcement-bar.group:hover.dark-mode,
.dark-mode .announcement-bar.group:hover,
.announcement-bar.group:focus.dark-mode,
.dark-mode .announcement-bar.group:focus {
  border-color: RGBA(1, 1, 30, 0.3);
}
.announcement-link {
  color: #01011e;
}
.announcement-link.dark-mode,
.dark-mode .announcement-link {
  color: #fff;
}
.announcement-link:hover,
.announcement-link:focus {
  text-decoration: none;
  color: #145deb;
}
.announcement-link:hover.dark-mode,
.dark-mode .announcement-link:hover,
.announcement-link:focus.dark-mode,
.dark-mode .announcement-link:focus {
  color: #3ea2ff;
}
.announcement-banner {
  width: 100%;
  padding: 2.5rem;
  position: relative;
  display: flex;
  gap: 5rem;
  background-color: RGBA(255, 255, 255, 0.8);
  backdrop-filter: blur(1.5rem);
  -webkit-backdrop-filter: blur(1.5rem);
  border-width: 2px;
  border-style: solid;
  border-radius: 0.75rem;
  border-color: RGBA(255, 255, 255, 0.7);
}
.announcement-banner.dark-mode,
.dark-mode .announcement-banner {
  background-color: RGBA(1, 1, 30, 0.8);
}
.announcement-banner.group:hover,
.announcement-banner.group:focus {
  background-color: RGBA(255, 255, 255, 0.5);
}
.announcement-banner.group:hover.dark-mode,
.dark-mode .announcement-banner.group:hover,
.announcement-banner.group:focus.dark-mode,
.dark-mode .announcement-banner.group:focus {
  background-color: RGBA(1, 1, 30, 0.5);
}
.announcement-banner.dark-mode,
.dark-mode .announcement-banner {
  border-color: RGBA(1, 1, 30, 0.7);
}
.announcement-banner.group:hover,
.announcement-banner.group:focus {
  border-color: RGBA(255, 255, 255, 0.3);
}
.announcement-banner.group:hover.dark-mode,
.dark-mode .announcement-banner.group:hover,
.announcement-banner.group:focus.dark-mode,
.dark-mode .announcement-banner.group:focus {
  border-color: RGBA(1, 1, 30, 0.3);
}
@media (max-width: 580px) {
  .announcement-banner {
    padding: 1rem;
    gap: 2rem;
    flex-wrap: wrap;
    text-align: center;
  }
}
.brandui-section .section-intro,
.brandui-footer .section-intro {
  margin: auto;
  margin-bottom: 2.5rem;
  display: grid;
  gap: 1.5rem;
  text-align: center;
}
.brandui-section .section-actions,
.brandui-footer .section-actions {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
@media (max-width: 1020px) {
  .brandui-section .section-actions,
  .brandui-footer .section-actions {
    flex-direction: column;
  }
}
.carousel {
  position: relative;
  perspective: 6.25rem;
  margin-left: -5rem;
  margin-right: -5rem;
}
.carousel ol,
.carousel ul,
.carousel li {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.carousel .carousel-wrapper {
  display: flex;
  gap: 2rem;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.carousel .carousel-slide {
  position: relative;
  flex: 0 0 60%;
  width: 60%;
}
.carousel .carousel-slide:first-of-type {
  margin-left: 50%;
}
.carousel .carousel-slide:last-of-type {
  margin-right: 50%;
}
@media (max-width: 1020px) {
  .carousel .carousel-slide {
    flex: 0 0 80%;
    width: 80%;
  }
}
@media (max-width: 580px) {
  .carousel .carousel-slide {
    flex: 0 0 90%;
    width: 90%;
  }
}
.carousel .carousel-snap {
  scroll-snap-align: center;
}
.carousel * {
  box-sizing: border-box;
  scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  scrollbar-width: 0rem;
  -ms-overflow-style: none;
}
.carousel *::-webkit-scrollbar {
  width: 0;
}
.carousel *::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.carousel *::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0);
  border: none;
}
@media (max-width: 580px) {
  .carousel {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.brandui-footer {
  padding: 2rem;
  padding-top: 5rem;
  background-color: #f6f4fa;
}
.dark-mode .brandui-footer,
.brandui-footer.dark-mode {
  background-color: #01011e;
}
[data-page-theme="default"] .brandui-footer {
  background-color: #f6f4fa;
}
.dark-mode[data-page-theme="default"] .brandui-footer,
[data-page-theme="default"] .dark-mode .brandui-footer,
[data-page-theme="default"] .brandui-footer.dark-mode {
  background-color: #01011e;
}
[data-page-theme="secondary"] .brandui-footer {
  background-color: #f3f4fc;
}
.dark-mode[data-page-theme="secondary"] .brandui-footer,
[data-page-theme="secondary"] .dark-mode .brandui-footer,
[data-page-theme="secondary"] .brandui-footer.dark-mode {
  background-color: #01011e;
}
[data-page-theme="security-labs"] .brandui-footer {
  background-color: #f3f9f9;
}
.dark-mode[data-page-theme="security-labs"] .brandui-footer,
[data-page-theme="security-labs"] .dark-mode .brandui-footer,
[data-page-theme="security-labs"] .brandui-footer.dark-mode {
  background-color: #01011e;
}
[data-page-theme="devseccon"] .brandui-footer {
  background-color: #f3f9f9;
}
.dark-mode[data-page-theme="devseccon"] .brandui-footer,
[data-page-theme="devseccon"] .dark-mode .brandui-footer,
[data-page-theme="devseccon"] .brandui-footer.dark-mode {
  background-color: #01011e;
}
.brandui-footer .footer-content {
  display: grid;
  gap: 2rem;
}
.brandui-footer .footer-navigation,
.brandui-footer .footer-info,
.brandui-footer .footer-legal {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
@media (max-width: 580px) {
  .brandui-footer .footer-navigation,
  .brandui-footer .footer-info,
  .brandui-footer .footer-legal {
    flex-direction: column;
  }
}
.brandui-footer .footer-info,
.brandui-footer .footer-legal {
  border-width: 0;
  border-top-width: 0.0625rem;
  border-style: solid;
  border-color: RGBA(109, 109, 156, 0.3);
  padding-top: 1.5rem;
}
.brandui-footer .footer-info.dark-mode,
.dark-mode .brandui-footer .footer-info,
.brandui-footer .footer-legal.dark-mode,
.dark-mode .brandui-footer .footer-legal {
  border-color: RGBA(56, 63, 118, 0.5);
}
.brandui-footer .footer-column {
  width: 100%;
}
.brandui-footer .footer-column-title {
  color: #441c99;
  margin-bottom: 1rem;
}
.dark-mode .brandui-footer .footer-column-title,
.brandui-footer .footer-column-title.dark-mode {
  color: #ff78e1;
}
[data-page-theme="default"] .brandui-footer .footer-column-title {
  color: #441c99;
}
.dark-mode[data-page-theme="default"] .brandui-footer .footer-column-title,
[data-page-theme="default"] .dark-mode .brandui-footer .footer-column-title,
[data-page-theme="default"] .brandui-footer .footer-column-title.dark-mode {
  color: #ff78e1;
}
[data-page-theme="secondary"] .brandui-footer .footer-column-title {
  color: #0a26b8;
}
.dark-mode[data-page-theme="secondary"] .brandui-footer .footer-column-title,
[data-page-theme="secondary"] .dark-mode .brandui-footer .footer-column-title,
[data-page-theme="secondary"] .brandui-footer .footer-column-title.dark-mode {
  color: #8598fb;
}
[data-page-theme="security-labs"] .brandui-footer .footer-column-title {
  color: #0a26b8;
}
.dark-mode[data-page-theme="security-labs"]
  .brandui-footer
  .footer-column-title,
[data-page-theme="security-labs"]
  .dark-mode
  .brandui-footer
  .footer-column-title,
[data-page-theme="security-labs"]
  .brandui-footer
  .footer-column-title.dark-mode {
  color: #14c4eb;
}
[data-page-theme="devseccon"] .brandui-footer .footer-column-title {
  color: #097d98;
}
.dark-mode[data-page-theme="devseccon"] .brandui-footer .footer-column-title,
[data-page-theme="devseccon"] .dark-mode .brandui-footer .footer-column-title,
[data-page-theme="devseccon"] .brandui-footer .footer-column-title.dark-mode {
  color: #c0f5f2;
}
.brandui-footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.brandui-footer .footer-links li {
  list-style: none;
}
.brandui-footer .footer-links a {
  color: #383f76;
  font-weight: 400;
  text-decoration: none;
}
.brandui-footer .footer-links a.dark-mode,
.dark-mode .brandui-footer .footer-links a {
  color: #f6f7fb;
}
.brandui-footer .footer-links a:hover {
  color: #145deb;
  text-decoration: underline;
}
.brandui-footer .footer-links a:hover.dark-mode,
.dark-mode .brandui-footer .footer-links a:hover {
  color: #3ea2ff;
}
.brandui-footer .footer-legal {
  color: #383f76;
  font-size: 0.875rem;
}
.brandui-footer .footer-legal.dark-mode,
.dark-mode .brandui-footer .footer-legal {
  color: #6d6d9c;
}
.brandui-footer .footer-legal-links {
  display: flex;
  gap: 0.5rem;
}
.brandui-footer .footer-legal-links li {
  list-style: none;
}
.brandui-footer .footer-legal-links li + li:before {
  content: "•";
  padding-right: 0.5rem;
}
.brandui-footer .footer-legal-links a {
  color: #383f76;
  font-weight: 400;
  text-decoration: none;
}
.brandui-footer .footer-legal-links a.dark-mode,
.dark-mode .brandui-footer .footer-legal-links a {
  color: #f6f7fb;
}
.brandui-footer .footer-legal-links a:hover {
  color: #145deb;
  text-decoration: underline;
}
.brandui-footer .footer-legal-links a:hover.dark-mode,
.dark-mode .brandui-footer .footer-legal-links a:hover {
  color: #3ea2ff;
}
@media (max-width: 580px) {
  .brandui-footer .footer-legal-links {
    flex-wrap: wrap;
  }
}
.brandui-footer .footer-social-links {
  color: #383f76;
  display: flex;
  gap: 0.5rem;
}
.brandui-footer .footer-social-links.dark-mode,
.dark-mode .brandui-footer .footer-social-links {
  color: #f6f7fb;
}
.brandui-footer .footer-social-links li {
  list-style: none;
}
.brandui-footer .footer-social-links i {
  border-color: #6d6d9c;
}
.brandui-footer .footer-social-links i.dark-mode,
.dark-mode .brandui-footer .footer-social-links i {
  border-color: #383f76;
}
.brandui-footer .footer-social-links a {
  color: #383f76;
  font-weight: 400;
  text-decoration: none;
}
.brandui-footer .footer-social-links a.dark-mode,
.dark-mode .brandui-footer .footer-social-links a {
  color: #f6f7fb;
}
.brandui-footer .footer-social-links a:hover {
  color: #145deb;
}
.brandui-footer .footer-social-links a:hover.dark-mode,
.dark-mode .brandui-footer .footer-social-links a:hover {
  color: #3ea2ff;
}
.hero-bottom-wave {
  -webkit-mask-image: url(https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-hero.svg);
  mask-image: url(https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-hero.svg);
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.hero-bottom-wave .noise-overlay {
  background: url(https://res.cloudinary.com/snyk/image/upload/v1679408928/noise-texture.png)
    0 0 repeat;
}
.hero-padding-bottom {
  padding-bottom: 10rem;
}
.hero-bottom-gradient:after {
  content: "";
  height: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-bottom-gradient.fill-transparent-to-white:after {
  background: linear-gradient(
    to bottom,
    RGBA(255, 255, 255, 0) 0%,
    RGBA(255, 255, 255, 0.2) 25%,
    RGBA(255, 255, 255, 0.5) 50%,
    RGBA(255, 255, 255, 0.8) 75%,
    RGBA(255, 255, 255, 1) 100%
  );
}
.hero-bottom-gradient.fill-transparent-to-midnight:after {
  background: linear-gradient(
    to bottom,
    RGBA(3, 3, 40, 0) 0%,
    RGBA(3, 3, 40, 0.2) 25%,
    RGBA(3, 3, 40, 0.5) 50%,
    RGBA(3, 3, 40, 0.8) 75%,
    RGBA(3, 3, 40, 1) 100%
  );
}
.bg-radial-gradient-default {
  background: radial-gradient(
    113.24% 69.92% at 73.05% 11.07%,
    #070738 0%,
    #031573 50%,
    #01011e 100%
  );
}
.hero-masked {
  -webkit-mask-image: url(https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-hero.svg);
  mask-image: url(https://res.cloudinary.com/snyk/image/upload/snyk-mktg-brandui/backgrounds/wave-mask-hero.svg);
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.hero-masked .noise-overlay {
  background: url(https://res.cloudinary.com/snyk/image/upload/v1679408928/noise-texture.png)
    0 0 repeat;
}
.hero-masked .video-title {
  display: none;
}
.hero-masked .player-controls {
  display: none;
}
.brandui-navigation {
  background-color: RGBA(255, 255, 255, 0.8);
  backdrop-filter: blur(1.5rem);
  -webkit-backdrop-filter: blur(1.5rem);
  position: sticky;
  top: 0;
  z-index: 100;
}
.brandui-navigation.dark-mode,
.dark-mode .brandui-navigation {
  background-color: RGBA(1, 1, 30, 0.8);
}
.brandui-navigation.group:hover,
.brandui-navigation.group:focus {
  background-color: RGBA(255, 255, 255, 0.5);
}
.brandui-navigation.group:hover.dark-mode,
.dark-mode .brandui-navigation.group:hover,
.brandui-navigation.group:focus.dark-mode,
.dark-mode .brandui-navigation.group:focus {
  background-color: RGBA(1, 1, 30, 0.5);
}
.brandui-navigation .navigation {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.brandui-navigation .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1020px) {
  .brandui-navigation .navigation-wrapper {
    margin-top: 5rem;
    padding: 1rem;
    padding-bottom: 5rem;
    flex-direction: column;
    justify-content: start;
    gap: 1.5rem;
    overflow: scroll;
    height: 90vh;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}
.brandui-navigation .navigation-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 1020px) {
  .brandui-navigation .navigation-menu {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 1020px) {
  .brandui-navigation .navigation {
    justify-content: space-between;
  }
}
.brandui-navigation .navigation-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.brandui-navigation .navigation-item:hover,
.brandui-navigation .navigation-item:focus-within {
  overflow: visible;
}
.brandui-navigation .navigation-item:hover .nav-dropdown,
.brandui-navigation .navigation-item:hover .nav-link,
.brandui-navigation .navigation-item:focus-within .nav-dropdown,
.brandui-navigation .navigation-item:focus-within .nav-link {
  color: #145deb;
  background-color: RGBA(20, 93, 235, 0.1);
}
.brandui-navigation .navigation-item:hover .nav-dropdown.dark-mode,
.dark-mode .brandui-navigation .navigation-item:hover .nav-dropdown,
.brandui-navigation .navigation-item:hover .nav-link.dark-mode,
.dark-mode .brandui-navigation .navigation-item:hover .nav-link,
.brandui-navigation .navigation-item:focus-within .nav-dropdown.dark-mode,
.dark-mode .brandui-navigation .navigation-item:focus-within .nav-dropdown,
.brandui-navigation .navigation-item:focus-within .nav-link.dark-mode,
.dark-mode .brandui-navigation .navigation-item:focus-within .nav-link {
  color: #3ea2ff;
}
.brandui-navigation .navigation-item:hover .nav-dropdown.dark-mode,
.dark-mode .brandui-navigation .navigation-item:hover .nav-dropdown,
.brandui-navigation .navigation-item:hover .nav-link.dark-mode,
.dark-mode .brandui-navigation .navigation-item:hover .nav-link,
.brandui-navigation .navigation-item:focus-within .nav-dropdown.dark-mode,
.dark-mode .brandui-navigation .navigation-item:focus-within .nav-dropdown,
.brandui-navigation .navigation-item:focus-within .nav-link.dark-mode,
.dark-mode .brandui-navigation .navigation-item:focus-within .nav-link {
  background-color: RGBA(62, 162, 255, 0.1);
}
.brandui-navigation .navigation-item:hover .nav-dropdown:after,
.brandui-navigation .navigation-item:focus-within .nav-dropdown:after {
  transform: rotate(180deg);
  transition: 0.2s ease-in-out;
}
.brandui-navigation .navigation-item .nav-dropdown,
.brandui-navigation .navigation-item .nav-link {
  padding: 0.5rem 1rem;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #01011e;
  transition: 0.2s ease-in-out;
}
.brandui-navigation .navigation-item .nav-dropdown.dark-mode,
.dark-mode .brandui-navigation .navigation-item .nav-dropdown,
.brandui-navigation .navigation-item .nav-link.dark-mode,
.dark-mode .brandui-navigation .navigation-item .nav-link {
  color: #fff;
}
@media (max-width: 1020px) {
  .brandui-navigation .navigation-item .nav-dropdown,
  .brandui-navigation .navigation-item .nav-link {
    padding: 1rem;
    padding-left: 0;
    justify-content: space-between;
  }
  .brandui-navigation .navigation-item .nav-dropdown:hover,
  .brandui-navigation .navigation-item .nav-link:hover {
    padding-left: unset;
  }
}
.brandui-navigation .navigation-item .nav-dropdown {
  display: flex;
  gap: 0.5rem;
  pointer-events: none;
}
.brandui-navigation .navigation-item .nav-dropdown:after {
  color: #145deb;
}
.dark-mode .brandui-navigation .navigation-item .nav-dropdown:after,
.brandui-navigation
  .navigation-item
  .nav-dropdown.dark-mode
  .brandui-navigation
  .navigation-item
  .nav-dropdown:after {
  color: #3ea2ff;
}
.brandui-navigation .navigation-item .nav-dropdown:after {
  content: "";
  font-family: "brandui-icons";
  font-weight: 400;
  pointer-events: none;
}
.brandui-navigation .navigation-item .nav-link {
  text-decoration: none;
}
@media (max-width: 1020px) {
  .brandui-navigation .navigation-item .nav-link {
    display: flex;
  }
  .brandui-navigation .navigation-item .nav-link:after {
    color: #145deb;
  }
  .dark-mode .brandui-navigation .navigation-item .nav-link:after,
  .brandui-navigation
    .navigation-item
    .nav-link.dark-mode
    .brandui-navigation
    .navigation-item
    .nav-link:after {
    color: #3ea2ff;
  }
  .brandui-navigation .navigation-item .nav-link:after {
    content: "";
    font-family: "brandui-icons";
    font-weight: 400;
    pointer-events: none;
  }
}
.brandui-navigation .navigation-buttons {
  display: flex;
  gap: 1rem;
  transition: 0.2s ease-in-out;
  margin-left: auto;
}
@media (max-width: 1020px) {
  .brandui-navigation .navigation-buttons {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;
  }
}
/*# sourceMappingURL=index.css.map */
