.tip {
    display: none;
    width: 312px;

    position: absolute;
    bottom: 100px;

    padding: 12px;
    border-radius: 8px;
    background-color: #F19E38;

    color: #ffffff;
}

.tip.tip_active {
    display: block;
    z-index: 111;
}

.tip_begin {
    background-color: transparent;
}

.tip_begin button {
    display: block;
    padding: 12px;
    margin: 0;
    color: #fff;
    border: none;
    border-radius: 12px;
    background-color: #1A5CC0;
    cursor: pointer;
}

#tip-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    backdrop-filter: blur(24px);

    background-color: #303E53A3;
}

#tip-skip {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF7A;
    cursor: pointer;
    z-index: 2;
}

#tip-skip {
    color: #FFFFFF7A;
}

#tip__play {
    opacity: 1;
}

.tip_hidden {
    display: none !important;
}

.tip__title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 4px 0;
}

.tip__text {
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFFCC;
    margin: 0 0 16px 0;
}

.tip__button {
    float: right;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
}

#tip-0 {
    left: 50%;
    transform: translate(-50%);
}

#tip-1 {
    left: 50%;
    transform: translate(-50%);
}

#tip-2 {
    left: 8px;
}

#tip-3 {
    right: 8px;
}

#tip-4 {
    right: 16px;
    bottom: 164px;
}