@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Kameron:wght@400..700&display=swap');

/*
! tailwindcss v3.3.5 | 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: currentColor;
  /* 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: Inter, 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: INTERNAL_JB, 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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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;
}

/*
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;
}

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

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.bottom-5{
  bottom: 1.25rem;
}

.bottom-7{
  bottom: 1.75rem;
}

.left-0{
  left: 0px;
}

.left-2{
  left: 0.5rem;
}

.top-0{
  top: 0px;
}

.top-2{
  top: 0.5rem;
}

.top-\[6\.75rem\]{
  top: 6.75rem;
}

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

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

.mt-11{
  margin-top: 2.75rem;
}

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

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

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.h-11{
  height: 2.75rem;
}

.h-2{
  height: 0.5rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-5{
  height: 1.25rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.min-h-\[100dvh\]{
  min-height: 100dvh;
}

.min-h-fit{
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.w-11{
  width: 2.75rem;
}

.w-5{
  width: 1.25rem;
}

.w-9{
  width: 2.25rem;
}

.w-96{
  width: 24rem;
}

.w-\[calc\(100\%-3\.25rem\+0\.125rem\)\]{
  width: calc(100% - 3.25rem + 0.125rem);
}

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

.w-full{
  width: 100%;
}

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

.shrink{
  flex-shrink: 1;
}

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

.grow{
  flex-grow: 1;
}

.-translate-y-\[0\.0625rem\]{
  --tw-translate-y: -0.0625rem;
  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-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.grid-cols-\[repeat\(auto-fit\2c 88px\)\]{
  grid-template-columns: repeat(auto-fit,88px);
}

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

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

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-\[0\.85rem\]{
  gap: 0.85rem;
}

.overflow-auto{
  overflow: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

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

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

.border-\[0\.25rem\]{
  border-width: 0.25rem;
}

.border-\[3px\]{
  border-width: 3px;
}

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

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

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

.border-blue{
  --tw-border-opacity: 1;
  border-color: rgb(0 122 255 / var(--tw-border-opacity));
}

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

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 255 / var(--tw-bg-opacity));
}

.fill-blue{
  fill: rgb(0,122,255);
}

.p-6{
  padding: 1.5rem;
}

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

.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

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

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

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

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

.pt-6{
  padding-top: 1.5rem;
}

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

.align-text-top{
  vertical-align: text-top;
}

.font-sans{
  font-family: Inter, 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";
}

.\!font-semibold{
  font-weight: 600 !important;
}

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

.text-dark{
  --tw-text-opacity: 1;
  color: rgb(142 142 147 / var(--tw-text-opacity));
}

.text-gray{
  --tw-text-opacity: 1;
  color: rgb(242 242 247 / var(--tw-text-opacity));
}

.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{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[a-zA-Z\:\\-\\\.\]{
  a-z-a--z: \-\.;
}

@font-face {
  font-family: "INTERNAL_JB";

  src: url("/lib/JetBrainsMono-Regular.woff2") format("woff2");
}

.material-symbols-outlined {
  font-variation-settings:
            'FILL' 0,
            'wght' 400,
            'GRAD' 0,
            'opsz' 24
}

@keyframes load {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.load > * {
  animation-name: load;
  animation-delay: 150ms;
  animation-duration: 500ms;
  animation-fill-mode: both;
}

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

.tracking-headline{
  letter-spacing: 0em;
}

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

.headline{
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
}

@media (min-width: 1014px) {
  .headline{
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 1200px) {
  .headline{
    font-size: 8rem;
    line-height: 1;
  }
}

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

.tracking-header {
  letter-spacing: 0.002em;
}

.weight-header{
  font-weight: 500;
}

.header{
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.002em;
  font-weight: 500;
}

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

.tracking-subheader {
  letter-spacing: 0.008em;
}

.weight-subheader{
  font-weight: 500;
}

.subheader{
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: 0.008em;
  font-weight: 500;
}

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

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

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

.body{
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.025em;
  font-weight: 400;
}

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

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

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

.caption{
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: -0.05em;
}

.projects li:first-child{
  margin-top: 0px;
}

.projects li{
  margin-top: 2rem;
}

::-moz-selection {
  background: #28282B;
}

::selection {
  background: #28282B;
}

::-moz-selection {
  background: #28282B;
}

article ::-moz-selection {
  background: #4DA2FF;
}

article ::selection {
  background: #4DA2FF;
}

article ::-moz-selection {
  background: #4DA2FF;
}

article img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* need this b/c it's applied with js and tw doesnt like that */

.nooverflow {
  overflow: hidden;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.web1 {
  width: 88px;
  height: 31px;
}

.web1-w {
  width: 88px;
}

.web1-h {
  height: 31px;
}

.yfix {
  transform: translate(0px,-1.3px);
}

/* ===== Scrollbar CSS ===== */

@media not all and (pointer: none), (pointer: coarse) {
  /* Firefox */

  * {
    scrollbar-width: auto;
    scrollbar-color: #28282B rgb(28,28,30);
  }

  /* Chrome, Edge, and Safari */

  *::-webkit-scrollbar {
    width: 1rem;
  }

  *::-webkit-scrollbar-track {
    background: rgb(28,28,30);
  }

  *::-webkit-scrollbar-thumb {
    background-color: #28282B;
    border-radius: 9999px;
    border: 0.25rem solid rgb(28,28,30);
  }

  /* Firefox */

  .blue-scroller {
    scrollbar-width: auto;
    scrollbar-color: #4DA2FF rgb(0,122,255);
  }

  /* Chrome, Edge, and Safari */

  .blue-scroller::-webkit-scrollbar {
    width: 1rem;
  }

  .blue-scroller::-webkit-scrollbar-track {
    background: rgb(0,122,255);
  }

  .blue-scroller::-webkit-scrollbar-thumb {
    background-color: #4DA2FF;
    border-radius: 9999px;
    border: 0.25rem solid rgb(0,122,255);
  }
}

/* SCROLLBAR END */

:root {
  font-size: 10px !important;
}

@media (min-width: 320px) {
  :root {
    font-size: 10px !important;
  }
}

@media (min-width: 332px) {
  :root {
    font-size: 11px !important;
  }
}

@media (min-width: 360px) {
  :root {
    font-size: 12px !important;
  }
}

@media (min-width: 416px) {
  :root {
    font-size: 14px !important;
  }

  .yfix {
    transform: translate(0px, -2.66px);
  }
}

@media (min-width: 480px) {
  :root {
    font-size: 16px !important;
  }
}

@media (min-width: 650px) {
  :root {
    font-size: 16px !important;
  }
}

@media (min-width: 814px) {
  :root {
    font-size: 16px !important;
  }
}

@media (min-width: 1014px) {
  :root {
    font-size: 16px !important;
  }

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

@media (min-width: 1200px) {
  :root {
    font-size: 16px !important;
  }

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

@media (min-width: 1634px) {
  :root {
    font-size: 14px !important;
  }
}

@media (min-width: 1920px) {
  :root {
    font-size: 16px !important;
  }
}

@media (min-width: 2300px) {
  :root {
    font-size: 18px !important;
  }
}

@media (min-width: 3840px) {
  :root {
    font-size: 32px !important;
  }
}

.hover-focus\:bg-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 255 / var(--tw-bg-opacity));
}

.hover-focus\:bg-blue:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover-focus\:bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 247 / var(--tw-bg-opacity));
}

.group:hover .group-hover-focus\:fill-gray{
  fill: rgb(242,242,247);
}

.group:hover .group-hover-focus\:text-blue{
  --tw-text-opacity: 1;
  color: rgb(0 122 255 / var(--tw-text-opacity));
}

.group:hover .group-hover-focus\:text-gray{
  --tw-text-opacity: 1;
  color: rgb(242 242 247 / var(--tw-text-opacity));
}

.group:focus .group-hover-focus\:bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 247 / var(--tw-bg-opacity));
}

.group:focus .group-hover-focus\:fill-gray{
  fill: rgb(242,242,247);
}

.group:focus .group-hover-focus\:text-blue{
  --tw-text-opacity: 1;
  color: rgb(0 122 255 / var(--tw-text-opacity));
}

.group:focus .group-hover-focus\:text-gray{
  --tw-text-opacity: 1;
  color: rgb(242 242 247 / var(--tw-text-opacity));
}

@media (min-width: 320px){
  .xxxxxxxs\:block{
    display: block;
  }

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

@media (min-width: 650px){
  .xxs\:h-24{
    height: 6rem;
  }

  .xxs\:border-4{
    border-width: 4px;
  }

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

  .xxs\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 814px){
  .xs\:hidden{
    display: none;
  }

  .xs\:justify-normal{
    justify-content: normal;
  }

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

  .xs\:gap-8{
    gap: 2rem;
  }

  .xs\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

@media (min-width: 1014px){
  .sm\:gap-11{
    gap: 2.75rem;
  }

  .sm\:pt-11{
    padding-top: 2.75rem;
  }

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

  .sm\:pt-14{
    padding-top: 3.5rem;
  }
}

@media (min-width: 1200px){
  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:\!w-\[60\.05rem\]{
    width: 60.05rem !important;
  }

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

  .md\:pt-16{
    padding-top: 4rem;
  }
}

@media (min-width: 1634px){
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:w-32{
    width: 8rem;
  }

  .lg\:w-full{
    width: 100%;
  }

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

  .lg\:border-b-4{
    border-bottom-width: 4px;
  }

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

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

@media (min-width: 2300px){
  .xxl\:max-w-\[1948px\]{
    max-width: 1948px;
  }
}

@media (min-width: 3840px){
  .xxxl\:max-w-\[3696px\]{
    max-width: 3696px;
  }
}
