.container_9b947f {
    -ms-grid-columns: 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -ms-grid;
    display: grid;
    -webkit-justify-content: center;
    justify-content: center;
    grid-template-columns: 1fr;
    margin: 0 auto;
    overflow-anchor: none;
}

@media (min-width: 1080px) {
    .container_9b947f {
        margin-top: 40px;
        margin-bottom: 20px;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        width: 350px;
    }
}

.button_v4mwna-o_O-style_17gbla3-o_O-style_du73ze-o_O-style_jvxvz2-o_O-tagStyle_1qa05ni-o_O-style_dr6fyv {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 20px;
    background-color: #981E32;
    min-width: 120px;
    height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    pointer-events: unset;
    -webkit-transition: 0.2s box-shadow ease-in-out;
    -moz-transition: 0.2s box-shadow ease-in-out;
    transition: 0.2s box-shadow ease-in-out;
    will-change: box-shadow;
    box-shadow: 0 0 0 0, 0 0 0 0px #981E32;
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    padding: 8px 16px;
}