

/* Start:/local/components/ag-group/promo.page/templates/.default/style.css?17520431661280*/
.promo {
    overflow: hidden;
    border-radius: 32px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    margin-left: -16px;
    margin-right: -16px; }
.promo img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
@media (max-width: 992px) {
    .promo {
        border-radius: 24px; } }
@media (max-width: 760px) {
    .promo {
        border-radius: 15px; } }

.card {
    border-radius: 12px;
    padding: 20px 15px;
    background-color: #fff; }
.card__title {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px; }
.card__title.center {
    text-align: center; }
.card__article {
    font-size: 20px;
    color: #000; }
.card__article p strong {
    font-weight: 600; }
.card__article img {
    border-radius: 12px;
    overflow: hidden; }
.card__article iframe {
    width: 100%;
    height: 600px;
    border-radius: 16px; }
.card + .card {
    margin-top: 20px; }
@media (max-width: 992px) {
    .card__article iframe {
        height: 400px;
        border-radius: 12px; } }
@media (max-width: 760px) {
    .card__article iframe {
        height: 220px; } }

.card__title.hidden{
    display: none;
}

.card .card__article img
{
    display: initial;
}
/* End */
/* /local/components/ag-group/promo.page/templates/.default/style.css?17520431661280 */
