

/* Start:/app/style.css?178757879112019*/
.twc-app-page {
    --twc-yellow: #ffcd00;
    --twc-black: #000;
    --twc-paper: #f4f4f2;
    --twc-line: rgba(0, 0, 0, .22);
    --twc-header-height: 161px;
    --twc-page-gap: 38px;
    max-width: 1480px;
    margin: 0 auto;
    padding: calc(var(--twc-header-height) + var(--twc-page-gap)) 40px 110px;
    color: var(--twc-black);
    font-family: text-font, CeraPro-Medium, Arial, sans-serif;
}

.twc-app-page * {
    box-sizing: border-box;
}

.twc-app-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr);
    min-height: 650px;
    overflow: hidden;
    border: 2px solid var(--twc-black);
    border-radius: 42px;
    background: var(--twc-yellow);
}

.twc-app-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 76px 40px 76px 72px;
}

.twc-app-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    margin-bottom: 42px;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.twc-app-eyebrow__dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--twc-black);
}

.twc-app-hero h1 {
    max-width: 760px;
    margin: 0;
    font-family: title-font, CeraPro-Bold, Arial, sans-serif;
    font-size: clamp(54px, 6vw, 96px);
    font-weight: 700;
    line-height: .92;
    letter-spacing: -.045em;
    text-transform: none;
}

.twc-app-lead {
    max-width: 620px;
    margin: 40px 0 0;
    font-size: 24px;
    line-height: 1.35;
}

.twc-app-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 46px;
}

.twc-app-button {
    display: inline-flex;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px 26px;
    border: 2px solid var(--twc-black);
    border-radius: 18px;
    font-size: 17px;
    line-height: 1;
    transition: transform .18s ease, background .18s ease, color .18s ease;
}

a.twc-app-button:hover {
    transform: translateY(-3px);
}

.twc-app-button--primary,
.twc-app-button--primary:hover {
    color: #fff;
    background: var(--twc-black);
}

.twc-app-button--secondary,
.twc-app-button--secondary:hover {
    color: var(--twc-black);
    background: transparent;
}

.twc-app-button.is-disabled {
    cursor: default;
    opacity: .52;
}

.twc-app-button__icon {
    font-size: 30px;
    line-height: 0;
}

.twc-app-caption {
    margin: 18px 0 0;
    font-size: 13px;
    line-height: 1.4;
    opacity: .65;
}

.twc-app-hero__visual {
    position: relative;
    min-height: 650px;
}

.twc-app-phone {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 48%;
    width: 286px;
    height: 568px;
    padding: 12px;
    border: 4px solid var(--twc-black);
    border-radius: 48px;
    background: var(--twc-black);
    box-shadow: 22px 28px 0 rgba(0, 0, 0, .14);
    transform: translate(-50%, -50%) rotate(8deg);
}

.twc-app-phone__speaker {
    position: absolute;
    z-index: 3;
    top: 21px;
    left: 50%;
    width: 74px;
    height: 18px;
    border-radius: 10px;
    background: var(--twc-black);
    transform: translateX(-50%);
}

.twc-app-phone__screen {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 35px;
    background: #fff;
}

.twc-app-phone__screen::after {
    position: absolute;
    right: -55px;
    bottom: -60px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: var(--twc-yellow);
    content: '';
}

.twc-app-mark {
    display: grid;
    width: 82px;
    height: 82px;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 24px;
    background: var(--twc-yellow);
}

.twc-app-mark img {
    width: 38px;
    height: 46px;
}

.twc-app-phone__brand {
    font-family: title-font, CeraPro-Bold, Arial, sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: .92;
    text-align: center;
}

.twc-app-phone__line {
    width: 96px;
    height: 2px;
    margin: 28px 0;
    background: var(--twc-black);
}

.twc-app-phone__coffee {
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
}

.twc-app-orbit {
    position: absolute;
    border: 2px solid rgba(0, 0, 0, .34);
    border-radius: 50%;
}

.twc-app-orbit--one {
    top: 8%;
    left: 2%;
    width: 530px;
    height: 530px;
}

.twc-app-orbit--two {
    top: 17%;
    left: 11%;
    width: 420px;
    height: 420px;
}

.twc-app-spark {
    position: absolute;
    z-index: 3;
    font-size: 44px;
}

.twc-app-spark--one {
    top: 14%;
    right: 11%;
}

.twc-app-spark--two {
    bottom: 12%;
    left: 6%;
    font-size: 30px;
}

.twc-app-download {
    padding: 110px 0 80px;
}

.twc-app-download__title {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 20px;
    align-items: start;
    margin-bottom: 50px;
}

.twc-app-section-number {
    padding-top: 9px;
    font-family: 'PT Mono', monospace;
    font-size: 20px;
}

.twc-app-download h2,
.twc-app-note h2 {
    margin: 0;
    font-family: title-font, CeraPro-Bold, Arial, sans-serif;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.035em;
    text-transform: none;
}

.twc-app-download__title p {
    max-width: 690px;
    margin: 18px 0 0;
    font-size: 20px;
    line-height: 1.45;
}

.twc-app-file-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 32px 48px;
    padding: 42px;
    border: 2px solid var(--twc-black);
    border-radius: 30px;
    background: var(--twc-paper);
}

.twc-app-file-card.is-ready {
    background: var(--twc-yellow);
}

.twc-app-file-card__status {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 15px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.twc-app-status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #939393;
}

.is-ready .twc-app-status-dot {
    background: #159447;
}

.twc-app-file-card__row {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(110px, .7fr);
    gap: 32px;
}

.twc-app-file-card__label {
    margin-bottom: 8px;
    font-family: 'PT Mono', monospace;
    font-size: 12px;
    letter-spacing: .08em;
    opacity: .55;
    text-transform: uppercase;
}

.twc-app-file-card__value {
    font-size: 23px;
    line-height: 1.25;
}

.twc-app-hash {
    grid-column: 1;
    min-width: 0;
    padding-top: 28px;
    border-top: 1px solid var(--twc-line);
}

.twc-app-hash code,
.twc-app-hash span {
    display: block;
    overflow-wrap: anywhere;
    font-family: 'PT Mono', monospace;
    font-size: 14px;
    line-height: 1.55;
}

.twc-app-file-card__download {
    grid-column: 2;
    grid-row: 2 / 4;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    min-height: 180px;
    padding: 28px;
    border-radius: 24px;
    color: #fff;
    background: var(--twc-black);
    font-size: 21px;
    line-height: 1.1;
}

.twc-app-file-card__download:hover {
    color: #fff;
}

.twc-app-file-card__download span:last-child {
    font-size: 36px;
}

.twc-app-file-card__download.is-disabled {
    cursor: default;
    opacity: .32;
}

.twc-app-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 2px solid var(--twc-black);
    border-bottom: 2px solid var(--twc-black);
}

.twc-app-step {
    min-height: 280px;
    padding: 35px 36px 40px;
    border-right: 1px solid var(--twc-black);
}

.twc-app-step:last-child {
    border-right: 0;
}

.twc-app-step > span {
    display: block;
    margin-bottom: 56px;
    font-family: 'PT Mono', monospace;
    font-size: 14px;
}

.twc-app-step h3 {
    margin: 0 0 14px;
    font-family: title-font, CeraPro-Bold, Arial, sans-serif;
    font-size: 29px;
    font-weight: 700;
    text-transform: none;
}

.twc-app-step p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.twc-app-note {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 34px;
    align-items: start;
    margin-top: 80px;
    padding: 52px;
    border-radius: 30px;
    color: #fff;
    background: var(--twc-black);
}

.twc-app-note__icon {
    display: grid;
    width: 78px;
    height: 78px;
    place-items: center;
    border-radius: 50%;
    color: var(--twc-black);
    background: var(--twc-yellow);
    font-family: 'PT Mono', monospace;
    font-size: 38px;
}

.twc-app-note h2 {
    color: #fff;
    font-size: clamp(34px, 4vw, 55px);
}

.twc-app-note p {
    max-width: 840px;
    margin: 22px 0 0;
    font-size: 18px;
    line-height: 1.5;
}

@media (max-width: 1050px) {
    .twc-app-page {
        --twc-page-gap: 24px;
        padding-right: 24px;
        padding-bottom: 90px;
        padding-left: 24px;
    }

    .twc-app-hero {
        grid-template-columns: 1fr .72fr;
    }

    .twc-app-hero__content {
        padding: 62px 20px 62px 48px;
    }

    .twc-app-phone {
        left: 43%;
        width: 245px;
        height: 490px;
    }
}

@media (max-width: 760px) {
    .twc-app-page {
        --twc-page-gap: 14px;
        padding-right: 14px;
        padding-bottom: 70px;
        padding-left: 14px;
    }

    .twc-app-hero {
        display: flex;
        min-height: auto;
        flex-direction: column;
        border-radius: 28px;
    }

    .twc-app-hero__content {
        padding: 46px 25px 28px;
    }

    .twc-app-eyebrow {
        margin-bottom: 30px;
        font-size: 12px;
    }

    .twc-app-hero h1 {
        font-size: clamp(44px, 15vw, 66px);
    }

    .twc-app-lead {
        margin-top: 28px;
        font-size: 19px;
    }

    .twc-app-actions {
        flex-direction: column;
        margin-top: 34px;
    }

    .twc-app-button {
        width: 100%;
    }

    .twc-app-hero__visual {
        min-height: 430px;
    }

    .twc-app-phone {
        top: 48%;
        left: 50%;
        width: 205px;
        height: 408px;
        border-radius: 37px;
    }

    .twc-app-phone__screen {
        border-radius: 26px;
    }

    .twc-app-orbit--one {
        top: 3%;
        left: 50%;
        width: 390px;
        height: 390px;
        transform: translateX(-50%);
    }

    .twc-app-orbit--two {
        top: 13%;
        left: 50%;
        width: 310px;
        height: 310px;
        transform: translateX(-50%);
    }

    .twc-app-download {
        padding: 72px 0 60px;
    }

    .twc-app-download__title {
        display: block;
        margin-bottom: 30px;
    }

    .twc-app-section-number {
        display: block;
        margin-bottom: 22px;
    }

    .twc-app-download h2 {
        font-size: 44px;
    }

    .twc-app-download__title p {
        font-size: 17px;
    }

    .twc-app-file-card {
        display: block;
        padding: 26px;
        border-radius: 24px;
    }

    .twc-app-file-card__row {
        display: block;
    }

    .twc-app-file-card__row > div + div {
        margin-top: 24px;
    }

    .twc-app-file-card__status {
        margin-bottom: 36px;
        line-height: 1.35;
    }

    .twc-app-hash {
        margin-top: 28px;
    }

    .twc-app-file-card__download {
        min-height: 100px;
        margin-top: 30px;
    }

    .twc-app-steps {
        display: block;
    }

    .twc-app-step {
        min-height: 0;
        padding: 32px 10px 34px;
        border-right: 0;
        border-bottom: 1px solid var(--twc-black);
    }

    .twc-app-step:last-child {
        border-bottom: 0;
    }

    .twc-app-step > span {
        margin-bottom: 32px;
    }

    .twc-app-note {
        display: block;
        margin-top: 60px;
        padding: 30px 26px;
        border-radius: 24px;
    }

    .twc-app-note__icon {
        width: 62px;
        height: 62px;
        margin-bottom: 28px;
    }

    .twc-app-note p {
        font-size: 16px;
    }
}

/* End */
/* /app/style.css?178757879112019 */
