.na6dee1-0cd8b7 {
    margin: 32px 0;
}

.sa6dee1-4e204f {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.wa6dee1-aff8e0 {
    display: grid;
    align-items: center;
    border-bottom: 1px solid #ededed;
    border-radius: 5px;
    background-color: #ecf0f1;
    grid-template-areas: 'logo info title actions';
    grid-template-columns: 168px 276px auto 360px;
    grid-template-rows: 1fr;
    position: relative;
}

.wa6dee1-aff8e0.ea6dee1-e9f993 {
    display: none;
}

.oa6dee1-e62bcf {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
    color: #fff;
    border-radius: 6px;
    background-color: #d63031;
}

.ra6dee1-777447 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 168px;
    border-radius: 5px;
    grid-area: logo;
}

.ra6dee1-777447 img {
    width: 168px;
    height: 168px;
    border-radius: inherit;
    object-fit: contain;
}

.da6dee1-2a164c {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px 20px 0;
    text-align: center;
    gap: 8px;
    grid-area: info;
}

.qa6dee1-19c3dd {
    font-family: Roboto, sans-serif;
    font-size: 21.3px;
    font-weight: 700;
    line-height: 17.6px;
    text-decoration: none;
    color: #151515;
}

.pa6dee1-b91163 {
    display: flex;
    align-items: center;
    height: 28px;
    padding: 8px 15px;
    border-radius: 14px;
    background-color: #fff;
}

.pa6dee1-b91163 img {
    height: 14px;
}

.ia6dee1-3e4213 {
    font-family: Roboto, sans-serif;
    font-size: 28.43px;
    font-weight: 700;
    line-height: 35.5375px;
    padding: 20px;
    color: #111;
    grid-area: title;
}

.ja6dee1-63fd62 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    background-color: #dfe6e9;
    grid-area: actions;
}

.za6dee1-8ff9a7 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 35.5375px;
    width: 180px;
    margin-bottom: 5px;
    padding: 20px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #7f8c8d;
}

.za6dee1-8ff9a7:hover {
    color: #7f8c8d;
}

.ja6dee1-ae987b {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 60px;
    margin: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #d63031;
    box-shadow: 0 5px 15px 0 #d630318c;
}

.ja6dee1-ae987b:hover {
    text-decoration: unset;
    color: #fff;
}

@media (max-width: 991px) {
    .wa6dee1-aff8e0 {
        background-color: #dfe6e9;
        grid-template-areas:
            'logo info'
            'title title'
            'actions actions';
        grid-template-columns: 128px auto;
    }

    .ra6dee1-777447 {
        width: 98px;
        height: 98px;
        margin: 20px 20px 20px 10px;
    }

    .ra6dee1-777447 img {
        width: 98px;
        height: 98px;
    }

    .da6dee1-2a164c {
        align-items: unset;
        padding: 20px 10px 20px 0;
        text-align: unset;
        gap: 0;
    }

    .qa6dee1-19c3dd {
        line-height: 23.4608px;
    }

    .pa6dee1-b91163 {
        padding: unset;
        border-radius: unset;
        background-color: unset;
    }

    .ia6dee1-3e4213 {
        text-align: center;
        border-radius: 10px 10px 0 0;
        background-color: #ecf0f1;
        box-shadow: 0 -4px 3px #0000000a;
    }

    .ja6dee1-63fd62 {
        flex-direction: column;
        background-color: #ecf0f1;
    }

    .za6dee1-8ff9a7 {
        order: 2;
        width: 100%;
        margin-bottom: 0;
    }

    .ja6dee1-ae987b {
        order: 1;
        width: calc(100% - 40px);
        margin: 0;
    }
}
