@import url(https://fonts.googleapis.com/css?family=Montserrat:regular,500,600,700);* {
    padding: 0;
    margin: 0;
    border: 0
}

*,*::after,*::before {
    box-sizing: border-box
}

*::after,*::before {
    display: inline-block
}

body,html {
    height: 100%;
    min-width: 320px;
    box-sizing: border-box;
    overflow-x: hidden;
}

.green {
    color: #00b176;
}

body {
    color: #fff;
    background-color: #000;
    line-height: 1;
    font-family: Montserrat;
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,input,textarea {
    font-family: Montserrat;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: rgba(0,0,0,0)
}

input,textarea {
    width: 100%
}

label {
    display: inline-block
}

button,option,select {
    cursor: pointer
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,h2,h3,h4,h5,h6 {
    font-weight: inherit;
    font-size: inherit
}

.lock body {
    overflow: hidden;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

body ::selection {
    background: rgba(0,229,153,.3)
}

body::-webkit-scrollbar {
    width: .625rem
}

body::-webkit-scrollbar-track {
    background: #888
}

body::-webkit-scrollbar-thumb {
    background: #00e599;
    border: .0625rem solid #000;
    border-radius: .625rem
}

body::-webkit-scrollbar-thumb:hover {
    background: #fff
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

@supports (overflow: clip) {
    .wrapper {
        overflow:clip
    }
}

.wrapper>main {
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

[class*=__container] {
    max-width: 76.875rem;
    margin: 0 auto;
    padding: 0 .9375rem
}

[class*="--gc"] {
    display: grid;
    min-width: 0;
    grid-template-columns: .9375rem 1fr minmax(auto,75rem) 1fr .9375rem
}

[class*="--gc"]>* {
    min-width: 0;
    grid-column: 3/4
}

.ibg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ibg--top {
    -o-object-position: top;
    object-position: top
}

.ibg--bottom {
    -o-object-position: bottom;
    object-position: bottom
}

.ibg--left {
    -o-object-position: left;
    object-position: left
}

.ibg--right {
    -o-object-position: right;
    object-position: right
}

.ibg--contain {
    -o-object-fit: contain;
    object-fit: contain
}

.logo {
    display: flex;
    align-items: center;
    gap: .9375rem;
    transition: all .5s
}

.logo img {
    max-width: 3.75rem;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: .9375rem
}

.logo span {
    font-size: 1.5rem;
    transition: font-size .5s,color .3s;
    color: #fff
}

.logo:hover span {
    color: #00e599
}

.title {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.3;
    color: #2a2e2c
}

.title:not(:last-child) {
    margin-bottom: 1.5625rem
}

.title--smaller {
    font-size: 2rem;
    line-height: 1.3;
    color: #2a2e2c
}

.title--smaller:not(:last-child) {
    margin-bottom: 1.25rem
}

.title span {
    text-transform: uppercase;
    color: #00e599
}

.text {
    line-height: 1.6
}

.text:not(:last-child) {
    margin-bottom: 1.875rem
}

.text>p:not(:last-child) {
    margin-bottom: .9375rem
}

.button {
    display: inline-block;
    text-align: center;
    padding: .875rem 2.5rem;
    background-color: #00e599;
    border-radius: .9375rem;
    text-transform: uppercase;
    color: #2a2e2c;
    letter-spacing: .0625rem;
    font-weight: 600;
    border: .125rem solid #00e599;
    line-height: 1.4;
    transition: all .3s
}

.button:hover {
    background-color: rgba(0,0,0,0);
    color: #00e599
}

.button--border {
    border: .125rem solid #00e599;
    background: rgba(0,0,0,0);
    color: #00e599
}

.button--border:hover {
    background: #00e599;
    color: #fff
}

.button--white {
    border: .125rem solid #fff;
    background: #fff
}

.button--white:hover {
    color: #fff
}

.attention,.note {
    display: inline-block;
    border-radius: .625rem;
    overflow: hidden;
    cursor: default
}

.attention:not(:last-child),.note:not(:last-child) {
    margin-bottom: 1.25rem
}

.attention h5,.note h5 {
    text-transform: uppercase;
    padding: .625rem .9375rem;
    padding-left: 3.125rem;
    font-weight: 500
}

.attention p,.note p {
    padding: .9375rem
}

.attention {
    border: .125rem solid rgba(255,217,0,.7);
    background: rgba(255,238,0,.1);
    transition: all .2s
}

.attention h5 {
    background: url(../img/icons/warning.svg) .8125rem .5625rem/1.6875rem no-repeat,rgba(255,238,0,.15)
}

.attention:hover {
    border: .125rem solid #ffd900;
    box-shadow: 0 0 .9375rem rgba(255,217,0,.3)
}

.note {
    border: .125rem solid rgba(0,229,153,.5);
    background: rgba(0,229,153,.05);
    transition: all .2s
}

.note h5 {
    background: url(../img/icons/info.svg) .9375rem .5625rem/1.625rem no-repeat,rgba(0,229,153,.1)
}

.note:hover {
    border: .125rem solid #00e599;
    box-shadow: 0 0 .9375rem rgba(0,229,153,.2)
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    transition: all .5s
}

.header._header-scroll {
    background-color: rgba(0,0,0,.8);
    -webkit-backdrop-filter: blur(.1875rem);
    backdrop-filter: blur(.1875rem);
    box-shadow: 0 0 .1875rem #9c9c9c
}

.header__container {
    display: flex;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    justify-content: space-between;
    align-items: center;
    height: 7.5rem;
    padding-block:.9375rem;transition: all .5s
}

._header-scroll .header__container {
    padding-block:.625rem;height: 4.375rem
}

.header__logo img {
    max-width: 4.375rem;
    transition: all .5s
}

._header-scroll .header__logo {
    gap: .625rem
}

._header-scroll .header__logo img {
    max-width: 3.125rem
}

._header-scroll .header__logo span {
    font-size: 1.125rem
}

.menu__list {
    display: flex;
    flex-wrap: wrap;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
}

.menu__link {
    font-size: 1.125rem;
    padding: .4375rem .625rem;
    color: #fff;
    line-height: 1.5;
    font-weight: 500;
    overflow: hidden;
    transition: all .5s;
    position: relative
}

.menu__link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    z-index: -1;
    background: #00e599;
    transition: all .3s;
    border-radius: .625rem
}

.menu__link._navigator-active,.menu__link.active,.menu__link:hover {
    color: #2a2e2c
}

.menu__link._navigator-active::after,.menu__link.active::after,.menu__link:hover::after {
    width: 100%;
    height: 100%;
    left: 0
}

._header-scroll .menu__link {
    font-size: 1rem
}

.footer {
    position: relative;
    background: #000;
    overflow: hidden
}

.footer__container {
    position: relative;
    z-index: 5;
    line-height: 1.5;
    color: #fff
}

.footer__main {
    padding-block:4.375rem 3.125rem;border-bottom: .0625rem solid rgba(255,255,255,.6)
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    padding-block:3.125rem}

.footer__bg-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none
}

.footer__bg-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3)
}

.main-footer {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
}

.main-footer__body {
    justify-self: start
}

.main-footer__logo:not(:last-child) {
    margin-bottom: 1.5625rem
}

.main-footer__logo img {
    width: 12.5rem
}

.main-footer__text {
    max-width: 21.875rem
}

.main-footer__social {
    justify-self: end
}

.social-footer {
    max-width: 12.5rem
}

.social-footer__label {
    text-align: center;
    font-size: 1.375rem;
    font-weight: 600
}

.social-footer__label:not(:last-child) {
    margin-bottom: 1.25rem
}

.social-footer__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .9375rem
}

.social-footer__item {
    background: #00e599;
    padding: .625rem;
    border-radius: .75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .15s
}

.social-footer__item:hover {
    background: #fff
}

.social-footer__item img {
    width: 1.875rem;
    height: 1.875rem
}

.social-footer__item--x img {
    width: 1.6875rem;
    height: 1.6875rem
}

.menu-footer__list {
    display: flex;
    flex-wrap: wrap;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
}

.menu-footer__link {
    transition: all .15s
}

.menu-footer__link:hover {
    color: #00e599
}

.hero {
    padding-block:16.25rem 13.75rem;color: #fff;
    background: #2a2e2c;
    overflow: hidden;
    position: relative
}

.hero__container {
    max-width: 41.875rem;
    text-align: center;
    position: relative;
    z-index: 5
}

.hero__content {
    flex: 0 1 60%
}

.hero__title {
    font-size: 3.125rem;
    line-height: 1.3;
    font-weight: 600
}

.hero__title span {
    color: #00e599
}

.hero__title:not(:last-child) {
    margin-bottom: 1.875rem
}

.hero__text {
    font-size: 1.125rem;
    line-height: 1.6
}

.hero__text:not(:last-child) {
    margin-bottom: 2.5rem
}

.hero__buttons {
    display: flex;
    justify-content: center;
    -webkit-column-gap: 1.5625rem;
    -moz-column-gap: 1.5625rem;
    column-gap: 1.5625rem
}

.hero__button {
    min-width: 13.125rem
}

.hero__bg-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none
}

.hero__bg-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.83)
}

.points {
    padding-block:5rem}

.points__container {
    max-width: 87.5rem;
    display: grid;
    grid-template-columns: repeat(8,1fr);
    gap: 1.25rem
}

.points__item {
    cursor: default;
    text-align: center
}

.points__item:hover .points__icon {
    -webkit-filter: drop-shadow(0 0 0 #ccc);
    filter: drop-shadow(0 0 0 #ccc)
}

.points__icon {
    width: 3.75rem;
    -webkit-filter: drop-shadow(.625rem .625rem .25rem #ccc);
    filter: drop-shadow(.625rem .625rem .25rem #ccc);
    transition: all .25s
}

.points__icon:not(:last-child) {
    margin-bottom: 1.25rem
}

.points__label {
    font-size: .875rem;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
    color: #2a2e2c
}

.overview {
    padding-block:5rem 6.25rem;background: #f0f5f6
}

.overview__container {
    max-width: 68.75rem
}

.overview__title {
    max-width: 53.125rem;
    margin: 0 auto;
    text-align: center
}

.overview__title:not(:last-child) {
    margin-bottom: 4.375rem
}

.overview__tabs {
    margin: 0 auto
}

.tabs {
    display: flex;
    gap: 5rem
}

.tabs__content {
    flex: 0 1 67%
}

.tabs__navigation {
    color: #2a2e2c;
    flex: 0 1 33%;
    align-self: start;
    display: flex;
    flex-direction: column;
    row-gap: 1.5625rem;
    margin-top: 1.875rem;
    position: relative
}

.tabs__navigation::after {
    content: "";
    position: absolute;
    width: .1875rem;
    height: 100%;
    top: 0;
    left: -2.625rem;
    background: rgba(91,102,92,.3)
}

.tabs__title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    gap: 1.25rem;
    padding: 1.25rem 1.875rem;
    border-radius: .625rem;
    color: #2a2e2c;
    background-color: #fff;
    box-shadow: .625rem .625rem .625rem #dbdbdb;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: normal;
    transition: all .2s
}

.tabs__title:hover {
    -webkit-transform: translateY(-.25rem);
    transform: translateY(-.25rem)
}

.tabs__title:active {
    -webkit-transform: translateY(.0625rem);
    transform: translateY(.0625rem);
    box-shadow: .3125rem .3125rem .3125rem #dbdbdb
}

.tabs__title img {
    width: 3.125rem;
    height: 3.125rem;
    pointer-events: none
}

.tabs__title._tab-active {
    color: inherit;
    cursor: default;
    background: rgba(0,229,153,.3);
    background: rgba(0,229,153,.2);
    position: relative
}

.tabs__title._tab-active::after {
    opacity: 0
}

.tabs__title._tab-active:active {
    box-shadow: .625rem .625rem .625rem #dbdbdb
}

.tabs__title._tab-active:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.tabs__title._tab-active::before {
    content: "";
    position: absolute;
    width: .1875rem;
    height: 100%;
    top: 0;
    left: -2.625rem;
    background: #002c1d
}

.body-tabs__image {
    overflow: hidden;
    border-radius: .625rem;
    height: 18.75rem
}

.body-tabs__image:not(:last-child) {
    margin-bottom: 1.5625rem
}

.body-tabs__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .7s
}

.body-tabs__image img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.body-tabs__title {
    color: #2a2e2c;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.4
}

.body-tabs__title:not(:last-child) {
    margin-bottom: .9375rem
}

.body-tabs__text>p:not(:last-child) {
    margin-bottom: .625rem
}

.features {
    padding-block:6.25rem 5rem}

.features__items {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3,1fr);
    gap: 1.875rem
}

.features__item {
    cursor: default;
    padding: 1.5625rem;
    background: rgba(0,229,153,.04);
    border: .0625rem solid rgba(0,229,153,.7);
    outline: .0625rem solid transparent;
    border-radius: .9375rem;
    transition: all .2s
}

.features__item:hover {
    background: rgba(0,229,153,.07);
    border: .0625rem solid #00e599;
    outline: .0625rem solid rgba(0,229,153,.3)
}

.features__item-header {
    display: flex;
    align-items: center;
    gap: 1.25rem
}

.features__item-header:not(:last-child) {
    margin-bottom: 1.25rem
}

.features__icon {
    width: 3.125rem;
    height: 3.125rem
}

.features__title {
    color: #2a2e2c;
    flex: 1 1 100%;
    font-size: 1.375rem;
    transition: all .4s;
    font-weight: 600;
    line-height: normal;
    position: relative
}

.features__title::before {
    content: "";
    position: absolute;
    bottom: -.4375rem;
    left: 0;
    width: 100%;
    height: .0625rem;
    background: linear-gradient(90deg,#00e599 0,rgba(0,229,153,.3) 50%,rgba(0,229,153,0) 100%)
}

.features__text {
    transition: all .4s;
    line-height: 1.4
}

.technology {
    padding-block:5.625rem 6.25rem}

.technology__article:not(:last-child) {
    margin-bottom: 10rem
}

.technology__container {
    display: grid;
    align-items: center;
    -webkit-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem
}

.technology__container--01 {
    grid-template-columns: 1.1fr 1fr
}

.technology__container--02 {
    grid-template-columns: 1fr 1.1fr
}

.technology__image {
    border-radius: .9375rem;
    height: 28.125rem;
    overflow: hidden
}

.technology__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .7s
}

.technology__image img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.technology__content {
    align-self: center
}

.blocks {
    padding-block:6.25rem;background: #f0f5f6
}

.blocks-docs .blocks__container {
    max-width: 62.5rem
}

.blocks__items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2.5rem
}

.blocks__item {
    display: flex;
    flex-direction: column;
    cursor: default;
    padding: 2.1875rem 2.1875rem 1.875rem 2.1875rem;
    background: #fff;
    border: .125rem solid rgba(0,229,153,.7);
    border-radius: .9375rem;
    transition: all .2s
}

.blocks__item:hover {
    border: .125rem solid #00e599;
    box-shadow: 0 0 .9375rem rgba(0,229,153,.25)
}

.blocks__item-header {
    display: flex;
    align-items: center;
    gap: 1.25rem
}

.blocks__item-header:not(:last-child) {
    margin-bottom: 1.875rem
}

.blocks__icon {
    width: 4.375rem;
    height: 4.375rem
}

.blocks__title {
    flex: 1 1 100%;
    font-size: 1.75rem;
    transition: all .4s;
    font-weight: 600;
    line-height: normal;
    color: #2a2e2c;
    position: relative
}

.blocks__title::before {
    content: "";
    position: absolute;
    bottom: -.4375rem;
    left: 0;
    width: 100%;
    height: .0625rem;
    background: linear-gradient(90deg,#00e599 0,rgba(0,229,153,.3) 50%,rgba(0,229,153,0) 100%)
}

.blocks__text {
    flex-grow: 1
}

.blocks__links {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: .4375rem 1.25rem
}

.blocks__link {
    padding: .625rem
}

.blocks__link img {
    width: 2.8125rem;
    transition: all .2s
}

.blocks__link svg {
    transition: all .2s
}

.blocks__link--x img {
    width: 2.5rem
}

.blocks__link-ecosystem--01 img {
    width: 6.25rem
}

.blocks__link-ecosystem--02 img {
    width: 7.5rem
}

.blocks__link-ecosystem--03 svg {
    width: 5rem;
    height: 2.1875rem
}

.blocks__link:hover img,.blocks__link:hover svg {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.downloads {
    padding-block:5.625rem 6.25rem;color: #fff;
    position: relative
}

.downloads__container {
    text-align: center;
    position: relative;
    z-index: 5
}

.downloads__title {
    text-transform: uppercase;
    font-size: 3.125rem;
    color: #fff
}

.downloads__title:not(:last-child) {
    margin-bottom: .625rem
}

.downloads__subtitle {
    font-weight: 500;
    font-size: 1.25rem
}

.downloads__subtitle:not(:last-child) {
    margin-bottom: 1.875rem
}

.downloads__text {
    max-width: 40.625rem;
    margin: 0 auto
}

.downloads__text:not(:last-child) {
    margin-bottom: 3.125rem
}

.downloads__items {
    display: flex;
    justify-content: center;
    gap: 2.5rem
}

.downloads__bg-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none
}

.downloads__bg-image::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6)
}

.item-downloads {
    min-width: 15.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .9375rem;
    padding: .9375rem 1.5625rem;
    border-radius: .9375rem;
    background: rgba(155,155,155,.7);
    border: .125rem solid transparent;
    transition: all .3s
}

.item-downloads:hover {
    background: rgba(0,0,0,0);
    border: .125rem solid #00e599;
    color: #00e599
}

.item-downloads__icon {
    width: 3.125rem
}

.item-downloads__os {
    font-size: 1.375rem
}

.docs-hero {
    padding-block:13.75rem 11.25rem;color: #fff;
    position: relative
}

.docs-hero__container {
    max-width: 62.5rem;
    position: relative;
    z-index: 5;
    text-align: center
}

.docs-hero__title {
    color: #fff
}

.docs-hero__text {
    font-size: 1.125rem;
    max-width: 28.625rem;
    margin: 0 auto
}

.docs-hero__text:not(:last-child) {
    margin-bottom: 2.5rem
}

.docs-hero__bg-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none
}

.docs-hero__bg-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.85)
}

.docs {
    padding-block:5rem 6.25rem}

.docs-policy {
    padding-block:6.25rem}

.docs__container {
    color: #003;
    max-width: 62.5rem
}

.docs__article {
    line-height: 1.6
}

.docs__article:not(:last-child) {
    padding-bottom: 3.4375rem;
    border-bottom: .0625rem solid #d4d4d4;
    margin-bottom: 3.125rem
}

.docs__article a {
    font-weight: 500;
    color: #00b176;
    transition: all .2s
}

.docs__article a:hover {
    color: #00e599;
    text-decoration: underline
}

.docs__article--last:not(:last-child) {
    margin-bottom: 4.375rem
}

.docs__article strong {
    font-weight: 600
}

.docs__title.title {
    display: flex;
    gap: .625rem;
    align-items: center;
    font-weight: 500
}

.docs__h4 {
    font-size: 1.5rem
}

.docs__h4:not(:last-child) {
    margin-bottom: .9375rem
}

.docs__image {
    margin: 0 auto;
    overflow: hidden;
    border-radius: .9375rem
}

.docs__image:not(:last-child) {
    margin-bottom: 1.875rem
}

.docs__image--mw700 {
    max-width: 43.75rem
}

.docs__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .7s
}

.docs__image img:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.docs__icon {
    width: 4.375rem
}

.docs__text {
    margin: 0 auto
}

.docs__text>p:not(:last-child) {
    margin-bottom: .9375rem
}

.docs__text:not(:last-child) {
    margin-bottom: 1.5625rem
}

.docs__list:not(:last-child) {
    margin-bottom: 1.875rem
}

.docs__list-label {
    margin-bottom: .625rem
}

.docs__list-label--bigger {
    font-size: 1.25rem;
    font-weight: 500
}

.docs__ul:not(:last-child) {
    margin-bottom: 1.25rem
}

.docs__ul--circle {
    padding-left: 1.0625rem
}

.docs__ul--circle .docs__li {
    list-style: circle
}

.docs__ol {
    padding-left: 1.0625rem
}

.docs__ol .docs__li {
    list-style: decimal
}

.docs__li {
    list-style: inside
}

.docs__li:not(:last-child) {
    margin-bottom: .625rem
}

.docs__sub-item {
    list-style: circle inside;
    padding-left: 1.25rem
}

.docs__step {
    margin-bottom: .4375rem
}

.docs__step strong {
    font-size: 1.125rem
}

.docs__image--smaller {
    height: 21.875rem
}
