<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Text Elements */

h1.page-title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #383a3d;
  text-align: center;
  font-weight: 600;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

h4.sub-title {
  margin-top: 80px;
  margin-bottom: 60px;
  color: #2a617d;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}

p.paragraph.paragraph-1 {
  text-align: center;
}

p.paragraph.paragraph-2 {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align:justify;

}

p.paragraph.paragraph-3 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align:center;  
}

p.paragraph.paragraph-4 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align:center;
  font-size:x-small;  
} 
 
a.link-text.footer-link {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  color: #424345;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}

a.link-text.footer-link:hover {
  color: #1e1e1f;
}

/* Interaction Elements */

a.link-button.nav {
  margin-top: 9px;
  margin-bottom: 9px;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
}

a.link-button.nav:hover {
  color: #61a3c9;
}

/* Layout Elements */

body.grid-1 {
  padding-bottom: 0;
  background-color: #fff;
}

body &gt; .row.nav-row {
  background-color: #005a8c;
}

body &gt; .row &gt; [class*='coffee-span-'].footer-column {
  text-align: center;
}

body &gt; .row.footer-row {
  margin-top: 80px;
  padding-bottom: 60px;
}

body &gt; .row &gt; [class*='coffee-span-'].column-1 {
  padding-left: 2px;
  min-height: 30px;
}

body &gt; .row &gt; [class*='coffee-span-'].header-column {
  background-color: #005a8c;
  text-align: center;
}

body &gt; .row.main {
  padding-bottom: 40px;
}

div.responsive-picture.service-image {
  margin-right: auto;
  margin-left: auto;
  max-width: 330px;
}

div.responsive-picture.main-image {
  margin-top: 0;
  max-width: none;  
}

div.responsive-picture.product-image {
  margin-right: auto;
  margin-left: auto;
  max-width: 330px;
}

div.responsive-picture.sfs-image {
  margin-right: auto;
  margin-left: auto;
  max-width: 230px;
}
</pre></body></html>