@charset "UTF-8";
.blogpost img,
.blogpost video,
.discordIcon img,
.full_width img,
.max_width,
.med_width img,
.small_width img,
.wiki_content img {
  max-width: 100%;
}

#noticeBar,
.clear,
.menu > li:hover .submenu,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
pre,
section {
  display: block;
}

#noticeBar,
.closeButton {
  background: #23429c;
  box-sizing: border-box;
}

.cf:after,
.clear,
.clearfix:after,
.pagewidth:after {
  clear: both;
}

#SocialButtons a,
#noticeBar,
.closeButton,
.green_btn,
.main_block,
.max_width {
  box-sizing: border-box;
}

#pager ul,
.portal_list {
  list-style-type: none;
}

.pagewidth {
  width: 960px;
  margin: 0 auto;
}

.full_width,
.max_width,
.med_width,
.small_width {
  margin: 0 auto 60px;
}

.max_width {
  padding: 0 20px;
}

.full_width {
  max-width: 1200px;
}

.med_width {
  max-width: 1060px;
}

.small_width {
  max-width: 940px;
}

.clear {
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

#SocialButtons > div,
.demoLine,
.featureItem {
  display: inline-block;
}

.clearfix:after,
.clearfix:before,
.pagewidth:after,
.pagewidth:before {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

#noticeBar,
#old_blurb .dl_text,
#wrapper,
.kb_lightbox_header,
.kirbycolumns-1 .kirbycolumn,
.teamGroupDescription,
body,
form,
html,
table {
  width: 100%;
}

.clearfix,
.pagewidth {
  zoom: 1;
}

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

#chatready,
td {
  padding: 4px 8px;
}

#noticeBar,
.kb_cat_filter,
h1,
h2,
h3,
h4,
h5,
strong,
th {
  font-weight: 700;
}

#wrapper p,
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#latestVersions,
.featureItem + p {
  line-height: 20px;
  text-align: center;
}

.bpinfo,
.bptags,
.cdn_sponsor span,
.kb_date,
.login_tab p,
em {
  font-style: italic;
}

blockquote,
q {
  quotes: none;
}

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

:root {
  color-scheme: dark;
}

body {
  background: #1a1a1a;
  letter-spacing: 0.01em;
  font-size: 15px;
  line-height: 26px;
}

code,
pre {
  font-family: monospace;
  white-space: pre;
  text-align: left;
}

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

a,
a:visited {
  color: #72a2ff;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #a7c5ff;
}

.kb_main ul,
ul {
  list-style: disc;
}

li {
  margin-left: 25px;
}

pre {
  margin: 16px 0 12px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 12px;
  background: rgba(35, 35, 35, 0.75);
  color: #fff;
}

code {
  display: inline;
  margin: 4px 0;
  padding: 4px;
  background: rgba(0, 0, 0, 0.25);
}

pre code {
  background: 0 0;
}

th {
  padding: 8px;
}

address,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
pre,
table,
ul {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5 {
  width: 100%;
  margin-bottom: 16px;
}

h1 {
  font-size: 28pt;
}

h2 {
  font-size: 26pt;
  line-height: 28pt;
}

h3 {
  font-size: 24pt;
  line-height: 26pt;
}

h4 {
  font-size: 22pt;
  line-height: 24pt;
}

h5 {
  font-size: 20pt;
  line-height: 22pt;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 16px -8px 32px;
}

thead {
  font-size: 20px;
}

.smalltext {
  position: absolute;
  font-size: 6px;
  right: -8px;
  top: -4px;
}

#noticeBar {
  text-align: center;
  color: #fff;
  padding: 8px 64px;
  border: 2px solid #617fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  z-index: 5;
  position: relative;
}

#noticeBar p {
  max-width: 800px;
  margin: 16px auto;
}

.closeButton {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
  line-height: 26px;
  text-align: center;
  border-radius: 2px;
  border: 2px solid #617fff;
  color: #617fff;
}

#wrapper,
.anchor,
.header_subtitle,
.serviceList {
  position: relative;
}

#wrapper {
  background: #0c1633;
  min-height: 100%;
  color: #fff;
  max-width: 2200px;
  overflow: hidden;
  margin: 0 auto -400px;
}

.headerpusher {
  height: 140px;
}

.floatLeft,
.kb_breadcrumb {
  float: left;
}

.bpjump,
.floatRight,
.wiki_header .wiki_controls {
  float: right;
}

.centered {
  margin: 0 auto;
  text-align: center;
}

.cf:after {
  content: "";
  display: table;
}

.blogpost iframe,
figure,
p {
  margin: 24px 0;
}

.demoLine {
  max-height: 118px;
  margin: 0 8px 5px;
}

.featureItem {
  width: 360px;
  height: 280px;
  margin: 0 8px 5px 0;
}

.featureItem:hover:after {
  display: block;
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.featureItem img {
  transform: scale(0.9);
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featureItem:hover img {
  transform: scale(1);
}

.featureItem + p {
  font-size: 14px;
  max-width: 360px;
  color: #fff;
  margin: -3px auto 0;
}

.framedImage {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  overflow: hidden;
}

.serviceList {
  width: 100%;
  font-size: 0px;
}

.serviceList .service {
  width: 31%;
  height: auto;
  margin: 15px 1% 1px;
}

.anchor {
  display: block;
  color: inherit;
  top: -60px;
}

#header {
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  z-index: 3;
}
#header nav {
  margin-left: auto;
}

.newhome #header,
.newhome #header:after {
  background: 0 0;
  color: #fff;
  border: none;
}

.fixedheader #header,
.fixedheader .login_tab {
  position: fixed;
}

.logo {
  margin: 10px 10px 10px 40px;
  float: left;
}

.logo img {
  height: 60px;
  width: 60px;
}

.header_title {
  font-size: 28px;
  font-weight: 800;
  float: left;
  margin: 10px 2px;
}

.header_title_main {
  height: 30px;
}

.header_subtitle {
  height: 30px;
  font-size: 22px;
}

#SocialButtons {
  position: absolute;
  bottom: 10px;
  right: 40px;
  display: flex;
  flex-direction: row;
}

.teamBlock,
.teamPageList {
  flex-wrap: wrap;
  display: flex;
}

#SocialButtons > div {
  position: relative;
  margin-right: 4px;
}

#SocialButtons a {
  min-width: 30px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 1px 4px 3px;
  display: block;
  text-align: center;
  bottom: 20px;
  right: 0;
}

#FacebookButton a {
  background: #3b5998;
}

#FacebookButton a:hover {
  background: #5f7dbc;
}

#TwitterButton a {
  background: #00acee;
}

#TwitterButton a:hover {
  background: #3cc1f4;
}

#LivechatButton a {
  background: #0772c1;
  padding-right: 8px;
}

#LivechatButton a:hover {
  background: #4c9ad4;
}

#GitHubButton a {
  background: #000;
  padding: 5px;
}

#GitHubButton a:hover {
  background: #222;
}

#DiscordButton a {
  background: #5865f2;
  padding: 4px 0 0;
}

#DiscordButton a:hover {
  background: #7983f5;
}

#MastodonButton a {
  background: #6364ff;
  padding: 5px 0 0;
}

#MastodonButton a:hover {
  background: #8181f8;
}

#ContributeButton a {
  background: #00a800;
  padding-right: 8px;
}

#ContributeButton a:hover {
  background: #00e000;
}

span.tooltip {
  top: calc(100% + 12px);
  position: absolute;
  left: -12px;
  min-width: 100%;
  line-height: 18px;
  padding: 2px 12px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: rgba(30, 30, 30, 0.8);
  border: 0 #000;
  border-radius: 5px;
  text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0;
  opacity: 0;
}

#SocialButtons .tooltip {
  left: -18px;
}

span.tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent rgba(30, 30, 30, 0.75);
  top: -14px;
  left: calc(50% - 7px);
  pointer-events: none;
}

.kb_lightbox_close:hover,
a:hover .tooltip,
a:hover + .tooltip {
  opacity: 1;
}

.menu {
  font-size: 20px;
  font-weight: 200;
  margin-top: 10px;
  margin-right: 40px;
}

.menu a {
  color: #fff;
  display: block;
}

.menu a:hover {
  color: #0772c1;
}

.blogpost header h2,
.blogpost header h2 a,
.blogpost header h2 a:visited,
.footer a:hover,
.kb_cat_list_item:hover a,
.newhome .menu a,
a.tabs_select:active,
a.tabs_select:focus,
a.tabs_select:hover {
  color: #fff;
}

.menu .active {
  border-bottom: 3px solid #256eff;
}

.menu li {
  list-style: none;
  float: left;
  margin-left: 15px;
}

.donationFrequencyContainer,
.menu > li {
  position: relative;
}

.login_tab,
.submenu,
.submenu:before {
  position: absolute;
}

.menu > li > a {
  padding: 2px 10px;
}

.submenu {
  z-index: 1;
  display: none;
  right: 0;
  padding-top: 10px;
  border-radius: 4px;
}

.submenu:before {
  z-index: -1;
  content: "";
  top: 0;
  right: 22px;
  border-bottom: 10px solid #222;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.submenu li {
  border-bottom: 1px solid #444;
  margin-left: 0;
  width: 100%;
}

.submenu li:first-child {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}

.submenu li:last-child {
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}

.submenu a {
  padding: 7px 40px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  background: #222;
  white-space: nowrap;
}

.login_tab a,
.login_tab p {
  font-size: 12px;
  float: left;
  color: #fff;
}

.submenu a:hover {
  background: #333;
  color: #fff;
}

.login_tab {
  top: 89px;
  right: 10px;
  z-index: 2;
}

.login_tab p {
  line-height: 26px;
  font-weight: 700;
  font-family: Arial;
  text-shadow: 1px 1px 1px #000;
}

.login_tab a {
  display: block;
  margin-left: 10px;
  background: rgba(0, 0, 0, 0.6);
  width: 70px;
  text-align: center;
  padding: 7px 14px;
  text-decoration: underline;
  font-family: sans-serif;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.main_block {
  background: #162458;
  padding: 0 0 80px;
  height: 1100px;
  position: relative;
}

.main_slant {
  position: absolute;
  width: 200%;
  left: -50%;
}

#bg_slant1 {
  left: -80%;
  bottom: -20%;
  height: 75%;
  width: 250%;
  background: #202d6f;
  transform: rotate(15deg);
}

#bg_slant2 {
  height: 200px;
  background: #1c2b71;
  transform: rotate(1deg);
  top: -50px;
}

#bg_slant3 {
  height: 500px;
  background: #0c1633;
  transform: rotate(-8deg);
  bottom: -200px;
}

.main_blurb {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: 60px;
}

.main_blurb .blurb_text {
  margin-top: 0;
  width: 400px;
  float: left;
}

.main_blurb .main_image {
  width: 512px;
  display: block;
  float: right;
  position: relative;
  height: 338px;
}

.home_download {
  text-align: center;
  margin: 48px 0 32px;
  position: relative;
}

.home_download.show_extra_selection > a {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.home_download_extra {
  visibility: hidden;
  width: 100%;
  position: absolute;
  top: -30px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.green_btn,
.latest_icon {
  display: inline-block;
  position: relative;
}

.home_download_extra.show_extra_selection {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.home_text {
  text-align: center;
  font-size: 20px;
}

.main_block h1 {
  font-size: 94px;
  font-weight: 800;
  line-height: 90px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

#latestVersions {
  height: 20px;
  width: 100%;
  display: block;
  margin: 16px 0 20px;
  font-weight: 700;
}

.latest_icon + .latest_icon {
  margin-left: -4px;
}

.latest_win {
  top: 4px;
}

.latest_mac {
  background-position: -20px 0;
  top: 3px;
}

.latest_lin {
  background-position: -40px 0;
  top: 4px;
}

.green_btn {
  background: #256eff;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-size: 24px;
  min-width: 220px;
  top: 0;
  left: 0;
  cursor: pointer;
  border: none;
}

.small_btn {
  min-width: 0;
}

.fakeinput {
  position: fixed;
  left: -9999px;
  display: block;
  font-size: 0;
}

.grey_btn,
.img_btn {
  display: inline-block;
  min-width: 220px;
  border: none;
  position: relative;
  left: 0;
  box-sizing: border-box;
  cursor: pointer;
}

.fakeinput:checked + .green_btn {
  opacity: 0;
  transition: opacity 0.4s ease-in, top 0.4s ease-in;
  -webkit-transition: opacity 0.4s ease-in, top 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in, top 0.4s ease-in;
  top: 30px;
  pointer-events: none;
}

.grey_btn {
  background: #2d3243;
  padding: 8px;
  text-align: center;
  font-size: 18px;
  top: 0;
}

.img_btn {
  top: 0;
}

.img_btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dl_box .green_btn,
.dl_box .grey_btn,
.dl_box .img_btn {
  width: 75%;
}

.green_btn:hover,
a.browser_drag_special:hover {
  background: #5990ff;
}

.grey_btn:hover,
a.browser_drag_item:hover {
  background: #359;
}

label.green_btn {
  margin: 0 90px;
  cursor: pointer;
  position: relative;
}

a.green_btn,
a.grey_btn {
  color: #fff;
  font-weight: 700;
  margin: 0 6px 12px;
}

a.contribute_btn {
  background: #3b4f75;
  font-weight: 400;
  padding: 4px 24px;
  font-size: 14px;
  margin: 40px 160px 0;
  border-radius: 4px;
}

.home_links {
  opacity: 0;
  left: -10px;
  position: relative;
  top: 40px;
  text-align: center;
  pointer-events: none;
}

.home_links h5 {
  font-size: 14px;
  font-weight: 700;
  text-shadow: 1px 1px 3px #fff;
}

.demo_obs-window {
  width: 800px;
  height: 668px;
  display: block;
  background-color: #3a3a3a;
  position: relative;
  margin: 48px auto 0;
  max-width: 90%;
}

#demo_preview-container,
.demo_preview {
  width: calc(100% - 20px);
  position: absolute;
}

.demo_obs-window * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

#demo_preview-container {
  left: 10px;
  top: 42px;
  padding-top: calc(56.25% + 10px);
  background-color: #4b4b4b;
  transition: width 0.5s, padding-top 1s, box-shadow 0.5s;
}

.demo_preview {
  background-color: #1f1f1f;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  padding-top: 56.25%;
  transition: opacity 0.5s ease-out, transform 0.5s;
}

#demo_studio-preview {
  opacity: 0;
  transform: translateY(-50%) translateX(0) scale(0.48);
}

.studio-mode #demo_main-preview {
  transform: translateY(-50%) translateX(26%) scale(0.48);
}

.studio-mode #demo_studio-preview {
  opacity: 1;
  transform: translateY(-50%) translateX(-26%) scale(0.48);
}

.studio-mode.vertical #demo_studio-preview {
  transform: translateY(-76%) translateX(0) scale(0.48);
}

.studio-mode.vertical #demo_main-preview {
  transform: translateY(-24%) translateX(0) scale(0.48);
}

#demo_buttons {
  top: 4px;
  right: 2px;
  position: absolute;
}

.demo_button {
  top: 10px;
  margin-right: 8px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #8a8a8a;
  float: right;
  display: block;
  position: relative;
}

.dl_info,
.dl_text,
.os_btn {
  display: inline-block;
}

.on-windows .demo_button {
  top: 0;
  margin-right: 2px;
  width: 32px;
  height: 20px;
  border-radius: 0;
  color: #fff;
  background-color: transparent;
  text-align: center;
  line-height: 1em;
}

.on-windows .demo_button:after {
  content: "□";
  pointer: default;
}

.on-windows .demo_button:first-of-type:after {
  content: "✕";
  font-size: 0.82em;
}

.on-windows .demo_button:last-child:after {
  content: "―";
  font-size: 0.6em;
  line-height: 2em;
}

#demo_icon {
  top: 6px;
  left: 6px;
  height: 16px;
  position: absolute;
}

.demo_border {
  position: absolute;
  top: 505px;
  padding: 2px;
  height: auto;
  width: auto;
  box-shadow: 0 0 0 transparent;
  background-color: #3a3a3a;
  transition: transform 1s, box-shadow 0.5s, height 1s, width 1s;
}

.demo_window {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5) !important;
  margin-top: -20px;
  padding: 0;
}

.demo_window .demo_section:before {
  content: "";
  top: 0;
  height: 20px;
  width: 100%;
  display: block;
  position: absolute;
  background-color: #3a3a3a;
}

.demo_window .demo_section:after {
  content: "";
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  right: 0;
  top: 4px;
  margin-right: 6px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #8a8a8a;
  float: right;
  display: block;
  position: relative;
}

.on-windows .demo_window .demo_section:before {
  content: "";
  top: 0;
  height: 20px;
  width: 100%;
  display: block;
  position: absolute;
}

.on-windows .demo_window .demo_section:after {
  content: "✕";
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin-right: 0;
  line-height: 20px;
  font-size: 10px;
  font-family: sans-serif;
  color: #fff;
  background-color: #e04343;
  top: 0;
  right: 0;
  position: absolute;
  pointer: default;
}

.demo_window .demo_inner-box {
  border-left: 1px solid #3a3a3a;
  margin-left: 1px;
  width: calc(100% - 1px);
}

.demo_window .demo_section-box {
  height: calc(100% - 20px);
  border: 0 !important;
}

.demo_window img {
  left: 2px !important;
  top: -1px !important;
}

.demo_section {
  height: 100%;
  background-color: #3a3a3a;
  position: relative;
}

.demo_section img {
  position: absolute;
  top: -3px;
  left: -1px;
}

#demo_dock-1 {
  left: 10px;
  width: 137px;
  height: 146px;
}

#demo_dock-1.demo_window {
  height: 166px;
}

#demo_dock-2 {
  left: 147px;
  width: 137px;
  height: 146px;
}

#demo_dock-1 img,
#demo_dock-2 img {
  width: 147px;
}

#demo_dock-3 {
  left: 284px;
  width: 239px;
  height: 146px;
}

#demo_dock-3 .demo_section,
#demo_dock-3 img {
  width: 239px;
}

#demo_tempdock-4 {
  left: 527px;
  width: 136px;
  height: 146px;
}

#demo_4-text1 {
  left: 0;
  width: 32px;
}

#demo_4-text2 {
  left: 36px;
  width: 50px;
}

#demo_4-dropdown,
.demo_5-listbutton {
  width: calc(100% - 20px);
  left: 10px;
  position: absolute;
}

#demo_4-buttons {
  position: absolute;
  right: 14px;
  top: 26px;
}

#demo_4-dropdown {
  background: #505050;
  height: 14px;
  top: 10px;
}

.demo-text {
  height: 4px;
  top: -10px;
  position: absolute;
  background: #898989;
}

#demo_tempdock-5 {
  left: 663px;
  width: 130px;
  height: 146px;
}

#demo_5-text1 {
  left: 0;
  width: 58px;
}

.demo_5-listbutton {
  background: #898989;
  height: 16px;
  top: 10px;
}

#demo_5-btn2 {
  top: 30px;
}

#demo_5-btn3 {
  top: 50px;
}

#demo_5-btn4 {
  top: 70px;
}

#demo_5-btn5 {
  top: 90px;
}

.demo_section-box {
  width: 100%;
  left: -1px;
  height: calc(100% - 16px);
  bottom: 0;
  position: absolute;
  border: 1px solid #1f1f1f;
}

.demo_inner-box {
  width: 100%;
  height: calc(100% - 24px);
  background-color: #1f1f1f;
}

#demo_obs-menu {
  top: 0;
  position: absolute;
  width: 365px;
}

.demo_box-button {
  width: 12px;
  height: 12px;
  float: left;
  left: 4px;
  top: 6px;
  margin-left: 2px;
  background-color: #8a8a8a;
  position: relative;
  z-index: 10;
}

.demo_mixerbar {
  height: 2.5px;
  width: 0;
  left: 7px;
  background-color: #33c735;
  position: absolute;
  transition: width 0.06s linear;
  overflow: hidden;
}

.demo_mixer-green,
.demo_mixer-red,
.demo_mixer-yellow {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#dl_container,
.load-fade,
.os_btn,
.second_block,
.support_block {
  position: relative;
}

.demo_mixer-green {
  background-color: #33c735;
  width: 146px;
}

.demo_mixer-yellow {
  background-color: #efc639;
  width: 187px;
}

.demo_mixer-red {
  background-color: #d13b3b;
  width: 224px;
}

#demo_mixerMain {
  top: 33.5px;
}

#demo_mixerL {
  top: 68.8px;
}

#demo_mixerR {
  top: 71.8px;
}

.demo_preview video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.support_block {
  background: #0c1633;
  color: #fff;
  overflow: hidden;
  padding: 120px 0 60px;
}

.support_blurb {
  margin: 0 auto;
  padding: 60px 0 0;
  box-sizing: border-box;
  text-align: center;
}

.header-title h1 {
  margin: 0;
  font-size: 28px;
}
.header-title h2 {
  margin: 0;
  font-size: 22px;
}

.content {
  overflow: hidden;
}

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