

/**umb_name:Heading 1*/
.richHeader {
	font-weight:bold;
	font-size:37px;
	letter-spacing:2px;
}

/**umb_name:Heading 2*/
.richHeader2 {
	font-weight:bold;
	font-size:30px;
	letter-spacing:2px;
}

/**umb_name:Huge*/
.richHuge {
	font-size:166px;
	line-height:90%;
}

/**umb_name:Xlarge*/
.richXLarge {
	font-size:56px;
	line-height:100%;
}

/**umb_name:Large*/
.richLarge {
	font-size:34px;
	line-height:110%;
}

/**umb_name:Medium*/
.richMedium {
	font-size:24px;
	letter-height:110%;
}

/**umb_name:Base*/
.richBase {
	font-size:18px;
	line-height:130%;
	letter-spacing:-0.01em;
}

/**umb_name:Small*/
.richSmall {
	font-size:16px;
	line-height:130%;
}

/**umb_name:Xsmall*/
.richXSmall {
	font-size:12px;
	line-height:120%;
}

/**umb_name:yellow*/
.richYellow {
	color:#E9EC6B;
}

/**umb_name:green*/
.richGreen {
	color:#989877;
}

/**umb_name:gray*/
.richGray {
	color:gray;
}

/**umb_name:Label small*/
.richLabelSmall {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.06em;
}

/**umb_name:Tag*/
.richTag {
	border: 1px solid #191919;
	border-radius: 64px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.06em;
	padding: 6px 16px;
}

/**umb_name:Label*/
.richLabel {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.06em;
}

/**umb_name:Border bottom*/
.richBorderBottom {
	border-bottom: 1px solid #A9A9A9;
	padding-bottom: 2rem;
}

/**umb_name:Arrow link (left)*/
.richLinkArrowLeft {
	text-transform: uppercase;
	cursor: pointer;
}

/**umb_name:Arrow link (right)*/
.richLinkArrowRight {
	text-transform: uppercase;
	cursor: pointer;
}

/**umb_name:Overflow ellipsis (...)*/
.richOverflow {
	overflow: ellipsis;
}

/**umb_name:Double border bottom*/
.richDoubleBorderBottom {
	padding-bottom: 4rem;
	border-bottom: 1px solid #A9A9A9;
}

/**umb_name:List number*/
.richListNumber {
	letter-spacing: -0.01em;
	padding-right: 100px;
}

/**umb_name:Article title*/
.richArticleTitle {
	height: 76px;
	font-size: 34px;
}

/**umb_name:Yellow button*/
.richYellowButton {
	background-color: #E9EC6B;
}

/**umb_name:List text*/
.richListText {
	padding-left: 120px;
}

/**umb_name:Indented text*/
.richIndentedText {
	padding: 0 1rem;
}
