<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-family: 'pt-sans', Helvetica, sans-serif;
    /*
        font-weight: 400;
        font-style: normal;
    */
}

@media (max-width: 767px) {
    body { font-size: 16px; line-height: 21px; }
}

.font-style-italic { font-style: italic;  }
.font-style-regular { font-style: normal;  }
.font-style-bold, b, strong, .text-bold { font-weight: 700; }

.hgst-font-family-special, .hgst-font-family-special-bold  { font-family: 'Supernett-Bold', Arial, Helvetica, non-serif;  font-weight: normal; }
.hgst-font-family-special-regular { font-family: 'Supernett-Regular', Arial, Helvetica, non-serif;  font-weight: normal; }


h1, h2, h3, h4, h5 { 
    font-family: 'Supernett-Bold', Arial, Helvetica, non-serif;  font-weight: normal;
    color: #61160E;
}
h1 a, h2 a, h3 a, h4 a, h5 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
    color: #61160E ;
}
h1, .wn-h1 {
    font-size: 42px;
    line-height: 48px;
}

h2, .wn-h2 {
    font-size: 36px;
    line-height: 42px;
}

h3, .wn-h3 {
    font-size: 30px;
    line-height: 36px;
}

h4, .wn-h4 {
    font-size: 28px;
    line-height: 35px;
}

h5, .wn-h5 {
    font-size: 24px;
    line-height: 32px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    h1, .wn-h1 { font-size: 36px; line-height: 44px; }
    h2, .wn-h2 { font-size: 32px; line-height: 38px; }
    h3, .wn-h3 { font-size: 28px; line-height: 32px; }
    h4, .wn-h4 { font-size: 22px; line-height: 26px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1, .wn-h1 { font-size: 32px; line-height: 41px; }
    h2, .wn-h2 { font-size: 28px; line-height: 34px; }
    h3, .wn-h3 { font-size: 24px; line-height: 30px; }
    h4, .wn-h4 { font-size: 18px; line-height: 22px; }
}

@media (max-width: 767px) {
    h1, .wn-h1 { font-size: 30px; line-height: 41px; }
    h2, .wn-h2 { font-size: 26px; line-height: 34px; }
    h3, .wn-h3 { font-size: 22px; line-height: 30px; }
    h4, .wn-h4 { font-size: 18px; line-height: 22px; }
}

.hgst-text-color-light { color: #FFFFFF; } /** Used: text over images **/
.hgst-text-color-dark { color: #61160E; } /** Used: text over images **/
a.hgst-text-color-dark, a.hgst-text-color-dark:hover, a.hgst-text-color-dark:visited { color: #61160E; } 


.hgst-text-color-green { color: #85B743 !important; } /** Used: RCP Details (icons) **/
.hgst-text-color-greenlight { color: #61961A !important; } 
.hgst-text-color-greensuperlight { color: #94BF59 !important; } 
.hgst-background-color-greensuperlight { background-color: #94BF59; } 
.hgst-text-color-darkgreen { color: #436612 !important; }  
.hgst-text-color-gray { color: #8F8F8F !important; } /** Used: RCP Details (icons text) **/
.hgst-text-color-gray-light { color: #A5A5A5 !important; } /** Used: RCP Details (icons text) **/
.hgst-text-color-brown { color: #462214; } /** Used: Prod details  **/

.alternative-background { background-color: #F7EAD8; }

/** ************************************************************************ ** 
 *   TEXT FORMATTING 
 ** ************************************************************************ **/

p { padding: 0; margin: .5em 0; }

ul.list-inline { margin-bottom: 0 !important; }
/**
 * Links
 */
a, a:visited { color: #85B743;  }
a:hover { color: #85B743; }
a img { border: 0; }
a.targetElement {
	display: inline-block; width: 0; height: 0; text-decoration: none; overflow: hidden;
}
h1 a, h1 a:visited, h2 a, h2 a:visited { color: #525252; text-decoration: none; }
h1 a:hover, h2 a:hover { text-decoration: underline; }

.font-size-12 { font-size: 12px; line-height: 15px; }
.font-size-14 { font-size: 14px; line-height: 18px; }
.font-size-15 { font-size: 15px; line-height: 19px; }
.font-size-16 { font-size: 16px; line-height: 21px; }
.font-size-17 { font-size: 17px; line-height: 22px; }
.font-size-18 { font-size: 18px !important; line-height: 24px !important; }
.font-size-20 { font-size: 20px; line-height: 20px; }
.font-size-22 { font-size: 22px; line-height: 22px; }
.font-size-24 { font-size: 24px; line-height: 29px; }
.font-size-26 { font-size: 26px; line-height: 26px; }
.font-size-45 { font-size: 45px; line-height: 45px; }
.font-size-68 { font-size: 68px; line-height: 68px; }

.line-height-0 { line-height: 0; }
.line-height-1 { line-height: 1em; }

.equal-cols-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.equal-cols-col { display: flex; flex-direction: column; margin-bottom: 0px !important; }


ul.list-group-unstyled li { background-color: transparent; border: 0; }


.text-decoration-none,
a.text-decoration-none:hover,
.text-decoration-none:hover { text-decoration: none !important;  }


.word-wrap-break { word-wrap: break-word; }

.followInnerLink:hover { cursor: pointer; }
/** ************************************************************************ ** 
 *   Project    
 ** ************************************************************************ **/

a[name].invisible {
    position: relative;
    top: -50px;
}</pre></body></html>