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

@font-face {
  font-family: 'Aileron';
  src: url(fonts/font.otf); }

.plyr__volume {
  display: none !important; }

body.dark {
  background-color: #111;
}
body.dark, body.dark a {
  color: #fff;
  transition-delay: 0.3s;
}

body, body a {
  transition: 0.3s ease-out background-color, 0.3s ease-out color;

}


@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

body .play-btn {
  display: none !important; }

.plyr--hide-controls .mute-btn, .plyr--hide-controls .fullscreen-btn {
  opacity: 0; }

body .plyr__play-large {
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer; }
  body .plyr__play-large svg {
    width: 50px;
    height: 50px; }
  body .plyr__play-large:focus {
    outline: 0; }

.mute-btn, .fullscreen-btn {
  background-color: transparent;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 0px solid white;
  -webkit-transition: 0.3s ease-in-out opacity;
  transition: 0.3s ease-in-out opacity;
  cursor: pointer; }
  .mute-btn:focus, .fullscreen-btn:focus {
    outline: 0; }

body #video-player-container .fullscreen-btn {
  top: 8px;
  right: 10px; }

.mute-btn {
  top: 10px;
  left: 10px; }

.fullscreen-btn[aria-pressed="false"] .exit-fs {
  display: none; }

.mute-btn[aria-pressed="true"] .icon-mute {
  display: none; }

.mute-btn[aria-pressed="false"] .icon--muted {
  display: none; }

.icon--muted, .icon-mute, .fs-svg {
  width: 100%;
  height: 100%;
  stroke: transparent;
  fill: #fff; }

.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: "San Francisco", -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  direction: ltr; }
  .plyr,
  .plyr *,
  .plyr *::after,
  .plyr *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .plyr a, .plyr button, .plyr input, .plyr label {
    -ms-touch-action: manipulation;
    touch-action: manipulation; }
  .plyr video,
  .plyr audio {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: inherit; }
  .plyr input[type='range'] {
    display: block;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    background: transparent; }
    .plyr input[type='range']::-webkit-slider-runnable-track {
      height: 8px;
      background: transparent;
      border: 0;
      -webkit-user-select: none;
      user-select: none; }
    .plyr input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none;
      opacity: 0;
      position: relative;
      height: 16px;
      width: 16px;
      background: #fff;
      border: 2px solid transparent;
      border-radius: 100%;
      -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
      transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
      transition: background .2s ease, border .2s ease, transform .2s ease;
      transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .plyr input[type='range']::-moz-range-track {
      height: 8px;
      background: transparent;
      border: 0;
      -moz-user-select: none;
      user-select: none; }
    .plyr input[type='range']::-moz-range-thumb {
      position: relative;
      height: 16px;
      width: 16px;
      background: #fff;
      border: 2px solid transparent;
      border-radius: 100%;
      -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
      transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
      transition: background .2s ease, border .2s ease, transform .2s ease;
      transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
      box-sizing: border-box; }
    .plyr input[type='range']::-ms-track {
      height: 8px;
      background: transparent;
      border: 0;
      color: transparent; }
    .plyr input[type='range']::-ms-fill-upper {
      height: 8px;
      background: transparent;
      border: 0;
      -ms-user-select: none;
      user-select: none; }
    .plyr input[type='range']::-ms-fill-lower {
      height: 8px;
      background: transparent;
      border: 0;
      -ms-user-select: none;
      user-select: none;
      background: #fff; }
    .plyr input[type='range']::-ms-thumb {
      position: relative;
      height: 16px;
      width: 16px;
      background: #fff;
      border: 2px solid transparent;
      border-radius: 100%;
      -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
      transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
      transition: background .2s ease, border .2s ease, transform .2s ease;
      transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
      box-sizing: border-box;
      margin-top: 0; }
    .plyr input[type='range']::-ms-tooltip {
      display: none; }
    .plyr input[type='range']:focus {
      outline: 0; }
    .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 {
      background: #fff;
      border-color: #fff;
      -webkit-transform: scale(1.25);
      transform: scale(1.25); }
    .plyr input[type='range']:active::-moz-range-thumb {
      background: #fff;
      border-color: #fff;
      transform: scale(1.25); }
    .plyr input[type='range']:active::-ms-thumb {
      background: #fff;
      border-color: #fff;
      -ms-transform: scale(1.25);
      transform: scale(1.25); }

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

.plyr--audio input[type='range'].tab-focus:focus {
  outline: 1px dotted rgba(86, 93, 100, 0.5); }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important; }

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }

.plyr__video-embed {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: inherit; }
  .plyr__video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .plyr__video-embed > div {
    position: relative;
    padding-bottom: 200%;
    -webkit-transform: translateY(-35.95%);
    -ms-transform: translateY(-35.95%);
    transform: translateY(-35.95%); }

.plyr .plyr__video-embed iframe {
  pointer-events: none; }

.plyr video::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400; }
  .plyr__captions span {
    border-radius: 2px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 150%; }
  .plyr__captions span:empty {
    display: none; }
  @media (min-width: 768px) {
    .plyr__captions {
      font-size: 24px; } }

.plyr--captions-active .plyr__captions {
  display: block; }

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

.plyr--hide-controls .plyr__captions {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px); }

.plyr ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-align: center; }
  .plyr__controls > button,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time {
    margin-left: 5px; }
    .plyr__controls > button:first-child,
    .plyr__controls .plyr__progress:first-child,
    .plyr__controls .plyr__time: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;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    vertical-align: middle;
    padding: 7px;
    border: 0;
    background: transparent;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    color: inherit; }
    .plyr__controls button svg {
      width: 18px;
      height: 18px;
      display: block;
      fill: currentColor; }
    .plyr__controls button:focus {
      outline: 0; }
  .plyr__controls .icon--exit-fullscreen,
  .plyr__controls .icon--muted,
  .plyr__controls .icon--captions-on {
    display: none; }
  @media (min-width: 480px) {
    .plyr__controls > button,
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time {
      margin-left: 10px; } }

.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none; }

.plyr--video .plyr__controls {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  width: 60%;
  padding: 50px 10px 10px;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
    background: #fff;
    color: #fff; }

.plyr--audio .plyr__controls {
  padding: 10px;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565D64; }
  .plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover {
    background: #fff;
    color: #fff; }

.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px;
  background: #fff;
  border: 4px solid currentColor;
  border-radius: 100%;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .plyr__play-large svg {
    position: relative;
    left: 2px;
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor; }
  .plyr__play-large:focus {
    outline: 1px dotted rgba(255, 255, 255, 0.5); }

.plyr .plyr__play-large {
  display: inline-block; }

.plyr--audio .plyr__play-large {
  display: none; }

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden; }

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

.plyr--playing .plyr__controls [data-plyr='pause'] {
  display: inline-block; }

.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
  display: block; }
  .plyr--fullscreen-active .icon--exit-fullscreen + svg,
  .plyr--muted .plyr__controls .icon--muted + svg,
  .plyr--captions-active .plyr__controls .icon--captions-on + svg {
    display: none; }

.plyr [data-plyr='captions'],
.plyr [data-plyr='fullscreen'] {
  display: none; }

.plyr--captions-enabled [data-plyr='captions'] {
  display: none; }

.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px; }

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
  -ms-transform: translate(-50%, 10px) scale(0.8);
  transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
  transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
  transition: transform .2s .1s ease, opacity .2s .1s ease;
  transition: transform .2s .1s ease, opacity .2s .1s ease, -webkit-transform .2s .1s ease; }
  .plyr__tooltip::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -4px;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0.7);
    border-left: 4px solid transparent;
    z-index: 2; }

.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1); }

.plyr button:hover .plyr__tooltip {
  z-index: 3; }

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

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }
  .plyr__controls button:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }

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

.plyr__progress {
  display: none;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -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: transparent; }
    .plyr__progress input[type="range"]::-moz-range-track {
      background: transparent; }
    .plyr__progress input[type="range"]::-ms-fill-upper {
      background: transparent; }
  .plyr__progress .plyr__tooltip {
    left: 0; }

.plyr .plyr__progress {
  display: inline-block; }

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 4px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none; }
  .plyr__progress--buffer::-webkit-progress-bar,
  .plyr__progress--played::-webkit-progress-bar,
  .plyr__volume--display::-webkit-progress-bar {
    background: transparent; }
  .plyr__progress--buffer::-webkit-progress-value,
  .plyr__progress--played::-webkit-progress-value,
  .plyr__volume--display::-webkit-progress-value {
    background: currentColor;
    min-width: 8px; }
  .plyr__progress--buffer::-moz-progress-bar,
  .plyr__progress--played::-moz-progress-bar,
  .plyr__volume--display::-moz-progress-bar {
    background: currentColor;
    min-width: 8px; }
  .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;
  color: #fff;
  background: transparent;
  -webkit-transition: none;
  transition: none; }
  .plyr__progress--played::-webkit-progress-value,
  .plyr__volume--display::-webkit-progress-value {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: none;
    transition: none; }
  .plyr__progress--played::-moz-progress-bar,
  .plyr__volume--display::-moz-progress-bar {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: none;
    transition: none; }
  .plyr__progress--played::-ms-fill,
  .plyr__volume--display::-ms-fill {
    display: none; }

.plyr__progress--buffer::-webkit-progress-value {
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

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

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

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

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25); }

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

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

.plyr--loading .plyr__progress--buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent; }

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

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

.plyr__time {
  display: none;
  vertical-align: middle;
  font-size: 14px; }

.plyr__time + .plyr__time {
  display: none; }
  @media (min-width: 768px) {
    .plyr__time + .plyr__time {
      display: inline-block; } }
  .plyr__time + .plyr__time::before {
    content: '\2044';
    margin-right: 10px; }

.plyr__volume {
  display: none; }

.plyr .plyr__volume {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative; }
  .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,
.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0; }
  .plyr--fullscreen video,
  .plyr--fullscreen-active video {
    height: 100%; }
  .plyr--fullscreen .plyr__video-wrapper,
  .plyr--fullscreen-active .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr--fullscreen .plyr__controls,
  .plyr--fullscreen-active .plyr__controls {
    position: absolute;
    bottom: 50px; }
  .plyr--fullscreen.plyr--vimeo .plyr__video-wrapper,
  .plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

body {
  background-color: #eaeaea; }

.page-template-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

a {
  color: black;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out color;
  transition: 0.2s ease-in-out color; }

a:hover {
  color: grey; }

.info {
  cursor: pointer; }

.flex, header, #video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 40px;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Aileron", Helvetica, sans-serif;
  -webkit-transition: 1.3s ease-out top;
  transition: 1.3s ease-out top; }
  header.loading {
    top: -200px; }
  header #left {
    font-size: 12px;
    letter-spacing: 1.5px; }
    header #left a {
      margin-right: 30px; }
  header #right {
    font-size: 10px;
    color: #999999; }

#video-player-bg {
  position: fixed;
  z-index: -10;
  background-color: black;
  overflow: scroll;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.6s ease-in-out height, 1s ease-in-out opacity;
  transition: 0.6s ease-in-out height, 1s ease-in-out opacity; }
  #video-player-bg .close {
    position: fixed;
    top: 20px;
    left: 20px;
    color: white;
    cursor: pointer;
    -webkit-transform-origin: 60% 60%;
    -ms-transform-origin: 60% 60%;
    transform-origin: 60% 60%; }
    #video-player-bg .close.open {
      -webkit-animation: 0.6s 1 ease-in-out closeX;
      animation: 0.6s 1 ease-in-out closeX; }
    #video-player-bg .close svg {
      fill: #fff; }

@-webkit-keyframes closeX {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes closeX {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#video-player-bg.shown {
  opacity: 1; }

#video-player-bg.z {
  z-index: 30; }

#video-player-container {
  width: 80%;
  position: relative; }

#loading {
  -webkit-animation: 1s infinite ease-in-out loading;
  animation: 1s infinite ease-in-out loading;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  z-index: 30;
  font-family: "Aileron", Helvetica, sans-serif; }
  #loading.off {
    display: none;
    -webkit-animation: none;
    animation: none; }

@-webkit-keyframes loading {
  0% {
    opacity: 0.6; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.6; } }

@keyframes loading {
  0% {
    opacity: 0.6; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.6; } }

.iframe-video {
  z-index: -10;
  opacity: 0;
  -webkit-transition: 0.8s ease-in-out all;
  transition: 0.8s ease-in-out all; }

.iframe-video.visible {
  z-index: 15;
  opacity: 1; }

.iframe-video.position {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transition: 0.5s ease-in-out height, 0.5s ease-in-out width;
  transition: 0.5s ease-in-out height, 0.5s ease-in-out width;
  width: 100vmin !important;
  height: 56vmin !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#psw {
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
    max-width:200px;
    width:100%;
}

#psw input {
  border: 1px solid black;
  outline: none;
    padding:8px 8px;
    width:100%;
    box-sizing:border-box;
}
#psw input[type="submit"] {
  width:100%;
  border-radius:0;
  background-color: black;
  color: white;
  width:100%;
  cursor:pointer;
  letter-spacing:-0.02em;
  text-transform: uppercase;
}


#video-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }


.featured-text h3, .featured-text .desc, .featured-text h1 {
  transition: 0.3s ease-out opacity;
  will-change: opacity;
}

.featured-text h3 {transition-delay: 0.3s}
.featured-text h1 {transition-delay: 0.5s}
.featured-text .desc {transition-delay: 0.7s}

h1,h2,h3,h4, #featured-video-group {
 font-family: "Aileron", Helvetica, sans-serif;
}

#featured-video-group .video.featured-video:hover svg {
  width: 5rem;
}

#featured-video-group svg {
  position: absolute;
  width: 4rem;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
h1,h2,h3,h4,h5,p{
 margin-top: 0;
 margin-bottom: 0px;
 line-height: 1.2;
}

h1 {font-size: 36px; margin-bottom: 10px;}

#featured-video-group {

}
#featured-video-group h1{

}

.featured-text .desc {
  max-width: 47rem;
  width: 100%;
}

.featured-text .desc p {
  line-height: 1.3;
}

#featured-video-group {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
    padding: 40px;
    padding-bottom: 0;
  margin-top: 60px;
  margin-bottom: -20px;
}

.featured-text .desc {margin-bottom:40px}
.video.featured-video {
  padding-bottom:44.25%;
  height: 0;
}
.video {
  position: relative;
  -webkit-flex-basis: 48.9%;
  -ms-flex-preferred-size: 48.9%;
  flex-basis: 48.9%;
  height: 240px;
  overflow: hidden;
  margin: 12px 0;
  cursor: default; }
  .video.video-active {
    cursor: pointer; }
  .video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    -webkit-transition: 1.3s ease-in-out opacity;
    transition: 1.3s ease-in-out opacity; }
  .video:hover .o {
    opacity: 1; }
  .video:hover .opacity {
    opacity: 0.8; }

#screensaver {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 99;
  opacity: 1;
  display: none;
  -webkit-transition: 0.3s ease-in-out opacity;
  transition: 0.3s ease-in-out opacity;
  opacity: 1;
  -webkit-animation: hidden 0.5s 1 ease-in-out;
  animation: hidden 0.5s 1 ease-in-out; }

@-webkit-keyframes hidden {
  0% {
    z-index: -10;
    opacity: 0; }
  50% {
    z-index: 99;
    opacity: 1; }
  100% {
    opacity: 1;
    z-index: 99; } }

@keyframes hidden {
  0% {
    z-index: -10;
    opacity: 0; }
  50% {
    z-index: 99;
    opacity: 1; }
  100% {
    opacity: 1;
    z-index: 99; } }

#mobile-container {
  margin-top: 70px;
  padding: 20px;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.subtitle {
  font-family: "Aileron", Helvetica, sans-serif;
  font-size: 10px;
  margin-bottom: 10px; }

.mobile-video {
  position: relative;
  height: 48vw;
  padding-top: 25px;
  margin: 20px auto;
  width: 100%; }
  .mobile-video iframe {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.opacity, .bg-img, .titles, .iframe-container, .close, .one-more {
  position: absolute; }

.o {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out opacity;
  transition: 0.3s ease-in-out opacity; }

.opacity, .bg-img, .iframe-container {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.opacity.clicked {
  background-color: black; }

.opacity {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all; }

.one-more {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%; }

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

.video, .bg-img, #about {
  -webkit-transition: 0.8s ease-in-out opacity;
  transition: 0.8s ease-in-out opacity; }

#video-container, .about-img, .about-text {
  -webkit-transition: 0.5s ease-in-out opacity;
  transition: 0.5s ease-in-out opacity; }

#sm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out opacity;
  transition: 0.3s ease-in-out opacity; }
  #sm #twitter img {
    width: 20px; }
  #sm #instagram img {
    width: 12.5px;
    padding: 3px; }

.opaque {
  opacity: 0; }

.titles {
  top: 50%;
  font-family: "Aileron", Helvetica, sans-serif;
  color: white;
  left: 50%;
  text-align: center;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.title {
  font-size: 20px;
  margin-top: 5px; }

.client {
  font-size: 12px; }

#about {
  font-family: "Aileron", Helvetica, sans-serif;
  line-height: 2;
  max-width: 1000px;
  padding: 0px 50px;
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 50px;
  font-size: 12px;
  position: relative; }
  #about .about-img {
    max-width: 70%;
    background-color: #cdd7e1;
    line-height: 0;
    position: relative;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  #about .about-img img {
    max-width: 100%;
    height: auto;
    -webkit-transition: 0.6s ease-in-out opacity;
    transition: 0.6s ease-in-out opacity; }
    #about .about-img img.opaque {
      opacity: 0; }
  #about #prices {
    position: absolute;
    bottom: 20px;
    left: 30px;
    line-height: 1.6;
    font-size: 0.7em;
    color: white; }
    #about #prices h1 {
      margin-bottom: 5px;
      line-height: 1; }
    #about #prices p {
      font-weight: 200; }
  #about #about-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 55%;
    width: 34%;
    line-height: 1.9;
    font-size: 0.8em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0.6s ease-in-out opacity;
    transition: 0.6s ease-in-out opacity; }
    #about #about-text.opaque {
      opacity: 0; }
    #about #about-text .text p:first-of-type {
      margin-top: 0; }
    #about #about-text .text p {
      margin: 20px auto; }

@media screen and (max-width: 1200px) {
  .video {
    height: 20vw;
    margin: 1vw 0; } }

@media screen and (max-width: 1000px) {
  #about #about-text {
    width: 40%;
    left: 55%; } }

@media screen and (max-width: 1000px) {
  #about #about-text {
    width: 40%;
    left: 56%; } }

@media screen and (max-width: 900px) {
  #about .about-img {
    max-width: 100%; }
  #about #about-text {
    position: relative;
    width: 100%;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 5vw;
    font-size: 1em; } }

@media screen and (max-width: 800px) {
		#featured-video-group {
        margin-bottom: -60px;

        }
  #video-container, #featured-video-group {
    padding: 30px; }
  header {
    padding: 40px 30px; } }

@media screen and (max-width: 600px) {

#featured-video-group {
  padding: 15px;
  margin-bottom: -70px;
}

.featured-text .desc{
  margin-bottom: 20px;
}
  .o {
    opacity: 1; }
  #about {
    padding: 15px;
    padding-top: 0; }
    #about #about-text .text {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
    #about .about-img {
      width: 100%;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-right: 0; }
      #about .about-img img {
        width: 100%; }
  #video-container {
    padding: 15px; }
  .video {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 8px 0;
    height: 40vw;
    display: none; }
    .video.video-active {
      display: block; }
  header {
    padding: 25px 15px; }
    header #left {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      header #left a {
        margin: 0; } }

@media screen and (max-width: 450px) {
  #about #prices {
    left: 20px;
    bottom: 10px; } }