/*
 * Meshki v3.0.0 (https://borderliner.github.io/Meshki/)
 * Copyright 2016-2024 Mohammadreza Hajianpour <hajianpour.mr@gmail.com>
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*******************************
            General Layout
*******************************/
.container {
  position: absolute;
  transition: margin-left 0.5s, margin-right 0.5s;
  width: 100%;
  height: fit-content;
}

.content {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 960px;
  padding: 52px 20px 70px 20px;
  position: relative;
  width: 100%;
}

body.fullbleed {
  margin: 0;
  height: 100vh;
}

.block {
  display: block;
}

/* IE 10 support for HTML5 hidden attr */
[hidden] {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.relative {
  position: relative;
}

.fit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.scroll {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

/* fixed position */
.fixed-bottom,
.fixed-left,
.fixed-right,
.fixed-top {
  position: fixed;
}

.fixed-top {
  top: 0;
  left: 0;
  right: 0;
}

.fixed-right {
  top: 0;
  right: 0;
  bottom: 0;
}

.fixed-bottom {
  right: 0;
  bottom: 0;
  left: 0;
}

.fixed-left {
  top: 0;
  bottom: 0;
  left: 0;
}

/*******************************
            Grid Layout
  *******************************/
.row {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
}

.col {
  box-sizing: border-box;
  float: left;
  width: 100%;
}

@media (min-width: 400px) {
  .content {
    padding-left: 0;
    padding-right: 0;
    width: 85%;
  }
}
@media (min-width: 544px) {
  .content {
    width: 80%;
  }
  .col {
    margin-left: 4%;
  }
  .col:first-child {
    margin-left: 0;
  }
  .col.one {
    width: 4.6666666667%;
  }
  .col.two {
    width: 13.3333333333%;
  }
  .col.three {
    width: 22%;
  }
  .col.four {
    width: 30.6666666667%;
  }
  .col.five {
    width: 39.3333333333%;
  }
  .col.six {
    width: 48%;
  }
  .col.seven {
    width: 56.6666666667%;
  }
  .col.eight {
    width: 65.3333333333%;
  }
  .col.nine {
    width: 74%;
  }
  .col.ten {
    width: 82.6666666667%;
  }
  .col.eleven {
    width: 91.3333333333%;
  }
  .col.twelve {
    margin-left: 0;
    width: 100%;
  }
  .col.one-third {
    width: 30.6666666667%;
  }
  .col.two-third, .col.two-thirds {
    width: 65.3333333333%;
  }
  .col.half, .col.one-half {
    width: 48%;
  }
  .col.offset-by-one {
    margin-left: 8.6666666667%;
  }
  .col.offset-by-two {
    margin-left: 17.3333333333%;
  }
  .col.offset-by-three {
    margin-left: 26%;
  }
  .col.offset-by-four {
    margin-left: 34.6666666667%;
  }
  .col.offset-by-five {
    margin-left: 43.3333333333%;
  }
  .col.offset-by-six {
    margin-left: 52%;
  }
  .col.offset-by-seven {
    margin-left: 60.6666666667%;
  }
  .col.offset-by-eight {
    margin-left: 69.3333333333%;
  }
  .col.offset-by-nine {
    margin-left: 78%;
  }
  .col.offset-by-ten {
    margin-left: 86.6666666667%;
  }
  .col.offset-by-eleven {
    margin-left: 95.3333333333%;
  }
  .col.offset-by-one-third {
    margin-left: 34.6666666667%;
  }
  .col.offset-by-two-third, .col.offset-by-two-thirds {
    margin-left: 69.3333333333%;
  }
  .col.offset-by-half, .col.offset-by-one-half {
    margin-left: 52%;
  }
}
/*
Usage:
Horizontal layout:
<div class="flex row">
  <div>One</div>
  <div>Two</div>
  <div>Three</div>
</div>

Vertical layout:
<div class="flex col">
  <div>One</div>
  <div>Two</div>
  <div>Three</div>
</div>

Flexible children with horizontal layout:
<div class="flex row">
  <div>Alpha</div>
  <div class="flex one">Beta (flex)</div>
  <div>Gamma</div>
</div>

Flexible ratios:
<div class="flex row demo">
  <div class="flex three">Alpha</div>
  <div class="flex one">Beta</div>
  <div class="flex two">Gamma</div>
</div>
*/
/*******************************
            Flex Layout
  *******************************/
.flexbox.row,
.flexbox.row-reverse,
.flexbox.col,
.flexbox.col-reverse {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flexbox.inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.flexbox.row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flexbox.row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flexbox.col {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 544px) {
  .flexbox.col {
    margin-left: unset;
    margin-right: unset;
  }
}
.flexbox.col-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flexbox.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexbox.no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flexbox.flow-row {
  -ms-flex-flow: row;
  -webkit-flex-flow: row;
  flex-flow: row;
}

.flexbox.flow-col {
  -ms-flex-flow: col;
  -webkit-flex-flow: col;
  flex-flow: col;
}

.flexbox.flow-wrap {
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}

.flexbox.flow-nowrap {
  -ms-flex-flow: nowrap;
  -webkit-flex-flow: nowrap;
  flex-flow: nowrap;
}

.flexbox.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex.auto {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex.none {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

.flex-1,
.flex.one {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex-2,
.flex.two {
  -ms-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}

.flex-3,
.flex.three {
  -ms-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}

.flex-4,
.flex.four {
  -ms-flex: 4;
  -webkit-flex: 4;
  flex: 4;
}

.flex-5,
.flex.five {
  -ms-flex: 5;
  -webkit-flex: 5;
  flex: 5;
}

.flex-6,
.flex.six {
  -ms-flex: 6;
  -webkit-flex: 6;
  flex: 6;
}

.flex-7,
.flex.seven {
  -ms-flex: 7;
  -webkit-flex: 7;
  flex: 7;
}

.flex-8,
.flex.eight {
  -ms-flex: 8;
  -webkit-flex: 8;
  flex: 8;
}

.flex-9,
.flex.nine {
  -ms-flex: 9;
  -webkit-flex: 9;
  flex: 9;
}

.flex-10,
.flex.ten {
  -ms-flex: 10;
  -webkit-flex: 10;
  flex: 10;
}

.flex-11,
.flex.eleven {
  -ms-flex: 11;
  -webkit-flex: 11;
  flex: 11;
}

.flex-12,
.flex.twelve {
  -ms-flex: 12;
  -webkit-flex: 12;
  flex: 12;
}

/* alignment in cross axis */
.flexbox.start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flexbox.center,
.flexbox.center-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flexbox.end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/* alignment in main axis */
.flexbox.start-justified {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flexbox.center-justified,
.flexbox.center-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flexbox.end-justified {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flexbox.around-justified {
  -ms-flex-pack: around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.flexbox.justified {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* self alignment */
.self-start {
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.self-center {
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}

.self-end {
  -ms-align-self: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.self-stretch {
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}

.expand {
  box-sizing: border-box;
  width: 100%;
}

.responsive {
  box-sizing: border-box;
  max-width: 100%;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.centerize {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.vertical-line {
  border-left: 1px #e1e1e1 solid;
}

@media (max-width: 544px) {
  .hide-on-mobile {
    display: none !important;
  }
  .vertical-line {
    border-left: 0;
  }
}
@media (max-width: 768px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media (min-width: 544px) {
  .hide-on-non-mobile {
    display: none !important;
  }
}
:root {
  --general-animation-duration: 0.3s;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
}

body {
  background-color: #222;
  height: 100%;
}

button,
a.button,
input[type=submit],
input[type=reset],
input[type=button] {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

hr {
  border-top: 1px solid #e1e1e1;
  margin-bottom: 3.5rem;
  margin-top: 3rem;
}

.content,
.row {
  clear: both;
}
.content::after,
.row::after {
  clear: both;
  content: "";
  display: table;
}

::selection {
  background: #15acee;
  color: #222;
}

::-moz-selection {
  background: #15acee;
  color: #222;
}

html, body, .container, .content {
  /* Works on Firefox */
  scrollbar-width: auto;
  scrollbar-color: #bebebe #222;
  /* Works on Chrome, Edge, and Safari */
}
html ::-webkit-scrollbar, body ::-webkit-scrollbar, .container ::-webkit-scrollbar, .content ::-webkit-scrollbar {
  width: 8px;
}
html ::-webkit-scrollbar-track, body ::-webkit-scrollbar-track, .container ::-webkit-scrollbar-track, .content ::-webkit-scrollbar-track {
  background: #222;
}
html ::-webkit-scrollbar-thumb, body ::-webkit-scrollbar-thumb, .container ::-webkit-scrollbar-thumb, .content ::-webkit-scrollbar-thumb {
  background-color: #bebebe;
  border-radius: 8px;
  border: 3px solid #000;
  background-clip: padding-box;
}

.sidenav {
  /* Works on Firefox */
  scrollbar-width: auto;
  scrollbar-color: #bebebe #000;
  /* Works on Chrome, Edge, and Safari */
}
.sidenav:hover {
  scrollbar-color: #e1e1e1 #000;
}
.sidenav ::-webkit-scrollbar {
  width: 8px;
}
.sidenav ::-webkit-scrollbar-track {
  background: #000;
}
.sidenav ::-webkit-scrollbar-thumb {
  background-color: #bebebe;
  border-radius: 8px;
  border: 3px solid #000;
}

:root {
  --general-animation-duration: 0.3s;
}

html {
  font-size: 62.5%;
}

body {
  color: #e1e1e1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin-bottom: 2rem;
  margin-top: 0;
}

h1 {
  font-size: 4rem;
  letter-spacing: -0.1rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.6rem;
  letter-spacing: -0.1rem;
  line-height: 1.25;
}

h3 {
  font-size: 3rem;
  letter-spacing: -0.1rem;
  line-height: 1.3;
}

h4 {
  font-size: 2.4rem;
  letter-spacing: -0.08rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.6;
}

@media (min-width: 768px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}

a {
  color: #55acee;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: #74c1fb;
}

button.blue,
a.button.blue,
input[type=submit].blue,
input[type=reset].blue,
input[type=button].blue {
  border: 2px #55acee solid;
  color: #55acee;
}

button.blue:hover,
a.button.blue:hover,
input[type=submit].blue:hover,
input[type=reset].blue:hover,
input[type=button].blue:hover {
  background-color: #55acee;
  border-color: #55acee;
  color: #222;
}

button.blue:active,
a.button.blue:active,
input[type=submit].blue:active,
input[type=reset].blue:active,
input[type=button].blue:active {
  background-color: #4b82b7;
  border-color: #4b82b7;
  color: #222;
}

button.green,
a.button.green,
input[type=submit].green,
input[type=reset].green,
input[type=button].green {
  border: 2px #2ecc71 solid;
  color: #2ecc71;
}

button.green:hover,
a.button.green:hover,
input[type=submit].green:hover,
input[type=reset].green:hover,
input[type=button].green:hover {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #222;
}

button.green:active,
a.button.green:active,
input[type=submit].green:active,
input[type=reset].green:active,
input[type=button].green:active {
  background-color: #21a057;
  border-color: #21a057;
  color: #222;
}

button.red,
a.button.red,
input[type=submit].red,
input[type=reset].red,
input[type=button].red {
  border: 2px #e74c3c solid;
  color: #e74c3c;
}

button.red:hover,
a.button.red:hover,
input[type=submit].red:hover,
input[type=reset].red:hover,
input[type=button].red:hover {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #222;
}

button.red:active,
a.button.red:active,
input[type=submit].red:active,
input[type=reset].red:active,
input[type=button].red:active {
  background-color: #bd382a;
  border-color: #bd382a;
  color: #222;
}

button.orange,
a.button.orange,
input[type=submit].orange,
input[type=reset].orange,
input[type=button].orange {
  border: 2px #e67e22 solid;
  color: #e67e22;
}

button.orange:hover,
a.button.orange:hover,
input[type=submit].orange:hover,
input[type=reset].orange:hover,
input[type=button].orange:hover {
  background-color: #e67e22;
  border-color: #e67e22;
  color: #222;
}

button.orange:active,
a.button.orange:active,
input[type=submit].orange:active,
input[type=reset].orange:active,
input[type=button].orange:active {
  background-color: #c16819;
  border-color: #c16819;
  color: #222;
}

button:focus,
a.button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  outline: 0 !important;
}

button,
a.button,
input[type=submit],
input[type=reset],
input[type=button] {
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  background-color: transparent;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  color: #e1e1e1;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: normal !important;
  max-width: 98%;
  padding: 8px 10px;
  text-decoration: none;
}

button.small,
a.button.small,
input[type=submit].small,
input[type=reset].small,
input[type=button].small {
  font-size: 1.2rem;
}

button.medium,
a.button.medium,
input[type=submit].medium,
input[type=reset].medium,
input[type=button].medium {
  font-size: 1.6rem;
}

button.large,
a.button.large,
input[type=submit].large,
input[type=reset].large,
input[type=button].large {
  font-size: 2.2rem;
}

button:hover,
a.button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: #222;
}

button:active,
a.button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
  color: #222;
}

button:disabled,
a.button:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled,
input[type=button]:disabled {
  border-color: #888;
  color: #888;
  pointer-events: none;
}

button.disabled,
a.button.disabled,
input[type=submit].disabled,
input[type=reset].disabled,
input[type=button].disabled {
  border-color: #888;
  color: #888;
  pointer-events: none;
}

button.blue,
a.button.blue,
input[type=submit].blue,
input[type=reset].blue,
input[type=button].blue {
  border: 2px #55acee solid;
  color: #55acee;
}

button.blue:hover,
a.button.blue:hover,
input[type=submit].blue:hover,
input[type=reset].blue:hover,
input[type=button].blue:hover {
  background-color: #55acee;
  border-color: #55acee;
  color: #222;
}

button.blue:active,
a.button.blue:active,
input[type=submit].blue:active,
input[type=reset].blue:active,
input[type=button].blue:active {
  background-color: #4b82b7;
  border-color: #4b82b7;
  color: #222;
}

button.green,
a.button.green,
input[type=submit].green,
input[type=reset].green,
input[type=button].green {
  border: 2px #2ecc71 solid;
  color: #2ecc71;
}

button.green:hover,
a.button.green:hover,
input[type=submit].green:hover,
input[type=reset].green:hover,
input[type=button].green:hover {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #222;
}

button.green:active,
a.button.green:active,
input[type=submit].green:active,
input[type=reset].green:active,
input[type=button].green:active {
  background-color: #21a057;
  border-color: #21a057;
  color: #222;
}

button.red,
a.button.red,
input[type=submit].red,
input[type=reset].red,
input[type=button].red {
  border: 2px #e74c3c solid;
  color: #e74c3c;
}

button.red:hover,
a.button.red:hover,
input[type=submit].red:hover,
input[type=reset].red:hover,
input[type=button].red:hover {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #222;
}

button.red:active,
a.button.red:active,
input[type=submit].red:active,
input[type=reset].red:active,
input[type=button].red:active {
  background-color: #bd382a;
  border-color: #bd382a;
  color: #222;
}

button.orange,
a.button.orange,
input[type=submit].orange,
input[type=reset].orange,
input[type=button].orange {
  border: 2px #e67e22 solid;
  color: #e67e22;
}

button.orange:hover,
a.button.orange:hover,
input[type=submit].orange:hover,
input[type=reset].orange:hover,
input[type=button].orange:hover {
  background-color: #e67e22;
  border-color: #e67e22;
  color: #222;
}

button.orange:active,
a.button.orange:active,
input[type=submit].orange:active,
input[type=reset].orange:active,
input[type=button].orange:active {
  background-color: #c16819;
  border-color: #c16819;
  color: #222;
}

.button-couple button:not(:first-child):not(:last-child),
.button-couple a:not(:first-child):not(:last-child) {
  border-radius: 0;
  border-style: none;
  display: block;
  margin: -5px auto 5px auto !important;
  pointer-events: none;
}

@media (min-width: 768px) {
  .button-couple button:first-child,
  .button-couple a:first-child {
    border-bottom-right-radius: 0;
    border-right-style: solid;
    border-top-right-radius: 0;
    margin-right: 0 !important;
    margin-left: 3px;
  }
  .button-couple button:not(:first-child):not(:last-child),
  .button-couple a:not(:first-child):not(:last-child) {
    border-bottom-style: solid;
    border-top-style: solid;
    display: inline;
    margin: -5px !important;
  }
  .button-couple button:last-child,
  .button-couple a:last-child {
    border-bottom-left-radius: 0;
    border-left-style: solid;
    border-top-left-radius: 0;
    margin: auto 3px auto 0 !important;
  }
}
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #e1e1e1;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000;
  height: 40px;
  padding: 0 10px;
  transition: border 0.3s, background-color 0.3s, box-shadow 0.3s;
}

input[type=email]:disabled,
input[type=number]:disabled,
input[type=search]:disabled,
input[type=text]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
textarea:disabled,
select:disabled {
  background-color: #b1b1b1;
  border-color: #b1b1b1;
  color: #444;
  -webkit-text-fill-color: #444;
}

select {
  background: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiMwMDAwMDAiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat;
  background-color: #e1e1e1;
  background-position: 98% 50%;
  outline: 0 !important;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

textarea {
  min-height: 65px;
  padding: 6px 10px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  background-color: #fff;
  outline: 0 !important;
}

input[type=email].error,
input[type=number].error,
input[type=search].error,
input[type=text].error,
input[type=tel].error,
input[type=url].error,
input[type=password].error,
textarea.error,
select.error {
  border: 1px #e74c3c solid;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px #e74c3c;
}

input[type=email].warning,
input[type=number].warning,
input[type=search].warning,
input[type=text].warning,
input[type=tel].warning,
input[type=url].warning,
input[type=password].warning,
textarea.warning,
select.warning {
  border: 1px #e67e22 solid;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px #e67e22;
}

input[type=email].success,
input[type=number].success,
input[type=search].success,
input[type=text].success,
input[type=tel].success,
input[type=url].success,
input[type=password].success,
textarea.success,
select.success {
  border: 1px #2ecc71 solid;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px #2ecc71;
}

label,
legend {
  display: block;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

fieldset {
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  margin: 10px 5px;
  padding: 20px;
}

input[type=checkbox], input[type=radio] {
  display: inline;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  margin: 5px;
  vertical-align: middle;
}

label .checkbox,
label .radio {
  cursor: pointer;
  margin: 5px;
  position: relative;
  vertical-align: middle;
}

input[type=checkbox] + label.checkbox::before,
input[type=radio] + label.radio::before {
  background-color: transparent;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  content: "";
  display: inline-block;
  height: 10px;
  margin: auto 10px 3px auto;
  padding: 2px;
  text-align: center;
  transition: background-color 0.3s, box-shadow 0.3s;
  vertical-align: middle;
  width: 10px;
}

input[type=radio] + label.radio::before {
  border-radius: 20px;
}

input[type=checkbox]:checked + label.checkbox:before {
  background-color: #33bbf0;
}

input[type=radio]:checked + label.radio:before {
  background-color: #33bbf0;
}

input[type=checkbox]:focus + label.checkbox,
input[type=radio]:focus + label.radio {
  outline: none !important;
}

input[type=checkbox] + label, input[type=radio] + label,
label.checkbox, label.radio {
  cursor: pointer;
}

/* The switch - the box around the slider */
.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 2.9em;
  height: 1.5em;
  /* Hide default HTML checkbox */
  /* The slider */
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  border: 2px solid #e1e1e1;
  border-radius: 8px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 2.7em;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 1.1em;
  width: 1.1em;
  left: 1px;
  bottom: 0.1em;
  background-color: #e1e1e1;
  border-radius: 6px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.switch input:checked + .slider:before {
  transform: translateX(1.45em);
}

.switch input:checked + .slider {
  box-shadow: 0 0 10px #e1e1e1;
  border: 2px solid #e1e1e1;
}

.switch input:checked + .slider:before {
  background-color: #e1e1e1;
}

.switch.blue input:checked + .slider {
  box-shadow: 0 0 10px rgba(9, 117, 241, 0.8);
  border: 2px solid #0974f1;
}

.switch.blue input:checked + .slider:before {
  background-color: #0974f1;
}

.switch.green input:checked + .slider {
  box-shadow: 0 0 10px rgba(46, 204, 112, 0.8156862745);
  border: 2px solid #2ecc71;
}

.switch.green input:checked + .slider:before {
  background-color: #2ecc71;
}

.switch.orange input:checked + .slider {
  box-shadow: 0 0 10px rgba(230, 125, 34, 0.8235294118);
  border: 2px solid #e67e22;
}

.switch.orange input:checked + .slider:before {
  background-color: #e67e22;
}

.switch.red input:checked + .slider {
  box-shadow: 0 0 10px rgba(231, 77, 60, 0.8);
  border: 2px solid #e74c3c;
}

.switch.red input:checked + .slider:before {
  background-color: #e74c3c;
}

input[type=range] {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  margin: 0 5px;
  transition: 0.3s;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  background: #222;
  border: 2px solid #e1e1e1;
  border-radius: 8px;
  cursor: pointer;
  height: 26px;
  width: 100%;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #e1e1e1;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  height: 20px;
  width: 50px;
  position: relative;
  top: 1px;
  left: 1px;
}
input[type=range]::-webkit-slider-thumb:hover:active, input[type=range]::-webkit-slider-thumb:active {
  background-color: #0b60c2;
  border-color: #0b60c2;
  transition: 0.3s;
}
input[type=range]::-webkit-slider-thumb:hover {
  background-color: #0974f1;
  border-color: #0974f1;
  transition: 0.3s;
}
input[type=range]::-moz-range-track {
  background-color: #222;
  border: 2px solid #e1e1e1;
  border-radius: 8px;
  cursor: pointer;
  height: 22px;
  width: 100.5%;
  transition: 0.3s;
}
input[type=range]::-moz-range-thumb {
  background-color: #e1e1e1;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  height: 16px;
  width: 45px;
  transition: 0.3s;
}
input[type=range]::-moz-range-thumb:hover {
  background-color: #0974f1;
  border-color: #0974f1;
  transition: 0.3s;
}
input[type=range]::-moz-range-thumb:hover:active, input[type=range]::-moz-range-thumb:active {
  background-color: #0b60c2;
  border-color: #0b60c2;
  transition: 0.3s;
}
input[type=range]::-moz-range-thumb:hover {
  background-color: #0974f1;
  border-color: #0974f1;
  transition: 0.3s;
}
input[type=range]::-moz-focus-outer {
  border: 0;
}
input[type=range]::-ms-track {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
  cursor: pointer;
  height: 26px;
  width: 100%;
}
input[type=range]::-ms-fill-lower, input[type=range]::-ms-fill-upper {
  background-color: #222;
  border: 2px solid #e1e1e1;
  border-radius: 8px;
}
input[type=range]::-ms-thumb {
  background-color: #e1e1e1;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  height: 20px;
}

::placeholder {
  color: #6a6a6a;
  opacity: 1;
}

footer,
.footer {
  background-color: #1a1a1a;
  border-top: 2px solid #e1e1e1;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
footer.fixed,
.footer.fixed {
  position: fixed;
}
footer .col,
footer .row,
.footer .col,
.footer .row {
  margin-bottom: 0;
}

@media (min-width: 544px) {
  footer,
  .footer {
    text-align: left;
  }
}
nav, .nav {
  width: 100%;
  z-index: 1;
}
nav.fixed, .nav.fixed {
  position: fixed;
}
nav ul, .nav ul {
  background-color: #1a1a1a;
  border-bottom: 2px solid #222;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
nav ul li, .nav ul li {
  float: left;
  margin-bottom: 0;
  /* Send the elements to the right side with nav-right */
  /* Send the elements to the left side with nav-left */
  /* Fix for #2 issue, where nav-dropdown-content would go off the screen. */
  /* Navigation Dropdown Button */
}
nav ul li > a, .nav ul li > a {
  color: #e1e1e1;
  display: inline-block;
  padding: 14px 16px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}
nav ul li > a:hover, .nav ul li > a:hover {
  background-color: #111;
}
nav ul li > a.button, nav ul li > button, nav ul li > input, .nav ul li > a.button, .nav ul li > button, .nav ul li > input {
  margin: 5px 5px !important;
}
nav ul li > a.active, .nav ul li > a.active {
  background-color: #111;
}
nav ul li:first-child a.logo, .nav ul li:first-child a.logo {
  background-color: #222;
  color: #e1e1e1;
}
nav ul li:first-child a.logo:hover, .nav ul li:first-child a.logo:hover {
  background-color: #d4d4d4;
  color: #000;
}
nav ul li.nav-right, .nav ul li.nav-right {
  float: right !important;
  position: inherit;
}
nav ul li.nav-left, .nav ul li.nav-left {
  float: left !important;
  position: inherit;
}
nav ul li.nav-dropdown.nav-right .nav-dropdown-content, .nav ul li.nav-dropdown.nav-right .nav-dropdown-content {
  right: 0;
}
nav ul li.nav-dropdown.nav-right ~ .nav-dropdown .nav-dropdown-content, .nav ul li.nav-dropdown.nav-right ~ .nav-dropdown .nav-dropdown-content {
  right: auto;
}
nav ul li.nav-dropdown, .nav ul li.nav-dropdown {
  display: inline-block;
  /* Dropdown content attributes */
  /* Each link in dropdown's content */
  /* When the mouse is on each option */
}
nav ul li.nav-dropdown:hover, .nav ul li.nav-dropdown:hover {
  /* When the dropdown is open, change the color of dropdown's button */
  /* Display the content when the mouse is on dropdown's button */
}
nav ul li.nav-dropdown:hover .nav-dropdown-button, .nav ul li.nav-dropdown:hover .nav-dropdown-button {
  background-color: #111;
}
nav ul li.nav-dropdown:hover .nav-dropdown-content, .nav ul li.nav-dropdown:hover .nav-dropdown-content {
  opacity: 1;
  visibility: visible;
}
nav ul li.nav-dropdown .nav-dropdown-content, .nav ul li.nav-dropdown .nav-dropdown-content {
  background-color: #111;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  display: block;
  min-width: 160px;
  opacity: 0;
  position: absolute;
  transition: visibility 0.2s, opacity 0.2s ease-in-out;
  visibility: hidden;
  z-index: 1;
}
nav ul li.nav-dropdown .nav-dropdown-content a, .nav ul li.nav-dropdown .nav-dropdown-content a {
  color: #e1e1e1;
  display: block;
  padding: 12px 16px;
  text-align: left;
  text-decoration: none;
}
nav ul li.nav-dropdown .nav-dropdown-content a:hover, .nav ul li.nav-dropdown .nav-dropdown-content a:hover {
  background-color: #444;
}

:root {
  --sidenav-width: 275px;
}

.sidenav {
  background-color: #000;
  height: 100%;
  left: -1px;
  overflow-x: hidden;
  padding-top: 15px;
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 0;
  z-index: 10;
}
.sidenav > *:last-child {
  margin-bottom: calc(100px - 2vh);
}
.sidenav .sidenav-close-button {
  font-size: 3.6rem !important;
  outline: 0 !important;
  padding-right: 30px !important;
  position: absolute;
  right: 0;
  top: 0;
}
.sidenav hr {
  border-color: #818181;
  width: 80%;
}
.sidenav a {
  color: #818181;
  display: block;
  font-size: 1.6rem;
  outline: 0 !important;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}
.sidenav a:hover {
  color: #e1e1e1;
}
.sidenav a[disabled] {
  cursor: default;
}
.sidenav a[disabled]:hover {
  color: #818181;
  cursor: default;
  pointer-events: none;
}
.sidenav button {
  margin-left: 20px !important;
  margin-right: 20px !important;
  min-width: 150px;
  width: 84%;
}

.overlay {
  background-color: #000;
  display: inline;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

@media (min-width: 544px) {
  .sidenav {
    padding-top: 60px;
  }
  .sidenav a {
    font-size: 2rem;
  }
}
ul {
  list-style: disc;
}
ul ul,
ul ol {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}

ol {
  list-style: decimal;
}
ol ul,
ol ol {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}

li {
  margin-bottom: 1rem;
}

table {
  border-spacing: 0;
}
table.striped tr:nth-child(even) {
  background-color: #2f2f2f;
}
table.centerize > thead th, table.centerize > tbody td {
  text-align: center;
}
table.hoverable > tbody tr {
  transition: background-color 0.3s;
}
table.hoverable > tbody tr:hover {
  background-color: #404040;
}

th,
td {
  border-bottom: 1px #7c7c7c solid;
  padding: 12px 10px;
  text-align: left;
}

code {
  background-color: transparent;
  border: 1px #e1e1e1 solid;
  border-radius: 5px;
  color: #e1e1e1;
  font-size: 90%;
  padding: 1px 5px;
  white-space: nowrap;
}
code.filled {
  background-color: #e1e1e1;
  color: #222;
}

pre {
  background-color: transparent;
  border: 2px #e1e1e1 solid;
  border-radius: 5px;
  color: #e1e1e1;
  overflow-x: auto;
  white-space: normal;
}
pre.filled {
  background-color: #e1e1e1;
  color: #222;
}
pre.filled > code {
  background-color: #e1e1e1;
  color: #222;
}

pre > code {
  border: 0;
  display: inline;
  overflow: auto;
  white-space: pre;
}