/*
! tailwindcss v3.4.3 | 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] {
  display: none;
}

@font-face {
  font-family: 'HelveticaNeue';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url('../fonts/HelveticaNeue-01.ttf') format('truetype');
}

@font-face {
  font-family: 'HelveticaNeueCond';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url('../fonts/HelveticaNeue-CondensedBold-05.ttf') format('truetype');
}

*, ::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:  ;
}

.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;
  }
}

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

/****************
HOMEPAGE
*****************/

body.intro{
  justify-content:center;
  align-items:center;
  background:#111;
  color:#ffffff;
}

.wave{
  animation: wave 4s ease-in-out infinite;
}

.wave-reverse{
  animation: wave-reverse 5s ease-in-out infinite;
}

@keyframes wave
{
  0%,100%
    {
    clip-path:polygon(
            0% 45%, 
            15% 44%, 
            32% 50%, 
            54% 60%, 
            70% 61%, 
            84% 59%, 
            100% 52%, 
            100% 100%, 
            0% 100%);
  }

  50%
    {
    clip-path:polygon(
            0% 60%, 
            16% 65%, 
            34% 66%, 
            51% 62%, 
            67% 50%, 
            84% 45%, 
            100% 46%, 
            100% 100%, 
            0% 100%);
  }
}

@keyframes wave-reverse
{
  0%,100%
    {
    clip-path:polygon(
            0% 60%, 
            16% 65%, 
            34% 66%, 
            51% 62%, 
            67% 50%, 
            84% 45%, 
            100% 46%, 
            100% 100%, 
            0% 100%);
  }

  50%
    {
    clip-path:polygon(
            0% 45%, 
            15% 44%, 
            32% 50%, 
            54% 60%, 
            70% 61%, 
            84% 59%, 
            100% 52%, 
            100% 100%, 
            0% 100%);
  }
}

.story-part{
  background-color:#024D2E;
}

/****************
GENERAL STYLES
*****************/

body {
  --tw-bg-opacity: 1;
  background-color: #ebebeb;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

h2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  max-width: 768px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
  font-family: 'HelveticaNeueCond', sans-serif;
  font-stretch: condensed;
}

@media (min-width: 768px) {
  h2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

h2:before{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right:.75rem;
  background: #024D2E;
}

p {
  margin-left: 0px;
  margin-right: 0px;
  max-width: 768px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0px;
  padding-right: 0px;
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

p a {
  color: #024D2E;
}

@media (min-width: 768px) {
  p {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

a {
  text-decoration-line: underline;
}

em {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

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

iframe {
  width: 100%;
  overflow: scroll;
}

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

.img-credit {
  text-transform: uppercase;
  font-family: 'HelveticaNeueCond', sans-serif;
  font-stretch: condensed;
}

/****************
HEADER
*****************/

.project-logo{
  /* background: -webkit-linear-gradient(to right,#006271 0, #ED7625 100%); */
  background: -webkit-linear-gradient(90deg, #006271 0.02%, #ED7625 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.part-header {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.3rem;
  color: #AAAAAA;
}

.btn-part {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(149 72 33 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.socials a {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/****************
CHAPTER BAR
*****************/

#chapter-bar {
  position: sticky;
  top: 0px;
  z-index: 50;
  width: 100%;
  border-top-width: 3px;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: #024D2E;
  --tw-bg-opacity: 1;
  /* background-color: #45C2B1; */
  /* background-color: #AAAAAA; */
  background-color: #ebebeb;
  /* background: linear-gradient(#ebebeb, #AAAAAA); */
}

#chapter-bar .progressBar{
  position: relative;
  top: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(to right, #024D2E, #45C2B1);
  width: 0%;
  z-index: 100;
  transition: width 0.2s ease-out;
}

#chapter-bar #chapters {
  z-index: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  cursor: pointer;
}

#chapter-bar #chapters a {
  text-decoration-line: none;
}

#chapter-bar #chapters .chapter {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  #chapter-bar #chapters .chapter {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

#chapter-bar .chapter .ch-num{
  color:#024D2E;
  font-size:2.23rem;
  line-height: 2.5rem;
  padding:.25rem 1rem;
  /* background: content-box radial-gradient(#fff, #45C2B1); */
  /* background: repeating-linear-gradient(
    to bottom,
    #D6BBAC,
    #D6BBAC 4px,
    #954821 4px,
    #954821 5px
    ); */
}

#chapter-bar #chapters .chapter .ch-title {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  #chapter-bar #chapters .chapter .ch-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#chapter-bar #ch-toggle {
  z-index: 10;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  cursor: pointer;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#chapter-bar #ch-toggle.collapsed {
  position: relative;
  z-index: 10;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/****************
STORY ELEMENTS
*****************/

.first-letter{
  /* background: repeating-linear-gradient(
    to bottom,
    #F4F1ED,
    #F4F1ED 4px,
    #954821 4px,
    #954821 5px
    ); */
  color: text-afro-teal;
}

/****************
INTRO SCROLLY
*****************/

#intro {
  position: relative;
  padding: 0px;
  /* background-color: #111; */
  background: linear-gradient(#111 95%, #ebebeb);
}

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

#intro article {
  position: relative;
  padding: 0px;
}

#intro figure {
  position: sticky;
  left: 0;
  margin: 0;
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

#intro figure img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height:100%;
}

#intro .step {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  max-width: 50rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  #intro .step {
    /* margin-right: 1rem;
    margin-left: 2rem; */
    margin-left: auto;
    margin-right: auto;
  }
}

#intro .step p {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 1.5rem;
  line-height: 1.5;
}

#intro .step p a{
color: #45C2B1;
}

#intro .step:last-child {
  margin-bottom: 0;
}

#intro .step .blurd-bg {
  margin-left: 0px;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
  padding: 0.5rem;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 768px) {
  #intro .step .blurd-bg {
    margin-left: 2rem;
    padding: 1.25rem;
  }
  #intro .step p { 
    font-size: 2.1rem;
    line-height: 1.3;
  }
}



/****************
JOBS SCROLLY
*****************/
#scrolly {
  /* width: 85%; */
  width: 100%;
  /* margin-left: calc(-50vw + 50%); */
  /* margin: 0 auto; */
  position: relative;
  /* background-color: #111; */
  /* background-color: #111; */
  z-index: -1000;
}

article {
  position: relative;
  padding: 0 1rem;
  z-index: 0;
  margin: 0 auto;
  /* background-color: #111; */
  /* z-index:-10; */
  /* width: 50%; */
}


figure#jobs-chart {
  /* position: -webkit-sticky; */
  position: sticky;
  
  width: 100%;
  margin: 0 auto;
  /* -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); */
  z-index: -1;
}


#chartDiv{
  background-color: #ebebeb;
  /* width: 750px; */

}




.step-jobs {
  /* margin: 25px 0; */
  margin: 0 auto;
}


.step-jobs h2{
  text-align: right;
  font-size: 2em;
  padding-bottom: 25px;
  line-height: .9em;
}



.step-jobs.is-active .card-bg{
  /* border-right-color: #01080D; */
  background-color: rgba(17, 17, 17, 0.75);
  /* z-index:10; */
  /* opacity: 100%; */
  /* height: 250px; */
  
  /* color: white; */
  /* padding-right: 25px; */
}

.step-jobs.is-active p {
  color: white;
  opacity: 100%;
  /* z-index: 20; */
}

/* p{
  text-align: justify;
  margin-bottom: 25px;
}
p strong{
  font-weight: 700;
}
ul{
  margin-bottom: 25px;
} */

.step-jobs p{
  font-size: .9em;
  color:#111;
  opacity: 0.5;
}

p.seperator{
  text-align: center;
  font-weight: 700;
  font-size: 1em;
  margin: 50px 0;
  border-bottom: 2px solid #8C8274;
}
p span.label{
  font-weight: 700;
}




.axis path, .axis line {
  color: rgb(162, 162, 162);
  stroke: rgb(162, 162, 162);
}
.axis text{
  fill: rgb(162, 162, 162);
}
/* a{
  color: #45C2B1;
  
} */



.line {
  fill: none;
  stroke: #45C2B1;
  stroke-width: 2;
  }

.x-axis {
  color: rgb(162, 162, 162);
  stroke-width: 0.25;
}

.label {
  fill: rgb(162, 162, 162);
  font-size: 75%;
  font-style: italic;
}

.source {
  fill: rgb(162, 162, 162);
  font-size: 55%;
}

.y-axis .domain {
  stroke: none;
}


.y-axis {
  /* color: #a8a8a8; */
  stroke-width: 0.25;
  color: rgb(162, 162, 162);
}


.annotation {
  fill: #111;
  font-size: 75%;
}

#text-2, #text-1 {
  transform: translate(35px, 3px);

}
#text-3 {
  transform: translate(33px, -5px);

}   
#text-4 {
  transform: translate(33px, 10px);

}
#text-5 {
  transform: translate(-200px, -8px);

}
#text-6 {
  transform: translate(-140px, -10px);

}




@media (max-width: 480px) {

  #scrolly {
     /* position: relative;  */
     margin: auto;
     /* background-color: #111; */
     z-index: -1000;
  }

  article {
      position: relative;
      padding: 0 1rem;
      margin: 0 auto;
      width: 100%;
  }

  figure {
      width: 90vw;
      height: 100vh;
      position: sticky;
  }

  #chartDiv{
      /* background-color: #111; */
      width: 100%;
      height: 100%;
      vertical-align: middle;
      margin: 0 auto;
      /* float: right; */
  }

  .step-jobs {
      /* margin: 2rem auto 4rem auto; */
      margin-left: auto;
      margin-right: auto;
      /* background-color: #3b3b3b; */
      color: #fff;
      opacity: 100%;
  }

  .step-jobs.is-active {
      /* background-color: goldenrod; */
      color: #3b3b3b;
      opacity: 100%;
  }
  .step-jobs.is-active .card-bg{
      background-color: rgba(17, 17, 17, 0.85);
  }

  .step-jobs p {
      text-align: left;
      padding: 1rem;
      font-size: 1rem;
  }

  svg {
      width: 100%;
      height: 100%;
  }

  #text-2, #text-1 {
      transform: translate(40px, 3px);

  }
  #text-3 {
      transform: translate(35px, -5px);

  }   
  #text-4 {
      transform: translate(35px, 15px);

  }
  #text-5 {
      transform: translate(-200px, -3px);

  }
  #text-6 {
      transform: translate(-150px, -5px);

  }


}

@media (min-width: 481) and (max-width: 768px) {

  #scrolly {
     /* position: relative;  */
     margin: auto;
  }

  article {
      position: relative;
      padding: 0 1rem;
      margin: 0 auto;
      width: 100%;
  }

  figure {
      width: 100%;
      height: 100%;
      position: sticky;
  }

  #chartDiv{
      /* background-color: #111; */
      vertical-align: middle;
      margin: 0 auto;
  }

  .step-jobs {
      /* margin: 2rem auto 4rem auto; */
      margin-left: auto;
      margin-right: auto;
      /* background-color: #3b3b3b; */
      color: #fff;
      opacity: 100%;
  }

  .step-jobs.is-active {
      /* background-color: goldenrod; */
      color: #3b3b3b;
      opacity: 100%;
  }

  .step-jobs.is-active .card-bg{
      background-color: rgba(17, 17, 17, 0.85);
  }

  .step-jobs p {
      text-align: left;
      padding: 1rem;
      font-size: 1.5rem;
  }

  svg {
      width: 100%;
      height: 100%;
  }


}

@media (min-width: 769px){
  #chartDiv {
      /* float: right; */
      /* background-color: #111; */
      width: 736px;
      margin: 0 auto;
  }

  svg {
    margin: 0 auto;
  }

  #scrolly {
    padding-bottom: 100px;
  }
}




/****************
IMAGES
*****************/

.img-shadow {
  box-shadow: -1rem -1rem rgb(2 77 46 / 0.5);
}

figcaption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

/****************
AUDIO PLAYER
https://css-tricks.com/lets-create-a-custom-audio-player/
*****************/

.audio-container .transcript {
  margin-top: 1rem;
  margin-right: 0px;
  height: 3rem;
  cursor: pointer;
  overflow-y: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(149 72 33 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .audio-container .transcript {
    margin-top: 2.5rem;
    margin-right: 1.5rem;
    height: 3.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.audio-container .transcript.open {
  margin-top: 2.5rem;
  margin-right: 1.5rem;
  height: 24rem;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(149 72 33 / var(--tw-text-opacity));
}

.audio-container .transcript .transcript-hed {
  text-transform: uppercase;
  font-family: 'HelveticaNeueCond', sans-serif;
  font-stretch: condensed;
}

.audio-player-container button {
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.audio-player-container path {
  stroke: #ffffffd0;
  stroke-width: 5;
}

.audio-player-container #mute-icon path {
  stroke: #ed7525;
  stroke-width: 2;
}

.audio-player-container #volume-slider::-webkit-slider-runnable-track {
  background: #ed7525e9;
}

.audio-player-container #volume-slider::-moz-range-track {
  background: #ed7525e9;
}

.audio-player-container #volume-slider::-ms-fill-upper {
  background: #ed7525e9;
}

.audio-player-container #volume-slider::before {
  width: var(--volume-before-width);
}

.audio-player-container input[type="range"] {
  -webkit-appearance: none;
}

.audio-player-container input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: linear-gradient(to right, #ed7525e9 var(--buffered-width), #ed752549 var(--buffered-width));
}

.audio-player-container input[type="range"]::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: var(--seek-before-width);
  height: 3px;
  background-color: #ed7525e9;
  cursor: pointer;
}

.audio-player-container input[type="range"]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  box-sizing: content-box;
  border: 1px solid #ed7525e9;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  margin: -7px 0 0 0;
}

.audio-player-container input[type="range"]:active::-webkit-slider-thumb {
  transform: scale(1.2);
  background: #ed7525e9;
}

.audio-player-container input[type="range"]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: linear-gradient(to right, #ed7525e9 var(--buffered-width), #ed752549 var(--buffered-width));
}

.audio-player-container input[type="range"]::-moz-range-progress {
  background-color: #ed7525e9;
}

.audio-player-container input[type="range"]::-moz-focus-outer {
  border: 0;
}

.audio-player-container input[type="range"]::-moz-range-thumb {
  box-sizing: content-box;
  border: 1px solid #ed7525e9;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.audio-player-container input[type="range"]:active::-moz-range-thumb {
  transform: scale(1.2);
  background: #ed7525e9;
}

.audio-player-container input[type="range"]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border: solid transparent;
  color: transparent;
}

.audio-player-container input[type="range"]::-ms-fill-lower {
  background-color: #ed7525e9;
}

.audio-player-container input[type="range"]::-ms-fill-upper {
  background: linear-gradient(to right, #ed7525e9 var(--buffered-width), #ed752549 var(--buffered-width));
}

.audio-player-container input[type="range"]::-ms-thumb {
  box-sizing: content-box;
  border: 1px solid #ed7525e9;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.audio-player-container input[type="range"]:active::-ms-thumb {
  transform: scale(1.2);
  background: #ed7525e9;
}

/****************
FOOTER
*****************/

footer {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.footer-socials {
  flex-direction: column;
  font-size: 0.75rem;
  line-height: 1rem;
}

.footer-socials div {
  padding: 0.5rem;
}

.footer-socials a {
  display: flex;
  font-size: 0.75rem;
  line-height: 1rem;
  text-decoration-line: none;
}

.footer-socials span {
  padding-right: 0.5rem;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.top-0 {
  top: 0px;
}

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

.float-left {
  float: left;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

.mb-28 {
  margin-bottom: 7rem;
}

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

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

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

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

.ml-0 {
  margin-left: 0px;
}

.mr-10 {
  margin-right: 2.5rem;
}

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

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

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

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

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

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

.mt-6 {
  margin-top: 1.5rem;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-96 {
  height: 24rem;
}

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

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

.w-14 {
  width: 3.5rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-6 {
  width: 1.5rem;
}

.w-9 {
  width: 2.25rem;
}

.w-full {
  width: 100%;
}

.min-w-6 {
  min-width: 1.5rem;
}

.max-w-72 {
  max-width: 18rem;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

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

.grow {
  flex-grow: 1;
}

.basis-0 {
  flex-basis: 0px;
}

.resize {
  resize: both;
}

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

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

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

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-afro-teal {
  --tw-border-opacity: 1;
  border-color: rgb(69 194 177 / var(--tw-border-opacity));
}

.border-rust {
  --tw-border-opacity: 1;
  border-color: #024D2E;
}

.border-t-afro-teal {
  --tw-border-opacity: 1;
  border-top-color: rgb(69 194 177 / var(--tw-border-opacity));
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-magic {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}

.bg-pale {
  --tw-bg-opacity: 1;
  background-color: #AAAAAA;
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}

.bg-rust {
  --tw-bg-opacity: 1;
  background-color: #024D2E;
  /* background-color: rgb(149 72 33 / var(--tw-bg-opacity)); */
}

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

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

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

.from-dirty-naranja {
  --tw-gradient-from: #C97332 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 115 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-naranja {
  --tw-gradient-from: #ED7625 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 118 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-unapologetic {
  --tw-gradient-from: #024D2E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 118 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-40\% {
  --tw-gradient-from-position: 40%;
}

.to-dirty-naranja {
  --tw-gradient-to: #C97332 var(--tw-gradient-to-position);
}

.to-title-green {
  --tw-gradient-to: #006271 var(--tw-gradient-to-position);
}

.to-bg {
  --tw-gradient-to: #ebebeb var(--tw-gradient-to-position);
}

.to-unapologetic {
  --tw-gradient-to: #024d2e var(--tw-gradient-to-position);
}

.to-80\% {
  --tw-gradient-to-position: 80%;
}

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

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

.object-\[45\%_5\%\] {
  -o-object-position: 45% 5%;
     object-position: 45% 5%;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

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

.pl-1 {
  padding-left: 0.25rem;
}

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

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

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

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

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

.pt-2 {
  padding-top: 0.5rem;
}

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

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

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

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

.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-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.text-afro-teal {
  --tw-text-opacity: 1;
  color: rgb(69 194 177 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-dark-gray {
  --tw-text-opacity: 1;
  color: #AAAAAA;
}

.text-magic {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.text-rust {
  --tw-text-opacity: 1;
  color: rgb(149 72 33 / var(--tw-text-opacity));
}

.text-unapologetic {
  --tw-text-opacity: 1;
  color: rgb(2 77 46 / var(--tw-text-opacity));
}

.text-bg {
  --tw-text-opacity: 1;
  color: #ebebeb;
}

.text-transparent {
  color: transparent;
}

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

.opacity-0 {
  opacity: 0;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.font-condensed {
  font-family: 'HelveticaNeueCond', sans-serif;
  font-stretch: condensed;
}

.hover\:bg-naranja:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 118 37 / var(--tw-bg-opacity));
}

.focus\:bg-naranja:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(237 118 37 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

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

  .md\:w-1\/4 {
    width: 25%;
  }

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

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

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .md\:visible {
    visibility: visible;
  }
}

@media (min-width: 1024px) {
  .lg\:visible {
    visibility: visible;
  }

  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:text-9xl {
    font-size: 7rem;
    line-height: 1;
  }
}

.\[\&\>svg\]\:h-4>svg {
  height: 1rem;
}

.\[\&\>svg\]\:h-5>svg {
  height: 1.25rem;
}

.\[\&\>svg\]\:h-6>svg {
  height: 1.5rem;
}

.\[\&\>svg\]\:w-4>svg {
  width: 1rem;
}

.\[\&\>svg\]\:w-5>svg {
  width: 1.25rem;
}

.\[\&\>svg\]\:w-6>svg {
  width: 1.5rem;
}








