@font-face {
  font-family: "icomoon";
  src: url("./fonts/icomoon.eot-pxhbgs");
  src: url("./fonts/icomoon.eot-pxhbgs#iefix") format("embedded-opentype"),
    url("./fonts/icomoon.ttf-pxhbgs") format("truetype"),
    url("./fonts/icomoon.woff-pxhbgs") format("woff"),
    url("./fonts/icomoon.svg-pxhbgs#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(./fonts/fa-brands-400.eot);
  src: url(./fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
    url(./fonts/fa-brands-400.woff2) format("woff2"),
    url(./fonts/fa-brands-400.woff) format("woff"),
    url(./fonts/fa-brands-400.ttf) format("truetype"),
    url(./fonts/fa-brands-400.svg#fontawesome) format("svg");
}
@import url("//fonts.googleapis.com/css?family=Muli");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800,300i,400i,500i,600i,700i,800i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:100,200,300,400,500,600,700,100i,200i,300i,400i,500i,600i,700i&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  text-align: left;
}
* {
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

section {
  display: block;
}

body > section {
  position: relative;
  margin: 0 auto;
  padding: 6.25rem 0;
  overflow: hidden;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #f8f8f8;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

article {
  display: block;
}

.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .col-md-6 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .offset-md-3 {
    margin-left: 15%;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 960px;
    margin: 0 auto;
  }

  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-md-6.col-xxl-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .offset-md-3 {
    margin-left: 0;
  }
}


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

body > section,
body > footer {
  position: relative;
  margin: 0 auto;
  padding: 4rem 0;
  overflow: hidden;
}

.row + .row {
  margin-top: 2.5rem;
}

.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.doc-content-header {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 992px) {
  .doc-content-header {
    margin-bottom: 0;
    padding: 30px 0;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 3.125rem;
}

h1,
.h2 {
  margin-bottom: 0.5rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}

.h2 {
  font-size: 2.5rem;
}

.font-weight-light {
  font-weight: 300 !important;
}

h1,
.h2 {
  margin-bottom: 0.25em;
}

.h3 {
  font-size: 1.55em !important;
  font-weight: 300;
  color: #000;
}

article > section:not(:first-child) {
  margin-top: 3.125rem;
}

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

b {
  font-weight: bolder;
  font-weight: 700;
}

h2 {
  margin-top: 0;
  font-size: 1.675rem;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  margin-bottom: 0.25em;
}

.section-title-2 {
  padding-right: 0;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.8;
}

.gutter-3 {
  margin: -15px;
}

article > section > .row {
  margin-top: 30px;
  margin-bottom: 30px;
}

.gutter-2 {
  margin: -10px;
}

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

a {
  color: #000;
  text-decoration: none !important;
  border-bottom: 1px solid #aaa;
  background-color: transparent;
}

a:hover {
  color: #064cdb;
  border-bottom: 1px solid transparent;
}

.section-title-2 .anchor {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  color: #adb5bd;
  outline: none;
}

a.btn {
  text-decoration: none;
}

section.anchor:hover {
  color: #064cdb;
}

section:hover .anchor {
  opacity: 1;
}

.anchor {
  border-bottom: 1px solid transparent;
}

.col-6,
.col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.gutter-3 > * {
  margin-bottom: 0 !important;
  padding: 15px;
}

.gutter-2 > * {
  margin-bottom: 0 !important;
  padding: 10px;
}

kbd {
  font-family: "Roboto Mono", monospace;
  font-size: 1em;
}

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

.kbd {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  position: relative;
  display: inline-block;
  margin: 0.2rem;
  padding: 0 0.5rem 0 2.5rem;
  font-size: inherit;
  font-family: "Open Sans", sans-serif;
  border-radius: 0.25rem;
  color: #555555;
}

.kbd {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  border: 1px solid #e5e5e5;
  background: white;
}

.external:before,
.code:before,
.kbd:before,
.scroll:before,
.folder:before,
.file:before {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 2rem;
  height: 100%;
  text-align: center;
  background: #f5f5f5;
  content: "\ebfa";
  color: #000;
  font-family: "icomoon" !important;
  border-radius: 0.25rem;
  border-right: 1px solid #e5e5e5;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.kbd:before {
  content: "\f11c";
}

nav {
  display: block;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #555555;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.9375rem 1.875rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #064cdb;
  border-color: #064cdb;
}

.btn-sm {
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-rounded {
  border-radius: 10rem;
}

.btn {
  position: relative;
}

.btn:hover {
  color: #555555;
  text-decoration: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #053fb6;
  border-color: #053ba9;
}

[class^="icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-hash:before {
  content: "\ec41";
}

.boxed {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  border: 1px solid #e5e5e5;
  background: white;
}

.boxed.background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.type {
  position: relative;
}

.equal:before,
.type:before,
.map-box:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.bordered {
  border-radius: 0.25rem;
  border: 1px solid #e5e5e5;
}

.color {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10rem;
}

.p-3 {
  padding: 1.875rem !important;
}

.video-js {
  width: 300px;
  height: 150px;
}

.video-dimensions {
  width: 640px;
  height: 264px;
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  z-index: 50;
  background: transparent;
}

.video-16-9 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
}

.card {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  border: 1px solid #e5e5e5;
  background: white;
}

.alert {
  position: relative;
  padding: 1.875rem 1.875rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-warning {
  color: #5c4503;
  background-color: #ffeeba;
  border-color: #ffe492;
}

.alert {
  margin-bottom: 20px;
}

.alert {
  overflow: hidden;
}

.alert:last-child {
  margin-bottom: 0;
}

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

ul {
  margin-bottom: 20px;
}

.list-group {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

ul.list-group:last-child {
  margin-bottom: 20px;
}

ul:last-child {
  margin-bottom: 0;
}

.breadcrumb-back {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #e5e5e5;
}

.breadcrumb-back:not(:last-child) {
  margin-right: 15px;
}

.breadcrumb-back:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  content: "\ebdc";
  top: 50%;
  left: 50%;
  font-family: "icomoon" !important;
  font-size: 1.125rem;
  color: #000;
}

.breadcrumb-back:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  border: 1px solid #e5e5e5;
  background: white;
}

.breadcrumb-back:hover {
  border-radius: 50%;
}

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

ol {
  margin-bottom: 20px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0.25rem;
}

.d-none {
  display: none !important;
}

@media (min-width: 992px) {
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

.breadcrumb {
  display: inline-flex;
  padding: 0.9375rem;
  border: 1px solid #e5e5e5;
  background: transparent;
}

ol:last-child {
  margin-bottom: 0;
}

.doc-content-header .breadcrumb {
  margin: 0;
  padding: 0;
  border: 0;
}

.type > * {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
}

.type > * {
  padding: 10px;
}

.bg-blue {
  background-color: #064cdb !important;
}

.color .color-example {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 50%;
}

.color .color-info {
  flex: 1;
}

.bg-green {
  background-color: #28a745 !important;
}

.bg-red {
  background-color: #dc3545 !important;
}

.file-tree {
  margin-bottom: 0;
  padding-left: 20px;
  list-style: none;
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #555555;
  background-color: transparent;
}

.table {
  border-radius: 0.25rem;
}

.accordion > .card {
  overflow: hidden;
}

.accordion .card {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  overflow: visible;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

button {
  border-radius: 0;
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

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

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

.video-js .vjs-big-play-button {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 1;
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  margin-left: -2.5rem;
  border-radius: 50%;
  border: 0;
}

.video-js:hover .vjs-big-play-button {
  border-color: #fff;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.video-js:hover .vjs-big-play-button {
  background: #064cdb;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: rgba(43, 51, 63, 0.7);
}

.youtube .vjs-control-bar {
  display: none;
}

.vjs-hidden {
  display: none !important;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8),
    rgba(255, 255, 255, 0)
  );
  overflow: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.card-header {
  padding: 20px 30px;
  margin-bottom: 0;
  background-color: #fafafa;
  border-bottom: 1px solid #e5e5e5;
}

.bg-white {
  background-color: #fff !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.no-border {
  border-color: transparent;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card .card-header {
  padding: 30px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 30px;
}

.card .card-body {
  position: relative;
  overflow: hidden;
}

h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  margin-bottom: 0.5rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}

h4 {
  font-size: 1.5rem;
}

h4 {
  margin-bottom: 0.25em;
}

[class*="circle"] {
  border-radius: 50%;
}

.alert [class*="icon-"] {
  position: absolute;
  top: -2rem;
  left: -2rem;
  font-size: 10rem;
  color: rgba(0, 0, 0, 0.05);
}

.icon-alert-circle:before {
  content: "\ebce";
}

.list-group-item {
  align-items: flex-start !important;
  padding: 0.75rem 1.25rem;
}

.list-group-item a {
  align-self: flex-start;
  margin-left: auto;
  display: inline-block;
}

.d-flex {
  display: flex !important;
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-lines .list-group-item {
  border-radius: 0.25rem;
  background: transparent;
  padding: 20px;
  margin-bottom: 15px;
}

.list-group-lines .list-group-item.boxed {
  background: #fff;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #999999;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

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

.badge-primary {
  color: #fff;
  background-color: #064cdb;
}

.badge-secondary {
  color: #fff;
  background-color: #4f5051;
}

.badge {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  letter-spacing: 0.05em;
}

.type .badge {
  position: absolute;
  top: 20px;
  right: -20px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  margin-bottom: 0.5rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}

h5 {
  font-size: 1.25rem;
}

h5 {
  margin-bottom: 0.25em;
}

.type-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #555555;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 1.5px 2.5px;
}

.type-example {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
}
.a .color .color-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
}

.color .color-info span {
  font-size: 0.875rem;
  color: #999999;
  text-transform: uppercase;
}

.color-white {
  color: #fff;
}

.file-tree li {
  position: relative;
  padding: 5px 0;
  border-radius: 0.25rem;
  cursor: auto;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 600;
}

.file-tree .file-tree-folder {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  cursor: pointer;
}

.file-tree li::before {
  content: "\f15b";
  display: inline-block;
  text-align: center;
  width: 30px;
  margin-right: 0.25rem;
  vertical-align: middle;
  font-family: "icomoon" !important;
  font-size: 1rem;
  color: #999999;
}

.file-tree .file-tree-folder::before {
  content: "\f07b";
  font-size: 1.25rem;
}

.file-tree .file-tree-folder::after {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  top: 0.8rem;
  left: -1em;
  content: "\ebfa";
  display: block;
  text-align: center;
  width: 1em;
  line-height: 1em;
  font-family: "icomoon" !important;
  font-size: 1rem;
  color: #999999;
}

.file-tree .file-tree-folder.empty::after {
  display: none;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.accordion .card .card-header {
  padding: 0;
  border: 0;
  background: transparent;
}

.collapse {
  display: none;
  transition: all 0.3s ease;
}

.collapse.show {
  display: block;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.video-js iframe {
  border-radius: 0.25rem;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder::before,
.vjs-button > .vjs-icon-placeholder::before {
  text-align: center;
}

.vjs-icon-play,
.video-js .vjs-big-play-button .vjs-icon-placeholder::before,
.video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder::before,
.video-js .vjs-play-control .vjs-icon-placeholder::before {
  content: "\f101";
}

.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #000;
}

.video-js:hover .vjs-big-play-button .vjs-icon-placeholder::before {
  color: #fff;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-control:focus::before,
.video-js .vjs-control:hover::before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
  width: 9em;
  transition: width 0.1s;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.video-js .vjs-current-time {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.video-js .vjs-duration {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.video-js:not(.vjs-live) .vjs-live-control {
  display: none;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.vjs-menu-button {
  cursor: pointer;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  padding: 20px 24px 0px 24px;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

p:last-child {
  margin-bottom: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.card-header-pills {
  margin-right: -15px;
  margin-left: -15px;
}

.nav {
  position: relative;
}

.nav-pills {
  display: inline-flex;
  background: #e5e5e5;
  border-radius: 0.25rem;
  padding: 2px;
}

.card-header-pills {
  margin-top: 10px;
  margin-right: 0;
  margin-left: 0;
}

.mr-2 {
  margin-right: 1.25rem !important;
}

.pr-2 {
  padding-right: 1.25rem !important;
}

.text-primary {
  color: #064cdb !important;
}

.fs-24 {
  font-size: 1.5rem !important;
  line-height: 1.4em;
}

.icon-check2:before {
  content: "\ebf7";
}

.badge-green {
  color: #fff;
  background-color: #28a745;
}

.breadcrumb-item a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  color: #000;
}

.type-example span {
  color: #000;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.file-tree li span {
  color: #999999;
  font-weight: 400;
  font-size: 0.75rem;
}

ul ul {
  margin-bottom: 0;
}

.file-tree ul {
  list-style: none;
  display: none;
  padding-left: 30px;
}

.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: rgba(0, 0, 0, 0.05);
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

h5:last-child {
  margin-bottom: 0;
}

.accordion .card .card-header > * {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.accordion .card .card-body {
  padding-top: 0;
}

.vjs-icon-play,
.video-js .vjs-big-play-button .vjs-icon-placeholder::before,
.video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-button > .vjs-icon-placeholder::before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-icon-play::before,
.video-js .vjs-big-play-button .vjs-icon-placeholder::before,
.video-js .vjs-play-control .vjs-icon-placeholder::before {
  content: "\f101";
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s,
    top 1s 1s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel .vjs-volume-control:active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s,
    top 0s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em;
}

.vjs-playback-rate > .vjs-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
  display: block;
}

.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder::before {
  content: "\f108";
}

.vjs-text-track-settings .vjs-track-settings-colors {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-font {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  grid-column: 1 / -1;
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder::before {
  content: "\f115";
}

.nav .lavalamp-object {
  display: none;
  z-index: 1;
}

.nav-pills .lavalamp-object {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 0.25rem;
}

.nav .nav-item {
  display: inline-block;
}

.fade {
  transition: opacity 0.15s linear;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.fade:not(.show) {
  opacity: 0;
}

th {
  text-align: inherit;
}

.table th {
  padding: 1.875rem;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}

.table th {
  font-weight: 400;
  color: #999999;
}

.table th {
  padding: 1.25rem 1.875rem;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}

.table thead th {
  border-bottom: 0;
  border-top: 0;
}

.table.boxed th {
  border-top: 0;
}

.table td {
  padding: 1.875rem;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}

.table td {
  padding: 1.25rem 1.875rem;
}

.table.boxed td {
  border-top: 0;
}

.btn-link {
  font-weight: 400;
  color: #064cdb;
  text-decoration: none;
}

.link-underline {
  text-decoration: underline;
}

.accordion .card .card-header button {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  position: relative;
  width: 100%;
  padding: 20px 30px;
  text-align: left;
  text-transform: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0;
  color: inherit;
  white-space: normal;
}

.accordion .card .card-header button::before {
  position: absolute;
  content: "\ebfa";
  width: 1em;
  line-height: 1em;
  right: 30px;
  top: 50%;
  font-family: "icomoon" !important;
  font-size: 1.5rem;
  margin-top: -0.5em;
  color: #999999;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.btn-link:hover {
  color: #043291;
  text-decoration: underline;
}

.accordion .card .card-header button:hover {
  text-decoration: none;
}

.video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder::before {
  content: "\f107";
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-progress-holder .vjs-load-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.vjs-icon-circle:before,
.video-js .vjs-play-progress::before,
.video-js .vjs-volume-level::before,
.vjs-seek-to-live-control .vjs-icon-placeholder::before {
  content: "\f111";
}

.video-js .vjs-play-progress::before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.333333333333333em;
  z-index: 1;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button .vjs-icon-placeholder::before {
  content: "\f10e";
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button .vjs-icon-placeholder::before {
  content: "\f11d";
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder::before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder::before,
.video-js.video-js:lang(en-GB)
  .vjs-subs-caps-button
  .vjs-icon-placeholder::before,
.video-js.video-js:lang(en-IE)
  .vjs-subs-caps-button
  .vjs-icon-placeholder::before,
.video-js.video-js:lang(en-AU)
  .vjs-subs-caps-button
  .vjs-icon-placeholder::before,
.video-js.video-js:lang(en-NZ)
  .vjs-subs-caps-button
  .vjs-icon-placeholder::before {
  content: "\f10c";
}

.vjs-icon-captions:before,
.video-js .vjs-captions-button .vjs-icon-placeholder::before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder::before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder::before {
  content: "\f10d";
}

.video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before,
.video-js .vjs-audio-button .vjs-icon-placeholder::before {
  content: "\f11e";
}

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

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-bottom: 20px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav .nav-link {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  display: inline-block;
  color: #999999;
}

.nav-pills .nav-link {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  color: #999;
}

.nav-pills .nav-link.active {
  color: #fff;
  background-color: #064cdb;
}

.nav .nav-link.active {
  color: #111111;
}

.nav-pills .nav-link.active {
  background: transparent;
}

.nav-link:hover {
  text-decoration: none;
}

div.code-toolbar {
  position: relative;
}

figure {
  display: block;
}

figure {
  margin: 0 0 1rem;
}

.photo {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.vjs-icon-circle::before,
.video-js .vjs-play-progress::before,
.video-js .vjs-volume-level::before,
.vjs-seek-to-live-control .vjs-icon-placeholder::before {
  content: "\f111";
}

.video-js .vjs-volume-level::before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-horizontal .vjs-volume-level::before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-time-tooltip {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js
  .vjs-progress-control:hover
  .vjs-progress-holder:focus
  .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu li.vjs-selected {
  background-color: #fff;
  color: #2b333f;
}

.vjs-menu li.vjs-menu-item:hover {
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}

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

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

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

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

pre {
  font-family: "Roboto Mono", monospace;
  font-size: 1em;
}

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

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

pre[class*="language-"] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*="language-"] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}

pre[class*="language-"] {
  background: #f5f2f0;
}

pre[class*="language-"] {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  border: 1px solid #e5e5e5;
  background: white;
}

pre[class*="language-"] {
  font-family: "Roboto Mono", monospace;
  text-shadow: none;
}

pre[class*="language-"] {
  border-radius: 0.25rem;
  margin: 0 0 1rem 0;
  padding: 30px;
}

.card pre[class*="language-"] {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0;
  border: 0;
}

pre[class*="language-"]:selection,
code[class*="language-"]:selection {
  text-shadow: none;
  background: #b3d4fc;
}

div.code-toolbar > .toolbar {
  position: absolute;
  top: 0.3em;
  right: 0.2em;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

div.code-toolbar > .toolbar {
  opacity: 0;
  top: 0;
  right: 0;
}

div.code-toolbar:hover > .toolbar {
  opacity: 1;
}

div.code-toolbar:hover .toolbar {
  opacity: 1;
}

.photo a {
  display: block;
  margin: 0;
  background-size: cover;
  background-position: center;
}

.photo a::before {
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.photo:hover a::before {
  opacity: 0.75;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

code {
  font-family: "Roboto Mono", monospace;
  font-size: 1em;
}

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

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

code[class*="language-"] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

code[class*="language-"] {
  font-family: "Roboto Mono", monospace;
  text-shadow: none;
}

div.code-toolbar > .toolbar .toolbar-item {
  display: inline-block;
}

div.code-toolbar > .toolbar .toolbar-item {
  display: block;
}

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

img {
  max-width: 100%;
}

.photo img {
  width: 100%;
}

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

div.code-toolbar > .toolbar a {
  cursor: pointer;
}

div.code-toolbar > .toolbar a {
  color: #bbb;
  font-size: 0.8em;
  padding: 0 0.5em;
  background: rgba(224, 224, 224, 0.2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
}

div.code-toolbar > .toolbar a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0.25rem;
  background: #064cdb;
  color: #fff;
  display: block;
  margin: 10px -10px 0 0;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
}

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

div.code-toolbar > .toolbar a:hover {
  color: inherit;
  text-decoration: none;
}

div.code-toolbar > .toolbar a:hover {
  color: #fff;
  background: #053fb6;
}

div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar a:focus,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar span:hover,
div.code-toolbar > .toolbar span:focus {
  color: inherit;
  text-decoration: none;
}

/* These were inline style tags. Uses id+class to override almost everything */
#video_youtube_api.style-PGWxo {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
#style-jNsks.style-jNsks {
  background-image: url("https://img.youtube.com/vi/DkeiKbqa02g/maxresdefault.jpg");
}
#style-om6kT.style-om6kT {
  position: absolute;
  inset: 0px;
  margin: 1.5%;
}
#style-rvZzY.style-rvZzY {
  width: 0%;
}
#style-ar5bi.style-ar5bi {
  left: 0%;
  width: 0%;
}
#style-35CfU.style-35CfU {
  transition-duration: 0.2s;
  width: 70.9375px;
  height: 37px;
  transform: translate(2px, 2px);
}
#style-Pj9Fe.style-Pj9Fe {
  z-index: 5;
  position: relative;
}
#style-VAI6F.style-VAI6F {
  z-index: 5;
  position: relative;
}
#style-fACjm.style-fACjm {
  transform: translate3d(-762px, 0px, 0px);
  transition: 0.25s;
  width: 2286px;
}
#style-GOvBh.style-GOvBh {
  width: 742px;
  margin-right: 20px;
}
#style-QRB2A.style-QRB2A {
  width: 742px;
  margin-right: 20px;
}
#style-q6slQ.style-q6slQ {
  width: 742px;
  margin-right: 20px;
}
/* These were inline style tags. Uses id+class to override almost everything */
#video_youtube_api.style-KSCmq {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
#style-yUDIg.style-yUDIg {
  background-image: url("https://img.youtube.com/vi/DkeiKbqa02g/maxresdefault.jpg");
}
#style-kmAwd.style-kmAwd {
  position: absolute;
  inset: 0px;
  margin: 1.5%;
}
#style-BrzYq.style-BrzYq {
  width: 0%;
}
#style-zjO1q.style-zjO1q {
  left: 0%;
  width: 0%;
}
#style-5g7Pe.style-5g7Pe {
  transition-duration: 0.2s;
  width: 70.9375px;
  height: 37px;
  transform: translate(2px, 2px);
}
#style-MglrI.style-MglrI {
  z-index: 5;
  position: relative;
}
#style-MpVYT.style-MpVYT {
  z-index: 5;
  position: relative;
}
#style-J8zkL.style-J8zkL {
  transform: translate3d(-762px, 0px, 0px);
  transition: 0.25s;
  width: 2286px;
}
#style-WKSWn.style-WKSWn {
  width: 742px;
  margin-right: 20px;
}
#style-XOqCH.style-XOqCH {
  width: 742px;
  margin-right: 20px;
}
#style-HeAAo.style-HeAAo {
  width: 742px;
  margin-right: 20px;
}
.header__logo {
  float: left;
  padding-top: 10px;
  margin-top: 5px;
  white-space: nowrap;
}
.header__logo img {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-right: 14px;
  border: solid 2px #ddd;
}

.bg-dark {
  background-color: #151515 !important;
}


footer {
  margin: 0;
  padding: 4rem 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  list-style: none;
  background: 0 0;
}

footer.dark {
  background: #030303;
}

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

.footer__social-networks {
  height: 30px;
}

.footer__social-networks a {
  color: #fff;
  font-size: 22px;
  margin: 0 15px;
  transition: all ease 0.3s;
}

.footer__social-networks a:hover {
  transition: all ease 0.3s;
  opacity: 0.5;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.footer__copyright-text p {
  color: #888;
  font-size: 16px;
}

.footer__copyright-text a {
  color: #999;
  font-size: 16px;
  text-decoration: underline;
}

.footer__social-networks a {
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
}

.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-github:before {
  content: "\f09b";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-medium:before {
  content: "\f23a";
}

.blog-posts-list a {
  text-decoration: none;
  border-bottom: 1px solid #aaa;
}

.blog-posts-list a:hover {
  border-bottom: 1px solid transparent;
}

.glider,
.glider-contain {
  margin: 0 auto;
  position: relative;
}
.glider,
.glider-track {
  transform: translateZ(0);
}
.glider-dot,
.glider-next,
.glider-prev {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
}
.glider-contain {
  width: 100%;
}
.glider {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.glider-track {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}
.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}
.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-width: 150px;
}
.glider-slide img {
  max-width: 100%;
}
.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}
.glider-next,
.glider-prev {
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),
    color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.glider-next {
  right: -23px;
  left: auto;
}
.glider-next.disabled,
.glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}
.glider-hide {
  opacity: 0;
}
.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.glider-dot {
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}
.glider-dot:focus,
.glider-dot:hover {
  background: #ddd;
}
.glider-dot.active {
  background: #a89cc8;
}
@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}
.glider-container {
  width: 100%;
  margin: 2rem auto;
  position: relative;
}

.glider img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.glider-prev,
.glider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.glider > div:not(:first-child) {
  display: none;
}

.glider > div {
  visibility: hidden;
  opacity: 0;
}

.glider > div:first-child {
  visibility: visible;
  opacity: 1;
}

body.carousel-ready .glider > div {
  visibility: visible;
  opacity: 1;
}

.lightbox {
  border-bottom: 1px solid transparent;
}

.side-projects-box {
  padding: 0 32px;
  margin-bottom: 28px;
}

.leadership-principles {
  margin: -10px 30px 0;
}

ul.leadership-principles:last-child {
  margin-bottom: 30px !important;
}
