html {
  font-family: Inter, "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
}
@supports (font-variation-settings: normal) {
  html {
    font-family: Inter, 'Inter var', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
  }
}
body {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  color: #222;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}
header {
  display: grid;
  width: 100%;
  box-shadow: 0px 0px 5px 0px #00000042;
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
  background-color: #fff;
}
@media (min-width: 1024px) {
  header {
    z-index: 10;
    position: fixed;
    grid-template-columns: auto 400px 500px auto;
  }
}
header nav a:nth-child(2),
header nav a:nth-child(4) {
  display: none;
}
@media (min-width: 500px) {
  header nav a:nth-child(2),
  header nav a:nth-child(4) {
    display: unset;
  }
}
header a,
header a:visited {
  color: #222;
  text-decoration: none;
}
header h2 {
  display: none;
  align-items: center;
  font-size: x-large;
  margin: 0;
}
@media (min-width: 1024px) {
  header h2 {
    display: flex;
  }
}
header h2 small {
  margin-left: 0.5em;
  font-weight: 400;
}
header h2 {
  font-weight: 500;
}
a,
a:visited {
  color: #006cda;
  text-decoration: none;
}
nav {
  display: flex;
  justify-self: end;
  align-items: center;
}
nav a,
nav a:visited {
  color: #222;
  text-decoration: none;
}
nav a + a {
  margin-left: 1em;
}
nav a svg {
  position: relative;
  top: 4px;
}
nav a em {
  font-style: normal;
  color: #222;
  font-weight: 500;
}
main {
  padding: 0;
  display: grid;
  justify-content: center;
  justify-items: center;
  max-width: 100vw;
  /*min-width: 95vw;

    @media (min-width: 1024px) {
        min-width: 860px;
        max-width: 900px;
    }
    */
}
main section:first-child {
  padding-top: 5em;
}
h1 {
  margin-top: 0;
  font-size: xx-large;
  font-weight: 600;
}
h1 small {
  padding-left: 0.5rem;
  font-weight: 400;
  vertical-align: text-bottom;
}
h2 {
  font-weight: 500;
  font-size: x-large;
}
h2 small {
  font-weight: 400;
}
section h2:first-child {
  padding-top: 2em;
}
h3 {
  font-weight: 500;
  font-size: large;
  margin-top: 3rem;
}
h4 {
  font-weight: 500;
}
p {
  max-width: 50rem;
  font-size: medium;
}
p.copy {
  /*@media (min-width: 1600px) {
    }
    font-size: larger;
    */
}
p.center {
  text-align: center;
}
p.caption {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  ul {
    padding-left: 1.5rem;
    line-height: 1.7;
  }
}
blockquote {
  display: block;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
@media (min-width: 1023px) {
  img {
    max-width: 900px;
  }
}
section,
article {
  padding: 0rem 0;
  padding-bottom: 3rem;
  justify-self: center;
  max-width: 100vw;
}
@media (max-width: 1024px) {
  section > *,
  article > * {
    margin: 2rem;
  }
}
@media (min-width: 1023px) {
  section,
  article {
    max-width: 900px;
    width: 900px;
  }
}
figure {
  margin: 0;
  display: inline-block;
}
figure figcaption {
  color: #555;
  text-align: center;
}
.col-2 {
  display: grid;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
}
@media (min-width: 1024px) {
  .col-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.col-2 img {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .col-auto-2 {
    grid-template-columns: auto auto;
  }
}
.doc-col-2 {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  grid-column-gap: 2rem;
}
.doc-col-2 p {
  max-width: 32rem;
}
.intro {
  padding-top: 1rem;
}
.intro .col-2 {
  margin-top: 3rem;
}
.intro picture {
  display: grid;
}
@media (min-width: 1024px) {
  .intro picture {
    display: none;
  }
}
.intro video {
  display: none;
  max-width: 104%;
  margin-left: -1rem;
  filter: brightness(102%) saturate(105%);
}
@media (min-width: 1024px) {
  .intro video {
    display: inherit;
  }
}
.intro img {
  width: auto;
  max-height: 67vh;
  box-shadow: 1px 4px 24px -1px #b3b3b3;
}
.intro .description p {
  font-size: 17px;
}
div.download {
  padding: 2rem;
  color: #555;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min-content;
}
a.btn-download,
a.btn-download:visited {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: min-content;
  height: 2.6rem;
  padding: 0.1rem 1.6rem;
  color: white;
  border-radius: 4px;
  background: #007cfa;
  background: linear-gradient(to bottom, #4096ee 0%, #0076ed 100%);
  box-shadow: 0px 1px 2px 0px #4e5a74;
}
a.btn-download b,
a.btn-download:visited b {
  font-weight: 500;
  padding: 0 0.5rem;
}
a.btn-download span,
a.btn-download:visited span {
  white-space: nowrap;
  font-size: small;
  color: #c3e4ff;
}
.same-thing {
  margin-bottom: 2rem;
}
.cryo-views {
  width: 100vw;
  max-width: unset;
  background-color: #f6f8fb;
  display: grid;
  justify-content: center;
}
.cryo-views > * {
  max-width: 900px;
}
.cryo-views img {
  width: auto;
  max-height: 67vh;
  box-shadow: 1px 8px 24px -1px #b3b3b3;
  border: 1px solid #cccccc;
}
.cryo-views1 {
  margin-top: 2rem;
}
.cryo-views1 .tltr {
  max-width: unset;
  font-weight: 500;
  font-size: larger;
}
.p2p-intro {
  display: grid;
  justify-content: center;
}
.p2p-intro ul {
  list-style: none;
}
.p2p-intro ul li:before {
  content: '\2713';
  font-weight: 500;
  margin-left: -20px;
  margin-right: 10px;
}
.p2p-intro ul + p {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.p2p-intro ul + p + p {
  margin-top: 0;
  font-size: 15px;
}
@media (min-width: 1023px) {
  .p2p-intro .col-2 {
    grid-template-columns: 1fr 1.5fr;
  }
}
.p2p-intro .col-2 > div {
  align-self: center;
}
.p2p-intro .brick-wall.col-2 {
  grid-column-gap: 4rem;
  margin-top: 2rem;
}
@media (min-width: 1023px) {
  .p2p-intro .brick-wall.col-2 {
    grid-template-columns: 1fr 1.3fr;
  }
}
.p2p-intro .brick-wall.col-2 img {
  width: auto;
  max-height: 67vh;
  box-shadow: 1px 4px 12px -1px #d0d0d0;
  border: 1px solid #cccccc;
}
.p2p-transfer {
  display: grid;
  justify-content: center;
  width: 100vw;
  max-width: unset;
  background-color: #fafafc;
}
.p2p-transfer img {
  width: auto;
  max-height: 67vh;
  box-shadow: 1px 4px 24px -1px #b3b3b3;
}
.p2p-transfer .col-2 {
  grid-template-columns: 1fr 1.5fr;
}
.p2p-transfer .col-2 > div {
  align-self: center;
}
.pricing {
  display: grid;
  justify-content: center;
  background-color: #e5eaef;
  width: 100vw;
  max-width: unset;
  margin: 0.5rem;
}
.pricing .col-2 {
  max-width: 900px;
  margin: 0.5rem;
}
.pricing .col-2 > div {
  border-radius: 4px;
  background-color: white;
  box-shadow: 1px 8px 24px -1px #b3b3b3;
  height: min-content;
  padding: 1.5rem 2rem;
}
.pricing h3 {
  font-size: xx-large;
  margin: 0;
}
.pricing .download {
  padding: 1rem;
}
.pricing .pro h3 .price {
  font-size: x-large;
  margin-left: 1rem;
}
.pricing .pro h3 .price small {
  font-size: large;
  margin-left: 4rem;
  font-weight: 400;
  color: #555;
}
details summary {
  list-style-type: none;
  color: #006cda;
}
details summary:hover {
  cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none;
}
/* Chrome */
details summary::marker {
  display: none;
  vertical-align: text-top;
}
summary::before {
  content: "";
  margin-right: 0.5em;
  font-size: 0.8em;
}
details[open] summary::before {
  content: "";
  margin-right: 0.5em;
  font-size: 0.8em;
}
section.download .hdr {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  grid-column-gap: 4em;
}
section.download .selector {
  display: none;
  grid-template-columns: repeat(4, auto);
  grid-column-gap: 1em;
  padding: 0;
  list-style: none;
}
section.download .selector li {
  margin: 0;
  font-weight: 600;
  font-size: medium;
}
section.download .selector li:hover {
  cursor: pointer;
}
section.download .selector li:not(.active) {
  color: #666;
  font-weight: 400;
}
section.download:not(.no-js) .selector {
  display: grid;
}
section.download .items {
  margin-top: 1rem;
}
section.download .items .item {
  display: none;
}
section.download .items .item.active {
  display: block;
}
section.download .items h3 {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-column-gap: 0.6em;
  align-items: end;
}
section.download ul {
  font-size: 15px;
  max-width: 40rem;
}
section.download code {
  margin-left: 0.5rem;
  font-size: 15px;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
}
section.download key {
  font-family: monospace;
  border-radius: 4px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 0.1rem 0.2rem;
}
section.download .dl-item {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 1rem;
  grid-row-gap: 0.25rem;
  width: max-content;
  padding: 1rem 0rem;
  padding-top: 0.5rem;
  color: #767676;
}
section.download .dl-item > a:first-child {
  font-size: medium;
  color: #006cda;
}
section.download .dl-item .info {
  grid-column-start: 1;
  grid-column-end: span col2-start;
  font-size: 15px;
}
section.download .dl-item .info span:nth-child(2) {
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
  padding: 0 0.5rem;
}
section.download .dl-item .info span,
section.download .dl-item .info a {
  color: #6f6f6f;
}
section.download .dl-item .info span:not(:first-child),
section.download .dl-item .info a:not(:first-child) {
  margin-left: 0.5rem;
}
p.version b {
  font-weight: 500;
}
footer {
  display: grid;
  justify-content: center;
  align-content: center;
  height: 2rem;
  background-color: #f8f8f8;
  max-width: 100vw;
  align-self: end;
}
footer .links {
  display: flex;
  max-width: 900px;
  justify-content: space-evenly;
}
@media (min-width: 1024px) {
  footer .links {
    width: 900px;
  }
}
footer a,
footer a:visited,
footer span {
  color: #555;
}
footer a:not(:first-child),
footer a:visited:not(:first-child),
footer span:not(:first-child) {
  margin-left: 1rem;
}
footer span {
  display: none;
}
@media (min-width: 1024px) {
  footer span {
    display: block;
  }
}
.imprint-details,
.gpg {
  margin: 3rem 0;
  display: grid;
  grid-template-columns: 6rem auto;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
}
nav.toc a,
nav.toc a:visited {
  color: #006cda;
}
@media (min-width: 1439px) {
  nav.toc {
    position: fixed;
    top: 3rem;
    left: 2rem;
  }
}
nav.toc ul {
  list-style: none;
}
mark {
  padding: 0.1rem 0.25rem;
}
div.shortcuts {
  display: grid;
  grid-template-columns: 8rem 8rem auto;
  margin-bottom: 2rem;
}
dl.gestures {
  display: grid;
  grid-template-columns: 5rem auto;
  margin-bottom: 2rem;
}
section.blog .entry {
  line-height: 1.5em;
}
section.blog .entry .date {
  margin-right: 0.5em;
}
li small {
  margin-left: 1ex;
  opacity: 0.7;
}
.linklist a {
  margin-right: 0.5em;
}
video {
  max-width: 100%;
}
.direxample {
  padding: 0.5em 1em;
  display: grid;
  grid-row-gap: 1em;
  background-color: #fdfdfd;
}
@media (min-width: 1024px) {
  .direxample {
    grid-template-columns: 16em auto;
  }
}
.direxample.result {
  background-color: #fcfcfc;
  border-top: 1px dotted #888;
}
.direxample.good .description span {
  color: green;
}
.direxample.bad .description span {
  color: red;
}
.direxample .description span {
  display: block;
  padding: 0.25em 1em;
  font-weight: 500;
}
.direxample .description p {
  display: block;
  margin: 0.35em 1em;
}
.direxample .description .muted {
  margin-top: 0.5em;
  color: #555;
  font-size: 0.9em;
}
.dirtree p {
  display: flex;
  align-items: center;
  margin: 0;
}
.dirtree p img {
  max-height: calc(18px);
  margin-right: 0.4em;
}
.dirtree .level1 {
  padding-left: 1.4em;
}
.dirtree .level2 {
  padding-left: 2.8em;
}
.demo-videos div + h4 {
  padding-top: 2em;
}
.demo-videos .col-2 {
  margin-top: 2em;
}
