*,
:after,
:before {
    --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: rgba(59, 130, 246, .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: ;
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

:after,
:before {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth
}

body {
    margin: 0;
    line-height: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button {

    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    text-transform: none;
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

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

img,
svg {
    display: block;
    vertical-align: middle
}

img {
    max-width: 100%
}

:root {
    --background: 0 0% 100%;
    --foreground: 0 0% 3.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 0 0% 3.9%;
    --primary: 189 95% 60%;
    --muted: 0 0% 96.1%;
    --muted-foreground: 0 0% 45.1%;
    --border: 0 0% 89.8%;
    --ring: 189 95% 60%;
    --radius: 0.5rem
}

.dark {
    --background: 207 15% 5%;
    --foreground: 0 0% 98%;
    --popover: 0 0% 3.9%;
    --popover-foreground: 0 0% 98%;
    --primary: 189 95% 60%;
    --muted: 0 0% 14.9%;
    --muted-foreground: 0 0% 63.9%;
    --border: 0 0% 14.9%;
    --ring: 189 95% 60%
}

* {
    border-color: hsl(var(--border))
}

body {
    background-color: hsl(var(--background));
    color: hsl(var(--foreground));
    transition-property: color, background-color, border-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.pointer-events-none {
    pointer-events: none
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    inset: 0
}

.bottom-0 {
    bottom: 0
}

.bottom-20 {
    bottom: 5rem
}

.bottom-3 {
    bottom: .75rem
}

.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.top-32 {
    top: 8rem
}

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

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

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

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

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

.mb-1 {
    margin-bottom: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

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

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

.ml-1 {
    margin-left: .25rem
}

.mt-3 {
    margin-top: .75rem
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.hidden {
    display: none
}

.h-10 {
    height: 2.5rem
}

.h-3\.5 {
    height: .875rem
}

.h-4 {
    height: 1rem
}

.h-4\/5 {
    height: 80%
}

.h-5 {
    height: 1.25rem
}

.h-\[68px\] {
    height: 68px
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-px {
    height: 1px
}

.min-h-screen {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh
}

@supports (-webkit-touch-callout: none) {
    html {
        min-height: -webkit-fill-available
    }

    .min-h-screen {
        min-height: -webkit-fill-available
    }
}

@supports (height: 100dvh) {
    .min-h-screen {
        min-height: 100dvh
    }
}

.w-10 {
    width: 2.5rem
}

.w-3\.5 {
    width: .875rem
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-\[160\%\] {
    width: 160%
}

.w-full {
    width: 100%
}

.w-px {
    width: 1px
}

.min-w-\[8rem\] {
    min-width: 8rem
}

.max-w-5xl {
    max-width: 64rem
}

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

.max-w-none {
    max-width: none
}

.max-w-prose {
    max-width: 65ch
}

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

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-x-1\/2,
.translate-y-\[25\%\] {
    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))
}

.translate-y-\[25\%\] {
    --tw-translate-y: 25%
}

.cursor-pointer {
    cursor: pointer
}

.flex-col {
    flex-direction: column
}

.items-center {
    align-items: center
}

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

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

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

.gap-1 {
    gap: .25rem
}

.gap-2 {
    gap: .5rem
}

.gap-4 {
    gap: 1rem
}

.space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)))
}

.overflow-hidden {
    overflow: hidden
}

.whitespace-nowrap {
    white-space: nowrap
}

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

.rounded-lg {
    border-radius: var(--radius)
}

.rounded-md {
    border-radius: calc(var(--radius) - 2px)
}

.rounded-sm {
    border-radius: calc(var(--radius) - 4px)
}

.rounded-xl {
    border-radius: .75rem
}

.border {
    border-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-border\/30 {
    border-color: hsl(var(--border)/.3)
}

.border-border\/50 {
    border-color: hsl(var(--border)/.5)
}

.border-white\/20 {
    border-color: hsla(0, 0%, 100%, .2)
}

.border-white\/30 {
    border-color: hsla(0, 0%, 100%, .3)
}

.bg-background\/90 {
    background-color: hsl(var(--background)/.9)
}

.bg-background\/95 {
    background-color: hsl(var(--background)/.95)
}

.bg-muted {
    background-color: hsl(var(--muted))
}

.bg-popover {
    background-color: hsl(var(--popover))
}

.bg-white\/60 {
    background-color: hsla(0, 0%, 100%, .6)
}

.bg-white\/80 {
    background-color: hsla(0, 0%, 100%, .8)
}

.bg-yellow-300\/20 {
    background-color: rgba(253, 224, 71, .2)
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.from-transparent {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.to-white {
    --tw-gradient-to: #fff var(--tw-gradient-to-position)
}

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

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-10 {
    padding: 2.5rem
}

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

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

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

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

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

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

.py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem
}

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

.py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem
}

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

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

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

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

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

.pt-3 {
    padding-top: .75rem
}

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

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

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

.text-center {
    text-align: center
}

.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-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.tracking-wider {
    letter-spacing: .05em
}

.text-foreground\/80 {
    color: hsl(var(--foreground)/.8)
}

.text-muted-foreground {
    color: hsl(var(--muted-foreground))
}

.text-slate-400 {
    --tw-text-opacity: 1;
    color: rgb(148 163 184)
}

.text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139)
}

.text-slate-600 {
    --tw-text-opacity: 1;
    color: rgb(71 85 105)
}

.text-slate-700 {
    --tw-text-opacity: 1;
    color: rgb(51 65 85)
}

.text-slate-900 {
    --tw-text-opacity: 1;
    color: rgb(15 23 42)
}

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

.text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14)
}

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

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

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

.backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    backdrop-filter: var(--tw-backdrop-blur)
}

.backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
    backdrop-filter: var(--tw-backdrop-blur)
}

.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
    backdrop-filter: var(--tw-backdrop-blur)
}

.backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
    backdrop-filter: var(--tw-backdrop-blur)
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: color, background-color, border-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.duration-200 {
    transition-duration: .2s;
    animation-duration: .2s
}

.duration-500 {
    transition-duration: .5s;
    animation-duration: .5s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    animation-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@supports (backdrop-filter:var(--tw)) {
    .supports-\[backdrop-filter\]\:bg-background\/90 {
        background-color: hsl(var(--background)/.9)
    }
}

.dark\:bg-black\/20:is(.dark *) {
    background-color: rgba(0, 0, 0, .2)
}

.dark\:bg-black\/60:is(.dark *) {
    background-color: rgba(0, 0, 0, .6)
}

.dark\:bg-white\/20:is(.dark *) {
    background-color: hsla(0, 0%, 100%, .2)
}

.dark\:bg-yellow-300\/25:is(.dark *) {
    background-color: rgba(253, 224, 71, .25)
}

.dark\:to-\[hsl\(207_15\%_5\%\)\]:is(.dark *) {
    --tw-gradient-to: #0b0d0f var(--tw-gradient-to-position)
}

.dark\:text-slate-100:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(241 245 249)
}

.dark\:text-slate-300:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(203 213 225)
}

.dark\:text-slate-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(148 163 184)
}

.dark\:text-slate-900:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(15 23 42)
}

.dark\:text-white:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255)
}

.dark\:text-yellow-200:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(254 240 138)
}

.dark\:hover\:bg-primary\/10:hover:is(.dark *) {
    background-color: hsl(var(--primary)/.1)
}

.dark\:hover\:bg-white\/20:hover:is(.dark *) {
    background-color: hsla(0, 0%, 100%, .2)
}

.dark\:hover\:bg-white\/30:hover:is(.dark *) {
    background-color: hsla(0, 0%, 100%, .3)
}

.dark\:hover\:bg-yellow-300\/35:hover:is(.dark *) {
    background-color: rgba(253, 224, 71, .35)
}

.dark\:hover\:text-primary:hover:is(.dark *) {
    color: hsl(var(--primary))
}

.dark\:hover\:text-white:hover:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255)
}

@media (min-width:640px) {
    .sm\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media (min-width:768px) {
    .md\:top-\[8dvh\] {
        top: 8dvh
    }

    .md\:w-\[120\%\] {
        width: 120%
    }

    .md\:translate-y-\[20\%\] {
        --tw-translate-y: 20%
    }

    .md\:-rotate-\[15deg\],
    .md\:translate-y-\[20\%\] {
        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))
    }

    .md\:-rotate-\[15deg\] {
        --tw-rotate: -15deg
    }

    .md\:pt-48 {
        padding-top: 12rem
    }

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

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

@media (min-width:1024px) {
    .lg\:top-\[32dvh\] {
        top: 32dvh
    }

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

    .lg\:translate-y-\[5\%\] {
        --tw-translate-y: -13%
    }

    .lg\:-rotate-\[10deg\],
    .lg\:translate-y-\[5\%\] {
        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))
    }

    .lg\:-rotate-\[10deg\] {
        --tw-rotate: -10deg
    }

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

    .lg\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

.hover\:bg-black\/10:hover {
    background-color: rgba(0, 0, 0, .1)
}

.hover\:bg-primary\/5:hover {
    background-color: hsl(var(--primary)/.05)
}

.hover\:bg-yellow-300\/30:hover {
    background-color: rgba(253, 224, 71, .3)
}

.hover\:text-cyan-500:hover {
    --tw-text-opacity: 1;
    color: rgb(6 182 212)
}

.hover\:text-foreground:hover {
    color: hsl(var(--foreground))
}

.hover\:text-primary:hover {
    color: hsl(var(--primary))
}

.hover\:text-slate-900:hover {
    --tw-text-opacity: 1;
    color: rgb(15 23 42)
}

.hover\:text-teal-500:hover {
    --tw-text-opacity: 1;
    color: rgb(20 184 166)
}

.hover\:opacity-80:hover {
    opacity: .8
}

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

.active\:scale-95:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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))
}

.disabled\:pointer-events-none:disabled {
    pointer-events: none
}

.disabled\:opacity-50:disabled {
    opacity: .5
}

.character-layer {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.silhouette {
    background-repeat: no-repeat;
    -webkit-mask-image: url(misaka.png);
    mask-image: url(misaka.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center
}

img[src$="misaka.png"] {
    filter: invert(0);
    transition: filter 0.3s ease
}

.dark img[src$="misaka.png"] {
    filter: invert(1)
}

.ring-offset-background {
    --tw-ring-offset-color: hsl(var(--background))
}

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

.focus-visible\:ring-2:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-visible\:ring-ring:focus-visible {
    --tw-ring-color: hsl(var(--ring))
}

.focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px
}

.hover\:text-slate-900:hover {
    --tw-text-opacity: 1;
    color: rgb(15 23 42)
}

.dark\:hover\:text-white:hover:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255)
}

.grid {
    display: grid;
}

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

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

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

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

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

.gap-3 {
    gap: 0.75rem;
}

.gap-6 {
    gap: 1.5rem;
}

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

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

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

.rounded-2xl {
    border-radius: 1rem;
}

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

.bg-white\/20 {
    background-color: hsla(0, 0%, 100%, 0.2);
}

.hover\:bg-white\/30:hover {
    background-color: hsla(0, 0%, 100%, 0.3);
}

.dark\:hover\:bg-black\/30:hover:is(.dark *) {
    background-color: rgba(0, 0, 0, 0.3);
}

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

.max-w-3xl {
    max-width: 48rem;
}

.gap-8 {
    gap: 2rem;
}

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

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.about-section {
    position: relative;
    isolation: isolate;
    overflow-x: hidden
}

@supports (overflow: clip) {
    .about-section {
        overflow-x: clip
    }
}

.about-content {
    position: relative;
    z-index: 10
}

.about-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none
}

.contact-grid>div {
    min-width: 0;
    align-items: flex-start
}

.contact-grid>div>div {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word
}

.contact-grid a,
.contact-grid .font-medium {
    overflow-wrap: anywhere;
    word-break: break-word
}

@media (max-width:767px) {
    .about-content {
        justify-content: flex-start;
        padding-bottom: 7rem
    }

    .contact-grid>div {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }

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

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