/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code {
  font-family: monospace, 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.
 */


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

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
select {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */


[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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.
 */

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: 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"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

input::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
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;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
select {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

.container {
  width: 100%;
}

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

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

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

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

::selection {
  --bg-opacity: 1;
  background-color: #ebf8ff;
  background-color: rgba(235, 248, 255, var(--bg-opacity));
  opacity: .5;
}

a {
  --text-opacity: 1;
  color: #3A86FF;
  color: rgba(58, 134, 255, var(--text-opacity));
  font-weight: 500;
  border-style: solid;
  border-bottom-width: 2px;
  --border-opacity: 1;
  border-color: #3A86FF;
  border-color: rgba(58, 134, 255, var(--border-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 200ms
}

a:hover {
  --text-opacity: 1;
  color: #FB5607;
  color: rgba(251, 86, 7, var(--text-opacity));
  --border-opacity: 1;
  border-color: #FB5607;
  border-color: rgba(251, 86, 7, var(--border-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 200ms
}

a.footer-link {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-bottom-width: 2px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  font-weight: 700
}

a.footer-link:hover {
  border-bottom-width: 0
}

.logo a {
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, var(--gradient-color-stops));
  --gradient-from-color: #FB5607;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 86, 7, 0));
  --gradient-to-color: #FF006E;
  font-size: 1.5rem;
  font-weight: 800;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 200ms;
  border-style: none
}

.logo a:hover {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 200ms
}

.nav-links > li > a {
  font-weight: 700;
  border-style: none;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, var(--gradient-color-stops));
  --gradient-from-color: #8338EC;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 56, 236, 0));
  --gradient-to-color: #3A86FF;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  transition-duration: 300ms
}

.nav-links > li > a:hover {
  color: transparent
}

.words {
  font-family: "Avenir Next", "Avenir", "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.words p {
  margin-bottom: 2rem;
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity))
}

.words h2 {
  margin-top: 4rem;
  margin-bottom: 1rem;
  --text-opacity: 1;
  color: #8338EC;
  color: rgba(131, 56, 236, var(--text-opacity));
  font-weight: 700;
  font-size: 1.875rem
}

.words h3 {
  margin-top: 4rem;
  margin-bottom: 1rem;
  --text-opacity: 1;
  color: #3A86FF;
  color: rgba(58, 134, 255, var(--text-opacity));
  font-weight: 700;
  font-size: 1.25rem
}

.words blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
  border-radius: 0.25rem;
  font-size: 1.25rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.words blockquote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem
}

.words blockquote p:last-child {
  margin: 0;
}

@media (min-width: 1024px) {
  .words img {
    border-radius: 1rem;
  }

  .words blockquote {
    margin-top: 2rem;
    margin-bottom: 2rem;
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
    border-radius: 0.25rem;
    font-size: 1.25rem;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .words blockquote cite {
    display: block;
    margin-top: 0.5rem;
    font-size: 1rem
  }

  .words blockquote p:last-child {
    margin: 0;
  }
}

.words .investing-logos img {
  max-width: inherit;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0.75
}

.words .investing-logos img:hover {
  opacity: 1
}

.words .investing-logos a {
  border: 0;
  display: inline-block;
}

.words ul {
  margin-bottom: 3rem;
}

.words li {
  font-size: 1.125rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 4rem;
  margin-right: 4rem;
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
  list-style-type: disc
}

.words strong {
  font-weight: 600
}

.words div.highlight {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.words .highlight {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
  padding: 1rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.words hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}

.highlighter-rouge {
}

.highlight {
  padding: .5rem;
  white-space: pre-wrap;
  /* // @media (max-width: $small_viewport) {
  //   max-width:110vw;
  //   margin-left: -2rem;
  //   margin-right: -2rem;
  //   border-radius: inherit;
  //
  //   pre {
  //     padding: 15px 2rem;
  //   }
  // } */
}

.highlight pre {
  margin: 0;
  background: none;
}

.highlight .hll {
  background-color: #ffffcc;
}

.highlight .c {
  color: #888888;
}

/* Comment */

.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}

/* Error */

.highlight .k {
  color: #008800;
  font-weight: bold;
}

/* Keyword */

.highlight .cm {
  color: #888888;
}

/* Comment.Multiline */

.highlight .cp {
  color: #cc0000;
  font-weight: bold;
}

/* Comment.Preproc */

.highlight .c1 {
  color: #888888;
}

/* Comment.Single */

.highlight .cs {
  color: #cc0000;
  font-weight: bold;
  background-color: #fff0f0;
}

/* Comment.Special */

.highlight .gd {
  color: #000000;
  background-color: #ffdddd;
}

/* Generic.Deleted */

.highlight .ge {
  font-style: italic;
}

/* Generic.Emph */

.highlight .gr {
  color: #aa0000;
}

/* Generic.Error */

.highlight .gh {
  color: #303030;
}

/* Generic.Heading */

.highlight .gi {
  color: #000000;
  background-color: #ddffdd;
}

/* Generic.Inserted */

.highlight .go {
  color: #888888;
}

/* Generic.Output */

.highlight .gp {
  color: #555555;
}

/* Generic.Prompt */

.highlight .gs {
  font-weight: bold;
}

/* Generic.Strong */

.highlight .gu {
  color: #606060;
}

/* Generic.Subheading */

.highlight .gt {
  color: #aa0000;
}

/* Generic.Traceback */

.highlight .kc {
  color: #008800;
  font-weight: bold;
}

/* Keyword.Constant */

.highlight .kd {
  color: #008800;
  font-weight: bold;
}

/* Keyword.Declaration */

.highlight .kn {
  color: #008800;
  font-weight: bold;
}

/* Keyword.Namespace */

.highlight .kp {
  color: #008800;
}

/* Keyword.Pseudo */

.highlight .kr {
  color: #008800;
  font-weight: bold;
}

/* Keyword.Reserved */

.highlight .kt {
  color: #888888;
  font-weight: bold;
}

/* Keyword.Type */

.highlight .m {
  color: #0000dd;
  font-weight: bold;
}

/* Literal.Number */

.highlight .s {
  color: #dd2200;
  background-color: #fff0f0;
}

/* Literal.String */

.highlight .na {
  color: #336699;
}

/* Name.Attribute */

.highlight .nb {
  color: #003388;
}

/* Name.Builtin */

.highlight .nc {
  color: #bb0066;
  font-weight: bold;
}

/* Name.Class */

.highlight .no {
  color: #003366;
  font-weight: bold;
}

/* Name.Constant */

.highlight .nd {
  color: #555555;
}

/* Name.Decorator */

.highlight .ne {
  color: #bb0066;
  font-weight: bold;
}

/* Name.Exception */

.highlight .nf {
  color: #0066bb;
  font-weight: bold;
}

/* Name.Function */

.highlight .nl {
  color: #336699;
  font-style: italic;
}

/* Name.Label */

.highlight .nn {
  color: #bb0066;
  font-weight: bold;
}

/* Name.Namespace */

.highlight .py {
  color: #336699;
  font-weight: bold;
}

/* Name.Property */

.highlight .nt {
  color: #bb0066;
  font-weight: bold;
}

/* Name.Tag */

.highlight .nv {
  color: #336699;
}

/* Name.Variable */

.highlight .ow {
  color: #008800;
}

/* Operator.Word */

.highlight .w {
  color: #bbbbbb;
}

/* Text.Whitespace */

.highlight .mf {
  color: #0000dd;
  font-weight: bold;
}

/* Literal.Number.Float */

.highlight .mh {
  color: #0000dd;
  font-weight: bold;
}

/* Literal.Number.Hex */

.highlight .mi {
  color: #0000dd;
  font-weight: bold;
}

/* Literal.Number.Integer */

.highlight .mo {
  color: #0000dd;
  font-weight: bold;
}

/* Literal.Number.Oct */

.highlight .sb {
  color: #dd2200;
  background-color: #fff0f0;
}

/* Literal.String.Backtick */

.highlight .sc {
  color: #dd2200;
  background-color: #fff0f0;
}

/* Literal.String.Char */

.highlight .sd {
  color: #dd2200;
  background-color: #fff0f0;
}

/* Literal.String.Doc */

.highlight .s2 {
  color: #dd2200;
  background-color: #fff0f0;
}

/* Literal.String.Double */

.highlight .se {
  color: #0044dd;
  background-color: #fff0f0;
}

/* Literal.String.Escape */

.highlight .sh {
  color: #dd2200;
  background-color: #fff0f0;
}

/* Literal.String.Heredoc */

.highlight .si {
  color: #3333bb;
  background-color: #fff0f0;
}

/* Literal.String.Interpol */

.highlight .sx {
  color: #22bb22;
  background-color: #f0fff0;
}

/* Literal.String.Other */

.highlight .sr {
  color: #008800;
  background-color: #fff0ff;
}

/* Literal.String.Regex */

.highlight .s1 {
  color: #dd2200;
  background-color: #fff0f0;
}

/* Literal.String.Single */

.highlight .ss {
  color: #aa6600;
  background-color: #fff0f0;
}

/* Literal.String.Symbol */

.highlight .bp {
  color: #003388;
}

/* Name.Builtin.Pseudo */

.highlight .vc {
  color: #336699;
}

/* Name.Variable.Class */

.highlight .vg {
  color: #dd7700;
}

/* Name.Variable.Global */

.highlight .vi {
  color: #3333bb;
}

/* Name.Variable.Instance */

.highlight .il {
  color: #0000dd;
  font-weight: bold;
}

/* Literal.Number.Integer.Long */

.highlight .p {
  color: #111;
}

.highlight .nx {
  color: #333;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-black {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-gray-300 {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--gradient-color-stops));
}

.from-my-pink {
  --gradient-from-color: #FF006E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 0, 110, 0));
}

.from-my-orange {
  --gradient-from-color: #FB5607;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 86, 7, 0));
}

.to-my-pink {
  --gradient-to-color: #FF006E;
}

.to-my-yellow {
  --gradient-to-color: #FFBE0B;
}

.border-gray-300 {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.rounded {
  border-radius: 0.25rem;
}

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

.border {
  border-width: 1px;
}

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

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

.float-right {
  float: right;
}

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

.h-screen {
  height: 100vh;
}

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

.text-lg {
  font-size: 1.125rem;
}

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

.text-2xl {
  font-size: 1.5rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.leading-tight {
  line-height: 1.25;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.m-auto {
  margin: auto;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

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

.mt-40 {
  margin-top: 10rem;
}

.mr-auto {
  margin-right: auto;
}

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

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

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

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.resize {
  resize: both;
}

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

.text-transparent {
  color: transparent;
}

.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-gray-500 {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.text-gray-600 {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.text-gray-700 {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.text-gray-800 {
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.italic {
  font-style: italic;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@media (min-width: 640px) {
}

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

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

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

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

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

  .lg\:text-right {
    text-align: right;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:rotate-3 {
    --transform-rotate: 3deg;
  }
}

@media (min-width: 1280px) {
}
