@font-face {
  font-family: 'Audiowide';
  src: url("/css/fonts/Audiowide-Regular.ttf");
}
@font-face {
  font-family: 'Montserrat';
  src: url("/css/fonts/Montserrat-Regular.ttf");
}
html {
  font-family: Montserrat, sans-serif;
  font-size: 14pt;
}
body {
  display: grid;
  grid-template: rows 80px auto 45px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #141b20;
  color: #fff;
}
@media screen and (max-width: 400px) {
  body {
    grid-template: rows 80px auto 80px;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h2 {
  margin: 0;
  overflow: hidden;
}
body > header {
  grid-row: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  z-index: 1001;
  background: #141b20;
  color: #fff;
}
body > header #logo {
  float: left;
  margin: 10px;
}
body > header #logo > a {
  display: flex;
  align-items: center;
}
body > header #logo > a img {
  height: 45px;
}
@media screen and (min-width: 800px) {
  body > header #logo > a img {
    margin-right: 1rem;
  }
}
body > header nav {
  display: inline-block;
  float: right;
  margin: 10px;
}
body > header nav ul {
  list-style: none;
  padding: 0;
}
body > header nav > ul > li {
  display: inline-block;
}
body > header nav li {
  display: block;
}
body > header nav li a {
  display: block;
  padding: 5px 15px;
}
body > header nav li a:hover {
  color: #8c8da8;
}
body > header nav select {
  font-family: inherit;
  font-size: inherit;
  font-variant: all-small-caps;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: right center;
  padding-inline-end: 1rem;
  min-width: 3rem;
}
body > header nav .submenu {
  position: relative;
}
body > header nav .submenu > a {
  cursor: pointer;
}
@media not screen and (max-width: 800px) {
  body > header nav .submenu > a::after {
    content: "⏷";
  }
  body > header nav .submenu ul {
    display: none;
    position: absolute;
    right: 0;
    padding: 1rem;
    min-width: 160px;
    background-color: #000;
    opacity: 0.95;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  }
  body > header nav .submenu ul a {
    white-space: nowrap;
  }
  body > header nav .submenu:focus-within ul,
  body > header nav .submenu:focus ul {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  body > header nav {
    display: none;
  }
  body > header nav.shown {
    display: block;
    float: none;
    position: absolute;
    top: 80px;
    right: 0;
    background: #141b20;
    opacity: 0.99;
    margin: 0;
    border-radius: 2px;
    box-shadow: -1px 1px 4px rgba(128,128,128,0.5);
  }
  body > header nav.shown ul {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  body > header nav.shown ul li {
    margin: 0 2rem;
  }
  body > header nav.shown ul li.submenu > a {
    cursor: default;
  }
  body > header nav.shown ul li.submenu > a:hover {
    background-color: inherit;
    color: inherit;
  }
  body > header nav.shown ul li.submenu li {
    margin-right: 0;
  }
}
@media print {
  body > header nav {
    display: none;
  }
}
body > header a:hover {
  text-decoration: none;
}
#menu-toggle {
  display: none;
}
@media screen and (max-width: 800px) {
  #menu-toggle {
    display: inline-block;
    float: right;
    margin: 2em 1em;
    width: 3em;
    height: 2.5em;
    border: 1px solid #000;
    border-radius: 4px;
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(248, 248, 248, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
}
main {
  grid-row: 2;
  min-height: 100%;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
main > section {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  min-height: calc(100vh - 80px );
}
main > section:last-of-type {
  min-height: calc(100vh - 80px);
}
main > section:only-of-type {
  min-height: calc(100vh - 80px * 2 - 14pt);
}
main > section > h1,
main > section header > h1,
main > section > a > h1 {
  font-size: 250%;
  text-transform: uppercase;
  text-align: center;
}
main abbr {
  cursor: help;
}
main figure img {
  max-width: 100%;
  border-radius: 4px;
  box-shadow: 1px 1px 5px #555;
}
main figure table {
  max-width: 100%;
  border-radius: 4px;
  box-shadow: 1px 1px 5px #555;
  margin-bottom: 1ex;
}
main figure figcaption {
  font-size: 80%;
  font-style: italic;
}
main figure figcaption > p {
  margin: 0;
  padding: 0;
}
main table.vertical th {
  text-align: end;
  padding-inline-end: 1ex;
}
footer {
  grid-row: 3;
  display: flex;
  min-height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  opacity: 0.7;
  font-size: small;
  text-align: center;
  z-index: 1001;
}
@media print {
  footer {
    display: none;
  }
}
main > :last-child {
  margin-bottom: 80px;
}
.justify-right {
  text-align: right;
}
.footnote {
  font-size: smaller;
}
.footnote:before {
  content: "*";
  color: #a52a2a;
  font-size: smaller;
  font-variant-position: super;
}
.muted {
  opacity: 0.6;
}
.muted:hover {
  opacity: 1;
}
.button {
  border: 1px solid transparent;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 4px;
  text-decoration: none !important;
  cursor: pointer;
  touch-action: manipulation;
  box-shadow: rgba(0,0,0,0.2) 0px 3px 1px -2px, rgba(0,0,0,0.14) 0px 2px 2px 0px, rgba(0,0,0,0.12) 0px 1px 5px 0px;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.button:hover {
  background-color: #5a6268;
  border-color: #545b62;
}
.button:focus {
  outline: dotted thin;
  outline-offset: -2px;
}
.button[disabled] {
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.65;
}
.button.primary {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #f5f5f5;
}
.button.primary:hover {
  background-color: #286090;
  border-color: #122b40;
}
.button.success {
  background-color: #28a745;
  border-color: #28a745;
  color: #f5f5f5;
}
.button.success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}
.button.warning {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.button.warning:hover {
  background-color: #ec971f;
  border-color: #d58512;
}
.brand {
  font-family: "Bank Gothic Medium";
}
.content {
  display: flex;
  flex-direction: row;
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .content {
    flex-direction: column;
  }
}
.content > article {
  flex: 1 1 30%;
  margin: 1px;
  background-color: #3781e6;
  color: #f5f5f5;
  padding: 1rem 2rem 3rem;
}
.short-text {
  display: none;
}
@media (max-width: 400px) {
  .short-text {
    display: unset;
  }
  .long-text {
    display: none;
  }
}
#privacy {
  font-size: 80%;
}
.scriptonly {
  display: none !important;
}
.hidden {
  display: none !important;
}
.link:hover {
  color: #8c8da8;
}
.action {
  color: #000;
  float: right;
}
.action:hover {
  color: inherit;
}
@media not all and (hover: hover) {
  .hover {
    display: none;
  }
}
@media not all and (hover: none) {
  .touchscreen {
    display: none;
  }
}
.modal,
dialog {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: rgba(255,255,255,0.25);
}
.modal:target,
dialog:target,
.modal[open],
dialog[open] {
  display: block;
  border: none;
  pointer-events: auto;
}
.modal > article,
dialog > article {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  padding: 2rem;
  background: #202a31;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(128,128,128,0.478);
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 80px * 2 - 34px );
  overflow-y: auto;
}
@media screen and (max-width: 400px) {
  .modal > article,
  dialog > article {
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    width: unset;
    padding: 1rem;
    border-radius: unset;
  }
}
.modal a[href="#"],
dialog a[href="#"] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 1rem;
  text-decoration: none !important;
  color: #aaa;
}
.modal a[href="#"]:hover,
dialog a[href="#"]:hover {
  color: #fff;
}
.parallax-container {
  perspective: 2px;
  transform-style: preserve-3d;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
.parallax {
  transform-style: preserve-3d;
}
.parallax::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  transform: translateZ(-1px) scale(2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .d-md-none {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .d-md-show {
    display: none !important;
  }
}
@media all and (min-width: 800px) and (max-width: 1024px) {
  header > nav > ul > li:nth-of-type(2) {
    display: none;
  }
}
h3 {
  color: #8c8da8;
}
.button {
  font-size: initial;
}
section.card {
  z-index: 2;
  background: #141b20;
  justify-content: center;
  align-items: center;
}
section.card h2 {
  margin-bottom: 0.78em;
}
section.card > div {
  max-width: 80vw;
  border-radius: 4px;
  padding: 2em;
}
@media all and (min-width: 1280px) {
  section.card > div {
    max-width: 60vw;
  }
}
section.card ul {
  line-height: 2.1;
}
.illustration {
  display: flex;
  align-items: center;
}
@media all and (max-width: 400px) {
  .illustration {
    display: none;
  }
}
#background-video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 80px );
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  background: #141b20;
}
#background-image {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 80px );
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  filter: opacity(0.67);
}
#section-about {
  justify-content: center;
  align-items: center;
}
#section-about blockquote {
  font-family: Audiowide, cursive;
  font-size: 28pt;
  letter-spacing: 4pt;
  color: #fff;
}
#section-why li::marker {
  content: "✔  ";
  color: #8c8da8;
}
#section-how {
  z-index: 1;
  background: none;
}
#section-how::after {
  background-image: url("/media/background.jpg");
  opacity: 0.5;
}
#section-more {
  background-color: #1f2e37;
}
#section-faq {
  display: none;
}
#section-faq:target {
  display: flex;
}
#section-services {
  z-index: 1;
  background: #141b20;
}
#section-services::after {
  background-image: url("/media/r2000ic.png");
  opacity: 0.5;
}
@media all and (min-width: 401px) {
  #section-services::after {
    display: none;
  }
}
.snappable {
  overflow-y: visible;
  scroll-snap-type: y proximity;
}
.snappable .snap {
  scroll-snap-align: start;
}
@media (max-width: 1024px) {
  .lg.snappable {
    scroll-snap-type: y none;
  }
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url("/css/fonts/MaterialIcons-Regular.ttf") format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
/* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
/* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
/* Support for IE. */
  font-feature-settings: 'liga';
  vertical-align: text-bottom;
}
