html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

:root {
  --body-bg: #fff;
  --body-color: #282828;
  --header-bg: #BFE0CD;
  --header-bg-line: #00AC70;
  --header-link-color: #323232;
  --header-link-color-hover: #000;
  --header-button-border: #fff;
  --headline-color: #1d1d1d;
  --footer-bg: #1C2224;
  --separator-line-color: #edefee;
  --table-line-color: #edefee;
  --link-color: #3184c9;
  --link-color-hover: #0081eb;
  --image-border-color: #d0d0d0;
  --github-icon-url: url(../img/github-black.svg);
  --apple-icon-url: url(../img/apple-black.svg);
  --windows-icon-url: url(../img/windows-black.svg);
  --linux-icon-url: url(../img/linux-black.svg);
  --key-color: #e4e4e4;
  --dropdown-background: #ffffffdd;
  --dropdown-text: #000;
  color-scheme: light;
  --focus-outlineColor: #0969da;
  --fgColor-default: #1f2328;
  --fgColor-muted: #636c76;
  --fgColor-accent: #0969da;
  --fgColor-success: #1a7f37;
  --fgColor-attention: #9a6700;
  --fgColor-danger: #d1242f;
  --fgColor-done: #8250df;
  --bgColor-default: #ffffff;
  --bgColor-muted: #f6f8fa;
  --bgColor-neutral-muted: #afb8c133;
  --bgColor-attention-muted: #fff8c5;
  --borderColor-default: #d0d7de;
  --borderColor-muted: #d0d7deb3;
  --borderColor-neutral-muted: #afb8c133;
  --borderColor-accent-emphasis: #0969da;
  --borderColor-success-emphasis: #1a7f37;
  --borderColor-attention-emphasis: #bf8700;
  --borderColor-danger-emphasis: #cf222e;
  --borderColor-done-emphasis: #8250df;
  --color-prettylights-syntax-comment: #57606a;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-prettylights-syntax-entity: #6639ba;
  --color-prettylights-syntax-storage-modifier-import: #24292f;
  --color-prettylights-syntax-entity-tag: #0550ae;
  --color-prettylights-syntax-keyword: #cf222e;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #953800;
  --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #82071e;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #cf222e;
  --color-prettylights-syntax-string-regexp: #116329;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #82071e;
  --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
  --color-prettylights-syntax-markup-inserted-text: #116329;
  --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
  --color-prettylights-syntax-markup-changed-text: #953800;
  --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
}

@media (prefers-color-scheme: dark) {
  :root {
    --body-bg: #1f2223;
    --body-color: #dedede;
    --header-bg: #1b4f41;
    --header-bg-line: #097d62;
    --header-link-color: rgba(255, 255, 255, 0.8823529412);
    --header-link-color-hover: #fff;
    --header-button-border: rgba(255, 255, 255, 0.368627451);
    --headline-color: rgba(255, 255, 255, 0.9411764706);
    --footer-bg: #161616;
    --separator-line-color: #363636;
    --table-line-color: #363636;
    --link-color: #3184c9;
    --link-color-hover: #0081eb;
    --image-border-color: #505050;
    --github-icon-url: url(../img/github.svg);
    --apple-icon-url: url(../img/apple.svg);
    --windows-icon-url: url(../img/windows.svg);
    --linux-icon-url: url(../img/linux.svg);
    --key-color: #575757;
    --dropdown-background: #000000cc;
    --dropdown-text: #fff;
    color-scheme: dark;
    --focus-outlineColor: #1f6feb;
    --fgColor-default: #e6edf3;
    --fgColor-muted: #8d96a0;
    --fgColor-accent: #4493f8;
    --fgColor-success: #3fb950;
    --fgColor-attention: #d29922;
    --fgColor-danger: #f85149;
    --fgColor-done: #ab7df8;
    --bgColor-default: #1f2223;
    --bgColor-muted: #2e363d;
    --bgColor-neutral-muted: #6e768166;
    --bgColor-attention-muted: #bb800926;
    --borderColor-default: #30363d;
    --borderColor-muted: #30363db3;
    --borderColor-neutral-muted: #6e768166;
    --borderColor-accent-emphasis: #1f6feb;
    --borderColor-success-emphasis: #238636;
    --borderColor-attention-emphasis: #9e6a03;
    --borderColor-danger-emphasis: #da3633;
    --borderColor-done-emphasis: #8957e5;
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #7ee787;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa657;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #7ee787;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #aff5b4;
    --color-prettylights-syntax-markup-inserted-bg: #033a16;
    --color-prettylights-syntax-markup-changed-text: #ffdfb6;
    --color-prettylights-syntax-markup-changed-bg: #5a1e02;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
  }
}
:root[data-theme=light] {
  --body-bg: #fff;
  --body-color: #282828;
  --header-bg: #BFE0CD;
  --header-bg-line: #00AC70;
  --header-link-color: #323232;
  --header-link-color-hover: #000;
  --header-button-border: #fff;
  --headline-color: #1d1d1d;
  --footer-bg: #1C2224;
  --separator-line-color: #edefee;
  --table-line-color: #edefee;
  --link-color: #3184c9;
  --link-color-hover: #0081eb;
  --image-border-color: #d0d0d0;
  --github-icon-url: url(../img/github-black.svg);
  --apple-icon-url: url(../img/apple-black.svg);
  --windows-icon-url: url(../img/windows-black.svg);
  --linux-icon-url: url(../img/linux-black.svg);
  --key-color: #e4e4e4;
  --dropdown-background: #ffffffdd;
  --dropdown-text: #000;
  color-scheme: light;
  --focus-outlineColor: #0969da;
  --fgColor-default: #1f2328;
  --fgColor-muted: #636c76;
  --fgColor-accent: #0969da;
  --fgColor-success: #1a7f37;
  --fgColor-attention: #9a6700;
  --fgColor-danger: #d1242f;
  --fgColor-done: #8250df;
  --bgColor-default: #ffffff;
  --bgColor-muted: #f6f8fa;
  --bgColor-neutral-muted: #afb8c133;
  --bgColor-attention-muted: #fff8c5;
  --borderColor-default: #d0d7de;
  --borderColor-muted: #d0d7deb3;
  --borderColor-neutral-muted: #afb8c133;
  --borderColor-accent-emphasis: #0969da;
  --borderColor-success-emphasis: #1a7f37;
  --borderColor-attention-emphasis: #bf8700;
  --borderColor-danger-emphasis: #cf222e;
  --borderColor-done-emphasis: #8250df;
  --color-prettylights-syntax-comment: #57606a;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-prettylights-syntax-entity: #6639ba;
  --color-prettylights-syntax-storage-modifier-import: #24292f;
  --color-prettylights-syntax-entity-tag: #0550ae;
  --color-prettylights-syntax-keyword: #cf222e;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #953800;
  --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #82071e;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #cf222e;
  --color-prettylights-syntax-string-regexp: #116329;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #82071e;
  --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
  --color-prettylights-syntax-markup-inserted-text: #116329;
  --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
  --color-prettylights-syntax-markup-changed-text: #953800;
  --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
}

:root[data-theme=dark] {
  --body-bg: #1f2223;
  --body-color: #dedede;
  --header-bg: #1b4f41;
  --header-bg-line: #097d62;
  --header-link-color: rgba(255, 255, 255, 0.8823529412);
  --header-link-color-hover: #fff;
  --header-button-border: rgba(255, 255, 255, 0.368627451);
  --headline-color: rgba(255, 255, 255, 0.9411764706);
  --footer-bg: #161616;
  --separator-line-color: #363636;
  --table-line-color: #363636;
  --link-color: #3184c9;
  --link-color-hover: #0081eb;
  --image-border-color: #505050;
  --github-icon-url: url(../img/github.svg);
  --apple-icon-url: url(../img/apple.svg);
  --windows-icon-url: url(../img/windows.svg);
  --linux-icon-url: url(../img/linux.svg);
  --key-color: #575757;
  --dropdown-background: #000000cc;
  --dropdown-text: #fff;
  color-scheme: dark;
  --focus-outlineColor: #1f6feb;
  --fgColor-default: #e6edf3;
  --fgColor-muted: #8d96a0;
  --fgColor-accent: #4493f8;
  --fgColor-success: #3fb950;
  --fgColor-attention: #d29922;
  --fgColor-danger: #f85149;
  --fgColor-done: #ab7df8;
  --bgColor-default: #1f2223;
  --bgColor-muted: #2e363d;
  --bgColor-neutral-muted: #6e768166;
  --bgColor-attention-muted: #bb800926;
  --borderColor-default: #30363d;
  --borderColor-muted: #30363db3;
  --borderColor-neutral-muted: #6e768166;
  --borderColor-accent-emphasis: #1f6feb;
  --borderColor-success-emphasis: #238636;
  --borderColor-attention-emphasis: #9e6a03;
  --borderColor-danger-emphasis: #da3633;
  --borderColor-done-emphasis: #8957e5;
  --color-prettylights-syntax-comment: #8b949e;
  --color-prettylights-syntax-constant: #79c0ff;
  --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
  --color-prettylights-syntax-entity: #d2a8ff;
  --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
  --color-prettylights-syntax-entity-tag: #7ee787;
  --color-prettylights-syntax-keyword: #ff7b72;
  --color-prettylights-syntax-string: #a5d6ff;
  --color-prettylights-syntax-variable: #ffa657;
  --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
  --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
  --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
  --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
  --color-prettylights-syntax-carriage-return-text: #f0f6fc;
  --color-prettylights-syntax-carriage-return-bg: #b62324;
  --color-prettylights-syntax-string-regexp: #7ee787;
  --color-prettylights-syntax-markup-list: #f2cc60;
  --color-prettylights-syntax-markup-heading: #1f6feb;
  --color-prettylights-syntax-markup-italic: #c9d1d9;
  --color-prettylights-syntax-markup-bold: #c9d1d9;
  --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
  --color-prettylights-syntax-markup-deleted-bg: #67060c;
  --color-prettylights-syntax-markup-inserted-text: #aff5b4;
  --color-prettylights-syntax-markup-inserted-bg: #033a16;
  --color-prettylights-syntax-markup-changed-text: #ffdfb6;
  --color-prettylights-syntax-markup-changed-bg: #5a1e02;
  --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
  --color-prettylights-syntax-markup-ignored-bg: #1158c7;
  --color-prettylights-syntax-meta-diff-range: #d2a8ff;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  background: var(--body-bg);
  color: var(--body-color);
}

a {
  text-underline-offset: 3px;
}

.logo-links {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.logo-links .logo {
  display: inline-block;
  text-indent: -9999px;
  width: 79px;
  height: 79px;
  background: url(../img/logo.png);
  background-size: 100%;
  position: relative;
  left: -8px;
  flex-shrink: 0;
}
.logo-links ul.links {
  text-align: center;
  flex-grow: 1;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .logo-links ul.links {
    text-align: right;
  }
}
.logo-links ul.links li {
  display: inline-block;
  margin-right: 22px;
  margin-bottom: 2px;
  margin-top: 2px;
}
.logo-links ul.links li:last-child {
  margin-right: 0;
}
.logo-links ul.links li a {
  font-size: 13px;
  font-weight: bold;
  color: var(--header-link-color);
}
.logo-links ul.links li a:hover {
  color: var(--header-link-color-hover);
}
.logo-links ul.links li .icon-github {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: var(--github-icon-url);
  background-size: 100%;
  position: relative;
  top: 2px;
  margin-left: 6px;
}
.logo-links ul.links li.active a {
  text-decoration: none;
}

footer {
  background: var(--footer-bg);
  padding: 120px 10px;
  text-align: center;
  color: #b3b3b3;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .author-icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url(../img/jonatan.png);
  background-size: 100%;
  margin-right: 16px;
}
footer .text a {
  text-decoration: none;
  color: #fff;
}
footer .text a:hover {
  text-decoration: underline;
}

:root {
  --light: #1f8959;
  --dark: #ffffff;
  --dark-border: rgba(255,255,255, 0.5);
  --dark-slider: #d1f0e3;
  --ball: 16px;
  --icon: 12px;
  --icon-top: 6px;
  --top: 4px;
  --margin: 6px;
}

.theme-toggle {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 28px;
  cursor: pointer;
}
.theme-toggle .checkbox {
  display: none;
  -webkit-appearance: none;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
.theme-toggle .slider {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--dark);
  transition: background 0.5s ease-out;
  border-radius: 30px;
  border: 2px solid var(--light);
}
.theme-toggle .slider::after {
  position: absolute;
  content: "";
  width: var(--ball);
  height: var(--ball);
  background-color: var(--light);
  border-radius: 70px;
  top: var(--top);
  right: var(--margin);
  transition: all 0.5s ease-out;
}
.theme-toggle .checkbox:checked + .slider {
  background-color: var(--light);
  border: 2px solid var(--dark-border);
}
.theme-toggle .checkbox:checked + .slider::after {
  right: calc(100% - var(--margin));
  transform: translateX(100%);
}
.theme-toggle .checkbox:checked + .slider::after {
  content: "";
  position: absolute;
  background-color: var(--dark-slider);
}
.theme-toggle .sun::after,
.theme-toggle .moon::after {
  content: "";
  position: absolute;
  top: var(--icon-top);
  width: var(--icon);
  height: var(--icon);
}
.theme-toggle .moon::after {
  background-image: url("../img/theme-toggle/moon.svg");
  right: var(--margin);
}
.theme-toggle .sun::after {
  background-image: url("../img/theme-toggle/sun.svg");
  left: var(--margin);
}

body.docs header {
  background: var(--header-bg);
  border-bottom: 7px solid var(--header-bg-line);
  padding-top: 12px;
  padding-bottom: 12px;
}
body.docs header .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1080px;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1100px) {
  body.docs header .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  body.docs header .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.docs header .container {
  display: flex;
}
body.docs header .container .logo-links {
  margin-bottom: 0;
}
body.docs header .container .logo-links ul.links {
  padding: 0 20px;
}
@media (max-width: 767px) {
  body.docs header .container .logo-links ul.links {
    text-align: left;
  }
}
body.docs header .container .theme-toggle-container {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body.docs section.content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1080px;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1100px) {
  body.docs section.content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  body.docs section.content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.docs section.content {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.docs section.content ul > li {
  list-style-type: disc;
}
body.docs section.content ol > li {
  list-style-type: decimal;
}

body.index header {
  position: relative;
  padding-top: 50px;
  padding-bottom: 130px;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  body.index header {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  body.index header {
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  body.index header {
    padding-top: 10px;
  }
}
body.index header a:hover {
  text-decoration: none;
}
body.index header .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1080px;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1100px) {
  body.index header .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  body.index header .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.index header .container {
  display: flex;
}
@media (max-width: 767px) {
  body.index header .container {
    display: block;
    position: relative;
    z-index: 1;
  }
}
body.index header .container .header-content {
  width: 39%;
  z-index: 1;
}
@media (max-width: 960px) {
  body.index header .container .header-content {
    width: 45%;
  }
}
@media (max-width: 767px) {
  body.index header .container .header-content {
    width: 100%;
  }
}
body.index header .container .header-content h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.08em;
  color: var(--headline-color);
  margin-bottom: 38px;
  text-wrap: balance;
}
@media (max-width: 960px) {
  body.index header .container .header-content h2 {
    font-size: 42px;
    line-height: 1.2em;
  }
}
@media (max-width: 767px) {
  body.index header .container .header-content h2 {
    text-align: center;
  }
}
body.index header .container .header-content .download-buttons {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 820px) {
  body.index header .container .header-content .download-buttons {
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  body.index header .container .header-content .download-buttons {
    align-items: center;
  }
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown {
  display: flex;
  background: #00676F;
  border: 2px solid var(--header-button-border);
  border-radius: 27px;
  font-size: 15px;
  font-weight: bold;
  margin-right: 16px;
  position: relative;
  user-select: none;
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown > a {
  color: #fff;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 27px 0 0 27px;
  padding: 7px 12px 7px 7px;
  margin-right: 0;
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown > a.apple-icon {
  background-image: url(../img/apple.svg);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 20px calc(50% - 2px);
  padding-left: 48px;
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown > a.windows-icon {
  background-image: url(../img/windows.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 18px 50%;
  padding-left: 48px;
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown > a.linux-icon {
  background-image: url(../img/linux.svg);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 20px calc(50% - 2px);
  padding-left: 48px;
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown > a .platform {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin-top: 2px;
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown > a:hover {
  background-color: #02585e;
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown .dropdown-button {
  display: inline-block;
  color: #fff;
  border-left: 0;
  padding-left: 8px;
  width: 32px;
  background-image: url(../img/down-arrow.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 6px center;
  border-radius: 0 27px 27px 0;
  cursor: pointer;
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown .dropdown-button:hover {
  background-color: #02585e;
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown .dropdown {
  display: none;
  z-index: 10;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background: var(--dropdown-background);
  border-radius: 5px;
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2);
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown .dropdown > a {
  padding: 10px;
  padding-left: 48px;
  color: var(--dropdown-text);
  font-size: 13px;
  display: block;
  text-decoration: none;
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown .dropdown > a:hover {
  color: #fff;
  background-color: #00676F;
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown .dropdown > a:first-child {
  border-radius: 5px 5px 0 0;
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown .dropdown > a:last-child {
  border-radius: 0 0 5px 5px;
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown .dropdown > a.apple-icon {
  background-image: var(--apple-icon-url);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 14px calc(50% - 1px);
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown .dropdown > a.apple-icon:hover {
  background-image: url(../img/apple.svg);
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown .dropdown > a.windows-icon {
  background-image: var(--windows-icon-url);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 14px 50%;
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown .dropdown > a.windows-icon:hover {
  background-image: url(../img/windows.svg);
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown .dropdown > a.linux-icon {
  background-image: var(--linux-icon-url);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 14px calc(50% - 1px);
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown .dropdown > a.linux-icon:hover {
  background-image: url(../img/linux.svg);
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown.open .dropdown-button {
  background-image: url(../img/up-arrow.svg);
}
body.index header .container .header-content .download-buttons .button-container .button-with-dropdown.open .dropdown {
  display: block;
}
body.index header .container .header-content .download-buttons a.more {
  font-size: 12px;
  font-weight: bold;
  color: var(--header-link-color);
  opacity: 0.7;
  margin-right: 26px;
}
body.index header .container .header-content .download-buttons a.more:hover {
  color: var(--header-link-color-hover);
}
@media (max-width: 820px) {
  body.index header .container .header-content .download-buttons a.more {
    padding-top: 6px;
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  body.index header .container .header-content .download-buttons a.more {
    padding-left: 0;
  }
}
body.index header .container .header-content .download-buttons .theme-toggle {
  position: absolute;
  top: 12px;
  right: 10px;
}
body.index header .container .screenshot-container {
  width: 61%;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  body.index header .container .screenshot-container {
    width: 55%;
  }
}
@media (max-width: 767px) {
  body.index header .container .screenshot-container {
    width: 100%;
    margin-top: 12px;
  }
}
body.index header .container .screenshot-container img {
  position: absolute;
  left: 0;
  top: -32px;
  width: calc(100% + 110px);
}
@media (max-width: 1100px) {
  body.index header .container .screenshot-container img {
    width: calc(100% + 40px);
  }
}
@media (max-width: 960px) {
  body.index header .container .screenshot-container img {
    top: 0;
    left: -20px;
  }
}
@media (max-width: 767px) {
  body.index header .container .screenshot-container img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
}
body.index header .bg-container {
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: -100px;
}
body.index header .bg-container .bg {
  display: block;
  z-index: 0;
  position: absolute;
  bottom: 80px;
  left: -100px;
  right: -100px;
  top: 0px;
  background: var(--header-bg);
  border-bottom: 7px solid var(--header-bg-line);
  transform: rotate(-3.5deg);
}
@media (max-width: 767px) {
  body.index header .bg-container .bg {
    bottom: 250px;
  }
}
@media (max-width: 600px) {
  body.index header .bg-container .bg {
    bottom: 180px;
  }
}
@media (max-width: 430px) {
  body.index header .bg-container .bg {
    bottom: 140px;
  }
}
body.index section a {
  color: var(--link-color);
}
body.index section a:hover {
  text-decoration: none;
  color: var(--link-color-hover);
}
body.index section.features {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  body.index section.features {
    margin-bottom: 50px;
  }
}
body.index section.features .feature {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1080px;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1100px) {
  body.index section.features .feature {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  body.index section.features .feature {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.index section.features .feature {
  padding-right: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  body.index section.features .feature {
    display: block;
  }
}
body.index section.features .feature:last-child {
  margin-bottom: 0;
}
body.index section.features .feature .text {
  width: 50%;
  padding-right: 54px;
}
@media (max-width: 860px) {
  body.index section.features .feature .text {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  body.index section.features .feature .text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
body.index section.features .feature .text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}
body.index section.features .feature .text p {
  line-height: 1.4em;
  margin-bottom: 0.8em;
}
body.index section.features .feature .text .key {
  white-space: nowrap;
  background: var(--key-color);
  padding: 2px 4px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
}
body.index section.features .feature .image-container {
  width: 50%;
}
@media (max-width: 767px) {
  body.index section.features .feature .image-container {
    width: 100%;
  }
}
body.index section.features .feature .image-container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  border: 4px solid var(--image-border-color);
  box-sizing: content-box;
}
@media (max-width: 860px) {
  body.index section.features .feature .image-container img {
    width: 360px;
  }
}
@media (max-width: 767px) {
  body.index section.features .feature .image-container img {
    width: 400px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
}
body.index section.downloads {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 4px solid var(--separator-line-color);
}
@media (max-width: 767px) {
  body.index section.downloads {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.index section.downloads .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1080px;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1100px) {
  body.index section.downloads .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  body.index section.downloads .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.index section.downloads .container h3 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 30px;
}
body.index section.downloads .container h4 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 30px;
}
body.index section.downloads .container .beta-versions {
  margin-top: 50px;
}
body.index section.downloads .container table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  margin-bottom: 30px;
}
body.index section.downloads .container table td {
  padding: 18px;
  border-left: 2px solid var(--table-line-color);
  border-top: 2px solid var(--table-line-color);
}
body.index section.downloads .container table td:first-child {
  font-weight: bold;
}
body.index section.downloads .container table td:last-child {
  border-right: 2px solid var(--table-line-color);
}
body.index section.downloads .container table td i.icon {
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 14px;
}
body.index section.downloads .container table td i.icon.apple {
  width: 19px;
  height: 24px;
  top: -3px;
  background-image: var(--apple-icon-url);
}
body.index section.downloads .container table td i.icon.windows {
  width: 18px;
  height: 24px;
  background-image: var(--windows-icon-url);
}
body.index section.downloads .container table td i.icon.linux {
  width: 19px;
  height: 24px;
  background-image: url(../img/linux-black.svg);
  background-image: var(--linux-icon-url);
}
body.index section.downloads .container table td a {
  margin-right: 14px;
}
body.index section.downloads .container table tr:first-child td:first-child {
  border-top-left-radius: 3px;
}
body.index section.downloads .container table tr:first-child td:last-child {
  border-top-right-radius: 3px;
}
body.index section.downloads .container table tr:last-child td {
  border-bottom: 2px solid var(--table-line-color);
}
body.index section.downloads .container table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
body.index section.downloads .container table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
@media (max-width: 660px) {
  body.index section.downloads .container table {
    border: 0;
  }
  body.index section.downloads .container table tr {
    display: block;
    margin-bottom: 30px;
  }
  body.index section.downloads .container table tr:last-child {
    margin-bottom: 0;
  }
  body.index section.downloads .container table tr td {
    display: block;
    border-left: 2px solid var(--table-line-color);
    border-right: 2px solid var(--table-line-color);
    border-bottom: 2px solid var(--table-line-color);
    border-top: none;
    padding: 12px;
    padding-left: 90px;
    position: relative;
  }
  body.index section.downloads .container table tr td:not(:has(a)):not(:first-child) {
    display: none;
  }
  body.index section.downloads .container table tr td:first-child {
    border-top: 2px solid var(--table-line-color);
  }
  body.index section.downloads .container table tr td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    font-weight: normal;
    font-size: 14px;
    margin-top: 1px;
    opacity: 0.8;
    padding: 12px;
  }
}
body.index section.downloads .container a.all-releases i.icon-external {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 7px;
  background: url(../img/external.svg);
  background-size: 100%;
}

/*# sourceMappingURL=style.css.map */
