/* =============================================================================
   FONTS
   ============================================================================= */

@import url("https://fonts.googleapis.com/css?family=Heebo:700,900|Open+Sans:400,400i,600,600i");

@font-face {
    font-family: "ABCGintoNord";
    font-weight: 300;
    font-style: normal;
    src: url("/fonts/ABCGintoNord-Light.woff2") format("woff2"),
        url("/fonts/ABCGintoNord-Light.woff") format("woff");
}

@font-face {
    font-family: "ABCGintoNord";
    font-weight: 700;
    font-style: normal;
    src: url("/fonts/ABCGintoNord-Bold.woff2") format("woff2"),
        url("/fonts/ABCGintoNord-Bold.woff") format("woff");
}

/* =============================================================================
   NORMALIZE + TAILWIND BASE
   ============================================================================= */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}
button {
    background-color: transparent;
    background-image: none;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
fieldset,
ol,
ul {
    margin: 0;
    padding: 0;
}
ol,
ul {
    list-style: none;
}
html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
        Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5;
}
*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0;
}
hr {
    border-top-width: 1px;
}
img {
    border-style: solid;
}
textarea {
    resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a0aec0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0aec0;
}
input::placeholder,
textarea::placeholder {
    color: #a0aec0;
}
[role="button"],
button {
    cursor: pointer;
}
table {
    border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: inherit;
}
button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
        Courier New, monospace;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}
img,
video {
    max-width: 100%;
    height: auto;
}
.container {
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
/* =============================================================================
   DESIGN TOKENS
   ============================================================================= */

:root {
    --color-cyan: #6fc7df;
    --color-cyan-light: color-mix(in srgb, var(--color-cyan) 15%, white);
    --color-cyan-dark: color-mix(in srgb, var(--color-cyan) 82%, black);
    --color-magenta: #e40e7e;
    --color-magenta-light: color-mix(in srgb, var(--color-magenta) 12%, white);
    --color-magenta-date: #e4137e;
    --color-lemon: #fdeb24;
    --color-pink: #eeb7be;
    --color-pink-light: #fde9ed;
    --color-bronze: #ad9150;
    --color-bronze-light: #f4f0e6;
    --color-grey: #323232;
    --color-white: #fff;

    --color-chevron: #f7fafc; /* gray-100 — also update data URI in .btn if changed */

    --shadow-color-sm: rgba(0, 0, 0, 0.05);
    --shadow-color-md: rgba(0, 0, 0, 0.08);
    --shadow-color-lg: rgba(0, 0, 0, 0.11);
    --shadow-color-xl: rgba(0, 0, 0, 0.22);
}

/* =============================================================================
   CUSTOM COMPONENTS
   ============================================================================= */

.section-arrow {
    margin-top: -28px;
    margin-bottom: -28px;
    width: 55px;
    height: 55px;
    transform: rotate(45deg);
}
.section-arrow.section-arrow-shadow {
    filter: drop-shadow(8px 8px 4px var(--shadow-color-md));
}
.quote {
    position: relative;
}
.quote:after {
    content: "\A0";
    background: var(--color-white);
    position: absolute;
    bottom: -16px;
    left: 3rem;
    display: block;
    width: 32px;
    height: 32px;
    transform: rotate(45deg);
    filter: drop-shadow(8px 8px 4px var(--shadow-color-md));
}
@media (min-width: 768px) {
    .quote:after {
        bottom: -28px;
        left: 7rem;
        width: 55px;
        height: 55px;
    }
}
.quote.quote-right:after {
    left: auto;
    right: 3rem;
}
@media (min-width: 768px) {
    .quote.quote-right:after {
        right: 7rem;
    }
}
.shadow-md-top {
    background: linear-gradient(
        180deg,
        var(--shadow-color-lg) 0,
        transparent 15px
    );
}
.sm-shadow {
    filter: drop-shadow(0 0 4px var(--shadow-color-lg));
}
@media (min-width: 768px) {
    .sm-shadow {
        filter: none;
    }
}
@media (min-width: 768px) {
    .md-shadow {
        filter: drop-shadow(0 0 4px var(--shadow-color-lg));
    }
}
.btn {
    transition: background-position 0.2s ease;
    width: 165px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23f7fafc' d='M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: right 21px center;
}
.btn:hover {
    background-position: right 15px center;
}
.btn.btn-wide {
    width: 205px;
}
.dogear {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 55px solid transparent;
    border-bottom: 55px solid var(--color-white);
}
@media (min-width: 768px) {
    .dogear {
        border-right: 78px solid transparent;
        border-bottom: 78px solid var(--color-white);
    }
}
#date {
    position: absolute;
    left: 5px;
    transform: translateY(-5px);
    font-family: "ABCGintoNord", sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.005em;
    color: var(--color-magenta-date);
}
@media (max-width: 768px) {
    #date {
        top: 51px;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    #date {
        top: 62px;
    }
}
@media (min-width: 1025px) {
    #date {
        top: 78px;
    }
}
.snap {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}
.snap::-webkit-scrollbar {
    display: none;
}
.snap > div {
    scroll-snap-align: center;
}
.aspect-16x9 {
    padding-bottom: 56.25%;
}
.has-content a {
    text-decoration: underline;
}
.has-content a:hover {
    text-decoration: none;
}
.space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * (1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
}
.space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * (1 - var(--space-x-reverse)));
}
.space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * (1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
}
.space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * (1 - var(--space-x-reverse)));
}
.space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * (1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
}
.space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * (1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
}
.space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * (1 - var(--space-x-reverse)));
}
.space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * (1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
}
.space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * (1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
}
/* =============================================================================
   TAILWIND v1 UTILITIES
   ============================================================================= */

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
}
.bg-pink-pale {
    --bg-opacity: 1;
    background-color: var(--color-pink);
    background-color: rgba(238, 183, 190, var(--bg-opacity));
}
.bg-cyan {
    background-color: var(--color-cyan);
}
.bg-cyan-light {
    background-color: var(--color-cyan-light);
}
.bg-magenta {
    background-color: var(--color-magenta);
}
.bg-magenta-light {
    background-color: var(--color-magenta-light);
}
.bg-grey {
    --bg-opacity: 1;
    background-color: var(--color-grey);
    background-color: rgba(50, 50, 50, var(--bg-opacity));
}
.bg-bronze {
    --bg-opacity: 1;
    background-color: var(--color-bronze);
    background-color: rgba(173, 145, 80, var(--bg-opacity));
}
.bg-bronze-light {
    --bg-opacity: 1;
    background-color: var(--color-bronze-light);
    background-color: rgba(244, 240, 230, var(--bg-opacity));
}
.even\:bg-magenta-light:nth-child(2n) {
    background-color: var(--color-magenta-light);
}
.even\:bg-pink-paler:nth-child(2n) {
    --bg-opacity: 1;
    background-color: var(--color-pink-light);
    background-color: rgba(253, 233, 237, var(--bg-opacity));
}
.even\:bg-white:nth-child(2n) {
    --bg-opacity: 0.7;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
}
.border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
}
.border-cyan {
    border-color: color-mix(in srgb, var(--color-cyan) 50%, transparent);
}
.border-magenta {
    border-color: color-mix(in srgb, var(--color-magenta) 50%, transparent);
}
.border-pink-pale,
.focus\:border-pink-pale:focus,
.hover\:border-pink-pale:hover {
    --border-opacity: 1;
    border-color: var(--color-pink);
    border-color: rgba(238, 183, 190, var(--border-opacity));
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-full {
    border-radius: 9999px;
}
.border {
    border-width: 1px;
}
.border-t-2 {
    border-top-width: 2px;
}
.border-t {
    border-top-width: 1px;
}
.border-r {
    border-right-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.last\:border-r-0:last-child {
    border-right-width: 0;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.table {
    display: table;
}
.hidden {
    display: none;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-no-wrap {
    flex-wrap: nowrap;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.items-stretch {
    align-items: stretch;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.font-header {
    font-family: "ABCGintoNord", sans-serif;
    font-weight: 700;
}
.font-heebo {
    font-family: Heebo, sans-serif;
}
.font-body {
    font-family: Open Sans, sans-serif;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}
.font-black {
    font-weight: 900;
}
.h-3 {
    height: 0.75rem;
}
.h-4 {
    height: 1rem;
}
.h-5 {
    height: 1.25rem;
}
.h-20 {
    height: 5rem;
}
.h-24 {
    height: 6rem;
}
.h-32 {
    height: 8rem;
}
.h-60 {
    height: 15rem;
}
.h-auto {
    height: auto;
}
.h-full {
    height: 100%;
}
.text-sm {
    font-size: 0.75rem;
}
.text-base {
    font-size: 0.875rem;
}
.text-lg {
    font-size: 1.125rem;
}
.text-xl {
    font-size: 1rem;
}
.text-3xl {
    font-size: 1.875rem;
}
.text-m3xl {
    font-size: 1.25rem;
}
.text-m4xl,
.text-m5xl {
    font-size: 2rem;
}
.leading-none {
    line-height: 1.13;
}
.leading-tight {
    line-height: 1.36;
}
.list-disc {
    list-style-type: disc;
}
.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mr-1 {
    margin-right: 0.25rem;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.ml-6 {
    margin-left: 1.5rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mt-px {
    margin-top: 1px;
}
.ml-px {
    margin-left: 1px;
}
.-ml-1 {
    margin-left: -0.25rem;
}
.-mr-2 {
    margin-right: -0.5rem;
}
.max-h-0 {
    max-height: 0;
}
.max-h-tall {
    max-height: 250px;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-75 {
    opacity: 0.75;
}
.opacity-90 {
    opacity: 0.9;
}
.hover\:opacity-75:hover {
    opacity: 0.75;
}
.hover\:opacity-90:hover {
    opacity: 0.9;
}
.focus\:outline-none:focus,
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.p-1 {
    padding: 0.25rem;
}
.p-3 {
    padding: 0.75rem;
}
.p-4 {
    padding: 1rem;
}
.p-6 {
    padding: 1.5rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pt-3 {
    padding-top: 0.75rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.pl-3 {
    padding-left: 0.75rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pt-5 {
    padding-top: 1.25rem;
}
.pr-5 {
    padding-right: 1.25rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.pb-10 {
    padding-bottom: 2.5rem;
}
.pt-12 {
    padding-top: 3rem;
}
.pb-16 {
    padding-bottom: 4rem;
}
.placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
}
.placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
}
.placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.top-0 {
    top: 0;
}
.right-0 {
    right: 0;
}
.bottom-0 {
    bottom: 0;
}
.left-0 {
    left: 0;
}
.shadow {
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow-md {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.22);
}
.fill-current {
    fill: currentColor;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
}
.text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
}
.text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
}
.text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
}
.text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
}
.text-red-600 {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
}
.text-cyan {
    color: var(--color-cyan-dark);
}
.text-magenta {
    color: var(--color-magenta);
}
.text-pink-pale {
    --text-opacity: 1;
    color: var(--color-pink);
    color: rgba(238, 183, 190, var(--text-opacity));
}
.text-grey {
    --text-opacity: 1;
    color: var(--color-grey);
    color: rgba(50, 50, 50, var(--text-opacity));
}
.text-bronze {
    --text-opacity: 1;
    color: var(--color-bronze);
    color: rgba(173, 145, 80, var(--text-opacity));
}
.hover\:text-pink-pale:hover {
    --text-opacity: 1;
    color: var(--color-pink);
    color: rgba(238, 183, 190, var(--text-opacity));
}
.underline {
    text-decoration: underline;
}
.hover\:no-underline:hover {
    text-decoration: none;
}
.whitespace-no-wrap {
    white-space: nowrap;
}
.w-4 {
    width: 1rem;
}
.w-5 {
    width: 1.25rem;
}
.w-6 {
    width: 1.5rem;
}
.w-24 {
    width: 6rem;
}
.w-auto {
    width: auto;
}
.w-1\/2 {
    width: 50%;
}
.w-3\/5 {
    width: 60%;
}
.w-full {
    width: 100%;
}
.z-50 {
    z-index: 50;
}
.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x))
        translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
        skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
        scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
.rotate-180 {
    --transform-rotate: 180deg;
}
.transition-all {
    transition-property: all;
}
.transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
}
.transition-opacity {
    transition-property: opacity;
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-150 {
    transition-duration: 0.15s;
}
.duration-200 {
    transition-duration: 0.2s;
}
.duration-500 {
    transition-duration: 0.5s;
}
@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}
@keyframes ping {
    75%,
    to {
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}
@keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

/* =============================================================================
   OVERRIDES & RESPONSIVE UTILITIES
   ============================================================================= */

html {
    scroll-behavior: smooth;
}
.container {
    max-width: 1024px;
}
.max-w-full {
    max-width: 100%;
}
.max-h-full {
    max-height: 100%;
}
@media (min-width: 640px) {
    .sm\:container {
        width: 100%;
        max-width: 640px;
    }
    @media (min-width: 768px) {
        .sm\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 1024px) {
        .sm\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1280px) {
        .sm\:container {
            max-width: 1280px;
        }
    }
    .sm\:space-y-0 > :not(template) ~ :not(template) {
        --space-y-reverse: 0;
        margin-top: calc(0px * (1 - var(--space-y-reverse)));
        margin-bottom: calc(0px * var(--space-y-reverse));
    }
    .sm\:space-x-0 > :not(template) ~ :not(template) {
        --space-x-reverse: 0;
        margin-right: calc(0px * var(--space-x-reverse));
        margin-left: calc(0px * (1 - var(--space-x-reverse)));
    }
    .sm\:space-y-6 > :not(template) ~ :not(template) {
        --space-y-reverse: 0;
        margin-top: calc(1.5rem * (1 - var(--space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--space-y-reverse));
    }
    .sm\:space-x-8 > :not(template) ~ :not(template) {
        --space-x-reverse: 0;
        margin-right: calc(2rem * var(--space-x-reverse));
        margin-left: calc(2rem * (1 - var(--space-x-reverse)));
    }
    .sm\:block {
        display: block;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:flex-row {
        flex-direction: row;
    }
    .sm\:flex-col {
        flex-direction: column;
    }
    .sm\:order-1 {
        order: 1;
    }
    .sm\:order-2 {
        order: 2;
    }
    .sm\:float-right {
        float: right;
    }
    .sm\:m-0 {
        margin: 0;
    }
    .sm\:ml-4 {
        margin-left: 1rem;
    }
    .sm\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .sm\:w-1\/3 {
        width: 33.333333%;
    }
    .sm\:w-1\/4 {
        width: 25%;
    }
    .sm\:w-full {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .md\:container {
        width: 100%;
    }
    @media (min-width: 640px) {
        .md\:container {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .md\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 1024px) {
        .md\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1280px) {
        .md\:container {
            max-width: 1280px;
        }
    }
    .md\:space-y-0 > :not(template) ~ :not(template) {
        --space-y-reverse: 0;
        margin-top: calc(0px * (1 - var(--space-y-reverse)));
        margin-bottom: calc(0px * var(--space-y-reverse));
    }
    .md\:space-x-4 > :not(template) ~ :not(template) {
        --space-x-reverse: 0;
        margin-right: calc(1rem * var(--space-x-reverse));
        margin-left: calc(1rem * (1 - var(--space-x-reverse)));
    }
    .md\:space-x-5 > :not(template) ~ :not(template) {
        --space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--space-x-reverse));
        margin-left: calc(1.25rem * (1 - var(--space-x-reverse)));
    }
    .md\:rounded-sm {
        border-radius: 0.125rem;
    }
    .md\:block {
        display: block;
    }
    .md\:flex {
        display: flex;
    }
    .md\:hidden {
        display: none;
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:justify-start {
        justify-content: flex-start;
    }
    .md\:flex-1 {
        flex: 1 1 0%;
    }
    .md\:h-96 {
        height: 24rem;
    }
    .md\:text-base {
        font-size: 0.875rem;
    }
    .md\:text-3xl {
        font-size: 1.5rem;
    }
    .md\:text-4xl {
        font-size: 2.25rem;
    }
    .md\:text-5xl {
        font-size: 3rem;
    }
    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .md\:min-h-24 {
        min-height: 6rem;
    }
    .md\:p-8 {
        padding: 2rem;
    }
    .md\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .md\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .md\:pt-6 {
        padding-top: 1.5rem;
    }
    .md\:pt-10 {
        padding-top: 2.5rem;
    }
    .md\:pb-16 {
        padding-bottom: 4rem;
    }
    .md\:pb-20 {
        padding-bottom: 5rem;
    }
    .md\:text-left {
        text-align: left;
    }
    .md\:w-24 {
        width: 6rem;
    }
    .md\:w-48 {
        width: 12rem;
    }
    .md\:w-1\/3 {
        width: 33.333333%;
    }
    .md\:w-1\/4 {
        width: 25%;
    }
    .md\:w-4\/5 {
        width: 80%;
    }
}
@media (min-width: 1024px) {
    .lg\:container {
        width: 100%;
    }
    @media (min-width: 640px) {
        .lg\:container {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .lg\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 1024px) {
        .lg\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1280px) {
        .lg\:container {
            max-width: 1280px;
        }
    }
    .lg\:block {
        display: block;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:h-28 {
        height: 7rem;
    }
    .lg\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .lg\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .lg\:mb-0 {
        margin-bottom: 0;
    }
    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .lg\:pt-20 {
        padding-top: 5rem;
    }
    .lg\:pb-24 {
        padding-bottom: 6rem;
    }
    .lg\:shadow-md {
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.22);
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:w-2\/3 {
        width: 66.666667%;
    }
    .lg\:w-3\/4 {
        width: 75%;
    }
}
@media (min-width: 1280px) {
    .xl\:container {
        width: 100%;
    }
    @media (min-width: 640px) {
        .xl\:container {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .xl\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 1024px) {
        .xl\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1280px) {
        .xl\:container {
            max-width: 1280px;
        }
    }
}
