/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__h1___1WzHY, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__h2___3HyZn, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__h3___UlpwV, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__h4___3fxfA, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__h5___1YKpf, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__h6___3h1Eb {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__h1___1WzHY {
  font-size: 2.5rem;
}

h2, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__h2___3HyZn {
  font-size: 2rem;
}

h3, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__h3___UlpwV {
  font-size: 1.75rem;
}

h4, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__h4___3fxfA {
  font-size: 1.5rem;
}

h5, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__h5___1YKpf {
  font-size: 1.25rem;
}

h6, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__h6___3h1Eb {
  font-size: 1rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__lead___3ww2e {
  font-size: 1.25rem;
  font-weight: 300;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__display-1___2eTPj {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__display-2___2xW_d {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__display-3___3LjvW {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__display-4___1rkD3 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__small___2B2ve {
  font-size: 80%;
  font-weight: 400;
}

mark,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mark___1TdlD {
  padding: 0.2em;
  background-color: #fcf8e3;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-unstyled___3byWH {
  padding-left: 0;
  list-style: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-inline___TNsbV {
  padding-left: 0;
  list-style: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-inline-item___2tOEX {
  display: inline-block;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-inline-item___2tOEX:not(:last-child) {
  margin-right: 0.5rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__initialism___3Or2G {
  font-size: 90%;
  text-transform: uppercase;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__blockquote___24STC {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__blockquote-footer___uK22Y {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__blockquote-footer___uK22Y::before {
  content: "\2014\00A0";
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__img-fluid___WQxeA {
  max-width: 100%;
  height: auto;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__img-thumbnail___1xq1Y {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__figure___CiLIq {
  display: inline-block;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__figure-img___3PZOF {
  margin-bottom: 0.5rem;
  line-height: 1;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__figure-caption___2D6wE {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pre-scrollable___2eheo {
  max-height: 340px;
  overflow-y: scroll;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container___2FEgs,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-fluid___lnQsn,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-sm___2flhy,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-md___3V8Su,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-lg___3TiuS,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-xl___2Z10w {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container___2FEgs, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-sm___2flhy {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container___2FEgs, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-sm___2flhy, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-md___3V8Su {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container___2FEgs, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-sm___2flhy, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-md___3V8Su, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-lg___3TiuS {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container___2FEgs, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-sm___2flhy, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-md___3V8Su, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-lg___3TiuS, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-xl___2Z10w {
    max-width: 1140px;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row___Lhkoj {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__no-gutters___3DCkh {
  margin-right: 0;
  margin-left: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__no-gutters___3DCkh > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col___3lIDt,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__no-gutters___3DCkh > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-1___T5gIt, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-2___2B47u, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-3___2FTGZ, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-4___3d5L4, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-5___30PJ1, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-6___oUlbO, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-7___fBV9c, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-8___2eavt, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-9___1Ilaw, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-10___2E5nz, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-11____WD7s, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-12___2dsw1, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col___3lIDt,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-auto___3ewDp, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-1___aQxy-, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-2___1LcUd, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-3___Em6Jh, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-4___2Kqrp, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-5___2R0Xh, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-6___U8MNT, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-7___2wht3, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-8___2bZ1I, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-9___3-6x1, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-10___2PgD2, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-11___3bEZr, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-12___2RILa, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm___QdlI8,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-auto___1mT23, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-1___iv6RW, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-2___1OKnY, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-3___2cGHv, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-4___1Rl9Q, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-5___2njql, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-6___ytJsO, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-7___2e-c1, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-8___18e6U, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-9___3clMq, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-10___1grqc, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-11___O_3BD, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-12___UL6T3, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md___3tVbM,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-auto___3cyLv, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-1___rvAuo, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-2___3sWHa, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-3___3yhZ2, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-4___2KTqW, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-5___2dOUu, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-6___21uOs, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-7___3Eyzy, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-8___OY8M3, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-9___Xb_ZN, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-10___3tRm8, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-11___2VR_g, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-12___2sGNw, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg___USxTP,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-auto___1CAxY, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-1___2ihmi, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-2___37e0A, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-3___Llhtc, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-4___3EesC, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-5___1fXVw, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-6___Kbi2G, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-7___2nnyk, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-8___3vsRe, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-9___2S1lP, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-10___1dXkz, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-11___2-mTL, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-12___2qH1t, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl___TvyDR,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-auto___1At82 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col___3lIDt {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-1___37qDr > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-2___1Zr1P > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-3___1zUde > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-4___1n0RN > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-5___1UauI > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-6____1TE7 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-auto___3ewDp {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-1___T5gIt {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-2___2B47u {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-3___2FTGZ {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-4___3d5L4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-5___30PJ1 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-6___oUlbO {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-7___fBV9c {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-8___2eavt {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-9___1Ilaw {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-10___2E5nz {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-11____WD7s {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-12___2dsw1 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-first___1Ocny {
  -ms-flex-order: -1;
  order: -1;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-last___2MBHf {
  -ms-flex-order: 13;
  order: 13;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-0___3kNQG {
  -ms-flex-order: 0;
  order: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-1___UmT7j {
  -ms-flex-order: 1;
  order: 1;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-2___5hMSw {
  -ms-flex-order: 2;
  order: 2;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-3___1STQO {
  -ms-flex-order: 3;
  order: 3;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-4___x_cJD {
  -ms-flex-order: 4;
  order: 4;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-5___39bJO {
  -ms-flex-order: 5;
  order: 5;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-6___qtJE- {
  -ms-flex-order: 6;
  order: 6;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-7___3NiBh {
  -ms-flex-order: 7;
  order: 7;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-8___2YUY9 {
  -ms-flex-order: 8;
  order: 8;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-9___1_kri {
  -ms-flex-order: 9;
  order: 9;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-10___10UPx {
  -ms-flex-order: 10;
  order: 10;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-11___2Qdbs {
  -ms-flex-order: 11;
  order: 11;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-12___PDA4z {
  -ms-flex-order: 12;
  order: 12;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-1___2zvJT {
  margin-left: 8.333333%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-2___1Jr0L {
  margin-left: 16.666667%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-3___2n1PE {
  margin-left: 25%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-4___32jEQ {
  margin-left: 33.333333%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-5___1BtT9 {
  margin-left: 41.666667%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-6___11I_e {
  margin-left: 50%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-7___1DaZL {
  margin-left: 58.333333%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-8___3nRgz {
  margin-left: 66.666667%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-9___18Ajm {
  margin-left: 75%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-10___1fjxH {
  margin-left: 83.333333%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-11___1S62r {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm___QdlI8 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-sm-1___3tUVu > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-sm-2___1WLfQ > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-sm-3___2cKVM > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-sm-4___1SC-6 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-sm-5___2N0tA > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-sm-6___2Jn1G > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-auto___1mT23 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-1___aQxy- {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-2___1LcUd {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-3___Em6Jh {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-4___2Kqrp {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-5___2R0Xh {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-6___U8MNT {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-7___2wht3 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-8___2bZ1I {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-9___3-6x1 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-10___2PgD2 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-11___3bEZr {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-sm-12___2RILa {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-sm-first___3S59j {
    -ms-flex-order: -1;
    order: -1;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-sm-last___W_JqT {
    -ms-flex-order: 13;
    order: 13;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-sm-0___25-eH {
    -ms-flex-order: 0;
    order: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-sm-1___ROtDs {
    -ms-flex-order: 1;
    order: 1;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-sm-2___1K-cd {
    -ms-flex-order: 2;
    order: 2;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-sm-3___3Z4yB {
    -ms-flex-order: 3;
    order: 3;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-sm-4___2R0Oe {
    -ms-flex-order: 4;
    order: 4;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-sm-5___20YtP {
    -ms-flex-order: 5;
    order: 5;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-sm-6___3MuiL {
    -ms-flex-order: 6;
    order: 6;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-sm-7___3IEJI {
    -ms-flex-order: 7;
    order: 7;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-sm-8___2L5VM {
    -ms-flex-order: 8;
    order: 8;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-sm-9___2ExKe {
    -ms-flex-order: 9;
    order: 9;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-sm-10___2sXTa {
    -ms-flex-order: 10;
    order: 10;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-sm-11___1AU9S {
    -ms-flex-order: 11;
    order: 11;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-sm-12___2Rhqn {
    -ms-flex-order: 12;
    order: 12;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-sm-0___3e-lc {
    margin-left: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-sm-1___15uKo {
    margin-left: 8.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-sm-2___1EZ7D {
    margin-left: 16.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-sm-3___2wzzx {
    margin-left: 25%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-sm-4___1lOJa {
    margin-left: 33.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-sm-5___3-OVJ {
    margin-left: 41.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-sm-6___2m1jg {
    margin-left: 50%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-sm-7___3Qu-Q {
    margin-left: 58.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-sm-8___1et_S {
    margin-left: 66.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-sm-9___2iVLO {
    margin-left: 75%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-sm-10___3kch4 {
    margin-left: 83.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-sm-11___2GCQn {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md___3tVbM {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-md-1___WupW5 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-md-2___2qgwy > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-md-3___2wJxe > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-md-4___1p45- > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-md-5___26Bcc > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-md-6___1G6hO > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-auto___3cyLv {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-1___iv6RW {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-2___1OKnY {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-3___2cGHv {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-4___1Rl9Q {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-5___2njql {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-6___ytJsO {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-7___2e-c1 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-8___18e6U {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-9___3clMq {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-10___1grqc {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-11___O_3BD {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-md-12___UL6T3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-md-first___2We1s {
    -ms-flex-order: -1;
    order: -1;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-md-last___2yuW6 {
    -ms-flex-order: 13;
    order: 13;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-md-0___24izt {
    -ms-flex-order: 0;
    order: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-md-1___vFYsO {
    -ms-flex-order: 1;
    order: 1;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-md-2___3JvDA {
    -ms-flex-order: 2;
    order: 2;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-md-3___2LT0- {
    -ms-flex-order: 3;
    order: 3;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-md-4___3ioKn {
    -ms-flex-order: 4;
    order: 4;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-md-5___1scSO {
    -ms-flex-order: 5;
    order: 5;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-md-6___2oHwT {
    -ms-flex-order: 6;
    order: 6;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-md-7___3MaEb {
    -ms-flex-order: 7;
    order: 7;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-md-8___wws3T {
    -ms-flex-order: 8;
    order: 8;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-md-9___2kUDv {
    -ms-flex-order: 9;
    order: 9;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-md-10___1iS59 {
    -ms-flex-order: 10;
    order: 10;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-md-11___3R55c {
    -ms-flex-order: 11;
    order: 11;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-md-12___2B_9h {
    -ms-flex-order: 12;
    order: 12;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-md-0___12gz9 {
    margin-left: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-md-1___2kz8a {
    margin-left: 8.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-md-2___2i55i {
    margin-left: 16.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-md-3___17l8Y {
    margin-left: 25%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-md-4___2Wqpw {
    margin-left: 33.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-md-5___2oDda {
    margin-left: 41.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-md-6___16sjo {
    margin-left: 50%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-md-7___1ogpD {
    margin-left: 58.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-md-8___GqGwm {
    margin-left: 66.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-md-9___3PJZX {
    margin-left: 75%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-md-10___UKdJw {
    margin-left: 83.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-md-11___3KvKg {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg___USxTP {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-lg-1___2xyqr > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-lg-2___122CX > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-lg-3___1GtXn > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-lg-4___l2EiP > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-lg-5___29qR9 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-lg-6___3tfe1 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-auto___1CAxY {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-1___rvAuo {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-2___3sWHa {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-3___3yhZ2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-4___2KTqW {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-5___2dOUu {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-6___21uOs {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-7___3Eyzy {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-8___OY8M3 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-9___Xb_ZN {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-10___3tRm8 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-11___2VR_g {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-lg-12___2sGNw {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-lg-first___3mNd6 {
    -ms-flex-order: -1;
    order: -1;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-lg-last___2pct7 {
    -ms-flex-order: 13;
    order: 13;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-lg-0___3MfCP {
    -ms-flex-order: 0;
    order: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-lg-1___383Ga {
    -ms-flex-order: 1;
    order: 1;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-lg-2___2Gsth {
    -ms-flex-order: 2;
    order: 2;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-lg-3___1y7YW {
    -ms-flex-order: 3;
    order: 3;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-lg-4___1EBlH {
    -ms-flex-order: 4;
    order: 4;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-lg-5___1kswj {
    -ms-flex-order: 5;
    order: 5;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-lg-6___htUbA {
    -ms-flex-order: 6;
    order: 6;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-lg-7___2gbsD {
    -ms-flex-order: 7;
    order: 7;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-lg-8___3qD1P {
    -ms-flex-order: 8;
    order: 8;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-lg-9___3e7Zi {
    -ms-flex-order: 9;
    order: 9;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-lg-10___3rjo6 {
    -ms-flex-order: 10;
    order: 10;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-lg-11___ijSFe {
    -ms-flex-order: 11;
    order: 11;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-lg-12___3xd-g {
    -ms-flex-order: 12;
    order: 12;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-lg-0___X-e8y {
    margin-left: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-lg-1___371Le {
    margin-left: 8.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-lg-2___3oXi0 {
    margin-left: 16.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-lg-3___1nRly {
    margin-left: 25%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-lg-4___3uLdI {
    margin-left: 33.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-lg-5___20mzO {
    margin-left: 41.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-lg-6___1m-2L {
    margin-left: 50%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-lg-7___18qhL {
    margin-left: 58.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-lg-8___h-jBP {
    margin-left: 66.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-lg-9___FnKAy {
    margin-left: 75%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-lg-10___1GSf8 {
    margin-left: 83.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-lg-11___3yiH4 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl___TvyDR {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-xl-1___1W2j3 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-xl-2___3G6lB > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-xl-3____da-F > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-xl-4___1etpG > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-xl-5___2eu9t > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__row-cols-xl-6___3yF2L > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-auto___1At82 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-1___2ihmi {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-2___37e0A {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-3___Llhtc {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-4___3EesC {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-5___1fXVw {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-6___Kbi2G {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-7___2nnyk {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-8___3vsRe {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-9___2S1lP {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-10___1dXkz {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-11___2-mTL {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-xl-12___2qH1t {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-xl-first___2q-Pa {
    -ms-flex-order: -1;
    order: -1;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-xl-last___1fKNF {
    -ms-flex-order: 13;
    order: 13;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-xl-0___iuCQX {
    -ms-flex-order: 0;
    order: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-xl-1___2GVsO {
    -ms-flex-order: 1;
    order: 1;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-xl-2___3Niv8 {
    -ms-flex-order: 2;
    order: 2;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-xl-3___39gRr {
    -ms-flex-order: 3;
    order: 3;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-xl-4___29Ot1 {
    -ms-flex-order: 4;
    order: 4;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-xl-5___1hUq3 {
    -ms-flex-order: 5;
    order: 5;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-xl-6___14T_D {
    -ms-flex-order: 6;
    order: 6;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-xl-7___3_IrC {
    -ms-flex-order: 7;
    order: 7;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-xl-8___2iZ3Y {
    -ms-flex-order: 8;
    order: 8;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-xl-9___Nq8fk {
    -ms-flex-order: 9;
    order: 9;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-xl-10___1_YgQ {
    -ms-flex-order: 10;
    order: 10;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-xl-11___1VIq- {
    -ms-flex-order: 11;
    order: 11;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__order-xl-12___3fltZ {
    -ms-flex-order: 12;
    order: 12;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-xl-0___1yAKz {
    margin-left: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-xl-1___2vIbI {
    margin-left: 8.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-xl-2___1v8C3 {
    margin-left: 16.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-xl-3___3h2Mj {
    margin-left: 25%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-xl-4___-X_vC {
    margin-left: 33.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-xl-5___2EpqZ {
    margin-left: 41.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-xl-6___2VWfF {
    margin-left: 50%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-xl-7___3aIue {
    margin-left: 58.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-xl-8___2XZxj {
    margin-left: 66.666667%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-xl-9___3g0M1 {
    margin-left: 75%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-xl-10___2hWKY {
    margin-left: 83.333333%;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__offset-xl-11___iwHHy {
    margin-left: 91.666667%;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table___13dWl {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table___13dWl th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table___13dWl td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table___13dWl thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table___13dWl tbody + tbody {
  border-top: 2px solid #dee2e6;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-sm___1YHxT th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-sm___1YHxT td {
  padding: 0.3rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-bordered___3uAkO {
  border: 1px solid #dee2e6;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-bordered___3uAkO th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-bordered___3uAkO td {
  border: 1px solid #dee2e6;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-bordered___3uAkO thead th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-bordered___3uAkO thead td {
  border-bottom-width: 2px;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-borderless___F1e5v th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-borderless___F1e5v td,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-borderless___F1e5v thead th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-borderless___F1e5v tbody + tbody {
  border: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-striped___3OhLr tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-primary___12-Y-,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-primary___12-Y- > th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-primary___12-Y- > td {
  background-color: #b8daff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-primary___12-Y- th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-primary___12-Y- td,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-primary___12-Y- thead th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-primary___12-Y- tbody + tbody {
  border-color: #7abaff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-primary___12-Y-:hover {
  background-color: #9fcdff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-primary___12-Y-:hover > td,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-primary___12-Y-:hover > th {
  background-color: #9fcdff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-secondary___3-dtm,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-secondary___3-dtm > th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-secondary___3-dtm > td {
  background-color: #d6d8db;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-secondary___3-dtm th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-secondary___3-dtm td,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-secondary___3-dtm thead th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-secondary___3-dtm tbody + tbody {
  border-color: #b3b7bb;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-secondary___3-dtm:hover {
  background-color: #c8cbcf;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-secondary___3-dtm:hover > td,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-secondary___3-dtm:hover > th {
  background-color: #c8cbcf;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-success___32rYz,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-success___32rYz > th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-success___32rYz > td {
  background-color: #c3e6cb;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-success___32rYz th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-success___32rYz td,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-success___32rYz thead th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-success___32rYz tbody + tbody {
  border-color: #8fd19e;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-success___32rYz:hover {
  background-color: #b1dfbb;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-success___32rYz:hover > td,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-success___32rYz:hover > th {
  background-color: #b1dfbb;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-info___Bt7vE,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-info___Bt7vE > th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-info___Bt7vE > td {
  background-color: #bee5eb;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-info___Bt7vE th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-info___Bt7vE td,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-info___Bt7vE thead th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-info___Bt7vE tbody + tbody {
  border-color: #86cfda;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-info___Bt7vE:hover {
  background-color: #abdde5;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-info___Bt7vE:hover > td,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-info___Bt7vE:hover > th {
  background-color: #abdde5;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-warning___2_e1a,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-warning___2_e1a > th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-warning___2_e1a > td {
  background-color: #ffeeba;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-warning___2_e1a th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-warning___2_e1a td,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-warning___2_e1a thead th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-warning___2_e1a tbody + tbody {
  border-color: #ffdf7e;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-warning___2_e1a:hover {
  background-color: #ffe8a1;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-warning___2_e1a:hover > td,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-warning___2_e1a:hover > th {
  background-color: #ffe8a1;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-danger___pk3A4,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-danger___pk3A4 > th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-danger___pk3A4 > td {
  background-color: #f5c6cb;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-danger___pk3A4 th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-danger___pk3A4 td,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-danger___pk3A4 thead th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-danger___pk3A4 tbody + tbody {
  border-color: #ed969e;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-danger___pk3A4:hover {
  background-color: #f1b0b7;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-danger___pk3A4:hover > td,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-danger___pk3A4:hover > th {
  background-color: #f1b0b7;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-light___1lFlO,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-light___1lFlO > th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-light___1lFlO > td {
  background-color: #fdfdfe;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-light___1lFlO th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-light___1lFlO td,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-light___1lFlO thead th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-light___1lFlO tbody + tbody {
  border-color: #fbfcfc;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-light___1lFlO:hover {
  background-color: #ececf6;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-light___1lFlO:hover > td,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-light___1lFlO:hover > th {
  background-color: #ececf6;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q > th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q > td {
  background-color: #c6c8ca;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q td,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q thead th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q tbody + tbody {
  border-color: #95999c;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q:hover {
  background-color: #b9bbbe;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q:hover > td,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q:hover > th {
  background-color: #b9bbbe;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-active___c9NkJ,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-active___c9NkJ > th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-active___c9NkJ > td {
  background-color: rgba(0, 0, 0, 0.075);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-active___c9NkJ:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-active___c9NkJ:hover > td,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-active___c9NkJ:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table___13dWl ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__thead-dark___35vxv th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table___13dWl ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__thead-light___189V0 th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q {
  color: #fff;
  background-color: #343a40;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q th,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q td,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q thead th {
  border-color: #454d55;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-bordered___3uAkO {
  border: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-striped___3OhLr tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-hover___3jRVN tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-responsive-sm___2mODf {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-responsive-sm___2mODf > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-bordered___3uAkO {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-responsive-md___fJ10l {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-responsive-md___fJ10l > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-bordered___3uAkO {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-responsive-lg___2WbTH {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-responsive-lg___2WbTH > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-bordered___3uAkO {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-responsive-xl___lHVBG {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-responsive-xl___lHVBG > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-bordered___3uAkO {
    border: 0;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-responsive___hZWCf {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-responsive___hZWCf > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-bordered___3uAkO {
  border: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i {
    transition: none;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i::-ms-expand {
  background-color: transparent;
  border: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i::placeholder {
  color: #6c757d;
  opacity: 1;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i:disabled, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"]._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i,
input[type="time"]._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i,
input[type="datetime-local"]._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i,
input[type="month"]._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control-file___1Dw5w,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control-range___1xWl9 {
  display: block;
  width: 100%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-form-label___kJk81 {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-form-label-lg___2Op6J {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col-form-label-sm___LfXY9 {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control-plaintext___Qx3iS {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control-plaintext___Qx3iS._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control-sm___2v_N7, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control-plaintext___Qx3iS._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control-lg___2OoBY {
  padding-right: 0;
  padding-left: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control-sm___2v_N7 {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control-lg___2OoBY {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i[size], select._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i[multiple] {
  height: auto;
}

textarea._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i {
  height: auto;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-group___3hvsi {
  margin-bottom: 1rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-text___3BUPW {
  display: block;
  margin-top: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-row___4yHX_ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-row___4yHX_ > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col___3lIDt,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-row___4yHX_ > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check___mVt7q {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-input___3vTEx {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-input___3vTEx[disabled] ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-label___3qKku,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-input___3vTEx:disabled ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-label___3qKku {
  color: #6c757d;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-label___3qKku {
  margin-bottom: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-inline___2k-ij {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-inline___2k-ij ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-input___3vTEx {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__valid-feedback___hqbWU {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__valid-tooltip___2bxCy {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-row___4yHX_ > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col___3lIDt > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__valid-tooltip___2bxCy,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-row___4yHX_ > [class*="col-"] > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__valid-tooltip___2bxCy {
  left: 5px;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD :valid ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__valid-feedback___hqbWU,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD :valid ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__valid-tooltip___2bxCy,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-valid___30nll ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__valid-feedback___hqbWU,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-valid___30nll ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__valid-tooltip___2bxCy {
  display: block;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i:valid, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-valid___30nll {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i:valid:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-valid___30nll:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD textarea._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i:valid, textarea._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-valid___30nll {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg:valid, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-valid___30nll {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg:valid:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-valid___30nll:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-input___3vTEx:valid ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-label___3qKku, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-input___3vTEx._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-valid___30nll ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-label___3qKku {
  color: #28a745;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-input___3vTEx:valid ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__valid-feedback___hqbWU,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-input___3vTEx:valid ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__valid-tooltip___2bxCy, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-input___3vTEx._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-valid___30nll ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__valid-feedback___hqbWU,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-input___3vTEx._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-valid___30nll ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__valid-tooltip___2bxCy {
  display: block;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:valid ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-valid___30nll ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4 {
  color: #28a745;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:valid ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-valid___30nll ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  border-color: #28a745;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:valid:checked ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-valid___30nll:checked ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:valid:focus ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-valid___30nll:focus ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:valid:focus:not(:checked) ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-valid___30nll:focus:not(:checked) ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  border-color: #28a745;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-input___3bZ1w:valid ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-input___3bZ1w._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-valid___30nll ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx {
  border-color: #28a745;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-input___3bZ1w:valid:focus ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-input___3bZ1w._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-valid___30nll:focus ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__invalid-feedback___2dYfj {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__invalid-tooltip___2-fne {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-row___4yHX_ > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__col___3lIDt > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__invalid-tooltip___2-fne,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-row___4yHX_ > [class*="col-"] > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__invalid-tooltip___2-fne {
  left: 5px;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD :invalid ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__invalid-feedback___2dYfj,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD :invalid ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__invalid-tooltip___2-fne,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-invalid___2yZhj ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__invalid-feedback___2dYfj,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-invalid___2yZhj ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__invalid-tooltip___2-fne {
  display: block;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i:invalid, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-invalid___2yZhj {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i:invalid:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-invalid___2yZhj:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD textarea._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i:invalid, textarea._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-invalid___2yZhj {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg:invalid, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-invalid___2yZhj {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg:invalid:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-invalid___2yZhj:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-input___3vTEx:invalid ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-label___3qKku, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-input___3vTEx._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-invalid___2yZhj ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-label___3qKku {
  color: #dc3545;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-input___3vTEx:invalid ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__invalid-feedback___2dYfj,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-input___3vTEx:invalid ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__invalid-tooltip___2-fne, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-input___3vTEx._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-invalid___2yZhj ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__invalid-feedback___2dYfj,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-input___3vTEx._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-invalid___2yZhj ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__invalid-tooltip___2-fne {
  display: block;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:invalid ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-invalid___2yZhj ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4 {
  color: #dc3545;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:invalid ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-invalid___2yZhj ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  border-color: #dc3545;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:invalid:checked ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-invalid___2yZhj:checked ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:invalid:focus ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-invalid___2yZhj:focus ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:invalid:focus:not(:checked) ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-invalid___2yZhj:focus:not(:checked) ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  border-color: #dc3545;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-input___3bZ1w:invalid ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-input___3bZ1w._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-invalid___2yZhj ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx {
  border-color: #dc3545;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__was-validated___XChKD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-input___3bZ1w:invalid:focus ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-input___3bZ1w._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__is-invalid___2yZhj:focus ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-inline___2Fb9T {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-inline___2Fb9T ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check___mVt7q {
  width: 100%;
}

@media (min-width: 576px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-inline___2Fb9T label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-inline___2Fb9T ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-group___3hvsi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-inline___2Fb9T ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-inline___2Fb9T ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control-plaintext___Qx3iS {
    display: inline-block;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-inline___2Fb9T ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-inline___2Fb9T ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg {
    width: auto;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-inline___2Fb9T ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check___mVt7q {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-inline___2Fb9T ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-check-input___3vTEx {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-inline___2Fb9T ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control___BVhyj {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-inline___2Fb9T ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4 {
    margin-bottom: 0;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY {
    transition: none;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:hover {
  color: #212529;
  text-decoration: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:disabled {
  opacity: 0.65;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb) {
  cursor: pointer;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb,
fieldset:disabled a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY {
  pointer-events: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-primary___2IV0a {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-primary___2IV0a:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-primary___2IV0a:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-primary___2IV0a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-primary___2IV0a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-primary___2IV0a:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-primary___2IV0a:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-primary___2IV0a:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-primary___2IV0a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-primary___2IV0a:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-primary___2IV0a:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-primary___2IV0a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-secondary___3EUCW {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-secondary___3EUCW:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-secondary___3EUCW:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-secondary___3EUCW._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-secondary___3EUCW._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-secondary___3EUCW:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-secondary___3EUCW:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-secondary___3EUCW:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-secondary___3EUCW._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-secondary___3EUCW:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-secondary___3EUCW:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-secondary___3EUCW._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-success___3nMZA {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-success___3nMZA:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-success___3nMZA:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-success___3nMZA._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-success___3nMZA._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-success___3nMZA:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-success___3nMZA:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-success___3nMZA:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-success___3nMZA._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-success___3nMZA:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-success___3nMZA:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-success___3nMZA._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-info___1MbFf {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-info___1MbFf:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-info___1MbFf:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-info___1MbFf._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-info___1MbFf._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-info___1MbFf:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-info___1MbFf:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-info___1MbFf:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-info___1MbFf._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-info___1MbFf:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-info___1MbFf:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-info___1MbFf._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-warning___1dHFi {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-warning___1dHFi:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-warning___1dHFi:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-warning___1dHFi._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-warning___1dHFi._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-warning___1dHFi:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-warning___1dHFi:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-warning___1dHFi:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-warning___1dHFi._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-warning___1dHFi:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-warning___1dHFi:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-warning___1dHFi._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-danger___2ozDP {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-danger___2ozDP:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-danger___2ozDP:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-danger___2ozDP._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-danger___2ozDP._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-danger___2ozDP:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-danger___2ozDP:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-danger___2ozDP:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-danger___2ozDP._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-danger___2ozDP:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-danger___2ozDP:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-danger___2ozDP._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-light___2HHpk {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-light___2HHpk:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-light___2HHpk:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-light___2HHpk._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-light___2HHpk._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-light___2HHpk:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-light___2HHpk:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-light___2HHpk:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-light___2HHpk._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-light___2HHpk:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-light___2HHpk:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-light___2HHpk._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-dark___32KqF {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-dark___32KqF:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-dark___32KqF:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-dark___32KqF._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-dark___32KqF._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-dark___32KqF:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-dark___32KqF:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-dark___32KqF:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-dark___32KqF._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-dark___32KqF:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-dark___32KqF:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-dark___32KqF._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-primary___1gS_m {
  color: #007bff;
  border-color: #007bff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-primary___1gS_m:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-primary___1gS_m:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-primary___1gS_m._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-primary___1gS_m._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-primary___1gS_m:disabled {
  color: #007bff;
  background-color: transparent;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-primary___1gS_m:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-primary___1gS_m:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-primary___1gS_m._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-primary___1gS_m:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-primary___1gS_m:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-primary___1gS_m._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-secondary___2BmsT {
  color: #6c757d;
  border-color: #6c757d;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-secondary___2BmsT:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-secondary___2BmsT:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-secondary___2BmsT._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-secondary___2BmsT._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-secondary___2BmsT:disabled {
  color: #6c757d;
  background-color: transparent;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-secondary___2BmsT:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-secondary___2BmsT:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-secondary___2BmsT._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-secondary___2BmsT:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-secondary___2BmsT:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-secondary___2BmsT._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-success___1YAjK {
  color: #28a745;
  border-color: #28a745;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-success___1YAjK:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-success___1YAjK:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-success___1YAjK._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-success___1YAjK._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-success___1YAjK:disabled {
  color: #28a745;
  background-color: transparent;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-success___1YAjK:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-success___1YAjK:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-success___1YAjK._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-success___1YAjK:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-success___1YAjK:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-success___1YAjK._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-info___3eWh_ {
  color: #17a2b8;
  border-color: #17a2b8;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-info___3eWh_:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-info___3eWh_:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-info___3eWh_._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-info___3eWh_._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-info___3eWh_:disabled {
  color: #17a2b8;
  background-color: transparent;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-info___3eWh_:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-info___3eWh_:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-info___3eWh_._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-info___3eWh_:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-info___3eWh_:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-info___3eWh_._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-warning___3THeL {
  color: #ffc107;
  border-color: #ffc107;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-warning___3THeL:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-warning___3THeL:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-warning___3THeL._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-warning___3THeL._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-warning___3THeL:disabled {
  color: #ffc107;
  background-color: transparent;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-warning___3THeL:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-warning___3THeL:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-warning___3THeL._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-warning___3THeL:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-warning___3THeL:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-warning___3THeL._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-danger___3BOy3 {
  color: #dc3545;
  border-color: #dc3545;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-danger___3BOy3:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-danger___3BOy3:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-danger___3BOy3._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-danger___3BOy3._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-danger___3BOy3:disabled {
  color: #dc3545;
  background-color: transparent;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-danger___3BOy3:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-danger___3BOy3:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-danger___3BOy3._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-danger___3BOy3:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-danger___3BOy3:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-danger___3BOy3._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-light___35l51 {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-light___35l51:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-light___35l51:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-light___35l51._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-light___35l51._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-light___35l51:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-light___35l51:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-light___35l51:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-light___35l51._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-light___35l51:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-light___35l51:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-light___35l51._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-dark___PWtFH {
  color: #343a40;
  border-color: #343a40;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-dark___PWtFH:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-dark___PWtFH:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-dark___PWtFH._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-dark___PWtFH._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-dark___PWtFH:disabled {
  color: #343a40;
  background-color: transparent;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-dark___PWtFH:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-dark___PWtFH:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-dark___PWtFH._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-dark___PWtFH:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):active:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-dark___PWtFH:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb)._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-outline-dark___PWtFH._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-link___3aepg {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-link___3aepg:hover {
  color: #0056b3;
  text-decoration: underline;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-link___3aepg:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-link___3aepg._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  text-decoration: underline;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-link___3aepg:disabled, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-link___3aepg._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb {
  color: #6c757d;
  pointer-events: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-lg___2FeSf, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-lg___3VQhw > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-sm___2g8f5, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-sm___2iAbG > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-block___1G0ds {
  display: block;
  width: 100%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-block___1G0ds + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-block___1G0ds {
  margin-top: 0.5rem;
}

input[type="submit"]._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-block___1G0ds,
input[type="reset"]._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-block___1G0ds,
input[type="button"]._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-block___1G0ds {
  width: 100%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__fade___1KMFi {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__fade___1KMFi {
    transition: none;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__fade___1KMFi:not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR) {
  opacity: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__collapse___18M7q:not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR) {
  display: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__collapsing___2sNoS {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__collapsing___2sNoS {
    transition: none;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropup___1XLlD,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropright___3FS0-,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown___2FvPg,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropleft___34Am7 {
  position: relative;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx {
  white-space: nowrap;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:empty::after {
  margin-left: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu___2ESuw {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu-left___3511D {
  right: auto;
  left: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu-right___1_-sN {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu-sm-left___fPiHe {
    right: auto;
    left: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu-sm-right___1kSE8 {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu-md-left___P_U1k {
    right: auto;
    left: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu-md-right___AaMC2 {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu-lg-left___pq-sS {
    right: auto;
    left: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu-lg-right___31dKl {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu-xl-left___1ppjx {
    right: auto;
    left: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu-xl-right___YX5qb {
    right: 0;
    left: auto;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropup___1XLlD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu___2ESuw {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropup___1XLlD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropup___1XLlD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:empty::after {
  margin-left: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropright___3FS0- ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu___2ESuw {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropright___3FS0- ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropright___3FS0- ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:empty::after {
  margin-left: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropright___3FS0- ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx::after {
  vertical-align: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropleft___34Am7 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu___2ESuw {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropleft___34Am7 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropleft___34Am7 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx::after {
  display: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropleft___34Am7 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropleft___34Am7 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx:empty::after {
  margin-left: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropleft___34Am7 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx::before {
  vertical-align: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu___2ESuw[x-placement^="top"], ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu___2ESuw[x-placement^="right"], ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu___2ESuw[x-placement^="bottom"], ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu___2ESuw[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-divider___2FsIm {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-item___1PlDI {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-item___1PlDI:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-item___1PlDI:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-item___1PlDI._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-item___1PlDI:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-item___1PlDI._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-item___1PlDI:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu___2ESuw._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR {
  display: block;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-header___1Icdv {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-item-text___3xSjY {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-vertical___1SgD2 {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-vertical___1SgD2 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:hover,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-vertical___1SgD2 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:hover {
  z-index: 1;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:focus, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:active, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-vertical___1SgD2 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-vertical___1SgD2 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:active,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-vertical___1SgD2 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
  z-index: 1;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-toolbar___1Kh6C {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-toolbar___1Kh6C ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs {
  width: auto;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:not(:first-child),
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc:not(:first-child) {
  margin-left: -1px;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:not(:last-child):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx),
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc:not(:last-child) > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:not(:first-child),
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc:not(:first-child) > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle-split___3X4ZP {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle-split___3X4ZP::after,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropup___1XLlD ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle-split___3X4ZP::after,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropright___3FS0- ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle-split___3X4ZP::after {
  margin-left: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropleft___34Am7 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle-split___3X4ZP::before {
  margin-right: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-sm___2g8f5 + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle-split___3X4ZP, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-sm___2iAbG > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle-split___3X4ZP {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-lg___2FeSf + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle-split___3X4ZP, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-lg___3VQhw > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle-split___3X4ZP {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-vertical___1SgD2 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-vertical___1SgD2 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-vertical___1SgD2 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc {
  width: 100%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-vertical___1SgD2 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:not(:first-child),
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-vertical___1SgD2 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc:not(:first-child) {
  margin-top: -1px;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-vertical___1SgD2 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:not(:last-child):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx),
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-vertical___1SgD2 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc:not(:last-child) > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-vertical___1SgD2 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:not(:first-child),
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-vertical___1SgD2 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc:not(:first-child) > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-toggle___1tEQ7 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-toggle___1tEQ7 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY {
  margin-bottom: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-toggle___1tEQ7 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY input[type="radio"],
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-toggle___1tEQ7 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY input[type="checkbox"],
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-toggle___1tEQ7 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY input[type="radio"],
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group-toggle___1tEQ7 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn-group___36tJc > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control-plaintext___Qx3iS,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file___3XkA0 {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file___3XkA0,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control-plaintext___Qx3iS + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control-plaintext___Qx3iS + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control-plaintext___Qx3iS + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file___3XkA0,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file___3XkA0,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file___3XkA0 + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file___3XkA0 + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file___3XkA0 + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file___3XkA0 {
  margin-left: -1px;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file___3XkA0 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-input___3bZ1w:focus ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx {
  z-index: 3;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file___3XkA0 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-input___3bZ1w:focus {
  z-index: 4;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i:not(:first-child),
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file___3XkA0 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file___3XkA0:not(:last-child) ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file___3XkA0:not(:first-child) ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs:not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__has-validation___38Kn0) > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i:not(:last-child),
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs:not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__has-validation___38Kn0) > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg:not(:last-child),
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs:not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__has-validation___38Kn0) > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file___3XkA0:not(:last-child) ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__has-validation___38Kn0 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i:nth-last-child(n + 3),
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__has-validation___38Kn0 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg:nth-last-child(n + 3),
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__has-validation___38Kn0 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file___3XkA0:nth-last-child(n + 3) ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-prepend___1TsMh,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t {
  display: -ms-flexbox;
  display: flex;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-prepend___1TsMh ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY {
  position: relative;
  z-index: 2;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-prepend___1TsMh ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:focus {
  z-index: 3;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-prepend___1TsMh ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-prepend___1TsMh ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-prepend___1TsMh ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7 + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-prepend___1TsMh ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7 + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7 + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7 + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY {
  margin-left: -1px;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-prepend___1TsMh {
  margin-right: -1px;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t {
  margin-left: -1px;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7 input[type="radio"],
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7 input[type="checkbox"] {
  margin-top: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-lg___eDGuD > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i:not(textarea),
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-lg___eDGuD > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg {
  height: calc(1.5em + 1rem + 2px);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-lg___eDGuD > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-lg___eDGuD > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-lg___eDGuD > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-prepend___1TsMh > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-lg___eDGuD > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-lg___eDGuD > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-prepend___1TsMh > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-lg___eDGuD > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-sm___3w-yM > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i:not(textarea),
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-sm___3w-yM > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg {
  height: calc(1.5em + 0.5rem + 2px);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-sm___3w-yM > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__form-control___z821i,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-sm___3w-yM > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-sm___3w-yM > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-prepend___1TsMh > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-sm___3w-yM > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-sm___3w-yM > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-prepend___1TsMh > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-sm___3w-yM > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-lg___eDGuD > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-sm___3w-yM > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg {
  padding-right: 1.75rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-prepend___1TsMh > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-prepend___1TsMh > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs:not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__has-validation___38Kn0) > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t:not(:last-child) > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs:not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__has-validation___38Kn0) > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t:not(:last-child) > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__has-validation___38Kn0 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t:nth-last-child(n + 3) > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__has-validation___38Kn0 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t:nth-last-child(n + 3) > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t:last-child > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:not(:last-child):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-toggle___1kXsx),
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t:last-child > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-append___2yh1t > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-prepend___1TsMh:not(:first-child) > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-prepend___1TsMh:not(:first-child) > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-prepend___1TsMh:first-child > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY:not(:first-child),
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group___1cqTs > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-prepend___1TsMh:first-child > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__input-group-text___36VU7:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control___BVhyj {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-inline___2gylq {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:checked ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:focus ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:focus:not(:checked) ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  border-color: #80bdff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:not(:disabled):active ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K[disabled] ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:disabled ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4 {
  color: #6c757d;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K[disabled] ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:disabled ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  background-color: #e9ecef;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4 {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-checkbox___9SeUW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  border-radius: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-checkbox___9SeUW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:checked ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-checkbox___9SeUW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:indeterminate ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  border-color: #007bff;
  background-color: #007bff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-checkbox___9SeUW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:indeterminate ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-checkbox___9SeUW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:disabled:checked ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  background-color: rgba(0, 123, 255, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-checkbox___9SeUW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:disabled:indeterminate ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  background-color: rgba(0, 123, 255, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-radio___1LVaB ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  border-radius: 50%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-radio___1LVaB ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:checked ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-radio___1LVaB ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:disabled:checked ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  background-color: rgba(0, 123, 255, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-switch___2qvg6 {
  padding-left: 2.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-switch___2qvg6 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-switch___2qvg6 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-switch___2qvg6 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::after {
    transition: none;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-switch___2qvg6 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:checked ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-switch___2qvg6 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-input___1t58K:disabled:checked ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before {
  background-color: rgba(0, 123, 255, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg[multiple], ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg::-ms-expand {
  display: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select-sm___3vuf8 {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select-lg___2KHGz {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file___3XkA0 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-input___3bZ1w {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-input___3bZ1w:focus ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-input___3bZ1w[disabled] ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-input___3bZ1w:disabled ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx {
  background-color: #e9ecef;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-input___3bZ1w:lang(en) ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx::after {
  content: "Browse";
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-input___3bZ1w ~ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx[data-browse]::after {
  content: attr(data-browse);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY:focus {
  outline: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY::-moz-focus-outer {
  border: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY::-ms-thumb:active {
  background-color: #b3d7ff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY:disabled::-moz-range-track {
  cursor: default;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-range___15DJY:disabled::-ms-thumb {
  background-color: #adb5bd;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-control-label___2lGe4::before,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-file-label___UsFDx,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__custom-select___3vAQg {
    transition: none;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav___v0oDE {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM {
  display: block;
  padding: 0.5rem 1rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM:focus {
  text-decoration: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-tabs___17lyI {
  border-bottom: 1px solid #dee2e6;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-tabs___17lyI ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-tabs___17lyI ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-tabs___17lyI ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-tabs___17lyI ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-tabs___17lyI ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-tabs___17lyI ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-item___2DVsC._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-tabs___17lyI ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu___2ESuw {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-pills___3rD9I ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM {
  border-radius: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-pills___3rD9I ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-pills___3rD9I ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM {
  color: #fff;
  background-color: #007bff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-fill___XCZiM > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-fill___XCZiM ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-item___2DVsC {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-justified___4edYN > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-justified___4edYN ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-item___2DVsC {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__tab-content___2xmRC > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__tab-pane___ojrU_ {
  display: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__tab-content___2xmRC > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
  display: block;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar___mXp6X {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar___mXp6X ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container___2FEgs,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar___mXp6X ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-fluid___lnQsn, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar___mXp6X ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-sm___2flhy, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar___mXp6X ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-md___3V8Su, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar___mXp6X ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-lg___3TiuS, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar___mXp6X ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-xl___2Z10w {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-brand___1lq5s {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-brand___1lq5s:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-brand___1lq5s:focus {
  text-decoration: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM {
  padding-right: 0;
  padding-left: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu___2ESuw {
  position: static;
  float: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-text___8YM2L {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-collapse___1MWPw {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-toggler___8esYP {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-toggler___8esYP:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-toggler___8esYP:focus {
  text-decoration: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-toggler-icon___2WDDd {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav-scroll___3rDWj {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-sm___27R2S > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container___2FEgs,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-sm___27R2S > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-fluid___lnQsn, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-sm___27R2S > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-sm___2flhy, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-sm___27R2S > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-md___3V8Su, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-sm___27R2S > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-lg___3TiuS, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-sm___27R2S > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-xl___2Z10w {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-sm___27R2S {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-sm___27R2S ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-sm___27R2S ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu___2ESuw {
    position: absolute;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-sm___27R2S ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-sm___27R2S > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container___2FEgs,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-sm___27R2S > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-fluid___lnQsn, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-sm___27R2S > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-sm___2flhy, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-sm___27R2S > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-md___3V8Su, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-sm___27R2S > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-lg___3TiuS, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-sm___27R2S > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-xl___2Z10w {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-sm___27R2S ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav-scroll___3rDWj {
    overflow: visible;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-sm___27R2S ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-collapse___1MWPw {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-sm___27R2S ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-toggler___8esYP {
    display: none;
  }
}

@media (max-width: 767.98px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-md___2ZjWL > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container___2FEgs,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-md___2ZjWL > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-fluid___lnQsn, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-md___2ZjWL > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-sm___2flhy, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-md___2ZjWL > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-md___3V8Su, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-md___2ZjWL > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-lg___3TiuS, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-md___2ZjWL > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-xl___2Z10w {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-md___2ZjWL {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-md___2ZjWL ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-md___2ZjWL ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu___2ESuw {
    position: absolute;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-md___2ZjWL ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-md___2ZjWL > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container___2FEgs,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-md___2ZjWL > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-fluid___lnQsn, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-md___2ZjWL > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-sm___2flhy, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-md___2ZjWL > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-md___3V8Su, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-md___2ZjWL > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-lg___3TiuS, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-md___2ZjWL > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-xl___2Z10w {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-md___2ZjWL ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav-scroll___3rDWj {
    overflow: visible;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-md___2ZjWL ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-collapse___1MWPw {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-md___2ZjWL ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-toggler___8esYP {
    display: none;
  }
}

@media (max-width: 991.98px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-lg___6R6yH > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container___2FEgs,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-lg___6R6yH > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-fluid___lnQsn, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-lg___6R6yH > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-sm___2flhy, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-lg___6R6yH > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-md___3V8Su, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-lg___6R6yH > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-lg___3TiuS, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-lg___6R6yH > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-xl___2Z10w {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-lg___6R6yH {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-lg___6R6yH ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-lg___6R6yH ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu___2ESuw {
    position: absolute;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-lg___6R6yH ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-lg___6R6yH > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container___2FEgs,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-lg___6R6yH > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-fluid___lnQsn, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-lg___6R6yH > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-sm___2flhy, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-lg___6R6yH > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-md___3V8Su, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-lg___6R6yH > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-lg___3TiuS, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-lg___6R6yH > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-xl___2Z10w {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-lg___6R6yH ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav-scroll___3rDWj {
    overflow: visible;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-lg___6R6yH ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-collapse___1MWPw {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-lg___6R6yH ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-toggler___8esYP {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-xl___3ypYY > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container___2FEgs,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-xl___3ypYY > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-fluid___lnQsn, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-xl___3ypYY > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-sm___2flhy, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-xl___3ypYY > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-md___3V8Su, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-xl___3ypYY > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-lg___3TiuS, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-xl___3ypYY > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-xl___2Z10w {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-xl___3ypYY {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-xl___3ypYY ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-xl___3ypYY ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu___2ESuw {
    position: absolute;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-xl___3ypYY ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-xl___3ypYY > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container___2FEgs,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-xl___3ypYY > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-fluid___lnQsn, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-xl___3ypYY > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-sm___2flhy, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-xl___3ypYY > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-md___3V8Su, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-xl___3ypYY > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-lg___3TiuS, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-xl___3ypYY > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-xl___2Z10w {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-xl___3ypYY ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav-scroll___3rDWj {
    overflow: visible;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-xl___3ypYY ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-collapse___1MWPw {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand-xl___3ypYY ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-toggler___8esYP {
    display: none;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand___uE_Be {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand___uE_Be > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container___2FEgs,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand___uE_Be > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-fluid___lnQsn, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand___uE_Be > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-sm___2flhy, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand___uE_Be > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-md___3V8Su, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand___uE_Be > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-lg___3TiuS, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand___uE_Be > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-xl___2Z10w {
  padding-right: 0;
  padding-left: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand___uE_Be ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK {
  -ms-flex-direction: row;
  flex-direction: row;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand___uE_Be ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__dropdown-menu___2ESuw {
  position: absolute;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand___uE_Be ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand___uE_Be > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container___2FEgs,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand___uE_Be > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-fluid___lnQsn, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand___uE_Be > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-sm___2flhy, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand___uE_Be > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-md___3V8Su, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand___uE_Be > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-lg___3TiuS, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand___uE_Be > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container-xl___2Z10w {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand___uE_Be ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav-scroll___3rDWj {
  overflow: visible;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand___uE_Be ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-collapse___1MWPw {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-expand___uE_Be ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-toggler___8esYP {
  display: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-light___2vLaW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-brand___1lq5s {
  color: rgba(0, 0, 0, 0.9);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-light___2vLaW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-brand___1lq5s:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-light___2vLaW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-brand___1lq5s:focus {
  color: rgba(0, 0, 0, 0.9);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-light___2vLaW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM {
  color: rgba(0, 0, 0, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-light___2vLaW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-light___2vLaW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM:focus {
  color: rgba(0, 0, 0, 0.7);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-light___2vLaW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb {
  color: rgba(0, 0, 0, 0.3);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-light___2vLaW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-light___2vLaW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-light___2vLaW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-light___2vLaW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
  color: rgba(0, 0, 0, 0.9);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-light___2vLaW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-toggler___8esYP {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-light___2vLaW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-toggler-icon___2WDDd {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-light___2vLaW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-text___8YM2L {
  color: rgba(0, 0, 0, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-light___2vLaW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-text___8YM2L a {
  color: rgba(0, 0, 0, 0.9);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-light___2vLaW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-text___8YM2L a:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-light___2vLaW ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-text___8YM2L a:focus {
  color: rgba(0, 0, 0, 0.9);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-dark___cGjDZ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-brand___1lq5s {
  color: #fff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-dark___cGjDZ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-brand___1lq5s:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-dark___cGjDZ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-brand___1lq5s:focus {
  color: #fff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-dark___cGjDZ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM {
  color: rgba(255, 255, 255, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-dark___cGjDZ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-dark___cGjDZ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM:focus {
  color: rgba(255, 255, 255, 0.75);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-dark___cGjDZ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb {
  color: rgba(255, 255, 255, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-dark___cGjDZ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-dark___cGjDZ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-dark___cGjDZ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-dark___cGjDZ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-nav___ciELK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__nav-link___U9TEM._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
  color: #fff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-dark___cGjDZ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-toggler___8esYP {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-dark___cGjDZ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-toggler-icon___2WDDd {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-dark___cGjDZ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-text___8YM2L {
  color: rgba(255, 255, 255, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-dark___cGjDZ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-text___8YM2L a {
  color: #fff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-dark___cGjDZ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-text___8YM2L a:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-dark___cGjDZ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar-text___8YM2L a:focus {
  color: #fff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC > hr {
  margin-right: 0;
  margin-left: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group___1mrKq {
  border-top: inherit;
  border-bottom: inherit;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group___1mrKq:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group___1mrKq:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-header___3wtOM + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group___1mrKq,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group___1mrKq + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-footer___3OPmv {
  border-top: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-body___33bhR {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-title___3dZhK {
  margin-bottom: 0.75rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-subtitle___1wQWU {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-text___1QUB7:last-child {
  margin-bottom: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-link___1GhRl:hover {
  text-decoration: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-link___1GhRl + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-link___1GhRl {
  margin-left: 1.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-header___3wtOM {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-header___3wtOM:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-footer___3OPmv {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-footer___3OPmv:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-header-tabs___NCWRl {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-header-pills___3IRwe {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-img-overlay___ai25j {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-img___22ylM,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-img-top___ENHod,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-img-bottom___31dew {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-img___22ylM,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-img-top___ENHod {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-img___22ylM,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-img-bottom___31dew {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-deck___29_JM ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-deck___29_JM {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-deck___29_JM ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-group___1Pehl > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-group___1Pehl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-group___1Pehl > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-group___1Pehl > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC {
    margin-left: 0;
    border-left: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-group___1Pehl > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-group___1Pehl > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC:not(:last-child) ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-img-top___ENHod,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-group___1Pehl > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC:not(:last-child) ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-header___3wtOM {
    border-top-right-radius: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-group___1Pehl > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC:not(:last-child) ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-img-bottom___31dew,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-group___1Pehl > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC:not(:last-child) ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-footer___3OPmv {
    border-bottom-right-radius: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-group___1Pehl > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-group___1Pehl > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC:not(:first-child) ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-img-top___ENHod,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-group___1Pehl > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC:not(:first-child) ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-header___3wtOM {
    border-top-left-radius: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-group___1Pehl > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC:not(:first-child) ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-img-bottom___31dew,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-group___1Pehl > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC:not(:first-child) ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-footer___3OPmv {
    border-bottom-left-radius: 0;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-columns___UnquT ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-columns___UnquT {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-columns___UnquT ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC {
    display: inline-block;
    width: 100%;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__accordion___LKYrn {
  overflow-anchor: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__accordion___LKYrn > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC {
  overflow: hidden;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__accordion___LKYrn > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__accordion___LKYrn > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__accordion___LKYrn > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card___geHYC > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__card-header___3wtOM {
  border-radius: 0;
  margin-bottom: -1px;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__breadcrumb___21qKV {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__breadcrumb-item___3Ctgs + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__breadcrumb-item___3Ctgs {
  padding-left: 0.5rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__breadcrumb-item___3Ctgs + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__breadcrumb-item___3Ctgs::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__breadcrumb-item___3Ctgs + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__breadcrumb-item___3Ctgs:hover::before {
  text-decoration: underline;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__breadcrumb-item___3Ctgs + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__breadcrumb-item___3Ctgs:hover::before {
  text-decoration: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__breadcrumb-item___3Ctgs._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
  color: #6c757d;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pagination___1QtOw {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-link___23nht {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-link___23nht:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-link___23nht:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-item___Zak_g:first-child ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-link___23nht {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-item___Zak_g:last-child ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-link___23nht {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-item___Zak_g._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-link___23nht {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-item___Zak_g._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-link___23nht {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pagination-lg___gblIG ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-link___23nht {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pagination-lg___gblIG ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-item___Zak_g:first-child ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-link___23nht {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pagination-lg___gblIG ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-item___Zak_g:last-child ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-link___23nht {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pagination-sm___2GIDv ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-link___23nht {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pagination-sm___2GIDv ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-item___Zak_g:first-child ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-link___23nht {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pagination-sm___2GIDv ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-item___Zak_g:last-child ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__page-link___23nht {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge___1nG3O {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge___1nG3O {
    transition: none;
  }
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge___1nG3O:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge___1nG3O:focus {
  text-decoration: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge___1nG3O:empty {
  display: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge___1nG3O {
  position: relative;
  top: -1px;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-pill___3i9Wb {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-primary___15jq8 {
  color: #fff;
  background-color: #007bff;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-primary___15jq8:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-primary___15jq8:focus {
  color: #fff;
  background-color: #0062cc;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-primary___15jq8:focus, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-primary___15jq8._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-secondary___2iIrY {
  color: #fff;
  background-color: #6c757d;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-secondary___2iIrY:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-secondary___2iIrY:focus {
  color: #fff;
  background-color: #545b62;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-secondary___2iIrY:focus, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-secondary___2iIrY._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-success___2eZi6 {
  color: #fff;
  background-color: #28a745;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-success___2eZi6:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-success___2eZi6:focus {
  color: #fff;
  background-color: #1e7e34;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-success___2eZi6:focus, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-success___2eZi6._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-info___3kD-z {
  color: #fff;
  background-color: #17a2b8;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-info___3kD-z:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-info___3kD-z:focus {
  color: #fff;
  background-color: #117a8b;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-info___3kD-z:focus, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-info___3kD-z._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-warning___3fcLN {
  color: #212529;
  background-color: #ffc107;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-warning___3fcLN:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-warning___3fcLN:focus {
  color: #212529;
  background-color: #d39e00;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-warning___3fcLN:focus, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-warning___3fcLN._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-danger___3-1NW {
  color: #fff;
  background-color: #dc3545;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-danger___3-1NW:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-danger___3-1NW:focus {
  color: #fff;
  background-color: #bd2130;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-danger___3-1NW:focus, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-danger___3-1NW._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-light___2xKo9 {
  color: #212529;
  background-color: #f8f9fa;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-light___2xKo9:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-light___2xKo9:focus {
  color: #212529;
  background-color: #dae0e5;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-light___2xKo9:focus, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-light___2xKo9._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-dark___3X1F5 {
  color: #fff;
  background-color: #343a40;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-dark___3X1F5:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-dark___3X1F5:focus {
  color: #fff;
  background-color: #1d2124;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-dark___3X1F5:focus, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge-dark___3X1F5._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__focus___3VUzS {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__jumbotron___2kjfb {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__jumbotron___2kjfb {
    padding: 4rem 2rem;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__jumbotron-fluid___1_uDJ {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert___3koO5 {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-heading___2rWao {
  color: inherit;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-link___1yh92 {
  font-weight: 700;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-dismissible___3FinR {
  padding-right: 4rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-dismissible___3FinR ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__close___3YAo- {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-primary___1zoh9 {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-primary___1zoh9 hr {
  border-top-color: #9fcdff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-primary___1zoh9 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-link___1yh92 {
  color: #002752;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-secondary___1RdiK {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-secondary___1RdiK hr {
  border-top-color: #c8cbcf;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-secondary___1RdiK ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-link___1yh92 {
  color: #202326;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-success___31SA6 {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-success___31SA6 hr {
  border-top-color: #b1dfbb;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-success___31SA6 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-link___1yh92 {
  color: #0b2e13;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-info___1yC_r {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-info___1yC_r hr {
  border-top-color: #abdde5;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-info___1yC_r ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-link___1yh92 {
  color: #062c33;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-warning___3nIc4 {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-warning___3nIc4 hr {
  border-top-color: #ffe8a1;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-warning___3nIc4 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-link___1yh92 {
  color: #533f03;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-danger___3L0sZ {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-danger___3L0sZ hr {
  border-top-color: #f1b0b7;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-danger___3L0sZ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-link___1yh92 {
  color: #491217;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-light___3ex5J {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-light___3ex5J hr {
  border-top-color: #ececf6;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-light___3ex5J ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-link___1yh92 {
  color: #686868;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-dark___27KEu {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-dark___27KEu hr {
  border-top-color: #b9bbbe;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-dark___27KEu ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__alert-link___1yh92 {
  color: #040505;
}

@-webkit-keyframes _-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__progress-bar-stripes___26Mw8 {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes _-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__progress-bar-stripes___26Mw8 {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__progress___Xz_s4 {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__progress-bar___3U8vP {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__progress-bar___3U8vP {
    transition: none;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__progress-bar-striped___PmnP0 {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__progress-bar-animated___3LigS {
  -webkit-animation: 1s linear infinite :local(progress-bar-stripes);
  animation: 1s linear infinite :local(progress-bar-stripes);
}

@media (prefers-reduced-motion: reduce) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__progress-bar-animated___3LigS {
    -webkit-animation: none;
    animation: none;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__media___nYOcI {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__media-body___37lXE {
  -ms-flex: 1;
  flex: 1;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group___1mrKq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ:active {
  color: #212529;
  background-color: #e9ecef;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk {
  border-top-width: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
  margin-top: -1px;
  border-top-width: 1px;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal___1hLl7 {
  -ms-flex-direction: row;
  flex-direction: row;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal___1hLl7 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal___1hLl7 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal___1hLl7 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
  margin-top: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal___1hLl7 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk {
  border-top-width: 1px;
  border-left-width: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal___1hLl7 > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-sm___197ya {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-sm___197ya > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-sm___197ya > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-sm___197ya > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
    margin-top: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-sm___197ya > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk {
    border-top-width: 1px;
    border-left-width: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-sm___197ya > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-md___3HCIv {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-md___3HCIv > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-md___3HCIv > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-md___3HCIv > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
    margin-top: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-md___3HCIv > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk {
    border-top-width: 1px;
    border-left-width: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-md___3HCIv > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-lg___3JsKe {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-lg___3JsKe > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-lg___3JsKe > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-lg___3JsKe > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
    margin-top: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-lg___3JsKe > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk {
    border-top-width: 1px;
    border-left-width: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-lg___3JsKe > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-xl___1gg0b {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-xl___1gg0b > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-xl___1gg0b > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-xl___1gg0b > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
    margin-top: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-xl___1gg0b > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk {
    border-top-width: 1px;
    border-left-width: 0;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-horizontal-xl___1gg0b > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk + ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-flush___26axh {
  border-radius: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-flush___26axh > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk {
  border-width: 0 0 1px;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-flush___26axh > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item___3cXSk:last-child {
  border-bottom-width: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-primary___3ufij {
  color: #004085;
  background-color: #b8daff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-primary___3ufij._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-primary___3ufij._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ:focus {
  color: #004085;
  background-color: #9fcdff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-primary___3ufij._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-secondary___5MQPW {
  color: #383d41;
  background-color: #d6d8db;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-secondary___5MQPW._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-secondary___5MQPW._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-secondary___5MQPW._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-success___2Ufdl {
  color: #155724;
  background-color: #c3e6cb;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-success___2Ufdl._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-success___2Ufdl._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ:focus {
  color: #155724;
  background-color: #b1dfbb;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-success___2Ufdl._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-info___3I2JQ {
  color: #0c5460;
  background-color: #bee5eb;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-info___3I2JQ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-info___3I2JQ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ:focus {
  color: #0c5460;
  background-color: #abdde5;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-info___3I2JQ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-warning___F3d3S {
  color: #856404;
  background-color: #ffeeba;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-warning___F3d3S._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-warning___F3d3S._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ:focus {
  color: #856404;
  background-color: #ffe8a1;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-warning___F3d3S._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-danger___17SfX {
  color: #721c24;
  background-color: #f5c6cb;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-danger___17SfX._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-danger___17SfX._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-danger___17SfX._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-light___3k1KT {
  color: #818182;
  background-color: #fdfdfe;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-light___3k1KT._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-light___3k1KT._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ:focus {
  color: #818182;
  background-color: #ececf6;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-light___3k1KT._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-dark___3NtTX {
  color: #1b1e21;
  background-color: #c6c8ca;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-dark___3NtTX._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-dark___3NtTX._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-dark___3NtTX._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__list-group-item-action___1EfdJ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__close___3YAo- {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__close___3YAo-:hover {
  color: #000;
  text-decoration: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__close___3YAo-:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__close___3YAo-:not(:disabled):not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb):focus {
  opacity: .75;
}

button._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__close___3YAo- {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__close___3YAo-._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__disabled___2T8jb {
  pointer-events: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__toast___ajELo {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__toast___ajELo:not(:last-child) {
  margin-bottom: 0.75rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__toast___ajELo._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__showing___1sH2f {
  opacity: 1;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__toast___ajELo._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR {
  display: block;
  opacity: 1;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__toast___ajELo._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__hide___1epkf {
  display: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__toast-header___1pHGk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__toast-body___3rIoU {
  padding: 0.75rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-open___3UGf4 {
  overflow: hidden;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-open___3UGf4 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal___2rFNM {
  overflow-x: hidden;
  overflow-y: auto;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal___2rFNM {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog___3QB5z {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal___2rFNM._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__fade___1KMFi ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog___3QB5z {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal___2rFNM._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__fade___1KMFi ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog___3QB5z {
    transition: none;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal___2rFNM._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog___3QB5z {
  -webkit-transform: none;
  transform: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal___2rFNM._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-static___HLaIg ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog___3QB5z {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog-scrollable___eEGH9 {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog-scrollable___eEGH9 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-content___14uxd {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog-scrollable___eEGH9 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-header___1dh0v,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog-scrollable___eEGH9 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-footer___2FVrj {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog-scrollable___eEGH9 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-body___2tGMK {
  overflow-y: auto;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog-centered___3VL32 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog-centered___3VL32::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog-centered___3VL32._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog-scrollable___eEGH9 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog-centered___3VL32._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog-scrollable___eEGH9 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-content___14uxd {
  max-height: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog-centered___3VL32._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog-scrollable___eEGH9::before {
  content: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-content___14uxd {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-backdrop___MtcDn {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-backdrop___MtcDn._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__fade___1KMFi {
  opacity: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-backdrop___MtcDn._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR {
  opacity: 0.5;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-header___1dh0v {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-header___1dh0v ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__close___3YAo- {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-title___3GGHH {
  margin-bottom: 0;
  line-height: 1.5;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-body___2tGMK {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-footer___2FVrj {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-footer___2FVrj > * {
  margin: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-scrollbar-measure___1Bl0d {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog___3QB5z {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog-scrollable___eEGH9 {
    max-height: calc(100% - 3.5rem);
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog-scrollable___eEGH9 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-content___14uxd {
    max-height: calc(100vh - 3.5rem);
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog-centered___3VL32 {
    min-height: calc(100% - 3.5rem);
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-dialog-centered___3VL32::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-sm___35PZA {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-lg___DlB_g,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-xl___2H2kS {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__modal-xl___2H2kS {
    max-width: 1140px;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__tooltip___142y_ {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__tooltip___142y_._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__show___1OtvR {
  opacity: 0.9;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__tooltip___142y_ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__tooltip___142y_ ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-top___2y88l, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-auto___3iCsq[x-placement^="top"] {
  padding: 0.4rem 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-top___2y88l ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-auto___3iCsq[x-placement^="top"] ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg {
  bottom: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-top___2y88l ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::before, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-auto___3iCsq[x-placement^="top"] ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-right___1b6l7, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-auto___3iCsq[x-placement^="right"] {
  padding: 0 0.4rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-right___1b6l7 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-auto___3iCsq[x-placement^="right"] ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-right___1b6l7 ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::before, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-auto___3iCsq[x-placement^="right"] ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-bottom___3XCPc, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-auto___3iCsq[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-bottom___3XCPc ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-auto___3iCsq[x-placement^="bottom"] ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg {
  top: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-bottom___3XCPc ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::before, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-auto___3iCsq[x-placement^="bottom"] ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-left___3TTOe, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-auto___3iCsq[x-placement^="left"] {
  padding: 0 0.4rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-left___3TTOe ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-auto___3iCsq[x-placement^="left"] ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-left___3TTOe ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::before, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-tooltip-auto___3iCsq[x-placement^="left"] ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__tooltip-inner___23kfr {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__popover___2-3DP {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__popover___2-3DP ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__popover___2-3DP ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::before, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__popover___2-3DP ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-top___23j0Q, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-auto___3vUjN[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-top___23j0Q > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-auto___3vUjN[x-placement^="top"] > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg {
  bottom: calc(-0.5rem - 1px);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-top___23j0Q > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::before, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-auto___3vUjN[x-placement^="top"] > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-top___23j0Q > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::after, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-auto___3vUjN[x-placement^="top"] > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-right___eIRej, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-auto___3vUjN[x-placement^="right"] {
  margin-left: 0.5rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-right___eIRej > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-auto___3vUjN[x-placement^="right"] > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-right___eIRej > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::before, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-auto___3vUjN[x-placement^="right"] > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-right___eIRej > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::after, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-auto___3vUjN[x-placement^="right"] > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-bottom___32n1y, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-auto___3vUjN[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-bottom___32n1y > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-auto___3vUjN[x-placement^="bottom"] > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg {
  top: calc(-0.5rem - 1px);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-bottom___32n1y > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::before, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-auto___3vUjN[x-placement^="bottom"] > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-bottom___32n1y > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::after, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-auto___3vUjN[x-placement^="bottom"] > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-bottom___32n1y ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__popover-header___100_y::before, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-auto___3vUjN[x-placement^="bottom"] ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__popover-header___100_y::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-left___50iSi, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-auto___3vUjN[x-placement^="left"] {
  margin-right: 0.5rem;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-left___50iSi > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-auto___3vUjN[x-placement^="left"] > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-left___50iSi > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::before, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-auto___3vUjN[x-placement^="left"] > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-left___50iSi > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::after, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bs-popover-auto___3vUjN[x-placement^="left"] > ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__arrow___DQ2Wg::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__popover-header___100_y {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__popover-header___100_y:empty {
  display: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__popover-body___16gsf {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel___2hIQC {
  position: relative;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel___2hIQC._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pointer-event___6i66l {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-inner___3SzTj {
  position: relative;
  width: 100%;
  overflow: hidden;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-inner___3SzTj::after {
  display: block;
  clear: both;
  content: "";
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item___28sOZ {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item___28sOZ {
    transition: none;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item___28sOZ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item-next___22V7E,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item-prev___2AuKj {
  display: block;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item-next___22V7E:not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item-left___2KaNp),
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item-right___Be7CN {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item-prev___2AuKj:not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item-right___Be7CN),
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item-left___2KaNp {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-fade___1fu6A ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item___28sOZ {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-fade___1fu6A ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item___28sOZ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-fade___1fu6A ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item-next___22V7E._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item-left___2KaNp,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-fade___1fu6A ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item-prev___2AuKj._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item-right___Be7CN {
  z-index: 1;
  opacity: 1;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-fade___1fu6A ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item-left___2KaNp,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-fade___1fu6A ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item-right___Be7CN {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-fade___1fu6A ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item-left___2KaNp,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-fade___1fu6A ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-item-right___Be7CN {
    transition: none;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-control-prev___17OFw,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-control-next___1J9uv {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-control-prev___17OFw,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-control-next___1J9uv {
    transition: none;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-control-prev___17OFw:hover, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-control-prev___17OFw:focus,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-control-next___1J9uv:hover,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-control-next___1J9uv:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-control-prev___17OFw {
  left: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-control-next___1J9uv {
  right: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-control-prev-icon___3TlSF,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-control-next-icon___3Xb2I {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-control-prev-icon___3TlSF {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-control-next-icon___3Xb2I {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-indicators___KhvEy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-indicators___KhvEy li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-indicators___KhvEy li {
    transition: none;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-indicators___KhvEy ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__active___19l5d {
  opacity: 1;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__carousel-caption___2s_af {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes _-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__spinner-border___2JldN {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes _-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__spinner-border___2JldN {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__spinner-border___2JldN {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite :local(spinner-border);
  animation: .75s linear infinite :local(spinner-border);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__spinner-border-sm___2FYHM {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes _-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__spinner-grow___TYPNc {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes _-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__spinner-grow___TYPNc {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__spinner-grow___TYPNc {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite :local(spinner-grow);
  animation: .75s linear infinite :local(spinner-grow);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__spinner-grow-sm___21Srb {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__spinner-border___2JldN,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__spinner-grow___TYPNc {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-baseline___1jcpd {
  vertical-align: baseline !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-top___3XstH {
  vertical-align: top !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-middle___3asQQ {
  vertical-align: middle !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-bottom___2JTqm {
  vertical-align: bottom !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-text-bottom___39nWO {
  vertical-align: text-bottom !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-text-top___1p0yB {
  vertical-align: text-top !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-primary___2VtBO {
  background-color: #007bff !important;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-primary___2VtBO:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-primary___2VtBO:focus,
button._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-primary___2VtBO:hover,
button._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-primary___2VtBO:focus {
  background-color: #0062cc !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-secondary___1NO96 {
  background-color: #6c757d !important;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-secondary___1NO96:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-secondary___1NO96:focus,
button._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-secondary___1NO96:hover,
button._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-secondary___1NO96:focus {
  background-color: #545b62 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-success___3r5tH {
  background-color: #28a745 !important;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-success___3r5tH:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-success___3r5tH:focus,
button._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-success___3r5tH:hover,
button._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-success___3r5tH:focus {
  background-color: #1e7e34 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-info___2zjzl {
  background-color: #17a2b8 !important;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-info___2zjzl:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-info___2zjzl:focus,
button._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-info___2zjzl:hover,
button._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-info___2zjzl:focus {
  background-color: #117a8b !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-warning___1FUN_ {
  background-color: #ffc107 !important;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-warning___1FUN_:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-warning___1FUN_:focus,
button._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-warning___1FUN_:hover,
button._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-warning___1FUN_:focus {
  background-color: #d39e00 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-danger___37CLH {
  background-color: #dc3545 !important;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-danger___37CLH:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-danger___37CLH:focus,
button._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-danger___37CLH:hover,
button._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-danger___37CLH:focus {
  background-color: #bd2130 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-light___1r2ck {
  background-color: #f8f9fa !important;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-light___1r2ck:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-light___1r2ck:focus,
button._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-light___1r2ck:hover,
button._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-light___1r2ck:focus {
  background-color: #dae0e5 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-dark___3712I {
  background-color: #343a40 !important;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-dark___3712I:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-dark___3712I:focus,
button._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-dark___3712I:hover,
button._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-dark___3712I:focus {
  background-color: #1d2124 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-white___3v86T {
  background-color: #fff !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__bg-transparent___2DRvi {
  background-color: transparent !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__border___5FMjw {
  border: 1px solid #dee2e6 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__border-top___16AO7 {
  border-top: 1px solid #dee2e6 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__border-right___3tOtu {
  border-right: 1px solid #dee2e6 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__border-bottom___TQwOc {
  border-bottom: 1px solid #dee2e6 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__border-left___2EgaV {
  border-left: 1px solid #dee2e6 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__border-0___1rZCh {
  border: 0 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__border-top-0___3rNlS {
  border-top: 0 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__border-right-0___2MLPD {
  border-right: 0 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__border-bottom-0___1SuOO {
  border-bottom: 0 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__border-left-0___R4YJr {
  border-left: 0 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__border-primary___1nsa1 {
  border-color: #007bff !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__border-secondary___3dPu7 {
  border-color: #6c757d !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__border-success___3r22l {
  border-color: #28a745 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__border-info___2for2 {
  border-color: #17a2b8 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__border-warning___HSl8J {
  border-color: #ffc107 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__border-danger___2uunH {
  border-color: #dc3545 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__border-light___2JF3K {
  border-color: #f8f9fa !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__border-dark___3knvl {
  border-color: #343a40 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__border-white___ZcxZE {
  border-color: #fff !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__rounded-sm___yKtlt {
  border-radius: 0.2rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__rounded___13VfW {
  border-radius: 0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__rounded-top___Xq865 {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__rounded-right___3nNMM {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__rounded-bottom___8wDjV {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__rounded-left___lCkcT {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__rounded-lg___3EGx3 {
  border-radius: 0.3rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__rounded-circle___1zzsP {
  border-radius: 50% !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__rounded-pill___3skAU {
  border-radius: 50rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__rounded-0___12Xqv {
  border-radius: 0 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__clearfix___2puU4::after {
  display: block;
  clear: both;
  content: "";
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-none___15KOQ {
  display: none !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-inline___MK1G0 {
  display: inline !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-inline-block___k4P0t {
  display: inline-block !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-block___3b6Qv {
  display: block !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-table___2iPhV {
  display: table !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-table-row___QJ50- {
  display: table-row !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-table-cell___2WwZ3 {
  display: table-cell !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-flex___kyzJd {
  display: -ms-flexbox !important;
  display: flex !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-inline-flex___YDToV {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-sm-none___3qidB {
    display: none !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-sm-inline___3t7uo {
    display: inline !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-sm-inline-block___1KLi1 {
    display: inline-block !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-sm-block___21Iix {
    display: block !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-sm-table___x81Mw {
    display: table !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-sm-table-row___1SmYi {
    display: table-row !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-sm-table-cell___1hnoW {
    display: table-cell !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-sm-flex___2GWml {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-sm-inline-flex___3Pe80 {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-md-none___3Mh_D {
    display: none !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-md-inline___1HNNx {
    display: inline !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-md-inline-block___30YGf {
    display: inline-block !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-md-block___izMYF {
    display: block !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-md-table___3oLws {
    display: table !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-md-table-row___IoNqu {
    display: table-row !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-md-table-cell___C_vK1 {
    display: table-cell !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-md-flex___1mU3i {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-md-inline-flex___1eueY {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-lg-none___RSXgW {
    display: none !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-lg-inline___2qnNz {
    display: inline !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-lg-inline-block___3_NOl {
    display: inline-block !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-lg-block___2hc4V {
    display: block !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-lg-table___Z0K2v {
    display: table !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-lg-table-row___eMCLC {
    display: table-row !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-lg-table-cell___2fUup {
    display: table-cell !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-lg-flex___cApLn {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-lg-inline-flex___2wyuG {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-xl-none___13N7o {
    display: none !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-xl-inline___1HLtC {
    display: inline !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-xl-inline-block___3nSV5 {
    display: inline-block !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-xl-block___292iE {
    display: block !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-xl-table___1CjAn {
    display: table !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-xl-table-row___3tRP2 {
    display: table-row !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-xl-table-cell___k8aoG {
    display: table-cell !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-xl-flex___3Vt7S {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-xl-inline-flex___R8ZdX {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-print-none___18zD0 {
    display: none !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-print-inline___2vguw {
    display: inline !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-print-inline-block___1C8F7 {
    display: inline-block !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-print-block___1yrnR {
    display: block !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-print-table___2kp1e {
    display: table !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-print-table-row___1XRUS {
    display: table-row !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-print-table-cell___KM2zR {
    display: table-cell !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-print-flex___3m7zV {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__d-print-inline-flex___2yC9G {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__embed-responsive___2FrDr {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__embed-responsive___2FrDr::before {
  display: block;
  content: "";
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__embed-responsive___2FrDr ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__embed-responsive-item___2jeJW,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__embed-responsive___2FrDr iframe,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__embed-responsive___2FrDr embed,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__embed-responsive___2FrDr object,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__embed-responsive___2FrDr video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__embed-responsive-21by9___3Jfre::before {
  padding-top: 42.857143%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__embed-responsive-16by9___1twUn::before {
  padding-top: 56.25%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__embed-responsive-4by3___3S6Mz::before {
  padding-top: 75%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__embed-responsive-1by1___1pO1i::before {
  padding-top: 100%;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-row___NRtbZ {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-column___3iosu {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-row-reverse___3ErJe {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-column-reverse___3GXpc {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-wrap___2tC1K {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-nowrap___yWPlh {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-wrap-reverse___22rUx {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-fill___3skop {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-grow-0___2Rrve {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-grow-1___1RZGs {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-shrink-0___3e5iB {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-shrink-1___3CKup {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-start___26nZn {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-end___1Oy0n {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-center___3OTKq {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-between___1SzdG {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-around___1YXIB {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-start___5efWZ {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-end___3V1z9 {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-center___3L33L {
  -ms-flex-align: center !important;
  align-items: center !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-baseline___UuETA {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-stretch___tEb5o {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-start___3dSCb {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-end___1PTDM {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-center___5ZyC6 {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-between___3O_E7 {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-around___1I_fo {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-stretch___1MqdR {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-auto___3ygwT {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-start___1vNVr {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-end___15Qo_ {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-center___3lfXj {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-baseline___nBIxJ {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-stretch___2m1-u {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-sm-row___1FTSS {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-sm-column___2RW5J {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-sm-row-reverse___85QbZ {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-sm-column-reverse___JCFvN {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-sm-wrap___1CogL {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-sm-nowrap___3gnRh {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-sm-wrap-reverse___2ylDS {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-sm-fill___p7ULI {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-sm-grow-0___Uw-R0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-sm-grow-1___1Sb9p {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-sm-shrink-0___2GvNo {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-sm-shrink-1___2yr4A {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-sm-start___3RHcC {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-sm-end___QlC6d {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-sm-center___22vu4 {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-sm-between____BA-C {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-sm-around___2bUdE {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-sm-start___1Sj67 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-sm-end___3znEX {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-sm-center___2z97D {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-sm-baseline___2x-Fi {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-sm-stretch___3Pq3b {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-sm-start___1CwLu {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-sm-end___3kzxk {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-sm-center___31fMB {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-sm-between___28B9- {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-sm-around___HimDt {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-sm-stretch___isGtg {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-sm-auto___F73Xz {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-sm-start___2aDB1 {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-sm-end___3zRPg {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-sm-center___C313z {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-sm-baseline___3-21y {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-sm-stretch___1yoSB {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-md-row___2C0wO {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-md-column___3W7uG {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-md-row-reverse___2XzFX {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-md-column-reverse___1_yCV {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-md-wrap___2pE8E {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-md-nowrap___1LUYO {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-md-wrap-reverse___m11Yy {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-md-fill___1FN8j {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-md-grow-0___27QbZ {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-md-grow-1___mJFeL {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-md-shrink-0___23IrO {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-md-shrink-1___3rnCE {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-md-start___YqSAG {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-md-end___2cwYF {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-md-center___3aKs8 {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-md-between___3yxTn {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-md-around___2XSSY {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-md-start___3A5qu {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-md-end___sEuol {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-md-center___k-joS {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-md-baseline___3J30N {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-md-stretch___8r_AB {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-md-start___3OR42 {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-md-end___K2w6V {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-md-center___uR4dI {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-md-between___Oyx-B {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-md-around___AiM3R {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-md-stretch___2a9O4 {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-md-auto___n93JZ {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-md-start___3_zBK {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-md-end___M9SRz {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-md-center___3drwa {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-md-baseline___33HbQ {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-md-stretch___1eFii {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-lg-row___3TR1I {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-lg-column___2-n3x {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-lg-row-reverse___xNm2w {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-lg-column-reverse___3453K {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-lg-wrap___32kjQ {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-lg-nowrap___1FsJK {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-lg-wrap-reverse___kNmFT {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-lg-fill___dkZv_ {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-lg-grow-0___15AHM {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-lg-grow-1___15chn {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-lg-shrink-0___3Dc2k {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-lg-shrink-1___2sZbj {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-lg-start___9P4__ {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-lg-end___3op_S {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-lg-center___1M5WR {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-lg-between___3FA5e {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-lg-around___2vlpc {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-lg-start___3TuRJ {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-lg-end___3t6Za {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-lg-center___1XuJP {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-lg-baseline___1eojL {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-lg-stretch___hYaTG {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-lg-start___FsvlY {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-lg-end___jzQ7v {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-lg-center___3Teas {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-lg-between___14N_g {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-lg-around___1rvq9 {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-lg-stretch___2npjC {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-lg-auto____6IxQ {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-lg-start___2N9Sx {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-lg-end___3HFXR {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-lg-center___1Xg_R {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-lg-baseline___C_VT6 {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-lg-stretch___GnEbO {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-xl-row___2rbMK {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-xl-column___1LZm0 {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-xl-row-reverse___2l8KP {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-xl-column-reverse___DXfOG {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-xl-wrap___1XTlf {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-xl-nowrap___1n4Gn {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-xl-wrap-reverse___cNO5A {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-xl-fill___-67EO {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-xl-grow-0___3MO3- {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-xl-grow-1___3n2f1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-xl-shrink-0___bpiCn {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__flex-xl-shrink-1___1c_A1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-xl-start___3KDyj {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-xl-end___ONJxz {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-xl-center___10D38 {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-xl-between___1XQVh {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__justify-content-xl-around___2Jb2y {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-xl-start___2RjCz {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-xl-end___2m38k {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-xl-center___2RI9W {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-xl-baseline___wwnuk {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-items-xl-stretch___3Pt7y {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-xl-start___2lZYf {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-xl-end___1M_sq {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-xl-center___1RPl6 {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-xl-between___2103x {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-xl-around___1fCKE {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-content-xl-stretch___CLbUY {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-xl-auto___2bQym {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-xl-start___1rOwz {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-xl-end___3cw06 {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-xl-center___Du_v6 {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-xl-baseline___2y-5R {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__align-self-xl-stretch___1aGEH {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__float-left___263lP {
  float: left !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__float-right___37lPP {
  float: right !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__float-none___15PaB {
  float: none !important;
}

@media (min-width: 576px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__float-sm-left___3PF2E {
    float: left !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__float-sm-right___1wAu7 {
    float: right !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__float-sm-none___2bbZ0 {
    float: none !important;
  }
}

@media (min-width: 768px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__float-md-left___1Er8U {
    float: left !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__float-md-right___rJY56 {
    float: right !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__float-md-none___2Yy4S {
    float: none !important;
  }
}

@media (min-width: 992px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__float-lg-left___w9MUu {
    float: left !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__float-lg-right___3es0H {
    float: right !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__float-lg-none___1TGj0 {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__float-xl-left___xLwDh {
    float: left !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__float-xl-right___RVkXd {
    float: right !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__float-xl-none___1qUiK {
    float: none !important;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__user-select-all___3_DUB {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__user-select-auto___2E5dr {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__user-select-none___2oRKO {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__overflow-auto___fKy4O {
  overflow: auto !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__overflow-hidden___vCxMc {
  overflow: hidden !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__position-static___3SGv8 {
  position: static !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__position-relative___2IqBs {
  position: relative !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__position-absolute___2k4P5 {
  position: absolute !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__position-fixed___32xmH {
  position: fixed !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__position-sticky___3LqS_ {
  position: -webkit-sticky !important;
  position: sticky !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__fixed-top___sMhjH {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__fixed-bottom___1KYSA {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__sticky-top___1s0U8 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__sr-only___17NLl {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__sr-only-focusable___1PvN1:active, ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__sr-only-focusable___1PvN1:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__shadow-sm___3QmrE {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__shadow___eTLbT {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__shadow-lg___2CMv_ {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__shadow-none___2uOvn {
  box-shadow: none !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__w-25___2KD7v {
  width: 25% !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__w-50___2MNqL {
  width: 50% !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__w-75___2QA9N {
  width: 75% !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__w-100___Q6VU2 {
  width: 100% !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__w-auto___2ihFx {
  width: auto !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__h-25___3WetU {
  height: 25% !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__h-50___bOR_a {
  height: 50% !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__h-75___3LsMP {
  height: 75% !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__h-100___13DZh {
  height: 100% !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__h-auto___1yTIN {
  height: auto !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mw-100___Pov2J {
  max-width: 100% !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mh-100___wyl0Z {
  max-height: 100% !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__min-vw-100___1FQQx {
  min-width: 100vw !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__min-vh-100___2x0n4 {
  min-height: 100vh !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__vw-100___3lI5b {
  width: 100vw !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__vh-100___3Gn4u {
  height: 100vh !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-0___3XU5g {
  margin: 0 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-0___2u9rm,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-0___2zU70 {
  margin-top: 0 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-0___3ck2y,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-0___2FeoI {
  margin-right: 0 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-0___2Q1XP,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-0___2zU70 {
  margin-bottom: 0 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-0___2l0yU,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-0___2FeoI {
  margin-left: 0 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-1___1qqi- {
  margin: 0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-1___AHkfE,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-1___1d-jL {
  margin-top: 0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-1___3sFjX,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-1___3bOxQ {
  margin-right: 0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-1___1SC_R,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-1___1d-jL {
  margin-bottom: 0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-1___8FBBG,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-1___3bOxQ {
  margin-left: 0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-2___2pbya {
  margin: 0.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-2___1AUqj,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-2___3hfCB {
  margin-top: 0.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-2___XDCVx,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-2___2BL23 {
  margin-right: 0.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-2___18mV-,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-2___3hfCB {
  margin-bottom: 0.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-2___20oad,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-2___2BL23 {
  margin-left: 0.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-3___1AsQF {
  margin: 1rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-3___2D8e3,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-3___hQIW4 {
  margin-top: 1rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-3___gxPKG,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-3___94cV8 {
  margin-right: 1rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-3___3q6DI,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-3___hQIW4 {
  margin-bottom: 1rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-3___38qp_,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-3___94cV8 {
  margin-left: 1rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-4___3Y-vj {
  margin: 1.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-4___xKawh,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-4___2RsUq {
  margin-top: 1.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-4___2seDN,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-4___KKWK2 {
  margin-right: 1.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-4___1SxAv,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-4___2RsUq {
  margin-bottom: 1.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-4___32Ybq,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-4___KKWK2 {
  margin-left: 1.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-5___3-pBb {
  margin: 3rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-5___3xGkF,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-5___1lgL2 {
  margin-top: 3rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-5___CMuwM,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-5___2vCR4 {
  margin-right: 3rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-5___1aPFs,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-5___1lgL2 {
  margin-bottom: 3rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-5___3fUxX,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-5___2vCR4 {
  margin-left: 3rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-0___3aub_ {
  padding: 0 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-0___2bxAf,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-0___2pbdG {
  padding-top: 0 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-0___35fDY,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-0___2NBHM {
  padding-right: 0 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-0___GveRK,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-0___2pbdG {
  padding-bottom: 0 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-0___1qlD-,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-0___2NBHM {
  padding-left: 0 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-1___3bAOI {
  padding: 0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-1___113N3,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-1___1NfFo {
  padding-top: 0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-1___1EM8I,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-1___1qfgn {
  padding-right: 0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-1___GKDEm,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-1___1NfFo {
  padding-bottom: 0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-1___2n11y,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-1___1qfgn {
  padding-left: 0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-2___3FwnG {
  padding: 0.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-2___3tL-Y,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-2___fYvvL {
  padding-top: 0.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-2___CniS9,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-2___27Itx {
  padding-right: 0.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-2___2iplW,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-2___fYvvL {
  padding-bottom: 0.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-2___3JtEe,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-2___27Itx {
  padding-left: 0.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-3___3fuhR {
  padding: 1rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-3___WVhBH,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-3___1m5vB {
  padding-top: 1rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-3___3Q-Pk,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-3___yR2NI {
  padding-right: 1rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-3___2C8PZ,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-3___1m5vB {
  padding-bottom: 1rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-3___2wj2r,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-3___yR2NI {
  padding-left: 1rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-4___3IjMu {
  padding: 1.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-4___2rwS1,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-4___xNJBR {
  padding-top: 1.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-4___xS56R,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-4___2N-Hz {
  padding-right: 1.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-4___3YVru,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-4___xNJBR {
  padding-bottom: 1.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-4___13mNl,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-4___2N-Hz {
  padding-left: 1.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-5___3D-hN {
  padding: 3rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-5___P6MYn,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-5___3tuqA {
  padding-top: 3rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-5___EuJyS,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-5___E8P0o {
  padding-right: 3rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-5___2VaMD,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-5___3tuqA {
  padding-bottom: 3rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-5___2wuaL,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-5___E8P0o {
  padding-left: 3rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-n1___198zU {
  margin: -0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-n1___38s5q,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-n1___1BCwj {
  margin-top: -0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-n1___1-f_3,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-n1___1BYTR {
  margin-right: -0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-n1___1lfM9,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-n1___1BCwj {
  margin-bottom: -0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-n1___GoPYr,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-n1___1BYTR {
  margin-left: -0.25rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-n2___1-m8I {
  margin: -0.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-n2___6GUh3,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-n2___26XUn {
  margin-top: -0.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-n2___1QXBM,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-n2___nK8px {
  margin-right: -0.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-n2___1LUIM,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-n2___26XUn {
  margin-bottom: -0.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-n2___2l7bk,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-n2___nK8px {
  margin-left: -0.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-n3___2TMF_ {
  margin: -1rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-n3___1AmH5,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-n3___Rj_j4 {
  margin-top: -1rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-n3___2JGJ-,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-n3___1u5NC {
  margin-right: -1rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-n3___35_de,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-n3___Rj_j4 {
  margin-bottom: -1rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-n3___1RdNx,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-n3___1u5NC {
  margin-left: -1rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-n4___36hUW {
  margin: -1.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-n4___2NMHJ,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-n4___2K8PU {
  margin-top: -1.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-n4___163N1,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-n4___95a_z {
  margin-right: -1.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-n4___3IyrH,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-n4___2K8PU {
  margin-bottom: -1.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-n4___ekdMM,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-n4___95a_z {
  margin-left: -1.5rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-n5___1ZmKt {
  margin: -3rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-n5___3nE7C,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-n5___1u8jN {
  margin-top: -3rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-n5___2kRBd,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-n5___1U7dr {
  margin-right: -3rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-n5___2Zn27,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-n5___1u8jN {
  margin-bottom: -3rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-n5___ZZ5P2,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-n5___1U7dr {
  margin-left: -3rem !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-auto___3aYwR {
  margin: auto !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-auto___BQe5P,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-auto___3X9ZR {
  margin-top: auto !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-auto___1tH3l,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-auto___1KhzA {
  margin-right: auto !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-auto___goDbS,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-auto___3X9ZR {
  margin-bottom: auto !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-auto___27l4Z,
._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-auto___1KhzA {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-sm-0___Cy3F_ {
    margin: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-sm-0___3ycZd,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-0___1x2QR {
    margin-top: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-sm-0___3kEH0,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-0___aUou9 {
    margin-right: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-sm-0___3LAHF,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-0___1x2QR {
    margin-bottom: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-sm-0___3e0Z9,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-0___aUou9 {
    margin-left: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-sm-1___3OKV1 {
    margin: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-sm-1___fJcUp,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-1___1g0QE {
    margin-top: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-sm-1___3d3QI,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-1___1oGZa {
    margin-right: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-sm-1___w1aNS,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-1___1g0QE {
    margin-bottom: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-sm-1___3-84l,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-1___1oGZa {
    margin-left: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-sm-2___3IFGw {
    margin: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-sm-2___jbDKY,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-2___h-Hd7 {
    margin-top: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-sm-2___1zP0r,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-2___ayMsw {
    margin-right: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-sm-2___3AS8u,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-2___h-Hd7 {
    margin-bottom: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-sm-2___1eL5_,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-2___ayMsw {
    margin-left: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-sm-3___3BZv6 {
    margin: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-sm-3___8sx_8,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-3___1yXt9 {
    margin-top: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-sm-3___16iaj,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-3___3U0Wk {
    margin-right: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-sm-3___ntww6,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-3___1yXt9 {
    margin-bottom: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-sm-3___2peqj,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-3___3U0Wk {
    margin-left: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-sm-4___39VnX {
    margin: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-sm-4___o-RgB,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-4___foUBi {
    margin-top: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-sm-4___O608B,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-4___1ZvXu {
    margin-right: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-sm-4___ngvQd,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-4___foUBi {
    margin-bottom: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-sm-4___3XwqD,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-4___1ZvXu {
    margin-left: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-sm-5___2xUvw {
    margin: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-sm-5___2oiST,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-5___5PbJ1 {
    margin-top: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-sm-5___1Ismt,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-5___305XZ {
    margin-right: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-sm-5___2MTRT,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-5___5PbJ1 {
    margin-bottom: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-sm-5___2LzsQ,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-5___305XZ {
    margin-left: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-sm-0___2ibKj {
    padding: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-sm-0___2LN-h,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-sm-0___2pi-O {
    padding-top: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-sm-0___32nN7,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-sm-0___1ml7V {
    padding-right: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-sm-0___1rgpo,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-sm-0___2pi-O {
    padding-bottom: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-sm-0___YLyk8,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-sm-0___1ml7V {
    padding-left: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-sm-1___1mFKn {
    padding: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-sm-1___2V7iX,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-sm-1___1kt1y {
    padding-top: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-sm-1___2quf4,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-sm-1___LiOjc {
    padding-right: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-sm-1___1U81t,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-sm-1___1kt1y {
    padding-bottom: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-sm-1___2-oeN,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-sm-1___LiOjc {
    padding-left: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-sm-2___1XzFO {
    padding: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-sm-2___366Lk,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-sm-2___2bHSm {
    padding-top: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-sm-2___1sJJH,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-sm-2___1Pam9 {
    padding-right: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-sm-2___1Z132,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-sm-2___2bHSm {
    padding-bottom: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-sm-2___3uFtr,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-sm-2___1Pam9 {
    padding-left: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-sm-3___2Z2SM {
    padding: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-sm-3___C3DSw,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-sm-3___2AZN9 {
    padding-top: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-sm-3___fb1L_,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-sm-3___2i77k {
    padding-right: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-sm-3___3Ngn7,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-sm-3___2AZN9 {
    padding-bottom: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-sm-3___hV2O7,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-sm-3___2i77k {
    padding-left: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-sm-4___2S2jZ {
    padding: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-sm-4___33gvd,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-sm-4___1aJW0 {
    padding-top: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-sm-4___26OD9,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-sm-4___YW_3X {
    padding-right: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-sm-4___uvfXQ,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-sm-4___1aJW0 {
    padding-bottom: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-sm-4___3AnPd,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-sm-4___YW_3X {
    padding-left: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-sm-5___nR1rS {
    padding: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-sm-5___1JLKT,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-sm-5___3RxMF {
    padding-top: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-sm-5___O4Heg,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-sm-5___77nuF {
    padding-right: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-sm-5___rPY_E,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-sm-5___3RxMF {
    padding-bottom: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-sm-5___KdDHC,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-sm-5___77nuF {
    padding-left: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-sm-n1___21ahr {
    margin: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-sm-n1___pi-pE,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-n1___wXy64 {
    margin-top: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-sm-n1___26wlc,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-n1___18n32 {
    margin-right: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-sm-n1___2MJBC,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-n1___wXy64 {
    margin-bottom: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-sm-n1___3jD41,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-n1___18n32 {
    margin-left: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-sm-n2___urUHw {
    margin: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-sm-n2___J0cW-,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-n2___39OY5 {
    margin-top: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-sm-n2___TOZYX,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-n2___1nN7L {
    margin-right: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-sm-n2___cDa0c,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-n2___39OY5 {
    margin-bottom: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-sm-n2___2HOwi,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-n2___1nN7L {
    margin-left: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-sm-n3___51laz {
    margin: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-sm-n3___36rtx,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-n3___IMyo6 {
    margin-top: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-sm-n3___gIEvr,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-n3___2y-Jq {
    margin-right: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-sm-n3___2k9tx,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-n3___IMyo6 {
    margin-bottom: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-sm-n3___1Wxs0,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-n3___2y-Jq {
    margin-left: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-sm-n4___2rVfz {
    margin: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-sm-n4___3SXSr,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-n4___1ZFG4 {
    margin-top: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-sm-n4___EUlHy,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-n4___1GNN0 {
    margin-right: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-sm-n4___4x65Z,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-n4___1ZFG4 {
    margin-bottom: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-sm-n4___95KOg,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-n4___1GNN0 {
    margin-left: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-sm-n5___3yQG4 {
    margin: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-sm-n5___3wLmU,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-n5___3CtGR {
    margin-top: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-sm-n5___-k7nG,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-n5___2Gbrp {
    margin-right: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-sm-n5___2iDD3,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-n5___3CtGR {
    margin-bottom: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-sm-n5___2FKdL,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-n5___2Gbrp {
    margin-left: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-sm-auto___17jAR {
    margin: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-sm-auto___30ijJ,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-auto___17Vfv {
    margin-top: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-sm-auto___34iDk,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-auto___3XqLw {
    margin-right: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-sm-auto___1yAKd,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-sm-auto___17Vfv {
    margin-bottom: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-sm-auto___SXYCd,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-sm-auto___3XqLw {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-md-0___1tiG2 {
    margin: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-md-0___3ARh5,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-0___eAklU {
    margin-top: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-md-0___1WAV4,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-0___3Rhd9 {
    margin-right: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-md-0___iX9Xd,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-0___eAklU {
    margin-bottom: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-md-0___1W-Oa,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-0___3Rhd9 {
    margin-left: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-md-1___4zK2h {
    margin: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-md-1___2lE2b,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-1___2345E {
    margin-top: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-md-1___35s_w,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-1___3XLDV {
    margin-right: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-md-1___5ThHl,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-1___2345E {
    margin-bottom: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-md-1___3elid,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-1___3XLDV {
    margin-left: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-md-2___28MfN {
    margin: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-md-2___3u_Cf,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-2___2JNv1 {
    margin-top: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-md-2___M_MIr,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-2___2p3re {
    margin-right: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-md-2___1fsyr,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-2___2JNv1 {
    margin-bottom: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-md-2___4xRtg,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-2___2p3re {
    margin-left: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-md-3___2L4uz {
    margin: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-md-3___2kZbn,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-3___1zRGp {
    margin-top: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-md-3___1Jv8r,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-3___upOzu {
    margin-right: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-md-3___SzABZ,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-3___1zRGp {
    margin-bottom: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-md-3___3Souc,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-3___upOzu {
    margin-left: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-md-4___J-fni {
    margin: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-md-4___2SZZr,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-4___1T07Q {
    margin-top: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-md-4___2pyTo,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-4___2cXQS {
    margin-right: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-md-4___Gi-CY,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-4___1T07Q {
    margin-bottom: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-md-4___qWlg-,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-4___2cXQS {
    margin-left: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-md-5___3nT0N {
    margin: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-md-5___2uGXo,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-5___2IUXc {
    margin-top: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-md-5___BDa6k,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-5___2-SCN {
    margin-right: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-md-5___3OgT4,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-5___2IUXc {
    margin-bottom: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-md-5___2HihO,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-5___2-SCN {
    margin-left: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-md-0___6DYu4 {
    padding: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-md-0___S3DOX,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-md-0___34nVz {
    padding-top: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-md-0___3ahgS,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-md-0___1U64o {
    padding-right: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-md-0___rIsxc,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-md-0___34nVz {
    padding-bottom: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-md-0___LtwwS,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-md-0___1U64o {
    padding-left: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-md-1___1zep- {
    padding: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-md-1___3LgoK,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-md-1___2R2eH {
    padding-top: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-md-1___3XhTb,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-md-1___11sF5 {
    padding-right: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-md-1___14oEF,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-md-1___2R2eH {
    padding-bottom: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-md-1___27w_8,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-md-1___11sF5 {
    padding-left: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-md-2___3bDKi {
    padding: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-md-2___oY5Vt,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-md-2___3bYWy {
    padding-top: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-md-2___3xnpH,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-md-2___w77IW {
    padding-right: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-md-2___1mweA,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-md-2___3bYWy {
    padding-bottom: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-md-2___1DlSw,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-md-2___w77IW {
    padding-left: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-md-3___3HIr6 {
    padding: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-md-3___1wuMd,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-md-3___1sjcQ {
    padding-top: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-md-3___1SjFX,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-md-3___1TZvR {
    padding-right: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-md-3___2sZdZ,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-md-3___1sjcQ {
    padding-bottom: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-md-3___wlaH6,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-md-3___1TZvR {
    padding-left: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-md-4___l3AoH {
    padding: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-md-4___utGOO,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-md-4___2o1p7 {
    padding-top: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-md-4___2I0Xa,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-md-4___B4Lg_ {
    padding-right: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-md-4___2bXQd,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-md-4___2o1p7 {
    padding-bottom: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-md-4___bjzv5,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-md-4___B4Lg_ {
    padding-left: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-md-5___XnfGp {
    padding: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-md-5___1qCQ1,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-md-5___8d-aW {
    padding-top: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-md-5___15g9P,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-md-5___2U2g2 {
    padding-right: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-md-5___kjzOu,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-md-5___8d-aW {
    padding-bottom: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-md-5___2wZms,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-md-5___2U2g2 {
    padding-left: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-md-n1___WImYq {
    margin: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-md-n1___1SfcQ,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-n1___Wj2ZK {
    margin-top: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-md-n1___24NkD,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-n1___3dJ0R {
    margin-right: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-md-n1___1CgwK,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-n1___Wj2ZK {
    margin-bottom: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-md-n1___RjcoM,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-n1___3dJ0R {
    margin-left: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-md-n2___1d_CY {
    margin: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-md-n2___3wNmT,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-n2___10XXo {
    margin-top: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-md-n2___1T-8g,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-n2___2yEwE {
    margin-right: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-md-n2___1VdqO,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-n2___10XXo {
    margin-bottom: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-md-n2___35uK_,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-n2___2yEwE {
    margin-left: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-md-n3___1iIH6 {
    margin: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-md-n3___1SYWN,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-n3___27Z7W {
    margin-top: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-md-n3___207r1,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-n3___1deCD {
    margin-right: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-md-n3___38MjO,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-n3___27Z7W {
    margin-bottom: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-md-n3___3RVsv,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-n3___1deCD {
    margin-left: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-md-n4___31OJI {
    margin: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-md-n4___2cNAK,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-n4___17waX {
    margin-top: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-md-n4___wW8LQ,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-n4___MvbUM {
    margin-right: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-md-n4___5vlA7,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-n4___17waX {
    margin-bottom: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-md-n4___3sWpg,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-n4___MvbUM {
    margin-left: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-md-n5___26H5q {
    margin: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-md-n5___1E4_5,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-n5___1rAwq {
    margin-top: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-md-n5___rQ8KC,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-n5___2B38d {
    margin-right: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-md-n5___2W6ga,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-n5___1rAwq {
    margin-bottom: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-md-n5___VMWAk,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-n5___2B38d {
    margin-left: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-md-auto___2aWoH {
    margin: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-md-auto___2qaK4,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-auto___3NJvk {
    margin-top: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-md-auto___iFig-,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-auto___37jGa {
    margin-right: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-md-auto___2DCWa,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-md-auto___3NJvk {
    margin-bottom: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-md-auto___pe1AL,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-md-auto___37jGa {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-lg-0___3tXpC {
    margin: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-lg-0___3lNxD,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-0___wzQMh {
    margin-top: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-lg-0___2AnYb,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-0___26WYG {
    margin-right: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-lg-0___2t9hb,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-0___wzQMh {
    margin-bottom: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-lg-0___16p_Z,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-0___26WYG {
    margin-left: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-lg-1___15YPR {
    margin: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-lg-1___29Qs0,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-1___2POwU {
    margin-top: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-lg-1___3XiOw,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-1___3KrVq {
    margin-right: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-lg-1___acv_p,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-1___2POwU {
    margin-bottom: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-lg-1___3TSix,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-1___3KrVq {
    margin-left: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-lg-2___2QOsD {
    margin: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-lg-2___J5UwO,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-2___23jhs {
    margin-top: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-lg-2___Jf2sF,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-2___2Y1-l {
    margin-right: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-lg-2___QbDQK,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-2___23jhs {
    margin-bottom: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-lg-2___BIEw5,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-2___2Y1-l {
    margin-left: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-lg-3___29w1T {
    margin: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-lg-3___20YjW,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-3___YoJed {
    margin-top: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-lg-3___3jSes,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-3___1J-EB {
    margin-right: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-lg-3___2VYpS,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-3___YoJed {
    margin-bottom: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-lg-3___2Q-V8,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-3___1J-EB {
    margin-left: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-lg-4___SW5UN {
    margin: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-lg-4___IelNo,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-4___7lMKK {
    margin-top: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-lg-4___3WYkF,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-4___38MCm {
    margin-right: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-lg-4___3LyrH,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-4___7lMKK {
    margin-bottom: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-lg-4___1mNmW,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-4___38MCm {
    margin-left: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-lg-5___1-SCf {
    margin: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-lg-5___RVryO,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-5___j60pT {
    margin-top: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-lg-5___1G8PH,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-5___pA5yc {
    margin-right: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-lg-5___zVKM5,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-5___j60pT {
    margin-bottom: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-lg-5___mBgC-,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-5___pA5yc {
    margin-left: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-lg-0___lLivo {
    padding: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-lg-0___2ZRJV,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-lg-0___giejW {
    padding-top: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-lg-0___LybfT,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-lg-0___EiiDr {
    padding-right: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-lg-0___3STEQ,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-lg-0___giejW {
    padding-bottom: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-lg-0___3pNgS,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-lg-0___EiiDr {
    padding-left: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-lg-1___2xyxt {
    padding: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-lg-1___2N1Ui,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-lg-1___1TfCY {
    padding-top: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-lg-1___3cRWh,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-lg-1___142PY {
    padding-right: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-lg-1___2qrAE,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-lg-1___1TfCY {
    padding-bottom: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-lg-1___2CCuv,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-lg-1___142PY {
    padding-left: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-lg-2___24o21 {
    padding: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-lg-2___3tV-B,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-lg-2___11v5A {
    padding-top: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-lg-2___3YY0y,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-lg-2___2AZbB {
    padding-right: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-lg-2___2wwPW,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-lg-2___11v5A {
    padding-bottom: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-lg-2___CqfM5,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-lg-2___2AZbB {
    padding-left: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-lg-3___n6pfx {
    padding: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-lg-3___2BZCd,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-lg-3___3LjH8 {
    padding-top: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-lg-3___1Zfev,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-lg-3___14ZFq {
    padding-right: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-lg-3___WestG,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-lg-3___3LjH8 {
    padding-bottom: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-lg-3___3kH4O,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-lg-3___14ZFq {
    padding-left: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-lg-4___2Iy9E {
    padding: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-lg-4___2YRng,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-lg-4___2CD8h {
    padding-top: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-lg-4___3JXQk,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-lg-4___1VTto {
    padding-right: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-lg-4___QPoSy,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-lg-4___2CD8h {
    padding-bottom: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-lg-4___1RyWY,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-lg-4___1VTto {
    padding-left: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-lg-5___3bb6O {
    padding: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-lg-5___2BLnU,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-lg-5___Zxg45 {
    padding-top: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-lg-5___toE1i,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-lg-5___Ygtri {
    padding-right: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-lg-5___gGB7k,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-lg-5___Zxg45 {
    padding-bottom: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-lg-5___33gKW,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-lg-5___Ygtri {
    padding-left: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-lg-n1___Qhtup {
    margin: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-lg-n1___2J6Zj,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-n1___GKkqB {
    margin-top: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-lg-n1___3iqOt,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-n1___4Wr_F {
    margin-right: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-lg-n1___1ucD3,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-n1___GKkqB {
    margin-bottom: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-lg-n1___3ZBsd,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-n1___4Wr_F {
    margin-left: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-lg-n2___15lHX {
    margin: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-lg-n2___1uQI4,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-n2___2JdZW {
    margin-top: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-lg-n2___3eBDK,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-n2___sD98I {
    margin-right: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-lg-n2___3tjks,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-n2___2JdZW {
    margin-bottom: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-lg-n2___3dqiM,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-n2___sD98I {
    margin-left: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-lg-n3___1wYuq {
    margin: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-lg-n3___Ag7Vn,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-n3___1YgKe {
    margin-top: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-lg-n3___17t-z,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-n3___1OxSg {
    margin-right: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-lg-n3___39Z08,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-n3___1YgKe {
    margin-bottom: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-lg-n3___1kVwK,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-n3___1OxSg {
    margin-left: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-lg-n4___Xg1BZ {
    margin: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-lg-n4___3POU5,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-n4___3Ntw1 {
    margin-top: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-lg-n4___2cKFE,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-n4___1MT00 {
    margin-right: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-lg-n4___2kyLS,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-n4___3Ntw1 {
    margin-bottom: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-lg-n4___gyw4U,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-n4___1MT00 {
    margin-left: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-lg-n5___3MFiz {
    margin: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-lg-n5___NeAuV,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-n5___3kx7_ {
    margin-top: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-lg-n5___1Nccv,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-n5___1xXi- {
    margin-right: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-lg-n5___2gUx6,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-n5___3kx7_ {
    margin-bottom: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-lg-n5___18AzY,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-n5___1xXi- {
    margin-left: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-lg-auto___Zyt2L {
    margin: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-lg-auto___3o-0_,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-auto___2J4tc {
    margin-top: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-lg-auto___JAapT,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-auto___2NXa2 {
    margin-right: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-lg-auto___UZG-a,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-lg-auto___2J4tc {
    margin-bottom: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-lg-auto___24odW,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-lg-auto___2NXa2 {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-xl-0___28lJb {
    margin: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-xl-0___1R0jZ,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-0___1VXjw {
    margin-top: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-xl-0___3LXjL,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-0___rRx-p {
    margin-right: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-xl-0___3q76X,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-0___1VXjw {
    margin-bottom: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-xl-0___35-2v,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-0___rRx-p {
    margin-left: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-xl-1___3Y_bX {
    margin: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-xl-1___GSDP0,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-1___yyjXb {
    margin-top: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-xl-1___BxQeB,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-1___2KHmT {
    margin-right: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-xl-1___1GHUp,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-1___yyjXb {
    margin-bottom: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-xl-1___3SsfM,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-1___2KHmT {
    margin-left: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-xl-2___u6K66 {
    margin: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-xl-2___3tnVF,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-2___2NdXV {
    margin-top: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-xl-2___3Dww9,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-2___3zKk0 {
    margin-right: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-xl-2___2caDt,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-2___2NdXV {
    margin-bottom: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-xl-2___2v4t6,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-2___3zKk0 {
    margin-left: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-xl-3___3_zHR {
    margin: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-xl-3___3TQ6b,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-3____sl5y {
    margin-top: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-xl-3___3elTK,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-3___3claQ {
    margin-right: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-xl-3___2PnH0,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-3____sl5y {
    margin-bottom: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-xl-3___ZLXiw,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-3___3claQ {
    margin-left: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-xl-4___LjEUX {
    margin: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-xl-4___2-xAs,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-4___1bUeq {
    margin-top: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-xl-4___JD8CY,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-4___28mDA {
    margin-right: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-xl-4___66zQL,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-4___1bUeq {
    margin-bottom: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-xl-4___pu3g3,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-4___28mDA {
    margin-left: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-xl-5___1mW9h {
    margin: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-xl-5___16vlD,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-5___2b5-x {
    margin-top: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-xl-5___2RU7X,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-5___3LIjS {
    margin-right: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-xl-5___byw9-,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-5___2b5-x {
    margin-bottom: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-xl-5___2mhXe,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-5___3LIjS {
    margin-left: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-xl-0___twSJZ {
    padding: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-xl-0___dmXSn,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-xl-0___11au2 {
    padding-top: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-xl-0___1g5_4,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-xl-0___wBm2W {
    padding-right: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-xl-0___18PhJ,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-xl-0___11au2 {
    padding-bottom: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-xl-0___1LU5Z,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-xl-0___wBm2W {
    padding-left: 0 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-xl-1___3nQTW {
    padding: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-xl-1___3U8jR,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-xl-1___3XrZ_ {
    padding-top: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-xl-1___3HnUe,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-xl-1___2y2zx {
    padding-right: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-xl-1___BbnoB,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-xl-1___3XrZ_ {
    padding-bottom: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-xl-1___3vnoI,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-xl-1___2y2zx {
    padding-left: 0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-xl-2___ULiUO {
    padding: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-xl-2___1KOfF,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-xl-2___3o3lH {
    padding-top: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-xl-2___R8r7R,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-xl-2___35yk2 {
    padding-right: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-xl-2___1Awea,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-xl-2___3o3lH {
    padding-bottom: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-xl-2___9uYCg,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-xl-2___35yk2 {
    padding-left: 0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-xl-3___y0LpV {
    padding: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-xl-3___cknDO,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-xl-3___XpBrq {
    padding-top: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-xl-3___1yZ9I,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-xl-3___23SiR {
    padding-right: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-xl-3___3zfII,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-xl-3___XpBrq {
    padding-bottom: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-xl-3___2DX2U,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-xl-3___23SiR {
    padding-left: 1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-xl-4___2YJyb {
    padding: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-xl-4___2s3iP,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-xl-4___27KV2 {
    padding-top: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-xl-4___1mOVR,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-xl-4___1y_ah {
    padding-right: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-xl-4___1iKp-,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-xl-4___27KV2 {
    padding-bottom: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-xl-4___1IRG1,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-xl-4___1y_ah {
    padding-left: 1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__p-xl-5___1CR64 {
    padding: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pt-xl-5___1iYHf,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-xl-5___5qauW {
    padding-top: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pr-xl-5___FXlDq,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-xl-5___1yvy5 {
    padding-right: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pb-xl-5___1oY2t,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__py-xl-5___5qauW {
    padding-bottom: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__pl-xl-5___3ZynD,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__px-xl-5___1yvy5 {
    padding-left: 3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-xl-n1___1TLKK {
    margin: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-xl-n1___26sPo,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-n1___28Nit {
    margin-top: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-xl-n1___1zo7r,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-n1___zSybr {
    margin-right: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-xl-n1___189ng,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-n1___28Nit {
    margin-bottom: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-xl-n1___37jaa,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-n1___zSybr {
    margin-left: -0.25rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-xl-n2___Ns1B8 {
    margin: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-xl-n2___2HWNF,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-n2___15Zcm {
    margin-top: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-xl-n2___2mFws,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-n2___2JFgZ {
    margin-right: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-xl-n2___1vtTO,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-n2___15Zcm {
    margin-bottom: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-xl-n2___1PvQ9,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-n2___2JFgZ {
    margin-left: -0.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-xl-n3___1-FeR {
    margin: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-xl-n3___h2L__,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-n3___3Tvk2 {
    margin-top: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-xl-n3___1sFBL,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-n3___vko7m {
    margin-right: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-xl-n3___1NOLY,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-n3___3Tvk2 {
    margin-bottom: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-xl-n3___1g_6R,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-n3___vko7m {
    margin-left: -1rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-xl-n4___19CQw {
    margin: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-xl-n4___1fD81,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-n4___eggvY {
    margin-top: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-xl-n4___1tVlu,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-n4___15084 {
    margin-right: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-xl-n4___2FIly,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-n4___eggvY {
    margin-bottom: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-xl-n4___16en4,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-n4___15084 {
    margin-left: -1.5rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-xl-n5____OTqs {
    margin: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-xl-n5___2z-GQ,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-n5___3NjXc {
    margin-top: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-xl-n5___3-ieY,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-n5___276_C {
    margin-right: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-xl-n5___3BUyc,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-n5___3NjXc {
    margin-bottom: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-xl-n5___2Y9L6,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-n5___276_C {
    margin-left: -3rem !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__m-xl-auto___1a_Ol {
    margin: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mt-xl-auto___2TQEB,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-auto___1Wd-U {
    margin-top: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mr-xl-auto___mSPom,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-auto___H2rT2 {
    margin-right: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mb-xl-auto___3aFSX,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__my-xl-auto___1Wd-U {
    margin-bottom: auto !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__ml-xl-auto___1BIUh,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__mx-xl-auto___H2rT2 {
    margin-left: auto !important;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__stretched-link___3hDcI::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-monospace___3IW5- {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-justify___2xjKh {
  text-align: justify !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-wrap___t0CTe {
  white-space: normal !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-nowrap___3ltNU {
  white-space: nowrap !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-truncate___3Jud5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-left___JjpRS {
  text-align: left !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-right___2l4aD {
  text-align: right !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-center___1ZXHX {
  text-align: center !important;
}

@media (min-width: 576px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-sm-left___nMO5_ {
    text-align: left !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-sm-right___3BF-k {
    text-align: right !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-sm-center___caBIa {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-md-left___1y9t- {
    text-align: left !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-md-right___Kg-sw {
    text-align: right !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-md-center___1mqyF {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-lg-left___2uJ6f {
    text-align: left !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-lg-right___LRhw2 {
    text-align: right !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-lg-center___2wzRk {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-xl-left___1bBzu {
    text-align: left !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-xl-right___2aiRj {
    text-align: right !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-xl-center___-Jiri {
    text-align: center !important;
  }
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-lowercase___o3bbk {
  text-transform: lowercase !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-uppercase___qoZsE {
  text-transform: uppercase !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-capitalize___1FNqA {
  text-transform: capitalize !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__font-weight-light___1fTiM {
  font-weight: 300 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__font-weight-lighter___143gS {
  font-weight: lighter !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__font-weight-normal___3MVb8 {
  font-weight: 400 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__font-weight-bold___2n9UW {
  font-weight: 700 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__font-weight-bolder___1sGQG {
  font-weight: bolder !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__font-italic___W9IRq {
  font-style: italic !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-white___3-L14 {
  color: #fff !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-primary___1LnER {
  color: #007bff !important;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-primary___1LnER:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-primary___1LnER:focus {
  color: #0056b3 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-secondary___2QcKb {
  color: #6c757d !important;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-secondary___2QcKb:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-secondary___2QcKb:focus {
  color: #494f54 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-success___3nub1 {
  color: #28a745 !important;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-success___3nub1:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-success___3nub1:focus {
  color: #19692c !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-info___1yFR8 {
  color: #17a2b8 !important;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-info___1yFR8:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-info___1yFR8:focus {
  color: #0f6674 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-warning___2ggMo {
  color: #ffc107 !important;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-warning___2ggMo:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-warning___2ggMo:focus {
  color: #ba8b00 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-danger___TopfO {
  color: #dc3545 !important;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-danger___TopfO:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-danger___TopfO:focus {
  color: #a71d2a !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-light___2PMPZ {
  color: #f8f9fa !important;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-light___2PMPZ:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-light___2PMPZ:focus {
  color: #cbd3da !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-dark____6A3w {
  color: #343a40 !important;
}

a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-dark____6A3w:hover, a._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-dark____6A3w:focus {
  color: #121416 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-body___1uJP1 {
  color: #212529 !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-muted___NUB0I {
  color: #6c757d !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-black-50___2pKly {
  color: rgba(0, 0, 0, 0.5) !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-white-50___xNUq8 {
  color: rgba(255, 255, 255, 0.5) !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-hide___6DTl8 {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-decoration-none___O_-Wu {
  text-decoration: none !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-break___gi-k5 {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__text-reset___6uxxq {
  color: inherit !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__visible___1PX1i {
  visibility: visible !important;
}

._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__invisible___20Fif {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__btn___sBtNY) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__container___2FEgs {
    min-width: 992px !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__navbar___mXp6X {
    display: none;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__badge___1nG3O {
    border: 1px solid #000;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table___13dWl {
    border-collapse: collapse !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table___13dWl td,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table___13dWl th {
    background-color: #fff !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-bordered___3uAkO th,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-bordered___3uAkO td {
    border: 1px solid #dee2e6 !important;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q {
    color: inherit;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q th,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q td,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q thead th,
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table-dark___1FV_Q tbody + tbody {
    border-color: #dee2e6;
  }
  ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__table___13dWl ._-_-insync-stageplayer-node_modules-bootstrap-dist-css-___bootstrap__thead-dark___35vxv th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*# sourceMappingURL=vendors~main.css.map*/