.ds-hero {
    position: relative;
    display: flex;
    min-height: clamp(680px, 82vh, 900px);
    overflow: hidden;
    align-items: center;
    background-color: #1a130f;
    background-image: var(--ds-hero-image);
    background-position: center center;
    background-size: cover;
    color: var(--ds-text-light);
    isolation: isolate;
}

.ds-hero__wash {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(9, 8, 7, .92) 0%, rgba(9, 8, 7, .66) 39%, rgba(9, 8, 7, .14) 70%),
        linear-gradient(0deg, rgba(8, 7, 6, .55) 0%, transparent 38%, rgba(8, 7, 6, .2) 100%);
}

.ds-hero__inner {
    display: flex;
    padding-block: 100px 125px;
    align-items: center;
}

.ds-hero__content {
    max-width: 640px;
    padding: 42px 44px 40px;
    border-left: 3px solid var(--ds-accent);
    background: rgba(15, 13, 11, .68);
    box-shadow: 0 30px 75px rgba(0, 0, 0, .28);
    backdrop-filter: blur(3px);
}

.ds-hero__kicker {
    color: var(--ds-gold);
}

.ds-hero h1 {
    max-width: 620px;
    margin-bottom: 24px;
    font-size: clamp(3rem, 6vw, 5.65rem);
    letter-spacing: -.035em;
}

.ds-hero__copy {
    max-width: 590px;
    margin-bottom: 29px;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.ds-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ds-hero__disclosure {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .56);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .04em;
}

.ds-scroll-cue {
    position: absolute;
    right: 30px;
    bottom: 33px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: rgba(255, 255, 255, .76);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-decoration: none;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

.ds-scroll-cue span:last-child {
    font-size: 1.3rem;
}

.ds-intro {
    padding: 122px 0;
    background: var(--ds-bg-white);
}

.ds-intro__grid {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    gap: clamp(55px, 7vw, 105px);
}

.ds-intro__visual {
    position: relative;
    min-height: 580px;
    margin: 0;
}

.ds-intro__visual::before {
    position: absolute;
    z-index: 0;
    top: -24px;
    right: 34px;
    bottom: 42px;
    left: -24px;
    border: 1px solid rgba(184, 93, 53, .34);
    content: "";
}

.ds-intro__visual img {
    position: absolute;
    z-index: 1;
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    inset: 0 0 auto auto;
    box-shadow: var(--ds-shadow);
    object-fit: cover;
    object-position: 10% center;
}

.ds-intro__visual figcaption {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    display: flex;
    width: min(330px, 78%);
    padding: 24px 27px;
    background: var(--ds-accent);
    color: #fff;
    flex-direction: column;
}

.ds-intro__visual figcaption strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2rem;
}

.ds-intro__visual figcaption span {
    margin-top: 3px;
    font-size: .74rem;
    opacity: .76;
}

.ds-intro__content h2 {
    margin-bottom: 28px;
    font-size: clamp(2.5rem, 4.5vw, 4.4rem);
}

.ds-intro__content > p {
    color: var(--ds-text-muted);
}

.ds-value-note {
    display: flex;
    margin-top: 33px;
    padding-top: 28px;
    align-items: center;
    gap: 18px;
    border-top: 1px solid var(--ds-border);
}

.ds-value-note__icon {
    display: grid;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 50%;
    background: var(--ds-bg-light);
    color: var(--ds-accent);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.5rem;
}

.ds-value-note div {
    display: flex;
    flex-direction: column;
}

.ds-value-note strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
}

.ds-value-note span {
    color: var(--ds-text-muted);
    font-size: .84rem;
}

.ds-practice {
    padding: 112px 0 120px;
    background: var(--ds-bg-light);
}

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

.ds-practice-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 30px rgba(27, 21, 16, .07);
}

.ds-practice-card__image {
    position: relative;
    display: flex;
    height: 215px;
    padding: 18px;
    align-items: flex-start;
    justify-content: flex-end;
    background-image:
        linear-gradient(135deg, rgba(12, 9, 7, .18), rgba(12, 9, 7, .72)),
        var(--ds-practice-image, url("../images/hero.webp"));
    background-position: var(--ds-practice-position, center);
    background-size: cover;
}

.ds-practice-card--business {
    --ds-practice-position: 12% 70%;
}

.ds-practice-card--family {
    --ds-practice-position: 52% 70%;
}

.ds-practice-card--estate {
    --ds-practice-position: 73% 58%;
}

.ds-practice-card--decisions {
    --ds-practice-position: 94% 75%;
}

.ds-practice-card__image span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .66);
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
}

.ds-practice-card__content {
    padding: 26px 25px 28px;
}

.ds-practice-card h3 {
    margin-bottom: 12px;
    font-size: 1.62rem;
}

.ds-practice-card p {
    min-height: 92px;
    color: var(--ds-text-muted);
    font-size: .88rem;
}

.ds-practice-card a {
    color: var(--ds-accent-dark);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.ds-stats {
    padding: 46px 0;
    background: var(--ds-accent);
    color: #fff;
}

.ds-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.ds-stats__grid div {
    display: flex;
    min-height: 92px;
    padding: 7px 20px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, .25);
    flex-direction: column;
}

.ds-stats__grid div:last-child {
    border-right: 0;
}

.ds-stats strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1;
}

.ds-stats span {
    margin-top: 7px;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ds-why {
    position: relative;
    padding: 125px 0;
    overflow: hidden;
    background-image: var(--ds-why-image);
    background-position: center 66%;
    background-size: cover;
    color: #fff;
    isolation: isolate;
}

.ds-why__overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(90deg, rgba(13, 13, 13, .97), rgba(13, 13, 13, .84));
}

.ds-why__grid {
    display: grid;
    align-items: center;
    grid-template-columns: .95fr 1.05fr;
    gap: clamp(55px, 8vw, 115px);
}

.ds-why__statement .ds-kicker {
    color: var(--ds-gold);
}

.ds-why__statement h2 {
    margin-bottom: 24px;
    font-size: clamp(2.65rem, 5vw, 4.8rem);
}

.ds-why__statement p:not(.ds-kicker) {
    margin-bottom: 30px;
    color: rgba(255, 255, 255, .68);
}

.ds-why__points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.ds-why__points article {
    display: flex;
    min-height: 175px;
    padding: 28px 24px;
    gap: 17px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.ds-why__points article:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .14);
}

.ds-why__points article > span {
    color: var(--ds-accent);
    font-size: .7rem;
    font-weight: 850;
}

.ds-why__points h3 {
    margin-bottom: 10px;
    font-size: 1.35rem;
}

.ds-why__points p {
    margin: 0;
    color: rgba(255, 255, 255, .6);
    font-size: .83rem;
}

.ds-demos {
    padding: 118px 0;
    background: #fff;
}

.ds-demos__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ds-product-card {
    position: relative;
    display: flex;
    min-height: 500px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid var(--ds-border);
    background: #fff;
    flex-direction: column;
    transition: box-shadow .2s ease, transform .2s ease;
}

.ds-product-card::after {
    position: absolute;
    right: -85px;
    bottom: -85px;
    width: 210px;
    height: 210px;
    border: 40px solid var(--ds-bg-light);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.ds-product-card:hover {
    box-shadow: var(--ds-shadow);
    transform: translateY(-5px);
}

.ds-product-card__top {
    display: flex;
    margin-bottom: 48px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.ds-product-card__top img {
    width: 58px;
    height: 58px;
    padding: 5px;
    background: var(--ds-bg-light);
    object-fit: contain;
}

.ds-demo-badge {
    padding: 5px 8px;
    border: 1px solid rgba(13, 64, 46, .2);
    background: rgba(13, 64, 46, .07);
    color: var(--ds-green);
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ds-product-card__eyebrow {
    margin-bottom: 9px;
    color: var(--ds-accent);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ds-product-card h3 {
    margin-bottom: 17px;
    font-size: 2.5rem;
}

.ds-product-card > p:not(.ds-product-card__eyebrow) {
    color: var(--ds-text-muted);
}

.ds-product-card__action {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding-top: 25px;
}

.ds-product-card__action .ds-button {
    width: 100%;
}

.ds-product-card__action button.ds-button {
    cursor: pointer;
}

.ds-demo-safety {
    max-width: 850px;
    margin: 30px auto 0;
    color: var(--ds-text-muted);
    font-size: .78rem;
    text-align: center;
}

.ds-intake {
    padding: 115px 0 120px;
    background: var(--ds-bg-light);
}

.ds-intake__heading {
    display: grid;
    margin-bottom: 44px;
    align-items: end;
    grid-template-columns: 1fr .75fr;
    gap: 70px;
}

.ds-intake__heading h2 {
    margin: 0;
    font-size: clamp(2.6rem, 5vw, 4.6rem);
}

.ds-intake__heading > p {
    margin: 0;
    padding-left: 24px;
    border-left: 2px solid var(--ds-accent);
    color: var(--ds-text-muted);
    font-size: .84rem;
}

.ds-intake__grid {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr);
    gap: 24px;
}

.ds-survey-panel {
    min-height: 520px;
    padding: 28px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(29, 24, 20, .08);
}

.ds-integration-fallback {
    display: flex;
    min-height: 460px;
    padding: 55px;
    align-items: center;
    justify-content: center;
    gap: 22px;
    border: 1px dashed rgba(0, 0, 0, .22);
    background: linear-gradient(135deg, #fff, #f7f3ed);
}

.ds-integration-fallback img {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.ds-integration-fallback h3 {
    margin-bottom: 7px;
    font-size: 1.6rem;
}

.ds-integration-fallback p {
    max-width: 430px;
    margin: 0;
    color: var(--ds-text-muted);
}

.ds-sign-panel {
    padding: 42px 36px;
    background: var(--ds-bg-dark);
    color: #fff;
    box-shadow: var(--ds-shadow);
}

.ds-sign-panel > img {
    width: 66px;
    height: 66px;
    margin-bottom: 44px;
    padding: 8px;
    background: var(--ds-bg-light);
    object-fit: contain;
}

.ds-sign-panel .ds-kicker {
    color: var(--ds-gold);
}

.ds-sign-panel h3 {
    margin-bottom: 19px;
    font-size: 2.25rem;
}

.ds-sign-panel > p:not(.ds-kicker) {
    color: rgba(255, 255, 255, .66);
}

.ds-sign-panel .ds-button {
    width: 100%;
    margin-top: 15px;
}

.ds-sign-panel__workflow {
    margin-top: 16px;
    font-size: .72rem;
}

.ds-sign-panel--active {
    display: block;
    grid-column: 1 / -1;
}

.ds-sign-demo-form {
    position: relative;
    margin-top: 24px;
}

.ds-sign-demo-form > label:not(.ds-sign-demo-form__trap) {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
}

.ds-sign-demo-form > label:not(.ds-sign-demo-form__trap) + input + label:not(.ds-sign-demo-form__trap) {
    margin-top: 14px;
}

.ds-sign-demo-form input[type="text"],
.ds-sign-demo-form input[type="email"] {
    width: 100%;
    min-height: 48px;
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 0;
    background: #fff;
    color: var(--ds-text-dark);
    font: inherit;
}

.ds-sign-demo-form input[type="text"]:focus-visible,
.ds-sign-demo-form input[type="email"]:focus-visible {
    outline: 3px solid var(--ds-gold);
    outline-offset: 2px;
}

.ds-sign-demo-form > p {
    margin: 9px 0 0;
    color: rgba(255, 255, 255, .7);
    font-size: .72rem;
}

.ds-sign-demo-form__trap {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
}

.ds-sign-demo__error {
    padding: 10px 12px;
    border-left: 3px solid #ef6b6b;
    background: rgba(255, 255, 255, .08);
    color: #fff !important;
}

.ds-sign-demo__ready {
    display: flex;
    margin: 24px 0 16px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.ds-sign-demo__ready a {
    color: var(--ds-gold);
}

.ds-sign-demo__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px 18px;
}

.ds-sign-demo__actions form {
    margin: 0;
}

.ds-sign-demo__reset {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ds-gold);
    cursor: pointer;
    font: inherit;
    text-decoration: underline;
}

.ds-sign-demo__reset:focus-visible {
    outline: 3px solid var(--ds-gold);
    outline-offset: 3px;
}

.ds-sign-demo__embed {
    min-width: 0;
    padding: 16px;
    background: #fff;
    color: var(--ds-text);
}

.ds-process {
    padding: 118px 0;
    background: #fff;
}

.ds-process__grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: clamp(60px, 9vw, 135px);
}

.ds-process__intro {
    position: sticky;
    top: 120px;
    align-self: start;
}

.ds-process__intro h2 {
    margin-bottom: 23px;
    font-size: clamp(2.5rem, 4.5vw, 4.3rem);
}

.ds-process__intro > p:not(.ds-kicker) {
    color: var(--ds-text-muted);
}

.ds-process__steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ds-process__steps li {
    display: grid;
    padding: 31px 0;
    grid-template-columns: 58px 1fr;
    gap: 24px;
    border-bottom: 1px solid var(--ds-border);
}

.ds-process__steps li:first-child {
    border-top: 1px solid var(--ds-border);
}

.ds-process__steps li > span {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    background: var(--ds-bg-light);
    color: var(--ds-accent-dark);
    font-size: .7rem;
    font-weight: 850;
}

.ds-process__steps h3 {
    margin-bottom: 8px;
    font-size: 1.65rem;
}

.ds-process__steps p {
    margin: 0;
    color: var(--ds-text-muted);
}

.ds-articles {
    padding: 112px 0 120px;
    background: var(--ds-bg-light);
}

.ds-articles__heading {
    display: flex;
    margin-bottom: 42px;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}

.ds-articles__heading h2 {
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 4.4rem);
}

.ds-text-link {
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
    color: var(--ds-accent-dark);
    font-size: .73rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
}

.ds-articles__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.ds-article-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 30px rgba(27, 21, 16, .07);
}

.ds-article-card__image {
    display: block;
    height: 235px;
    overflow: hidden;
    background: #2b231e;
}

.ds-article-card__image img,
.ds-article-card__image span {
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(20, 15, 12, .15), rgba(20, 15, 12, .35)), var(--ds-article-image);
    background-position: center;
    background-size: cover;
    object-fit: cover;
    transition: transform .35s ease;
}

.ds-article-card:hover .ds-article-card__image img,
.ds-article-card:hover .ds-article-card__image span {
    transform: scale(1.025);
}

.ds-article-card__content {
    padding: 26px 27px 29px;
}

.ds-article-card__meta {
    color: var(--ds-accent);
    font-size: .63rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ds-article-card h3 {
    margin-bottom: 13px;
    font-size: 1.5rem;
}

.ds-article-card h3 a {
    text-decoration: none;
}

.ds-article-card__content > p:last-child {
    margin: 0;
    color: var(--ds-text-muted);
    font-size: .84rem;
}

.ds-closing {
    position: relative;
    padding: 135px 0;
    overflow: hidden;
    background-image: var(--ds-closing-image);
    background-position: center 56%;
    background-size: cover;
    color: #fff;
    isolation: isolate;
}

.ds-closing__overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: rgba(12, 10, 9, .82);
}

.ds-closing__content {
    max-width: 880px;
    text-align: center;
}

.ds-closing .ds-kicker {
    color: var(--ds-gold);
}

.ds-closing h2 {
    margin-bottom: 20px;
    font-size: clamp(3rem, 6vw, 5.6rem);
}

.ds-closing__content > p:not(.ds-kicker) {
    color: rgba(255, 255, 255, .7);
}

.ds-closing__content > div {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 1024px) {
    .ds-hero {
        min-height: 720px;
        background-position: 58% center;
    }

    .ds-hero__content {
        max-width: 580px;
    }

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

    .ds-practice-card p {
        min-height: auto;
    }

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

    .ds-intake__grid {
        grid-template-columns: 1fr;
    }

    .ds-sign-panel {
        display: grid;
        align-items: center;
        grid-template-columns: auto 1fr;
        column-gap: 30px;
    }

    .ds-sign-panel > img {
        grid-row: 1 / 5;
        margin: 0;
        align-self: start;
    }

    .ds-sign-panel .ds-button {
        width: fit-content;
    }
}

@media (max-width: 820px) {
    .ds-hero {
        min-height: auto;
        background-attachment: scroll;
        background-position: 52% center;
    }

    .ds-hero__wash {
        background: linear-gradient(0deg, rgba(9, 8, 7, .96) 0%, rgba(9, 8, 7, .72) 66%, rgba(9, 8, 7, .42) 100%);
    }

    .ds-hero__inner {
        padding-block: 155px 90px;
        align-items: end;
    }

    .ds-hero__content {
        max-width: 100%;
        padding: 32px 30px;
        backdrop-filter: none;
    }

    .ds-scroll-cue {
        display: none;
    }

    .ds-intro,
    .ds-practice,
    .ds-demos,
    .ds-intake,
    .ds-process,
    .ds-articles {
        padding-block: 88px;
    }

    .ds-intro__grid,
    .ds-why__grid,
    .ds-process__grid {
        grid-template-columns: 1fr;
    }

    .ds-intro__visual {
        min-height: 480px;
    }

    .ds-intro__content {
        max-width: 650px;
    }

    .ds-why {
        padding-block: 90px;
    }

    .ds-why__points {
        margin-top: 5px;
    }

    .ds-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ds-stats__grid div:nth-child(2) {
        border-right: 0;
    }

    .ds-stats__grid div:nth-child(-n + 2) {
        padding-bottom: 22px;
        border-bottom: 1px solid rgba(255, 255, 255, .25);
    }

    .ds-intake__heading {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .ds-process__intro {
        position: static;
    }

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

    .ds-article-card:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .ds-hero__inner {
        padding-block: 128px 50px;
    }

    .ds-hero__content {
        padding: 28px 23px;
    }

    .ds-hero h1 {
        font-size: clamp(2rem, 8.7vw, 3rem);
    }

    .ds-hero__actions,
    .ds-hero__actions .ds-button {
        width: 100%;
    }

    .ds-intro__visual {
        min-height: 400px;
    }

    .ds-practice__grid,
    .ds-demos__grid,
    .ds-why__points,
    .ds-articles__grid {
        grid-template-columns: 1fr;
    }

    .ds-article-card:last-child {
        grid-column: auto;
    }

    .ds-product-card {
        min-height: 450px;
    }

    .ds-why__points article:nth-child(odd) {
        border-right: 0;
    }

    .ds-intake__heading > p {
        padding: 18px 0 0;
        border-top: 2px solid var(--ds-accent);
        border-left: 0;
    }

    .ds-survey-panel {
        min-height: 420px;
        padding: 14px;
    }

    .ds-integration-fallback {
        min-height: 360px;
        padding: 30px 20px;
        text-align: center;
        flex-direction: column;
    }

    .ds-sign-panel {
        display: block;
        padding: 34px 27px;
    }

    .ds-sign-panel > img {
        margin-bottom: 30px;
    }

    .ds-sign-panel .ds-button {
        width: 100%;
    }

    .ds-articles__heading {
        display: block;
    }

    .ds-articles__heading .ds-text-link {
        display: inline-block;
        margin-top: 18px;
    }

    .ds-closing {
        padding-block: 95px;
    }

    .ds-closing__content > div,
    .ds-closing__content .ds-button {
        width: 100%;
    }
}
