body {
	width: 100%;
	max-width: 1500px;
	background-color: #000;
	margin: auto;
}

h1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 71px;
    color: #f5f5f7;
    margin-top: 5px;
    line-height: 1.1em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px
}

h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 64px;
    color: #f5f5f7;
    margin-top: 5px;
    line-height: 1.1em;
    font-weight: 700;
    text-align: center;
    padding-top: 50px
}

p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 17px;
    color: #f5f5f7
}

a {
    color: #f5f5f7;
    text-decoration: none;
    font-weight: 600
}

.footer {
    padding-top: 40px;
    text-align: center;
    font-size: 15px;
    line-height: 1.8em
}

footer {
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
}

ul {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 19px;
    color: #f5f5f7
}

main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px
}

:root {
    --size: 90px;
    --radius: calc(var(--size) * 20 / 100)
}

@media screen and (max-width:600px) {
    body {
        width: 90%
    }

    h1 {
        font-size: 65px
    }

    main {
        padding-top: 30px;
        padding-bottom: 30px
    }

    :root {
        --size: 50px;
        --radius: calc(var(--size) * 20 / 100)
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

* {
    font: inherit;
    margin: 0;
    padding: 0;
    border: 0
}

body {
    font-family: system-ui, sans-serif;
    color: #000;
    font-size: 1rem
}

h1,
h2,
h3,
h4 {
    line-height: 1.2;
    color: #000;
    font-weight: 700
}

h1 {
    font-size: 2.0736rem
}

h2 {
    font-size: 1.728rem
}

h3 {
    font-size: 1.25rem
}

h4 {
    font-size: 1.2rem
}

ul {
    list-style: none
}

button {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    appearance: none
}

@media (min-width:64rem) {
    body {
        font-size: 1.25rem
    }

    h1 {
        font-size: 3.051rem
    }

    h2 {
        font-size: 2.44rem
    }

    h3 {
        font-size: 1.75rem
    }

    h4 {
        font-size: 1.5625rem
    }
}

:root {
    --ct8-color-primary-hsl: 250, 84%, 54%;
    --ct8-color-bg-hsl: 0, 0%, 100%;
    --ct8-color-contrast-high-hsl: 230, 7%, 23%;
    --ct8-color-contrast-higher-hsl: 230, 13%, 9%;
    --ct8-color-success-hsl: 170, 78%, 36%;
    --ct8-color-error-hsl: 342, 89%, 48%;
    --ct8-color-contrast-medium-hsl: 225, 4%, 47%;
    --ct8-space-sm: 0.75rem;
    --ct8-space-md: 1.25rem;
    --ct8-space-lg: 2rem;
    --ct8-text-xl: 1.728rem;
    --ct8-text-md: 1.2rem
}

@media (min-width:64rem) {
    :root {
        --ct8-space-sm: 1.125rem;
        --ct8-space-md: 2rem;
        --ct8-space-lg: 3.125rem;
        --ct8-text-xl: 2.44rem;
        --ct8-text-md: 1.5625rem
    }
}

.ct8-icon {
    height: var(--ct8-size, 1em);
    width: var(--ct8-size, 1em);
    display: inline-block;
    color: inherit;
    fill: currentColor;
    line-height: 1;
    flex-shrink: 0;
    max-width: initial
}

@media (min-width:64rem) {
    .changelog__metadata {
        position: -webkit-sticky;
        position: sticky;
        top: var(--ct8-space-sm)
    }
}

.changelog__separator {
    height: 1px;
    background-color: #f5f5f7;
    margin: var(--ct8-space-lg) 0
}

.ct8-items-start {
    align-items: flex-start
}

.ct8-flex {
    display: flex
}

.ct8-margin-bottom-sm {
    margin-bottom: var(--ct8-space-sm)
}

.ct8-text-md {
    font-size: var(--ct8-text-md)
}

.ct8-color-primary {
    --ct8-color-o: 1;
    color: hsla(var(--ct8-color-primary-hsl), var(--ct8-color-o, 1))
}

.ct8-color-success {
    --ct8-color-o: 1;
    color: hsla(var(--ct8-color-success-hsl), var(--ct8-color-o, 1))
}

.ct8-gap-y-lg {
    row-gap: var(--ct8-space-lg)
}

.ct8-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr)
}

.ct8-grid>* {
    min-width: 0;
    grid-column-end: span 12
}

.ct8-color-contrast-medium {
    --ct8-color-o: 1;
    color: hsla(var(--ct8-color-contrast-medium-hsl), var(--ct8-color-o, 1))
}

.ct8-text-xl {
    font-size: var(--ct8-text-xl)
}

.ct8-gap-md {
    gap: var(--ct8-space-md)
}

.ct8-sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    white-space: nowrap
}

.ct8-z-index-1 {
    z-index: 1
}

.ct8-position-relative {
    position: relative
}

@media (min-width:64rem) {
    .ct8-text-md\@md {
        font-size: var(--ct8-text-md)
    }

    .ct8-col-4\@md {
        grid-column-end: span 4
    }

    .ct8-col-8\@md {
        grid-column-end: span 8
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

* {
    font: inherit;
    margin: 0;
    padding: 0;
    border: 0
}

body {
    font-family: system-ui, sans-serif;
    font-size: 1rem
}

h1,
h2,
h3,
h4 {
    line-height: 1.2;
    color: #fff;
    font-weight: 700
}

h1 {
    font-size: 2.0736rem
}

h2 {
    font-size: 1.728rem
}

h3 {
    font-size: 1.25rem
}

h4 {
    font-size: 1.2rem
}

ul {
    list-style: none
}

.version101 {
    font-size: 3.728rem;
    background: linear-gradient(45deg, #f3ec78, #af4261);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    display: inline-block
}

.version110 {
    font-size: 3.728rem;
    background: linear-gradient(45deg, #8b03ad, #b41414);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    display: inline-block
}

button {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    appearance: none
}

@media (min-width:64rem) {
    body {
        font-size: 1.25rem
    }

    h1 {
        font-size: 3.051rem
    }

    h2 {
        font-size: 2.44rem
    }

    h3 {
        font-size: 1.75rem
    }

    h4 {
        font-size: 1.5625rem
    }
}

:root {
    --ls4-color-primary-hsl: 250, 84%, 54%;
    --ls4-color-bg-hsl: 0, 0%, 100%;
    --ls4-color-contrast-high-hsl: 230, 7%, 23%;
    --ls4-color-contrast-higher-hsl: 230, 13%, 9%;
    --ls4-color-accent-hsl: 342, 89%, 48%;
    --ls4-color-contrast-lower-hsl: 240, 4%, 85%
}

:root {
    --list-space-y: 0.375em;
    --list-offset: 1em;
    --list-line-height-multiplier: 1
}

.list,
[class*=text-component] .list {
    padding-left: 0;
    list-style: none
}

.list ul,
[class*=text-component] .list ul {
    list-style: none;
    margin: 0;
    margin-top: calc((var(--list-space-y)/ 2) * var(--text-space-y-multiplier, 1));
    padding-top: calc((var(--list-space-y)/ 2) * var(--text-space-y-multiplier, 1));
    padding-left: var(--list-offset)
}

.list li,
[class*=text-component] .list li {
    padding-bottom: calc((var(--list-space-y)/ 2) * var(--text-space-y-multiplier, 1));
    margin-bottom: calc((var(--list-space-y)/ 2) * var(--text-space-y-multiplier, 1));
    line-height: calc(var(--ls4-body-line-height, 1.4) * var(--list-line-height-multiplier))
}

.list ul>li:last-child,
.list>li:last-child,
[class*=text-component] .list ul>li:last-child,
[class*=text-component] .list>li:last-child {
    margin-bottom: 0
}

.list ul>li:last-child,
.list:not(.list--border)>li:last-child,
[class*=text-component] .list ul>li:last-child,
[class*=text-component] .list:not(.list--border)>li:last-child {
    padding-bottom: 0
}

.list--ul,
[class*=text-component] .list--ul {
    --list-offset: calc(var(--list-bullet-size) + var(--list-bullet-margin-right))
}

.list--ul ul,
[class*=text-component] .list--ul ul {
    padding-left: 0
}

@supports (--css:variables) {

    .list--ol li,
    .list--ul li,
    [class*=text-component] .list--ol li,
    [class*=text-component] .list--ul li {
        padding-left: var(--list-offset) !important
    }
}

.list--ul li::before,
[class*=text-component] .list--ul li::before {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    position: relative;
    top: -.1em
}

@supports (--css:variables) {

    .list--ol li::before,
    .list--ul li::before,
    [class*=text-component] .list--ol li::before,
    [class*=text-component] .list--ul li::before {
        width: var(--list-bullet-size) !important;
        height: var(--list-bullet-size) !important;
        margin-left: calc(var(--list-bullet-size) * -1) !important;
        left: calc(var(--list-bullet-margin-right) * -1) !important
    }
}

.list--ul,
[class*=text-component] .list--ul {
    --list-bullet-size: 7px;
    --list-bullet-margin-right: 12px
}

.list--ul>li,
[class*=text-component] .list--ul>li {
    padding-left: 19px
}

.list--ul>li::before,
[class*=text-component] .list--ul>li::before {
    content: "";
    border-radius: 50%;
    color: hsl(var(--ls4-color-contrast-lower-hsl));
    background-color: currentColor;
    width: 7px;
    height: 7px;
    margin-left: -7px;
    left: -12px
}

.list--ul ul li::before,
[class*=text-component] .list--ul ul li::before {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px currentColor
}

.list--icons,
[class*=text-component] .list--icons {
    --list-bullet-size: 24px;
    --list-bullet-margin-right: 8px;
    --list-offset: calc(var(--list-bullet-size) + var(--list-bullet-margin-right))
}

.list--icons ul,
[class*=text-component] .list--icons ul {
    padding-left: 32px
}

@supports (--css:variables) {

    .list--icons ol,
    .list--icons ul,
    [class*=text-component] .list--icons ol,
    [class*=text-component] .list--icons ul {
        padding-left: var(--list-offset)
    }
}

.list .list__icon {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.list .list__icon:not(.ls4-top-0) {
    top: calc((1em * var(--ls4-body-line-height, 1.4) - 24px)/ 2)
}

@supports (--css:variables) {
    .list .list__icon {
        width: var(--list-bullet-size);
        height: var(--list-bullet-size);
        margin-right: var(--list-bullet-margin-right)
    }

    .list .list__icon:not(.ls4-top-0) {
        top: calc((1em * var(--ls4-body-line-height, 1.4) * var(--list-line-height-multiplier) - var(--list-bullet-size))/ 2)
    }
}