.paragraph.svelte-gwshly {
    margin-bottom: var(--paragraph-margin-bottom, none)
}

.paragraph-display.svelte-gwshly {
    font-family: Sora;
    color: #f2f1f4;
    font-style: normal;
    font-weight: 300;
    font-size: 2.75rem;
    line-height: 130%
}

@media (max-width: 1360px) {
    .paragraph-display.svelte-gwshly {
        font-size: 2.25rem;
        line-height: 2.92rem
    }
}

@media (max-width: 768px) {
    .paragraph-display.svelte-gwshly {
        font-size: 1.75rem;
        line-height: 130%
    }
}

.paragraph-large.svelte-gwshly {
    font-family: Sora;
    font-weight: 200;
    color: #fff9;
    font-size: 1.18rem;
    line-height: 1.841rem;
    max-width: 40.625rem
}

@media (max-width: 1360px) {
    .paragraph-large.svelte-gwshly {
        font-size: .93rem
    }
}

.paragraph-medium.svelte-gwshly {
    font-family: Sora;
    font-weight: 200;
    color: #fff9;
    font-size: 1.063rem;
    line-height: 1.647rem;
    max-width: 35rem
}

@media (max-width: 1360px) {
    .paragraph-medium.svelte-gwshly {
        max-width: 27.5rem
    }
}

@media (max-width: 1024px) {
    .paragraph-medium.svelte-gwshly {
        font-size: .875rem;
        line-height: 1.356rem;
        max-width: 21rem
    }
}

.paragraph-small.svelte-gwshly {
    font-family: Sora;
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;
    color: var(--paragraph-color, rgba(255, 255, 255, .3))
}

@media (max-width: 1024px) {
    .paragraph-small.svelte-gwshly {
        font-size: 13px;
        line-height: 145%
    }
}