/*! Fonts */
@import 'https://business.cdn-tinkoff.ru/static/fonts/tinkoff-sans-fonts.css';

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    /**
     * Prevent the duplicate application of `bolder`
     by the next rule in Safari 6.
     */
    font-weight: inherit;
    /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    display: table; /* 1 */
    padding: 0; /* 3 */
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    max-width: 100%; /* 1 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type='checkbox'],
[type='radio'] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

/*! Basic styles */

html {
    height: 100%;
}

body {
    /*.text-basic();*/
    font-family: -apple-system, 'BlinkMacSystemFont', system-ui, 'Roboto', 'Segoe UI', 'Helvetica Neue', sans-serif;;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.54;
    color: #333;
    background: #F6F7F8;
    min-height: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media all and (min-width: 600px) {
    body {
        font-family: 'tuiText', -apple-system, 'BlinkMacSystemFont', system-ui, 'Roboto', 'Segoe UI', 'Helvetica Neue', sans-serif;
    }
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button,
select,
textarea {
    font-family: inherit;
    color: inherit;
}

::-moz-selection {
    background-color: #ffee96;
}

::selection {
    background-color: #ffee96;
}

::-ms-clear {
    display: none;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

.page {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    min-width: 320px;
    min-height: 100vh;
}

.login_wrapper {
    width: 536px;
    box-sizing: border-box;
}

.login {
    width: 536px;
    box-sizing: border-box;
    background: white;
    overflow: visible;
}

.login.hidden {
    display: none;
}

@media screen and (max-width: 1023px) {
    .login {
        width: 508px;
    }

    .login_wrapper {
        width: 508px;
    }
}

.notification {
    background: #F52222;
    color: white;
    text-align: center;
    position: fixed;
    width: 100%;
    user-select: none;
    font-size: 17px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.notification a:link, .notification a:visited {
    color: white;
}

@media screen and (max-width: 599px) {
    .page {
        align-items: center;
    }

    .login {
        width: 100%;
        min-height: auto;
        border: 0;
    }

    .login_wrapper {
        width: 100%;
        min-height: auto;
        border: 0;
    }

    .notification {
        position: static;
    }
}

.login__logo {
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.2px;
    margin-bottom: 40px;
    padding: 1.5rem 3rem;
}

@media all and (min-width: 600px) {
    .login__logo {
        margin-bottom: 68px
    }
}

.login__logo-image {
    vertical-align: middle;
}

[small-logo] {
    width: 78px;
    height: 24px;
}

.large-logo {
    width: 12.5rem;
    height: 3.25rem;
}

.login__title {
    font: bold 24px/28px -apple-system, 'BlinkMacSystemFont', system-ui, 'Roboto', 'Segoe UI', 'Helvetica Neue', sans-serif;
    margin: 0 0 8px;
    max-inline-size: 100%;
}

@media all and (min-width: 600px) {
    .login__title {
        font: bold 28px/32px 'tuiHeading', -apple-system, 'BlinkMacSystemFont', system-ui, 'Roboto', 'Segoe UI', 'Helvetica Neue', sans-serif;
    }
}

.login__text {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 0;
    word-break: break-word;
    text-wrap: nowrap;
}

.login__inputs {
    margin-top: 20px;
}

.login__tip {
    margin: 4px 0 0;
}

.login__actions {
    display: flex;
    align-items: center;
    margin-top: 28px;
}

.external__actions {
    display: flex;
    align-items: center;
    margin-top: 32px;
    box-sizing: border-box;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.external__actions form {
    width:100%
}

.external__actions button {
    background-color: var(--tui-background-neutral-1);
    width: 100%;
    border-radius: 0.75rem;
    color: #1771e6;
}

.external__actions button:hover {
    background-color: var(--tui-background-neutral-1-hover);
}

.login__actions_links {
    display: block;
    margin-top: 24px;
}

.login__links {
    margin-left: 20px;
}

.login__inputs-error-text {
    font-size: 13px;
    color: #c40b08;
    text-align: left;
    line-height: 1.54;
    margin-top: 3px;
}

.login__inputs_error .login__inputs-error-text {
    display: block;
}

.input + .input {
    margin-top: 20px;
}

.input__wrap {
    position: relative;
    background-color: #eef3f8;
    border-radius: 0.75rem;
}

.input__field {
    width: 100%;
    height: 56px;
    border: 0;
    outline: none;
    font-size: 15px;
    line-height: 1.6;
    background-color: transparent;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 0.75rem;
}

/* Chrome, Safari, Edge, Opera */
.input__field::-webkit-outer-spin-button,
.input__field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.input__field_password {
    letter-spacing: 2px;
}

.input__field_secured {
    -webkit-text-security: disc;
}

.input__wrap_with-icon .input__field {
    padding: 16px 40px 16px 16px;
}

.input__field:focus,
.input__wrap_changed .input__field {
    padding: 25px 16px 7px 16px;
}

.input__field:-webkit-autofill {
    padding: 25px 16px 7px 16px;
}

.input__wrap_with-icon .input__field:focus,
.input__wrap_changed.input__wrap_with-icon .input__field {
    padding: 25px 40px 7px 16px;
}

.input__wrap_with-icon .input__field:-webkit-autofill {
    padding: 25px 40px 7px 16px;
}

.input__label {
    position: absolute;
    top: 50%;
    left: 16px;
    font-size: 15px;
    line-height: 1.6;
    color: #79818c;
    transition: all .3s;
    transform: translateY(-50%);
    pointer-events: none;
}

.input__field:focus + .input__label,
.input__wrap_changed .input__label {
    top: 7px;
    font-size: 13px;
    line-height: 1.54;
    transform: translateY(0);
}

.input__field:-webkit-autofill + .input__label {
    top: 7px;
    font-size: 13px;
    line-height: 1.54;
    transform: translateY(0);
}

.input-icon {
    position: absolute;
    top: 50%;
    right: 18px;
    z-index: 2;
    width: 24px;
    height: 24px;
    color: #959ba4;
    transform: translateY(-50%);
    outline: none;
    cursor: pointer;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}

.input-icon:hover {
    color: #5c636b;
}

.input__field[type="password"] ~ .input-icon .input-icon__show {
    display: none;
}

.input__field[type="text"] ~ .input-icon .input-icon__hide {
    display: none;
}

.input__field[type="text"] ~ .input-icon .input-icon__show {
    display: block;
}

.input__field[type="number"] {
    letter-spacing: 7px;
}

.input_error .input__wrap {
    background-color: #fbebeb;
}

.input_error .input__label {
    color: #c40b08;
}

.button {
    height: 56px;
    font: 15px/1.6 -apple-system, 'BlinkMacSystemFont', system-ui, 'Roboto', 'Segoe UI', 'Helvetica Neue', sans-serif;
    border-radius: 0.75rem;
    background-color: #ffdd2d;
    border: 0;
    cursor: pointer;
    transition: background-color .3s;
    outline: none;
    padding: 0 36px;
}

@media all and (min-width: 600px) {
    .button {
        font-family: 'tuiText', -apple-system, 'BlinkMacSystemFont', system-ui, 'Roboto', 'Segoe UI', 'Helvetica Neue', sans-serif;
    }
}

.button:hover {
    background-color: #ffe146;
}

.button:active {
    background-color: #ffe560;
}

.link {
    display: block;
    text-decoration: none;
    transition: color .3s;
    color: #1771e6;
    font-size: 15px;
    line-height: 24px;
}

.link-external {
    display: inline;
    background-image: url(../images/tuiIconExternalLink.svg);
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 1.5em;
}

.link + .link {
    margin-top: 4px;
}

.link:hover {
    color: #1f50ba;
}

.link:active {
    color: #1771e6;
}

.link:focus {
    outline: none;
}

.link-disabled,
.link-disabled[disabled] {
    opacity: .6;
    cursor: default !important;
    pointer-events: none;
}

.center-screen-block {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 25em;
    height: 200px;
    text-align: center
}

button:disabled, button:disabled:hover {
    color: #8a9396;
    background-color: #d9cc87;
}

#additional-error-message{
    margin-top: 20px;
    display: none;
}

.no-wrap {
    white-space: nowrap;
}

@media all and (min-width: 600px) {
    .no-wrap {
        display: inline-block;
    }
}

.tui-tooltip {
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: #c7c9cc;
    overflow: hidden;
    margin-top: -1px;
}

.tui-tooltip .tooltip-text {
    position: absolute;
    width: auto;
    height: auto;
    padding: 12px 16px 12px 16px;
    margin-bottom: 9px;
    background: #5c636b;
    border-radius: 8px;
    color: #fff;
    visibility: hidden;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    
    font-size: 13px;
    line-height: 20px;
    word-wrap: break-word;
    white-space: nowrap;

    opacity: 0;
    transition: opacity .3s;
}

@media all and (min-width: 600px) {
    .tui-tooltip .top.tooltip-text {
        left: 0;
        transform: translateX(-125px);
    }
}

@media all and (min-width: 600px) {
    .tui-tooltip .right.tooltip-text {
        transform: translate(7%, 68%);
    }
}

.tui-tooltip .tooltip-text::after {
    content: " ";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: inherit;
    bottom: -4px;
    left: 50%;
    transform: translateX(-4px) rotate(45deg);
}

@media all and (min-width: 600px) {
    .tui-tooltip .top.tooltip-text::after {
        left: 0;
        transform: translateX(132.2px) rotate(45deg);
    }
}

@media all and (min-width: 600px) {
    .tui-tooltip .right.tooltip-text::after {
        left: 0;
        transform: translate(-3.2px, -50px) rotate(45deg);
    }
}

.tui-tooltip:hover {
    color: #616871;
    overflow: visible;
}

.tui-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.icon {
    width: 100%;
    height: 100%;
}

.tui-svg:not(:empty) {
    fill: transparent;
    overflow: hidden;
}

.remaining-block-container {
    margin: -2px 0 24px 0;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #dddfe0;
    box-sizing: border-box;
    padding: 16px 16px 20px 21px;
    display: flex;
    align-items: center;
}

.remaining-block-icon-container {
    width: 24px;
    height: 24px;
    margin-right: 17px;
}

.remaining-block-icon {
    width: 100%;
    height: 100%;
    color: #9299A2;
}

.block-heading {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.8);
}

.no-sms-block {
    display: none;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #dddfe0;
    box-sizing: border-box;
    padding: 16px 16px 20px 23px;
    margin: -2px 0 24px;
}

.resend-block {
    margin-bottom: 4px;
    margin-top: 24px;
}

li::marker {
    color: #FFDD2D;
    font-size: 22px;
}

a.go-home{
    font-size: 15px;
    margin: 80px;
}

/*Disable autoscaling on iOS*/
@supports (-webkit-touch-callout: none) {
    .input__field {
        font-size: 16px;
        transform-origin: top left;
        transform: scale(0.9375);
    }
}

.loader-block {
    font-size: 13px;
    color: #959595;
    text-align: left;
    line-height: 1.54;
    margin-top: 3px;
}

.input-position.lds-dual-ring {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 25px;
    float:right;
}

.guide-block {
    font-size: 15px;
    text-align: left;
    line-height: 24px;
}

.lds-dual-ring {
    display: inline-block;
    width: 14px;
    height: 14px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 14px;
    height: 14px;
    margin: 2px;
    border-radius: 50%;
    border: 2px solid;
    border-color: #959595 transparent #959595 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.red-border.lds-dual-ring:after {
    border-color: #c40b08 transparent #c40b08 transparent;
}

.yellow-border.lds-dual-ring:after {
    border-color: #FFDD2D transparent #FFDD2D transparent;
}

.qr-code {
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: var(--tui-background-base-alt);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-top: 16px;
    margin-bottom: 16px;
    height: 150px;
    border-radius: 12px;
}

:root {
    --tui-shadow-medium: 0px 6px 34px 0px rgba(0, 0, 0, .12);
    --tui-background-neutral-1: rgba(0, 0, 0, 0.04);
    --tui-background-neutral-1-hover: rgba(0, 0, 0, 0.08);
    --tui-background-base-alt: rgb(246, 247, 248);
    --tui-duration: 0.15s;
    --tui-radius-s: .375rem;
    --t-checked-icon: url('../images/tuiIconMediumPragmaticCheck.svg');
    --tui-background-accent-1: #ffdd2d;
    --tui-text-primary-on-accent-1: #333333;
}

[tuiCardMedium],
[tuiCardLarge] {
    appearance: none;
    padding: 0;
    border: 0;
    font-size: inherit;
    line-height: inherit;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
    text-decoration: none;
    overscroll-behavior: contain;
    box-shadow: var(--tui-shadow-medium);
}

[tuiCardLarge] {
    padding: 2rem;
    border-radius: 1.5rem;
    box-sizing: border-box;
    flex-direction: column;
    align-items: stretch;
}

.totpCheckboxBlock{
    display: flex;
    justify-content: left;
    align-items: flex-start;
    margin-top: 20px;
}

.tui-checkbox-medium {
    --t-size: 1.5rem;
    inline-size: var(--t-size);
    block-size: var(--t-size);
    border-radius: var(--tui-radius-s);
    cursor: pointer;
    margin: 0;
    flex-shrink: 0;
    transition-property: all;
    transition-duration: var(--tui-duration, .3s);
    transition-timing-function: ease-in-out;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    outline: .125rem solid transparent;
    outline-offset: -.125rem;
    transition-property: color, background-color, opacity, box-shadow, border, border-radius, filter;
    background: rgb(118 118 118 / 15%);
    color: var(--tui-text-primary-on-accent-1);
}

.tui-checkbox-medium:checked {
    background: var(--tui-background-accent-1);
}

.tui-checkbox-medium:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    inline-size: 1.5rem;
    block-size: 1.5rem;
    margin: auto;
    background: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"></svg>') center / 100%;
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"></svg>') center / 100%;
    transform: scale(0);
    transition: transform var(--tui-duration) ease-in-out, -webkit-mask 0s var(--tui-duration) ease-in-out;
    transition: transform var(--tui-duration) ease-in-out, mask 0s var(--tui-duration) ease-in-out;
    transition: transform var(--tui-duration) ease-in-out, mask 0s var(--tui-duration) ease-in-out, -webkit-mask 0s var(--tui-duration) ease-in-out;
}

.tui-checkbox-medium:checked:before {
    -webkit-mask-image: var(--t-checked-icon);
    mask-image: var(--t-checked-icon);
    transform: scale(1);
    transition: transform var(--tui-duration) ease-in-out, -webkit-mask 0s ease-in-out;
    transition: transform var(--tui-duration) ease-in-out, mask 0s ease-in-out;
    transition: transform var(--tui-duration) ease-in-out, mask 0s ease-in-out, -webkit-mask 0s ease-in-out;
}