:root {
  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;
  --brand-blue: #005580;
  --brand-blue-dark: #003c5a;
  --brand-slate: #51514d;
  --brand-slate-light: #6f777c;
  --brand-slate-dark: #000000b9;
  --brand-yellow: #ffbe19;
  --brand-yellow-hover: #aa00aa;
  --brand-light-blue: #f2f7fa;
  --brand-light-blue-2:#EBF8FC;
  --brand-medium-blue: #dae8ef;
  --brand-light-grey: #e6edf0;
  --brand-pressed-grey: #d7dee0;
  --error-red: #910304;
  --brand-black: #000000;
  --color: #999;
  --brand-tracker-active: #dae8ef;
  --brand-tracker-inactive: #f2f5f7;
  --brand-complete: #edf6ef;
  --brand-success: #06560f;
  --brand-white: #ffffff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

/*
! tailwindcss v3.3.2 | 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::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:  ;
}

::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:  ;
}

.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;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.left-\[343px\] {
  left: 343px;
}

.right-32 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

.top-3 {
  top: 0.75rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.z-10 {
  z-index: 10;
}

.z-\[60\] {
  z-index: 60;
}

.order-last {
  order: 9999;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-\[18px\] {
  margin-top: 18px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-11 {
  height: 2.75rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-80 {
  height: 20rem;
}

.h-px {
  height: 1px;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-64 {
  width: 16rem;
}

.w-\[64px\] {
  width: 64px;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.max-w-full {
  max-width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.flex-none {
  flex: none;
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.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-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.leading-6 {
  line-height: 1.5rem;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-100 {
  opacity: 1;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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);
}

.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

body {
  background-color: #fafafa;
  font-family: "SofiaPro";
  min-width: 250px;
}

.text-red-500 {
  color: #910304 !important;
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(81 81 77 / var(--tw-text-opacity));
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

h1 {
  color: var(--brand-slate);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 4px;
}

h2 {
  color: var(--brand-blue);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 4px;
}

h4 {
  color: var(--brand-blue);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 4px;
}

p {
  color: var(--brand-slate);
  font-style: normal;
  font-weight: 400;
  font-size: 1 rem;
  line-height: 1.5rem;
  margin-top: 4px;
  font-family: "SofiaPro";
}

p.text-sm {
  line-height: 1.5rem !important;
}

p.phone-verify-text {
  color: var(--brand-slate);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 4px;
  font-family: "SofiaPro";
}

label {
  color: var(--brand-slate);
  font-weight: 700;
  size: 16px;
  line-height: 24px;
}

input,
select {
  /* Structure */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px 8px;
  gap: 4px;
  width: 460px;
  height: 44px;
  /* Greys/White */
  background: var(--brand-white);
  /* Greys/Grey 4 */
  border: 1px solid #51514d;
  border-radius: 12px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

input[type="radio"]:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

input:focus,
select:focus {
  box-shadow: 0px 0px 5px 2px rgba(0, 85, 128, 0.5);
  outline: none;
  border: 3px solid var(--brand-light-blue);
}

input.error,
input.error:active,
input.error:focus,
select.error,
select.error:active,
select.error:focus {
  outline: none;
  border: 1px solid var(--error-red);
}

input[type="checkbox"] {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  /* Shades / White */
  background: #ffffff;
  /* Shades / Grey 5 */
  border: 1.15px solid #51514d;
  border-radius: 3.45px;
}

input:disabled,
select:disabled {
  /* Structure */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px 8px;
  gap: 4px;
  height: 44px;
  /* Greys/White */
  background: var(--brand-white);
  /* Greys/Grey 4 */
  border: 1px solid #949494;
  border-radius: 12px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  color: darkgray;
  align-items: center;
}

div.input-align {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
}

div.input-phone {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  padding: 0px;
}

div.step-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
}

div.step-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  margin-bottom: 25px;
  width: 456px;
}

div.form-align {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 20px;
}

button.secondary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 24px;
  width: 248px;
  height: 40px;
  /* Greys/Grey 1 */
  background: #f2f5f7;
  border-radius: 12px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

button.primary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 24px;
  color: var(--brand-white);
  background: var(--brand-blue);
  border-radius: 12px;
  flex: none;
  order: 0;
  flex-grow: 1;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

button.primary:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%), var(--brand-blue);
}

button.primary:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), var(--brand-blue);
}

button.back {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 24px;
  /* color: var(--brand-blue); */
  background: #f2f5f7;
  border-radius: 12px;
  flex: none;
  order: 0;
  flex-grow: 1;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

button.wide {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  color: var(--brand-white);
  width: 169px;
  background: var(--brand-blue);
  border-radius: 12px;
  flex: none;
  order: 0;
  flex-grow: 1;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

button.disabled {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 24px;
  color: var(--brand-slate-dark);
  background: #e8faff;
  border-radius: 12px;
  flex: none;
  order: 0;
  flex-grow: 1;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  cursor: not-allowed;
}

.main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-container {
  /* width: 575px; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.form-container {
  /* width: 575px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 50px;
}

.tooltip-pointer {
  background-color: #ffffff;
}

.tooltip-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 24px;
  width: 430px;
  height: auto;
  /* Greys/White */
  background: #ffffff;
  border-radius: 16px;
  /* Inside auto layout */
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}

.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.sub-heading {
  max-width: 620px;
}

.tracker {
  width: 24px;
  height: 24px;
  /* Brand/Blue Medium */
  background: var(--brand-tracker-inactive);
  border-radius: 100px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.tracker-active {
  background: var(--brand-tracker-active);
}

.tracker-active-light {
  background: var(--brand-light-blue);
}

.tracker-complete {
  background: var(--brand-complete);
}

.step-count {
  width: 5px;
  margin-left: 9px;
  height: 16px;
  left: calc(50% - 5px / 2);
  top: calc(50% - 16px / 2 + 1px);
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: center;
}

.date-component {
  box-sizing: border-box;
  padding-right: 10px;
  /* Auto layout */
  max-width: 143px !important;
  height: 44px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.footer {
  position: absolute;
  bottom: 0px;
}

.brand-blue-text {
  color: var(--brand-blue);
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.45rem;
}

.accent {
  accent-color: var(--brand-blue);
}

.active {
  color: var(--brand-blue);
}

.complete {
  color: var(--brand-success);
}

/* Canada Post Address Auto Complete styling */

.pca {
  width: 460px;
}

.pca .pcatext {
  color: var(--brand-slate);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
}

.pca .pcaautocomplete {
  box-shadow: 0 2px 1px 0 var(--brand-light-grey);
  flex-wrap: wrap;
}

.pca .pcaautocomplete .pcalist {
  border-bottom: 0;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-y: scroll;
}

.pca .pcalist::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.pca .pcaitem {
  white-space: normal;
}

.pcaflagbutton,
.pcamessage {
  display: none;
}

/* .aclogo,
.pcalogoen {
  display: none;
} */

.pca .pcaselected {
  background-color: var(--brand-light-blue);
}

/* verification code style overide */

.vi__container__small {
  display: flex;
  gap: 8px;
  height: 50px;
  width: 225px;
}

.vi__character {
  border: 1px solid #51514d;
  border-radius: 8px;
  font-size: 20px;
  width: 42px;
  height: 50px;
  float: left;
  text-align: center;
  margin-left: 8px;
}

.vi__character--error {
  outline: 2px var(--error-red) solid;
  border: 1px solid #51514d;
  border-radius: 8px;
  font-size: 20px;
  width: 42px;
  height: 50px;
  float: left;
  text-align: center;
  margin-left: 8px;
}

.vi__character--valid {
  outline: 2px var(--brand-success) solid;
  border: 1px solid #51514d;
  border-radius: 8px;
  font-size: 20px;
  width: 42px;
  height: 50px;
  float: left;
  text-align: center;
  margin-left: 8px;
}

.vi__character--inactive {
  color: dimgray;
  background-color: #ffffff;
  width: 42px;
  height: 50px;
  float: left;
}

.vi__character--selected {
  color: black;
  outline: 2px solid cornflowerblue;
  width: 42px;
  height: 50px;
  float: left;
}

.vi {
  box-shadow: none !important;
  border: none !important;
}

span.success-text {
  color: var(--brand-success);
}

span.error-text {
  color: var(--error-red);
}

a.clickText {
  cursor: pointer;
  color: #005580;
}

a.clickText:hover {
  text-decoration: underline;
}

@-moz-document url-prefix() {
  select.date-component {
    padding-top: 1px;
  }
}

::-ms-reveal {
  display: none;
}

input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  position: absolute;
  display: none !important;
  pointer-events: none;
  right: 0;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

/* Fonts */

@font-face {
  font-family: "SofiaPro";

  font-weight: 100;

  font-style: normal;

  font-stretch: normal;

  src: url("styles/fonts/EOT/Sofia Pro Light.eot");

  src: url("styles/fonts/EOT/Sofia Pro Light.eot?#iefix")
      format("embedded-opentype"),
    url("styles/fonts/WOFF2/Sofia Pro Light.woff2") format("woff2"),
    url("styles/fonts/WOFF/Sofia Pro Light.woff") format("woff"),
    url("styles/fonts/TTF/Sofia Pro Light.ttf") format("truetype");
}

@font-face {
  font-family: "SofiaPro";

  font-weight: 300;

  font-style: normal;

  font-stretch: normal;

  src: url("styles/fonts/EOT/Sofia Pro Regular.eot");

  src: url("styles/fonts/EOT/Sofia Pro Regular.eot?#iefix")
      format("embedded-opentype"),
    url("styles/fonts/WOFF2/Sofia Pro Regular.woff2") format("woff2"),
    url("styles/fonts/WOFF/Sofia Pro Regular.woff") format("woff"),
    url("styles/fonts/TTF/Sofia Pro Regular.ttf") format("truetype");
}

@font-face {
  font-family: "SofiaPro";

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  src: url("styles/fonts/EOT/Sofia Pro Medium.eot");

  src: url("styles/fonts/EOT/Sofia Pro Medium.eot?#iefix")
      format("embedded-opentype"),
    url("styles/fonts/WOFF2/Sofia Pro Medium.woff2") format("woff2"),
    url("styles/fonts/WOFF/Sofia Pro Medium.woff") format("woff"),
    url("styles/fonts/TTF/Sofia Pro Medium.ttf") format("truetype");
}

@font-face {
  font-family: "SofiaPro";

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  src: url("styles/fonts/EOT/Sofia Pro Semibold.eot");

  src: url("styles/fonts/EOT/Sofia Pro Semibold.eot?#iefix")
      format("embedded-opentype"),
    url("styles/fonts/WOFF2/Sofia Pro Semibold.woff2") format("woff2"),
    url("styles/fonts/WOFF/Sofia Pro Semibold.woff") format("woff"),
    url("styles/fonts/TTF/Sofia Pro Semibold.ttf") format("truetype");
}

@font-face {
  font-family: "SofiaPro";

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  src: url("styles/fonts/EOT/Sofia Pro Bold.eot");

  src: url("styles/fonts/EOT/Sofia Pro Bold.eot?#iefix")
      format("embedded-opentype"),
    url("styles/fonts/WOFF2/Sofia Pro Bold.woff2") format("woff2"),
    url("styles/fonts/WOFF/Sofia Pro Bold.woff") format("woff"),
    url("styles/fonts/TTF/Sofia Pro Bold.ttf") format("truetype");
}

@font-face {
  font-family: "SofiaPro";

  font-weight: 900;

  font-style: normal;

  font-stretch: normal;

  src: url("styles/fonts/EOT/Sofia Pro Black.eot");

  src: url("styles/fonts/EOT/Sofia Pro Black.eot?#iefix")
      format("embedded-opentype"),
    url("styles/fonts/WOFF2/Sofia Pro Black.woff2") format("woff2"),
    url("styles/fonts/WOFF/Sofia Pro Black.woff") format("woff"),
    url("styles/fonts/TTF/Sofia Pro Black.ttf") format("truetype");
}

@media screen and (width >= 768px) {
  button.primary,
  button.disabled {
    min-width: 136px;
  }
}

@media screen and (width < 768px) {
  input,
  select,
  button.primary,
  .pcaautocomplete {
    max-width: 400px;
  }

  button.full {
    max-width: 100%;
  }

  .date-component {
    max-width: 127px !important;
    margin-right: 10px !important;
  }

  .tooltip-box {
    max-width: 275px !important;
    min-height: 200px !important;
  }
}

@media screen and (width < 475px) {
  input,
  select,
  button.primary,
  .pcaautocomplete {
    max-width: 400px !important;
  }

  .date-component {
    max-width: 105px !important;
    margin-right: 10px !important;
  }
}

@media screen and (width < 325px) {
  input,
  select,
  button.primary,
  .pcaautocomplete {
    max-width: 240px !important;
  }

  .date-component {
    max-width: 73px !important;
    margin-right: 10px !important;
  }

  .tooltip-box {
    max-width: 175px !important;
    min-height: 300px !important;
  }
}

/* --- Navbar styles --- */

.small-sidebar {
  width: 75%;
  position: fixed;
  height: 100vh;
  overflow: hidden;
  right: 0px;
  bottom: 0px;
  top: 56px;
  left: 0px;
  opacity: 1;
  z-index: 999;
  border: 1px solid var(--brand-light-grey);
  background: var(--brand-white);
}

#topbar {
  width: 100%;
  margin-top: -10px;
  background: white;
}

.overlay {
  display: none;
  position: fixed;
  /* full screen */
  width: 100vw;
  height: 100vh;
  /* transparent black */
  background: rgba(0, 0, 0, 0.25);
  /* middle layer, i.e. appears below the sidebar */
  z-index: 998;
  opacity: 0;
  /* animate the transition */
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.overlay.active {
  display: block;
  opacity: 1;
  top: 56px;
  width: 100%;
  height: 100vh;
}

.small-tracker {
  padding: 8px 16px;
  gap: 8px;
  height: 37px;
  background: var(--brand-white);
}

.small-tracker-label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: var(--brand-blue);
  max-width: 100px;
  height: 25px;
  background: #abe0f2;
  border-radius: 24px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 1;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.terms-area {
  margin-top: 1rem;
  max-height: 20rem;
  background-color: var(--brand-white);
}

.terms-area-options {
  background-color: var(--brand-light-blue);
  height:3rem;
  justify-content: center;
  align-items: center;
}

@media screen and (width < 768px) {
  #topbar {
    position: fixed;
    z-index: 997;
  }
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:text-amber-500:hover {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.peer:checked ~ .peer-checked\:border-transparent {
  border-color: transparent;
}

.peer:checked ~ .peer-checked\:ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.peer:checked ~ .peer-checked\:ring-\[--brand-blue\] {
  --tw-ring-color: var(--brand-blue);
}

.peer:checked ~ .peer-checked\:ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:right-0 {
    right: 0px;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:left-\[280px\] {
    left: 280px;
  }

  .max-md\:right-3 {
    right: 0.75rem;
  }

  .max-md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .max-md\:mt-10 {
    margin-top: 2.5rem;
  }

  .max-md\:mt-20 {
    margin-top: 5rem;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:items-center {
    align-items: center;
  }

  .max-md\:ml-3 {
    margin-left: 0.75rem;
  }

  .max-md\:ml-2 {
    margin-left: 0.5rem;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:ml-\[120px\] {
    margin-left: 120px;
  }

  .max-sm\:ml-\[300px\] {
    margin-left: 300px;
  }

  .max-sm\:ml-\[70px\] {
    margin-left: 70px;
  }

  .max-sm\:hidden {
    display: none;
  }
}

@media not all and (min-width: 475px) {
  .max-xs\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media not all and (min-width: 325px) {
  .max-xxs\:ml-\[120px\] {
    margin-left: 120px;
  }

  .max-xxs\:ml-\[210px\] {
    margin-left: 210px;
  }

  .max-xxs\:ml-\[40px\] {
    margin-left: 40px;
  }

  .max-xxs\:ml-\[50px\] {
    margin-left: 50px;
  }

  .max-xxs\:w-full {
    width: 100%;
  }
}

@media (min-width: 475px) {
  @media not all and (min-width: 768px) {
    .xs\:max-md\:ml-\[120px\] {
      margin-left: 120px;
    }

    .xs\:max-md\:ml-\[370px\] {
      margin-left: 370px;
    }

    .xs\:max-md\:ml-\[80px\] {
      margin-left: 80px;
    }

    .xs\:max-md\:ml-\[90px\] {
      margin-left: 90px;
    }
  }
}

@media (min-width: 640px) {
  .sm\:bottom-0 {
    bottom: 0px;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:ml-72 {
    margin-left: 18rem;
  }

  .sm\:ml-80 {
    margin-left: 20rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-5 {
    margin-left: 4rem;
  }

  .md\:ml-\[110px\] {
    margin-left: 110px;
  }

  .md\:ml-\[120px\] {
    margin-left: 120px;
  }

  .md\:ml-\[140px\] {
    margin-left: 140px;
  }

  .md\:ml-\[185px\] {
    margin-left: 185px;
  }

  .md\:ml-\[195px\] {
    margin-left: 195px;
  }

  .md\:ml-\[275px\] {
    margin-left: 275px;
  }

  .md\:ml-\[300px\] {
    margin-left: 300px;
  }

  .md\:ml-\[345px\] {
    margin-left: 345px;
  }

  .md\:ml-\[400px\] {
    margin-left: 400px;
  }

  .md\:ml-\[420px\] {
    margin-left: 420px;
  }

  .md\:ml-\[430px\] {
    margin-left: 430px;
  }

  .md\:w-\[143px\] {
    width: 143px;
  }

  .md\:w-\[150px\] {
    width: 150px;
  }

  .md\:w-\[222px\] {
    width: 222px;
  }

  .md\:w-\[305px\] {
    width: 305px;
  }

  .md\:w-\[376px\] {
    width: 376px;
  }

  .md\:max-w-\[885px\] {
    max-width: 885px;
  }

  .md\:max-w-\[980px\] {
    max-width: 980px;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .lg\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .xlg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 100;
  }
}

.ignore-css{all:unset;}

