.ds-mps {
    --background_color: transparent;
    --text_color: inherit;
    --link_color:  inherit;

    --border_radius: 0.5rem;
    --border_radius_icon: 0.25rem;

    background-color: var(--background_color);
    color: var(--text_color);
}

.c-ds.ds-mps {
    color: var(--text_color);
}

.c-ds.ds-mps a {
    color: var(--link_color);
}

.c-ds.ds-mps h2,
.c-ds.ds-mps h3,
.c-ds.ds-mps h4,
.c-ds.ds-mps h5,
.c-ds.ds-mps h6 {
    font-family: var(--ds-font-content);
}

.ds-mps__body {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ds-mps--reverse_columns .ds-mps__body {
    flex-direction: column-reverse;
}

.ds-mps-media-image {
    width: 100%;
    height: auto;
    vertical-align: top;

    border-radius: var(--border_radius);
}

.ds-mps-end {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ds-mps-end .ds-section-in-title {
		color: var(--title_color);
}

.ds-mps-nums {
    margin: 1rem 0 0 0;
    padding: 0;

    list-style-type: none;

    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ds-mps--hide_icons .ds-mps-nums {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ds-mps-num {
    display: flex;
    gap: 2rem;
}

.ds-mps-num-icon {
    flex: 0 0 5.1875rem;
}

.ds-mps-num-icon-img {
    width: 100%;
    height: auto;

    vertical-align: top;

    border-radius: var(--border_radius_icon);
}

.ds-mps--hide_icons .ds-mps-num-icon {
    display: none;
}

.ds-mps-num-content {
    flex: 1;
}

* > .ds-mps-num-content > .ds-mps-num-value {
	font-family: 'IBM Plex Mono', sans-serif !important;
}

.ds-mps-num-value {
    font-weight: 400;
    /* font-size: 1.75rem; */
		font-size: 2rem;
    line-height: 0.75;
    letter-spacing: -2%;
		color: inherit;

    margin-block: 0;
}

.ds-mps-num-hint {
	font-size: 1rem;
	line-height: 1.5;
    margin-block-start: 0.5rem;
		font-weight: 300;
}

.ds-mps--hint_to_bottom .ds-mps-num-hint {
    margin-block-start: 1.25rem;
}

@media (min-width:768px) {
    .ds-mps-nums {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:1199.98px) {
    .ds-mps-start--below {
        order: 1;
    }

		.ds-mps--reverse_columns .ds-mps__body .ds-mps-start {
			order: 1;
		}

		.ds-mps--reverse_columns .ds-mps__body .ds-mps-start--below {
			order: -1;
		}
}

@media (min-width:1200px) {
    .ds-mps__body {
        flex-direction: row;
        justify-content: space-between;
        gap: 2rem;
    }

    .ds-mps--reverse_columns .ds-mps__body {
        flex-direction: row-reverse;
    }

    .ds-mps-start,
    .ds-mps-end {
        flex: 1;
    }

    .ds-mps-start {
        flex: 0 0 60%;
    }

    .ds-mps-start {
        max-width: 43.75rem;
    }

    .ds-mps-end {
        max-width: 43.75rem;
        gap: 1rem;
    }

    .ds-mps-nums {
        margin-block-start: 1.5rem;
    }

    .ds-mps-num-hint {
        font-size: 0.875rem;
        line-height: 1.71428571;
        letter-spacing: 2.5%;
    }

		.ds-mps-num-value {
        font-size: 2rem;
        line-height: 1.1875;
        letter-spacing: -2%;
    }
}

@media (min-width:1400px) {
    .ds-mps-nums {
        gap: 3.5rem 2rem;
    }

    .ds-mps-num-icon {
        flex: 0 0 5.5rem;
    }
}
