/*
--------------------------------------------------------------------
R E S E T
--------------------------------------------------------------------
*/
/*
     N O R M A L I Z E -----------------------------------------------------
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button] :-moz-focusring,
[type=reset] :-moz-focusring,
[type=submit] :-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*
     R E S E T / Clear ---------------------------------------------
*/
input, select, textarea {
  outline: none;
}

/*
     D E F A U L T S -----------------------------------------------
*/
* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

svg {
  fill: currentColor;
}

div {
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  color: #424251;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #B3D4FC;
  text-shadow: none;
}

::selection {
  background: #B3D4FC;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCCCCC;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

input, textarea {
  border: 0;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #CCCCCC;
  color: #000000;
  padding: 0.2em 0;
}

/*
--------------------------------------------------------------------
P R I M A R Y
--------------------------------------------------------------------
*/
a {
  color: #0000FF;
  text-decoration: none;
}
a:hover {
  color: #00008B;
}
a:active {
  color: #00FF00;
}
a:visited {
  color: #1C1C1C;
}

/*
     P R I M A R Y / EFFECT / A ------------------------------------
*/
.C_a_B-b_Lxxs {
  color: #0000FF;
  text-decoration: none;
  border-bottom: 1px solid #0000FF;
}
.C_a_B-b_Lxxs:hover {
  color: #00008B;
  border-bottom-color: #00008B;
}
.C_a_B-b_Lxxs:active {
  color: #00FF00;
  border-bottom-color: #00FF00;
}
.C_a_B-b_Lxxs:visited {
  color: #1C1C1C;
  border-bottom-color: #1C1C1C;
}

.C_a_B-b_Lxs {
  color: #0000FF;
  text-decoration: none;
  border-bottom: 2px solid #0000FF;
}
.C_a_B-b_Lxs:hover {
  color: #00008B;
  border-bottom-color: #00008B;
}
.C_a_B-b_Lxs:active {
  color: #00FF00;
  border-bottom-color: #00FF00;
}
.C_a_B-b_Lxs:visited {
  color: #1C1C1C;
  border-bottom-color: #1C1C1C;
}

.C_a_B-b_Lxxs-do {
  color: #0000FF;
  text-decoration: none;
  border-bottom: 1px dotted #0000FF;
}
.C_a_B-b_Lxxs-do:hover {
  color: #00008B;
  border-bottom-color: #00008B;
}
.C_a_B-b_Lxxs-do:active {
  color: #00FF00;
  border-bottom-color: #00FF00;
}
.C_a_B-b_Lxxs-do:visited {
  color: #1C1C1C;
  border-bottom-color: #1C1C1C;
}

.C_a_B-b_Lxs-do {
  color: #0000FF;
  text-decoration: none;
  border-bottom: 2px dotted #0000FF;
}
.C_a_B-b_Lxs-do:hover {
  color: #00008B;
  border-bottom-color: #00008B;
}
.C_a_B-b_Lxs-do:active {
  color: #00FF00;
  border-bottom-color: #00FF00;
}
.C_a_B-b_Lxs-do:visited {
  color: #1C1C1C;
  border-bottom-color: #1C1C1C;
}

.C_a_B-b_Lxxs-da {
  color: #0000FF;
  text-decoration: none;
  border-bottom: 1px dashed #0000FF;
}
.C_a_B-b_Lxxs-da:hover {
  color: #00008B;
  border-bottom-color: #00008B;
}
.C_a_B-b_Lxxs-da:active {
  color: #00FF00;
  border-bottom-color: #00FF00;
}
.C_a_B-b_Lxxs-da:visited {
  color: #1C1C1C;
  border-bottom-color: #1C1C1C;
}

.C_a_B-b_Lxs-da {
  color: #0000FF;
  text-decoration: none;
  border-bottom: 2px dashed #0000FF;
}
.C_a_B-b_Lxs-da:hover {
  color: #00008B;
  border-bottom-color: #00008B;
}
.C_a_B-b_Lxs-da:active {
  color: #00FF00;
  border-bottom-color: #00FF00;
}
.C_a_B-b_Lxs-da:visited {
  color: #1C1C1C;
  border-bottom-color: #1C1C1C;
}

.C_a {
  color: #0000FF;
  text-decoration: none;
}
.C_a:hover {
  color: #00008B;
}
.C_a:active {
  color: #00FF00;
}
.C_a:visited {
  color: #1C1C1C;
}

.C_div_B_Lxxs {
  border: 1px solid transparent;
}
.C_div_B_Lxxs:hover {
  border-color: #00008B;
}

.C_div-in_B_Lxxs > div {
  border: 1px solid transparent;
}
.C_div-in_B_Lxxs > div:hover {
  border-color: #00008B;
}

.C_div_B_Lxs {
  border: 2px solid transparent;
}
.C_div_B_Lxs:hover {
  border-color: #00008B;
}

.C_div-in_B_Lxs > div {
  border: 2px solid transparent;
}
.C_div-in_B_Lxs > div:hover {
  border-color: #00008B;
}

.C_p_B_Lxxs {
  border: 1px solid transparent;
}
.C_p_B_Lxxs:hover {
  border-color: #00008B;
}

.C_p-in_B_Lxxs > p {
  border: 1px solid transparent;
}
.C_p-in_B_Lxxs > p:hover {
  border-color: #00008B;
}

.C_p_B_Lxs {
  border: 2px solid transparent;
}
.C_p_B_Lxs:hover {
  border-color: #00008B;
}

.C_p-in_B_Lxs > p {
  border: 2px solid transparent;
}
.C_p-in_B_Lxs > p:hover {
  border-color: #00008B;
}

/*
--------------------------------------------------------------------
O B J E C T
--------------------------------------------------------------------
*/
/*
--------------------------------------------------------------------
T Y P O G R A P H Y
--------------------------------------------------------------------
*/
body::selection {
  background: #E8E8E8;
}

body, div, p {
  font-size: 1rem;
  font-family: "Arial";
  font-weight: normal;
  color: #000000;
  text-align: justify;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Console";
  color: #000000;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

/*
--------------------------------------------------------------------
Z O N E
--------------------------------------------------------------------
*/
/*
--------------------------------------------------------------------
P R O V I D E R
--------------------------------------------------------------------
*/
/*
--------------------------------------------------------------------
P R I N T
--------------------------------------------------------------------
*/
/*
     P R I M A R Y / Print -----------------------------------------
*/
/*
--------------------------------------------------------------------
A P P
--------------------------------------------------------------------
*/
/*
  APP -- VAR
*/
/*
  APP -- MIXIN
*/
/*
  APP -- PRIMARY
*/
/*
  APP -- OBJECT
*/
/*
  APP -- WIDGET
*/
/*
     WIDGET --------------------------------------------------------
*/
/*
  APP -- COMPONENT
*/
/*
  APP -- TYPOGRAPHY
*/
/*
     T Y P O G R A P H Y / Font Family ---------
*/
@font-face {
  font-family: "Bebas Neue";
  src: url("./../font/BebasNeue/BebasNeueRegular.eot");
  src: local("Bebas Neue Regular"), local("BebasNeueRegular"), url("./../font/BebasNeue/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("./../font/BebasNeue/BebasNeueRegular.woff") format("woff"), url("./../font/BebasNeue/BebasNeueRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Bold";
  src: url("./../font/BebasNeue/BebasNeueBold.eot");
  src: local("Bebas Neue Bold"), local("BebasNeueBold"), url("./../font/BebasNeue/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("./../font/BebasNeue/BebasNeueBold.woff") format("woff"), url("./../font/BebasNeue/BebasNeueBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Light";
  src: url("./../font/BebasNeue/BebasNeueLight.eot");
  src: local("Bebas Neue Light"), local("BebasNeueLight"), url("./../font/BebasNeue/BebasNeueLight.eot?#iefix") format("embedded-opentype"), url("./../font/BebasNeue/BebasNeueLight.woff") format("woff"), url("./../font/BebasNeue/BebasNeueLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Thin";
  src: url("./../font/BebasNeue/BebasNeue-Thin.eot");
  src: local("Bebas Neue Thin"), local("BebasNeue-Thin"), url("./../font/BebasNeue/BebasNeue-Thin.eot?#iefix") format("embedded-opentype"), url("./../font/BebasNeue/BebasNeue-Thin.woff") format("woff"), url("./../font/BebasNeue/BebasNeue-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Book";
  src: url("./../font/BebasNeue/BebasNeueBook.eot");
  src: local("Bebas Neue Book"), local("BebasNeueBook"), url("./../font/BebasNeue/BebasNeueBook.eot?#iefix") format("embedded-opentype"), url("./../font/BebasNeue/BebasNeueBook.woff") format("woff"), url("./../font/BebasNeue/BebasNeueBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.A__font_Bebas-Neue {
  font-family: "Bebas Neue";
}

.A__font_Bebas-Neue-Bold {
  font-family: "Bebas Neue Bold";
}

.A__font_Bebas-Neue-Light {
  font-family: "Bebas Neue Light";
}

.A__font_Bebas-Neue-Thin {
  font-family: "Bebas Neue Thin";
}

.A__font_Bebas-Neue-Book {
  font-family: "Bebas Neue Book";
}

@font-face {
  font-family: "Code Pro Light";
  src: url("./../font/CodePro/Code-Pro-Light.eot");
  src: local("Code Pro Light"), local("Code-Pro-Light"), url("./../font/CodePro/Code-Pro-Light.eot?#iefix") format("embedded-opentype"), url("./../font/CodePro/Code-Pro-Light.woff") format("woff"), url("./../font/CodePro/Code-Pro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Code Pro";
  src: url("./../font/CodePro/Code-Pro.eot");
  src: local("Code Pro"), local("Code-Pro"), url("./../font/CodePro/Code-Pro.eot?#iefix") format("embedded-opentype"), url("./../font/CodePro/Code-Pro.woff") format("woff"), url("./../font/CodePro/Code-Pro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Code Pro Light Demo";
  src: url("./../font/CodePro/Code-Pro-Light-Demo.eot");
  src: local("Code Pro Light Demo"), local("Code-Pro-Light-Demo"), url("./../font/CodePro/Code-Pro-Light-Demo.eot?#iefix") format("embedded-opentype"), url("./../font/CodePro/Code-Pro-Light-Demo.woff") format("woff"), url("./../font/CodePro/Code-Pro-Light-Demo.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Code Pro Bold LC";
  src: url("./../font/CodePro/Code-Pro-Bold-LC.eot");
  src: local("Code Pro Bold LC"), local("Code-Pro-Bold-LC"), url("./../font/CodePro/Code-Pro-Bold-LC.eot?#iefix") format("embedded-opentype"), url("./../font/CodePro/Code-Pro-Bold-LC.woff") format("woff"), url("./../font/CodePro/Code-Pro-Bold-LC.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Code Pro Bold";
  src: url("./../font/CodePro/Code-Pro-Bold.eot");
  src: local("Code Pro Bold"), local("Code-Pro-Bold"), url("./../font/CodePro/Code-Pro-Bold.eot?#iefix") format("embedded-opentype"), url("./../font/CodePro/Code-Pro-Bold.woff") format("woff"), url("./../font/CodePro/Code-Pro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Code Pro Light LC";
  src: url("./../font/CodePro/Code-Pro-Light-LC.eot");
  src: local("Code Pro Light LC"), local("Code-Pro-Light-LC"), url("./../font/CodePro/Code-Pro-Light-LC.eot?#iefix") format("embedded-opentype"), url("./../font/CodePro/Code-Pro-Light-LC.woff") format("woff"), url("./../font/CodePro/Code-Pro-Light-LC.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Code Pro LC";
  src: url("./../font/CodePro/Code-Pro-LC.eot");
  src: local("Code Pro LC"), local("Code-Pro-LC"), url("./../font/CodePro/Code-Pro-LC.eot?#iefix") format("embedded-opentype"), url("./../font/CodePro/Code-Pro-LC.woff") format("woff"), url("./../font/CodePro/Code-Pro-LC.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Code Pro Demo";
  src: url("./../font/CodePro/Code-Pro-Demo.eot");
  src: local("Code Pro Demo"), local("Code-Pro-Demo"), url("./../font/CodePro/Code-Pro-Demo.eot?#iefix") format("embedded-opentype"), url("./../font/CodePro/Code-Pro-Demo.woff") format("woff"), url("./../font/CodePro/Code-Pro-Demo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Code Pro Black LC";
  src: url("./../font/CodePro/Code-Pro-Black-LC.eot");
  src: local("Code Pro Black LC"), local("Code-Pro-Black-LC"), url("./../font/CodePro/Code-Pro-Black-LC.eot?#iefix") format("embedded-opentype"), url("./../font/CodePro/Code-Pro-Black-LC.woff") format("woff"), url("./../font/CodePro/Code-Pro-Black-LC.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Code Pro Black";
  src: url("./../font/CodePro/Code-Pro-Black.eot");
  src: local("Code Pro Black"), local("Code-Pro-Black"), url("./../font/CodePro/Code-Pro-Black.eot?#iefix") format("embedded-opentype"), url("./../font/CodePro/Code-Pro-Black.woff") format("woff"), url("./../font/CodePro/Code-Pro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Medium Italic";
  src: url("./../font/Roboto/Roboto-MediumItalic.eot");
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("./../font/Roboto/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("./../font/Roboto/Roboto-MediumItalic.woff") format("woff"), url("./../font/Roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto Italic";
  src: url("./../font/Roboto/Roboto-Italic.eot");
  src: local("Roboto Italic"), local("Roboto-Italic"), url("./../font/Roboto/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("./../font/Roboto/Roboto-Italic.woff") format("woff"), url("./../font/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto Bold";
  src: url("./../font/Roboto/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("./../font/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("./../font/Roboto/Roboto-Bold.woff") format("woff"), url("./../font/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./../font/Roboto/Roboto-Regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("./../font/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("./../font/Roboto/Roboto-Regular.woff") format("woff"), url("./../font/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Medium";
  src: url("./../font/Roboto/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("./../font/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("./../font/Roboto/Roboto-Medium.woff") format("woff"), url("./../font/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Bold Italic";
  src: url("./../font/Roboto/Roboto-BoldItalic.eot");
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("./../font/Roboto/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("./../font/Roboto/Roboto-BoldItalic.woff") format("woff"), url("./../font/Roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Roboto Thin Italic";
  src: url("./../font/Roboto/Roboto-ThinItalic.eot");
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url("./../font/Roboto/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("./../font/Roboto/Roboto-ThinItalic.woff") format("woff"), url("./../font/Roboto/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto Black";
  src: url("./../font/Roboto/Roboto-Black.eot");
  src: local("Roboto Black"), local("Roboto-Black"), url("./../font/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("./../font/Roboto/Roboto-Black.woff") format("woff"), url("./../font/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Lite";
  src: url("./../font/Roboto/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("./../font/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("./../font/Roboto/Roboto-Light.woff") format("woff"), url("./../font/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Lite Italic";
  src: url("./../font/Roboto/Roboto-LightItalic.eot");
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("./../font/Roboto/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("./../font/Roboto/Roboto-LightItalic.woff") format("woff"), url("./../font/Roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto Black Italic";
  src: url("./../font/Roboto/Roboto-BlackItalic.eot");
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url("./../font/Roboto/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("./../font/Roboto/Roboto-BlackItalic.woff") format("woff"), url("./../font/Roboto/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roboto Thin";
  src: url("./../font/Roboto/Roboto-Thin.eot");
  src: local("Roboto Thin"), local("Roboto-Thin"), url("./../font/Roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("./../font/Roboto/Roboto-Thin.woff") format("woff"), url("./../font/Roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
.A__font_Roboto-Medium-Italic {
  font-family: "Roboto Medium Italic";
}

.A__font_Roboto-Italic {
  font-family: "Roboto Italic";
}

.A__font_Roboto-Bold {
  font-family: "Roboto Bold";
}

.A__font_Roboto {
  font-family: "Roboto";
}

.A__font_Roboto-Medium {
  font-family: "Roboto Medium";
}

.A__font_Roboto-Bold-Italic {
  font-family: "Roboto Bold Italic";
}

.A__font_Roboto-Thin-Italic {
  font-family: "Roboto Thin Italic";
}

.A__font_Roboto-Black {
  font-family: "Roboto Black";
}

.A__font_Roboto-Lite {
  font-family: "Roboto Lite";
}

.A__font_Roboto-Lite-Italic {
  font-family: "Roboto Lite Italic";
}

.A__font_Roboto-Black-Italic {
  font-family: "Roboto Black Italic";
}

.A__font_Roboto-Thin {
  font-family: "Roboto Thin";
}

/*
  APP -- LAYOUT
*/
/*
  APP -- PROVIDER
*/
/*
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   III. C O M P O N E N T
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
/*
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   IV. L A Y O U T
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
#D_border {
  height: 100vh;
  min-width: 1200px;
  background: #FFFFFF;
  margin: 20px 40px;
  padding: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "border-logo      border-title   border-menu    " "border-content   border-content border-content " "border-copyright border-footer  border-contact ";
  grid-gap: 0px 20px;
}

#D_border-logo {
  grid-area: border-logo;
  margin: 0;
  padding: 0 0 20px 0px;
  text-align: left;
  line-height: 1;
  color: #A0A0A0;
  font-family: "Times New Roman";
  font-size: 28px;
  border-bottom: 4px solid #222222;
}
#D_border-logo span {
  color: #222222;
  font-family: "Times New Roman";
  font-size: 80px;
}

#D_border-title {
  grid-area: border-title;
  margin: 0;
  padding: 30px 0 10px 0;
  text-align: center;
  line-height: 1;
  color: #222222;
  font-family: "Bebas Neue";
  font-size: 40px;
}

#D_border-menu {
  grid-area: border-menu;
  margin: 0;
  padding: 40px 0 0 0;
  text-align: center;
  border-bottom: 4px solid #222222;
}
#D_border-menu > div {
  display: inline-block;
  margin: 0;
  padding: 5px 20px 8px 20px;
  text-align: center;
}
#D_border-menu > div svg {
  fill: #FFFFFF;
}
#D_border-menu > div a {
  font-family: "Roboto";
  font-size: 14px;
  color: #404051;
}
#D_border-menu > div:hover {
  border-radius: 30px;
  background: #4169E1;
}
#D_border-menu > div:hover a {
  color: #FFFFFF;
}

#D_border-content {
  grid-area: border-content;
  margin: 0;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "content-left content-center content-right";
  grid-gap: 20px 20px;
}

#D_border-copyright {
  grid-area: border-copyright;
  margin: 0;
  padding: 20px 0;
  border-top: 2px solid #222222;
  text-align: left;
  font-family: "Roboto";
  font-size: 16px;
  color: #222222;
}

#D_border-footer {
  grid-area: border-copyright;
  margin: 0;
  padding: 0;
}

#D_border-contact {
  grid-area: border-contact;
  margin: 0;
  padding: 20px 0;
  border-top: 2px solid #222222;
  text-align: right;
  font-family: "Roboto";
  font-size: 16px;
  color: #222222;
}

/*
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   V. O B J E C T
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
#D_content-left {
  grid-area: content-left;
  margin: 0;
  padding: 0 20px;
}

#D_content-center {
  grid-area: content-center;
  margin: 0;
  padding: 20px;
  border-left: 0px solid #4169E1;
  border-right: 0px solid #4169E1;
}
#D_content-center > div {
  margin: 0;
  padding: 0px;
}

#D_content-right {
  grid-area: content-right;
  margin: 0;
  padding: 0 20px;
}

#D_content-welcome {
  margin: 0;
  padding: 0;
}
#D_content-welcome > div:nth-child(1) {
  margin: 20px 0;
  padding: 0;
  text-align: center;
}
#D_content-welcome > div:nth-child(1) img {
  width: 200px;
  border-radius: 50%;
}
#D_content-welcome > div:nth-child(2) {
  margin: 0;
  padding: 0;
}
#D_content-welcome > div:nth-child(2) p {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: justify;
  font-family: "Roboto";
  font-size: 16px;
  color: #404051;
  line-height: 1.15;
  text-indent: 20px;
}
#D_content-welcome > div:nth-child(2) p img {
  width: 48px;
  border-radius: 50%;
  margin-right: 20px;
}

#D_content-iperror {
  margin: 0 0 40px 0;
  padding: 0;
}
#D_content-iperror > div:nth-child(1) {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-family: "Roboto";
  font-size: 20px;
  color: #FF0000;
  border-bottom: 1px solid #222222;
}
#D_content-iperror > div:nth-child(2) {
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  color: #FF0000;
}

#D_content-state {
  margin: 0 0 40px 0;
  padding: 0 20px;
  border-left: 4px solid #4169E1;
  border-right: 4px solid #4169E1;
}
#D_content-state > div:nth-child(1) {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 28px;
  color: #222222;
  border-bottom: 1px solid #4169E1;
}
#D_content-state > div:nth-child(2) {
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: "Bebas Neue";
  font-size: 24px;
  color: #7090B0;
}
#D_content-state > div:nth-child(2) span {
  margin: 0 20px 0 0;
  padding: 0;
  font-family: "Bebas Neue";
  font-size: 24px;
  color: #222222;
}

#D_content-teacher {
  margin: 0 0 40px 0;
  padding: 0 20px;
  border-left: 4px solid #4169E1;
  border-right: 4px solid #4169E1;
}
#D_content-teacher > div:nth-child(1) {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 28px;
  color: #222222;
  border-bottom: 1px solid #4169E1;
}
#D_content-teacher > div:nth-child(2) {
  margin: 0;
  padding: 0;
  text-align: center;
}
#D_content-teacher > div:nth-child(2) img {
  width: 120px;
  margin: 0 5px;
  padding: 5px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}
#D_content-teacher > div:nth-child(2) img:hover {
  border-color: #008800;
}

#D_content-developer {
  margin: 0 0 40px 0;
  padding: 0 20px;
  border-left: 4px solid #4169E1;
  border-right: 4px solid #4169E1;
}
#D_content-developer > div:nth-child(1) {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 28px;
  color: #222222;
  border-bottom: 1px solid #4169E1;
}
#D_content-developer > div:nth-child(2) {
  margin: 0;
  padding: 0;
  text-align: center;
}
#D_content-developer > div:nth-child(2) img {
  width: 80px;
  margin: 0 5px;
  padding: 5px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}
#D_content-developer > div:nth-child(2) img:hover {
  border-color: #008800;
}

#D_content-document {
  margin: 0 0 20px 0;
  padding: 0 20px;
  border-left: 4px solid #4169E1;
  border-right: 4px solid #4169E1;
}
#D_content-document > div:nth-child(1) {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 28px;
  color: #222222;
  border-bottom: 1px solid #4169E1;
}
#D_content-document > div:nth-child(2) {
  margin: 0;
  padding: 0;
  text-align: center;
}
#D_content-document > div:nth-child(2) p {
  margin: 0 0 5px 0;
  padding: 0;
  border-bottom: 1px dotted #4169E1;
}
#D_content-document > div:nth-child(2) p a {
  font-family: "Roboto";
  font-size: 16px;
  color: #222222;
}
#D_content-document > div:nth-child(2) p a:hover {
  color: #4169E1;
}
#D_content-document > div:nth-child(2) p svg {
  width: 32px;
  height: 32px;
  margin: 0 20px 0 0;
  stroke: #008800;
  fill: #FFFFFF;
}

#D_content-dashboard {
  margin: 40px 20px;
  padding: 20px;
  background: #4169E1;
  border-radius: 80px;
}
#D_content-dashboard > div:nth-child(1) {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 28px;
  color: #FFFFFF;
  border-bottom: 1px solid #222222;
}
#D_content-dashboard > div:nth-child(2) {
  margin: 0;
  padding: 0;
  text-align: center;
}
#D_content-dashboard > div:nth-child(2) svg {
  width: 36px;
  height: 36px;
  margin: 0;
  stroke: #E0E0E0;
  fill: transparent;
}
#D_content-dashboard > div:nth-child(2) svg:hover {
  stroke: #FFFFFF;
}

#D_content-parameter {
  margin: 0 0 40px 0;
  padding: 0;
}
#D_content-parameter > div:nth-child(1) {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 28px;
  color: #222222;
  border-bottom: 1px solid #4169E1;
}
#D_content-parameter > div:nth-child(2) {
  margin: 0;
  padding: 0;
  text-align: center;
}
#D_content-parameter > div:nth-child(2) > div {
  margin: 0 0 5px 0;
  padding: 0;
}
#D_content-parameter > div:nth-child(2) > div > div:nth-child(1) {
  display: inline-block;
  width: 240px;
  margin: 0 10px 0 0;
  padding: 0 0 5px 0;
  text-align: left;
  font-family: "Roboto";
  font-size: 14px;
  color: #222222;
  border-bottom: 1px solid #4169E1;
}
#D_content-parameter > div:nth-child(2) > div > div:nth-child(1) svg {
  width: 20px;
  height: 20px;
  margin: 0;
  stroke: #008800;
  fill: transparent;
}
#D_content-parameter > div:nth-child(2) > div > div:nth-child(2) {
  display: inline-block;
  width: 80px;
  margin: 0 10px 0 0;
  padding: 0px 0 5px 0;
  text-align: right;
  font-family: "Roboto";
  font-size: 14px;
  color: #222222;
  border-bottom: 1px solid #4169E1;
}

#D_content-router {
  margin: 0 0 20px 0;
  padding: 0;
}
#D_content-router > div:nth-child(1) {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 28px;
  color: #222222;
  border-bottom: 1px solid #4169E1;
}
#D_content-router > div:nth-child(2) {
  margin: 0;
  padding: 0;
  text-align: center;
}
#D_content-router > div:nth-child(2) > div {
  margin: 0 0 20px 0;
  padding: 0;
}
#D_content-router > div:nth-child(2) > div > div:nth-child(1) {
  margin: 0 0 20px 0;
  padding: 20px 0 0 0;
  text-align: justify;
  font-family: "Roboto";
  font-size: 16px;
  color: #222222;
  line-height: 1.1;
  text-indent: 20px;
}
#D_content-router > div:nth-child(2) > div > div:nth-child(2) {
  margin: 0;
  padding: 0 0 0 0;
  text-align: center;
}
#D_content-router > div:nth-child(2) > div > div:nth-child(2) > div {
  width: 200px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: #4169E1;
  border-radius: 40px;
}
#D_content-router > div:nth-child(2) > div > div:nth-child(2) > div a {
  font-family: "Bebas Neue";
  font-size: 28px;
  color: #FFFFFF;
}
#D_content-router > div:nth-child(2) > div > div:nth-child(2) > div a:hover {
  color: #00FF00;
}
#D_content-router > div:nth-child(2) > div > div:nth-child(2) > div:hover {
  background: #222222;
}

#D_content-check {
  margin: 40px 0 20px 0;
  padding: 0;
}
#D_content-check > div:nth-child(1) {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-family: "Roboto";
  font-size: 20px;
  color: #222222;
  border-bottom: 1px solid #4169E1;
}
#D_content-check > div:nth-child(2) {
  margin: 0;
  padding: 0;
  text-align: center;
}
#D_content-check > div:nth-child(2) p {
  margin: 0 0 5px 0;
  padding: 0;
  border-bottom: 1px dotted #4169E1;
}
#D_content-check > div:nth-child(2) p a {
  font-family: "Roboto";
  font-size: 14px;
  color: #222222;
}
#D_content-check > div:nth-child(2) p a:hover {
  color: #4169E1;
}
#D_content-check > div:nth-child(2) p svg {
  width: 32px;
  height: 32px;
  margin: 0 20px 0 0;
  stroke: #008800;
  fill: #FFFFFF;
}

/*
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   VI. P A L E T T E
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
/*
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   VII. P R I M A R Y
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
.D_info-svg {
  width: 28px;
  height: 28px;
  stroke: #EE7600;
  stroke-width: 1;
  fill: #FFFFFF;
}

/*
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   VIII. P R O V I D E R
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
/*
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   IX. T Y P O G R A P H Y
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
/*
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   X. W I D G E T
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/