/* PLACE YOUR CUSTOM STYLES IN THIS FILE */
.cs-item {
	box-sizing: border-box;
    width: 100%;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.tf-paragraph-xs-r {
    font-feature-settings: 'liga' off, 'clig' off;

    /* Paragraph / XS / Regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */

    margin: 0px;
}

.tf-label-m-m {
    font-feature-settings: 'liga' off, 'clig' off;

    /* Label / M / Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */

    margin: 0px;
}

.tf-label-l-m {
	font-feature-settings: 'liga' off, 'clig' off;

	/* Label / L / Medium */
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 133.333% */

    margin: 0px;
}

.tf-label-xl-m {
	font-feature-settings: 'liga' off, 'clig' off;

	/* Label / XL / Medium */
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 140% */

    margin: 0px;
}

.tf-label-xxl-m {
    font-feature-settings: 'liga' off, 'clig' off;

    /* Label / XXL / Medium */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */

    margin: 0px;
}

.tf-headine-h1 {
	font-feature-settings: 'liga' off, 'clig' off;

	/* Headline / H1 */
	font-family: Inter;
	font-size: 72px;
	font-style: normal;
	font-weight: 500;
	line-height: 80px; /* 111.111% */
	letter-spacing: -1.008px;

	margin: 0px;
}

.tf-headline-h3 {
	font-feature-settings: 'liga' off, 'clig' off;

	/* Headline / H3 */
	font-family: Inter;
	font-size: 56px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px; /* 114.286% */
	letter-spacing: -2.016px;

	margin: 0px;
}

.tf-headline-h5 {
	font-feature-settings: 'liga' off, 'clig' off;

	/* Headline / H5 */
	font-family: Inter;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 48px; /* 120% */
	letter-spacing: -0.96px;

	margin: 0px;
}

.tf-headline-h6 {
	font-feature-settings: 'liga' off, 'clig' off;

	/* Headline / H6 */
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px; /* 125% */
	letter-spacing: -0.768px;
	
	margin: 0px;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  margin-left: 16px;
}
