/* inter-500 - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('/css/fonts/inter-v12-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''), url('/css/fonts/inter-v12-latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('/css/fonts/inter-v12-latin-500.woff2') format('woff2'),
        /* Super Modern Browsers */ url('/css/fonts/inter-v12-latin-500.woff') format('woff'),
        /* Modern Browsers */ url('/css/fonts/inter-v12-latin-500.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('/css/fonts/inter-v12-latin-500.svg#Inter') format('svg'); /* Legacy iOS */
}

/* inter-400 - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('/css/fonts/inter-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('/css/fonts/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('/css/fonts/inter-v12-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */ url('/css/fonts/inter-v12-latin-regular.woff') format('woff'),
        /* Modern Browsers */ url('/css/fonts/inter-v12-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('/css/fonts/inter-v12-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}

html, body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

body {
}

h1 {
    width: calc(100% - 64px);
    text-align: center;
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.25px;
    color: #3E2180;
    margin: 64px auto;
}

h1 span {
    color: #8F68FF;
    position: relative;
}

h1 span:after {
    background: url('/img/vector.png');
    background-size: cover;
    width: 167px;
    height: 10px;
    content: "";
    left:50%;
    transform: translateX(-50%) translateY(20px);
    top:50%;
    position: absolute;
}

h2 {
    color: #101828;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

h3 {
    color: #475467;
    margin-top: 4px;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.25px;
}

li {
    margin-left: 30px;
}

.box {
    width: calc(100% - 20px);
    max-width: 960px;
    margin: 50px auto;
    border: 1px solid #E1D7FF;
    border-radius: 16px;
    box-shadow: 0 2px 32px 0 #8F68FF0D;
    overflow: hidden;
}

.ta-center {
    text-align: center;
}

.ta-right {
    text-align: right;
}

.table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.table-cell {
    display: table-cell;
}

.instance {
    width: 560px;
    border-right: 1px solid #E1D7FF;
    position: relative;
    overflow-x: hidden;
}

.instance img.cover {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    object-fit: cover;
    object-position: center center;
}

.instance .icon {
    width: 80px;
    height: 80px;
    border-radius: 18px;
    border: 1px solid #0000001A;
}

.instance .description {
    color: #1D2939;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.41px;
}

.app {
    background: #FBFAFF;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.app .icon {
    width: 128px;
    height: 128px;
    border: 1px solid #E1D7FF;
    border-radius: 29px;
    box-shadow: 0 0 64px 16px #E1D7FF80, 0 8px 16px 0 #3E21801A;
    margin-top: 48px;
    margin-bottom: 24px;
}

.app .opener {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.25px;
}

.app .opener span {
    display: inline-block;
    margin-top: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

.app .buttons {
    margin-top: 48px;
}

.app .buttons img {
    display: block;
    margin: 16px auto;
    width: 200px;
    height: 60px;
}

.va-top {
    vertical-align: top;
}

.va-middle {
    vertical-align: middle;
}

.w16 {
    width: 16px;
}

.w32 {
    width: 32px;
}

.w80 {
    width: 80px;
}

.w100 {
    width: 100px;
}

.pt8 {
    padding-top: 8px;
}

.pb8 {
    padding-bottom: 8px;
}

.pt24 {
    padding-top: 24px;
}

.pb24 {
    padding-bottom: 24px;
}

.pr24 {
    padding-right: 24px;
}

.pl24 {
    padding-left: 24px;
}

hr {
    margin: 0;
    padding: 0;
    border:none;
    background: none;
    border-top: 1px solid #E1D7FF;
}

a,
a:active,
a:visited,
a:hover {
    color: #8F68FF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.quill-text p {
    margin-bottom: 12px;
    min-height: 18px;
}

footer {
    margin: 44px auto;
    width: 100%;
    max-width: 960px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.41px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
    gap: 32px 16px;
}

footer a,
footer a:active,
footer a:visited,
footer a:hover {
    color: rgba(0, 0, 0, 0.5);
}

footer img {
    width: 100px;
    height: 31px;
}

@media (max-width: 650px) {
    h1 {
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .box, footer {
        max-width: 720px;
    }

    .instance {
        width: 420px;
    }

    .instance .img-wrapper,
    .instance .img-wrapper img {
        height: 236px;
    }
}

@media (max-width: 767px) {
    .box {
        border-left: none;
        border-right: none;
        border-radius: 0;
        width: 100%;
        max-width: 100%;
    }

    footer {
        width: calc(100% - 64px);
        max-width: 100%;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    footer div {
        order: 0;
    }

    footer a {
        order: 1
    }

    .table.mobile-block {
        display: block;
    }

    .instance, .app {
        width: 100%;
        display: block;
        border-right: none;
    }

    .app {
        padding-bottom: 48px;
    }

    .instance {
        border-bottom: 1px solid #E1D7FF;
        padding-bottom: 0;
    }
}

