@font-face {
  font-family: Prompt;
  src: url("/static/fonts/prompt/Prompt-Regular.ttf");
}
@font-face {
  font-family: Righteous;
  src: url("/static/fonts/righteous/Righteous-Regular.ttf");
}
@font-face {
  font-family: "Source Code Pro";
  src: url("/static/fonts/source_code_pro/SourceCodePro-VariableFont_wght.ttf");
}
.bg-blue {
  background-color: #174A67 !important;
  border-color: #123b52;
}
.text-blue {
  color: #174A67 !important;
}
.border-blue {
  border-color: #174A67 !important;
}
.outline-blue {
  outline-color: #174A67 !important;
}
.bg-indigo {
  background-color: #162164 !important;
  border-color: #111a4f;
}
.text-indigo {
  color: #162164 !important;
}
.border-indigo {
  border-color: #162164 !important;
}
.outline-indigo {
  outline-color: #162164 !important;
}
.bg-purple {
  background-color: #461664 !important;
  border-color: #37114f;
}
.text-purple {
  color: #461664 !important;
}
.border-purple {
  border-color: #461664 !important;
}
.outline-purple {
  outline-color: #461664 !important;
}
.bg-pink {
  background-color: #641648 !important;
  border-color: #4f1139;
}
.text-pink {
  color: #641648 !important;
}
.border-pink {
  border-color: #641648 !important;
}
.outline-pink {
  outline-color: #641648 !important;
}
.bg-red {
  background-color: #641621 !important;
  border-color: #4f111a;
}
.text-red {
  color: #641621 !important;
}
.border-red {
  border-color: #641621 !important;
}
.outline-red {
  outline-color: #641621 !important;
}
.bg-orange {
  background-color: #643316 !important;
  border-color: #4f2811;
}
.text-orange {
  color: #643316 !important;
}
.border-orange {
  border-color: #643316 !important;
}
.outline-orange {
  outline-color: #643316 !important;
}
.bg-yellow {
  background-color: #645a16 !important;
  border-color: #4f4711;
}
.text-yellow {
  color: #645a16 !important;
}
.border-yellow {
  border-color: #645a16 !important;
}
.outline-yellow {
  outline-color: #645a16 !important;
}
.bg-green {
  background-color: #166433 !important;
  border-color: #114f28;
}
.text-green {
  color: #166433 !important;
}
.border-green {
  border-color: #166433 !important;
}
.outline-green {
  outline-color: #166433 !important;
}
.bg-teal {
  background-color: #16645a !important;
  border-color: #114f47;
}
.text-teal {
  color: #16645a !important;
}
.border-teal {
  border-color: #16645a !important;
}
.outline-teal {
  outline-color: #16645a !important;
}
.bg-cyan {
  background-color: #2881b4 !important;
  border-color: #23729f;
}
.text-cyan {
  color: #2881b4 !important;
}
.border-cyan {
  border-color: #2881b4 !important;
}
.outline-cyan {
  outline-color: #2881b4 !important;
}
.bg-white {
  background-color: #fff !important;
  border-color: #d9d9d9;
}
.text-white {
  color: #fff !important;
}
.border-white {
  border-color: #fff !important;
}
.outline-white {
  outline-color: #fff !important;
}
.bg-grey {
  background-color: #edeeef !important;
  border-color: #c6c8ca;
}
.text-grey {
  color: #edeeef !important;
}
.border-grey {
  border-color: #edeeef !important;
}
.outline-grey {
  outline-color: #edeeef !important;
}
.bg-greyer {
  background-color: #e6e7e8 !important;
  border-color: #bec1c3;
}
.text-greyer {
  color: #e6e7e8 !important;
}
.border-greyer {
  border-color: #e6e7e8 !important;
}
.outline-greyer {
  outline-color: #e6e7e8 !important;
}
.bg-greyest {
  background-color: #dee0e0 !important;
  border-color: #b7babb;
}
.text-greyest {
  color: #dee0e0 !important;
}
.border-greyest {
  border-color: #dee0e0 !important;
}
.outline-greyest {
  outline-color: #dee0e0 !important;
}
.bg-default {
  border-color: #c2c2c2;
  background-color: #e8e8e8 !important;
}
.text-default {
  color: #e8e8e8 !important;
}
.border-default {
  border-color: #e8e8e8 !important;
}
.outline-default {
  outline-color: #e8e8e8 !important;
}
.bg-primary {
  border-color: #123b52;
  background-color: #174A67 !important;
}
.text-primary {
  color: #174A67 !important;
}
.border-primary {
  border-color: #174A67 !important;
}
.outline-primary {
  outline-color: #174A67 !important;
}
.bg-secondary {
  border-color: #37114f;
  background-color: #461664 !important;
}
.text-secondary {
  color: #461664 !important;
}
.border-secondary {
  border-color: #461664 !important;
}
.outline-secondary {
  outline-color: #461664 !important;
}
.bg-success {
  border-color: #114f19;
  background-color: #16641F !important;
}
.text-success {
  color: #16641F !important;
}
.border-success {
  border-color: #16641F !important;
}
.outline-success {
  outline-color: #16641F !important;
}
.bg-danger {
  border-color: #4f111a;
  background-color: #641621 !important;
}
.text-danger {
  color: #641621 !important;
}
.border-danger {
  border-color: #641621 !important;
}
.outline-danger {
  outline-color: #641621 !important;
}
.bg-info {
  border-color: #23729f;
  background-color: #2881b4 !important;
}
.text-info {
  color: #2881b4 !important;
}
.border-info {
  border-color: #2881b4 !important;
}
.outline-info {
  outline-color: #2881b4 !important;
}
.bg-warning {
  border-color: #4f4711;
  background-color: #645a16 !important;
}
.text-warning {
  color: #645a16 !important;
}
.border-warning {
  border-color: #645a16 !important;
}
.outline-warning {
  outline-color: #645a16 !important;
}
.bg-light {
  border-color: #23729f;
  background-color: #2881b4 !important;
}
.text-light {
  color: #2881b4 !important;
}
.border-light {
  border-color: #2881b4 !important;
}
.outline-light {
  outline-color: #2881b4 !important;
}
.bg-dark {
  border-color: #081c27;
  background-color: #0d2b3c !important;
}
.text-dark {
  color: #0d2b3c !important;
}
.border-dark {
  border-color: #0d2b3c !important;
}
.outline-dark {
  outline-color: #0d2b3c !important;
}
.bg-darker {
  border-color: #040e13;
  background-color: #091d28 !important;
}
.text-darker {
  color: #091d28 !important;
}
.border-darker {
  border-color: #091d28 !important;
}
.outline-darker {
  outline-color: #091d28 !important;
}
.primary {
  background-color: var(--primary-color, #174A67);
}
.text-primary {
  color: var(--primary-color, #174A67) !important;
}
.border-primary {
  border-color: var(--primary-color, #174A67) !important;
}
.main-content {
  background-color: var(--main-content-color, #eff2f4);
}
.text-main-content {
  color: var(--main-content-color, #eff2f4) !important;
}
.border-main-content {
  border-color: var(--main-content-color, #eff2f4) !important;
}
.primary-content {
  background-color: var(--primary-content-color, #fdfdfd);
}
.text-primary-content {
  color: var(--primary-content-color, #fdfdfd) !important;
}
.border-primary-content {
  border-color: var(--primary-content-color, #fdfdfd) !important;
}
.secondary {
  background-color: var(--secondary-color, #172267);
}
.text-secondary {
  color: var(--secondary-color, #172267) !important;
}
.border-secondary {
  border-color: var(--secondary-color, #172267) !important;
}
.tertiary {
  background-color: var(--tertiary-color, #341767);
}
.text-tertiary {
  color: var(--tertiary-color, #341767) !important;
}
.border-tertiary {
  border-color: var(--tertiary-color, #341767) !important;
}
.quaternary {
  background-color: var(--quaternary-color, #5c1767);
}
.text-quaternary {
  color: var(--quaternary-color, #5c1767) !important;
}
.border-quaternary {
  border-color: var(--quaternary-color, #5c1767) !important;
}
.quinary {
  background-color: var(--quinary-color, #67174a);
}
.text-quinary {
  color: var(--quinary-color, #67174a) !important;
}
.border-quinary {
  border-color: var(--quinary-color, #67174a) !important;
}
.senary {
  background-color: var(--senary-color, #671722);
}
.text-senary {
  color: var(--senary-color, #671722) !important;
}
.border-senary {
  border-color: var(--senary-color, #671722) !important;
}
.septenary {
  background-color: var(--septenary-color, #673417);
}
.text-septenary {
  color: var(--septenary-color, #673417) !important;
}
.border-septenary {
  border-color: var(--septenary-color, #673417) !important;
}
.octonary {
  background-color: var(--octonary-color, #675c17);
}
.text-octonary {
  color: var(--octonary-color, #675c17) !important;
}
.border-octonary {
  border-color: var(--octonary-color, #675c17) !important;
}
.nonary {
  background-color: var(--nonary-color, #4a6717);
}
.text-nonary {
  color: var(--nonary-color, #4a6717) !important;
}
.border-nonary {
  border-color: var(--nonary-color, #4a6717) !important;
}
.denary {
  background-color: var(--denary-color, #226717);
}
.text-denary {
  color: var(--denary-color, #226717) !important;
}
.border-denary {
  border-color: var(--denary-color, #226717) !important;
}
.eleventh {
  background-color: var(--eleventh-color, #176734);
}
.text-eleventh {
  color: var(--eleventh-color, #176734) !important;
}
.border-eleventh {
  border-color: var(--eleventh-color, #176734) !important;
}
.duodenary {
  background-color: var(--duodenary-color, #17675c);
}
.text-duodenary {
  color: var(--duodenary-color, #17675c) !important;
}
.border-duodenary {
  border-color: var(--duodenary-color, #17675c) !important;
}
:root {
  --primary-color: #174A67;
  --main-content-color: #eff2f4;
  --primary-content-color: #fdfdfd;
  --secondary-color: #172267;
  --tertiary-color: #341767;
  --quaternary-color: #5c1767;
  --quinary-color: #67174a;
  --senary-color: #671722;
  --septenary-color: #673417;
  --octonary-color: #675c17;
  --nonary-color: #4a6717;
  --denary-color: #226717;
  --eleventh-color: #176734;
  --duodenary-color: #17675c;
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  padding: 16px;
}
.hamburger .bar {
  width: 16px;
  height: 2px;
  background-color: #fff;
  margin: 3px 0;
  transition: 0.4s;
}
.hamburger.open .bar:first-child {
  -webkit-transform: rotate(-45deg) translate(-9px, 3px);
  transform: rotate(-45deg) translate(-5px, 3px);
  width: 22px;
}
.hamburger.open .bar:nth-child(2) {
  opacity: 0;
}
.hamburger.open .bar:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-4px, -3px);
  transform: rotate(45deg) translate(-4px, -2px);
  width: 22px;
}
.centered {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100vw;
  max-height: 100vh;
}
.toolbar {
  position: relative;
  z-index: 2;
  display: block;
  border-bottom: 1px solid #9b9fa1;
  outline: 0;
  box-sizing: border-box;
  background-color: #edeeef;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toolbar ul {
  transition: all 0.2s ease;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.toolbar ul li.selected > button,
.toolbar ul li.selected > a {
  background-color: rgba(0, 0, 0, 0.1);
}
.toolbar ul li {
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
}
.toolbar ul li label {
  padding-top: 16px;
  padding-bottom: 16px;
}
.toolbar ul li label a {
  color: #174A67;
  text-decoration: none;
}
.toolbar ul li a,
.toolbar ul li button {
  transition: all 0.2s ease;
}
.toolbar ul li a:hover {
  color: #0d2b3c;
  text-decoration: underline;
}
.toolbar ul li button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.toolbar ul li > a,
.toolbar ul li > button {
  font-family: inherit;
  font-size: 12pt;
  font-weight: normal;
  cursor: pointer;
  padding: 16px 24px;
  box-sizing: border-box;
  margin: 0;
  color: black;
  border: 1px solid #9b9fa1;
  background-color: transparent;
}
.toolbar ul li > a:hover,
.toolbar ul li > button:hover {
  color: black;
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .toolbar {
    padding: 0 8px;
    transition: all;
    margin-top: 8px;
  }
  .toolbar ul {
    overflow: hidden;
    width: 100%;
    text-align: center;
  }
  .toolbar ul li {
    width: 100%;
    overflow: hidden;
  }
  .toolbar ul li a,
  .toolbar ul li button {
    width: 100%;
  }
  .toolbar ul li button {
    border-bottom-width: 0;
  }
  .toolbar ul li > a {
    display: block;
    line-height: 20px;
    border-bottom-width: 0;
  }
}
@media only screen and (min-width: 768px) {
  .toolbar ul {
    padding-left: 16px;
    padding-right: 16px;
  }
  .toolbar ul li {
    display: inline;
    vertical-align: middle;
    padding: 8px;
    box-sizing: border-box;
  }
  .toolbar ul li > button,
  .toolbar ul li > a {
    padding: 8px 16px;
    border-color: rgba(1, 1, 1, 0);
  }
  .toolbar ul li.selected > button,
  .toolbar ul li.selected > a {
    border-color: #9b9fa1;
  }
  .toolbar ul li > a {
    border-width: 1px;
    border-style: solid;
  }
  .toolbar ul li > button:hover,
  .toolbar ul li > a:hover {
    border-color: #9b9fa1;
  }
}
@media only screen and (min-width: 1200px) {
  .toolbar nav {
    max-width: 794px;
    margin: 0 auto;
  }
}
header {
  position: relative;
  z-index: 3;
  background-image: linear-gradient(to top right, #174A67, #1f648c);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header .header {
  position: relative;
  display: block;
  border-bottom: 1px solid #123950;
  outline: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  z-index: 4;
  box-sizing: border-box;
  color: #fff;
}
header .header h1,
header .header h2 {
  text-align: center;
}
header .header h1 {
  vertical-align: top;
  font-size: 6em;
  margin-bottom: 0;
  color: #fff;
}
header .header h2 {
  color: #091d28;
  font-size: 3em;
  margin-top: 0;
  font-style: oblique;
  font-weight: normal;
}
header .header .menu ul {
  height: auto;
}
header .header .menu .lang {
  position: absolute;
  bottom: 10px;
  right: 16px;
  z-index: 1000;
  cursor: pointer;
  pointer-events: auto;
  color: #bfbfbf;
}
header .header .menu .lang a {
  color: #fff;
}
header .header .menu-settings {
  display: none;
  text-align: left;
}
header .header ul li button,
header .header ul li a {
  color: #fff;
  border: 0;
  background-color: #174A67;
}
header .header ul li button:hover,
header .header ul li a:hover {
  color: #fff;
  background-color: #123950;
}
header .header ul li.selected button,
header .header ul li.selected a {
  border: 0;
  color: #fff;
  background-color: #0d2b3c;
}
header .header ul li a,
header .header ul li a:hover {
  color: #fff;
}
header .header.fixed {
  position: fixed;
  z-index: 5;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  background-color: #174A67;
}
header .header.fixed ~ .header {
  padding: 78px 5px;
}
header .header.fixed nav {
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  header .header.fixed {
    margin: 0;
  }
  header .header.fixed .menu-settings {
    display: block;
    width: 100%;
  }
  header .header.fixed .menu ul {
    height: 0;
  }
  header .header.fixed .menu ul li {
    width: 100%;
  }
  header .header.fixed .menu ul li a,
  header .header.fixed .menu ul li button {
    width: 100%;
  }
  header .header.fixed .menu ul li a {
    text-decoration: underline;
  }
  header .header h1 {
    margin: 50px 0 16px 0;
  }
}
@media only screen and (min-width: 768px) {
  .menu ul {
    height: 50px !important;
  }
}
.content {
  display: block;
  box-sizing: border-box;
  padding: 0;
  transition: opacity 0.4s ease;
}
body > section {
  min-height: 100vh;
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body > section .fancy-block {
  margin: 0 auto;
  max-width: 670px;
}
.row {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 32px 0;
  background-color: var(--main-content-color);
}
.row > article {
  background-color: #fff;
}
.aside-section,
.article-section {
  padding: 0;
  margin: 0;
  display: inline-block;
  box-sizing: border-box;
}
.article-section {
  background-color: #fff;
}
.aside-section {
  background-color: #174A67;
  color: #bfbfbf;
}
aside {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  padding: 40px 32px 16px 32px;
  margin: 0;
}
aside a,
aside a:visited {
  color: #fff;
}
aside a:hover {
  text-decoration: underline;
}
aside h1,
aside h2,
aside h3,
aside h4,
aside h5,
aside h6 {
  color: #fff;
}
aside ul,
aside ol {
  padding-left: 1em;
}
aside ul li,
aside ol li {
  margin-bottom: 8px;
}
aside small {
  margin-top: auto;
}
aside p {
  margin: 4px 0;
}
article {
  padding: 40px 64px 16px 64px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
article,
aside {
  hyphens: auto;
}
article .icon,
aside .icon {
  vertical-align: center;
  width: 20px;
}
@media only screen and (max-width: 768px) {
  .content {
    padding-left: 8px;
    padding-right: 8px;
  }
  .content .article-section,
  .content .aside-section {
    width: 100%;
  }
  .content article {
    padding: 40px 32px 16px 32px;
  }
  body > section {
    padding: 8px 16px;
    max-width: 100%;
  }
  body > section .fancy-block {
    display: contents;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    z-index: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .content .row {
    position: relative;
  }
  .content .row .article-section {
    float: left;
    width: 67%;
    overflow: hidden;
  }
  .content .row .aside-section {
    position: absolute;
    top: 0;
    bottom: 0;
    float: left;
    overflow: hidden;
    width: 33%;
  }
  .content .row .aside-section ~ .article-section {
    float: right !important;
  }
}
@media only screen and (min-width: 1200px) {
  .content {
    width: 794px;
    margin: 0 auto;
  }
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-jusitfy {
  text-align: justify;
}
.text-bold {
  font-weight: bold;
}
.strike {
  text-decoration: line-through;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #174A67;
}
.card {
  position: relative;
  display: block;
  min-width: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background-color: var(--primary-content-color, #fff);
}
.card .card-header {
  padding: 16px;
}
.card .card-header h1,
.card .card-header h2,
.card .card-header h3,
.card .card-header h4,
.card .card-header h5,
.card .card-header h6 {
  margin: 0;
}
.card .card-body {
  padding: 16px 32px;
}
@media only screen and (max-width: 768px) {
  .card {
    width: 95vw;
  }
}
@media only screen and (min-width: 768px) {
  .card {
    width: 100%;
    max-width: 100%;
  }
  .card .card-header,
  .card .card-body {
    padding: 32px;
  }
}
progress {
  width: 100%;
}
.select-arrow {
  fill: #466014;
}
form {
  padding: 16px 64px;
}
form h1 {
  border-bottom: 1px solid #9b9fa1;
}
form .highlight {
  outline: #2881b4 solid 1px;
  border-radius: 3px;
  -moz-outline-radius: 3px;
}
form output {
  padding: 0 8px;
}
form input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #edeeef;
  outline: none;
  opacity: 0.85;
  -webkit-transition: 0.2s;
  transition: all 0.2s;
  border-color: #9b9fa1;
}
form input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}
form input[type="range"]:hover {
  opacity: 1;
}
form input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}
form input[type="range"]::-webkit-slider-thumb,
form input[type="range"]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background-image: linear-gradient(to top right, #174A67, #1f648c);
  border-color: #0d2b3c;
  cursor: pointer;
  border-radius: 100%;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="currency"],
form select {
  height: 50px;
}
form label[for] {
  vertical-align: top;
}
form input:not([type="range"]):focus,
form textarea:focus,
form select:focus {
  outline: none;
  border: 1px solid #174A67;
}
form select:invalid {
  color: #777;
}
form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
  outline: none;
  border-color: #641621;
}
form input,
form textarea,
form select {
  transition: outline-color 0.2s ease, border-color 0.2s ease;
  box-sizing: border-box;
  border: 1px solid #9b9fa1;
  border-radius: 3px;
  outline: 1px solid transparent;
  background-color: #fff;
}
form input,
form textarea,
form select {
  padding-left: 12px;
}
form textarea {
  resize: vertical;
  padding-top: 8px;
}
form select {
  transition: outline-color 0.2s ease, border-color 0.2s ease;
  display: inline-block;
  margin: 0;
  padding: 0.5em 48px 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-size: 32px 32px;
  background-image: url("/static/svg/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-clip: border-box;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
}
form select optgroup {
  color: #0d2b3c;
}
form select option {
  color: #040e14;
}
form select:focus {
  background-image: url("/static/svg/select-arrow-turned.svg");
  outline: 0;
}
form select:invalid:focus {
  background-image: url("/static/svg/invalid-select-arrow-turned.svg");
}
form select:focus-visible {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
form input[type=file] {
  line-height: 50px;
}
form input[type=file]::file-selector-button,
form input[type=file]::-webkit-file-upload-button {
  transition: all 0.2s ease;
  height: 24px;
  background-color: #fff;
  border: 1px solid #9b9fa1;
  border-radius: 3px;
}
form input[type=file]::-ms-browse {
  transition: all 0.2s ease;
  height: 24px;
  background-color: #fff;
  border: 1px solid #9b9fa1;
  border-radius: 3px;
}
form input[type=file]::-ms-browse:hover {
  border-color: #174A67;
}
form input[type=file]::-webkit-file-upload-button:hover {
  border-color: #174A67;
}
form input[type=file]::file-selector-button:hover {
  border-color: #174A67;
}
input[type=text],
input[type=email],
input[type=password],
input[type=text],
input[type=list],
input[type=currency],
select,
textarea {
  font-size: 1rem;
}
.icon {
  width: 25px;
  height: 25px;
}
.field {
  position: relative;
  overflow: visible;
  margin: 8px 0;
}
.field .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 15px;
  color: #9b9fa1;
}
.field .icon ~ input,
.field .icon ~ select {
  padding-left: 42px;
}
.field input ~ .icon,
.field select ~ .icon {
  right: 0;
}
.field input,
.field select,
.field textarea {
  width: 100%;
}
form {
  padding: 0;
  margin: 0;
}
form label[for],
form label[for] + input,
form label[for] + textarea,
form label[for] + select {
  display: block;
  width: 100%;
}
code {
  font-family: "Source Code Pro", serif;
}
code.macro {
  font-weight: bold;
  color: #174A67;
}
pre {
  font-family: "Source Code Pro", serif;
  color: #222;
}
pre .keyword {
  color: #174A67;
}
pre .function {
  color: #461664;
}
pre .string {
  color: #16641F;
}
pre .prop {
  color: #162164;
}
pre .number {
  color: #0d2b3c;
}
#openstreetmap {
  width: 100%;
  min-height: 580px;
  max-height: 50vh;
  border: 0;
  margin: 0 auto;
  background-color: white;
}
#maps #openstreetmap[src=""] {
  display: none;
}
#maps {
  width: 100%;
  min-height: 580px;
  max-height: 50vh;
  background-image: url("/static/public/map.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto 100vh;
  background-clip: content-box;
}
#maps button[name=scrollup] {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.btn-group {
  padding-top: 8px;
  text-align: right;
  width: 100%;
  clear: both;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  scrollbar-width: 0;
  scrollbar-color: transparent;
}
.btn {
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #9b9fa1;
  background-color: transparent;
}
.btn.btn-dark {
  color: #fff;
  background-color: #091d28;
  border: 0 !important;
}
button.btn {
  height: 32px;
  padding: 0 16px;
}
button.btn.large {
  height: 50px;
  padding: 0 32px;
}
a.btn {
  padding: 8px 16px;
  white-space: nowrap;
}
a.btn.large {
  line-height: 50px;
  padding: 11px 27px;
  white-space: nowrap;
}
.btn-group .btn {
  border-radius: 0px;
  border-right-width: 0;
}
.btn-group .btn:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-left: 0;
}
.btn-group .btn:last-child {
  border-right-width: 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-right: 0;
}
.btn-group::-webkit-scrollbar {
  display: none;
}
.btn:hover {
  text-decoration: underline;
}
.btn.suggestive {
  color: #174A67;
  border-color: #174A67;
}
.btn.destructive {
  color: #641621;
  border-color: #641621;
}
.btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
span.color-span {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 100%;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slide-up {
  from {
    min-height: 25px;
    transform: translateY(100%);
    opacity: 1;
  }
  to {
    min-height: 0;
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes slide-down {
  from {
    min-height: 0;
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    min-height: 25px;
    transform: translateY(0);
    opacity: 1;
  }
}
.slideUp,
form label[for].slideUp {
  overflow-y: hidden;
  width: 100%;
  height: 0;
  margin: 0;
  opacity: 0;
  animation: slide-up 0.4s ease;
}
.slideDown {
  overflow-y: hidden;
  opacity: 1;
  height: auto;
  animation: slide-down 0.4s ease;
}
.fadeIn {
  opacity: 1;
  animation: fade-in 0.2s ease;
}
.fadeOut {
  opacity: 0;
  animation: fade-out 0.2s ease;
}
.slideDown,
.slideUp {
  transition: all 0.4s ease;
}
div.footer {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: center;
  background-image: linear-gradient(#174A67, #0d2b3c);
  color: #bfbfbf;
  padding: 32px 0;
}
div.footer table {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 16px 0;
  box-sizing: border-box;
}
div.footer table th * {
  margin: 0;
}
div.footer table .address {
  height: 3em;
  vertical-align: top;
}
div.footer table td {
  width: 50%;
}
div.footer table td:first-child {
  text-align: right;
  padding-right: 8px;
}
div.footer table td:last-child {
  text-align: left;
  padding-left: 8px;
}
div.footer .brand {
  font-family: Righteous, sans-serif;
  color: #fff;
}
div.footer a {
  color: #fff;
}
html {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
}
a {
  color: #2881b4;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body.fancy > * {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  scroll-margin-top: 50px;
}
body.fancy .footer {
  scroll-snap-align: end;
}
body {
  width: 100%;
  min-height: 100vh;
  padding: 50px 0 0 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: Prompt, serif;
  color: #091d28;
  background-color: var(--main-content-color);
}
body .author {
  text-align: right;
  font-style: italic;
}
body .pull-right {
  float: right !important;
  overflow: hidden;
}
body .pull-left {
  float: left !important;
  overflow: hidden;
}
body .grow {
  width: 100%;
}
body .toast {
  padding: 8px 16px;
  border-radius: 3px;
}
h1 .license {
  float: right;
  font-size: 12pt;
  margin-top: 8px;
  color: #2881b4;
  cursor: pointer;
}
.header h1 {
  font-family: Righteous, sans-serif;
}
.stretch {
  width: 100%;
}
.stretch button,
.stretch a {
  flex-grow: 1;
}
table.icon-list tr td:last-child {
  padding-left: 8px;
}
