/*
! tailwindcss v3.2.4 | 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.
*/

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

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

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

  src: url('/assets/fonts/AvenirLTStd-Book.eot#iefix') format('embedded-opentype'),
            url('/assets/fonts/AvenirLTStd-Book.otf') format('OpenType');
}

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

  src: url('/assets/fonts/AvenirLTStd-Roman.eot#iefix') format('embedded-opentype'),
            url('/assets/fonts/AvenirLTStd-Roman.otf') format('OpenType');
}

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

  src: url('/assets/fonts/AvenirLTStd-Black.eot#iefix') format('embedded-opentype'),
            url('/assets/fonts/AvenirLTStd-Black.otf') format('OpenType');
}

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

  src: url('/assets/fonts/Prisma.eot#iefix') format('embedded-opentype'), url('/assets/fonts/Prisma.ttf') format('TrueType'), url('/assets/fonts/Prisma.otf') format('OpenType'), url('/assets/fonts/Prisma.woff2') format('Woff2');
}

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

.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: 1350px) {
  .container {
    max-width: 1350px;
  }
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

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

.left-\[63\%\] {
  left: 63%;
}

.top-\[2\.25rem\] {
  top: 2.25rem;
}

.left-\[3\%\] {
  left: 3%;
}

.left-\[5\.5\%\] {
  left: 5.5%;
}

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

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.-left-80 {
  left: -20rem;
}

.left-0 {
  left: 0px;
}

.top-96 {
  top: 24rem;
}

.left-24 {
  left: 6rem;
}

.top-10 {
  top: 2.5rem;
}

.left-6 {
  left: 1.5rem;
}

.right-0 {
  right: 0px;
}

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

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

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

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

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

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

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

.col-span-full {
  grid-column: 1 / -1;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-end-3 {
  grid-column-end: 3;
}

.row-span-full {
  grid-row: 1 / -1;
}

.m-auto {
  margin: auto;
}

.m-4 {
  margin: 1rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-0 {
  margin: 0px;
}

.m-14 {
  margin: 3.5rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-8 {
  margin: 2rem;
}

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

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

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

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

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

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

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

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

.ml-\[32\%\] {
  margin-left: 32%;
}

.ml-\[24\%\] {
  margin-left: 24%;
}

.mr-\[24\%\] {
  margin-right: 24%;
}

.mr-\[32\%\] {
  margin-right: 32%;
}

.-mt-\[10\%\] {
  margin-top: -10%;
}

.mt-auto {
  margin-top: auto;
}

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

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

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

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

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

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

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

.mt-\[10\%\] {
  margin-top: 10%;
}

.-mt-\[8\%\] {
  margin-top: -8%;
}

.-mb-\[0\.7rem\] {
  margin-bottom: -0.7rem;
}

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

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

.mt-28 {
  margin-top: 7rem;
}

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

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

.mt-36 {
  margin-top: 9rem;
}

.ml-4 {
  margin-left: 1rem;
}

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

.-mt-14 {
  margin-top: -3.5rem;
}

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

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

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

.hidden {
  display: none;
}

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

.h-screen {
  height: 100vh;
}

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

.h-full {
  height: 100%;
}

.h-36 {
  height: 9rem;
}

.h-3 {
  height: 0.75rem;
}

.h-10 {
  height: 2.5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-16 {
  height: 4rem;
}

.h-6 {
  height: 1.5rem;
}

.h-auto {
  height: auto;
}

.h-20 {
  height: 5rem;
}

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

.h-0 {
  height: 0px;
}

.h-7 {
  height: 1.75rem;
}

.h-2 {
  height: 0.5rem;
}

.max-h-full {
  max-height: 100%;
}

.w-full {
  width: 100%;
}

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

.w-10 {
  width: 2.5rem;
}

.w-\[40\%\] {
  width: 40%;
}

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

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

.w-36 {
  width: 9rem;
}

.w-3 {
  width: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

.w-auto {
  width: auto;
}

.w-6 {
  width: 1.5rem;
}

.w-px {
  width: 1px;
}

.w-8 {
  width: 2rem;
}

.w-96 {
  width: 24rem;
}

.w-7 {
  width: 1.75rem;
}

.w-20 {
  width: 5rem;
}

.w-1 {
  width: 0.25rem;
}

.min-w-full {
  min-width: 100%;
}

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

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

.max-w-xs {
  max-width: 20rem;
}

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

.max-w-\[70\%\] {
  max-width: 70%;
}

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

.max-w-\[61\%\] {
  max-width: 61%;
}

.max-w-\[80\%\] {
  max-width: 80%;
}

.max-w-\[90\%\] {
  max-width: 90%;
}

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

.max-w-\[85\%\] {
  max-width: 85%;
}

.max-w-\[13\%\] {
  max-width: 13%;
}

.max-w-\[97\%\] {
  max-width: 97%;
}

.max-w-\[95\%\] {
  max-width: 95%;
}

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

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

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

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

.max-w-md {
  max-width: 28rem;
}

.max-w-full {
  max-width: 100%;
}

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

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

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

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

.border-collapse {
  border-collapse: collapse;
}

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

@keyframes moveLeft {
  to {
    margin-left: -100%;
  }
}

.animate-moveLeft {
  animation: moveLeft 20s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-dense {
  grid-auto-flow: dense;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-stone-800 {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity));
}

.bg-darkPink {
  --tw-bg-opacity: 1;
  background-color: rgb(246 154 193 / var(--tw-bg-opacity));
}

.bg-accentRed {
  --tw-bg-opacity: 1;
  background-color: rgb(232 34 35 / var(--tw-bg-opacity));
}

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

.bg-accentGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(16 217 77 / var(--tw-bg-opacity));
}

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

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

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

.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}

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

.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}

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

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

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

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

.bg-none {
  background-image: none;
}

.from-green-50 {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-to: rgb(240 253 244 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50 {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-to: rgb(253 242 248 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-green-100 {
  --tw-gradient-to: #dcfce7;
}

.to-pink-100 {
  --tw-gradient-to: #fce7f3;
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.p-1 {
  padding: 0.25rem;
}

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

.p-10 {
  padding: 2.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-12 {
  padding: 3rem;
}

.\!p-4 {
  padding: 1rem !important;
}

.p-9 {
  padding: 2.25rem;
}

.p-0 {
  padding: 0px;
}

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

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

.py-\[6\%\] {
  padding-top: 6%;
  padding-bottom: 6%;
}

.px-\[8\%\] {
  padding-left: 8%;
  padding-right: 8%;
}

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

.py-\[2em\] {
  padding-top: 2em;
  padding-bottom: 2em;
}

.py-\[0\.7rem\] {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.py-\[0\.5em\] {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.px-\[1\.5em\] {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

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

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

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

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

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

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

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

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

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

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

.pl-\[17\%\] {
  padding-left: 17%;
}

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

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

.pb-20 {
  padding-bottom: 5rem;
}

.pr-\[7\%\] {
  padding-right: 7%;
}

.pl-\[7\%\] {
  padding-left: 7%;
}

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

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

.pt-9 {
  padding-top: 2.25rem;
}

.pt-\[8rem\] {
  padding-top: 8rem;
}

.pt-\[20\%\] {
  padding-top: 20%;
}

.pb-\[20\%\] {
  padding-bottom: 20%;
}

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

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

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

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

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

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

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

.pt-28 {
  padding-top: 7rem;
}

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

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

.pt-\[38px\] {
  padding-top: 38px;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pt-\[5\.5rem\] {
  padding-top: 5.5rem;
}

.pt-36 {
  padding-top: 9rem;
}

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

.pl-8 {
  padding-left: 2rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

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

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pt-44 {
  padding-top: 11rem;
}

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

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

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

.pl-3 {
  padding-left: 0.75rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

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

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

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

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

.pb-28 {
  padding-bottom: 7rem;
}

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

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

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

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

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

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

.font-avenir500 {
  font-family: AVENIR500, sans-serif;
}

.font-prisma {
  font-family: PRISMA;
}

.font-avenir400 {
  font-family: AVENIR400, sans-serif;
}

.font-avenir600 {
  font-family: AVENIR600, sans-serif;
}

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

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

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

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

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

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

.text-\[1\.85rem\] {
  font-size: 1.85rem;
}

.text-\[0\.9rem\] {
  font-size: 0.9rem;
}

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

.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-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.5rem\] {
  line-height: 1.5rem;
}

.leading-\[115\%\] {
  line-height: 115%;
}

.leading-\[2\.5em\] {
  line-height: 2.5em;
}

.leading-8 {
  line-height: 2rem;
}

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

.leading-10 {
  line-height: 2.5rem;
}

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

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-accentRed {
  --tw-text-opacity: 1;
  color: rgb(232 34 35 / var(--tw-text-opacity));
}

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

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

.text-accentGreen {
  --tw-text-opacity: 1;
  color: rgb(16 217 77 / var(--tw-text-opacity));
}

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

.text-darkPink {
  --tw-text-opacity: 1;
  color: rgb(246 154 193 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

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

.backdrop-filter {
  -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);
}

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

.duration-300 {
  transition-duration: 300ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.gradient {
  background-image: linear-gradient(to right, #FFFFFF 16%, #F69AC1 16%, #F69AC1 84%, #FFFFFF 84%, #FFFFFF)
}

@media (min-width: 1024px) {
  .gradient-home {
    background-image: linear-gradient(to right, #FFFFFF 73%, #F69AC1 73%, #F69AC1)
  }

  .gradient-about {
    background-image: linear-gradient(to right, #F69AC1 73%, #E82223 73%, #E82223)
  }

  .gradient-fasion {
    background-image: linear-gradient(to right, #FFFFFF 19%, #FFFFFF 19%, #FFFFFF)
  }
}

.fill {
  width: -webkit-fill-available;
}

.char {
  transition: color 3s 1s;
}

.char:hover,
.char:active {
  color: #f889b8;
  transition: color 0s;
}

#style-3 {
  scrollbar-width: thin;
}

#style-3::-webkit-scrollbar {
  /* width: 6px; */
  height: 10px;
  background-color: #F5F5F5;
  border-radius: 10px;
}

#style-3::-webkit-scrollbar-thumb {
  /* width: 6px; */
  height: 6px;
  border-radius: 10px;
  background-color: #E82223;
}

.style-4 {
  scrollbar-width: thin;
}

.style-4::-webkit-scrollbar {
  /* width: 6px; */
  height: 10px;
  background-color: #F5F5F5;
  border-radius: 10px;
}

.style-4::-webkit-scrollbar-thumb {
  /* width: 6px; */
  height: 6px;
  border-radius: 10px;
  background-color: #E82223;
}

/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

html {
  scroll-behavior: smooth;
}

body.loaded {
  overflow: visible;
}

body.nav-active {
  overflow: hidden;
}

/*-----------------------------------*\
  #REUSED STYLE
\*-----------------------------------*/

.title-sm:hover {
  color: #E82223;
}

.title-sm {
  font-weight: 400;
  font-size: 1rem;
}

@media (min-width: 1536px) {
  .title-sm {
    font-size: 1.2rem;
  }
}

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

/*-----------------------------------*\
  #nav-header
\*-----------------------------------*/

.nav-header .btn {
  display: none;
}

.nav-header {
  top: 0;
  left: 0;
  width: 100%;
  /* background-color: #f5f5f5; */
  /* box-shadow: 0 1px 6px 0 rgb(32 33 36 / 68%); */
  z-index: 10;
  margin-bottom: 20px;
  /* position: fixed; */
}

button {
  all: unset;
}

@keyframes nav-headerActive {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.nav-container {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  margin: auto;
  padding-block: 0.5rem;
  width: 95%;
}

@media (min-width: 1200px) {
  .nav-container {
    align-items: start;
    /* justify-content: flex-start; */
    max-width: 1920px;
    width: 95%;
  }
}

.nav-header,
.navbar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.nav-open-btn,
.nav-close-btn {
  font-size: 32px;
}

.nav-logo {
  cursor: pointer;
  font-size: 1.4rem;
  font-family: "Lora", serif;
  font-weight: 400;
}

@media (min-width: 720px) {
  .nav-logo {
    font-size: 2rem;
  }
}

.navbar {
  top: 0;
  left: -320px;
  max-width: 320px;
  width: 100%;
  background-color: #FFFFFF;
  height: 100vh;
  padding: 40px 16px;
  z-index: 2;
  transition: 0.25s cubic-bezier(0.51, 0.03, 0.64, 0.28);
  visibility: hidden;
}

@media (max-width: 1200px) {
  .navbar {
    position: fixed;
  }
}

@media (min-width: 1024px) {
  .navbar {
    all: unset;
    display: block;
  }
}

.navbar.active {
  transition: 0.5s cubic-bezier(0.51, 0.03, 0.64, 0.28);
  visibility: visible;
  transform: translateX(320px);
}

.navbar-top {
  -webkit-margin-after: 34px;
          margin-block-end: 34px;
}

.nav-close-btn ion-icon {
  --ionicon-stroke-width: 35px;
}

.navbar-item:not(:last-child) {
  -webkit-border-after: 1px solid hsla(0, 0%, 0%, 0.1);
          border-block-end: 1px solid hsla(0, 0%, 0%, 0.1);
}

.navbar-link {
  padding-block: 8px;
  transition: 0.25s ease;
}

.navbar-link:is(:hover, :focus-visible) {
  color: hsl(224, 53%, 10%);
}

.active-link {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 2px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: black;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
}

.overlay.active {
  opacity: 0.6;
  visibility: visible;
}

@media (min-width: 575px) {
  [class*="icon-"] {
    padding: 1.5rem;
    background-color: transparent;
    background-size: 2rem;
  }
}

/*-----------------------------------*\
  #MEDIA QUERIES
\*-----------------------------------*/

/**
 * responsive for large than 992px screen
 */

@media (min-width: 992px) {
  .overlay,
    .navbar-top,
    .nav-open-btn {
    display: none;
  }

  .navbar.active {
    all: unset;
    display: block;
  }

  .navbar-list {
    display: flex;
    gap: 8px;
  }

  .navbar-item:not(:last-child) {
    -webkit-border-after: none;
            border-block-end: none;
  }

  .navbar-link {
    padding: 8px 16px;
  }

  .nav-header .btn {
    display: block;
  }
}

/* responsive for large than 1200px screen */

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

.animation {
  animation: slideInFromLeft 1s ease-out;
}

/* @keyframes slideInFromRight {
    0% {
        transform: translateX(+100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

.animation-r {
    animation: slideInFromRight 1s ease-out;
} */

.blog-card {
  display: block;
  width: 100%;
}

.cursor {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
  overflow: hidden;
  border-radius: 100%;
  transition-property: transform, opacity, -webkit-backdrop-filter;
  transition-property: transform, opacity, backdrop-filter;
  transition-property: transform, opacity, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translate(-50%, -50%) scale(0.1);
  background: rgba(248, 137, 184, 0.54);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  width: 8.75rem;
  height: 8.75rem;
}

.cursor.blur {
  background-color: rgba(248, 137, 184, 0.78);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

@media (min-width: 768px) {
  .cursor {
    width: 10rem;
    height: 10rem;
    display: flex;
  }
}

@media (min-width: 1920px) {
  .cursor {
    width: 12.5rem;
    height: 12.5rem;
    font-size: 1.25rem;
  }
}

/* instagram feed */

#instafeed-container>a>img {
  max-width: 300px;
}

#instafeed-container>a {
  margin: auto;
}

.imgCard {
  height: 150px;
}

@media (min-width: 1024px) {
  .imgCard {
    height: 150px;
  }
}

@media (max-width: 1024px) {
  .shadow1 {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20);
  }
}

.lpImage{
  width: 750px;
}

.hover\:text-accentRed:hover {
  --tw-text-opacity: 1;
  color: rgb(232 34 35 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:-mt-\[5\%\] {
    margin-top: -5%;
  }

  .sm\:w-auto {
    width: auto;
  }

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

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

  .sm\:max-w-\[70\%\] {
    max-width: 70%;
  }

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

  .sm\:gap-20 {
    gap: 5rem;
  }

  .sm\:gap-24 {
    gap: 6rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

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

  .sm\:text-\[2\.25rem\] {
    font-size: 2.25rem;
  }

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

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

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

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

  .sm\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:max-w-full {
    max-width: 100%;
  }
}

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

  .lg\:relative {
    position: relative;
  }

  .lg\:top-\[18\%\] {
    top: 18%;
  }

  .lg\:left-\[7\.5rem\] {
    left: 7.5rem;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:m-0 {
    margin: 0px;
  }

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

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

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

  .lg\:-mt-\[7\.5rem\] {
    margin-top: -7.5rem;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:max-w-\[97\%\] {
    max-width: 97%;
  }

  .lg\:max-w-\[100\%\] {
    max-width: 100%;
  }

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

  .lg\:max-w-\[49\%\] {
    max-width: 49%;
  }

  .lg\:max-w-\[30\%\] {
    max-width: 30%;
  }

  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .lg\:max-w-\[85\%\] {
    max-width: 85%;
  }

  .lg\:max-w-\[59\%\] {
    max-width: 59%;
  }

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

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

  .lg\:max-w-\[35\%\] {
    max-width: 35%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .lg\:gap-4 {
    gap: 1rem;
  }

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

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-\[66px\] {
    padding: 66px;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .lg\:pt-20 {
    padding-top: 5rem;
  }

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

  .lg\:pt-24 {
    padding-top: 6rem;
  }

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

  .lg\:pl-8 {
    padding-left: 2rem;
  }

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

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

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

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

  .lg\:leading-\[2\.5rem\] {
    line-height: 2.5rem;
  }

  .lg\:-tracking-\[0\.2em\] {
    letter-spacing: -0.2em;
  }
}

@media (min-width: 1280px) {
  .xl\:left-\[6\%\] {
    left: 6%;
  }

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

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-5 {
    gap: 1.25rem;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

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

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

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

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

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

@media (min-width: 1350px) {
  .postxl\:text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:gap-14 {
    gap: 3.5rem;
  }

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

  .\32xl\:text-\[3\.2rem\] {
    font-size: 3.2rem;
  }

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