body,
main {
    min-height: 100vh
}

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

:root {
    --brown: #3b2c24;
    --blue: #5d7fa3;
    --cream: #f7efe6;
    --ink: #0f1419;
    --link-color: #5d7fa3;
    --muted: #6d6a67;
    --shadow: 0 10px 30px rgba(15, 20, 25, .14);
    --radius: 16px;
    --radius-sm: 10px;
    --container: 1220px;
    --ease: cubic-bezier(.2, .8, .2, 1)
}

*,
::after,
::before {
    box-sizing: border-box
}

body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

ol[role=list],
ul[role=list] {
    list-style: none
}

html:focus-within {
    scroll-behavior: smooth
}

img {
    max-width: 100%;
    display: block;
    height: auto
}

button,
input,
select,
textarea {
    font: inherit
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Inter, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
    color: var(--ink);
    background: radial-gradient(1200px 600px at 80% -10%, rgba(93, 127, 163, .18), transparent 60%), radial-gradient(1200px 600px at -10% 110%, rgba(59, 44, 36, .12), transparent 60%), var(--cream);
    max-width: 100vw;
    overflow-x: hidden
}

a {
    color: var(--link-color);
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.s-255a762c36cdae2fe950,
.s-4902abc708abd2ff2455 {
    width: min(100%, var(--container));
    margin-inline: auto;
    padding-inline: 24px
}

.s-6a204a9e88a699424fc8 {
    display: none
}

header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: color-mix(in oklab, var(--cream) 92%, #fff);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    backdrop-filter: saturate(120%) blur(6px)
}

.s-fea877d4f0f1699da0f9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px
}

.s-63acf68c4f951d6412a8 {
    display: flex;
    align-items: center;
    gap: 12px
}

.s-63acf68c4f951d6412a8 img {
    width: 40px;
    height: 40px;
    border-radius: 10px
}

.s-63acf68c4f951d6412a8 .s-ec8af6bf8337861e2174 {
    font-weight: 800;
    letter-spacing: .2px;
    font-size: 1.1rem;
    color: var(--brown)
}

.s-252a25667dc7c65fe0e9 {
    display: flex;
    align-items: center;
    gap: 18px
}

.s-252a25667dc7c65fe0e9 a {
    padding: 10px 12px;
    border-radius: 10px;
    font-weight: 600
}

.s-252a25667dc7c65fe0e9 a:hover,
.s-5ab97e7baeed3b39b1b4 a:hover {
    background: rgba(93, 127, 163, .08);
    text-decoration: none
}

.s-f7525edf70a8458e7664 {
    background: var(--brown);
    color: var(--cream);
    padding: 10px 14px;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: var(--shadow)
}

.s-7a86b15480e0a870f0b0 {
    width: 44px;
    height: 44px;
    display: none;
    place-items: center;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 12px;
    background: #fff
}

.s-7a86b15480e0a870f0b0 span {
    width: 20px;
    height: 2px;
    background: var(--ink);
    position: relative;
    display: block
}

.s-7a86b15480e0a870f0b0 span::after,
.s-7a86b15480e0a870f0b0 span::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--ink)
}

.s-7a86b15480e0a870f0b0 span::before {
    top: -6px
}

.s-7a86b15480e0a870f0b0 span::after {
    top: 6px
}

.s-38591decbaf4a67f37e3 {
    position: fixed;
    inset: 0 0 auto auto;
    top: 72px;
    background: color-mix(in oklab, var(--cream) 95%, #fff);
    transform: translateY(-8px) scale(.98);
    opacity: 0;
    pointer-events: none;
    transition: transform .4s var(--ease), opacity .4s var(--ease);
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.s-38591decbaf4a67f37e3.s-5fc7e38bffe00ca46add {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto
}

.s-38591decbaf4a67f37e3 nav {
    padding: 18px 24px 28px;
    display: grid;
    gap: 12px
}

.s-38591decbaf4a67f37e3 a {
    padding: 14px 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .06);
    font-weight: 700
}

.s-6d2664d1359dbd4e27d8 {
    padding-block: clamp(40px, 7vw, 70px)
}

.s-95368b65f7dc6881805f {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: clamp(24px, 5vw, 60px);
    align-items: center
}

.s-c44e12466ad9bfb4d398 {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .78rem;
    font-weight: 700;
    color: var(--muted);
    margin-bottom: 8px
}

.s-6d2664d1359dbd4e27d8 h1 {
    font-size: clamp(2rem, 3vw + .4rem, 3rem);
    line-height: 1.08;
    letter-spacing: -.04em;
    color: var(--brown);
    margin-bottom: 10px
}

.s-6d2664d1359dbd4e27d8 p.s-8cb33b2754e53feca4f7 {
    font-size: 1.02rem;
    color: var(--muted);
    max-width: 60ch
}

.s-6dd2439d2e313f3ae2ce {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.s-e757d6dfc091f6ffbdf1 {
    border-radius: 999px;
    border: 1px dashed rgba(0, 0, 0, .16);
    padding: 6px 10px;
    font-size: .85rem;
    font-weight: 600;
    color: var(--brown);
    background: rgba(247, 239, 230, .9)
}

.s-5d66a983d148378149b1 {
    width: 100%;
    height: 100%;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .06);
    background: #fff;
    box-shadow: var(--shadow)
}

.s-5d66a983d148378149b1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.s-20182fbc10716eb197ea {
    padding-block: clamp(32px, 5vw, 60px)
}

.s-4c2c0e6e2aaf018eafd4 {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: clamp(24px, 5vw, 56px);
    align-items: flex-start
}

.s-ce713f486917d789b03b {
    margin-bottom: 14px
}

.s-ce713f486917d789b03b h2 {
    font-size: 1.5rem;
    color: var(--brown);
    margin-bottom: 4px
}

.s-16965236bb78fe392c4e p,
.s-ce713f486917d789b03b p {
    font-size: .96rem;
    color: var(--muted)
}

.s-16965236bb78fe392c4e p+p,
.s-acd243973b8ece24055c {
    margin-top: 8px
}

.s-f63f258bf0fa098dde10 {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: grid;
    gap: 8px
}

.s-f63f258bf0fa098dde10 li {
    font-size: .98rem;
    color: var(--ink)
}

.s-c01db380b6971eda1fdf {
    font-weight: 700;
    color: var(--brown)
}

.s-212301c593df7a10ee64 {
    border: none;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease), color .2s var(--ease);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.s-23b0ed88362dca359e07 {
    background: var(--brown);
    color: var(--cream);
    box-shadow: var(--shadow)
}

.s-0ab6b7d50e19e8f06e03 {
    border: 2px solid var(--brown);
    color: var(--brown);
    background: 0 0
}

.s-212301c593df7a10ee64:active {
    transform: translateY(1px)
}

.s-2bbfa3cc277676fdcfcd {
    background: #fff;
    border-radius: var(--radius);
    border: 1px solid rgba(0, 0, 0, .06);
    padding: 20px 20px 22px;
    box-shadow: 0 12px 26px rgba(15, 20, 25, .06)
}

.s-610a102b1d98993282bf {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.s-a5858e261a4d59df22a9 {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.s-a5858e261a4d59df22a9 label {
    font-size: .9rem;
    font-weight: 600;
    color: var(--brown)
}

.s-a5858e261a4d59df22a9 input {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .16);
    padding: 10px 12px;
    font-size: .95rem;
    background: #fff
}

.s-a5858e261a4d59df22a9 input:focus {
    outline: 0;
    border-color: var(--blue);
    box-shadow: 0 0 0 1px rgba(93, 127, 163, .4)
}

.s-fea0594af5930f2d59c8 {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap
}

.s-4805630d09a438330668 {
    font-size: .85rem;
    color: var(--muted)
}

footer {
    margin-top: clamp(42px, 6vw, 72px);
    background: color-mix(in oklab, var(--cream) 88%, #fff);
    border-top: 1px solid rgba(0, 0, 0, .06)
}

.s-57af18394ef051b5bec5 {
    padding: 36px 0;
    display: grid;
    gap: 20px
}

.s-49709ad975004444e9f4 {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 16px;
    align-items: start
}

.s-5109b8ed055a6af8a9f4 {
    display: flex;
    gap: 14px;
    align-items: center
}

.s-5109b8ed055a6af8a9f4 img {
    width: 44px;
    height: 44px;
    border-radius: 12px
}

.s-5109b8ed055a6af8a9f4 strong {
    font-size: 1.1rem;
    color: var(--brown)
}

.s-5ab97e7baeed3b39b1b4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.s-5ab97e7baeed3b39b1b4 a {
    padding: 8px 6px;
    border-radius: 8px
}

.s-e53511877ed60d7daf6d {
    color: var(--muted);
    display: grid;
    gap: 12px;
    font-size: .95rem
}

.s-658c8286c17e402644ee {
    opacity: 0;
    transform: translateY(18px) scale(.98);
    transition: opacity .7s var(--ease), transform .7s var(--ease)
}

.s-658c8286c17e402644ee.s-af10ef20dd9060bbeead {
    opacity: 1;
    transform: none
}

@media (max-width:980px) {
    .s-252a25667dc7c65fe0e9 {
        display: none
    }

    .s-6a204a9e88a699424fc8,
    .s-7a86b15480e0a870f0b0 {
        display: grid
    }

    .s-49709ad975004444e9f4,
    .s-4c2c0e6e2aaf018eafd4,
    .s-610a102b1d98993282bf,
    .s-95368b65f7dc6881805f {
        grid-template-columns: 1fr
    }
}

@media (max-width:640px) {
    .s-6d2664d1359dbd4e27d8 {
        padding-block: 28px 20px
    }
}

.s-6018cb9fe166335146b2 {
    margin-top: 10px
}

.s-fd054f6685c913a8ec1d {
    margin-top: 14px
}

.s-43b64860a5207bc1e204 {
    margin-top: 8px;
    padding-left: 18px
}

.s-1828410d550eec0cd37d {
    color: var(--muted)
}