video{
    object-fit:fill;
}
.plyr input[type=range]:focus,
.plyr:focus {
    outline: 0;
}.plyr .plyr__video-embed iframe,

 .plyr__tooltip {
     pointer-events: none;
 }@keyframes plyr-progress {

      to {
          background-position: 25px 0;
      }
  }.plyr {position: relative;max-width: 100%;min-width: 200px;font-family: Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;direction: ltr;height: 100%;}.plyr,

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

                                                                                                                                                                                     .plyr button,
                                                                                                                                                                                     .plyr input,
                                                                                                                                                                                     .plyr label {
                                                                                                                                                                                         -ms-touch-action: manipulation;
                                                                                                                                                                                         touch-action: manipulation;
                                                                                                                                                                                     }.plyr audio,

                                                                                                                                                                                      .plyr video {
                                                                                                                                                                                          width: 100%;
                                                                                                                                                                                          height: auto;
                                                                                                                                                                                          height: 100%;
                                                                                                                                                                                          vertical-align: middle;
                                                                                                                                                                                          border-radius: inherit;
                                                                                                                                                                                      }.plyr input[type=range] {

                                                                                                                                                                                           display: block;

                                                                                                                                                                                           width: 100%;

                                                                                                                                                                                           height: 20px;

                                                                                                                                                                                           padding: 0;

                                                                                                                                                                                           margin: 0;

                                                                                                                                                                                           cursor: pointer;

                                                                                                                                                                                           vertical-align: middle;

                                                                                                                                                                                           border: none;

                                                                                                                                                                                           background: 0 0;

                                                                                                                                                                                           -webkit-appearance: none;

                                                                                                                                                                                           -moz-appearance: none;

                                                                                                                                                                                           appearance: none;

                                                                                                                                                                                           opacity: 1;

                                                                                                                                                                                       }.plyr input[type=range]::-webkit-slider-runnable-track {

                                                                                                                                                                                            height: 8px;

                                                                                                                                                                                            -webkit-user-select: none;
                                                                                                                                                                                            user-select: none;

                                                                                                                                                                                            border: 0;
                                                                                                                                                                                            border-radius: 4px;
                                                                                                                                                                                            background: 0 0;
                                                                                                                                                                                        }.plyr input[type=range]::-webkit-slider-thumb {

                                                                                                                                                                                             position: relative;

                                                                                                                                                                                             width: 16px;
                                                                                                                                                                                             height: 16px;
                                                                                                                                                                                             margin-top: -4px;
                                                                                                                                                                                             box-sizing: border-box;

                                                                                                                                                                                             transition: background .2s ease,border .2s ease,transform .2s ease;

                                                                                                                                                                                             border: 2px solid transparent;
                                                                                                                                                                                             border-radius: 100%;
                                                                                                                                                                                             background: #fff;
                                                                                                                                                                                             box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);

                                                                                                                                                                                             -webkit-appearance: none;
                                                                                                                                                                                         }.plyr input[type=range]::-moz-range-track {

                                                                                                                                                                                              height: 8px;

                                                                                                                                                                                              -moz-user-select: none;
                                                                                                                                                                                              user-select: none;

                                                                                                                                                                                              border: 0;
                                                                                                                                                                                              border-radius: 4px;
                                                                                                                                                                                              background: 0 0;
                                                                                                                                                                                          }.plyr input[type=range]::-moz-range-thumb {

                                                                                                                                                                                               position: relative;

                                                                                                                                                                                               width: 16px;
                                                                                                                                                                                               height: 16px;
                                                                                                                                                                                               box-sizing: border-box;

                                                                                                                                                                                               transition: background .2s ease,border .2s ease,transform .2s ease;

                                                                                                                                                                                               border: 2px solid transparent;
                                                                                                                                                                                               border-radius: 100%;
                                                                                                                                                                                               background: #fff;
                                                                                                                                                                                               box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);
                                                                                                                                                                                           }.plyr input[type=range]::-ms-track {

                                                                                                                                                                                                height: 8px;

                                                                                                                                                                                                color: transparent;
                                                                                                                                                                                                border: 0;
                                                                                                                                                                                                background: 0 0;
                                                                                                                                                                                            }.plyr input[type=range]::-ms-fill-upper {

                                                                                                                                                                                                 height: 8px;

                                                                                                                                                                                                 -ms-user-select: none;
                                                                                                                                                                                                 user-select: none;

                                                                                                                                                                                                 border: 0;
                                                                                                                                                                                                 border-radius: 4px;
                                                                                                                                                                                                 background: 0 0;
                                                                                                                                                                                             }.plyr input[type=range]::-ms-fill-lower {

                                                                                                                                                                                                  height: 8px;

                                                                                                                                                                                                  -ms-user-select: none;
                                                                                                                                                                                                  user-select: none;

                                                                                                                                                                                                  border: 0;
                                                                                                                                                                                                  border-radius: 4px;
                                                                                                                                                                                                  background: rgb(234,84,19);
                                                                                                                                                                                              }.plyr input[type=range]::-ms-thumb {

                                                                                                                                                                                                   position: relative;

                                                                                                                                                                                                   width: 16px;
                                                                                                                                                                                                   height: 16px;
                                                                                                                                                                                                   margin-top: 0;
                                                                                                                                                                                                   box-sizing: border-box;

                                                                                                                                                                                                   transition: background .2s ease,border .2s ease,transform .2s ease;

                                                                                                                                                                                                   border: 2px solid transparent;
                                                                                                                                                                                                   border-radius: 100%;
                                                                                                                                                                                                   background: #fff;
                                                                                                                                                                                                   box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);
                                                                                                                                                                                               }.plyr input[type=range]::-ms-tooltip {

                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                }.plyr input[type=range]::-moz-focus-outer {

                                                                                                                                                                                                     border: 0;
                                                                                                                                                                                                 }.plyr input[type=range].tab-focus:focus {

                                                                                                                                                                                                      outline-offset: 3px;
                                                                                                                                                                                                  }.plyr input[type=range]:active::-webkit-slider-thumb {

                                                                                                                                                                                                       transform: scale(1.25);

                                                                                                                                                                                                       border-color: #fff;
                                                                                                                                                                                                       background: rgb(234,84,19);
                                                                                                                                                                                                   }.plyr input[type=range]:active::-moz-range-thumb {

                                                                                                                                                                                                        transform: scale(1.25);

                                                                                                                                                                                                        border-color: #fff;
                                                                                                                                                                                                        background: rgb(234,84,19);
                                                                                                                                                                                                    }.plyr input[type=range]:active::-ms-thumb {

                                                                                                                                                                                                         transform: scale(1.25);

                                                                                                                                                                                                         border-color: #fff;
                                                                                                                                                                                                         background: rgb(234,84,19);
                                                                                                                                                                                                     }.plyr--video input[type=range].tab-focus:focus {

                                                                                                                                                                                                          outline: rgba(255,255,255,.5) dotted 1px;
                                                                                                                                                                                                      }.plyr--audio input[type=range].tab-focus:focus {

                                                                                                                                                                                                           outline: rgba(86,93,100,.5) dotted 1px;
                                                                                                                                                                                                       }.plyr__sr-only {

                                                                                                                                                                                                            position: absolute!important;

                                                                                                                                                                                                            width: 1px!important;
                                                                                                                                                                                                            height: 1px!important;
                                                                                                                                                                                                            padding: 0!important;
                                                                                                                                                                                                            overflow: hidden;
                                                                                                                                                                                                            clip: rect(1px,1px,1px,1px);

                                                                                                                                                                                                            border: 0!important;
                                                                                                                                                                                                        }.plyr__video-wrapper {

                                                                                                                                                                                                             position: relative;

                                                                                                                                                                                                             border-radius: inherit;
                                                                                                                                                                                                             background: #000;
                                                                                                                                                                                                             height: 100%;
                                                                                                                                                                                                         }.plyr__video-embed {

                                                                                                                                                                                                              z-index: 0;

                                                                                                                                                                                                              height: 0;
                                                                                                                                                                                                              padding-bottom: 56.25%;
                                                                                                                                                                                                              overflow: hidden;

                                                                                                                                                                                                              border-radius: inherit;
                                                                                                                                                                                                          }.plyr__video-embed iframe {

                                                                                                                                                                                                               position: absolute;
                                                                                                                                                                                                               top: 0;
                                                                                                                                                                                                               left: 0;

                                                                                                                                                                                                               width: 100%;
                                                                                                                                                                                                               height: 100%;

                                                                                                                                                                                                               -webkit-user-select: none;
                                                                                                                                                                                                               -moz-user-select: none;
                                                                                                                                                                                                               -ms-user-select: none;
                                                                                                                                                                                                               user-select: none;

                                                                                                                                                                                                               border: 0;
                                                                                                                                                                                                           }.plyr__video-embed > div {

                                                                                                                                                                                                                position: relative;

                                                                                                                                                                                                                padding-bottom: 200%;

                                                                                                                                                                                                                transform: translateY(-35.95%);
                                                                                                                                                                                                            }.plyr video::-webkit-media-text-track-container {

                                                                                                                                                                                                                 display: none;
                                                                                                                                                                                                             }.plyr__captions {

                                                                                                                                                                                                                  position: absolute;
                                                                                                                                                                                                                  bottom: 0;
                                                                                                                                                                                                                  left: 0;

                                                                                                                                                                                                                  display: none;
                                                                                                                                                                                                                  width: 100%;
                                                                                                                                                                                                                  padding: 20px;

                                                                                                                                                                                                                  font-size: 16px;
                                                                                                                                                                                                                  font-weight: 400;

                                                                                                                                                                                                                  transition: transform .3s ease;
                                                                                                                                                                                                                  transform: translateY(-40px);
                                                                                                                                                                                                                  text-align: center;

                                                                                                                                                                                                                  color: #fff;
                                                                                                                                                                                                              }.plyr__captions span {

                                                                                                                                                                                                                   padding: 3px 10px;

                                                                                                                                                                                                                   line-height: 150%;

                                                                                                                                                                                                                   border-radius: 2px;
                                                                                                                                                                                                                   background: rgba(0,0,0,.7);
                                                                                                                                                                                                                   box-decoration-break: clone;

                                                                                                                                                                                                                   -webkit-box-decoration-break: clone;
                                                                                                                                                                                                               }.plyr__captions span:empty {

                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                }@media (min-width:768px) {

    .plyr__captions {
        font-size: 24px;
    }
}.plyr--captions-active .plyr__captions {

     display: block;
 }.plyr--hide-controls .plyr__captions {

      transform: translateY(-15px);
  }@media (min-width:1024px) {

    .plyr--fullscreen-active .plyr__captions {
        font-size: 32px;
    }
}.plyr ::-webkit-media-controls {

     display: none;
 }.plyr__controls {

      display: -ms-flexbox;
      display: flex;

      line-height: 1;

      text-align: center;

      align-items: center;
      -ms-flex-align: center;
  }.plyr__controls .plyr__progress,

   .plyr__controls .plyr__time,
   .plyr__controls > button {
       margin-left: 5px;
   }.plyr__controls .plyr__progress:first-child,

    .plyr__controls .plyr__time:first-child,
    .plyr__controls > button:first-child {
        margin-left: 0;
    }.plyr__controls .plyr__volume {

         margin-left: 5px;
     }.plyr__controls [data-plyr=pause] {

          margin-left: 0;
      }.plyr__controls button {

           position: relative;

           display: inline-block;
           padding: 7px;
           overflow: visible;

           cursor: pointer;
           transition: background .3s ease,color .3s ease,opacity .3s ease;
           vertical-align: middle;

           color: inherit;
           border: 0;
           border-radius: 3px;
           background: 0 0;

           -ms-flex-negative: 0;
           flex-shrink: 0;
       }.plyr__controls button svg {

            display: block;
            width: 18px;
            height: 18px;

            fill: currentColor;
        }.plyr__controls button:focus {

             outline: 0;
         }.plyr__controls .icon--captions-on,

          .plyr__controls .icon--exit-fullscreen,
          .plyr__controls .icon--muted {
              display: none;
          }@media (min-width:480px) {

    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time,
    .plyr__controls > button {
        margin-left: 10px;
    }
}.plyr--hide-controls .plyr__controls {

     pointer-events: none;

     opacity: 0;
 }.plyr--video .plyr__controls {position: absolute;right: 0;bottom: 0;left: 0;z-index: 2;padding: 5px 10px 3px;transition: opacity .3s ease;color: #fff;border-bottom-right-radius: inherit;border-bottom-left-radius: inherit;/* background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5)); *//* background: rgba(251,165,127,0.28); *//* background: #9789bd; *//* opacity: 0.5; */}.plyr--video .plyr__controls button.tab-focus:focus,

                                                                                                                                                                                                                                                                                                                             .plyr--video .plyr__controls button:hover {
                                                                                                                                                                                                                                                                                                                                 color: #fff;
                                                                                                                                                                                                                                                                                                                                 /*background: rgba(254,141,91,0.68);*/
                                                                                                                                                                                                                                                                                                                                 background: #9789bd;
                                                                                                                                                                                                                                                                                                                                 opacity: 0.68;
                                                                                                                                                                                                                                                                                                                             }.plyr--audio .plyr__controls {

                                                                                                                                                                                                                                                                                                                                  padding: 10px;

                                                                                                                                                                                                                                                                                                                                  color: #565d64;
                                                                                                                                                                                                                                                                                                                                  border: 1px solid #dbe3e8;
                                                                                                                                                                                                                                                                                                                                  border-radius: inherit;
                                                                                                                                                                                                                                                                                                                                  background: #fff;
                                                                                                                                                                                                                                                                                                                              }.plyr--audio .plyr__controls button.tab-focus:focus,

                                                                                                                                                                                                                                                                                                                               .plyr--audio .plyr__controls button:hover,
                                                                                                                                                                                                                                                                                                                               .plyr__play-large {
                                                                                                                                                                                                                                                                                                                                   color: #fff;
                                                                                                                                                                                                                                                                                                                                   background: #9789bd;
                                                                                                                                                                                                                                                                                                                               }.plyr__play-large {

                                                                                                                                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                                                                                                                                    top: 50%;
                                                                                                                                                                                                                                                                                                                                    left: 50%;
                                                                                                                                                                                                                                                                                                                                    z-index: 1;

                                                                                                                                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                                                                                                                                    padding: 10px;

                                                                                                                                                                                                                                                                                                                                    transition: all .3s ease;
                                                                                                                                                                                                                                                                                                                                    transform: translate(-50%,-50%);

                                                                                                                                                                                                                                                                                                                                    border: none;
                                                                                                                                                                                                                                                                                                                                    border-radius: 100%;

                                                                                                                                                                                                                                                                                                                                    /* box-shadow: 0 1px 1px rgba(0,0,0,.15); */
                                                                                                                                                                                                                                                                                                                                }.plyr__play-large svg {

                                                                                                                                                                                                                                                                                                                                     position: relative;
                                                                                                                                                                                                                                                                                                                                     left: 2px;

                                                                                                                                                                                                                                                                                                                                     display: block;
                                                                                                                                                                                                                                                                                                                                     width: 20px;
                                                                                                                                                                                                                                                                                                                                     height: 20px;

                                                                                                                                                                                                                                                                                                                                     fill: currentColor;
                                                                                                                                                                                                                                                                                                                                 }.plyr__play-large:focus {

                                                                                                                                                                                                                                                                                                                                      outline: rgba(255,255,255,.5) dotted 1px;
                                                                                                                                                                                                                                                                                                                                  }.plyr .plyr__play-large {display: inline-block;outline: antiquewhite;}.plyr--audio .plyr__play-large,

                                                                                                                                                                                                                                                                                                                                                                                                         .plyr--playing .plyr__controls [data-plyr=play],
                                                                                                                                                                                                                                                                                                                                                                                                         .plyr__controls [data-plyr=pause] {
                                                                                                                                                                                                                                                                                                                                                                                                             display: none;
                                                                                                                                                                                                                                                                                                                                                                                                         }.plyr--playing .plyr__play-large {

                                                                                                                                                                                                                                                                                                                                                                                                              visibility: hidden;

                                                                                                                                                                                                                                                                                                                                                                                                              opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                          }.plyr--playing .plyr__controls [data-plyr=pause] {

                                                                                                                                                                                                                                                                                                                                                                                                               display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                           }.plyr--captions-active .plyr__controls .icon--captions-on,

                                                                                                                                                                                                                                                                                                                                                                                                            .plyr--fullscreen-active .icon--exit-fullscreen,
                                                                                                                                                                                                                                                                                                                                                                                                            .plyr--muted .plyr__controls .icon--muted {
                                                                                                                                                                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                                                                                                                                                            }.plyr [data-plyr=captions],

                                                                                                                                                                                                                                                                                                                                                                                                             .plyr [data-plyr=fullscreen],
                                                                                                                                                                                                                                                                                                                                                                                                             .plyr--captions-active .plyr__controls .icon--captions-on + svg,
                                                                                                                                                                                                                                                                                                                                                                                                             .plyr--fullscreen-active .icon--exit-fullscreen + svg,
                                                                                                                                                                                                                                                                                                                                                                                                             .plyr--muted .plyr__controls .icon--muted + svg {
                                                                                                                                                                                                                                                                                                                                                                                                                 display: none;
                                                                                                                                                                                                                                                                                                                                                                                                             }.plyr--captions-enabled [data-plyr=captions],

                                                                                                                                                                                                                                                                                                                                                                                                              .plyr--fullscreen-enabled [data-plyr=fullscreen] {
                                                                                                                                                                                                                                                                                                                                                                                                                  display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                              }.plyr__tooltip {

                                                                                                                                                                                                                                                                                                                                                                                                                   position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                   bottom: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                   z-index: 2;

                                                                                                                                                                                                                                                                                                                                                                                                                   padding: 5px 7.5px;
                                                                                                                                                                                                                                                                                                                                                                                                                   margin-bottom: 10px;

                                                                                                                                                                                                                                                                                                                                                                                                                   font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                   line-height: 1.3;

                                                                                                                                                                                                                                                                                                                                                                                                                   transition: transform .2s .1s ease,opacity .2s .1s ease;
                                                                                                                                                                                                                                                                                                                                                                                                                   transform: translate(-50%,10px) scale(.8);
                                                                                                                                                                                                                                                                                                                                                                                                                   transform-origin: 50% 100%;

                                                                                                                                                                                                                                                                                                                                                                                                                   opacity: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                   color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                   border-radius: 3px;
                                                                                                                                                                                                                                                                                                                                                                                                                   background: rgba(0,0,0,.7);
                                                                                                                                                                                                                                                                                                                                                                                                               }.plyr__tooltip::before {

                                                                                                                                                                                                                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                    bottom: -4px;
                                                                                                                                                                                                                                                                                                                                                                                                                    left: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                    z-index: 2;

                                                                                                                                                                                                                                                                                                                                                                                                                    width: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                    height: 0;

                                                                                                                                                                                                                                                                                                                                                                                                                    content: "";
                                                                                                                                                                                                                                                                                                                                                                                                                    transform: translateX(-50%);

                                                                                                                                                                                                                                                                                                                                                                                                                    border-top: 4px solid rgba(0,0,0,.7);
                                                                                                                                                                                                                                                                                                                                                                                                                    border-right: 4px solid transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                    border-left: 4px solid transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                }.plyr button.tab-focus:focus .plyr__tooltip,

                                                                                                                                                                                                                                                                                                                                                                                                                 .plyr button:hover .plyr__tooltip,
                                                                                                                                                                                                                                                                                                                                                                                                                 .plyr__tooltip--visible {
                                                                                                                                                                                                                                                                                                                                                                                                                     transform: translate(-50%,0) scale(1);

                                                                                                                                                                                                                                                                                                                                                                                                                     opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                 }.plyr button:hover .plyr__tooltip {

                                                                                                                                                                                                                                                                                                                                                                                                                      z-index: 3;
                                                                                                                                                                                                                                                                                                                                                                                                                  }.plyr__controls button:first-child .plyr__tooltip {

                                                                                                                                                                                                                                                                                                                                                                                                                       left: 0;

                                                                                                                                                                                                                                                                                                                                                                                                                       transform: translate(0,10px) scale(.8);
                                                                                                                                                                                                                                                                                                                                                                                                                       transform-origin: 0 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                   }.plyr__controls button:first-child .plyr__tooltip::before {

                                                                                                                                                                                                                                                                                                                                                                                                                        left: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                    }.plyr__controls button:last-child .plyr__tooltip {

                                                                                                                                                                                                                                                                                                                                                                                                                         right: 0;

                                                                                                                                                                                                                                                                                                                                                                                                                         transform: translate(0,10px) scale(.8);
                                                                                                                                                                                                                                                                                                                                                                                                                         transform-origin: 100% 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                     }.plyr__controls button:last-child .plyr__tooltip::before {

                                                                                                                                                                                                                                                                                                                                                                                                                          right: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                          left: auto;

                                                                                                                                                                                                                                                                                                                                                                                                                          transform: translateX(50%);
                                                                                                                                                                                                                                                                                                                                                                                                                      }.plyr__controls button:first-child .plyr__tooltip--visible,

                                                                                                                                                                                                                                                                                                                                                                                                                       .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
                                                                                                                                                                                                                                                                                                                                                                                                                       .plyr__controls button:first-child:hover .plyr__tooltip,
                                                                                                                                                                                                                                                                                                                                                                                                                       .plyr__controls button:last-child .plyr__tooltip--visible,
                                                                                                                                                                                                                                                                                                                                                                                                                       .plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
                                                                                                                                                                                                                                                                                                                                                                                                                       .plyr__controls button:last-child:hover .plyr__tooltip {
                                                                                                                                                                                                                                                                                                                                                                                                                           transform: translate(0,0) scale(1);
                                                                                                                                                                                                                                                                                                                                                                                                                       }.plyr__progress {

                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;

                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;

                                                                                                                                                                                                                                                                                                                                                                                                                            -ms-flex: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                        }.plyr__progress input[type=range] {

                                                                                                                                                                                                                                                                                                                                                                                                                             position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                             z-index: 2;
                                                                                                                                                                                                                                                                                                                                                                                                                         }.plyr__progress input[type=range]::-webkit-slider-runnable-track {

                                                                                                                                                                                                                                                                                                                                                                                                                              background: 0 0;
                                                                                                                                                                                                                                                                                                                                                                                                                          }.plyr__progress input[type=range]::-moz-range-track {

                                                                                                                                                                                                                                                                                                                                                                                                                               background: 0 0;
                                                                                                                                                                                                                                                                                                                                                                                                                           }.plyr__progress input[type=range]::-ms-fill-upper {

                                                                                                                                                                                                                                                                                                                                                                                                                                background: 0 0;
                                                                                                                                                                                                                                                                                                                                                                                                                            }.plyr__progress .plyr__tooltip {

                                                                                                                                                                                                                                                                                                                                                                                                                                 left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                             }.plyr .plyr__progress {

                                                                                                                                                                                                                                                                                                                                                                                                                                  display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                              }.plyr__progress--buffer,

                                                                                                                                                                                                                                                                                                                                                                                                                               .plyr__progress--played,
                                                                                                                                                                                                                                                                                                                                                                                                                               .plyr__volume--display {
                                                                                                                                                                                                                                                                                                                                                                                                                                   position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                   top: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                                   left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                   width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                   height: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                                                   padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                   margin: -4px 0 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                   vertical-align: top;
                                                                                                                                                                                                                                                                                                                                                                                                                                   border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                   border-radius: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                   -webkit-appearance: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                   opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                                   -moz-appearance: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                   appearance: none;
                                                                                                                                                                                                                                                                                                                                                                                                                               }.plyr__progress--buffer::-webkit-progress-bar,

                                                                                                                                                                                                                                                                                                                                                                                                                                .plyr__progress--played::-webkit-progress-bar,
                                                                                                                                                                                                                                                                                                                                                                                                                                .plyr__volume--display::-webkit-progress-bar {
                                                                                                                                                                                                                                                                                                                                                                                                                                    background: 0 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                }.plyr__progress--buffer::-webkit-progress-value,

                                                                                                                                                                                                                                                                                                                                                                                                                                 .plyr__progress--played::-webkit-progress-value,
                                                                                                                                                                                                                                                                                                                                                                                                                                 .plyr__volume--display::-webkit-progress-value {
                                                                                                                                                                                                                                                                                                                                                                                                                                     min-width: 8px;

                                                                                                                                                                                                                                                                                                                                                                                                                                     border-radius: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                     background: currentColor;
                                                                                                                                                                                                                                                                                                                                                                                                                                 }.plyr__progress--buffer::-moz-progress-bar,

                                                                                                                                                                                                                                                                                                                                                                                                                                  .plyr__progress--played::-moz-progress-bar,
                                                                                                                                                                                                                                                                                                                                                                                                                                  .plyr__volume--display::-moz-progress-bar {
                                                                                                                                                                                                                                                                                                                                                                                                                                      min-width: 8px;

                                                                                                                                                                                                                                                                                                                                                                                                                                      border-radius: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                      background: currentColor;
                                                                                                                                                                                                                                                                                                                                                                                                                                  }.plyr__progress--buffer::-ms-fill,

                                                                                                                                                                                                                                                                                                                                                                                                                                   .plyr__progress--played::-ms-fill,
                                                                                                                                                                                                                                                                                                                                                                                                                                   .plyr__volume--display::-ms-fill {
                                                                                                                                                                                                                                                                                                                                                                                                                                       border-radius: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                   }.plyr__progress--played,

                                                                                                                                                                                                                                                                                                                                                                                                                                    .plyr__volume--display {
                                                                                                                                                                                                                                                                                                                                                                                                                                        z-index: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                                        transition: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ff;
                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                        opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                                    }.plyr__progress--played::-webkit-progress-value,

                                                                                                                                                                                                                                                                                                                                                                                                                                     .plyr__volume--display::-webkit-progress-value {
                                                                                                                                                                                                                                                                                                                                                                                                                                         max-width: 99%;
                                                                                                                                                                                                                                                                                                                                                                                                                                         min-width: 8px;

                                                                                                                                                                                                                                                                                                                                                                                                                                         transition: none;

                                                                                                                                                                                                                                                                                                                                                                                                                                         border-top-right-radius: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                         border-bottom-right-radius: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                     }.plyr__progress--played::-moz-progress-bar,

                                                                                                                                                                                                                                                                                                                                                                                                                                      .plyr__volume--display::-moz-progress-bar {
                                                                                                                                                                                                                                                                                                                                                                                                                                          max-width: 99%;
                                                                                                                                                                                                                                                                                                                                                                                                                                          min-width: 8px;

                                                                                                                                                                                                                                                                                                                                                                                                                                          transition: none;

                                                                                                                                                                                                                                                                                                                                                                                                                                          border-top-right-radius: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                          border-bottom-right-radius: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                      }.plyr__progress--played::-ms-fill,

                                                                                                                                                                                                                                                                                                                                                                                                                                       .plyr__volume--display::-ms-fill {
                                                                                                                                                                                                                                                                                                                                                                                                                                           display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                       }.plyr__progress--buffer::-webkit-progress-value {

                                                                                                                                                                                                                                                                                                                                                                                                                                            transition: width .2s ease;
                                                                                                                                                                                                                                                                                                                                                                                                                                        }.plyr__progress--buffer::-moz-progress-bar {

                                                                                                                                                                                                                                                                                                                                                                                                                                             transition: width .2s ease;
                                                                                                                                                                                                                                                                                                                                                                                                                                         }.plyr__progress--buffer::-ms-fill {

                                                                                                                                                                                                                                                                                                                                                                                                                                              transition: width .2s ease;
                                                                                                                                                                                                                                                                                                                                                                                                                                          }.plyr--video .plyr__progress--buffer,

                                                                                                                                                                                                                                                                                                                                                                                                                                           .plyr--video .plyr__volume--display {
                                                                                                                                                                                                                                                                                                                                                                                                                                               background: rgba(255,255,255,.25);
                                                                                                                                                                                                                                                                                                                                                                                                                                           }.plyr--video .plyr__progress--buffer {

                                                                                                                                                                                                                                                                                                                                                                                                                                                color: rgba(255,255,255,.25);
                                                                                                                                                                                                                                                                                                                                                                                                                                            }.plyr--audio .plyr__progress--buffer,

                                                                                                                                                                                                                                                                                                                                                                                                                                             .plyr--audio .plyr__volume--display {
                                                                                                                                                                                                                                                                                                                                                                                                                                                 background: rgba(198,214,219,.66);
                                                                                                                                                                                                                                                                                                                                                                                                                                             }.plyr--audio .plyr__progress--buffer {

                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: rgba(198,214,219,.66);
                                                                                                                                                                                                                                                                                                                                                                                                                                              }.plyr--loading .plyr__progress--buffer {

                                                                                                                                                                                                                                                                                                                                                                                                                                                   animation: plyr-progress 1s linear infinite;

                                                                                                                                                                                                                                                                                                                                                                                                                                                   color: transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                                                   background-image: linear-gradient(-45deg,rgba(0,0,0,.15) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.15) 50%,rgba(0,0,0,.15) 75%,transparent 75%,transparent);
                                                                                                                                                                                                                                                                                                                                                                                                                                                   background-repeat: repeat-x;
                                                                                                                                                                                                                                                                                                                                                                                                                                                   background-size: 25px 25px;
                                                                                                                                                                                                                                                                                                                                                                                                                                               }.plyr--video.plyr--loading .plyr__progress--buffer {

                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: rgba(255,255,255,.25);
                                                                                                                                                                                                                                                                                                                                                                                                                                                }.plyr--audio.plyr--loading .plyr__progress--buffer {

                                                                                                                                                                                                                                                                                                                                                                                                                                                     background-color: rgba(198,214,219,.66);
                                                                                                                                                                                                                                                                                                                                                                                                                                                 }.plyr__time {

                                                                                                                                                                                                                                                                                                                                                                                                                                                      display: inline-block;

                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size: 14px;

                                                                                                                                                                                                                                                                                                                                                                                                                                                      vertical-align: middle;
                                                                                                                                                                                                                                                                                                                                                                                                                                                  }.plyr__time + .plyr__time {

                                                                                                                                                                                                                                                                                                                                                                                                                                                       display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                   }@media (min-width:768px) {

    .plyr__time + .plyr__time {
        display: inline-block;
    }
}.plyr__time + .plyr__time::before {

     margin-right: 10px;

     content: "\2044";
 }.plyr__volume {

      display: none;
  }.plyr .plyr__volume {

       position: relative;

       -ms-flex: 1;
       flex: 1;
   }.plyr .plyr__volume input[type=range] {

        position: relative;
        z-index: 2;
    }@media (min-width:480px) {

    .plyr .plyr__volume {
        display: block;
        max-width: 60px;
    }
}@media (min-width:768px) {

    .plyr .plyr__volume {
        max-width: 100px;
    }
}.plyr--is-ios .plyr__volume,

 .plyr--is-ios [data-plyr=mute] {
     display: none!important;
 }.plyr--fullscreen-active {

      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10000000;

      width: 100%;
      height: 100%;

      border-radius: 0!important;
      background: #000;
  }.plyr--fullscreen-active video {

       height: 100%;
   }.plyr--fullscreen-active .plyr__video-wrapper {

        width: 100%;
        height: 100%;
    }.plyr--fullscreen-active .plyr__video-embed {

         overflow: visible;
     }.plyr--fullscreen-active .plyr__controls {

          position: absolute;
          right: 0;
          bottom: 0;
          left: 0;
      }.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {

           top: 50%;

           height: 0;

           transform: translateY(-50%);
       }
