@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,100italic,300italic");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@600;700&family=Poppins:wght@500;600;700&display=swap");
@import "../css/fontawesome-all.min.css";
@media screen and (max-width: 1280px) {
  #page-wrapper {
    width: 100% !important;
  }
}
@media screen and (min-width: 981px) {
  #page-wrapper {
    width: 1110px;
    padding: 0 2rem;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1280px) {
  .content {
    width: 100% !important;
  }
}
@media screen and (min-width: 981px) {
  .content {
    width: 1110px;
  }
}

.plr-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

ul.plr-1 {
  padding-left: 2rem;
}

.d-block {
  display: block;
}

.align-center {
  display: flex;
  justify-content: space-around;
}

.w-100 {
  width: 100%;
}

.hr, .hr-1 {
  background-color: rgb(134, 227, 235);
  height: 1px;
}

.hr-2 {
  background-color: rgb(134, 227, 235);
  height: 2px;
}

.hr-3 {
  background-color: rgb(134, 227, 235);
  height: 3px;
}

.hr-4 {
  background-color: rgb(134, 227, 235);
  height: 4px;
}

.d-grid {
  display: grid;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.align-items-center {
  align-items: center;
}

.center-vertical {
  display: grid;
  align-items: center;
}

.image.fit img {
  width: 100%;
}

.text-standart {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

h3, #video-examples .h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 24px;
  color: #ffffff;
}

.video-block {
  width: 100%;
}

#player {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .align-items-center-medium {
    align-items: center;
  }
  .mr-1-medium {
    padding-right: 1rem !important;
  }
  .grid-jc-medium {
    justify-items: center;
  }
  .o1-medium {
    order: -1;
  }
  .h6-medium {
    height: 6rem;
  }
  .text-center-medium {
    text-align: center;
  }
  .image.fit, .video-block {
    padding: 0 1rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 736px) {
  .o1-small {
    order: -1;
  }
}
#logo, .logo {
  text-align: center;
  font-family: "Open Sans";
  transform: translateY(-0.3em);
  color: rgb(134, 227, 235);
}
#logo b, .logo b {
  color: rgb(134, 227, 235);
}
#logo sub, .logo sub {
  font-size: 1em;
  vertical-align: unset;
  transform: translate(-0.1em, 0.6em);
  display: inline-block;
  width: 0.4em;
  color: white;
}

@media screen and (max-width: 1280px) {
  #page-wrapper {
    width: 100% !important;
  }
}
@media screen and (min-width: 981px) {
  #page-wrapper {
    width: 1110px;
    padding: 0 2rem;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1280px) {
  .content {
    width: 100% !important;
  }
}
@media screen and (min-width: 981px) {
  .content {
    width: 1110px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
}
.row > * {
  box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
  margin-bottom: 0;
}
.row.aln-left {
  justify-content: flex-start;
}
.row.aln-center {
  justify-content: center;
}
.row.aln-right {
  justify-content: flex-end;
}
.row.aln-top {
  align-items: flex-start;
}
.row.aln-middle {
  align-items: center;
}
.row.aln-bottom {
  align-items: flex-end;
}
.row > .imp {
  order: -1;
}
.row > .col-1 {
  width: 8.3333333333%;
}
.row > .off-1 {
  margin-left: 8.3333333333%;
}
.row > .col-2 {
  width: 16.6666666667%;
}
.row > .off-2 {
  margin-left: 16.6666666667%;
}
.row > .col-3 {
  width: 25%;
}
.row > .off-3 {
  margin-left: 25%;
}
.row > .col-4 {
  width: 33.3333333333%;
}
.row > .off-4 {
  margin-left: 33.3333333333%;
}
.row > .col-5 {
  width: 41.6666666667%;
}
.row > .off-5 {
  margin-left: 41.6666666667%;
}
.row > .col-6 {
  width: 50%;
}
.row > .off-6 {
  margin-left: 50%;
}
.row > .col-7 {
  width: 58.3333333333%;
}
.row > .off-7 {
  margin-left: 58.3333333333%;
}
.row > .col-8 {
  width: 66.6666666667%;
}
.row > .off-8 {
  margin-left: 66.6666666667%;
}
.row > .col-9 {
  width: 75%;
}
.row > .off-9 {
  margin-left: 75%;
}
.row > .col-10 {
  width: 83.3333333333%;
}
.row > .off-10 {
  margin-left: 83.3333333333%;
}
.row > .col-11 {
  width: 91.6666666667%;
}
.row > .off-11 {
  margin-left: 91.6666666667%;
}
.row > .col-12 {
  width: 100%;
}
.row > .off-12 {
  margin-left: 100%;
}
.row.gtr-0 {
  margin-top: 0;
  margin-left: 0em;
}
.row.gtr-0 > * {
  padding: 0 0 0 0em;
}
.row.gtr-0.gtr-uniform {
  margin-top: 0em;
}
.row.gtr-0.gtr-uniform > * {
  padding-top: 0em;
}
.row.gtr-25 {
  margin-top: 0;
  margin-left: -0.625em;
}
.row.gtr-25 > * {
  padding: 0 0 0 0.625em;
}
.row.gtr-25.gtr-uniform {
  margin-top: -0.625em;
}
.row.gtr-25.gtr-uniform > * {
  padding-top: 0.625em;
}
.row.gtr-50 {
  margin-top: 0;
  margin-left: -1.25em;
}
.row.gtr-50 > * {
  padding: 0 0 0 1.25em;
}
.row.gtr-50.gtr-uniform {
  margin-top: -1.25em;
}
.row.gtr-50.gtr-uniform > * {
  padding-top: 1.25em;
}
.row {
  margin-top: 0;
  margin-left: -2.5em;
}
.row > * {
  padding: 0 0 0 2.5em;
}
.row.gtr-uniform {
  margin-top: -2.5em;
}
.row.gtr-uniform > * {
  padding-top: 2.5em;
}
.row.gtr-150 {
  margin-top: 0;
  margin-left: -3.75em;
}
.row.gtr-150 > * {
  padding: 0 0 0 3.75em;
}
.row.gtr-150.gtr-uniform {
  margin-top: -3.75em;
}
.row.gtr-150.gtr-uniform > * {
  padding-top: 3.75em;
}
.row.gtr-200 {
  margin-top: 0;
  margin-left: -5em;
}
.row.gtr-200 > * {
  padding: 0 0 0 5em;
}
.row.gtr-200.gtr-uniform {
  margin-top: -5em;
}
.row.gtr-200.gtr-uniform > * {
  padding-top: 5em;
}
@media screen and (max-width: 1680px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-xlarge {
    order: -1;
  }
  .row > .col-1-xlarge {
    width: 8.3333333333%;
  }
  .row > .off-1-xlarge {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-xlarge {
    width: 16.6666666667%;
  }
  .row > .off-2-xlarge {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-xlarge {
    width: 25%;
  }
  .row > .off-3-xlarge {
    margin-left: 25%;
  }
  .row > .col-4-xlarge {
    width: 33.3333333333%;
  }
  .row > .off-4-xlarge {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-xlarge {
    width: 41.6666666667%;
  }
  .row > .off-5-xlarge {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-xlarge {
    width: 50%;
  }
  .row > .off-6-xlarge {
    margin-left: 50%;
  }
  .row > .col-7-xlarge {
    width: 58.3333333333%;
  }
  .row > .off-7-xlarge {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-xlarge {
    width: 66.6666666667%;
  }
  .row > .off-8-xlarge {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-xlarge {
    width: 75%;
  }
  .row > .off-9-xlarge {
    margin-left: 75%;
  }
  .row > .col-10-xlarge {
    width: 83.3333333333%;
  }
  .row > .off-10-xlarge {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-xlarge {
    width: 91.6666666667%;
  }
  .row > .off-11-xlarge {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-xlarge {
    width: 100%;
  }
  .row > .off-12-xlarge {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.625em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.625em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.625em;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.625em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1.25em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1.25em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -1.25em;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 1.25em;
  }
  .row {
    margin-top: 0;
    margin-left: -2.5em;
  }
  .row > * {
    padding: 0 0 0 2.5em;
  }
  .row.gtr-uniform {
    margin-top: -2.5em;
  }
  .row.gtr-uniform > * {
    padding-top: 2.5em;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3.75em;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3.75em;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -3.75em;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 3.75em;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -5em;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 5em;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -5em;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 5em;
  }
}
@media screen and (max-width: 1280px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-large {
    order: -1;
  }
  .row > .col-1-large {
    width: 8.3333333333%;
  }
  .row > .off-1-large {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-large {
    width: 16.6666666667%;
  }
  .row > .off-2-large {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-large {
    width: 25%;
  }
  .row > .off-3-large {
    margin-left: 25%;
  }
  .row > .col-4-large {
    width: 33.3333333333%;
  }
  .row > .off-4-large {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-large {
    width: 41.6666666667%;
  }
  .row > .off-5-large {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-large {
    width: 50%;
  }
  .row > .off-6-large {
    margin-left: 50%;
  }
  .row > .col-7-large {
    width: 58.3333333333%;
  }
  .row > .off-7-large {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-large {
    width: 66.6666666667%;
  }
  .row > .off-8-large {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-large {
    width: 75%;
  }
  .row > .off-9-large {
    margin-left: 75%;
  }
  .row > .col-10-large {
    width: 83.3333333333%;
  }
  .row > .off-10-large {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-large {
    width: 91.6666666667%;
  }
  .row > .off-11-large {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-large {
    width: 100%;
  }
  .row > .off-12-large {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.625em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.625em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.625em;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.625em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1.25em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1.25em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -1.25em;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 1.25em;
  }
  .row {
    margin-top: 0;
    margin-left: -2.5em;
  }
  .row > * {
    padding: 0 0 0 2.5em;
  }
  .row.gtr-uniform {
    margin-top: -2.5em;
  }
  .row.gtr-uniform > * {
    padding-top: 2.5em;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3.75em;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3.75em;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -3.75em;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 3.75em;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -5em;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 5em;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -5em;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 5em;
  }
}
@media screen and (max-width: 980px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-medium {
    order: -1;
  }
  .row > .col-1-medium {
    width: 8.3333333333%;
  }
  .row > .off-1-medium {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-medium {
    width: 16.6666666667%;
  }
  .row > .off-2-medium {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-medium {
    width: 25%;
  }
  .row > .off-3-medium {
    margin-left: 25%;
  }
  .row > .col-4-medium {
    width: 33.3333333333%;
  }
  .row > .off-4-medium {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-medium {
    width: 41.6666666667%;
  }
  .row > .off-5-medium {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-medium {
    width: 50%;
  }
  .row > .off-6-medium {
    margin-left: 50%;
  }
  .row > .col-7-medium {
    width: 58.3333333333%;
  }
  .row > .off-7-medium {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-medium {
    width: 66.6666666667%;
  }
  .row > .off-8-medium {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-medium {
    width: 75%;
  }
  .row > .off-9-medium {
    margin-left: 75%;
  }
  .row > .col-10-medium {
    width: 83.3333333333%;
  }
  .row > .off-10-medium {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-medium {
    width: 91.6666666667%;
  }
  .row > .off-11-medium {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-medium {
    width: 100%;
  }
  .row > .off-12-medium {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.625em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.625em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.625em;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.625em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1.25em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1.25em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -1.25em;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 1.25em;
  }
  .row {
    margin-top: 0;
    margin-left: -2.5em;
  }
  .row > * {
    padding: 0 0 0 2.5em;
  }
  .row.gtr-uniform {
    margin-top: -2.5em;
  }
  .row.gtr-uniform > * {
    padding-top: 2.5em;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3.75em;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3.75em;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -3.75em;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 3.75em;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -5em;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 5em;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -5em;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 5em;
  }
}
@media screen and (max-width: 736px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-small {
    order: -1;
  }
  .row > .col-1-small {
    width: 8.3333333333%;
  }
  .row > .off-1-small {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-small {
    width: 16.6666666667%;
  }
  .row > .off-2-small {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-small {
    width: 25%;
  }
  .row > .off-3-small {
    margin-left: 25%;
  }
  .row > .col-4-small {
    width: 33.3333333333%;
  }
  .row > .off-4-small {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-small {
    width: 41.6666666667%;
  }
  .row > .off-5-small {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-small {
    width: 50%;
  }
  .row > .off-6-small {
    margin-left: 50%;
  }
  .row > .col-7-small {
    width: 58.3333333333%;
  }
  .row > .off-7-small {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-small {
    width: 66.6666666667%;
  }
  .row > .off-8-small {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-small {
    width: 75%;
  }
  .row > .off-9-small {
    margin-left: 75%;
  }
  .row > .col-10-small {
    width: 83.3333333333%;
  }
  .row > .off-10-small {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-small {
    width: 91.6666666667%;
  }
  .row > .off-11-small {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-small {
    width: 100%;
  }
  .row > .off-12-small {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.625em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.625em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.625em;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.625em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1.25em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1.25em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -1.25em;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 1.25em;
  }
  .row {
    margin-top: 0;
    margin-left: -2.5em;
  }
  .row > * {
    padding: 0 0 0 2.5em;
  }
  .row.gtr-uniform {
    margin-top: -2.5em;
  }
  .row.gtr-uniform > * {
    padding-top: 2.5em;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3.75em;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3.75em;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -3.75em;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 3.75em;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -5em;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 5em;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -5em;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 5em;
  }
}
@media screen and (max-width: 480px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-xsmall {
    order: -1;
  }
  .row > .col-1-xsmall {
    width: 8.3333333333%;
  }
  .row > .off-1-xsmall {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-xsmall {
    width: 16.6666666667%;
  }
  .row > .off-2-xsmall {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-xsmall {
    width: 25%;
  }
  .row > .off-3-xsmall {
    margin-left: 25%;
  }
  .row > .col-4-xsmall {
    width: 33.3333333333%;
  }
  .row > .off-4-xsmall {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-xsmall {
    width: 41.6666666667%;
  }
  .row > .off-5-xsmall {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-xsmall {
    width: 50%;
  }
  .row > .off-6-xsmall {
    margin-left: 50%;
  }
  .row > .col-7-xsmall {
    width: 58.3333333333%;
  }
  .row > .off-7-xsmall {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-xsmall {
    width: 66.6666666667%;
  }
  .row > .off-8-xsmall {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-xsmall {
    width: 75%;
  }
  .row > .off-9-xsmall {
    margin-left: 75%;
  }
  .row > .col-10-xsmall {
    width: 83.3333333333%;
  }
  .row > .off-10-xsmall {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-xsmall {
    width: 91.6666666667%;
  }
  .row > .off-11-xsmall {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-xsmall {
    width: 100%;
  }
  .row > .off-12-xsmall {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.625em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.625em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.625em;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.625em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1.25em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1.25em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -1.25em;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 1.25em;
  }
  .row {
    margin-top: 0;
    margin-left: -2.5em;
  }
  .row > * {
    padding: 0 0 0 2.5em;
  }
  .row.gtr-uniform {
    margin-top: -2.5em;
  }
  .row.gtr-uniform > * {
    padding-top: 2.5em;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3.75em;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3.75em;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -3.75em;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 3.75em;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -5em;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 5em;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -5em;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 5em;
  }
}

a:visited {
  text-decoration: none;
  color: white;
}

a, a:visited {
  font-family: "Montserrat";
}

* {
  font-family: "Montserrat";
}

@media screen and (max-width: 1280px) {
  #page-wrapper {
    width: 100% !important;
  }
}
@media screen and (min-width: 981px) {
  #page-wrapper {
    width: 1110px;
    padding: 0 2rem;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1280px) {
  .content {
    width: 100% !important;
  }
}
@media screen and (min-width: 981px) {
  .content {
    width: 1110px;
  }
}

.standart-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
}

a {
  text-decoration: none;
  color: white;
}

#chooose-sections {
  justify-items: center;
  font-size: 32px;
  align-items: center;
  color: rgb(134, 227, 235) !important;
}

@media screen and (max-width: 980px) {
  .service #first_section, .service #second_sectio, .service .all_rest {
    padding: 20px;
    box-sizing: border-box !important;
  }
  #flag.ggg > div > .row {
    margin: 0;
  }
  #flag.ggg > div > .row > div {
    padding: 0;
  }
  #flag.ggg > div > .row > p {
    padding: 0;
  }
  #chooose-sections {
    margin: 0;
  }
  #chooose-sections > * {
    padding: 0;
  }
  section#flag {
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
  }
}
nav ul {
  list-style-type: none;
}

section {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
section > header {
  margin-bottom: 2rem;
  color: white;
}
section h2, section #video-examples .h2, #video-examples section .h2 {
  color: white;
  margin: 0;
  margin-bottom: 1rem;
}

.button1 {
  border: 2px solid rgb(0, 123, 255);
  padding: 6px 20px;
  border-radius: 0.25rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  margin-top: 1rem;
  box-sizing: border-box;
}

.button2 {
  background: rgb(0, 123, 255);
  border-radius: 0.25rem;
  padding: 10px 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  width: -moz-max-content;
  width: max-content;
}

.card-holder {
  text-align: center;
  vertical-align: top;
}

.card {
  width: calc(30% - 3.5rem);
  height: 130px;
  margin: 0.5rem;
  display: inline-grid;
  border: 2px solid rgb(134, 227, 235);
  border-radius: 12px;
  padding: 1rem 2rem;
  justify-items: center;
  vertical-align: top;
  grid-template-rows: 3rem 1fr;
}
@media screen and (max-width: 980px) {
  .card {
    width: calc(100vw - 7rem);
  }
}
.card header {
  display: grid;
  grid-template-columns: auto 1fr;
  color: #ffffff;
  padding-bottom: 0.5rem;
  align-self: center;
  grid-gap: 0.5rem;
  width: -moz-max-content;
  width: max-content;
}
.card header .icon {
  text-align: center;
  align-items: center;
  display: grid;
}
.card header h3, .card header #video-examples .h3, #video-examples .card header .h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0;
  max-width: 14rem;
}
.card p {
  padding-top: 0.5rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  align-self: start;
  color: #ffffff;
}

p {
  padding: 0;
  margin: 0;
}

h2, #video-examples .h2 {
  margin: 1rem;
}

#four .button2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.get h3, .get #video-examples .h3, #video-examples .get .h3 {
  font-size: 26px;
}
.get p {
  font-size: 18px;
}
.get .button2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
ul {
  list-style: disclosure-closed;
}
ul li::marker {
  color: rgb(134, 227, 235);
}

@media screen and (max-width: 980px) {
  .products > * {
    box-sizing: content-box;
    width: 100vw;
  }
}
@media screen and (max-width: 980px) {
  .products .smalls {
    max-width: calc(100vw - 0.5rem);
    padding-left: 1rem;
    box-sizing: border-box;
    padding-right: 1rem;
  }
}
.products .major p {
  margin-top: 1rem;
  font-size: 1.2rem;
}
.products .card {
  height: 80px;
}
.products .card.highlight {
  background-color: rgb(35, 92, 121);
}
@media screen and (max-width: 980px) {
  .products .card {
    height: -moz-max-content;
    height: max-content;
  }
}
.products #sidebar p {
  font-size: 16px;
  font-weight: 400;
}
.products #two {
  margin-top: 4rem;
}
@media screen and (max-width: 980px) {
  .products #two {
    box-sizing: content-box;
    width: 100vw;
  }
}
.products #two li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.products .button-host {
  margin-top: 0.75rem;
}

#tech .card {
  height: 180px;
}

.card-holder-2 section {
  display: grid;
  grid-template-rows: auto auto 1fr;
  justify-items: center;
  margin: 0;
  padding: 1rem;
  /*.icon {
    align-self: end;
    height: 51px;
    width: 51px;
    svg {
      height: 51px;
      width: 51px;
    }
  }*/
}
.card-holder-2 section .md-logo {
  margin-top: 1rem;
}
.card-holder-2 section .num {
  color: rgb(134, 227, 235);
}
.card-holder-2 section h3, .card-holder-2 section #video-examples .h3, #video-examples .card-holder-2 section .h3, .card-holder-2 section p {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin: 0;
  color: #ffffff;
}
.card-holder-2 section p {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
}
@media screen and (min-width: 981px) {
  .card-holder-2 {
    display: grid;
    grid-template-columns: 1fr 1rem 1fr 1rem 1fr;
  }
  .card-holder-2:before, .card-holder-2:after {
    content: "";
    grid-row-start: 1;
    grid-row-end: -8;
    width: 3px;
    background-color: rgba(32, 250, 250, 0.3);
    box-shadow: 0px 10px 32px rgba(0, 179, 236, 0.25);
    justify-self: center;
    align-self: center;
    height: calc(100% - 1rem);
  }
  .card-holder-2:before {
    grid-column: 2;
  }
  .card-holder-2::after {
    grid-column: 4;
  }
}

#banner {
  margin-top: 0;
}
@media screen and (min-width: 981px) {
  #banner .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media screen and (max-width: 980px) {
  #banner .content {
    position: relative;
  }
  #banner .content header {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 1rem;
    text-align: center;
    margin: auto 0;
    transform: translateY(-50%);
    text-align: center;
  }
  #banner .content #logo {
    display: none;
  }
}
#banner .content header {
  display: grid;
  justify-items: start;
}
#banner .content header #logo {
  font-size: 58px;
  line-height: 79px;
  text-align: center;
}
@media screen and (min-width: 981px) {
  #banner .content header {
    text-align: left;
  }
}
#banner .content header div {
  display: grid;
  grid-gap: 2rem;
}
#banner .content .image {
  max-width: 100%;
}
#banner .content .image img {
  width: 100%;
}
#banner .content p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 54px;
  padding: 0;
  margin: 0;
  color: #ffffff;
}

header.major h2, header.major #video-examples .h2, #video-examples header.major .h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
}
header.major p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}

html {
  background-color: rgb(3, 32, 63);
}

body {
  display: grid;
  justify-items: center;
  margin: 0;
  padding: 0;
}

p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.logo-tech {
  height: 10rem;
  display: inline-block;
}

.logo-tech svg {
  height: 100%;
}

.logo-tech {
  border: solid 1px #00b3ec;
  padding: 1rem;
  border-radius: 1rem;
  width: 10rem;
}

.algo-host span {
  margin-bottom: 0.5em !important;
}

.algo-host section {
  margin-bottom: 0.75em !important;
}

.first-about header h2, .first-about header #video-examples .h2, #video-examples .first-about header .h2 {
  margin-bottom: 0;
}

#approach h3, #approach #video-examples .h3, #video-examples #approach .h3 {
  color: #00b3ec;
}
#approach .row {
  margin-bottom: 2rem;
}
#approach .row p {
  padding-left: 1rem;
  padding-right: 1rem;
}

#motivation h3, #motivation #video-examples .h3, #video-examples #motivation .h3 {
  color: white;
}
#motivation p {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (max-width: 736px) {
  .butoons-buttons {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-rows: 1fr 1px 1fr;
  }
}
@media screen and (max-width: 980px) {
  .get-host {
    margin-top: 1.5rem;
    display: grid;
    align-items: center;
    justify-items: center;
  }
  #fresh-start #sidebar section {
    padding: 0 1rem;
  }
  #request {
    padding: 1rem;
  }
  .p1-medium {
    padding-left: 5rem !important;
    padding-right: 1rem !important;
  }
  #support #content {
    padding: 1rem;
  }
  #support #sidebar {
    padding: 1rem;
  }
  #faq .container {
    padding: 1rem;
  }
}
#press #sidebar {
  padding: 1rem;
}

#contacts .card {
  height: 5rem;
  width: calc(100% - 5rem);
}
#contacts .card a {
  color: white;
}
#contacts section {
  display: grid;
  align-items: center;
}
#contacts section img {
  width: 100%;
}

#algo p {
  padding: 1rem;
}

.mission {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem;
}
.mission header {
  margin: 0 !important;
}
.mission header h2, .mission header #video-examples .h2, #video-examples .mission header .h2 {
  margin: 0 !important;
}

.container-carousel {
  position: relative;
  /* Slideshow container */
  /* Slides */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* The dot/bullet/indicator container */
  /* The dots/bullets/indicators */
  /* Add a background color to the active dot/circle */
  /* Add an italic font style to all quotes */
  /* Add a blue color to the author */
}
@media screen and (max-width: 980px) {
  .container-carousel {
    box-sizing: content-box;
    width: 100vw;
  }
}
.container-carousel .mySlides h3, .container-carousel .mySlides #video-examples .h3, #video-examples .container-carousel .mySlides .h3 {
  border-bottom: 1px solid rgb(134, 227, 235);
  font-size: 16px;
  font-weight: 400;
}
.container-carousel > div {
  overflow-x: hidden;
}
.container-carousel .slideshow-container {
  position: relative;
  background: transparent;
  width: -moz-max-content;
  width: max-content;
  display: flex;
}
.container-carousel .mySlides {
  display: inline-block;
  padding: 20px;
  text-align: center;
  border: 2px solid rgb(134, 227, 235);
  border-radius: 12px;
  min-height: 24rem;
  max-height: 24rem;
  max-width: min(15rem, 60vw);
  margin-right: 20px;
  filter: drop-shadow(0px 10px 32px #00b3ec);
}
.container-carousel .mySlides div {
  padding-top: 0.5rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  align-self: start;
  color: #ffffff;
}
.container-carousel .mySlides h3, .container-carousel .mySlides #video-examples .h3, #video-examples .container-carousel .mySlides .h3 {
  min-height: 5rem;
}
.container-carousel .prev, .container-carousel .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.container-carousel .prev {
  left: 0;
}
.container-carousel .next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}
.container-carousel .prev:hover, .container-carousel .next:hover {
  background-color: rgba(0, 0, 0, 0.055);
  color: white;
}
.container-carousel .dot-container {
  text-align: center;
  padding: 20px;
}
.container-carousel .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.container-carousel .active, .container-carousel .dot:hover {
  background-color: #717171;
}
.container-carousel q {
  font-style: italic;
}
.container-carousel .author {
  color: cornflowerblue;
}

.ineedthatclass {
  --mask: linear-gradient(90deg, rgba(255, 255, 0, 0) 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 85%, rgba(238, 130, 238, 0) 100%)
   100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  max-width: calc(85vw - 1rem);
  margin: auto;
}

#video-examples {
  /*!
   * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
   * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
   * Copyright 2022 Fonticons, Inc.
   */
  /*!rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /*!rtl:begin:ignore*/
  /*!rtl:end:ignore*/
  /*!rtl:begin:ignore*/
  /*!rtl:end:ignore*/
  /*!rtl:options:{
    "autoRename": true,
    "stringMap":[ {
      "name"    : "prev-next",
      "search"  : "prev",
      "replace" : "next"
    } ]
  } */
  /*!rtl:begin:ignore*/
  /*!rtl:end:ignore*/
  /*!rtl:begin:ignore*/
  /*!rtl:end:ignore*/
  /* Numeric */
  /* Background colors */
  /* Background attachment */
  /* Overflow */
  /* Tables */
  /*!rtl:begin:remove*/
  /*!rtl:end:remove*/
  /* Numeric */
  /* Background colors */
  /* Background attachment */
  /* Overflow */
  /* Tables */
  /*!
   * # Semantic UI 2.4.2 - Flag
   * http://github.com/semantic-org/semantic-ui/
   *
   *
   * Released under the MIT license
   * http://opensource.org/licenses/MIT
   *
   */
  /*******************************
               Flag
  *******************************/
  /* Sprite */
  /*******************************
           Site Overrides
  *******************************/
}
@media screen and (max-width: 980px) {
  #video-examples {
    padding-right: 40px;
    padding-left: 40px;
    width: 100vw;
    box-sizing: border-box;
  }
}
#video-examples .carousel-control-prev {
  transform: translateX(-100%);
}
#video-examples .carousel-control-next {
  transform: translateX(100%);
}
#video-examples .fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
#video-examples .fa, #video-examples .fa-brands, #video-examples .fa-classic, #video-examples .fa-regular, #video-examples .fa-sharp, #video-examples .fa-solid, #video-examples .fab, #video-examples .far, #video-examples .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
#video-examples .fa-classic, #video-examples .fa-regular, #video-examples .fa-solid, #video-examples .far, #video-examples .fas {
  font-family: "Font Awesome 6 Free";
}
#video-examples .fa-brands, #video-examples .fab {
  font-family: "Font Awesome 6 Brands";
}
#video-examples .fa-1x {
  font-size: 1em;
}
#video-examples .fa-2x {
  font-size: 2em;
}
#video-examples .fa-3x {
  font-size: 3em;
}
#video-examples .fa-4x {
  font-size: 4em;
}
#video-examples .fa-5x {
  font-size: 5em;
}
#video-examples .fa-6x {
  font-size: 6em;
}
#video-examples .fa-7x {
  font-size: 7em;
}
#video-examples .fa-8x {
  font-size: 8em;
}
#video-examples .fa-9x {
  font-size: 9em;
}
#video-examples .fa-10x {
  font-size: 10em;
}
#video-examples .fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
#video-examples .fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}
#video-examples .fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
#video-examples .fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
#video-examples .fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
#video-examples .fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
#video-examples .fa-fw {
  text-align: center;
  width: 1.25em;
}
#video-examples .fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
#video-examples .fa-ul > li {
  position: relative;
}
#video-examples .fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
#video-examples .fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
#video-examples .fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
#video-examples .fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
#video-examples .fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
#video-examples .fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
#video-examples .fa-fade {
  animation-name: fa-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
#video-examples .fa-beat-fade, #video-examples .fa-fade {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
}
#video-examples .fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
#video-examples .fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
#video-examples .fa-shake {
  animation-name: fa-shake;
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
#video-examples .fa-shake, #video-examples .fa-spin {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
}
#video-examples .fa-spin {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
#video-examples .fa-spin-reverse {
  --fa-animation-direction:reverse;
}
#video-examples .fa-pulse, #video-examples .fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .fa-beat, #video-examples .fa-beat-fade, #video-examples .fa-bounce, #video-examples .fa-fade, #video-examples .fa-flip, #video-examples .fa-pulse, #video-examples .fa-shake, #video-examples .fa-spin, #video-examples .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, to {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
#video-examples .fa-rotate-90 {
  transform: rotate(90deg);
}
#video-examples .fa-rotate-180 {
  transform: rotate(180deg);
}
#video-examples .fa-rotate-270 {
  transform: rotate(270deg);
}
#video-examples .fa-flip-horizontal {
  transform: scaleX(-1);
}
#video-examples .fa-flip-vertical {
  transform: scaleY(-1);
}
#video-examples .fa-flip-both, #video-examples .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
#video-examples .fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}
#video-examples .fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
#video-examples .fa-stack-1x, #video-examples .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
#video-examples .fa-stack-1x {
  line-height: inherit;
}
#video-examples .fa-stack-2x {
  font-size: 2em;
}
#video-examples .fa-inverse {
  color: var(--fa-inverse, #fff);
}
#video-examples .fa-0:before {
  content: "0";
}
#video-examples .fa-1:before {
  content: "1";
}
#video-examples .fa-2:before {
  content: "2";
}
#video-examples .fa-3:before {
  content: "3";
}
#video-examples .fa-4:before {
  content: "4";
}
#video-examples .fa-5:before {
  content: "5";
}
#video-examples .fa-6:before {
  content: "6";
}
#video-examples .fa-7:before {
  content: "7";
}
#video-examples .fa-8:before {
  content: "8";
}
#video-examples .fa-9:before {
  content: "9";
}
#video-examples .fa-fill-drip:before {
  content: "\f576";
}
#video-examples .fa-arrows-to-circle:before {
  content: "\e4bd";
}
#video-examples .fa-chevron-circle-right:before, #video-examples .fa-circle-chevron-right:before {
  content: "\f138";
}
#video-examples .fa-at:before {
  content: "@";
}
#video-examples .fa-trash-alt:before, #video-examples .fa-trash-can:before {
  content: "\f2ed";
}
#video-examples .fa-text-height:before {
  content: "\f034";
}
#video-examples .fa-user-times:before, #video-examples .fa-user-xmark:before {
  content: "\f235";
}
#video-examples .fa-stethoscope:before {
  content: "\f0f1";
}
#video-examples .fa-comment-alt:before, #video-examples .fa-message:before {
  content: "\f27a";
}
#video-examples .fa-info:before {
  content: "\f129";
}
#video-examples .fa-compress-alt:before, #video-examples .fa-down-left-and-up-right-to-center:before {
  content: "\f422";
}
#video-examples .fa-explosion:before {
  content: "\e4e9";
}
#video-examples .fa-file-alt:before, #video-examples .fa-file-lines:before, #video-examples .fa-file-text:before {
  content: "\f15c";
}
#video-examples .fa-wave-square:before {
  content: "\f83e";
}
#video-examples .fa-ring:before {
  content: "\f70b";
}
#video-examples .fa-building-un:before {
  content: "\e4d9";
}
#video-examples .fa-dice-three:before {
  content: "\f527";
}
#video-examples .fa-calendar-alt:before, #video-examples .fa-calendar-days:before {
  content: "\f073";
}
#video-examples .fa-anchor-circle-check:before {
  content: "\e4aa";
}
#video-examples .fa-building-circle-arrow-right:before {
  content: "\e4d1";
}
#video-examples .fa-volleyball-ball:before, #video-examples .fa-volleyball:before {
  content: "\f45f";
}
#video-examples .fa-arrows-up-to-line:before {
  content: "\e4c2";
}
#video-examples .fa-sort-desc:before, #video-examples .fa-sort-down:before {
  content: "\f0dd";
}
#video-examples .fa-circle-minus:before, #video-examples .fa-minus-circle:before {
  content: "\f056";
}
#video-examples .fa-door-open:before {
  content: "\f52b";
}
#video-examples .fa-right-from-bracket:before, #video-examples .fa-sign-out-alt:before {
  content: "\f2f5";
}
#video-examples .fa-atom:before {
  content: "\f5d2";
}
#video-examples .fa-soap:before {
  content: "\e06e";
}
#video-examples .fa-heart-music-camera-bolt:before, #video-examples .fa-icons:before {
  content: "\f86d";
}
#video-examples .fa-microphone-alt-slash:before, #video-examples .fa-microphone-lines-slash:before {
  content: "\f539";
}
#video-examples .fa-bridge-circle-check:before {
  content: "\e4c9";
}
#video-examples .fa-pump-medical:before {
  content: "\e06a";
}
#video-examples .fa-fingerprint:before {
  content: "\f577";
}
#video-examples .fa-hand-point-right:before {
  content: "\f0a4";
}
#video-examples .fa-magnifying-glass-location:before, #video-examples .fa-search-location:before {
  content: "\f689";
}
#video-examples .fa-forward-step:before, #video-examples .fa-step-forward:before {
  content: "\f051";
}
#video-examples .fa-face-smile-beam:before, #video-examples .fa-smile-beam:before {
  content: "\f5b8";
}
#video-examples .fa-flag-checkered:before {
  content: "\f11e";
}
#video-examples .fa-football-ball:before, #video-examples .fa-football:before {
  content: "\f44e";
}
#video-examples .fa-school-circle-exclamation:before {
  content: "\e56c";
}
#video-examples .fa-crop:before {
  content: "\f125";
}
#video-examples .fa-angle-double-down:before, #video-examples .fa-angles-down:before {
  content: "\f103";
}
#video-examples .fa-users-rectangle:before {
  content: "\e594";
}
#video-examples .fa-people-roof:before {
  content: "\e537";
}
#video-examples .fa-people-line:before {
  content: "\e534";
}
#video-examples .fa-beer-mug-empty:before, #video-examples .fa-beer:before {
  content: "\f0fc";
}
#video-examples .fa-diagram-predecessor:before {
  content: "\e477";
}
#video-examples .fa-arrow-up-long:before, #video-examples .fa-long-arrow-up:before {
  content: "\f176";
}
#video-examples .fa-burn:before, #video-examples .fa-fire-flame-simple:before {
  content: "\f46a";
}
#video-examples .fa-male:before, #video-examples .fa-person:before {
  content: "\f183";
}
#video-examples .fa-laptop:before {
  content: "\f109";
}
#video-examples .fa-file-csv:before {
  content: "\f6dd";
}
#video-examples .fa-menorah:before {
  content: "\f676";
}
#video-examples .fa-truck-plane:before {
  content: "\e58f";
}
#video-examples .fa-record-vinyl:before {
  content: "\f8d9";
}
#video-examples .fa-face-grin-stars:before, #video-examples .fa-grin-stars:before {
  content: "\f587";
}
#video-examples .fa-bong:before {
  content: "\f55c";
}
#video-examples .fa-pastafarianism:before, #video-examples .fa-spaghetti-monster-flying:before {
  content: "\f67b";
}
#video-examples .fa-arrow-down-up-across-line:before {
  content: "\e4af";
}
#video-examples .fa-spoon:before, #video-examples .fa-utensil-spoon:before {
  content: "\f2e5";
}
#video-examples .fa-jar-wheat:before {
  content: "\e517";
}
#video-examples .fa-envelopes-bulk:before, #video-examples .fa-mail-bulk:before {
  content: "\f674";
}
#video-examples .fa-file-circle-exclamation:before {
  content: "\e4eb";
}
#video-examples .fa-circle-h:before, #video-examples .fa-hospital-symbol:before {
  content: "\f47e";
}
#video-examples .fa-pager:before {
  content: "\f815";
}
#video-examples .fa-address-book:before, #video-examples .fa-contact-book:before {
  content: "\f2b9";
}
#video-examples .fa-strikethrough:before {
  content: "\f0cc";
}
#video-examples .fa-k:before {
  content: "K";
}
#video-examples .fa-landmark-flag:before {
  content: "\e51c";
}
#video-examples .fa-pencil-alt:before, #video-examples .fa-pencil:before {
  content: "\f303";
}
#video-examples .fa-backward:before {
  content: "\f04a";
}
#video-examples .fa-caret-right:before {
  content: "\f0da";
}
#video-examples .fa-comments:before {
  content: "\f086";
}
#video-examples .fa-file-clipboard:before, #video-examples .fa-paste:before {
  content: "\f0ea";
}
#video-examples .fa-code-pull-request:before {
  content: "\e13c";
}
#video-examples .fa-clipboard-list:before {
  content: "\f46d";
}
#video-examples .fa-truck-loading:before, #video-examples .fa-truck-ramp-box:before {
  content: "\f4de";
}
#video-examples .fa-user-check:before {
  content: "\f4fc";
}
#video-examples .fa-vial-virus:before {
  content: "\e597";
}
#video-examples .fa-sheet-plastic:before {
  content: "\e571";
}
#video-examples .fa-blog:before {
  content: "\f781";
}
#video-examples .fa-user-ninja:before {
  content: "\f504";
}
#video-examples .fa-person-arrow-up-from-line:before {
  content: "\e539";
}
#video-examples .fa-scroll-torah:before, #video-examples .fa-torah:before {
  content: "\f6a0";
}
#video-examples .fa-broom-ball:before, #video-examples .fa-quidditch-broom-ball:before, #video-examples .fa-quidditch:before {
  content: "\f458";
}
#video-examples .fa-toggle-off:before {
  content: "\f204";
}
#video-examples .fa-archive:before, #video-examples .fa-box-archive:before {
  content: "\f187";
}
#video-examples .fa-person-drowning:before {
  content: "\e545";
}
#video-examples .fa-arrow-down-9-1:before, #video-examples .fa-sort-numeric-desc:before, #video-examples .fa-sort-numeric-down-alt:before {
  content: "\f886";
}
#video-examples .fa-face-grin-tongue-squint:before, #video-examples .fa-grin-tongue-squint:before {
  content: "\f58a";
}
#video-examples .fa-spray-can:before {
  content: "\f5bd";
}
#video-examples .fa-truck-monster:before {
  content: "\f63b";
}
#video-examples .fa-w:before {
  content: "W";
}
#video-examples .fa-earth-africa:before, #video-examples .fa-globe-africa:before {
  content: "\f57c";
}
#video-examples .fa-rainbow:before {
  content: "\f75b";
}
#video-examples .fa-circle-notch:before {
  content: "\f1ce";
}
#video-examples .fa-tablet-alt:before, #video-examples .fa-tablet-screen-button:before {
  content: "\f3fa";
}
#video-examples .fa-paw:before {
  content: "\f1b0";
}
#video-examples .fa-cloud:before {
  content: "\f0c2";
}
#video-examples .fa-trowel-bricks:before {
  content: "\e58a";
}
#video-examples .fa-face-flushed:before, #video-examples .fa-flushed:before {
  content: "\f579";
}
#video-examples .fa-hospital-user:before {
  content: "\f80d";
}
#video-examples .fa-tent-arrow-left-right:before {
  content: "\e57f";
}
#video-examples .fa-gavel:before, #video-examples .fa-legal:before {
  content: "\f0e3";
}
#video-examples .fa-binoculars:before {
  content: "\f1e5";
}
#video-examples .fa-microphone-slash:before {
  content: "\f131";
}
#video-examples .fa-box-tissue:before {
  content: "\e05b";
}
#video-examples .fa-motorcycle:before {
  content: "\f21c";
}
#video-examples .fa-bell-concierge:before, #video-examples .fa-concierge-bell:before {
  content: "\f562";
}
#video-examples .fa-pen-ruler:before, #video-examples .fa-pencil-ruler:before {
  content: "\f5ae";
}
#video-examples .fa-people-arrows-left-right:before, #video-examples .fa-people-arrows:before {
  content: "\e068";
}
#video-examples .fa-mars-and-venus-burst:before {
  content: "\e523";
}
#video-examples .fa-caret-square-right:before, #video-examples .fa-square-caret-right:before {
  content: "\f152";
}
#video-examples .fa-cut:before, #video-examples .fa-scissors:before {
  content: "\f0c4";
}
#video-examples .fa-sun-plant-wilt:before {
  content: "\e57a";
}
#video-examples .fa-toilets-portable:before {
  content: "\e584";
}
#video-examples .fa-hockey-puck:before {
  content: "\f453";
}
#video-examples .fa-table:before {
  content: "\f0ce";
}
#video-examples .fa-magnifying-glass-arrow-right:before {
  content: "\e521";
}
#video-examples .fa-digital-tachograph:before, #video-examples .fa-tachograph-digital:before {
  content: "\f566";
}
#video-examples .fa-users-slash:before {
  content: "\e073";
}
#video-examples .fa-clover:before {
  content: "\e139";
}
#video-examples .fa-mail-reply:before, #video-examples .fa-reply:before {
  content: "\f3e5";
}
#video-examples .fa-star-and-crescent:before {
  content: "\f699";
}
#video-examples .fa-house-fire:before {
  content: "\e50c";
}
#video-examples .fa-minus-square:before, #video-examples .fa-square-minus:before {
  content: "\f146";
}
#video-examples .fa-helicopter:before {
  content: "\f533";
}
#video-examples .fa-compass:before {
  content: "\f14e";
}
#video-examples .fa-caret-square-down:before, #video-examples .fa-square-caret-down:before {
  content: "\f150";
}
#video-examples .fa-file-circle-question:before {
  content: "\e4ef";
}
#video-examples .fa-laptop-code:before {
  content: "\f5fc";
}
#video-examples .fa-swatchbook:before {
  content: "\f5c3";
}
#video-examples .fa-prescription-bottle:before {
  content: "\f485";
}
#video-examples .fa-bars:before, #video-examples .fa-navicon:before {
  content: "\f0c9";
}
#video-examples .fa-people-group:before {
  content: "\e533";
}
#video-examples .fa-hourglass-3:before, #video-examples .fa-hourglass-end:before {
  content: "\f253";
}
#video-examples .fa-heart-broken:before, #video-examples .fa-heart-crack:before {
  content: "\f7a9";
}
#video-examples .fa-external-link-square-alt:before, #video-examples .fa-square-up-right:before {
  content: "\f360";
}
#video-examples .fa-face-kiss-beam:before, #video-examples .fa-kiss-beam:before {
  content: "\f597";
}
#video-examples .fa-film:before {
  content: "\f008";
}
#video-examples .fa-ruler-horizontal:before {
  content: "\f547";
}
#video-examples .fa-people-robbery:before {
  content: "\e536";
}
#video-examples .fa-lightbulb:before {
  content: "\f0eb";
}
#video-examples .fa-caret-left:before {
  content: "\f0d9";
}
#video-examples .fa-circle-exclamation:before, #video-examples .fa-exclamation-circle:before {
  content: "\f06a";
}
#video-examples .fa-school-circle-xmark:before {
  content: "\e56d";
}
#video-examples .fa-arrow-right-from-bracket:before, #video-examples .fa-sign-out:before {
  content: "\f08b";
}
#video-examples .fa-chevron-circle-down:before, #video-examples .fa-circle-chevron-down:before {
  content: "\f13a";
}
#video-examples .fa-unlock-alt:before, #video-examples .fa-unlock-keyhole:before {
  content: "\f13e";
}
#video-examples .fa-cloud-showers-heavy:before {
  content: "\f740";
}
#video-examples .fa-headphones-alt:before, #video-examples .fa-headphones-simple:before {
  content: "\f58f";
}
#video-examples .fa-sitemap:before {
  content: "\f0e8";
}
#video-examples .fa-circle-dollar-to-slot:before, #video-examples .fa-donate:before {
  content: "\f4b9";
}
#video-examples .fa-memory:before {
  content: "\f538";
}
#video-examples .fa-road-spikes:before {
  content: "\e568";
}
#video-examples .fa-fire-burner:before {
  content: "\e4f1";
}
#video-examples .fa-flag:before {
  content: "\f024";
}
#video-examples .fa-hanukiah:before {
  content: "\f6e6";
}
#video-examples .fa-feather:before {
  content: "\f52d";
}
#video-examples .fa-volume-down:before, #video-examples .fa-volume-low:before {
  content: "\f027";
}
#video-examples .fa-comment-slash:before {
  content: "\f4b3";
}
#video-examples .fa-cloud-sun-rain:before {
  content: "\f743";
}
#video-examples .fa-compress:before {
  content: "\f066";
}
#video-examples .fa-wheat-alt:before, #video-examples .fa-wheat-awn:before {
  content: "\e2cd";
}
#video-examples .fa-ankh:before {
  content: "\f644";
}
#video-examples .fa-hands-holding-child:before {
  content: "\e4fa";
}
#video-examples .fa-asterisk:before {
  content: "*";
}
#video-examples .fa-check-square:before, #video-examples .fa-square-check:before {
  content: "\f14a";
}
#video-examples .fa-peseta-sign:before {
  content: "\e221";
}
#video-examples .fa-header:before, #video-examples .fa-heading:before {
  content: "\f1dc";
}
#video-examples .fa-ghost:before {
  content: "\f6e2";
}
#video-examples .fa-list-squares:before, #video-examples .fa-list:before {
  content: "\f03a";
}
#video-examples .fa-phone-square-alt:before, #video-examples .fa-square-phone-flip:before {
  content: "\f87b";
}
#video-examples .fa-cart-plus:before {
  content: "\f217";
}
#video-examples .fa-gamepad:before {
  content: "\f11b";
}
#video-examples .fa-circle-dot:before, #video-examples .fa-dot-circle:before {
  content: "\f192";
}
#video-examples .fa-dizzy:before, #video-examples .fa-face-dizzy:before {
  content: "\f567";
}
#video-examples .fa-egg:before {
  content: "\f7fb";
}
#video-examples .fa-house-medical-circle-xmark:before {
  content: "\e513";
}
#video-examples .fa-campground:before {
  content: "\f6bb";
}
#video-examples .fa-folder-plus:before {
  content: "\f65e";
}
#video-examples .fa-futbol-ball:before, #video-examples .fa-futbol:before, #video-examples .fa-soccer-ball:before {
  content: "\f1e3";
}
#video-examples .fa-paint-brush:before, #video-examples .fa-paintbrush:before {
  content: "\f1fc";
}
#video-examples .fa-lock:before {
  content: "\f023";
}
#video-examples .fa-gas-pump:before {
  content: "\f52f";
}
#video-examples .fa-hot-tub-person:before, #video-examples .fa-hot-tub:before {
  content: "\f593";
}
#video-examples .fa-map-location:before, #video-examples .fa-map-marked:before {
  content: "\f59f";
}
#video-examples .fa-house-flood-water:before {
  content: "\e50e";
}
#video-examples .fa-tree:before {
  content: "\f1bb";
}
#video-examples .fa-bridge-lock:before {
  content: "\e4cc";
}
#video-examples .fa-sack-dollar:before {
  content: "\f81d";
}
#video-examples .fa-edit:before, #video-examples .fa-pen-to-square:before {
  content: "\f044";
}
#video-examples .fa-car-side:before {
  content: "\f5e4";
}
#video-examples .fa-share-alt:before, #video-examples .fa-share-nodes:before {
  content: "\f1e0";
}
#video-examples .fa-heart-circle-minus:before {
  content: "\e4ff";
}
#video-examples .fa-hourglass-2:before, #video-examples .fa-hourglass-half:before {
  content: "\f252";
}
#video-examples .fa-microscope:before {
  content: "\f610";
}
#video-examples .fa-sink:before {
  content: "\e06d";
}
#video-examples .fa-bag-shopping:before, #video-examples .fa-shopping-bag:before {
  content: "\f290";
}
#video-examples .fa-arrow-down-z-a:before, #video-examples .fa-sort-alpha-desc:before, #video-examples .fa-sort-alpha-down-alt:before {
  content: "\f881";
}
#video-examples .fa-mitten:before {
  content: "\f7b5";
}
#video-examples .fa-person-rays:before {
  content: "\e54d";
}
#video-examples .fa-users:before {
  content: "\f0c0";
}
#video-examples .fa-eye-slash:before {
  content: "\f070";
}
#video-examples .fa-flask-vial:before {
  content: "\e4f3";
}
#video-examples .fa-hand-paper:before, #video-examples .fa-hand:before {
  content: "\f256";
}
#video-examples .fa-om:before {
  content: "\f679";
}
#video-examples .fa-worm:before {
  content: "\e599";
}
#video-examples .fa-house-circle-xmark:before {
  content: "\e50b";
}
#video-examples .fa-plug:before {
  content: "\f1e6";
}
#video-examples .fa-chevron-up:before {
  content: "\f077";
}
#video-examples .fa-hand-spock:before {
  content: "\f259";
}
#video-examples .fa-stopwatch:before {
  content: "\f2f2";
}
#video-examples .fa-face-kiss:before, #video-examples .fa-kiss:before {
  content: "\f596";
}
#video-examples .fa-bridge-circle-xmark:before {
  content: "\e4cb";
}
#video-examples .fa-face-grin-tongue:before, #video-examples .fa-grin-tongue:before {
  content: "\f589";
}
#video-examples .fa-chess-bishop:before {
  content: "\f43a";
}
#video-examples .fa-face-grin-wink:before, #video-examples .fa-grin-wink:before {
  content: "\f58c";
}
#video-examples .fa-deaf:before, #video-examples .fa-deafness:before, #video-examples .fa-ear-deaf:before, #video-examples .fa-hard-of-hearing:before {
  content: "\f2a4";
}
#video-examples .fa-road-circle-check:before {
  content: "\e564";
}
#video-examples .fa-dice-five:before {
  content: "\f523";
}
#video-examples .fa-rss-square:before, #video-examples .fa-square-rss:before {
  content: "\f143";
}
#video-examples .fa-land-mine-on:before {
  content: "\e51b";
}
#video-examples .fa-i-cursor:before {
  content: "\f246";
}
#video-examples .fa-stamp:before {
  content: "\f5bf";
}
#video-examples .fa-stairs:before {
  content: "\e289";
}
#video-examples .fa-i:before {
  content: "I";
}
#video-examples .fa-hryvnia-sign:before, #video-examples .fa-hryvnia:before {
  content: "\f6f2";
}
#video-examples .fa-pills:before {
  content: "\f484";
}
#video-examples .fa-face-grin-wide:before, #video-examples .fa-grin-alt:before {
  content: "\f581";
}
#video-examples .fa-tooth:before {
  content: "\f5c9";
}
#video-examples .fa-v:before {
  content: "V";
}
#video-examples .fa-bangladeshi-taka-sign:before {
  content: "\e2e6";
}
#video-examples .fa-bicycle:before {
  content: "\f206";
}
#video-examples .fa-rod-asclepius:before, #video-examples .fa-rod-snake:before, #video-examples .fa-staff-aesculapius:before, #video-examples .fa-staff-snake:before {
  content: "\e579";
}
#video-examples .fa-head-side-cough-slash:before {
  content: "\e062";
}
#video-examples .fa-ambulance:before, #video-examples .fa-truck-medical:before {
  content: "\f0f9";
}
#video-examples .fa-wheat-awn-circle-exclamation:before {
  content: "\e598";
}
#video-examples .fa-snowman:before {
  content: "\f7d0";
}
#video-examples .fa-mortar-pestle:before {
  content: "\f5a7";
}
#video-examples .fa-road-barrier:before {
  content: "\e562";
}
#video-examples .fa-school:before {
  content: "\f549";
}
#video-examples .fa-igloo:before {
  content: "\f7ae";
}
#video-examples .fa-joint:before {
  content: "\f595";
}
#video-examples .fa-angle-right:before {
  content: "\f105";
}
#video-examples .fa-horse:before {
  content: "\f6f0";
}
#video-examples .fa-q:before {
  content: "Q";
}
#video-examples .fa-g:before {
  content: "G";
}
#video-examples .fa-notes-medical:before {
  content: "\f481";
}
#video-examples .fa-temperature-2:before, #video-examples .fa-temperature-half:before, #video-examples .fa-thermometer-2:before, #video-examples .fa-thermometer-half:before {
  content: "\f2c9";
}
#video-examples .fa-dong-sign:before {
  content: "\e169";
}
#video-examples .fa-capsules:before {
  content: "\f46b";
}
#video-examples .fa-poo-bolt:before, #video-examples .fa-poo-storm:before {
  content: "\f75a";
}
#video-examples .fa-face-frown-open:before, #video-examples .fa-frown-open:before {
  content: "\f57a";
}
#video-examples .fa-hand-point-up:before {
  content: "\f0a6";
}
#video-examples .fa-money-bill:before {
  content: "\f0d6";
}
#video-examples .fa-bookmark:before {
  content: "\f02e";
}
#video-examples .fa-align-justify:before {
  content: "\f039";
}
#video-examples .fa-umbrella-beach:before {
  content: "\f5ca";
}
#video-examples .fa-helmet-un:before {
  content: "\e503";
}
#video-examples .fa-bullseye:before {
  content: "\f140";
}
#video-examples .fa-bacon:before {
  content: "\f7e5";
}
#video-examples .fa-hand-point-down:before {
  content: "\f0a7";
}
#video-examples .fa-arrow-up-from-bracket:before {
  content: "\e09a";
}
#video-examples .fa-folder-blank:before, #video-examples .fa-folder:before {
  content: "\f07b";
}
#video-examples .fa-file-medical-alt:before, #video-examples .fa-file-waveform:before {
  content: "\f478";
}
#video-examples .fa-radiation:before {
  content: "\f7b9";
}
#video-examples .fa-chart-simple:before {
  content: "\e473";
}
#video-examples .fa-mars-stroke:before {
  content: "\f229";
}
#video-examples .fa-vial:before {
  content: "\f492";
}
#video-examples .fa-dashboard:before, #video-examples .fa-gauge-med:before, #video-examples .fa-gauge:before, #video-examples .fa-tachometer-alt-average:before {
  content: "\f624";
}
#video-examples .fa-magic-wand-sparkles:before, #video-examples .fa-wand-magic-sparkles:before {
  content: "\e2ca";
}
#video-examples .fa-e:before {
  content: "E";
}
#video-examples .fa-pen-alt:before, #video-examples .fa-pen-clip:before {
  content: "\f305";
}
#video-examples .fa-bridge-circle-exclamation:before {
  content: "\e4ca";
}
#video-examples .fa-user:before {
  content: "\f007";
}
#video-examples .fa-school-circle-check:before {
  content: "\e56b";
}
#video-examples .fa-dumpster:before {
  content: "\f793";
}
#video-examples .fa-shuttle-van:before, #video-examples .fa-van-shuttle:before {
  content: "\f5b6";
}
#video-examples .fa-building-user:before {
  content: "\e4da";
}
#video-examples .fa-caret-square-left:before, #video-examples .fa-square-caret-left:before {
  content: "\f191";
}
#video-examples .fa-highlighter:before {
  content: "\f591";
}
#video-examples .fa-key:before {
  content: "\f084";
}
#video-examples .fa-bullhorn:before {
  content: "\f0a1";
}
#video-examples .fa-globe:before {
  content: "\f0ac";
}
#video-examples .fa-synagogue:before {
  content: "\f69b";
}
#video-examples .fa-person-half-dress:before {
  content: "\e548";
}
#video-examples .fa-road-bridge:before {
  content: "\e563";
}
#video-examples .fa-location-arrow:before {
  content: "\f124";
}
#video-examples .fa-c:before {
  content: "C";
}
#video-examples .fa-tablet-button:before {
  content: "\f10a";
}
#video-examples .fa-building-lock:before {
  content: "\e4d6";
}
#video-examples .fa-pizza-slice:before {
  content: "\f818";
}
#video-examples .fa-money-bill-wave:before {
  content: "\f53a";
}
#video-examples .fa-area-chart:before, #video-examples .fa-chart-area:before {
  content: "\f1fe";
}
#video-examples .fa-house-flag:before {
  content: "\e50d";
}
#video-examples .fa-person-circle-minus:before {
  content: "\e540";
}
#video-examples .fa-ban:before, #video-examples .fa-cancel:before {
  content: "\f05e";
}
#video-examples .fa-camera-rotate:before {
  content: "\e0d8";
}
#video-examples .fa-air-freshener:before, #video-examples .fa-spray-can-sparkles:before {
  content: "\f5d0";
}
#video-examples .fa-star:before {
  content: "\f005";
}
#video-examples .fa-repeat:before {
  content: "\f363";
}
#video-examples .fa-cross:before {
  content: "\f654";
}
#video-examples .fa-box:before {
  content: "\f466";
}
#video-examples .fa-venus-mars:before {
  content: "\f228";
}
#video-examples .fa-arrow-pointer:before, #video-examples .fa-mouse-pointer:before {
  content: "\f245";
}
#video-examples .fa-expand-arrows-alt:before, #video-examples .fa-maximize:before {
  content: "\f31e";
}
#video-examples .fa-charging-station:before {
  content: "\f5e7";
}
#video-examples .fa-shapes:before, #video-examples .fa-triangle-circle-square:before {
  content: "\f61f";
}
#video-examples .fa-random:before, #video-examples .fa-shuffle:before {
  content: "\f074";
}
#video-examples .fa-person-running:before, #video-examples .fa-running:before {
  content: "\f70c";
}
#video-examples .fa-mobile-retro:before {
  content: "\e527";
}
#video-examples .fa-grip-lines-vertical:before {
  content: "\f7a5";
}
#video-examples .fa-spider:before {
  content: "\f717";
}
#video-examples .fa-hands-bound:before {
  content: "\e4f9";
}
#video-examples .fa-file-invoice-dollar:before {
  content: "\f571";
}
#video-examples .fa-plane-circle-exclamation:before {
  content: "\e556";
}
#video-examples .fa-x-ray:before {
  content: "\f497";
}
#video-examples .fa-spell-check:before {
  content: "\f891";
}
#video-examples .fa-slash:before {
  content: "\f715";
}
#video-examples .fa-computer-mouse:before, #video-examples .fa-mouse:before {
  content: "\f8cc";
}
#video-examples .fa-arrow-right-to-bracket:before, #video-examples .fa-sign-in:before {
  content: "\f090";
}
#video-examples .fa-shop-slash:before, #video-examples .fa-store-alt-slash:before {
  content: "\e070";
}
#video-examples .fa-server:before {
  content: "\f233";
}
#video-examples .fa-virus-covid-slash:before {
  content: "\e4a9";
}
#video-examples .fa-shop-lock:before {
  content: "\e4a5";
}
#video-examples .fa-hourglass-1:before, #video-examples .fa-hourglass-start:before {
  content: "\f251";
}
#video-examples .fa-blender-phone:before {
  content: "\f6b6";
}
#video-examples .fa-building-wheat:before {
  content: "\e4db";
}
#video-examples .fa-person-breastfeeding:before {
  content: "\e53a";
}
#video-examples .fa-right-to-bracket:before, #video-examples .fa-sign-in-alt:before {
  content: "\f2f6";
}
#video-examples .fa-venus:before {
  content: "\f221";
}
#video-examples .fa-passport:before {
  content: "\f5ab";
}
#video-examples .fa-heart-pulse:before, #video-examples .fa-heartbeat:before {
  content: "\f21e";
}
#video-examples .fa-people-carry-box:before, #video-examples .fa-people-carry:before {
  content: "\f4ce";
}
#video-examples .fa-temperature-high:before {
  content: "\f769";
}
#video-examples .fa-microchip:before {
  content: "\f2db";
}
#video-examples .fa-crown:before {
  content: "\f521";
}
#video-examples .fa-weight-hanging:before {
  content: "\f5cd";
}
#video-examples .fa-xmarks-lines:before {
  content: "\e59a";
}
#video-examples .fa-file-prescription:before {
  content: "\f572";
}
#video-examples .fa-weight-scale:before, #video-examples .fa-weight:before {
  content: "\f496";
}
#video-examples .fa-user-friends:before, #video-examples .fa-user-group:before {
  content: "\f500";
}
#video-examples .fa-arrow-up-a-z:before, #video-examples .fa-sort-alpha-up:before {
  content: "\f15e";
}
#video-examples .fa-chess-knight:before {
  content: "\f441";
}
#video-examples .fa-face-laugh-squint:before, #video-examples .fa-laugh-squint:before {
  content: "\f59b";
}
#video-examples .fa-wheelchair:before {
  content: "\f193";
}
#video-examples .fa-arrow-circle-up:before, #video-examples .fa-circle-arrow-up:before {
  content: "\f0aa";
}
#video-examples .fa-toggle-on:before {
  content: "\f205";
}
#video-examples .fa-person-walking:before, #video-examples .fa-walking:before {
  content: "\f554";
}
#video-examples .fa-l:before {
  content: "L";
}
#video-examples .fa-fire:before {
  content: "\f06d";
}
#video-examples .fa-bed-pulse:before, #video-examples .fa-procedures:before {
  content: "\f487";
}
#video-examples .fa-shuttle-space:before, #video-examples .fa-space-shuttle:before {
  content: "\f197";
}
#video-examples .fa-face-laugh:before, #video-examples .fa-laugh:before {
  content: "\f599";
}
#video-examples .fa-folder-open:before {
  content: "\f07c";
}
#video-examples .fa-heart-circle-plus:before {
  content: "\e500";
}
#video-examples .fa-code-fork:before {
  content: "\e13b";
}
#video-examples .fa-city:before {
  content: "\f64f";
}
#video-examples .fa-microphone-alt:before, #video-examples .fa-microphone-lines:before {
  content: "\f3c9";
}
#video-examples .fa-pepper-hot:before {
  content: "\f816";
}
#video-examples .fa-unlock:before {
  content: "\f09c";
}
#video-examples .fa-colon-sign:before {
  content: "\e140";
}
#video-examples .fa-headset:before {
  content: "\f590";
}
#video-examples .fa-store-slash:before {
  content: "\e071";
}
#video-examples .fa-road-circle-xmark:before {
  content: "\e566";
}
#video-examples .fa-user-minus:before {
  content: "\f503";
}
#video-examples .fa-mars-stroke-up:before, #video-examples .fa-mars-stroke-v:before {
  content: "\f22a";
}
#video-examples .fa-champagne-glasses:before, #video-examples .fa-glass-cheers:before {
  content: "\f79f";
}
#video-examples .fa-clipboard:before {
  content: "\f328";
}
#video-examples .fa-house-circle-exclamation:before {
  content: "\e50a";
}
#video-examples .fa-file-arrow-up:before, #video-examples .fa-file-upload:before {
  content: "\f574";
}
#video-examples .fa-wifi-3:before, #video-examples .fa-wifi-strong:before, #video-examples .fa-wifi:before {
  content: "\f1eb";
}
#video-examples .fa-bath:before, #video-examples .fa-bathtub:before {
  content: "\f2cd";
}
#video-examples .fa-underline:before {
  content: "\f0cd";
}
#video-examples .fa-user-edit:before, #video-examples .fa-user-pen:before {
  content: "\f4ff";
}
#video-examples .fa-signature:before {
  content: "\f5b7";
}
#video-examples .fa-stroopwafel:before {
  content: "\f551";
}
#video-examples .fa-bold:before {
  content: "\f032";
}
#video-examples .fa-anchor-lock:before {
  content: "\e4ad";
}
#video-examples .fa-building-ngo:before {
  content: "\e4d7";
}
#video-examples .fa-manat-sign:before {
  content: "\e1d5";
}
#video-examples .fa-not-equal:before {
  content: "\f53e";
}
#video-examples .fa-border-style:before, #video-examples .fa-border-top-left:before {
  content: "\f853";
}
#video-examples .fa-map-location-dot:before, #video-examples .fa-map-marked-alt:before {
  content: "\f5a0";
}
#video-examples .fa-jedi:before {
  content: "\f669";
}
#video-examples .fa-poll:before, #video-examples .fa-square-poll-vertical:before {
  content: "\f681";
}
#video-examples .fa-mug-hot:before {
  content: "\f7b6";
}
#video-examples .fa-battery-car:before, #video-examples .fa-car-battery:before {
  content: "\f5df";
}
#video-examples .fa-gift:before {
  content: "\f06b";
}
#video-examples .fa-dice-two:before {
  content: "\f528";
}
#video-examples .fa-chess-queen:before {
  content: "\f445";
}
#video-examples .fa-glasses:before {
  content: "\f530";
}
#video-examples .fa-chess-board:before {
  content: "\f43c";
}
#video-examples .fa-building-circle-check:before {
  content: "\e4d2";
}
#video-examples .fa-person-chalkboard:before {
  content: "\e53d";
}
#video-examples .fa-mars-stroke-h:before, #video-examples .fa-mars-stroke-right:before {
  content: "\f22b";
}
#video-examples .fa-hand-back-fist:before, #video-examples .fa-hand-rock:before {
  content: "\f255";
}
#video-examples .fa-caret-square-up:before, #video-examples .fa-square-caret-up:before {
  content: "\f151";
}
#video-examples .fa-cloud-showers-water:before {
  content: "\e4e4";
}
#video-examples .fa-bar-chart:before, #video-examples .fa-chart-bar:before {
  content: "\f080";
}
#video-examples .fa-hands-bubbles:before, #video-examples .fa-hands-wash:before {
  content: "\e05e";
}
#video-examples .fa-less-than-equal:before {
  content: "\f537";
}
#video-examples .fa-train:before {
  content: "\f238";
}
#video-examples .fa-eye-low-vision:before, #video-examples .fa-low-vision:before {
  content: "\f2a8";
}
#video-examples .fa-crow:before {
  content: "\f520";
}
#video-examples .fa-sailboat:before {
  content: "\e445";
}
#video-examples .fa-window-restore:before {
  content: "\f2d2";
}
#video-examples .fa-plus-square:before, #video-examples .fa-square-plus:before {
  content: "\f0fe";
}
#video-examples .fa-torii-gate:before {
  content: "\f6a1";
}
#video-examples .fa-frog:before {
  content: "\f52e";
}
#video-examples .fa-bucket:before {
  content: "\e4cf";
}
#video-examples .fa-image:before {
  content: "\f03e";
}
#video-examples .fa-microphone:before {
  content: "\f130";
}
#video-examples .fa-cow:before {
  content: "\f6c8";
}
#video-examples .fa-caret-up:before {
  content: "\f0d8";
}
#video-examples .fa-screwdriver:before {
  content: "\f54a";
}
#video-examples .fa-folder-closed:before {
  content: "\e185";
}
#video-examples .fa-house-tsunami:before {
  content: "\e515";
}
#video-examples .fa-square-nfi:before {
  content: "\e576";
}
#video-examples .fa-arrow-up-from-ground-water:before {
  content: "\e4b5";
}
#video-examples .fa-glass-martini-alt:before, #video-examples .fa-martini-glass:before {
  content: "\f57b";
}
#video-examples .fa-rotate-back:before, #video-examples .fa-rotate-backward:before, #video-examples .fa-rotate-left:before, #video-examples .fa-undo-alt:before {
  content: "\f2ea";
}
#video-examples .fa-columns:before, #video-examples .fa-table-columns:before {
  content: "\f0db";
}
#video-examples .fa-lemon:before {
  content: "\f094";
}
#video-examples .fa-head-side-mask:before {
  content: "\e063";
}
#video-examples .fa-handshake:before {
  content: "\f2b5";
}
#video-examples .fa-gem:before {
  content: "\f3a5";
}
#video-examples .fa-dolly-box:before, #video-examples .fa-dolly:before {
  content: "\f472";
}
#video-examples .fa-smoking:before {
  content: "\f48d";
}
#video-examples .fa-compress-arrows-alt:before, #video-examples .fa-minimize:before {
  content: "\f78c";
}
#video-examples .fa-monument:before {
  content: "\f5a6";
}
#video-examples .fa-snowplow:before {
  content: "\f7d2";
}
#video-examples .fa-angle-double-right:before, #video-examples .fa-angles-right:before {
  content: "\f101";
}
#video-examples .fa-cannabis:before {
  content: "\f55f";
}
#video-examples .fa-circle-play:before, #video-examples .fa-play-circle:before {
  content: "\f144";
}
#video-examples .fa-tablets:before {
  content: "\f490";
}
#video-examples .fa-ethernet:before {
  content: "\f796";
}
#video-examples .fa-eur:before, #video-examples .fa-euro-sign:before, #video-examples .fa-euro:before {
  content: "\f153";
}
#video-examples .fa-chair:before {
  content: "\f6c0";
}
#video-examples .fa-check-circle:before, #video-examples .fa-circle-check:before {
  content: "\f058";
}
#video-examples .fa-circle-stop:before, #video-examples .fa-stop-circle:before {
  content: "\f28d";
}
#video-examples .fa-compass-drafting:before, #video-examples .fa-drafting-compass:before {
  content: "\f568";
}
#video-examples .fa-plate-wheat:before {
  content: "\e55a";
}
#video-examples .fa-icicles:before {
  content: "\f7ad";
}
#video-examples .fa-person-shelter:before {
  content: "\e54f";
}
#video-examples .fa-neuter:before {
  content: "\f22c";
}
#video-examples .fa-id-badge:before {
  content: "\f2c1";
}
#video-examples .fa-marker:before {
  content: "\f5a1";
}
#video-examples .fa-face-laugh-beam:before, #video-examples .fa-laugh-beam:before {
  content: "\f59a";
}
#video-examples .fa-helicopter-symbol:before {
  content: "\e502";
}
#video-examples .fa-universal-access:before {
  content: "\f29a";
}
#video-examples .fa-chevron-circle-up:before, #video-examples .fa-circle-chevron-up:before {
  content: "\f139";
}
#video-examples .fa-lari-sign:before {
  content: "\e1c8";
}
#video-examples .fa-volcano:before {
  content: "\f770";
}
#video-examples .fa-person-walking-dashed-line-arrow-right:before {
  content: "\e553";
}
#video-examples .fa-gbp:before, #video-examples .fa-pound-sign:before, #video-examples .fa-sterling-sign:before {
  content: "\f154";
}
#video-examples .fa-viruses:before {
  content: "\e076";
}
#video-examples .fa-square-person-confined:before {
  content: "\e577";
}
#video-examples .fa-user-tie:before {
  content: "\f508";
}
#video-examples .fa-arrow-down-long:before, #video-examples .fa-long-arrow-down:before {
  content: "\f175";
}
#video-examples .fa-tent-arrow-down-to-line:before {
  content: "\e57e";
}
#video-examples .fa-certificate:before {
  content: "\f0a3";
}
#video-examples .fa-mail-reply-all:before, #video-examples .fa-reply-all:before {
  content: "\f122";
}
#video-examples .fa-suitcase:before {
  content: "\f0f2";
}
#video-examples .fa-person-skating:before, #video-examples .fa-skating:before {
  content: "\f7c5";
}
#video-examples .fa-filter-circle-dollar:before, #video-examples .fa-funnel-dollar:before {
  content: "\f662";
}
#video-examples .fa-camera-retro:before {
  content: "\f083";
}
#video-examples .fa-arrow-circle-down:before, #video-examples .fa-circle-arrow-down:before {
  content: "\f0ab";
}
#video-examples .fa-arrow-right-to-file:before, #video-examples .fa-file-import:before {
  content: "\f56f";
}
#video-examples .fa-external-link-square:before, #video-examples .fa-square-arrow-up-right:before {
  content: "\f14c";
}
#video-examples .fa-box-open:before {
  content: "\f49e";
}
#video-examples .fa-scroll:before {
  content: "\f70e";
}
#video-examples .fa-spa:before {
  content: "\f5bb";
}
#video-examples .fa-location-pin-lock:before {
  content: "\e51f";
}
#video-examples .fa-pause:before {
  content: "\f04c";
}
#video-examples .fa-hill-avalanche:before {
  content: "\e507";
}
#video-examples .fa-temperature-0:before, #video-examples .fa-temperature-empty:before, #video-examples .fa-thermometer-0:before, #video-examples .fa-thermometer-empty:before {
  content: "\f2cb";
}
#video-examples .fa-bomb:before {
  content: "\f1e2";
}
#video-examples .fa-registered:before {
  content: "\f25d";
}
#video-examples .fa-address-card:before, #video-examples .fa-contact-card:before, #video-examples .fa-vcard:before {
  content: "\f2bb";
}
#video-examples .fa-balance-scale-right:before, #video-examples .fa-scale-unbalanced-flip:before {
  content: "\f516";
}
#video-examples .fa-subscript:before {
  content: "\f12c";
}
#video-examples .fa-diamond-turn-right:before, #video-examples .fa-directions:before {
  content: "\f5eb";
}
#video-examples .fa-burst:before {
  content: "\e4dc";
}
#video-examples .fa-house-laptop:before, #video-examples .fa-laptop-house:before {
  content: "\e066";
}
#video-examples .fa-face-tired:before, #video-examples .fa-tired:before {
  content: "\f5c8";
}
#video-examples .fa-money-bills:before {
  content: "\e1f3";
}
#video-examples .fa-smog:before {
  content: "\f75f";
}
#video-examples .fa-crutch:before {
  content: "\f7f7";
}
#video-examples .fa-cloud-arrow-up:before, #video-examples .fa-cloud-upload-alt:before, #video-examples .fa-cloud-upload:before {
  content: "\f0ee";
}
#video-examples .fa-palette:before {
  content: "\f53f";
}
#video-examples .fa-arrows-turn-right:before {
  content: "\e4c0";
}
#video-examples .fa-vest:before {
  content: "\e085";
}
#video-examples .fa-ferry:before {
  content: "\e4ea";
}
#video-examples .fa-arrows-down-to-people:before {
  content: "\e4b9";
}
#video-examples .fa-seedling:before, #video-examples .fa-sprout:before {
  content: "\f4d8";
}
#video-examples .fa-arrows-alt-h:before, #video-examples .fa-left-right:before {
  content: "\f337";
}
#video-examples .fa-boxes-packing:before {
  content: "\e4c7";
}
#video-examples .fa-arrow-circle-left:before, #video-examples .fa-circle-arrow-left:before {
  content: "\f0a8";
}
#video-examples .fa-group-arrows-rotate:before {
  content: "\e4f6";
}
#video-examples .fa-bowl-food:before {
  content: "\e4c6";
}
#video-examples .fa-candy-cane:before {
  content: "\f786";
}
#video-examples .fa-arrow-down-wide-short:before, #video-examples .fa-sort-amount-asc:before, #video-examples .fa-sort-amount-down:before {
  content: "\f160";
}
#video-examples .fa-cloud-bolt:before, #video-examples .fa-thunderstorm:before {
  content: "\f76c";
}
#video-examples .fa-remove-format:before, #video-examples .fa-text-slash:before {
  content: "\f87d";
}
#video-examples .fa-face-smile-wink:before, #video-examples .fa-smile-wink:before {
  content: "\f4da";
}
#video-examples .fa-file-word:before {
  content: "\f1c2";
}
#video-examples .fa-file-powerpoint:before {
  content: "\f1c4";
}
#video-examples .fa-arrows-h:before, #video-examples .fa-arrows-left-right:before {
  content: "\f07e";
}
#video-examples .fa-house-lock:before {
  content: "\e510";
}
#video-examples .fa-cloud-arrow-down:before, #video-examples .fa-cloud-download-alt:before, #video-examples .fa-cloud-download:before {
  content: "\f0ed";
}
#video-examples .fa-children:before {
  content: "\e4e1";
}
#video-examples .fa-blackboard:before, #video-examples .fa-chalkboard:before {
  content: "\f51b";
}
#video-examples .fa-user-alt-slash:before, #video-examples .fa-user-large-slash:before {
  content: "\f4fa";
}
#video-examples .fa-envelope-open:before {
  content: "\f2b6";
}
#video-examples .fa-handshake-alt-slash:before, #video-examples .fa-handshake-simple-slash:before {
  content: "\e05f";
}
#video-examples .fa-mattress-pillow:before {
  content: "\e525";
}
#video-examples .fa-guarani-sign:before {
  content: "\e19a";
}
#video-examples .fa-arrows-rotate:before, #video-examples .fa-refresh:before, #video-examples .fa-sync:before {
  content: "\f021";
}
#video-examples .fa-fire-extinguisher:before {
  content: "\f134";
}
#video-examples .fa-cruzeiro-sign:before {
  content: "\e152";
}
#video-examples .fa-greater-than-equal:before {
  content: "\f532";
}
#video-examples .fa-shield-alt:before, #video-examples .fa-shield-halved:before {
  content: "\f3ed";
}
#video-examples .fa-atlas:before, #video-examples .fa-book-atlas:before {
  content: "\f558";
}
#video-examples .fa-virus:before {
  content: "\e074";
}
#video-examples .fa-envelope-circle-check:before {
  content: "\e4e8";
}
#video-examples .fa-layer-group:before {
  content: "\f5fd";
}
#video-examples .fa-arrows-to-dot:before {
  content: "\e4be";
}
#video-examples .fa-archway:before {
  content: "\f557";
}
#video-examples .fa-heart-circle-check:before {
  content: "\e4fd";
}
#video-examples .fa-house-chimney-crack:before, #video-examples .fa-house-damage:before {
  content: "\f6f1";
}
#video-examples .fa-file-archive:before, #video-examples .fa-file-zipper:before {
  content: "\f1c6";
}
#video-examples .fa-square:before {
  content: "\f0c8";
}
#video-examples .fa-glass-martini:before, #video-examples .fa-martini-glass-empty:before {
  content: "\f000";
}
#video-examples .fa-couch:before {
  content: "\f4b8";
}
#video-examples .fa-cedi-sign:before {
  content: "\e0df";
}
#video-examples .fa-italic:before {
  content: "\f033";
}
#video-examples .fa-church:before {
  content: "\f51d";
}
#video-examples .fa-comments-dollar:before {
  content: "\f653";
}
#video-examples .fa-democrat:before {
  content: "\f747";
}
#video-examples .fa-z:before {
  content: "Z";
}
#video-examples .fa-person-skiing:before, #video-examples .fa-skiing:before {
  content: "\f7c9";
}
#video-examples .fa-road-lock:before {
  content: "\e567";
}
#video-examples .fa-a:before {
  content: "A";
}
#video-examples .fa-temperature-arrow-down:before, #video-examples .fa-temperature-down:before {
  content: "\e03f";
}
#video-examples .fa-feather-alt:before, #video-examples .fa-feather-pointed:before {
  content: "\f56b";
}
#video-examples .fa-p:before {
  content: "P";
}
#video-examples .fa-snowflake:before {
  content: "\f2dc";
}
#video-examples .fa-newspaper:before {
  content: "\f1ea";
}
#video-examples .fa-ad:before, #video-examples .fa-rectangle-ad:before {
  content: "\f641";
}
#video-examples .fa-arrow-circle-right:before, #video-examples .fa-circle-arrow-right:before {
  content: "\f0a9";
}
#video-examples .fa-filter-circle-xmark:before {
  content: "\e17b";
}
#video-examples .fa-locust:before {
  content: "\e520";
}
#video-examples .fa-sort:before, #video-examples .fa-unsorted:before {
  content: "\f0dc";
}
#video-examples .fa-list-1-2:before, #video-examples .fa-list-numeric:before, #video-examples .fa-list-ol:before {
  content: "\f0cb";
}
#video-examples .fa-person-dress-burst:before {
  content: "\e544";
}
#video-examples .fa-money-check-alt:before, #video-examples .fa-money-check-dollar:before {
  content: "\f53d";
}
#video-examples .fa-vector-square:before {
  content: "\f5cb";
}
#video-examples .fa-bread-slice:before {
  content: "\f7ec";
}
#video-examples .fa-language:before {
  content: "\f1ab";
}
#video-examples .fa-face-kiss-wink-heart:before, #video-examples .fa-kiss-wink-heart:before {
  content: "\f598";
}
#video-examples .fa-filter:before {
  content: "\f0b0";
}
#video-examples .fa-question:before {
  content: "?";
}
#video-examples .fa-file-signature:before {
  content: "\f573";
}
#video-examples .fa-arrows-alt:before, #video-examples .fa-up-down-left-right:before {
  content: "\f0b2";
}
#video-examples .fa-house-chimney-user:before {
  content: "\e065";
}
#video-examples .fa-hand-holding-heart:before {
  content: "\f4be";
}
#video-examples .fa-puzzle-piece:before {
  content: "\f12e";
}
#video-examples .fa-money-check:before {
  content: "\f53c";
}
#video-examples .fa-star-half-alt:before, #video-examples .fa-star-half-stroke:before {
  content: "\f5c0";
}
#video-examples .fa-code:before {
  content: "\f121";
}
#video-examples .fa-glass-whiskey:before, #video-examples .fa-whiskey-glass:before {
  content: "\f7a0";
}
#video-examples .fa-building-circle-exclamation:before {
  content: "\e4d3";
}
#video-examples .fa-magnifying-glass-chart:before {
  content: "\e522";
}
#video-examples .fa-arrow-up-right-from-square:before, #video-examples .fa-external-link:before {
  content: "\f08e";
}
#video-examples .fa-cubes-stacked:before {
  content: "\e4e6";
}
#video-examples .fa-krw:before, #video-examples .fa-won-sign:before, #video-examples .fa-won:before {
  content: "\f159";
}
#video-examples .fa-virus-covid:before {
  content: "\e4a8";
}
#video-examples .fa-austral-sign:before {
  content: "\e0a9";
}
#video-examples .fa-f:before {
  content: "F";
}
#video-examples .fa-leaf:before {
  content: "\f06c";
}
#video-examples .fa-road:before {
  content: "\f018";
}
#video-examples .fa-cab:before, #video-examples .fa-taxi:before {
  content: "\f1ba";
}
#video-examples .fa-person-circle-plus:before {
  content: "\e541";
}
#video-examples .fa-chart-pie:before, #video-examples .fa-pie-chart:before {
  content: "\f200";
}
#video-examples .fa-bolt-lightning:before {
  content: "\e0b7";
}
#video-examples .fa-sack-xmark:before {
  content: "\e56a";
}
#video-examples .fa-file-excel:before {
  content: "\f1c3";
}
#video-examples .fa-file-contract:before {
  content: "\f56c";
}
#video-examples .fa-fish-fins:before {
  content: "\e4f2";
}
#video-examples .fa-building-flag:before {
  content: "\e4d5";
}
#video-examples .fa-face-grin-beam:before, #video-examples .fa-grin-beam:before {
  content: "\f582";
}
#video-examples .fa-object-ungroup:before {
  content: "\f248";
}
#video-examples .fa-poop:before {
  content: "\f619";
}
#video-examples .fa-location-pin:before, #video-examples .fa-map-marker:before {
  content: "\f041";
}
#video-examples .fa-kaaba:before {
  content: "\f66b";
}
#video-examples .fa-toilet-paper:before {
  content: "\f71e";
}
#video-examples .fa-hard-hat:before, #video-examples .fa-hat-hard:before, #video-examples .fa-helmet-safety:before {
  content: "\f807";
}
#video-examples .fa-eject:before {
  content: "\f052";
}
#video-examples .fa-arrow-alt-circle-right:before, #video-examples .fa-circle-right:before {
  content: "\f35a";
}
#video-examples .fa-plane-circle-check:before {
  content: "\e555";
}
#video-examples .fa-face-rolling-eyes:before, #video-examples .fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
#video-examples .fa-object-group:before {
  content: "\f247";
}
#video-examples .fa-chart-line:before, #video-examples .fa-line-chart:before {
  content: "\f201";
}
#video-examples .fa-mask-ventilator:before {
  content: "\e524";
}
#video-examples .fa-arrow-right:before {
  content: "\f061";
}
#video-examples .fa-map-signs:before, #video-examples .fa-signs-post:before {
  content: "\f277";
}
#video-examples .fa-cash-register:before {
  content: "\f788";
}
#video-examples .fa-person-circle-question:before {
  content: "\e542";
}
#video-examples .fa-h:before {
  content: "H";
}
#video-examples .fa-tarp:before {
  content: "\e57b";
}
#video-examples .fa-screwdriver-wrench:before, #video-examples .fa-tools:before {
  content: "\f7d9";
}
#video-examples .fa-arrows-to-eye:before {
  content: "\e4bf";
}
#video-examples .fa-plug-circle-bolt:before {
  content: "\e55b";
}
#video-examples .fa-heart:before {
  content: "\f004";
}
#video-examples .fa-mars-and-venus:before {
  content: "\f224";
}
#video-examples .fa-home-user:before, #video-examples .fa-house-user:before {
  content: "\e1b0";
}
#video-examples .fa-dumpster-fire:before {
  content: "\f794";
}
#video-examples .fa-house-crack:before {
  content: "\e3b1";
}
#video-examples .fa-cocktail:before, #video-examples .fa-martini-glass-citrus:before {
  content: "\f561";
}
#video-examples .fa-face-surprise:before, #video-examples .fa-surprise:before {
  content: "\f5c2";
}
#video-examples .fa-bottle-water:before {
  content: "\e4c5";
}
#video-examples .fa-circle-pause:before, #video-examples .fa-pause-circle:before {
  content: "\f28b";
}
#video-examples .fa-toilet-paper-slash:before {
  content: "\e072";
}
#video-examples .fa-apple-alt:before, #video-examples .fa-apple-whole:before {
  content: "\f5d1";
}
#video-examples .fa-kitchen-set:before {
  content: "\e51a";
}
#video-examples .fa-r:before {
  content: "R";
}
#video-examples .fa-temperature-1:before, #video-examples .fa-temperature-quarter:before, #video-examples .fa-thermometer-1:before, #video-examples .fa-thermometer-quarter:before {
  content: "\f2ca";
}
#video-examples .fa-cube:before {
  content: "\f1b2";
}
#video-examples .fa-bitcoin-sign:before {
  content: "\e0b4";
}
#video-examples .fa-shield-dog:before {
  content: "\e573";
}
#video-examples .fa-solar-panel:before {
  content: "\f5ba";
}
#video-examples .fa-lock-open:before {
  content: "\f3c1";
}
#video-examples .fa-elevator:before {
  content: "\e16d";
}
#video-examples .fa-money-bill-transfer:before {
  content: "\e528";
}
#video-examples .fa-money-bill-trend-up:before {
  content: "\e529";
}
#video-examples .fa-house-flood-water-circle-arrow-right:before {
  content: "\e50f";
}
#video-examples .fa-poll-h:before, #video-examples .fa-square-poll-horizontal:before {
  content: "\f682";
}
#video-examples .fa-circle:before {
  content: "\f111";
}
#video-examples .fa-backward-fast:before, #video-examples .fa-fast-backward:before {
  content: "\f049";
}
#video-examples .fa-recycle:before {
  content: "\f1b8";
}
#video-examples .fa-user-astronaut:before {
  content: "\f4fb";
}
#video-examples .fa-plane-slash:before {
  content: "\e069";
}
#video-examples .fa-trademark:before {
  content: "\f25c";
}
#video-examples .fa-basketball-ball:before, #video-examples .fa-basketball:before {
  content: "\f434";
}
#video-examples .fa-satellite-dish:before {
  content: "\f7c0";
}
#video-examples .fa-arrow-alt-circle-up:before, #video-examples .fa-circle-up:before {
  content: "\f35b";
}
#video-examples .fa-mobile-alt:before, #video-examples .fa-mobile-screen-button:before {
  content: "\f3cd";
}
#video-examples .fa-volume-high:before, #video-examples .fa-volume-up:before {
  content: "\f028";
}
#video-examples .fa-users-rays:before {
  content: "\e593";
}
#video-examples .fa-wallet:before {
  content: "\f555";
}
#video-examples .fa-clipboard-check:before {
  content: "\f46c";
}
#video-examples .fa-file-audio:before {
  content: "\f1c7";
}
#video-examples .fa-burger:before, #video-examples .fa-hamburger:before {
  content: "\f805";
}
#video-examples .fa-wrench:before {
  content: "\f0ad";
}
#video-examples .fa-bugs:before {
  content: "\e4d0";
}
#video-examples .fa-rupee-sign:before, #video-examples .fa-rupee:before {
  content: "\f156";
}
#video-examples .fa-file-image:before {
  content: "\f1c5";
}
#video-examples .fa-circle-question:before, #video-examples .fa-question-circle:before {
  content: "\f059";
}
#video-examples .fa-plane-departure:before {
  content: "\f5b0";
}
#video-examples .fa-handshake-slash:before {
  content: "\e060";
}
#video-examples .fa-book-bookmark:before {
  content: "\e0bb";
}
#video-examples .fa-code-branch:before {
  content: "\f126";
}
#video-examples .fa-hat-cowboy:before {
  content: "\f8c0";
}
#video-examples .fa-bridge:before {
  content: "\e4c8";
}
#video-examples .fa-phone-alt:before, #video-examples .fa-phone-flip:before {
  content: "\f879";
}
#video-examples .fa-truck-front:before {
  content: "\e2b7";
}
#video-examples .fa-cat:before {
  content: "\f6be";
}
#video-examples .fa-anchor-circle-exclamation:before {
  content: "\e4ab";
}
#video-examples .fa-truck-field:before {
  content: "\e58d";
}
#video-examples .fa-route:before {
  content: "\f4d7";
}
#video-examples .fa-clipboard-question:before {
  content: "\e4e3";
}
#video-examples .fa-panorama:before {
  content: "\e209";
}
#video-examples .fa-comment-medical:before {
  content: "\f7f5";
}
#video-examples .fa-teeth-open:before {
  content: "\f62f";
}
#video-examples .fa-file-circle-minus:before {
  content: "\e4ed";
}
#video-examples .fa-tags:before {
  content: "\f02c";
}
#video-examples .fa-wine-glass:before {
  content: "\f4e3";
}
#video-examples .fa-fast-forward:before, #video-examples .fa-forward-fast:before {
  content: "\f050";
}
#video-examples .fa-face-meh-blank:before, #video-examples .fa-meh-blank:before {
  content: "\f5a4";
}
#video-examples .fa-parking:before, #video-examples .fa-square-parking:before {
  content: "\f540";
}
#video-examples .fa-house-signal:before {
  content: "\e012";
}
#video-examples .fa-bars-progress:before, #video-examples .fa-tasks-alt:before {
  content: "\f828";
}
#video-examples .fa-faucet-drip:before {
  content: "\e006";
}
#video-examples .fa-cart-flatbed:before, #video-examples .fa-dolly-flatbed:before {
  content: "\f474";
}
#video-examples .fa-ban-smoking:before, #video-examples .fa-smoking-ban:before {
  content: "\f54d";
}
#video-examples .fa-terminal:before {
  content: "\f120";
}
#video-examples .fa-mobile-button:before {
  content: "\f10b";
}
#video-examples .fa-house-medical-flag:before {
  content: "\e514";
}
#video-examples .fa-basket-shopping:before, #video-examples .fa-shopping-basket:before {
  content: "\f291";
}
#video-examples .fa-tape:before {
  content: "\f4db";
}
#video-examples .fa-bus-alt:before, #video-examples .fa-bus-simple:before {
  content: "\f55e";
}
#video-examples .fa-eye:before {
  content: "\f06e";
}
#video-examples .fa-face-sad-cry:before, #video-examples .fa-sad-cry:before {
  content: "\f5b3";
}
#video-examples .fa-audio-description:before {
  content: "\f29e";
}
#video-examples .fa-person-military-to-person:before {
  content: "\e54c";
}
#video-examples .fa-file-shield:before {
  content: "\e4f0";
}
#video-examples .fa-user-slash:before {
  content: "\f506";
}
#video-examples .fa-pen:before {
  content: "\f304";
}
#video-examples .fa-tower-observation:before {
  content: "\e586";
}
#video-examples .fa-file-code:before {
  content: "\f1c9";
}
#video-examples .fa-signal-5:before, #video-examples .fa-signal-perfect:before, #video-examples .fa-signal:before {
  content: "\f012";
}
#video-examples .fa-bus:before {
  content: "\f207";
}
#video-examples .fa-heart-circle-xmark:before {
  content: "\e501";
}
#video-examples .fa-home-lg:before, #video-examples .fa-house-chimney:before {
  content: "\e3af";
}
#video-examples .fa-window-maximize:before {
  content: "\f2d0";
}
#video-examples .fa-face-frown:before, #video-examples .fa-frown:before {
  content: "\f119";
}
#video-examples .fa-prescription:before {
  content: "\f5b1";
}
#video-examples .fa-shop:before, #video-examples .fa-store-alt:before {
  content: "\f54f";
}
#video-examples .fa-floppy-disk:before, #video-examples .fa-save:before {
  content: "\f0c7";
}
#video-examples .fa-vihara:before {
  content: "\f6a7";
}
#video-examples .fa-balance-scale-left:before, #video-examples .fa-scale-unbalanced:before {
  content: "\f515";
}
#video-examples .fa-sort-asc:before, #video-examples .fa-sort-up:before {
  content: "\f0de";
}
#video-examples .fa-comment-dots:before, #video-examples .fa-commenting:before {
  content: "\f4ad";
}
#video-examples .fa-plant-wilt:before {
  content: "\e5aa";
}
#video-examples .fa-diamond:before {
  content: "\f219";
}
#video-examples .fa-face-grin-squint:before, #video-examples .fa-grin-squint:before {
  content: "\f585";
}
#video-examples .fa-hand-holding-dollar:before, #video-examples .fa-hand-holding-usd:before {
  content: "\f4c0";
}
#video-examples .fa-bacterium:before {
  content: "\e05a";
}
#video-examples .fa-hand-pointer:before {
  content: "\f25a";
}
#video-examples .fa-drum-steelpan:before {
  content: "\f56a";
}
#video-examples .fa-hand-scissors:before {
  content: "\f257";
}
#video-examples .fa-hands-praying:before, #video-examples .fa-praying-hands:before {
  content: "\f684";
}
#video-examples .fa-arrow-right-rotate:before, #video-examples .fa-arrow-rotate-forward:before, #video-examples .fa-arrow-rotate-right:before, #video-examples .fa-redo:before {
  content: "\f01e";
}
#video-examples .fa-biohazard:before {
  content: "\f780";
}
#video-examples .fa-location-crosshairs:before, #video-examples .fa-location:before {
  content: "\f601";
}
#video-examples .fa-mars-double:before {
  content: "\f227";
}
#video-examples .fa-child-dress:before {
  content: "\e59c";
}
#video-examples .fa-users-between-lines:before {
  content: "\e591";
}
#video-examples .fa-lungs-virus:before {
  content: "\e067";
}
#video-examples .fa-face-grin-tears:before, #video-examples .fa-grin-tears:before {
  content: "\f588";
}
#video-examples .fa-phone:before {
  content: "\f095";
}
#video-examples .fa-calendar-times:before, #video-examples .fa-calendar-xmark:before {
  content: "\f273";
}
#video-examples .fa-child-reaching:before {
  content: "\e59d";
}
#video-examples .fa-head-side-virus:before {
  content: "\e064";
}
#video-examples .fa-user-cog:before, #video-examples .fa-user-gear:before {
  content: "\f4fe";
}
#video-examples .fa-arrow-up-1-9:before, #video-examples .fa-sort-numeric-up:before {
  content: "\f163";
}
#video-examples .fa-door-closed:before {
  content: "\f52a";
}
#video-examples .fa-shield-virus:before {
  content: "\e06c";
}
#video-examples .fa-dice-six:before {
  content: "\f526";
}
#video-examples .fa-mosquito-net:before {
  content: "\e52c";
}
#video-examples .fa-bridge-water:before {
  content: "\e4ce";
}
#video-examples .fa-person-booth:before {
  content: "\f756";
}
#video-examples .fa-text-width:before {
  content: "\f035";
}
#video-examples .fa-hat-wizard:before {
  content: "\f6e8";
}
#video-examples .fa-pen-fancy:before {
  content: "\f5ac";
}
#video-examples .fa-digging:before, #video-examples .fa-person-digging:before {
  content: "\f85e";
}
#video-examples .fa-trash:before {
  content: "\f1f8";
}
#video-examples .fa-gauge-simple-med:before, #video-examples .fa-gauge-simple:before, #video-examples .fa-tachometer-average:before {
  content: "\f629";
}
#video-examples .fa-book-medical:before {
  content: "\f7e6";
}
#video-examples .fa-poo:before {
  content: "\f2fe";
}
#video-examples .fa-quote-right-alt:before, #video-examples .fa-quote-right:before {
  content: "\f10e";
}
#video-examples .fa-shirt:before, #video-examples .fa-t-shirt:before, #video-examples .fa-tshirt:before {
  content: "\f553";
}
#video-examples .fa-cubes:before {
  content: "\f1b3";
}
#video-examples .fa-divide:before {
  content: "\f529";
}
#video-examples .fa-tenge-sign:before, #video-examples .fa-tenge:before {
  content: "\f7d7";
}
#video-examples .fa-headphones:before {
  content: "\f025";
}
#video-examples .fa-hands-holding:before {
  content: "\f4c2";
}
#video-examples .fa-hands-clapping:before {
  content: "\e1a8";
}
#video-examples .fa-republican:before {
  content: "\f75e";
}
#video-examples .fa-arrow-left:before {
  content: "\f060";
}
#video-examples .fa-person-circle-xmark:before {
  content: "\e543";
}
#video-examples .fa-ruler:before {
  content: "\f545";
}
#video-examples .fa-align-left:before {
  content: "\f036";
}
#video-examples .fa-dice-d6:before {
  content: "\f6d1";
}
#video-examples .fa-restroom:before {
  content: "\f7bd";
}
#video-examples .fa-j:before {
  content: "J";
}
#video-examples .fa-users-viewfinder:before {
  content: "\e595";
}
#video-examples .fa-file-video:before {
  content: "\f1c8";
}
#video-examples .fa-external-link-alt:before, #video-examples .fa-up-right-from-square:before {
  content: "\f35d";
}
#video-examples .fa-table-cells:before, #video-examples .fa-th:before {
  content: "\f00a";
}
#video-examples .fa-file-pdf:before {
  content: "\f1c1";
}
#video-examples .fa-bible:before, #video-examples .fa-book-bible:before {
  content: "\f647";
}
#video-examples .fa-o:before {
  content: "O";
}
#video-examples .fa-medkit:before, #video-examples .fa-suitcase-medical:before {
  content: "\f0fa";
}
#video-examples .fa-user-secret:before {
  content: "\f21b";
}
#video-examples .fa-otter:before {
  content: "\f700";
}
#video-examples .fa-female:before, #video-examples .fa-person-dress:before {
  content: "\f182";
}
#video-examples .fa-comment-dollar:before {
  content: "\f651";
}
#video-examples .fa-briefcase-clock:before, #video-examples .fa-business-time:before {
  content: "\f64a";
}
#video-examples .fa-table-cells-large:before, #video-examples .fa-th-large:before {
  content: "\f009";
}
#video-examples .fa-book-tanakh:before, #video-examples .fa-tanakh:before {
  content: "\f827";
}
#video-examples .fa-phone-volume:before, #video-examples .fa-volume-control-phone:before {
  content: "\f2a0";
}
#video-examples .fa-hat-cowboy-side:before {
  content: "\f8c1";
}
#video-examples .fa-clipboard-user:before {
  content: "\f7f3";
}
#video-examples .fa-child:before {
  content: "\f1ae";
}
#video-examples .fa-lira-sign:before {
  content: "\f195";
}
#video-examples .fa-satellite:before {
  content: "\f7bf";
}
#video-examples .fa-plane-lock:before {
  content: "\e558";
}
#video-examples .fa-tag:before {
  content: "\f02b";
}
#video-examples .fa-comment:before {
  content: "\f075";
}
#video-examples .fa-birthday-cake:before, #video-examples .fa-cake-candles:before, #video-examples .fa-cake:before {
  content: "\f1fd";
}
#video-examples .fa-envelope:before {
  content: "\f0e0";
}
#video-examples .fa-angle-double-up:before, #video-examples .fa-angles-up:before {
  content: "\f102";
}
#video-examples .fa-paperclip:before {
  content: "\f0c6";
}
#video-examples .fa-arrow-right-to-city:before {
  content: "\e4b3";
}
#video-examples .fa-ribbon:before {
  content: "\f4d6";
}
#video-examples .fa-lungs:before {
  content: "\f604";
}
#video-examples .fa-arrow-up-9-1:before, #video-examples .fa-sort-numeric-up-alt:before {
  content: "\f887";
}
#video-examples .fa-litecoin-sign:before {
  content: "\e1d3";
}
#video-examples .fa-border-none:before {
  content: "\f850";
}
#video-examples .fa-circle-nodes:before {
  content: "\e4e2";
}
#video-examples .fa-parachute-box:before {
  content: "\f4cd";
}
#video-examples .fa-indent:before {
  content: "\f03c";
}
#video-examples .fa-truck-field-un:before {
  content: "\e58e";
}
#video-examples .fa-hourglass-empty:before, #video-examples .fa-hourglass:before {
  content: "\f254";
}
#video-examples .fa-mountain:before {
  content: "\f6fc";
}
#video-examples .fa-user-doctor:before, #video-examples .fa-user-md:before {
  content: "\f0f0";
}
#video-examples .fa-circle-info:before, #video-examples .fa-info-circle:before {
  content: "\f05a";
}
#video-examples .fa-cloud-meatball:before {
  content: "\f73b";
}
#video-examples .fa-camera-alt:before, #video-examples .fa-camera:before {
  content: "\f030";
}
#video-examples .fa-square-virus:before {
  content: "\e578";
}
#video-examples .fa-meteor:before {
  content: "\f753";
}
#video-examples .fa-car-on:before {
  content: "\e4dd";
}
#video-examples .fa-sleigh:before {
  content: "\f7cc";
}
#video-examples .fa-arrow-down-1-9:before, #video-examples .fa-sort-numeric-asc:before, #video-examples .fa-sort-numeric-down:before {
  content: "\f162";
}
#video-examples .fa-hand-holding-droplet:before, #video-examples .fa-hand-holding-water:before {
  content: "\f4c1";
}
#video-examples .fa-water:before {
  content: "\f773";
}
#video-examples .fa-calendar-check:before {
  content: "\f274";
}
#video-examples .fa-braille:before {
  content: "\f2a1";
}
#video-examples .fa-prescription-bottle-alt:before, #video-examples .fa-prescription-bottle-medical:before {
  content: "\f486";
}
#video-examples .fa-landmark:before {
  content: "\f66f";
}
#video-examples .fa-truck:before {
  content: "\f0d1";
}
#video-examples .fa-crosshairs:before {
  content: "\f05b";
}
#video-examples .fa-person-cane:before {
  content: "\e53c";
}
#video-examples .fa-tent:before {
  content: "\e57d";
}
#video-examples .fa-vest-patches:before {
  content: "\e086";
}
#video-examples .fa-check-double:before {
  content: "\f560";
}
#video-examples .fa-arrow-down-a-z:before, #video-examples .fa-sort-alpha-asc:before, #video-examples .fa-sort-alpha-down:before {
  content: "\f15d";
}
#video-examples .fa-money-bill-wheat:before {
  content: "\e52a";
}
#video-examples .fa-cookie:before {
  content: "\f563";
}
#video-examples .fa-arrow-left-rotate:before, #video-examples .fa-arrow-rotate-back:before, #video-examples .fa-arrow-rotate-backward:before, #video-examples .fa-arrow-rotate-left:before, #video-examples .fa-undo:before {
  content: "\f0e2";
}
#video-examples .fa-hard-drive:before, #video-examples .fa-hdd:before {
  content: "\f0a0";
}
#video-examples .fa-face-grin-squint-tears:before, #video-examples .fa-grin-squint-tears:before {
  content: "\f586";
}
#video-examples .fa-dumbbell:before {
  content: "\f44b";
}
#video-examples .fa-list-alt:before, #video-examples .fa-rectangle-list:before {
  content: "\f022";
}
#video-examples .fa-tarp-droplet:before {
  content: "\e57c";
}
#video-examples .fa-house-medical-circle-check:before {
  content: "\e511";
}
#video-examples .fa-person-skiing-nordic:before, #video-examples .fa-skiing-nordic:before {
  content: "\f7ca";
}
#video-examples .fa-calendar-plus:before {
  content: "\f271";
}
#video-examples .fa-plane-arrival:before {
  content: "\f5af";
}
#video-examples .fa-arrow-alt-circle-left:before, #video-examples .fa-circle-left:before {
  content: "\f359";
}
#video-examples .fa-subway:before, #video-examples .fa-train-subway:before {
  content: "\f239";
}
#video-examples .fa-chart-gantt:before {
  content: "\e0e4";
}
#video-examples .fa-indian-rupee-sign:before, #video-examples .fa-indian-rupee:before, #video-examples .fa-inr:before {
  content: "\e1bc";
}
#video-examples .fa-crop-alt:before, #video-examples .fa-crop-simple:before {
  content: "\f565";
}
#video-examples .fa-money-bill-1:before, #video-examples .fa-money-bill-alt:before {
  content: "\f3d1";
}
#video-examples .fa-left-long:before, #video-examples .fa-long-arrow-alt-left:before {
  content: "\f30a";
}
#video-examples .fa-dna:before {
  content: "\f471";
}
#video-examples .fa-virus-slash:before {
  content: "\e075";
}
#video-examples .fa-minus:before, #video-examples .fa-subtract:before {
  content: "\f068";
}
#video-examples .fa-chess:before {
  content: "\f439";
}
#video-examples .fa-arrow-left-long:before, #video-examples .fa-long-arrow-left:before {
  content: "\f177";
}
#video-examples .fa-plug-circle-check:before {
  content: "\e55c";
}
#video-examples .fa-street-view:before {
  content: "\f21d";
}
#video-examples .fa-franc-sign:before {
  content: "\e18f";
}
#video-examples .fa-volume-off:before {
  content: "\f026";
}
#video-examples .fa-american-sign-language-interpreting:before, #video-examples .fa-asl-interpreting:before, #video-examples .fa-hands-american-sign-language-interpreting:before, #video-examples .fa-hands-asl-interpreting:before {
  content: "\f2a3";
}
#video-examples .fa-cog:before, #video-examples .fa-gear:before {
  content: "\f013";
}
#video-examples .fa-droplet-slash:before, #video-examples .fa-tint-slash:before {
  content: "\f5c7";
}
#video-examples .fa-mosque:before {
  content: "\f678";
}
#video-examples .fa-mosquito:before {
  content: "\e52b";
}
#video-examples .fa-star-of-david:before {
  content: "\f69a";
}
#video-examples .fa-person-military-rifle:before {
  content: "\e54b";
}
#video-examples .fa-cart-shopping:before, #video-examples .fa-shopping-cart:before {
  content: "\f07a";
}
#video-examples .fa-vials:before {
  content: "\f493";
}
#video-examples .fa-plug-circle-plus:before {
  content: "\e55f";
}
#video-examples .fa-place-of-worship:before {
  content: "\f67f";
}
#video-examples .fa-grip-vertical:before {
  content: "\f58e";
}
#video-examples .fa-arrow-turn-up:before, #video-examples .fa-level-up:before {
  content: "\f148";
}
#video-examples .fa-u:before {
  content: "U";
}
#video-examples .fa-square-root-alt:before, #video-examples .fa-square-root-variable:before {
  content: "\f698";
}
#video-examples .fa-clock-four:before, #video-examples .fa-clock:before {
  content: "\f017";
}
#video-examples .fa-backward-step:before, #video-examples .fa-step-backward:before {
  content: "\f048";
}
#video-examples .fa-pallet:before {
  content: "\f482";
}
#video-examples .fa-faucet:before {
  content: "\e005";
}
#video-examples .fa-baseball-bat-ball:before {
  content: "\f432";
}
#video-examples .fa-s:before {
  content: "S";
}
#video-examples .fa-timeline:before {
  content: "\e29c";
}
#video-examples .fa-keyboard:before {
  content: "\f11c";
}
#video-examples .fa-caret-down:before {
  content: "\f0d7";
}
#video-examples .fa-clinic-medical:before, #video-examples .fa-house-chimney-medical:before {
  content: "\f7f2";
}
#video-examples .fa-temperature-3:before, #video-examples .fa-temperature-three-quarters:before, #video-examples .fa-thermometer-3:before, #video-examples .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
#video-examples .fa-mobile-android-alt:before, #video-examples .fa-mobile-screen:before {
  content: "\f3cf";
}
#video-examples .fa-plane-up:before {
  content: "\e22d";
}
#video-examples .fa-piggy-bank:before {
  content: "\f4d3";
}
#video-examples .fa-battery-3:before, #video-examples .fa-battery-half:before {
  content: "\f242";
}
#video-examples .fa-mountain-city:before {
  content: "\e52e";
}
#video-examples .fa-coins:before {
  content: "\f51e";
}
#video-examples .fa-khanda:before {
  content: "\f66d";
}
#video-examples .fa-sliders-h:before, #video-examples .fa-sliders:before {
  content: "\f1de";
}
#video-examples .fa-folder-tree:before {
  content: "\f802";
}
#video-examples .fa-network-wired:before {
  content: "\f6ff";
}
#video-examples .fa-map-pin:before {
  content: "\f276";
}
#video-examples .fa-hamsa:before {
  content: "\f665";
}
#video-examples .fa-cent-sign:before {
  content: "\e3f5";
}
#video-examples .fa-flask:before {
  content: "\f0c3";
}
#video-examples .fa-person-pregnant:before {
  content: "\e31e";
}
#video-examples .fa-wand-sparkles:before {
  content: "\f72b";
}
#video-examples .fa-ellipsis-v:before, #video-examples .fa-ellipsis-vertical:before {
  content: "\f142";
}
#video-examples .fa-ticket:before {
  content: "\f145";
}
#video-examples .fa-power-off:before {
  content: "\f011";
}
#video-examples .fa-long-arrow-alt-right:before, #video-examples .fa-right-long:before {
  content: "\f30b";
}
#video-examples .fa-flag-usa:before {
  content: "\f74d";
}
#video-examples .fa-laptop-file:before {
  content: "\e51d";
}
#video-examples .fa-teletype:before, #video-examples .fa-tty:before {
  content: "\f1e4";
}
#video-examples .fa-diagram-next:before {
  content: "\e476";
}
#video-examples .fa-person-rifle:before {
  content: "\e54e";
}
#video-examples .fa-house-medical-circle-exclamation:before {
  content: "\e512";
}
#video-examples .fa-closed-captioning:before {
  content: "\f20a";
}
#video-examples .fa-hiking:before, #video-examples .fa-person-hiking:before {
  content: "\f6ec";
}
#video-examples .fa-venus-double:before {
  content: "\f226";
}
#video-examples .fa-images:before {
  content: "\f302";
}
#video-examples .fa-calculator:before {
  content: "\f1ec";
}
#video-examples .fa-people-pulling:before {
  content: "\e535";
}
#video-examples .fa-n:before {
  content: "N";
}
#video-examples .fa-cable-car:before, #video-examples .fa-tram:before {
  content: "\f7da";
}
#video-examples .fa-cloud-rain:before {
  content: "\f73d";
}
#video-examples .fa-building-circle-xmark:before {
  content: "\e4d4";
}
#video-examples .fa-ship:before {
  content: "\f21a";
}
#video-examples .fa-arrows-down-to-line:before {
  content: "\e4b8";
}
#video-examples .fa-download:before {
  content: "\f019";
}
#video-examples .fa-face-grin:before, #video-examples .fa-grin:before {
  content: "\f580";
}
#video-examples .fa-backspace:before, #video-examples .fa-delete-left:before {
  content: "\f55a";
}
#video-examples .fa-eye-dropper-empty:before, #video-examples .fa-eye-dropper:before, #video-examples .fa-eyedropper:before {
  content: "\f1fb";
}
#video-examples .fa-file-circle-check:before {
  content: "\e5a0";
}
#video-examples .fa-forward:before {
  content: "\f04e";
}
#video-examples .fa-mobile-android:before, #video-examples .fa-mobile-phone:before, #video-examples .fa-mobile:before {
  content: "\f3ce";
}
#video-examples .fa-face-meh:before, #video-examples .fa-meh:before {
  content: "\f11a";
}
#video-examples .fa-align-center:before {
  content: "\f037";
}
#video-examples .fa-book-dead:before, #video-examples .fa-book-skull:before {
  content: "\f6b7";
}
#video-examples .fa-drivers-license:before, #video-examples .fa-id-card:before {
  content: "\f2c2";
}
#video-examples .fa-dedent:before, #video-examples .fa-outdent:before {
  content: "\f03b";
}
#video-examples .fa-heart-circle-exclamation:before {
  content: "\e4fe";
}
#video-examples .fa-home-alt:before, #video-examples .fa-home-lg-alt:before, #video-examples .fa-home:before, #video-examples .fa-house:before {
  content: "\f015";
}
#video-examples .fa-calendar-week:before {
  content: "\f784";
}
#video-examples .fa-laptop-medical:before {
  content: "\f812";
}
#video-examples .fa-b:before {
  content: "B";
}
#video-examples .fa-file-medical:before {
  content: "\f477";
}
#video-examples .fa-dice-one:before {
  content: "\f525";
}
#video-examples .fa-kiwi-bird:before {
  content: "\f535";
}
#video-examples .fa-arrow-right-arrow-left:before, #video-examples .fa-exchange:before {
  content: "\f0ec";
}
#video-examples .fa-redo-alt:before, #video-examples .fa-rotate-forward:before, #video-examples .fa-rotate-right:before {
  content: "\f2f9";
}
#video-examples .fa-cutlery:before, #video-examples .fa-utensils:before {
  content: "\f2e7";
}
#video-examples .fa-arrow-up-wide-short:before, #video-examples .fa-sort-amount-up:before {
  content: "\f161";
}
#video-examples .fa-mill-sign:before {
  content: "\e1ed";
}
#video-examples .fa-bowl-rice:before {
  content: "\e2eb";
}
#video-examples .fa-skull:before {
  content: "\f54c";
}
#video-examples .fa-broadcast-tower:before, #video-examples .fa-tower-broadcast:before {
  content: "\f519";
}
#video-examples .fa-truck-pickup:before {
  content: "\f63c";
}
#video-examples .fa-long-arrow-alt-up:before, #video-examples .fa-up-long:before {
  content: "\f30c";
}
#video-examples .fa-stop:before {
  content: "\f04d";
}
#video-examples .fa-code-merge:before {
  content: "\f387";
}
#video-examples .fa-upload:before {
  content: "\f093";
}
#video-examples .fa-hurricane:before {
  content: "\f751";
}
#video-examples .fa-mound:before {
  content: "\e52d";
}
#video-examples .fa-toilet-portable:before {
  content: "\e583";
}
#video-examples .fa-compact-disc:before {
  content: "\f51f";
}
#video-examples .fa-file-arrow-down:before, #video-examples .fa-file-download:before {
  content: "\f56d";
}
#video-examples .fa-caravan:before {
  content: "\f8ff";
}
#video-examples .fa-shield-cat:before {
  content: "\e572";
}
#video-examples .fa-bolt:before, #video-examples .fa-zap:before {
  content: "\f0e7";
}
#video-examples .fa-glass-water:before {
  content: "\e4f4";
}
#video-examples .fa-oil-well:before {
  content: "\e532";
}
#video-examples .fa-vault:before {
  content: "\e2c5";
}
#video-examples .fa-mars:before {
  content: "\f222";
}
#video-examples .fa-toilet:before {
  content: "\f7d8";
}
#video-examples .fa-plane-circle-xmark:before {
  content: "\e557";
}
#video-examples .fa-cny:before, #video-examples .fa-jpy:before, #video-examples .fa-rmb:before, #video-examples .fa-yen-sign:before, #video-examples .fa-yen:before {
  content: "\f157";
}
#video-examples .fa-rouble:before, #video-examples .fa-rub:before, #video-examples .fa-ruble-sign:before, #video-examples .fa-ruble:before {
  content: "\f158";
}
#video-examples .fa-sun:before {
  content: "\f185";
}
#video-examples .fa-guitar:before {
  content: "\f7a6";
}
#video-examples .fa-face-laugh-wink:before, #video-examples .fa-laugh-wink:before {
  content: "\f59c";
}
#video-examples .fa-horse-head:before {
  content: "\f7ab";
}
#video-examples .fa-bore-hole:before {
  content: "\e4c3";
}
#video-examples .fa-industry:before {
  content: "\f275";
}
#video-examples .fa-arrow-alt-circle-down:before, #video-examples .fa-circle-down:before {
  content: "\f358";
}
#video-examples .fa-arrows-turn-to-dots:before {
  content: "\e4c1";
}
#video-examples .fa-florin-sign:before {
  content: "\e184";
}
#video-examples .fa-arrow-down-short-wide:before, #video-examples .fa-sort-amount-desc:before, #video-examples .fa-sort-amount-down-alt:before {
  content: "\f884";
}
#video-examples .fa-less-than:before {
  content: "<";
}
#video-examples .fa-angle-down:before {
  content: "\f107";
}
#video-examples .fa-car-tunnel:before {
  content: "\e4de";
}
#video-examples .fa-head-side-cough:before {
  content: "\e061";
}
#video-examples .fa-grip-lines:before {
  content: "\f7a4";
}
#video-examples .fa-thumbs-down:before {
  content: "\f165";
}
#video-examples .fa-user-lock:before {
  content: "\f502";
}
#video-examples .fa-arrow-right-long:before, #video-examples .fa-long-arrow-right:before {
  content: "\f178";
}
#video-examples .fa-anchor-circle-xmark:before {
  content: "\e4ac";
}
#video-examples .fa-ellipsis-h:before, #video-examples .fa-ellipsis:before {
  content: "\f141";
}
#video-examples .fa-chess-pawn:before {
  content: "\f443";
}
#video-examples .fa-first-aid:before, #video-examples .fa-kit-medical:before {
  content: "\f479";
}
#video-examples .fa-person-through-window:before {
  content: "\e5a9";
}
#video-examples .fa-toolbox:before {
  content: "\f552";
}
#video-examples .fa-hands-holding-circle:before {
  content: "\e4fb";
}
#video-examples .fa-bug:before {
  content: "\f188";
}
#video-examples .fa-credit-card-alt:before, #video-examples .fa-credit-card:before {
  content: "\f09d";
}
#video-examples .fa-automobile:before, #video-examples .fa-car:before {
  content: "\f1b9";
}
#video-examples .fa-hand-holding-hand:before {
  content: "\e4f7";
}
#video-examples .fa-book-open-reader:before, #video-examples .fa-book-reader:before {
  content: "\f5da";
}
#video-examples .fa-mountain-sun:before {
  content: "\e52f";
}
#video-examples .fa-arrows-left-right-to-line:before {
  content: "\e4ba";
}
#video-examples .fa-dice-d20:before {
  content: "\f6cf";
}
#video-examples .fa-truck-droplet:before {
  content: "\e58c";
}
#video-examples .fa-file-circle-xmark:before {
  content: "\e5a1";
}
#video-examples .fa-temperature-arrow-up:before, #video-examples .fa-temperature-up:before {
  content: "\e040";
}
#video-examples .fa-medal:before {
  content: "\f5a2";
}
#video-examples .fa-bed:before {
  content: "\f236";
}
#video-examples .fa-h-square:before, #video-examples .fa-square-h:before {
  content: "\f0fd";
}
#video-examples .fa-podcast:before {
  content: "\f2ce";
}
#video-examples .fa-temperature-4:before, #video-examples .fa-temperature-full:before, #video-examples .fa-thermometer-4:before, #video-examples .fa-thermometer-full:before {
  content: "\f2c7";
}
#video-examples .fa-bell:before {
  content: "\f0f3";
}
#video-examples .fa-superscript:before {
  content: "\f12b";
}
#video-examples .fa-plug-circle-xmark:before {
  content: "\e560";
}
#video-examples .fa-star-of-life:before {
  content: "\f621";
}
#video-examples .fa-phone-slash:before {
  content: "\f3dd";
}
#video-examples .fa-paint-roller:before {
  content: "\f5aa";
}
#video-examples .fa-hands-helping:before, #video-examples .fa-handshake-angle:before {
  content: "\f4c4";
}
#video-examples .fa-location-dot:before, #video-examples .fa-map-marker-alt:before {
  content: "\f3c5";
}
#video-examples .fa-file:before {
  content: "\f15b";
}
#video-examples .fa-greater-than:before {
  content: ">";
}
#video-examples .fa-person-swimming:before, #video-examples .fa-swimmer:before {
  content: "\f5c4";
}
#video-examples .fa-arrow-down:before {
  content: "\f063";
}
#video-examples .fa-droplet:before, #video-examples .fa-tint:before {
  content: "\f043";
}
#video-examples .fa-eraser:before {
  content: "\f12d";
}
#video-examples .fa-earth-america:before, #video-examples .fa-earth-americas:before, #video-examples .fa-earth:before, #video-examples .fa-globe-americas:before {
  content: "\f57d";
}
#video-examples .fa-person-burst:before {
  content: "\e53b";
}
#video-examples .fa-dove:before {
  content: "\f4ba";
}
#video-examples .fa-battery-0:before, #video-examples .fa-battery-empty:before {
  content: "\f244";
}
#video-examples .fa-socks:before {
  content: "\f696";
}
#video-examples .fa-inbox:before {
  content: "\f01c";
}
#video-examples .fa-section:before {
  content: "\e447";
}
#video-examples .fa-gauge-high:before, #video-examples .fa-tachometer-alt-fast:before, #video-examples .fa-tachometer-alt:before {
  content: "\f625";
}
#video-examples .fa-envelope-open-text:before {
  content: "\f658";
}
#video-examples .fa-hospital-alt:before, #video-examples .fa-hospital-wide:before, #video-examples .fa-hospital:before {
  content: "\f0f8";
}
#video-examples .fa-wine-bottle:before {
  content: "\f72f";
}
#video-examples .fa-chess-rook:before {
  content: "\f447";
}
#video-examples .fa-bars-staggered:before, #video-examples .fa-reorder:before, #video-examples .fa-stream:before {
  content: "\f550";
}
#video-examples .fa-dharmachakra:before {
  content: "\f655";
}
#video-examples .fa-hotdog:before {
  content: "\f80f";
}
#video-examples .fa-blind:before, #video-examples .fa-person-walking-with-cane:before {
  content: "\f29d";
}
#video-examples .fa-drum:before {
  content: "\f569";
}
#video-examples .fa-ice-cream:before {
  content: "\f810";
}
#video-examples .fa-heart-circle-bolt:before {
  content: "\e4fc";
}
#video-examples .fa-fax:before {
  content: "\f1ac";
}
#video-examples .fa-paragraph:before {
  content: "\f1dd";
}
#video-examples .fa-check-to-slot:before, #video-examples .fa-vote-yea:before {
  content: "\f772";
}
#video-examples .fa-star-half:before {
  content: "\f089";
}
#video-examples .fa-boxes-alt:before, #video-examples .fa-boxes-stacked:before, #video-examples .fa-boxes:before {
  content: "\f468";
}
#video-examples .fa-chain:before, #video-examples .fa-link:before {
  content: "\f0c1";
}
#video-examples .fa-assistive-listening-systems:before, #video-examples .fa-ear-listen:before {
  content: "\f2a2";
}
#video-examples .fa-tree-city:before {
  content: "\e587";
}
#video-examples .fa-play:before {
  content: "\f04b";
}
#video-examples .fa-font:before {
  content: "\f031";
}
#video-examples .fa-rupiah-sign:before {
  content: "\e23d";
}
#video-examples .fa-magnifying-glass:before, #video-examples .fa-search:before {
  content: "\f002";
}
#video-examples .fa-ping-pong-paddle-ball:before, #video-examples .fa-table-tennis-paddle-ball:before, #video-examples .fa-table-tennis:before {
  content: "\f45d";
}
#video-examples .fa-diagnoses:before, #video-examples .fa-person-dots-from-line:before {
  content: "\f470";
}
#video-examples .fa-trash-can-arrow-up:before, #video-examples .fa-trash-restore-alt:before {
  content: "\f82a";
}
#video-examples .fa-naira-sign:before {
  content: "\e1f6";
}
#video-examples .fa-cart-arrow-down:before {
  content: "\f218";
}
#video-examples .fa-walkie-talkie:before {
  content: "\f8ef";
}
#video-examples .fa-file-edit:before, #video-examples .fa-file-pen:before {
  content: "\f31c";
}
#video-examples .fa-receipt:before {
  content: "\f543";
}
#video-examples .fa-pen-square:before, #video-examples .fa-pencil-square:before, #video-examples .fa-square-pen:before {
  content: "\f14b";
}
#video-examples .fa-suitcase-rolling:before {
  content: "\f5c1";
}
#video-examples .fa-person-circle-exclamation:before {
  content: "\e53f";
}
#video-examples .fa-chevron-down:before {
  content: "\f078";
}
#video-examples .fa-battery-5:before, #video-examples .fa-battery-full:before, #video-examples .fa-battery:before {
  content: "\f240";
}
#video-examples .fa-skull-crossbones:before {
  content: "\f714";
}
#video-examples .fa-code-compare:before {
  content: "\e13a";
}
#video-examples .fa-list-dots:before, #video-examples .fa-list-ul:before {
  content: "\f0ca";
}
#video-examples .fa-school-lock:before {
  content: "\e56f";
}
#video-examples .fa-tower-cell:before {
  content: "\e585";
}
#video-examples .fa-down-long:before, #video-examples .fa-long-arrow-alt-down:before {
  content: "\f309";
}
#video-examples .fa-ranking-star:before {
  content: "\e561";
}
#video-examples .fa-chess-king:before {
  content: "\f43f";
}
#video-examples .fa-person-harassing:before {
  content: "\e549";
}
#video-examples .fa-brazilian-real-sign:before {
  content: "\e46c";
}
#video-examples .fa-landmark-alt:before, #video-examples .fa-landmark-dome:before {
  content: "\f752";
}
#video-examples .fa-arrow-up:before {
  content: "\f062";
}
#video-examples .fa-television:before, #video-examples .fa-tv-alt:before, #video-examples .fa-tv:before {
  content: "\f26c";
}
#video-examples .fa-shrimp:before {
  content: "\e448";
}
#video-examples .fa-list-check:before, #video-examples .fa-tasks:before {
  content: "\f0ae";
}
#video-examples .fa-jug-detergent:before {
  content: "\e519";
}
#video-examples .fa-circle-user:before, #video-examples .fa-user-circle:before {
  content: "\f2bd";
}
#video-examples .fa-user-shield:before {
  content: "\f505";
}
#video-examples .fa-wind:before {
  content: "\f72e";
}
#video-examples .fa-car-burst:before, #video-examples .fa-car-crash:before {
  content: "\f5e1";
}
#video-examples .fa-y:before {
  content: "Y";
}
#video-examples .fa-person-snowboarding:before, #video-examples .fa-snowboarding:before {
  content: "\f7ce";
}
#video-examples .fa-shipping-fast:before, #video-examples .fa-truck-fast:before {
  content: "\f48b";
}
#video-examples .fa-fish:before {
  content: "\f578";
}
#video-examples .fa-user-graduate:before {
  content: "\f501";
}
#video-examples .fa-adjust:before, #video-examples .fa-circle-half-stroke:before {
  content: "\f042";
}
#video-examples .fa-clapperboard:before {
  content: "\e131";
}
#video-examples .fa-circle-radiation:before, #video-examples .fa-radiation-alt:before {
  content: "\f7ba";
}
#video-examples .fa-baseball-ball:before, #video-examples .fa-baseball:before {
  content: "\f433";
}
#video-examples .fa-jet-fighter-up:before {
  content: "\e518";
}
#video-examples .fa-diagram-project:before, #video-examples .fa-project-diagram:before {
  content: "\f542";
}
#video-examples .fa-copy:before {
  content: "\f0c5";
}
#video-examples .fa-volume-mute:before, #video-examples .fa-volume-times:before, #video-examples .fa-volume-xmark:before {
  content: "\f6a9";
}
#video-examples .fa-hand-sparkles:before {
  content: "\e05d";
}
#video-examples .fa-grip-horizontal:before, #video-examples .fa-grip:before {
  content: "\f58d";
}
#video-examples .fa-share-from-square:before, #video-examples .fa-share-square:before {
  content: "\f14d";
}
#video-examples .fa-child-combatant:before, #video-examples .fa-child-rifle:before {
  content: "\e4e0";
}
#video-examples .fa-gun:before {
  content: "\e19b";
}
#video-examples .fa-phone-square:before, #video-examples .fa-square-phone:before {
  content: "\f098";
}
#video-examples .fa-add:before, #video-examples .fa-plus:before {
  content: "+";
}
#video-examples .fa-expand:before {
  content: "\f065";
}
#video-examples .fa-computer:before {
  content: "\e4e5";
}
#video-examples .fa-close:before, #video-examples .fa-multiply:before, #video-examples .fa-remove:before, #video-examples .fa-times:before, #video-examples .fa-xmark:before {
  content: "\f00d";
}
#video-examples .fa-arrows-up-down-left-right:before, #video-examples .fa-arrows:before {
  content: "\f047";
}
#video-examples .fa-chalkboard-teacher:before, #video-examples .fa-chalkboard-user:before {
  content: "\f51c";
}
#video-examples .fa-peso-sign:before {
  content: "\e222";
}
#video-examples .fa-building-shield:before {
  content: "\e4d8";
}
#video-examples .fa-baby:before {
  content: "\f77c";
}
#video-examples .fa-users-line:before {
  content: "\e592";
}
#video-examples .fa-quote-left-alt:before, #video-examples .fa-quote-left:before {
  content: "\f10d";
}
#video-examples .fa-tractor:before {
  content: "\f722";
}
#video-examples .fa-trash-arrow-up:before, #video-examples .fa-trash-restore:before {
  content: "\f829";
}
#video-examples .fa-arrow-down-up-lock:before {
  content: "\e4b0";
}
#video-examples .fa-lines-leaning:before {
  content: "\e51e";
}
#video-examples .fa-ruler-combined:before {
  content: "\f546";
}
#video-examples .fa-copyright:before {
  content: "\f1f9";
}
#video-examples .fa-equals:before {
  content: "=";
}
#video-examples .fa-blender:before {
  content: "\f517";
}
#video-examples .fa-teeth:before {
  content: "\f62e";
}
#video-examples .fa-ils:before, #video-examples .fa-shekel-sign:before, #video-examples .fa-shekel:before, #video-examples .fa-sheqel-sign:before, #video-examples .fa-sheqel:before {
  content: "\f20b";
}
#video-examples .fa-map:before {
  content: "\f279";
}
#video-examples .fa-rocket:before {
  content: "\f135";
}
#video-examples .fa-photo-film:before, #video-examples .fa-photo-video:before {
  content: "\f87c";
}
#video-examples .fa-folder-minus:before {
  content: "\f65d";
}
#video-examples .fa-store:before {
  content: "\f54e";
}
#video-examples .fa-arrow-trend-up:before {
  content: "\e098";
}
#video-examples .fa-plug-circle-minus:before {
  content: "\e55e";
}
#video-examples .fa-sign-hanging:before, #video-examples .fa-sign:before {
  content: "\f4d9";
}
#video-examples .fa-bezier-curve:before {
  content: "\f55b";
}
#video-examples .fa-bell-slash:before {
  content: "\f1f6";
}
#video-examples .fa-tablet-android:before, #video-examples .fa-tablet:before {
  content: "\f3fb";
}
#video-examples .fa-school-flag:before {
  content: "\e56e";
}
#video-examples .fa-fill:before {
  content: "\f575";
}
#video-examples .fa-angle-up:before {
  content: "\f106";
}
#video-examples .fa-drumstick-bite:before {
  content: "\f6d7";
}
#video-examples .fa-holly-berry:before {
  content: "\f7aa";
}
#video-examples .fa-chevron-left:before {
  content: "\f053";
}
#video-examples .fa-bacteria:before {
  content: "\e059";
}
#video-examples .fa-hand-lizard:before {
  content: "\f258";
}
#video-examples .fa-notdef:before {
  content: "\e1fe";
}
#video-examples .fa-disease:before {
  content: "\f7fa";
}
#video-examples .fa-briefcase-medical:before {
  content: "\f469";
}
#video-examples .fa-genderless:before {
  content: "\f22d";
}
#video-examples .fa-chevron-right:before {
  content: "\f054";
}
#video-examples .fa-retweet:before {
  content: "\f079";
}
#video-examples .fa-car-alt:before, #video-examples .fa-car-rear:before {
  content: "\f5de";
}
#video-examples .fa-pump-soap:before {
  content: "\e06b";
}
#video-examples .fa-video-slash:before {
  content: "\f4e2";
}
#video-examples .fa-battery-2:before, #video-examples .fa-battery-quarter:before {
  content: "\f243";
}
#video-examples .fa-radio:before {
  content: "\f8d7";
}
#video-examples .fa-baby-carriage:before, #video-examples .fa-carriage-baby:before {
  content: "\f77d";
}
#video-examples .fa-traffic-light:before {
  content: "\f637";
}
#video-examples .fa-thermometer:before {
  content: "\f491";
}
#video-examples .fa-vr-cardboard:before {
  content: "\f729";
}
#video-examples .fa-hand-middle-finger:before {
  content: "\f806";
}
#video-examples .fa-percent:before, #video-examples .fa-percentage:before {
  content: "%";
}
#video-examples .fa-truck-moving:before {
  content: "\f4df";
}
#video-examples .fa-glass-water-droplet:before {
  content: "\e4f5";
}
#video-examples .fa-display:before {
  content: "\e163";
}
#video-examples .fa-face-smile:before, #video-examples .fa-smile:before {
  content: "\f118";
}
#video-examples .fa-thumb-tack:before, #video-examples .fa-thumbtack:before {
  content: "\f08d";
}
#video-examples .fa-trophy:before {
  content: "\f091";
}
#video-examples .fa-person-praying:before, #video-examples .fa-pray:before {
  content: "\f683";
}
#video-examples .fa-hammer:before {
  content: "\f6e3";
}
#video-examples .fa-hand-peace:before {
  content: "\f25b";
}
#video-examples .fa-rotate:before, #video-examples .fa-sync-alt:before {
  content: "\f2f1";
}
#video-examples .fa-spinner:before {
  content: "\f110";
}
#video-examples .fa-robot:before {
  content: "\f544";
}
#video-examples .fa-peace:before {
  content: "\f67c";
}
#video-examples .fa-cogs:before, #video-examples .fa-gears:before {
  content: "\f085";
}
#video-examples .fa-warehouse:before {
  content: "\f494";
}
#video-examples .fa-arrow-up-right-dots:before {
  content: "\e4b7";
}
#video-examples .fa-splotch:before {
  content: "\f5bc";
}
#video-examples .fa-face-grin-hearts:before, #video-examples .fa-grin-hearts:before {
  content: "\f584";
}
#video-examples .fa-dice-four:before {
  content: "\f524";
}
#video-examples .fa-sim-card:before {
  content: "\f7c4";
}
#video-examples .fa-transgender-alt:before, #video-examples .fa-transgender:before {
  content: "\f225";
}
#video-examples .fa-mercury:before {
  content: "\f223";
}
#video-examples .fa-arrow-turn-down:before, #video-examples .fa-level-down:before {
  content: "\f149";
}
#video-examples .fa-person-falling-burst:before {
  content: "\e547";
}
#video-examples .fa-award:before {
  content: "\f559";
}
#video-examples .fa-ticket-alt:before, #video-examples .fa-ticket-simple:before {
  content: "\f3ff";
}
#video-examples .fa-building:before {
  content: "\f1ad";
}
#video-examples .fa-angle-double-left:before, #video-examples .fa-angles-left:before {
  content: "\f100";
}
#video-examples .fa-qrcode:before {
  content: "\f029";
}
#video-examples .fa-clock-rotate-left:before, #video-examples .fa-history:before {
  content: "\f1da";
}
#video-examples .fa-face-grin-beam-sweat:before, #video-examples .fa-grin-beam-sweat:before {
  content: "\f583";
}
#video-examples .fa-arrow-right-from-file:before, #video-examples .fa-file-export:before {
  content: "\f56e";
}
#video-examples .fa-shield-blank:before, #video-examples .fa-shield:before {
  content: "\f132";
}
#video-examples .fa-arrow-up-short-wide:before, #video-examples .fa-sort-amount-up-alt:before {
  content: "\f885";
}
#video-examples .fa-house-medical:before {
  content: "\e3b2";
}
#video-examples .fa-golf-ball-tee:before, #video-examples .fa-golf-ball:before {
  content: "\f450";
}
#video-examples .fa-chevron-circle-left:before, #video-examples .fa-circle-chevron-left:before {
  content: "\f137";
}
#video-examples .fa-house-chimney-window:before {
  content: "\e00d";
}
#video-examples .fa-pen-nib:before {
  content: "\f5ad";
}
#video-examples .fa-tent-arrow-turn-left:before {
  content: "\e580";
}
#video-examples .fa-tents:before {
  content: "\e582";
}
#video-examples .fa-magic:before, #video-examples .fa-wand-magic:before {
  content: "\f0d0";
}
#video-examples .fa-dog:before {
  content: "\f6d3";
}
#video-examples .fa-carrot:before {
  content: "\f787";
}
#video-examples .fa-moon:before {
  content: "\f186";
}
#video-examples .fa-wine-glass-alt:before, #video-examples .fa-wine-glass-empty:before {
  content: "\f5ce";
}
#video-examples .fa-cheese:before {
  content: "\f7ef";
}
#video-examples .fa-yin-yang:before {
  content: "\f6ad";
}
#video-examples .fa-music:before {
  content: "\f001";
}
#video-examples .fa-code-commit:before {
  content: "\f386";
}
#video-examples .fa-temperature-low:before {
  content: "\f76b";
}
#video-examples .fa-biking:before, #video-examples .fa-person-biking:before {
  content: "\f84a";
}
#video-examples .fa-broom:before {
  content: "\f51a";
}
#video-examples .fa-shield-heart:before {
  content: "\e574";
}
#video-examples .fa-gopuram:before {
  content: "\f664";
}
#video-examples .fa-earth-oceania:before, #video-examples .fa-globe-oceania:before {
  content: "\e47b";
}
#video-examples .fa-square-xmark:before, #video-examples .fa-times-square:before, #video-examples .fa-xmark-square:before {
  content: "\f2d3";
}
#video-examples .fa-hashtag:before {
  content: "#";
}
#video-examples .fa-expand-alt:before, #video-examples .fa-up-right-and-down-left-from-center:before {
  content: "\f424";
}
#video-examples .fa-oil-can:before {
  content: "\f613";
}
#video-examples .fa-t:before {
  content: "T";
}
#video-examples .fa-hippo:before {
  content: "\f6ed";
}
#video-examples .fa-chart-column:before {
  content: "\e0e3";
}
#video-examples .fa-infinity:before {
  content: "\f534";
}
#video-examples .fa-vial-circle-check:before {
  content: "\e596";
}
#video-examples .fa-person-arrow-down-to-line:before {
  content: "\e538";
}
#video-examples .fa-voicemail:before {
  content: "\f897";
}
#video-examples .fa-fan:before {
  content: "\f863";
}
#video-examples .fa-person-walking-luggage:before {
  content: "\e554";
}
#video-examples .fa-arrows-alt-v:before, #video-examples .fa-up-down:before {
  content: "\f338";
}
#video-examples .fa-cloud-moon-rain:before {
  content: "\f73c";
}
#video-examples .fa-calendar:before {
  content: "\f133";
}
#video-examples .fa-trailer:before {
  content: "\e041";
}
#video-examples .fa-bahai:before, #video-examples .fa-haykal:before {
  content: "\f666";
}
#video-examples .fa-sd-card:before {
  content: "\f7c2";
}
#video-examples .fa-dragon:before {
  content: "\f6d5";
}
#video-examples .fa-shoe-prints:before {
  content: "\f54b";
}
#video-examples .fa-circle-plus:before, #video-examples .fa-plus-circle:before {
  content: "\f055";
}
#video-examples .fa-face-grin-tongue-wink:before, #video-examples .fa-grin-tongue-wink:before {
  content: "\f58b";
}
#video-examples .fa-hand-holding:before {
  content: "\f4bd";
}
#video-examples .fa-plug-circle-exclamation:before {
  content: "\e55d";
}
#video-examples .fa-chain-broken:before, #video-examples .fa-chain-slash:before, #video-examples .fa-link-slash:before, #video-examples .fa-unlink:before {
  content: "\f127";
}
#video-examples .fa-clone:before {
  content: "\f24d";
}
#video-examples .fa-person-walking-arrow-loop-left:before {
  content: "\e551";
}
#video-examples .fa-arrow-up-z-a:before, #video-examples .fa-sort-alpha-up-alt:before {
  content: "\f882";
}
#video-examples .fa-fire-alt:before, #video-examples .fa-fire-flame-curved:before {
  content: "\f7e4";
}
#video-examples .fa-tornado:before {
  content: "\f76f";
}
#video-examples .fa-file-circle-plus:before {
  content: "\e494";
}
#video-examples .fa-book-quran:before, #video-examples .fa-quran:before {
  content: "\f687";
}
#video-examples .fa-anchor:before {
  content: "\f13d";
}
#video-examples .fa-border-all:before {
  content: "\f84c";
}
#video-examples .fa-angry:before, #video-examples .fa-face-angry:before {
  content: "\f556";
}
#video-examples .fa-cookie-bite:before {
  content: "\f564";
}
#video-examples .fa-arrow-trend-down:before {
  content: "\e097";
}
#video-examples .fa-feed:before, #video-examples .fa-rss:before {
  content: "\f09e";
}
#video-examples .fa-draw-polygon:before {
  content: "\f5ee";
}
#video-examples .fa-balance-scale:before, #video-examples .fa-scale-balanced:before {
  content: "\f24e";
}
#video-examples .fa-gauge-simple-high:before, #video-examples .fa-tachometer-fast:before, #video-examples .fa-tachometer:before {
  content: "\f62a";
}
#video-examples .fa-shower:before {
  content: "\f2cc";
}
#video-examples .fa-desktop-alt:before, #video-examples .fa-desktop:before {
  content: "\f390";
}
#video-examples .fa-m:before {
  content: "M";
}
#video-examples .fa-table-list:before, #video-examples .fa-th-list:before {
  content: "\f00b";
}
#video-examples .fa-comment-sms:before, #video-examples .fa-sms:before {
  content: "\f7cd";
}
#video-examples .fa-book:before {
  content: "\f02d";
}
#video-examples .fa-user-plus:before {
  content: "\f234";
}
#video-examples .fa-check:before {
  content: "\f00c";
}
#video-examples .fa-battery-4:before, #video-examples .fa-battery-three-quarters:before {
  content: "\f241";
}
#video-examples .fa-house-circle-check:before {
  content: "\e509";
}
#video-examples .fa-angle-left:before {
  content: "\f104";
}
#video-examples .fa-diagram-successor:before {
  content: "\e47a";
}
#video-examples .fa-truck-arrow-right:before {
  content: "\e58b";
}
#video-examples .fa-arrows-split-up-and-left:before {
  content: "\e4bc";
}
#video-examples .fa-fist-raised:before, #video-examples .fa-hand-fist:before {
  content: "\f6de";
}
#video-examples .fa-cloud-moon:before {
  content: "\f6c3";
}
#video-examples .fa-briefcase:before {
  content: "\f0b1";
}
#video-examples .fa-person-falling:before {
  content: "\e546";
}
#video-examples .fa-image-portrait:before, #video-examples .fa-portrait:before {
  content: "\f3e0";
}
#video-examples .fa-user-tag:before {
  content: "\f507";
}
#video-examples .fa-rug:before {
  content: "\e569";
}
#video-examples .fa-earth-europe:before, #video-examples .fa-globe-europe:before {
  content: "\f7a2";
}
#video-examples .fa-cart-flatbed-suitcase:before, #video-examples .fa-luggage-cart:before {
  content: "\f59d";
}
#video-examples .fa-rectangle-times:before, #video-examples .fa-rectangle-xmark:before, #video-examples .fa-times-rectangle:before, #video-examples .fa-window-close:before {
  content: "\f410";
}
#video-examples .fa-baht-sign:before {
  content: "\e0ac";
}
#video-examples .fa-book-open:before {
  content: "\f518";
}
#video-examples .fa-book-journal-whills:before, #video-examples .fa-journal-whills:before {
  content: "\f66a";
}
#video-examples .fa-handcuffs:before {
  content: "\e4f8";
}
#video-examples .fa-exclamation-triangle:before, #video-examples .fa-triangle-exclamation:before, #video-examples .fa-warning:before {
  content: "\f071";
}
#video-examples .fa-database:before {
  content: "\f1c0";
}
#video-examples .fa-arrow-turn-right:before, #video-examples .fa-mail-forward:before, #video-examples .fa-share:before {
  content: "\f064";
}
#video-examples .fa-bottle-droplet:before {
  content: "\e4c4";
}
#video-examples .fa-mask-face:before {
  content: "\e1d7";
}
#video-examples .fa-hill-rockslide:before {
  content: "\e508";
}
#video-examples .fa-exchange-alt:before, #video-examples .fa-right-left:before {
  content: "\f362";
}
#video-examples .fa-paper-plane:before {
  content: "\f1d8";
}
#video-examples .fa-road-circle-exclamation:before {
  content: "\e565";
}
#video-examples .fa-dungeon:before {
  content: "\f6d9";
}
#video-examples .fa-align-right:before {
  content: "\f038";
}
#video-examples .fa-money-bill-1-wave:before, #video-examples .fa-money-bill-wave-alt:before {
  content: "\f53b";
}
#video-examples .fa-life-ring:before {
  content: "\f1cd";
}
#video-examples .fa-hands:before, #video-examples .fa-sign-language:before, #video-examples .fa-signing:before {
  content: "\f2a7";
}
#video-examples .fa-calendar-day:before {
  content: "\f783";
}
#video-examples .fa-ladder-water:before, #video-examples .fa-swimming-pool:before, #video-examples .fa-water-ladder:before {
  content: "\f5c5";
}
#video-examples .fa-arrows-up-down:before, #video-examples .fa-arrows-v:before {
  content: "\f07d";
}
#video-examples .fa-face-grimace:before, #video-examples .fa-grimace:before {
  content: "\f57f";
}
#video-examples .fa-wheelchair-alt:before, #video-examples .fa-wheelchair-move:before {
  content: "\e2ce";
}
#video-examples .fa-level-down-alt:before, #video-examples .fa-turn-down:before {
  content: "\f3be";
}
#video-examples .fa-person-walking-arrow-right:before {
  content: "\e552";
}
#video-examples .fa-envelope-square:before, #video-examples .fa-square-envelope:before {
  content: "\f199";
}
#video-examples .fa-dice:before {
  content: "\f522";
}
#video-examples .fa-bowling-ball:before {
  content: "\f436";
}
#video-examples .fa-brain:before {
  content: "\f5dc";
}
#video-examples .fa-band-aid:before, #video-examples .fa-bandage:before {
  content: "\f462";
}
#video-examples .fa-calendar-minus:before {
  content: "\f272";
}
#video-examples .fa-circle-xmark:before, #video-examples .fa-times-circle:before, #video-examples .fa-xmark-circle:before {
  content: "\f057";
}
#video-examples .fa-gifts:before {
  content: "\f79c";
}
#video-examples .fa-hotel:before {
  content: "\f594";
}
#video-examples .fa-earth-asia:before, #video-examples .fa-globe-asia:before {
  content: "\f57e";
}
#video-examples .fa-id-card-alt:before, #video-examples .fa-id-card-clip:before {
  content: "\f47f";
}
#video-examples .fa-magnifying-glass-plus:before, #video-examples .fa-search-plus:before {
  content: "\f00e";
}
#video-examples .fa-thumbs-up:before {
  content: "\f164";
}
#video-examples .fa-user-clock:before {
  content: "\f4fd";
}
#video-examples .fa-allergies:before, #video-examples .fa-hand-dots:before {
  content: "\f461";
}
#video-examples .fa-file-invoice:before {
  content: "\f570";
}
#video-examples .fa-window-minimize:before {
  content: "\f2d1";
}
#video-examples .fa-coffee:before, #video-examples .fa-mug-saucer:before {
  content: "\f0f4";
}
#video-examples .fa-brush:before {
  content: "\f55d";
}
#video-examples .fa-mask:before {
  content: "\f6fa";
}
#video-examples .fa-magnifying-glass-minus:before, #video-examples .fa-search-minus:before {
  content: "\f010";
}
#video-examples .fa-ruler-vertical:before {
  content: "\f548";
}
#video-examples .fa-user-alt:before, #video-examples .fa-user-large:before {
  content: "\f406";
}
#video-examples .fa-train-tram:before {
  content: "\e5b4";
}
#video-examples .fa-user-nurse:before {
  content: "\f82f";
}
#video-examples .fa-syringe:before {
  content: "\f48e";
}
#video-examples .fa-cloud-sun:before {
  content: "\f6c4";
}
#video-examples .fa-stopwatch-20:before {
  content: "\e06f";
}
#video-examples .fa-square-full:before {
  content: "\f45c";
}
#video-examples .fa-magnet:before {
  content: "\f076";
}
#video-examples .fa-jar:before {
  content: "\e516";
}
#video-examples .fa-note-sticky:before, #video-examples .fa-sticky-note:before {
  content: "\f249";
}
#video-examples .fa-bug-slash:before {
  content: "\e490";
}
#video-examples .fa-arrow-up-from-water-pump:before {
  content: "\e4b6";
}
#video-examples .fa-bone:before {
  content: "\f5d7";
}
#video-examples .fa-user-injured:before {
  content: "\f728";
}
#video-examples .fa-face-sad-tear:before, #video-examples .fa-sad-tear:before {
  content: "\f5b4";
}
#video-examples .fa-plane:before {
  content: "\f072";
}
#video-examples .fa-tent-arrows-down:before {
  content: "\e581";
}
#video-examples .fa-exclamation:before {
  content: "!";
}
#video-examples .fa-arrows-spin:before {
  content: "\e4bb";
}
#video-examples .fa-print:before {
  content: "\f02f";
}
#video-examples .fa-try:before, #video-examples .fa-turkish-lira-sign:before, #video-examples .fa-turkish-lira:before {
  content: "\e2bb";
}
#video-examples .fa-dollar-sign:before, #video-examples .fa-dollar:before, #video-examples .fa-usd:before {
  content: "$";
}
#video-examples .fa-x:before {
  content: "X";
}
#video-examples .fa-magnifying-glass-dollar:before, #video-examples .fa-search-dollar:before {
  content: "\f688";
}
#video-examples .fa-users-cog:before, #video-examples .fa-users-gear:before {
  content: "\f509";
}
#video-examples .fa-person-military-pointing:before {
  content: "\e54a";
}
#video-examples .fa-bank:before, #video-examples .fa-building-columns:before, #video-examples .fa-institution:before, #video-examples .fa-museum:before, #video-examples .fa-university:before {
  content: "\f19c";
}
#video-examples .fa-umbrella:before {
  content: "\f0e9";
}
#video-examples .fa-trowel:before {
  content: "\e589";
}
#video-examples .fa-d:before {
  content: "D";
}
#video-examples .fa-stapler:before {
  content: "\e5af";
}
#video-examples .fa-masks-theater:before, #video-examples .fa-theater-masks:before {
  content: "\f630";
}
#video-examples .fa-kip-sign:before {
  content: "\e1c4";
}
#video-examples .fa-hand-point-left:before {
  content: "\f0a5";
}
#video-examples .fa-handshake-alt:before, #video-examples .fa-handshake-simple:before {
  content: "\f4c6";
}
#video-examples .fa-fighter-jet:before, #video-examples .fa-jet-fighter:before {
  content: "\f0fb";
}
#video-examples .fa-share-alt-square:before, #video-examples .fa-square-share-nodes:before {
  content: "\f1e1";
}
#video-examples .fa-barcode:before {
  content: "\f02a";
}
#video-examples .fa-plus-minus:before {
  content: "\e43c";
}
#video-examples .fa-video-camera:before, #video-examples .fa-video:before {
  content: "\f03d";
}
#video-examples .fa-graduation-cap:before, #video-examples .fa-mortar-board:before {
  content: "\f19d";
}
#video-examples .fa-hand-holding-medical:before {
  content: "\e05c";
}
#video-examples .fa-person-circle-check:before {
  content: "\e53e";
}
#video-examples .fa-level-up-alt:before, #video-examples .fa-turn-up:before {
  content: "\f3bf";
}
#video-examples .fa-sr-only, #video-examples .fa-sr-only-focusable:not(:focus), #video-examples .sr-only, #video-examples .sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
#video-examples :host, #video-examples :root {
  --fa-style-family-brands:"Font Awesome 6 Brands";
  --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype");
}
#video-examples .fa-brands, #video-examples .fab {
  font-weight: 400;
}
#video-examples .fa-monero:before {
  content: "\f3d0";
}
#video-examples .fa-hooli:before {
  content: "\f427";
}
#video-examples .fa-yelp:before {
  content: "\f1e9";
}
#video-examples .fa-cc-visa:before {
  content: "\f1f0";
}
#video-examples .fa-lastfm:before {
  content: "\f202";
}
#video-examples .fa-shopware:before {
  content: "\f5b5";
}
#video-examples .fa-creative-commons-nc:before {
  content: "\f4e8";
}
#video-examples .fa-aws:before {
  content: "\f375";
}
#video-examples .fa-redhat:before {
  content: "\f7bc";
}
#video-examples .fa-yoast:before {
  content: "\f2b1";
}
#video-examples .fa-cloudflare:before {
  content: "\e07d";
}
#video-examples .fa-ups:before {
  content: "\f7e0";
}
#video-examples .fa-wpexplorer:before {
  content: "\f2de";
}
#video-examples .fa-dyalog:before {
  content: "\f399";
}
#video-examples .fa-bity:before {
  content: "\f37a";
}
#video-examples .fa-stackpath:before {
  content: "\f842";
}
#video-examples .fa-buysellads:before {
  content: "\f20d";
}
#video-examples .fa-first-order:before {
  content: "\f2b0";
}
#video-examples .fa-modx:before {
  content: "\f285";
}
#video-examples .fa-guilded:before {
  content: "\e07e";
}
#video-examples .fa-vnv:before {
  content: "\f40b";
}
#video-examples .fa-js-square:before, #video-examples .fa-square-js:before {
  content: "\f3b9";
}
#video-examples .fa-microsoft:before {
  content: "\f3ca";
}
#video-examples .fa-qq:before {
  content: "\f1d6";
}
#video-examples .fa-orcid:before {
  content: "\f8d2";
}
#video-examples .fa-java:before {
  content: "\f4e4";
}
#video-examples .fa-invision:before {
  content: "\f7b0";
}
#video-examples .fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
#video-examples .fa-centercode:before {
  content: "\f380";
}
#video-examples .fa-glide-g:before {
  content: "\f2a6";
}
#video-examples .fa-drupal:before {
  content: "\f1a9";
}
#video-examples .fa-hire-a-helper:before {
  content: "\f3b0";
}
#video-examples .fa-creative-commons-by:before {
  content: "\f4e7";
}
#video-examples .fa-unity:before {
  content: "\e049";
}
#video-examples .fa-whmcs:before {
  content: "\f40d";
}
#video-examples .fa-rocketchat:before {
  content: "\f3e8";
}
#video-examples .fa-vk:before {
  content: "\f189";
}
#video-examples .fa-untappd:before {
  content: "\f405";
}
#video-examples .fa-mailchimp:before {
  content: "\f59e";
}
#video-examples .fa-css3-alt:before {
  content: "\f38b";
}
#video-examples .fa-reddit-square:before, #video-examples .fa-square-reddit:before {
  content: "\f1a2";
}
#video-examples .fa-vimeo-v:before {
  content: "\f27d";
}
#video-examples .fa-contao:before {
  content: "\f26d";
}
#video-examples .fa-square-font-awesome:before {
  content: "\e5ad";
}
#video-examples .fa-deskpro:before {
  content: "\f38f";
}
#video-examples .fa-sistrix:before {
  content: "\f3ee";
}
#video-examples .fa-instagram-square:before, #video-examples .fa-square-instagram:before {
  content: "\e055";
}
#video-examples .fa-battle-net:before {
  content: "\f835";
}
#video-examples .fa-the-red-yeti:before {
  content: "\f69d";
}
#video-examples .fa-hacker-news-square:before, #video-examples .fa-square-hacker-news:before {
  content: "\f3af";
}
#video-examples .fa-edge:before {
  content: "\f282";
}
#video-examples .fa-napster:before {
  content: "\f3d2";
}
#video-examples .fa-snapchat-square:before, #video-examples .fa-square-snapchat:before {
  content: "\f2ad";
}
#video-examples .fa-google-plus-g:before {
  content: "\f0d5";
}
#video-examples .fa-artstation:before {
  content: "\f77a";
}
#video-examples .fa-markdown:before {
  content: "\f60f";
}
#video-examples .fa-sourcetree:before {
  content: "\f7d3";
}
#video-examples .fa-google-plus:before {
  content: "\f2b3";
}
#video-examples .fa-diaspora:before {
  content: "\f791";
}
#video-examples .fa-foursquare:before {
  content: "\f180";
}
#video-examples .fa-stack-overflow:before {
  content: "\f16c";
}
#video-examples .fa-github-alt:before {
  content: "\f113";
}
#video-examples .fa-phoenix-squadron:before {
  content: "\f511";
}
#video-examples .fa-pagelines:before {
  content: "\f18c";
}
#video-examples .fa-algolia:before {
  content: "\f36c";
}
#video-examples .fa-red-river:before {
  content: "\f3e3";
}
#video-examples .fa-creative-commons-sa:before {
  content: "\f4ef";
}
#video-examples .fa-safari:before {
  content: "\f267";
}
#video-examples .fa-google:before {
  content: "\f1a0";
}
#video-examples .fa-font-awesome-alt:before, #video-examples .fa-square-font-awesome-stroke:before {
  content: "\f35c";
}
#video-examples .fa-atlassian:before {
  content: "\f77b";
}
#video-examples .fa-linkedin-in:before {
  content: "\f0e1";
}
#video-examples .fa-digital-ocean:before {
  content: "\f391";
}
#video-examples .fa-nimblr:before {
  content: "\f5a8";
}
#video-examples .fa-chromecast:before {
  content: "\f838";
}
#video-examples .fa-evernote:before {
  content: "\f839";
}
#video-examples .fa-hacker-news:before {
  content: "\f1d4";
}
#video-examples .fa-creative-commons-sampling:before {
  content: "\f4f0";
}
#video-examples .fa-adversal:before {
  content: "\f36a";
}
#video-examples .fa-creative-commons:before {
  content: "\f25e";
}
#video-examples .fa-watchman-monitoring:before {
  content: "\e087";
}
#video-examples .fa-fonticons:before {
  content: "\f280";
}
#video-examples .fa-weixin:before {
  content: "\f1d7";
}
#video-examples .fa-shirtsinbulk:before {
  content: "\f214";
}
#video-examples .fa-codepen:before {
  content: "\f1cb";
}
#video-examples .fa-git-alt:before {
  content: "\f841";
}
#video-examples .fa-lyft:before {
  content: "\f3c3";
}
#video-examples .fa-rev:before {
  content: "\f5b2";
}
#video-examples .fa-windows:before {
  content: "\f17a";
}
#video-examples .fa-wizards-of-the-coast:before {
  content: "\f730";
}
#video-examples .fa-square-viadeo:before, #video-examples .fa-viadeo-square:before {
  content: "\f2aa";
}
#video-examples .fa-meetup:before {
  content: "\f2e0";
}
#video-examples .fa-centos:before {
  content: "\f789";
}
#video-examples .fa-adn:before {
  content: "\f170";
}
#video-examples .fa-cloudsmith:before {
  content: "\f384";
}
#video-examples .fa-pied-piper-alt:before {
  content: "\f1a8";
}
#video-examples .fa-dribbble-square:before, #video-examples .fa-square-dribbble:before {
  content: "\f397";
}
#video-examples .fa-codiepie:before {
  content: "\f284";
}
#video-examples .fa-node:before {
  content: "\f419";
}
#video-examples .fa-mix:before {
  content: "\f3cb";
}
#video-examples .fa-steam:before {
  content: "\f1b6";
}
#video-examples .fa-cc-apple-pay:before {
  content: "\f416";
}
#video-examples .fa-scribd:before {
  content: "\f28a";
}
#video-examples .fa-openid:before {
  content: "\f19b";
}
#video-examples .fa-instalod:before {
  content: "\e081";
}
#video-examples .fa-expeditedssl:before {
  content: "\f23e";
}
#video-examples .fa-sellcast:before {
  content: "\f2da";
}
#video-examples .fa-square-twitter:before, #video-examples .fa-twitter-square:before {
  content: "\f081";
}
#video-examples .fa-r-project:before {
  content: "\f4f7";
}
#video-examples .fa-delicious:before {
  content: "\f1a5";
}
#video-examples .fa-freebsd:before {
  content: "\f3a4";
}
#video-examples .fa-vuejs:before {
  content: "\f41f";
}
#video-examples .fa-accusoft:before {
  content: "\f369";
}
#video-examples .fa-ioxhost:before {
  content: "\f208";
}
#video-examples .fa-fonticons-fi:before {
  content: "\f3a2";
}
#video-examples .fa-app-store:before {
  content: "\f36f";
}
#video-examples .fa-cc-mastercard:before {
  content: "\f1f1";
}
#video-examples .fa-itunes-note:before {
  content: "\f3b5";
}
#video-examples .fa-golang:before {
  content: "\e40f";
}
#video-examples .fa-kickstarter:before {
  content: "\f3bb";
}
#video-examples .fa-grav:before {
  content: "\f2d6";
}
#video-examples .fa-weibo:before {
  content: "\f18a";
}
#video-examples .fa-uncharted:before {
  content: "\e084";
}
#video-examples .fa-firstdraft:before {
  content: "\f3a1";
}
#video-examples .fa-square-youtube:before, #video-examples .fa-youtube-square:before {
  content: "\f431";
}
#video-examples .fa-wikipedia-w:before {
  content: "\f266";
}
#video-examples .fa-rendact:before, #video-examples .fa-wpressr:before {
  content: "\f3e4";
}
#video-examples .fa-angellist:before {
  content: "\f209";
}
#video-examples .fa-galactic-republic:before {
  content: "\f50c";
}
#video-examples .fa-nfc-directional:before {
  content: "\e530";
}
#video-examples .fa-skype:before {
  content: "\f17e";
}
#video-examples .fa-joget:before {
  content: "\f3b7";
}
#video-examples .fa-fedora:before {
  content: "\f798";
}
#video-examples .fa-stripe-s:before {
  content: "\f42a";
}
#video-examples .fa-meta:before {
  content: "\e49b";
}
#video-examples .fa-laravel:before {
  content: "\f3bd";
}
#video-examples .fa-hotjar:before {
  content: "\f3b1";
}
#video-examples .fa-bluetooth-b:before {
  content: "\f294";
}
#video-examples .fa-sticker-mule:before {
  content: "\f3f7";
}
#video-examples .fa-creative-commons-zero:before {
  content: "\f4f3";
}
#video-examples .fa-hips:before {
  content: "\f452";
}
#video-examples .fa-behance:before {
  content: "\f1b4";
}
#video-examples .fa-reddit:before {
  content: "\f1a1";
}
#video-examples .fa-discord:before {
  content: "\f392";
}
#video-examples .fa-chrome:before {
  content: "\f268";
}
#video-examples .fa-app-store-ios:before {
  content: "\f370";
}
#video-examples .fa-cc-discover:before {
  content: "\f1f2";
}
#video-examples .fa-wpbeginner:before {
  content: "\f297";
}
#video-examples .fa-confluence:before {
  content: "\f78d";
}
#video-examples .fa-mdb:before {
  content: "\f8ca";
}
#video-examples .fa-dochub:before {
  content: "\f394";
}
#video-examples .fa-accessible-icon:before {
  content: "\f368";
}
#video-examples .fa-ebay:before {
  content: "\f4f4";
}
#video-examples .fa-amazon:before {
  content: "\f270";
}
#video-examples .fa-unsplash:before {
  content: "\e07c";
}
#video-examples .fa-yarn:before {
  content: "\f7e3";
}
#video-examples .fa-square-steam:before, #video-examples .fa-steam-square:before {
  content: "\f1b7";
}
#video-examples .fa-500px:before {
  content: "\f26e";
}
#video-examples .fa-square-vimeo:before, #video-examples .fa-vimeo-square:before {
  content: "\f194";
}
#video-examples .fa-asymmetrik:before {
  content: "\f372";
}
#video-examples .fa-font-awesome-flag:before, #video-examples .fa-font-awesome-logo-full:before, #video-examples .fa-font-awesome:before {
  content: "\f2b4";
}
#video-examples .fa-gratipay:before {
  content: "\f184";
}
#video-examples .fa-apple:before {
  content: "\f179";
}
#video-examples .fa-hive:before {
  content: "\e07f";
}
#video-examples .fa-gitkraken:before {
  content: "\f3a6";
}
#video-examples .fa-keybase:before {
  content: "\f4f5";
}
#video-examples .fa-apple-pay:before {
  content: "\f415";
}
#video-examples .fa-padlet:before {
  content: "\e4a0";
}
#video-examples .fa-amazon-pay:before {
  content: "\f42c";
}
#video-examples .fa-github-square:before, #video-examples .fa-square-github:before {
  content: "\f092";
}
#video-examples .fa-stumbleupon:before {
  content: "\f1a4";
}
#video-examples .fa-fedex:before {
  content: "\f797";
}
#video-examples .fa-phoenix-framework:before {
  content: "\f3dc";
}
#video-examples .fa-shopify:before {
  content: "\e057";
}
#video-examples .fa-neos:before {
  content: "\f612";
}
#video-examples .fa-hackerrank:before {
  content: "\f5f7";
}
#video-examples .fa-researchgate:before {
  content: "\f4f8";
}
#video-examples .fa-swift:before {
  content: "\f8e1";
}
#video-examples .fa-angular:before {
  content: "\f420";
}
#video-examples .fa-speakap:before {
  content: "\f3f3";
}
#video-examples .fa-angrycreative:before {
  content: "\f36e";
}
#video-examples .fa-y-combinator:before {
  content: "\f23b";
}
#video-examples .fa-empire:before {
  content: "\f1d1";
}
#video-examples .fa-envira:before {
  content: "\f299";
}
#video-examples .fa-gitlab-square:before, #video-examples .fa-square-gitlab:before {
  content: "\e5ae";
}
#video-examples .fa-studiovinari:before {
  content: "\f3f8";
}
#video-examples .fa-pied-piper:before {
  content: "\f2ae";
}
#video-examples .fa-wordpress:before {
  content: "\f19a";
}
#video-examples .fa-product-hunt:before {
  content: "\f288";
}
#video-examples .fa-firefox:before {
  content: "\f269";
}
#video-examples .fa-linode:before {
  content: "\f2b8";
}
#video-examples .fa-goodreads:before {
  content: "\f3a8";
}
#video-examples .fa-odnoklassniki-square:before, #video-examples .fa-square-odnoklassniki:before {
  content: "\f264";
}
#video-examples .fa-jsfiddle:before {
  content: "\f1cc";
}
#video-examples .fa-sith:before {
  content: "\f512";
}
#video-examples .fa-themeisle:before {
  content: "\f2b2";
}
#video-examples .fa-page4:before {
  content: "\f3d7";
}
#video-examples .fa-hashnode:before {
  content: "\e499";
}
#video-examples .fa-react:before {
  content: "\f41b";
}
#video-examples .fa-cc-paypal:before {
  content: "\f1f4";
}
#video-examples .fa-squarespace:before {
  content: "\f5be";
}
#video-examples .fa-cc-stripe:before {
  content: "\f1f5";
}
#video-examples .fa-creative-commons-share:before {
  content: "\f4f2";
}
#video-examples .fa-bitcoin:before {
  content: "\f379";
}
#video-examples .fa-keycdn:before {
  content: "\f3ba";
}
#video-examples .fa-opera:before {
  content: "\f26a";
}
#video-examples .fa-itch-io:before {
  content: "\f83a";
}
#video-examples .fa-umbraco:before {
  content: "\f8e8";
}
#video-examples .fa-galactic-senate:before {
  content: "\f50d";
}
#video-examples .fa-ubuntu:before {
  content: "\f7df";
}
#video-examples .fa-draft2digital:before {
  content: "\f396";
}
#video-examples .fa-stripe:before {
  content: "\f429";
}
#video-examples .fa-houzz:before {
  content: "\f27c";
}
#video-examples .fa-gg:before {
  content: "\f260";
}
#video-examples .fa-dhl:before {
  content: "\f790";
}
#video-examples .fa-pinterest-square:before, #video-examples .fa-square-pinterest:before {
  content: "\f0d3";
}
#video-examples .fa-xing:before {
  content: "\f168";
}
#video-examples .fa-blackberry:before {
  content: "\f37b";
}
#video-examples .fa-creative-commons-pd:before {
  content: "\f4ec";
}
#video-examples .fa-playstation:before {
  content: "\f3df";
}
#video-examples .fa-quinscape:before {
  content: "\f459";
}
#video-examples .fa-less:before {
  content: "\f41d";
}
#video-examples .fa-blogger-b:before {
  content: "\f37d";
}
#video-examples .fa-opencart:before {
  content: "\f23d";
}
#video-examples .fa-vine:before {
  content: "\f1ca";
}
#video-examples .fa-paypal:before {
  content: "\f1ed";
}
#video-examples .fa-gitlab:before {
  content: "\f296";
}
#video-examples .fa-typo3:before {
  content: "\f42b";
}
#video-examples .fa-reddit-alien:before {
  content: "\f281";
}
#video-examples .fa-yahoo:before {
  content: "\f19e";
}
#video-examples .fa-dailymotion:before {
  content: "\e052";
}
#video-examples .fa-affiliatetheme:before {
  content: "\f36b";
}
#video-examples .fa-pied-piper-pp:before {
  content: "\f1a7";
}
#video-examples .fa-bootstrap:before {
  content: "\f836";
}
#video-examples .fa-odnoklassniki:before {
  content: "\f263";
}
#video-examples .fa-nfc-symbol:before {
  content: "\e531";
}
#video-examples .fa-ethereum:before {
  content: "\f42e";
}
#video-examples .fa-speaker-deck:before {
  content: "\f83c";
}
#video-examples .fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
#video-examples .fa-patreon:before {
  content: "\f3d9";
}
#video-examples .fa-avianex:before {
  content: "\f374";
}
#video-examples .fa-ello:before {
  content: "\f5f1";
}
#video-examples .fa-gofore:before {
  content: "\f3a7";
}
#video-examples .fa-bimobject:before {
  content: "\f378";
}
#video-examples .fa-facebook-f:before {
  content: "\f39e";
}
#video-examples .fa-google-plus-square:before, #video-examples .fa-square-google-plus:before {
  content: "\f0d4";
}
#video-examples .fa-mandalorian:before {
  content: "\f50f";
}
#video-examples .fa-first-order-alt:before {
  content: "\f50a";
}
#video-examples .fa-osi:before {
  content: "\f41a";
}
#video-examples .fa-google-wallet:before {
  content: "\f1ee";
}
#video-examples .fa-d-and-d-beyond:before {
  content: "\f6ca";
}
#video-examples .fa-periscope:before {
  content: "\f3da";
}
#video-examples .fa-fulcrum:before {
  content: "\f50b";
}
#video-examples .fa-cloudscale:before {
  content: "\f383";
}
#video-examples .fa-forumbee:before {
  content: "\f211";
}
#video-examples .fa-mizuni:before {
  content: "\f3cc";
}
#video-examples .fa-schlix:before {
  content: "\f3ea";
}
#video-examples .fa-square-xing:before, #video-examples .fa-xing-square:before {
  content: "\f169";
}
#video-examples .fa-bandcamp:before {
  content: "\f2d5";
}
#video-examples .fa-wpforms:before {
  content: "\f298";
}
#video-examples .fa-cloudversify:before {
  content: "\f385";
}
#video-examples .fa-usps:before {
  content: "\f7e1";
}
#video-examples .fa-megaport:before {
  content: "\f5a3";
}
#video-examples .fa-magento:before {
  content: "\f3c4";
}
#video-examples .fa-spotify:before {
  content: "\f1bc";
}
#video-examples .fa-optin-monster:before {
  content: "\f23c";
}
#video-examples .fa-fly:before {
  content: "\f417";
}
#video-examples .fa-aviato:before {
  content: "\f421";
}
#video-examples .fa-itunes:before {
  content: "\f3b4";
}
#video-examples .fa-cuttlefish:before {
  content: "\f38c";
}
#video-examples .fa-blogger:before {
  content: "\f37c";
}
#video-examples .fa-flickr:before {
  content: "\f16e";
}
#video-examples .fa-viber:before {
  content: "\f409";
}
#video-examples .fa-soundcloud:before {
  content: "\f1be";
}
#video-examples .fa-digg:before {
  content: "\f1a6";
}
#video-examples .fa-tencent-weibo:before {
  content: "\f1d5";
}
#video-examples .fa-symfony:before {
  content: "\f83d";
}
#video-examples .fa-maxcdn:before {
  content: "\f136";
}
#video-examples .fa-etsy:before {
  content: "\f2d7";
}
#video-examples .fa-facebook-messenger:before {
  content: "\f39f";
}
#video-examples .fa-audible:before {
  content: "\f373";
}
#video-examples .fa-think-peaks:before {
  content: "\f731";
}
#video-examples .fa-bilibili:before {
  content: "\e3d9";
}
#video-examples .fa-erlang:before {
  content: "\f39d";
}
#video-examples .fa-cotton-bureau:before {
  content: "\f89e";
}
#video-examples .fa-dashcube:before {
  content: "\f210";
}
#video-examples .fa-42-group:before, #video-examples .fa-innosoft:before {
  content: "\e080";
}
#video-examples .fa-stack-exchange:before {
  content: "\f18d";
}
#video-examples .fa-elementor:before {
  content: "\f430";
}
#video-examples .fa-pied-piper-square:before, #video-examples .fa-square-pied-piper:before {
  content: "\e01e";
}
#video-examples .fa-creative-commons-nd:before {
  content: "\f4eb";
}
#video-examples .fa-palfed:before {
  content: "\f3d8";
}
#video-examples .fa-superpowers:before {
  content: "\f2dd";
}
#video-examples .fa-resolving:before {
  content: "\f3e7";
}
#video-examples .fa-xbox:before {
  content: "\f412";
}
#video-examples .fa-searchengin:before {
  content: "\f3eb";
}
#video-examples .fa-tiktok:before {
  content: "\e07b";
}
#video-examples .fa-facebook-square:before, #video-examples .fa-square-facebook:before {
  content: "\f082";
}
#video-examples .fa-renren:before {
  content: "\f18b";
}
#video-examples .fa-linux:before {
  content: "\f17c";
}
#video-examples .fa-glide:before {
  content: "\f2a5";
}
#video-examples .fa-linkedin:before {
  content: "\f08c";
}
#video-examples .fa-hubspot:before {
  content: "\f3b2";
}
#video-examples .fa-deploydog:before {
  content: "\f38e";
}
#video-examples .fa-twitch:before {
  content: "\f1e8";
}
#video-examples .fa-ravelry:before {
  content: "\f2d9";
}
#video-examples .fa-mixer:before {
  content: "\e056";
}
#video-examples .fa-lastfm-square:before, #video-examples .fa-square-lastfm:before {
  content: "\f203";
}
#video-examples .fa-vimeo:before {
  content: "\f40a";
}
#video-examples .fa-mendeley:before {
  content: "\f7b3";
}
#video-examples .fa-uniregistry:before {
  content: "\f404";
}
#video-examples .fa-figma:before {
  content: "\f799";
}
#video-examples .fa-creative-commons-remix:before {
  content: "\f4ee";
}
#video-examples .fa-cc-amazon-pay:before {
  content: "\f42d";
}
#video-examples .fa-dropbox:before {
  content: "\f16b";
}
#video-examples .fa-instagram:before {
  content: "\f16d";
}
#video-examples .fa-cmplid:before {
  content: "\e360";
}
#video-examples .fa-facebook:before {
  content: "\f09a";
}
#video-examples .fa-gripfire:before {
  content: "\f3ac";
}
#video-examples .fa-jedi-order:before {
  content: "\f50e";
}
#video-examples .fa-uikit:before {
  content: "\f403";
}
#video-examples .fa-fort-awesome-alt:before {
  content: "\f3a3";
}
#video-examples .fa-phabricator:before {
  content: "\f3db";
}
#video-examples .fa-ussunnah:before {
  content: "\f407";
}
#video-examples .fa-earlybirds:before {
  content: "\f39a";
}
#video-examples .fa-trade-federation:before {
  content: "\f513";
}
#video-examples .fa-autoprefixer:before {
  content: "\f41c";
}
#video-examples .fa-whatsapp:before {
  content: "\f232";
}
#video-examples .fa-slideshare:before {
  content: "\f1e7";
}
#video-examples .fa-google-play:before {
  content: "\f3ab";
}
#video-examples .fa-viadeo:before {
  content: "\f2a9";
}
#video-examples .fa-line:before {
  content: "\f3c0";
}
#video-examples .fa-google-drive:before {
  content: "\f3aa";
}
#video-examples .fa-servicestack:before {
  content: "\f3ec";
}
#video-examples .fa-simplybuilt:before {
  content: "\f215";
}
#video-examples .fa-bitbucket:before {
  content: "\f171";
}
#video-examples .fa-imdb:before {
  content: "\f2d8";
}
#video-examples .fa-deezer:before {
  content: "\e077";
}
#video-examples .fa-raspberry-pi:before {
  content: "\f7bb";
}
#video-examples .fa-jira:before {
  content: "\f7b1";
}
#video-examples .fa-docker:before {
  content: "\f395";
}
#video-examples .fa-screenpal:before {
  content: "\e570";
}
#video-examples .fa-bluetooth:before {
  content: "\f293";
}
#video-examples .fa-gitter:before {
  content: "\f426";
}
#video-examples .fa-d-and-d:before {
  content: "\f38d";
}
#video-examples .fa-microblog:before {
  content: "\e01a";
}
#video-examples .fa-cc-diners-club:before {
  content: "\f24c";
}
#video-examples .fa-gg-circle:before {
  content: "\f261";
}
#video-examples .fa-pied-piper-hat:before {
  content: "\f4e5";
}
#video-examples .fa-kickstarter-k:before {
  content: "\f3bc";
}
#video-examples .fa-yandex:before {
  content: "\f413";
}
#video-examples .fa-readme:before {
  content: "\f4d5";
}
#video-examples .fa-html5:before {
  content: "\f13b";
}
#video-examples .fa-sellsy:before {
  content: "\f213";
}
#video-examples .fa-sass:before {
  content: "\f41e";
}
#video-examples .fa-wirsindhandwerk:before, #video-examples .fa-wsh:before {
  content: "\e2d0";
}
#video-examples .fa-buromobelexperte:before {
  content: "\f37f";
}
#video-examples .fa-salesforce:before {
  content: "\f83b";
}
#video-examples .fa-octopus-deploy:before {
  content: "\e082";
}
#video-examples .fa-medapps:before {
  content: "\f3c6";
}
#video-examples .fa-ns8:before {
  content: "\f3d5";
}
#video-examples .fa-pinterest-p:before {
  content: "\f231";
}
#video-examples .fa-apper:before {
  content: "\f371";
}
#video-examples .fa-fort-awesome:before {
  content: "\f286";
}
#video-examples .fa-waze:before {
  content: "\f83f";
}
#video-examples .fa-cc-jcb:before {
  content: "\f24b";
}
#video-examples .fa-snapchat-ghost:before, #video-examples .fa-snapchat:before {
  content: "\f2ab";
}
#video-examples .fa-fantasy-flight-games:before {
  content: "\f6dc";
}
#video-examples .fa-rust:before {
  content: "\e07a";
}
#video-examples .fa-wix:before {
  content: "\f5cf";
}
#video-examples .fa-behance-square:before, #video-examples .fa-square-behance:before {
  content: "\f1b5";
}
#video-examples .fa-supple:before {
  content: "\f3f9";
}
#video-examples .fa-rebel:before {
  content: "\f1d0";
}
#video-examples .fa-css3:before {
  content: "\f13c";
}
#video-examples .fa-staylinked:before {
  content: "\f3f5";
}
#video-examples .fa-kaggle:before {
  content: "\f5fa";
}
#video-examples .fa-space-awesome:before {
  content: "\e5ac";
}
#video-examples .fa-deviantart:before {
  content: "\f1bd";
}
#video-examples .fa-cpanel:before {
  content: "\f388";
}
#video-examples .fa-goodreads-g:before {
  content: "\f3a9";
}
#video-examples .fa-git-square:before, #video-examples .fa-square-git:before {
  content: "\f1d2";
}
#video-examples .fa-square-tumblr:before, #video-examples .fa-tumblr-square:before {
  content: "\f174";
}
#video-examples .fa-trello:before {
  content: "\f181";
}
#video-examples .fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
#video-examples .fa-get-pocket:before {
  content: "\f265";
}
#video-examples .fa-perbyte:before {
  content: "\e083";
}
#video-examples .fa-grunt:before {
  content: "\f3ad";
}
#video-examples .fa-weebly:before {
  content: "\f5cc";
}
#video-examples .fa-connectdevelop:before {
  content: "\f20e";
}
#video-examples .fa-leanpub:before {
  content: "\f212";
}
#video-examples .fa-black-tie:before {
  content: "\f27e";
}
#video-examples .fa-themeco:before {
  content: "\f5c6";
}
#video-examples .fa-python:before {
  content: "\f3e2";
}
#video-examples .fa-android:before {
  content: "\f17b";
}
#video-examples .fa-bots:before {
  content: "\e340";
}
#video-examples .fa-free-code-camp:before {
  content: "\f2c5";
}
#video-examples .fa-hornbill:before {
  content: "\f592";
}
#video-examples .fa-js:before {
  content: "\f3b8";
}
#video-examples .fa-ideal:before {
  content: "\e013";
}
#video-examples .fa-git:before {
  content: "\f1d3";
}
#video-examples .fa-dev:before {
  content: "\f6cc";
}
#video-examples .fa-sketch:before {
  content: "\f7c6";
}
#video-examples .fa-yandex-international:before {
  content: "\f414";
}
#video-examples .fa-cc-amex:before {
  content: "\f1f3";
}
#video-examples .fa-uber:before {
  content: "\f402";
}
#video-examples .fa-github:before {
  content: "\f09b";
}
#video-examples .fa-php:before {
  content: "\f457";
}
#video-examples .fa-alipay:before {
  content: "\f642";
}
#video-examples .fa-youtube:before {
  content: "\f167";
}
#video-examples .fa-skyatlas:before {
  content: "\f216";
}
#video-examples .fa-firefox-browser:before {
  content: "\e007";
}
#video-examples .fa-replyd:before {
  content: "\f3e6";
}
#video-examples .fa-suse:before {
  content: "\f7d6";
}
#video-examples .fa-jenkins:before {
  content: "\f3b6";
}
#video-examples .fa-twitter:before {
  content: "\f099";
}
#video-examples .fa-rockrms:before {
  content: "\f3e9";
}
#video-examples .fa-pinterest:before {
  content: "\f0d2";
}
#video-examples .fa-buffer:before {
  content: "\f837";
}
#video-examples .fa-npm:before {
  content: "\f3d4";
}
#video-examples .fa-yammer:before {
  content: "\f840";
}
#video-examples .fa-btc:before {
  content: "\f15a";
}
#video-examples .fa-dribbble:before {
  content: "\f17d";
}
#video-examples .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
#video-examples .fa-internet-explorer:before {
  content: "\f26b";
}
#video-examples .fa-telegram-plane:before, #video-examples .fa-telegram:before {
  content: "\f2c6";
}
#video-examples .fa-old-republic:before {
  content: "\f510";
}
#video-examples .fa-square-whatsapp:before, #video-examples .fa-whatsapp-square:before {
  content: "\f40c";
}
#video-examples .fa-node-js:before {
  content: "\f3d3";
}
#video-examples .fa-edge-legacy:before {
  content: "\e078";
}
#video-examples .fa-slack-hash:before, #video-examples .fa-slack:before {
  content: "\f198";
}
#video-examples .fa-medrt:before {
  content: "\f3c8";
}
#video-examples .fa-usb:before {
  content: "\f287";
}
#video-examples .fa-tumblr:before {
  content: "\f173";
}
#video-examples .fa-vaadin:before {
  content: "\f408";
}
#video-examples .fa-quora:before {
  content: "\f2c4";
}
#video-examples .fa-reacteurope:before {
  content: "\f75d";
}
#video-examples .fa-medium-m:before, #video-examples .fa-medium:before {
  content: "\f23a";
}
#video-examples .fa-amilia:before {
  content: "\f36d";
}
#video-examples .fa-mixcloud:before {
  content: "\f289";
}
#video-examples .fa-flipboard:before {
  content: "\f44d";
}
#video-examples .fa-viacoin:before {
  content: "\f237";
}
#video-examples .fa-critical-role:before {
  content: "\f6c9";
}
#video-examples .fa-sitrox:before {
  content: "\e44a";
}
#video-examples .fa-discourse:before {
  content: "\f393";
}
#video-examples .fa-joomla:before {
  content: "\f1aa";
}
#video-examples .fa-mastodon:before {
  content: "\f4f6";
}
#video-examples .fa-airbnb:before {
  content: "\f834";
}
#video-examples .fa-wolf-pack-battalion:before {
  content: "\f514";
}
#video-examples .fa-buy-n-large:before {
  content: "\f8a6";
}
#video-examples .fa-gulp:before {
  content: "\f3ae";
}
#video-examples .fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
#video-examples .fa-strava:before {
  content: "\f428";
}
#video-examples .fa-ember:before {
  content: "\f423";
}
#video-examples .fa-canadian-maple-leaf:before {
  content: "\f785";
}
#video-examples .fa-teamspeak:before {
  content: "\f4f9";
}
#video-examples .fa-pushed:before {
  content: "\f3e1";
}
#video-examples .fa-wordpress-simple:before {
  content: "\f411";
}
#video-examples .fa-nutritionix:before {
  content: "\f3d6";
}
#video-examples .fa-wodu:before {
  content: "\e088";
}
#video-examples .fa-google-pay:before {
  content: "\e079";
}
#video-examples .fa-intercom:before {
  content: "\f7af";
}
#video-examples .fa-zhihu:before {
  content: "\f63f";
}
#video-examples .fa-korvue:before {
  content: "\f42f";
}
#video-examples .fa-pix:before {
  content: "\e43a";
}
#video-examples .fa-steam-symbol:before {
  content: "\f3f6";
}
#video-examples :host, #video-examples :root {
  --fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype");
}
#video-examples .fa-regular, #video-examples .far {
  font-weight: 400;
}
#video-examples :host, #video-examples :root {
  --fa-style-family-classic:"Font Awesome 6 Free";
  --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype");
}
#video-examples .fa-solid, #video-examples .fas {
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype");
  unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-v4compatibility.woff2) format("woff2"), url(../webfonts/fa-v4compatibility.ttf) format("truetype");
  unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a;
}
#video-examples :root {
  --mdb-red: #f44336;
  --mdb-pink: #e91e63;
  --mdb-purple: purple-500;
  --mdb-indigo: #3f51b5;
  --mdb-blue: #2196f3;
  --mdb-cyan: #00bcd4;
  --mdb-teal: #009688;
  --mdb-green: #4caf50;
  --mdb-yellow: #ffeb3b;
  --mdb-orange: #ff9800;
  --mdb-white: #fff;
  --mdb-black: #000;
  --mdb-gray: #757575;
  --mdb-gray-dark: #4f4f4f;
  --mdb-gray-50: #fbfbfb;
  --mdb-gray-100: #f5f5f5;
  --mdb-gray-200: #eeeeee;
  --mdb-gray-300: #e0e0e0;
  --mdb-gray-400: #bdbdbd;
  --mdb-gray-500: #9e9e9e;
  --mdb-gray-600: #757575;
  --mdb-gray-700: #616161;
  --mdb-gray-800: #4f4f4f;
  --mdb-gray-900: #262626;
  --mdb-primary: #3b71ca;
  --mdb-secondary: #9fa6b2;
  --mdb-success: #14a44d;
  --mdb-danger: #dc4c64;
  --mdb-warning: #e4a11b;
  --mdb-info: #54b4d3;
  --mdb-light: #fbfbfb;
  --mdb-dark: #332d2d;
  --mdb-primary-rgb: 59, 113, 202;
  --mdb-secondary-rgb: 159, 166, 178;
  --mdb-success-rgb: 20, 164, 77;
  --mdb-danger-rgb: 220, 76, 100;
  --mdb-warning-rgb: 228, 161, 27;
  --mdb-info-rgb: 84, 180, 211;
  --mdb-light-rgb: 251, 251, 251;
  --mdb-dark-rgb: 51, 45, 45;
  --mdb-white-rgb: 255, 255, 255;
  --mdb-black-rgb: 0, 0, 0;
  --mdb-body-color-rgb: 79, 79, 79;
  --mdb-body-bg-rgb: 255, 255, 255;
  --mdb-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --mdb-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --mdb-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --mdb-body-font-family: var(--mdb-font-roboto);
  --mdb-body-font-size: 1rem;
  --mdb-body-font-weight: 400;
  --mdb-body-line-height: 1.6;
  --mdb-body-color: #4f4f4f;
  --mdb-body-bg: #fff;
  --mdb-border-width: 1px;
  --mdb-border-style: solid;
  --mdb-border-color: #e0e0e0;
  --mdb-border-color-translucent: rgba(0, 0, 0, 0.175);
  --mdb-border-radius: 0.25rem;
  --mdb-border-radius-sm: 0.25rem;
  --mdb-border-radius-lg: 0.5rem;
  --mdb-border-radius-xl: 1rem;
  --mdb-border-radius-2xl: 2rem;
  --mdb-border-radius-pill: 50rem;
  --mdb-link-color: #3b71ca;
  --mdb-link-hover-color: #386bc0;
  --mdb-code-color: #e91e63;
  --mdb-highlight-bg: #fff9c4;
}
#video-examples *,
#video-examples *::before,
#video-examples *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  #video-examples :root {
    scroll-behavior: smooth;
  }
}
#video-examples body {
  margin: 0;
  font-family: var(--mdb-body-font-family);
  font-size: var(--mdb-body-font-size);
  font-weight: var(--mdb-body-font-weight);
  line-height: var(--mdb-body-line-height);
  color: var(--mdb-body-color);
  text-align: var(--mdb-body-text-align);
  background-color: var(--mdb-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#video-examples hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
#video-examples h6, #video-examples .h6, #video-examples h5, #video-examples .h5, #video-examples h4, #video-examples .h4, #video-examples h3, #video-examples .h3, #video-examples h2, #video-examples .h2, #video-examples h1, #video-examples .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
#video-examples h1, #video-examples .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  #video-examples h1, #video-examples .h1 {
    font-size: 2.5rem;
  }
}
#video-examples h2, #video-examples .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #video-examples h2, #video-examples .h2 {
    font-size: 2rem;
  }
}
#video-examples h3, #video-examples .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  #video-examples h3, #video-examples .h3 {
    font-size: 1.75rem;
  }
}
#video-examples h4, #video-examples .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  #video-examples h4, #video-examples .h4 {
    font-size: 1.5rem;
  }
}
#video-examples h5, #video-examples .h5 {
  font-size: 1.25rem;
}
#video-examples h6, #video-examples .h6 {
  font-size: 1rem;
}
#video-examples p {
  margin-top: 0;
  margin-bottom: 1rem;
}
#video-examples abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
#video-examples address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
#video-examples ol,
#video-examples ul {
  padding-left: 2rem;
}
#video-examples ol,
#video-examples ul,
#video-examples dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
#video-examples ol ol,
#video-examples ul ul,
#video-examples ol ul,
#video-examples ul ol {
  margin-bottom: 0;
}
#video-examples dt {
  font-weight: 700;
}
#video-examples dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
#video-examples blockquote {
  margin: 0 0 1rem;
}
#video-examples b,
#video-examples strong {
  font-weight: bolder;
}
#video-examples small, #video-examples .small {
  font-size: 0.875em;
}
#video-examples mark, #video-examples .mark {
  padding: 0.1875em;
  background-color: var(--mdb-highlight-bg);
}
#video-examples sub,
#video-examples sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
#video-examples sub {
  bottom: -0.25em;
}
#video-examples sup {
  top: -0.5em;
}
#video-examples a {
  color: var(--mdb-link-color);
  text-decoration: none;
}
#video-examples a:hover {
  color: var(--mdb-link-hover-color);
  text-decoration: none;
}
#video-examples a:not([href]):not([class]), #video-examples a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
#video-examples pre,
#video-examples code,
#video-examples kbd,
#video-examples samp {
  font-family: var(--mdb-font-monospace);
  font-size: 1em;
}
#video-examples pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
#video-examples pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
#video-examples code {
  font-size: 0.875em;
  color: var(--mdb-code-color);
  word-wrap: break-word;
}
a > #video-examples code {
  color: inherit;
}
#video-examples kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--mdb-body-bg);
  background-color: var(--mdb-body-color);
  border-radius: 0.25rem;
}
#video-examples kbd kbd {
  padding: 0;
  font-size: 1em;
}
#video-examples figure {
  margin: 0 0 1rem;
}
#video-examples img,
#video-examples svg {
  vertical-align: middle;
}
#video-examples table {
  caption-side: bottom;
  border-collapse: collapse;
}
#video-examples caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #757575;
  text-align: left;
}
#video-examples th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
#video-examples thead,
#video-examples tbody,
#video-examples tfoot,
#video-examples tr,
#video-examples td,
#video-examples th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
#video-examples label {
  display: inline-block;
}
#video-examples button {
  border-radius: 0;
}
#video-examples button:focus:not(:focus-visible) {
  outline: 0;
}
#video-examples input,
#video-examples button,
#video-examples select,
#video-examples optgroup,
#video-examples textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#video-examples button,
#video-examples select {
  text-transform: none;
}
#video-examples [role=button] {
  cursor: pointer;
}
#video-examples select {
  word-wrap: normal;
}
#video-examples select:disabled {
  opacity: 1;
}
#video-examples [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
#video-examples button,
#video-examples [type=button],
#video-examples [type=reset],
#video-examples [type=submit] {
  -webkit-appearance: button;
}
#video-examples button:not(:disabled),
#video-examples [type=button]:not(:disabled),
#video-examples [type=reset]:not(:disabled),
#video-examples [type=submit]:not(:disabled) {
  cursor: pointer;
}
#video-examples ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
#video-examples textarea {
  resize: vertical;
}
#video-examples fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
#video-examples legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  #video-examples legend {
    font-size: 1.5rem;
  }
}
#video-examples legend + * {
  clear: left;
}
#video-examples ::-webkit-datetime-edit-fields-wrapper,
#video-examples ::-webkit-datetime-edit-text,
#video-examples ::-webkit-datetime-edit-minute,
#video-examples ::-webkit-datetime-edit-hour-field,
#video-examples ::-webkit-datetime-edit-day-field,
#video-examples ::-webkit-datetime-edit-month-field,
#video-examples ::-webkit-datetime-edit-year-field {
  padding: 0;
}
#video-examples ::-webkit-inner-spin-button {
  height: auto;
}
#video-examples [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
#video-examples ::-webkit-search-decoration {
  -webkit-appearance: none;
}
#video-examples ::-webkit-color-swatch-wrapper {
  padding: 0;
}
#video-examples ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
#video-examples output {
  display: inline-block;
}
#video-examples iframe {
  border: 0;
}
#video-examples summary {
  display: list-item;
  cursor: pointer;
}
#video-examples progress {
  vertical-align: baseline;
}
#video-examples [hidden] {
  display: none !important;
}
#video-examples .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
#video-examples .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #video-examples .display-1 {
    font-size: 5rem;
  }
}
#video-examples .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #video-examples .display-2 {
    font-size: 4.5rem;
  }
}
#video-examples .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #video-examples .display-3 {
    font-size: 4rem;
  }
}
#video-examples .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #video-examples .display-4 {
    font-size: 3.5rem;
  }
}
#video-examples .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #video-examples .display-5 {
    font-size: 3rem;
  }
}
#video-examples .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #video-examples .display-6 {
    font-size: 2.5rem;
  }
}
#video-examples .list-unstyled {
  padding-left: 0;
  list-style: none;
}
#video-examples .list-inline {
  padding-left: 0;
  list-style: none;
}
#video-examples .list-inline-item {
  display: inline-block;
}
#video-examples .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
#video-examples .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
#video-examples .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
#video-examples .blockquote > :last-child {
  margin-bottom: 0;
}
#video-examples .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #757575;
}
#video-examples .blockquote-footer::before {
  content: "— ";
}
#video-examples .img-fluid {
  max-width: 100%;
  height: auto;
}
#video-examples .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--mdb-border-color);
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}
#video-examples .figure {
  display: inline-block;
}
#video-examples .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
#video-examples .figure-caption {
  font-size: 0.875em;
  color: #757575;
}
#video-examples .container,
#video-examples .container-fluid,
#video-examples .container-xxl,
#video-examples .container-xl,
#video-examples .container-lg,
#video-examples .container-md,
#video-examples .container-sm {
  --mdb-gutter-x: 1.5rem;
  --mdb-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--mdb-gutter-x) * 0.5);
  padding-left: calc(var(--mdb-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #video-examples .container-sm, #video-examples .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #video-examples .container-md, #video-examples .container-sm, #video-examples .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #video-examples .container-lg, #video-examples .container-md, #video-examples .container-sm, #video-examples .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #video-examples .container-xl, #video-examples .container-lg, #video-examples .container-md, #video-examples .container-sm, #video-examples .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  #video-examples .container-xxl, #video-examples .container-xl, #video-examples .container-lg, #video-examples .container-md, #video-examples .container-sm, #video-examples .container {
    max-width: 1320px;
  }
}
#video-examples .row {
  --mdb-gutter-x: 1.5rem;
  --mdb-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--mdb-gutter-y));
  margin-right: calc(-0.5 * var(--mdb-gutter-x));
  margin-left: calc(-0.5 * var(--mdb-gutter-x));
}
#video-examples .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--mdb-gutter-x) * 0.5);
  padding-left: calc(var(--mdb-gutter-x) * 0.5);
  margin-top: var(--mdb-gutter-y);
}
#video-examples .col {
  flex: 1 0 0%;
}
#video-examples .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
#video-examples .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
#video-examples .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
#video-examples .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
#video-examples .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
#video-examples .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
#video-examples .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
#video-examples .col-auto {
  flex: 0 0 auto;
  width: auto;
}
#video-examples .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
#video-examples .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
#video-examples .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
#video-examples .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
#video-examples .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
#video-examples .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
#video-examples .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
#video-examples .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
#video-examples .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
#video-examples .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
#video-examples .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
#video-examples .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
#video-examples .offset-1 {
  margin-left: 8.33333333%;
}
#video-examples .offset-2 {
  margin-left: 16.66666667%;
}
#video-examples .offset-3 {
  margin-left: 25%;
}
#video-examples .offset-4 {
  margin-left: 33.33333333%;
}
#video-examples .offset-5 {
  margin-left: 41.66666667%;
}
#video-examples .offset-6 {
  margin-left: 50%;
}
#video-examples .offset-7 {
  margin-left: 58.33333333%;
}
#video-examples .offset-8 {
  margin-left: 66.66666667%;
}
#video-examples .offset-9 {
  margin-left: 75%;
}
#video-examples .offset-10 {
  margin-left: 83.33333333%;
}
#video-examples .offset-11 {
  margin-left: 91.66666667%;
}
#video-examples .g-0,
#video-examples .gx-0 {
  --mdb-gutter-x: 0;
}
#video-examples .g-0,
#video-examples .gy-0 {
  --mdb-gutter-y: 0;
}
#video-examples .g-1,
#video-examples .gx-1 {
  --mdb-gutter-x: 0.25rem;
}
#video-examples .g-1,
#video-examples .gy-1 {
  --mdb-gutter-y: 0.25rem;
}
#video-examples .g-2,
#video-examples .gx-2 {
  --mdb-gutter-x: 0.5rem;
}
#video-examples .g-2,
#video-examples .gy-2 {
  --mdb-gutter-y: 0.5rem;
}
#video-examples .g-3,
#video-examples .gx-3 {
  --mdb-gutter-x: 1rem;
}
#video-examples .g-3,
#video-examples .gy-3 {
  --mdb-gutter-y: 1rem;
}
#video-examples .g-4,
#video-examples .gx-4 {
  --mdb-gutter-x: 1.5rem;
}
#video-examples .g-4,
#video-examples .gy-4 {
  --mdb-gutter-y: 1.5rem;
}
#video-examples .g-5,
#video-examples .gx-5 {
  --mdb-gutter-x: 3rem;
}
#video-examples .g-5,
#video-examples .gy-5 {
  --mdb-gutter-y: 3rem;
}
@media (min-width: 576px) {
  #video-examples .col-sm {
    flex: 1 0 0%;
  }
  #video-examples .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  #video-examples .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  #video-examples .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  #video-examples .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #video-examples .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  #video-examples .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  #video-examples .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #video-examples .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  #video-examples .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  #video-examples .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  #video-examples .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  #video-examples .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  #video-examples .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  #video-examples .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  #video-examples .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  #video-examples .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  #video-examples .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  #video-examples .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  #video-examples .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  #video-examples .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  #video-examples .offset-sm-0 {
    margin-left: 0;
  }
  #video-examples .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  #video-examples .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  #video-examples .offset-sm-3 {
    margin-left: 25%;
  }
  #video-examples .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  #video-examples .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  #video-examples .offset-sm-6 {
    margin-left: 50%;
  }
  #video-examples .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  #video-examples .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  #video-examples .offset-sm-9 {
    margin-left: 75%;
  }
  #video-examples .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  #video-examples .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  #video-examples .g-sm-0,
  #video-examples .gx-sm-0 {
    --mdb-gutter-x: 0;
  }
  #video-examples .g-sm-0,
  #video-examples .gy-sm-0 {
    --mdb-gutter-y: 0;
  }
  #video-examples .g-sm-1,
  #video-examples .gx-sm-1 {
    --mdb-gutter-x: 0.25rem;
  }
  #video-examples .g-sm-1,
  #video-examples .gy-sm-1 {
    --mdb-gutter-y: 0.25rem;
  }
  #video-examples .g-sm-2,
  #video-examples .gx-sm-2 {
    --mdb-gutter-x: 0.5rem;
  }
  #video-examples .g-sm-2,
  #video-examples .gy-sm-2 {
    --mdb-gutter-y: 0.5rem;
  }
  #video-examples .g-sm-3,
  #video-examples .gx-sm-3 {
    --mdb-gutter-x: 1rem;
  }
  #video-examples .g-sm-3,
  #video-examples .gy-sm-3 {
    --mdb-gutter-y: 1rem;
  }
  #video-examples .g-sm-4,
  #video-examples .gx-sm-4 {
    --mdb-gutter-x: 1.5rem;
  }
  #video-examples .g-sm-4,
  #video-examples .gy-sm-4 {
    --mdb-gutter-y: 1.5rem;
  }
  #video-examples .g-sm-5,
  #video-examples .gx-sm-5 {
    --mdb-gutter-x: 3rem;
  }
  #video-examples .g-sm-5,
  #video-examples .gy-sm-5 {
    --mdb-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  #video-examples .col-md {
    flex: 1 0 0%;
  }
  #video-examples .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  #video-examples .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  #video-examples .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  #video-examples .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #video-examples .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  #video-examples .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  #video-examples .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #video-examples .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  #video-examples .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  #video-examples .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  #video-examples .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  #video-examples .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  #video-examples .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  #video-examples .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  #video-examples .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  #video-examples .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  #video-examples .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  #video-examples .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  #video-examples .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  #video-examples .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  #video-examples .offset-md-0 {
    margin-left: 0;
  }
  #video-examples .offset-md-1 {
    margin-left: 8.33333333%;
  }
  #video-examples .offset-md-2 {
    margin-left: 16.66666667%;
  }
  #video-examples .offset-md-3 {
    margin-left: 25%;
  }
  #video-examples .offset-md-4 {
    margin-left: 33.33333333%;
  }
  #video-examples .offset-md-5 {
    margin-left: 41.66666667%;
  }
  #video-examples .offset-md-6 {
    margin-left: 50%;
  }
  #video-examples .offset-md-7 {
    margin-left: 58.33333333%;
  }
  #video-examples .offset-md-8 {
    margin-left: 66.66666667%;
  }
  #video-examples .offset-md-9 {
    margin-left: 75%;
  }
  #video-examples .offset-md-10 {
    margin-left: 83.33333333%;
  }
  #video-examples .offset-md-11 {
    margin-left: 91.66666667%;
  }
  #video-examples .g-md-0,
  #video-examples .gx-md-0 {
    --mdb-gutter-x: 0;
  }
  #video-examples .g-md-0,
  #video-examples .gy-md-0 {
    --mdb-gutter-y: 0;
  }
  #video-examples .g-md-1,
  #video-examples .gx-md-1 {
    --mdb-gutter-x: 0.25rem;
  }
  #video-examples .g-md-1,
  #video-examples .gy-md-1 {
    --mdb-gutter-y: 0.25rem;
  }
  #video-examples .g-md-2,
  #video-examples .gx-md-2 {
    --mdb-gutter-x: 0.5rem;
  }
  #video-examples .g-md-2,
  #video-examples .gy-md-2 {
    --mdb-gutter-y: 0.5rem;
  }
  #video-examples .g-md-3,
  #video-examples .gx-md-3 {
    --mdb-gutter-x: 1rem;
  }
  #video-examples .g-md-3,
  #video-examples .gy-md-3 {
    --mdb-gutter-y: 1rem;
  }
  #video-examples .g-md-4,
  #video-examples .gx-md-4 {
    --mdb-gutter-x: 1.5rem;
  }
  #video-examples .g-md-4,
  #video-examples .gy-md-4 {
    --mdb-gutter-y: 1.5rem;
  }
  #video-examples .g-md-5,
  #video-examples .gx-md-5 {
    --mdb-gutter-x: 3rem;
  }
  #video-examples .g-md-5,
  #video-examples .gy-md-5 {
    --mdb-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  #video-examples .col-lg {
    flex: 1 0 0%;
  }
  #video-examples .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  #video-examples .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  #video-examples .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  #video-examples .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #video-examples .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  #video-examples .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  #video-examples .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #video-examples .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  #video-examples .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  #video-examples .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  #video-examples .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  #video-examples .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  #video-examples .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  #video-examples .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  #video-examples .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  #video-examples .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  #video-examples .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  #video-examples .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  #video-examples .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  #video-examples .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  #video-examples .offset-lg-0 {
    margin-left: 0;
  }
  #video-examples .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  #video-examples .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  #video-examples .offset-lg-3 {
    margin-left: 25%;
  }
  #video-examples .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  #video-examples .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  #video-examples .offset-lg-6 {
    margin-left: 50%;
  }
  #video-examples .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  #video-examples .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  #video-examples .offset-lg-9 {
    margin-left: 75%;
  }
  #video-examples .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  #video-examples .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  #video-examples .g-lg-0,
  #video-examples .gx-lg-0 {
    --mdb-gutter-x: 0;
  }
  #video-examples .g-lg-0,
  #video-examples .gy-lg-0 {
    --mdb-gutter-y: 0;
  }
  #video-examples .g-lg-1,
  #video-examples .gx-lg-1 {
    --mdb-gutter-x: 0.25rem;
  }
  #video-examples .g-lg-1,
  #video-examples .gy-lg-1 {
    --mdb-gutter-y: 0.25rem;
  }
  #video-examples .g-lg-2,
  #video-examples .gx-lg-2 {
    --mdb-gutter-x: 0.5rem;
  }
  #video-examples .g-lg-2,
  #video-examples .gy-lg-2 {
    --mdb-gutter-y: 0.5rem;
  }
  #video-examples .g-lg-3,
  #video-examples .gx-lg-3 {
    --mdb-gutter-x: 1rem;
  }
  #video-examples .g-lg-3,
  #video-examples .gy-lg-3 {
    --mdb-gutter-y: 1rem;
  }
  #video-examples .g-lg-4,
  #video-examples .gx-lg-4 {
    --mdb-gutter-x: 1.5rem;
  }
  #video-examples .g-lg-4,
  #video-examples .gy-lg-4 {
    --mdb-gutter-y: 1.5rem;
  }
  #video-examples .g-lg-5,
  #video-examples .gx-lg-5 {
    --mdb-gutter-x: 3rem;
  }
  #video-examples .g-lg-5,
  #video-examples .gy-lg-5 {
    --mdb-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  #video-examples .col-xl {
    flex: 1 0 0%;
  }
  #video-examples .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  #video-examples .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  #video-examples .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  #video-examples .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #video-examples .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  #video-examples .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  #video-examples .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #video-examples .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  #video-examples .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  #video-examples .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  #video-examples .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  #video-examples .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  #video-examples .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  #video-examples .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  #video-examples .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  #video-examples .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  #video-examples .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  #video-examples .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  #video-examples .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  #video-examples .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  #video-examples .offset-xl-0 {
    margin-left: 0;
  }
  #video-examples .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  #video-examples .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  #video-examples .offset-xl-3 {
    margin-left: 25%;
  }
  #video-examples .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  #video-examples .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  #video-examples .offset-xl-6 {
    margin-left: 50%;
  }
  #video-examples .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  #video-examples .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  #video-examples .offset-xl-9 {
    margin-left: 75%;
  }
  #video-examples .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  #video-examples .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  #video-examples .g-xl-0,
  #video-examples .gx-xl-0 {
    --mdb-gutter-x: 0;
  }
  #video-examples .g-xl-0,
  #video-examples .gy-xl-0 {
    --mdb-gutter-y: 0;
  }
  #video-examples .g-xl-1,
  #video-examples .gx-xl-1 {
    --mdb-gutter-x: 0.25rem;
  }
  #video-examples .g-xl-1,
  #video-examples .gy-xl-1 {
    --mdb-gutter-y: 0.25rem;
  }
  #video-examples .g-xl-2,
  #video-examples .gx-xl-2 {
    --mdb-gutter-x: 0.5rem;
  }
  #video-examples .g-xl-2,
  #video-examples .gy-xl-2 {
    --mdb-gutter-y: 0.5rem;
  }
  #video-examples .g-xl-3,
  #video-examples .gx-xl-3 {
    --mdb-gutter-x: 1rem;
  }
  #video-examples .g-xl-3,
  #video-examples .gy-xl-3 {
    --mdb-gutter-y: 1rem;
  }
  #video-examples .g-xl-4,
  #video-examples .gx-xl-4 {
    --mdb-gutter-x: 1.5rem;
  }
  #video-examples .g-xl-4,
  #video-examples .gy-xl-4 {
    --mdb-gutter-y: 1.5rem;
  }
  #video-examples .g-xl-5,
  #video-examples .gx-xl-5 {
    --mdb-gutter-x: 3rem;
  }
  #video-examples .g-xl-5,
  #video-examples .gy-xl-5 {
    --mdb-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  #video-examples .col-xxl {
    flex: 1 0 0%;
  }
  #video-examples .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  #video-examples .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  #video-examples .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  #video-examples .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #video-examples .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  #video-examples .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  #video-examples .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #video-examples .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  #video-examples .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  #video-examples .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  #video-examples .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  #video-examples .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  #video-examples .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  #video-examples .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  #video-examples .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  #video-examples .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  #video-examples .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  #video-examples .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  #video-examples .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  #video-examples .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  #video-examples .offset-xxl-0 {
    margin-left: 0;
  }
  #video-examples .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  #video-examples .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  #video-examples .offset-xxl-3 {
    margin-left: 25%;
  }
  #video-examples .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  #video-examples .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  #video-examples .offset-xxl-6 {
    margin-left: 50%;
  }
  #video-examples .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  #video-examples .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  #video-examples .offset-xxl-9 {
    margin-left: 75%;
  }
  #video-examples .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  #video-examples .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  #video-examples .g-xxl-0,
  #video-examples .gx-xxl-0 {
    --mdb-gutter-x: 0;
  }
  #video-examples .g-xxl-0,
  #video-examples .gy-xxl-0 {
    --mdb-gutter-y: 0;
  }
  #video-examples .g-xxl-1,
  #video-examples .gx-xxl-1 {
    --mdb-gutter-x: 0.25rem;
  }
  #video-examples .g-xxl-1,
  #video-examples .gy-xxl-1 {
    --mdb-gutter-y: 0.25rem;
  }
  #video-examples .g-xxl-2,
  #video-examples .gx-xxl-2 {
    --mdb-gutter-x: 0.5rem;
  }
  #video-examples .g-xxl-2,
  #video-examples .gy-xxl-2 {
    --mdb-gutter-y: 0.5rem;
  }
  #video-examples .g-xxl-3,
  #video-examples .gx-xxl-3 {
    --mdb-gutter-x: 1rem;
  }
  #video-examples .g-xxl-3,
  #video-examples .gy-xxl-3 {
    --mdb-gutter-y: 1rem;
  }
  #video-examples .g-xxl-4,
  #video-examples .gx-xxl-4 {
    --mdb-gutter-x: 1.5rem;
  }
  #video-examples .g-xxl-4,
  #video-examples .gy-xxl-4 {
    --mdb-gutter-y: 1.5rem;
  }
  #video-examples .g-xxl-5,
  #video-examples .gx-xxl-5 {
    --mdb-gutter-x: 3rem;
  }
  #video-examples .g-xxl-5,
  #video-examples .gy-xxl-5 {
    --mdb-gutter-y: 3rem;
  }
}
#video-examples .table {
  --mdb-table-color: var(--mdb-body-color);
  --mdb-table-bg: transparent;
  --mdb-table-border-color: var(--mdb-border-color);
  --mdb-table-accent-bg: transparent;
  --mdb-table-striped-color: var(--mdb-body-color);
  --mdb-table-striped-bg: rgba(0, 0, 0, 0.02);
  --mdb-table-active-color: var(--mdb-body-color);
  --mdb-table-active-bg: rgba(0, 0, 0, 0.1);
  --mdb-table-hover-color: var(--mdb-body-color);
  --mdb-table-hover-bg: rgba(0, 0, 0, 0.025);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--mdb-table-color);
  vertical-align: top;
  border-color: var(--mdb-table-border-color);
}
#video-examples .table > :not(caption) > * > * {
  padding: 1rem 1.4rem;
  background-color: var(--mdb-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--mdb-table-accent-bg);
}
#video-examples .table > tbody {
  vertical-align: inherit;
}
#video-examples .table > thead {
  vertical-align: bottom;
}
#video-examples .table-group-divider {
  border-top: 2px solid inherit;
}
#video-examples .caption-top {
  caption-side: top;
}
#video-examples .table-sm > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
}
#video-examples .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
#video-examples .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
#video-examples .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
#video-examples .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
#video-examples .table-striped > tbody > tr:nth-of-type(odd) > * {
  --mdb-table-accent-bg: var(--mdb-table-striped-bg);
  color: var(--mdb-table-striped-color);
}
#video-examples .table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --mdb-table-accent-bg: var(--mdb-table-striped-bg);
  color: var(--mdb-table-striped-color);
}
#video-examples .table-active {
  --mdb-table-accent-bg: var(--mdb-table-active-bg);
  color: var(--mdb-table-active-color);
}
#video-examples .table-hover > tbody > tr:hover > * {
  --mdb-table-accent-bg: var(--mdb-table-hover-bg);
  color: var(--mdb-table-hover-color);
}
#video-examples .table-primary {
  --mdb-table-color: #000;
  --mdb-table-bg: #d8e3f4;
  --mdb-table-border-color: #c2ccdc;
  --mdb-table-striped-bg: #cdd8e8;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #c2ccdc;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #c8d2e2;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
#video-examples .table-secondary {
  --mdb-table-color: #000;
  --mdb-table-bg: #ecedf0;
  --mdb-table-border-color: #d4d5d8;
  --mdb-table-striped-bg: #e0e1e4;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #d4d5d8;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #dadbde;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
#video-examples .table-success {
  --mdb-table-color: #000;
  --mdb-table-bg: #d0eddb;
  --mdb-table-border-color: #bbd5c5;
  --mdb-table-striped-bg: #c6e1d0;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #bbd5c5;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #c0dbcb;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
#video-examples .table-info {
  --mdb-table-color: #000;
  --mdb-table-bg: #ddf0f6;
  --mdb-table-border-color: #c7d8dd;
  --mdb-table-striped-bg: #d2e4ea;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #c7d8dd;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #ccdee4;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
#video-examples .table-warning {
  --mdb-table-color: #000;
  --mdb-table-bg: #faecd1;
  --mdb-table-border-color: #e1d4bc;
  --mdb-table-striped-bg: #eee0c7;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #e1d4bc;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #e7dac1;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
#video-examples .table-danger {
  --mdb-table-color: #000;
  --mdb-table-bg: #f8dbe0;
  --mdb-table-border-color: #dfc5ca;
  --mdb-table-striped-bg: #ecd0d5;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #dfc5ca;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #e5cbcf;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
#video-examples .table-light {
  --mdb-table-color: #000;
  --mdb-table-bg: #fbfbfb;
  --mdb-table-border-color: #e2e2e2;
  --mdb-table-striped-bg: #eeeeee;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #e2e2e2;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #e8e8e8;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
#video-examples .table-dark {
  --mdb-table-color: #fff;
  --mdb-table-bg: #332d2d;
  --mdb-table-border-color: #474242;
  --mdb-table-striped-bg: #3d3838;
  --mdb-table-striped-color: #fff;
  --mdb-table-active-bg: #474242;
  --mdb-table-active-color: #fff;
  --mdb-table-hover-bg: #423d3d;
  --mdb-table-hover-color: #fff;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
#video-examples .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  #video-examples .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  #video-examples .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  #video-examples .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  #video-examples .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  #video-examples .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
#video-examples .form-label {
  margin-bottom: 0.5rem;
  color: rgba(0, 0, 0, 0.6);
}
#video-examples .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
}
#video-examples .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1rem;
}
#video-examples .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.775rem;
}
#video-examples .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #757575;
}
#video-examples .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4f4f4f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: all 0.2s linear;
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .form-control {
    transition: none;
  }
}
#video-examples .form-control[type=file] {
  overflow: hidden;
}
#video-examples .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
#video-examples .form-control:focus {
  color: #4f4f4f;
  background-color: #fff;
  border-color: #3b71ca;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(59, 113, 202, 0.25);
}
#video-examples .form-control::-webkit-date-and-time-value {
  height: 1.6em;
}
#video-examples .form-control::-moz-placeholder {
  color: #757575;
  opacity: 1;
}
#video-examples .form-control::placeholder {
  color: #757575;
  opacity: 1;
}
#video-examples .form-control:disabled {
  background-color: #eeeeee;
  opacity: 1;
}
#video-examples .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #4f4f4f;
  background-color: #eeeeee;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  #video-examples .form-control::file-selector-button {
    transition: none;
  }
}
#video-examples .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e2e2e2;
}
#video-examples .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.6;
  color: #4f4f4f;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
#video-examples .form-control-plaintext:focus {
  outline: 0;
}
#video-examples .form-control-plaintext.form-control-sm, #video-examples .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
#video-examples .form-control-sm {
  min-height: calc(1.6em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.775rem;
  border-radius: 0.25rem;
}
#video-examples .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
#video-examples .form-control-lg {
  min-height: calc(1.6em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.5rem;
}
#video-examples .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
#video-examples textarea.form-control {
  min-height: calc(1.6em + 0.75rem + 2px);
}
#video-examples textarea.form-control-sm {
  min-height: calc(1.6em + 0.5rem + 2px);
}
#video-examples textarea.form-control-lg {
  min-height: calc(1.6em + 1rem + 2px);
}
#video-examples .form-control-color {
  width: 3rem;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem;
}
#video-examples .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
#video-examples .form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.25rem;
}
#video-examples .form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
}
#video-examples .form-control-color.form-control-sm {
  height: calc(1.6em + 0.5rem + 2px);
}
#video-examples .form-control-color.form-control-lg {
  height: calc(1.6em + 1rem + 2px);
}
#video-examples .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4f4f4f;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234f4f4f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: all 0.2s linear;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .form-select {
    transition: none;
  }
}
#video-examples .form-select:focus {
  border-color: #3b71ca;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(59, 113, 202, 0.25);
}
#video-examples .form-select[multiple], #video-examples .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
#video-examples .form-select:disabled {
  background-color: #eeeeee;
}
#video-examples .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #4f4f4f;
}
#video-examples .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.775rem;
  border-radius: 0.25rem;
}
#video-examples .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
  border-radius: 0.5rem;
}
#video-examples .form-check {
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
#video-examples .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
#video-examples .form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
#video-examples .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
#video-examples .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
#video-examples .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
#video-examples .form-check-input[type=radio] {
  border-radius: 50%;
}
#video-examples .form-check-input:active {
  filter: brightness(90%);
}
#video-examples .form-check-input:focus {
  border-color: #3b71ca;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 113, 202, 0.25);
}
#video-examples .form-check-input:checked {
  background-color: #3b71ca;
  border-color: #3b71ca;
}
#video-examples .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
#video-examples .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
#video-examples .form-check-input[type=checkbox]:indeterminate {
  background-color: #3b71ca;
  border-color: #757575;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
#video-examples .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
#video-examples .form-check-input[disabled] ~ .form-check-label, #video-examples .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
#video-examples .form-switch {
  padding-left: 2.5em;
}
#video-examples .form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .form-switch .form-check-input {
    transition: none;
  }
}
#video-examples .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%233b71ca'/%3e%3c/svg%3e");
}
#video-examples .form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
#video-examples .form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
#video-examples .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
#video-examples .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
#video-examples .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
#video-examples .btn-check[disabled] + .btn, #video-examples .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
#video-examples .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#video-examples .form-range:focus {
  outline: 0;
}
#video-examples .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(59, 113, 202, 0.25);
}
#video-examples .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(59, 113, 202, 0.25);
}
#video-examples .form-range::-moz-focus-outer {
  border: 0;
}
#video-examples .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3b71ca;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -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) {
  #video-examples .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
#video-examples .form-range::-webkit-slider-thumb:active {
  background-color: #c4d4ef;
}
#video-examples .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e0e0e0;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
#video-examples .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3b71ca;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -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) {
  #video-examples .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
#video-examples .form-range::-moz-range-thumb:active {
  background-color: #c4d4ef;
}
#video-examples .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e0e0e0;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
#video-examples .form-range:disabled {
  pointer-events: none;
}
#video-examples .form-range:disabled::-webkit-slider-thumb {
  background-color: #9e9e9e;
}
#video-examples .form-range:disabled::-moz-range-thumb {
  background-color: #9e9e9e;
}
#video-examples .form-floating {
  position: relative;
}
#video-examples .form-floating > .form-control,
#video-examples .form-floating > .form-control-plaintext,
#video-examples .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
#video-examples .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .form-floating > label {
    transition: none;
  }
}
#video-examples .form-floating > .form-control,
#video-examples .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
#video-examples .form-floating > .form-control::-moz-placeholder, #video-examples .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
#video-examples .form-floating > .form-control::placeholder,
#video-examples .form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
#video-examples .form-floating > .form-control:not(:-moz-placeholder-shown), #video-examples .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
#video-examples .form-floating > .form-control:focus, #video-examples .form-floating > .form-control:not(:placeholder-shown),
#video-examples .form-floating > .form-control-plaintext:focus,
#video-examples .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
#video-examples .form-floating > .form-control:-webkit-autofill,
#video-examples .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
#video-examples .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
#video-examples .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
#video-examples .form-floating > .form-control:focus ~ label,
#video-examples .form-floating > .form-control:not(:placeholder-shown) ~ label,
#video-examples .form-floating > .form-control-plaintext ~ label,
#video-examples .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
#video-examples .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
#video-examples .form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}
#video-examples .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
#video-examples .input-group > .form-control,
#video-examples .input-group > .form-select,
#video-examples .input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
#video-examples .input-group > .form-control:focus,
#video-examples .input-group > .form-select:focus,
#video-examples .input-group > .form-floating:focus-within {
  z-index: 5;
}
#video-examples .input-group .btn {
  position: relative;
  z-index: 2;
}
#video-examples .input-group .btn:focus {
  z-index: 5;
}
#video-examples .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4f4f4f;
  text-align: center;
  white-space: nowrap;
  background-color: #eeeeee;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
}
#video-examples .input-group-lg > .form-control,
#video-examples .input-group-lg > .form-select,
#video-examples .input-group-lg > .input-group-text,
#video-examples .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.5rem;
}
#video-examples .input-group-sm > .form-control,
#video-examples .input-group-sm > .form-select,
#video-examples .input-group-sm > .input-group-text,
#video-examples .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.775rem;
  border-radius: 0.25rem;
}
#video-examples .input-group-lg > .form-select,
#video-examples .input-group-sm > .form-select {
  padding-right: 3rem;
}
#video-examples .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
#video-examples .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
#video-examples .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
#video-examples .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#video-examples .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
#video-examples .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
#video-examples .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
#video-examples .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#video-examples .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#video-examples .input-group > .form-floating:not(:first-child) > .form-control,
#video-examples .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#video-examples .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #14a44d;
}
#video-examples .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 6px 16px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(20, 164, 77, 0.9);
  border-radius: 0.25rem;
}
.was-validated #video-examples:valid ~ .valid-feedback,
.was-validated #video-examples:valid ~ .valid-tooltip, #video-examples.is-valid ~ .valid-feedback,
#video-examples.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated #video-examples .form-control:valid, #video-examples .form-control.is-valid {
  border-color: #14a44d;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2314a44d' d='M2.3 6.73.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.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated #video-examples .form-control:valid:focus, #video-examples .form-control.is-valid:focus {
  border-color: #14a44d;
  box-shadow: 0 0 0 0.25rem rgba(20, 164, 77, 0.25);
}
.was-validated #video-examples textarea.form-control:valid, #video-examples textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}
.was-validated #video-examples .form-select:valid, #video-examples .form-select.is-valid {
  border-color: #14a44d;
}
.was-validated #video-examples .form-select:valid:not([multiple]):not([size]), .was-validated #video-examples .form-select:valid:not([multiple])[size="1"], #video-examples .form-select.is-valid:not([multiple]):not([size]), #video-examples .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234f4f4f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2314a44d' d='M2.3 6.73.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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated #video-examples .form-select:valid:focus, #video-examples .form-select.is-valid:focus {
  border-color: #14a44d;
  box-shadow: 0 0 0 0.25rem rgba(20, 164, 77, 0.25);
}
.was-validated #video-examples .form-control-color:valid, #video-examples .form-control-color.is-valid {
  width: calc(3rem + calc(1.6em + 0.75rem));
}
.was-validated #video-examples .form-check-input:valid, #video-examples .form-check-input.is-valid {
  border-color: #14a44d;
}
.was-validated #video-examples .form-check-input:valid:checked, #video-examples .form-check-input.is-valid:checked {
  background-color: #14a44d;
}
.was-validated #video-examples .form-check-input:valid:focus, #video-examples .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 164, 77, 0.25);
}
.was-validated #video-examples .form-check-input:valid ~ .form-check-label, #video-examples .form-check-input.is-valid ~ .form-check-label {
  color: #14a44d;
}
#video-examples .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated #video-examples .input-group > .form-control:not(:focus):valid, #video-examples .input-group > .form-control:not(:focus).is-valid,
.was-validated #video-examples .input-group > .form-select:not(:focus):valid,
#video-examples .input-group > .form-select:not(:focus).is-valid,
.was-validated #video-examples .input-group > .form-floating:not(:focus-within):valid,
#video-examples .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
#video-examples .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc4c64;
}
#video-examples .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 6px 16px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(220, 76, 100, 0.9);
  border-radius: 0.25rem;
}
.was-validated #video-examples:invalid ~ .invalid-feedback,
.was-validated #video-examples:invalid ~ .invalid-tooltip, #video-examples.is-invalid ~ .invalid-feedback,
#video-examples.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated #video-examples .form-control:invalid, #video-examples .form-control.is-invalid {
  border-color: #dc4c64;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc4c64'%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='%23dc4c64' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated #video-examples .form-control:invalid:focus, #video-examples .form-control.is-invalid:focus {
  border-color: #dc4c64;
  box-shadow: 0 0 0 0.25rem rgba(220, 76, 100, 0.25);
}
.was-validated #video-examples textarea.form-control:invalid, #video-examples textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}
.was-validated #video-examples .form-select:invalid, #video-examples .form-select.is-invalid {
  border-color: #dc4c64;
}
.was-validated #video-examples .form-select:invalid:not([multiple]):not([size]), .was-validated #video-examples .form-select:invalid:not([multiple])[size="1"], #video-examples .form-select.is-invalid:not([multiple]):not([size]), #video-examples .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234f4f4f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc4c64'%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='%23dc4c64' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated #video-examples .form-select:invalid:focus, #video-examples .form-select.is-invalid:focus {
  border-color: #dc4c64;
  box-shadow: 0 0 0 0.25rem rgba(220, 76, 100, 0.25);
}
.was-validated #video-examples .form-control-color:invalid, #video-examples .form-control-color.is-invalid {
  width: calc(3rem + calc(1.6em + 0.75rem));
}
.was-validated #video-examples .form-check-input:invalid, #video-examples .form-check-input.is-invalid {
  border-color: #dc4c64;
}
.was-validated #video-examples .form-check-input:invalid:checked, #video-examples .form-check-input.is-invalid:checked {
  background-color: #dc4c64;
}
.was-validated #video-examples .form-check-input:invalid:focus, #video-examples .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 76, 100, 0.25);
}
.was-validated #video-examples .form-check-input:invalid ~ .form-check-label, #video-examples .form-check-input.is-invalid ~ .form-check-label {
  color: #dc4c64;
}
#video-examples .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated #video-examples .input-group > .form-control:not(:focus):invalid, #video-examples .input-group > .form-control:not(:focus).is-invalid,
.was-validated #video-examples .input-group > .form-select:not(:focus):invalid,
#video-examples .input-group > .form-select:not(:focus).is-invalid,
.was-validated #video-examples .input-group > .form-floating:not(:focus-within):invalid,
#video-examples .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
#video-examples .btn {
  --mdb-btn-padding-x: 1.5rem;
  --mdb-btn-padding-y: 0.375rem;
  --mdb-btn-font-family: ;
  --mdb-btn-font-size: 0.75rem;
  --mdb-btn-font-weight: 500;
  --mdb-btn-line-height: 1.5;
  --mdb-btn-color: #4f4f4f;
  --mdb-btn-bg: transparent;
  --mdb-btn-border-width: 2px;
  --mdb-btn-border-color: transparent;
  --mdb-btn-border-radius: 0.25rem;
  --mdb-btn-hover-border-color: transparent;
  --mdb-btn-box-shadow: 0 4px 9px -4px rgba(0, 0, 0, 0.35);
  --mdb-btn-disabled-opacity: 0.65;
  --mdb-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--mdb-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--mdb-btn-padding-y) var(--mdb-btn-padding-x);
  font-family: var(--mdb-btn-font-family);
  font-size: var(--mdb-btn-font-size);
  font-weight: var(--mdb-btn-font-weight);
  line-height: var(--mdb-btn-line-height);
  color: var(--mdb-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--mdb-btn-border-width) solid var(--mdb-btn-border-color);
  border-radius: var(--mdb-btn-border-radius);
  background-color: var(--mdb-btn-bg);
  box-shadow: var(--mdb-btn-box-shadow);
  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) {
  #video-examples .btn {
    transition: none;
  }
}
#video-examples .btn:hover {
  color: var(--mdb-btn-hover-color);
  background-color: var(--mdb-btn-hover-bg);
  border-color: var(--mdb-btn-hover-border-color);
}
.btn-check + #video-examples .btn:hover {
  color: var(--mdb-btn-color);
  background-color: var(--mdb-btn-bg);
  border-color: var(--mdb-btn-border-color);
}
#video-examples .btn:focus-visible {
  color: var(--mdb-btn-hover-color);
  background-color: var(--mdb-btn-hover-bg);
  border-color: var(--mdb-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--mdb-btn-box-shadow), var(--mdb-btn-focus-box-shadow);
}
.btn-check:focus-visible + #video-examples .btn {
  border-color: var(--mdb-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--mdb-btn-box-shadow), var(--mdb-btn-focus-box-shadow);
}
.btn-check:checked + #video-examples .btn, :not(.btn-check) + #video-examples .btn:active, #video-examples .btn:first-child:active, #video-examples .btn.active, #video-examples .btn.show {
  color: var(--mdb-btn-active-color);
  background-color: var(--mdb-btn-active-bg);
  border-color: var(--mdb-btn-active-border-color);
  box-shadow: var(--mdb-btn-active-shadow);
}
.btn-check:checked + #video-examples .btn:focus-visible, :not(.btn-check) + #video-examples .btn:active:focus-visible, #video-examples .btn:first-child:active:focus-visible, #video-examples .btn.active:focus-visible, #video-examples .btn.show:focus-visible {
  box-shadow: var(--mdb-btn-active-shadow), var(--mdb-btn-focus-box-shadow);
}
#video-examples .btn:disabled, #video-examples .btn.disabled, fieldset:disabled #video-examples .btn {
  color: var(--mdb-btn-disabled-color);
  pointer-events: none;
  background-color: var(--mdb-btn-disabled-bg);
  border-color: var(--mdb-btn-disabled-border-color);
  opacity: var(--mdb-btn-disabled-opacity);
  box-shadow: none;
}
#video-examples .btn-primary {
  --mdb-btn-color: #fff;
  --mdb-btn-bg: #3b71ca;
  --mdb-btn-border-color: #3b71ca;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-hover-bg: #386bc0;
  --mdb-btn-hover-border-color: #2f5aa2;
  --mdb-btn-focus-shadow-rgb: 88, 134, 210;
  --mdb-btn-active-color: #fff;
  --mdb-btn-active-bg: #3566b6;
  --mdb-btn-active-border-color: #2c5598;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #fff;
  --mdb-btn-disabled-bg: #3b71ca;
  --mdb-btn-disabled-border-color: #3b71ca;
}
#video-examples .btn-secondary {
  --mdb-btn-color: #000;
  --mdb-btn-bg: #9fa6b2;
  --mdb-btn-border-color: #9fa6b2;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #adb3be;
  --mdb-btn-hover-border-color: #a9afba;
  --mdb-btn-focus-shadow-rgb: 135, 141, 151;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #b2b8c1;
  --mdb-btn-active-border-color: #a9afba;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #000;
  --mdb-btn-disabled-bg: #9fa6b2;
  --mdb-btn-disabled-border-color: #9fa6b2;
}
#video-examples .btn-success {
  --mdb-btn-color: #000;
  --mdb-btn-bg: #14a44d;
  --mdb-btn-border-color: #14a44d;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #37b268;
  --mdb-btn-hover-border-color: #2cad5f;
  --mdb-btn-focus-shadow-rgb: 17, 139, 65;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #43b671;
  --mdb-btn-active-border-color: #2cad5f;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #000;
  --mdb-btn-disabled-bg: #14a44d;
  --mdb-btn-disabled-border-color: #14a44d;
}
#video-examples .btn-danger {
  --mdb-btn-color: #000;
  --mdb-btn-bg: #dc4c64;
  --mdb-btn-border-color: #dc4c64;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #e1677b;
  --mdb-btn-hover-border-color: #e05e74;
  --mdb-btn-focus-shadow-rgb: 187, 65, 85;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #e37083;
  --mdb-btn-active-border-color: #e05e74;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #000;
  --mdb-btn-disabled-bg: #dc4c64;
  --mdb-btn-disabled-border-color: #dc4c64;
}
#video-examples .btn-warning {
  --mdb-btn-color: #000;
  --mdb-btn-bg: #e4a11b;
  --mdb-btn-border-color: #e4a11b;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #e8af3d;
  --mdb-btn-hover-border-color: #e7aa32;
  --mdb-btn-focus-shadow-rgb: 194, 137, 23;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #e9b449;
  --mdb-btn-active-border-color: #e7aa32;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #000;
  --mdb-btn-disabled-bg: #e4a11b;
  --mdb-btn-disabled-border-color: #e4a11b;
}
#video-examples .btn-info {
  --mdb-btn-color: #000;
  --mdb-btn-bg: #54b4d3;
  --mdb-btn-border-color: #54b4d3;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #6ebfda;
  --mdb-btn-hover-border-color: #65bcd7;
  --mdb-btn-focus-shadow-rgb: 71, 153, 179;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #76c3dc;
  --mdb-btn-active-border-color: #65bcd7;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #000;
  --mdb-btn-disabled-bg: #54b4d3;
  --mdb-btn-disabled-border-color: #54b4d3;
}
#video-examples .btn-light {
  --mdb-btn-color: #000;
  --mdb-btn-bg: #fbfbfb;
  --mdb-btn-border-color: #fbfbfb;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #eeeeee;
  --mdb-btn-hover-border-color: #c9c9c9;
  --mdb-btn-focus-shadow-rgb: 213, 213, 213;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #e2e2e2;
  --mdb-btn-active-border-color: #bcbcbc;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #000;
  --mdb-btn-disabled-bg: #fbfbfb;
  --mdb-btn-disabled-border-color: #fbfbfb;
}
#video-examples .btn-dark {
  --mdb-btn-color: #fff;
  --mdb-btn-bg: #332d2d;
  --mdb-btn-border-color: #332d2d;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-hover-bg: #524d4d;
  --mdb-btn-hover-border-color: #474242;
  --mdb-btn-focus-shadow-rgb: 82, 77, 77;
  --mdb-btn-active-color: #fff;
  --mdb-btn-active-bg: #5c5757;
  --mdb-btn-active-border-color: #474242;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #fff;
  --mdb-btn-disabled-bg: #332d2d;
  --mdb-btn-disabled-border-color: #332d2d;
}
#video-examples .btn-outline-primary {
  --mdb-btn-color: #3b71ca;
  --mdb-btn-border-color: #3b71ca;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-hover-bg: #3b71ca;
  --mdb-btn-hover-border-color: #3b71ca;
  --mdb-btn-focus-shadow-rgb: 59, 113, 202;
  --mdb-btn-active-color: #fff;
  --mdb-btn-active-bg: #3b71ca;
  --mdb-btn-active-border-color: #3b71ca;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #3b71ca;
  --mdb-btn-disabled-bg: transparent;
  --mdb-btn-disabled-border-color: #3b71ca;
  --mdb-gradient: none;
}
#video-examples .btn-outline-secondary {
  --mdb-btn-color: #9fa6b2;
  --mdb-btn-border-color: #9fa6b2;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #9fa6b2;
  --mdb-btn-hover-border-color: #9fa6b2;
  --mdb-btn-focus-shadow-rgb: 159, 166, 178;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #9fa6b2;
  --mdb-btn-active-border-color: #9fa6b2;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #9fa6b2;
  --mdb-btn-disabled-bg: transparent;
  --mdb-btn-disabled-border-color: #9fa6b2;
  --mdb-gradient: none;
}
#video-examples .btn-outline-success {
  --mdb-btn-color: #14a44d;
  --mdb-btn-border-color: #14a44d;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #14a44d;
  --mdb-btn-hover-border-color: #14a44d;
  --mdb-btn-focus-shadow-rgb: 20, 164, 77;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #14a44d;
  --mdb-btn-active-border-color: #14a44d;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #14a44d;
  --mdb-btn-disabled-bg: transparent;
  --mdb-btn-disabled-border-color: #14a44d;
  --mdb-gradient: none;
}
#video-examples .btn-outline-danger {
  --mdb-btn-color: #dc4c64;
  --mdb-btn-border-color: #dc4c64;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #dc4c64;
  --mdb-btn-hover-border-color: #dc4c64;
  --mdb-btn-focus-shadow-rgb: 220, 76, 100;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #dc4c64;
  --mdb-btn-active-border-color: #dc4c64;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #dc4c64;
  --mdb-btn-disabled-bg: transparent;
  --mdb-btn-disabled-border-color: #dc4c64;
  --mdb-gradient: none;
}
#video-examples .btn-outline-warning {
  --mdb-btn-color: #e4a11b;
  --mdb-btn-border-color: #e4a11b;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #e4a11b;
  --mdb-btn-hover-border-color: #e4a11b;
  --mdb-btn-focus-shadow-rgb: 228, 161, 27;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #e4a11b;
  --mdb-btn-active-border-color: #e4a11b;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #e4a11b;
  --mdb-btn-disabled-bg: transparent;
  --mdb-btn-disabled-border-color: #e4a11b;
  --mdb-gradient: none;
}
#video-examples .btn-outline-info {
  --mdb-btn-color: #54b4d3;
  --mdb-btn-border-color: #54b4d3;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #54b4d3;
  --mdb-btn-hover-border-color: #54b4d3;
  --mdb-btn-focus-shadow-rgb: 84, 180, 211;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #54b4d3;
  --mdb-btn-active-border-color: #54b4d3;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #54b4d3;
  --mdb-btn-disabled-bg: transparent;
  --mdb-btn-disabled-border-color: #54b4d3;
  --mdb-gradient: none;
}
#video-examples .btn-outline-light {
  --mdb-btn-color: #fbfbfb;
  --mdb-btn-border-color: #fbfbfb;
  --mdb-btn-hover-color: #000;
  --mdb-btn-hover-bg: #fbfbfb;
  --mdb-btn-hover-border-color: #fbfbfb;
  --mdb-btn-focus-shadow-rgb: 251, 251, 251;
  --mdb-btn-active-color: #000;
  --mdb-btn-active-bg: #fbfbfb;
  --mdb-btn-active-border-color: #fbfbfb;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #fbfbfb;
  --mdb-btn-disabled-bg: transparent;
  --mdb-btn-disabled-border-color: #fbfbfb;
  --mdb-gradient: none;
}
#video-examples .btn-outline-dark {
  --mdb-btn-color: #332d2d;
  --mdb-btn-border-color: #332d2d;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-hover-bg: #332d2d;
  --mdb-btn-hover-border-color: #332d2d;
  --mdb-btn-focus-shadow-rgb: 51, 45, 45;
  --mdb-btn-active-color: #fff;
  --mdb-btn-active-bg: #332d2d;
  --mdb-btn-active-border-color: #332d2d;
  --mdb-btn-active-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-disabled-color: #332d2d;
  --mdb-btn-disabled-bg: transparent;
  --mdb-btn-disabled-border-color: #332d2d;
  --mdb-gradient: none;
}
#video-examples .btn-link {
  --mdb-btn-font-weight: 400;
  --mdb-btn-color: #3b71ca;
  --mdb-btn-bg: transparent;
  --mdb-btn-border-color: transparent;
  --mdb-btn-hover-color: #386bc0;
  --mdb-btn-hover-border-color: transparent;
  --mdb-btn-active-color: #386bc0;
  --mdb-btn-active-border-color: transparent;
  --mdb-btn-disabled-color: #9e9e9e;
  --mdb-btn-disabled-border-color: transparent;
  --mdb-btn-box-shadow: none;
  --mdb-btn-focus-shadow-rgb: 88, 134, 210;
  text-decoration: none;
}
#video-examples .btn-link:hover, #video-examples .btn-link:focus-visible {
  text-decoration: none;
}
#video-examples .btn-link:focus-visible {
  color: var(--mdb-btn-color);
}
#video-examples .btn-link:hover {
  color: var(--mdb-btn-hover-color);
}
#video-examples .btn-lg, #video-examples .btn-group-lg > .btn {
  --mdb-btn-padding-y: 0.5rem;
  --mdb-btn-padding-x: 1.6875rem;
  --mdb-btn-font-size: 0.875rem;
  --mdb-btn-border-radius: 0.5rem;
}
#video-examples .btn-sm, #video-examples .btn-group-sm > .btn {
  --mdb-btn-padding-y: 0.25rem;
  --mdb-btn-padding-x: 1rem;
  --mdb-btn-font-size: 0.75rem;
  --mdb-btn-border-radius: 0.25rem;
}
#video-examples .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .fade {
    transition: none;
  }
}
#video-examples .fade:not(.show) {
  opacity: 0;
}
#video-examples .collapse:not(.show) {
  display: none;
}
#video-examples .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .collapsing {
    transition: none;
  }
}
#video-examples .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .collapsing.collapse-horizontal {
    transition: none;
  }
}
#video-examples .dropup,
#video-examples .dropend,
#video-examples .dropdown,
#video-examples .dropstart,
#video-examples .dropup-center,
#video-examples .dropdown-center {
  position: relative;
}
#video-examples .dropdown-toggle {
  white-space: nowrap;
}
#video-examples .dropdown-toggle::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;
}
#video-examples .dropdown-toggle:empty::after {
  margin-left: 0;
}
#video-examples .dropdown-menu {
  --mdb-dropdown-zindex: 1000;
  --mdb-dropdown-min-width: 10rem;
  --mdb-dropdown-padding-x: 0;
  --mdb-dropdown-padding-y: 0.5rem;
  --mdb-dropdown-spacer: 0.125rem;
  --mdb-dropdown-font-size: 0.875rem;
  --mdb-dropdown-color: #4f4f4f;
  --mdb-dropdown-bg: #fff;
  --mdb-dropdown-border-color: var(--mdb-border-color-translucent);
  --mdb-dropdown-border-radius: 0.5rem;
  --mdb-dropdown-border-width: 1px;
  --mdb-dropdown-inner-border-radius: calc(0.5rem - 1px);
  --mdb-dropdown-divider-bg: hsl(0, 0%, 96%);
  --mdb-dropdown-divider-margin-y: 0.5rem;
  --mdb-dropdown-box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  --mdb-dropdown-link-color: #262626;
  --mdb-dropdown-link-hover-color: #222222;
  --mdb-dropdown-link-hover-bg: #eeeeee;
  --mdb-dropdown-link-active-color: #fff;
  --mdb-dropdown-link-active-bg: #3b71ca;
  --mdb-dropdown-link-disabled-color: #9e9e9e;
  --mdb-dropdown-item-padding-x: 1rem;
  --mdb-dropdown-item-padding-y: 0.5rem;
  --mdb-dropdown-header-color: #757575;
  --mdb-dropdown-header-padding-x: 1rem;
  --mdb-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--mdb-dropdown-zindex);
  display: none;
  min-width: var(--mdb-dropdown-min-width);
  padding: var(--mdb-dropdown-padding-y) var(--mdb-dropdown-padding-x);
  margin: 0;
  font-size: var(--mdb-dropdown-font-size);
  color: var(--mdb-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--mdb-dropdown-bg);
  background-clip: padding-box;
  border: var(--mdb-dropdown-border-width) solid var(--mdb-dropdown-border-color);
  border-radius: var(--mdb-dropdown-border-radius);
  box-shadow: var(--mdb-dropdown-box-shadow);
}
#video-examples .dropdown-menu[data-mdb-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--mdb-dropdown-spacer);
}
#video-examples .dropdown-menu-start {
  --mdb-position: start;
}
#video-examples .dropdown-menu-start[data-mdb-popper] {
  right: auto;
  left: 0;
}
#video-examples .dropdown-menu-end {
  --mdb-position: end;
}
#video-examples .dropdown-menu-end[data-mdb-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  #video-examples .dropdown-menu-sm-start {
    --mdb-position: start;
  }
  #video-examples .dropdown-menu-sm-start[data-mdb-popper] {
    right: auto;
    left: 0;
  }
  #video-examples .dropdown-menu-sm-end {
    --mdb-position: end;
  }
  #video-examples .dropdown-menu-sm-end[data-mdb-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  #video-examples .dropdown-menu-md-start {
    --mdb-position: start;
  }
  #video-examples .dropdown-menu-md-start[data-mdb-popper] {
    right: auto;
    left: 0;
  }
  #video-examples .dropdown-menu-md-end {
    --mdb-position: end;
  }
  #video-examples .dropdown-menu-md-end[data-mdb-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  #video-examples .dropdown-menu-lg-start {
    --mdb-position: start;
  }
  #video-examples .dropdown-menu-lg-start[data-mdb-popper] {
    right: auto;
    left: 0;
  }
  #video-examples .dropdown-menu-lg-end {
    --mdb-position: end;
  }
  #video-examples .dropdown-menu-lg-end[data-mdb-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  #video-examples .dropdown-menu-xl-start {
    --mdb-position: start;
  }
  #video-examples .dropdown-menu-xl-start[data-mdb-popper] {
    right: auto;
    left: 0;
  }
  #video-examples .dropdown-menu-xl-end {
    --mdb-position: end;
  }
  #video-examples .dropdown-menu-xl-end[data-mdb-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  #video-examples .dropdown-menu-xxl-start {
    --mdb-position: start;
  }
  #video-examples .dropdown-menu-xxl-start[data-mdb-popper] {
    right: auto;
    left: 0;
  }
  #video-examples .dropdown-menu-xxl-end {
    --mdb-position: end;
  }
  #video-examples .dropdown-menu-xxl-end[data-mdb-popper] {
    right: 0;
    left: auto;
  }
}
#video-examples .dropup .dropdown-menu[data-mdb-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--mdb-dropdown-spacer);
}
#video-examples .dropup .dropdown-toggle::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;
}
#video-examples .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
#video-examples .dropend .dropdown-menu[data-mdb-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--mdb-dropdown-spacer);
}
#video-examples .dropend .dropdown-toggle::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;
}
#video-examples .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
#video-examples .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
#video-examples .dropstart .dropdown-menu[data-mdb-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--mdb-dropdown-spacer);
}
#video-examples .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
#video-examples .dropstart .dropdown-toggle::after {
  display: none;
}
#video-examples .dropstart .dropdown-toggle::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;
}
#video-examples .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
#video-examples .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
#video-examples .dropdown-divider {
  height: 0;
  margin: var(--mdb-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--mdb-dropdown-divider-bg);
  opacity: 1;
}
#video-examples .dropdown-item {
  display: block;
  width: 100%;
  padding: var(--mdb-dropdown-item-padding-y) var(--mdb-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--mdb-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
#video-examples .dropdown-item:hover, #video-examples .dropdown-item:focus {
  color: var(--mdb-dropdown-link-hover-color);
  background-color: var(--mdb-dropdown-link-hover-bg);
}
#video-examples .dropdown-item.active, #video-examples .dropdown-item:active {
  color: var(--mdb-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--mdb-dropdown-link-active-bg);
}
#video-examples .dropdown-item.disabled, #video-examples .dropdown-item:disabled {
  color: var(--mdb-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
#video-examples .dropdown-menu.show {
  display: block;
}
#video-examples .dropdown-header {
  display: block;
  padding: var(--mdb-dropdown-header-padding-y) var(--mdb-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--mdb-dropdown-header-color);
  white-space: nowrap;
}
#video-examples .dropdown-item-text {
  display: block;
  padding: var(--mdb-dropdown-item-padding-y) var(--mdb-dropdown-item-padding-x);
  color: var(--mdb-dropdown-link-color);
}
#video-examples .dropdown-menu-dark {
  --mdb-dropdown-color: #e0e0e0;
  --mdb-dropdown-bg: #4f4f4f;
  --mdb-dropdown-border-color: var(--mdb-border-color-translucent);
  --mdb-dropdown-box-shadow: ;
  --mdb-dropdown-link-color: #e0e0e0;
  --mdb-dropdown-link-hover-color: #fff;
  --mdb-dropdown-divider-bg: hsl(0, 0%, 96%);
  --mdb-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --mdb-dropdown-link-active-color: #fff;
  --mdb-dropdown-link-active-bg: #3b71ca;
  --mdb-dropdown-link-disabled-color: #9e9e9e;
  --mdb-dropdown-header-color: #9e9e9e;
}
#video-examples .btn-group,
#video-examples .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
#video-examples .btn-group > .btn,
#video-examples .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
#video-examples .btn-group > .btn-check:checked + .btn,
#video-examples .btn-group > .btn-check:focus + .btn,
#video-examples .btn-group > .btn:hover,
#video-examples .btn-group > .btn:focus,
#video-examples .btn-group > .btn:active,
#video-examples .btn-group > .btn.active,
#video-examples .btn-group-vertical > .btn-check:checked + .btn,
#video-examples .btn-group-vertical > .btn-check:focus + .btn,
#video-examples .btn-group-vertical > .btn:hover,
#video-examples .btn-group-vertical > .btn:focus,
#video-examples .btn-group-vertical > .btn:active,
#video-examples .btn-group-vertical > .btn.active {
  z-index: 1;
}
#video-examples .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#video-examples .btn-toolbar .input-group {
  width: auto;
}
#video-examples .btn-group {
  border-radius: 0.25rem;
}
#video-examples .btn-group > :not(.btn-check:first-child) + .btn,
#video-examples .btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
#video-examples .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
#video-examples .btn-group > .btn.dropdown-toggle-split:first-child,
#video-examples .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#video-examples .btn-group > .btn:nth-child(n+3),
#video-examples .btn-group > :not(.btn-check) + .btn,
#video-examples .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#video-examples .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
#video-examples .dropdown-toggle-split::after, .dropup #video-examples .dropdown-toggle-split::after, .dropend #video-examples .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart #video-examples .dropdown-toggle-split::before {
  margin-right: 0;
}
#video-examples .btn-sm + .dropdown-toggle-split, #video-examples .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
#video-examples .btn-lg + .dropdown-toggle-split, #video-examples .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.265625rem;
  padding-left: 1.265625rem;
}
#video-examples .btn-group.show .dropdown-toggle {
  box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
}
#video-examples .btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}
#video-examples .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#video-examples .btn-group-vertical > .btn,
#video-examples .btn-group-vertical > .btn-group {
  width: 100%;
}
#video-examples .btn-group-vertical > .btn:not(:first-child),
#video-examples .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}
#video-examples .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
#video-examples .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#video-examples .btn-group-vertical > .btn ~ .btn,
#video-examples .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#video-examples .nav {
  --mdb-nav-link-padding-x: 1rem;
  --mdb-nav-link-padding-y: 0.5rem;
  --mdb-nav-link-font-weight: ;
  --mdb-nav-link-color: var(--mdb-link-color);
  --mdb-nav-link-hover-color: var(--mdb-link-hover-color);
  --mdb-nav-link-disabled-color: #757575;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#video-examples .nav-link {
  display: block;
  padding: var(--mdb-nav-link-padding-y) var(--mdb-nav-link-padding-x);
  font-size: var(--mdb-nav-link-font-size);
  font-weight: var(--mdb-nav-link-font-weight);
  color: var(--mdb-nav-link-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .nav-link {
    transition: none;
  }
}
#video-examples .nav-link:hover, #video-examples .nav-link:focus {
  color: var(--mdb-nav-link-hover-color);
}
#video-examples .nav-link.disabled {
  color: var(--mdb-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
#video-examples .nav-tabs {
  --mdb-nav-tabs-border-width: 1px;
  --mdb-nav-tabs-border-color: #e0e0e0;
  --mdb-nav-tabs-border-radius: 0.25rem;
  --mdb-nav-tabs-link-hover-border-color: #eeeeee #eeeeee #e0e0e0;
  --mdb-nav-tabs-link-active-color: #3b71ca;
  --mdb-nav-tabs-link-active-bg: #fff;
  --mdb-nav-tabs-link-active-border-color: #3b71ca;
  border-bottom: var(--mdb-nav-tabs-border-width) solid var(--mdb-nav-tabs-border-color);
}
#video-examples .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--mdb-nav-tabs-border-width));
  background: none;
  border: var(--mdb-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--mdb-nav-tabs-border-radius);
  border-top-right-radius: var(--mdb-nav-tabs-border-radius);
}
#video-examples .nav-tabs .nav-link:hover, #video-examples .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--mdb-nav-tabs-link-hover-border-color);
}
#video-examples .nav-tabs .nav-link.disabled, #video-examples .nav-tabs .nav-link:disabled {
  color: var(--mdb-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
#video-examples .nav-tabs .nav-link.active,
#video-examples .nav-tabs .nav-item.show .nav-link {
  color: var(--mdb-nav-tabs-link-active-color);
  background-color: var(--mdb-nav-tabs-link-active-bg);
  border-color: var(--mdb-nav-tabs-link-active-border-color);
}
#video-examples .nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--mdb-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#video-examples .nav-pills {
  --mdb-nav-pills-border-radius: 0.25rem;
  --mdb-nav-pills-link-active-color: #285192;
  --mdb-nav-pills-link-active-bg: #e3ebf7;
}
#video-examples .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--mdb-nav-pills-border-radius);
}
#video-examples .nav-pills .nav-link:disabled {
  color: var(--mdb-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
#video-examples .nav-pills .nav-link.active,
#video-examples .nav-pills .show > .nav-link {
  color: var(--mdb-nav-pills-link-active-color);
  background-color: var(--mdb-nav-pills-link-active-bg);
}
#video-examples .nav-fill > .nav-link,
#video-examples .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
#video-examples .nav-justified > .nav-link,
#video-examples .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
#video-examples .nav-fill .nav-item .nav-link,
#video-examples .nav-justified .nav-item .nav-link {
  width: 100%;
}
#video-examples .tab-content > .tab-pane {
  display: none;
}
#video-examples .tab-content > .active {
  display: block;
}
#video-examples .navbar {
  --mdb-navbar-padding-x: 0;
  --mdb-navbar-padding-y: 0.5rem;
  --mdb-navbar-color: rgba(0, 0, 0, 0.55);
  --mdb-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --mdb-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --mdb-navbar-active-color: rgba(0, 0, 0, 0.9);
  --mdb-navbar-brand-padding-y: 0.3rem;
  --mdb-navbar-brand-margin-end: 1rem;
  --mdb-navbar-brand-font-size: 1.25rem;
  --mdb-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --mdb-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --mdb-navbar-nav-link-padding-x: 0.5rem;
  --mdb-navbar-toggler-padding-y: 0.25rem;
  --mdb-navbar-toggler-padding-x: 0.75rem;
  --mdb-navbar-toggler-font-size: 1.25rem;
  --mdb-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --mdb-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --mdb-navbar-toggler-border-radius: 0.25rem;
  --mdb-navbar-toggler-focus-width: 0.25rem;
  --mdb-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--mdb-navbar-padding-y) var(--mdb-navbar-padding-x);
}
#video-examples .navbar > .container,
#video-examples .navbar > .container-fluid,
#video-examples .navbar > .container-sm,
#video-examples .navbar > .container-md,
#video-examples .navbar > .container-lg,
#video-examples .navbar > .container-xl,
#video-examples .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
#video-examples .navbar-brand {
  padding-top: var(--mdb-navbar-brand-padding-y);
  padding-bottom: var(--mdb-navbar-brand-padding-y);
  margin-right: var(--mdb-navbar-brand-margin-end);
  font-size: var(--mdb-navbar-brand-font-size);
  color: var(--mdb-navbar-brand-color);
  white-space: nowrap;
}
#video-examples .navbar-brand:hover, #video-examples .navbar-brand:focus {
  color: var(--mdb-navbar-brand-hover-color);
}
#video-examples .navbar-nav {
  --mdb-nav-link-padding-x: 0;
  --mdb-nav-link-padding-y: 0.5rem;
  --mdb-nav-link-font-weight: ;
  --mdb-nav-link-color: var(--mdb-navbar-color);
  --mdb-nav-link-hover-color: var(--mdb-navbar-hover-color);
  --mdb-nav-link-disabled-color: var(--mdb-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#video-examples .navbar-nav .show > .nav-link,
#video-examples .navbar-nav .nav-link.active {
  color: var(--mdb-navbar-active-color);
}
#video-examples .navbar-nav .dropdown-menu {
  position: static;
}
#video-examples .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--mdb-navbar-color);
}
#video-examples .navbar-text a,
#video-examples .navbar-text a:hover,
#video-examples .navbar-text a:focus {
  color: var(--mdb-navbar-active-color);
}
#video-examples .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
#video-examples .navbar-toggler {
  padding: var(--mdb-navbar-toggler-padding-y) var(--mdb-navbar-toggler-padding-x);
  font-size: var(--mdb-navbar-toggler-font-size);
  line-height: 1;
  color: var(--mdb-navbar-color);
  background-color: transparent;
  border: var(--mdb-border-width) solid var(--mdb-navbar-toggler-border-color);
  border-radius: var(--mdb-navbar-toggler-border-radius);
  transition: var(--mdb-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .navbar-toggler {
    transition: none;
  }
}
#video-examples .navbar-toggler:hover {
  text-decoration: none;
}
#video-examples .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--mdb-navbar-toggler-focus-width);
}
#video-examples .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--mdb-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#video-examples .navbar-nav-scroll {
  max-height: var(--mdb-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  #video-examples .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  #video-examples .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  #video-examples .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #video-examples .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--mdb-navbar-nav-link-padding-x);
    padding-left: var(--mdb-navbar-nav-link-padding-x);
  }
  #video-examples .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  #video-examples .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  #video-examples .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  #video-examples .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  #video-examples .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  #video-examples .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  #video-examples .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  #video-examples .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  #video-examples .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #video-examples .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--mdb-navbar-nav-link-padding-x);
    padding-left: var(--mdb-navbar-nav-link-padding-x);
  }
  #video-examples .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  #video-examples .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  #video-examples .navbar-expand-md .navbar-toggler {
    display: none;
  }
  #video-examples .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  #video-examples .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  #video-examples .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  #video-examples .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  #video-examples .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  #video-examples .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #video-examples .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--mdb-navbar-nav-link-padding-x);
    padding-left: var(--mdb-navbar-nav-link-padding-x);
  }
  #video-examples .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  #video-examples .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  #video-examples .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  #video-examples .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  #video-examples .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  #video-examples .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  #video-examples .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  #video-examples .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  #video-examples .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #video-examples .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--mdb-navbar-nav-link-padding-x);
    padding-left: var(--mdb-navbar-nav-link-padding-x);
  }
  #video-examples .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  #video-examples .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  #video-examples .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  #video-examples .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  #video-examples .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  #video-examples .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  #video-examples .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  #video-examples .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  #video-examples .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #video-examples .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--mdb-navbar-nav-link-padding-x);
    padding-left: var(--mdb-navbar-nav-link-padding-x);
  }
  #video-examples .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  #video-examples .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  #video-examples .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  #video-examples .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  #video-examples .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  #video-examples .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
#video-examples .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
#video-examples .navbar-expand .navbar-nav {
  flex-direction: row;
}
#video-examples .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
#video-examples .navbar-expand .navbar-nav .nav-link {
  padding-right: var(--mdb-navbar-nav-link-padding-x);
  padding-left: var(--mdb-navbar-nav-link-padding-x);
}
#video-examples .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
#video-examples .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
#video-examples .navbar-expand .navbar-toggler {
  display: none;
}
#video-examples .navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  box-shadow: none;
  transition: none;
}
#video-examples .navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
#video-examples .navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
#video-examples .navbar-dark {
  --mdb-navbar-color: rgba(255, 255, 255, 0.55);
  --mdb-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --mdb-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --mdb-navbar-active-color: #fff;
  --mdb-navbar-brand-color: #fff;
  --mdb-navbar-brand-hover-color: #fff;
  --mdb-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --mdb-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#video-examples .card {
  --mdb-card-spacer-y: 1.5rem;
  --mdb-card-spacer-x: 1.5rem;
  --mdb-card-title-spacer-y: 0.5rem;
  --mdb-card-border-width: 1px;
  --mdb-card-border-color: var(--mdb-border-color-translucent);
  --mdb-card-border-radius: 0.5rem;
  --mdb-card-box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  --mdb-card-inner-border-radius: calc(0.5rem - 1px);
  --mdb-card-cap-padding-y: 0.75rem;
  --mdb-card-cap-padding-x: 1.5rem;
  --mdb-card-cap-bg: rgba(255, 255, 255, 0);
  --mdb-card-cap-color: ;
  --mdb-card-height: ;
  --mdb-card-color: ;
  --mdb-card-bg: #fff;
  --mdb-card-img-overlay-padding: 1.5rem;
  --mdb-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--mdb-card-height);
  word-wrap: break-word;
  background-color: var(--mdb-card-bg);
  background-clip: border-box;
  border: var(--mdb-card-border-width) solid var(--mdb-card-border-color);
  border-radius: var(--mdb-card-border-radius);
  box-shadow: var(--mdb-card-box-shadow);
}
#video-examples .card > hr {
  margin-right: 0;
  margin-left: 0;
}
#video-examples .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
#video-examples .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--mdb-card-inner-border-radius);
  border-top-right-radius: var(--mdb-card-inner-border-radius);
}
#video-examples .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--mdb-card-inner-border-radius);
  border-bottom-left-radius: var(--mdb-card-inner-border-radius);
}
#video-examples .card > .card-header + .list-group,
#video-examples .card > .list-group + .card-footer {
  border-top: 0;
}
#video-examples .card-body {
  flex: 1 1 auto;
  padding: var(--mdb-card-spacer-y) var(--mdb-card-spacer-x);
  color: var(--mdb-card-color);
}
#video-examples .card-title {
  margin-bottom: var(--mdb-card-title-spacer-y);
}
#video-examples .card-subtitle {
  margin-top: calc(-0.5 * var(--mdb-card-title-spacer-y));
  margin-bottom: 0;
}
#video-examples .card-text:last-child {
  margin-bottom: 0;
}
#video-examples .card-link + .card-link {
  margin-left: var(--mdb-card-spacer-x);
}
#video-examples .card-header {
  padding: var(--mdb-card-cap-padding-y) var(--mdb-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--mdb-card-cap-color);
  background-color: var(--mdb-card-cap-bg);
  border-bottom: var(--mdb-card-border-width) solid var(--mdb-card-border-color);
}
#video-examples .card-header:first-child {
  border-radius: var(--mdb-card-inner-border-radius) var(--mdb-card-inner-border-radius) 0 0;
}
#video-examples .card-footer {
  padding: var(--mdb-card-cap-padding-y) var(--mdb-card-cap-padding-x);
  color: var(--mdb-card-cap-color);
  background-color: var(--mdb-card-cap-bg);
  border-top: var(--mdb-card-border-width) solid var(--mdb-card-border-color);
}
#video-examples .card-footer:last-child {
  border-radius: 0 0 var(--mdb-card-inner-border-radius) var(--mdb-card-inner-border-radius);
}
#video-examples .card-header-tabs {
  margin-right: calc(-0.5 * var(--mdb-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--mdb-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--mdb-card-cap-padding-x));
  border-bottom: 0;
}
#video-examples .card-header-tabs .nav-link.active {
  background-color: var(--mdb-card-bg);
  border-bottom-color: var(--mdb-card-bg);
}
#video-examples .card-header-pills {
  margin-right: calc(-0.5 * var(--mdb-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--mdb-card-cap-padding-x));
}
#video-examples .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--mdb-card-img-overlay-padding);
  border-radius: var(--mdb-card-inner-border-radius);
}
#video-examples .card-img,
#video-examples .card-img-top,
#video-examples .card-img-bottom {
  width: 100%;
}
#video-examples .card-img,
#video-examples .card-img-top {
  border-top-left-radius: var(--mdb-card-inner-border-radius);
  border-top-right-radius: var(--mdb-card-inner-border-radius);
}
#video-examples .card-img,
#video-examples .card-img-bottom {
  border-bottom-right-radius: var(--mdb-card-inner-border-radius);
  border-bottom-left-radius: var(--mdb-card-inner-border-radius);
}
#video-examples .card-group > .card {
  margin-bottom: var(--mdb-card-group-margin);
}
@media (min-width: 576px) {
  #video-examples .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  #video-examples .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  #video-examples .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  #video-examples .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #video-examples .card-group > .card:not(:last-child) .card-img-top,
  #video-examples .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  #video-examples .card-group > .card:not(:last-child) .card-img-bottom,
  #video-examples .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  #video-examples .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #video-examples .card-group > .card:not(:first-child) .card-img-top,
  #video-examples .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  #video-examples .card-group > .card:not(:first-child) .card-img-bottom,
  #video-examples .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
#video-examples .breadcrumb {
  --mdb-breadcrumb-padding-x: 0;
  --mdb-breadcrumb-padding-y: 0;
  --mdb-breadcrumb-margin-bottom: 1rem;
  --mdb-breadcrumb-bg: ;
  --mdb-breadcrumb-border-radius: ;
  --mdb-breadcrumb-divider-color: #757575;
  --mdb-breadcrumb-item-padding-x: 0.5rem;
  --mdb-breadcrumb-item-active-color: #757575;
  display: flex;
  flex-wrap: wrap;
  padding: var(--mdb-breadcrumb-padding-y) var(--mdb-breadcrumb-padding-x);
  margin-bottom: var(--mdb-breadcrumb-margin-bottom);
  font-size: var(--mdb-breadcrumb-font-size);
  list-style: none;
  background-color: var(--mdb-breadcrumb-bg);
  border-radius: var(--mdb-breadcrumb-border-radius);
}
#video-examples .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--mdb-breadcrumb-item-padding-x);
}
#video-examples .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--mdb-breadcrumb-item-padding-x);
  color: var(--mdb-breadcrumb-divider-color);
  content: var(--mdb-breadcrumb-divider, "/") /* rtl: var(--mdb-breadcrumb-divider, "/") */;
}
#video-examples .breadcrumb-item.active {
  color: var(--mdb-breadcrumb-item-active-color);
}
#video-examples .pagination {
  --mdb-pagination-padding-x: 0.75rem;
  --mdb-pagination-padding-y: 0.375rem;
  --mdb-pagination-font-size: 0.9rem;
  --mdb-pagination-color: #4f4f4f;
  --mdb-pagination-bg: #fff;
  --mdb-pagination-border-width: 1px;
  --mdb-pagination-border-color: #e0e0e0;
  --mdb-pagination-border-radius: 0.25rem;
  --mdb-pagination-hover-color: #4f4f4f;
  --mdb-pagination-hover-bg: #eeeeee;
  --mdb-pagination-hover-border-color: #e0e0e0;
  --mdb-pagination-focus-color: var(--mdb-link-hover-color);
  --mdb-pagination-focus-bg: #eeeeee;
  --mdb-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(59, 113, 202, 0.25);
  --mdb-pagination-active-color: #285192;
  --mdb-pagination-active-bg: #e3ebf7;
  --mdb-pagination-active-border-color: #e3ebf7;
  --mdb-pagination-disabled-color: #757575;
  --mdb-pagination-disabled-bg: #fff;
  --mdb-pagination-disabled-border-color: #e0e0e0;
  display: flex;
  padding-left: 0;
  list-style: none;
}
#video-examples .page-link {
  position: relative;
  display: block;
  padding: var(--mdb-pagination-padding-y) var(--mdb-pagination-padding-x);
  font-size: var(--mdb-pagination-font-size);
  color: var(--mdb-pagination-color);
  background-color: var(--mdb-pagination-bg);
  border: var(--mdb-pagination-border-width) solid var(--mdb-pagination-border-color);
  transition: all 0.3s linear;
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .page-link {
    transition: none;
  }
}
#video-examples .page-link:hover {
  z-index: 2;
  color: var(--mdb-pagination-hover-color);
  background-color: var(--mdb-pagination-hover-bg);
  border-color: var(--mdb-pagination-hover-border-color);
}
#video-examples .page-link:focus {
  z-index: 3;
  color: var(--mdb-pagination-focus-color);
  background-color: var(--mdb-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--mdb-pagination-focus-box-shadow);
}
#video-examples .page-link.active, .active > #video-examples .page-link {
  z-index: 3;
  color: var(--mdb-pagination-active-color);
  background-color: var(--mdb-pagination-active-bg);
  border-color: var(--mdb-pagination-active-border-color);
}
#video-examples .page-link.disabled, .disabled > #video-examples .page-link {
  color: var(--mdb-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--mdb-pagination-disabled-bg);
  border-color: var(--mdb-pagination-disabled-border-color);
}
#video-examples .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
#video-examples .page-item:first-child .page-link {
  border-top-left-radius: var(--mdb-pagination-border-radius);
  border-bottom-left-radius: var(--mdb-pagination-border-radius);
}
#video-examples .page-item:last-child .page-link {
  border-top-right-radius: var(--mdb-pagination-border-radius);
  border-bottom-right-radius: var(--mdb-pagination-border-radius);
}
#video-examples .pagination-lg {
  --mdb-pagination-padding-x: 1.5rem;
  --mdb-pagination-padding-y: 0.75rem;
  --mdb-pagination-font-size: 1.25rem;
  --mdb-pagination-border-radius: 0.5rem;
}
#video-examples .pagination-sm {
  --mdb-pagination-padding-x: 0.5rem;
  --mdb-pagination-padding-y: 0.25rem;
  --mdb-pagination-font-size: 0.875rem;
  --mdb-pagination-border-radius: 0.25rem;
}
#video-examples .badge {
  --mdb-badge-padding-x: 0.65em;
  --mdb-badge-padding-y: 0.35em;
  --mdb-badge-font-size: 0.75em;
  --mdb-badge-font-weight: 700;
  --mdb-badge-color: #fff;
  --mdb-badge-border-radius: 0.27rem;
  display: inline-block;
  padding: var(--mdb-badge-padding-y) var(--mdb-badge-padding-x);
  font-size: var(--mdb-badge-font-size);
  font-weight: var(--mdb-badge-font-weight);
  line-height: 1;
  color: var(--mdb-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--mdb-badge-border-radius);
}
#video-examples .badge:empty {
  display: none;
}
#video-examples .btn .badge {
  position: relative;
  top: -1px;
}
#video-examples .alert {
  --mdb-alert-bg: transparent;
  --mdb-alert-padding-x: 1.5rem;
  --mdb-alert-padding-y: 1.25rem;
  --mdb-alert-margin-bottom: 1rem;
  --mdb-alert-color: inherit;
  --mdb-alert-border-color: transparent;
  --mdb-alert-border: 1px solid var(--mdb-alert-border-color);
  --mdb-alert-border-radius: 0.5rem;
  position: relative;
  padding: var(--mdb-alert-padding-y) var(--mdb-alert-padding-x);
  margin-bottom: var(--mdb-alert-margin-bottom);
  color: var(--mdb-alert-color);
  background-color: var(--mdb-alert-bg);
  border: var(--mdb-alert-border);
  border-radius: var(--mdb-alert-border-radius);
}
#video-examples .alert-heading {
  color: inherit;
}
#video-examples .alert-link {
  font-weight: 700;
}
#video-examples .alert-dismissible {
  padding-right: 4.5rem;
}
#video-examples .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.5625rem 1.5rem;
}
#video-examples .alert-primary {
  --mdb-alert-color: #234479;
  --mdb-alert-bg: #d8e3f4;
  --mdb-alert-border-color: #c4d4ef;
}
#video-examples .alert-primary .alert-link {
  color: #1c3661;
}
#video-examples .alert-secondary {
  --mdb-alert-color: #5f646b;
  --mdb-alert-bg: #ecedf0;
  --mdb-alert-border-color: #e2e4e8;
}
#video-examples .alert-secondary .alert-link {
  color: #4c5056;
}
#video-examples .alert-success {
  --mdb-alert-color: #0c622e;
  --mdb-alert-bg: #d0eddb;
  --mdb-alert-border-color: #b9e4ca;
}
#video-examples .alert-success .alert-link {
  color: #0a4e25;
}
#video-examples .alert-danger {
  --mdb-alert-color: #842e3c;
  --mdb-alert-bg: #f8dbe0;
  --mdb-alert-border-color: #f5c9d1;
}
#video-examples .alert-danger .alert-link {
  color: #6a2530;
}
#video-examples .alert-warning {
  --mdb-alert-color: #896110;
  --mdb-alert-bg: #faecd1;
  --mdb-alert-border-color: #f7e3bb;
}
#video-examples .alert-warning .alert-link {
  color: #6e4e0d;
}
#video-examples .alert-info {
  --mdb-alert-color: #326c7f;
  --mdb-alert-bg: #ddf0f6;
  --mdb-alert-border-color: #cce9f2;
}
#video-examples .alert-info .alert-link {
  color: #285666;
}
#video-examples .alert-light {
  --mdb-alert-color: #646464;
  --mdb-alert-bg: #fefefe;
  --mdb-alert-border-color: #fefefe;
}
#video-examples .alert-light .alert-link {
  color: #505050;
}
#video-examples .alert-dark {
  --mdb-alert-color: #1f1b1b;
  --mdb-alert-bg: #d6d5d5;
  --mdb-alert-border-color: #c2c0c0;
}
#video-examples .alert-dark .alert-link {
  color: #191616;
}
#video-examples .accordion {
  --mdb-accordion-color: #4f4f4f;
  --mdb-accordion-bg: #fff;
  --mdb-accordion-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, border-radius 0.15s ease;
  --mdb-accordion-border-color: var(--mdb-border-color);
  --mdb-accordion-border-width: 1px;
  --mdb-accordion-border-radius: 0.5rem;
  --mdb-accordion-inner-border-radius: calc(0.5rem - 1px);
  --mdb-accordion-btn-padding-x: 1.5rem;
  --mdb-accordion-btn-padding-y: 1.15rem;
  --mdb-accordion-btn-color: #4f4f4f;
  --mdb-accordion-btn-bg: var(--mdb-accordion-bg);
  --mdb-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234f4f4f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --mdb-accordion-btn-icon-width: 1.25rem;
  --mdb-accordion-btn-icon-transform: rotate(-180deg);
  --mdb-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --mdb-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233b71ca'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --mdb-accordion-btn-focus-border-color: #3b71ca;
  --mdb-accordion-btn-focus-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  --mdb-accordion-body-padding-x: 1.5rem;
  --mdb-accordion-body-padding-y: 1.15rem;
  --mdb-accordion-active-color: #3b71ca;
  --mdb-accordion-active-bg: #fff;
}
#video-examples .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--mdb-accordion-btn-padding-y) var(--mdb-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--mdb-accordion-btn-color);
  text-align: left;
  background-color: var(--mdb-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--mdb-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .accordion-button {
    transition: none;
  }
}
#video-examples .accordion-button:not(.collapsed) {
  color: var(--mdb-accordion-active-color);
  background-color: var(--mdb-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--mdb-accordion-border-width)) 0 var(--mdb-accordion-border-color);
}
#video-examples .accordion-button:not(.collapsed)::after {
  background-image: var(--mdb-accordion-btn-active-icon);
  transform: var(--mdb-accordion-btn-icon-transform);
}
#video-examples .accordion-button::after {
  flex-shrink: 0;
  width: var(--mdb-accordion-btn-icon-width);
  height: var(--mdb-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--mdb-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--mdb-accordion-btn-icon-width);
  transition: var(--mdb-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .accordion-button::after {
    transition: none;
  }
}
#video-examples .accordion-button:hover {
  z-index: 2;
}
#video-examples .accordion-button:focus {
  z-index: 3;
  border-color: var(--mdb-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--mdb-accordion-btn-focus-box-shadow);
}
#video-examples .accordion-header {
  margin-bottom: 0;
}
#video-examples .accordion-item {
  color: var(--mdb-accordion-color);
  background-color: var(--mdb-accordion-bg);
  border: var(--mdb-accordion-border-width) solid var(--mdb-accordion-border-color);
}
#video-examples .accordion-item:first-of-type {
  border-top-left-radius: var(--mdb-accordion-border-radius);
  border-top-right-radius: var(--mdb-accordion-border-radius);
}
#video-examples .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--mdb-accordion-inner-border-radius);
  border-top-right-radius: var(--mdb-accordion-inner-border-radius);
}
#video-examples .accordion-item:not(:first-of-type) {
  border-top: 0;
}
#video-examples .accordion-item:last-of-type {
  border-bottom-right-radius: var(--mdb-accordion-border-radius);
  border-bottom-left-radius: var(--mdb-accordion-border-radius);
}
#video-examples .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--mdb-accordion-inner-border-radius);
  border-bottom-left-radius: var(--mdb-accordion-inner-border-radius);
}
#video-examples .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--mdb-accordion-border-radius);
  border-bottom-left-radius: var(--mdb-accordion-border-radius);
}
#video-examples .accordion-body {
  padding: var(--mdb-accordion-body-padding-y) var(--mdb-accordion-body-padding-x);
}
#video-examples .accordion-flush .accordion-collapse {
  border-width: 0;
}
#video-examples .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
#video-examples .accordion-flush .accordion-item:first-child {
  border-top: 0;
}
#video-examples .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
#video-examples .accordion-flush .accordion-item .accordion-button, #video-examples .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 4px;
  }
}
#video-examples .progress {
  --mdb-progress-height: 4px;
  --mdb-progress-font-size: 0.75rem;
  --mdb-progress-bg: #eeeeee;
  --mdb-progress-border-radius: 0.25rem;
  --mdb-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --mdb-progress-bar-color: #fff;
  --mdb-progress-bar-bg: #3b71ca;
  --mdb-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--mdb-progress-height);
  overflow: hidden;
  font-size: var(--mdb-progress-font-size);
  background-color: var(--mdb-progress-bg);
  border-radius: var(--mdb-progress-border-radius);
  box-shadow: var(--mdb-progress-box-shadow);
}
#video-examples .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--mdb-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--mdb-progress-bar-bg);
  transition: var(--mdb-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .progress-bar {
    transition: none;
  }
}
#video-examples .progress-bar-striped {
  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: var(--mdb-progress-height) var(--mdb-progress-height);
}
#video-examples .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .progress-bar-animated {
    animation: none;
  }
}
#video-examples .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
#video-examples .placeholder.btn::before {
  display: inline-block;
  content: "";
}
#video-examples .placeholder-xs {
  min-height: 0.6em;
}
#video-examples .placeholder-sm {
  min-height: 0.8em;
}
#video-examples .placeholder-lg {
  min-height: 1.2em;
}
#video-examples .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
#video-examples .placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
#video-examples .list-group {
  --mdb-list-group-color: #4f4f4f;
  --mdb-list-group-bg: #fff;
  --mdb-list-group-border-color: rgba(0, 0, 0, 0.125);
  --mdb-list-group-border-width: 1px;
  --mdb-list-group-border-radius: 0.5rem;
  --mdb-list-group-item-padding-x: 1.5rem;
  --mdb-list-group-item-padding-y: 0.5rem;
  --mdb-list-group-action-color: #616161;
  --mdb-list-group-action-hover-color: #616161;
  --mdb-list-group-action-hover-bg: #f5f5f5;
  --mdb-list-group-action-active-color: #4f4f4f;
  --mdb-list-group-action-active-bg: #eeeeee;
  --mdb-list-group-disabled-color: #757575;
  --mdb-list-group-disabled-bg: #fff;
  --mdb-list-group-active-color: rgb(44, 88, 160);
  --mdb-list-group-active-bg: rgb(223, 231, 246);
  --mdb-list-group-active-border-color: rgb(223, 231, 246);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--mdb-list-group-border-radius);
}
#video-examples .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
#video-examples .list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
#video-examples .list-group-item-action {
  width: 100%;
  color: var(--mdb-list-group-action-color);
  text-align: inherit;
}
#video-examples .list-group-item-action:hover, #video-examples .list-group-item-action:focus {
  z-index: 1;
  color: var(--mdb-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--mdb-list-group-action-hover-bg);
}
#video-examples .list-group-item-action:active {
  color: var(--mdb-list-group-action-active-color);
  background-color: var(--mdb-list-group-action-active-bg);
}
#video-examples .list-group-item {
  position: relative;
  display: block;
  padding: var(--mdb-list-group-item-padding-y) var(--mdb-list-group-item-padding-x);
  color: var(--mdb-list-group-color);
  background-color: var(--mdb-list-group-bg);
  border: var(--mdb-list-group-border-width) solid var(--mdb-list-group-border-color);
}
#video-examples .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
#video-examples .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
#video-examples .list-group-item.disabled, #video-examples .list-group-item:disabled {
  color: var(--mdb-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--mdb-list-group-disabled-bg);
}
#video-examples .list-group-item.active {
  z-index: 2;
  color: var(--mdb-list-group-active-color);
  background-color: var(--mdb-list-group-active-bg);
  border-color: var(--mdb-list-group-active-border-color);
}
#video-examples .list-group-item + .list-group-item {
  border-top-width: 0;
}
#video-examples .list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--mdb-list-group-border-width));
  border-top-width: var(--mdb-list-group-border-width);
}
#video-examples .list-group-horizontal {
  flex-direction: row;
}
#video-examples .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--mdb-list-group-border-radius);
  border-top-right-radius: 0;
}
#video-examples .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--mdb-list-group-border-radius);
  border-bottom-left-radius: 0;
}
#video-examples .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
#video-examples .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--mdb-list-group-border-width);
  border-left-width: 0;
}
#video-examples .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--mdb-list-group-border-width));
  border-left-width: var(--mdb-list-group-border-width);
}
@media (min-width: 576px) {
  #video-examples .list-group-horizontal-sm {
    flex-direction: row;
  }
  #video-examples .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--mdb-list-group-border-radius);
    border-top-right-radius: 0;
  }
  #video-examples .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--mdb-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  #video-examples .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  #video-examples .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--mdb-list-group-border-width);
    border-left-width: 0;
  }
  #video-examples .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--mdb-list-group-border-width));
    border-left-width: var(--mdb-list-group-border-width);
  }
}
@media (min-width: 768px) {
  #video-examples .list-group-horizontal-md {
    flex-direction: row;
  }
  #video-examples .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--mdb-list-group-border-radius);
    border-top-right-radius: 0;
  }
  #video-examples .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--mdb-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  #video-examples .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  #video-examples .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--mdb-list-group-border-width);
    border-left-width: 0;
  }
  #video-examples .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--mdb-list-group-border-width));
    border-left-width: var(--mdb-list-group-border-width);
  }
}
@media (min-width: 992px) {
  #video-examples .list-group-horizontal-lg {
    flex-direction: row;
  }
  #video-examples .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--mdb-list-group-border-radius);
    border-top-right-radius: 0;
  }
  #video-examples .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--mdb-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  #video-examples .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  #video-examples .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--mdb-list-group-border-width);
    border-left-width: 0;
  }
  #video-examples .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--mdb-list-group-border-width));
    border-left-width: var(--mdb-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  #video-examples .list-group-horizontal-xl {
    flex-direction: row;
  }
  #video-examples .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--mdb-list-group-border-radius);
    border-top-right-radius: 0;
  }
  #video-examples .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--mdb-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  #video-examples .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  #video-examples .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--mdb-list-group-border-width);
    border-left-width: 0;
  }
  #video-examples .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--mdb-list-group-border-width));
    border-left-width: var(--mdb-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  #video-examples .list-group-horizontal-xxl {
    flex-direction: row;
  }
  #video-examples .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--mdb-list-group-border-radius);
    border-top-right-radius: 0;
  }
  #video-examples .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--mdb-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  #video-examples .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  #video-examples .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--mdb-list-group-border-width);
    border-left-width: 0;
  }
  #video-examples .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--mdb-list-group-border-width));
    border-left-width: var(--mdb-list-group-border-width);
  }
}
#video-examples .list-group-flush {
  border-radius: 0;
}
#video-examples .list-group-flush > .list-group-item {
  border-width: 0 0 var(--mdb-list-group-border-width);
}
#video-examples .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
#video-examples .list-group-item-primary {
  color: #234479;
  background-color: #d8e3f4;
}
#video-examples .list-group-item-primary.list-group-item-action:hover, #video-examples .list-group-item-primary.list-group-item-action:focus {
  color: #234479;
  background-color: #c2ccdc;
}
#video-examples .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #234479;
  border-color: #234479;
}
#video-examples .list-group-item-secondary {
  color: #5f646b;
  background-color: #ecedf0;
}
#video-examples .list-group-item-secondary.list-group-item-action:hover, #video-examples .list-group-item-secondary.list-group-item-action:focus {
  color: #5f646b;
  background-color: #d4d5d8;
}
#video-examples .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #5f646b;
  border-color: #5f646b;
}
#video-examples .list-group-item-success {
  color: #0c622e;
  background-color: #d0eddb;
}
#video-examples .list-group-item-success.list-group-item-action:hover, #video-examples .list-group-item-success.list-group-item-action:focus {
  color: #0c622e;
  background-color: #bbd5c5;
}
#video-examples .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0c622e;
  border-color: #0c622e;
}
#video-examples .list-group-item-danger {
  color: #842e3c;
  background-color: #f8dbe0;
}
#video-examples .list-group-item-danger.list-group-item-action:hover, #video-examples .list-group-item-danger.list-group-item-action:focus {
  color: #842e3c;
  background-color: #dfc5ca;
}
#video-examples .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842e3c;
  border-color: #842e3c;
}
#video-examples .list-group-item-warning {
  color: #896110;
  background-color: #faecd1;
}
#video-examples .list-group-item-warning.list-group-item-action:hover, #video-examples .list-group-item-warning.list-group-item-action:focus {
  color: #896110;
  background-color: #e1d4bc;
}
#video-examples .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #896110;
  border-color: #896110;
}
#video-examples .list-group-item-info {
  color: #326c7f;
  background-color: #ddf0f6;
}
#video-examples .list-group-item-info.list-group-item-action:hover, #video-examples .list-group-item-info.list-group-item-action:focus {
  color: #326c7f;
  background-color: #c7d8dd;
}
#video-examples .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #326c7f;
  border-color: #326c7f;
}
#video-examples .list-group-item-light {
  color: #646464;
  background-color: #fefefe;
}
#video-examples .list-group-item-light.list-group-item-action:hover, #video-examples .list-group-item-light.list-group-item-action:focus {
  color: #646464;
  background-color: #e5e5e5;
}
#video-examples .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}
#video-examples .list-group-item-dark {
  color: #1f1b1b;
  background-color: #d6d5d5;
}
#video-examples .list-group-item-dark.list-group-item-action:hover, #video-examples .list-group-item-dark.list-group-item-action:focus {
  color: #1f1b1b;
  background-color: #c1c0c0;
}
#video-examples .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1f1b1b;
  border-color: #1f1b1b;
}
#video-examples .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
#video-examples .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
#video-examples .btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 113, 202, 0.25);
  opacity: 1;
}
#video-examples .btn-close:disabled, #video-examples .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}
#video-examples .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
#video-examples .toast {
  --mdb-toast-zindex: 1060;
  --mdb-toast-padding-x: 1rem;
  --mdb-toast-padding-y: 0.65rem;
  --mdb-toast-spacing: 1.5rem;
  --mdb-toast-max-width: 350px;
  --mdb-toast-font-size: 0.875rem;
  --mdb-toast-color: ;
  --mdb-toast-bg: #fff;
  --mdb-toast-border-width: 1px;
  --mdb-toast-border-color: var(--mdb-border-color-translucent);
  --mdb-toast-border-radius: 0.5rem;
  --mdb-toast-box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  --mdb-toast-header-color: #757575;
  --mdb-toast-header-bg: #fff;
  --mdb-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--mdb-toast-max-width);
  max-width: 100%;
  font-size: var(--mdb-toast-font-size);
  color: var(--mdb-toast-color);
  pointer-events: auto;
  background-color: var(--mdb-toast-bg);
  background-clip: padding-box;
  border: var(--mdb-toast-border-width) solid var(--mdb-toast-border-color);
  box-shadow: var(--mdb-toast-box-shadow);
  border-radius: var(--mdb-toast-border-radius);
}
#video-examples .toast.showing {
  opacity: 0;
}
#video-examples .toast:not(.show) {
  display: none;
}
#video-examples .toast-container {
  --mdb-toast-zindex: 1060;
  position: absolute;
  z-index: var(--mdb-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
#video-examples .toast-container > :not(:last-child) {
  margin-bottom: var(--mdb-toast-spacing);
}
#video-examples .toast-header {
  display: flex;
  align-items: center;
  padding: var(--mdb-toast-padding-y) var(--mdb-toast-padding-x);
  color: var(--mdb-toast-header-color);
  background-color: var(--mdb-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--mdb-toast-border-width) solid var(--mdb-toast-header-border-color);
  border-top-left-radius: calc(var(--mdb-toast-border-radius) - var(--mdb-toast-border-width));
  border-top-right-radius: calc(var(--mdb-toast-border-radius) - var(--mdb-toast-border-width));
}
#video-examples .toast-header .btn-close {
  margin-right: calc(-0.5 * var(--mdb-toast-padding-x));
  margin-left: var(--mdb-toast-padding-x);
}
#video-examples .toast-body {
  padding: var(--mdb-toast-padding-x);
  word-wrap: break-word;
}
#video-examples .modal {
  --mdb-modal-zindex: 1055;
  --mdb-modal-width: 500px;
  --mdb-modal-padding: 1rem;
  --mdb-modal-margin: 0.5rem;
  --mdb-modal-color: ;
  --mdb-modal-bg: #fff;
  --mdb-modal-border-color: var(--mdb-border-color-translucent);
  --mdb-modal-border-width: 1px;
  --mdb-modal-border-radius: 0.5rem;
  --mdb-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --mdb-modal-inner-border-radius: calc(0.5rem - 1px);
  --mdb-modal-header-padding-x: 1rem;
  --mdb-modal-header-padding-y: 1rem;
  --mdb-modal-header-padding: 1rem 1rem;
  --mdb-modal-header-border-color: hsl(0, 0%, 96%);
  --mdb-modal-header-border-width: 2px;
  --mdb-modal-title-line-height: 1.6;
  --mdb-modal-footer-gap: 0.5rem;
  --mdb-modal-footer-bg: ;
  --mdb-modal-footer-border-color: hsl(0, 0%, 96%);
  --mdb-modal-footer-border-width: 2px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--mdb-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
#video-examples .modal-dialog {
  position: relative;
  width: auto;
  margin: var(--mdb-modal-margin);
  pointer-events: none;
}
.modal.fade #video-examples .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade #video-examples .modal-dialog {
    transition: none;
  }
}
.modal.show #video-examples .modal-dialog {
  transform: none;
}
.modal.modal-static #video-examples .modal-dialog {
  transform: scale(1.02);
}
#video-examples .modal-dialog-scrollable {
  height: calc(100% - var(--mdb-modal-margin) * 2);
}
#video-examples .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
#video-examples .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
#video-examples .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--mdb-modal-margin) * 2);
}
#video-examples .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--mdb-modal-color);
  pointer-events: auto;
  background-color: var(--mdb-modal-bg);
  background-clip: padding-box;
  border: var(--mdb-modal-border-width) solid var(--mdb-modal-border-color);
  border-radius: var(--mdb-modal-border-radius);
  box-shadow: var(--mdb-modal-box-shadow);
  outline: 0;
}
#video-examples .modal-backdrop {
  --mdb-backdrop-zindex: 1050;
  --mdb-backdrop-bg: #000;
  --mdb-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--mdb-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--mdb-backdrop-bg);
}
#video-examples .modal-backdrop.fade {
  opacity: 0;
}
#video-examples .modal-backdrop.show {
  opacity: var(--mdb-backdrop-opacity);
}
#video-examples .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--mdb-modal-header-padding);
  border-bottom: var(--mdb-modal-header-border-width) solid var(--mdb-modal-header-border-color);
  border-top-left-radius: var(--mdb-modal-inner-border-radius);
  border-top-right-radius: var(--mdb-modal-inner-border-radius);
}
#video-examples .modal-header .btn-close {
  padding: calc(var(--mdb-modal-header-padding-y) * 0.5) calc(var(--mdb-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--mdb-modal-header-padding-y)) calc(-0.5 * var(--mdb-modal-header-padding-x)) calc(-0.5 * var(--mdb-modal-header-padding-y)) auto;
}
#video-examples .modal-title {
  margin-bottom: 0;
  line-height: var(--mdb-modal-title-line-height);
}
#video-examples .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--mdb-modal-padding);
}
#video-examples .modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--mdb-modal-padding) - var(--mdb-modal-footer-gap) * 0.5);
  background-color: var(--mdb-modal-footer-bg);
  border-top: var(--mdb-modal-footer-border-width) solid var(--mdb-modal-footer-border-color);
  border-bottom-right-radius: var(--mdb-modal-inner-border-radius);
  border-bottom-left-radius: var(--mdb-modal-inner-border-radius);
}
#video-examples .modal-footer > * {
  margin: calc(var(--mdb-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  #video-examples .modal {
    --mdb-modal-margin: 1.75rem;
    --mdb-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  #video-examples .modal-dialog {
    max-width: var(--mdb-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  #video-examples .modal-sm {
    --mdb-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  #video-examples .modal-lg,
  #video-examples .modal-xl {
    --mdb-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  #video-examples .modal-xl {
    --mdb-modal-width: 1140px;
  }
}
#video-examples .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
#video-examples .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
#video-examples .modal-fullscreen .modal-header,
#video-examples .modal-fullscreen .modal-footer {
  border-radius: 0;
}
#video-examples .modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  #video-examples .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  #video-examples .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  #video-examples .modal-fullscreen-sm-down .modal-header,
  #video-examples .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  #video-examples .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  #video-examples .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  #video-examples .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  #video-examples .modal-fullscreen-md-down .modal-header,
  #video-examples .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  #video-examples .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  #video-examples .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  #video-examples .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  #video-examples .modal-fullscreen-lg-down .modal-header,
  #video-examples .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  #video-examples .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  #video-examples .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  #video-examples .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  #video-examples .modal-fullscreen-xl-down .modal-header,
  #video-examples .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  #video-examples .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  #video-examples .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  #video-examples .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  #video-examples .modal-fullscreen-xxl-down .modal-header,
  #video-examples .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  #video-examples .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
#video-examples .popover {
  --mdb-popover-zindex: 1080;
  --mdb-popover-max-width: 276px;
  --mdb-popover-font-size: 0.875rem;
  --mdb-popover-bg: #fff;
  --mdb-popover-border-width: 1px;
  --mdb-popover-border-color: hsl(0, 0%, 96%);
  --mdb-popover-border-radius: 0.5rem;
  --mdb-popover-inner-border-radius: calc(0.5rem - 1px);
  --mdb-popover-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.07), 0 2px 2px 0 rgba(0, 0, 0, 0.04);
  --mdb-popover-header-padding-x: 1rem;
  --mdb-popover-header-padding-y: 0.5rem;
  --mdb-popover-header-font-size: 1rem;
  --mdb-popover-header-color: ;
  --mdb-popover-header-bg: #fff;
  --mdb-popover-body-padding-x: 1rem;
  --mdb-popover-body-padding-y: 1rem;
  --mdb-popover-body-color: #4f4f4f;
  --mdb-popover-arrow-width: 1rem;
  --mdb-popover-arrow-height: 0.5rem;
  --mdb-popover-arrow-border: var(--mdb-popover-border-color);
  z-index: var(--mdb-popover-zindex);
  display: block;
  max-width: var(--mdb-popover-max-width);
  font-family: var(--mdb-font-roboto);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--mdb-popover-font-size);
  word-wrap: break-word;
  background-color: var(--mdb-popover-bg);
  background-clip: padding-box;
  border: var(--mdb-popover-border-width) solid var(--mdb-popover-border-color);
  border-radius: var(--mdb-popover-border-radius);
  box-shadow: var(--mdb-popover-box-shadow);
}
#video-examples .popover .popover-arrow {
  display: block;
  width: var(--mdb-popover-arrow-width);
  height: var(--mdb-popover-arrow-height);
}
#video-examples .popover .popover-arrow::before, #video-examples .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
#video-examples .bs-popover-top > .popover-arrow, #video-examples .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--mdb-popover-arrow-height)) - var(--mdb-popover-border-width));
}
#video-examples .bs-popover-top > .popover-arrow::before, #video-examples .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, #video-examples .bs-popover-top > .popover-arrow::after, #video-examples .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--mdb-popover-arrow-height) calc(var(--mdb-popover-arrow-width) * 0.5) 0;
}
#video-examples .bs-popover-top > .popover-arrow::before, #video-examples .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--mdb-popover-arrow-border);
}
#video-examples .bs-popover-top > .popover-arrow::after, #video-examples .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--mdb-popover-border-width);
  border-top-color: var(--mdb-popover-bg);
}
#video-examples .bs-popover-end > .popover-arrow, #video-examples .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--mdb-popover-arrow-height)) - var(--mdb-popover-border-width));
  width: var(--mdb-popover-arrow-height);
  height: var(--mdb-popover-arrow-width);
}
#video-examples .bs-popover-end > .popover-arrow::before, #video-examples .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, #video-examples .bs-popover-end > .popover-arrow::after, #video-examples .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--mdb-popover-arrow-width) * 0.5) var(--mdb-popover-arrow-height) calc(var(--mdb-popover-arrow-width) * 0.5) 0;
}
#video-examples .bs-popover-end > .popover-arrow::before, #video-examples .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--mdb-popover-arrow-border);
}
#video-examples .bs-popover-end > .popover-arrow::after, #video-examples .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--mdb-popover-border-width);
  border-right-color: var(--mdb-popover-bg);
}
#video-examples .bs-popover-bottom > .popover-arrow, #video-examples .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--mdb-popover-arrow-height)) - var(--mdb-popover-border-width));
}
#video-examples .bs-popover-bottom > .popover-arrow::before, #video-examples .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, #video-examples .bs-popover-bottom > .popover-arrow::after, #video-examples .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--mdb-popover-arrow-width) * 0.5) var(--mdb-popover-arrow-height);
}
#video-examples .bs-popover-bottom > .popover-arrow::before, #video-examples .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--mdb-popover-arrow-border);
}
#video-examples .bs-popover-bottom > .popover-arrow::after, #video-examples .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--mdb-popover-border-width);
  border-bottom-color: var(--mdb-popover-bg);
}
#video-examples .bs-popover-bottom .popover-header::before, #video-examples .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--mdb-popover-arrow-width);
  margin-left: calc(-0.5 * var(--mdb-popover-arrow-width));
  content: "";
  border-bottom: var(--mdb-popover-border-width) solid var(--mdb-popover-header-bg);
}
#video-examples .bs-popover-start > .popover-arrow, #video-examples .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--mdb-popover-arrow-height)) - var(--mdb-popover-border-width));
  width: var(--mdb-popover-arrow-height);
  height: var(--mdb-popover-arrow-width);
}
#video-examples .bs-popover-start > .popover-arrow::before, #video-examples .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, #video-examples .bs-popover-start > .popover-arrow::after, #video-examples .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--mdb-popover-arrow-width) * 0.5) 0 calc(var(--mdb-popover-arrow-width) * 0.5) var(--mdb-popover-arrow-height);
}
#video-examples .bs-popover-start > .popover-arrow::before, #video-examples .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--mdb-popover-arrow-border);
}
#video-examples .bs-popover-start > .popover-arrow::after, #video-examples .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--mdb-popover-border-width);
  border-left-color: var(--mdb-popover-bg);
}
#video-examples .popover-header {
  padding: var(--mdb-popover-header-padding-y) var(--mdb-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--mdb-popover-header-font-size);
  color: var(--mdb-popover-header-color);
  background-color: var(--mdb-popover-header-bg);
  border-bottom: var(--mdb-popover-border-width) solid var(--mdb-popover-border-color);
  border-top-left-radius: var(--mdb-popover-inner-border-radius);
  border-top-right-radius: var(--mdb-popover-inner-border-radius);
}
#video-examples .popover-header:empty {
  display: none;
}
#video-examples .popover-body {
  padding: var(--mdb-popover-body-padding-y) var(--mdb-popover-body-padding-x);
  color: var(--mdb-popover-body-color);
}
#video-examples .carousel {
  position: relative;
}
#video-examples .carousel.pointer-event {
  touch-action: pan-y;
}
#video-examples .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#video-examples .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
#video-examples .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .carousel-item {
    transition: none;
  }
}
#video-examples .carousel-item.active,
#video-examples .carousel-item-next,
#video-examples .carousel-item-prev {
  display: block;
}
#video-examples .carousel-item-next:not(.carousel-item-start),
#video-examples .active.carousel-item-end {
  transform: translateX(100%);
}
#video-examples .carousel-item-prev:not(.carousel-item-end),
#video-examples .active.carousel-item-start {
  transform: translateX(-100%);
}
#video-examples .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
#video-examples .carousel-fade .carousel-item.active,
#video-examples .carousel-fade .carousel-item-next.carousel-item-start,
#video-examples .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
#video-examples .carousel-fade .active.carousel-item-start,
#video-examples .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .carousel-fade .active.carousel-item-start,
  #video-examples .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
#video-examples .carousel-control-prev,
#video-examples .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .carousel-control-prev,
  #video-examples .carousel-control-next {
    transition: none;
  }
}
#video-examples .carousel-control-prev:hover, #video-examples .carousel-control-prev:focus,
#video-examples .carousel-control-next:hover,
#video-examples .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
#video-examples .carousel-control-prev {
  left: 0;
}
#video-examples .carousel-control-next {
  right: 0;
}
#video-examples .carousel-control-prev-icon,
#video-examples .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
#video-examples .carousel-control-prev-icon {
  background-image: none;
}
#video-examples .carousel-control-next-icon {
  background-image: none;
}
#video-examples .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
#video-examples .carousel-indicators [data-mdb-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .carousel-indicators [data-mdb-target] {
    transition: none;
  }
}
#video-examples .carousel-indicators .active {
  opacity: 1;
}
#video-examples .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
#video-examples .carousel-dark .carousel-control-prev-icon,
#video-examples .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
#video-examples .carousel-dark .carousel-indicators [data-mdb-target] {
  background-color: #000;
}
#video-examples .carousel-dark .carousel-caption {
  color: #000;
}
#video-examples .spinner-grow,
#video-examples .spinner-border {
  display: inline-block;
  width: var(--mdb-spinner-width);
  height: var(--mdb-spinner-height);
  vertical-align: var(--mdb-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--mdb-spinner-animation-speed) linear infinite var(--mdb-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
#video-examples .spinner-border {
  --mdb-spinner-width: 2rem;
  --mdb-spinner-height: 2rem;
  --mdb-spinner-vertical-align: -0.125em;
  --mdb-spinner-border-width: 0.25em;
  --mdb-spinner-animation-speed: 0.75s;
  --mdb-spinner-animation-name: spinner-border;
  border: var(--mdb-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
#video-examples .spinner-border-sm {
  --mdb-spinner-width: 1rem;
  --mdb-spinner-height: 1rem;
  --mdb-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
#video-examples .spinner-grow {
  --mdb-spinner-width: 2rem;
  --mdb-spinner-height: 2rem;
  --mdb-spinner-vertical-align: -0.125em;
  --mdb-spinner-animation-speed: 0.75s;
  --mdb-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
#video-examples .spinner-grow-sm {
  --mdb-spinner-width: 1rem;
  --mdb-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .spinner-border,
  #video-examples .spinner-grow {
    --mdb-spinner-animation-speed: 1.5s;
  }
}
#video-examples .offcanvas, #video-examples .offcanvas-xxl, #video-examples .offcanvas-xl, #video-examples .offcanvas-lg, #video-examples .offcanvas-md, #video-examples .offcanvas-sm {
  --mdb-offcanvas-zindex: 1045;
  --mdb-offcanvas-width: 400px;
  --mdb-offcanvas-height: 30vh;
  --mdb-offcanvas-padding-x: 1rem;
  --mdb-offcanvas-padding-y: 1rem;
  --mdb-offcanvas-color: ;
  --mdb-offcanvas-bg: #fff;
  --mdb-offcanvas-border-width: 1px;
  --mdb-offcanvas-border-color: var(--mdb-border-color-translucent);
  --mdb-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
@media (max-width: 575.98px) {
  #video-examples .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--mdb-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--mdb-offcanvas-color);
    visibility: hidden;
    background-color: var(--mdb-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--mdb-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  #video-examples .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  #video-examples .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--mdb-offcanvas-width);
    border-right: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(-100%);
  }
  #video-examples .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--mdb-offcanvas-width);
    border-left: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(100%);
  }
  #video-examples .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(-100%);
  }
  #video-examples .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-top: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(100%);
  }
  #video-examples .offcanvas-sm.showing, #video-examples .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  #video-examples .offcanvas-sm.showing, #video-examples .offcanvas-sm.hiding, #video-examples .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  #video-examples .offcanvas-sm {
    --mdb-offcanvas-height: auto;
    --mdb-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  #video-examples .offcanvas-sm .offcanvas-header {
    display: none;
  }
  #video-examples .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  #video-examples .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--mdb-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--mdb-offcanvas-color);
    visibility: hidden;
    background-color: var(--mdb-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--mdb-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  #video-examples .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  #video-examples .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--mdb-offcanvas-width);
    border-right: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(-100%);
  }
  #video-examples .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--mdb-offcanvas-width);
    border-left: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(100%);
  }
  #video-examples .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(-100%);
  }
  #video-examples .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-top: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(100%);
  }
  #video-examples .offcanvas-md.showing, #video-examples .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  #video-examples .offcanvas-md.showing, #video-examples .offcanvas-md.hiding, #video-examples .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  #video-examples .offcanvas-md {
    --mdb-offcanvas-height: auto;
    --mdb-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  #video-examples .offcanvas-md .offcanvas-header {
    display: none;
  }
  #video-examples .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  #video-examples .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--mdb-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--mdb-offcanvas-color);
    visibility: hidden;
    background-color: var(--mdb-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--mdb-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  #video-examples .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  #video-examples .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--mdb-offcanvas-width);
    border-right: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(-100%);
  }
  #video-examples .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--mdb-offcanvas-width);
    border-left: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(100%);
  }
  #video-examples .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(-100%);
  }
  #video-examples .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-top: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(100%);
  }
  #video-examples .offcanvas-lg.showing, #video-examples .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  #video-examples .offcanvas-lg.showing, #video-examples .offcanvas-lg.hiding, #video-examples .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  #video-examples .offcanvas-lg {
    --mdb-offcanvas-height: auto;
    --mdb-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  #video-examples .offcanvas-lg .offcanvas-header {
    display: none;
  }
  #video-examples .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  #video-examples .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--mdb-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--mdb-offcanvas-color);
    visibility: hidden;
    background-color: var(--mdb-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--mdb-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  #video-examples .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  #video-examples .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--mdb-offcanvas-width);
    border-right: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(-100%);
  }
  #video-examples .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--mdb-offcanvas-width);
    border-left: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(100%);
  }
  #video-examples .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(-100%);
  }
  #video-examples .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-top: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(100%);
  }
  #video-examples .offcanvas-xl.showing, #video-examples .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  #video-examples .offcanvas-xl.showing, #video-examples .offcanvas-xl.hiding, #video-examples .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  #video-examples .offcanvas-xl {
    --mdb-offcanvas-height: auto;
    --mdb-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  #video-examples .offcanvas-xl .offcanvas-header {
    display: none;
  }
  #video-examples .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  #video-examples .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--mdb-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--mdb-offcanvas-color);
    visibility: hidden;
    background-color: var(--mdb-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--mdb-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  #video-examples .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  #video-examples .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--mdb-offcanvas-width);
    border-right: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(-100%);
  }
  #video-examples .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--mdb-offcanvas-width);
    border-left: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateX(100%);
  }
  #video-examples .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(-100%);
  }
  #video-examples .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--mdb-offcanvas-height);
    max-height: 100%;
    border-top: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
    transform: translateY(100%);
  }
  #video-examples .offcanvas-xxl.showing, #video-examples .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  #video-examples .offcanvas-xxl.showing, #video-examples .offcanvas-xxl.hiding, #video-examples .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  #video-examples .offcanvas-xxl {
    --mdb-offcanvas-height: auto;
    --mdb-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  #video-examples .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  #video-examples .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
#video-examples .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--mdb-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--mdb-offcanvas-color);
  visibility: hidden;
  background-color: var(--mdb-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  box-shadow: var(--mdb-offcanvas-box-shadow);
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #video-examples .offcanvas {
    transition: none;
  }
}
#video-examples .offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--mdb-offcanvas-width);
  border-right: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
  transform: translateX(-100%);
}
#video-examples .offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--mdb-offcanvas-width);
  border-left: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
  transform: translateX(100%);
}
#video-examples .offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--mdb-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
  transform: translateY(-100%);
}
#video-examples .offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--mdb-offcanvas-height);
  max-height: 100%;
  border-top: var(--mdb-offcanvas-border-width) solid var(--mdb-offcanvas-border-color);
  transform: translateY(100%);
}
#video-examples .offcanvas.showing, #video-examples .offcanvas.show:not(.hiding) {
  transform: none;
}
#video-examples .offcanvas.showing, #video-examples .offcanvas.hiding, #video-examples .offcanvas.show {
  visibility: visible;
}
#video-examples .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
#video-examples .offcanvas-backdrop.fade {
  opacity: 0;
}
#video-examples .offcanvas-backdrop.show {
  opacity: 0.5;
}
#video-examples .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--mdb-offcanvas-padding-y) var(--mdb-offcanvas-padding-x);
}
#video-examples .offcanvas-header .btn-close {
  padding: calc(var(--mdb-offcanvas-padding-y) * 0.5) calc(var(--mdb-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--mdb-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--mdb-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--mdb-offcanvas-padding-y));
}
#video-examples .offcanvas-title {
  margin-bottom: 0;
  line-height: 1.6;
}
#video-examples .offcanvas-body {
  flex-grow: 1;
  padding: var(--mdb-offcanvas-padding-y) var(--mdb-offcanvas-padding-x);
  overflow-y: auto;
}
#video-examples .tooltip {
  --mdb-tooltip-zindex: 1090;
  --mdb-tooltip-max-width: 200px;
  --mdb-tooltip-padding-x: 16px;
  --mdb-tooltip-padding-y: 6px;
  --mdb-tooltip-margin: ;
  --mdb-tooltip-font-size: 0.875rem;
  --mdb-tooltip-color: #fff;
  --mdb-tooltip-bg: #6d6d6d;
  --mdb-tooltip-border-radius: 0.25rem;
  --mdb-tooltip-opacity: 0.9;
  --mdb-tooltip-arrow-width: 0.8rem;
  --mdb-tooltip-arrow-height: 0.4rem;
  z-index: var(--mdb-tooltip-zindex);
  display: block;
  padding: var(--mdb-tooltip-arrow-height);
  margin: var(--mdb-tooltip-margin);
  font-family: var(--mdb-font-roboto);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--mdb-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
#video-examples .tooltip.show {
  opacity: var(--mdb-tooltip-opacity);
}
#video-examples .tooltip .tooltip-arrow {
  display: block;
  width: var(--mdb-tooltip-arrow-width);
  height: var(--mdb-tooltip-arrow-height);
}
#video-examples .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
#video-examples .bs-tooltip-top .tooltip-arrow, #video-examples .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
#video-examples .bs-tooltip-top .tooltip-arrow::before, #video-examples .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--mdb-tooltip-arrow-height) calc(var(--mdb-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--mdb-tooltip-bg);
}
#video-examples .bs-tooltip-end .tooltip-arrow, #video-examples .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--mdb-tooltip-arrow-height);
  height: var(--mdb-tooltip-arrow-width);
}
#video-examples .bs-tooltip-end .tooltip-arrow::before, #video-examples .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--mdb-tooltip-arrow-width) * 0.5) var(--mdb-tooltip-arrow-height) calc(var(--mdb-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--mdb-tooltip-bg);
}
#video-examples .bs-tooltip-bottom .tooltip-arrow, #video-examples .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
#video-examples .bs-tooltip-bottom .tooltip-arrow::before, #video-examples .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--mdb-tooltip-arrow-width) * 0.5) var(--mdb-tooltip-arrow-height);
  border-bottom-color: var(--mdb-tooltip-bg);
}
#video-examples .bs-tooltip-start .tooltip-arrow, #video-examples .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--mdb-tooltip-arrow-height);
  height: var(--mdb-tooltip-arrow-width);
}
#video-examples .bs-tooltip-start .tooltip-arrow::before, #video-examples .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--mdb-tooltip-arrow-width) * 0.5) 0 calc(var(--mdb-tooltip-arrow-width) * 0.5) var(--mdb-tooltip-arrow-height);
  border-left-color: var(--mdb-tooltip-bg);
}
#video-examples .tooltip-inner {
  max-width: var(--mdb-tooltip-max-width);
  padding: var(--mdb-tooltip-padding-y) var(--mdb-tooltip-padding-x);
  color: var(--mdb-tooltip-color);
  text-align: center;
  background-color: var(--mdb-tooltip-bg);
  border-radius: var(--mdb-tooltip-border-radius);
}
#video-examples .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
#video-examples .text-bg-primary {
  color: #fff !important;
  background-color: RGBA(59, 113, 202, var(--mdb-bg-opacity, 1)) !important;
}
#video-examples .text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(159, 166, 178, var(--mdb-bg-opacity, 1)) !important;
}
#video-examples .text-bg-success {
  color: #000 !important;
  background-color: RGBA(20, 164, 77, var(--mdb-bg-opacity, 1)) !important;
}
#video-examples .text-bg-danger {
  color: #000 !important;
  background-color: RGBA(220, 76, 100, var(--mdb-bg-opacity, 1)) !important;
}
#video-examples .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(228, 161, 27, var(--mdb-bg-opacity, 1)) !important;
}
#video-examples .text-bg-info {
  color: #000 !important;
  background-color: RGBA(84, 180, 211, var(--mdb-bg-opacity, 1)) !important;
}
#video-examples .text-bg-light {
  color: #000 !important;
  background-color: RGBA(251, 251, 251, var(--mdb-bg-opacity, 1)) !important;
}
#video-examples .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(51, 45, 45, var(--mdb-bg-opacity, 1)) !important;
}
#video-examples .link-primary {
  color: #3b71ca !important;
}
#video-examples .link-primary:hover, #video-examples .link-primary:focus {
  color: #386bc0 !important;
}
#video-examples .link-secondary {
  color: #9fa6b2 !important;
}
#video-examples .link-secondary:hover, #video-examples .link-secondary:focus {
  color: #a4aab6 !important;
}
#video-examples .link-success {
  color: #14a44d !important;
}
#video-examples .link-success:hover, #video-examples .link-success:focus {
  color: #20a956 !important;
}
#video-examples .link-danger {
  color: #dc4c64 !important;
}
#video-examples .link-danger:hover, #video-examples .link-danger:focus {
  color: #de556c !important;
}
#video-examples .link-warning {
  color: #e4a11b !important;
}
#video-examples .link-warning:hover, #video-examples .link-warning:focus {
  color: #e5a626 !important;
}
#video-examples .link-info {
  color: #54b4d3 !important;
}
#video-examples .link-info:hover, #video-examples .link-info:focus {
  color: #5db8d5 !important;
}
#video-examples .link-light {
  color: #fbfbfb !important;
}
#video-examples .link-light:hover, #video-examples .link-light:focus {
  color: #fbfbfb !important;
}
#video-examples .link-dark {
  color: #332d2d !important;
}
#video-examples .link-dark:hover, #video-examples .link-dark:focus {
  color: #302b2b !important;
}
#video-examples .ratio {
  position: relative;
  width: 100%;
}
#video-examples .ratio::before {
  display: block;
  padding-top: var(--mdb-aspect-ratio);
  content: "";
}
#video-examples .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video-examples .ratio-1x1 {
  --mdb-aspect-ratio: 100%;
}
#video-examples .ratio-4x3 {
  --mdb-aspect-ratio: 75%;
}
#video-examples .ratio-16x9 {
  --mdb-aspect-ratio: 56.25%;
}
#video-examples .ratio-21x9 {
  --mdb-aspect-ratio: 42.8571428571%;
}
#video-examples .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
#video-examples .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
#video-examples .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
#video-examples .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  #video-examples .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  #video-examples .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  #video-examples .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  #video-examples .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  #video-examples .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  #video-examples .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  #video-examples .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  #video-examples .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  #video-examples .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  #video-examples .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
#video-examples .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
#video-examples .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
#video-examples .visually-hidden,
#video-examples .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
#video-examples .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
#video-examples .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#video-examples .vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
#video-examples .diagonal-fractions {
  font-variant-numeric: diagonal-fractions;
}
#video-examples .bg-super-light {
  --mdb-bg-super-light: #fbfbfb;
  background-color: var(--mdb-bg-super-light);
}
#video-examples .bg-fixed {
  background-attachment: fixed;
}
#video-examples .bg-local {
  background-attachment: local;
}
#video-examples .bg-scroll {
  background-attachment: scroll;
}
#video-examples .overflow-y-scroll {
  overflow-y: scroll;
}
#video-examples .overflow-x-scroll {
  overflow-x: scroll;
}
#video-examples .table-fixed {
  table-layout: fixed;
}
#video-examples .table-auto {
  table-layout: auto;
}
#video-examples .link-primary {
  transition: color 0.15s;
}
#video-examples .link-secondary {
  transition: color 0.15s;
}
#video-examples .link-success {
  transition: color 0.15s;
}
#video-examples .link-danger {
  transition: color 0.15s;
}
#video-examples .link-warning {
  transition: color 0.15s;
}
#video-examples .link-info {
  transition: color 0.15s;
}
#video-examples .link-light {
  transition: color 0.15s;
}
#video-examples .link-dark {
  transition: color 0.15s;
}
#video-examples .align-baseline {
  vertical-align: baseline !important;
}
#video-examples .align-top {
  vertical-align: top !important;
}
#video-examples .align-middle {
  vertical-align: middle !important;
}
#video-examples .align-bottom {
  vertical-align: bottom !important;
}
#video-examples .align-text-bottom {
  vertical-align: text-bottom !important;
}
#video-examples .align-text-top {
  vertical-align: text-top !important;
}
#video-examples .float-start {
  float: left !important;
}
#video-examples .float-end {
  float: right !important;
}
#video-examples .float-none {
  float: none !important;
}
#video-examples .opacity-0 {
  opacity: 0 !important;
}
#video-examples .opacity-5 {
  opacity: 0.05 !important;
}
#video-examples .opacity-10 {
  opacity: 0.1 !important;
}
#video-examples .opacity-15 {
  opacity: 0.15 !important;
}
#video-examples .opacity-20 {
  opacity: 0.2 !important;
}
#video-examples .opacity-25 {
  opacity: 0.25 !important;
}
#video-examples .opacity-30 {
  opacity: 0.3 !important;
}
#video-examples .opacity-35 {
  opacity: 0.35 !important;
}
#video-examples .opacity-40 {
  opacity: 0.4 !important;
}
#video-examples .opacity-45 {
  opacity: 0.45 !important;
}
#video-examples .opacity-50 {
  opacity: 0.5 !important;
}
#video-examples .opacity-55 {
  opacity: 0.55 !important;
}
#video-examples .opacity-60 {
  opacity: 0.6 !important;
}
#video-examples .opacity-65 {
  opacity: 0.65 !important;
}
#video-examples .opacity-70 {
  opacity: 0.7 !important;
}
#video-examples .opacity-75 {
  opacity: 0.75 !important;
}
#video-examples .opacity-80 {
  opacity: 0.8 !important;
}
#video-examples .opacity-85 {
  opacity: 0.85 !important;
}
#video-examples .opacity-90 {
  opacity: 0.9 !important;
}
#video-examples .opacity-95 {
  opacity: 0.95 !important;
}
#video-examples .opacity-100 {
  opacity: 1 !important;
}
#video-examples .overflow-auto {
  overflow: auto !important;
}
#video-examples .overflow-hidden {
  overflow: hidden !important;
}
#video-examples .overflow-visible {
  overflow: visible !important;
}
#video-examples .overflow-scroll {
  overflow: scroll !important;
}
#video-examples .d-inline {
  display: inline !important;
}
#video-examples .d-inline-block {
  display: inline-block !important;
}
#video-examples .d-block {
  display: block !important;
}
#video-examples .d-grid {
  display: grid !important;
}
#video-examples .d-table {
  display: table !important;
}
#video-examples .d-table-row {
  display: table-row !important;
}
#video-examples .d-table-cell {
  display: table-cell !important;
}
#video-examples .d-flex {
  display: flex !important;
}
#video-examples .d-inline-flex {
  display: inline-flex !important;
}
#video-examples .d-none {
  display: none !important;
}
#video-examples .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
#video-examples .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#video-examples .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
#video-examples .shadow-none {
  box-shadow: none !important;
}
#video-examples .shadow-0 {
  box-shadow: none !important;
}
#video-examples .shadow-1 {
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 1px 0 rgba(0, 0, 0, 0.04) !important;
}
#video-examples .shadow-2 {
  box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.07), 0 2px 2px 0 rgba(0, 0, 0, 0.04) !important;
}
#video-examples .shadow-3 {
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.07), 0 6px 18px -1px rgba(0, 0, 0, 0.04) !important;
}
#video-examples .shadow-4 {
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04) !important;
}
#video-examples .shadow-5 {
  box-shadow: 0 2px 25px -5px rgba(0, 0, 0, 0.07), 0 25px 21px -5px rgba(0, 0, 0, 0.04) !important;
}
#video-examples .shadow-6 {
  box-shadow: 0 2px 35px -12px rgba(0, 0, 0, 0.21), 0 50px 40px -5px rgba(0, 0, 0, 0.04) !important;
}
#video-examples .shadow-1-soft {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05) !important;
}
#video-examples .shadow-2-soft {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05) !important;
}
#video-examples .shadow-3-soft {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05) !important;
}
#video-examples .shadow-4-soft {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05) !important;
}
#video-examples .shadow-5-soft {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05) !important;
}
#video-examples .shadow-6-soft {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05) !important;
}
#video-examples .shadow-1-strong {
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
}
#video-examples .shadow-2-strong {
  box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 2px 0 rgba(0, 0, 0, 0.1) !important;
}
#video-examples .shadow-3-strong {
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.16), 0 6px 18px -1px rgba(0, 0, 0, 0.1) !important;
}
#video-examples .shadow-4-strong {
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.16), 0 10px 20px -2px rgba(0, 0, 0, 0.1) !important;
}
#video-examples .shadow-5-strong {
  box-shadow: 0 2px 25px -5px rgba(0, 0, 0, 0.16), 0 25px 21px -5px rgba(0, 0, 0, 0.1) !important;
}
#video-examples .shadow-6-strong {
  box-shadow: 0 2px 35px -12px rgba(0, 0, 0, 0.26), 0 50px 40px -5px rgba(0, 0, 0, 0.1) !important;
}
#video-examples .shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}
#video-examples .position-static {
  position: static !important;
}
#video-examples .position-relative {
  position: relative !important;
}
#video-examples .position-absolute {
  position: absolute !important;
}
#video-examples .position-fixed {
  position: fixed !important;
}
#video-examples .position-sticky {
  position: sticky !important;
}
#video-examples .top-0 {
  top: 0 !important;
}
#video-examples .top-50 {
  top: 50% !important;
}
#video-examples .top-100 {
  top: 100% !important;
}
#video-examples .bottom-0 {
  bottom: 0 !important;
}
#video-examples .bottom-50 {
  bottom: 50% !important;
}
#video-examples .bottom-100 {
  bottom: 100% !important;
}
#video-examples .start-0 {
  left: 0 !important;
}
#video-examples .start-50 {
  left: 50% !important;
}
#video-examples .start-100 {
  left: 100% !important;
}
#video-examples .end-0 {
  right: 0 !important;
}
#video-examples .end-50 {
  right: 50% !important;
}
#video-examples .end-100 {
  right: 100% !important;
}
#video-examples .translate-middle {
  transform: translate(-50%, -50%) !important;
}
#video-examples .translate-middle-x {
  transform: translateX(-50%) !important;
}
#video-examples .translate-middle-y {
  transform: translateY(-50%) !important;
}
#video-examples .border {
  border: var(--mdb-border-width) var(--mdb-border-style) var(--mdb-border-color) !important;
}
#video-examples .border-0 {
  border: 0 !important;
}
#video-examples .border-top {
  border-top: var(--mdb-border-width) var(--mdb-border-style) var(--mdb-border-color) !important;
}
#video-examples .border-top-0 {
  border-top: 0 !important;
}
#video-examples .border-end {
  border-right: var(--mdb-border-width) var(--mdb-border-style) var(--mdb-border-color) !important;
}
#video-examples .border-end-0 {
  border-right: 0 !important;
}
#video-examples .border-bottom {
  border-bottom: var(--mdb-border-width) var(--mdb-border-style) var(--mdb-border-color) !important;
}
#video-examples .border-bottom-0 {
  border-bottom: 0 !important;
}
#video-examples .border-start {
  border-left: var(--mdb-border-width) var(--mdb-border-style) var(--mdb-border-color) !important;
}
#video-examples .border-start-0 {
  border-left: 0 !important;
}
#video-examples .border-primary {
  --mdb-border-opacity: 1;
  border-color: rgba(var(--mdb-primary-rgb), var(--mdb-border-opacity)) !important;
}
#video-examples .border-secondary {
  --mdb-border-opacity: 1;
  border-color: rgba(var(--mdb-secondary-rgb), var(--mdb-border-opacity)) !important;
}
#video-examples .border-success {
  --mdb-border-opacity: 1;
  border-color: rgba(var(--mdb-success-rgb), var(--mdb-border-opacity)) !important;
}
#video-examples .border-danger {
  --mdb-border-opacity: 1;
  border-color: rgba(var(--mdb-danger-rgb), var(--mdb-border-opacity)) !important;
}
#video-examples .border-warning {
  --mdb-border-opacity: 1;
  border-color: rgba(var(--mdb-warning-rgb), var(--mdb-border-opacity)) !important;
}
#video-examples .border-info {
  --mdb-border-opacity: 1;
  border-color: rgba(var(--mdb-info-rgb), var(--mdb-border-opacity)) !important;
}
#video-examples .border-light {
  --mdb-border-opacity: 1;
  border-color: rgba(var(--mdb-light-rgb), var(--mdb-border-opacity)) !important;
}
#video-examples .border-dark {
  --mdb-border-opacity: 1;
  border-color: rgba(var(--mdb-dark-rgb), var(--mdb-border-opacity)) !important;
}
#video-examples .border-white {
  --mdb-border-opacity: 1;
  border-color: rgba(var(--mdb-white-rgb), var(--mdb-border-opacity)) !important;
}
#video-examples .border-1 {
  --mdb-border-width: 1px;
}
#video-examples .border-2 {
  --mdb-border-width: 2px;
}
#video-examples .border-3 {
  --mdb-border-width: 3px;
}
#video-examples .border-4 {
  --mdb-border-width: 4px;
}
#video-examples .border-5 {
  --mdb-border-width: 5px;
}
#video-examples .border-opacity-10 {
  --mdb-border-opacity: 0.1;
}
#video-examples .border-opacity-25 {
  --mdb-border-opacity: 0.25;
}
#video-examples .border-opacity-50 {
  --mdb-border-opacity: 0.5;
}
#video-examples .border-opacity-75 {
  --mdb-border-opacity: 0.75;
}
#video-examples .border-opacity-100 {
  --mdb-border-opacity: 1;
}
#video-examples .w-25 {
  width: 25% !important;
}
#video-examples .w-50 {
  width: 50% !important;
}
#video-examples .w-75 {
  width: 75% !important;
}
#video-examples .w-100 {
  width: 100% !important;
}
#video-examples .w-auto {
  width: auto !important;
}
#video-examples .mw-100 {
  max-width: 100% !important;
}
#video-examples .vw-100 {
  width: 100vw !important;
}
#video-examples .min-vw-100 {
  min-width: 100vw !important;
}
#video-examples .h-25 {
  height: 25% !important;
}
#video-examples .h-50 {
  height: 50% !important;
}
#video-examples .h-75 {
  height: 75% !important;
}
#video-examples .h-100 {
  height: 100% !important;
}
#video-examples .h-auto {
  height: auto !important;
}
#video-examples .mh-100 {
  max-height: 100% !important;
}
#video-examples .vh-100 {
  height: 100vh !important;
}
#video-examples .min-vh-100 {
  min-height: 100vh !important;
}
#video-examples .flex-fill {
  flex: 1 1 auto !important;
}
#video-examples .flex-row {
  flex-direction: row !important;
}
#video-examples .flex-column {
  flex-direction: column !important;
}
#video-examples .flex-row-reverse {
  flex-direction: row-reverse !important;
}
#video-examples .flex-column-reverse {
  flex-direction: column-reverse !important;
}
#video-examples .flex-grow-0 {
  flex-grow: 0 !important;
}
#video-examples .flex-grow-1 {
  flex-grow: 1 !important;
}
#video-examples .flex-shrink-0 {
  flex-shrink: 0 !important;
}
#video-examples .flex-shrink-1 {
  flex-shrink: 1 !important;
}
#video-examples .flex-wrap {
  flex-wrap: wrap !important;
}
#video-examples .flex-nowrap {
  flex-wrap: nowrap !important;
}
#video-examples .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
#video-examples .justify-content-start {
  justify-content: flex-start !important;
}
#video-examples .justify-content-end {
  justify-content: flex-end !important;
}
#video-examples .justify-content-center {
  justify-content: center !important;
}
#video-examples .justify-content-between {
  justify-content: space-between !important;
}
#video-examples .justify-content-around {
  justify-content: space-around !important;
}
#video-examples .justify-content-evenly {
  justify-content: space-evenly !important;
}
#video-examples .align-items-start {
  align-items: flex-start !important;
}
#video-examples .align-items-end {
  align-items: flex-end !important;
}
#video-examples .align-items-center {
  align-items: center !important;
}
#video-examples .align-items-baseline {
  align-items: baseline !important;
}
#video-examples .align-items-stretch {
  align-items: stretch !important;
}
#video-examples .align-content-start {
  align-content: flex-start !important;
}
#video-examples .align-content-end {
  align-content: flex-end !important;
}
#video-examples .align-content-center {
  align-content: center !important;
}
#video-examples .align-content-between {
  align-content: space-between !important;
}
#video-examples .align-content-around {
  align-content: space-around !important;
}
#video-examples .align-content-stretch {
  align-content: stretch !important;
}
#video-examples .align-self-auto {
  align-self: auto !important;
}
#video-examples .align-self-start {
  align-self: flex-start !important;
}
#video-examples .align-self-end {
  align-self: flex-end !important;
}
#video-examples .align-self-center {
  align-self: center !important;
}
#video-examples .align-self-baseline {
  align-self: baseline !important;
}
#video-examples .align-self-stretch {
  align-self: stretch !important;
}
#video-examples .order-first {
  order: -1 !important;
}
#video-examples .order-0 {
  order: 0 !important;
}
#video-examples .order-1 {
  order: 1 !important;
}
#video-examples .order-2 {
  order: 2 !important;
}
#video-examples .order-3 {
  order: 3 !important;
}
#video-examples .order-4 {
  order: 4 !important;
}
#video-examples .order-5 {
  order: 5 !important;
}
#video-examples .order-last {
  order: 6 !important;
}
#video-examples .m-0 {
  margin: 0 !important;
}
#video-examples .m-1 {
  margin: 0.25rem !important;
}
#video-examples .m-2 {
  margin: 0.5rem !important;
}
#video-examples .m-3 {
  margin: 1rem !important;
}
#video-examples .m-4 {
  margin: 1.5rem !important;
}
#video-examples .m-5 {
  margin: 3rem !important;
}
#video-examples .m-auto {
  margin: auto !important;
}
#video-examples .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#video-examples .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
#video-examples .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
#video-examples .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
#video-examples .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
#video-examples .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
#video-examples .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
#video-examples .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#video-examples .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
#video-examples .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
#video-examples .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
#video-examples .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
#video-examples .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
#video-examples .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
#video-examples .mt-0 {
  margin-top: 0 !important;
}
#video-examples .mt-1 {
  margin-top: 0.25rem !important;
}
#video-examples .mt-2 {
  margin-top: 0.5rem !important;
}
#video-examples .mt-3 {
  margin-top: 1rem !important;
}
#video-examples .mt-4 {
  margin-top: 1.5rem !important;
}
#video-examples .mt-5 {
  margin-top: 3rem !important;
}
#video-examples .mt-auto {
  margin-top: auto !important;
}
#video-examples .me-0 {
  margin-right: 0 !important;
}
#video-examples .me-1 {
  margin-right: 0.25rem !important;
}
#video-examples .me-2 {
  margin-right: 0.5rem !important;
}
#video-examples .me-3 {
  margin-right: 1rem !important;
}
#video-examples .me-4 {
  margin-right: 1.5rem !important;
}
#video-examples .me-5 {
  margin-right: 3rem !important;
}
#video-examples .me-auto {
  margin-right: auto !important;
}
#video-examples .mb-0 {
  margin-bottom: 0 !important;
}
#video-examples .mb-1 {
  margin-bottom: 0.25rem !important;
}
#video-examples .mb-2 {
  margin-bottom: 0.5rem !important;
}
#video-examples .mb-3 {
  margin-bottom: 1rem !important;
}
#video-examples .mb-4 {
  margin-bottom: 1.5rem !important;
}
#video-examples .mb-5 {
  margin-bottom: 3rem !important;
}
#video-examples .mb-auto {
  margin-bottom: auto !important;
}
#video-examples .mb-6 {
  margin-bottom: 3.5rem !important;
}
#video-examples .mb-7 {
  margin-bottom: 4rem !important;
}
#video-examples .mb-8 {
  margin-bottom: 5rem !important;
}
#video-examples .mb-9 {
  margin-bottom: 6rem !important;
}
#video-examples .mb-10 {
  margin-bottom: 8rem !important;
}
#video-examples .mb-11 {
  margin-bottom: 10rem !important;
}
#video-examples .mb-12 {
  margin-bottom: 12rem !important;
}
#video-examples .mb-13 {
  margin-bottom: 14rem !important;
}
#video-examples .mb-14 {
  margin-bottom: 16rem !important;
}
#video-examples .ms-0 {
  margin-left: 0 !important;
}
#video-examples .ms-1 {
  margin-left: 0.25rem !important;
}
#video-examples .ms-2 {
  margin-left: 0.5rem !important;
}
#video-examples .ms-3 {
  margin-left: 1rem !important;
}
#video-examples .ms-4 {
  margin-left: 1.5rem !important;
}
#video-examples .ms-5 {
  margin-left: 3rem !important;
}
#video-examples .ms-auto {
  margin-left: auto !important;
}
#video-examples .m-n1 {
  margin: -0.25rem !important;
}
#video-examples .m-n2 {
  margin: -0.5rem !important;
}
#video-examples .m-n3 {
  margin: -1rem !important;
}
#video-examples .m-n4 {
  margin: -1.5rem !important;
}
#video-examples .m-n5 {
  margin: -3rem !important;
}
#video-examples .mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}
#video-examples .mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
#video-examples .mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
#video-examples .mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
#video-examples .mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}
#video-examples .my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
#video-examples .my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
#video-examples .my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
#video-examples .my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
#video-examples .my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
#video-examples .mt-n1 {
  margin-top: -0.25rem !important;
}
#video-examples .mt-n2 {
  margin-top: -0.5rem !important;
}
#video-examples .mt-n3 {
  margin-top: -1rem !important;
}
#video-examples .mt-n4 {
  margin-top: -1.5rem !important;
}
#video-examples .mt-n5 {
  margin-top: -3rem !important;
}
#video-examples .me-n1 {
  margin-right: -0.25rem !important;
}
#video-examples .me-n2 {
  margin-right: -0.5rem !important;
}
#video-examples .me-n3 {
  margin-right: -1rem !important;
}
#video-examples .me-n4 {
  margin-right: -1.5rem !important;
}
#video-examples .me-n5 {
  margin-right: -3rem !important;
}
#video-examples .mb-n1 {
  margin-bottom: -0.25rem !important;
}
#video-examples .mb-n2 {
  margin-bottom: -0.5rem !important;
}
#video-examples .mb-n3 {
  margin-bottom: -1rem !important;
}
#video-examples .mb-n4 {
  margin-bottom: -1.5rem !important;
}
#video-examples .mb-n5 {
  margin-bottom: -3rem !important;
}
#video-examples .ms-n1 {
  margin-left: -0.25rem !important;
}
#video-examples .ms-n2 {
  margin-left: -0.5rem !important;
}
#video-examples .ms-n3 {
  margin-left: -1rem !important;
}
#video-examples .ms-n4 {
  margin-left: -1.5rem !important;
}
#video-examples .ms-n5 {
  margin-left: -3rem !important;
}
#video-examples .p-0 {
  padding: 0 !important;
}
#video-examples .p-1 {
  padding: 0.25rem !important;
}
#video-examples .p-2 {
  padding: 0.5rem !important;
}
#video-examples .p-3 {
  padding: 1rem !important;
}
#video-examples .p-4 {
  padding: 1.5rem !important;
}
#video-examples .p-5 {
  padding: 3rem !important;
}
#video-examples .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#video-examples .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
#video-examples .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
#video-examples .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
#video-examples .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
#video-examples .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
#video-examples .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#video-examples .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
#video-examples .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
#video-examples .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
#video-examples .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
#video-examples .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
#video-examples .pt-0 {
  padding-top: 0 !important;
}
#video-examples .pt-1 {
  padding-top: 0.25rem !important;
}
#video-examples .pt-2 {
  padding-top: 0.5rem !important;
}
#video-examples .pt-3 {
  padding-top: 1rem !important;
}
#video-examples .pt-4 {
  padding-top: 1.5rem !important;
}
#video-examples .pt-5 {
  padding-top: 3rem !important;
}
#video-examples .pe-0 {
  padding-right: 0 !important;
}
#video-examples .pe-1 {
  padding-right: 0.25rem !important;
}
#video-examples .pe-2 {
  padding-right: 0.5rem !important;
}
#video-examples .pe-3 {
  padding-right: 1rem !important;
}
#video-examples .pe-4 {
  padding-right: 1.5rem !important;
}
#video-examples .pe-5 {
  padding-right: 3rem !important;
}
#video-examples .pb-0 {
  padding-bottom: 0 !important;
}
#video-examples .pb-1 {
  padding-bottom: 0.25rem !important;
}
#video-examples .pb-2 {
  padding-bottom: 0.5rem !important;
}
#video-examples .pb-3 {
  padding-bottom: 1rem !important;
}
#video-examples .pb-4 {
  padding-bottom: 1.5rem !important;
}
#video-examples .pb-5 {
  padding-bottom: 3rem !important;
}
#video-examples .ps-0 {
  padding-left: 0 !important;
}
#video-examples .ps-1 {
  padding-left: 0.25rem !important;
}
#video-examples .ps-2 {
  padding-left: 0.5rem !important;
}
#video-examples .ps-3 {
  padding-left: 1rem !important;
}
#video-examples .ps-4 {
  padding-left: 1.5rem !important;
}
#video-examples .ps-5 {
  padding-left: 3rem !important;
}
#video-examples .gap-0 {
  gap: 0 !important;
}
#video-examples .gap-1 {
  gap: 0.25rem !important;
}
#video-examples .gap-2 {
  gap: 0.5rem !important;
}
#video-examples .gap-3 {
  gap: 1rem !important;
}
#video-examples .gap-4 {
  gap: 1.5rem !important;
}
#video-examples .gap-5 {
  gap: 3rem !important;
}
#video-examples .font-monospace {
  font-family: var(--mdb-font-monospace) !important;
}
#video-examples .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
#video-examples .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
#video-examples .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
#video-examples .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
#video-examples .fs-5 {
  font-size: 1.25rem !important;
}
#video-examples .fs-6 {
  font-size: 1rem !important;
}
#video-examples .fst-italic {
  font-style: italic !important;
}
#video-examples .fst-normal {
  font-style: normal !important;
}
#video-examples .fw-light {
  font-weight: 300 !important;
}
#video-examples .fw-lighter {
  font-weight: lighter !important;
}
#video-examples .fw-normal {
  font-weight: 400 !important;
}
#video-examples .fw-bold {
  font-weight: 700 !important;
}
#video-examples .fw-semibold {
  font-weight: 600 !important;
}
#video-examples .fw-bolder {
  font-weight: bolder !important;
}
#video-examples .lh-1 {
  line-height: 1 !important;
}
#video-examples .lh-sm {
  line-height: 1.25 !important;
}
#video-examples .lh-base {
  line-height: 1.6 !important;
}
#video-examples .lh-lg {
  line-height: 2 !important;
}
#video-examples .text-start {
  text-align: left !important;
}
#video-examples .text-end {
  text-align: right !important;
}
#video-examples .text-center {
  text-align: center !important;
}
#video-examples .text-decoration-none {
  text-decoration: none !important;
}
#video-examples .text-decoration-underline {
  text-decoration: underline !important;
}
#video-examples .text-decoration-line-through {
  text-decoration: line-through !important;
}
#video-examples .text-lowercase {
  text-transform: lowercase !important;
}
#video-examples .text-uppercase {
  text-transform: uppercase !important;
}
#video-examples .text-capitalize {
  text-transform: capitalize !important;
}
#video-examples .text-wrap {
  white-space: normal !important;
}
#video-examples .text-nowrap {
  white-space: nowrap !important;
}
#video-examples .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
#video-examples .text-primary {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-primary-rgb), var(--mdb-text-opacity)) !important;
}
#video-examples .text-secondary {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-secondary-rgb), var(--mdb-text-opacity)) !important;
}
#video-examples .text-success {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-success-rgb), var(--mdb-text-opacity)) !important;
}
#video-examples .text-danger {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-danger-rgb), var(--mdb-text-opacity)) !important;
}
#video-examples .text-warning {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-warning-rgb), var(--mdb-text-opacity)) !important;
}
#video-examples .text-info {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-info-rgb), var(--mdb-text-opacity)) !important;
}
#video-examples .text-light {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-light-rgb), var(--mdb-text-opacity)) !important;
}
#video-examples .text-dark {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-dark-rgb), var(--mdb-text-opacity)) !important;
}
#video-examples .text-black {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-black-rgb), var(--mdb-text-opacity)) !important;
}
#video-examples .text-white {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-white-rgb), var(--mdb-text-opacity)) !important;
}
#video-examples .text-body {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-body-color-rgb), var(--mdb-text-opacity)) !important;
}
#video-examples .text-muted {
  --mdb-text-opacity: 1;
  color: #757575 !important;
}
#video-examples .text-black-50 {
  --mdb-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
#video-examples .text-white-50 {
  --mdb-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
#video-examples .text-reset {
  --mdb-text-opacity: 1;
  color: inherit !important;
}
#video-examples .text-opacity-25 {
  --mdb-text-opacity: 0.25;
}
#video-examples .text-opacity-50 {
  --mdb-text-opacity: 0.5;
}
#video-examples .text-opacity-75 {
  --mdb-text-opacity: 0.75;
}
#video-examples .text-opacity-100 {
  --mdb-text-opacity: 1;
}
#video-examples .bg-primary {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-primary-rgb), var(--mdb-bg-opacity)) !important;
}
#video-examples .bg-secondary {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-secondary-rgb), var(--mdb-bg-opacity)) !important;
}
#video-examples .bg-success {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-success-rgb), var(--mdb-bg-opacity)) !important;
}
#video-examples .bg-danger {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-danger-rgb), var(--mdb-bg-opacity)) !important;
}
#video-examples .bg-warning {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-warning-rgb), var(--mdb-bg-opacity)) !important;
}
#video-examples .bg-info {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-info-rgb), var(--mdb-bg-opacity)) !important;
}
#video-examples .bg-light {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-light-rgb), var(--mdb-bg-opacity)) !important;
}
#video-examples .bg-dark {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-dark-rgb), var(--mdb-bg-opacity)) !important;
}
#video-examples .bg-black {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-black-rgb), var(--mdb-bg-opacity)) !important;
}
#video-examples .bg-white {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-white-rgb), var(--mdb-bg-opacity)) !important;
}
#video-examples .bg-body {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-body-bg-rgb), var(--mdb-bg-opacity)) !important;
}
#video-examples .bg-transparent {
  --mdb-bg-opacity: 1;
  background-color: transparent !important;
}
#video-examples .bg-opacity-10 {
  --mdb-bg-opacity: 0.1;
}
#video-examples .bg-opacity-25 {
  --mdb-bg-opacity: 0.25;
}
#video-examples .bg-opacity-50 {
  --mdb-bg-opacity: 0.5;
}
#video-examples .bg-opacity-75 {
  --mdb-bg-opacity: 0.75;
}
#video-examples .bg-opacity-100 {
  --mdb-bg-opacity: 1;
}
#video-examples .bg-gradient {
  background-image: var(--mdb-gradient) !important;
}
#video-examples .user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}
#video-examples .user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}
#video-examples .user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
#video-examples .pe-none {
  pointer-events: none !important;
}
#video-examples .pe-auto {
  pointer-events: auto !important;
}
#video-examples .rounded {
  border-radius: var(--mdb-border-radius) !important;
}
#video-examples .rounded-0 {
  border-radius: 0 !important;
}
#video-examples .rounded-1 {
  border-radius: var(--mdb-border-radius-sm) !important;
}
#video-examples .rounded-2 {
  border-radius: var(--mdb-border-radius) !important;
}
#video-examples .rounded-3 {
  border-radius: var(--mdb-border-radius-lg) !important;
}
#video-examples .rounded-4 {
  border-radius: 0.375rem !important;
}
#video-examples .rounded-5 {
  border-radius: 0.5rem !important;
}
#video-examples .rounded-circle {
  border-radius: 50% !important;
}
#video-examples .rounded-pill {
  border-radius: var(--mdb-border-radius-pill) !important;
}
#video-examples .rounded-6 {
  border-radius: 0.75rem !important;
}
#video-examples .rounded-7 {
  border-radius: 1rem !important;
}
#video-examples .rounded-8 {
  border-radius: 1.25rem !important;
}
#video-examples .rounded-9 {
  border-radius: 1.5rem !important;
}
#video-examples .rounded-top {
  border-top-left-radius: var(--mdb-border-radius) !important;
  border-top-right-radius: var(--mdb-border-radius) !important;
}
#video-examples .rounded-end {
  border-top-right-radius: var(--mdb-border-radius) !important;
  border-bottom-right-radius: var(--mdb-border-radius) !important;
}
#video-examples .rounded-bottom {
  border-bottom-right-radius: var(--mdb-border-radius) !important;
  border-bottom-left-radius: var(--mdb-border-radius) !important;
}
#video-examples .rounded-start {
  border-bottom-left-radius: var(--mdb-border-radius) !important;
  border-top-left-radius: var(--mdb-border-radius) !important;
}
#video-examples .visible {
  visibility: visible !important;
}
#video-examples .invisible {
  visibility: hidden !important;
}
#video-examples .ls-tighter {
  letter-spacing: -0.05em !important;
}
#video-examples .ls-tight {
  letter-spacing: -0.025em !important;
}
#video-examples .ls-normal {
  letter-spacing: 0em !important;
}
#video-examples .ls-wide {
  letter-spacing: 0.025em !important;
}
#video-examples .ls-wider {
  letter-spacing: 0.05em !important;
}
#video-examples .ls-widest {
  letter-spacing: 0.1em !important;
}
#video-examples .object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
#video-examples .object-top {
  -o-object-position: top !important;
     object-position: top !important;
}
#video-examples .object-center {
  -o-object-position: center !important;
     object-position: center !important;
}
#video-examples .object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}
@media (min-width: 576px) {
  #video-examples .float-sm-start {
    float: left !important;
  }
  #video-examples .float-sm-end {
    float: right !important;
  }
  #video-examples .float-sm-none {
    float: none !important;
  }
  #video-examples .d-sm-inline {
    display: inline !important;
  }
  #video-examples .d-sm-inline-block {
    display: inline-block !important;
  }
  #video-examples .d-sm-block {
    display: block !important;
  }
  #video-examples .d-sm-grid {
    display: grid !important;
  }
  #video-examples .d-sm-table {
    display: table !important;
  }
  #video-examples .d-sm-table-row {
    display: table-row !important;
  }
  #video-examples .d-sm-table-cell {
    display: table-cell !important;
  }
  #video-examples .d-sm-flex {
    display: flex !important;
  }
  #video-examples .d-sm-inline-flex {
    display: inline-flex !important;
  }
  #video-examples .d-sm-none {
    display: none !important;
  }
  #video-examples .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  #video-examples .flex-sm-row {
    flex-direction: row !important;
  }
  #video-examples .flex-sm-column {
    flex-direction: column !important;
  }
  #video-examples .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  #video-examples .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  #video-examples .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  #video-examples .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  #video-examples .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  #video-examples .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  #video-examples .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  #video-examples .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  #video-examples .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  #video-examples .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  #video-examples .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  #video-examples .justify-content-sm-center {
    justify-content: center !important;
  }
  #video-examples .justify-content-sm-between {
    justify-content: space-between !important;
  }
  #video-examples .justify-content-sm-around {
    justify-content: space-around !important;
  }
  #video-examples .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  #video-examples .align-items-sm-start {
    align-items: flex-start !important;
  }
  #video-examples .align-items-sm-end {
    align-items: flex-end !important;
  }
  #video-examples .align-items-sm-center {
    align-items: center !important;
  }
  #video-examples .align-items-sm-baseline {
    align-items: baseline !important;
  }
  #video-examples .align-items-sm-stretch {
    align-items: stretch !important;
  }
  #video-examples .align-content-sm-start {
    align-content: flex-start !important;
  }
  #video-examples .align-content-sm-end {
    align-content: flex-end !important;
  }
  #video-examples .align-content-sm-center {
    align-content: center !important;
  }
  #video-examples .align-content-sm-between {
    align-content: space-between !important;
  }
  #video-examples .align-content-sm-around {
    align-content: space-around !important;
  }
  #video-examples .align-content-sm-stretch {
    align-content: stretch !important;
  }
  #video-examples .align-self-sm-auto {
    align-self: auto !important;
  }
  #video-examples .align-self-sm-start {
    align-self: flex-start !important;
  }
  #video-examples .align-self-sm-end {
    align-self: flex-end !important;
  }
  #video-examples .align-self-sm-center {
    align-self: center !important;
  }
  #video-examples .align-self-sm-baseline {
    align-self: baseline !important;
  }
  #video-examples .align-self-sm-stretch {
    align-self: stretch !important;
  }
  #video-examples .order-sm-first {
    order: -1 !important;
  }
  #video-examples .order-sm-0 {
    order: 0 !important;
  }
  #video-examples .order-sm-1 {
    order: 1 !important;
  }
  #video-examples .order-sm-2 {
    order: 2 !important;
  }
  #video-examples .order-sm-3 {
    order: 3 !important;
  }
  #video-examples .order-sm-4 {
    order: 4 !important;
  }
  #video-examples .order-sm-5 {
    order: 5 !important;
  }
  #video-examples .order-sm-last {
    order: 6 !important;
  }
  #video-examples .m-sm-0 {
    margin: 0 !important;
  }
  #video-examples .m-sm-1 {
    margin: 0.25rem !important;
  }
  #video-examples .m-sm-2 {
    margin: 0.5rem !important;
  }
  #video-examples .m-sm-3 {
    margin: 1rem !important;
  }
  #video-examples .m-sm-4 {
    margin: 1.5rem !important;
  }
  #video-examples .m-sm-5 {
    margin: 3rem !important;
  }
  #video-examples .m-sm-auto {
    margin: auto !important;
  }
  #video-examples .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #video-examples .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  #video-examples .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  #video-examples .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  #video-examples .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  #video-examples .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  #video-examples .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  #video-examples .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #video-examples .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  #video-examples .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  #video-examples .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #video-examples .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  #video-examples .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  #video-examples .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  #video-examples .mt-sm-0 {
    margin-top: 0 !important;
  }
  #video-examples .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  #video-examples .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  #video-examples .mt-sm-3 {
    margin-top: 1rem !important;
  }
  #video-examples .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  #video-examples .mt-sm-5 {
    margin-top: 3rem !important;
  }
  #video-examples .mt-sm-auto {
    margin-top: auto !important;
  }
  #video-examples .me-sm-0 {
    margin-right: 0 !important;
  }
  #video-examples .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  #video-examples .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  #video-examples .me-sm-3 {
    margin-right: 1rem !important;
  }
  #video-examples .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  #video-examples .me-sm-5 {
    margin-right: 3rem !important;
  }
  #video-examples .me-sm-auto {
    margin-right: auto !important;
  }
  #video-examples .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  #video-examples .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  #video-examples .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  #video-examples .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  #video-examples .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  #video-examples .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  #video-examples .mb-sm-auto {
    margin-bottom: auto !important;
  }
  #video-examples .mb-sm-6 {
    margin-bottom: 3.5rem !important;
  }
  #video-examples .mb-sm-7 {
    margin-bottom: 4rem !important;
  }
  #video-examples .mb-sm-8 {
    margin-bottom: 5rem !important;
  }
  #video-examples .mb-sm-9 {
    margin-bottom: 6rem !important;
  }
  #video-examples .mb-sm-10 {
    margin-bottom: 8rem !important;
  }
  #video-examples .mb-sm-11 {
    margin-bottom: 10rem !important;
  }
  #video-examples .mb-sm-12 {
    margin-bottom: 12rem !important;
  }
  #video-examples .mb-sm-13 {
    margin-bottom: 14rem !important;
  }
  #video-examples .mb-sm-14 {
    margin-bottom: 16rem !important;
  }
  #video-examples .ms-sm-0 {
    margin-left: 0 !important;
  }
  #video-examples .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  #video-examples .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  #video-examples .ms-sm-3 {
    margin-left: 1rem !important;
  }
  #video-examples .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  #video-examples .ms-sm-5 {
    margin-left: 3rem !important;
  }
  #video-examples .ms-sm-auto {
    margin-left: auto !important;
  }
  #video-examples .m-sm-n1 {
    margin: -0.25rem !important;
  }
  #video-examples .m-sm-n2 {
    margin: -0.5rem !important;
  }
  #video-examples .m-sm-n3 {
    margin: -1rem !important;
  }
  #video-examples .m-sm-n4 {
    margin: -1.5rem !important;
  }
  #video-examples .m-sm-n5 {
    margin: -3rem !important;
  }
  #video-examples .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  #video-examples .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  #video-examples .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  #video-examples .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  #video-examples .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  #video-examples .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  #video-examples .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  #video-examples .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  #video-examples .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  #video-examples .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  #video-examples .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  #video-examples .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  #video-examples .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  #video-examples .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  #video-examples .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  #video-examples .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  #video-examples .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  #video-examples .me-sm-n3 {
    margin-right: -1rem !important;
  }
  #video-examples .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  #video-examples .me-sm-n5 {
    margin-right: -3rem !important;
  }
  #video-examples .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  #video-examples .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  #video-examples .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  #video-examples .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  #video-examples .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  #video-examples .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  #video-examples .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  #video-examples .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  #video-examples .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  #video-examples .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  #video-examples .p-sm-0 {
    padding: 0 !important;
  }
  #video-examples .p-sm-1 {
    padding: 0.25rem !important;
  }
  #video-examples .p-sm-2 {
    padding: 0.5rem !important;
  }
  #video-examples .p-sm-3 {
    padding: 1rem !important;
  }
  #video-examples .p-sm-4 {
    padding: 1.5rem !important;
  }
  #video-examples .p-sm-5 {
    padding: 3rem !important;
  }
  #video-examples .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #video-examples .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  #video-examples .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  #video-examples .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  #video-examples .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  #video-examples .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  #video-examples .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #video-examples .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  #video-examples .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  #video-examples .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #video-examples .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  #video-examples .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  #video-examples .pt-sm-0 {
    padding-top: 0 !important;
  }
  #video-examples .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  #video-examples .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  #video-examples .pt-sm-3 {
    padding-top: 1rem !important;
  }
  #video-examples .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  #video-examples .pt-sm-5 {
    padding-top: 3rem !important;
  }
  #video-examples .pe-sm-0 {
    padding-right: 0 !important;
  }
  #video-examples .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  #video-examples .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  #video-examples .pe-sm-3 {
    padding-right: 1rem !important;
  }
  #video-examples .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  #video-examples .pe-sm-5 {
    padding-right: 3rem !important;
  }
  #video-examples .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  #video-examples .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  #video-examples .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  #video-examples .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  #video-examples .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  #video-examples .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  #video-examples .ps-sm-0 {
    padding-left: 0 !important;
  }
  #video-examples .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  #video-examples .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  #video-examples .ps-sm-3 {
    padding-left: 1rem !important;
  }
  #video-examples .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  #video-examples .ps-sm-5 {
    padding-left: 3rem !important;
  }
  #video-examples .gap-sm-0 {
    gap: 0 !important;
  }
  #video-examples .gap-sm-1 {
    gap: 0.25rem !important;
  }
  #video-examples .gap-sm-2 {
    gap: 0.5rem !important;
  }
  #video-examples .gap-sm-3 {
    gap: 1rem !important;
  }
  #video-examples .gap-sm-4 {
    gap: 1.5rem !important;
  }
  #video-examples .gap-sm-5 {
    gap: 3rem !important;
  }
  #video-examples .text-sm-start {
    text-align: left !important;
  }
  #video-examples .text-sm-end {
    text-align: right !important;
  }
  #video-examples .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  #video-examples .float-md-start {
    float: left !important;
  }
  #video-examples .float-md-end {
    float: right !important;
  }
  #video-examples .float-md-none {
    float: none !important;
  }
  #video-examples .d-md-inline {
    display: inline !important;
  }
  #video-examples .d-md-inline-block {
    display: inline-block !important;
  }
  #video-examples .d-md-block {
    display: block !important;
  }
  #video-examples .d-md-grid {
    display: grid !important;
  }
  #video-examples .d-md-table {
    display: table !important;
  }
  #video-examples .d-md-table-row {
    display: table-row !important;
  }
  #video-examples .d-md-table-cell {
    display: table-cell !important;
  }
  #video-examples .d-md-flex {
    display: flex !important;
  }
  #video-examples .d-md-inline-flex {
    display: inline-flex !important;
  }
  #video-examples .d-md-none {
    display: none !important;
  }
  #video-examples .flex-md-fill {
    flex: 1 1 auto !important;
  }
  #video-examples .flex-md-row {
    flex-direction: row !important;
  }
  #video-examples .flex-md-column {
    flex-direction: column !important;
  }
  #video-examples .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  #video-examples .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  #video-examples .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  #video-examples .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  #video-examples .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  #video-examples .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  #video-examples .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  #video-examples .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  #video-examples .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  #video-examples .justify-content-md-start {
    justify-content: flex-start !important;
  }
  #video-examples .justify-content-md-end {
    justify-content: flex-end !important;
  }
  #video-examples .justify-content-md-center {
    justify-content: center !important;
  }
  #video-examples .justify-content-md-between {
    justify-content: space-between !important;
  }
  #video-examples .justify-content-md-around {
    justify-content: space-around !important;
  }
  #video-examples .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  #video-examples .align-items-md-start {
    align-items: flex-start !important;
  }
  #video-examples .align-items-md-end {
    align-items: flex-end !important;
  }
  #video-examples .align-items-md-center {
    align-items: center !important;
  }
  #video-examples .align-items-md-baseline {
    align-items: baseline !important;
  }
  #video-examples .align-items-md-stretch {
    align-items: stretch !important;
  }
  #video-examples .align-content-md-start {
    align-content: flex-start !important;
  }
  #video-examples .align-content-md-end {
    align-content: flex-end !important;
  }
  #video-examples .align-content-md-center {
    align-content: center !important;
  }
  #video-examples .align-content-md-between {
    align-content: space-between !important;
  }
  #video-examples .align-content-md-around {
    align-content: space-around !important;
  }
  #video-examples .align-content-md-stretch {
    align-content: stretch !important;
  }
  #video-examples .align-self-md-auto {
    align-self: auto !important;
  }
  #video-examples .align-self-md-start {
    align-self: flex-start !important;
  }
  #video-examples .align-self-md-end {
    align-self: flex-end !important;
  }
  #video-examples .align-self-md-center {
    align-self: center !important;
  }
  #video-examples .align-self-md-baseline {
    align-self: baseline !important;
  }
  #video-examples .align-self-md-stretch {
    align-self: stretch !important;
  }
  #video-examples .order-md-first {
    order: -1 !important;
  }
  #video-examples .order-md-0 {
    order: 0 !important;
  }
  #video-examples .order-md-1 {
    order: 1 !important;
  }
  #video-examples .order-md-2 {
    order: 2 !important;
  }
  #video-examples .order-md-3 {
    order: 3 !important;
  }
  #video-examples .order-md-4 {
    order: 4 !important;
  }
  #video-examples .order-md-5 {
    order: 5 !important;
  }
  #video-examples .order-md-last {
    order: 6 !important;
  }
  #video-examples .m-md-0 {
    margin: 0 !important;
  }
  #video-examples .m-md-1 {
    margin: 0.25rem !important;
  }
  #video-examples .m-md-2 {
    margin: 0.5rem !important;
  }
  #video-examples .m-md-3 {
    margin: 1rem !important;
  }
  #video-examples .m-md-4 {
    margin: 1.5rem !important;
  }
  #video-examples .m-md-5 {
    margin: 3rem !important;
  }
  #video-examples .m-md-auto {
    margin: auto !important;
  }
  #video-examples .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #video-examples .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  #video-examples .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  #video-examples .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  #video-examples .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  #video-examples .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  #video-examples .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  #video-examples .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #video-examples .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  #video-examples .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  #video-examples .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #video-examples .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  #video-examples .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  #video-examples .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  #video-examples .mt-md-0 {
    margin-top: 0 !important;
  }
  #video-examples .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  #video-examples .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  #video-examples .mt-md-3 {
    margin-top: 1rem !important;
  }
  #video-examples .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  #video-examples .mt-md-5 {
    margin-top: 3rem !important;
  }
  #video-examples .mt-md-auto {
    margin-top: auto !important;
  }
  #video-examples .me-md-0 {
    margin-right: 0 !important;
  }
  #video-examples .me-md-1 {
    margin-right: 0.25rem !important;
  }
  #video-examples .me-md-2 {
    margin-right: 0.5rem !important;
  }
  #video-examples .me-md-3 {
    margin-right: 1rem !important;
  }
  #video-examples .me-md-4 {
    margin-right: 1.5rem !important;
  }
  #video-examples .me-md-5 {
    margin-right: 3rem !important;
  }
  #video-examples .me-md-auto {
    margin-right: auto !important;
  }
  #video-examples .mb-md-0 {
    margin-bottom: 0 !important;
  }
  #video-examples .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  #video-examples .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  #video-examples .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  #video-examples .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  #video-examples .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  #video-examples .mb-md-auto {
    margin-bottom: auto !important;
  }
  #video-examples .mb-md-6 {
    margin-bottom: 3.5rem !important;
  }
  #video-examples .mb-md-7 {
    margin-bottom: 4rem !important;
  }
  #video-examples .mb-md-8 {
    margin-bottom: 5rem !important;
  }
  #video-examples .mb-md-9 {
    margin-bottom: 6rem !important;
  }
  #video-examples .mb-md-10 {
    margin-bottom: 8rem !important;
  }
  #video-examples .mb-md-11 {
    margin-bottom: 10rem !important;
  }
  #video-examples .mb-md-12 {
    margin-bottom: 12rem !important;
  }
  #video-examples .mb-md-13 {
    margin-bottom: 14rem !important;
  }
  #video-examples .mb-md-14 {
    margin-bottom: 16rem !important;
  }
  #video-examples .ms-md-0 {
    margin-left: 0 !important;
  }
  #video-examples .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  #video-examples .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  #video-examples .ms-md-3 {
    margin-left: 1rem !important;
  }
  #video-examples .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  #video-examples .ms-md-5 {
    margin-left: 3rem !important;
  }
  #video-examples .ms-md-auto {
    margin-left: auto !important;
  }
  #video-examples .m-md-n1 {
    margin: -0.25rem !important;
  }
  #video-examples .m-md-n2 {
    margin: -0.5rem !important;
  }
  #video-examples .m-md-n3 {
    margin: -1rem !important;
  }
  #video-examples .m-md-n4 {
    margin: -1.5rem !important;
  }
  #video-examples .m-md-n5 {
    margin: -3rem !important;
  }
  #video-examples .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  #video-examples .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  #video-examples .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  #video-examples .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  #video-examples .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  #video-examples .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  #video-examples .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  #video-examples .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  #video-examples .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  #video-examples .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  #video-examples .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  #video-examples .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  #video-examples .mt-md-n3 {
    margin-top: -1rem !important;
  }
  #video-examples .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  #video-examples .mt-md-n5 {
    margin-top: -3rem !important;
  }
  #video-examples .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  #video-examples .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  #video-examples .me-md-n3 {
    margin-right: -1rem !important;
  }
  #video-examples .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  #video-examples .me-md-n5 {
    margin-right: -3rem !important;
  }
  #video-examples .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  #video-examples .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  #video-examples .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  #video-examples .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  #video-examples .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  #video-examples .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  #video-examples .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  #video-examples .ms-md-n3 {
    margin-left: -1rem !important;
  }
  #video-examples .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  #video-examples .ms-md-n5 {
    margin-left: -3rem !important;
  }
  #video-examples .p-md-0 {
    padding: 0 !important;
  }
  #video-examples .p-md-1 {
    padding: 0.25rem !important;
  }
  #video-examples .p-md-2 {
    padding: 0.5rem !important;
  }
  #video-examples .p-md-3 {
    padding: 1rem !important;
  }
  #video-examples .p-md-4 {
    padding: 1.5rem !important;
  }
  #video-examples .p-md-5 {
    padding: 3rem !important;
  }
  #video-examples .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #video-examples .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  #video-examples .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  #video-examples .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  #video-examples .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  #video-examples .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  #video-examples .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #video-examples .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  #video-examples .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  #video-examples .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #video-examples .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  #video-examples .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  #video-examples .pt-md-0 {
    padding-top: 0 !important;
  }
  #video-examples .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  #video-examples .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  #video-examples .pt-md-3 {
    padding-top: 1rem !important;
  }
  #video-examples .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  #video-examples .pt-md-5 {
    padding-top: 3rem !important;
  }
  #video-examples .pe-md-0 {
    padding-right: 0 !important;
  }
  #video-examples .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  #video-examples .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  #video-examples .pe-md-3 {
    padding-right: 1rem !important;
  }
  #video-examples .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  #video-examples .pe-md-5 {
    padding-right: 3rem !important;
  }
  #video-examples .pb-md-0 {
    padding-bottom: 0 !important;
  }
  #video-examples .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  #video-examples .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  #video-examples .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  #video-examples .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  #video-examples .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  #video-examples .ps-md-0 {
    padding-left: 0 !important;
  }
  #video-examples .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  #video-examples .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  #video-examples .ps-md-3 {
    padding-left: 1rem !important;
  }
  #video-examples .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  #video-examples .ps-md-5 {
    padding-left: 3rem !important;
  }
  #video-examples .gap-md-0 {
    gap: 0 !important;
  }
  #video-examples .gap-md-1 {
    gap: 0.25rem !important;
  }
  #video-examples .gap-md-2 {
    gap: 0.5rem !important;
  }
  #video-examples .gap-md-3 {
    gap: 1rem !important;
  }
  #video-examples .gap-md-4 {
    gap: 1.5rem !important;
  }
  #video-examples .gap-md-5 {
    gap: 3rem !important;
  }
  #video-examples .text-md-start {
    text-align: left !important;
  }
  #video-examples .text-md-end {
    text-align: right !important;
  }
  #video-examples .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  #video-examples .float-lg-start {
    float: left !important;
  }
  #video-examples .float-lg-end {
    float: right !important;
  }
  #video-examples .float-lg-none {
    float: none !important;
  }
  #video-examples .d-lg-inline {
    display: inline !important;
  }
  #video-examples .d-lg-inline-block {
    display: inline-block !important;
  }
  #video-examples .d-lg-block {
    display: block !important;
  }
  #video-examples .d-lg-grid {
    display: grid !important;
  }
  #video-examples .d-lg-table {
    display: table !important;
  }
  #video-examples .d-lg-table-row {
    display: table-row !important;
  }
  #video-examples .d-lg-table-cell {
    display: table-cell !important;
  }
  #video-examples .d-lg-flex {
    display: flex !important;
  }
  #video-examples .d-lg-inline-flex {
    display: inline-flex !important;
  }
  #video-examples .d-lg-none {
    display: none !important;
  }
  #video-examples .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  #video-examples .flex-lg-row {
    flex-direction: row !important;
  }
  #video-examples .flex-lg-column {
    flex-direction: column !important;
  }
  #video-examples .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  #video-examples .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  #video-examples .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  #video-examples .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  #video-examples .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  #video-examples .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  #video-examples .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  #video-examples .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  #video-examples .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  #video-examples .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  #video-examples .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  #video-examples .justify-content-lg-center {
    justify-content: center !important;
  }
  #video-examples .justify-content-lg-between {
    justify-content: space-between !important;
  }
  #video-examples .justify-content-lg-around {
    justify-content: space-around !important;
  }
  #video-examples .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  #video-examples .align-items-lg-start {
    align-items: flex-start !important;
  }
  #video-examples .align-items-lg-end {
    align-items: flex-end !important;
  }
  #video-examples .align-items-lg-center {
    align-items: center !important;
  }
  #video-examples .align-items-lg-baseline {
    align-items: baseline !important;
  }
  #video-examples .align-items-lg-stretch {
    align-items: stretch !important;
  }
  #video-examples .align-content-lg-start {
    align-content: flex-start !important;
  }
  #video-examples .align-content-lg-end {
    align-content: flex-end !important;
  }
  #video-examples .align-content-lg-center {
    align-content: center !important;
  }
  #video-examples .align-content-lg-between {
    align-content: space-between !important;
  }
  #video-examples .align-content-lg-around {
    align-content: space-around !important;
  }
  #video-examples .align-content-lg-stretch {
    align-content: stretch !important;
  }
  #video-examples .align-self-lg-auto {
    align-self: auto !important;
  }
  #video-examples .align-self-lg-start {
    align-self: flex-start !important;
  }
  #video-examples .align-self-lg-end {
    align-self: flex-end !important;
  }
  #video-examples .align-self-lg-center {
    align-self: center !important;
  }
  #video-examples .align-self-lg-baseline {
    align-self: baseline !important;
  }
  #video-examples .align-self-lg-stretch {
    align-self: stretch !important;
  }
  #video-examples .order-lg-first {
    order: -1 !important;
  }
  #video-examples .order-lg-0 {
    order: 0 !important;
  }
  #video-examples .order-lg-1 {
    order: 1 !important;
  }
  #video-examples .order-lg-2 {
    order: 2 !important;
  }
  #video-examples .order-lg-3 {
    order: 3 !important;
  }
  #video-examples .order-lg-4 {
    order: 4 !important;
  }
  #video-examples .order-lg-5 {
    order: 5 !important;
  }
  #video-examples .order-lg-last {
    order: 6 !important;
  }
  #video-examples .m-lg-0 {
    margin: 0 !important;
  }
  #video-examples .m-lg-1 {
    margin: 0.25rem !important;
  }
  #video-examples .m-lg-2 {
    margin: 0.5rem !important;
  }
  #video-examples .m-lg-3 {
    margin: 1rem !important;
  }
  #video-examples .m-lg-4 {
    margin: 1.5rem !important;
  }
  #video-examples .m-lg-5 {
    margin: 3rem !important;
  }
  #video-examples .m-lg-auto {
    margin: auto !important;
  }
  #video-examples .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #video-examples .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  #video-examples .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  #video-examples .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  #video-examples .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  #video-examples .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  #video-examples .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  #video-examples .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #video-examples .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  #video-examples .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  #video-examples .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #video-examples .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  #video-examples .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  #video-examples .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  #video-examples .mt-lg-0 {
    margin-top: 0 !important;
  }
  #video-examples .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  #video-examples .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  #video-examples .mt-lg-3 {
    margin-top: 1rem !important;
  }
  #video-examples .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  #video-examples .mt-lg-5 {
    margin-top: 3rem !important;
  }
  #video-examples .mt-lg-auto {
    margin-top: auto !important;
  }
  #video-examples .me-lg-0 {
    margin-right: 0 !important;
  }
  #video-examples .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  #video-examples .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  #video-examples .me-lg-3 {
    margin-right: 1rem !important;
  }
  #video-examples .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  #video-examples .me-lg-5 {
    margin-right: 3rem !important;
  }
  #video-examples .me-lg-auto {
    margin-right: auto !important;
  }
  #video-examples .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  #video-examples .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  #video-examples .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  #video-examples .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  #video-examples .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  #video-examples .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  #video-examples .mb-lg-auto {
    margin-bottom: auto !important;
  }
  #video-examples .mb-lg-6 {
    margin-bottom: 3.5rem !important;
  }
  #video-examples .mb-lg-7 {
    margin-bottom: 4rem !important;
  }
  #video-examples .mb-lg-8 {
    margin-bottom: 5rem !important;
  }
  #video-examples .mb-lg-9 {
    margin-bottom: 6rem !important;
  }
  #video-examples .mb-lg-10 {
    margin-bottom: 8rem !important;
  }
  #video-examples .mb-lg-11 {
    margin-bottom: 10rem !important;
  }
  #video-examples .mb-lg-12 {
    margin-bottom: 12rem !important;
  }
  #video-examples .mb-lg-13 {
    margin-bottom: 14rem !important;
  }
  #video-examples .mb-lg-14 {
    margin-bottom: 16rem !important;
  }
  #video-examples .ms-lg-0 {
    margin-left: 0 !important;
  }
  #video-examples .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  #video-examples .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  #video-examples .ms-lg-3 {
    margin-left: 1rem !important;
  }
  #video-examples .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  #video-examples .ms-lg-5 {
    margin-left: 3rem !important;
  }
  #video-examples .ms-lg-auto {
    margin-left: auto !important;
  }
  #video-examples .m-lg-n1 {
    margin: -0.25rem !important;
  }
  #video-examples .m-lg-n2 {
    margin: -0.5rem !important;
  }
  #video-examples .m-lg-n3 {
    margin: -1rem !important;
  }
  #video-examples .m-lg-n4 {
    margin: -1.5rem !important;
  }
  #video-examples .m-lg-n5 {
    margin: -3rem !important;
  }
  #video-examples .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  #video-examples .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  #video-examples .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  #video-examples .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  #video-examples .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  #video-examples .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  #video-examples .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  #video-examples .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  #video-examples .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  #video-examples .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  #video-examples .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  #video-examples .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  #video-examples .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  #video-examples .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  #video-examples .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  #video-examples .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  #video-examples .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  #video-examples .me-lg-n3 {
    margin-right: -1rem !important;
  }
  #video-examples .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  #video-examples .me-lg-n5 {
    margin-right: -3rem !important;
  }
  #video-examples .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  #video-examples .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  #video-examples .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  #video-examples .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  #video-examples .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  #video-examples .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  #video-examples .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  #video-examples .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  #video-examples .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  #video-examples .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  #video-examples .p-lg-0 {
    padding: 0 !important;
  }
  #video-examples .p-lg-1 {
    padding: 0.25rem !important;
  }
  #video-examples .p-lg-2 {
    padding: 0.5rem !important;
  }
  #video-examples .p-lg-3 {
    padding: 1rem !important;
  }
  #video-examples .p-lg-4 {
    padding: 1.5rem !important;
  }
  #video-examples .p-lg-5 {
    padding: 3rem !important;
  }
  #video-examples .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #video-examples .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  #video-examples .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  #video-examples .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  #video-examples .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  #video-examples .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  #video-examples .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #video-examples .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  #video-examples .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  #video-examples .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #video-examples .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  #video-examples .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  #video-examples .pt-lg-0 {
    padding-top: 0 !important;
  }
  #video-examples .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  #video-examples .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  #video-examples .pt-lg-3 {
    padding-top: 1rem !important;
  }
  #video-examples .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  #video-examples .pt-lg-5 {
    padding-top: 3rem !important;
  }
  #video-examples .pe-lg-0 {
    padding-right: 0 !important;
  }
  #video-examples .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  #video-examples .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  #video-examples .pe-lg-3 {
    padding-right: 1rem !important;
  }
  #video-examples .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  #video-examples .pe-lg-5 {
    padding-right: 3rem !important;
  }
  #video-examples .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  #video-examples .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  #video-examples .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  #video-examples .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  #video-examples .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  #video-examples .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  #video-examples .ps-lg-0 {
    padding-left: 0 !important;
  }
  #video-examples .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  #video-examples .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  #video-examples .ps-lg-3 {
    padding-left: 1rem !important;
  }
  #video-examples .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  #video-examples .ps-lg-5 {
    padding-left: 3rem !important;
  }
  #video-examples .gap-lg-0 {
    gap: 0 !important;
  }
  #video-examples .gap-lg-1 {
    gap: 0.25rem !important;
  }
  #video-examples .gap-lg-2 {
    gap: 0.5rem !important;
  }
  #video-examples .gap-lg-3 {
    gap: 1rem !important;
  }
  #video-examples .gap-lg-4 {
    gap: 1.5rem !important;
  }
  #video-examples .gap-lg-5 {
    gap: 3rem !important;
  }
  #video-examples .text-lg-start {
    text-align: left !important;
  }
  #video-examples .text-lg-end {
    text-align: right !important;
  }
  #video-examples .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  #video-examples .float-xl-start {
    float: left !important;
  }
  #video-examples .float-xl-end {
    float: right !important;
  }
  #video-examples .float-xl-none {
    float: none !important;
  }
  #video-examples .d-xl-inline {
    display: inline !important;
  }
  #video-examples .d-xl-inline-block {
    display: inline-block !important;
  }
  #video-examples .d-xl-block {
    display: block !important;
  }
  #video-examples .d-xl-grid {
    display: grid !important;
  }
  #video-examples .d-xl-table {
    display: table !important;
  }
  #video-examples .d-xl-table-row {
    display: table-row !important;
  }
  #video-examples .d-xl-table-cell {
    display: table-cell !important;
  }
  #video-examples .d-xl-flex {
    display: flex !important;
  }
  #video-examples .d-xl-inline-flex {
    display: inline-flex !important;
  }
  #video-examples .d-xl-none {
    display: none !important;
  }
  #video-examples .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  #video-examples .flex-xl-row {
    flex-direction: row !important;
  }
  #video-examples .flex-xl-column {
    flex-direction: column !important;
  }
  #video-examples .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  #video-examples .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  #video-examples .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  #video-examples .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  #video-examples .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  #video-examples .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  #video-examples .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  #video-examples .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  #video-examples .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  #video-examples .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  #video-examples .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  #video-examples .justify-content-xl-center {
    justify-content: center !important;
  }
  #video-examples .justify-content-xl-between {
    justify-content: space-between !important;
  }
  #video-examples .justify-content-xl-around {
    justify-content: space-around !important;
  }
  #video-examples .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  #video-examples .align-items-xl-start {
    align-items: flex-start !important;
  }
  #video-examples .align-items-xl-end {
    align-items: flex-end !important;
  }
  #video-examples .align-items-xl-center {
    align-items: center !important;
  }
  #video-examples .align-items-xl-baseline {
    align-items: baseline !important;
  }
  #video-examples .align-items-xl-stretch {
    align-items: stretch !important;
  }
  #video-examples .align-content-xl-start {
    align-content: flex-start !important;
  }
  #video-examples .align-content-xl-end {
    align-content: flex-end !important;
  }
  #video-examples .align-content-xl-center {
    align-content: center !important;
  }
  #video-examples .align-content-xl-between {
    align-content: space-between !important;
  }
  #video-examples .align-content-xl-around {
    align-content: space-around !important;
  }
  #video-examples .align-content-xl-stretch {
    align-content: stretch !important;
  }
  #video-examples .align-self-xl-auto {
    align-self: auto !important;
  }
  #video-examples .align-self-xl-start {
    align-self: flex-start !important;
  }
  #video-examples .align-self-xl-end {
    align-self: flex-end !important;
  }
  #video-examples .align-self-xl-center {
    align-self: center !important;
  }
  #video-examples .align-self-xl-baseline {
    align-self: baseline !important;
  }
  #video-examples .align-self-xl-stretch {
    align-self: stretch !important;
  }
  #video-examples .order-xl-first {
    order: -1 !important;
  }
  #video-examples .order-xl-0 {
    order: 0 !important;
  }
  #video-examples .order-xl-1 {
    order: 1 !important;
  }
  #video-examples .order-xl-2 {
    order: 2 !important;
  }
  #video-examples .order-xl-3 {
    order: 3 !important;
  }
  #video-examples .order-xl-4 {
    order: 4 !important;
  }
  #video-examples .order-xl-5 {
    order: 5 !important;
  }
  #video-examples .order-xl-last {
    order: 6 !important;
  }
  #video-examples .m-xl-0 {
    margin: 0 !important;
  }
  #video-examples .m-xl-1 {
    margin: 0.25rem !important;
  }
  #video-examples .m-xl-2 {
    margin: 0.5rem !important;
  }
  #video-examples .m-xl-3 {
    margin: 1rem !important;
  }
  #video-examples .m-xl-4 {
    margin: 1.5rem !important;
  }
  #video-examples .m-xl-5 {
    margin: 3rem !important;
  }
  #video-examples .m-xl-auto {
    margin: auto !important;
  }
  #video-examples .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #video-examples .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  #video-examples .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  #video-examples .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  #video-examples .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  #video-examples .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  #video-examples .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  #video-examples .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #video-examples .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  #video-examples .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  #video-examples .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #video-examples .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  #video-examples .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  #video-examples .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  #video-examples .mt-xl-0 {
    margin-top: 0 !important;
  }
  #video-examples .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  #video-examples .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  #video-examples .mt-xl-3 {
    margin-top: 1rem !important;
  }
  #video-examples .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  #video-examples .mt-xl-5 {
    margin-top: 3rem !important;
  }
  #video-examples .mt-xl-auto {
    margin-top: auto !important;
  }
  #video-examples .me-xl-0 {
    margin-right: 0 !important;
  }
  #video-examples .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  #video-examples .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  #video-examples .me-xl-3 {
    margin-right: 1rem !important;
  }
  #video-examples .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  #video-examples .me-xl-5 {
    margin-right: 3rem !important;
  }
  #video-examples .me-xl-auto {
    margin-right: auto !important;
  }
  #video-examples .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  #video-examples .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  #video-examples .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  #video-examples .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  #video-examples .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  #video-examples .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  #video-examples .mb-xl-auto {
    margin-bottom: auto !important;
  }
  #video-examples .mb-xl-6 {
    margin-bottom: 3.5rem !important;
  }
  #video-examples .mb-xl-7 {
    margin-bottom: 4rem !important;
  }
  #video-examples .mb-xl-8 {
    margin-bottom: 5rem !important;
  }
  #video-examples .mb-xl-9 {
    margin-bottom: 6rem !important;
  }
  #video-examples .mb-xl-10 {
    margin-bottom: 8rem !important;
  }
  #video-examples .mb-xl-11 {
    margin-bottom: 10rem !important;
  }
  #video-examples .mb-xl-12 {
    margin-bottom: 12rem !important;
  }
  #video-examples .mb-xl-13 {
    margin-bottom: 14rem !important;
  }
  #video-examples .mb-xl-14 {
    margin-bottom: 16rem !important;
  }
  #video-examples .ms-xl-0 {
    margin-left: 0 !important;
  }
  #video-examples .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  #video-examples .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  #video-examples .ms-xl-3 {
    margin-left: 1rem !important;
  }
  #video-examples .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  #video-examples .ms-xl-5 {
    margin-left: 3rem !important;
  }
  #video-examples .ms-xl-auto {
    margin-left: auto !important;
  }
  #video-examples .m-xl-n1 {
    margin: -0.25rem !important;
  }
  #video-examples .m-xl-n2 {
    margin: -0.5rem !important;
  }
  #video-examples .m-xl-n3 {
    margin: -1rem !important;
  }
  #video-examples .m-xl-n4 {
    margin: -1.5rem !important;
  }
  #video-examples .m-xl-n5 {
    margin: -3rem !important;
  }
  #video-examples .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  #video-examples .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  #video-examples .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  #video-examples .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  #video-examples .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  #video-examples .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  #video-examples .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  #video-examples .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  #video-examples .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  #video-examples .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  #video-examples .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  #video-examples .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  #video-examples .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  #video-examples .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  #video-examples .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  #video-examples .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  #video-examples .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  #video-examples .me-xl-n3 {
    margin-right: -1rem !important;
  }
  #video-examples .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  #video-examples .me-xl-n5 {
    margin-right: -3rem !important;
  }
  #video-examples .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  #video-examples .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  #video-examples .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  #video-examples .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  #video-examples .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  #video-examples .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  #video-examples .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  #video-examples .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  #video-examples .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  #video-examples .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  #video-examples .p-xl-0 {
    padding: 0 !important;
  }
  #video-examples .p-xl-1 {
    padding: 0.25rem !important;
  }
  #video-examples .p-xl-2 {
    padding: 0.5rem !important;
  }
  #video-examples .p-xl-3 {
    padding: 1rem !important;
  }
  #video-examples .p-xl-4 {
    padding: 1.5rem !important;
  }
  #video-examples .p-xl-5 {
    padding: 3rem !important;
  }
  #video-examples .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #video-examples .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  #video-examples .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  #video-examples .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  #video-examples .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  #video-examples .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  #video-examples .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #video-examples .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  #video-examples .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  #video-examples .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #video-examples .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  #video-examples .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  #video-examples .pt-xl-0 {
    padding-top: 0 !important;
  }
  #video-examples .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  #video-examples .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  #video-examples .pt-xl-3 {
    padding-top: 1rem !important;
  }
  #video-examples .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  #video-examples .pt-xl-5 {
    padding-top: 3rem !important;
  }
  #video-examples .pe-xl-0 {
    padding-right: 0 !important;
  }
  #video-examples .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  #video-examples .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  #video-examples .pe-xl-3 {
    padding-right: 1rem !important;
  }
  #video-examples .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  #video-examples .pe-xl-5 {
    padding-right: 3rem !important;
  }
  #video-examples .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  #video-examples .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  #video-examples .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  #video-examples .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  #video-examples .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  #video-examples .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  #video-examples .ps-xl-0 {
    padding-left: 0 !important;
  }
  #video-examples .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  #video-examples .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  #video-examples .ps-xl-3 {
    padding-left: 1rem !important;
  }
  #video-examples .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  #video-examples .ps-xl-5 {
    padding-left: 3rem !important;
  }
  #video-examples .gap-xl-0 {
    gap: 0 !important;
  }
  #video-examples .gap-xl-1 {
    gap: 0.25rem !important;
  }
  #video-examples .gap-xl-2 {
    gap: 0.5rem !important;
  }
  #video-examples .gap-xl-3 {
    gap: 1rem !important;
  }
  #video-examples .gap-xl-4 {
    gap: 1.5rem !important;
  }
  #video-examples .gap-xl-5 {
    gap: 3rem !important;
  }
  #video-examples .text-xl-start {
    text-align: left !important;
  }
  #video-examples .text-xl-end {
    text-align: right !important;
  }
  #video-examples .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  #video-examples .float-xxl-start {
    float: left !important;
  }
  #video-examples .float-xxl-end {
    float: right !important;
  }
  #video-examples .float-xxl-none {
    float: none !important;
  }
  #video-examples .d-xxl-inline {
    display: inline !important;
  }
  #video-examples .d-xxl-inline-block {
    display: inline-block !important;
  }
  #video-examples .d-xxl-block {
    display: block !important;
  }
  #video-examples .d-xxl-grid {
    display: grid !important;
  }
  #video-examples .d-xxl-table {
    display: table !important;
  }
  #video-examples .d-xxl-table-row {
    display: table-row !important;
  }
  #video-examples .d-xxl-table-cell {
    display: table-cell !important;
  }
  #video-examples .d-xxl-flex {
    display: flex !important;
  }
  #video-examples .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  #video-examples .d-xxl-none {
    display: none !important;
  }
  #video-examples .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  #video-examples .flex-xxl-row {
    flex-direction: row !important;
  }
  #video-examples .flex-xxl-column {
    flex-direction: column !important;
  }
  #video-examples .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  #video-examples .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  #video-examples .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  #video-examples .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  #video-examples .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  #video-examples .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  #video-examples .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  #video-examples .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  #video-examples .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  #video-examples .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  #video-examples .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  #video-examples .justify-content-xxl-center {
    justify-content: center !important;
  }
  #video-examples .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  #video-examples .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  #video-examples .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  #video-examples .align-items-xxl-start {
    align-items: flex-start !important;
  }
  #video-examples .align-items-xxl-end {
    align-items: flex-end !important;
  }
  #video-examples .align-items-xxl-center {
    align-items: center !important;
  }
  #video-examples .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  #video-examples .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  #video-examples .align-content-xxl-start {
    align-content: flex-start !important;
  }
  #video-examples .align-content-xxl-end {
    align-content: flex-end !important;
  }
  #video-examples .align-content-xxl-center {
    align-content: center !important;
  }
  #video-examples .align-content-xxl-between {
    align-content: space-between !important;
  }
  #video-examples .align-content-xxl-around {
    align-content: space-around !important;
  }
  #video-examples .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  #video-examples .align-self-xxl-auto {
    align-self: auto !important;
  }
  #video-examples .align-self-xxl-start {
    align-self: flex-start !important;
  }
  #video-examples .align-self-xxl-end {
    align-self: flex-end !important;
  }
  #video-examples .align-self-xxl-center {
    align-self: center !important;
  }
  #video-examples .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  #video-examples .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  #video-examples .order-xxl-first {
    order: -1 !important;
  }
  #video-examples .order-xxl-0 {
    order: 0 !important;
  }
  #video-examples .order-xxl-1 {
    order: 1 !important;
  }
  #video-examples .order-xxl-2 {
    order: 2 !important;
  }
  #video-examples .order-xxl-3 {
    order: 3 !important;
  }
  #video-examples .order-xxl-4 {
    order: 4 !important;
  }
  #video-examples .order-xxl-5 {
    order: 5 !important;
  }
  #video-examples .order-xxl-last {
    order: 6 !important;
  }
  #video-examples .m-xxl-0 {
    margin: 0 !important;
  }
  #video-examples .m-xxl-1 {
    margin: 0.25rem !important;
  }
  #video-examples .m-xxl-2 {
    margin: 0.5rem !important;
  }
  #video-examples .m-xxl-3 {
    margin: 1rem !important;
  }
  #video-examples .m-xxl-4 {
    margin: 1.5rem !important;
  }
  #video-examples .m-xxl-5 {
    margin: 3rem !important;
  }
  #video-examples .m-xxl-auto {
    margin: auto !important;
  }
  #video-examples .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #video-examples .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  #video-examples .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  #video-examples .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  #video-examples .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  #video-examples .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  #video-examples .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  #video-examples .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #video-examples .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  #video-examples .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  #video-examples .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #video-examples .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  #video-examples .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  #video-examples .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  #video-examples .mt-xxl-0 {
    margin-top: 0 !important;
  }
  #video-examples .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  #video-examples .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  #video-examples .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  #video-examples .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  #video-examples .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  #video-examples .mt-xxl-auto {
    margin-top: auto !important;
  }
  #video-examples .me-xxl-0 {
    margin-right: 0 !important;
  }
  #video-examples .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  #video-examples .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  #video-examples .me-xxl-3 {
    margin-right: 1rem !important;
  }
  #video-examples .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  #video-examples .me-xxl-5 {
    margin-right: 3rem !important;
  }
  #video-examples .me-xxl-auto {
    margin-right: auto !important;
  }
  #video-examples .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  #video-examples .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  #video-examples .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  #video-examples .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  #video-examples .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  #video-examples .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  #video-examples .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  #video-examples .mb-xxl-6 {
    margin-bottom: 3.5rem !important;
  }
  #video-examples .mb-xxl-7 {
    margin-bottom: 4rem !important;
  }
  #video-examples .mb-xxl-8 {
    margin-bottom: 5rem !important;
  }
  #video-examples .mb-xxl-9 {
    margin-bottom: 6rem !important;
  }
  #video-examples .mb-xxl-10 {
    margin-bottom: 8rem !important;
  }
  #video-examples .mb-xxl-11 {
    margin-bottom: 10rem !important;
  }
  #video-examples .mb-xxl-12 {
    margin-bottom: 12rem !important;
  }
  #video-examples .mb-xxl-13 {
    margin-bottom: 14rem !important;
  }
  #video-examples .mb-xxl-14 {
    margin-bottom: 16rem !important;
  }
  #video-examples .ms-xxl-0 {
    margin-left: 0 !important;
  }
  #video-examples .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  #video-examples .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  #video-examples .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  #video-examples .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  #video-examples .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  #video-examples .ms-xxl-auto {
    margin-left: auto !important;
  }
  #video-examples .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  #video-examples .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  #video-examples .m-xxl-n3 {
    margin: -1rem !important;
  }
  #video-examples .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  #video-examples .m-xxl-n5 {
    margin: -3rem !important;
  }
  #video-examples .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  #video-examples .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  #video-examples .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  #video-examples .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  #video-examples .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  #video-examples .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  #video-examples .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  #video-examples .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  #video-examples .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  #video-examples .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  #video-examples .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  #video-examples .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  #video-examples .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  #video-examples .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  #video-examples .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  #video-examples .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  #video-examples .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  #video-examples .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  #video-examples .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  #video-examples .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  #video-examples .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  #video-examples .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  #video-examples .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  #video-examples .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  #video-examples .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  #video-examples .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  #video-examples .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  #video-examples .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  #video-examples .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  #video-examples .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  #video-examples .p-xxl-0 {
    padding: 0 !important;
  }
  #video-examples .p-xxl-1 {
    padding: 0.25rem !important;
  }
  #video-examples .p-xxl-2 {
    padding: 0.5rem !important;
  }
  #video-examples .p-xxl-3 {
    padding: 1rem !important;
  }
  #video-examples .p-xxl-4 {
    padding: 1.5rem !important;
  }
  #video-examples .p-xxl-5 {
    padding: 3rem !important;
  }
  #video-examples .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #video-examples .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  #video-examples .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  #video-examples .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  #video-examples .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  #video-examples .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  #video-examples .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #video-examples .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  #video-examples .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  #video-examples .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #video-examples .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  #video-examples .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  #video-examples .pt-xxl-0 {
    padding-top: 0 !important;
  }
  #video-examples .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  #video-examples .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  #video-examples .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  #video-examples .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  #video-examples .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  #video-examples .pe-xxl-0 {
    padding-right: 0 !important;
  }
  #video-examples .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  #video-examples .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  #video-examples .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  #video-examples .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  #video-examples .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  #video-examples .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  #video-examples .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  #video-examples .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  #video-examples .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  #video-examples .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  #video-examples .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  #video-examples .ps-xxl-0 {
    padding-left: 0 !important;
  }
  #video-examples .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  #video-examples .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  #video-examples .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  #video-examples .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  #video-examples .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  #video-examples .gap-xxl-0 {
    gap: 0 !important;
  }
  #video-examples .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  #video-examples .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  #video-examples .gap-xxl-3 {
    gap: 1rem !important;
  }
  #video-examples .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  #video-examples .gap-xxl-5 {
    gap: 3rem !important;
  }
  #video-examples .text-xxl-start {
    text-align: left !important;
  }
  #video-examples .text-xxl-end {
    text-align: right !important;
  }
  #video-examples .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  #video-examples .fs-1 {
    font-size: 2.5rem !important;
  }
  #video-examples .fs-2 {
    font-size: 2rem !important;
  }
  #video-examples .fs-3 {
    font-size: 1.75rem !important;
  }
  #video-examples .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  #video-examples .d-print-inline {
    display: inline !important;
  }
  #video-examples .d-print-inline-block {
    display: inline-block !important;
  }
  #video-examples .d-print-block {
    display: block !important;
  }
  #video-examples .d-print-grid {
    display: grid !important;
  }
  #video-examples .d-print-table {
    display: table !important;
  }
  #video-examples .d-print-table-row {
    display: table-row !important;
  }
  #video-examples .d-print-table-cell {
    display: table-cell !important;
  }
  #video-examples .d-print-flex {
    display: flex !important;
  }
  #video-examples .d-print-inline-flex {
    display: inline-flex !important;
  }
  #video-examples .d-print-none {
    display: none !important;
  }
}
#video-examples .diagonal-fractions {
  font-variant-numeric: diagonal-fractions;
}
#video-examples .bg-super-light {
  --mdb-bg-super-light: #fbfbfb;
  background-color: var(--mdb-bg-super-light);
}
#video-examples .bg-fixed {
  background-attachment: fixed;
}
#video-examples .bg-local {
  background-attachment: local;
}
#video-examples .bg-scroll {
  background-attachment: scroll;
}
#video-examples .overflow-y-scroll {
  overflow-y: scroll;
}
#video-examples .overflow-x-scroll {
  overflow-x: scroll;
}
#video-examples .table-fixed {
  table-layout: fixed;
}
#video-examples .table-auto {
  table-layout: auto;
}
#video-examples .link-primary {
  transition: color 0.15s;
}
#video-examples .link-secondary {
  transition: color 0.15s;
}
#video-examples .link-success {
  transition: color 0.15s;
}
#video-examples .link-danger {
  transition: color 0.15s;
}
#video-examples .link-warning {
  transition: color 0.15s;
}
#video-examples .link-info {
  transition: color 0.15s;
}
#video-examples .link-light {
  transition: color 0.15s;
}
#video-examples .link-dark {
  transition: color 0.15s;
}
#video-examples :root {
  --mdb-font-roboto: "Roboto", sans-serif;
  --mdb-bg-opacity: 1;
}
#video-examples hr:not([size]).hr {
  --mdb-divider-height: 2px;
  --mdb-divider-bg: hsl(0, 0%, 96%);
  --mdb-divider-opacity: 1;
  --mdb-divider-blurry-bg: transparent;
  --mdb-divider-blurry-bg-image: linear-gradient(90deg, transparent, hsl(0, 0%, 40%), transparent);
  --mdb-divider-blurry-height: 1px;
  --mdb-divider-blurry-opacity: 0.25;
  height: var(--mdb-divider-height);
  background-color: var(--mdb-divider-bg);
  opacity: var(--mdb-divider-opacity);
}
#video-examples hr:not([size]).hr.hr-blurry {
  background-color: var(--mdb-divider-blurry-bg);
  background-image: var(--mdb-divider-blurry-bg-image);
  height: var(--mdb-divider-blurry-height);
  opacity: var(--mdb-divider-blurry-opacity);
}
#video-examples hr:not([size]).vr {
  height: auto;
}
#video-examples hr.hr,
#video-examples hr.vr {
  border-top: none !important;
}
#video-examples .vr {
  --mdb-divider-width: 2px;
  --mdb-divider-bg: hsl(0, 0%, 96%);
  --mdb-divider-opacity: 1;
  width: var(--mdb-divider-width);
  background-color: var(--mdb-divider-bg);
  opacity: var(--mdb-divider-opacity);
}
#video-examples .vr-blurry {
  --mdb-divider-blurry-vr-bg-image: linear-gradient(180deg, transparent, hsl(0, 0%, 40%), transparent);
  --mdb-divider-blurry-vr-width: 1px;
  --mdb-divider-blurry-opacity: 0.25;
  background-image: var(--mdb-divider-blurry-vr-bg-image);
  width: var(--mdb-divider-blurry-vr-width);
  opacity: var(--mdb-divider-blurry-opacity);
}
#video-examples a {
  text-decoration: none;
}
#video-examples .note {
  --mdb-note-padding: 10px;
  --mdb-note-border-width: 6px;
  --mdb-note-border-radius: 5px;
  --mdb-note-strong-font-weight: 600;
  padding: var(--mdb-note-padding);
  border-left: var(--mdb-note-border-width) solid;
  border-radius: var(--mdb-note-border-radius);
}
#video-examples .note strong {
  font-weight: var(--mdb-note-strong-font-weight);
}
#video-examples .note-primary {
  background-color: rgb(223, 231, 246);
  border-color: rgb(55, 111, 200);
}
#video-examples .note-secondary {
  background-color: rgb(235, 237, 239);
  border-color: rgb(86, 94, 108);
}
#video-examples .note-success {
  background-color: rgb(214, 240, 224);
  border-color: rgb(19, 150, 71);
}
#video-examples .note-danger {
  background-color: rgb(249, 225, 229);
  border-color: rgb(214, 46, 74);
}
#video-examples .note-warning {
  background-color: rgb(251, 240, 218);
  border-color: rgb(161, 113, 18);
}
#video-examples .note-info {
  background-color: rgb(222, 241, 247);
  border-color: rgb(38, 134, 166);
}
#video-examples .note-light {
  background-color: rgb(245, 245, 245);
  border-color: rgb(140, 140, 140);
}
#video-examples .note-dark {
  background-color: rgb(51, 46, 46);
  border-color: rgb(232, 232, 232);
}
@media (min-width: 1199px) {
  #video-examples .w-responsive {
    width: 75%;
  }
}
#video-examples .bg-primary {
  --mdb--bg-opacity: 1;
  background-color: rgba(59, 113, 202, var(--mdb--bg-opacity));
}
#video-examples .bg-secondary {
  --mdb--bg-opacity: 1;
  background-color: rgba(159, 166, 178, var(--mdb--bg-opacity));
}
#video-examples .bg-success {
  --mdb--bg-opacity: 1;
  background-color: rgba(20, 164, 77, var(--mdb--bg-opacity));
}
#video-examples .bg-danger {
  --mdb--bg-opacity: 1;
  background-color: rgba(220, 76, 100, var(--mdb--bg-opacity));
}
#video-examples .bg-warning {
  --mdb--bg-opacity: 1;
  background-color: rgba(228, 161, 27, var(--mdb--bg-opacity));
}
#video-examples .bg-info {
  --mdb--bg-opacity: 1;
  background-color: rgba(84, 180, 211, var(--mdb--bg-opacity));
}
#video-examples .bg-light {
  --mdb--bg-opacity: 1;
  background-color: rgba(251, 251, 251, var(--mdb--bg-opacity));
}
#video-examples .bg-dark {
  --mdb--bg-opacity: 1;
  background-color: rgba(51, 45, 45, var(--mdb--bg-opacity));
}
#video-examples #mdb-table-flag tr {
  cursor: pointer;
}
#video-examples .mdb-flag-selected {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  max-width: 150px;
  margin: 0 auto;
  margin-top: 10px;
}
#video-examples .mdb-selected-flag-text {
  margin: 0 auto;
  max-width: 150px;
}
#video-examples i.flag:not(.icon) {
  display: inline-block;
  width: 16px;
  height: 11px;
  margin: 0 0.5em 0 0;
  line-height: 11px;
  text-decoration: inherit;
  vertical-align: baseline;
  backface-visibility: hidden;
}
#video-examples i.flag {
  /* Flag Sprite Based On http://www.famfamfam.com/lab/icons/flags/ */
  /*******************************
           Theme Overrides
  *******************************/
}
#video-examples i.flag::before {
  display: inline-block;
  width: 16px;
  height: 11px;
  content: "";
  background: url("https://mdbootstrap.com/img/svg/flags.png") no-repeat -108px -1976px;
}
#video-examples i.flag-ad:before, #video-examples i.flag-andorra:before {
  background-position: 0 0 !important;
}
#video-examples i.flag-ae:before, #video-examples i.flag-united-arab-emirates:before, #video-examples i.flag-uae:before {
  background-position: 0 -26px !important;
}
#video-examples i.flag-af:before, #video-examples i.flag-afghanistan:before {
  background-position: 0 -52px !important;
}
#video-examples i.flag-ag:before, #video-examples i.flag-antigua:before {
  background-position: 0 -78px !important;
}
#video-examples i.flag-ai:before, #video-examples i.flag-anguilla:before {
  background-position: 0 -104px !important;
}
#video-examples i.flag-al:before, #video-examples i.flag-albania:before {
  background-position: 0 -130px !important;
}
#video-examples i.flag-am:before, #video-examples i.flag-armenia:before {
  background-position: 0 -156px !important;
}
#video-examples i.flag-an:before, #video-examples i.flag-netherlands-antilles:before {
  background-position: 0 -182px !important;
}
#video-examples i.flag-ao:before, #video-examples i.flag-angola:before {
  background-position: 0 -208px !important;
}
#video-examples i.flag-ar:before, #video-examples i.flag-argentina:before {
  background-position: 0 -234px !important;
}
#video-examples i.flag-as:before, #video-examples i.flag-american-samoa:before {
  background-position: 0 -260px !important;
}
#video-examples i.flag-at:before, #video-examples i.flag-austria:before {
  background-position: 0 -286px !important;
}
#video-examples i.flag-au:before, #video-examples i.flag-australia:before {
  background-position: 0 -312px !important;
}
#video-examples i.flag-aw:before, #video-examples i.flag-aruba:before {
  background-position: 0 -338px !important;
}
#video-examples i.flag-ax:before, #video-examples i.flag-aland-islands:before {
  background-position: 0 -364px !important;
}
#video-examples i.flag-az:before, #video-examples i.flag-azerbaijan:before {
  background-position: 0 -390px !important;
}
#video-examples i.flag-ba:before, #video-examples i.flag-bosnia:before {
  background-position: 0 -416px !important;
}
#video-examples i.flag-bb:before, #video-examples i.flag-barbados:before {
  background-position: 0 -442px !important;
}
#video-examples i.flag-bd:before, #video-examples i.flag-bangladesh:before {
  background-position: 0 -468px !important;
}
#video-examples i.flag-be:before, #video-examples i.flag-belgium:before {
  background-position: 0 -494px !important;
}
#video-examples i.flag-bf:before, #video-examples i.flag-burkina-faso:before {
  background-position: 0 -520px !important;
}
#video-examples i.flag-bg:before, #video-examples i.flag-bulgaria:before {
  background-position: 0 -546px !important;
}
#video-examples i.flag-bh:before, #video-examples i.flag-bahrain:before {
  background-position: 0 -572px !important;
}
#video-examples i.flag-bi:before, #video-examples i.flag-burundi:before {
  background-position: 0 -598px !important;
}
#video-examples i.flag-bj:before, #video-examples i.flag-benin:before {
  background-position: 0 -624px !important;
}
#video-examples i.flag-bm:before, #video-examples i.flag-bermuda:before {
  background-position: 0 -650px !important;
}
#video-examples i.flag-bn:before, #video-examples i.flag-brunei:before {
  background-position: 0 -676px !important;
}
#video-examples i.flag-bo:before, #video-examples i.flag-bolivia:before {
  background-position: 0 -702px !important;
}
#video-examples i.flag-br:before, #video-examples i.flag-brazil:before {
  background-position: 0 -728px !important;
}
#video-examples i.flag-bs:before, #video-examples i.flag-bahamas:before {
  background-position: 0 -754px !important;
}
#video-examples i.flag-bt:before, #video-examples i.flag-bhutan:before {
  background-position: 0 -780px !important;
}
#video-examples i.flag-bv:before, #video-examples i.flag-bouvet-island:before {
  background-position: 0 -806px !important;
}
#video-examples i.flag-bw:before, #video-examples i.flag-botswana:before {
  background-position: 0 -832px !important;
}
#video-examples i.flag-by:before, #video-examples i.flag-belarus:before {
  background-position: 0 -858px !important;
}
#video-examples i.flag-bz:before, #video-examples i.flag-belize:before {
  background-position: 0 -884px !important;
}
#video-examples i.flag-ca:before, #video-examples i.flag-canada:before {
  background-position: 0 -910px !important;
}
#video-examples i.flag-cc:before, #video-examples i.flag-cocos-islands:before {
  background-position: 0 -962px !important;
}
#video-examples i.flag-cd:before, #video-examples i.flag-congo:before {
  background-position: 0 -988px !important;
}
#video-examples i.flag-cf:before, #video-examples i.flag-central-african-republic:before {
  background-position: 0 -1014px !important;
}
#video-examples i.flag-cg:before, #video-examples i.flag-congo-brazzaville:before {
  background-position: 0 -1040px !important;
}
#video-examples i.flag-ch:before, #video-examples i.flag-switzerland:before {
  background-position: 0 -1066px !important;
}
#video-examples i.flag-ci:before, #video-examples i.flag-cote-divoire:before {
  background-position: 0 -1092px !important;
}
#video-examples i.flag-ck:before, #video-examples i.flag-cook-islands:before {
  background-position: 0 -1118px !important;
}
#video-examples i.flag-cl:before, #video-examples i.flag-chile:before {
  background-position: 0 -1144px !important;
}
#video-examples i.flag-cm:before, #video-examples i.flag-cameroon:before {
  background-position: 0 -1170px !important;
}
#video-examples i.flag-cn:before, #video-examples i.flag-china:before {
  background-position: 0 -1196px !important;
}
#video-examples i.flag-co:before, #video-examples i.flag-colombia:before {
  background-position: 0 -1222px !important;
}
#video-examples i.flag-cr:before, #video-examples i.flag-costa-rica:before {
  background-position: 0 -1248px !important;
}
#video-examples i.flag-cs:before, #video-examples i.flag-serbia:before {
  background-position: 0 -1274px !important;
}
#video-examples i.flag-cu:before, #video-examples i.flag-cuba:before {
  background-position: 0 -1300px !important;
}
#video-examples i.flag-cv:before, #video-examples i.flag-cape-verde:before {
  background-position: 0 -1326px !important;
}
#video-examples i.flag-cx:before, #video-examples i.flag-christmas-island:before {
  background-position: 0 -1352px !important;
}
#video-examples i.flag-cy:before, #video-examples i.flag-cyprus:before {
  background-position: 0 -1378px !important;
}
#video-examples i.flag-cz:before, #video-examples i.flag-czech-republic:before {
  background-position: 0 -1404px !important;
}
#video-examples i.flag-de:before, #video-examples i.flag-germany:before {
  background-position: 0 -1430px !important;
}
#video-examples i.flag-dj:before, #video-examples i.flag-djibouti:before {
  background-position: 0 -1456px !important;
}
#video-examples i.flag-dk:before, #video-examples i.flag-denmark:before {
  background-position: 0 -1482px !important;
}
#video-examples i.flag-dm:before, #video-examples i.flag-dominica:before {
  background-position: 0 -1508px !important;
}
#video-examples i.flag-do:before, #video-examples i.flag-dominican-republic:before {
  background-position: 0 -1534px !important;
}
#video-examples i.flag-dz:before, #video-examples i.flag-algeria:before {
  background-position: 0 -1560px !important;
}
#video-examples i.flag-ec:before, #video-examples i.flag-ecuador:before {
  background-position: 0 -1586px !important;
}
#video-examples i.flag-ee:before, #video-examples i.flag-estonia:before {
  background-position: 0 -1612px !important;
}
#video-examples i.flag-eg:before, #video-examples i.flag-egypt:before {
  background-position: 0 -1638px !important;
}
#video-examples i.flag-eh:before, #video-examples i.flag-western-sahara:before {
  background-position: 0 -1664px !important;
}
#video-examples i.flag-gb-eng:before, #video-examples i.flag-england:before {
  background-position: 0 -1690px !important;
}
#video-examples i.flag-er:before, #video-examples i.flag-eritrea:before {
  background-position: 0 -1716px !important;
}
#video-examples i.flag-es:before, #video-examples i.flag-spain:before {
  background-position: 0 -1742px !important;
}
#video-examples i.flag-et:before, #video-examples i.flag-ethiopia:before {
  background-position: 0 -1768px !important;
}
#video-examples i.flag-eu:before, #video-examples i.flag-european-union:before {
  background-position: 0 -1794px !important;
}
#video-examples i.flag-fi:before, #video-examples i.flag-finland:before {
  background-position: 0 -1846px !important;
}
#video-examples i.flag-fj:before, #video-examples i.flag-fiji:before {
  background-position: 0 -1872px !important;
}
#video-examples i.flag-fk:before, #video-examples i.flag-falkland-islands:before {
  background-position: 0 -1898px !important;
}
#video-examples i.flag-fm:before, #video-examples i.flag-micronesia:before {
  background-position: 0 -1924px !important;
}
#video-examples i.flag-fo:before, #video-examples i.flag-faroe-islands:before {
  background-position: 0 -1950px !important;
}
#video-examples i.flag-fr:before, #video-examples i.flag-france:before {
  background-position: 0 -1976px !important;
}
#video-examples i.flag-ga:before, #video-examples i.flag-gabon:before {
  background-position: -36px 0 !important;
}
#video-examples i.flag-gb:before, #video-examples i.flag-uk:before, #video-examples i.flag-united-kingdom:before {
  background-position: -36px -26px !important;
}
#video-examples i.flag-gd:before, #video-examples i.flag-grenada:before {
  background-position: -36px -52px !important;
}
#video-examples i.flag-ge:before, #video-examples i.flag-georgia:before {
  background-position: -36px -78px !important;
}
#video-examples i.flag-gf:before, #video-examples i.flag-french-guiana:before {
  background-position: -36px -104px !important;
}
#video-examples i.flag-gh:before, #video-examples i.flag-ghana:before {
  background-position: -36px -130px !important;
}
#video-examples i.flag-gi:before, #video-examples i.flag-gibraltar:before {
  background-position: -36px -156px !important;
}
#video-examples i.flag-gl:before, #video-examples i.flag-greenland:before {
  background-position: -36px -182px !important;
}
#video-examples i.flag-gm:before, #video-examples i.flag-gambia:before {
  background-position: -36px -208px !important;
}
#video-examples i.flag-gn:before, #video-examples i.flag-guinea:before {
  background-position: -36px -234px !important;
}
#video-examples i.flag-gp:before, #video-examples i.flag-guadeloupe:before {
  background-position: -36px -260px !important;
}
#video-examples i.flag-gq:before, #video-examples i.flag-equatorial-guinea:before {
  background-position: -36px -286px !important;
}
#video-examples i.flag-gr:before, #video-examples i.flag-greece:before {
  background-position: -36px -312px !important;
}
#video-examples i.flag-gs:before, #video-examples i.flag-sandwich-islands:before {
  background-position: -36px -338px !important;
}
#video-examples i.flag-gt:before, #video-examples i.flag-guatemala:before {
  background-position: -36px -364px !important;
}
#video-examples i.flag-gu:before, #video-examples i.flag-guam:before {
  background-position: -36px -390px !important;
}
#video-examples i.flag-gw:before, #video-examples i.flag-guinea-bissau:before {
  background-position: -36px -416px !important;
}
#video-examples i.flag-gy:before, #video-examples i.flag-guyana:before {
  background-position: -36px -442px !important;
}
#video-examples i.flag-hk:before, #video-examples i.flag-hong-kong:before {
  background-position: -36px -468px !important;
}
#video-examples i.flag-hm:before, #video-examples i.flag-heard-island:before {
  background-position: -36px -494px !important;
}
#video-examples i.flag-hn:before, #video-examples i.flag-honduras:before {
  background-position: -36px -520px !important;
}
#video-examples i.flag-hr:before, #video-examples i.flag-croatia:before {
  background-position: -36px -546px !important;
}
#video-examples i.flag-ht:before, #video-examples i.flag-haiti:before {
  background-position: -36px -572px !important;
}
#video-examples i.flag-hu:before, #video-examples i.flag-hungary:before {
  background-position: -36px -598px !important;
}
#video-examples i.flag-id:before, #video-examples i.flag-indonesia:before {
  background-position: -36px -624px !important;
}
#video-examples i.flag-ie:before, #video-examples i.flag-ireland:before {
  background-position: -36px -650px !important;
}
#video-examples i.flag-il:before, #video-examples i.flag-israel:before {
  background-position: -36px -676px !important;
}
#video-examples i.flag-in:before, #video-examples i.flag-india:before {
  background-position: -36px -702px !important;
}
#video-examples i.flag-io:before, #video-examples i.flag-indian-ocean-territory:before {
  background-position: -36px -728px !important;
}
#video-examples i.flag-iq:before, #video-examples i.flag-iraq:before {
  background-position: -36px -754px !important;
}
#video-examples i.flag-ir:before, #video-examples i.flag-iran:before {
  background-position: -36px -780px !important;
}
#video-examples i.flag-is:before, #video-examples i.flag-iceland:before {
  background-position: -36px -806px !important;
}
#video-examples i.flag-it:before, #video-examples i.flag-italy:before {
  background-position: -36px -832px !important;
}
#video-examples i.flag-jm:before, #video-examples i.flag-jamaica:before {
  background-position: -36px -858px !important;
}
#video-examples i.flag-jo:before, #video-examples i.flag-jordan:before {
  background-position: -36px -884px !important;
}
#video-examples i.flag-jp:before, #video-examples i.flag-japan:before {
  background-position: -36px -910px !important;
}
#video-examples i.flag-ke:before, #video-examples i.flag-kenya:before {
  background-position: -36px -936px !important;
}
#video-examples i.flag-kg:before, #video-examples i.flag-kyrgyzstan:before {
  background-position: -36px -962px !important;
}
#video-examples i.flag-kh:before, #video-examples i.flag-cambodia:before {
  background-position: -36px -988px !important;
}
#video-examples i.flag-ki:before, #video-examples i.flag-kiribati:before {
  background-position: -36px -1014px !important;
}
#video-examples i.flag-km:before, #video-examples i.flag-comoros:before {
  background-position: -36px -1040px !important;
}
#video-examples i.flag-kn:before, #video-examples i.flag-saint-kitts-and-nevis:before {
  background-position: -36px -1066px !important;
}
#video-examples i.flag-kp:before, #video-examples i.flag-north-korea:before {
  background-position: -36px -1092px !important;
}
#video-examples i.flag-kr:before, #video-examples i.flag-south-korea:before {
  background-position: -36px -1118px !important;
}
#video-examples i.flag-kw:before, #video-examples i.flag-kuwait:before {
  background-position: -36px -1144px !important;
}
#video-examples i.flag-ky:before, #video-examples i.flag-cayman-islands:before {
  background-position: -36px -1170px !important;
}
#video-examples i.flag-kz:before, #video-examples i.flag-kazakhstan:before {
  background-position: -36px -1196px !important;
}
#video-examples i.flag-la:before, #video-examples i.flag-laos:before {
  background-position: -36px -1222px !important;
}
#video-examples i.flag-lb:before, #video-examples i.flag-lebanon:before {
  background-position: -36px -1248px !important;
}
#video-examples i.flag-lc:before, #video-examples i.flag-saint-lucia:before {
  background-position: -36px -1274px !important;
}
#video-examples i.flag-li:before, #video-examples i.flag-liechtenstein:before {
  background-position: -36px -1300px !important;
}
#video-examples i.flag-lk:before, #video-examples i.flag-sri-lanka:before {
  background-position: -36px -1326px !important;
}
#video-examples i.flag-lr:before, #video-examples i.flag-liberia:before {
  background-position: -36px -1352px !important;
}
#video-examples i.flag-ls:before, #video-examples i.flag-lesotho:before {
  background-position: -36px -1378px !important;
}
#video-examples i.flag-lt:before, #video-examples i.flag-lithuania:before {
  background-position: -36px -1404px !important;
}
#video-examples i.flag-lu:before, #video-examples i.flag-luxembourg:before {
  background-position: -36px -1430px !important;
}
#video-examples i.flag-lv:before, #video-examples i.flag-latvia:before {
  background-position: -36px -1456px !important;
}
#video-examples i.flag-ly:before, #video-examples i.flag-libya:before {
  background-position: -36px -1482px !important;
}
#video-examples i.flag-ma:before, #video-examples i.flag-morocco:before {
  background-position: -36px -1508px !important;
}
#video-examples i.flag-mc:before, #video-examples i.flag-monaco:before {
  background-position: -36px -1534px !important;
}
#video-examples i.flag-md:before, #video-examples i.flag-moldova:before {
  background-position: -36px -1560px !important;
}
#video-examples i.flag-me:before, #video-examples i.flag-montenegro:before {
  background-position: -36px -1586px !important;
}
#video-examples i.flag-mg:before, #video-examples i.flag-madagascar:before {
  background-position: -36px -1613px !important;
}
#video-examples i.flag-mh:before, #video-examples i.flag-marshall-islands:before {
  background-position: -36px -1639px !important;
}
#video-examples i.flag-mk:before, #video-examples i.flag-macedonia:before {
  background-position: -36px -1665px !important;
}
#video-examples i.flag-ml:before, #video-examples i.flag-mali:before {
  background-position: -36px -1691px !important;
}
#video-examples i.flag-mm:before, #video-examples i.flag-myanmar:before, #video-examples i.flag-burma:before {
  background-position: -73px -1821px !important;
}
#video-examples i.flag-mn:before, #video-examples i.flag-mongolia:before {
  background-position: -36px -1743px !important;
}
#video-examples i.flag-mo:before, #video-examples i.flag-macau:before {
  background-position: -36px -1769px !important;
}
#video-examples i.flag-mp:before, #video-examples i.flag-northern-mariana-islands:before {
  background-position: -36px -1795px !important;
}
#video-examples i.flag-mq:before, #video-examples i.flag-martinique:before {
  background-position: -36px -1821px !important;
}
#video-examples i.flag-mr:before, #video-examples i.flag-mauritania:before {
  background-position: -36px -1847px !important;
}
#video-examples i.flag-ms:before, #video-examples i.flag-montserrat:before {
  background-position: -36px -1873px !important;
}
#video-examples i.flag-mt:before, #video-examples i.flag-malta:before {
  background-position: -36px -1899px !important;
}
#video-examples i.flag-mu:before, #video-examples i.flag-mauritius:before {
  background-position: -36px -1925px !important;
}
#video-examples i.flag-mv:before, #video-examples i.flag-maldives:before {
  background-position: -36px -1951px !important;
}
#video-examples i.flag-mw:before, #video-examples i.flag-malawi:before {
  background-position: -36px -1977px !important;
}
#video-examples i.flag-mx:before, #video-examples i.flag-mexico:before {
  background-position: -72px 0 !important;
}
#video-examples i.flag-my:before, #video-examples i.flag-malaysia:before {
  background-position: -72px -26px !important;
}
#video-examples i.flag-mz:before, #video-examples i.flag-mozambique:before {
  background-position: -72px -52px !important;
}
#video-examples i.flag-na:before, #video-examples i.flag-namibia:before {
  background-position: -72px -78px !important;
}
#video-examples i.flag-nc:before, #video-examples i.flag-new-caledonia:before {
  background-position: -72px -104px !important;
}
#video-examples i.flag-ne:before, #video-examples i.flag-niger:before {
  background-position: -72px -130px !important;
}
#video-examples i.flag-nf:before, #video-examples i.flag-norfolk-island:before {
  background-position: -72px -156px !important;
}
#video-examples i.flag-ng:before, #video-examples i.flag-nigeria:before {
  background-position: -72px -182px !important;
}
#video-examples i.flag-ni:before, #video-examples i.flag-nicaragua:before {
  background-position: -72px -208px !important;
}
#video-examples i.flag-nl:before, #video-examples i.flag-netherlands:before {
  background-position: -72px -234px !important;
}
#video-examples i.flag-no:before, #video-examples i.flag-norway:before {
  background-position: -72px -260px !important;
}
#video-examples i.flag-np:before, #video-examples i.flag-nepal:before {
  background-position: -72px -286px !important;
}
#video-examples i.flag-nr:before, #video-examples i.flag-nauru:before {
  background-position: -72px -312px !important;
}
#video-examples i.flag-nu:before, #video-examples i.flag-niue:before {
  background-position: -72px -338px !important;
}
#video-examples i.flag-nz:before, #video-examples i.flag-new-zealand:before {
  background-position: -72px -364px !important;
}
#video-examples i.flag-om:before, #video-examples i.flag-oman:before {
  background-position: -72px -390px !important;
}
#video-examples i.flag-pa:before, #video-examples i.flag-panama:before {
  background-position: -72px -416px !important;
}
#video-examples i.flag-pe:before, #video-examples i.flag-peru:before {
  background-position: -72px -442px !important;
}
#video-examples i.flag-pf:before, #video-examples i.flag-french-polynesia:before {
  background-position: -72px -468px !important;
}
#video-examples i.flag-pg:before, #video-examples i.flag-new-guinea:before {
  background-position: -72px -494px !important;
}
#video-examples i.flag-ph:before, #video-examples i.flag-philippines:before {
  background-position: -72px -520px !important;
}
#video-examples i.flag-pk:before, #video-examples i.flag-pakistan:before {
  background-position: -72px -546px !important;
}
#video-examples i.flag-pl:before, #video-examples i.flag-poland:before {
  background-position: -72px -572px !important;
}
#video-examples i.flag-pm:before, #video-examples i.flag-saint-pierre:before {
  background-position: -72px -598px !important;
}
#video-examples i.flag-pn:before, #video-examples i.flag-pitcairn-islands:before {
  background-position: -72px -624px !important;
}
#video-examples i.flag-pr:before, #video-examples i.flag-puerto-rico:before {
  background-position: -72px -650px !important;
}
#video-examples i.flag-ps:before, #video-examples i.flag-palestine:before {
  background-position: -72px -676px !important;
}
#video-examples i.flag-pt:before, #video-examples i.flag-portugal:before {
  background-position: -72px -702px !important;
}
#video-examples i.flag-pw:before, #video-examples i.flag-palau:before {
  background-position: -72px -728px !important;
}
#video-examples i.flag-py:before, #video-examples i.flag-paraguay:before {
  background-position: -72px -754px !important;
}
#video-examples i.flag-qa:before, #video-examples i.flag-qatar:before {
  background-position: -72px -780px !important;
}
#video-examples i.flag-re:before, #video-examples i.flag-reunion:before {
  background-position: -72px -806px !important;
}
#video-examples i.flag-ro:before, #video-examples i.flag-romania:before {
  background-position: -72px -832px !important;
}
#video-examples i.flag-rs:before, #video-examples i.flag-serbia:before {
  background-position: -72px -858px !important;
}
#video-examples i.flag-ru:before, #video-examples i.flag-russia:before {
  background-position: -72px -884px !important;
}
#video-examples i.flag-rw:before, #video-examples i.flag-rwanda:before {
  background-position: -72px -910px !important;
}
#video-examples i.flag-sa:before, #video-examples i.flag-saudi-arabia:before {
  background-position: -72px -936px !important;
}
#video-examples i.flag-sb:before, #video-examples i.flag-solomon-islands:before {
  background-position: -72px -962px !important;
}
#video-examples i.flag-sc:before, #video-examples i.flag-seychelles:before {
  background-position: -72px -988px !important;
}
#video-examples i.flag-gb-sct:before, #video-examples i.flag-scotland:before {
  background-position: -72px -1014px !important;
}
#video-examples i.flag-sd:before, #video-examples i.flag-sudan:before {
  background-position: -72px -1040px !important;
}
#video-examples i.flag-se:before, #video-examples i.flag-sweden:before {
  background-position: -72px -1066px !important;
}
#video-examples i.flag-sg:before, #video-examples i.flag-singapore:before {
  background-position: -72px -1092px !important;
}
#video-examples i.flag-sh:before, #video-examples i.flag-saint-helena:before {
  background-position: -72px -1118px !important;
}
#video-examples i.flag-si:before, #video-examples i.flag-slovenia:before {
  background-position: -72px -1144px !important;
}
#video-examples i.flag-sj:before, #video-examples i.flag-svalbard:before, #video-examples i.flag-jan-mayen:before {
  background-position: -72px -1170px !important;
}
#video-examples i.flag-sk:before, #video-examples i.flag-slovakia:before {
  background-position: -72px -1196px !important;
}
#video-examples i.flag-sl:before, #video-examples i.flag-sierra-leone:before {
  background-position: -72px -1222px !important;
}
#video-examples i.flag-sm:before, #video-examples i.flag-san-marino:before {
  background-position: -72px -1248px !important;
}
#video-examples i.flag-sn:before, #video-examples i.flag-senegal:before {
  background-position: -72px -1274px !important;
}
#video-examples i.flag-so:before, #video-examples i.flag-somalia:before {
  background-position: -72px -1300px !important;
}
#video-examples i.flag-sr:before, #video-examples i.flag-suriname:before {
  background-position: -72px -1326px !important;
}
#video-examples i.flag-st:before, #video-examples i.flag-sao-tome:before {
  background-position: -72px -1352px !important;
}
#video-examples i.flag-sv:before, #video-examples i.flag-el-salvador:before {
  background-position: -72px -1378px !important;
}
#video-examples i.flag-sy:before, #video-examples i.flag-syria:before {
  background-position: -72px -1404px !important;
}
#video-examples i.flag-sz:before, #video-examples i.flag-swaziland:before {
  background-position: -72px -1430px !important;
}
#video-examples i.flag-tc:before, #video-examples i.flag-caicos-islands:before {
  background-position: -72px -1456px !important;
}
#video-examples i.flag-td:before, #video-examples i.flag-chad:before {
  background-position: -72px -1482px !important;
}
#video-examples i.flag-tf:before, #video-examples i.flag-french-territories:before {
  background-position: -72px -1508px !important;
}
#video-examples i.flag-tg:before, #video-examples i.flag-togo:before {
  background-position: -72px -1534px !important;
}
#video-examples i.flag-th:before, #video-examples i.flag-thailand:before {
  background-position: -72px -1560px !important;
}
#video-examples i.flag-tj:before, #video-examples i.flag-tajikistan:before {
  background-position: -72px -1586px !important;
}
#video-examples i.flag-tk:before, #video-examples i.flag-tokelau:before {
  background-position: -72px -1612px !important;
}
#video-examples i.flag-tl:before, #video-examples i.flag-timorleste:before {
  background-position: -72px -1638px !important;
}
#video-examples i.flag-tm:before, #video-examples i.flag-turkmenistan:before {
  background-position: -72px -1664px !important;
}
#video-examples i.flag-tn:before, #video-examples i.flag-tunisia:before {
  background-position: -72px -1690px !important;
}
#video-examples i.flag-to:before, #video-examples i.flag-tonga:before {
  background-position: -72px -1716px !important;
}
#video-examples i.flag-tr:before, #video-examples i.flag-turkey:before {
  background-position: -72px -1742px !important;
}
#video-examples i.flag-tt:before, #video-examples i.flag-trinidad:before {
  background-position: -72px -1768px !important;
}
#video-examples i.flag-tv:before, #video-examples i.flag-tuvalu:before {
  background-position: -72px -1794px !important;
}
#video-examples i.flag-tw:before, #video-examples i.flag-taiwan:before {
  background-position: -72px -1820px !important;
}
#video-examples i.flag-tz:before, #video-examples i.flag-tanzania:before {
  background-position: -72px -1846px !important;
}
#video-examples i.flag-ua:before, #video-examples i.flag-ukraine:before {
  background-position: -72px -1872px !important;
}
#video-examples i.flag-ug:before, #video-examples i.flag-uganda:before {
  background-position: -72px -1898px !important;
}
#video-examples i.flag-um:before, #video-examples i.flag-us-minor-islands:before {
  background-position: -72px -1924px !important;
}
#video-examples i.flag-us:before, #video-examples i.flag-america:before, #video-examples i.flag-united-states:before {
  background-position: -72px -1950px !important;
}
#video-examples i.flag-uy:before, #video-examples i.flag-uruguay:before {
  background-position: -72px -1976px !important;
}
#video-examples i.flag-uz:before, #video-examples i.flag-uzbekistan:before {
  background-position: -108px 0 !important;
}
#video-examples i.flag-va:before, #video-examples i.flag-vatican-city:before {
  background-position: -108px -26px !important;
}
#video-examples i.flag-vc:before, #video-examples i.flag-saint-vincent:before {
  background-position: -108px -52px !important;
}
#video-examples i.flag-ve:before, #video-examples i.flag-venezuela:before {
  background-position: -108px -78px !important;
}
#video-examples i.flag-vg:before, #video-examples i.flag-british-virgin-islands:before {
  background-position: -108px -104px !important;
}
#video-examples i.flag-vi:before, #video-examples i.flag-us-virgin-islands:before {
  background-position: -108px -130px !important;
}
#video-examples i.flag-vn:before, #video-examples i.flag-vietnam:before {
  background-position: -108px -156px !important;
}
#video-examples i.flag-vu:before, #video-examples i.flag-vanuatu:before {
  background-position: -108px -182px !important;
}
#video-examples i.flag-gb-wls:before, #video-examples i.flag-wales:before {
  background-position: -108px -208px !important;
}
#video-examples i.flag-wf:before, #video-examples i.flag-wallis-and-futuna:before {
  background-position: -108px -234px !important;
}
#video-examples i.flag-ws:before, #video-examples i.flag-samoa:before {
  background-position: -108px -260px !important;
}
#video-examples i.flag-ye:before, #video-examples i.flag-yemen:before {
  background-position: -108px -286px !important;
}
#video-examples i.flag-yt:before, #video-examples i.flag-mayotte:before {
  background-position: -108px -312px !important;
}
#video-examples i.flag-za:before, #video-examples i.flag-south-africa:before {
  background-position: -108px -338px !important;
}
#video-examples i.flag-zm:before, #video-examples i.flag-zambia:before {
  background-position: -108px -364px !important;
}
#video-examples i.flag-zw:before, #video-examples i.flag-zimbabwe:before {
  background-position: -108px -390px !important;
}
#video-examples .bg-fixed {
  background-attachment: fixed;
}
#video-examples .bg-image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#video-examples .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}
#video-examples .hover-overlay .mask {
  --mdb-image-hover-transition: all 0.3s ease-in-out;
  opacity: 0;
  transition: var(--mdb-image-hover-transition);
}
#video-examples .hover-overlay .mask:hover {
  opacity: 1;
}
#video-examples .hover-zoom {
  --mdb-image-hover-zoom-transition: all 0.3s linear;
  --mdb-image-hover-zoom-transform: scale(1.1);
}
#video-examples .hover-zoom img,
#video-examples .hover-zoom video {
  transition: var(--mdb-image-hover-zoom-transition);
}
#video-examples .hover-zoom:hover img,
#video-examples .hover-zoom:hover video {
  transform: var(--mdb-image-hover-zoom-transform);
}
#video-examples .hover-shadow,
#video-examples .card.hover-shadow,
#video-examples .hover-shadow-soft,
#video-examples .card.hover-shadow-soft {
  --mdb-image-hover-shadow-transition: all 0.3s ease-in-out;
  transition: var(--mdb-image-hover-shadow-transition);
}
#video-examples .hover-shadow:hover,
#video-examples .card.hover-shadow:hover,
#video-examples .hover-shadow-soft:hover,
#video-examples .card.hover-shadow-soft:hover {
  transition: var(--mdb-image-hover-shadow-transition);
}
#video-examples .hover-shadow,
#video-examples .card.hover-shadow {
  --mdb-image-hover-shadow-box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.16), 0 10px 20px -2px rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
#video-examples .hover-shadow:hover,
#video-examples .card.hover-shadow:hover {
  box-shadow: var(--mdb-image-hover-shadow-box-shadow);
}
#video-examples .hover-shadow-soft,
#video-examples .card.hover-shadow-soft {
  --mdb-image-hover-shadow-box-shadow-soft: 0 2px 25px -5px rgba(0, 0, 0, 0.07), 0 25px 21px -5px rgba(0, 0, 0, 0.04);
  box-shadow: none;
}
#video-examples .hover-shadow-soft:hover,
#video-examples .card.hover-shadow-soft:hover {
  box-shadow: var(--mdb-image-hover-shadow-box-shadow-soft);
}
#video-examples .form-control {
  min-height: auto;
  padding: 4.5px 12px 3.68px 12px;
  transition: all 0.1s linear;
  box-shadow: none;
}
#video-examples .form-control:focus {
  box-shadow: none;
  transition: all 0.1s linear;
  border-color: #3b71ca;
  box-shadow: inset 0px 0px 0px 1px #3b71ca;
}
#video-examples .form-control.form-control-sm {
  font-size: 0.775rem;
  line-height: 1.5;
}
#video-examples .form-control.form-control-lg {
  line-height: 2.15;
  border-radius: 0.25rem;
}
#video-examples .form-outline {
  position: relative;
  width: 100%;
}
#video-examples .form-outline .form-helper {
  width: 100%;
  position: absolute;
  font-size: 0.875em;
  color: #757575;
}
#video-examples .form-outline .form-helper .form-counter {
  text-align: right;
}
#video-examples .form-outline .trailing {
  position: absolute;
  right: 10px;
  left: initial;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
#video-examples .form-outline .form-icon-trailing {
  padding-right: 2rem !important;
}
#video-examples .form-outline .form-control {
  min-height: auto;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border: 0;
  background: transparent;
  transition: all 0.2s linear;
}
#video-examples .form-outline .form-control ~ .form-label {
  position: absolute;
  top: 0;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 0.75rem;
  padding-top: 0.37rem;
  pointer-events: none;
  transform-origin: 0 0;
  transition: all 0.2s ease-out;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
#video-examples .form-outline .form-control ~ .form-notch {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
}
#video-examples .form-outline .form-control ~ .form-notch div {
  pointer-events: none;
  border: 1px solid;
  border-color: #bdbdbd;
  box-sizing: border-box;
  background: transparent;
  transition: all 0.2s linear;
}
#video-examples .form-outline .form-control ~ .form-notch .form-notch-leading {
  left: 0;
  top: 0;
  height: 100%;
  width: 0.5rem;
  border-right: none;
  border-radius: 0.25rem 0 0 0.25rem;
}
#video-examples .form-outline .form-control ~ .form-notch .form-notch-middle {
  flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 1rem);
  height: 100%;
  border-right: none;
  border-left: none;
}
#video-examples .form-outline .form-control ~ .form-notch .form-notch-trailing {
  flex-grow: 1;
  height: 100%;
  border-left: none;
  border-radius: 0 0.25rem 0.25rem 0;
}
#video-examples .form-outline .form-control:not(.placeholder-active)::-moz-placeholder {
  opacity: 0;
}
#video-examples .form-outline .form-control:not(.placeholder-active)::placeholder {
  opacity: 0;
}
#video-examples .form-outline .form-control:focus::-moz-placeholder, #video-examples .form-outline .form-control.active::-moz-placeholder {
  opacity: 1;
}
#video-examples .form-outline .form-control:focus::placeholder, #video-examples .form-outline .form-control.active::placeholder {
  opacity: 1;
}
#video-examples .form-outline .form-control:focus {
  box-shadow: none !important;
}
#video-examples .form-outline .form-control:focus ~ .form-label, #video-examples .form-outline .form-control.active ~ .form-label {
  transform: translateY(-1rem) translateY(0.1rem) scale(0.8);
}
#video-examples .form-outline .form-control:focus ~ .form-label {
  color: #3b71ca;
}
#video-examples .form-outline .form-control:focus ~ .form-notch .form-notch-middle, #video-examples .form-outline .form-control.active ~ .form-notch .form-notch-middle {
  border-right: none;
  border-left: none;
  border-top: 1px solid transparent;
}
#video-examples .form-outline .form-control:focus ~ .form-notch .form-notch-middle {
  border-color: #3b71ca;
  box-shadow: 0 1px 0 0 #3b71ca;
  border-top: 1px solid transparent;
}
#video-examples .form-outline .form-control:focus ~ .form-notch .form-notch-leading, #video-examples .form-outline .form-control.active ~ .form-notch .form-notch-leading {
  border-right: none;
}
#video-examples .form-outline .form-control:focus ~ .form-notch .form-notch-leading {
  border-color: #3b71ca;
  box-shadow: -1px 0 0 0 #3b71ca, 0 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca;
}
#video-examples .form-outline .form-control:focus ~ .form-notch .form-notch-trailing, #video-examples .form-outline .form-control.active ~ .form-notch .form-notch-trailing {
  border-left: none;
}
#video-examples .form-outline .form-control:focus ~ .form-notch .form-notch-trailing {
  border-color: #3b71ca;
  box-shadow: 1px 0 0 0 #3b71ca, 0 -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca;
}
#video-examples .form-outline .form-control:disabled, #video-examples .form-outline .form-control.disabled, #video-examples .form-outline .form-control[readonly] {
  background-color: #e9ecef;
}
#video-examples .form-outline .form-control.form-control-lg {
  font-size: 1rem;
  line-height: 2.15;
}
#video-examples .form-outline .form-control.form-control-lg ~ .form-label {
  padding-top: 0.7rem;
}
#video-examples .form-outline .form-control.form-control-lg:focus ~ .form-label, #video-examples .form-outline .form-control.form-control-lg.active ~ .form-label {
  transform: translateY(-1.25rem) translateY(0.1rem) scale(0.8);
}
#video-examples .form-outline .form-control.form-control-sm {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  font-size: 0.775rem;
  line-height: 1.5;
}
#video-examples .form-outline .form-control.form-control-sm ~ .form-label {
  padding-top: 0.33rem;
  font-size: 0.775rem;
}
#video-examples .form-outline .form-control.form-control-sm:focus ~ .form-label, #video-examples .form-outline .form-control.form-control-sm.active ~ .form-label {
  transform: translateY(-0.85rem) translateY(0.1rem) scale(0.8);
}
#video-examples .form-outline.form-white .form-control {
  color: #fff;
}
#video-examples .form-outline.form-white .form-control ~ .form-label {
  color: #fbfbfb;
}
#video-examples .form-outline.form-white .form-control ~ .form-notch div {
  border-color: #fbfbfb;
}
#video-examples .form-outline.form-white .form-control:focus ~ .form-label {
  color: #fff;
}
#video-examples .form-outline.form-white .form-control:focus ~ .form-notch .form-notch-middle {
  border-color: #fff;
  box-shadow: 0 1px 0 0 #fff;
  border-top: 1px solid transparent;
}
#video-examples .form-outline.form-white .form-control:focus ~ .form-notch .form-notch-leading {
  border-color: #fff;
  box-shadow: -1px 0 0 0 #fff, 0 1px 0 0 #fff, 0 -1px 0 0 #fff;
}
#video-examples .form-outline.form-white .form-control:focus ~ .form-notch .form-notch-trailing {
  border-color: #fff;
  box-shadow: 1px 0 0 0 #fff, 0 -1px 0 0 #fff, 0 1px 0 0 #fff;
}
#video-examples .form-outline.form-white .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#video-examples .form-outline.form-white .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#video-examples .form-outline.form-white .form-control:disabled, #video-examples .form-outline.form-white .form-control.disabled, #video-examples .form-outline.form-white .form-control[readonly] {
  background-color: rgba(255, 255, 255, 0.45);
}
#video-examples .select-input.form-control[readonly]:not([disabled]) {
  background-color: transparent;
}
#video-examples .form-select {
  transition: all 0.2s linear;
}
#video-examples .form-select:focus {
  border-color: #3b71ca;
  outline: 0;
  box-shadow: inset 0px 0px 0px 1px #3b71ca;
}
#video-examples .form-check {
  min-height: 1.5rem;
}
#video-examples .form-check-input {
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #fff;
  border: 0.125rem solid rgba(0, 0, 0, 0.25);
}
#video-examples .form-check-input:before {
  content: "";
  position: absolute;
  box-shadow: 0px 0px 0px 13px transparent;
  border-radius: 50%;
  width: 0.875rem;
  height: 0.875rem;
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
}
#video-examples .form-check-input:hover {
  cursor: pointer;
}
#video-examples .form-check-input:hover:before {
  opacity: 0.04;
  box-shadow: 0px 0px 0px 13px rgba(0, 0, 0, 0.6);
}
#video-examples .form-check-input:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.25);
  transition: border-color 0.2s;
}
#video-examples .form-check-input:focus:before {
  opacity: 0.12;
  box-shadow: 0px 0px 0px 13px rgba(0, 0, 0, 0.6);
  transform: scale(1);
  transition: box-shadow 0.2s, transform 0.2s;
}
#video-examples .form-check-input:checked {
  border-color: #3b71ca;
}
#video-examples .form-check-input:checked:before {
  opacity: 0.16;
}
#video-examples .form-check-input:checked:after {
  content: "";
  position: absolute;
}
#video-examples .form-check-input:checked:focus {
  border-color: #3b71ca;
}
#video-examples .form-check-input:checked:focus:before {
  box-shadow: 0px 0px 0px 13px #3b71ca;
  transform: scale(1);
  transition: box-shadow 0.2s, transform 0.2s;
}
#video-examples .form-check-input:indeterminate:focus:before {
  box-shadow: 0px 0px 0px 13px #3b71ca;
}
#video-examples .form-check-input[type=checkbox] {
  border-radius: 0.25rem;
  margin-top: 0.19em;
  margin-right: 6px;
}
#video-examples .form-check-input[type=checkbox]:focus:after {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  z-index: 1;
  display: block;
  border-radius: 0;
  background-color: #fff;
}
#video-examples .form-check-input[type=checkbox]:checked {
  background-image: none;
  background-color: #3b71ca;
}
#video-examples .form-check-input[type=checkbox]:checked:after {
  display: block;
  transform: rotate(45deg) /*!rtl:ignore*/;
  border-width: 0.125rem;
  border-color: #fff;
  width: 0.375rem;
  height: 0.8125rem;
  border-style: solid;
  border-top: 0;
  border-left: 0 /*!rtl:ignore*/;
  margin-left: 0.25rem;
  margin-top: -1px;
  background-color: transparent;
}
#video-examples .form-check-input[type=checkbox]:checked:focus {
  background-color: #3b71ca;
}
#video-examples .form-check-input[type=checkbox]:indeterminate {
  border-color: #3b71ca;
}
#video-examples .form-check-input[type=radio] {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125em;
  margin-right: 4px;
}
#video-examples .form-check-input[type=radio]:before {
  width: 1rem;
  height: 1rem;
}
#video-examples .form-check-input[type=radio]:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  z-index: 1;
  display: block;
  border-radius: 50%;
  background-color: #fff;
}
#video-examples .form-check-input[type=radio]:checked {
  background-image: none;
  background-color: #fff;
}
#video-examples .form-check-input[type=radio]:checked:after {
  border-radius: 50%;
  width: 0.625rem;
  height: 0.625rem;
  border-color: #3b71ca;
  background-color: #3b71ca;
  transition: border-color;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
#video-examples .form-check-input[type=radio]:checked:focus {
  background-color: #fff;
}
#video-examples .form-check-label {
  padding-left: 0.15rem;
}
#video-examples .form-check-label:hover {
  cursor: pointer;
}
#video-examples .form-switch .form-check-input {
  background-image: none;
  border-width: 0;
  border-radius: 0.4375rem;
  width: 2rem;
  height: 0.875rem;
  background-color: rgba(0, 0, 0, 0.25);
  margin-top: 0.3em;
  margin-right: 8px;
}
#video-examples .form-switch .form-check-input:after {
  content: "";
  position: absolute;
  border: none;
  z-index: 2;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  margin-top: -0.1875rem;
  box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.07), 0 2px 2px 0 rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s, transform 0.2s;
}
#video-examples .form-switch .form-check-input:focus {
  background-image: none;
}
#video-examples .form-switch .form-check-input:focus:before {
  box-shadow: 3px -1px 0px 13px rgba(0, 0, 0, 0.6);
  transform: scale(1);
  transition: box-shadow 0.2s, transform 0.2s;
}
#video-examples .form-switch .form-check-input:focus:after {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
}
#video-examples .form-switch .form-check-input:checked {
  background-image: none;
}
#video-examples .form-switch .form-check-input:checked:focus {
  background-image: none;
}
#video-examples .form-switch .form-check-input:checked:focus:before {
  margin-left: 1.0625rem;
  box-shadow: 3px -1px 0px 13px #3b71ca;
  transform: scale(1);
  transition: box-shadow 0.2s, transform 0.2s;
}
#video-examples .form-switch .form-check-input:checked[type=checkbox] {
  background-image: none;
}
#video-examples .form-switch .form-check-input:checked[type=checkbox]:after {
  content: "";
  position: absolute;
  border: none;
  z-index: 2;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #3b71ca;
  margin-top: -3px;
  margin-left: 1.0625rem;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s, transform 0.2s;
}
#video-examples .form-control[type=file]::-webkit-file-upload-button {
  background-color: transparent;
}
#video-examples .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: transparent;
}
#video-examples .input-group {
  flex-wrap: nowrap;
}
#video-examples .input-group > .form-control {
  min-height: calc(2.08rem + 2px);
  height: calc(2.08rem + 2px);
  padding-top: 0.27rem;
  padding-bottom: 0.27rem;
  transition: all 0.2s linear;
}
#video-examples .input-group > .form-control:focus {
  transition: all 0.2s linear;
  border-color: #3b71ca;
  outline: 0;
  box-shadow: inset 0 0 0 1px #3b71ca;
}
#video-examples .input-group-text {
  background-color: transparent;
  padding-top: 0.26rem;
  padding-bottom: 0.26rem;
}
#video-examples .input-group-text > .form-check-input[type=checkbox] {
  margin-left: 1px;
  margin-right: 1px;
}
#video-examples .input-group-text > .form-check-input[type=radio] {
  margin-right: 0;
}
#video-examples .input-group-lg > .form-control {
  height: calc(2.645rem + 2px);
  font-size: 1rem;
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
}
#video-examples .input-group-lg .input-group-text {
  font-size: 1rem;
}
#video-examples .input-group-sm > .form-control {
  min-height: calc(1.66rem + 2px);
  height: calc(1.66rem + 2px);
  font-size: 0.775rem;
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
}
#video-examples .input-group-sm .input-group-text {
  font-size: 0.775rem;
  line-height: 1.5;
}
#video-examples .input-group.form-outline .input-group-text {
  border-left: 0;
}
#video-examples .input-group.form-outline input + .input-group-text {
  border: 0;
  border-left: 1px solid #bdbdbd;
}
#video-examples .input-group .form-outline:not(:first-child),
#video-examples .input-group .select-wrapper:not(:first-child),
#video-examples .input-group .form-outline:not(:first-child) .form-notch-leading,
#video-examples .input-group .select-wrapper:not(:first-child) .form-notch-leading {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
#video-examples .input-group .form-outline:not(:last-child),
#video-examples .input-group .select-wrapper:not(:last-child),
#video-examples .input-group .form-outline:not(:last-child) .form-notch-trailing,
#video-examples .input-group .select-wrapper:not(:last-child) .form-notch-trailing {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#video-examples .input-group > [class*=btn-outline-] + [class*=btn-outline-] {
  border-left: 0;
}
#video-examples .input-group > .btn[class*=btn-outline-] {
  padding-top: 0.47rem;
}
#video-examples .input-group > .btn {
  padding-top: 0.59rem;
}
#video-examples .input-group.input-group-lg .input-group-text {
  height: calc(2.645rem + 2px);
}
#video-examples .input-group .input-group-text {
  height: calc(2.08rem + 2px);
}
#video-examples .input-group .btn {
  line-height: 1;
}
#video-examples .input-group.input-group-sm .input-group-text {
  height: calc(1.66rem + 2px);
}
#video-examples .was-validated .input-group .invalid-feedback,
#video-examples .was-validated .input-group .valid-feedback {
  margin-top: 2.5rem;
}
#video-examples .input-group .invalid-feedback,
#video-examples .input-group .valid-feedback {
  margin-top: 2.5rem;
}
#video-examples .valid-feedback {
  position: absolute;
  display: none;
  width: auto;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #14a44d;
  margin-top: -0.75rem;
}
#video-examples .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 6px 16px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  background-color: rgba(20, 164, 77, 0.9);
  border-radius: 0.25rem !important;
  color: #fff;
}
.was-validated #video-examples:valid ~ .valid-feedback,
.was-validated #video-examples:valid ~ .valid-tooltip, #video-examples.is-valid ~ .valid-feedback,
#video-examples.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated #video-examples .form-control:valid, #video-examples .form-control.is-valid {
  margin-bottom: 1rem;
  background-image: none;
  border-color: #14a44d;
}
.was-validated #video-examples .form-control:valid:focus, #video-examples .form-control.is-valid:focus {
  border-color: #14a44d;
  box-shadow: 0 0 0 0.25rem rgba(20, 164, 77, 0.25);
}
.was-validated #video-examples .form-outline .form-control:valid ~ .form-label, #video-examples .form-outline .form-control.is-valid ~ .form-label {
  color: #14a44d;
}
.was-validated #video-examples .form-outline .form-control:valid ~ .form-notch .form-notch-leading,
.was-validated #video-examples .form-outline .form-control:valid ~ .form-notch .form-notch-middle,
.was-validated #video-examples .form-outline .form-control:valid ~ .form-notch .form-notch-trailing, #video-examples .form-outline .form-control.is-valid ~ .form-notch .form-notch-leading,
#video-examples .form-outline .form-control.is-valid ~ .form-notch .form-notch-middle,
#video-examples .form-outline .form-control.is-valid ~ .form-notch .form-notch-trailing {
  border-color: #14a44d;
}
.was-validated #video-examples .form-outline .form-control:valid:focus ~ .form-notch .form-notch-middle, .was-validated #video-examples .form-outline .form-control:valid.active ~ .form-notch .form-notch-middle, #video-examples .form-outline .form-control.is-valid:focus ~ .form-notch .form-notch-middle, #video-examples .form-outline .form-control.is-valid.active ~ .form-notch .form-notch-middle {
  border-top: 1px solid transparent;
}
.was-validated #video-examples .form-outline .form-control:valid:focus ~ .form-notch .form-notch-middle, #video-examples .form-outline .form-control.is-valid:focus ~ .form-notch .form-notch-middle {
  box-shadow: 0 1px 0 0 #14a44d;
}
.was-validated #video-examples .form-outline .form-control:valid:focus ~ .form-notch .form-notch-leading, #video-examples .form-outline .form-control.is-valid:focus ~ .form-notch .form-notch-leading {
  box-shadow: -1px 0 0 0 #14a44d, 0 1px 0 0 #14a44d, 0 -1px 0 0 #14a44d;
}
.was-validated #video-examples .form-outline .form-control:valid:focus ~ .form-notch .form-notch-trailing, #video-examples .form-outline .form-control.is-valid:focus ~ .form-notch .form-notch-trailing {
  box-shadow: 1px 0 0 0 #14a44d, 0 -1px 0 0 #14a44d, 0 1px 0 0 #14a44d;
}
.was-validated #video-examples .form-outline .form-control:valid.select-input.focused ~ .form-notch .form-notch-leading, #video-examples .form-outline .form-control.is-valid.select-input.focused ~ .form-notch .form-notch-leading {
  box-shadow: -1px 0 0 0 #14a44d, 0 1px 0 0 #14a44d, 0 -1px 0 0 #14a44d;
}
.was-validated #video-examples .form-outline .form-control:valid.select-input.focused ~ .form-notch .form-notch-middle, #video-examples .form-outline .form-control.is-valid.select-input.focused ~ .form-notch .form-notch-middle {
  box-shadow: 0 1px 0 0 #14a44d;
  border-top: 1px solid transparent;
}
.was-validated #video-examples .form-outline .form-control:valid.select-input.focused ~ .form-notch .form-notch-trailing, #video-examples .form-outline .form-control.is-valid.select-input.focused ~ .form-notch .form-notch-trailing {
  box-shadow: 1px 0 0 0 #14a44d, 0 -1px 0 0 #14a44d, 0 1px 0 0 #14a44d;
}
.was-validated #video-examples .form-select:valid, #video-examples .form-select.is-valid {
  border-color: #14a44d;
}
.was-validated #video-examples .form-select:valid:focus, #video-examples .form-select.is-valid:focus {
  border-color: #14a44d;
  box-shadow: 0 0 0 0.25rem rgba(20, 164, 77, 0.25);
}
.was-validated #video-examples .form-select:valid ~ .valid-feedback, #video-examples .form-select.is-valid ~ .valid-feedback {
  margin-top: 0;
}
.was-validated #video-examples .input-group .form-control:valid, #video-examples .input-group .form-control.is-valid {
  margin-bottom: 0;
}
.was-validated #video-examples input[type=file].form-control:valid .valid-feedback, #video-examples input[type=file].form-control.is-valid .valid-feedback {
  margin-top: 0;
}
.was-validated #video-examples input[type=file].form-control:valid:focus, #video-examples input[type=file].form-control.is-valid:focus {
  box-shadow: inset 0 0 0 1px #14a44d;
  border-color: #14a44d;
}
.was-validated #video-examples input[type=file].form-control:valid:focus ~ .form-file-label, #video-examples input[type=file].form-control.is-valid:focus ~ .form-file-label {
  box-shadow: none;
}
.was-validated #video-examples input[type=file].form-control:valid:focus-within ~ .form-file-label .form-file-text,
.was-validated #video-examples input[type=file].form-control:valid:focus-within ~ .form-file-label .form-file-button, #video-examples input[type=file].form-control.is-valid:focus-within ~ .form-file-label .form-file-text,
#video-examples input[type=file].form-control.is-valid:focus-within ~ .form-file-label .form-file-button {
  border-color: #14a44d;
}
.was-validated #video-examples .form-check-input:valid, #video-examples .form-check-input.is-valid {
  border-color: #14a44d;
}
.was-validated #video-examples .form-check-input:valid:checked, #video-examples .form-check-input.is-valid:checked {
  background-color: #14a44d;
}
.was-validated #video-examples .form-check-input:valid:checked:focus:before, #video-examples .form-check-input.is-valid:checked:focus:before {
  box-shadow: 0px 0px 0px 13px #14a44d;
}
.was-validated #video-examples .form-check-input:valid:focus, #video-examples .form-check-input.is-valid:focus {
  box-shadow: none;
}
.was-validated #video-examples .form-check-input:valid:focus:before, #video-examples .form-check-input.is-valid:focus:before {
  box-shadow: 0px 0px 0px 13px #14a44d;
}
.was-validated #video-examples .form-check-input:valid ~ .form-check-label, #video-examples .form-check-input.is-valid ~ .form-check-label {
  color: #14a44d;
  margin-bottom: 1rem;
}
.was-validated #video-examples .form-check-input:valid[type=checkbox]:checked:focus, #video-examples .form-check-input.is-valid[type=checkbox]:checked:focus {
  background-color: #14a44d;
  border-color: #14a44d;
}
.was-validated #video-examples .form-check-input:valid[type=radio]:checked, #video-examples .form-check-input.is-valid[type=radio]:checked {
  border-color: #14a44d;
  background-color: #fff;
}
.was-validated #video-examples .form-check-input:valid[type=radio]:checked:focus:before, #video-examples .form-check-input.is-valid[type=radio]:checked:focus:before {
  box-shadow: 0px 0px 0px 13px #14a44d;
}
.was-validated #video-examples .form-check-input:valid[type=radio]:checked:after, #video-examples .form-check-input.is-valid[type=radio]:checked:after {
  border-color: #14a44d;
  background-color: #14a44d;
}
#video-examples .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated #video-examples .form-switch .form-check-input:valid:focus:before, #video-examples .form-switch .form-check-input.is-valid:focus:before {
  box-shadow: 3px -1px 0px 13px rgba(0, 0, 0, 0.6);
}
.was-validated #video-examples .form-switch .form-check-input:valid:checked[type=checkbox]:after, #video-examples .form-switch .form-check-input.is-valid:checked[type=checkbox]:after {
  background-color: #14a44d;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.was-validated #video-examples .form-switch .form-check-input:valid:checked:focus:before, #video-examples .form-switch .form-check-input.is-valid:checked:focus:before {
  box-shadow: 3px -1px 0px 13px #14a44d;
}
#video-examples .invalid-feedback {
  position: absolute;
  display: none;
  width: auto;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc4c64;
  margin-top: -0.75rem;
}
#video-examples .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 6px 16px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  background-color: rgba(220, 76, 100, 0.9);
  border-radius: 0.25rem !important;
  color: #fff;
}
.was-validated #video-examples:invalid ~ .invalid-feedback,
.was-validated #video-examples:invalid ~ .invalid-tooltip, #video-examples.is-invalid ~ .invalid-feedback,
#video-examples.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated #video-examples .form-control:invalid, #video-examples .form-control.is-invalid {
  margin-bottom: 1rem;
  background-image: none;
  border-color: #dc4c64;
}
.was-validated #video-examples .form-control:invalid:focus, #video-examples .form-control.is-invalid:focus {
  border-color: #dc4c64;
  box-shadow: 0 0 0 0.25rem rgba(220, 76, 100, 0.25);
}
.was-validated #video-examples .form-outline .form-control:invalid ~ .form-label, #video-examples .form-outline .form-control.is-invalid ~ .form-label {
  color: #dc4c64;
}
.was-validated #video-examples .form-outline .form-control:invalid ~ .form-notch .form-notch-leading,
.was-validated #video-examples .form-outline .form-control:invalid ~ .form-notch .form-notch-middle,
.was-validated #video-examples .form-outline .form-control:invalid ~ .form-notch .form-notch-trailing, #video-examples .form-outline .form-control.is-invalid ~ .form-notch .form-notch-leading,
#video-examples .form-outline .form-control.is-invalid ~ .form-notch .form-notch-middle,
#video-examples .form-outline .form-control.is-invalid ~ .form-notch .form-notch-trailing {
  border-color: #dc4c64;
}
.was-validated #video-examples .form-outline .form-control:invalid:focus ~ .form-notch .form-notch-middle, .was-validated #video-examples .form-outline .form-control:invalid.active ~ .form-notch .form-notch-middle, #video-examples .form-outline .form-control.is-invalid:focus ~ .form-notch .form-notch-middle, #video-examples .form-outline .form-control.is-invalid.active ~ .form-notch .form-notch-middle {
  border-top: 1px solid transparent;
}
.was-validated #video-examples .form-outline .form-control:invalid:focus ~ .form-notch .form-notch-middle, #video-examples .form-outline .form-control.is-invalid:focus ~ .form-notch .form-notch-middle {
  box-shadow: 0 1px 0 0 #dc4c64;
}
.was-validated #video-examples .form-outline .form-control:invalid:focus ~ .form-notch .form-notch-leading, #video-examples .form-outline .form-control.is-invalid:focus ~ .form-notch .form-notch-leading {
  box-shadow: -1px 0 0 0 #dc4c64, 0 1px 0 0 #dc4c64, 0 -1px 0 0 #dc4c64;
}
.was-validated #video-examples .form-outline .form-control:invalid:focus ~ .form-notch .form-notch-trailing, #video-examples .form-outline .form-control.is-invalid:focus ~ .form-notch .form-notch-trailing {
  box-shadow: 1px 0 0 0 #dc4c64, 0 -1px 0 0 #dc4c64, 0 1px 0 0 #dc4c64;
}
.was-validated #video-examples .form-outline .form-control:invalid.select-input.focused ~ .form-notch .form-notch-leading, #video-examples .form-outline .form-control.is-invalid.select-input.focused ~ .form-notch .form-notch-leading {
  box-shadow: -1px 0 0 0 #dc4c64, 0 1px 0 0 #dc4c64, 0 -1px 0 0 #dc4c64;
}
.was-validated #video-examples .form-outline .form-control:invalid.select-input.focused ~ .form-notch .form-notch-middle, #video-examples .form-outline .form-control.is-invalid.select-input.focused ~ .form-notch .form-notch-middle {
  box-shadow: 0 1px 0 0 #dc4c64;
  border-top: 1px solid transparent;
}
.was-validated #video-examples .form-outline .form-control:invalid.select-input.focused ~ .form-notch .form-notch-trailing, #video-examples .form-outline .form-control.is-invalid.select-input.focused ~ .form-notch .form-notch-trailing {
  box-shadow: 1px 0 0 0 #dc4c64, 0 -1px 0 0 #dc4c64, 0 1px 0 0 #dc4c64;
}
.was-validated #video-examples .form-select:invalid, #video-examples .form-select.is-invalid {
  border-color: #dc4c64;
}
.was-validated #video-examples .form-select:invalid:focus, #video-examples .form-select.is-invalid:focus {
  border-color: #dc4c64;
  box-shadow: 0 0 0 0.25rem rgba(220, 76, 100, 0.25);
}
.was-validated #video-examples .form-select:invalid ~ .invalid-feedback, #video-examples .form-select.is-invalid ~ .invalid-feedback {
  margin-top: 0;
}
.was-validated #video-examples .input-group .form-control:invalid, #video-examples .input-group .form-control.is-invalid {
  margin-bottom: 0;
}
.was-validated #video-examples input[type=file].form-control:invalid .invalid-feedback, #video-examples input[type=file].form-control.is-invalid .invalid-feedback {
  margin-top: 0;
}
.was-validated #video-examples input[type=file].form-control:invalid:focus, #video-examples input[type=file].form-control.is-invalid:focus {
  box-shadow: inset 0 0 0 1px #dc4c64;
  border-color: #dc4c64;
}
.was-validated #video-examples input[type=file].form-control:invalid:focus ~ .form-file-label, #video-examples input[type=file].form-control.is-invalid:focus ~ .form-file-label {
  box-shadow: none;
}
.was-validated #video-examples input[type=file].form-control:invalid:focus-within ~ .form-file-label .form-file-text,
.was-validated #video-examples input[type=file].form-control:invalid:focus-within ~ .form-file-label .form-file-button, #video-examples input[type=file].form-control.is-invalid:focus-within ~ .form-file-label .form-file-text,
#video-examples input[type=file].form-control.is-invalid:focus-within ~ .form-file-label .form-file-button {
  border-color: #dc4c64;
}
.was-validated #video-examples .form-check-input:invalid, #video-examples .form-check-input.is-invalid {
  border-color: #dc4c64;
}
.was-validated #video-examples .form-check-input:invalid:checked, #video-examples .form-check-input.is-invalid:checked {
  background-color: #dc4c64;
}
.was-validated #video-examples .form-check-input:invalid:checked:focus:before, #video-examples .form-check-input.is-invalid:checked:focus:before {
  box-shadow: 0px 0px 0px 13px #dc4c64;
}
.was-validated #video-examples .form-check-input:invalid:focus, #video-examples .form-check-input.is-invalid:focus {
  box-shadow: none;
}
.was-validated #video-examples .form-check-input:invalid:focus:before, #video-examples .form-check-input.is-invalid:focus:before {
  box-shadow: 0px 0px 0px 13px #dc4c64;
}
.was-validated #video-examples .form-check-input:invalid ~ .form-check-label, #video-examples .form-check-input.is-invalid ~ .form-check-label {
  color: #dc4c64;
  margin-bottom: 1rem;
}
.was-validated #video-examples .form-check-input:invalid[type=checkbox]:checked:focus, #video-examples .form-check-input.is-invalid[type=checkbox]:checked:focus {
  background-color: #dc4c64;
  border-color: #dc4c64;
}
.was-validated #video-examples .form-check-input:invalid[type=radio]:checked, #video-examples .form-check-input.is-invalid[type=radio]:checked {
  border-color: #dc4c64;
  background-color: #fff;
}
.was-validated #video-examples .form-check-input:invalid[type=radio]:checked:focus:before, #video-examples .form-check-input.is-invalid[type=radio]:checked:focus:before {
  box-shadow: 0px 0px 0px 13px #dc4c64;
}
.was-validated #video-examples .form-check-input:invalid[type=radio]:checked:after, #video-examples .form-check-input.is-invalid[type=radio]:checked:after {
  border-color: #dc4c64;
  background-color: #dc4c64;
}
#video-examples .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated #video-examples .form-switch .form-check-input:invalid:focus:before, #video-examples .form-switch .form-check-input.is-invalid:focus:before {
  box-shadow: 3px -1px 0px 13px rgba(0, 0, 0, 0.6);
}
.was-validated #video-examples .form-switch .form-check-input:invalid:checked[type=checkbox]:after, #video-examples .form-switch .form-check-input.is-invalid:checked[type=checkbox]:after {
  background-color: #dc4c64;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.was-validated #video-examples .form-switch .form-check-input:invalid:checked:focus:before, #video-examples .form-switch .form-check-input.is-invalid:checked:focus:before {
  box-shadow: 3px -1px 0px 13px #dc4c64;
}
#video-examples .form-range:focus {
  box-shadow: none;
}
#video-examples .form-range:focus::-webkit-slider-thumb {
  box-shadow: none;
}
#video-examples .form-range:focus::-moz-range-thumb {
  box-shadow: none;
}
#video-examples .form-range:focus::-ms-thumb {
  box-shadow: none;
}
#video-examples .form-range::-moz-focus-outer {
  border: 0;
}
#video-examples .form-range::-webkit-slider-thumb {
  margin-top: -6px;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
#video-examples .form-range::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 0;
  box-shadow: none;
}
#video-examples .form-range::-moz-range-thumb {
  box-shadow: none;
  -moz-appearance: none;
       appearance: none;
}
#video-examples .form-range::-moz-range-track {
  box-shadow: none;
}
#video-examples .table {
  --mdb-table-font-size: 0.9rem;
  --mdb-table-divider-color: rgba(0, 0, 0, 0.1);
  font-size: var(--mdb-table-font-size);
}
#video-examples .table th {
  font-weight: 500;
}
#video-examples .table tbody {
  font-weight: 400;
}
#video-examples .table > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}
#video-examples .table-primary {
  --mdb-table-color: #000;
  --mdb-table-bg: #d8e3f4;
  --mdb-table-border-color: #c2ccdc;
  --mdb-table-striped-bg: #cdd8e8;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #c2ccdc;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #c8d2e2;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
#video-examples .table-secondary {
  --mdb-table-color: #000;
  --mdb-table-bg: #ecedf0;
  --mdb-table-border-color: #d4d5d8;
  --mdb-table-striped-bg: #e0e1e4;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #d4d5d8;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #dadbde;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
#video-examples .table-success {
  --mdb-table-color: #000;
  --mdb-table-bg: #d0eddb;
  --mdb-table-border-color: #bbd5c5;
  --mdb-table-striped-bg: #c6e1d0;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #bbd5c5;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #c0dbcb;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
#video-examples .table-info {
  --mdb-table-color: #000;
  --mdb-table-bg: #ddf0f6;
  --mdb-table-border-color: #c7d8dd;
  --mdb-table-striped-bg: #d2e4ea;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #c7d8dd;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #ccdee4;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
#video-examples .table-warning {
  --mdb-table-color: #000;
  --mdb-table-bg: #faecd1;
  --mdb-table-border-color: #e1d4bc;
  --mdb-table-striped-bg: #eee0c7;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #e1d4bc;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #e7dac1;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
#video-examples .table-danger {
  --mdb-table-color: #000;
  --mdb-table-bg: #f8dbe0;
  --mdb-table-border-color: #dfc5ca;
  --mdb-table-striped-bg: #ecd0d5;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #dfc5ca;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #e5cbcf;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
#video-examples .table-light {
  --mdb-table-color: #000;
  --mdb-table-bg: #fbfbfb;
  --mdb-table-border-color: #e2e2e2;
  --mdb-table-striped-bg: #eeeeee;
  --mdb-table-striped-color: #000;
  --mdb-table-active-bg: #e2e2e2;
  --mdb-table-active-color: #000;
  --mdb-table-hover-bg: #e8e8e8;
  --mdb-table-hover-color: #000;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
#video-examples .table-dark {
  --mdb-table-color: #fff;
  --mdb-table-bg: #332d2d;
  --mdb-table-border-color: #474242;
  --mdb-table-striped-bg: #3d3838;
  --mdb-table-striped-color: #fff;
  --mdb-table-active-bg: #474242;
  --mdb-table-active-color: #fff;
  --mdb-table-hover-bg: #423d3d;
  --mdb-table-hover-color: #fff;
  color: var(--mdb-table-color);
  border-color: var(--mdb-table-border-color);
}
#video-examples .table-hover > tbody > tr {
  transition: 0.5s;
}
#video-examples .table-hover > tbody > tr:hover {
  --mdb-table-accent-bg: transparent;
  background-color: var(--mdb-table-hover-bg);
}
#video-examples .table-group-divider {
  border-top: 2px solid;
  border-top-color: inherit;
}
#video-examples .table-divider-color {
  border-top-color: var(--mdb-table-divider-color);
}
#video-examples .btn {
  --mdb-btn-padding-top: 0.625rem;
  --mdb-btn-padding-bottom: 0.5rem;
  --mdb-btn-border-width: 0;
  --mdb-btn-border-color: none;
  --mdb-btn-border-radius: 0.25rem;
  --mdb-btn-box-shadow: 0 4px 9px -4px rgba(0, 0, 0, 0.35);
  --mdb-btn-hover-box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-focus-box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-active-box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  padding-top: var(--mdb-btn-padding-top);
  padding-bottom: var(--mdb-btn-padding-bottom);
  text-transform: uppercase;
  vertical-align: bottom;
  border: 0;
  border-radius: var(--mdb-btn-border-radius);
  box-shadow: var(--mdb-btn-box-shadow);
}
:not(.btn-check) + #video-examples .btn:hover, #video-examples .btn:first-child:hover, #video-examples .btn:focus-visible, #video-examples .btn:hover {
  box-shadow: var(--mdb-btn-hover-box-shadow);
}
.btn-check:focus-visible + #video-examples .btn, .btn-check:focus + #video-examples .btn, #video-examples .btn:focus {
  box-shadow: var(--mdb-btn-focus-box-shadow);
}
.btn-check:checked + #video-examples .btn, .btn-check:active + #video-examples .btn, #video-examples .btn:active, #video-examples .btn.active, #video-examples .btn.show {
  box-shadow: var(--mdb-btn-active-box-shadow);
}
.btn-check:checked + #video-examples .btn:focus, .btn-check:active + #video-examples .btn:focus, #video-examples .btn:active:focus, #video-examples .btn.active:focus, #video-examples .btn.show:focus {
  box-shadow: var(--mdb-btn-focus-box-shadow);
}
#video-examples .btn:disabled, #video-examples .btn.disabled, fieldset:disabled #video-examples .btn {
  box-shadow: var(--mdb-btn-box-shadow);
}
#video-examples [class*=btn-outline-] {
  --mdb-btn-padding-top: 0.5rem;
  --mdb-btn-padding-bottom: 0.375rem;
  --mdb-btn-padding-x: 1.375rem;
  --mdb-btn-border-width: 2px;
  --mdb-btn-line-height: 1.5;
  padding: var(--mdb-btn-padding-top) var(--mdb-btn-padding-x) var(--mdb-btn-padding-bottom);
  border-width: var(--mdb-btn-border-width);
  border-style: solid;
  box-shadow: none;
}
:not(.btn-check) + #video-examples [class*=btn-outline-]:hover, #video-examples [class*=btn-outline-]:first-child:hover, #video-examples [class*=btn-outline-]:focus-visible, #video-examples [class*=btn-outline-]:hover {
  box-shadow: none;
}
.btn-check:focus-visible + #video-examples [class*=btn-outline-], .btn-check:focus + #video-examples [class*=btn-outline-], #video-examples [class*=btn-outline-]:focus {
  box-shadow: none;
}
.btn-check:checked + #video-examples [class*=btn-outline-], .btn-check:active + #video-examples [class*=btn-outline-], #video-examples [class*=btn-outline-]:active, #video-examples [class*=btn-outline-].active, #video-examples [class*=btn-outline-].show {
  box-shadow: none;
}
.btn-check:checked + #video-examples [class*=btn-outline-]:focus, .btn-check:active + #video-examples [class*=btn-outline-]:focus, #video-examples [class*=btn-outline-]:active:focus, #video-examples [class*=btn-outline-].active:focus, #video-examples [class*=btn-outline-].show:focus {
  box-shadow: none;
}
#video-examples [class*=btn-outline-]:disabled, #video-examples [class*=btn-outline-].disabled, fieldset:disabled #video-examples [class*=btn-outline-] {
  box-shadow: none;
}
#video-examples [class*=btn-outline-].btn-lg, #video-examples .btn-group-lg > [class*=btn-outline-].btn {
  --mdb-btn-padding-top: 0.625rem;
  --mdb-btn-padding-bottom: 0.5625rem;
  --mdb-btn-padding-x: 1.5625rem;
  --mdb-btn-font-size: 0.875rem;
  --mdb-btn-line-height: 1.6;
}
#video-examples [class*=btn-outline-].btn-sm, #video-examples .btn-group-sm > [class*=btn-outline-].btn {
  --mdb-btn-padding-top: 0.25rem;
  --mdb-btn-padding-bottom: 0.1875rem;
  --mdb-btn-padding-x: 0.875rem;
  --mdb-btn-font-size: 0.75rem;
  --mdb-btn-line-height: 1.5;
}
#video-examples .btn-secondary {
  box-shadow: none;
}
:not(.btn-check) + #video-examples .btn-secondary:hover, #video-examples .btn-secondary:first-child:hover, #video-examples .btn-secondary:focus-visible, #video-examples .btn-secondary:hover {
  box-shadow: none !important;
}
.btn-check:focus-visible + #video-examples .btn-secondary, .btn-check:focus + #video-examples .btn-secondary, #video-examples .btn-secondary:focus {
  box-shadow: none;
}
.btn-check:checked + #video-examples .btn-secondary, .btn-check:active + #video-examples .btn-secondary, #video-examples .btn-secondary:active, #video-examples .btn-secondary.active, #video-examples .btn-secondary.show {
  box-shadow: none;
}
.btn-check:checked + #video-examples .btn-secondary:focus, .btn-check:active + #video-examples .btn-secondary:focus, #video-examples .btn-secondary:active:focus, #video-examples .btn-secondary.active:focus, #video-examples .btn-secondary.show:focus {
  box-shadow: none;
}
#video-examples .btn-secondary:disabled, #video-examples .btn-secondary.disabled, fieldset:disabled #video-examples .btn-secondary {
  box-shadow: none;
}
#video-examples .btn-primary {
  --mdb-btn-bg: #3b71ca;
  --mdb-btn-color: #fff;
  --mdb-btn-box-shadow: 0 4px 9px -4px #3b71ca;
  --mdb-btn-hover-bg: #386bc0;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-focus-bg: #386bc0;
  --mdb-btn-focus-color: #fff;
  --mdb-btn-active-bg: #3566b6;
  --mdb-btn-active-color: #fff;
}
:not(.btn-check) + #video-examples .btn-primary:hover, #video-examples .btn-primary:first-child:hover, #video-examples .btn-primary:focus-visible, #video-examples .btn-primary:hover {
  box-shadow: 0 8px 9px -4px rgba(59, 113, 202, 0.3), 0 4px 18px 0 rgba(59, 113, 202, 0.2);
}
.btn-check:focus-visible + #video-examples .btn-primary, .btn-check:focus + #video-examples .btn-primary, #video-examples .btn-primary:focus {
  box-shadow: 0 8px 9px -4px rgba(59, 113, 202, 0.3), 0 4px 18px 0 rgba(59, 113, 202, 0.2);
  background-color: #386bc0;
}
.btn-check:checked + #video-examples .btn-primary, .btn-check:active + #video-examples .btn-primary, #video-examples .btn-primary:active, #video-examples .btn-primary.active, #video-examples .btn-primary.show {
  box-shadow: 0 8px 9px -4px rgba(59, 113, 202, 0.3), 0 4px 18px 0 rgba(59, 113, 202, 0.2);
}
.btn-check:checked + #video-examples .btn-primary:focus, .btn-check:active + #video-examples .btn-primary:focus, #video-examples .btn-primary:active:focus, #video-examples .btn-primary.active:focus, #video-examples .btn-primary.show:focus {
  box-shadow: 0 8px 9px -4px rgba(59, 113, 202, 0.3), 0 4px 18px 0 rgba(59, 113, 202, 0.2);
}
.btn-check:checked + #video-examples .btn-primary:hover, .btn-check:active + #video-examples .btn-primary:hover, #video-examples .btn-primary:active:hover, #video-examples .btn-primary.active:hover, #video-examples .btn-primary.show:hover {
  background-color: #3566b6;
}
#video-examples .btn-primary:disabled, #video-examples .btn-primary.disabled, fieldset:disabled #video-examples .btn-primary {
  box-shadow: 0 4px 9px -4px #3b71ca;
}
#video-examples .btn-secondary {
  --mdb-btn-bg: #e3ebf7;
  --mdb-btn-color: #285192;
  --mdb-btn-box-shadow: 0 4px 9px -4px #e3ebf7;
  --mdb-btn-hover-bg: #d8dfeb;
  --mdb-btn-hover-color: #285192;
  --mdb-btn-focus-bg: #d8dfeb;
  --mdb-btn-focus-color: #285192;
  --mdb-btn-active-bg: #ccd4de;
  --mdb-btn-active-color: #285192;
}
:not(.btn-check) + #video-examples .btn-secondary:hover, #video-examples .btn-secondary:first-child:hover, #video-examples .btn-secondary:focus-visible, #video-examples .btn-secondary:hover {
  box-shadow: 0 8px 9px -4px rgba(227, 235, 247, 0.3), 0 4px 18px 0 rgba(227, 235, 247, 0.2);
}
.btn-check:focus-visible + #video-examples .btn-secondary, .btn-check:focus + #video-examples .btn-secondary, #video-examples .btn-secondary:focus {
  box-shadow: 0 8px 9px -4px rgba(227, 235, 247, 0.3), 0 4px 18px 0 rgba(227, 235, 247, 0.2);
  background-color: #d8dfeb;
}
.btn-check:checked + #video-examples .btn-secondary, .btn-check:active + #video-examples .btn-secondary, #video-examples .btn-secondary:active, #video-examples .btn-secondary.active, #video-examples .btn-secondary.show {
  box-shadow: 0 8px 9px -4px rgba(227, 235, 247, 0.3), 0 4px 18px 0 rgba(227, 235, 247, 0.2);
}
.btn-check:checked + #video-examples .btn-secondary:focus, .btn-check:active + #video-examples .btn-secondary:focus, #video-examples .btn-secondary:active:focus, #video-examples .btn-secondary.active:focus, #video-examples .btn-secondary.show:focus {
  box-shadow: 0 8px 9px -4px rgba(227, 235, 247, 0.3), 0 4px 18px 0 rgba(227, 235, 247, 0.2);
}
.btn-check:checked + #video-examples .btn-secondary:hover, .btn-check:active + #video-examples .btn-secondary:hover, #video-examples .btn-secondary:active:hover, #video-examples .btn-secondary.active:hover, #video-examples .btn-secondary.show:hover {
  background-color: #ccd4de;
}
#video-examples .btn-secondary:disabled, #video-examples .btn-secondary.disabled, fieldset:disabled #video-examples .btn-secondary {
  box-shadow: 0 4px 9px -4px #e3ebf7;
}
#video-examples .btn-success {
  --mdb-btn-bg: #14a44d;
  --mdb-btn-color: #fff;
  --mdb-btn-box-shadow: 0 4px 9px -4px #14a44d;
  --mdb-btn-hover-bg: #139c49;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-focus-bg: #139c49;
  --mdb-btn-focus-color: #fff;
  --mdb-btn-active-bg: #129445;
  --mdb-btn-active-color: #fff;
}
:not(.btn-check) + #video-examples .btn-success:hover, #video-examples .btn-success:first-child:hover, #video-examples .btn-success:focus-visible, #video-examples .btn-success:hover {
  box-shadow: 0 8px 9px -4px rgba(20, 164, 77, 0.3), 0 4px 18px 0 rgba(20, 164, 77, 0.2);
}
.btn-check:focus-visible + #video-examples .btn-success, .btn-check:focus + #video-examples .btn-success, #video-examples .btn-success:focus {
  box-shadow: 0 8px 9px -4px rgba(20, 164, 77, 0.3), 0 4px 18px 0 rgba(20, 164, 77, 0.2);
  background-color: #139c49;
}
.btn-check:checked + #video-examples .btn-success, .btn-check:active + #video-examples .btn-success, #video-examples .btn-success:active, #video-examples .btn-success.active, #video-examples .btn-success.show {
  box-shadow: 0 8px 9px -4px rgba(20, 164, 77, 0.3), 0 4px 18px 0 rgba(20, 164, 77, 0.2);
}
.btn-check:checked + #video-examples .btn-success:focus, .btn-check:active + #video-examples .btn-success:focus, #video-examples .btn-success:active:focus, #video-examples .btn-success.active:focus, #video-examples .btn-success.show:focus {
  box-shadow: 0 8px 9px -4px rgba(20, 164, 77, 0.3), 0 4px 18px 0 rgba(20, 164, 77, 0.2);
}
.btn-check:checked + #video-examples .btn-success:hover, .btn-check:active + #video-examples .btn-success:hover, #video-examples .btn-success:active:hover, #video-examples .btn-success.active:hover, #video-examples .btn-success.show:hover {
  background-color: #129445;
}
#video-examples .btn-success:disabled, #video-examples .btn-success.disabled, fieldset:disabled #video-examples .btn-success {
  box-shadow: 0 4px 9px -4px #14a44d;
}
#video-examples .btn-danger {
  --mdb-btn-bg: #dc4c64;
  --mdb-btn-color: #fff;
  --mdb-btn-box-shadow: 0 4px 9px -4px #dc4c64;
  --mdb-btn-hover-bg: #d1485f;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-focus-bg: #d1485f;
  --mdb-btn-focus-color: #fff;
  --mdb-btn-active-bg: #c6445a;
  --mdb-btn-active-color: #fff;
}
:not(.btn-check) + #video-examples .btn-danger:hover, #video-examples .btn-danger:first-child:hover, #video-examples .btn-danger:focus-visible, #video-examples .btn-danger:hover {
  box-shadow: 0 8px 9px -4px rgba(220, 76, 100, 0.3), 0 4px 18px 0 rgba(220, 76, 100, 0.2);
}
.btn-check:focus-visible + #video-examples .btn-danger, .btn-check:focus + #video-examples .btn-danger, #video-examples .btn-danger:focus {
  box-shadow: 0 8px 9px -4px rgba(220, 76, 100, 0.3), 0 4px 18px 0 rgba(220, 76, 100, 0.2);
  background-color: #d1485f;
}
.btn-check:checked + #video-examples .btn-danger, .btn-check:active + #video-examples .btn-danger, #video-examples .btn-danger:active, #video-examples .btn-danger.active, #video-examples .btn-danger.show {
  box-shadow: 0 8px 9px -4px rgba(220, 76, 100, 0.3), 0 4px 18px 0 rgba(220, 76, 100, 0.2);
}
.btn-check:checked + #video-examples .btn-danger:focus, .btn-check:active + #video-examples .btn-danger:focus, #video-examples .btn-danger:active:focus, #video-examples .btn-danger.active:focus, #video-examples .btn-danger.show:focus {
  box-shadow: 0 8px 9px -4px rgba(220, 76, 100, 0.3), 0 4px 18px 0 rgba(220, 76, 100, 0.2);
}
.btn-check:checked + #video-examples .btn-danger:hover, .btn-check:active + #video-examples .btn-danger:hover, #video-examples .btn-danger:active:hover, #video-examples .btn-danger.active:hover, #video-examples .btn-danger.show:hover {
  background-color: #c6445a;
}
#video-examples .btn-danger:disabled, #video-examples .btn-danger.disabled, fieldset:disabled #video-examples .btn-danger {
  box-shadow: 0 4px 9px -4px #dc4c64;
}
#video-examples .btn-warning {
  --mdb-btn-bg: #e4a11b;
  --mdb-btn-color: #fff;
  --mdb-btn-box-shadow: 0 4px 9px -4px #e4a11b;
  --mdb-btn-hover-bg: #d9991a;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-focus-bg: #d9991a;
  --mdb-btn-focus-color: #fff;
  --mdb-btn-active-bg: #cd9118;
  --mdb-btn-active-color: #fff;
}
:not(.btn-check) + #video-examples .btn-warning:hover, #video-examples .btn-warning:first-child:hover, #video-examples .btn-warning:focus-visible, #video-examples .btn-warning:hover {
  box-shadow: 0 8px 9px -4px rgba(228, 161, 27, 0.3), 0 4px 18px 0 rgba(228, 161, 27, 0.2);
}
.btn-check:focus-visible + #video-examples .btn-warning, .btn-check:focus + #video-examples .btn-warning, #video-examples .btn-warning:focus {
  box-shadow: 0 8px 9px -4px rgba(228, 161, 27, 0.3), 0 4px 18px 0 rgba(228, 161, 27, 0.2);
  background-color: #d9991a;
}
.btn-check:checked + #video-examples .btn-warning, .btn-check:active + #video-examples .btn-warning, #video-examples .btn-warning:active, #video-examples .btn-warning.active, #video-examples .btn-warning.show {
  box-shadow: 0 8px 9px -4px rgba(228, 161, 27, 0.3), 0 4px 18px 0 rgba(228, 161, 27, 0.2);
}
.btn-check:checked + #video-examples .btn-warning:focus, .btn-check:active + #video-examples .btn-warning:focus, #video-examples .btn-warning:active:focus, #video-examples .btn-warning.active:focus, #video-examples .btn-warning.show:focus {
  box-shadow: 0 8px 9px -4px rgba(228, 161, 27, 0.3), 0 4px 18px 0 rgba(228, 161, 27, 0.2);
}
.btn-check:checked + #video-examples .btn-warning:hover, .btn-check:active + #video-examples .btn-warning:hover, #video-examples .btn-warning:active:hover, #video-examples .btn-warning.active:hover, #video-examples .btn-warning.show:hover {
  background-color: #cd9118;
}
#video-examples .btn-warning:disabled, #video-examples .btn-warning.disabled, fieldset:disabled #video-examples .btn-warning {
  box-shadow: 0 4px 9px -4px #e4a11b;
}
#video-examples .btn-info {
  --mdb-btn-bg: #54b4d3;
  --mdb-btn-color: #fff;
  --mdb-btn-box-shadow: 0 4px 9px -4px #54b4d3;
  --mdb-btn-hover-bg: #50abc8;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-focus-bg: #50abc8;
  --mdb-btn-focus-color: #fff;
  --mdb-btn-active-bg: #4ca2be;
  --mdb-btn-active-color: #fff;
}
:not(.btn-check) + #video-examples .btn-info:hover, #video-examples .btn-info:first-child:hover, #video-examples .btn-info:focus-visible, #video-examples .btn-info:hover {
  box-shadow: 0 8px 9px -4px rgba(84, 180, 211, 0.3), 0 4px 18px 0 rgba(84, 180, 211, 0.2);
}
.btn-check:focus-visible + #video-examples .btn-info, .btn-check:focus + #video-examples .btn-info, #video-examples .btn-info:focus {
  box-shadow: 0 8px 9px -4px rgba(84, 180, 211, 0.3), 0 4px 18px 0 rgba(84, 180, 211, 0.2);
  background-color: #50abc8;
}
.btn-check:checked + #video-examples .btn-info, .btn-check:active + #video-examples .btn-info, #video-examples .btn-info:active, #video-examples .btn-info.active, #video-examples .btn-info.show {
  box-shadow: 0 8px 9px -4px rgba(84, 180, 211, 0.3), 0 4px 18px 0 rgba(84, 180, 211, 0.2);
}
.btn-check:checked + #video-examples .btn-info:focus, .btn-check:active + #video-examples .btn-info:focus, #video-examples .btn-info:active:focus, #video-examples .btn-info.active:focus, #video-examples .btn-info.show:focus {
  box-shadow: 0 8px 9px -4px rgba(84, 180, 211, 0.3), 0 4px 18px 0 rgba(84, 180, 211, 0.2);
}
.btn-check:checked + #video-examples .btn-info:hover, .btn-check:active + #video-examples .btn-info:hover, #video-examples .btn-info:active:hover, #video-examples .btn-info.active:hover, #video-examples .btn-info.show:hover {
  background-color: #4ca2be;
}
#video-examples .btn-info:disabled, #video-examples .btn-info.disabled, fieldset:disabled #video-examples .btn-info {
  box-shadow: 0 4px 9px -4px #54b4d3;
}
#video-examples .btn-light {
  --mdb-btn-bg: #fbfbfb;
  --mdb-btn-color: #4f4f4f;
  --mdb-btn-box-shadow: 0 4px 9px -4px #fbfbfb;
  --mdb-btn-hover-bg: #eeeeee;
  --mdb-btn-hover-color: #4f4f4f;
  --mdb-btn-focus-bg: #eeeeee;
  --mdb-btn-focus-color: #4f4f4f;
  --mdb-btn-active-bg: #e2e2e2;
  --mdb-btn-active-color: #4f4f4f;
}
:not(.btn-check) + #video-examples .btn-light:hover, #video-examples .btn-light:first-child:hover, #video-examples .btn-light:focus-visible, #video-examples .btn-light:hover {
  box-shadow: 0 8px 9px -4px rgba(251, 251, 251, 0.3), 0 4px 18px 0 rgba(251, 251, 251, 0.2);
}
.btn-check:focus-visible + #video-examples .btn-light, .btn-check:focus + #video-examples .btn-light, #video-examples .btn-light:focus {
  box-shadow: 0 8px 9px -4px rgba(251, 251, 251, 0.3), 0 4px 18px 0 rgba(251, 251, 251, 0.2);
  background-color: #eeeeee;
}
.btn-check:checked + #video-examples .btn-light, .btn-check:active + #video-examples .btn-light, #video-examples .btn-light:active, #video-examples .btn-light.active, #video-examples .btn-light.show {
  box-shadow: 0 8px 9px -4px rgba(251, 251, 251, 0.3), 0 4px 18px 0 rgba(251, 251, 251, 0.2);
}
.btn-check:checked + #video-examples .btn-light:focus, .btn-check:active + #video-examples .btn-light:focus, #video-examples .btn-light:active:focus, #video-examples .btn-light.active:focus, #video-examples .btn-light.show:focus {
  box-shadow: 0 8px 9px -4px rgba(251, 251, 251, 0.3), 0 4px 18px 0 rgba(251, 251, 251, 0.2);
}
.btn-check:checked + #video-examples .btn-light:hover, .btn-check:active + #video-examples .btn-light:hover, #video-examples .btn-light:active:hover, #video-examples .btn-light.active:hover, #video-examples .btn-light.show:hover {
  background-color: #e2e2e2;
}
#video-examples .btn-light:disabled, #video-examples .btn-light.disabled, fieldset:disabled #video-examples .btn-light {
  box-shadow: 0 4px 9px -4px #fbfbfb;
}
#video-examples .btn-dark {
  --mdb-btn-bg: #332d2d;
  --mdb-btn-color: #fff;
  --mdb-btn-box-shadow: 0 4px 9px -4px #332d2d;
  --mdb-btn-hover-bg: #302b2b;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-focus-bg: #302b2b;
  --mdb-btn-focus-color: #fff;
  --mdb-btn-active-bg: #2e2929;
  --mdb-btn-active-color: #fff;
}
:not(.btn-check) + #video-examples .btn-dark:hover, #video-examples .btn-dark:first-child:hover, #video-examples .btn-dark:focus-visible, #video-examples .btn-dark:hover {
  box-shadow: 0 8px 9px -4px rgba(51, 45, 45, 0.3), 0 4px 18px 0 rgba(51, 45, 45, 0.2);
}
.btn-check:focus-visible + #video-examples .btn-dark, .btn-check:focus + #video-examples .btn-dark, #video-examples .btn-dark:focus {
  box-shadow: 0 8px 9px -4px rgba(51, 45, 45, 0.3), 0 4px 18px 0 rgba(51, 45, 45, 0.2);
  background-color: #302b2b;
}
.btn-check:checked + #video-examples .btn-dark, .btn-check:active + #video-examples .btn-dark, #video-examples .btn-dark:active, #video-examples .btn-dark.active, #video-examples .btn-dark.show {
  box-shadow: 0 8px 9px -4px rgba(51, 45, 45, 0.3), 0 4px 18px 0 rgba(51, 45, 45, 0.2);
}
.btn-check:checked + #video-examples .btn-dark:focus, .btn-check:active + #video-examples .btn-dark:focus, #video-examples .btn-dark:active:focus, #video-examples .btn-dark.active:focus, #video-examples .btn-dark.show:focus {
  box-shadow: 0 8px 9px -4px rgba(51, 45, 45, 0.3), 0 4px 18px 0 rgba(51, 45, 45, 0.2);
}
.btn-check:checked + #video-examples .btn-dark:hover, .btn-check:active + #video-examples .btn-dark:hover, #video-examples .btn-dark:active:hover, #video-examples .btn-dark.active:hover, #video-examples .btn-dark.show:hover {
  background-color: #2e2929;
}
#video-examples .btn-dark:disabled, #video-examples .btn-dark.disabled, fieldset:disabled #video-examples .btn-dark {
  box-shadow: 0 4px 9px -4px #332d2d;
}
#video-examples .btn-white {
  --mdb-btn-bg: #fff;
  --mdb-btn-color: #000;
  --mdb-btn-box-shadow: 0 4px 9px -4px #fff;
  --mdb-btn-hover-bg: #f2f2f2;
  --mdb-btn-hover-color: #000;
  --mdb-btn-focus-bg: #f2f2f2;
  --mdb-btn-focus-color: #000;
  --mdb-btn-active-bg: #e6e6e6;
  --mdb-btn-active-color: #000;
}
:not(.btn-check) + #video-examples .btn-white:hover, #video-examples .btn-white:first-child:hover, #video-examples .btn-white:focus-visible, #video-examples .btn-white:hover {
  box-shadow: 0 8px 9px -4px rgba(255, 255, 255, 0.3), 0 4px 18px 0 rgba(255, 255, 255, 0.2);
}
.btn-check:focus-visible + #video-examples .btn-white, .btn-check:focus + #video-examples .btn-white, #video-examples .btn-white:focus {
  box-shadow: 0 8px 9px -4px rgba(255, 255, 255, 0.3), 0 4px 18px 0 rgba(255, 255, 255, 0.2);
  background-color: #f2f2f2;
}
.btn-check:checked + #video-examples .btn-white, .btn-check:active + #video-examples .btn-white, #video-examples .btn-white:active, #video-examples .btn-white.active, #video-examples .btn-white.show {
  box-shadow: 0 8px 9px -4px rgba(255, 255, 255, 0.3), 0 4px 18px 0 rgba(255, 255, 255, 0.2);
}
.btn-check:checked + #video-examples .btn-white:focus, .btn-check:active + #video-examples .btn-white:focus, #video-examples .btn-white:active:focus, #video-examples .btn-white.active:focus, #video-examples .btn-white.show:focus {
  box-shadow: 0 8px 9px -4px rgba(255, 255, 255, 0.3), 0 4px 18px 0 rgba(255, 255, 255, 0.2);
}
.btn-check:checked + #video-examples .btn-white:hover, .btn-check:active + #video-examples .btn-white:hover, #video-examples .btn-white:active:hover, #video-examples .btn-white.active:hover, #video-examples .btn-white.show:hover {
  background-color: #e6e6e6;
}
#video-examples .btn-white:disabled, #video-examples .btn-white.disabled, fieldset:disabled #video-examples .btn-white {
  box-shadow: 0 4px 9px -4px #fff;
}
#video-examples .btn-black {
  --mdb-btn-bg: #000;
  --mdb-btn-color: #fff;
  --mdb-btn-box-shadow: 0 4px 9px -4px #000;
  --mdb-btn-hover-bg: black;
  --mdb-btn-hover-color: #fff;
  --mdb-btn-focus-bg: black;
  --mdb-btn-focus-color: #fff;
  --mdb-btn-active-bg: black;
  --mdb-btn-active-color: #fff;
}
:not(.btn-check) + #video-examples .btn-black:hover, #video-examples .btn-black:first-child:hover, #video-examples .btn-black:focus-visible, #video-examples .btn-black:hover {
  box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.3), 0 4px 18px 0 rgba(0, 0, 0, 0.2);
}
.btn-check:focus-visible + #video-examples .btn-black, .btn-check:focus + #video-examples .btn-black, #video-examples .btn-black:focus {
  box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.3), 0 4px 18px 0 rgba(0, 0, 0, 0.2);
  background-color: black;
}
.btn-check:checked + #video-examples .btn-black, .btn-check:active + #video-examples .btn-black, #video-examples .btn-black:active, #video-examples .btn-black.active, #video-examples .btn-black.show {
  box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.3), 0 4px 18px 0 rgba(0, 0, 0, 0.2);
}
.btn-check:checked + #video-examples .btn-black:focus, .btn-check:active + #video-examples .btn-black:focus, #video-examples .btn-black:active:focus, #video-examples .btn-black.active:focus, #video-examples .btn-black.show:focus {
  box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.3), 0 4px 18px 0 rgba(0, 0, 0, 0.2);
}
.btn-check:checked + #video-examples .btn-black:hover, .btn-check:active + #video-examples .btn-black:hover, #video-examples .btn-black:active:hover, #video-examples .btn-black.active:hover, #video-examples .btn-black.show:hover {
  background-color: black;
}
#video-examples .btn-black:disabled, #video-examples .btn-black.disabled, fieldset:disabled #video-examples .btn-black {
  box-shadow: 0 4px 9px -4px #000;
}
#video-examples .btn-outline-primary {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #3b71ca;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: #386bc0;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: #386bc0;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: #3566b6;
  border-color: #3b71ca;
}
:not(.btn-check) + #video-examples .btn-outline-primary:hover, #video-examples .btn-outline-primary:first-child:hover, #video-examples .btn-outline-primary:focus-visible, #video-examples .btn-outline-primary:hover {
  border-color: #386bc0;
}
.btn-check:focus-visible + #video-examples .btn-outline-primary, .btn-check:focus + #video-examples .btn-outline-primary, #video-examples .btn-outline-primary:focus {
  border-color: #386bc0;
}
.btn-check:checked + #video-examples .btn-outline-primary, .btn-check:active + #video-examples .btn-outline-primary, #video-examples .btn-outline-primary:active, #video-examples .btn-outline-primary.active, #video-examples .btn-outline-primary.show {
  border-color: #3566b6;
}
.btn-check:checked + #video-examples .btn-outline-primary:focus, .btn-check:active + #video-examples .btn-outline-primary:focus, #video-examples .btn-outline-primary:active:focus, #video-examples .btn-outline-primary.active:focus, #video-examples .btn-outline-primary.show:focus {
  border-color: #386bc0;
}
#video-examples .btn-outline-primary:disabled, #video-examples .btn-outline-primary.disabled, fieldset:disabled #video-examples .btn-outline-primary {
  border-color: #3b71ca;
}
#video-examples .btn-outline-secondary {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #285192;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: #264d8b;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: #264d8b;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: #244983;
  border-color: #e3ebf7;
}
:not(.btn-check) + #video-examples .btn-outline-secondary:hover, #video-examples .btn-outline-secondary:first-child:hover, #video-examples .btn-outline-secondary:focus-visible, #video-examples .btn-outline-secondary:hover {
  border-color: #d8dfeb;
}
.btn-check:focus-visible + #video-examples .btn-outline-secondary, .btn-check:focus + #video-examples .btn-outline-secondary, #video-examples .btn-outline-secondary:focus {
  border-color: #d8dfeb;
}
.btn-check:checked + #video-examples .btn-outline-secondary, .btn-check:active + #video-examples .btn-outline-secondary, #video-examples .btn-outline-secondary:active, #video-examples .btn-outline-secondary.active, #video-examples .btn-outline-secondary.show {
  border-color: #ccd4de;
}
.btn-check:checked + #video-examples .btn-outline-secondary:focus, .btn-check:active + #video-examples .btn-outline-secondary:focus, #video-examples .btn-outline-secondary:active:focus, #video-examples .btn-outline-secondary.active:focus, #video-examples .btn-outline-secondary.show:focus {
  border-color: #d8dfeb;
}
#video-examples .btn-outline-secondary:disabled, #video-examples .btn-outline-secondary.disabled, fieldset:disabled #video-examples .btn-outline-secondary {
  border-color: #e3ebf7;
}
#video-examples .btn-outline-success {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #14a44d;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: #139c49;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: #139c49;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: #129445;
  border-color: #14a44d;
}
:not(.btn-check) + #video-examples .btn-outline-success:hover, #video-examples .btn-outline-success:first-child:hover, #video-examples .btn-outline-success:focus-visible, #video-examples .btn-outline-success:hover {
  border-color: #139c49;
}
.btn-check:focus-visible + #video-examples .btn-outline-success, .btn-check:focus + #video-examples .btn-outline-success, #video-examples .btn-outline-success:focus {
  border-color: #139c49;
}
.btn-check:checked + #video-examples .btn-outline-success, .btn-check:active + #video-examples .btn-outline-success, #video-examples .btn-outline-success:active, #video-examples .btn-outline-success.active, #video-examples .btn-outline-success.show {
  border-color: #129445;
}
.btn-check:checked + #video-examples .btn-outline-success:focus, .btn-check:active + #video-examples .btn-outline-success:focus, #video-examples .btn-outline-success:active:focus, #video-examples .btn-outline-success.active:focus, #video-examples .btn-outline-success.show:focus {
  border-color: #139c49;
}
#video-examples .btn-outline-success:disabled, #video-examples .btn-outline-success.disabled, fieldset:disabled #video-examples .btn-outline-success {
  border-color: #14a44d;
}
#video-examples .btn-outline-danger {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #dc4c64;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: #d1485f;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: #d1485f;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: #c6445a;
  border-color: #dc4c64;
}
:not(.btn-check) + #video-examples .btn-outline-danger:hover, #video-examples .btn-outline-danger:first-child:hover, #video-examples .btn-outline-danger:focus-visible, #video-examples .btn-outline-danger:hover {
  border-color: #d1485f;
}
.btn-check:focus-visible + #video-examples .btn-outline-danger, .btn-check:focus + #video-examples .btn-outline-danger, #video-examples .btn-outline-danger:focus {
  border-color: #d1485f;
}
.btn-check:checked + #video-examples .btn-outline-danger, .btn-check:active + #video-examples .btn-outline-danger, #video-examples .btn-outline-danger:active, #video-examples .btn-outline-danger.active, #video-examples .btn-outline-danger.show {
  border-color: #c6445a;
}
.btn-check:checked + #video-examples .btn-outline-danger:focus, .btn-check:active + #video-examples .btn-outline-danger:focus, #video-examples .btn-outline-danger:active:focus, #video-examples .btn-outline-danger.active:focus, #video-examples .btn-outline-danger.show:focus {
  border-color: #d1485f;
}
#video-examples .btn-outline-danger:disabled, #video-examples .btn-outline-danger.disabled, fieldset:disabled #video-examples .btn-outline-danger {
  border-color: #dc4c64;
}
#video-examples .btn-outline-warning {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #e4a11b;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: #d9991a;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: #d9991a;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: #cd9118;
  border-color: #e4a11b;
}
:not(.btn-check) + #video-examples .btn-outline-warning:hover, #video-examples .btn-outline-warning:first-child:hover, #video-examples .btn-outline-warning:focus-visible, #video-examples .btn-outline-warning:hover {
  border-color: #d9991a;
}
.btn-check:focus-visible + #video-examples .btn-outline-warning, .btn-check:focus + #video-examples .btn-outline-warning, #video-examples .btn-outline-warning:focus {
  border-color: #d9991a;
}
.btn-check:checked + #video-examples .btn-outline-warning, .btn-check:active + #video-examples .btn-outline-warning, #video-examples .btn-outline-warning:active, #video-examples .btn-outline-warning.active, #video-examples .btn-outline-warning.show {
  border-color: #cd9118;
}
.btn-check:checked + #video-examples .btn-outline-warning:focus, .btn-check:active + #video-examples .btn-outline-warning:focus, #video-examples .btn-outline-warning:active:focus, #video-examples .btn-outline-warning.active:focus, #video-examples .btn-outline-warning.show:focus {
  border-color: #d9991a;
}
#video-examples .btn-outline-warning:disabled, #video-examples .btn-outline-warning.disabled, fieldset:disabled #video-examples .btn-outline-warning {
  border-color: #e4a11b;
}
#video-examples .btn-outline-info {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #54b4d3;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: #50abc8;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: #50abc8;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: #4ca2be;
  border-color: #54b4d3;
}
:not(.btn-check) + #video-examples .btn-outline-info:hover, #video-examples .btn-outline-info:first-child:hover, #video-examples .btn-outline-info:focus-visible, #video-examples .btn-outline-info:hover {
  border-color: #50abc8;
}
.btn-check:focus-visible + #video-examples .btn-outline-info, .btn-check:focus + #video-examples .btn-outline-info, #video-examples .btn-outline-info:focus {
  border-color: #50abc8;
}
.btn-check:checked + #video-examples .btn-outline-info, .btn-check:active + #video-examples .btn-outline-info, #video-examples .btn-outline-info:active, #video-examples .btn-outline-info.active, #video-examples .btn-outline-info.show {
  border-color: #4ca2be;
}
.btn-check:checked + #video-examples .btn-outline-info:focus, .btn-check:active + #video-examples .btn-outline-info:focus, #video-examples .btn-outline-info:active:focus, #video-examples .btn-outline-info.active:focus, #video-examples .btn-outline-info.show:focus {
  border-color: #50abc8;
}
#video-examples .btn-outline-info:disabled, #video-examples .btn-outline-info.disabled, fieldset:disabled #video-examples .btn-outline-info {
  border-color: #54b4d3;
}
#video-examples .btn-outline-light {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #fbfbfb;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: #eeeeee;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: #eeeeee;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: #e2e2e2;
  border-color: #fbfbfb;
}
:not(.btn-check) + #video-examples .btn-outline-light:hover, #video-examples .btn-outline-light:first-child:hover, #video-examples .btn-outline-light:focus-visible, #video-examples .btn-outline-light:hover {
  border-color: #eeeeee;
}
.btn-check:focus-visible + #video-examples .btn-outline-light, .btn-check:focus + #video-examples .btn-outline-light, #video-examples .btn-outline-light:focus {
  border-color: #eeeeee;
}
.btn-check:checked + #video-examples .btn-outline-light, .btn-check:active + #video-examples .btn-outline-light, #video-examples .btn-outline-light:active, #video-examples .btn-outline-light.active, #video-examples .btn-outline-light.show {
  border-color: #e2e2e2;
}
.btn-check:checked + #video-examples .btn-outline-light:focus, .btn-check:active + #video-examples .btn-outline-light:focus, #video-examples .btn-outline-light:active:focus, #video-examples .btn-outline-light.active:focus, #video-examples .btn-outline-light.show:focus {
  border-color: #eeeeee;
}
#video-examples .btn-outline-light:disabled, #video-examples .btn-outline-light.disabled, fieldset:disabled #video-examples .btn-outline-light {
  border-color: #fbfbfb;
}
#video-examples .btn-outline-dark {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #332d2d;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: #302b2b;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: #302b2b;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: #2e2929;
  border-color: #332d2d;
}
:not(.btn-check) + #video-examples .btn-outline-dark:hover, #video-examples .btn-outline-dark:first-child:hover, #video-examples .btn-outline-dark:focus-visible, #video-examples .btn-outline-dark:hover {
  border-color: #302b2b;
}
.btn-check:focus-visible + #video-examples .btn-outline-dark, .btn-check:focus + #video-examples .btn-outline-dark, #video-examples .btn-outline-dark:focus {
  border-color: #302b2b;
}
.btn-check:checked + #video-examples .btn-outline-dark, .btn-check:active + #video-examples .btn-outline-dark, #video-examples .btn-outline-dark:active, #video-examples .btn-outline-dark.active, #video-examples .btn-outline-dark.show {
  border-color: #2e2929;
}
.btn-check:checked + #video-examples .btn-outline-dark:focus, .btn-check:active + #video-examples .btn-outline-dark:focus, #video-examples .btn-outline-dark:active:focus, #video-examples .btn-outline-dark.active:focus, #video-examples .btn-outline-dark.show:focus {
  border-color: #302b2b;
}
#video-examples .btn-outline-dark:disabled, #video-examples .btn-outline-dark.disabled, fieldset:disabled #video-examples .btn-outline-dark {
  border-color: #332d2d;
}
#video-examples .btn-outline-white {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #fff;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: #f2f2f2;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: #f2f2f2;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: #e6e6e6;
  border-color: #fff;
}
:not(.btn-check) + #video-examples .btn-outline-white:hover, #video-examples .btn-outline-white:first-child:hover, #video-examples .btn-outline-white:focus-visible, #video-examples .btn-outline-white:hover {
  border-color: #f2f2f2;
}
.btn-check:focus-visible + #video-examples .btn-outline-white, .btn-check:focus + #video-examples .btn-outline-white, #video-examples .btn-outline-white:focus {
  border-color: #f2f2f2;
}
.btn-check:checked + #video-examples .btn-outline-white, .btn-check:active + #video-examples .btn-outline-white, #video-examples .btn-outline-white:active, #video-examples .btn-outline-white.active, #video-examples .btn-outline-white.show {
  border-color: #e6e6e6;
}
.btn-check:checked + #video-examples .btn-outline-white:focus, .btn-check:active + #video-examples .btn-outline-white:focus, #video-examples .btn-outline-white:active:focus, #video-examples .btn-outline-white.active:focus, #video-examples .btn-outline-white.show:focus {
  border-color: #f2f2f2;
}
#video-examples .btn-outline-white:disabled, #video-examples .btn-outline-white.disabled, fieldset:disabled #video-examples .btn-outline-white {
  border-color: #fff;
}
#video-examples .btn-outline-black {
  --mdb-btn-bg: transparent;
  --mdb-btn-color: #000;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-hover-color: black;
  --mdb-btn-focus-bg: transparent;
  --mdb-btn-focus-color: black;
  --mdb-btn-active-bg: transparent;
  --mdb-btn-active-color: black;
  border-color: #000;
}
:not(.btn-check) + #video-examples .btn-outline-black:hover, #video-examples .btn-outline-black:first-child:hover, #video-examples .btn-outline-black:focus-visible, #video-examples .btn-outline-black:hover {
  border-color: black;
}
.btn-check:focus-visible + #video-examples .btn-outline-black, .btn-check:focus + #video-examples .btn-outline-black, #video-examples .btn-outline-black:focus {
  border-color: black;
}
.btn-check:checked + #video-examples .btn-outline-black, .btn-check:active + #video-examples .btn-outline-black, #video-examples .btn-outline-black:active, #video-examples .btn-outline-black.active, #video-examples .btn-outline-black.show {
  border-color: black;
}
.btn-check:checked + #video-examples .btn-outline-black:focus, .btn-check:active + #video-examples .btn-outline-black:focus, #video-examples .btn-outline-black:active:focus, #video-examples .btn-outline-black.active:focus, #video-examples .btn-outline-black.show:focus {
  border-color: black;
}
#video-examples .btn-outline-black:disabled, #video-examples .btn-outline-black.disabled, fieldset:disabled #video-examples .btn-outline-black {
  border-color: #000;
}
#video-examples .btn-link {
  --mdb-btn-font-weight: 500;
  --mdb-btn-color: #3b71ca;
  --mdb-btn-hover-color: #386bc0;
  --mdb-btn-hover-bg: hsl(0, 0%, 96%);
  --mdb-btn-focus-color: #3566b6;
  --mdb-btn-active-color: #3260ac;
  --mdb-btn-disabled-color: #9e9e9e;
  --mdb-btn-box-shadow: none;
  text-decoration: none;
  box-shadow: var(--mdb-btn-box-shadow);
}
:not(.btn-check) + #video-examples .btn-link:hover, #video-examples .btn-link:first-child:hover, #video-examples .btn-link:focus-visible, #video-examples .btn-link:hover {
  text-decoration: none;
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-check:focus-visible + #video-examples .btn-link, .btn-check:focus + #video-examples .btn-link, #video-examples .btn-link:focus {
  color: var(--mdb-btn-focus-color);
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-check:checked + #video-examples .btn-link, .btn-check:active + #video-examples .btn-link, #video-examples .btn-link:active, #video-examples .btn-link.active, #video-examples .btn-link.show {
  color: var(--mdb-btn-active-color);
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-check:checked + #video-examples .btn-link:focus, .btn-check:active + #video-examples .btn-link:focus, #video-examples .btn-link:active:focus, #video-examples .btn-link.active:focus, #video-examples .btn-link.show:focus {
  color: var(--mdb-btn-focus-color);
  box-shadow: var(--mdb-btn-box-shadow);
}
#video-examples .btn-link:disabled, #video-examples .btn-link.disabled, fieldset:disabled #video-examples .btn-link {
  box-shadow: var(--mdb-btn-box-shadow);
}
#video-examples .btn-tertiary {
  --mdb-btn-font-weight: 500;
  --mdb-btn-color: #3b71ca;
  --mdb-btn-hover-color: #386bc0;
  --mdb-btn-hover-bg: transparent;
  --mdb-btn-focus-color: #3566b6;
  --mdb-btn-active-color: #3260ac;
  --mdb-btn-disabled-color: #9e9e9e;
  --mdb-btn-box-shadow: none;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  box-shadow: var(--mdb-btn-box-shadow);
}
:not(.btn-check) + #video-examples .btn-tertiary:hover, #video-examples .btn-tertiary:first-child:hover, #video-examples .btn-tertiary:focus-visible, #video-examples .btn-tertiary:hover {
  text-decoration: none;
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-check:focus-visible + #video-examples .btn-tertiary, .btn-check:focus + #video-examples .btn-tertiary, #video-examples .btn-tertiary:focus {
  color: var(--mdb-btn-focus-color);
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-check:checked + #video-examples .btn-tertiary, .btn-check:active + #video-examples .btn-tertiary, #video-examples .btn-tertiary:active, #video-examples .btn-tertiary.active, #video-examples .btn-tertiary.show {
  color: var(--mdb-btn-active-color);
  box-shadow: var(--mdb-btn-box-shadow);
}
.btn-check:checked + #video-examples .btn-tertiary:focus, .btn-check:active + #video-examples .btn-tertiary:focus, #video-examples .btn-tertiary:active:focus, #video-examples .btn-tertiary.active:focus, #video-examples .btn-tertiary.show:focus {
  color: var(--mdb-btn-focus-color);
  box-shadow: var(--mdb-btn-box-shadow);
}
#video-examples .btn-tertiary:disabled, #video-examples .btn-tertiary.disabled, fieldset:disabled #video-examples .btn-tertiary {
  box-shadow: var(--mdb-btn-box-shadow);
}
#video-examples .btn-lg, #video-examples .btn-group-lg > .btn {
  --mdb-btn-padding-top: 0.75rem;
  --mdb-btn-padding-bottom: 0.6875rem;
  --mdb-btn-padding-x: 1.6875rem;
  --mdb-btn-font-size: 0.875rem;
  --mdb-btn-line-height: 1.6;
}
#video-examples .btn-sm, #video-examples .btn-group-sm > .btn {
  --mdb-btn-padding-top: 0.375rem;
  --mdb-btn-padding-bottom: 0.3125rem;
  --mdb-btn-padding-x: 1rem;
  --mdb-btn-font-size: 0.75rem;
  --mdb-btn-line-height: 1.5;
}
#video-examples .btn-rounded {
  --mdb-btn-border-radius: 10rem;
  border-radius: var(--mdb-btn-border-radius);
}
#video-examples .btn-floating,
#video-examples [class*=btn-outline-].btn-floating {
  --mdb-btn-border-radius: 50%;
  border-radius: var(--mdb-btn-border-radius);
  padding: 0;
  position: relative;
}
#video-examples .btn-floating {
  --mdb-btn-width: 2.3125rem;
  --mdb-btn-height: 2.3125rem;
  --mdb-btn-icon-width: 2.3125rem;
  --mdb-btn-icon-line-height: 2.3125rem;
  --mdb-btn-width-lg: 2.8125rem;
  --mdb-btn-height-lg: 2.8125rem;
  --mdb-btn-icon-width-lg: 2.8125rem;
  --mdb-btn-icon-line-height-lg: 2.8125rem;
  --mdb-btn-width-sm: 1.8125rem;
  --mdb-btn-height-sm: 1.8125rem;
  --mdb-btn-icon-width-sm: 1.8125rem;
  --mdb-btn-icon-line-height-sm: 1.8125rem;
  width: var(--mdb-btn-width);
  height: var(--mdb-btn-height);
}
#video-examples .btn-floating .fas,
#video-examples .btn-floating .far,
#video-examples .btn-floating .fab {
  width: var(--mdb-btn-icon-width);
  line-height: var(--mdb-btn-icon-line-height);
}
#video-examples .btn-floating.btn-lg, #video-examples .btn-group-lg > .btn-floating.btn {
  width: var(--mdb-btn-width-lg);
  height: var(--mdb-btn-height-lg);
}
#video-examples .btn-floating.btn-lg .fas, #video-examples .btn-group-lg > .btn-floating.btn .fas,
#video-examples .btn-floating.btn-lg .far,
#video-examples .btn-group-lg > .btn-floating.btn .far,
#video-examples .btn-floating.btn-lg .fab,
#video-examples .btn-group-lg > .btn-floating.btn .fab {
  width: var(--mdb-btn-icon-width-lg);
  line-height: var(--mdb-btn-icon-line-height-lg);
}
#video-examples .btn-floating.btn-sm, #video-examples .btn-group-sm > .btn-floating.btn {
  width: var(--mdb-btn-width-sm);
  height: var(--mdb-btn-height-sm);
}
#video-examples .btn-floating.btn-sm .fas, #video-examples .btn-group-sm > .btn-floating.btn .fas,
#video-examples .btn-floating.btn-sm .far,
#video-examples .btn-group-sm > .btn-floating.btn .far,
#video-examples .btn-floating.btn-sm .fab,
#video-examples .btn-group-sm > .btn-floating.btn .fab {
  width: var(--mdb-btn-icon-width-sm);
  line-height: var(--mdb-btn-icon-line-height-sm);
}
#video-examples [class*=btn-outline-].btn-floating {
  --mdb-btn-icon-width: 2.0625rem;
  --mdb-btn-icon-width-lg: 2.5625rem;
  --mdb-btn-icon-width-sm: 1.5625rem;
  --mdb-btn-icon-line-height: 2.0625rem;
  --mdb-btn-icon-line-height-lg: 2.5625rem;
  --mdb-btn-icon-line-height-sm: 1.5625rem;
}
#video-examples [class*=btn-outline-].btn-floating .fas,
#video-examples [class*=btn-outline-].btn-floating .far,
#video-examples [class*=btn-outline-].btn-floating .fab {
  width: var(--mdb-btn-icon-width);
  line-height: var(--mdb-btn-icon-line-height);
}
#video-examples [class*=btn-outline-].btn-floating.btn-lg .fas, #video-examples .btn-group-lg > [class*=btn-outline-].btn-floating.btn .fas,
#video-examples [class*=btn-outline-].btn-floating.btn-lg .far,
#video-examples .btn-group-lg > [class*=btn-outline-].btn-floating.btn .far,
#video-examples [class*=btn-outline-].btn-floating.btn-lg .fab,
#video-examples .btn-group-lg > [class*=btn-outline-].btn-floating.btn .fab {
  width: var(--mdb-btn-icon-width-lg);
  line-height: var(--mdb-btn-icon-line-height-lg);
}
#video-examples [class*=btn-outline-].btn-floating.btn-sm .fas, #video-examples .btn-group-sm > [class*=btn-outline-].btn-floating.btn .fas,
#video-examples [class*=btn-outline-].btn-floating.btn-sm .far,
#video-examples .btn-group-sm > [class*=btn-outline-].btn-floating.btn .far,
#video-examples [class*=btn-outline-].btn-floating.btn-sm .fab,
#video-examples .btn-group-sm > [class*=btn-outline-].btn-floating.btn .fab {
  width: var(--mdb-btn-icon-width-sm);
  line-height: var(--mdb-btn-icon-line-height-sm);
}
#video-examples .fixed-action-btn {
  --mdb-btn-right: 2.1875rem;
  --mdb-btn-bottom: 2.1875rem;
  --mdb-btn-zindex: 1030;
  --mdb-btn-padding-top: 0.9375rem;
  --mdb-btn-padding-bottom: 1.25rem;
  --mdb-btn-padding-x: 1.25rem;
  --mdb-btn-margin-bottom: 1.5rem;
  position: fixed;
  right: var(--mdb-btn-right);
  bottom: var(--mdb-btn-bottom);
  z-index: var(--mdb-btn-zindex);
  display: flex;
  flex-flow: column-reverse nowrap;
  align-items: center;
  padding: var(--mdb-btn-padding-top) var(--mdb-btn-padding-x) var(--mdb-btn-padding-bottom);
  margin-bottom: 0;
  height: auto;
  overflow: hidden;
}
#video-examples .fixed-action-btn > .btn-floating {
  position: relative;
  transform: scale(1.2);
  z-index: 10;
}
#video-examples .fixed-action-btn ul {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  text-align: center;
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
  z-index: -1;
}
#video-examples .fixed-action-btn ul li {
  z-index: 0;
  display: flex;
  margin-right: auto;
  margin-bottom: var(--mdb-btn-margin-bottom);
  margin-left: auto;
}
#video-examples .fixed-action-btn ul li:first-of-type {
  margin-top: calc(var(--mdb-btn-margin-bottom) * 0.5);
}
#video-examples .fixed-action-btn ul a.btn {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
#video-examples .fixed-action-btn ul a.btn.shown {
  opacity: 1;
}
#video-examples .fixed-action-btn.active ul {
  opacity: 1;
}
#video-examples .btn-block {
  --mdb-btn-margin-top: 0.5rem;
  display: block;
  width: 100%;
}
#video-examples .btn-block + .btn-block {
  margin-top: var(--mdb-btn-margin-top);
}
#video-examples hr.divider-horizontal:not([size]) {
  height: 2px;
}
#video-examples .divider-horizontal {
  opacity: 1;
  background-color: #f5f5f5;
  height: 2px;
}
#video-examples .divider-vertical {
  opacity: 1;
  background-color: #f5f5f5;
  display: inline-block;
  width: 2px;
  margin: 0 1rem;
}
#video-examples hr.divider-horizontal-blurry {
  background-image: linear-gradient(90deg, transparent, hsl(0, 0%, 40%), transparent);
  background-color: transparent;
}
#video-examples hr.divider-vertical-blurry {
  background-image: linear-gradient(180deg, transparent, hsl(0, 0%, 40%), transparent);
  background-color: transparent;
  width: 1px;
  top: 0;
  right: 0;
}
#video-examples .dropdown-menu {
  --mdb-dropdown-item-border-radius: 0.5rem;
  color: var(--mdb-dropdown-color);
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  box-shadow: var(--mdb-dropdown-box-shadow);
  font-size: var(--mdb-dropdown-font-size);
  top: 100%;
  left: 0;
  margin-top: var(--mdb-dropdown-spacer);
}
#video-examples .dropdown-menu > li {
  border-radius: 0;
}
#video-examples .dropdown-menu > li:first-child {
  border-top-left-radius: var(--mdb-dropdown-item-border-radius);
  border-top-right-radius: var(--mdb-dropdown-item-border-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#video-examples .dropdown-menu > li:first-child .dropdown-item {
  border-top-left-radius: var(--mdb-dropdown-item-border-radius);
  border-top-right-radius: var(--mdb-dropdown-item-border-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#video-examples .dropdown-menu > li:not(:first-child):not(:last-child) .dropdown-item {
  border-radius: 0;
}
#video-examples .dropdown-menu > li:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--mdb-dropdown-item-border-radius);
  border-bottom-right-radius: var(--mdb-dropdown-item-border-radius);
}
#video-examples .dropdown-menu > li:last-child .dropdown-item {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--mdb-dropdown-item-border-radius);
  border-bottom-right-radius: var(--mdb-dropdown-item-border-radius);
}
#video-examples .dropdown-menu.animation {
  --mdb-dropdown-menu-animated-animation-duration: 0.55s;
  --mdb-dropdown-menu-animated-animation-timing-function: ease;
  display: block;
  /* Speed up animations */
  animation-duration: var(--mdb-dropdown-menu-animated-animation-duration);
  animation-timing-function: var(--mdb-dropdown-menu-animated-animation-timing-function);
}
#video-examples .dropdown-item {
  --mdb-dropdown-state-color: #16181b;
  --mdb-dropdown-state-background-color: #eee;
  padding: var(--mdb-dropdown-item-padding-y) var(--mdb-dropdown-item-padding-x);
  color: var(--mdb-dropdown-color);
  border-radius: 0;
}
#video-examples .dropdown-item:hover, #video-examples .dropdown-item:focus {
  color: var(--mdb-dropdown-state-color);
  background-color: var(--mdb-dropdown-state-background-color);
}
#video-examples .dropdown-item.active, #video-examples .dropdown-item:active {
  color: var(--mdb-dropdown-state-color);
  background-color: var(--mdb-dropdown-state-background-color);
}
#video-examples .hidden-arrow.dropdown-toggle:after {
  display: none;
}
#video-examples .animation {
  animation-duration: 1s;
  animation-fill-mode: both;
  padding: auto;
}
@media (prefers-reduced-motion) {
  #video-examples .animation {
    transition: none !important;
    animation: unset !important;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#video-examples .fade-in {
  animation-name: fade-in;
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#video-examples .fade-out {
  animation-name: fade-out;
}
#video-examples .dropdown-divider {
  --mdb-dropdown-divider-border-top-width: 2px;
  --mdb-dropdown-divider-border-top-bg: hsl(0, 0%, 96%);
  border-top: var(--mdb-dropdown-divider-border-top-width) solid var(--mdb-dropdown-divider-border-top-bg);
  opacity: 1;
}
#video-examples .dropdown-menu INPUT:not(:-webkit-autofill),
#video-examples .dropdown-menu SELECT:not(:-webkit-autofill),
#video-examples .dropdown-menu TEXTAREA:not(:-webkit-autofill) {
  animation-name: none !important;
}
#video-examples .btn-group,
#video-examples .btn-group-vertical {
  --mdb-btn-box-shadow: 0 4px 9px -4px rgba(0, 0, 0, 0.35);
  --mdb-btn-hover-box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-focus-box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-active-box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  --mdb-btn-group-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;
  box-shadow: var(--mdb-btn-box-shadow);
  transition: var(--mdb-btn-group-transition);
}
#video-examples .btn-group:hover,
#video-examples .btn-group-vertical:hover {
  box-shadow: var(--mdb-btn-hover-box-shadow);
}
#video-examples .btn-group:focus, #video-examples .btn-group.focus,
#video-examples .btn-group-vertical:focus,
#video-examples .btn-group-vertical.focus {
  box-shadow: var(--mdb-btn-focus-box-shadow);
}
#video-examples .btn-group:active, #video-examples .btn-group.active,
#video-examples .btn-group-vertical:active,
#video-examples .btn-group-vertical.active {
  box-shadow: var(--mdb-btn-active-box-shadow);
}
#video-examples .btn-group:active:focus, #video-examples .btn-group.active:focus,
#video-examples .btn-group-vertical:active:focus,
#video-examples .btn-group-vertical.active:focus {
  box-shadow: var(--mdb-btn-focus-box-shadow);
}
#video-examples .btn-group:disabled, #video-examples .btn-group.disabled, fieldset:disabled #video-examples .btn-group,
#video-examples .btn-group-vertical:disabled,
#video-examples .btn-group-vertical.disabled,
fieldset:disabled #video-examples .btn-group-vertical {
  box-shadow: var(--mdb-btn-box-shadow);
  border: 0;
}
#video-examples .btn-group > .btn,
#video-examples .btn-group-vertical > .btn {
  box-shadow: none;
}
:not(.btn-check) + #video-examples .btn-group > .btn:hover, #video-examples .btn-group > .btn:first-child:hover, #video-examples .btn-group > .btn:focus-visible, #video-examples .btn-group > .btn:hover,
:not(.btn-check) + #video-examples .btn-group-vertical > .btn:hover,
#video-examples .btn-group-vertical > .btn:first-child:hover,
#video-examples .btn-group-vertical > .btn:focus-visible,
#video-examples .btn-group-vertical > .btn:hover {
  box-shadow: none !important;
}
.btn-check:focus-visible + #video-examples .btn-group > .btn, .btn-check:focus + #video-examples .btn-group > .btn, #video-examples .btn-group > .btn:focus,
.btn-check:focus-visible + #video-examples .btn-group-vertical > .btn,
.btn-check:focus + #video-examples .btn-group-vertical > .btn,
#video-examples .btn-group-vertical > .btn:focus {
  box-shadow: none;
}
.btn-check:checked + #video-examples .btn-group > .btn, .btn-check:active + #video-examples .btn-group > .btn, #video-examples .btn-group > .btn:active, #video-examples .btn-group > .btn.active, #video-examples .btn-group > .btn.show,
.btn-check:checked + #video-examples .btn-group-vertical > .btn,
.btn-check:active + #video-examples .btn-group-vertical > .btn,
#video-examples .btn-group-vertical > .btn:active,
#video-examples .btn-group-vertical > .btn.active,
#video-examples .btn-group-vertical > .btn.show {
  box-shadow: none;
}
.btn-check:checked + #video-examples .btn-group > .btn:focus, .btn-check:active + #video-examples .btn-group > .btn:focus, #video-examples .btn-group > .btn:active:focus, #video-examples .btn-group > .btn.active:focus, #video-examples .btn-group > .btn.show:focus,
.btn-check:checked + #video-examples .btn-group-vertical > .btn:focus,
.btn-check:active + #video-examples .btn-group-vertical > .btn:focus,
#video-examples .btn-group-vertical > .btn:active:focus,
#video-examples .btn-group-vertical > .btn.active:focus,
#video-examples .btn-group-vertical > .btn.show:focus {
  box-shadow: none;
}
#video-examples .btn-group > .btn:disabled, #video-examples .btn-group > .btn.disabled, fieldset:disabled #video-examples .btn-group > .btn,
#video-examples .btn-group-vertical > .btn:disabled,
#video-examples .btn-group-vertical > .btn.disabled,
fieldset:disabled #video-examples .btn-group-vertical > .btn {
  box-shadow: none;
}
#video-examples .btn-group > .btn-group,
#video-examples .btn-group-vertical > .btn-group {
  box-shadow: none;
}
#video-examples .btn-group > .btn-link:first-child,
#video-examples .btn-group > .btn-tertiary:first-child,
#video-examples .btn-group-vertical > .btn-link:first-child,
#video-examples .btn-group-vertical > .btn-tertiary:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#video-examples .btn-group > .btn-link:last-child,
#video-examples .btn-group > .btn-tertiary:last-child,
#video-examples .btn-group-vertical > .btn-link:last-child,
#video-examples .btn-group-vertical > .btn-tertiary:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#video-examples .btn-group,
#video-examples .btn-group-lg > .btn,
#video-examples .btn-group-sm > .btn {
  --mdb-btn-border-radius: 0.25rem;
  border-radius: var(--mdb-btn-border-radius);
}
#video-examples .nav-tabs {
  border-bottom: 0;
}
#video-examples .nav-tabs .nav-link {
  --mdb-nav-tabs-link-font-weight: 500;
  --mdb-nav-tabs-link-font-size: 12px;
  --mdb-nav-tabs-link-color: rgba(0, 0, 0, 0.55);
  --mdb-nav-tabs-link-padding-top: 17px;
  --mdb-nav-tabs-link-padding-bottom: 16px;
  --mdb-nav-tabs-link-padding-x: 29px;
  --mdb-nav-tabs-link-hover-bgc: #f7f7f7;
  --mdb-nav-tabs-link-border-bottom-width: 2px;
  --mdb-nav-tabs-link-active-color: #3b71ca;
  --mdb-nav-tabs-link-active-border-color: #3b71ca;
  border-width: 0;
  border-bottom: var(--mdb-nav-tabs-link-border-bottom-width) solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 1;
  font-weight: var(--mdb-nav-tabs-link-font-weight);
  font-size: var(--mdb-nav-tabs-link-font-size);
  color: var(--mdb-nav-tabs-link-color);
  padding: var(--mdb-nav-tabs-link-padding-top) var(--mdb-nav-tabs-link-padding-x) var(--mdb-nav-tabs-link-padding-bottom) var(--mdb-nav-tabs-link-padding-x);
}
#video-examples .nav-tabs .nav-link:hover {
  background-color: var(--mdb-nav-tabs-link-hover-bgc);
  border-color: transparent;
}
#video-examples .nav-tabs .nav-link:focus {
  border-color: transparent;
}
#video-examples .nav-tabs .nav-link.active,
#video-examples .nav-tabs .nav-item.show .nav-link {
  color: var(--mdb-nav-tabs-link-active-color);
  border-color: var(--mdb-nav-tabs-link-active-border-color);
}
#video-examples .nav-pills {
  margin-left: -0.5rem;
}
#video-examples .nav-pills .nav-link {
  --mdb-nav-pills-link-border-radius: 0.25rem;
  --mdb-nav-pills-link-font-size: 12px;
  --mdb-nav-pills-link-padding-top: 17px;
  --mdb-nav-pills-link-padding-bottom: 16px;
  --mdb-nav-pills-link-padding-x: 29px;
  --mdb-nav-pills-link-line-height: 1;
  --mdb-nav-pills-link-hover-bg: #f7f7f7;
  --mdb-nav-pills-link-font-weight: 500;
  --mdb-nav-pills-link-color: rgba(0, 0, 0, 0.55);
  --mdb-nav-pills-margin: 0.5rem;
  border-radius: var(--mdb-nav-pills-link-border-radius);
  font-size: var(--mdb-nav-pills-link-font-size);
  text-transform: uppercase;
  padding: var(--mdb-nav-pills-link-padding-top) var(--mdb-nav-pills-link-padding-x) var(--mdb-nav-pills-link-padding-bottom) var(--mdb-nav-pills-link-padding-x);
  line-height: var(--mdb-nav-pills-link-line-height);
  background-color: var(--mdb-nav-pills-link-hover-bg);
  font-weight: var(--mdb-nav-pills-link-font-weight);
  color: var(--mdb-nav-pills-link-color);
  margin: var(--mdb-nav-pills-margin);
}
#video-examples .nav-pills .nav-link.active,
#video-examples .nav-pills .show > .nav-link {
  --mdb-nav-pills-link-active-bg: #e3ebf7;
  --mdb-nav-pills-link-active-color: #285192;
  background-color: var(--mdb-nav-pills-link-active-bg);
  color: var(--mdb-nav-pills-link-active-color);
}
#video-examples .nav-fill .nav-item .nav-link,
#video-examples .nav-justified .nav-item .nav-link {
  width: auto;
}
#video-examples .navbar {
  --mdb-navbar-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.05);
  --mdb-navbar-padding-top: 0.5625rem;
  --mdb-navbar-brand-img-margin-right: 0.25rem;
  box-shadow: var(--mdb-navbar-box-shadow);
  padding-top: var(--mdb-navbar-padding-top);
}
#video-examples .navbar-toggler {
  border: 0;
}
#video-examples .navbar-toggler:focus {
  box-shadow: none;
}
#video-examples .navbar-dark .navbar-toggler,
#video-examples .navbar-light .navbar-toggler {
  border: 0;
}
#video-examples .navbar-brand {
  display: flex;
  align-items: center;
}
#video-examples .navbar-brand img {
  margin-right: var(--mdb-navbar-brand-img-margin-right);
}
#video-examples .navbar-nav .dropdown-menu {
  position: absolute;
}
#video-examples .navbar-light .navbar-toggler-icon {
  background-image: none;
}
#video-examples .navbar-dark .navbar-toggler-icon {
  background-image: none;
}
#video-examples .card {
  border: 0;
}
#video-examples .card .bg-image {
  border-top-left-radius: var(--mdb-card-border-radius);
  border-top-right-radius: var(--mdb-card-border-radius);
}
#video-examples .card[class*=bg-] .card-header {
  --mdb-card-header-border-bottom-color: var(--mdb-border-color-translucent);
  border-bottom-color: var(--mdb-card-header-border-bottom-color);
}
#video-examples .card[class*=bg-] .card-footer {
  --mdb-card-footer-border-top-color: var(--mdb-border-color-translucent);
  border-top-color: var(--mdb-card-footer-border-top-color);
}
#video-examples .card-header {
  --mdb-card-header-border-width: 2px;
  --mdb-card-header-border-color: hsl(0, 0%, 96%);
  border-bottom: var(--mdb-card-header-border-width) solid var(--mdb-card-header-border-color);
}
#video-examples .card-body[class*=bg-] {
  border-bottom-left-radius: var(--mdb-card-border-radius);
  border-bottom-right-radius: var(--mdb-card-border-radius);
}
#video-examples .card-footer {
  --mdb-card-footer-border-color: hsl(0, 0%, 96%);
  --mdb-card-footer-border-width: 2px;
  border-top: var(--mdb-card-footer-border-width) solid var(--mdb-card-footer-border-color);
}
#video-examples .card-img-left {
  border-top-left-radius: var(--mdb-card-border-radius);
  border-bottom-left-radius: var(--mdb-card-border-radius);
}
#video-examples .navbar .breadcrumb {
  --mdb-breadcrumb-item-color: rgba(0, 0, 0, 0.55);
  --mdb-breadcrumb-item-hover-color: rgba(0, 0, 0, 0.7);
  --mdb-breadcrumb-item-before-color: rgba(0, 0, 0, 0.55);
  --mdb-breadcrumb-item-transition: color 0.15s ease-in-out;
  background-color: transparent;
  margin-bottom: 0;
}
#video-examples .navbar .breadcrumb .breadcrumb-item a {
  color: var(--mdb-breadcrumb-item-color);
  transition: var(--mdb-breadcrumb-item-transition);
}
#video-examples .navbar .breadcrumb .breadcrumb-item a:hover, #video-examples .navbar .breadcrumb .breadcrumb-item a:focus {
  color: var(--mdb-breadcrumb-item-hover-color);
}
#video-examples .navbar .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: var(--mdb-breadcrumb-item-before-color);
}
#video-examples .pagination {
  --mdb-pagination-border-radius: 0.25rem;
  --mdb-pagination-active-box-shadow: 0 4px 9px -4px #e3ebf7;
  --mdb-pagination-active-transition: all 0.2s linear;
  --mdb-pagination-active-font-weight: 500;
  --mdb-pagination-circle-border-radius: 50%;
  --mdb-pagination-circle-padding-x: 0.841rem;
  --mdb-pagination-circle-padding-l-lg: 1.399414rem;
  --mdb-pagination-circle-padding-r-lg: 1.399415rem;
  --mdb-pagination-circle-padding-l-sm: 0.696rem;
  --mdb-pagination-circle-padding-r-sm: 0.688rem;
}
#video-examples .page-link {
  background-color: transparent;
  border: 0;
  outline: 0;
  border-radius: var(--mdb-pagination-border-radius);
}
#video-examples .page-link:focus {
  box-shadow: none;
}
#video-examples .page-link.active, .active > #video-examples .page-link {
  border: 0;
  box-shadow: var(--mdb-pagination-active-box-shadow);
  transition: var(--mdb-pagination-active-transition);
  font-weight: var(--mdb-pagination-active-font-weight);
}
#video-examples .page-item:not(:first-child) .page-link {
  margin-left: 0;
}
#video-examples .page-item:first-child .page-link {
  border-top-left-radius: var(--mdb-pagination-border-radius);
  border-bottom-left-radius: var(--mdb-pagination-border-radius);
}
#video-examples .page-item:last-child .page-link {
  border-top-right-radius: var(--mdb-pagination-border-radius);
  border-bottom-right-radius: var(--mdb-pagination-border-radius);
}
#video-examples .pagination-circle .page-item:first-child .page-link {
  border-radius: var(--mdb-pagination-circle-border-radius);
}
#video-examples .pagination-circle .page-item:last-child .page-link {
  border-radius: var(--mdb-pagination-circle-border-radius);
}
#video-examples .pagination-circle .page-link {
  border-radius: var(--mdb-pagination-circle-border-radius);
  padding-left: var(--mdb-pagination-circle-padding-x);
  padding-right: var(--mdb-pagination-circle-padding-x);
}
#video-examples .pagination-circle.pagination-lg .page-link {
  padding-left: var(--mdb-pagination-circle-padding-l-lg);
  padding-right: var(--mdb-pagination-circle-padding-r-lg);
}
#video-examples .pagination-circle.pagination-sm .page-link {
  padding-left: var(--mdb-pagination-circle-padding-l-sm);
  padding-right: var(--mdb-pagination-circle-padding-r-sm);
}
#video-examples .badge-dot {
  --mdb-badge-border-radius: 4.5px;
  --mdb-badge-height: 9px;
  --mdb-badge-width: 9px;
  --mdb-badge-margin-left: -0.3125rem;
  position: absolute;
  min-width: 0;
  width: var(--mdb-badge-width);
  height: var(--mdb-badge-height);
  border-radius: var(--mdb-badge-border-radius);
  padding: 0;
  margin-left: var(--mdb-badge-margin-left);
}
#video-examples .badge-dot:empty {
  display: inline-block;
}
#video-examples .badge-notification {
  --mdb-badge-font-size: 0.6rem;
  --mdb-badge-padding-x: 0.45em;
  --mdb-badge-padding-y: 0.2em;
  --mdb-badge-margin-top: -0.1rem;
  --mdb-badge-margin-left: -0.5rem;
  position: absolute;
  font-size: var(--mdb-badge-font-size);
  padding: var(--mdb-badge-padding-y) var(--mdb-badge-padding-x);
  margin-top: var(--mdb-badge-margin-top);
  margin-left: var(--mdb-badge-margin-left);
}
#video-examples .badge-primary {
  background-color: rgb(223, 231, 246);
  color: rgb(44, 88, 160);
}
#video-examples .badge-primary i {
  color: rgb(55, 111, 200);
}
#video-examples .badge-secondary {
  background-color: rgb(235, 237, 239);
  color: rgb(64, 70, 79);
}
#video-examples .badge-secondary i {
  color: rgb(86, 94, 108);
}
#video-examples .badge-success {
  background-color: rgb(214, 240, 224);
  color: rgb(13, 104, 50);
}
#video-examples .badge-success i {
  color: rgb(19, 150, 71);
}
#video-examples .badge-danger {
  background-color: rgb(249, 225, 229);
  color: rgb(175, 35, 58);
}
#video-examples .badge-danger i {
  color: rgb(214, 46, 74);
}
#video-examples .badge-warning {
  background-color: rgb(251, 240, 218);
  color: rgb(115, 81, 13);
}
#video-examples .badge-warning i {
  color: rgb(161, 113, 18);
}
#video-examples .badge-info {
  background-color: rgb(222, 241, 247);
  color: rgb(28, 101, 125);
}
#video-examples .badge-info i {
  color: rgb(38, 134, 166);
}
#video-examples .badge-light {
  background-color: rgb(245, 245, 245);
  color: rgb(79, 79, 79);
}
#video-examples .badge-light i {
  color: rgb(140, 140, 140);
}
#video-examples .badge-dark {
  background-color: rgb(51, 46, 46);
  color: rgb(245, 245, 245);
}
#video-examples .badge-dark i {
  color: rgb(232, 232, 232);
}
#video-examples .alert {
  border: 0;
}
#video-examples .alert-absolute {
  position: absolute;
}
#video-examples .alert-fixed {
  --mdb-alert-fixed-z-index: 1070;
  position: fixed;
  z-index: var(--mdb-alert-fixed-z-index);
}
#video-examples .parent-alert-relative {
  position: relative;
}
#video-examples .alert-primary {
  background-color: rgb(223, 231, 246);
  color: rgb(44, 88, 160);
}
#video-examples .alert-primary i {
  color: rgb(55, 111, 200);
}
#video-examples .alert-primary .alert-link {
  color: rgb(44, 88, 160);
}
#video-examples .alert-primary .alert-link:hover {
  color: #234680;
}
#video-examples .alert-secondary {
  background-color: rgb(235, 237, 239);
  color: rgb(64, 70, 79);
}
#video-examples .alert-secondary i {
  color: rgb(86, 94, 108);
}
#video-examples .alert-secondary .alert-link {
  color: rgb(64, 70, 79);
}
#video-examples .alert-secondary .alert-link:hover {
  color: #33383f;
}
#video-examples .alert-success {
  background-color: rgb(214, 240, 224);
  color: rgb(13, 104, 50);
}
#video-examples .alert-success i {
  color: rgb(19, 150, 71);
}
#video-examples .alert-success .alert-link {
  color: rgb(13, 104, 50);
}
#video-examples .alert-success .alert-link:hover {
  color: #0a5328;
}
#video-examples .alert-danger {
  background-color: rgb(249, 225, 229);
  color: rgb(175, 35, 58);
}
#video-examples .alert-danger i {
  color: rgb(214, 46, 74);
}
#video-examples .alert-danger .alert-link {
  color: rgb(175, 35, 58);
}
#video-examples .alert-danger .alert-link:hover {
  color: #8c1c2e;
}
#video-examples .alert-warning {
  background-color: rgb(251, 240, 218);
  color: rgb(115, 81, 13);
}
#video-examples .alert-warning i {
  color: rgb(161, 113, 18);
}
#video-examples .alert-warning .alert-link {
  color: rgb(115, 81, 13);
}
#video-examples .alert-warning .alert-link:hover {
  color: #5c410a;
}
#video-examples .alert-info {
  background-color: rgb(222, 241, 247);
  color: rgb(28, 101, 125);
}
#video-examples .alert-info i {
  color: rgb(38, 134, 166);
}
#video-examples .alert-info .alert-link {
  color: rgb(28, 101, 125);
}
#video-examples .alert-info .alert-link:hover {
  color: #165164;
}
#video-examples .alert-light {
  background-color: rgb(245, 245, 245);
  color: rgb(79, 79, 79);
}
#video-examples .alert-light i {
  color: rgb(140, 140, 140);
}
#video-examples .alert-light .alert-link {
  color: rgb(79, 79, 79);
}
#video-examples .alert-light .alert-link:hover {
  color: #3f3f3f;
}
#video-examples .alert-dark {
  background-color: rgb(51, 46, 46);
  color: rgb(245, 245, 245);
}
#video-examples .alert-dark i {
  color: rgb(232, 232, 232);
}
#video-examples .alert-dark .alert-link {
  color: rgb(245, 245, 245);
}
#video-examples .alert-dark .alert-link:hover {
  color: #c4c4c4;
}
#video-examples .progress {
  border-radius: 0;
  box-shadow: none;
}
#video-examples .list-group {
  --mdb-list-group-item-transition-time: 0.5s;
}
#video-examples .list-group-item-action {
  transition: var(--mdb-list-group-item-transition-time);
}
#video-examples .list-group-item-action:hover {
  transition: var(--mdb-list-group-item-transition-time);
}
#video-examples .list-group-light {
  --mdb-list-group-light-item-py: 1rem;
  --mdb-list-group-light-item-border: 2px solid hsl(0, 0%, 96%);
  --mdb-list-group-light-item-border-width: 2px;
  --mdb-list-group-light-active-border-radius: 0.5rem;
  --mdb-list-group-light-active-bg: rgb(223, 231, 246);
  --mdb-list-group-light-active-color: rgb(44, 88, 160);
}
#video-examples .list-group-light .list-group-item {
  padding: var(--mdb-list-group-light-item-py) 0;
  border: var(--mdb-list-group-light-item-border);
}
#video-examples .list-group-light > .list-group-item {
  border-width: 0 0 var(--mdb-list-group-light-item-border-width);
}
#video-examples .list-group-light > .list-group-item:last-of-type {
  border: none;
}
#video-examples .list-group-light .active {
  border: none;
  border-radius: var(--mdb-list-group-light-active-border-radius);
  background-color: var(--mdb-list-group-light-active-bg);
  color: var(--mdb-list-group-light-active-color);
}
#video-examples .list-group-light .list-group-item-action:hover {
  border-radius: var(--mdb-list-group-light-active-border-radius);
}
#video-examples .list-group-light .list-group-item-action:focus {
  border-radius: var(--mdb-list-group-light-active-border-radius);
}
#video-examples .list-group-small {
  --mdb-list-group-small-item-py: 0.5rem;
}
#video-examples .list-group-small .list-group-item {
  padding: var(--mdb-list-group-small-item-py) 0;
}
#video-examples .list-group-item-primary {
  background-color: rgb(223, 231, 246);
  color: rgb(44, 88, 160);
}
#video-examples .list-group-item-primary i {
  color: rgb(55, 111, 200);
}
#video-examples .list-group-item-secondary {
  background-color: rgb(235, 237, 239);
  color: rgb(64, 70, 79);
}
#video-examples .list-group-item-secondary i {
  color: rgb(86, 94, 108);
}
#video-examples .list-group-item-success {
  background-color: rgb(214, 240, 224);
  color: rgb(13, 104, 50);
}
#video-examples .list-group-item-success i {
  color: rgb(19, 150, 71);
}
#video-examples .list-group-item-danger {
  background-color: rgb(249, 225, 229);
  color: rgb(175, 35, 58);
}
#video-examples .list-group-item-danger i {
  color: rgb(214, 46, 74);
}
#video-examples .list-group-item-warning {
  background-color: rgb(251, 240, 218);
  color: rgb(115, 81, 13);
}
#video-examples .list-group-item-warning i {
  color: rgb(161, 113, 18);
}
#video-examples .list-group-item-info {
  background-color: rgb(222, 241, 247);
  color: rgb(28, 101, 125);
}
#video-examples .list-group-item-info i {
  color: rgb(38, 134, 166);
}
#video-examples .list-group-item-light {
  background-color: rgb(245, 245, 245);
  color: rgb(79, 79, 79);
}
#video-examples .list-group-item-light i {
  color: rgb(140, 140, 140);
}
#video-examples .list-group-item-dark {
  background-color: rgb(51, 46, 46);
  color: rgb(245, 245, 245);
}
#video-examples .list-group-item-dark i {
  color: rgb(232, 232, 232);
}
#video-examples .btn-close:focus {
  box-shadow: none;
}
#video-examples .modal-content {
  --mdb-modal-box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  border: 0;
  box-shadow: var(--mdb-modal-box-shadow);
}
#video-examples .toast {
  --mdb-toast-border-bottom-width: 2px;
  --mdb-toast-btn-close-width: 1.3em;
  --mdb-toast-btn-close-mr: -0.375rem;
  --mdb-toast-btn-close-ml: 0.75rem;
  border: 0;
}
#video-examples .toast .btn-close {
  width: var(--mdb-toast-btn-close-width);
}
#video-examples .toast-header {
  border-bottom-width: var(--mdb-toast-border-bottom-width);
}
#video-examples .toast-header .btn-close {
  margin-right: var(--mdb-toast-btn-close-mr);
  margin-left: var(--mdb-toast-btn-close-ml);
}
#video-examples .parent-toast-relative {
  position: relative;
}
#video-examples .toast-absolute {
  position: absolute;
}
#video-examples .toast-fixed {
  position: fixed;
  z-index: var(--mdb-toast-zindex);
}
#video-examples .toast-primary {
  background-color: hsl(219, 56.1%, 92%);
  color: hsl(217, 56.9%, 40%);
  border-color: hsl(218, 57.7%, 86.1%);
}
#video-examples .toast-primary i {
  color: hsl(217, 56.9%, 50%);
}
#video-examples .toast-secondary {
  background-color: hsl(210, 11.1%, 92.9%);
  color: hsl(216, 10.5%, 28%);
  border-color: hsl(206, 10.4%, 86.9%);
}
#video-examples .toast-secondary i {
  color: hsl(218, 11.3%, 38%);
}
#video-examples .toast-success {
  background-color: hsl(143, 46.4%, 89%);
  color: hsl(144, 77.8%, 22.9%);
  border-color: hsl(145, 44.8%, 82.9%);
}
#video-examples .toast-success i {
  color: hsl(144, 77.5%, 33.1%);
}
#video-examples .toast-danger {
  background-color: hsl(350, 66.7%, 92.9%);
  color: hsl(350, 66.7%, 41.2%);
  border-color: hsl(350, 66.7%, 87.1%);
}
#video-examples .toast-danger i {
  color: hsl(350, 67.2%, 51%);
}
#video-examples .toast-warning {
  background-color: hsl(40, 80.5%, 92%);
  color: hsl(40, 79.7%, 25.1%);
  border-color: hsl(39, 83.1%, 86.1%);
}
#video-examples .toast-warning i {
  color: hsl(40, 79.9%, 35.1%);
}
#video-examples .toast-info {
  background-color: hsl(194, 61%, 92%);
  color: hsl(195, 63.4%, 30%);
  border-color: hsl(195, 60.6%, 86.1%);
}
#video-examples .toast-info i {
  color: hsl(195, 62.7%, 40%);
}
#video-examples .toast-light {
  background-color: hsl(0, 0%, 96.1%);
  color: hsl(0, 0%, 31%);
  border-color: hsl(0, 0%, 90.2%);
}
#video-examples .toast-light i {
  color: hsl(0, 0%, 54.9%);
}
#video-examples .toast-dark {
  background-color: hsl(0, 5.2%, 19%);
  color: hsl(0, 0%, 96.1%);
  border-color: hsl(0, 6.3%, 25.1%);
}
#video-examples .toast-dark i {
  color: hsl(0, 0%, 91%);
}
#video-examples .tooltip {
  --mdb-tooltip-font-size: 14px;
}
#video-examples .tooltip.show {
  opacity: 1;
}
#video-examples .tooltip .tooltip-arrow {
  display: none;
}
#video-examples .tooltip-inner {
  font-size: var(--mdb-tooltip-font-size);
}
#video-examples .popover {
  --mdb-popover-border-bottom-width: 2px;
}
#video-examples .popover .popover-arrow {
  display: none;
}
#video-examples .popover-header {
  border-bottom: var(--mdb-popover-border-bottom-width) solid var(--mdb-popover-border-color);
}
#video-examples .nav-pills.menu-sidebar .nav-link {
  --mdb-scrollspy-menu-sidebar-font-size: 0.8rem;
  --mdb-scrollspy-menu-sidebar-color: #262626;
  --mdb-scrollspy-menu-sidebar-line-height: 1.1rem;
  --mdb-scrollspy-menu-sidebar-padding-x: 5px;
  --mdb-scrollspy-menu-sidebar-font-weight: 400;
  --mdb-scrollspy-menu-sidebar-transition: all 0.2s ease-in-out;
  --mdb-scrollspy-menu-sidebar-margin-y: 3px;
  font-size: var(--mdb-scrollspy-menu-sidebar-font-size);
  background-color: transparent;
  color: var(--mdb-scrollspy-menu-sidebar-color);
  line-height: var(--mdb-scrollspy-menu-sidebar-line-height);
  padding: 0 var(--mdb-scrollspy-menu-sidebar-padding-x);
  font-weight: var(--mdb-scrollspy-menu-sidebar-font-weight);
  transition: var(--mdb-scrollspy-menu-sidebar-transition);
  text-transform: initial;
  margin-top: var(--mdb-scrollspy-menu-sidebar-margin-y);
  margin-bottom: var(--mdb-scrollspy-menu-sidebar-margin-y);
}
#video-examples .nav-pills.menu-sidebar .nav-link.active,
#video-examples .nav-pills.menu-sidebar .show > .nav-link {
  --mdb-scrollspy-menu-sidebar-active-color: #3b71ca;
  --mdb-scrollspy-menu-sidebar-active-font-weight: 600;
  --mdb-scrollspy-menu-sidebar-active-border-width: 0.125rem;
  --mdb-scrollspy-menu-sidebar-active-border-color: #3b71ca;
  background-color: transparent;
  box-shadow: none;
  color: var(--mdb-scrollspy-menu-sidebar-active-color);
  font-weight: var(--mdb-scrollspy-menu-sidebar-active-font-weight);
  border-left: var(--mdb-scrollspy-menu-sidebar-active-border-width) solid var(--mdb-scrollspy-menu-sidebar-active-border-color);
  border-radius: 0;
}
#video-examples .nav-pills.menu-sidebar .collapsible-scrollspy ~ .nav {
  --mdb-scrollspy-collapsible-nav-transition-time: 0.5s;
  transition: height var(--mdb-scrollspy-collapsible-nav-transition-time) ease;
  flex-wrap: nowrap;
}
#video-examples .ripple-surface {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
#video-examples .ripple-surface-unbound {
  overflow: visible;
}
#video-examples .ripple-wave {
  --mdb-ripple-wave-cubicBezier: cubic-bezier(0, 0, 0.15, 1);
  --mdb-ripple-wave-border-radius: 50%;
  --mdb-ripple-wave-opacity: 0.5;
  --mdb-ripple-wave-transform: scale(0);
  --mdb-ripple-wave-z-index: 999;
  --mdb-ripple-wave-active-transform: scale(1);
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 70%);
  border-radius: var(--mdb-ripple-wave-border-radius);
  opacity: var(--mdb-ripple-wave-opacity);
  pointer-events: none;
  position: absolute;
  touch-action: none;
  transform: var(--mdb-ripple-wave-transform);
  transition-property: transform, opacity;
  transition-timing-function: var(--mdb-ripple-wave-cubicBezier), var(--mdb-ripple-wave-cubicBezier);
  z-index: var(--mdb-ripple-wave-z-index);
}
#video-examples .ripple-wave.active {
  transform: var(--mdb-ripple-wave-active-transform);
  opacity: 0;
}
#video-examples .btn .ripple-wave {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
#video-examples .input-wrapper .ripple-wave {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
#video-examples .ripple-surface-primary .ripple-wave {
  background-image: radial-gradient(circle, rgba(59, 113, 202, 0.2) 0, rgba(59, 113, 202, 0.3) 40%, rgba(59, 113, 202, 0.4) 50%, rgba(59, 113, 202, 0.5) 60%, rgba(59, 113, 202, 0) 70%);
}
#video-examples .ripple-surface-secondary .ripple-wave {
  background-image: radial-gradient(circle, rgba(227, 235, 247, 0.2) 0, rgba(227, 235, 247, 0.3) 40%, rgba(227, 235, 247, 0.4) 50%, rgba(227, 235, 247, 0.5) 60%, rgba(227, 235, 247, 0) 70%);
}
#video-examples .ripple-surface-success .ripple-wave {
  background-image: radial-gradient(circle, rgba(20, 164, 77, 0.2) 0, rgba(20, 164, 77, 0.3) 40%, rgba(20, 164, 77, 0.4) 50%, rgba(20, 164, 77, 0.5) 60%, rgba(20, 164, 77, 0) 70%);
}
#video-examples .ripple-surface-danger .ripple-wave {
  background-image: radial-gradient(circle, rgba(220, 76, 100, 0.2) 0, rgba(220, 76, 100, 0.3) 40%, rgba(220, 76, 100, 0.4) 50%, rgba(220, 76, 100, 0.5) 60%, rgba(220, 76, 100, 0) 70%);
}
#video-examples .ripple-surface-warning .ripple-wave {
  background-image: radial-gradient(circle, rgba(228, 161, 27, 0.2) 0, rgba(228, 161, 27, 0.3) 40%, rgba(228, 161, 27, 0.4) 50%, rgba(228, 161, 27, 0.5) 60%, rgba(228, 161, 27, 0) 70%);
}
#video-examples .ripple-surface-info .ripple-wave {
  background-image: radial-gradient(circle, rgba(84, 180, 211, 0.2) 0, rgba(84, 180, 211, 0.3) 40%, rgba(84, 180, 211, 0.4) 50%, rgba(84, 180, 211, 0.5) 60%, rgba(84, 180, 211, 0) 70%);
}
#video-examples .ripple-surface-light .ripple-wave {
  background-image: radial-gradient(circle, rgba(251, 251, 251, 0.2) 0, rgba(251, 251, 251, 0.3) 40%, rgba(251, 251, 251, 0.4) 50%, rgba(251, 251, 251, 0.5) 60%, rgba(251, 251, 251, 0) 70%);
}
#video-examples .ripple-surface-dark .ripple-wave {
  background-image: radial-gradient(circle, rgba(51, 45, 45, 0.2) 0, rgba(51, 45, 45, 0.3) 40%, rgba(51, 45, 45, 0.4) 50%, rgba(51, 45, 45, 0.5) 60%, rgba(51, 45, 45, 0) 70%);
}
#video-examples .range {
  --mdb-range-thumb-height: 30px;
  --mdb-range-thumb-width: 30px;
  --mdb-range-thumb-top: -35px;
  --mdb-range-thumb-margin-left: -15px;
  --mdb-range-thumb-border-radius: 50% 50% 50% 0;
  --mdb-range-thumb-transform: scale(0);
  --mdb-range-thumb-transition: transform 0.2s ease-in-out;
  --mdb-range-thumb-value-font-size: 12px;
  --mdb-range-thumb-value-line-height: 30px;
  --mdb-range-thumb-value-color: rgb(255, 255, 255);
  --mdb-range-thumb-value-font-weight: 500;
  --mdb-range-thumb-background: #3b71ca;
  position: relative;
}
#video-examples .range .thumb {
  position: absolute;
  display: block;
  height: var(--mdb-range-thumb-height);
  width: var(--mdb-range-thumb-width);
  top: var(--mdb-range-thumb-top);
  margin-left: var(--mdb-range-thumb-margin-left);
  text-align: center;
  border-radius: var(--mdb-range-thumb-border-radius);
  transform: var(--mdb-range-thumb-transform);
  transform-origin: bottom;
  transition: var(--mdb-range-thumb-transition);
}
#video-examples .range .thumb:after {
  position: absolute;
  display: block;
  content: "";
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: var(--mdb-range-thumb-border-radius);
  transform: rotate(-45deg);
  background: var(--mdb-range-thumb-background);
  z-index: -1;
}
#video-examples .range .thumb .thumb-value {
  display: block;
  font-size: var(--mdb-range-thumb-value-font-size);
  line-height: var(--mdb-range-thumb-value-line-height);
  color: var(--mdb-range-thumb-value-color);
  font-weight: var(--mdb-range-thumb-value-font-weight);
  z-index: 2;
}
#video-examples .range .thumb.thumb-active {
  transform: scale(1);
}
#video-examples .accordion-button:not(.collapsed):focus {
  box-shadow: var(--mdb-accordion-btn-focus-box-shadow);
}
#video-examples .accordion-button:focus {
  border-color: var(--mdb-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: none;
}
#video-examples .accordion-flush {
  --mdb-accordion-flush-btn-box-shadow: inset 0 -2px 0 hsl(0, 0%, 96%);
  --mdb-accordion-flush-border-bottom: 2px solid hsl(0, 0%, 96%);
}
#video-examples .accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: var(--mdb-accordion-flush-btn-box-shadow);
}
#video-examples .accordion-flush .accordion-item {
  border-bottom: var(--mdb-accordion-flush-border-bottom);
}
#video-examples .accordion.accordion-borderless,
#video-examples .accordion.accordion-flush {
  --mdb-accordion-bg: transparent;
  background-color: var(--mdb-accordion-bg);
}
#video-examples .accordion-borderless {
  --mdb-accordion-borderless-btn-border-radius: 0.5rem;
  --mdb-accordion-borderless-btn-bg: rgb(223, 231, 246);
  --mdb-accordion-borderless-btn-color: rgb(44, 88, 160);
}
#video-examples .accordion-borderless .accordion-item {
  border: 0;
}
#video-examples .accordion-borderless .accordion-item .accordion-button {
  border-radius: var(--mdb-accordion-borderless-btn-border-radius);
}
#video-examples .accordion-borderless .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--mdb-accordion-borderless-btn-bg);
  color: var(--mdb-accordion-borderless-btn-color);
  box-shadow: none;
}
#video-examples .carousel-control-prev-icon::after {
  content: "\f053";
  --mdb-carousel-control-icon-font-size: 1.7rem;
  --mdb-carousel-control-icon-font-weight: 700;
  font-weight: var(--mdb-carousel-control-icon-font-weight);
  font-size: var(--mdb-carousel-control-icon-font-size);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
}
#video-examples .carousel-control-next-icon::after {
  content: "\f054";
  --mdb-carousel-control-icon-font-size: 1.7rem;
  --mdb-carousel-control-icon-font-weight: 700;
  font-weight: var(--mdb-carousel-control-icon-font-weight);
  font-size: var(--mdb-carousel-control-icon-font-size);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
}
#video-examples .carousel-indicators {
  transform: translateY(200%);
}
#video-examples .carousel-inner {
  overflow: visible;
}
#video-examples .carousel-caption {
  bottom: unset;
  top: -4.5rem;
}
#video-examples .carousel {
  padding-top: 2.5rem;
}

.price-table .metric {
  text-align: left;
}
.price-table .mval {
  text-align: right;
}

.get-selector ul {
  list-style-type: none;
}
.get-selector li {
  display: inline-block;
}
.get-selector input[type=checkbox][id^=cb] {
  display: none;
}
.get-selector label {
  border: 1px solid #fff;
  padding: 1.5rem;
  border-radius: 0.25rem;
  display: block;
  position: relative;
  margin: 10px;
  margin-right: 0;
  margin-left: 0;
  cursor: pointer;
  color: white;
}
.get-selector label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid rgb(134, 227, 235);
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
.get-selector label img {
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}
.get-selector :checked + label {
  border-color: #ddd;
}
.get-selector :checked + label:before {
  content: "✓";
  background-color: rgb(134, 227, 235);
  transform: scale(1);
}
.get-selector :checked + label {
  border-color: rgb(134, 227, 235);
}
.get-selector :checked + label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}

/* Элемент | http://127.0.0.1:5500/#module */
.dropotron {
  /* display: none; */
}

/* Inline таблица стилей #2 | http://127.0.0.1:5500/#module */
.dropotron {
  background-color: #0c3f6c;
  box-shadow: 0 0 4px #0c3f6c;
}

.dropotron li {
  marker: none;
}

ul.dropotron li::marker {
  display: none;
  content: none;
}

.dropotron {
  padding-left: 0;
  margin-top: 0.5rem;
  font-family: "Montserrat";
}

.dropotron li a {
  padding: 0.5rem 1rem;
  color: rgb(134, 227, 235) !important;
}

.dropotron li a:hover {
  background-color: #333;
}

.current {
  /* border-bottom: solid 2px  rgb(134, 227, 235);*/
  font-weight: 600;
  color: rgb(134, 227, 235) !important;
}

.card2 {
  width: calc(30% - 3.5rem);
  height: 130px;
  margin: 0.5rem;
  display: inline-block;
  border: 2px solid rgb(134, 227, 235);
  filter: drop-shadow(0px 10px 32px #00b3ec);
  border-radius: 12px;
  padding: 1rem 2rem;
  justify-items: center;
  vertical-align: top;
  font-family: "Montserrat";
  grid-template-rows: 3rem 1fr;
}
@media screen and (max-width: 980px) {
  .card2 {
    width: calc(100vw - 7rem);
  }
}
.card2 header {
  display: grid;
  grid-template-columns: auto 1fr;
  color: #ffffff;
  padding-bottom: 0.5rem;
  align-self: center;
  grid-gap: 0.5rem;
  width: -moz-max-content;
  width: max-content;
}
.card2 header .icon {
  text-align: center;
  align-items: center;
  display: grid;
}
.card2 header h3, .card2 header #video-examples .h3, #video-examples .card2 header .h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0;
  max-width: 14rem;
}
.card2 p {
  border-top: 1px solid rgb(134, 227, 235);
  padding-top: 0.5rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  align-self: start;
  color: #ffffff;
}

.card3 {
  width: calc(30% - 3.5rem);
  height: 90px;
  margin: 0.5rem;
  display: inline-grid;
  align-items: center;
  border: 2px solid rgb(134, 227, 235);
  filter: drop-shadow(0px 10px 32px #00b3ec);
  border-radius: 12px;
  padding: 1rem 2rem;
  justify-items: center;
  vertical-align: top;
  font-family: "Montserrat";
}
@media screen and (max-width: 980px) {
  .card3 {
    width: calc(100vw - 7rem);
  }
}
.card3 header {
  display: grid;
  grid-template-columns: auto 1fr;
  color: #ffffff;
  padding-bottom: 0.5rem;
  align-self: center;
  grid-gap: 0.5rem;
  width: -moz-max-content;
  width: max-content;
}
.card3 header .icon {
  text-align: center;
  align-items: center;
  display: grid;
}
.card3 header h3, .card3 header #video-examples .h3, #video-examples .card3 header .h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0;
  max-width: 14rem;
}
.card3 p {
  border-top: 1px solid rgb(134, 227, 235);
  padding-top: 0.5rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  align-self: start;
  color: #ffffff;
}

body {
  min-height: 120vh;
}

.one-news {
  font-family: "Montserrat";
  margin-top: 6rem;
  color: white;
  padding: 0.5rem;
}
@media screen and (max-width: 980px) {
  .one-news {
    max-width: 95vw;
  }
}
.one-news a {
  color: white;
}
.one-news a:visited {
  color: white;
}
.one-news .news-content header {
  text-align: center;
  display: block;
  font-size: 24px;
  padding-bottom: 1rem;
}
.one-news .news-content table {
  border-collapse: collapse;
}
.one-news .news-content table tr td, .one-news .news-content table tr th {
  padding: 0.5rem;
  border: solid 1px rgb(134, 227, 235);
}
.one-news .news-content table tr th p {
  text-align: center;
  font-weight: 500;
  padding: 0.25rem;
  color: rgb(134, 227, 235);
}
.one-news .head-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 980px) {
  .one-news .head-row {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.one-news .head-row .date-info {
  color: rgb(134, 227, 235);
  font-size: 18px;
}
.one-news .head-row .cat-info {
  width: 100%;
  text-align: center;
}
.one-news .head-row .cat-info a {
  color: white;
  text-align: none;
  font-size: 13px;
  text-align: center;
  background-color: gray;
  border-radius: 0.5rem;
  padding: 0.1rem 0.25rem;
  text-transform: uppercase;
}
.one-news .head-row .news-header {
  color: white;
  text-align: center;
  font-size: 24px;
}
.one-news .head-row .news-header.logo-holder {
  display: grid;
  grid-template-columns: auto 1fr;
}
.one-news .news-content li {
  color: white;
}
.one-news .news-content p {
  font-weight: normal;
  font-size: 16px;
}
.one-news .news-content .image-holder {
  text-align: center;
}
.one-news .news-content .image-holder img {
  max-width: 700px;
}
@media screen and (max-width: 980px) {
  .one-news .news-content .image-holder img {
    max-width: 95vw;
  }
}
.one-news .news-content .op-uc-figure {
  text-align: center;
}
.one-news .news-content .op-uc-figure img {
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .one-news .news-content .op-uc-figure img {
    max-width: 95vw;
    max-width: min(95vw, 100%);
  }
}
.one-news .news-content a {
  color: rgb(134, 227, 235);
}
.one-news .video-host {
  display: grid;
  align-items: center;
  justify-items: center;
  margin-top: 1rem;
}
.one-news .video-host * {
  max-width: 95vw;
}

.one-news[href] .head-row {
  margin-bottom: 0;
}
.one-news[href] + .one-news[href] {
  margin-top: 2rem;
}
.one-news[href]:hover:not(:has(.cat-info:hover)) {
  background-color: #0c3f6c;
  cursor: pointer;
  border-radius: 1rem;
  box-shadow: 0 0 4px #061e33;
}
.one-news[href] .news-logo {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  align-items: center;
}
.one-news[href] .news-logo .news-logo-text {
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .one-news[href] .news-logo {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.one-news[href] img[src="/images/logos/cnews.svg"] {
  background: white;
  padding: 0.25rem;
}

[data-tooltip] {
  position: relative;
}
[data-tooltip][data-position=right]::before {
  top: -50%;
  left: 105%;
  transform: translateX(-20px);
}
[data-tooltip][data-position=bottom]::before {
  top: 150%;
  transform: translateY(-20px);
}
[data-tooltip][data-position=left]::before {
  top: -50%;
  right: 105%;
  left: auto;
  transform: translateX(20px);
}
[data-tooltip]:hover::before {
  transform: translate(0);
  opacity: 1;
}
[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  display: block;
  background: #0c3f6c;
  padding: 3px;
  top: -50px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5490196078);
  border-radius: 3px;
  text-align: center;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.smalling .card {
  height: 11rem;
}

/* Inline таблица стилей #6 | http://localhost:5500/service.html */
.from-sytem {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}
.from-sytem .tableau {
  grid-column-start: 1;
  grid-column-end: 4;
}

.to-system {
  height: 100%;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.to-system, .from-sytem {
  border: solid 2px rgb(134, 227, 235);
  margin: 1rem;
  border-radius: 1rem;
  height: 100%;
  padding: 0 1rem;
  grid-template-rows: 5rem 1fr;
}

.ycontent {
  text-align: center;
}
@media screen and (max-width: 980px) {
  .ycontent {
    max-width: 95%;
  }
}

.one-video {
  display: inline-block;
  width: 45%;
  margin: 1rem;
}
@media screen and (max-width: 980px) {
  .one-video {
    width: 95%;
  }
}

.lozung {
  font-family: "Montserrat";
  text-align: left;
  font-style: italic;
  color: rgb(134, 227, 235);
  width: 80%;
  padding-left: 15%;
  padding-top: 1rem;
}
@media screen and (max-width: 980px) {
  .lozung {
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.2901960784);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
}

.one-image-after {
  width: 100%;
  text-align: center;
}
.one-image-after img {
  width: 80%;
}
@media screen and (max-width: 980px) {
  .one-image-after {
    max-width: 95vw;
  }
}

@media screen and (max-width: 980px) {
  #module-main-header {
    justify-items: center !important;
    text-align: center !important;
  }
  #banner .button1 {
    background-color: rgba(0, 0, 0, 0.5490196078);
  }
}
.transition-holder {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .transition-holder {
    grid-template-columns: 1fr;
    max-width: 95vw;
  }
  .transition-holder .from-sytem {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    max-width: 95vw;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .transition-holder .from-sytem .tableau {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .transition-holder #arrow-down {
    transform: rotate(90deg);
    align-self: center;
    text-align: center;
    height: 9rem;
  }
  .transition-holder .to-system {
    max-width: 95vw;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
}

.new-service-integration {
  font-family: "Montserrat";
  font-size: 18px;
  color: white;
}
@media screen and (max-width: 980px) {
  .new-service-integration {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: calc(100vw - 2.5rem);
  }
}
.new-service-integration .text-pres {
  color: white;
}
.new-service-integration .text-pres p {
  margin-bottom: 1rem;
}
.new-service-integration .result-head {
  color: rgb(134, 227, 235);
  font-size: 16px;
}
.new-service-integration .large-row {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.new-service-integration .large-row:not(.first-row) {
  padding-top: 2rem;
}
.new-service-integration .large-row > div {
  padding: 1rem;
  border: solid 1px white;
  height: 100%;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}
.new-service-integration .large-row::after {
  position: absolute;
  width: 2px;
  background-color: rgb(134, 227, 235);
  height: 100%;
  left: 1.5rem;
  display: block;
}
.new-service-integration .large-row.last::after {
  height: 1rem;
}
@media screen and (max-width: 980px) {
  .new-service-integration .large-row {
    grid-template-columns: 1fr;
  }
}
.new-service-integration .large-row .round {
  display: grid;
}
.new-service-integration .large-row .round .large-circle {
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  background-color: rgb(134, 227, 235);
  justify-self: center;
}
.new-service-integration .large-row .row-header {
  font-size: 26px;
}
.new-service-integration .small-row {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr;
}
.new-service-integration .small-row::after {
  position: absolute;
  width: 2px;
}
.new-service-integration .small-row.last::after {
  height: 1rem;
}
.new-service-integration .small-row .row-text {
  align-self: center;
}
.new-service-integration .small-row .row-text li {
  margin: 0;
}
.new-service-integration .small-row .round {
  display: grid;
}
.new-service-integration .small-row .round .small-circle {
  justify-self: center;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  background-color: rgb(134, 227, 235);
}
.new-service-integration .order-integr {
  text-align: center;
  font-size: 30px;
  padding: 1rem;
  color: rgb(134, 227, 235);
}

.cases .actions > span {
  margin-top: 1rem;
  display: block;
}
.cases .actions > span > span {
  color: rgb(134, 227, 235);
}
.cases .conclusion {
  border: solid 2px rgb(134, 227, 235);
  padding: 1rem;
  color: white;
  margin-top: 2rem;
  border-radius: 1rem;
  font-size: 26px;
}

.mySlides[href] {
  cursor: pointer;
}

.mySlides[href]:hover {
  background-color: #1e2f38;
  filter: none;
}

@media screen and (max-width: 980px) {
  .padding-for-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}

.palette {
  font-family: "Montserrat";
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 1rem;
}
@media screen and (max-width: 980px) {
  .palette {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: content-box;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }
}
.palette .one-palette {
  border-radius: 0.5rem;
  width: 100%;
  border: solid 2px rgb(134, 227, 235);
  box-sizing: border-box;
  padding: 1rem;
  padding-right: 1.5rem;
  min-height: 13rem;
  position: relative;
  /* &:first-child{
     grid-row-start: 1;
     grid-row-end: 3;
     .pallette-header{
       font-size: 24px;
     }
   }*/
}
@media screen and (max-width: 980px) {
  .palette .one-palette {
    padding-right: 1rem;
    padding-bottom: 3rem;
  }
}
.palette .one-palette::after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  right: 10px;
  bottom: 10px;
  position: absolute;
  font-size: 30px;
  color: rgb(134, 227, 235);
}
.palette .one-palette .pallette-header {
  font-size: 18px;
  color: white;
  display: grid;
  color: rgb(134, 227, 235);
}
.palette .one-palette .pallette-content {
  color: white;
  font-size: 16px;
}

#partner-integration {
  font-family: "Montserrat";
  color: white;
}

@media screen and (max-width: 980px) {
  .compare {
    padding-left: 1rem;
    width: calc(100vw - 3rem) !important;
    padding-right: 1rem;
  }
  .compare .card-holder-2 section h3, .compare .card-holder-2 section #video-examples .h3, #video-examples .compare .card-holder-2 section .h3 {
    width: 16rem;
  }
  .compare ul {
    padding-left: 1rem;
  }
}
.common_style {
  text-align: center;
  font-size: 2rem;
  color: rgb(134, 227, 235);
  line-height: 120%;
  font-weight: 100;
  margin-top: 3rem;
  font-size: 2rem;
}

@media screen and (max-width: 980px) {
  .common_style {
    font-size: 1.5rem;
  }
}

.collapse-large + .unhide::after {
  content: "Свернуть";
  background-color: rgba(182, 182, 182, 0.1529411765);
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: #ffffff;
  font-size: 0.95rem;
  cursor: pointer;
}
.collapse-large.collapse {
  height: 550px;
  overflow-y: hidden;
  position: relative;
}
.collapse-large.collapse::after {
  content: " ";
  height: 50px;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #1f2f38);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.collapse-large.collapse + .unhide::after {
  content: "Развернуть";
}

ol, ul {
  color: white;
}
ol li::marker, ul li::marker {
  color: rgb(134, 227, 235);
}

@media screen and (max-width: 980px) {
  .mob-pad {
    padding: 0 2rem;
  }
}

.widget_holder {
  color: white;
}
.widget_holder .extra-info {
  display: none;
}
.widget_holder .one-widget {
  border: solid 1px rgb(134, 227, 235);
  border-radius: 0.25rem;
  padding: 0.75rem;
  margin-top: 3rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1rem;
  min-height: 375px;
  justify-items: center;
}
.widget_holder .one-widget:hover {
  cursor: pointer;
  box-shadow: 0 0 4px white;
}
.widget_holder .one-widget .more-info-button {
  background-color: rgb(134, 227, 235);
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  color: #1f2f38;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .widget_holder .one-widget {
    min-height: 270px;
  }
}
.widget_holder .one-widget .image-holder {
  display: grid;
  align-items: center;
}
.widget_holder .one-widget .image-holder img {
  width: 100%;
}
.widget_holder .one-widget .widget-name {
  text-align: center;
  color: rgb(134, 227, 235);
}

.image-modal-host {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6392156863);
  justify-items: center;
  background-color: rgba(0, 0, 0, 0.6392156863);
  z-index: 90000;
  align-items: center;
  justify-items: center;
}
.image-modal-host[state=show] {
  display: grid;
}
.image-modal-host[state=hide] {
  display: none;
}
.image-modal-host .inner-modal {
  max-width: 1110px;
  background-color: #0c3f6c;
  padding: 1rem;
  display: grid;
  justify-items: center;
  gap: 1rem;
}
.image-modal-host .name-host {
  font-size: 32px;
  color: rgb(134, 227, 235);
  text-align: center;
}
.image-modal-host .image-host img {
  width: 100%;
  max-height: 50vh;
}
.image-modal-host .text-host p {
  font-weight: normal;
}
.image-modal-host .text-host ol, .image-modal-host .text-host ul {
  font-weight: normal;
  font-size: 20px;
}

#table-vendor {
  border-collapse: collapse;
}
#table-vendor tr th {
  padding: 0.5rem;
  border: solid 1px rgb(134, 227, 235);
}
#table-vendor tr th p {
  font-size: 16px;
}
#table-vendor tr th:first-child {
  padding: 0.25rem;
}
#table-vendor tr td {
  border: solid 1px rgb(134, 227, 235);
  padding: 0.5rem;
}
#table-vendor tr td p {
  font-size: 16px;
  font-weight: 400;
}
#table-vendor tr td ol {
  padding-left: 1.5rem;
}
#table-vendor tr td:first-child {
  padding: 1rem;
}
#table-vendor tr td:last-child {
  text-align: center;
  max-width: 7rem;
  width: 7rem;
}
#table-vendor tr td:nth-child(3) {
  text-align: center;
  max-width: 7rem;
  width: 7rem;
}

ol#notes p {
  font-size: 14px;
}
ol#notes li::marker {
  color: white;
}

.final-message p {
  font-size: 16px;
}
.final-message a {
  color: rgb(134, 227, 235);
}

a.note-link {
  color: #ffffff !important;
  font-size: 12px;
  transform: translateY(-4px);
  position: absolute;
}

#collapsevendorcase.collapse-large.collapse {
  height: 1000px;
}

.bi-service a.card {
  height: 200px !important;
}

.our-bi-frame {
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 7.5rem);
  border: none;
}
@media screen and (max-width: 980px) {
  .our-bi-frame {
    height: calc(100vh - 10rem) !important;
  }
}

.free-lable {
  width: 100%;
  text-align: left;
  color: white;
}

@media screen and (max-width: 1280px) {
  #page-wrapper {
    width: 100% !important;
  }
}
@media screen and (min-width: 981px) {
  #page-wrapper {
    width: 1110px;
    padding: 0 2rem;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1280px) {
  .content {
    width: 100% !important;
  }
}
@media screen and (min-width: 981px) {
  .content {
    width: 1110px;
  }
}

footer#footer {
  width: 100%;
  background: rgb(19, 15, 31);
  display: grid;
  justify-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
  margin-top: 2rem;
}
@media screen and (min-width: 981px) {
  footer#footer {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 980px) {
  footer#footer .content .row {
    padding: 1rem;
    text-align: center;
  }
  footer#footer .content .row .bottom-text {
    text-align: left;
  }
  footer#footer .content .row h5, footer#footer .content .row #video-examples .h5, #video-examples footer#footer .content .row .h5 {
    padding-top: 1.5rem;
  }
}
footer#footer ul {
  display: flex;
  align-content: center;
  align-items: center;
}
footer#footer ul li {
  list-style-type: none;
  margin-right: 0.5rem;
}
footer#footer .logo {
  text-align: left;
  margin-bottom: 1rem;
}
footer#footer .logo a {
  font-size: 24px;
}
footer#footer .list-item,
footer#footer h5,
footer#footer #video-examples .h5,
#video-examples footer#footer .h5,
footer#footer a {
  margin-top: 1rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  letter-spacing: -0.204545px;
  color: #FFFFFF;
}
footer#footer h5, footer#footer #video-examples .h5, #video-examples footer#footer .h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.231818px;
  color: rgb(0, 125, 255);
  margin: 0;
}
footer#footer .last-line.row.w-100 {
  margin-left: 0;
}
footer#footer .last-line.row.w-100 .icons {
  padding-left: 0;
}
@media screen and (max-width: 980px) {
  footer#footer .last-line {
    margin: 0;
  }
  footer#footer .last-line > * {
    padding: 0;
  }
}
footer#footer .last-line a {
  margin: 0;
}
footer#footer .last-line ul,
footer#footer .last-line .copyright {
  margin: 1rem 0;
}
@media screen and (max-width: 980px) {
  footer#footer .last-line ul,
  footer#footer .last-line .copyright {
    text-align: center;
    justify-content: space-around;
  }
}
footer#footer .last-line .copyright {
  margin-right: 0;
  padding-left: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  letter-spacing: -0.204545px;
  color: #FFFFFF;
}
@media screen and (min-width: 981px) {
  footer#footer .last-line .copyright {
    text-align: left;
  }
}
footer#footer .bottom-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.204545px;
  color: #FFFFFF;
}

@media screen and (max-width: 1280px) {
  #page-wrapper {
    width: 100% !important;
  }
}
@media screen and (min-width: 981px) {
  #page-wrapper {
    width: 1110px;
    padding: 0 2rem;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1280px) {
  .content {
    width: 100% !important;
  }
}
@media screen and (min-width: 981px) {
  .content {
    width: 1110px;
  }
}

#titleBar {
  display: none;
}

#navPanel {
  display: none;
}

header#header {
  width: 100%;
  position: sticky;
  top: 0;
  background: #0c3f6c;
  height: 68px;
  z-index: 1000;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  font-family: "Montserrat";
  filter: drop-shadow(0px 0px 5px rgba(80, 171, 255, 0.25));
}
header#header .button1 {
  border-radius: 5px;
  padding: 0.5rem 1rem;
  margin: 0;
}
header#header #logo {
  font-size: 24px;
}
@media screen and (min-width: 981px) {
  header#header {
    display: flex;
    align-items: center;
  }
  header#header > nav {
    display: contents;
  }
  header#header > nav > ul {
    display: contents;
    color: #ffffff;
  }
  header#header > nav > ul li {
    flex-grow: 1;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
  header#header > nav > ul li a {
    color: #7dddff;
  }
  header#header > nav > ul:before {
    order: 0;
    flex-grow: 1;
    width: 100%;
    max-width: calc((100vw - 1110px - 1rem) / 2);
    content: "";
  }
  header#header > nav > ul > li:nth-child(1) {
    order: 1;
  }
  header#header > nav > ul > li:nth-child(2) {
    order: 1;
  }
  header#header > nav > ul > li:nth-child(3) {
    order: 1;
  }
  header#header > nav > ul > li:nth-child(4) {
    order: 3;
  }
  header#header > nav > ul > li:nth-child(5) {
    order: 3;
    text-align: right;
  }
  header#header > nav > ul > li:nth-child(6) {
    order: 3;
    text-align: right;
  }
  header#header > nav > ul > li:nth-child(7) {
    order: 3;
    text-align: right;
  }
  header#header > nav > ul:after {
    order: 4;
    content: "";
    flex-grow: 1;
    width: 100%;
    max-width: calc((100vw - 1110px - 1rem) / 2);
  }
  header#header #logo {
    order: 2;
    flex-grow: 10;
  }
}

@media screen and (max-width: 980px) {
  header#header {
    display: none;
  }
  #page-wrapper {
    margin-top: 68px;
  }
  #titleBar {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    background: #33505e;
    height: 68px;
    z-index: 1000;
    filter: drop-shadow(0px 0px 5px rgba(80, 171, 255, 0.25));
  }
  #titleBar a.logo-holder {
    transform: translateY(-0.6em);
  }
  #titleBar a.logo-holder .logo {
    font-size: 24px;
    width: -moz-max-content;
    width: max-content;
  }
  #titleBar .title {
    display: grid;
    align-items: center;
    font-weight: 300;
    height: 100%;
    text-align: center;
    justify-items: center;
  }
  #titleBar .title a {
    width: -moz-max-content;
    width: max-content;
  }
  #titleBar .toggle {
    height: 68px;
    left: 0;
    position: absolute;
    top: 0;
    width: 68px;
    outline: 0;
    border: 0;
    color: #ffffff;
    display: grid;
    align-items: center;
    justify-items: center;
    font-size: 48px;
    font-weight: 100;
  }
  #navPanel {
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
    background: #181920;
    padding: 0.75em 1.25em;
  }
  #navPanel .link {
    border: 0;
    border-top: solid 1px rgba(134, 227, 235, 0.75);
    color: rgba(255, 255, 255, 0.95);
    display: block;
    min-height: 3em;
    line-height: 3em;
    text-decoration: none;
  }
  #navPanel .link:hover {
    color: inherit !important;
  }
  #navPanel .link:first-child {
    border-top: 0;
  }
  #navPanel .link.depth-0 {
    color: #ffffff;
    font-weight: 300;
  }
  #navPanel .link .indent-1 {
    display: inline-block;
    width: 1.25em;
  }
  #navPanel .link .indent-2 {
    display: inline-block;
    width: 2.5em;
  }
  #navPanel .link .indent-3 {
    display: inline-block;
    width: 3.75em;
  }
  #navPanel .link .indent-4 {
    display: inline-block;
    width: 5em;
  }
  #navPanel .link .indent-5 {
    display: inline-block;
    width: 6.25em;
  }
  body.navPanel-visible #navPanel {
    transform: translateX(0);
  }
}
.no-margin {
  margin-left: 0rem !important;
}

input[type=text],
input[type=password],
input[type=email],
select,
textarea {
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.2s ease-in-out;
  background: transparent;
  border-radius: 4px;
  border: solid 1px rgb(134, 227, 235);
  color: white;
  font-weight: bold;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
}
input[type=text]:invalid,
input[type=password]:invalid,
input[type=email]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  border-color: rgb(27, 150, 194);
}

input, textarea {
  color: white;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 15pt;
  font-weight: 100;
  line-height: 1.75em;
}

input::-moz-placeholder {
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
}

input::placeholder, textarea {
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
}

input[type=text],
input[type=password],
input[type=email],
select {
  height: 3em;
}/*# sourceMappingURL=main.css.map */