@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@import url("https://fonts.googleapis.com/css?family=Chivo:var(--headings-large-h4-font-weight),var(--body-small-regular-font-weight),600,var(--headings-large-h3-font-weight)");

/* Import styleguide first - defines CSS variables */

:root {
  --coredark-900: rgba(0, 0, 0, 1);
  --corelight-100: rgba(255, 255, 255, 1);
  --corelight-900: rgba(204, 211, 228, 1);
  --coredark-500: rgba(32, 44, 58, 1);
  --coreprimary-100: rgba(116, 137, 254, 1);
  --coresecondary-500: rgba(243, 167, 18, 1);
  --coredark-100: rgba(84, 102, 131, 1);
  --corelight-300: rgba(241, 241, 241, 1);
  --corelight-500: rgba(232, 234, 237, 1);
  --coreprimary-900: rgba(37, 58, 176, 1);
  --coredark-700: rgba(23, 27, 31, 1);
  --dark: rgba(23, 27, 31, 1);
  --primary-500: rgba(68, 93, 235, 1);
  --energygas-500: rgba(192, 56, 56, 1);
  --headings-large-h4-font-family: "Chivo", Helvetica;
  --headings-large-h4-font-weight: 600;
  --headings-large-h4-font-size: 16px;
  --headings-large-h4-letter-spacing: 0px;
  --headings-large-h4-line-height: 20px;
  --headings-large-h4-font-style: normal;
  --headings-large-h5-font-family: "Chivo", Helvetica;
  --headings-large-h5-font-weight: 600;
  --headings-large-h5-font-size: 12px;
  --headings-large-h5-letter-spacing: 0px;
  --headings-large-h5-line-height: 14px;
  --headings-large-h5-font-style: normal;
  --headings-large-h3-font-family: "Chivo", Helvetica;
  --headings-large-h3-font-weight: 700;
  --headings-large-h3-font-size: 20px;
  --headings-large-h3-letter-spacing: 0px;
  --headings-large-h3-line-height: 24px;
  --headings-large-h3-font-style: normal;
  --body-large-regular-font-family: "Chivo", Helvetica;
  --body-large-regular-font-weight: 300;
  --body-large-regular-font-size: 16px;
  --body-large-regular-letter-spacing: 0px;
  --body-large-regular-line-height: 24px;
  --body-large-regular-font-style: normal;
  --headings-large-h2-font-family: "Chivo", Helvetica;
  --headings-large-h2-font-weight: 700;
  --headings-large-h2-font-size: 28px;
  --headings-large-h2-letter-spacing: 0px;
  --headings-large-h2-line-height: 34px;
  --headings-large-h2-font-style: normal;
  --body-large-bold-font-family: "Chivo", Helvetica;
  --body-large-bold-font-weight: 600;
  --body-large-bold-font-size: 16px;
  --body-large-bold-letter-spacing: 0px;
  --body-large-bold-line-height: 24px;
  --body-large-bold-font-style: normal;
  --coreprimary-500: rgba(68, 93, 235, 1);
  --body-small-regular-font-family: "Chivo", Helvetica;
  --body-small-regular-font-weight: 300;
  --body-small-regular-font-size: 12px;
  --body-small-regular-letter-spacing: 0px;
  --body-small-regular-line-height: 16px;
  --body-small-regular-font-style: normal;
  --body-small-bold-font-family: "Chivo", Helvetica;
  --body-small-bold-font-weight: 600;
  --body-small-bold-font-size: 12px;
  --body-small-bold-letter-spacing: 0px;
  --body-small-bold-line-height: 16px;
  --body-small-bold-font-style: normal;
  --load: rgba(241, 241, 241, 1);
  --grid-supply-primary: rgba(53, 71, 92, 1);
  --grid-supply-secondary: rgba(23, 27, 31, 1);
  --grid-est: rgba(53, 71, 92, 1);
  --gas-supply: rgba(125, 13, 13, 1);
  --gas-supply-est: rgba(125, 13, 13, 1);
  --solar-consumed: rgba(247, 201, 83, 1);
  --solar-exported: rgba(217, 122, 10, 1);
  --solar-consumed-est: rgba(247, 201, 83, 1);
  --solar-exported-est: rgba(217, 122, 10, 1);
  --battery-discharged: rgba(61, 181, 152, 1);
  --battery-charged: rgba(29, 148, 119, 1);
  --battery-discharged-est: rgba(61, 181, 152, 1);
  --battery-charged-est: rgba(29, 148, 119, 1);
  --ev: rgba(68, 93, 235, 1);
  --ev-est: rgba(68, 93, 235, 1);
  --generator: rgba(192, 56, 56, 1);
  --generator-est: rgba(192, 56, 56, 1);
  --electrification: rgba(101, 57, 122, 1);
  --electricfication-est: rgba(101, 57, 122, 1);
}

/* Import globals - uses CSS variables and includes reset */

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  height: 100%;
}

/* a blue color as a generic focus style */

button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

a {
  text-decoration: none;
}

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

input:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline-offset: 2px;
}

button {
  transition: opacity 0.2s ease-in-out;
}

button:hover {
  opacity: 0.9;
}

button:active {
  opacity: 0.8;
}

.pac-item {
  cursor: pointer;
  font-size: 16px !important;
  line-height: 20px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  display: flex !important;
  align-items: center !important;
  white-space: normal !important;
}

.pac-item-query {
  font-size: 16px !important;
  line-height: 20px !important;
  display: block !important;
  white-space: normal !important;
}

.pac-icon {
  display: flex !important;
  align-items: center !important;
  vertical-align: middle !important;
}

.pac-matched {
  font-size: 16px !important;
  white-space: normal !important;
}

/* Ensure proper spacing in autocomplete predictions */

.pac-item-query .pac-matched,
.pac-item-query span {
  display: inline !important;
}

/* Tailwind directives */

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

/* Example: reusable button styles */

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.left-0{
  left: 0px;
}

.left-\[-43\.22\%\]{
  left: -43.22%;
}

.left-\[-46\.56\%\]{
  left: -46.56%;
}

.left-\[-52\.50\%\]{
  left: -52.50%;
}

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

.left-\[calc\(50\.00\%_\+_74px\)\]{
  left: calc(50.00% + 74px);
}

.left-\[calc\(50\.00\%_\+_87px\)\]{
  left: calc(50.00% + 87px);
}

.left-\[calc\(50\.00\%_-_130px\)\]{
  left: calc(50.00% - 130px);
}

.left-\[calc\(50\.00\%_-_163px\)\]{
  left: calc(50.00% - 163px);
}

.left-\[calc\(50\.00\%_-_262px\)\]{
  left: calc(50.00% - 262px);
}

.left-\[calc\(50\.00\%_-_366px\)\]{
  left: calc(50.00% - 366px);
}

.left-\[calc\(50\.00\%_-_434px\)\]{
  left: calc(50.00% - 434px);
}

.top-\[-3\.53\%\]{
  top: -3.53%;
}

.top-\[-5\.40\%\]{
  top: -5.40%;
}

.top-\[-6\.62\%\]{
  top: -6.62%;
}

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

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

.top-\[calc\(50\.00\%_-_129px\)\]{
  top: calc(50.00% - 129px);
}

.top-\[calc\(50\.00\%_-_151px\)\]{
  top: calc(50.00% - 151px);
}

.top-\[calc\(50\.00\%_-_209px\)\]{
  top: calc(50.00% - 209px);
}

.top-\[calc\(50\.00\%_-_245px\)\]{
  top: calc(50.00% - 245px);
}

.top-\[calc\(50\.00\%_-_356px\)\]{
  top: calc(50.00% - 356px);
}

.top-\[calc\(50\.00\%_-_495px\)\]{
  top: calc(50.00% - 495px);
}

.top-\[calc\(50\.00\%_-_522px\)\]{
  top: calc(50.00% - 522px);
}

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

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

.m-0{
  margin: 0px;
}

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

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

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

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

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

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

.-mr-6{
  margin-right: -1.5rem;
}

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

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

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

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

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

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

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

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

.mt-\[-1\.00px\]{
  margin-top: -1.00px;
}

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

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

.box-border{
  box-sizing: border-box;
}

.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-1{
  height: 0.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-20{
  height: 5rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-\[107\.05\%\]{
  height: 107.05%;
}

.h-\[110\.80\%\]{
  height: 110.80%;
}

.h-\[113\.23\%\]{
  height: 113.23%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-px{
  height: 1px;
}

.h-screen{
  height: 100vh;
}

.min-h-screen{
  min-height: 100vh;
}

.w-10{
  width: 2.5rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-8{
  width: 2rem;
}

.w-9{
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

.w-\[186\.45\%\]{
  width: 186.45%;
}

.w-\[193\.12\%\]{
  width: 193.12%;
}

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

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

.w-\[205\.00\%\]{
  width: 205.00%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full{
  width: 100%;
}

.w-px{
  width: 1px;
}

.min-w-0{
  min-width: 0px;
}

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

.flex-\[0_0_auto\]{
  flex: 0 0 auto;
}

.flex-\[1_1_0\%\]{
  flex: 1 1 0%;
}

.flex-none{
  flex: none;
}

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

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

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

.grow{
  flex-grow: 1;
}

.rotate-\[-47\.65deg\]{
  --tw-rotate: -47.65deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[39\.59deg\]{
  --tw-rotate: 39.59deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[41\.59deg\]{
  --tw-rotate: 41.59deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[47\.65deg\]{
  --tw-rotate: 47.65deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1{
  gap: 0.25rem;
}

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

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

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

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

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

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

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

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

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

.rounded{
  border-radius: 0.25rem;
}

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

.rounded-\[8px_8px_0px_0px\]{
  border-radius: 8px 8px 0px 0px;
}

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

.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-\[\#0000001a\]{
  border-color: #0000001a;
}

.border-\[\#ccd3e4\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 211 228 / var(--tw-border-opacity, 1));
}

.border-\[\#e8e9ed\]{
  --tw-border-opacity: 1;
  border-color: rgb(232 233 237 / var(--tw-border-opacity, 1));
}

.border-\[\#eaeaea\]{
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}

.border-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\]{
  border-color: rgba(0,0,0,0.5);
}

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

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

.border-corelight-900{
  border-color: var(--corelight-900);
}

.bg-\[\#0000001a\]{
  background-color: #0000001a;
}

.bg-\[\#eeeeee\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f3a612\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 166 18 / var(--tw-bg-opacity, 1));
}

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

.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}

.bg-coredark-900{
  background-color: var(--coredark-900);
}

.bg-corelight-100{
  background-color: var(--corelight-100);
}

.bg-corelight-300{
  background-color: var(--corelight-300);
}

.bg-corelight-900{
  background-color: var(--corelight-900);
}

.bg-coreprimary-500{
  background-color: var(--coreprimary-500);
}

.bg-primary-500{
  background-color: var(--primary-500);
}

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

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

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.bg-\[url\(https\:\/\/c\.animaapp\.com\/mimyhvy4ZuuMg8\/img\/selection-1-1\.svg\)\]{
  background-image: url(https://c.animaapp.com/mimyhvy4ZuuMg8/img/selection-1-1.svg);
}

.bg-\[100\%_100\%\]{
  background-position: 100% 100%;
}

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

.p-0{
  padding: 0px;
}

.p-10{
  padding: 2.5rem;
}

.p-5{
  padding: 1.25rem;
}

.p-\[20px_20px_8px_16px\]{
  padding: 20px 20px 8px 16px;
}

.p-\[4px_20px\]{
  padding: 4px 20px;
}

.p-\[8px_20px\]{
  padding: 8px 20px;
}

.p-\[8px_20px_0px_0px\]{
  padding: 8px 20px 0px 0px;
}

.p-\[8px_20px_0px_16px\]{
  padding: 8px 20px 0px 16px;
}

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

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

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

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

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.pb-3{
  padding-bottom: 0.75rem;
}

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

.pl-10{
  padding-left: 2.5rem;
}

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

.pl-6{
  padding-left: 1.5rem;
}

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

.pr-10{
  padding-right: 2.5rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-5{
  padding-right: 1.25rem;
}

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

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

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

.pt-10{
  padding-top: 2.5rem;
}

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

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

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

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

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

.font-body-large-bold{
  font-family: var(--body-large-bold-font-family);
}

.font-body-large-regular{
  font-family: var(--body-large-regular-font-family);
}

.font-headings-large-h2{
  font-family: var(--headings-large-h2-font-family);
}

.font-headings-large-h3{
  font-family: var(--headings-large-h3-font-family);
}

.font-headings-large-h4{
  font-family: var(--headings-large-h4-font-family);
}

.font-headings-large-h5{
  font-family: var(--headings-large-h5-font-family);
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[9px\]{
  font-size: 9px;
}

.text-\[length\:var\(--body-large-bold-font-size\)\]{
  font-size: var(--body-large-bold-font-size);
}

.text-\[length\:var\(--body-large-regular-font-size\)\]{
  font-size: var(--body-large-regular-font-size);
}

.text-\[length\:var\(--body-small-bold-font-size\)\]{
  font-size: var(--body-small-bold-font-size);
}

.text-\[length\:var\(--body-small-regular-font-size\)\]{
  font-size: var(--body-small-regular-font-size);
}

.text-\[length\:var\(--headings-large-h2-font-size\)\]{
  font-size: var(--headings-large-h2-font-size);
}

.text-\[length\:var\(--headings-large-h3-font-size\)\]{
  font-size: var(--headings-large-h3-font-size);
}

.text-\[length\:var\(--headings-large-h4-font-size\)\]{
  font-size: var(--headings-large-h4-font-size);
}

.text-\[length\:var\(--headings-large-h5-font-size\)\]{
  font-size: var(--headings-large-h5-font-size);
}

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

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

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

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

.font-\[number\:var\(--body-large-bold-font-weight\)\]{
  font-weight: var(--body-large-bold-font-weight);
}

.font-\[number\:var\(--body-large-regular-font-weight\)\]{
  font-weight: var(--body-large-regular-font-weight);
}

.font-\[number\:var\(--body-small-bold-font-weight\)\]{
  font-weight: var(--body-small-bold-font-weight);
}

.font-\[number\:var\(--body-small-regular-font-weight\)\]{
  font-weight: var(--body-small-regular-font-weight);
}

.font-\[number\:var\(--headings-large-h2-font-weight\)\]{
  font-weight: var(--headings-large-h2-font-weight);
}

.font-\[number\:var\(--headings-large-h3-font-weight\)\]{
  font-weight: var(--headings-large-h3-font-weight);
}

.font-\[number\:var\(--headings-large-h4-font-weight\)\]{
  font-weight: var(--headings-large-h4-font-weight);
}

.font-\[number\:var\(--headings-large-h5-font-weight\)\]{
  font-weight: var(--headings-large-h5-font-weight);
}

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

.font-light{
  font-weight: 300;
}

.font-normal{
  font-weight: 400;
}

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

.not-italic{
  font-style: normal;
}

.leading-3{
  line-height: .75rem;
}

.leading-4{
  line-height: 1rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

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

.leading-\[var\(--body-large-bold-line-height\)\]{
  line-height: var(--body-large-bold-line-height);
}

.leading-\[var\(--body-large-regular-line-height\)\]{
  line-height: var(--body-large-regular-line-height);
}

.leading-\[var\(--body-small-bold-line-height\)\]{
  line-height: var(--body-small-bold-line-height);
}

.leading-\[var\(--body-small-regular-line-height\)\]{
  line-height: var(--body-small-regular-line-height);
}

.leading-\[var\(--headings-large-h2-line-height\)\]{
  line-height: var(--headings-large-h2-line-height);
}

.leading-\[var\(--headings-large-h3-line-height\)\]{
  line-height: var(--headings-large-h3-line-height);
}

.leading-\[var\(--headings-large-h4-line-height\)\]{
  line-height: var(--headings-large-h4-line-height);
}

.leading-\[var\(--headings-large-h5-line-height\)\]{
  line-height: var(--headings-large-h5-line-height);
}

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

.tracking-\[var\(--body-large-bold-letter-spacing\)\]{
  letter-spacing: var(--body-large-bold-letter-spacing);
}

.tracking-\[var\(--body-large-regular-letter-spacing\)\]{
  letter-spacing: var(--body-large-regular-letter-spacing);
}

.tracking-\[var\(--body-small-bold-letter-spacing\)\]{
  letter-spacing: var(--body-small-bold-letter-spacing);
}

.tracking-\[var\(--body-small-regular-letter-spacing\)\]{
  letter-spacing: var(--body-small-regular-letter-spacing);
}

.tracking-\[var\(--headings-large-h2-letter-spacing\)\]{
  letter-spacing: var(--headings-large-h2-letter-spacing);
}

.tracking-\[var\(--headings-large-h3-letter-spacing\)\]{
  letter-spacing: var(--headings-large-h3-letter-spacing);
}

.tracking-\[var\(--headings-large-h4-letter-spacing\)\]{
  letter-spacing: var(--headings-large-h4-letter-spacing);
}

.tracking-\[var\(--headings-large-h5-letter-spacing\)\]{
  letter-spacing: var(--headings-large-h5-letter-spacing);
}

.text-\[\#1e1e1e\]{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity, 1));
}

.text-\[\#323232\]{
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity, 1));
}

.text-\[\#7d7d7d\]{
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity, 1));
}

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

.text-coredark-100{
  color: var(--coredark-100);
}

.text-coredark-700{
  color: var(--coredark-700);
}

.text-coredark-900{
  color: var(--coredark-900);
}

.text-corelight-100{
  color: var(--corelight-100);
}

.text-coreprimary-900{
  color: var(--coreprimary-900);
}

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

.opacity-10{
  opacity: 0.1;
}

.opacity-100{
  opacity: 1;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-80{
  opacity: 0.8;
}

.shadow-\[0_4px_12px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{
  --tw-shadow: 0 4px 12px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

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

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-0{
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.\[background\:url\(https\:\/\/c\.animaapp\.com\/mimyhvy4ZuuMg8\/img\/map\.png\)_50\%_50\%_\/_cover\]{
  background: url(https://c.animaapp.com/mimyhvy4ZuuMg8/img/map.png) 50% 50% / cover;
}

.\[border-bottom-style\:solid\]{
  border-bottom-style: solid;
}

.\[border-left-style\:solid\]{
  border-left-style: solid;
}

.\[border-right-style\:solid\]{
  border-right-style: solid;
}

.\[font-family\:\'Chivo\'\2c Helvetica\]{
  font-family: 'Chivo',Helvetica;
}

.\[font-style\:var\(--body-large-bold-font-style\)\]{
  font-style: var(--body-large-bold-font-style);
}

.\[font-style\:var\(--body-large-regular-font-style\)\]{
  font-style: var(--body-large-regular-font-style);
}

.\[font-style\:var\(--body-small-bold-font-style\)\]{
  font-style: var(--body-small-bold-font-style);
}

.\[font-style\:var\(--body-small-regular-font-style\)\]{
  font-style: var(--body-small-regular-font-style);
}

.\[font-style\:var\(--headings-large-h2-font-style\)\]{
  font-style: var(--headings-large-h2-font-style);
}

.\[font-style\:var\(--headings-large-h3-font-style\)\]{
  font-style: var(--headings-large-h3-font-style);
}

.\[font-style\:var\(--headings-large-h4-font-style\)\]{
  font-style: var(--headings-large-h4-font-style);
}

.\[font-style\:var\(--headings-large-h5-font-style\)\]{
  font-style: var(--headings-large-h5-font-style);
}

/* Custom component styles can be added here */

.placeholder\:font-body-large-regular::-moz-placeholder{
  font-family: var(--body-large-regular-font-family);
}

.placeholder\:font-body-large-regular::placeholder{
  font-family: var(--body-large-regular-font-family);
}

.placeholder\:text-\[length\:var\(--body-large-regular-font-size\)\]::-moz-placeholder{
  font-size: var(--body-large-regular-font-size);
}

.placeholder\:text-\[length\:var\(--body-large-regular-font-size\)\]::placeholder{
  font-size: var(--body-large-regular-font-size);
}

.placeholder\:font-\[number\:var\(--body-large-regular-font-weight\)\]::-moz-placeholder{
  font-weight: var(--body-large-regular-font-weight);
}

.placeholder\:font-\[number\:var\(--body-large-regular-font-weight\)\]::placeholder{
  font-weight: var(--body-large-regular-font-weight);
}

.placeholder\:leading-\[var\(--body-large-regular-line-height\)\]::-moz-placeholder{
  line-height: var(--body-large-regular-line-height);
}

.placeholder\:leading-\[var\(--body-large-regular-line-height\)\]::placeholder{
  line-height: var(--body-large-regular-line-height);
}

.placeholder\:tracking-\[var\(--body-large-regular-letter-spacing\)\]::-moz-placeholder{
  letter-spacing: var(--body-large-regular-letter-spacing);
}

.placeholder\:tracking-\[var\(--body-large-regular-letter-spacing\)\]::placeholder{
  letter-spacing: var(--body-large-regular-letter-spacing);
}

.placeholder\:text-coredark-900::-moz-placeholder{
  color: var(--coredark-900);
}

.placeholder\:text-coredark-900::placeholder{
  color: var(--coredark-900);
}

.placeholder\:opacity-40::-moz-placeholder{
  opacity: 0.4;
}

.placeholder\:opacity-40::placeholder{
  opacity: 0.4;
}

.placeholder\:\[font-style\:var\(--body-large-regular-font-style\)\]::-moz-placeholder{
  font-style: var(--body-large-regular-font-style);
}

.placeholder\:\[font-style\:var\(--body-large-regular-font-style\)\]::placeholder{
  font-style: var(--body-large-regular-font-style);
}

.hover\:bg-corelight-300:hover{
  background-color: var(--corelight-300);
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

