.MigmDzlzBL {
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    position: fixed;
    left: 16px;
    bottom: 16px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 4px 0px 11px 0px rgba(16, 24, 40, 0.18);
    display: none;
}

.OtysbRNWTV {
    width: 100%;
    max-width: 383px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.OtysbRNWTV h2 {
    color: #282828;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.OtysbRNWTV p {
    color: #282828;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.oJUxUiTpBz {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.oJUxUiTpBz .myQxTFOahn {
    width: 100%;
    display: flex;
    padding: 8px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #00289F;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(63, 12, 12, 0.32);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.oJUxUiTpBz .SgHsDegvcM {
    width: 100%;
    display: flex;
    padding: 7px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #282828;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    border-radius: 8px;
    border: 1px solid #AAA;
    background: #FFF;
    cursor: pointer;
}
.pcFIEvUUup, .lHOhcmUywQ {
    cursor: pointer;
}



@media only screen and (max-width: 500px) {
    .MigmDzlzBL {
        gap: 12px;
        left: 16px;
        right: 16px;
        bottom: 8px;
    }
    .oJUxUiTpBz .myQxTFOahn{
        max-width: 147px;
    }
    .oJUxUiTpBz .SgHsDegvcM{
        max-width: 147px;
    }

.OtysbRNWTV{
    gap: 4px;
}
    .OtysbRNWTV h2 {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

    .OtysbRNWTV p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
}