<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p.wText  a{
    color: #E8E7E1 !important;
}

/**umb_name:Green title*/
p.gTitle {
	font-size: 20px;
	line-height: 24px;
	color: #373632;
	display: inline-block;
	border-bottom: 1px solid #373632;
	padding-bottom: 1px;
}

/**umb_name:Green title with underLine*/
p.gTitleUnderline {
	font-size: 20px;
	line-height: 24px;
	color: #373632;
	text-align: center;
	/* Centers the text inside the &lt;p&gt; tag */border-bottom: 3px solid #373632;
	/* Creates the underline */padding-bottom: 3px;
	padding-left: 10px;
	/* Adds space to the left of the underline */padding-right: 10px;
	/* Adds space to the right of the underline */display: inline;
	/* Use 'inline' instead of 'inline-block' to fit content width */margin: 0 auto;
	/* Centers the inline element in its containing block */;
}

/**umb_name:Green headline*/
p.gHeadline {
	font-family: 'Sen', sans-serif;
	color: #3F5324;
	font-size: 40px;
	line-height: 50px;
}

/**umb_name:Quote text*/
p.qText {
	font-family: 'Sen', sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #3F5324;
	margin: 0;
}

/**umb_name:Green quote*/
p.gQuote {
	font-family: 'Sen', sans-serif;
	color: #3F5324;
	font-size: 50px;
	line-height: 65px;
}

/**umb_name:Green Banner text*/
p.gBannerText {
	font-size: 40px;
	line-height: 50px;
	color: #373632;
}

/**umb_name:Button Text*/
p.buttonText {
	font-family: 'Sen', sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #AFB592;
}

/**umb_name:White title*/
p.wTitle {
	font-size: 20px;
	line-height: 24px;
	color: #E8E7E1;
	display: inline-block;
	border-bottom: 1px solid #E8E7E1;
	padding-bottom: 3px;
}

/**umb_name:White headline*/
p.wHeadline {
	font-family: 'Sen', sans-serif;
	color: #E8E7E1;
	font-size: 40px;
	line-height: 50px;
}

/**umb_name:White text 20*/
p.wText {
	font-family: 'Sen', sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #E8E7E1;
	margin: 0;
}

/**umb_name:White Text 25*/
p.wText25 {
	font-family: 'Sen', sans-serif;
	font-size: 25px;
	line-height: 33px;
	color: #E8E7E1;
	margin: 0;
}

/**umb_name:Black headline*/
p.bHeadline {
	font-family: 'Sen', sans-serif;
	color: #373632;
	font-size: 25px;
	line-height: 33px;
}

/**umb_name:Black text*/
p.bText {
	font-family: 'Sen', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #373632;
	margin: 0;
	width: 95%;
}

/**umb_name:Black text 20*/
p.bText20 {
	font-family: 'Sen', sans-serif;
	font-size: 20px;
	line-height: 33px;
	color: #373632;
	margin: 0;
	width: 95%;
}

/**umb_name:Black text 25*/
.bText25 {
	font-family: 'Sen', sans-serif;
	font-size: 25px;
	font-height: 36px;
	color: #373632;
}

/**umb_name:Orange*/
span.orange {
	color: #D97100;
}

/**umb_name:Big Green Title*/
p.bigGreen {
	font-size: 80px;
	color: #3F5324;
	font-family: 'Sen', sans-serif;
}

/**umb_name:Big Green Title2*/
p.big2Green {
	font-size: 120px;
	color: #3F5324;
	font-family: 'Sen', sans-serif;
}

/**umb_name:Article White Headline*/
p.wArticleHeadline {
	font-family: 'Sen', sans-serif;
	font-size: 90px;
	color: #FFFFFF;
	line-height: 100px;
}

/**umb_name:Black text block*/
p.bTextBlock {
	font-family: 'Sen', sans-serif;
	font-size: 20px;
	line-height: 33px;
	color: #373632;
	margin: 0;
}

/**umb_name:Footer Green Title*/
p.fgTitle {
	font-family: 'Sen', sans-serif;
	font-size: 25px;
	line-height: 33px;
	color: #AFB592;
	margin: 0;
}

/**umb_name:Footer white text*/
p.fwText {
	font-family: 'Sen', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #E8E7E1;
	margin: 0;
}

/**umb_name:Black text 20 100% width*/
p.bText20w100 {
	font-family: 'Sen', sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #373632;
	margin: 0;
}

/**umb_name:Card Name*/
p.cardName {
	position: absolute;
	right: -85%;
}

/**umb_name:Top Banner White Text*/
h1.topBanner {
	font-family: 'Sen', sans-serif;
	color: #E8E7E1;
	font-size: 90px;
	line-height: 100px;
	font-weight: 200;
}

/**umb_name:White text 16*/
.wText16 {
	font-family: 'Sen', sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #E8E7E1;
	margin: 0;
}
</pre></body></html>