:root {
    --accent: #1e3a5f; 
    --brand-gold: #a68b5a; 
    --cream: #f9fafa; 
    --ink: #1a1c1e; 
    --link-color: #244b7d; 
    --muted: #5a636b; 
    --shadow: 0 12px 40px rgba(26, 28, 30, 0.08); 
    --radius: 12px;
    --radius-sm: 8px;
    --container: 1220px;
    --ease: cubic-bezier(.2, .8, .2, 1);
}

body {
    background-color: #1e3a5f86!important;
    color: var(--ink);
}

h1, h2, h3 {
    color: var(--accent);
}

.s-212301c593df7a10ee64.s-23b0ed88362dca359e07 {
    background-color: var(--brand-gold);
    color: #fff;
}

.s-212301c593df7a10ee64.s-0ab6b7d50e19e8f06e03 {
    border: 1px solid var(--accent);
    color: var(--accent);
}

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

body,
figure,
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 {
    min-height: 100vh;
    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
}

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

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

.s-da68bf3a55223d19ffea {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.s-6a204a9e88a699424fc8 {
    display: none
}

.s-5eac07ec136e132c729c {
    display: block
}

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-0911aed621a145fb7a54 {
    min-height: 92vh;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden
}

.s-0911aed621a145fb7a54 .s-f0cad97953dfb126d32d {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: clamp(24px, 5vw, 52px);
    align-items: center;
    width: min(100%, var(--container));
    padding: clamp(20px, 3vw, 36px);
    border-radius: calc(var(--radius) + 10px);
    background: radial-gradient(700px 280px at 20% -30%, rgba(93, 127, 163, .18), transparent 60%), linear-gradient(135deg, rgba(255, 255, 255, .75), rgba(255, 255, 255, .9));
    box-shadow: var(--shadow)
}

.s-657ce6c21cc08f06a3a0 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: color-mix(in oklab, var(--blue) 16%, #fff);
    color: var(--brown);
    font-weight: 700;
    font-size: .9rem
}

.s-657ce6c21cc08f06a3a0 .s-348a3c4a81ea6081e50d {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brown);
    box-shadow: 0 0 0 6px rgba(59, 44, 36, .12)
}

.s-0911aed621a145fb7a54 h1 {
    font-size: clamp(2.2rem, 4vw + .6rem, 4.4rem);
    line-height: 1.04;
    letter-spacing: -.8px;
    font-weight: 900;
    margin-top: 14px;
    background: linear-gradient(100deg, var(--brown), var(--ink) 30%, var(--blue) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shine 7s var(--ease) infinite
}

@keyframes shine {

    0%,
    100% {
        filter: drop-shadow(0 0 0 rgba(93, 127, 163, 0))
    }

    60% {
        filter: drop-shadow(0 6px 24px rgba(93, 127, 163, .25))
    }
}

.s-0911aed621a145fb7a54 p.s-8cb33b2754e53feca4f7 {
    font-size: clamp(1.05rem, 1.1vw + .7rem, 1.35rem);
    color: var(--muted);
    margin-top: 14px;
    max-width: 60ch
}

.s-0911aed621a145fb7a54 .s-326b426f9ac7a96ed6ba {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap
}

.s-212301c593df7a10ee64 {
    border: none;
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 14px;
    font-weight: 800;
    letter-spacing: .3px;
    transition: transform .2s var(--ease), box-shadow .2s var(--ease);
    display: inline-flex;
    align-items: center;
    gap: 10px
}

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

.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-33ee59f62122b3df5dd1 {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.s-adac3846b477f4671462 {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .06);
    color: var(--ink);
    padding: 8px 10px;
    border-radius: 999px;
    font-weight: 700;
    font-size: .85rem
}

.s-effcb816cd41234c058c {
    display: grid;
    gap: 16px;
    grid-template-rows: 1fr 1fr
}

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

.s-9c3bb49ffea1144231cb img,
.s-bb362a46a483f3f8c993 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.s-83984924c1c765e74dad {
    position: absolute;
    inset: auto auto -24px -24px;
    width: 170px;
    height: 170px;
    transform: rotate(-8deg);
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, .15));
    animation: 6s ease-in-out infinite bob
}

@keyframes bob {

    0%,
    100% {
        transform: translateY(0) rotate(-8deg)
    }

    50% {
        transform: translateY(-10px) rotate(-8deg)
    }
}

.s-20182fbc10716eb197ea {
    padding-block: clamp(52px, 6vw, 90px)
}

.s-20182fbc10716eb197ea:nth-of-type(2n) {
    background: color-mix(in oklab, var(--cream) 96%, #fff)
}

.s-ce713f486917d789b03b {
    max-width: 640px;
    margin-bottom: clamp(20px, 3vw, 30px)
}

.s-ce713f486917d789b03b h2 {
    font-size: clamp(1.6rem, 2.1vw + .4rem, 2.3rem);
    line-height: 1.1;
    letter-spacing: -.03em;
    margin-bottom: 10px;
    color: var(--brown)
}

.s-ce713f486917d789b03b p {
    color: var(--muted);
    font-size: 1rem
}

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

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

.s-0be5364a2d29ff3a9eb4 {
    display: grid;
    gap: 14px
}

.s-2612d04bd0a327e8eda0 {
    background: #fff;
    border-radius: var(--radius-sm);
    padding: 14px 16px 16px;
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 8px 18px rgba(15, 20, 25, .04)
}

.s-56122f89925b35c234c2 {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: var(--muted);
    font-weight: 700
}

.s-c667cc916e809d7ef7c5 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--brown);
    display: block;
    margin-top: 4px
}

.s-2612d04bd0a327e8eda0 p {
    font-size: .92rem;
    color: var(--muted);
    margin-top: 4px
}

.s-6387ba847a5d7f00d534 {
    margin: 16px 0 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0
}

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

.s-1235b1c7074e300adbce {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700
}

.s-1235b1c7074e300adbce::after {
    content: "↗";
    font-size: .9em;
    transform: translateY(-1px)
}

.s-9583453549434f7d8c84 {
    display: grid;
    gap: 18px
}

.s-2484b85a7804eaf9e4e9 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.s-056bebf608a92e7de761,
.s-48cec6448edc65ec846a {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.s-2ab0591dbcf5fefdad65 {
    background: #fff;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 18px 18px 20px;
    box-shadow: 0 10px 22px rgba(15, 20, 25, .04);
    height: 100%
}

.s-2ab0591dbcf5fefdad65 h3 {
    font-size: 1.1rem;
    margin-bottom: 6px;
    color: var(--brown)
}

.s-2ab0591dbcf5fefdad65 p {
    font-size: .95rem;
    color: var(--muted)
}

.s-236fb8b4f96abbd5ab3e p {
    font-size: .98rem;
    color: var(--muted)
}

.s-c791c8f509ff7921952e ul {
    margin-top: 6px;
    padding-left: 16px;
    font-size: .9rem;
    color: var(--muted)
}

.s-c791c8f509ff7921952e ul li+li {
    margin-top: 3px
}

.s-3032d5b39916e37b77a7 {
    display: grid;
    gap: 12px
}

.s-0ebc73132a9ebed3a1f7 {
    padding: 12px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .08)
}

.s-0ebc73132a9ebed3a1f7:last-child {
    border-bottom: none
}

.s-0ebc73132a9ebed3a1f7 h3,
.s-bd370d1b6f9b3580a770 h3,
.s-f594fba69915add4318e h3 {
    font-size: 1rem;
    color: var(--brown);
    margin-bottom: 4px
}

.s-0ebc73132a9ebed3a1f7 p,
.s-f594fba69915add4318e p {
    font-size: .93rem;
    color: var(--muted)
}

.s-056bebf608a92e7de761 {
    display: grid;
    gap: 18px;
    margin-top: 18px
}

.s-3f2be862afeb01d0582a {
    background: #fff;
    border-radius: var(--radius);
    border: 1px solid rgba(0, 0, 0, .06);
    padding: 20px 20px 22px;
    box-shadow: 0 14px 30px rgba(15, 20, 25, .06);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.s-3f2be862afeb01d0582a.s-556c98354e65c1953416 {
    border-color: var(--blue);
    transform: translateY(-4px)
}

.s-07fe90edf0ebaede3d32 {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-weight: 700;
    color: var(--muted)
}

.s-f10261ef592f16832186 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--brown)
}

.s-80aa3c1f773459317a39 {
    font-size: 1rem;
    color: var(--ink)
}

.s-80aa3c1f773459317a39 strong {
    font-size: 1.3rem
}

.s-ea4bbf28c652a0061d9f {
    margin: 8px 0 12px;
    padding-left: 16px;
    font-size: .93rem;
    color: var(--muted)
}

.s-ea4bbf28c652a0061d9f li+li {
    margin-top: 4px
}

.s-305eb7cb8676336739c2 {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center
}

.s-1f53d0340747630880ef {
    font-size: .82rem;
    color: var(--muted)
}

.s-36ee9ef7d82f6d50990f {
    margin-top: 16px;
    font-size: .9rem;
    color: var(--muted)
}

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

.s-3fc9ef2d464a5b08f5f1,
.s-54c8990a38824f0c4478 {
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid
}

.s-91503aab2c3d55d792f9 {
    border-radius: var(--radius-sm);
    border: 1px dashed rgba(0, 0, 0, .18);
    padding: 12px 14px 14px;
    background: rgba(247, 239, 230, .8);
    font-size: .9rem
}

.s-91503aab2c3d55d792f9 h3 {
    font-size: 1rem;
    margin-bottom: 4px;
    color: var(--brown)
}

.s-ae9a12836e54ed755c9f {
    font-size: .88rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 4px
}

.s-9c3bb49ffea1144231cb {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .06);
    background: #fff;
    margin-bottom: 12px
}

.s-8dca46428d005a2f4c2e {
    font-size: .9rem;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 6px
}

.s-f5d98dda084d28a16960 {
    background: #fff;
    border-radius: var(--radius-sm);
    padding: 18px 18px 20px;
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 12px 28px rgba(15, 20, 25, .04);
    height: 100%
}

.s-f5d98dda084d28a16960 blockquote {
    font-size: .95rem;
    color: var(--ink);
    margin-bottom: 10px
}

.s-f5d98dda084d28a16960 cite {
    font-style: normal;
    font-weight: 600;
    color: var(--brown)
}

.s-f5d98dda084d28a16960 span {
    display: block;
    font-size: .85rem;
    color: var(--muted)
}

.s-3fc9ef2d464a5b08f5f1 {
    margin-top: 10px
}

.s-747cc9148584f3a47525 {
    background: #fff;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 16px 16px 18px;
    box-shadow: 0 10px 24px rgba(15, 20, 25, .04)
}

.s-4a159392d2a477be6278 {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--blue);
    margin-bottom: 6px
}

.s-f81a1b16a10363d4e7b9 {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: var(--muted)
}

.s-747cc9148584f3a47525 h3 {
    font-size: 1rem;
    color: var(--brown);
    margin-top: 6px;
    margin-bottom: 4px
}

.s-747cc9148584f3a47525 p {
    font-size: .93rem;
    color: var(--muted);
    margin-top: 2px
}

.s-bd370d1b6f9b3580a770 p,
details p {
    font-size: .9rem;
    color: var(--muted)
}

.s-6a60dea9b5deec064774 {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: clamp(24px, 5vw, 52px);
    align-items: stretch
}

.s-6578912eabc4ebb2adc8 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px
}

.s-bd370d1b6f9b3580a770 {
    position: relative;
    padding-left: 44px;
    padding-block: 10px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 12px 24px rgba(15, 20, 25, .03)
}

.s-bd370d1b6f9b3580a770::before {
    content: attr(data-step);
    position: absolute;
    left: 14px;
    top: 16px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 2px solid var(--brown);
    color: var(--brown);
    font-size: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: var(--cream)
}

.s-c19a2a013190f787dcd7 {
    list-style: none;
    padding: 0;
    margin-top: 12px;
    border-left: 2px solid rgba(0, 0, 0, .08)
}

.s-f594fba69915add4318e {
    padding-left: 18px;
    padding-bottom: 14px;
    position: relative
}

.s-f594fba69915add4318e::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--blue);
    border: 2px solid var(--cream);
    box-shadow: 0 0 0 4px rgba(93, 127, 163, .15)
}

.s-2166fb19fa0f3dfe3667 {
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: var(--muted);
    margin-bottom: 2px
}

.s-ee239916e89ea9c0637d {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.s-12a7402837b05882c37b {
    background: #fff;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 16px 16px 18px;
    font-size: .95rem;
    color: var(--muted);
    box-shadow: 0 10px 22px rgba(15, 20, 25, .04)
}

.s-12a7402837b05882c37b h3 {
    font-size: 1rem;
    color: var(--brown);
    margin-bottom: 6px
}

.s-f62373ad48b8f918e778 {
    display: grid;
    gap: 10px;
    margin-top: 10px
}

details {
    border-radius: var(--radius-sm);
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    padding: 10px 14px;
    box-shadow: 0 8px 18px rgba(15, 20, 25, .03)
}

summary {
    list-style: none;
    font-weight: 600;
    color: var(--brown);
    font-size: .95rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

summary::-webkit-details-marker {
    display: none
}

details[open] summary {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    padding-bottom: 8px;
    margin-bottom: 8px
}

details p {
    margin-top: 2px
}

.s-d048598ede4daa101e10 {
    font-size: 1.1rem;
    line-height: 1
}

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

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,
    .s-5eac07ec136e132c729c {
        display: none
    }

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

    .s-056bebf608a92e7de761,
    .s-0911aed621a145fb7a54 .s-f0cad97953dfb126d32d,
    .s-3fc9ef2d464a5b08f5f1,
    .s-48cec6448edc65ec846a,
    .s-49709ad975004444e9f4,
    .s-4c2c0e6e2aaf018eafd4,
    .s-54c8990a38824f0c4478,
    .s-6a60dea9b5deec064774,
    .s-ee239916e89ea9c0637d,
    .s-ff5966918641c56e23b2 {
        grid-template-columns: 1fr
    }

    .s-effcb816cd41234c058c {
        grid-template-rows: 240px 220px
    }

    .s-2484b85a7804eaf9e4e9 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .s-3f2be862afeb01d0582a.s-556c98354e65c1953416 {
        transform: none
    }
}

@media (max-width:640px) {
    .s-2484b85a7804eaf9e4e9 {
        grid-template-columns: 1fr
    }
}

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

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