@charset "UTF-8";
/*######################################################################################################################
     GLOBAL STYLES
######################################################################################################################*/
/**** COLORS **********************************************************************************************************/
/**********************************************************************************************************************/
/**** SHADOWS *********************************************************************************************************/
/**********************************************************************************************************************/
/**** BORDERS *********************************************************************************************************/
/**** FONTS ***********************************************************************************************************/
/**********************************************************************************************************************/
/**** TYPEFACES *******************************************************************************************************/
.F1 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 20pt;
  line-height: 32pt;
  text-transform: uppercase;
}
.F2 {
  font-family: "quicksand";
  font-size: 12pt;
  line-height: 21pt;
}
.F3 {
  font-family: "quicksand";
  font-size: 11pt;
  line-height: 13pt;
}
.F3S {
  font-family: "quicksand";
  font-size: 9pt;
  line-height: 11pt;
}
.F4 {
  font-family: "quicksand";
  font-size: 16pt;
  line-height: 19pt;
}
.F4b {
  font-family: "quicksand";
  font-size: 14pt;
  line-height: 17pt;
  font-weight: bold;
}
.F5 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 10pt;
  line-height: 14pt;
  text-transform: uppercase;
}
.F6 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 13pt;
  line-height: 16pt;
}
.F7 {
  font-family: "quicksand";
  font-size: 12pt;
  line-height: 18pt;
  text-transform: uppercase;
}
.F8 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 6pt;
  line-height: 10pt;
  text-transform: uppercase;
}
.F9 {
  font-family: "quicksand";
  font-size: 8pt;
  line-height: 10pt;
}
.F10 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 30pt;
}
.F11 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 9pt;
  line-height: 10pt;
}
.F12 {
  font-family: "roboto_mono";
  font-weight: bold;
  font-size: 10pt;
  line-height: 12pt;
}
.F13 {
  font-family: "quicksand";
  font-size: 14pt;
  line-height: 16pt;
}
/**********************************************************************************************************************/
.F13b {
  font-family: "quicksand";
  font-size: 14pt;
  line-height: 16pt;
  font-weight: bold;
}
.F14 {
  font-family: "quicksand";
  font-size: 10pt;
  line-height: 12pt;
}
.F15 {
  font-family: "quicksand";
  line-height: 15pt;
  font-size: 12pt;
}
.F16b {
  font-family: "quicksand";
  font-size: 18pt;
  line-height: 21pt;
  font-weight: bold;
}
.H1 {
  font-size: calc(1.35rem + 1.2vw);
  font-family: "quicksand";
  color: #24ae7c;
  margin-bottom: 20px;
}
.FS {
  font-size: 12pt;
  font-family: "quicksand";
  color: rgba(0, 0, 0, 0.5);
}
/**** GUARDED MIXINS **************************************************************************************************/
/* mobile first rules */
/* desktop first rules */
/* roboto_mono_regular */
@font-face {
  font-family: 'roboto_mono';
  src: url("/assets/fonts/roboto-mono-regular/RobotoMono-Regular.ttf") format('truetype'), url("/assets/fonts/roboto-mono-regular/RobotoMono-Regular.woff") format('woff'), url("/assets/fonts/roboto-mono-regular/RobotoMono-Regular.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}
/* roboto_mono_bold */
@font-face {
  font-family: 'roboto_mono';
  src: url("/assets/fonts/roboto-mono-bold/RobotoMono-Bold.ttf") format('truetype'), url("/assets/fonts/roboto-mono-bold/RobotoMono-Bold.woff") format('woff'), url("/assets/fonts/roboto-mono-bold/RobotoMono-Bold.woff2") format('woff2');
  font-weight: bold;
  font-style: normal;
}
/* quicksand_regular */
@font-face {
  font-family: 'quicksand';
  src: url("/assets/fonts/quicksand-regular/Quicksand-Regular.ttf") format('truetype'), url("/assets/fonts/quicksand-regular/Quicksand-Regular.woff") format('woff'), url("/assets/fonts/quicksand-regular/Quicksand-Regular.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}
/* quicksand_bold */
@font-face {
  font-family: 'quicksand';
  src: url("/assets/fonts/quicksand-bold/Quicksand-Bold.ttf") format('truetype'), url("/assets/fonts/quicksand-bold/Quicksand-Bold.woff") format('woff'), url("/assets/fonts/quicksand-bold/Quicksand-Bold.woff2") format('woff2');
  font-weight: bold;
  font-style: normal;
}

