@font-face {
  font-family: BentonSansCondensedRegular;
  src: url('/fonts/bentonsans-cond-regular.otf?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('opentype');
  font-weight: normal;
}

@font-face {
  font-family: BentonSansCondensedBold;
  src: url('/fonts/bentonsans-cond-bold.otf?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('opentype'),
                         url('/fonts/bentonsans-cond-bold.woff?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('woff'),
                         url('/fonts/bentonsans-cond-bold.ttf?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: BentonSansUltraCondensedBold;
  src: url('/fonts/bentonsans-ultra-cond-bold.otf?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('opentype'),
                         url('/fonts/bentonsans-ultra-cond-bold.woff?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('woff'),
                         url('/fonts/bentonsans-ultra-cond-bold.ttf?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: BentonSansExtraCondensedRegular;
  src: url('/fonts/bentonsans-extra-cond-regular.otf?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('opentype');
  font-weight: normal;
}

@font-face {
  font-family: BentonSansExtraCondensedMedium;
  src: url('/fonts/bentonsans-extra-cond-medium.otf?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('opentype');
  font-weight: normal;
}

@font-face {
  font-family: BentonSansCondensedMedium;
  src: url('/fonts/bentonsans-cond-medium.otf?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('opentype');
  font-weight: normal;
}

@font-face {
  font-family: BentonSansBook;
  src: url('/fonts/bentonsans-book.otf?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('opentype'),
                         url('/fonts/bentonsans-book.woff?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('woff'),
                         url('/fonts/bentonsans-book.ttf?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: BentonSansMedium;
  src: url('/fonts/bentonsans-medium.otf?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('opentype'),
                         url('/fonts/bentonsans-medium.woff?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('woff'),
                         url('/fonts/bentonsans-medium.ttf?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: EmojiOne;
  src: url('/fonts/EmojiOne.ttf?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: BentonSansBold;
  src: url('/fonts/bentonsans-bold.otf?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('opentype'),
                         url('/fonts/bentonsans-bold.woff?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('woff'),
                         url('/fonts/bentonsans-bold.ttf?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: BentonSansRegular;
  src: url('/fonts/bentonsans-regular.otf?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('opentype'),
                         url('/fonts/bentonsans-regular.woff?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('woff'),
                         url('/fonts/bentonsans-regular.ttf?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: BentonSansLight;
  src: url('/fonts/bentonsans-light.otf?v=1303cdab54d9d5f268ec5d1cdcda6e74367e1edd') format('opentype');
  font-weight: normal;
}

#com-dive-networks-main {
  height: 100%;
  overflow: hidden;
}

html {
  font-size: 100%;
  line-height: 1.3;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Source-Sans-Pro, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  padding: 0;
  color: #232121;
}

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

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: 600;
}

p {
  margin: 1rem 0;
}

button:focus, input:focus {
  outline: none;
}

img {
  display: block;
  height: auto;
}

ul, ol {
  margin: 0;
  padding: 0;
}

iframe {
  border: none;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

ul {
  list-style: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@keyframes dive-pulse-inner {

0% {
    opacity: 1;
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
90% {
    opacity: 0.2;
    clip-path: circle(49.5% at center);
    -webkit-clip-path: circle(49.5% at center);
    -moz-clip-path: circle(49.5% at center);
    -ms-clip-path: circle(49.5% at center);
  }
  
100% {
    opacity: 0;
    clip-path: circle(49.5% at center);
    -webkit-clip-path: circle(49.5% at center);
    -moz-clip-path: circle(49.5% at center);
    -ms-clip-path: circle(49.5% at center);
  }

}

@-webkit-keyframes dive-pulse-inner {

0% {
    opacity: 1;
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
90% {
    opacity: 0.2;
    clip-path: circle(49.5% at center);
    -webkit-clip-path: circle(49.5% at center);
    -moz-clip-path: circle(49.5% at center);
    -ms-clip-path: circle(49.5% at center);
  }
  
100% {
    opacity: 0;
    clip-path: circle(49.5% at center);
    -webkit-clip-path: circle(49.5% at center);
    -moz-clip-path: circle(49.5% at center);
    -ms-clip-path: circle(49.5% at center);
  }

}

@-moz-keyframes dive-pulse-inner {

0% {
    opacity: 1;
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
90% {
    opacity: 0.2;
    clip-path: circle(49.5% at center);
    -webkit-clip-path: circle(49.5% at center);
    -moz-clip-path: circle(49.5% at center);
    -ms-clip-path: circle(49.5% at center);
  }
  
100% {
    opacity: 0;
    clip-path: circle(49.5% at center);
    -webkit-clip-path: circle(49.5% at center);
    -moz-clip-path: circle(49.5% at center);
    -ms-clip-path: circle(49.5% at center);
  }

}

@-ms-keyframes dive-pulse-inner {

0% {
    opacity: 1;
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
90% {
    opacity: 0.2;
    clip-path: circle(49.5% at center);
    -webkit-clip-path: circle(49.5% at center);
    -moz-clip-path: circle(49.5% at center);
    -ms-clip-path: circle(49.5% at center);
  }
  
100% {
    opacity: 0;
    clip-path: circle(49.5% at center);
    -webkit-clip-path: circle(49.5% at center);
    -moz-clip-path: circle(49.5% at center);
    -ms-clip-path: circle(49.5% at center);
  }

}

@keyframes dive-pulse-outer {

0% {
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
90% {
    clip-path: circle(50% at center);
    -webkit-clip-path: circle(50% at center);
    -moz-clip-path: circle(50% at center);
    -ms-clip-path: circle(50% at center);
  }
  
100% {
    clip-path: circle(50% at center);
    -webkit-clip-path: circle(50% at center);
    -moz-clip-path: circle(50% at center);
    -ms-clip-path: circle(50% at center);
  }

}

@-webkit-keyframes dive-pulse-outer {

0% {
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
90% {
    clip-path: circle(50% at center);
    -webkit-clip-path: circle(50% at center);
    -moz-clip-path: circle(50% at center);
    -ms-clip-path: circle(50% at center);
  }
  
100% {
    clip-path: circle(50% at center);
    -webkit-clip-path: circle(50% at center);
    -moz-clip-path: circle(50% at center);
    -ms-clip-path: circle(50% at center);
  }

}

@-moz-keyframes dive-pulse-outer {

0% {
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
90% {
    clip-path: circle(50% at center);
    -webkit-clip-path: circle(50% at center);
    -moz-clip-path: circle(50% at center);
    -ms-clip-path: circle(50% at center);
  }
  
100% {
    clip-path: circle(50% at center);
    -webkit-clip-path: circle(50% at center);
    -moz-clip-path: circle(50% at center);
    -ms-clip-path: circle(50% at center);
  }

}

@-ms-keyframes dive-pulse-outer {

0% {
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
90% {
    clip-path: circle(50% at center);
    -webkit-clip-path: circle(50% at center);
    -moz-clip-path: circle(50% at center);
    -ms-clip-path: circle(50% at center);
  }
  
100% {
    clip-path: circle(50% at center);
    -webkit-clip-path: circle(50% at center);
    -moz-clip-path: circle(50% at center);
    -ms-clip-path: circle(50% at center);
  }

}

@keyframes empty-animation {

  from {
  
  }
  
  to {
  
  }

}

@-webkit-keyframes empty-animation {

  from {
  
  }
  
  to {
  
  }

}

@-moz-keyframes empty-animation {

  from {
  
  }
  
  to {
  
  }

}

@-ms-keyframes empty-animation {

  from {
  
  }
  
  to {
  
  }

}

@keyframes slide-in-from-left {

  from {
    transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    -moz-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
  }
  
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

@-webkit-keyframes slide-in-from-left {

  from {
    transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    -moz-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
  }
  
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

@-moz-keyframes slide-in-from-left {

  from {
    transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    -moz-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
  }
  
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

@-ms-keyframes slide-in-from-left {

  from {
    transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    -moz-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
  }
  
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

@keyframes slide-in-from-right {

  from {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    -moz-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
  }
  
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

@-webkit-keyframes slide-in-from-right {

  from {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    -moz-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
  }
  
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

@-moz-keyframes slide-in-from-right {

  from {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    -moz-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
  }
  
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

@-ms-keyframes slide-in-from-right {

  from {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    -moz-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
  }
  
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

@keyframes slide-in-from-top {

  from {
    transform: translateY(-100vh);
    -webkit-transform: translateY(-100vh);
    -moz-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
  }
  
  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@-webkit-keyframes slide-in-from-top {

  from {
    transform: translateY(-100vh);
    -webkit-transform: translateY(-100vh);
    -moz-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
  }
  
  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@-moz-keyframes slide-in-from-top {

  from {
    transform: translateY(-100vh);
    -webkit-transform: translateY(-100vh);
    -moz-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
  }
  
  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@-ms-keyframes slide-in-from-top {

  from {
    transform: translateY(-100vh);
    -webkit-transform: translateY(-100vh);
    -moz-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
  }
  
  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@keyframes slide-in-from-bottom {

  from {
    transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
  }
  
  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@-webkit-keyframes slide-in-from-bottom {

  from {
    transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
  }
  
  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@-moz-keyframes slide-in-from-bottom {

  from {
    transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
  }
  
  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@-ms-keyframes slide-in-from-bottom {

  from {
    transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
  }
  
  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@keyframes slide-out-to-left {

  from {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  
  to {
    transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    -moz-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
  }

}

@-webkit-keyframes slide-out-to-left {

  from {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  
  to {
    transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    -moz-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
  }

}

@-moz-keyframes slide-out-to-left {

  from {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  
  to {
    transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    -moz-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
  }

}

@-ms-keyframes slide-out-to-left {

  from {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  
  to {
    transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    -moz-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
  }

}

@keyframes slide-out-to-right {

  from {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  
  to {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    -moz-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
  }

}

@-webkit-keyframes slide-out-to-right {

  from {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  
  to {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    -moz-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
  }

}

@-moz-keyframes slide-out-to-right {

  from {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  
  to {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    -moz-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
  }

}

@-ms-keyframes slide-out-to-right {

  from {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  
  to {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    -moz-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
  }

}

@keyframes slide-out-to-top {

  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  
  to {
    transform: translateY(-100vh);
    -webkit-transform: translateY(-100vh);
    -moz-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
  }

}

@-webkit-keyframes slide-out-to-top {

  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  
  to {
    transform: translateY(-100vh);
    -webkit-transform: translateY(-100vh);
    -moz-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
  }

}

@-moz-keyframes slide-out-to-top {

  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  
  to {
    transform: translateY(-100vh);
    -webkit-transform: translateY(-100vh);
    -moz-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
  }

}

@-ms-keyframes slide-out-to-top {

  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  
  to {
    transform: translateY(-100vh);
    -webkit-transform: translateY(-100vh);
    -moz-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
  }

}

@keyframes slide-out-to-bottom {

  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  
  to {
    transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
  }

}

@-webkit-keyframes slide-out-to-bottom {

  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  
  to {
    transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
  }

}

@-moz-keyframes slide-out-to-bottom {

  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  
  to {
    transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
  }

}

@-ms-keyframes slide-out-to-bottom {

  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  
  to {
    transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
  }

}

@keyframes slide-self-from-left {

  from {
    transform: translate3d(-150%,0,0);
    -webkit-transform: translate3d(-150%,0,0);
    -moz-transform: translate3d(-150%,0,0);
    -ms-transform: translate3d(-150%,0,0);
    opacity: 0;
  }
  
  to {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    opacity: 1;
  }

}

@-webkit-keyframes slide-self-from-left {

  from {
    transform: translate3d(-150%,0,0);
    -webkit-transform: translate3d(-150%,0,0);
    -moz-transform: translate3d(-150%,0,0);
    -ms-transform: translate3d(-150%,0,0);
    opacity: 0;
  }
  
  to {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    opacity: 1;
  }

}

@-moz-keyframes slide-self-from-left {

  from {
    transform: translate3d(-150%,0,0);
    -webkit-transform: translate3d(-150%,0,0);
    -moz-transform: translate3d(-150%,0,0);
    -ms-transform: translate3d(-150%,0,0);
    opacity: 0;
  }
  
  to {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    opacity: 1;
  }

}

@-ms-keyframes slide-self-from-left {

  from {
    transform: translate3d(-150%,0,0);
    -webkit-transform: translate3d(-150%,0,0);
    -moz-transform: translate3d(-150%,0,0);
    -ms-transform: translate3d(-150%,0,0);
    opacity: 0;
  }
  
  to {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    opacity: 1;
  }

}

@keyframes slide-self-from-top {

  from {
    transform: translate3d(0,-110%,0);
    -webkit-transform: translate3d(0,-110%,0);
    -moz-transform: translate3d(0,-110%,0);
    -ms-transform: translate3d(0,-110%,0);
    opacity: 0;
  }
  
  to {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    opacity: 1;
  }

}

@-webkit-keyframes slide-self-from-top {

  from {
    transform: translate3d(0,-110%,0);
    -webkit-transform: translate3d(0,-110%,0);
    -moz-transform: translate3d(0,-110%,0);
    -ms-transform: translate3d(0,-110%,0);
    opacity: 0;
  }
  
  to {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    opacity: 1;
  }

}

@-moz-keyframes slide-self-from-top {

  from {
    transform: translate3d(0,-110%,0);
    -webkit-transform: translate3d(0,-110%,0);
    -moz-transform: translate3d(0,-110%,0);
    -ms-transform: translate3d(0,-110%,0);
    opacity: 0;
  }
  
  to {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    opacity: 1;
  }

}

@-ms-keyframes slide-self-from-top {

  from {
    transform: translate3d(0,-110%,0);
    -webkit-transform: translate3d(0,-110%,0);
    -moz-transform: translate3d(0,-110%,0);
    -ms-transform: translate3d(0,-110%,0);
    opacity: 0;
  }
  
  to {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    opacity: 1;
  }

}

@keyframes slide-self-to-left {

  from {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }
  
  to {
    transform: translate3d(-150%,0,0);
    -webkit-transform: translate3d(-150%,0,0);
    -moz-transform: translate3d(-150%,0,0);
    -ms-transform: translate3d(-150%,0,0);
    opacity: 0;
  }

}

@-webkit-keyframes slide-self-to-left {

  from {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }
  
  to {
    transform: translate3d(-150%,0,0);
    -webkit-transform: translate3d(-150%,0,0);
    -moz-transform: translate3d(-150%,0,0);
    -ms-transform: translate3d(-150%,0,0);
    opacity: 0;
  }

}

@-moz-keyframes slide-self-to-left {

  from {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }
  
  to {
    transform: translate3d(-150%,0,0);
    -webkit-transform: translate3d(-150%,0,0);
    -moz-transform: translate3d(-150%,0,0);
    -ms-transform: translate3d(-150%,0,0);
    opacity: 0;
  }

}

@-ms-keyframes slide-self-to-left {

  from {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }
  
  to {
    transform: translate3d(-150%,0,0);
    -webkit-transform: translate3d(-150%,0,0);
    -moz-transform: translate3d(-150%,0,0);
    -ms-transform: translate3d(-150%,0,0);
    opacity: 0;
  }

}

@keyframes slide-self-to-top {

  from {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    opacity: 1;
  }
  
  to {
    transform: translate3d(0,-110%,0);
    -webkit-transform: translate3d(0,-110%,0);
    -moz-transform: translate3d(0,-110%,0);
    -ms-transform: translate3d(0,-110%,0);
    opacity: 0;
  }

}

@-webkit-keyframes slide-self-to-top {

  from {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    opacity: 1;
  }
  
  to {
    transform: translate3d(0,-110%,0);
    -webkit-transform: translate3d(0,-110%,0);
    -moz-transform: translate3d(0,-110%,0);
    -ms-transform: translate3d(0,-110%,0);
    opacity: 0;
  }

}

@-moz-keyframes slide-self-to-top {

  from {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    opacity: 1;
  }
  
  to {
    transform: translate3d(0,-110%,0);
    -webkit-transform: translate3d(0,-110%,0);
    -moz-transform: translate3d(0,-110%,0);
    -ms-transform: translate3d(0,-110%,0);
    opacity: 0;
  }

}

@-ms-keyframes slide-self-to-top {

  from {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    opacity: 1;
  }
  
  to {
    transform: translate3d(0,-110%,0);
    -webkit-transform: translate3d(0,-110%,0);
    -moz-transform: translate3d(0,-110%,0);
    -ms-transform: translate3d(0,-110%,0);
    opacity: 0;
  }

}

@keyframes slide-header-channel-in {

0% {
    transform: translate3d(calc(-100% + 10px),0,0);
    -webkit-transform: translate3d(calc(-100% + 10px),0,0);
    -moz-transform: translate3d(calc(-100% + 10px),0,0);
    -ms-transform: translate3d(calc(-100% + 10px),0,0);
  }
  
100% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }

}

@-webkit-keyframes slide-header-channel-in {

0% {
    transform: translate3d(calc(-100% + 10px),0,0);
    -webkit-transform: translate3d(calc(-100% + 10px),0,0);
    -moz-transform: translate3d(calc(-100% + 10px),0,0);
    -ms-transform: translate3d(calc(-100% + 10px),0,0);
  }
  
100% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }

}

@-moz-keyframes slide-header-channel-in {

0% {
    transform: translate3d(calc(-100% + 10px),0,0);
    -webkit-transform: translate3d(calc(-100% + 10px),0,0);
    -moz-transform: translate3d(calc(-100% + 10px),0,0);
    -ms-transform: translate3d(calc(-100% + 10px),0,0);
  }
  
100% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }

}

@-ms-keyframes slide-header-channel-in {

0% {
    transform: translate3d(calc(-100% + 10px),0,0);
    -webkit-transform: translate3d(calc(-100% + 10px),0,0);
    -moz-transform: translate3d(calc(-100% + 10px),0,0);
    -ms-transform: translate3d(calc(-100% + 10px),0,0);
  }
  
100% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }

}

@keyframes slide-header-channel-out {

0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }
  
100% {
    transform: translate3d(calc(-100% + 10px),0,0);
    -webkit-transform: translate3d(calc(-100% + 10px),0,0);
    -moz-transform: translate3d(calc(-100% + 10px),0,0);
    -ms-transform: translate3d(calc(-100% + 10px),0,0);
  }

}

@-webkit-keyframes slide-header-channel-out {

0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }
  
100% {
    transform: translate3d(calc(-100% + 10px),0,0);
    -webkit-transform: translate3d(calc(-100% + 10px),0,0);
    -moz-transform: translate3d(calc(-100% + 10px),0,0);
    -ms-transform: translate3d(calc(-100% + 10px),0,0);
  }

}

@-moz-keyframes slide-header-channel-out {

0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }
  
100% {
    transform: translate3d(calc(-100% + 10px),0,0);
    -webkit-transform: translate3d(calc(-100% + 10px),0,0);
    -moz-transform: translate3d(calc(-100% + 10px),0,0);
    -ms-transform: translate3d(calc(-100% + 10px),0,0);
  }

}

@-ms-keyframes slide-header-channel-out {

0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }
  
100% {
    transform: translate3d(calc(-100% + 10px),0,0);
    -webkit-transform: translate3d(calc(-100% + 10px),0,0);
    -moz-transform: translate3d(calc(-100% + 10px),0,0);
    -ms-transform: translate3d(calc(-100% + 10px),0,0);
  }

}

@keyframes slide-header-channel-in-long {

0% {
    transform: translate3d(calc(-100% + 20px),0,0);
    -webkit-transform: translate3d(calc(-100% + 20px),0,0);
    -moz-transform: translate3d(calc(-100% + 20px),0,0);
    -ms-transform: translate3d(calc(-100% + 20px),0,0);
  }
  
100% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }

}

@-webkit-keyframes slide-header-channel-in-long {

0% {
    transform: translate3d(calc(-100% + 20px),0,0);
    -webkit-transform: translate3d(calc(-100% + 20px),0,0);
    -moz-transform: translate3d(calc(-100% + 20px),0,0);
    -ms-transform: translate3d(calc(-100% + 20px),0,0);
  }
  
100% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }

}

@-moz-keyframes slide-header-channel-in-long {

0% {
    transform: translate3d(calc(-100% + 20px),0,0);
    -webkit-transform: translate3d(calc(-100% + 20px),0,0);
    -moz-transform: translate3d(calc(-100% + 20px),0,0);
    -ms-transform: translate3d(calc(-100% + 20px),0,0);
  }
  
100% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }

}

@-ms-keyframes slide-header-channel-in-long {

0% {
    transform: translate3d(calc(-100% + 20px),0,0);
    -webkit-transform: translate3d(calc(-100% + 20px),0,0);
    -moz-transform: translate3d(calc(-100% + 20px),0,0);
    -ms-transform: translate3d(calc(-100% + 20px),0,0);
  }
  
100% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }

}

@keyframes slide-header-channel-out-long {

0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }
  
100% {
    transform: translate3d(calc(-100% + 20px),0,0);
    -webkit-transform: translate3d(calc(-100% + 20px),0,0);
    -moz-transform: translate3d(calc(-100% + 20px),0,0);
    -ms-transform: translate3d(calc(-100% + 20px),0,0);
  }

}

@-webkit-keyframes slide-header-channel-out-long {

0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }
  
100% {
    transform: translate3d(calc(-100% + 20px),0,0);
    -webkit-transform: translate3d(calc(-100% + 20px),0,0);
    -moz-transform: translate3d(calc(-100% + 20px),0,0);
    -ms-transform: translate3d(calc(-100% + 20px),0,0);
  }

}

@-moz-keyframes slide-header-channel-out-long {

0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }
  
100% {
    transform: translate3d(calc(-100% + 20px),0,0);
    -webkit-transform: translate3d(calc(-100% + 20px),0,0);
    -moz-transform: translate3d(calc(-100% + 20px),0,0);
    -ms-transform: translate3d(calc(-100% + 20px),0,0);
  }

}

@-ms-keyframes slide-header-channel-out-long {

0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }
  
100% {
    transform: translate3d(calc(-100% + 20px),0,0);
    -webkit-transform: translate3d(calc(-100% + 20px),0,0);
    -moz-transform: translate3d(calc(-100% + 20px),0,0);
    -ms-transform: translate3d(calc(-100% + 20px),0,0);
  }

}

@keyframes auto-scroll-text {

0% {
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    opacity: 0;
  }
  
5% {
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    opacity: 1;
  }
  
10% {
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    opacity: 1;
  }
  
80% {
    transform: translate3d(-100%,-50%,0);
    -webkit-transform: translate3d(-100%,-50%,0);
    -moz-transform: translate3d(-100%,-50%,0);
    -ms-transform: translate3d(-100%,-50%,0);
    opacity: 1;
  }
  
90% {
    transform: translate3d(-100%,-50%,0);
    -webkit-transform: translate3d(-100%,-50%,0);
    -moz-transform: translate3d(-100%,-50%,0);
    -ms-transform: translate3d(-100%,-50%,0);
    opacity: 1;
  }
  
97% {
    transform: translate3d(-100%,-50%,0);
    -webkit-transform: translate3d(-100%,-50%,0);
    -moz-transform: translate3d(-100%,-50%,0);
    -ms-transform: translate3d(-100%,-50%,0);
    opacity: 0;
  }
  
100% {
    transform: translate3d(-100%,-50%,0);
    -webkit-transform: translate3d(-100%,-50%,0);
    -moz-transform: translate3d(-100%,-50%,0);
    -ms-transform: translate3d(-100%,-50%,0);
    opacity: 0;
  }

}

@-webkit-keyframes auto-scroll-text {

0% {
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    opacity: 0;
  }
  
5% {
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    opacity: 1;
  }
  
10% {
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    opacity: 1;
  }
  
80% {
    transform: translate3d(-100%,-50%,0);
    -webkit-transform: translate3d(-100%,-50%,0);
    -moz-transform: translate3d(-100%,-50%,0);
    -ms-transform: translate3d(-100%,-50%,0);
    opacity: 1;
  }
  
90% {
    transform: translate3d(-100%,-50%,0);
    -webkit-transform: translate3d(-100%,-50%,0);
    -moz-transform: translate3d(-100%,-50%,0);
    -ms-transform: translate3d(-100%,-50%,0);
    opacity: 1;
  }
  
97% {
    transform: translate3d(-100%,-50%,0);
    -webkit-transform: translate3d(-100%,-50%,0);
    -moz-transform: translate3d(-100%,-50%,0);
    -ms-transform: translate3d(-100%,-50%,0);
    opacity: 0;
  }
  
100% {
    transform: translate3d(-100%,-50%,0);
    -webkit-transform: translate3d(-100%,-50%,0);
    -moz-transform: translate3d(-100%,-50%,0);
    -ms-transform: translate3d(-100%,-50%,0);
    opacity: 0;
  }

}

@-moz-keyframes auto-scroll-text {

0% {
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    opacity: 0;
  }
  
5% {
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    opacity: 1;
  }
  
10% {
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    opacity: 1;
  }
  
80% {
    transform: translate3d(-100%,-50%,0);
    -webkit-transform: translate3d(-100%,-50%,0);
    -moz-transform: translate3d(-100%,-50%,0);
    -ms-transform: translate3d(-100%,-50%,0);
    opacity: 1;
  }
  
90% {
    transform: translate3d(-100%,-50%,0);
    -webkit-transform: translate3d(-100%,-50%,0);
    -moz-transform: translate3d(-100%,-50%,0);
    -ms-transform: translate3d(-100%,-50%,0);
    opacity: 1;
  }
  
97% {
    transform: translate3d(-100%,-50%,0);
    -webkit-transform: translate3d(-100%,-50%,0);
    -moz-transform: translate3d(-100%,-50%,0);
    -ms-transform: translate3d(-100%,-50%,0);
    opacity: 0;
  }
  
100% {
    transform: translate3d(-100%,-50%,0);
    -webkit-transform: translate3d(-100%,-50%,0);
    -moz-transform: translate3d(-100%,-50%,0);
    -ms-transform: translate3d(-100%,-50%,0);
    opacity: 0;
  }

}

@-ms-keyframes auto-scroll-text {

0% {
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    opacity: 0;
  }
  
5% {
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    opacity: 1;
  }
  
10% {
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    opacity: 1;
  }
  
80% {
    transform: translate3d(-100%,-50%,0);
    -webkit-transform: translate3d(-100%,-50%,0);
    -moz-transform: translate3d(-100%,-50%,0);
    -ms-transform: translate3d(-100%,-50%,0);
    opacity: 1;
  }
  
90% {
    transform: translate3d(-100%,-50%,0);
    -webkit-transform: translate3d(-100%,-50%,0);
    -moz-transform: translate3d(-100%,-50%,0);
    -ms-transform: translate3d(-100%,-50%,0);
    opacity: 1;
  }
  
97% {
    transform: translate3d(-100%,-50%,0);
    -webkit-transform: translate3d(-100%,-50%,0);
    -moz-transform: translate3d(-100%,-50%,0);
    -ms-transform: translate3d(-100%,-50%,0);
    opacity: 0;
  }
  
100% {
    transform: translate3d(-100%,-50%,0);
    -webkit-transform: translate3d(-100%,-50%,0);
    -moz-transform: translate3d(-100%,-50%,0);
    -ms-transform: translate3d(-100%,-50%,0);
    opacity: 0;
  }

}

@keyframes auto-scroll-container {

0% {
    transform: scale(1.00001);
    -webkit-transform: scale(1.00001);
    -moz-transform: scale(1.00001);
    -ms-transform: scale(1.00001);
    left: 0;
  }
  
10% {
    transform: scale(1.00001);
    -webkit-transform: scale(1.00001);
    -moz-transform: scale(1.00001);
    -ms-transform: scale(1.00001);
    left: 0;
  }
  
80% {
    transform: scale(1.00001);
    -webkit-transform: scale(1.00001);
    -moz-transform: scale(1.00001);
    -ms-transform: scale(1.00001);
    left: 100%;
  }
  
100% {
    transform: scale(1.00001);
    -webkit-transform: scale(1.00001);
    -moz-transform: scale(1.00001);
    -ms-transform: scale(1.00001);
    left: 100%;
  }

}

@-webkit-keyframes auto-scroll-container {

0% {
    transform: scale(1.00001);
    -webkit-transform: scale(1.00001);
    -moz-transform: scale(1.00001);
    -ms-transform: scale(1.00001);
    left: 0;
  }
  
10% {
    transform: scale(1.00001);
    -webkit-transform: scale(1.00001);
    -moz-transform: scale(1.00001);
    -ms-transform: scale(1.00001);
    left: 0;
  }
  
80% {
    transform: scale(1.00001);
    -webkit-transform: scale(1.00001);
    -moz-transform: scale(1.00001);
    -ms-transform: scale(1.00001);
    left: 100%;
  }
  
100% {
    transform: scale(1.00001);
    -webkit-transform: scale(1.00001);
    -moz-transform: scale(1.00001);
    -ms-transform: scale(1.00001);
    left: 100%;
  }

}

@-moz-keyframes auto-scroll-container {

0% {
    transform: scale(1.00001);
    -webkit-transform: scale(1.00001);
    -moz-transform: scale(1.00001);
    -ms-transform: scale(1.00001);
    left: 0;
  }
  
10% {
    transform: scale(1.00001);
    -webkit-transform: scale(1.00001);
    -moz-transform: scale(1.00001);
    -ms-transform: scale(1.00001);
    left: 0;
  }
  
80% {
    transform: scale(1.00001);
    -webkit-transform: scale(1.00001);
    -moz-transform: scale(1.00001);
    -ms-transform: scale(1.00001);
    left: 100%;
  }
  
100% {
    transform: scale(1.00001);
    -webkit-transform: scale(1.00001);
    -moz-transform: scale(1.00001);
    -ms-transform: scale(1.00001);
    left: 100%;
  }

}

@-ms-keyframes auto-scroll-container {

0% {
    transform: scale(1.00001);
    -webkit-transform: scale(1.00001);
    -moz-transform: scale(1.00001);
    -ms-transform: scale(1.00001);
    left: 0;
  }
  
10% {
    transform: scale(1.00001);
    -webkit-transform: scale(1.00001);
    -moz-transform: scale(1.00001);
    -ms-transform: scale(1.00001);
    left: 0;
  }
  
80% {
    transform: scale(1.00001);
    -webkit-transform: scale(1.00001);
    -moz-transform: scale(1.00001);
    -ms-transform: scale(1.00001);
    left: 100%;
  }
  
100% {
    transform: scale(1.00001);
    -webkit-transform: scale(1.00001);
    -moz-transform: scale(1.00001);
    -ms-transform: scale(1.00001);
    left: 100%;
  }

}

@keyframes pulse {

0% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
  }
  
50% {
    transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
  }
  
100% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
  }

}

@-webkit-keyframes pulse {

0% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
  }
  
50% {
    transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
  }
  
100% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
  }

}

@-moz-keyframes pulse {

0% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
  }
  
50% {
    transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
  }
  
100% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
  }

}

@-ms-keyframes pulse {

0% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
  }
  
50% {
    transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
  }
  
100% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
  }

}

@keyframes game-timer-pulse {

0% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    box-shadow: 0 0 0.6rem 0.2rem rgba(44, 73, 255, 0.2);
  }
  
50% {
    transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    box-shadow: 0 0 0.6rem 0.5rem rgba(44, 73, 255, 0.35);
  }
  
100% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    box-shadow: 0 0 0.6rem 0.2rem rgba(44, 73, 255, 0.2);
  }

}

@-webkit-keyframes game-timer-pulse {

0% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    box-shadow: 0 0 0.6rem 0.2rem rgba(44, 73, 255, 0.2);
  }
  
50% {
    transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    box-shadow: 0 0 0.6rem 0.5rem rgba(44, 73, 255, 0.35);
  }
  
100% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    box-shadow: 0 0 0.6rem 0.2rem rgba(44, 73, 255, 0.2);
  }

}

@-moz-keyframes game-timer-pulse {

0% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    box-shadow: 0 0 0.6rem 0.2rem rgba(44, 73, 255, 0.2);
  }
  
50% {
    transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    box-shadow: 0 0 0.6rem 0.5rem rgba(44, 73, 255, 0.35);
  }
  
100% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    box-shadow: 0 0 0.6rem 0.2rem rgba(44, 73, 255, 0.2);
  }

}

@-ms-keyframes game-timer-pulse {

0% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    box-shadow: 0 0 0.6rem 0.2rem rgba(44, 73, 255, 0.2);
  }
  
50% {
    transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    box-shadow: 0 0 0.6rem 0.5rem rgba(44, 73, 255, 0.35);
  }
  
100% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    box-shadow: 0 0 0.6rem 0.2rem rgba(44, 73, 255, 0.2);
  }

}

@keyframes game-question-slide-in {

0% {
    transform: translate3d(0,-110%,0);
    -webkit-transform: translate3d(0,-110%,0);
    -moz-transform: translate3d(0,-110%,0);
    -ms-transform: translate3d(0,-110%,0);
  }
  
30% {
    transform: translate3d(0,18%,0);
    -webkit-transform: translate3d(0,18%,0);
    -moz-transform: translate3d(0,18%,0);
    -ms-transform: translate3d(0,18%,0);
  }
  
50% {
    transform: translate3d(0,-8%,0);
    -webkit-transform: translate3d(0,-8%,0);
    -moz-transform: translate3d(0,-8%,0);
    -ms-transform: translate3d(0,-8%,0);
  }
  
60% {
    transform: translate3d(0,8%,0);
    -webkit-transform: translate3d(0,8%,0);
    -moz-transform: translate3d(0,8%,0);
    -ms-transform: translate3d(0,8%,0);
  }
  
70% {
    transform: translate3d(0,-1%,0);
    -webkit-transform: translate3d(0,-1%,0);
    -moz-transform: translate3d(0,-1%,0);
    -ms-transform: translate3d(0,-1%,0);
  }
  
90% {
    transform: translate3d(0,3%,0);
    -webkit-transform: translate3d(0,3%,0);
    -moz-transform: translate3d(0,3%,0);
    -ms-transform: translate3d(0,3%,0);
  }
  
100% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }

}

@-webkit-keyframes game-question-slide-in {

0% {
    transform: translate3d(0,-110%,0);
    -webkit-transform: translate3d(0,-110%,0);
    -moz-transform: translate3d(0,-110%,0);
    -ms-transform: translate3d(0,-110%,0);
  }
  
30% {
    transform: translate3d(0,18%,0);
    -webkit-transform: translate3d(0,18%,0);
    -moz-transform: translate3d(0,18%,0);
    -ms-transform: translate3d(0,18%,0);
  }
  
50% {
    transform: translate3d(0,-8%,0);
    -webkit-transform: translate3d(0,-8%,0);
    -moz-transform: translate3d(0,-8%,0);
    -ms-transform: translate3d(0,-8%,0);
  }
  
60% {
    transform: translate3d(0,8%,0);
    -webkit-transform: translate3d(0,8%,0);
    -moz-transform: translate3d(0,8%,0);
    -ms-transform: translate3d(0,8%,0);
  }
  
70% {
    transform: translate3d(0,-1%,0);
    -webkit-transform: translate3d(0,-1%,0);
    -moz-transform: translate3d(0,-1%,0);
    -ms-transform: translate3d(0,-1%,0);
  }
  
90% {
    transform: translate3d(0,3%,0);
    -webkit-transform: translate3d(0,3%,0);
    -moz-transform: translate3d(0,3%,0);
    -ms-transform: translate3d(0,3%,0);
  }
  
100% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }

}

@-moz-keyframes game-question-slide-in {

0% {
    transform: translate3d(0,-110%,0);
    -webkit-transform: translate3d(0,-110%,0);
    -moz-transform: translate3d(0,-110%,0);
    -ms-transform: translate3d(0,-110%,0);
  }
  
30% {
    transform: translate3d(0,18%,0);
    -webkit-transform: translate3d(0,18%,0);
    -moz-transform: translate3d(0,18%,0);
    -ms-transform: translate3d(0,18%,0);
  }
  
50% {
    transform: translate3d(0,-8%,0);
    -webkit-transform: translate3d(0,-8%,0);
    -moz-transform: translate3d(0,-8%,0);
    -ms-transform: translate3d(0,-8%,0);
  }
  
60% {
    transform: translate3d(0,8%,0);
    -webkit-transform: translate3d(0,8%,0);
    -moz-transform: translate3d(0,8%,0);
    -ms-transform: translate3d(0,8%,0);
  }
  
70% {
    transform: translate3d(0,-1%,0);
    -webkit-transform: translate3d(0,-1%,0);
    -moz-transform: translate3d(0,-1%,0);
    -ms-transform: translate3d(0,-1%,0);
  }
  
90% {
    transform: translate3d(0,3%,0);
    -webkit-transform: translate3d(0,3%,0);
    -moz-transform: translate3d(0,3%,0);
    -ms-transform: translate3d(0,3%,0);
  }
  
100% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }

}

@-ms-keyframes game-question-slide-in {

0% {
    transform: translate3d(0,-110%,0);
    -webkit-transform: translate3d(0,-110%,0);
    -moz-transform: translate3d(0,-110%,0);
    -ms-transform: translate3d(0,-110%,0);
  }
  
30% {
    transform: translate3d(0,18%,0);
    -webkit-transform: translate3d(0,18%,0);
    -moz-transform: translate3d(0,18%,0);
    -ms-transform: translate3d(0,18%,0);
  }
  
50% {
    transform: translate3d(0,-8%,0);
    -webkit-transform: translate3d(0,-8%,0);
    -moz-transform: translate3d(0,-8%,0);
    -ms-transform: translate3d(0,-8%,0);
  }
  
60% {
    transform: translate3d(0,8%,0);
    -webkit-transform: translate3d(0,8%,0);
    -moz-transform: translate3d(0,8%,0);
    -ms-transform: translate3d(0,8%,0);
  }
  
70% {
    transform: translate3d(0,-1%,0);
    -webkit-transform: translate3d(0,-1%,0);
    -moz-transform: translate3d(0,-1%,0);
    -ms-transform: translate3d(0,-1%,0);
  }
  
90% {
    transform: translate3d(0,3%,0);
    -webkit-transform: translate3d(0,3%,0);
    -moz-transform: translate3d(0,3%,0);
    -ms-transform: translate3d(0,3%,0);
  }
  
100% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }

}

@keyframes game-answer {

  from {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
  }
  
  to {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
    -webkit-transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
    -moz-transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
    -ms-transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
  }

}

@-webkit-keyframes game-answer {

  from {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
  }
  
  to {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
    -webkit-transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
    -moz-transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
    -ms-transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
  }

}

@-moz-keyframes game-answer {

  from {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
  }
  
  to {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
    -webkit-transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
    -moz-transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
    -ms-transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
  }

}

@-ms-keyframes game-answer {

  from {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
  }
  
  to {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
    -webkit-transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
    -moz-transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
    -ms-transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
  }

}

@keyframes spin {

  from {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
  }
  
  to {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
  }

}

@-webkit-keyframes spin {

  from {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
  }
  
  to {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
  }

}

@-moz-keyframes spin {

  from {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
  }
  
  to {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
  }

}

@-ms-keyframes spin {

  from {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
  }
  
  to {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
  }

}

@keyframes spin90 {

  from {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
  }
  
  to {
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
  }

}

@-webkit-keyframes spin90 {

  from {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
  }
  
  to {
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
  }

}

@-moz-keyframes spin90 {

  from {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
  }
  
  to {
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
  }

}

@-ms-keyframes spin90 {

  from {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
  }
  
  to {
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
  }

}

@keyframes invisible {

  from {
    opacity: 0;
  }
  
  to {
    opacity: 0;
  }

}

@-webkit-keyframes invisible {

  from {
    opacity: 0;
  }
  
  to {
    opacity: 0;
  }

}

@-moz-keyframes invisible {

  from {
    opacity: 0;
  }
  
  to {
    opacity: 0;
  }

}

@-ms-keyframes invisible {

  from {
    opacity: 0;
  }
  
  to {
    opacity: 0;
  }

}

@keyframes fade-out {

0% {
    opacity: 1;
  }
  
100% {
    opacity: 0;
  }

}

@-webkit-keyframes fade-out {

0% {
    opacity: 1;
  }
  
100% {
    opacity: 0;
  }

}

@-moz-keyframes fade-out {

0% {
    opacity: 1;
  }
  
100% {
    opacity: 0;
  }

}

@-ms-keyframes fade-out {

0% {
    opacity: 1;
  }
  
100% {
    opacity: 0;
  }

}

@keyframes fade-out-top {

0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  
100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
  }

}

@-webkit-keyframes fade-out-top {

0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  
100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
  }

}

@-moz-keyframes fade-out-top {

0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  
100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
  }

}

@-ms-keyframes fade-out-top {

0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  
100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
  }

}

@keyframes fade-out-right {

0% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  
100% {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
  }

}

@-webkit-keyframes fade-out-right {

0% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  
100% {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
  }

}

@-moz-keyframes fade-out-right {

0% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  
100% {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
  }

}

@-ms-keyframes fade-out-right {

0% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  
100% {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
  }

}

@keyframes fade-out-bottom {

0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  
100% {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
  }

}

@-webkit-keyframes fade-out-bottom {

0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  
100% {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
  }

}

@-moz-keyframes fade-out-bottom {

0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  
100% {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
  }

}

@-ms-keyframes fade-out-bottom {

0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  
100% {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
  }

}

@keyframes fade-out-left {

0% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  
100% {
    opacity: 0;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
  }

}

@-webkit-keyframes fade-out-left {

0% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  
100% {
    opacity: 0;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
  }

}

@-moz-keyframes fade-out-left {

0% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  
100% {
    opacity: 0;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
  }

}

@-ms-keyframes fade-out-left {

0% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  
100% {
    opacity: 0;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
  }

}

@keyframes fade-out-no-display {

0% {
    opacity: 1;
    display: block;
  }
  
100% {
    opacity: 0;
    display: none;
  }

}

@-webkit-keyframes fade-out-no-display {

0% {
    opacity: 1;
    display: block;
  }
  
100% {
    opacity: 0;
    display: none;
  }

}

@-moz-keyframes fade-out-no-display {

0% {
    opacity: 1;
    display: block;
  }
  
100% {
    opacity: 0;
    display: none;
  }

}

@-ms-keyframes fade-out-no-display {

0% {
    opacity: 1;
    display: block;
  }
  
100% {
    opacity: 0;
    display: none;
  }

}

@keyframes fade-in {

0% {
    opacity: 0;
  }
  
100% {
    opacity: 1;
    -webkit-backface-visibility: hidden;
  }

}

@-webkit-keyframes fade-in {

0% {
    opacity: 0;
  }
  
100% {
    opacity: 1;
    -webkit-backface-visibility: hidden;
  }

}

@-moz-keyframes fade-in {

0% {
    opacity: 0;
  }
  
100% {
    opacity: 1;
    -webkit-backface-visibility: hidden;
  }

}

@-ms-keyframes fade-in {

0% {
    opacity: 0;
  }
  
100% {
    opacity: 1;
    -webkit-backface-visibility: hidden;
  }

}

@keyframes fade-in-top {

  from {
    opacity: 0;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
  }
  
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@-webkit-keyframes fade-in-top {

  from {
    opacity: 0;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
  }
  
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@-moz-keyframes fade-in-top {

  from {
    opacity: 0;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
  }
  
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@-ms-keyframes fade-in-top {

  from {
    opacity: 0;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
  }
  
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@keyframes fade-in-right {

  from {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
  }
  
  to {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

@-webkit-keyframes fade-in-right {

  from {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
  }
  
  to {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

@-moz-keyframes fade-in-right {

  from {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
  }
  
  to {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

@-ms-keyframes fade-in-right {

  from {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
  }
  
  to {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

@keyframes fade-in-bottom {

  from {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
  }
  
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@-webkit-keyframes fade-in-bottom {

  from {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
  }
  
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@-moz-keyframes fade-in-bottom {

  from {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
  }
  
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@-ms-keyframes fade-in-bottom {

  from {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
  }
  
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@keyframes fade-in-bottom-no-display {

0% {
    opacity: 0;
    display: none;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
  }
  
1% {
    display: block;
  }
  
100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@-webkit-keyframes fade-in-bottom-no-display {

0% {
    opacity: 0;
    display: none;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
  }
  
1% {
    display: block;
  }
  
100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@-moz-keyframes fade-in-bottom-no-display {

0% {
    opacity: 0;
    display: none;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
  }
  
1% {
    display: block;
  }
  
100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@-ms-keyframes fade-in-bottom-no-display {

0% {
    opacity: 0;
    display: none;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
  }
  
1% {
    display: block;
  }
  
100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

@keyframes fade-in-left {

  from {
    opacity: 0;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
  }
  
  to {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

@-webkit-keyframes fade-in-left {

  from {
    opacity: 0;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
  }
  
  to {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

@-moz-keyframes fade-in-left {

  from {
    opacity: 0;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
  }
  
  to {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

@-ms-keyframes fade-in-left {

  from {
    opacity: 0;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
  }
  
  to {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

@keyframes fade-in-and-slide-down {

0% {
    opacity: 0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
  }
  
25% {
    opacity: 0.8;
  }
  
75% {
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    opacity: 0.8;
  }
  
95% {
    opacity: 0.1;
  }
  
100% {
    opacity: 0.1;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
  }

}

@-webkit-keyframes fade-in-and-slide-down {

0% {
    opacity: 0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
  }
  
25% {
    opacity: 0.8;
  }
  
75% {
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    opacity: 0.8;
  }
  
95% {
    opacity: 0.1;
  }
  
100% {
    opacity: 0.1;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
  }

}

@-moz-keyframes fade-in-and-slide-down {

0% {
    opacity: 0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
  }
  
25% {
    opacity: 0.8;
  }
  
75% {
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    opacity: 0.8;
  }
  
95% {
    opacity: 0.1;
  }
  
100% {
    opacity: 0.1;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
  }

}

@-ms-keyframes fade-in-and-slide-down {

0% {
    opacity: 0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
  }
  
25% {
    opacity: 0.8;
  }
  
75% {
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    opacity: 0.8;
  }
  
95% {
    opacity: 0.1;
  }
  
100% {
    opacity: 0.1;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
  }

}

@keyframes circle-reveal {

0% {
    opacity: 0;
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
100% {
    opacity: 1;
    clip-path: circle(50% at center);
    -webkit-clip-path: circle(50% at center);
    -moz-clip-path: circle(50% at center);
    -ms-clip-path: circle(50% at center);
  }

}

@-webkit-keyframes circle-reveal {

0% {
    opacity: 0;
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
100% {
    opacity: 1;
    clip-path: circle(50% at center);
    -webkit-clip-path: circle(50% at center);
    -moz-clip-path: circle(50% at center);
    -ms-clip-path: circle(50% at center);
  }

}

@-moz-keyframes circle-reveal {

0% {
    opacity: 0;
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
100% {
    opacity: 1;
    clip-path: circle(50% at center);
    -webkit-clip-path: circle(50% at center);
    -moz-clip-path: circle(50% at center);
    -ms-clip-path: circle(50% at center);
  }

}

@-ms-keyframes circle-reveal {

0% {
    opacity: 0;
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
100% {
    opacity: 1;
    clip-path: circle(50% at center);
    -webkit-clip-path: circle(50% at center);
    -moz-clip-path: circle(50% at center);
    -ms-clip-path: circle(50% at center);
  }

}

@keyframes circle-reveal-smaller {

0% {
    opacity: 0;
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
100% {
    opacity: 1;
    clip-path: circle(49% at center);
    -webkit-clip-path: circle(49% at center);
    -moz-clip-path: circle(49% at center);
    -ms-clip-path: circle(49% at center);
  }

}

@-webkit-keyframes circle-reveal-smaller {

0% {
    opacity: 0;
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
100% {
    opacity: 1;
    clip-path: circle(49% at center);
    -webkit-clip-path: circle(49% at center);
    -moz-clip-path: circle(49% at center);
    -ms-clip-path: circle(49% at center);
  }

}

@-moz-keyframes circle-reveal-smaller {

0% {
    opacity: 0;
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
100% {
    opacity: 1;
    clip-path: circle(49% at center);
    -webkit-clip-path: circle(49% at center);
    -moz-clip-path: circle(49% at center);
    -ms-clip-path: circle(49% at center);
  }

}

@-ms-keyframes circle-reveal-smaller {

0% {
    opacity: 0;
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
100% {
    opacity: 1;
    clip-path: circle(49% at center);
    -webkit-clip-path: circle(49% at center);
    -moz-clip-path: circle(49% at center);
    -ms-clip-path: circle(49% at center);
  }

}

@keyframes circle-hide {

0% {
    opacity: 1;
    clip-path: circle(50% at center);
    -webkit-clip-path: circle(50% at center);
    -moz-clip-path: circle(50% at center);
    -ms-clip-path: circle(50% at center);
  }
  
40% {
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
100% {
    opacity: 0;
  }

}

@-webkit-keyframes circle-hide {

0% {
    opacity: 1;
    clip-path: circle(50% at center);
    -webkit-clip-path: circle(50% at center);
    -moz-clip-path: circle(50% at center);
    -ms-clip-path: circle(50% at center);
  }
  
40% {
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
100% {
    opacity: 0;
  }

}

@-moz-keyframes circle-hide {

0% {
    opacity: 1;
    clip-path: circle(50% at center);
    -webkit-clip-path: circle(50% at center);
    -moz-clip-path: circle(50% at center);
    -ms-clip-path: circle(50% at center);
  }
  
40% {
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
100% {
    opacity: 0;
  }

}

@-ms-keyframes circle-hide {

0% {
    opacity: 1;
    clip-path: circle(50% at center);
    -webkit-clip-path: circle(50% at center);
    -moz-clip-path: circle(50% at center);
    -ms-clip-path: circle(50% at center);
  }
  
40% {
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    -moz-clip-path: circle(0% at center);
    -ms-clip-path: circle(0% at center);
  }
  
100% {
    opacity: 0;
  }

}

@keyframes fade-in-and-out {

0% {
    opacity: 0;
  }
  
2.5% {
    opacity: 1;
  }
  
50% {
    opacity: 1;
  }
  
52.5% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@-webkit-keyframes fade-in-and-out {

0% {
    opacity: 0;
  }
  
2.5% {
    opacity: 1;
  }
  
50% {
    opacity: 1;
  }
  
52.5% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@-moz-keyframes fade-in-and-out {

0% {
    opacity: 0;
  }
  
2.5% {
    opacity: 1;
  }
  
50% {
    opacity: 1;
  }
  
52.5% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@-ms-keyframes fade-in-and-out {

0% {
    opacity: 0;
  }
  
2.5% {
    opacity: 1;
  }
  
50% {
    opacity: 1;
  }
  
52.5% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@keyframes fade-out-and-in {

0% {
    opacity: 1;
  }
  
2.5% {
    opacity: 0;
  }
  
50% {
    opacity: 0;
  }
  
52.5% {
    opacity: 1;
  }
  
100% {
    opacity: 1;
  }

}

@-webkit-keyframes fade-out-and-in {

0% {
    opacity: 1;
  }
  
2.5% {
    opacity: 0;
  }
  
50% {
    opacity: 0;
  }
  
52.5% {
    opacity: 1;
  }
  
100% {
    opacity: 1;
  }

}

@-moz-keyframes fade-out-and-in {

0% {
    opacity: 1;
  }
  
2.5% {
    opacity: 0;
  }
  
50% {
    opacity: 0;
  }
  
52.5% {
    opacity: 1;
  }
  
100% {
    opacity: 1;
  }

}

@-ms-keyframes fade-out-and-in {

0% {
    opacity: 1;
  }
  
2.5% {
    opacity: 0;
  }
  
50% {
    opacity: 0;
  }
  
52.5% {
    opacity: 1;
  }
  
100% {
    opacity: 1;
  }

}

@keyframes reset-color {

0% {
    color: var(--tweet-font-color);
  }
  
2.5% {
    color: white;
  }
  
50% {
    color: white;
  }
  
52.5% {
    color: var(--tweet-font-color);
  }
  
100% {
    color: var(--tweet-font-color);
  }

}

@-webkit-keyframes reset-color {

0% {
    color: var(--tweet-font-color);
  }
  
2.5% {
    color: white;
  }
  
50% {
    color: white;
  }
  
52.5% {
    color: var(--tweet-font-color);
  }
  
100% {
    color: var(--tweet-font-color);
  }

}

@-moz-keyframes reset-color {

0% {
    color: var(--tweet-font-color);
  }
  
2.5% {
    color: white;
  }
  
50% {
    color: white;
  }
  
52.5% {
    color: var(--tweet-font-color);
  }
  
100% {
    color: var(--tweet-font-color);
  }

}

@-ms-keyframes reset-color {

0% {
    color: var(--tweet-font-color);
  }
  
2.5% {
    color: white;
  }
  
50% {
    color: white;
  }
  
52.5% {
    color: var(--tweet-font-color);
  }
  
100% {
    color: var(--tweet-font-color);
  }

}

@keyframes reset-color-2 {

0% {
    color: var(--account-font-color);
  }
  
2.5% {
    color: white;
  }
  
50% {
    color: white;
  }
  
52.5% {
    color: var(--account-font-color);
  }
  
100% {
    color: var(--account-font-color);
  }

}

@-webkit-keyframes reset-color-2 {

0% {
    color: var(--account-font-color);
  }
  
2.5% {
    color: white;
  }
  
50% {
    color: white;
  }
  
52.5% {
    color: var(--account-font-color);
  }
  
100% {
    color: var(--account-font-color);
  }

}

@-moz-keyframes reset-color-2 {

0% {
    color: var(--account-font-color);
  }
  
2.5% {
    color: white;
  }
  
50% {
    color: white;
  }
  
52.5% {
    color: var(--account-font-color);
  }
  
100% {
    color: var(--account-font-color);
  }

}

@-ms-keyframes reset-color-2 {

0% {
    color: var(--account-font-color);
  }
  
2.5% {
    color: white;
  }
  
50% {
    color: white;
  }
  
52.5% {
    color: var(--account-font-color);
  }
  
100% {
    color: var(--account-font-color);
  }

}

@keyframes background-wordmark-fade-in {

0% {
    opacity: 0;
  }
  
40% {
    opacity: 0.8;
  }
  
60% {
    opacity: 0.8;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
  }
  
100% {
    opacity: 0.1;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@-webkit-keyframes background-wordmark-fade-in {

0% {
    opacity: 0;
  }
  
40% {
    opacity: 0.8;
  }
  
60% {
    opacity: 0.8;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
  }
  
100% {
    opacity: 0.1;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@-moz-keyframes background-wordmark-fade-in {

0% {
    opacity: 0;
  }
  
40% {
    opacity: 0.8;
  }
  
60% {
    opacity: 0.8;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
  }
  
100% {
    opacity: 0.1;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@-ms-keyframes background-wordmark-fade-in {

0% {
    opacity: 0;
  }
  
40% {
    opacity: 0.8;
  }
  
60% {
    opacity: 0.8;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
  }
  
100% {
    opacity: 0.1;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@keyframes background-wordmark-fade-in-out-complete {

0% {
    opacity: 0;
  }
  
40% {
    opacity: 0.8;
  }
  
60% {
    opacity: 0.8;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
  }
  
100% {
    opacity: 0;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@-webkit-keyframes background-wordmark-fade-in-out-complete {

0% {
    opacity: 0;
  }
  
40% {
    opacity: 0.8;
  }
  
60% {
    opacity: 0.8;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
  }
  
100% {
    opacity: 0;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@-moz-keyframes background-wordmark-fade-in-out-complete {

0% {
    opacity: 0;
  }
  
40% {
    opacity: 0.8;
  }
  
60% {
    opacity: 0.8;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
  }
  
100% {
    opacity: 0;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@-ms-keyframes background-wordmark-fade-in-out-complete {

0% {
    opacity: 0;
  }
  
40% {
    opacity: 0.8;
  }
  
60% {
    opacity: 0.8;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
  }
  
100% {
    opacity: 0;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@keyframes background-wordmark-zoom-fade-in-out {

0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: translate(-50%,-50%) scale3d(1,1,1);
    -webkit-transform: translate(-50%,-50%) scale3d(1,1,1);
    -moz-transform: translate(-50%,-50%) scale3d(1,1,1);
    -ms-transform: translate(-50%,-50%) scale3d(1,1,1);
  }
  
40% {
    opacity: 0.8;
  }
  
60% {
    opacity: 0.8;
    transform-origin: 50% 50%;
    transform: translate(-50%,-50%) scale3d(1,1,1);
    -webkit-transform: translate(-50%,-50%) scale3d(1,1,1);
    -moz-transform: translate(-50%,-50%) scale3d(1,1,1);
    -ms-transform: translate(-50%,-50%) scale3d(1,1,1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
  }
  
100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: translate(-50%,-50%) scale3d(0.6,0.6,1);
    -webkit-transform: translate(-50%,-50%) scale3d(0.6,0.6,1);
    -moz-transform: translate(-50%,-50%) scale3d(0.6,0.6,1);
    -ms-transform: translate(-50%,-50%) scale3d(0.6,0.6,1);
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@-webkit-keyframes background-wordmark-zoom-fade-in-out {

0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: translate(-50%,-50%) scale3d(1,1,1);
    -webkit-transform: translate(-50%,-50%) scale3d(1,1,1);
    -moz-transform: translate(-50%,-50%) scale3d(1,1,1);
    -ms-transform: translate(-50%,-50%) scale3d(1,1,1);
  }
  
40% {
    opacity: 0.8;
  }
  
60% {
    opacity: 0.8;
    transform-origin: 50% 50%;
    transform: translate(-50%,-50%) scale3d(1,1,1);
    -webkit-transform: translate(-50%,-50%) scale3d(1,1,1);
    -moz-transform: translate(-50%,-50%) scale3d(1,1,1);
    -ms-transform: translate(-50%,-50%) scale3d(1,1,1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
  }
  
100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: translate(-50%,-50%) scale3d(0.6,0.6,1);
    -webkit-transform: translate(-50%,-50%) scale3d(0.6,0.6,1);
    -moz-transform: translate(-50%,-50%) scale3d(0.6,0.6,1);
    -ms-transform: translate(-50%,-50%) scale3d(0.6,0.6,1);
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@-moz-keyframes background-wordmark-zoom-fade-in-out {

0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: translate(-50%,-50%) scale3d(1,1,1);
    -webkit-transform: translate(-50%,-50%) scale3d(1,1,1);
    -moz-transform: translate(-50%,-50%) scale3d(1,1,1);
    -ms-transform: translate(-50%,-50%) scale3d(1,1,1);
  }
  
40% {
    opacity: 0.8;
  }
  
60% {
    opacity: 0.8;
    transform-origin: 50% 50%;
    transform: translate(-50%,-50%) scale3d(1,1,1);
    -webkit-transform: translate(-50%,-50%) scale3d(1,1,1);
    -moz-transform: translate(-50%,-50%) scale3d(1,1,1);
    -ms-transform: translate(-50%,-50%) scale3d(1,1,1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
  }
  
100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: translate(-50%,-50%) scale3d(0.6,0.6,1);
    -webkit-transform: translate(-50%,-50%) scale3d(0.6,0.6,1);
    -moz-transform: translate(-50%,-50%) scale3d(0.6,0.6,1);
    -ms-transform: translate(-50%,-50%) scale3d(0.6,0.6,1);
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@-ms-keyframes background-wordmark-zoom-fade-in-out {

0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: translate(-50%,-50%) scale3d(1,1,1);
    -webkit-transform: translate(-50%,-50%) scale3d(1,1,1);
    -moz-transform: translate(-50%,-50%) scale3d(1,1,1);
    -ms-transform: translate(-50%,-50%) scale3d(1,1,1);
  }
  
40% {
    opacity: 0.8;
  }
  
60% {
    opacity: 0.8;
    transform-origin: 50% 50%;
    transform: translate(-50%,-50%) scale3d(1,1,1);
    -webkit-transform: translate(-50%,-50%) scale3d(1,1,1);
    -moz-transform: translate(-50%,-50%) scale3d(1,1,1);
    -ms-transform: translate(-50%,-50%) scale3d(1,1,1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
  }
  
100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: translate(-50%,-50%) scale3d(0.6,0.6,1);
    -webkit-transform: translate(-50%,-50%) scale3d(0.6,0.6,1);
    -moz-transform: translate(-50%,-50%) scale3d(0.6,0.6,1);
    -ms-transform: translate(-50%,-50%) scale3d(0.6,0.6,1);
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@keyframes background-wordmark-fade-out {

  from {
    opacity: 0.1;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }
  
  to {
    opacity: 0;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@-webkit-keyframes background-wordmark-fade-out {

  from {
    opacity: 0.1;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }
  
  to {
    opacity: 0;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@-moz-keyframes background-wordmark-fade-out {

  from {
    opacity: 0.1;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }
  
  to {
    opacity: 0;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@-ms-keyframes background-wordmark-fade-out {

  from {
    opacity: 0.1;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }
  
  to {
    opacity: 0;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@keyframes background-wordmark-fade-out-slide-down {

  from {
    opacity: 0.1;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }
  
  to {
    opacity: 0;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@-webkit-keyframes background-wordmark-fade-out-slide-down {

  from {
    opacity: 0.1;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }
  
  to {
    opacity: 0;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@-moz-keyframes background-wordmark-fade-out-slide-down {

  from {
    opacity: 0.1;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }
  
  to {
    opacity: 0;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@-ms-keyframes background-wordmark-fade-out-slide-down {

  from {
    opacity: 0.1;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }
  
  to {
    opacity: 0;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
  }

}

@keyframes logo-anim-1-of-2 {

0% {
    opacity: 1;
  }
  
60% {
    opacity: 1;
  }
  
70% {
    opacity: 0;
  }
  
90% {
    opacity: 0;
  }
  
100% {
    opacity: 1;
  }

}

@-webkit-keyframes logo-anim-1-of-2 {

0% {
    opacity: 1;
  }
  
60% {
    opacity: 1;
  }
  
70% {
    opacity: 0;
  }
  
90% {
    opacity: 0;
  }
  
100% {
    opacity: 1;
  }

}

@-moz-keyframes logo-anim-1-of-2 {

0% {
    opacity: 1;
  }
  
60% {
    opacity: 1;
  }
  
70% {
    opacity: 0;
  }
  
90% {
    opacity: 0;
  }
  
100% {
    opacity: 1;
  }

}

@-ms-keyframes logo-anim-1-of-2 {

0% {
    opacity: 1;
  }
  
60% {
    opacity: 1;
  }
  
70% {
    opacity: 0;
  }
  
90% {
    opacity: 0;
  }
  
100% {
    opacity: 1;
  }

}

@keyframes logo-anim-2-of-2 {

0% {
    opacity: 0;
  }
  
60% {
    opacity: 0;
  }
  
70% {
    opacity: 1;
  }
  
90% {
    opacity: 1;
  }
  
100% {
    opacity: 0;
  }

}

@-webkit-keyframes logo-anim-2-of-2 {

0% {
    opacity: 0;
  }
  
60% {
    opacity: 0;
  }
  
70% {
    opacity: 1;
  }
  
90% {
    opacity: 1;
  }
  
100% {
    opacity: 0;
  }

}

@-moz-keyframes logo-anim-2-of-2 {

0% {
    opacity: 0;
  }
  
60% {
    opacity: 0;
  }
  
70% {
    opacity: 1;
  }
  
90% {
    opacity: 1;
  }
  
100% {
    opacity: 0;
  }

}

@-ms-keyframes logo-anim-2-of-2 {

0% {
    opacity: 0;
  }
  
60% {
    opacity: 0;
  }
  
70% {
    opacity: 1;
  }
  
90% {
    opacity: 1;
  }
  
100% {
    opacity: 0;
  }

}

@keyframes logo-anim-1-of-3 {

0% {
    opacity: 1;
  }
  
23.33% {
    opacity: 1;
  }
  
33.33% {
    opacity: 0;
  }
  
90% {
    opacity: 0;
  }
  
100% {
    opacity: 1;
  }

}

@-webkit-keyframes logo-anim-1-of-3 {

0% {
    opacity: 1;
  }
  
23.33% {
    opacity: 1;
  }
  
33.33% {
    opacity: 0;
  }
  
90% {
    opacity: 0;
  }
  
100% {
    opacity: 1;
  }

}

@-moz-keyframes logo-anim-1-of-3 {

0% {
    opacity: 1;
  }
  
23.33% {
    opacity: 1;
  }
  
33.33% {
    opacity: 0;
  }
  
90% {
    opacity: 0;
  }
  
100% {
    opacity: 1;
  }

}

@-ms-keyframes logo-anim-1-of-3 {

0% {
    opacity: 1;
  }
  
23.33% {
    opacity: 1;
  }
  
33.33% {
    opacity: 0;
  }
  
90% {
    opacity: 0;
  }
  
100% {
    opacity: 1;
  }

}

@keyframes logo-anim-2-of-3 {

0% {
    opacity: 0;
  }
  
23.33% {
    opacity: 0;
  }
  
33.33% {
    opacity: 1;
  }
  
56.66% {
    opacity: 1;
  }
  
66.66% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@-webkit-keyframes logo-anim-2-of-3 {

0% {
    opacity: 0;
  }
  
23.33% {
    opacity: 0;
  }
  
33.33% {
    opacity: 1;
  }
  
56.66% {
    opacity: 1;
  }
  
66.66% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@-moz-keyframes logo-anim-2-of-3 {

0% {
    opacity: 0;
  }
  
23.33% {
    opacity: 0;
  }
  
33.33% {
    opacity: 1;
  }
  
56.66% {
    opacity: 1;
  }
  
66.66% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@-ms-keyframes logo-anim-2-of-3 {

0% {
    opacity: 0;
  }
  
23.33% {
    opacity: 0;
  }
  
33.33% {
    opacity: 1;
  }
  
56.66% {
    opacity: 1;
  }
  
66.66% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@keyframes logo-anim-3-of-3 {

0% {
    opacity: 0;
  }
  
56.66% {
    opacity: 0;
  }
  
66.66% {
    opacity: 1;
  }
  
90% {
    opacity: 1;
  }
  
100% {
    opacity: 0;
  }

}

@-webkit-keyframes logo-anim-3-of-3 {

0% {
    opacity: 0;
  }
  
56.66% {
    opacity: 0;
  }
  
66.66% {
    opacity: 1;
  }
  
90% {
    opacity: 1;
  }
  
100% {
    opacity: 0;
  }

}

@-moz-keyframes logo-anim-3-of-3 {

0% {
    opacity: 0;
  }
  
56.66% {
    opacity: 0;
  }
  
66.66% {
    opacity: 1;
  }
  
90% {
    opacity: 1;
  }
  
100% {
    opacity: 0;
  }

}

@-ms-keyframes logo-anim-3-of-3 {

0% {
    opacity: 0;
  }
  
56.66% {
    opacity: 0;
  }
  
66.66% {
    opacity: 1;
  }
  
90% {
    opacity: 1;
  }
  
100% {
    opacity: 0;
  }

}

@keyframes logo-anim-1-of-4 {

0% {
    opacity: 1;
  }
  
20% {
    opacity: 1;
  }
  
25% {
    opacity: 0;
  }
  
95% {
    opacity: 0;
  }
  
100% {
    opacity: 1;
  }

}

@-webkit-keyframes logo-anim-1-of-4 {

0% {
    opacity: 1;
  }
  
20% {
    opacity: 1;
  }
  
25% {
    opacity: 0;
  }
  
95% {
    opacity: 0;
  }
  
100% {
    opacity: 1;
  }

}

@-moz-keyframes logo-anim-1-of-4 {

0% {
    opacity: 1;
  }
  
20% {
    opacity: 1;
  }
  
25% {
    opacity: 0;
  }
  
95% {
    opacity: 0;
  }
  
100% {
    opacity: 1;
  }

}

@-ms-keyframes logo-anim-1-of-4 {

0% {
    opacity: 1;
  }
  
20% {
    opacity: 1;
  }
  
25% {
    opacity: 0;
  }
  
95% {
    opacity: 0;
  }
  
100% {
    opacity: 1;
  }

}

@keyframes logo-anim-2-of-4 {

0% {
    opacity: 0;
  }
  
20% {
    opacity: 0;
  }
  
25% {
    opacity: 1;
  }
  
45% {
    opacity: 1;
  }
  
50% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@-webkit-keyframes logo-anim-2-of-4 {

0% {
    opacity: 0;
  }
  
20% {
    opacity: 0;
  }
  
25% {
    opacity: 1;
  }
  
45% {
    opacity: 1;
  }
  
50% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@-moz-keyframes logo-anim-2-of-4 {

0% {
    opacity: 0;
  }
  
20% {
    opacity: 0;
  }
  
25% {
    opacity: 1;
  }
  
45% {
    opacity: 1;
  }
  
50% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@-ms-keyframes logo-anim-2-of-4 {

0% {
    opacity: 0;
  }
  
20% {
    opacity: 0;
  }
  
25% {
    opacity: 1;
  }
  
45% {
    opacity: 1;
  }
  
50% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@keyframes logo-anim-3-of-4 {

0% {
    opacity: 0;
  }
  
45% {
    opacity: 0;
  }
  
50% {
    opacity: 1;
  }
  
70% {
    opacity: 1;
  }
  
75% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@-webkit-keyframes logo-anim-3-of-4 {

0% {
    opacity: 0;
  }
  
45% {
    opacity: 0;
  }
  
50% {
    opacity: 1;
  }
  
70% {
    opacity: 1;
  }
  
75% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@-moz-keyframes logo-anim-3-of-4 {

0% {
    opacity: 0;
  }
  
45% {
    opacity: 0;
  }
  
50% {
    opacity: 1;
  }
  
70% {
    opacity: 1;
  }
  
75% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@-ms-keyframes logo-anim-3-of-4 {

0% {
    opacity: 0;
  }
  
45% {
    opacity: 0;
  }
  
50% {
    opacity: 1;
  }
  
70% {
    opacity: 1;
  }
  
75% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@keyframes logo-anim-4-of-4 {

0% {
    opacity: 0;
  }
  
70% {
    opacity: 0;
  }
  
75% {
    opacity: 1;
  }
  
95% {
    opacity: 1;
  }
  
100% {
    opacity: 0;
  }

}

@-webkit-keyframes logo-anim-4-of-4 {

0% {
    opacity: 0;
  }
  
70% {
    opacity: 0;
  }
  
75% {
    opacity: 1;
  }
  
95% {
    opacity: 1;
  }
  
100% {
    opacity: 0;
  }

}

@-moz-keyframes logo-anim-4-of-4 {

0% {
    opacity: 0;
  }
  
70% {
    opacity: 0;
  }
  
75% {
    opacity: 1;
  }
  
95% {
    opacity: 1;
  }
  
100% {
    opacity: 0;
  }

}

@-ms-keyframes logo-anim-4-of-4 {

0% {
    opacity: 0;
  }
  
70% {
    opacity: 0;
  }
  
75% {
    opacity: 1;
  }
  
95% {
    opacity: 1;
  }
  
100% {
    opacity: 0;
  }

}

@keyframes trending-content--author-intro {

  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }

}

@-webkit-keyframes trending-content--author-intro {

  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }

}

@-moz-keyframes trending-content--author-intro {

  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }

}

@-ms-keyframes trending-content--author-intro {

  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }

}

@keyframes trending-content--source-body-intro {

0% {
    font-size: 1.5em;
    transform: translate(50%,-50%);
    -webkit-transform: translate(50%,-50%);
    -moz-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    top: 50%;
    right: 50%;
  }
  
10% {
    font-size: 1em;
    transform: translate(-1.3rem, calc(-100% + .4rem));
    -webkit-transform: translate(-1.3rem, calc(-100% + .4rem));
    -moz-transform: translate(-1.3rem, calc(-100% + .4rem));
    -ms-transform: translate(-1.3rem, calc(-100% + .4rem));
    right: 0;
    top: 0;
  }
  
92% {
    transform: translate(-1.3rem, calc(-100% + .4rem));
    -webkit-transform: translate(-1.3rem, calc(-100% + .4rem));
    -moz-transform: translate(-1.3rem, calc(-100% + .4rem));
    -ms-transform: translate(-1.3rem, calc(-100% + .4rem));
    right: 0;
    top: 0;
    opacity: 1;
  }
  
97% {
    transform: translate(-1.3rem, 20%);
    -webkit-transform: translate(-1.3rem, 20%);
    -moz-transform: translate(-1.3rem, 20%);
    -ms-transform: translate(-1.3rem, 20%);
    right: 0;
    top: 0;
    opacity: 0;
  }
  
100% {
    font-size: 1em;
    transform: translate(-1.3rem, 20%);
    -webkit-transform: translate(-1.3rem, 20%);
    -moz-transform: translate(-1.3rem, 20%);
    -ms-transform: translate(-1.3rem, 20%);
    right: 0;
    top: 0;
    opacity: 0;
  }

}

@-webkit-keyframes trending-content--source-body-intro {

0% {
    font-size: 1.5em;
    transform: translate(50%,-50%);
    -webkit-transform: translate(50%,-50%);
    -moz-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    top: 50%;
    right: 50%;
  }
  
10% {
    font-size: 1em;
    transform: translate(-1.3rem, calc(-100% + .4rem));
    -webkit-transform: translate(-1.3rem, calc(-100% + .4rem));
    -moz-transform: translate(-1.3rem, calc(-100% + .4rem));
    -ms-transform: translate(-1.3rem, calc(-100% + .4rem));
    right: 0;
    top: 0;
  }
  
92% {
    transform: translate(-1.3rem, calc(-100% + .4rem));
    -webkit-transform: translate(-1.3rem, calc(-100% + .4rem));
    -moz-transform: translate(-1.3rem, calc(-100% + .4rem));
    -ms-transform: translate(-1.3rem, calc(-100% + .4rem));
    right: 0;
    top: 0;
    opacity: 1;
  }
  
97% {
    transform: translate(-1.3rem, 20%);
    -webkit-transform: translate(-1.3rem, 20%);
    -moz-transform: translate(-1.3rem, 20%);
    -ms-transform: translate(-1.3rem, 20%);
    right: 0;
    top: 0;
    opacity: 0;
  }
  
100% {
    font-size: 1em;
    transform: translate(-1.3rem, 20%);
    -webkit-transform: translate(-1.3rem, 20%);
    -moz-transform: translate(-1.3rem, 20%);
    -ms-transform: translate(-1.3rem, 20%);
    right: 0;
    top: 0;
    opacity: 0;
  }

}

@-moz-keyframes trending-content--source-body-intro {

0% {
    font-size: 1.5em;
    transform: translate(50%,-50%);
    -webkit-transform: translate(50%,-50%);
    -moz-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    top: 50%;
    right: 50%;
  }
  
10% {
    font-size: 1em;
    transform: translate(-1.3rem, calc(-100% + .4rem));
    -webkit-transform: translate(-1.3rem, calc(-100% + .4rem));
    -moz-transform: translate(-1.3rem, calc(-100% + .4rem));
    -ms-transform: translate(-1.3rem, calc(-100% + .4rem));
    right: 0;
    top: 0;
  }
  
92% {
    transform: translate(-1.3rem, calc(-100% + .4rem));
    -webkit-transform: translate(-1.3rem, calc(-100% + .4rem));
    -moz-transform: translate(-1.3rem, calc(-100% + .4rem));
    -ms-transform: translate(-1.3rem, calc(-100% + .4rem));
    right: 0;
    top: 0;
    opacity: 1;
  }
  
97% {
    transform: translate(-1.3rem, 20%);
    -webkit-transform: translate(-1.3rem, 20%);
    -moz-transform: translate(-1.3rem, 20%);
    -ms-transform: translate(-1.3rem, 20%);
    right: 0;
    top: 0;
    opacity: 0;
  }
  
100% {
    font-size: 1em;
    transform: translate(-1.3rem, 20%);
    -webkit-transform: translate(-1.3rem, 20%);
    -moz-transform: translate(-1.3rem, 20%);
    -ms-transform: translate(-1.3rem, 20%);
    right: 0;
    top: 0;
    opacity: 0;
  }

}

@-ms-keyframes trending-content--source-body-intro {

0% {
    font-size: 1.5em;
    transform: translate(50%,-50%);
    -webkit-transform: translate(50%,-50%);
    -moz-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    top: 50%;
    right: 50%;
  }
  
10% {
    font-size: 1em;
    transform: translate(-1.3rem, calc(-100% + .4rem));
    -webkit-transform: translate(-1.3rem, calc(-100% + .4rem));
    -moz-transform: translate(-1.3rem, calc(-100% + .4rem));
    -ms-transform: translate(-1.3rem, calc(-100% + .4rem));
    right: 0;
    top: 0;
  }
  
92% {
    transform: translate(-1.3rem, calc(-100% + .4rem));
    -webkit-transform: translate(-1.3rem, calc(-100% + .4rem));
    -moz-transform: translate(-1.3rem, calc(-100% + .4rem));
    -ms-transform: translate(-1.3rem, calc(-100% + .4rem));
    right: 0;
    top: 0;
    opacity: 1;
  }
  
97% {
    transform: translate(-1.3rem, 20%);
    -webkit-transform: translate(-1.3rem, 20%);
    -moz-transform: translate(-1.3rem, 20%);
    -ms-transform: translate(-1.3rem, 20%);
    right: 0;
    top: 0;
    opacity: 0;
  }
  
100% {
    font-size: 1em;
    transform: translate(-1.3rem, 20%);
    -webkit-transform: translate(-1.3rem, 20%);
    -moz-transform: translate(-1.3rem, 20%);
    -ms-transform: translate(-1.3rem, 20%);
    right: 0;
    top: 0;
    opacity: 0;
  }

}

@keyframes trending-content--source-tdv-intro {

0% {
    transform: translate(-1.3rem, .2rem);
    -webkit-transform: translate(-1.3rem, .2rem);
    -moz-transform: translate(-1.3rem, .2rem);
    -ms-transform: translate(-1.3rem, .2rem);
    opacity: 0;
  }
  
94% {
    transform: translate(-1.3rem, .2rem);
    -webkit-transform: translate(-1.3rem, .2rem);
    -moz-transform: translate(-1.3rem, .2rem);
    -ms-transform: translate(-1.3rem, .2rem);
    opacity: 0;
  }
  
95% {
    transform: translate(-1.3rem, .2rem);
    -webkit-transform: translate(-1.3rem, .2rem);
    -moz-transform: translate(-1.3rem, .2rem);
    -ms-transform: translate(-1.3rem, .2rem);
    opacity: 1;
  }
  
100% {
    transform: translate(-1.3rem, calc(-100% + .4rem));
    -webkit-transform: translate(-1.3rem, calc(-100% + .4rem));
    -moz-transform: translate(-1.3rem, calc(-100% + .4rem));
    -ms-transform: translate(-1.3rem, calc(-100% + .4rem));
    opacity: 1;
  }

}

@-webkit-keyframes trending-content--source-tdv-intro {

0% {
    transform: translate(-1.3rem, .2rem);
    -webkit-transform: translate(-1.3rem, .2rem);
    -moz-transform: translate(-1.3rem, .2rem);
    -ms-transform: translate(-1.3rem, .2rem);
    opacity: 0;
  }
  
94% {
    transform: translate(-1.3rem, .2rem);
    -webkit-transform: translate(-1.3rem, .2rem);
    -moz-transform: translate(-1.3rem, .2rem);
    -ms-transform: translate(-1.3rem, .2rem);
    opacity: 0;
  }
  
95% {
    transform: translate(-1.3rem, .2rem);
    -webkit-transform: translate(-1.3rem, .2rem);
    -moz-transform: translate(-1.3rem, .2rem);
    -ms-transform: translate(-1.3rem, .2rem);
    opacity: 1;
  }
  
100% {
    transform: translate(-1.3rem, calc(-100% + .4rem));
    -webkit-transform: translate(-1.3rem, calc(-100% + .4rem));
    -moz-transform: translate(-1.3rem, calc(-100% + .4rem));
    -ms-transform: translate(-1.3rem, calc(-100% + .4rem));
    opacity: 1;
  }

}

@-moz-keyframes trending-content--source-tdv-intro {

0% {
    transform: translate(-1.3rem, .2rem);
    -webkit-transform: translate(-1.3rem, .2rem);
    -moz-transform: translate(-1.3rem, .2rem);
    -ms-transform: translate(-1.3rem, .2rem);
    opacity: 0;
  }
  
94% {
    transform: translate(-1.3rem, .2rem);
    -webkit-transform: translate(-1.3rem, .2rem);
    -moz-transform: translate(-1.3rem, .2rem);
    -ms-transform: translate(-1.3rem, .2rem);
    opacity: 0;
  }
  
95% {
    transform: translate(-1.3rem, .2rem);
    -webkit-transform: translate(-1.3rem, .2rem);
    -moz-transform: translate(-1.3rem, .2rem);
    -ms-transform: translate(-1.3rem, .2rem);
    opacity: 1;
  }
  
100% {
    transform: translate(-1.3rem, calc(-100% + .4rem));
    -webkit-transform: translate(-1.3rem, calc(-100% + .4rem));
    -moz-transform: translate(-1.3rem, calc(-100% + .4rem));
    -ms-transform: translate(-1.3rem, calc(-100% + .4rem));
    opacity: 1;
  }

}

@-ms-keyframes trending-content--source-tdv-intro {

0% {
    transform: translate(-1.3rem, .2rem);
    -webkit-transform: translate(-1.3rem, .2rem);
    -moz-transform: translate(-1.3rem, .2rem);
    -ms-transform: translate(-1.3rem, .2rem);
    opacity: 0;
  }
  
94% {
    transform: translate(-1.3rem, .2rem);
    -webkit-transform: translate(-1.3rem, .2rem);
    -moz-transform: translate(-1.3rem, .2rem);
    -ms-transform: translate(-1.3rem, .2rem);
    opacity: 0;
  }
  
95% {
    transform: translate(-1.3rem, .2rem);
    -webkit-transform: translate(-1.3rem, .2rem);
    -moz-transform: translate(-1.3rem, .2rem);
    -ms-transform: translate(-1.3rem, .2rem);
    opacity: 1;
  }
  
100% {
    transform: translate(-1.3rem, calc(-100% + .4rem));
    -webkit-transform: translate(-1.3rem, calc(-100% + .4rem));
    -moz-transform: translate(-1.3rem, calc(-100% + .4rem));
    -ms-transform: translate(-1.3rem, calc(-100% + .4rem));
    opacity: 1;
  }

}

@keyframes nav-logo-fade-in {

0% {
    opacity: 0;
  }
  
40% {
    opacity: 0;
  }
  
60% {
    opacity: 1;
  }
  
100% {
    opacity: 1;
  }

}

@-webkit-keyframes nav-logo-fade-in {

0% {
    opacity: 0;
  }
  
40% {
    opacity: 0;
  }
  
60% {
    opacity: 1;
  }
  
100% {
    opacity: 1;
  }

}

@-moz-keyframes nav-logo-fade-in {

0% {
    opacity: 0;
  }
  
40% {
    opacity: 0;
  }
  
60% {
    opacity: 1;
  }
  
100% {
    opacity: 1;
  }

}

@-ms-keyframes nav-logo-fade-in {

0% {
    opacity: 0;
  }
  
40% {
    opacity: 0;
  }
  
60% {
    opacity: 1;
  }
  
100% {
    opacity: 1;
  }

}

@keyframes nav-logo-fade-out {

0% {
    opacity: 1;
  }
  
40% {
    opacity: 1;
  }
  
60% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@-webkit-keyframes nav-logo-fade-out {

0% {
    opacity: 1;
  }
  
40% {
    opacity: 1;
  }
  
60% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@-moz-keyframes nav-logo-fade-out {

0% {
    opacity: 1;
  }
  
40% {
    opacity: 1;
  }
  
60% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@-ms-keyframes nav-logo-fade-out {

0% {
    opacity: 1;
  }
  
40% {
    opacity: 1;
  }
  
60% {
    opacity: 0;
  }
  
100% {
    opacity: 0;
  }

}

@keyframes jelly-bounce {

  from {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
  }
  
  to {
    transform: translateY(7px);
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -ms-transform: translateY(7px);
  }

}

@-webkit-keyframes jelly-bounce {

  from {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
  }
  
  to {
    transform: translateY(7px);
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -ms-transform: translateY(7px);
  }

}

@-moz-keyframes jelly-bounce {

  from {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
  }
  
  to {
    transform: translateY(7px);
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -ms-transform: translateY(7px);
  }

}

@-ms-keyframes jelly-bounce {

  from {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
  }
  
  to {
    transform: translateY(7px);
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -ms-transform: translateY(7px);
  }

}

@keyframes swim-in-from-bottom {

0% {
    transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
  }
  
60% {
    transform: translateY(-8vh);
    -webkit-transform: translateY(-8vh);
    -moz-transform: translateY(-8vh);
    -ms-transform: translateY(-8vh);
  }
  
80% {
    transform: translateY(2vh);
    -webkit-transform: translateY(2vh);
    -moz-transform: translateY(2vh);
    -ms-transform: translateY(2vh);
  }
  
100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

@-webkit-keyframes swim-in-from-bottom {

0% {
    transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
  }
  
60% {
    transform: translateY(-8vh);
    -webkit-transform: translateY(-8vh);
    -moz-transform: translateY(-8vh);
    -ms-transform: translateY(-8vh);
  }
  
80% {
    transform: translateY(2vh);
    -webkit-transform: translateY(2vh);
    -moz-transform: translateY(2vh);
    -ms-transform: translateY(2vh);
  }
  
100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

@-moz-keyframes swim-in-from-bottom {

0% {
    transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
  }
  
60% {
    transform: translateY(-8vh);
    -webkit-transform: translateY(-8vh);
    -moz-transform: translateY(-8vh);
    -ms-transform: translateY(-8vh);
  }
  
80% {
    transform: translateY(2vh);
    -webkit-transform: translateY(2vh);
    -moz-transform: translateY(2vh);
    -ms-transform: translateY(2vh);
  }
  
100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

@-ms-keyframes swim-in-from-bottom {

0% {
    transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
  }
  
60% {
    transform: translateY(-8vh);
    -webkit-transform: translateY(-8vh);
    -moz-transform: translateY(-8vh);
    -ms-transform: translateY(-8vh);
  }
  
80% {
    transform: translateY(2vh);
    -webkit-transform: translateY(2vh);
    -moz-transform: translateY(2vh);
    -ms-transform: translateY(2vh);
  }
  
100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }

}

.anim__jelly-bounce {
  animation: 0.22s ease-in-out 0s infinite alternate both jelly-bounce;
  -webkit-animation: 0.22s ease-in-out 0s infinite alternate both jelly-bounce;
  -moz-animation: 0.22s ease-in-out 0s infinite alternate both jelly-bounce;
  -ms-animation: 0.22s ease-in-out 0s infinite alternate both jelly-bounce;
}

.anim__slow-jelly-bounce {
  animation: 0.8s ease-in-out 0s infinite alternate both jelly-bounce;
  -webkit-animation: 0.8s ease-in-out 0s infinite alternate both jelly-bounce;
  -moz-animation: 0.8s ease-in-out 0s infinite alternate both jelly-bounce;
  -ms-animation: 0.8s ease-in-out 0s infinite alternate both jelly-bounce;
}

.business-software__text-theme {
  color: #003a5c !important;
}

.business-software__bg-theme {
  background-color: #003a5c !important;
}

.sports--contrast__text-theme {
  color: #fff !important;
}

.sports--contrast__bg-theme {
  background-color: #fff !important;
}

.google-plus__text-theme {
  color: #dd4b39 !important;
}

.google-plus__bg-theme {
  background-color: #dd4b39 !important;
}

.linkedin__text-theme {
  color: #007bb5 !important;
}

.linkedin__bg-theme {
  background-color: #007bb5 !important;
}

.dive--contrast__text-theme {
  color: #fff !important;
}

.dive--contrast__bg-theme {
  background-color: #fff !important;
}

.financial-services--contrast__text-theme {
  color: #fff !important;
}

.financial-services--contrast__bg-theme {
  background-color: #fff !important;
}

.youtube--contrast__text-theme {
  color: #fff !important;
}

.youtube--contrast__bg-theme {
  background-color: #fff !important;
}

.match-marketing-connect__text-theme {
  color: #ffffff !important;
}

.match-marketing-connect__bg-theme {
  background-color: #ffffff !important;
}

.google-adwords__text-theme {
  color: #5cb65e !important;
}

.google-adwords__bg-theme {
  background-color: #5cb65e !important;
}

.youtube__text-theme {
  color: #cd201f !important;
}

.youtube__bg-theme {
  background-color: #cd201f !important;
}

.consumer-electronics__text-theme {
  color: #ff5f00 !important;
}

.consumer-electronics__bg-theme {
  background-color: #ff5f00 !important;
}

.fmcg__text-theme {
  color: #28a58d !important;
}

.fmcg__bg-theme {
  background-color: #28a58d !important;
}

.weather-forecast--contrast__text-theme {
  color: #fff !important;
}

.weather-forecast--contrast__bg-theme {
  background-color: #fff !important;
}

.facebook__text-theme {
  color: #3b5998 !important;
}

.facebook__bg-theme {
  background-color: #3b5998 !important;
}

.trends--contrast__text-theme {
  color: #fff !important;
}

.trends--contrast__bg-theme {
  background-color: #fff !important;
}

.stock-perf__text-theme {
  color: #4caf50 !important;
}

.stock-perf__bg-theme {
  background-color: #4caf50 !important;
}

.discover-and-learn--contrast__text-theme {
  color: #fff !important;
}

.discover-and-learn--contrast__bg-theme {
  background-color: #fff !important;
}

.twitter--contrast__text-theme {
  color: #ffffff !important;
}

.twitter--contrast__bg-theme {
  background-color: #ffffff !important;
}

.cms-post__text-theme {
  color: #383e71 !important;
}

.cms-post__bg-theme {
  background-color: #383e71 !important;
}

.did-you-know__text-theme {
  color: #f1c35c !important;
}

.did-you-know__bg-theme {
  background-color: #f1c35c !important;
}

.discover-and-learn__text-theme {
  color: #000000 !important;
}

.discover-and-learn__bg-theme {
  background-color: #000000 !important;
}

.fashion__text-theme {
  color: #00adbb !important;
}

.fashion__bg-theme {
  background-color: #00adbb !important;
}

.top-content--contrast__text-theme {
  color: #fff !important;
}

.top-content--contrast__bg-theme {
  background-color: #fff !important;
}

.social-perf--contrast__text-theme {
  color: #fff !important;
}

.social-perf--contrast__bg-theme {
  background-color: #fff !important;
}

.twitter__text-theme {
  color: #55acee !important;
}

.twitter__bg-theme {
  background-color: #55acee !important;
}

.automotive--contrast__text-theme {
  color: #fff !important;
}

.automotive--contrast__bg-theme {
  background-color: #fff !important;
}

.entertainment__text-theme {
  color: #f9be00 !important;
}

.entertainment__bg-theme {
  background-color: #f9be00 !important;
}

.entertainment--contrast__text-theme {
  color: #fff !important;
}

.entertainment--contrast__bg-theme {
  background-color: #fff !important;
}

.slack--contrast__text-theme {
  color: #343434 !important;
}

.slack--contrast__bg-theme {
  background-color: #343434 !important;
}

.trends__text-theme {
  color: #0063fe !important;
}

.trends__bg-theme {
  background-color: #0063fe !important;
}

.did-you-know--contrast__text-theme {
  color: #343434 !important;
}

.did-you-know--contrast__bg-theme {
  background-color: #343434 !important;
}

.alcohol__text-theme {
  color: #ff5f00 !important;
}

.alcohol__bg-theme {
  background-color: #ff5f00 !important;
}

.instagram--contrast__text-theme {
  color: #fff !important;
}

.instagram--contrast__bg-theme {
  background-color: #fff !important;
}

.top-content-movies__text-theme {
  color: #2c62da !important;
}

.top-content-movies__bg-theme {
  background-color: #2c62da !important;
}

.google--contrast__text-theme {
  color: #000000 !important;
}

.google--contrast__bg-theme {
  background-color: #000000 !important;
}

.ces--contrast__text-theme {
  color: #343434 !important;
}

.ces--contrast__bg-theme {
  background-color: #343434 !important;
}

.search--contrast__text-theme {
  color: #fff !important;
}

.search--contrast__bg-theme {
  background-color: #fff !important;
}

.search__text-theme {
  color: #3a3cc9 !important;
}

.search__bg-theme {
  background-color: #3a3cc9 !important;
}

.alcohol--contrast__text-theme {
  color: #fff !important;
}

.alcohol--contrast__bg-theme {
  background-color: #fff !important;
}

.fashion--contrast__text-theme {
  color: #fff !important;
}

.fashion--contrast__bg-theme {
  background-color: #fff !important;
}

.google-adwords--contrast__text-theme {
  color: #fff !important;
}

.google-adwords--contrast__bg-theme {
  background-color: #fff !important;
}

.think-with-google--contrast__text-theme {
  color: #343434 !important;
}

.think-with-google--contrast__bg-theme {
  background-color: #343434 !important;
}

.famous-quotes--contrast__text-theme {
  color: #343434 !important;
}

.famous-quotes--contrast__bg-theme {
  background-color: #343434 !important;
}

.famous-quotes__text-theme {
  color: #b29ab2 !important;
}

.famous-quotes__bg-theme {
  background-color: #b29ab2 !important;
}

.top-content-music__text-theme {
  color: #2c62da !important;
}

.top-content-music__bg-theme {
  background-color: #2c62da !important;
}

.business-software--contrast__text-theme {
  color: #fff !important;
}

.business-software--contrast__bg-theme {
  background-color: #fff !important;
}

.facebook--contrast__text-theme {
  color: #fff !important;
}

.facebook--contrast__bg-theme {
  background-color: #fff !important;
}

.twitter-dark--contrast__text-theme {
  color: #000000 !important;
}

.twitter-dark--contrast__bg-theme {
  background-color: #000000 !important;
}

.cms-post--contrast__text-theme {
  color: #fff !important;
}

.cms-post--contrast__bg-theme {
  background-color: #fff !important;
}

.qsr__text-theme {
  color: #f9be00 !important;
}

.qsr__bg-theme {
  background-color: #f9be00 !important;
}

.financial-services__text-theme {
  color: #276581 !important;
}

.financial-services__bg-theme {
  background-color: #276581 !important;
}

.retail--contrast__text-theme {
  color: #fff !important;
}

.retail--contrast__bg-theme {
  background-color: #fff !important;
}

.dive__text-theme {
  color: #0063fe !important;
}

.dive__bg-theme {
  background-color: #0063fe !important;
}

.top-content-videos__text-theme {
  color: #2c62da !important;
}

.top-content-videos__bg-theme {
  background-color: #2c62da !important;
}

.pinterest__text-theme {
  color: #cb2027 !important;
}

.pinterest__bg-theme {
  background-color: #cb2027 !important;
}

.stock-perf--contrast__text-theme {
  color: #fff !important;
}

.stock-perf--contrast__bg-theme {
  background-color: #fff !important;
}

.fmcg--contrast__text-theme {
  color: #fff !important;
}

.fmcg--contrast__bg-theme {
  background-color: #fff !important;
}

.twitter-light--contrast__text-theme {
  color: #343434 !important;
}

.twitter-light--contrast__bg-theme {
  background-color: #343434 !important;
}

.twitter-light__text-theme {
  color: #c0deed !important;
}

.twitter-light__bg-theme {
  background-color: #c0deed !important;
}

.telco--contrast__text-theme {
  color: #fff !important;
}

.telco--contrast__bg-theme {
  background-color: #fff !important;
}

.loyalty--contrast__text-theme {
  color: #fff !important;
}

.loyalty--contrast__bg-theme {
  background-color: #fff !important;
}

.rss-news__text-theme {
  color: #efba23 !important;
}

.rss-news__bg-theme {
  background-color: #efba23 !important;
}

.instagram__text-theme {
  color: #000000 !important;
}

.instagram__bg-theme {
  background-color: #000000 !important;
}

.linkedin--contrast__text-theme {
  color: #fff !important;
}

.linkedin--contrast__bg-theme {
  background-color: #fff !important;
}

.retail__text-theme {
  color: #be3e69 !important;
}

.retail__bg-theme {
  background-color: #be3e69 !important;
}

.automotive__text-theme {
  color: #6ec829 !important;
}

.automotive__bg-theme {
  background-color: #6ec829 !important;
}

.ces__text-theme {
  color: #00ccc7 !important;
}

.ces__bg-theme {
  background-color: #00ccc7 !important;
}

.google__text-theme {
  color: #fff !important;
}

.google__bg-theme {
  background-color: #fff !important;
}

.loyalty__text-theme {
  color: #93832b !important;
}

.loyalty__bg-theme {
  background-color: #93832b !important;
}

.slack__text-theme {
  color: #fff !important;
}

.slack__bg-theme {
  background-color: #fff !important;
}

.itunes__text-theme {
  color: #000000 !important;
}

.itunes__bg-theme {
  background-color: #000000 !important;
}

.weather-forecast__text-theme {
  color: #2196f3 !important;
}

.weather-forecast__bg-theme {
  background-color: #2196f3 !important;
}

.consumer-electronics--contrast__text-theme {
  color: #fff !important;
}

.consumer-electronics--contrast__bg-theme {
  background-color: #fff !important;
}

.social-perf__text-theme {
  color: #765bcb !important;
}

.social-perf__bg-theme {
  background-color: #765bcb !important;
}

.top-content-videos--contrast__text-theme {
  color: #fff !important;
}

.top-content-videos--contrast__bg-theme {
  background-color: #fff !important;
}

.top-content-movies--contrast__text-theme {
  color: #fff !important;
}

.top-content-movies--contrast__bg-theme {
  background-color: #fff !important;
}

.top-content__text-theme {
  color: #2c62da !important;
}

.top-content__bg-theme {
  background-color: #2c62da !important;
}

.pinterest--contrast__text-theme {
  color: #fff !important;
}

.pinterest--contrast__bg-theme {
  background-color: #fff !important;
}

.top-content-music--contrast__text-theme {
  color: #fff !important;
}

.top-content-music--contrast__bg-theme {
  background-color: #fff !important;
}

.rss-news--contrast__text-theme {
  color: #343434 !important;
}

.rss-news--contrast__bg-theme {
  background-color: #343434 !important;
}

.itunes--contrast__text-theme {
  color: #fff !important;
}

.itunes--contrast__bg-theme {
  background-color: #fff !important;
}

.qsr--contrast__text-theme {
  color: #fff !important;
}

.qsr--contrast__bg-theme {
  background-color: #fff !important;
}

.think-with-google__text-theme {
  color: #fff !important;
}

.think-with-google__bg-theme {
  background-color: #fff !important;
}

.twitter-dark__text-theme {
  color: #4081b3 !important;
}

.twitter-dark__bg-theme {
  background-color: #4081b3 !important;
}

.google-plus--contrast__text-theme {
  color: #000000 !important;
}

.google-plus--contrast__bg-theme {
  background-color: #000000 !important;
}

.sports__text-theme {
  color: #00BB60 !important;
}

.sports__bg-theme {
  background-color: #00BB60 !important;
}

.match-marketing-connect--contrast__text-theme {
  color: #fff !important;
}

.match-marketing-connect--contrast__bg-theme {
  background-color: #fff !important;
}

.telco__text-theme {
  color: #5e61b9 !important;
}

.telco__bg-theme {
  background-color: #5e61b9 !important;
}

.highlight {
  background-color: #D9EEFC;
}

.is-important {
  color: #0063fe;
}

.data-label {
  color: #8495a2;
  margin-right: 0.5rem;
}

.data-point {
  color: #fc992b;
}

.positive-value {
  color: #39cc4b;
}

.negative-value {
  color: #e32d27;
}

.container {
  margin: 0 auto;
  max-width: 40rem;
  height: 100%;
  position: relative;
}

.live-player {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.live-player-wrapper {
  background: #fff;
  width: auto;
  height: 100%;
}

.live-player-controls-wrapper {
  position: absolute;
  z-index: 40000;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

.live-player-controls-wrapper:hover {
  opacity: 1;
}

.live-player-controls-wrapper .live-player-controls {
  position: relative;
}

.live-player-controls-wrapper .live-player-controls .live-player-controls-gradient {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 29%, rgba(0,0,0,0.1) 35%, rgba(0,0,0,0.6) 58%, rgba(10,10,10,0.8) 90%);
  height: 5em;
  width: 100%;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .live-player-controls-wrapper .live-player-controls .live-player-controls-gradient {
    height: 8em;
  }

}

ul.player-controls--playback li {
  display: inline-block;
  margin: 0 0.5em;
  width: 1.5em;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  ul.player-controls--playback li {
    width: 3.5em;
  }

}

.player-controls__playlists-wrapper {
  position: relative;
}

.player-controls__all-playlists {
  top: -1.1em;
  padding: 0px 0.4em;
  position: absolute;
  margin-left: 0.3em;
  font-size: 1.1em;
  background-color: #0063fe;
  border-radius: 0.2em;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  left: -1.1em;
}

.player-controls__select-box {
  min-width: 4em;
  height: 2em;
  margin: 0 0.25em;
  border: 1px solid #ddd;
  padding: .1em .5em;
  background-size: contain;
  font-size: 0.8em;
  display: flex;
  background: rgba(0,0,0,0.2);
  color: #fff;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .player-controls__select-box {
    font-size: 1.2em;
    height: 2em;
  }

}

.player-controls__select-box option {
  background-color: rgba(0,0,0,0.5);
}

.controls-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  font-weight: 600;
  align-items: center;
  padding: .325em;
}

@media screen and (max-height: 481px) {

  .controls-wrapper {
    padding: .3em .325em;
  }

}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .controls-wrapper {
    padding: .6em 2em;
  }

}

.controls-wrapper .player-controls--playback {
  display: flex;
  margin-right: .3em;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .controls-wrapper .player-controls--playback {
    margin-right: 1em;
  }

}

@media screen and (min-width: 1024px) {

  .controls-wrapper .player-controls--playback {
    margin-right: 1em;
  }

}

.controls-wrapper .player-controls--playback .player-control {
  max-height: 6em;
}

.controls-wrapper .player-control {
  width: 2em;
  height: 1.4em;
  margin: 0;
}

.controls-wrapper .player-control.player-controls--expand {
  margin-left: auto !important;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .controls-wrapper .player-control {
    width: 2.3em;
    height: 2.1em;
    margin: 0 .4em;
  }

}

.controls-wrapper .player-control:hover img, .controls-wrapper .player-control.is-active img {
  opacity: 1;
}

.controls-wrapper .player-control img {
  max-height: 100%;
  opacity: 0.6;
}

.controls-wrapper .player-control__label {
  color: #fff;
  line-height: 1;
  margin: 0 .5em;
  text-shadow: 0 0 3px rgba(0,0,0,0.6);
  font-size: 0.8em;
}

@media screen and (max-height: 481px) {

  .controls-wrapper .player-control__label {
    display: flex;
  }

}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .controls-wrapper .player-control__label {
    display: flex;
    font-size: 1.3em;
  }

}

.data-source-logo-block {
  padding: .5rem;
  width: 2rem;
  height: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .data-source-logo-block {
    width: 3rem;
    height: 3rem;
  }

}

@media screen and (min-width: 1824px) {

  .data-source-logo-block {
    width: 5rem;
    height: 5rem;
    padding: 1rem;
  }

}

.data-source-logo-block .data-source-logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  width: 100%;
  height: 100%;
}

.loading-screen {
  animation: 1s cubic-bezier(0.57, 0.01, 0, 1) 0.3s 1 normal both fade-in;
  -webkit-animation: 1s cubic-bezier(0.57, 0.01, 0, 1) 0.3s 1 normal both fade-in;
  -moz-animation: 1s cubic-bezier(0.57, 0.01, 0, 1) 0.3s 1 normal both fade-in;
  -ms-animation: 1s cubic-bezier(0.57, 0.01, 0, 1) 0.3s 1 normal both fade-in;
  width: 100vw;
  justify-content: center;
  font-family: BentonSansLight, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  height: 100vh;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  display: flex;
}

.loading-screen h1 {
  font-size: 2rem;
  padding: 0 1rem;
  color: #6271a0;
}

@media screen and (min-width: 1024px) {

  .loading-screen h1 {
    font-size: 4.5rem;
    padding: 1rem 3rem;
  }

}

.loading-screen h2 {
  font-size: 1rem;
  padding-top: 1rem;
  color: hsla(225.48387, 24.603174%, 55.588234%, 1.0);
}

@media screen and (min-width: 1024px) {

  .loading-screen h2 {
    font-size: 3rem;
    padding-top: 1.5rem;
  }

}

.loading-screen h1.loading-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.loading-screen .jelly {
  width: 100%;
  height: 3rem;
  position: relative;
}

@media screen and (min-width: 1024px) {

  .loading-screen .jelly {
    height: 9rem;
  }

}

.loading-screen .dive-pulse {
  width: 80vh;
  height: 80vh;
  position: absolute;
  left: 50.4%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  background: #fff;
}

.loading-screen .dive-pulse:before, .loading-screen .dive-pulse:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  height: 99%;
  border-radius: 50%;
}

.loading-screen .dive-pulse:before {
  background: hsla(216.61417, 100%, 49.80392%, 0.3);
  animation: 2.5s cubic-bezier(0.57, 0, 0, 1) 0s infinite normal both dive-pulse-inner;
  -webkit-animation: 2.5s cubic-bezier(0.57, 0, 0, 1) 0s infinite normal both dive-pulse-inner;
  -moz-animation: 2.5s cubic-bezier(0.57, 0, 0, 1) 0s infinite normal both dive-pulse-inner;
  -ms-animation: 2.5s cubic-bezier(0.57, 0, 0, 1) 0s infinite normal both dive-pulse-inner;
}

.loading-screen .dive-pulse:after {
  background: #fff;
  animation: 2.5s cubic-bezier(0.57, 0, 0, 1) .05s infinite normal both dive-pulse-outer;
  -webkit-animation: 2.5s cubic-bezier(0.57, 0, 0, 1) .05s infinite normal both dive-pulse-outer;
  -moz-animation: 2.5s cubic-bezier(0.57, 0, 0, 1) .05s infinite normal both dive-pulse-outer;
  -ms-animation: 2.5s cubic-bezier(0.57, 0, 0, 1) .05s infinite normal both dive-pulse-outer;
}

.loading-screen--dive-app {
  height: 100vh;
}

.loading-screen--dive-live {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.loading-screen--dive-live h1 {
  font-size: 3.5rem;
  position: relative;
}

.loading-screen--dive-live .jelly {
  margin-top: 2rem;
  position: relative;
}

@media screen and (min-width: 1024px) {

  
  
  .loading-screen--dive-live h1 {
    font-size: 5.5rem;
  }

}

.loading-screen--team-dive h1, .loading-screen--team-dive h2 {
  position: relative;
}

.loading-screen--team-dive .loading-screen__extra-content {
  padding-top: 2rem;
  position: relative;
}

@media screen and (min-width: 1024px) {

  .loading-screen--team-dive .loading-screen__extra-content {
    padding-top: 5rem;
  }

}

.loading-screen--team-dive .device-support {
  padding: 1.5rem;
  background-color: #FEEDD8;
}

.loading-screen--team-dive .device-support__message {
  font-size: 1rem;
  color: #676767;
}

@media screen and (min-width: 1024px) {

  
  
  .loading-screen--team-dive .device-support {
    padding: 3rem;
  }
  
  .loading-screen--team-dive .device-support__message {
    font-size: 2.2rem;
  }

}

.modal-content {
  width: 98%;
  top: calc(50% + 1.25rem);
  height: auto;
  transform: translate(-50.5%, -50%);
  -webkit-transform: translate(-50.5%, -50%);
  -moz-transform: translate(-50.5%, -50%);
  -ms-transform: translate(-50.5%, -50%);
  position: fixed;
  z-index: 12000;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.3rem;
  left: 50%;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .modal-content {
    width: 650px;
    top: calc(50% + 1.5rem);
  }

}

@media screen and (min-width: 1024px) {

  .modal-content {
    width: 700px;
  }

}

@media screen and (min-width: 1400px) {

  .modal-content {
    width: 900px;
  }

}

@media screen and (min-width: 1824px) {

  .modal-content {
    width: 1000px;
  }

}

.modal-overlay {
  background-color: rgba(27, 27, 27, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8000;
}

.modal__close {
  position: absolute;
  top: 0.55rem;
  right: 0.8rem;
  z-index: 12000;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert h4 {
  color: #c09853;
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger, .alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4, .alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-absent {
  color: #ddd;
  background-color: #333;
  border-color: #222;
}

.alert-absent h4 {
  color: #ddd;
}

.youtube-player, .facebook-player {
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 99.9%;
  height: 100%;
}

.youtube-player img, .facebook-player img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.youtube-player img.is-playable, .facebook-player img.is-playable {
  animation: 0.6s cubic-bezier(0.57, 0.01, 0, 1) 0.1s 1 normal both fade-in;
  -webkit-animation: 0.6s cubic-bezier(0.57, 0.01, 0, 1) 0.1s 1 normal both fade-in;
  -moz-animation: 0.6s cubic-bezier(0.57, 0.01, 0, 1) 0.1s 1 normal both fade-in;
  -ms-animation: 0.6s cubic-bezier(0.57, 0.01, 0, 1) 0.1s 1 normal both fade-in;
}

.youtube-player img.is-hidden, .facebook-player img.is-hidden {
  animation: 1.2s cubic-bezier(0.57, 0.01, 0, 1) 0.2s 1 normal both fade-out;
  -webkit-animation: 1.2s cubic-bezier(0.57, 0.01, 0, 1) 0.2s 1 normal both fade-out;
  -moz-animation: 1.2s cubic-bezier(0.57, 0.01, 0, 1) 0.2s 1 normal both fade-out;
  -ms-animation: 1.2s cubic-bezier(0.57, 0.01, 0, 1) 0.2s 1 normal both fade-out;
}

.youtube-player .error-image, .facebook-player .error-image {
  animation: 0.6s cubic-bezier(0.57, 0.01, 0, 1) 0.1s 1 normal both fade-in;
  -webkit-animation: 0.6s cubic-bezier(0.57, 0.01, 0, 1) 0.1s 1 normal both fade-in;
  -moz-animation: 0.6s cubic-bezier(0.57, 0.01, 0, 1) 0.1s 1 normal both fade-in;
  -ms-animation: 0.6s cubic-bezier(0.57, 0.01, 0, 1) 0.1s 1 normal both fade-in;
}

.youtube-player .video.is-visible, .facebook-player .video.is-visible {
  display: inline-block;
}

.youtube-player .volume-control, .facebook-player .volume-control {
  position: absolute;
  top: 1%;
  left: 1%;
  z-index: 1000;
  background-color: rgba(230,230,230, 0.7);
  padding: 6px;
}

.youtube-player .volume-control label, .facebook-player .volume-control label {
  margin-right: 0.8rem;
  vertical-align: middle;
  color: #222;
  font-weight: 600;
}

.youtube-player .volume-control select, .facebook-player .volume-control select {
  border: none;
  background-color: rgba(255,255,255, 0.7);
  font-size: 1rem;
}

.youtube-player .debug-console, .facebook-player .debug-console {
  width: 100%;
  padding: 0.8rem 1.5rem 1.3rem;
  position: absolute;
  z-index: 1000;
  font-weight: 600;
  font-size: 1.6rem;
  background-color: rgba(230,230,230, 0.7);
  bottom: 0;
  color: #222;
  left: 0;
}

.youtube-player .debug-console .value, .facebook-player .debug-console .value {
  color: #263D96;
}

.youtube-player .debug-console li, .facebook-player .debug-console li {
  display: inline-block;
  margin-top: 10px;
}

.youtube-player .debug-console li:after, .facebook-player .debug-console li:after {
  content: '|';
  margin: 0 1rem;
  color: #666;
}

.youtube-player .debug-console li:last-child:after, .facebook-player .debug-console li:last-child:after {
  content: '';
}

.youtube-player {
  position: absolute;
}

.growth-bar {
  background-color: #fff;
  transition: all 1500ms ease;
}

.bar-chart__caption {
  text-align: center;
  margin-top: 2rem;
}

.bar-chart__caption h1 {
  font-size: 4rem;
}

.bar-chart__caption h2 {
  font-size: 3rem;
}

.bar-chart {
  display: flex;
}

.bar-chart .growth-bar {
  background-color: #8495a2;
}

.bar-chart .growth-bar__wrapper {
  display: flex;
}

.bar-chart.orientation--horizontal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .bar-chart.orientation--horizontal {
    margin: 0 3% 3rem 0;
  }

}

@media screen and (min-width: 1824px) {

  .bar-chart.orientation--horizontal {
    margin: 0 5% 7% 0;
  }

}

.bar-chart.orientation--horizontal .growth-bar {
  flex: 0 1 auto;
  height: 2.9rem;
}

.bar-chart.orientation--horizontal .growth-bar--horizontal {
  width: 50%;
  flex: 2 1 auto;
}

.bar-chart.orientation--horizontal .growth-bar__wrapper {
  width: 70%;
  align-items: center;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .bar-chart.orientation--horizontal .growth-bar__wrapper {
    width: 80%;
  }

}

@media screen and (min-width: 1824px) {

  .bar-chart.orientation--horizontal .growth-bar__wrapper {
    width: 90%;
  }

}

.bar-chart.orientation--horizontal .label {
  flex: 1;
  text-align: right;
  padding-right: 2rem;
  min-width: 1rem;
}

.bar-chart.orientation--horizontal .y-axis {
  border-right: .3rem solid #C5C5C5;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .bar-chart.orientation--horizontal .y-axis {
    border-right: .4rem solid #C5C5C5;
  }

}

.bar-chart.orientation--horizontal .value {
  flex: 1;
  text-align: left;
  transform: translate(.6rem, .1rem);
  -webkit-transform: translate(.6rem, .1rem);
  -moz-transform: translate(.6rem, .1rem);
  -ms-transform: translate(.6rem, .1rem);
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .bar-chart.orientation--horizontal .value {
    transform: translate(1.5rem);
    -webkit-transform: translate(1.5rem);
    -moz-transform: translate(1.5rem);
    -ms-transform: translate(1.5rem);
  }

}

.bar-chart.orientation--vertical {
  flex-direction: row;
  justify-content: center;
}

.bar-chart.orientation--vertical .growth-bar {
  flex: 0 1 auto;
  width: 30%;
}

.bar-chart.orientation--vertical .growth-bar__wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 0 1rem;
  max-width: 28rem;
}

.bar-chart.orientation--vertical .bottom {
  flex: 0 1 auto;
  text-align: center;
}

.bar-chart.orientation--vertical .label {
  margin: 1rem 0 0.5rem;
  display: flex;
  justify-content: center;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(1) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.0s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.0s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.0s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.0s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(2) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(3) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(4) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.30000000000000004s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.30000000000000004s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.30000000000000004s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.30000000000000004s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(5) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(6) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(7) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.6000000000000001s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.6000000000000001s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.6000000000000001s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.6000000000000001s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(8) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.7000000000000001s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.7000000000000001s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.7000000000000001s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.7000000000000001s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(9) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(10) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(11) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(12) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.1s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.1s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.1s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.1s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(13) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.2000000000000002s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.2000000000000002s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.2000000000000002s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.2000000000000002s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(14) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(15) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4000000000000001s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4000000000000001s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4000000000000001s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4000000000000001s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(16) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(17) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.6s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.6s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.6s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.6s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(18) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.7000000000000002s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.7000000000000002s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.7000000000000002s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.7000000000000002s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(19) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.8s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.8s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.8s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.8s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(20) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.9000000000000001s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.9000000000000001s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.9000000000000001s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.9000000000000001s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(1) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.0s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.0s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.0s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.0s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(2) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(3) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(4) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.30000000000000004s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.30000000000000004s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.30000000000000004s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.30000000000000004s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(5) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(6) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(7) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.6000000000000001s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.6000000000000001s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.6000000000000001s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.6000000000000001s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(8) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.7000000000000001s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.7000000000000001s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.7000000000000001s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.7000000000000001s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(9) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(10) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(11) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(12) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.1s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.1s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.1s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.1s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(13) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.2000000000000002s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.2000000000000002s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.2000000000000002s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.2000000000000002s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(14) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(15) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4000000000000001s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4000000000000001s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4000000000000001s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4000000000000001s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(16) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(17) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.6s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.6s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.6s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.6s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(18) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.7000000000000002s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.7000000000000002s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.7000000000000002s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.7000000000000002s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(19) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.8s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.8s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.8s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.8s 1 normal both fade-in;
}

.animation--frame-show .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(20) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.9000000000000001s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.9000000000000001s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.9000000000000001s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.9000000000000001s 1 normal both fade-in;
}

.animation--frame-show .bar-chart__caption {
  animation: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s 1 normal both fade-in;
  -webkit-animation: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s 1 normal both fade-in;
  -moz-animation: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s 1 normal both fade-in;
  -ms-animation: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s 1 normal both fade-in;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(1) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(2) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.75s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.75s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.75s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.75s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(3) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(4) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.25s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.25s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.25s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.25s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(5) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(6) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.75s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.75s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.75s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.75s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(7) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.0s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.0s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.0s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.0s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(8) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.25s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.25s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.25s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.25s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(9) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(10) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.75s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.75s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.75s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.75s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(11) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.0s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.0s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.0s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.0s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(12) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.25s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.25s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.25s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.25s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(13) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.5s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.5s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.5s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.5s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(14) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.75s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.75s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.75s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.75s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(15) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.0s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.0s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.0s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.0s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(16) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.25s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.25s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.25s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.25s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(17) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.5s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.5s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.5s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.5s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(18) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.75s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.75s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.75s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.75s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(19) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 5.0s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 5.0s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 5.0s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 5.0s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--horizontal .growth-bar__wrapper:nth-child(20) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 5.25s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 5.25s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 5.25s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 5.25s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(1) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(2) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.75s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.75s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.75s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.75s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(3) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(4) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.25s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.25s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.25s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.25s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(5) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(6) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.75s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.75s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.75s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.75s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(7) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.0s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.0s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.0s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.0s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(8) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.25s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.25s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.25s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.25s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(9) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(10) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.75s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.75s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.75s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.75s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(11) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.0s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.0s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.0s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.0s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(12) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.25s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.25s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.25s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.25s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(13) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.5s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.5s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.5s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.5s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(14) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.75s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.75s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.75s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.75s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(15) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.0s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.0s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.0s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.0s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(16) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.25s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.25s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.25s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.25s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(17) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.5s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.5s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.5s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.5s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(18) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.75s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.75s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.75s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.75s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(19) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 5.0s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 5.0s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 5.0s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 5.0s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart.orientation--vertical .growth-bar__wrapper:nth-child(20) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 5.25s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 5.25s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 5.25s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 5.25s 1 normal both fade-out;
}

.animation--frame-hide .bar-chart__caption {
  animation: 1s cubic-bezier(0.57, 0, 0, 1) 1.2s 1 normal both fade-out;
  -webkit-animation: 1s cubic-bezier(0.57, 0, 0, 1) 1.2s 1 normal both fade-out;
  -moz-animation: 1s cubic-bezier(0.57, 0, 0, 1) 1.2s 1 normal both fade-out;
  -ms-animation: 1s cubic-bezier(0.57, 0, 0, 1) 1.2s 1 normal both fade-out;
}

.delta-info .delta-info__values {
  display: flex;
  align-items: center;
}

.delta-info .delta-info__values>div {
  margin-right: 1.4rem;
}

.delta-info .delta-info__values>div:last-child {
  margin-right: 0;
}

.delta-info .change__value {
  margin-left: -0.65rem;
}

.delta-info .delta-info-time-frame--tooltip {
  line-height: 0.9;
  font-family: BentonSansCondensedBold, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  margin: 0;
  text-transform: uppercase;
  padding: 0.5rem 0.4rem 0.2rem;
  position: absolute;
  font-size: 2rem;
  background-color: #dbdbdb;
  border-radius: 4px;
  bottom: -2.6rem;
  color: #3b3b3b;
  left: 1rem;
}

.delta-info .delta-info-time-frame--label {
  letter-spacing: -0.1rem;
  word-spacing: 0.3rem;
  font-size: 4.6rem;
  text-align: center;
  line-height: 0.8;
}

.delta-info .tool-tip__arrow {
  position: absolute;
  top: -51%;
  color: #dbdbdb;
  left: 85%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

html {
  font-size: 10px;
  line-height: 1.2;
}

@media screen and (min-width: 1024px) {

  html {
    font-size: 16px;
  }

}

@media screen and (min-width: 1824px) {

  html {
    font-size: 20px;
  }

}

html.dive--live {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  height: 100%;
  -moz-user-select: none;
  -o-user-select: none;
  text-rendering: optimizeLegibility;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  -webkit-user-select: none;
  -ms-user-select: none;
}

html.dive--live body {
  font-family: Source-Sans-Pro, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  height: 100%;
  padding: 0;
  color: #232121;
  background-color: #fff;
}

.app-container {
  height: 100%;
}

.app--dive-live.with-ticker {
  height: calc(100vh - 2rem);
  transition: height .75s ease 0s;
}

@media screen and (min-width: 1824px) {

  .app--dive-live.with-ticker {
    height: calc(100vh - 4.5rem);
  }

}

.app--dive-live .content-container {
  width: 100%;
  height: 100%;
  top: 0;
  transition: height 0.8s ease;
  position: initial;
}

.app--dive-live img {
  width: 100%;
  margin: 0 auto;
}

.app--dive-live svg {
  width: auto;
  height: 100%;
}

.app--dive-live p {
  margin: 0 auto 0.8rem;
  line-height: 1.4;
}

.app--dive-live a {
  text-decoration: none;
}

.app--dive-live .is-bold {
  color: #19224D;
  font-weight: 700;
}

.app--dive-live.live-player {
  font-family: Source-Sans-Pro, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 600;
}

.app--dive-live.live-player .is-linkified a {
  color: #004ABF;
}

.app--dive-live.live-player .playlist-error .jelly {
  width: 100%;
  height: 3rem;
  position: relative;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1024px) {

  .app--dive-live.live-player .playlist-error .jelly {
    height: 9rem;
  }

}

.app--dive-live .chart {
  height: 100%;
}

.app--dive-live .more-info-overlay {
  width: 100%;
  justify-content: center;
  padding: 0.5rem 0;
  text-align: center;
  position: absolute;
  z-index: 930;
  box-shadow: 0 1px 14px 2px rgba(33, 33, 33, 0.45);
  font-size: 2.4rem;
  background-color: #0063fe;
  display: none;
  bottom: 0;
  left: 0;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .more-info-overlay {
    display: flex;
    justify-content: center;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .more-info-overlay {
    font-size: 2.7rem;
  }

}

.app--dive-live .more-info-overlay__text {
  color: #fff;
  font-weight: 600;
  text-shadow: 2px 2px 5px rgba(50,50,50,0.30);
}

.app--dive-live .info-blob {
  padding: 0.1rem 0.8rem 0.35rem;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 5px 23px 0 rgba(3, 3, 3, 0.42);
  z-index: 998;
}

.app--dive-live .date-header {
  text-align: center;
  padding: 3.6rem 0 1.9rem;
}

.app--dive-live .date-header .date-header__text {
  display: inline-block;
  line-height: 1;
  padding: 0 1rem;
  font-size: 3.4rem;
  color: #444;
  border-bottom: .5rem solid #0063fe;
  text-shadow: 0 0 .1rem rgba(255,255,255,0.8),0 0 .3rem rgba(255,255,255,0.9);
}

@media screen and (min-width: 1824px) {

  .app--dive-live .date-header .date-header__text {
    font-size: 5.4rem;
  }

}

.app--dive-live .account-details__avatar {
  position: relative;
}

.app--dive-live .account-details__avatar a {
  width: 100%;
  height: 100%;
}

.app--dive-live .account-details__avatar img {
  height: 100%;
  object-fit: cover;
  background: #55acee url(/img/backgrounds/twitter-default.png) no-repeat 50% 50%;
  background-size: cover;
}

.app--dive-live .account-details__avatar .is-verified-icon {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  top: -0.5rem;
  right: -0.5rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .account-details__avatar .is-verified-icon {
    top: -1.5rem;
    right: -1.5rem;
    width: 3rem;
    height: 3rem;
  }

}

.app--dive-live .account-details__avatar .is-verified-icon img {
  background: transparent;
}

.app--dive-live .avatar, .app--dive-live .account-details__avatar {
  width: 4rem;
  height: 4rem;
  border-radius: .3rem;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1824px) {

  .app--dive-live .avatar, .app--dive-live .account-details__avatar {
    width: 8rem;
    height: 8rem;
    border-radius: 0;
    border: 0.4rem solid #fff;
  }

}

.app--dive-live .avatar img, .app--dive-live .account-details__avatar img {
  border-radius: 5px;
  object-fit: cover;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .avatar img, .app--dive-live .account-details__avatar img {
    border-radius: 0;
  }

}

.app--dive-live .youtube-player img, .app--dive-live .facebook-player img {
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  outline: 1px solid rgba(0,0,0,0);
}

.app--dive-live .youtube-player iframe, .app--dive-live .facebook-player iframe {
  width: 100.1%;
  height: 100%;
  position: absolute;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .youtube-player iframe, .app--dive-live .facebook-player iframe {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

}

.app--dive-live .youtube-player img {
  object-fit: cover;
  height: auto;
}

.app--dive-live .facebook-player img {
  height: 100%;
  object-fit: contain;
  background-color: black;
}

.app--dive-live .background-wordmark {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: .13;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 50%;
  margin-top: 1rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .background-wordmark {
    margin-top: 2.7rem;
    height: 33%;
  }

}

.app--dive-live .background-wordmark img {
  height: 100%;
  object-fit: contain;
}

.app--dive-live .social-user__account-details {
  display: flex;
  margin-bottom: .5rem;
  align-items: center;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .social-user__account-details {
    margin-bottom: 1rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .social-user__account-details {
    margin-bottom: 2rem;
  }

}

.app--dive-live .social-user__account-details .account-details__avatar {
  width: 5rem;
  justify-content: center;
  height: 5rem;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  background: #fff;
}

.app--dive-live .social-user__account-details .account-details__avatar:hover {
  box-shadow: 0 0 10px -1px rgba(72, 178, 232, 1);
}

@media screen and (min-width: 1824px) {

  .app--dive-live .social-user__account-details .account-details__avatar {
    height: 7rem;
    width: 7rem;
  }

}

.app--dive-live .social-user__account-details .account-details__name-group {
  margin: .2rem 0 .15rem 1rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .social-user__account-details .account-details__name-group {
    margin: .3rem 0 .3rem 1rem;
  }

}

.app--dive-live .social-user__account-details .account-details__account-name {
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .social-user__account-details .account-details__account-name {
    font-size: 2rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .social-user__account-details .account-details__account-name {
    font-size: 2.5rem;
  }

}

.app--dive-live .social-user__account-details .account-details__account-name a {
  color: #000;
}

.app--dive-live .social-user__account-details .account-details__account-handle {
  margin-top: .3rem;
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1;
  color: #888;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .social-user__account-details .account-details__account-handle {
    font-size: 1.2rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .social-user__account-details .account-details__account-handle {
    font-size: 2rem;
  }

}

.app--dive-live .social-user__account-details .account-details__account-handle a {
  color: #888;
}

.app--dive-live .social-user__account-details .post__date {
  font-size: 1.7rem;
  color: #888;
  display: inline-block;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .social-user__account-details .post__date {
    font-size: 1.2rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .social-user__account-details .post__date {
    font-size: 2rem;
  }

}

.app--dive-live .social-user__account-details .post__date:before {
  content: '•';
  margin: 0 .3rem 0 .2rem;
}

.app--dive-live .social-user__account-details .post__date a {
  color: #888;
}

.app--dive-live .social-service-intro {
  width: 100%;
  top: 0;
  justify-content: center;
  height: 100%;
  align-items: center;
  position: absolute;
  z-index: 999;
  display: flex;
  color: #fff;
  left: 0;
  animation: 0.6s ease-in-out 0s 1 normal both fade-in;
  -webkit-animation: 0.6s ease-in-out 0s 1 normal both fade-in;
  -moz-animation: 0.6s ease-in-out 0s 1 normal both fade-in;
  -ms-animation: 0.6s ease-in-out 0s 1 normal both fade-in;
}

.app--dive-live .social-service-intro.is-revealing {
  animation: 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both slide-in-from-top;
  -webkit-animation: 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both slide-in-from-top;
  -moz-animation: 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both slide-in-from-top;
  -ms-animation: 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both slide-in-from-top;
}

.app--dive-live .social-service-intro.is-hidden {
  animation: 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both slide-out-to-bottom;
  -webkit-animation: 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both slide-out-to-bottom;
  -moz-animation: 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both slide-out-to-bottom;
  -ms-animation: 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both slide-out-to-bottom;
}

.app--dive-live .social-service-intro .data-source-logo {
  width: 4.5rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .social-service-intro .data-source-logo {
    width: 8rem;
  }

}

.app--dive-live .social-service-intro__text {
  font-size: 5rem;
  line-height: 1;
  margin: 0 2rem 0 1rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .social-service-intro__text {
    font-size: 10rem;
    margin-left: 2rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .social-service-intro__text {
    font-size: 6rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .social-service-intro__text {
    font-size: 10rem;
  }

}

.app--dive-live .social-service-intro__text .social-service-intro__top {
  font-size: 3rem;
  text-align: center;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .social-service-intro__text .social-service-intro__top {
    font-size: 7rem;
    margin-left: 2rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .social-service-intro__text .social-service-intro__top {
    font-size: 3rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .social-service-intro__text .social-service-intro__top {
    font-size: 7rem;
  }

}

.app--dive-live .social-service-intro__text .social-service-intro__region {
  text-align: center;
}

.app--dive-live .social-service-intro__text .logo-top {
  width: 2rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .social-service-intro__text .logo-top {
    width: 6rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .social-service-intro__text .logo-top {
    width: 6rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .social-service-intro__text .logo-top {
    width: 6rem;
  }

}

.app--dive-live .social-service-intro__text.pull-top {
  margin-top: -6rem;
}

.app--dive-live .social-service-intro__text img {
  width: 4rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .social-service-intro__text img {
    width: 8rem;
  }

}

.app--dive-live .social-service-intro__text.is-hiding {
  animation: 1.3s cubic-bezier(0.55, 0.05, 0.65, 0.19) 4s 1 normal both fade-out;
  -webkit-animation: 1.3s cubic-bezier(0.55, 0.05, 0.65, 0.19) 4s 1 normal both fade-out;
  -moz-animation: 1.3s cubic-bezier(0.55, 0.05, 0.65, 0.19) 4s 1 normal both fade-out;
  -ms-animation: 1.3s cubic-bezier(0.55, 0.05, 0.65, 0.19) 4s 1 normal both fade-out;
}

.app--dive-live .text-scroll__container {
  margin-left: 0;
  position: relative;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  animation: 0.6s linear 1.7s 1 normal both fade-in;
  -webkit-animation: 0.6s linear 1.7s 1 normal both fade-in;
  -moz-animation: 0.6s linear 1.7s 1 normal both fade-in;
  -ms-animation: 0.6s linear 1.7s 1 normal both fade-in;
}

.app--dive-live .text-scroll__container.is-scrolling {
  animation: 10s linear 0.6s infinite normal both auto-scroll-container;
  -webkit-animation: 10s linear 0.6s infinite normal both auto-scroll-container;
  -moz-animation: 10s linear 0.6s infinite normal both auto-scroll-container;
  -ms-animation: 10s linear 0.6s infinite normal both auto-scroll-container;
}

.app--dive-live .text-scroll__content {
  min-width: 100%;
  width: auto;
  top: 50%;
  height: 100%;
  backface-visibility: hidden;
  align-items: center;
  transform: translate3d(0,-50%,0);
  -webkit-transform: translate3d(0,-50%,0);
  -moz-transform: translate3d(0,-50%,0);
  -ms-transform: translate3d(0,-50%,0);
  white-space: nowrap;
  position: absolute;
  display: flex;
  transform-style: preserve-3d;
}

.app--dive-live .text-scroll__content.is-scrolling {
  animation: 10s linear 0.6s infinite normal both auto-scroll-text;
  -webkit-animation: 10s linear 0.6s infinite normal both auto-scroll-text;
  -moz-animation: 10s linear 0.6s infinite normal both auto-scroll-text;
  -ms-animation: 10s linear 0.6s infinite normal both auto-scroll-text;
}

.app--dive-live .context-header {
  position: relative;
  opacity: 1;
  height: 10vh;
  transition: none;
  width: 100%;
  background: #000;
}

.app--dive-live .context-header .context-header__wrapper {
  width: 100%;
  font-family: BentonSansCondensedBold, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  height: 100%;
  position: relative;
  z-index: 2000;
  font-weight: 400;
  box-shadow: 0 1px 2px rgba(255,255,255,0.2), 0 3px 11px rgba(0,0,0,0.3);
  background-color: #000;
  display: flex;
}

.app--dive-live .context-header .channel, .app--dive-live .context-header .show {
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
}

.app--dive-live .context-header .channel {
  color: #0063fe;
  z-index: 2200;
  position: relative;
  background-color: currentColor;
  max-width: 33vw;
  transition: color 1s ease .7s, background-color 1s ease .7s;
}

.app--dive-live .context-header .channel:after {
  border-right: 15px solid transparent;
  border-left: 1px solid currentColor;
  position: absolute;
  top: 0;
  right: -15px;
  content: '';
  border-top: 10vh solid currentColor;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .context-header .channel:after {
    border-right: 20px solid transparent;
    border-left: 1px solid currentColor;
    position: absolute;
    top: 0;
    right: -20px;
    content: '';
  }

}

.app--dive-live .context-header .channel.channel-hide {
  animation: .8s cubic-bezier(0.57, 0, 0, 1) .05s 1 normal both slide-header-channel-out;
  -webkit-animation: .8s cubic-bezier(0.57, 0, 0, 1) .05s 1 normal both slide-header-channel-out;
  -moz-animation: .8s cubic-bezier(0.57, 0, 0, 1) .05s 1 normal both slide-header-channel-out;
  -ms-animation: .8s cubic-bezier(0.57, 0, 0, 1) .05s 1 normal both slide-header-channel-out;
}

@media screen and (min-width: 1024px) {

  .app--dive-live .context-header .channel.channel-hide {
    animation: .8s cubic-bezier(0.57, 0, 0, 1) .05s 1 normal both slide-header-channel-out-long;
    -webkit-animation: .8s cubic-bezier(0.57, 0, 0, 1) .05s 1 normal both slide-header-channel-out-long;
    -moz-animation: .8s cubic-bezier(0.57, 0, 0, 1) .05s 1 normal both slide-header-channel-out-long;
    -ms-animation: .8s cubic-bezier(0.57, 0, 0, 1) .05s 1 normal both slide-header-channel-out-long;
  }

}

.app--dive-live .context-header .channel.is-visible {
  animation: 1s cubic-bezier(0.57, 0, 0, 1) .1s 1 normal both slide-header-channel-in;
  -webkit-animation: 1s cubic-bezier(0.57, 0, 0, 1) .1s 1 normal both slide-header-channel-in;
  -moz-animation: 1s cubic-bezier(0.57, 0, 0, 1) .1s 1 normal both slide-header-channel-in;
  -ms-animation: 1s cubic-bezier(0.57, 0, 0, 1) .1s 1 normal both slide-header-channel-in;
}

@media screen and (min-width: 1024px) {

  .app--dive-live .context-header .channel.is-visible {
    animation: 1s cubic-bezier(0.57, 0, 0, 1) .1s 1 normal both slide-header-channel-in-long;
    -webkit-animation: 1s cubic-bezier(0.57, 0, 0, 1) .1s 1 normal both slide-header-channel-in-long;
    -moz-animation: 1s cubic-bezier(0.57, 0, 0, 1) .1s 1 normal both slide-header-channel-in-long;
    -ms-animation: 1s cubic-bezier(0.57, 0, 0, 1) .1s 1 normal both slide-header-channel-in-long;
  }

}

.app--dive-live .context-header .channel-text, .app--dive-live .context-header .show-text {
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.9;
  transition: font-size 1s ease;
  padding: 0 10px 0 25px;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .context-header .channel-text, .app--dive-live .context-header .show-text {
    padding: 5px 15px 0 30px;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .context-header .channel-text, .app--dive-live .context-header .show-text {
    padding: 5px 20px 0 35px;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .context-header .channel-text, .app--dive-live .context-header .show-text {
    font-size: 3rem;
    padding: 5px 25px 0 40px;
  }

}

.app--dive-live .context-header .channel-text {
  font-size: 2.2rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .context-header .channel-text {
    font-size: 2.8rem;
  }

}

.app--dive-live .context-header .show {
  flex: 1;
  z-index: 2100;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.app--dive-live .context-header .show.hide-show-title {
  animation: .4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s 1 normal both slide-self-to-left;
  -webkit-animation: .4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s 1 normal both slide-self-to-left;
  -moz-animation: .4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s 1 normal both slide-self-to-left;
  -ms-animation: .4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s 1 normal both slide-self-to-left;
}

.app--dive-live .context-header .show.display-show-title {
  animation: .9s cubic-bezier(0.21, 0.61, 0.35, 1) .2s 1 normal both slide-self-from-left;
  -webkit-animation: .9s cubic-bezier(0.21, 0.61, 0.35, 1) .2s 1 normal both slide-self-from-left;
  -moz-animation: .9s cubic-bezier(0.21, 0.61, 0.35, 1) .2s 1 normal both slide-self-from-left;
  -ms-animation: .9s cubic-bezier(0.21, 0.61, 0.35, 1) .2s 1 normal both slide-self-from-left;
}

.app--dive-live .context-header .show-text {
  line-height: 1.45;
  width: 100%;
  top: 0;
  height: 100%;
  align-items: center;
  position: absolute;
  word-wrap: break-word;
  display: flex;
  left: 0;
}

.app--dive-live .context-header .show-text.hidden {
  visibility: hidden;
  position: absolute;
}

.app--dive-live .context-header .show-text__container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.app--dive-live .context-header .customer-logo__wrapper {
  min-width: 5rem;
  width: 120px;
  height: 100%;
  padding: 5px;
  position: relative;
  z-index: 2300;
  background-color: currentColor;
  padding-right: 10px;
  color: #fff;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .context-header .customer-logo__wrapper {
    width: 14%;
    min-width: 8rem;
    padding: 10px;
    padding-right: 15px;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .context-header .customer-logo__wrapper {
    padding: 15px;
  }

}

.app--dive-live .context-header .customer-logo__wrapper:after {
  border-right: 15px solid transparent;
  border-left: 1px solid currentColor;
  position: absolute;
  top: 0;
  right: -15px;
  content: '';
  border-top: 10vh solid #fff;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .context-header .customer-logo__wrapper:after {
    border-right: 20px solid transparent;
    border-left: 1px solid currentColor;
    position: absolute;
    top: 0;
    right: -20px;
    content: '';
  }

}

.app--dive-live .context-header .customer-logo {
  position: relative;
  top: 0;
  margin-right: 10px;
  height: 100%;
  width: 100%;
}

.app--dive-live .context-header .logo--customer, .app--dive-live .context-header .logo--customer-parent {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  top: 0;
}

.app--dive-live .context-header .logo--customer img, .app--dive-live .context-header .logo--customer-parent img {
  width: 100%;
  object-fit: contain;
  height: auto;
  max-height: 100%;
}

.app--dive-live .context-header .set-of-2 .logo--customer img {
  animation: 20s ease-in-out 0s infinite normal both logo-anim-1-of-2;
  -webkit-animation: 20s ease-in-out 0s infinite normal both logo-anim-1-of-2;
  -moz-animation: 20s ease-in-out 0s infinite normal both logo-anim-1-of-2;
  -ms-animation: 20s ease-in-out 0s infinite normal both logo-anim-1-of-2;
}

.app--dive-live .context-header .set-of-2 .logo--customer-parent img {
  animation: 20s ease-in-out 0s infinite normal both logo-anim-2-of-2;
  -webkit-animation: 20s ease-in-out 0s infinite normal both logo-anim-2-of-2;
  -moz-animation: 20s ease-in-out 0s infinite normal both logo-anim-2-of-2;
  -ms-animation: 20s ease-in-out 0s infinite normal both logo-anim-2-of-2;
}

.app--dive-live .context-header .set-of-3 .logo--customer img {
  animation: 20s ease-in-out 0s infinite normal both logo-anim-1-of-3;
  -webkit-animation: 20s ease-in-out 0s infinite normal both logo-anim-1-of-3;
  -moz-animation: 20s ease-in-out 0s infinite normal both logo-anim-1-of-3;
  -ms-animation: 20s ease-in-out 0s infinite normal both logo-anim-1-of-3;
}

.app--dive-live .context-header .set-of-3 .logo--customer-parent:nth-of-type(2) img {
  animation: 20s ease-in-out 0s infinite normal both logo-anim-2-of-3;
  -webkit-animation: 20s ease-in-out 0s infinite normal both logo-anim-2-of-3;
  -moz-animation: 20s ease-in-out 0s infinite normal both logo-anim-2-of-3;
  -ms-animation: 20s ease-in-out 0s infinite normal both logo-anim-2-of-3;
}

.app--dive-live .context-header .set-of-3 .logo--customer-parent:nth-of-type(3) img {
  animation: 20s ease-in-out 0s infinite normal both logo-anim-3-of-3;
  -webkit-animation: 20s ease-in-out 0s infinite normal both logo-anim-3-of-3;
  -moz-animation: 20s ease-in-out 0s infinite normal both logo-anim-3-of-3;
  -ms-animation: 20s ease-in-out 0s infinite normal both logo-anim-3-of-3;
}

.app--dive-live .context-header .set-of-4 .logo--customer img {
  animation: 20s ease-in-out 0s infinite normal both logo-anim-1-of-4;
  -webkit-animation: 20s ease-in-out 0s infinite normal both logo-anim-1-of-4;
  -moz-animation: 20s ease-in-out 0s infinite normal both logo-anim-1-of-4;
  -ms-animation: 20s ease-in-out 0s infinite normal both logo-anim-1-of-4;
}

.app--dive-live .context-header .set-of-4 .logo--customer-parent:nth-of-type(2) img {
  animation: 20s ease-in-out 0s infinite normal both logo-anim-2-of-4;
  -webkit-animation: 20s ease-in-out 0s infinite normal both logo-anim-2-of-4;
  -moz-animation: 20s ease-in-out 0s infinite normal both logo-anim-2-of-4;
  -ms-animation: 20s ease-in-out 0s infinite normal both logo-anim-2-of-4;
}

.app--dive-live .context-header .set-of-4 .logo--customer-parent:nth-of-type(3) img {
  animation: 20s ease-in-out 0s infinite normal both logo-anim-3-of-4;
  -webkit-animation: 20s ease-in-out 0s infinite normal both logo-anim-3-of-4;
  -moz-animation: 20s ease-in-out 0s infinite normal both logo-anim-3-of-4;
  -ms-animation: 20s ease-in-out 0s infinite normal both logo-anim-3-of-4;
}

.app--dive-live .context-header .set-of-4 .logo--customer-parent:nth-of-type(4) img {
  animation: 20s ease-in-out 0s infinite normal both logo-anim-4-of-4;
  -webkit-animation: 20s ease-in-out 0s infinite normal both logo-anim-4-of-4;
  -moz-animation: 20s ease-in-out 0s infinite normal both logo-anim-4-of-4;
  -ms-animation: 20s ease-in-out 0s infinite normal both logo-anim-4-of-4;
}

.app--dive-live .context-header .time {
  width: auto;
  justify-content: flex-end;
  align-items: center;
  padding: 0 1.2vw 0 1.8vw;
  position: relative;
  z-index: 3000;
  box-shadow: -0.8rem 0rem 0.8rem -0.5rem rgba(0,0,0,0.9);
  display: none;
  background: #000;
}

@media screen and (min-width: 1024px) {

  .app--dive-live .context-header .time {
    display: flex;
  }

}

.app--dive-live .context-header .time-text {
  display: none;
  color: #fff;
  font-weight: 400;
  font-size: 4.35vw;
  font-family: Proxima-Nova, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  letter-spacing: -4px;
}

@media screen and (min-width: 1024px) {

  .app--dive-live .context-header .time-text {
    display: inherit;
  }

}

.app--dive-live .context-header .source__wrapper {
  right: 0;
  top: 10vh;
  height: 32px;
  align-items: center;
  padding: 2px;
  position: absolute !important;
  z-index: 1900;
  box-shadow: 1px 1px 2px rgba(255,255,255,0.2), 2px 2px 9px rgba(0,0,0,0.4);
  background-color: currentColor;
  display: flex;
  color: rgba(100,100,100,0.8);
}

@media screen and (min-width: 1024px) {

  .app--dive-live .context-header .source__wrapper {
    height: 48px;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .context-header .source__wrapper {
    height: 64px;
    padding: 8px;
  }

}

.app--dive-live .context-header .source__wrapper:before {
  border-left: 8px solid rgba(0,0,0,0);
  border-top: 32px solid currentColor;
  position: absolute;
  top: 0;
  left: -8px;
  content: '';
}

@media screen and (min-width: 1024px) {

  .app--dive-live .context-header .source__wrapper:before {
    border-top: 48px solid currentColor;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .context-header .source__wrapper:before {
    border-left: 15px solid rgba(0,0,0,0);
    border-top: 64px solid currentColor;
    left: -14.9px;
  }

}

.app--dive-live .context-header .source__wrapper.display-source {
  animation: 1s cubic-bezier(0.21, 0.61, 0.35, 1) 0s 1 normal both slide-self-from-top;
  -webkit-animation: 1s cubic-bezier(0.21, 0.61, 0.35, 1) 0s 1 normal both slide-self-from-top;
  -moz-animation: 1s cubic-bezier(0.21, 0.61, 0.35, 1) 0s 1 normal both slide-self-from-top;
  -ms-animation: 1s cubic-bezier(0.21, 0.61, 0.35, 1) 0s 1 normal both slide-self-from-top;
}

.app--dive-live .context-header .source__wrapper.has-no-data-source-title {
  padding: 4px 10px 4px 10px;
}

@media screen and (min-width: 1024px) {

  .app--dive-live .context-header .source__wrapper.has-no-data-source-title {
    padding: 10px 12px 6px 12px;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .context-header .source__wrapper.has-no-data-source-title {
    padding: 10px 20px 8px 20px;
  }

}

.app--dive-live .context-header .source__wrapper.hide-source {
  animation: .5s cubic-bezier(0.55, 0.05, 0.65, 0.19) 0s 1 normal both slide-self-to-top;
  -webkit-animation: .5s cubic-bezier(0.55, 0.05, 0.65, 0.19) 0s 1 normal both slide-self-to-top;
  -moz-animation: .5s cubic-bezier(0.55, 0.05, 0.65, 0.19) 0s 1 normal both slide-self-to-top;
  -ms-animation: .5s cubic-bezier(0.55, 0.05, 0.65, 0.19) 0s 1 normal both slide-self-to-top;
}

.app--dive-live .context-header .source__wrapper .data-source-logo {
  height: 100%;
  padding: 4px;
}

@media screen and (min-width: 1024px) {

  .app--dive-live .context-header .source__wrapper .data-source-logo {
    padding: 4px;
  }

}

.app--dive-live .context-header .source__wrapper .data-source-logo.with-fill path, .app--dive-live .context-header .source__wrapper .data-source-logo.with-fill rect, .app--dive-live .context-header .source__wrapper .data-source-logo.with-fill circle, .app--dive-live .context-header .source__wrapper .data-source-logo.with-fill ellipse, .app--dive-live .context-header .source__wrapper .data-source-logo.with-fill text, .app--dive-live .context-header .source__wrapper .data-source-logo.with-fill line, .app--dive-live .context-header .source__wrapper .data-source-logo.with-fill polygon {
  fill: currentColor;
}

.app--dive-live .context-header .source__wrapper .data-source-logo img {
  height: 100%;
  width: auto;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .context-header .source__wrapper .data-source-logo img {
    min-width: 2.5rem;
  }

}

.app--dive-live .context-header .source__wrapper .source__text {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 1rem 0 .5rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .context-header .source__wrapper .source__text {
    font-size: 2.5rem;
    margin: 0 1.5rem 0 1rem;
  }

}

.app--dive-live .ticker {
  position: fixed;
  bottom: 0;
  height: 2rem;
  left: 0;
  width: 100%;
  z-index: 1000;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .ticker {
    height: 3.5rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .ticker {
    height: 4.5rem;
  }

}

.app--dive-live .is-separator {
  display: flex;
  justify-content: center;
  align-items: center;
}

.app--dive-live .is-separator:after {
  content: '•';
  position: relative;
  font-size: 1rem;
  margin: 0 2rem;
  color: #808080;
}

.app--dive-live .ticker__container {
  position: relative;
  height: 2rem;
  box-shadow: 0 -0.1rem 1rem rgba(0,0,0,0.2);
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .ticker__container {
    height: 3.5rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .ticker__container {
    height: 4.5rem;
  }

}

.app--dive-live .ticker__splash {
  width: 100%;
  top: 0;
  height: 100%;
  align-items: center;
  padding: 0;
  position: absolute;
  z-index: 1100;
  background-color: #fff;
  display: flex;
  pointer-events: none;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .ticker__splash {
    padding: 0.8rem 1.3rem;
  }

}

.app--dive-live .ticker__splash img {
  height: 2.5rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .ticker__splash img {
    height: 3rem;
  }

}

.app--dive-live .ticker__widget-wrapper {
  display: flex;
  position: absolute;
  z-index: 1040;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #aaa;
}

.app--dive-live .ticker__widget-wrapper .widget-wrapper__widget {
  height: 100%;
  flex: 1 1 auto;
  width: 100%;
  position: relative;
  font-size: .9rem;
  font-weight: 600;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .ticker__widget-wrapper .widget-wrapper__widget {
    font-size: 1.5rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .ticker__widget-wrapper .widget-wrapper__widget {
    font-size: 2.2rem;
  }

}

.app--dive-live .ticker__title {
  justify-content: center;
  font-family: BentonSansCondensedMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  height: 100%;
  align-items: center;
  padding: 0 1rem;
  white-space: nowrap;
  position: relative;
  z-index: 1050;
  font-weight: 400;
  font-size: 1rem;
  background-color: #000;
  letter-spacing: 0.02rem;
  display: inline-flex;
  transition: all 1s;
  flex: 1 0 auto;
  color: #000;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .ticker__title {
    font-size: 1.8rem;
    font-family: BentonSansBold, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
    font-weight: 400;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .ticker__title {
    height: 100%;
    padding: 0.3rem 1.5rem 0;
    font-size: 2rem;
  }

}

.app--dive-live .ticker__title .title__text {
  color: #fff;
}

.app--dive-live .ticker__title:after {
  box-shadow: 20px 0 8px -14px inset;
  content: ' ';
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
  width: 20px;
}

.app--dive-live .ticker-item {
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  position: absolute;
}

.app--dive-live .ticker-item p {
  color: #000;
  margin: 0;
}

.app--dive-live .ticker-item img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}

.app--dive-live .ticker-item .data-source-logo-block {
  width: 1.4rem;
  height: 1.4rem;
  padding: 0.25rem;
  vertical-align: top;
  margin: 0 1.5rem 0 0;
  display: inline-block;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .ticker-item .data-source-logo-block {
    width: 2.3rem;
    height: 2.3rem;
    padding: .55rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .ticker-item .data-source-logo-block {
    width: 3rem;
    height: 3rem;
  }

}

.app--dive-live .ticker-item .data-source-logo {
  display: block;
}

.app--dive-live .ticker-item__widget-name {
  font-weight: bold;
  color: #333;
}

.app--dive-live .ticker-item__delta-info {
  margin-right: 1rem;
}

.app--dive-live .ticker-item__sparkline {
  width: 8rem;
  margin-right: 1rem;
  height: calc(2rem / 2);
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .ticker-item__sparkline {
    height: calc(3.5rem / 1.75);
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .ticker-item__sparkline {
    height: calc(4.5rem / 1.5);
  }

}

.app--dive-live .ticker-item__media-block {
  display: flex;
  align-items: center;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .ticker-item__media-block {
    padding: .2rem;
  }

}

.app--dive-live .ticker-item__media-block:after {
  content: '•';
  position: relative;
  font-size: 1rem;
  margin: 0 2rem;
  color: #808080;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .ticker-item__media-block:after {
    font-size: 1.4rem;
    margin: 0 4.4rem;
  }

}

.app--dive-live .ticker-item__media-block:last-child {
  margin: 0;
}

.app--dive-live .ticker-item__media-block:last-child:after {
  content: '';
  margin: 0;
}

.app--dive-live .ticker-item__datoms {
  display: flex;
  align-items: center;
}

.app--dive-live .ticker-item__datoms .delta-info>div {
  margin-right: 0.6rem;
}

.app--dive-live .ticker-item.no-separator .ticker-item__media-block {
  margin-right: 1.5rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .ticker-item.no-separator .ticker-item__media-block {
    margin-right: 5rem;
  }

}

.app--dive-live .ticker-item.no-separator .ticker-item__media-block:after {
  content: '';
  margin: 0;
}

.app--dive-live .datoms__datom-block {
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .datoms__datom-block {
    margin-right: 3.5rem;
  }

}

.app--dive-live .datoms__datom-block:last-child {
  margin-right: 0;
}

.app--dive-live .datom-block__brand-name {
  color: #000;
  margin-right: 1.2rem;
}

.app--dive-live .datom-block__data-point {
  color: #687e8f;
  margin-right: 1rem;
}

.app--dive-live .frame {
  height: 100vh;
  position: relative;
  background-color: #fff;
}

.app--dive-live .full-h {
  height: 100%;
  position: relative;
}

.app--dive-live .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 3rem 3vw 0.5rem;
  height: 100%;
  position: relative;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .wrap {
    padding: 3rem 2rem 2rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .wrap {
    padding: 4% 2% 2%;
  }

}

.app--dive-live .wrap.layout--only-text h1 {
  font-size: 2.2rem;
  flex: 0 1 auto;
  text-align: center;
  margin: .5rem 0;
  line-height: 1.1;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .wrap.layout--only-text h1 {
    font-size: 4rem;
    margin: 1rem 0 .5rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .wrap.layout--only-text h1 {
    font-size: 6rem;
    margin: 2.5rem 0 .5rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .wrap.layout--only-text h1 {
    font-size: 8rem;
    line-height: 10.5rem;
  }

}

.app--dive-live .wrap.layout--only-text .text--very-small {
  font-size: 6rem;
  line-height: 7.5rem;
}

.app--dive-live .wrap.layout--only-text .text--small {
  font-size: 7rem;
  line-height: 9rem;
}

.app--dive-live .wrap.layout--only-text .text--large {
  font-size: 9.5rem;
  line-height: 11.5rem;
}

.app--dive-live .wrap.layout--only-text .text--very-large {
  font-size: 10.5rem;
  line-height: 13rem;
}

.app--dive-live .wrap.layout--text-and-img-and-wordmark, .app--dive-live .wrap.layout--text-and-wordmark {
  text-align: center;
  align-items: center;
}

.app--dive-live .wrap.layout--text-and-img-and-wordmark h1, .app--dive-live .wrap.layout--text-and-wordmark h1 {
  text-align: center;
  color: #444;
  -ms-word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.app--dive-live .wrap.layout--text-and-img-and-wordmark .wordmark, .app--dive-live .wrap.layout--text-and-wordmark .wordmark {
  width: 13rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .wrap.layout--text-and-img-and-wordmark .wordmark, .app--dive-live .wrap.layout--text-and-wordmark .wordmark {
    width: 20rem;
  }

}

.app--dive-live .wrap.layout--text-and-img-and-wordmark .wordmark img, .app--dive-live .wrap.layout--text-and-wordmark .wordmark img {
  object-fit: contain;
  height: 100%;
}

.app--dive-live .wrap.layout--text-and-img-and-wordmark .article-img, .app--dive-live .wrap.layout--text-and-wordmark .article-img {
  margin-bottom: 0.5rem;
  width: 60rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .wrap.layout--text-and-img-and-wordmark .article-img, .app--dive-live .wrap.layout--text-and-wordmark .article-img {
    width: 80rem;
  }

}

@media screen and (min-width: 320px) and (max-width: 767px) {

  .app--dive-live .wrap.layout--text-and-img-and-wordmark .article-img img, .app--dive-live .wrap.layout--text-and-wordmark .article-img img {
    object-fit: contain;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .wrap.layout--text-and-img-and-wordmark .article-img img, .app--dive-live .wrap.layout--text-and-wordmark .article-img img {
    height: 30rem;
    object-fit: contain;
  }

}

.app--dive-live .wrap.layout--text-and-img-and-wordmark {
  padding: 4rem 3rem 0.7rem;
}

@media screen and (min-width: 1824px) {

  
  
  .app--dive-live .wrap.layout--text-and-img-and-wordmark .text--very-small {
    font-size: 4.1rem;
    line-height: 5.2rem;
  }
  
  .app--dive-live .wrap.layout--text-and-img-and-wordmark .text--small {
    font-size: 4.3rem;
    line-height: 5.5rem;
  }
  
  .app--dive-live .wrap.layout--text-and-img-and-wordmark .text--large {
    font-size: 5.4rem;
    line-height: 7rem;
  }
  
  .app--dive-live .wrap.layout--text-and-img-and-wordmark .text--very-large {
    font-size: 6rem;
    line-height: 7.5rem;
  }

}

.app--dive-live .wrap.layout--text-and-img-and-wordmark h1 {
  line-height: 1;
  padding: 0;
  margin-bottom: .4rem;
  font-size: 1.3rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .wrap.layout--text-and-img-and-wordmark h1 {
    max-height: 20%;
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: .5rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .wrap.layout--text-and-img-and-wordmark h1 {
    font-size: 4.9rem;
    margin-bottom: 1rem;
  }

}

.app--dive-live .wrap.layout--text-and-img-and-wordmark .wordmark {
  max-width: 10rem;
  margin-top: 0;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .wrap.layout--text-and-img-and-wordmark .wordmark {
    margin-bottom: 2rem;
    max-width: 18rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .wrap.layout--text-and-img-and-wordmark .wordmark {
    margin-top: 1rem;
    max-width: 40rem;
  }

}

.app--dive-live .wrap.layout--text-and-img-and-wordmark .article-img {
  margin-bottom: 2rem;
}

.app--dive-live .wrap.layout--text-and-img-and-wordmark .animation--frame-show .article-img {
  animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
  -webkit-animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
  -moz-animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
  -ms-animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
}

.app--dive-live .wrap.layout--text-and-img-and-wordmark .animation--frame-show h1 {
  animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both slide-in-from-left;
  -webkit-animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both slide-in-from-left;
  -moz-animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both slide-in-from-left;
  -ms-animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both slide-in-from-left;
}

.app--dive-live .wrap.layout--text-and-img-and-wordmark .animation--frame-show .wordmark {
  animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both slide-in-from-bottom;
  -webkit-animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both slide-in-from-bottom;
  -moz-animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both slide-in-from-bottom;
  -ms-animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both slide-in-from-bottom;
}

.app--dive-live .wrap.layout--text-and-img-and-wordmark .animation--frame-hide .article-img {
  animation: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s 1 normal both fade-out;
  -webkit-animation: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s 1 normal both fade-out;
  -moz-animation: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s 1 normal both fade-out;
  -ms-animation: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s 1 normal both fade-out;
}

.app--dive-live .wrap.layout--text-and-img-and-wordmark .animation--frame-hide h1 {
  animation: 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s 1 normal both fade-out;
  -webkit-animation: 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s 1 normal both fade-out;
  -moz-animation: 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s 1 normal both fade-out;
  -ms-animation: 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s 1 normal both fade-out;
}

.app--dive-live .wrap.layout--text-and-img-and-wordmark .animation--frame-hide .wordmark {
  animation: 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s 1 normal both fade-out;
  -webkit-animation: 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s 1 normal both fade-out;
  -moz-animation: 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s 1 normal both fade-out;
  -ms-animation: 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s 1 normal both fade-out;
}

.app--dive-live .wrap.layout--text-and-wordmark {
  justify-content: space-around;
  padding: 4rem 9rem 4.5rem;
}

.app--dive-live .wrap.layout--text-and-wordmark h1 {
  font-size: 6.5rem;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10rem 0 7.5rem;
  line-height: 1.3;
}

.app--dive-live .wrap.layout--text-and-wordmark .text--very-small {
  font-size: 4.5rem;
}

.app--dive-live .wrap.layout--text-and-wordmark .text--small {
  font-size: 6rem;
}

.app--dive-live .wrap.layout--text-and-wordmark .text--large {
  font-size: 7rem;
}

.app--dive-live .wrap.layout--text-and-wordmark .text--very-large {
  font-size: 9.5rem;
}

.app--dive-live .wrap.layout--text-and-wordmark .animation--frame-show h1 {
  animation: .3s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-top;
  -webkit-animation: .3s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-top;
  -moz-animation: .3s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-top;
  -ms-animation: .3s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-top;
}

.app--dive-live .wrap.layout--text-and-wordmark .animation--frame-show .wordmark {
  animation: .3s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-bottom;
  -webkit-animation: .3s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-bottom;
  -moz-animation: .3s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-bottom;
  -ms-animation: .3s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-bottom;
}

.app--dive-live .wrap.layout--text-and-wordmark .animation--frame-hide h1 {
  animation: .5s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both slide-out-to-top;
  -webkit-animation: .5s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both slide-out-to-top;
  -moz-animation: .5s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both slide-out-to-top;
  -ms-animation: .5s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both slide-out-to-top;
}

.app--dive-live .wrap.layout--text-and-wordmark .animation--frame-hide .wordmark {
  animation: .5s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both slide-out-to-bottom;
  -webkit-animation: .5s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both slide-out-to-bottom;
  -moz-animation: .5s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both slide-out-to-bottom;
  -ms-animation: .5s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both slide-out-to-bottom;
}

.app--dive-live .widget {
  background-color: #fff;
  color: #8495A2;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.app--dive-live .widget em {
  font-style: normal;
  text-decoration: underline;
}

.app--dive-live .widget .frame {
  transition: background-color 0.8s ease;
  height: calc( 100% - 10vh );
}

.app--dive-live .widget .frame.full-height {
  height: 100%;
}

.app--dive-live .widget-view {
  height: 100%;
}

.app--dive-live .widget.dive-cms .frame--content-list.frame-1 {
  color: #000;
  background: linear-gradient(to bottom, rgba(242,214,77,1) 0%, rgba(247,223,118,1) 100%);
}

.app--dive-live .widget.dive-cms .frame--content-list.frame-2 {
  color: #fff;
  background: linear-gradient(to bottom, rgba(108,90,214,1) 0%, rgba(121,99,230,1) 100%);
}

.app--dive-live .widget.dive-cms .frame--content-list.frame-3 {
  color: #fff;
  background: linear-gradient(to bottom, rgba(204,30,77,1) 0%, rgba(237,69,111,1) 100%);
}

.app--dive-live .widget.dive-cms .frame--content-list.frame-4 {
  color: #fff;
  background: linear-gradient(to bottom, rgba(50,212,144,1) 0%, rgba(62,209,180,1) 100%);
}

.app--dive-live .widget.dive-cms .frame--content-list.frame-5 {
  color: #fff;
  background: linear-gradient(to bottom, rgba(34,163,214,1) 0%, rgba(63,178,227,1) 100%);
}

.app--dive-live .widget.dive-cms .frame--content-list.frame-6 {
  color: #000;
  background: linear-gradient(to bottom, rgba(108,209,80,1) 0%, rgba(134,227,109,1) 100%);
}

.app--dive-live .widget.dive-cms .frame--content-list.frame-7 {
  color: #fff;
  background: linear-gradient(to bottom, rgba(29,80,207,1) 0%, rgba(58,105,224,1) 100%);
}

.app--dive-live .widget.dive-cms .frame--content-list.frame-8 {
  color: #fff;
  background: linear-gradient(to bottom, rgba(117,216,92,1) 0%, rgba(138,219,116,1) 100%);
}

.app--dive-live .widget.dive-cms .frame--content-list.frame-9 {
  color: #000;
  background: linear-gradient(to bottom, rgba(242,214,77,1) 0%, rgba(247,223,118,1) 100%);
}

.app--dive-live .widget.dive-cms .frame--content-list.frame-10 {
  color: #fff;
  background: linear-gradient(to bottom, rgba(108,90,214,1) 0%, rgba(121,99,230,1) 100%);
}

.app--dive-live .widget.dive-cms .widget-view--content-list-view {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
}

.app--dive-live .widget.dive-cms .content-list-view__text {
  font-size: 10.8vw;
  line-height: 0.9;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.app--dive-live .widget.dive-cms.animation--frame-show .content-list-view__text {
  animation: 0.3s cubic-bezier(0.21, 0.61, 0.35, 1) 0.3s 1 normal both fade-in;
  -webkit-animation: 0.3s cubic-bezier(0.21, 0.61, 0.35, 1) 0.3s 1 normal both fade-in;
  -moz-animation: 0.3s cubic-bezier(0.21, 0.61, 0.35, 1) 0.3s 1 normal both fade-in;
  -ms-animation: 0.3s cubic-bezier(0.21, 0.61, 0.35, 1) 0.3s 1 normal both fade-in;
}

.app--dive-live .widget.dive-cms.animation--frame-hide .content-list-view__text {
  animation: 1.3s cubic-bezier(0.55, 0.05, 0.65, 0.19) .7s 1 normal both fade-out;
  -webkit-animation: 1.3s cubic-bezier(0.55, 0.05, 0.65, 0.19) .7s 1 normal both fade-out;
  -moz-animation: 1.3s cubic-bezier(0.55, 0.05, 0.65, 0.19) .7s 1 normal both fade-out;
  -ms-animation: 1.3s cubic-bezier(0.55, 0.05, 0.65, 0.19) .7s 1 normal both fade-out;
}

.app--dive-live .widget.dive-cms .message {
  overflow-wrap: break-word;
}

.app--dive-live .widget.dive-cms .message__text {
  white-space: pre-wrap;
}

.app--dive-live .widget.dive-cms .message--iframe {
  height: 100%;
}

.app--dive-live .widget.dive-cms .widget-view--post-intro {
  line-height: 1;
  width: 100%;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding: 0 4rem;
  flex-direction: column;
  text-align: center;
  font-size: 3rem;
  background-color: #0063fe;
  display: flex;
  color: #fff;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.dive-cms .widget-view--post-intro {
    font-size: 5rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.dive-cms .widget-view--post-intro {
    font-size: 8rem;
  }

}

.app--dive-live .widget.dive-cms .widget-view--text {
  padding: 0 4rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.dive-cms .widget-view--text {
    padding: 2rem 3rem 1rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.dive-cms .widget-view--text {
    padding: 2% 6rem 1%;
    max-width: 100%;
  }

}

.app--dive-live .widget.dive-cms .widget-view--text .timestamp {
  margin: 0;
  float: right;
  font-size: 2rem;
}

.app--dive-live .widget.dive-cms .widget-view--text .timestamp__icon {
  width: 2rem;
  height: 2rem;
  margin: .2rem 1rem 0 0;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.dive-cms .widget-view--text .timestamp__icon {
    width: 2.5rem;
    height: 2.5rem;
    margin: .45rem 1rem 0 0;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.dive-cms .widget-view--text {
    font-size: 3rem;
  }

}

.app--dive-live .widget.dive-cms .background-wordmark {
  height: 80%;
  object-fit: contain;
  opacity: 0;
}

.app--dive-live .widget.dive-cms .text-only__content {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.app--dive-live .widget.dive-cms .text-only__content.text--top {
  justify-content: flex-start;
}

.app--dive-live .widget.dive-cms .text-only__content.text--middle {
  justify-content: center;
}

.app--dive-live .widget.dive-cms .text-only__content.text--bottom {
  justify-content: flex-end;
}

.app--dive-live .widget.dive-cms .text-only__content .message--center-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.app--dive-live .widget.dive-cms .text-only__content .message--center-text .timestamp {
  font-size: 1.3rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.dive-cms .text-only__content .message--center-text .timestamp {
    font-size: 2.8rem;
  }

}

.app--dive-live .widget.dive-cms .text-only__content .message__subtitle {
  font-size: 2.2rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.dive-cms .text-only__content .message__subtitle {
    font-size: 2.8rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.dive-cms .text-only__content .message__subtitle {
    font-size: 5.5rem;
    line-height: 5.8rem;
    margin-bottom: 2rem;
  }

}

.app--dive-live .widget.dive-cms .text-only__content .message__text {
  margin-bottom: 2rem;
}

.app--dive-live .widget.dive-cms .text-only__content .message__subtitle.enlarge {
  font-size: 2.8rem;
  line-height: 3.5rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.dive-cms .text-only__content .message__subtitle.enlarge {
    font-size: 4.8rem;
    line-height: 5.5rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.dive-cms .text-only__content .message__subtitle.enlarge {
    font-size: 7.8rem;
    line-height: 8.5rem;
  }

}

.app--dive-live .widget.dive-cms .text-only__content .message__text.no-subtitle {
  font-size: 2.6rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.dive-cms .text-only__content .message__text.no-subtitle {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  
  .app--dive-live .widget.dive-cms .text-only__content .message__text.no-subtitle.text--very-small {
    font-size: 2rem;
  }
  
  .app--dive-live .widget.dive-cms .text-only__content .message__text.no-subtitle.text--small {
    font-size: 2.4rem;
  }
  
  .app--dive-live .widget.dive-cms .text-only__content .message__text.no-subtitle.text--large {
    font-size: 3.8rem;
  }
  
  .app--dive-live .widget.dive-cms .text-only__content .message__text.no-subtitle.text--very-large {
    font-size: 4rem;
  }

}

.app--dive-live .widget.dive-cms .text-only__content .message__text.with-subtitle {
  font-size: 1.4rem;
  line-height: 1.1;
  margin-bottom: .5rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.dive-cms .text-only__content .message__text.with-subtitle {
    font-size: 2.1rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.dive-cms .text-only__content .message__text.with-subtitle {
    font-size: 2.6rem;
    line-height: 1.2;
  }
  
  .app--dive-live .widget.dive-cms .text-only__content .message__text.with-subtitle.text--very-small {
    font-size: 1.6rem;
  }
  
  .app--dive-live .widget.dive-cms .text-only__content .message__text.with-subtitle.text--small {
    font-size: 2rem;
  }
  
  .app--dive-live .widget.dive-cms .text-only__content .message__text.with-subtitle.text--large {
    font-size: 3.2rem;
  }
  
  .app--dive-live .widget.dive-cms .text-only__content .message__text.with-subtitle.text--very-large {
    font-size: 3.6rem;
  }

}

.app--dive-live .widget.dive-cms .text-only__content .message__text.enlarge {
  font-size: 2.8rem;
  line-height: 3.5rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.dive-cms .text-only__content .message__text.enlarge {
    font-size: 4.8rem;
    line-height: 5.5rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.dive-cms .text-only__content .message__text.enlarge {
    font-size: 7.8rem;
    line-height: 8.5rem;
  }

}

.app--dive-live .widget.dive-cms .widget-view--text-img .timestamp {
  margin: 1rem auto 0;
  display: inline-flex;
  float: right;
  font-size: 2rem;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .timestamp__icon {
  width: 2rem;
  height: 2rem;
  margin: .2rem 1rem 0 0;
  margin-right: 0.8rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.dive-cms .widget-view--text-img .timestamp__icon {
    width: 2.5rem;
    height: 2.5rem;
    margin: .45rem 1rem 0 0;
  }

}

@media screen and (min-width: 1824px) {

  
  
  
  
  .app--dive-live .widget.dive-cms .widget-view--text-img .timestamp {
    font-size: 2rem;
  }
  
  .app--dive-live .widget.dive-cms .widget-view--text-img .timestamp__icon {
    width: 2rem;
    height: 2rem;
    margin: .2rem 1rem 0 0;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.dive-cms .widget-view--text-img .timestamp__icon {
    width: 2.5rem;
    height: 2.5rem;
    margin: .45rem 1rem 0 0;
  }

}

.app--dive-live .widget.dive-cms .widget-view--text-img .text-img__content {
  height: 100%;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .timestamp__date {
  position: relative;
  font-weight: 600;
  top: .1rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.dive-cms .widget-view--text-img .timestamp__date {
    top: .2rem;
  }

}

.app--dive-live .widget.dive-cms .widget-view--text-img .content__image img {
  height: 100%;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .content__image.image--contain img {
  object-fit: contain;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .content__image.image--scale-down img {
  object-fit: scale-down;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .content__image.image--cover img {
  object-fit: cover;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .content__message {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6% 0 0;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .content__message.text--top {
  justify-content: flex-start;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .content__message.text--middle {
  justify-content: center;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .content__message.text--bottom {
  justify-content: flex-end;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.dive-cms .widget-view--text-img .content__message {
    padding: 3% 3rem 1%;
  }

}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .content__message {
  align-items: center;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .content__image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .message {
  box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.17);
  border-radius: 4px;
  margin-bottom: 2%;
  padding: 1.1rem 1.4rem;
  z-index: 1;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .message {
    margin-bottom: 1%;
  }

}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .message.message--has-text {
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .message.message--has-text {
    max-width: 1200px;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .message.message--has-text {
    max-width: 90%;
  }

}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .message.message--no-text {
  width: auto;
  position: absolute;
  right: 3%;
  padding: .8rem 1.4rem;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .message.message--no-text .timestamp {
  margin-top: 0;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .message.message--center-text {
  text-align: center;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .message__subtitle {
  font-size: 1.8rem;
  line-height: 1.1;
  margin: .3rem 0 .8rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .message__subtitle {
    font-size: 2.3rem;
    margin: .3rem 0 1rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .message__subtitle {
    font-size: 4rem;
    line-height: 4.4rem;
    margin-bottom: 1.5rem;
  }

}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .message__subtitle.enlarge {
  font-size: 2.5rem;
  line-height: 3.6rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .message__subtitle.enlarge {
    font-size: 3.5rem;
    line-height: 4.6rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .message__subtitle.enlarge {
    font-size: 5.5rem;
    line-height: 6.6rem;
  }

}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .message__text.no-subtitle {
  font-size: 3rem;
  line-height: 1.1;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .message__text.with-subtitle {
  font-size: 1.6rem;
  line-height: 1.1;
  margin-bottom: .2rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .message__text.with-subtitle {
    font-size: 2rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .message__text.with-subtitle {
    font-size: 3.3rem;
  }

}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--one-column .message__text.enlarge {
  font-size: 2.5rem;
  line-height: 3.6rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.dive-cms .widget-view--text-img.is-showing-overlay .layout--one-column .message {
    bottom: 13%;
    transition: all 2s;
  }

}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--two-columns .content__message {
  display: flex;
  flex: 1;
  flex-direction: column;
  word-break: break-word;
  -ms-word-break: break-word;
  padding: 2% 1rem 2% 1rem;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--two-columns .timestamp__icon {
  margin-right: 1rem;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--two-columns .message__subtitle {
  font-size: 4rem;
  line-height: 4.5rem;
  margin: 1rem 0 ;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.dive-cms .widget-view--text-img .layout--two-columns .message__subtitle {
    margin: 0 0 2rem;
  }

}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--two-columns .message__text.no-subtitle {
  font-size: 3.6rem;
  line-height: 4.2rem;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--two-columns .message__text.with-subtitle {
  font-size: 3.2rem;
  line-height: 3.8rem;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--two-columns .pdf-url {
  position: relative;
  font-size: 1.3rem;
  top: -2.3rem;
  padding: 10px 35px 5px;
  background: #fff;
  border-radius: 2.4rem;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--two-columns .pdf-url:hover {
  background: #0063fe;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--two-columns .pdf-url:hover a {
  color: #fff;
}

.app--dive-live .widget.dive-cms .widget-view--text-img .layout--two-columns .pdf-url a:hover {
  text-decoration: none;
}

.app--dive-live .widget.dive-cms.animation--frame-show .widget-view {
  animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -webkit-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -moz-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -ms-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
}

.app--dive-live .widget.dive-cms.animation--frame-show .widget-view--text .message__subtitle {
  animation: 0.5s ease-in-out 1.5s 1 normal both fade-in-bottom;
  -webkit-animation: 0.5s ease-in-out 1.5s 1 normal both fade-in-bottom;
  -moz-animation: 0.5s ease-in-out 1.5s 1 normal both fade-in-bottom;
  -ms-animation: 0.5s ease-in-out 1.5s 1 normal both fade-in-bottom;
}

.app--dive-live .widget.dive-cms.animation--frame-show .widget-view--text .message__text {
  animation: 0.5s ease-in-out 1.9s 1 normal both fade-in-bottom;
  -webkit-animation: 0.5s ease-in-out 1.9s 1 normal both fade-in-bottom;
  -moz-animation: 0.5s ease-in-out 1.9s 1 normal both fade-in-bottom;
  -ms-animation: 0.5s ease-in-out 1.9s 1 normal both fade-in-bottom;
}

.app--dive-live .widget.dive-cms.animation--frame-show .widget-view--text .timestamp {
  animation: 0.5s ease-in-out 2s 1 normal both fade-in-bottom;
  -webkit-animation: 0.5s ease-in-out 2s 1 normal both fade-in-bottom;
  -moz-animation: 0.5s ease-in-out 2s 1 normal both fade-in-bottom;
  -ms-animation: 0.5s ease-in-out 2s 1 normal both fade-in-bottom;
}

.app--dive-live .widget.dive-cms.animation--frame-show .widget-view--text-img .layout--one-column .message {
  animation: 0.5s ease-in-out 3s 1 normal both fade-in;
  -webkit-animation: 0.5s ease-in-out 3s 1 normal both fade-in;
  -moz-animation: 0.5s ease-in-out 3s 1 normal both fade-in;
  -ms-animation: 0.5s ease-in-out 3s 1 normal both fade-in;
}

.app--dive-live .widget.dive-cms.animation--frame-show .widget-view--text-img .layout--one-column .message__subtitle {
  animation: 0.5s ease-in-out 3.6s 1 normal both fade-in-bottom;
  -webkit-animation: 0.5s ease-in-out 3.6s 1 normal both fade-in-bottom;
  -moz-animation: 0.5s ease-in-out 3.6s 1 normal both fade-in-bottom;
  -ms-animation: 0.5s ease-in-out 3.6s 1 normal both fade-in-bottom;
}

.app--dive-live .widget.dive-cms.animation--frame-show .widget-view--text-img .layout--one-column .message__text {
  animation: 0.5s ease-in-out 3.7s 1 normal both fade-in-bottom;
  -webkit-animation: 0.5s ease-in-out 3.7s 1 normal both fade-in-bottom;
  -moz-animation: 0.5s ease-in-out 3.7s 1 normal both fade-in-bottom;
  -ms-animation: 0.5s ease-in-out 3.7s 1 normal both fade-in-bottom;
}

.app--dive-live .widget.dive-cms.animation--frame-show .widget-view--text-img .layout--one-column .timestamp {
  animation: 0.5s ease-in-out 3.9s 1 normal both fade-in-bottom;
  -webkit-animation: 0.5s ease-in-out 3.9s 1 normal both fade-in-bottom;
  -moz-animation: 0.5s ease-in-out 3.9s 1 normal both fade-in-bottom;
  -ms-animation: 0.5s ease-in-out 3.9s 1 normal both fade-in-bottom;
}

.app--dive-live .widget.dive-cms.animation--frame-show .widget-view--text-img .layout--two-columns .message {
  animation: 0.5s ease-in-out 0.8s 1 normal both fade-in;
  -webkit-animation: 0.5s ease-in-out 0.8s 1 normal both fade-in;
  -moz-animation: 0.5s ease-in-out 0.8s 1 normal both fade-in;
  -ms-animation: 0.5s ease-in-out 0.8s 1 normal both fade-in;
}

.app--dive-live .widget.dive-cms.animation--frame-show .widget-view--text-img .layout--two-columns .message__subtitle {
  animation: 0.5s ease-in-out 1s 1 normal both fade-in-bottom;
  -webkit-animation: 0.5s ease-in-out 1s 1 normal both fade-in-bottom;
  -moz-animation: 0.5s ease-in-out 1s 1 normal both fade-in-bottom;
  -ms-animation: 0.5s ease-in-out 1s 1 normal both fade-in-bottom;
}

.app--dive-live .widget.dive-cms.animation--frame-show .widget-view--text-img .layout--two-columns .message__text {
  animation: 0.5s ease-in-out 1.3s 1 normal both fade-in-bottom;
  -webkit-animation: 0.5s ease-in-out 1.3s 1 normal both fade-in-bottom;
  -moz-animation: 0.5s ease-in-out 1.3s 1 normal both fade-in-bottom;
  -ms-animation: 0.5s ease-in-out 1.3s 1 normal both fade-in-bottom;
}

.app--dive-live .widget.dive-cms.animation--frame-show .widget-view--text-img .layout--two-columns .timestamp {
  animation: 0.5s ease-in-out 1.6s 1 normal both fade-in-bottom;
  -webkit-animation: 0.5s ease-in-out 1.6s 1 normal both fade-in-bottom;
  -moz-animation: 0.5s ease-in-out 1.6s 1 normal both fade-in-bottom;
  -ms-animation: 0.5s ease-in-out 1.6s 1 normal both fade-in-bottom;
}

.app--dive-live .widget.dive-cms.animation--frame-show .background-wordmark {
  animation: 2.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 1 normal both background-wordmark-fade-in-out-complete;
  -webkit-animation: 2.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 1 normal both background-wordmark-fade-in-out-complete;
  -moz-animation: 2.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 1 normal both background-wordmark-fade-in-out-complete;
  -ms-animation: 2.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 1 normal both background-wordmark-fade-in-out-complete;
}

.app--dive-live .widget.dive-cms.animation--frame-show .more-info-overlay {
  animation: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s 1 normal both fade-in-bottom;
  -webkit-animation: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s 1 normal both fade-in-bottom;
  -moz-animation: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s 1 normal both fade-in-bottom;
  -ms-animation: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s 1 normal both fade-in-bottom;
}

.app--dive-live .widget.dive-cms.animation--frame-hide .widget-view--post-intro {
  animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-out;
  -webkit-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-out;
  -moz-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-out;
  -ms-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-out;
}

.app--dive-live .widget.dive-cms.animation--widget-hide .widget-view--text .message__subtitle {
  animation: 0.3s ease-in-out 1.3s 1 normal both fade-out-top;
  -webkit-animation: 0.3s ease-in-out 1.3s 1 normal both fade-out-top;
  -moz-animation: 0.3s ease-in-out 1.3s 1 normal both fade-out-top;
  -ms-animation: 0.3s ease-in-out 1.3s 1 normal both fade-out-top;
}

.app--dive-live .widget.dive-cms.animation--widget-hide .widget-view--text .message__text {
  animation: 0.3s ease-in-out 1.5s 1 normal both fade-out-top;
  -webkit-animation: 0.3s ease-in-out 1.5s 1 normal both fade-out-top;
  -moz-animation: 0.3s ease-in-out 1.5s 1 normal both fade-out-top;
  -ms-animation: 0.3s ease-in-out 1.5s 1 normal both fade-out-top;
}

.app--dive-live .widget.dive-cms.animation--widget-hide .widget-view--text .timestamp {
  animation: 0.3s ease-in-out 1.7s 1 normal both fade-out-top;
  -webkit-animation: 0.3s ease-in-out 1.7s 1 normal both fade-out-top;
  -moz-animation: 0.3s ease-in-out 1.7s 1 normal both fade-out-top;
  -ms-animation: 0.3s ease-in-out 1.7s 1 normal both fade-out-top;
}

.app--dive-live .widget.dive-cms.animation--widget-hide .content__image, .app--dive-live .widget.dive-cms.animation--widget-hide .more-info-overlay {
  animation: .5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.5s 1 normal both fade-out;
  -webkit-animation: .5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.5s 1 normal both fade-out;
  -moz-animation: .5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.5s 1 normal both fade-out;
  -ms-animation: .5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.5s 1 normal both fade-out;
}

.app--dive-live .widget.dive-cms .widget-view--text-img.is-hiding .message__subtitle {
  animation: 0.3s ease-in-out 0s 1 normal both fade-out-top;
  -webkit-animation: 0.3s ease-in-out 0s 1 normal both fade-out-top;
  -moz-animation: 0.3s ease-in-out 0s 1 normal both fade-out-top;
  -ms-animation: 0.3s ease-in-out 0s 1 normal both fade-out-top;
}

.app--dive-live .widget.dive-cms .widget-view--text-img.is-hiding .message__text {
  animation: 0.3s ease-in-out 0.3s 1 normal both fade-out-top;
  -webkit-animation: 0.3s ease-in-out 0.3s 1 normal both fade-out-top;
  -moz-animation: 0.3s ease-in-out 0.3s 1 normal both fade-out-top;
  -ms-animation: 0.3s ease-in-out 0.3s 1 normal both fade-out-top;
}

.app--dive-live .widget.dive-cms .widget-view--text-img.is-hiding .timestamp {
  animation: 0.3s ease-in-out 0.5s 1 normal both fade-out-top;
  -webkit-animation: 0.3s ease-in-out 0.5s 1 normal both fade-out-top;
  -moz-animation: 0.3s ease-in-out 0.5s 1 normal both fade-out-top;
  -ms-animation: 0.3s ease-in-out 0.5s 1 normal both fade-out-top;
}

.app--dive-live .widget.dive-cms .widget-view--text-img.is-hiding .message {
  animation: 0.3s ease-in-out 0.8s 1 normal both fade-out;
  -webkit-animation: 0.3s ease-in-out 0.8s 1 normal both fade-out;
  -moz-animation: 0.3s ease-in-out 0.8s 1 normal both fade-out;
  -ms-animation: 0.3s ease-in-out 0.8s 1 normal both fade-out;
}

.app--dive-live .widget.segment-intro .widget-view--image {
  padding: 3rem 2rem 1rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.segment-intro .widget-view--image {
    padding: 3rem 2rem 2rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.segment-intro .widget-view--image {
    padding: 9% 10rem 9%;
  }

}

.app--dive-live .widget.segment-intro .widget-view--image img {
  height: 100%;
  object-fit: contain;
}

.app--dive-live .widget.segment-intro .wrap {
  padding: 3rem 3rem 2rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.segment-intro .wrap {
    padding: 5% 4rem 2%;
  }

}

.app--dive-live .widget.segment-intro .frame h1 {
  animation: 0.4s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-in-bottom;
  -webkit-animation: 0.4s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-in-bottom;
  -moz-animation: 0.4s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-in-bottom;
  -ms-animation: 0.4s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-in-bottom;
  color: #fff;
}

.app--dive-live .widget.segment-intro .wordmark img {
  height: auto;
  width: 20rem;
}

.app--dive-live .widget.segment-intro.layout--text-and-img .article-img {
  max-width: none;
  margin-bottom: 0;
  flex: 1 0 auto;
}

.app--dive-live .widget.segment-intro.layout--text-and-img h1 {
  flex: 1 0 auto;
}

.app--dive-live .widget.segment-intro.animation--frame-show .frame {
  animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
  -webkit-animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
  -moz-animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
  -ms-animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
}

.app--dive-live .widget.segment-intro.animation--frame-show .widget-view--image {
  animation: 1s cubic-bezier(0.57, 0, 0, 1) 1.2s 1 normal both fade-in;
  -webkit-animation: 1s cubic-bezier(0.57, 0, 0, 1) 1.2s 1 normal both fade-in;
  -moz-animation: 1s cubic-bezier(0.57, 0, 0, 1) 1.2s 1 normal both fade-in;
  -ms-animation: 1s cubic-bezier(0.57, 0, 0, 1) 1.2s 1 normal both fade-in;
}

.app--dive-live .widget.segment-intro.animation--frame-hide .frame {
  animation: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s 1 normal both fade-out;
  -webkit-animation: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s 1 normal both fade-out;
  -moz-animation: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s 1 normal both fade-out;
  -ms-animation: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s 1 normal both fade-out;
}

.app--dive-live .widget.top-performing-posts .frame {
  background-color: #000;
}

.app--dive-live .widget.top-performing-posts .widget-view {
  display: flex;
  flex-direction: row;
}

.app--dive-live .widget.top-performing-posts .widget-view .post-container__wrapper {
  height: 100%;
}

.app--dive-live .widget.top-performing-posts .widget-view .post-rank {
  width: 4rem;
  top: 0.5rem;
  justify-content: center;
  height: 4rem;
  margin: .5rem;
  align-items: center;
  padding: .5rem;
  position: absolute;
  z-index: 960;
  font-weight: 800;
  font-size: 2.5rem;
  border-radius: 50%;
  display: flex;
  color: #0063fe;
  left: 0.5rem;
}

.app--dive-live .widget.top-performing-posts .widget-view .rank__num {
  width: 100%;
  top: 0;
  justify-content: center;
  height: 100%;
  align-items: center;
  position: absolute;
  z-index: 970;
  display: flex;
  background: #0063fe;
  color: #fff;
  opacity: 0;
  left: 0;
  animation: 1.2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal both circle-hide;
  -webkit-animation: 1.2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal both circle-hide;
  -moz-animation: 1.2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal both circle-hide;
  -ms-animation: 1.2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal both circle-hide;
}

.app--dive-live .widget.top-performing-posts .widget-view .post-container {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 5rem;
  flex: 1 0 auto;
  transition: border 0.5s, flex 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.app--dive-live .widget.top-performing-posts .widget-view .post-container .post-container__wrapper {
  opacity: 1;
}

.app--dive-live .widget.top-performing-posts .widget-view .post-container .mini-rank {
  top: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
  z-index: 960;
  font-size: 2.5rem;
  transition: opacity 0.5s;
  color: #fff;
  opacity: 0;
  left: 50%;
}

.app--dive-live .widget.top-performing-posts .widget-view .post-container .post-rank, .app--dive-live .widget.top-performing-posts .widget-view .post-container .post-view__image {
  transition: opacity 3s ease .5s;
}

.app--dive-live .widget.top-performing-posts .widget-view .post-container .post-view__message, .app--dive-live .widget.top-performing-posts .widget-view .post-container .post-view__metrics {
  transition: opacity 1s ease 1.1s;
}

.app--dive-live .widget.top-performing-posts .widget-view .post-container.is-active {
  box-shadow: 0 0 20px 14px rgba(0, 0, 0, 0.4);
  z-index: 950;
  border-right: 8px solid #fff;
}

.app--dive-live .widget.top-performing-posts .widget-view .post-container.is-active:last-child {
  border: none;
}

.app--dive-live .widget.top-performing-posts .widget-view .post-container.is-active .post-rank:after {
  content: '';
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 1.2s 1 normal both circle-reveal-smaller;
  -webkit-animation: 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 1.2s 1 normal both circle-reveal-smaller;
  -moz-animation: 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 1.2s 1 normal both circle-reveal-smaller;
  -ms-animation: 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 1.2s 1 normal both circle-reveal-smaller;
}

.app--dive-live .widget.top-performing-posts .widget-view .post-container.is-active .rank__num {
  animation: 0.9s cubic-bezier(0, 0.5, 0.25, 1) 1.6s 1 normal both circle-reveal;
  -webkit-animation: 0.9s cubic-bezier(0, 0.5, 0.25, 1) 1.6s 1 normal both circle-reveal;
  -moz-animation: 0.9s cubic-bezier(0, 0.5, 0.25, 1) 1.6s 1 normal both circle-reveal;
  -ms-animation: 0.9s cubic-bezier(0, 0.5, 0.25, 1) 1.6s 1 normal both circle-reveal;
}

.app--dive-live .widget.top-performing-posts .widget-view .post-container.is-hidden {
  flex: 1.0E-4;
  border: 0 solid #0063fe;
  opacity: 0;
  transition: opacity 1.5s, border 1s, flex 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.app--dive-live .widget.top-performing-posts .widget-view .post-container.is-not-active {
  border-right: 5px solid rgba(255,255,255,0.75);
  flex: 0 0 auto;
}

.app--dive-live .widget.top-performing-posts .widget-view .post-container.is-not-active:last-child {
  border: none;
}

.app--dive-live .widget.top-performing-posts .widget-view .post-container.is-not-active .post-container__wrapper {
  opacity: 0.6;
}

.app--dive-live .widget.top-performing-posts .widget-view .post-container.is-not-active .mini-rank {
  opacity: 1;
}

.app--dive-live .widget.top-performing-posts .widget-view .post-container.is-hidden .post-rank, .app--dive-live .widget.top-performing-posts .widget-view .post-container.is-hidden .post-view__message, .app--dive-live .widget.top-performing-posts .widget-view .post-container.is-hidden .post-view__metrics, .app--dive-live .widget.top-performing-posts .widget-view .post-container.is-not-active .post-rank, .app--dive-live .widget.top-performing-posts .widget-view .post-container.is-not-active .post-view__message, .app--dive-live .widget.top-performing-posts .widget-view .post-container.is-not-active .post-view__metrics {
  opacity: 0;
  transition: opacity 0.6s;
}

.app--dive-live .widget.top-performing-posts .service--facebook .post-container.is-not-active .post-view__image, .app--dive-live .widget.top-performing-posts .service--pinterest .post-container.is-not-active .post-view__image, .app--dive-live .widget.top-performing-posts .service--instagram .post-container.is-not-active .post-view__image, .app--dive-live .widget.top-performing-posts .service--twitter .post-container.is-not-active .post-view__image {
  height: 100%;
  width: 100%;
}

.app--dive-live .widget.top-performing-posts .service--facebook .post-container.is-not-active .post-view__image img, .app--dive-live .widget.top-performing-posts .service--pinterest .post-container.is-not-active .post-view__image img, .app--dive-live .widget.top-performing-posts .service--instagram .post-container.is-not-active .post-view__image img, .app--dive-live .widget.top-performing-posts .service--twitter .post-container.is-not-active .post-view__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.app--dive-live .widget.top-performing-posts .service--twitter .post-container .post-view__image img {
  object-fit: cover;
}

.app--dive-live .widget.top-performing-posts .service--instagram .post-container.is-active .post-view__image img {
  object-fit: cover;
}

.app--dive-live .widget.top-performing-posts .service--facebook .post-container.is-active .post-view__image img {
  object-fit: cover;
}

.app--dive-live .widget.top-performing-posts .service--facebook .post-container.is-not-active .post-view__image {
  top: 0;
}

.app--dive-live .widget.top-performing-posts .service--pinterest .post-container.is-active .post-view__image img {
  object-fit: cover;
}

.app--dive-live .widget.top-performing-posts .service--pinterest .post-container.is-not-active .post-view__message {
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.app--dive-live .widget.top-performing-posts.animation--frame-show .post-container:nth-child(1) {
  animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both slide-in-from-right;
  -webkit-animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both slide-in-from-right;
  -moz-animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both slide-in-from-right;
  -ms-animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both slide-in-from-right;
}

.app--dive-live .widget.top-performing-posts.animation--frame-show .post-container:nth-child(2) {
  animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-right;
  -webkit-animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-right;
  -moz-animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-right;
  -ms-animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-right;
}

.app--dive-live .widget.top-performing-posts.animation--frame-show .post-container:nth-child(3) {
  animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both slide-in-from-right;
  -webkit-animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both slide-in-from-right;
  -moz-animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both slide-in-from-right;
  -ms-animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both slide-in-from-right;
}

.app--dive-live .widget.top-performing-posts.animation--frame-show .post-container:nth-child(4) {
  animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 1.0999999999999999s 1 normal both slide-in-from-right;
  -webkit-animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 1.0999999999999999s 1 normal both slide-in-from-right;
  -moz-animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 1.0999999999999999s 1 normal both slide-in-from-right;
  -ms-animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 1.0999999999999999s 1 normal both slide-in-from-right;
}

.app--dive-live .widget.top-performing-posts.animation--frame-show .post-container:nth-child(5) {
  animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both slide-in-from-right;
  -webkit-animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both slide-in-from-right;
  -moz-animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both slide-in-from-right;
  -ms-animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both slide-in-from-right;
}

.app--dive-live .widget.top-performing-posts.animation--frame-show .common-post-layout--fullscreen-image .post-view__message {
  animation: 2s ease-in-out 0s 1 normal both empty-animation;
  -webkit-animation: 2s ease-in-out 0s 1 normal both empty-animation;
  -moz-animation: 2s ease-in-out 0s 1 normal both empty-animation;
  -ms-animation: 2s ease-in-out 0s 1 normal both empty-animation;
}

.app--dive-live .widget.top-performing-posts.animation--widget-hide .widget-view {
  animation: 0.2s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.5s 1 normal both fade-out;
  -webkit-animation: 0.2s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.5s 1 normal both fade-out;
  -moz-animation: 0.2s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.5s 1 normal both fade-out;
  -ms-animation: 0.2s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.5s 1 normal both fade-out;
}

.app--dive-live .common-social-post {
  height: 100%;
}

.app--dive-live .common-social-post .message__metadata {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.app--dive-live .common-social-post .message__metadata .icon {
  display: flex;
  align-items: center;
  margin-bottom: -0.25rem;
  width: 2rem;
  height: 2rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .common-social-post .message__metadata .icon {
    width: 2.7rem;
    height: 2.7rem;
    margin-right: 0.5rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .common-social-post .message__metadata .icon {
    width: 4rem;
    height: 4rem;
  }

}

.app--dive-live .common-social-post .metadata__metrics {
  display: flex;
  align-items: center;
}

.app--dive-live .common-social-post .metric {
  margin: 0 1.7rem 0 0;
  display: inline-flex;
  align-items: center;
}

.app--dive-live .common-social-post .metric__label {
  color: #757579;
  margin-left: 0.6rem;
}

.app--dive-live .common-social-post .metrics__like-count {
  margin: 0;
  position: relative;
  top: .1rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .common-social-post .metrics__like-count {
    top: .2rem;
    margin-bottom: .2rem;
  }

}

.app--dive-live .common-post-layout--side-by-side {
  height: 100%;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  background: #fff;
}

.app--dive-live .common-post-layout--side-by-side.image-on-left {
  flex-direction: row;
}

.app--dive-live .common-post-layout--side-by-side.image-on-right {
  flex-direction: row-reverse;
}

.app--dive-live .common-post-layout--side-by-side .post-view__image {
  padding: 0;
  height: 100%;
  width: 50%;
  position: relative;
  z-index: 920;
}

.app--dive-live .common-post-layout--side-by-side .post-view__image img {
  object-fit: cover;
  height: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.app--dive-live .common-post-layout--side-by-side.common-post--instagram .post-view__image {
  background-color: #000;
}

.app--dive-live .common-post-layout--side-by-side .post-view__message {
  width: 50%;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  padding: 2.5rem 2rem .5rem;
  flex-direction: column;
  position: relative;
  z-index: 930;
  display: flex;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .common-post-layout--side-by-side .post-view__message {
    padding: 3% 2% 1%;
  }

}

.app--dive-live .common-post-layout--side-by-side .metadata__date {
  color: #757579;
  margin-right: .5rem;
  font-size: 3rem;
  font-weight: 600;
}

.app--dive-live .common-post-layout--side-by-side .message__content {
  padding: 1rem 0;
  width: 100%;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .common-post-layout--side-by-side .message__content {
    padding: 1rem 0 2rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .common-post-layout--side-by-side .message__content {
    padding: 1rem 0 2rem;
  }

}

.app--dive-live .common-post-layout--side-by-side .content__text {
  color: #000;
  font-weight: 400;
  font-size: 2.8rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .common-post-layout--side-by-side .content__text {
    font-size: 3.8rem;
  }
  
  .app--dive-live .common-post-layout--side-by-side .content__text.text--very-small {
    font-size: 3rem;
  }
  
  .app--dive-live .common-post-layout--side-by-side .content__text.text--small {
    font-size: 3.6rem;
  }
  
  .app--dive-live .common-post-layout--side-by-side .content__text.text--large {
    font-size: 4.2rem;
  }
  
  .app--dive-live .common-post-layout--side-by-side .content__text.text--very-large {
    font-size: 4.8rem;
  }

}

.app--dive-live .common-post-layout--side-by-side .metadata__metrics {
  display: block;
}

.app--dive-live .common-post-layout--side-by-side .metric {
  font-size: 2.7rem;
  align-items: center;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .common-post-layout--side-by-side .metric {
    font-size: 4.2rem;
  }

}

.app--dive-live .common-post-layout--fullscreen-image {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: .5rem 0;
  background-color: #fff;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .common-post-layout--fullscreen-image {
    padding: 2rem 0;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .common-post-layout--fullscreen-image {
    padding: 3rem 0;
  }

}

.app--dive-live .common-post-layout--fullscreen-image.bg-img-is-repeating {
  background-repeat: repeat;
}

.app--dive-live .common-post-layout--fullscreen-image.bg-img-is-fullscreen {
  background-size: cover;
  padding: 2.5rem 1rem 1rem;
  align-items: center;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .common-post-layout--fullscreen-image.bg-img-is-fullscreen {
    padding: 3rem 1rem 1rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .common-post-layout--fullscreen-image.bg-img-is-fullscreen {
    padding: 3% 6rem 1%;
  }

}

.app--dive-live .common-post-layout--fullscreen-image .header__author, .app--dive-live .common-post-layout--fullscreen-image .metadata__metrics {
  color: hsla(220.64516, 44.07583%, 51.372547%, 1.0);
}

.app--dive-live .common-post-layout--fullscreen-image.common-post--pinterest .header__author, .app--dive-live .common-post-layout--fullscreen-image.common-post--pinterest .metadata__metrics {
  color: hsla(357.54385, 72.76596%, 56.07843%, 1.0);
}

.app--dive-live .common-post-layout--fullscreen-image .post-view__image {
  width: 100%;
  top: -5%;
  justify-content: center;
  height: 110%;
  align-items: center;
  position: absolute;
  z-index: 920;
  display: flex;
  left: 0;
}

.app--dive-live .common-post-layout--fullscreen-image .post-view__image img {
  width: auto;
  max-width: 100%;
  top: 50%;
  height: 100%;
  margin: 0;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  position: absolute;
  object-fit: contain;
  box-shadow: 0 3px 14px 3px rgba(0, 0, 0, 0.3);
  max-height: 100%;
  left: 50%;
}

.app--dive-live .common-post-layout--fullscreen-image .message__content.info-blob {
  padding: 1.4rem;
}

.app--dive-live .common-post-layout--fullscreen-image .post-view__message {
  padding: 1.2rem 1.5rem .9rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .common-post-layout--fullscreen-image .post-view__message {
    padding: 1.2rem 2.5rem .9rem;
  }

}

.app--dive-live .common-post-layout--fullscreen-image .content__text {
  color: #000;
  font-size: 3rem;
  min-height: 3.5rem;
  line-height: 1.15;
  font-weight: 600;
  word-break: break-word;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .common-post-layout--fullscreen-image .content__text {
    font-size: 3.5rem;
    min-height: 5rem;
  }
  
  .app--dive-live .common-post-layout--fullscreen-image .content__text.text--very-small {
    font-size: 3rem;
    min-height: 4.5rem;
  }
  
  .app--dive-live .common-post-layout--fullscreen-image .content__text.text--small {
    font-size: 3.2rem;
    min-height: 4.7rem;
  }
  
  .app--dive-live .common-post-layout--fullscreen-image .content__text.text--large {
    font-size: 4rem;
    min-height: 5.5rem;
  }
  
  .app--dive-live .common-post-layout--fullscreen-image .content__text.text--very-large {
    font-size: 4.5rem;
    min-height: 6rem;
  }

}

.app--dive-live .common-post-layout--fullscreen-image .message__metadata {
  color: #757579;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 1rem 0 0 0;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .common-post-layout--fullscreen-image .message__metadata {
    padding: 1.5rem 0 0 0;
    font-size: 3.1rem;
  }

}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .common-post-layout--fullscreen-image .metric .icon {
    width: 2.6rem;
    height: 2.6rem;
    margin-right: 0.5rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .common-post-layout--fullscreen-image .metric .icon {
    width: 2.95rem;
    height: 2.95rem;
  }

}

.app--dive-live .common-post-layout--fullscreen-image .message__header {
  color: #757579;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
  font-size: 2.8rem;
}

.app--dive-live .animation--frame-show .common-post-layout--side-by-side .post-view__message {
  animation: .8s cubic-bezier(0.21, 0.61, 0.35, 1) 1.5s 1 normal both fade-in-bottom;
  -webkit-animation: .8s cubic-bezier(0.21, 0.61, 0.35, 1) 1.5s 1 normal both fade-in-bottom;
  -moz-animation: .8s cubic-bezier(0.21, 0.61, 0.35, 1) 1.5s 1 normal both fade-in-bottom;
  -ms-animation: .8s cubic-bezier(0.21, 0.61, 0.35, 1) 1.5s 1 normal both fade-in-bottom;
}

.app--dive-live .animation--frame-show .common-post-layout--side-by-side.image-on-right .post-view__image {
  animation: 1s cubic-bezier(0.21, 0.61, 0.35, 1) 1s 1 normal both slide-in-from-right;
  -webkit-animation: 1s cubic-bezier(0.21, 0.61, 0.35, 1) 1s 1 normal both slide-in-from-right;
  -moz-animation: 1s cubic-bezier(0.21, 0.61, 0.35, 1) 1s 1 normal both slide-in-from-right;
  -ms-animation: 1s cubic-bezier(0.21, 0.61, 0.35, 1) 1s 1 normal both slide-in-from-right;
}

.app--dive-live .animation--frame-show .common-post-layout--side-by-side.image-on-left .post-view__image {
  animation: 1s cubic-bezier(0.21, 0.61, 0.35, 1) 1s 1 normal both slide-in-from-left;
  -webkit-animation: 1s cubic-bezier(0.21, 0.61, 0.35, 1) 1s 1 normal both slide-in-from-left;
  -moz-animation: 1s cubic-bezier(0.21, 0.61, 0.35, 1) 1s 1 normal both slide-in-from-left;
  -ms-animation: 1s cubic-bezier(0.21, 0.61, 0.35, 1) 1s 1 normal both slide-in-from-left;
}

.app--dive-live .animation--frame-show .common-post-layout--fullscreen-image {
  animation: 0.5s ease-in-out 0.3s 1 normal both fade-in;
  -webkit-animation: 0.5s ease-in-out 0.3s 1 normal both fade-in;
  -moz-animation: 0.5s ease-in-out 0.3s 1 normal both fade-in;
  -ms-animation: 0.5s ease-in-out 0.3s 1 normal both fade-in;
}

.app--dive-live .animation--frame-show .common-post-layout--fullscreen-image .post-view__message {
  animation: 0.5s ease-in-out 1s 1 normal both fade-in;
  -webkit-animation: 0.5s ease-in-out 1s 1 normal both fade-in;
  -moz-animation: 0.5s ease-in-out 1s 1 normal both fade-in;
  -ms-animation: 0.5s ease-in-out 1s 1 normal both fade-in;
}

.app--dive-live .animation--frame-show .common-post-layout--fullscreen-image .post-view__image {
  animation: 0.4s ease-in-out 0.3s 1 normal both fade-in;
  -webkit-animation: 0.4s ease-in-out 0.3s 1 normal both fade-in;
  -moz-animation: 0.4s ease-in-out 0.3s 1 normal both fade-in;
  -ms-animation: 0.4s ease-in-out 0.3s 1 normal both fade-in;
}

.app--dive-live .animation--frame-hide .common-post-layout--side-by-side .post-view__message {
  animation: .8s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.1s 1 normal both fade-out-bottom;
  -webkit-animation: .8s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.1s 1 normal both fade-out-bottom;
  -moz-animation: .8s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.1s 1 normal both fade-out-bottom;
  -ms-animation: .8s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.1s 1 normal both fade-out-bottom;
}

.app--dive-live .animation--frame-hide .common-post-layout--side-by-side.image-on-right .post-view__image {
  animation: 1s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1s 1 normal both slide-out-to-left;
  -webkit-animation: 1s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1s 1 normal both slide-out-to-left;
  -moz-animation: 1s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1s 1 normal both slide-out-to-left;
  -ms-animation: 1s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1s 1 normal both slide-out-to-left;
}

.app--dive-live .animation--frame-hide .common-post-layout--side-by-side.image-on-left .post-view__image {
  animation: 1s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1s 1 normal both slide-out-to-left;
  -webkit-animation: 1s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1s 1 normal both slide-out-to-left;
  -moz-animation: 1s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1s 1 normal both slide-out-to-left;
  -ms-animation: 1s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1s 1 normal both slide-out-to-left;
}

.app--dive-live .animation--frame-hide .common-post-layout--fullscreen-image .post-view__message {
  animation: 0.8s ease-in-out 0.1s 1 normal both fade-out;
  -webkit-animation: 0.8s ease-in-out 0.1s 1 normal both fade-out;
  -moz-animation: 0.8s ease-in-out 0.1s 1 normal both fade-out;
  -ms-animation: 0.8s ease-in-out 0.1s 1 normal both fade-out;
}

.app--dive-live .animation--frame-hide .common-post-layout--fullscreen-image .post-view__image {
  animation: 0.4s ease-in-out 1.7s 1 normal both fade-out;
  -webkit-animation: 0.4s ease-in-out 1.7s 1 normal both fade-out;
  -moz-animation: 0.4s ease-in-out 1.7s 1 normal both fade-out;
  -ms-animation: 0.4s ease-in-out 1.7s 1 normal both fade-out;
}

.app--dive-live .twitter-post {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1rem 0.5rem;
  position: relative;
}

.app--dive-live .twitter-post .content__text {
  color: #000;
  word-break: break-word;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.app--dive-live .twitter-post .account-details__account-name {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.app--dive-live .twitter-post .account-details__account-handle {
  font-family: Helvetica, Arial, sans-serif;
}

.app--dive-live .twitter-post .post__date {
  font-family: Helvetica, Arial, sans-serif;
}

.app--dive-live .twitter-post .account-details__avatar {
  padding: 0;
  overflow: hidden;
}

.app--dive-live .twitter-post .account-details__avatar a {
  height: 100%;
  width: 100%;
}

.app--dive-live .twitter-post .background {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.app--dive-live .twitter-post .post-view__message {
  max-width: 1200px;
  align-items: flex-start;
  padding: 0.8rem 0.7rem;
  flex-direction: column;
  position: relative;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  backdrop-filter: blur(.2rem);
  -webkit-backdrop-filter: blur(.2rem);
  -moz-backdrop-filter: blur(.2rem);
  -ms-backdrop-filter: blur(.2rem);
  transition: .6s ease;
}

.app--dive-live .twitter-post .message__metadata {
  color: #787878;
  width: 100%;
  margin-top: 1rem;
}

.app--dive-live .twitter-post .message__metadata .group {
  margin: 0 1.2rem 0 0;
}

.app--dive-live .twitter-post .message__metadata .icon img {
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
  top: .15rem;
  margin-right: .2rem;
  display: inline-block;
}

.app--dive-live .twitter-post .message__metadata .metadata--likes .icon img {
  width: 3rem;
  margin-bottom: 0.2rem;
  margin-right: .2rem;
}

.app--dive-live .twitter-post .message__metadata .metadata--retweets .icon img {
  width: 2.75rem;
  margin-bottom: 0.2rem;
  margin-right: .5rem;
}

.app--dive-live .twitter-post.has-no-img .content__text {
  font-size: 2.3rem;
  line-height: 1.1;
}

.app--dive-live .twitter-post.has-img .post-view__image {
  height: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 920;
}

.app--dive-live .twitter-post.has-img .post-view__image img {
  height: calc(30vh - 3rem);
  min-height: 7rem;
  width: initial;
  max-width: 100%;
  object-fit: contain;
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 0;
}

.app--dive-live .twitter-post.has-img .message__content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.app--dive-live .twitter-post.has-img .post-view__message {
  position: relative;
  z-index: 930;
}

.app--dive-live .twitter-post.has-img .content__text {
  font-size: 1.3rem;
  min-height: 1.6rem;
  line-height: 1.1;
  flex: 3;
  margin: 1rem 0.5rem 0;
}

@media screen and (max-height: 481px) {

  
  


}

@media screen and (min-height: 481px) and (min-width: 767px) {

  
  
  
  
  .app--dive-live .twitter-post .tw-tweet {
    width: 95%;
  }
  
  
  
  
  
  .app--dive-live .twitter-post .message__metadata .icon img {
    width: 2rem;
    height: 2rem;
    top: .25rem;
    margin-right: .25rem;
  }
  
  
  
  .app--dive-live .twitter-post.has-img .post-view__image {
    max-width: 50%;
  }
  
  .app--dive-live .twitter-post.has-img .post-view__image img {
    height: auto;
    max-height: 53vh;
    min-height: 8.4rem;
  }
  
  .app--dive-live .twitter-post.has-img .content__text {
    min-height: 2.5rem;
    font-size: 2rem;
    margin: 1.5rem 1rem 0;
  }

}

@media screen and (min-width: 1024px) {

  
  
  
  
  .app--dive-live .twitter-post .post-view__message {
    padding: 1.6rem 1.5rem 1.2rem;
  }
  
  
  
  .app--dive-live .twitter-post.has-img .message__content {
    flex-direction: row;
  }
  
  .app--dive-live .twitter-post.has-img .content__text {
    margin: 0 0 0 2rem;
  }

}

@media screen and (min-width: 1400px) {

  
  


}

@media screen and (min-width: 1824px) {

  
  
  .app--dive-live .twitter-post {
    padding: 4% 7rem 2%;
  }
  
  .app--dive-live .twitter-post .content__text {
    min-height: 8rem;
  }
  
  .app--dive-live .twitter-post .post-view__message {
    max-width: none;
    padding: 3rem 3rem 2rem;
  }
  
  
  
  .app--dive-live .twitter-post .message__metadata .group {
    margin: 0 1.8rem 0 0;
  }
  
  
  
  .app--dive-live .twitter-post .message__metadata .icon img {
    top: .35rem;
    margin-right: .4rem;
  }
  
  .app--dive-live .twitter-post .content__text {
    font-size: 2rem;
  }
  
  
  
  .app--dive-live .twitter-post .content__text.has-no-img .message__metadata {
    font-size: 3.6rem;
  }
  
  
  
  .app--dive-live .twitter-post .content__text.has-no-img .message__metadata .icon img {
    width: 2.9rem;
    height: 2.9rem;
  }
  
  
  
  
  
  .app--dive-live .twitter-post.has-img .post-view__image img {
    height: calc((60vh) * .8 - 10rem);
  }
  
  .app--dive-live .twitter-post.has-img .post-view__message {
    max-height: 100%;
  }
  
  .app--dive-live .twitter-post.has-img .message__metadata {
    font-size: 2.2rem;
  }
  
  
  
  .app--dive-live .twitter-post.has-img .message__metadata .icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .app--dive-live .twitter-post.has-img .content__text {
    max-height: 30rem;
    font-size: 2.2rem;
    overflow: hidden;
  }

}

@media screen and (min-width: 1024px) and (min-height: 1824px) {

  
  


}

.app--dive-live .widget.family--tw-post.animation--frame-show .widget-view--post-view {
  animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -webkit-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -moz-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -ms-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
}

.app--dive-live .widget.family--tw-post.animation--frame-show .post-view__message {
  animation: 1.2s cubic-bezier(0.21, 0.61, 0.35, 1) 1s 1 normal both fade-in-bottom;
  -webkit-animation: 1.2s cubic-bezier(0.21, 0.61, 0.35, 1) 1s 1 normal both fade-in-bottom;
  -moz-animation: 1.2s cubic-bezier(0.21, 0.61, 0.35, 1) 1s 1 normal both fade-in-bottom;
  -ms-animation: 1.2s cubic-bezier(0.21, 0.61, 0.35, 1) 1s 1 normal both fade-in-bottom;
}

.app--dive-live .widget.family--tw-post.animation--frame-hide .post-view__message {
  animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1.1s 1 normal both fade-out;
  -webkit-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1.1s 1 normal both fade-out;
  -moz-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1.1s 1 normal both fade-out;
  -ms-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1.1s 1 normal both fade-out;
}

.app--dive-live .widget.family--tw-post.animation--frame-hide .frame {
  animation: 0.3s cubic-bezier(0.57, 0, 0, 1) 1.6s 1 normal both fade-out;
  -webkit-animation: 0.3s cubic-bezier(0.57, 0, 0, 1) 1.6s 1 normal both fade-out;
  -moz-animation: 0.3s cubic-bezier(0.57, 0, 0, 1) 1.6s 1 normal both fade-out;
  -ms-animation: 0.3s cubic-bezier(0.57, 0, 0, 1) 1.6s 1 normal both fade-out;
}

.app--dive-live .widget.pundit-news .widget-view--news-intro {
  line-height: 1;
  width: 100%;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding: 0 4rem;
  flex-direction: column;
  text-align: center;
  font-size: 3rem;
  background-color: #00897B;
  display: flex;
  color: #fff;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.pundit-news .widget-view--news-intro {
    font-size: 5rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.pundit-news .widget-view--news-intro {
    font-size: 6.5rem;
  }

}

.app--dive-live .widget.pundit-news.animation--frame-show .widget-view--post-view {
  animation: 2s ease-in-out 0s 1 normal both empty-animation;
  -webkit-animation: 2s ease-in-out 0s 1 normal both empty-animation;
  -moz-animation: 2s ease-in-out 0s 1 normal both empty-animation;
  -ms-animation: 2s ease-in-out 0s 1 normal both empty-animation;
}

.app--dive-live .widget.pundit-news.animation--frame-show .widget-view--news-intro {
  animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-top;
  -webkit-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-top;
  -moz-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-top;
  -ms-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-top;
}

.app--dive-live .widget.pundit-news.animation--frame-show .widget-view--news-intro .news-intro__text {
  animation: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s 1 normal both fade-in-top;
  -webkit-animation: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s 1 normal both fade-in-top;
  -moz-animation: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s 1 normal both fade-in-top;
  -ms-animation: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s 1 normal both fade-in-top;
}

.app--dive-live .widget.pundit-news.animation--frame-show .post-view__message {
  animation: 1s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both slide-in-from-right;
  -webkit-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both slide-in-from-right;
  -moz-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both slide-in-from-right;
  -ms-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both slide-in-from-right;
}

.app--dive-live .widget.pundit-news.animation--frame-hide .widget-view--news-intro {
  animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-out;
  -webkit-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-out;
  -moz-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-out;
  -ms-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-out;
}

.app--dive-live .widget.pundit-news.animation--frame-hide .post-view__message, .app--dive-live .widget.pundit-news.animation--frame-hide .frame {
  animation: 2s ease-in-out 0s 1 normal both empty-animation;
  -webkit-animation: 2s ease-in-out 0s 1 normal both empty-animation;
  -moz-animation: 2s ease-in-out 0s 1 normal both empty-animation;
  -ms-animation: 2s ease-in-out 0s 1 normal both empty-animation;
}

.app--dive-live .widget.pundit-news.animation--frame-hide .post-view__message {
  animation: 1s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2s 1 normal both slide-out-to-left;
  -webkit-animation: 1s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2s 1 normal both slide-out-to-left;
  -moz-animation: 1s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2s 1 normal both slide-out-to-left;
  -ms-animation: 1s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2s 1 normal both slide-out-to-left;
}

.app--dive-live .tw-top-brand-influencers .frame {
  background-color: #222;
}

.app--dive-live .tw-top-brand-influencers .influencer-list {
  width: 100%;
  top: 50%;
  justify-content: center;
  height: 100%;
  align-items: flex-start;
  padding: 3rem 0.2rem 1rem;
  flex-direction: column;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  position: absolute;
  display: flex;
  left: 0;
}

@media screen and (max-height: 481px) {

  .app--dive-live .tw-top-brand-influencers .influencer-list {
    padding: 8% 0.2rem 1rem;
  }

}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .tw-top-brand-influencers .influencer-list {
    padding: 4% 1rem 1%;
    align-items: center;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .tw-top-brand-influencers .influencer-list {
    flex-direction: row;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .tw-top-brand-influencers .influencer-list {
    padding: 3% 3rem 2%;
  }

}

.app--dive-live .tw-top-brand-influencers .influencer-list .influencer-wrapper {
  justify-content: center;
}

.app--dive-live .tw-top-brand-influencers .influencer-wrapper {
  width: 100%;
  justify-content: flex-start;
  margin: .6rem 0;
  align-items: center;
  padding: 0;
  position: relative;
  display: flex;
  max-height: 25%;
  color: #fff;
}

@media screen and (max-height: 481px) {

  .app--dive-live .tw-top-brand-influencers .influencer-wrapper {
    margin: .3rem 0 .5rem;
  }

}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .tw-top-brand-influencers .influencer-wrapper {
    max-height: 26vh;
    align-items: flex-start;
    margin: 1rem 0;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .tw-top-brand-influencers .influencer-wrapper {
    width: 28%;
    max-width: 18rem;
    max-height: 48rem;
    margin: 0 2vw;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .tw-top-brand-influencers .influencer-wrapper {
    width: 27%;
    max-width: 23rem;
  }

}

.app--dive-live .tw-top-brand-influencers .influencer {
  width: 95%;
  border-left: .7rem solid #2F4F97;
  justify-content: flex-start;
  height: auto;
  text-align: left;
  align-content: center;
  overflow: hidden;
  background-color: rgba(161, 203, 247, 0.27);
  border-radius: 6px;
  display: flex;
}

@media screen and (max-height: 481px) {

  .app--dive-live .tw-top-brand-influencers .influencer {
    width: auto;
    min-width: 80%;
    margin-left: .5rem;
  }

}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .tw-top-brand-influencers .influencer {
    width: 95%;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .tw-top-brand-influencers .influencer {
    flex-direction: column;
    width: 100%;
    max-width: 450px;
    border-left: none;
    border-bottom: 1.2rem solid #2F4F97;
  }

}

.app--dive-live .tw-top-brand-influencers .influencer .avatar {
  height: auto;
  width: 28%;
  border: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  box-shadow: none;
  background-size: cover;
}

@media screen and (max-height: 481px) {

  .app--dive-live .tw-top-brand-influencers .influencer .avatar {
    width: 5rem;
  }

}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .tw-top-brand-influencers .influencer .avatar {
    width: 12rem;
    height: 12rem;
  }
  
  .app--dive-live .tw-top-brand-influencers .influencer .avatar img {
    border-radius: 0;
    background: #55acee url(/img/backgrounds/twitter-default.png) no-repeat 50% 50%;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .tw-top-brand-influencers .influencer .avatar {
    width: 100%;
    height: 18rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .tw-top-brand-influencers .influencer .avatar {
    height: 22.4rem;
  }

}

.app--dive-live .tw-top-brand-influencers .influencer .avatar img {
  width: 100%;
  top: 50%;
  height: 100%;
  margin: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  object-fit: cover;
  border-radius: 0;
  left: 0;
}

@media screen and (min-width: 1024px) {

  .app--dive-live .tw-top-brand-influencers .influencer .avatar img {
    height: auto;
    width: 100%;
    border-radius: 5px 5px 0 0;
    margin: 0 auto;
  }

}

.app--dive-live .tw-top-brand-influencers .influencer .social-user__account-details {
  margin-bottom: unset;
}

.app--dive-live .tw-top-brand-influencers .influencer .account-details__name-group {
  line-height: 1;
  width: 100%;
  font-family: BentonSansCondensedMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  height: 100%;
  margin: unset;
  padding: unset;
  word-wrap: break-word;
  font-weight: 400;
  font-size: 1rem;
}

@media screen and (max-height: 481px) {

  .app--dive-live .tw-top-brand-influencers .influencer .account-details__name-group {
    display: inline-block;
    width: 88%;
    padding: .4rem .7rem;
  }

}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .tw-top-brand-influencers .influencer .account-details__name-group {
    padding: 2vh 1.2rem 1.4vh;
    font-size: 2rem;
    width: auto;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .tw-top-brand-influencers .influencer .account-details__name-group {
    font-size: 2.3rem;
  }

}

.app--dive-live .tw-top-brand-influencers .influencer .account-details__name-group .account-details__account-name {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: .2rem;
}

@media screen and (max-height: 481px) {

  .app--dive-live .tw-top-brand-influencers .influencer .account-details__name-group .account-details__account-name {
    display: block;
  }

}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .tw-top-brand-influencers .influencer .account-details__name-group .account-details__account-name {
    font-size: 2.4rem;
    margin-bottom: .4rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .tw-top-brand-influencers .influencer .account-details__name-group .account-details__account-name {
    font-size: 2.8rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .tw-top-brand-influencers .influencer .account-details__name-group .account-details__account-name {
    font-size: 3.3rem;
  }

}

.app--dive-live .tw-top-brand-influencers .influencer .account-details__name-group .account-details__account-name a {
  color: #fff;
}

.app--dive-live .tw-top-brand-influencers .influencer .account-details__name-group .account-details__account-handle {
  margin-bottom: 1rem;
  font-size: inherit;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .tw-top-brand-influencers .influencer .account-details__name-group .account-details__account-handle {
    font-size: inherit;
    margin-bottom: 1.8rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .tw-top-brand-influencers .influencer .account-details__name-group .account-details__account-handle {
    font-size: inherit;
  }

}

.app--dive-live .tw-top-brand-influencers .influencer .account-details__name-group .account-details__account-handle a {
  color: #ccc;
}

@media screen and (max-height: 481px) {

  .app--dive-live .tw-top-brand-influencers .influencer .account-details__name-group .account-details__follower-count {
    float: right;
  }

}

.app--dive-live .tw-top-brand-influencers .rank__val {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 1.3rem;
  text-shadow: 4px 6px 7px #383131;
}

@media screen and (min-width: 1400px) {

  .app--dive-live .tw-top-brand-influencers .rank__val {
    font-size: 1.3rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .tw-top-brand-influencers .rank__val {
    font-size: 7rem;
  }

}

.app--dive-live .tw-top-brand-influencers .widget-view--tweet-showcase-view {
  padding: 2.5rem 3vw 1rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-height: 481px) {

  .app--dive-live .tw-top-brand-influencers .widget-view--tweet-showcase-view {
    padding: 6% 2vw 2%;
  }

}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .tw-top-brand-influencers .widget-view--tweet-showcase-view {
    padding: 3rem 1rem 1rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .tw-top-brand-influencers .widget-view--tweet-showcase-view {
    flex-direction: row;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .tw-top-brand-influencers .widget-view--tweet-showcase-view {
    padding: 3% 3rem 2%;
  }

}

.app--dive-live .tw-top-brand-influencers .widget-view--tweet-showcase-view .card {
  height: 50%;
}

.app--dive-live .tw-top-brand-influencers .tweet-area {
  max-height: 75%;
  width: 95%;
  align-self: flex-end;
  display: table;
  flex-direction: column;
}

@media screen and (max-height: 481px) {

  .app--dive-live .tw-top-brand-influencers .tweet-area {
    height: 90%;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .tw-top-brand-influencers .tweet-area {
    width: 72%;
    justify-content: center;
    height: 100%;
    margin-right: 0;
    align-items: flex-end;
    flex-direction: column;
    margin-left: 1rem;
    display: flex;
    max-height: none;
  }

}

.app--dive-live .tw-top-brand-influencers .tweet {
  width: 100%;
  margin: .4rem 0;
  align-items: center;
  padding: .6rem;
  flex-direction: row;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: .6rem;
  display: flex;
  background: #fff;
  color: #000;
}

@media screen and (max-height: 481px) {

  .app--dive-live .tw-top-brand-influencers .tweet {
    width: auto;
  }

}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .tw-top-brand-influencers .tweet {
    padding: .8rem 1rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .tw-top-brand-influencers .tweet {
    padding: 1.5rem;
    margin: .8rem .5rem;
  }

}

.app--dive-live .tw-top-brand-influencers .tweet .tweet__body {
  font-size: 2rem;
  text-align: left;
  font-family: BentonSansMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  max-height: 14rem;
  margin: 0 0 .5rem;
}

@media screen and (min-width: 1024px) {

  .app--dive-live .tw-top-brand-influencers .tweet .tweet__body {
    margin: 0 0 1rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .tw-top-brand-influencers .tweet .tweet__body {
    font-size: 3rem;
    line-height: 1.1;
  }

}

.app--dive-live .tw-top-brand-influencers .tweet.has-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.app--dive-live .tw-top-brand-influencers .tweet.has-img .tweet__image {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 920;
}

@media screen and (max-height: 481px) {

  .app--dive-live .tw-top-brand-influencers .tweet.has-img .tweet__image {
    width: 4rem;
  }

}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .tw-top-brand-influencers .tweet.has-img .tweet__image {
    max-width: 50%;
  }

}

.app--dive-live .tw-top-brand-influencers .tweet.has-img .tweet__image img {
  height: auto;
  width: 100%;
  object-fit: contain;
  border-radius: 5px;
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 0;
}

@media screen and (max-height: 481px) {

  .app--dive-live .tw-top-brand-influencers .tweet.has-img .tweet__image img {
    height: 3.6rem;
  }

}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .tw-top-brand-influencers .tweet.has-img .tweet__image img {
    height: auto;
    width: 100%;
    max-height: 53vh;
    min-height: 8.4rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .tw-top-brand-influencers .tweet.has-img .tweet__image img {
    height: calc((50vh) * .9 - 10rem);
  }

}

.app--dive-live .tw-top-brand-influencers .tweet.has-img .tweet__text {
  width: 70%;
  margin-left: .5rem;
}

@media screen and (max-height: 481px) {

  .app--dive-live .tw-top-brand-influencers .tweet.has-img .tweet__text {
    width: auto;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .tw-top-brand-influencers .tweet.has-img .tweet__text {
    margin-left: .8rem;
  }

}

.app--dive-live .tw-top-brand-influencers .tweet.has-img .tweet__body {
  font-size: 1.8rem;
  line-height: 1;
  margin: .5rem 0;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .tw-top-brand-influencers .tweet.has-img .tweet__body {
    min-height: 2.5rem;
    line-height: 1.2;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .tw-top-brand-influencers .tweet.has-img .tweet__body {
    margin: 0 0 1rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .tw-top-brand-influencers .tweet.has-img .tweet__body {
    font-size: 2.2rem;
  }

}

.app--dive-live .tw-top-brand-influencers .tweet .tweet__metadata {
  color: #787878;
  width: 100%;
}

.app--dive-live .tw-top-brand-influencers .tweet .tweet__metadata .group {
  margin: 0 .6rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .tw-top-brand-influencers .tweet .tweet__metadata .group {
    margin: 0 .9rem;
    font-size: 1.5rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .tw-top-brand-influencers .tweet .tweet__metadata .group {
    margin: 0 1.3rem 0 0;
    font-size: 2.6rem;
  }

}

.app--dive-live .tw-top-brand-influencers .tweet .tweet__metadata .icon img {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: .15rem;
  margin-right: .2rem;
  display: inline-block;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .tw-top-brand-influencers .tweet .tweet__metadata .icon img {
    width: 1.6rem;
    height: 1.6rem;
    top: .25rem;
    margin-right: .5rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .tw-top-brand-influencers .tweet .tweet__metadata .icon img {
    width: 2.4rem;
    height: 2.4rem;
    top: .35rem;
    margin-right: .5rem;
  }

}

.app--dive-live .tw-top-brand-influencers.animation--frame-show .influencer-wrapper:nth-child(1) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.4s 1 normal both fade-in-left;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.4s 1 normal both fade-in-left;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.4s 1 normal both fade-in-left;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.4s 1 normal both fade-in-left;
}

.app--dive-live .tw-top-brand-influencers.animation--frame-show .influencer-wrapper:nth-child(2) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.6000000000000001s 1 normal both fade-in-left;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.6000000000000001s 1 normal both fade-in-left;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.6000000000000001s 1 normal both fade-in-left;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.6000000000000001s 1 normal both fade-in-left;
}

.app--dive-live .tw-top-brand-influencers.animation--frame-show .influencer-wrapper:nth-child(3) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.8s 1 normal both fade-in-left;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.8s 1 normal both fade-in-left;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.8s 1 normal both fade-in-left;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.8s 1 normal both fade-in-left;
}

.app--dive-live .tw-top-brand-influencers.animation--frame-show .widget-view--tweet-showcase-view .tweet:nth-child(1) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.3s 1 normal both fade-in-right;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.3s 1 normal both fade-in-right;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.3s 1 normal both fade-in-right;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.3s 1 normal both fade-in-right;
}

.app--dive-live .tw-top-brand-influencers.animation--frame-show .widget-view--tweet-showcase-view .tweet:nth-child(2) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 4.8s 1 normal both fade-in-right;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 4.8s 1 normal both fade-in-right;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 4.8s 1 normal both fade-in-right;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 4.8s 1 normal both fade-in-right;
}

.app--dive-live .tw-top-brand-influencers.animation--frame-hide .widget-view--influencer-view .influencer-wrapper:nth-child(1) {
  animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.0s 1 normal both fade-out-right;
  -webkit-animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.0s 1 normal both fade-out-right;
  -moz-animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.0s 1 normal both fade-out-right;
  -ms-animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.0s 1 normal both fade-out-right;
}

.app--dive-live .tw-top-brand-influencers.animation--frame-hide .widget-view--influencer-view .influencer-wrapper:nth-child(2) {
  animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.15s 1 normal both fade-out-right;
  -webkit-animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.15s 1 normal both fade-out-right;
  -moz-animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.15s 1 normal both fade-out-right;
  -ms-animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.15s 1 normal both fade-out-right;
}

.app--dive-live .tw-top-brand-influencers.animation--frame-hide .widget-view--influencer-view .influencer-wrapper:nth-child(3) {
  animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.3s 1 normal both fade-out-right;
  -webkit-animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.3s 1 normal both fade-out-right;
  -moz-animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.3s 1 normal both fade-out-right;
  -ms-animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.3s 1 normal both fade-out-right;
}

@media screen and (min-width: 1024px) {

  
  
  .app--dive-live .tw-top-brand-influencers.animation--frame-hide .widget-view--influencer-view .influencer-wrapper:nth-child(1) {
    animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.0s 1 normal both fade-out-left;
    -webkit-animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.0s 1 normal both fade-out-left;
    -moz-animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.0s 1 normal both fade-out-left;
    -ms-animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.0s 1 normal both fade-out-left;
  }
  
  .app--dive-live .tw-top-brand-influencers.animation--frame-hide .widget-view--influencer-view .influencer-wrapper:nth-child(2) {
    animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.15s 1 normal both fade-out-left;
    -webkit-animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.15s 1 normal both fade-out-left;
    -moz-animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.15s 1 normal both fade-out-left;
    -ms-animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.15s 1 normal both fade-out-left;
  }
  
  .app--dive-live .tw-top-brand-influencers.animation--frame-hide .widget-view--influencer-view .influencer-wrapper:nth-child(3) {
    animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.3s 1 normal both fade-out-left;
    -webkit-animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.3s 1 normal both fade-out-left;
    -moz-animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.3s 1 normal both fade-out-left;
    -ms-animation: 0.6s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.3s 1 normal both fade-out-left;
  }

}

.app--dive-live .tw-top-brand-influencers.animation--frame-hide .widget-view--tweet-showcase-view .influencer-wrapper {
  animation: 2s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both slide-out-to-top;
  -webkit-animation: 2s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both slide-out-to-top;
  -moz-animation: 2s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both slide-out-to-top;
  -ms-animation: 2s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both slide-out-to-top;
}

.app--dive-live .tw-top-brand-influencers.animation--frame-hide .widget-view--tweet-showcase-view .tweet {
  animation: 1.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s 1 normal both fade-out-right;
  -webkit-animation: 1.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s 1 normal both fade-out-right;
  -moz-animation: 1.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s 1 normal both fade-out-right;
  -ms-animation: 1.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s 1 normal both fade-out-right;
}

.app--dive-live .video-post-stats {
  display: none;
}

.app--dive-live .video-post-stats.is-visible {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: +20px;
  left: 1rem;
}

.app--dive-live .video-post-stats .post-view__message {
  padding: 0.8rem 1rem;
  display: flex;
  width: auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 0 0;
  background-color: rgba(255,255,255,0.74);
}

@media screen and (min-width: 1824px) {

  .app--dive-live .video-post-stats .post-view__message {
    padding: 1.1rem 1.3rem;
  }

}

.app--dive-live .video-post-stats .avatar {
  margin: 0 .5rem 0 0;
  float: left;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .video-post-stats .avatar {
    margin: 0 1rem 0 0;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .video-post-stats .avatar {
    min-width: 8rem;
  }

}

.app--dive-live .video-post-stats .meta__content {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 .5rem;
}

.app--dive-live .video-post-stats .content__date {
  color: #757579;
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .video-post-stats .content__date {
    font-size: 2.4rem;
  }

}

.app--dive-live .video-post-stats .post-view__metrics {
  text-align: center;
}

.app--dive-live .video-post-stats .video-metrics {
  display: inline-block;
  text-align: center;
  align-items: baseline;
  font-size: 2rem;
  line-height: 1.1;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .video-post-stats .video-metrics {
    font-size: 3rem;
  }

}

.app--dive-live .video-post-stats .video-metrics__count {
  display: inline-block;
  margin-right: .7rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .video-post-stats .video-metrics__count {
    margin-right: 1.5rem;
  }

}

.app--dive-live .animation--frame-show .video-post-stats.is-visible {
  animation: 1.2s cubic-bezier(0.21, 0.61, 0.35, 1) 1s 1 normal both slide-in-from-bottom;
  -webkit-animation: 1.2s cubic-bezier(0.21, 0.61, 0.35, 1) 1s 1 normal both slide-in-from-bottom;
  -moz-animation: 1.2s cubic-bezier(0.21, 0.61, 0.35, 1) 1s 1 normal both slide-in-from-bottom;
  -ms-animation: 1.2s cubic-bezier(0.21, 0.61, 0.35, 1) 1s 1 normal both slide-in-from-bottom;
}

.app--dive-live .animation--widget-hide .video-post-stats.is-visible {
  animation: 1.5s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-out-to-bottom;
  -webkit-animation: 1.5s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-out-to-bottom;
  -moz-animation: 1.5s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-out-to-bottom;
  -ms-animation: 1.5s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-out-to-bottom;
}

.app--dive-live .facebook-posts.animation--frame-show .facebook-video-post .facebook-player {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
}

.app--dive-live .facebook-posts.animation--frame-hide {

}

.app--dive-live .facebook-posts.animation--widget-hide .facebook-video-post .facebook-player {
  animation: 1s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-out;
  -webkit-animation: 1s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-out;
  -moz-animation: 1s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-out;
  -ms-animation: 1s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-out;
}

.app--dive-live .youtube-posts .widget-view--post-view {
  background-size: cover;
  background-color: #000;
}

.app--dive-live .youtube-posts .content__text {
  font-size: 1.2rem;
  line-height: 1.1;
  font-family: BentonSansMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
  margin-bottom: .4rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .youtube-posts .content__text {
    font-size: 2.2rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .youtube-posts .content__text {
    font-size: 4rem;
    line-height: 5rem;
  }

}

@media screen and (min-width: 1824px) {

  
  
  .app--dive-live .youtube-posts .content__text.text--very-small {
    font-size: 3.2rem;
    line-height: 4.5rem;
  }
  
  .app--dive-live .youtube-posts .content__text.text--small {
    font-size: 3.8rem;
    line-height: 5.1rem;
  }
  
  .app--dive-live .youtube-posts .content__text.text--large {
    font-size: 4.5rem;
    line-height: 5.8rem;
  }

}

.app--dive-live .youtube-posts.animation--frame-show .youtube-player {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
}

.app--dive-live .youtube-posts.animation--widget-hide .widget-view {
  animation: 0.4s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.5s 1 normal both fade-out;
  -webkit-animation: 0.4s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.5s 1 normal both fade-out;
  -moz-animation: 0.4s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.5s 1 normal both fade-out;
  -ms-animation: 0.4s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.5s 1 normal both fade-out;
}

.app--dive-live .widget.family--google-trends .widget-view {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: #eee;
  padding: 0;
}

.app--dive-live .widget.family--google-trends .widget-view__container {
  position: relative;
  height: 100%;
}

.app--dive-live .widget.family--google-trends .widget-view__trend-grid {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.family--google-trends .widget-view__trend-grid {
    padding: 0 4vw;
  }

}

.app--dive-live .widget.family--google-trends .trend-block {
  border-radius: 5px;
  margin: 2vh 3vw;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 14px 0px rgba(0,0,0, 0.3);
}

@media screen and (max-height: 481px) {

  .app--dive-live .widget.family--google-trends .trend-block {
    margin: 1vh 2vw;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .widget.family--google-trends .trend-block {
    margin: 1vh 5vw;
  }

}

.app--dive-live .widget.family--google-trends .trend-block__content {
  justify-content: flex-start;
  height: auto;
  align-items: center;
  padding: .4rem .6rem;
  flex-direction: row;
  display: flex;
  background: #fff;
  max-height: 16vh;
  color: #454545;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.family--google-trends .trend-block__content {
    padding: .6rem 1.4rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.family--google-trends .trend-block__content {
    padding: 0.6rem 2rem;
  }

}

.app--dive-live .widget.family--google-trends .content__rank {
  font-size: 1.4rem;
  margin: 0 0.5rem 0 0;
}

@media screen and (max-height: 481px) {

  .app--dive-live .widget.family--google-trends .content__rank {
    margin: 0 0.8rem 0 0;
  }

}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.family--google-trends .content__rank {
    font-size: 2rem;
    margin: 0 1.5rem 0 0;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.family--google-trends .content__rank {
    font-size: 3.4rem;
    margin: 0 1.75rem 0 0;
  }

}

@media screen and (min-width: 1024px) and (min-height: 1824px) {

  .app--dive-live .widget.family--google-trends .content__rank {
    font-size: 3.4rem;
  }

}

.app--dive-live .widget.family--google-trends .content__image {
  width: 5rem;
  height: 5rem;
  margin: 0 0.5rem 0 0;
  position: relative;
}

@media screen and (max-height: 481px) {

  .app--dive-live .widget.family--google-trends .content__image {
    width: 3rem;
    height: 3rem;
    margin: 0 0.8rem 0 0;
  }

}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.family--google-trends .content__image {
    width: 6rem;
    height: 6rem;
    margin: 0 1.5rem 0 0;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.family--google-trends .content__image {
    width: 6.6rem;
    height: 6.6rem;
    margin: 0 1.75rem 0 0;
  }

}

.app--dive-live .widget.family--google-trends .content__image img {
  position: absolute;
  max-height: 12vh;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.app--dive-live .widget.family--google-trends .content__title {
  font-size: 1.2rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.family--google-trends .content__title {
    font-size: 2rem;
    max-width: 82%;
  }

}

@media screen and (min-width: 1400px) {

  .app--dive-live .widget.family--google-trends .content__title {
    font-size: 3rem;
    max-width: 87%;
  }

}

@media screen and (min-width: 1024px) and (min-height: 1824px) {

  .app--dive-live .widget.family--google-trends .content__title {
    font-size: 3rem;
    max-width: 87%;
  }

}

.app--dive-live .widget.family--google-trends .trend-block__volume {
  height: 1.5rem;
  position: relative;
  background-color: #555;
  text-align: center;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.family--google-trends .trend-block__volume {
    height: 4.4vh;
  }

}

.app--dive-live .widget.family--google-trends .trend-block__volume .volume__bar {
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
  position: absolute;
}

.app--dive-live .widget.family--google-trends .trend-block__volume .bar--red {
  background-color: #f44336;
}

.app--dive-live .widget.family--google-trends .trend-block__volume .bar--orange {
  background-color: #ff9800;
}

.app--dive-live .widget.family--google-trends .trend-block__volume .bar--yellow {
  background-color: #FFC400;
}

.app--dive-live .widget.family--google-trends .trend-block__volume .volume__text {
  color: #fff;
  text-shadow: 1px 1px 7px rgba(10,10,10,0.9), 0 0 10px rgba(10,10,10,0.9);
  display: inline-block;
  line-height: 0;
  font-size: 1rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.family--google-trends .trend-block__volume .volume__text {
    font-size: 2.8vh;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.family--google-trends .trend-block__volume .volume__text {
    font-size: 3vh;
  }

}

@media screen and (min-width: 1024px) and (min-height: 1824px) {

  .app--dive-live .widget.family--google-trends .trend-block__volume .volume__text {
    font-size: 3rem;
  }

}

.app--dive-live .widget.family--google-trends .trend-block__volume .strut {
  height: 1rem;
  display: inline-block;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.family--google-trends .trend-block__volume .strut {
    height: 3.3vh;
  }

}

.app--dive-live .widget.family--google-trends.animation--frame-show .widget-view {
  animation: 2s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -webkit-animation: 2s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -moz-animation: 2s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -ms-animation: 2s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
}

.app--dive-live .widget.family--google-trends.animation--frame-show .trend-block:nth-child(1) {
  animation: 2s linear 1.2s 1 normal both fade-in;
  -webkit-animation: 2s linear 1.2s 1 normal both fade-in;
  -moz-animation: 2s linear 1.2s 1 normal both fade-in;
  -ms-animation: 2s linear 1.2s 1 normal both fade-in;
}

.app--dive-live .widget.family--google-trends.animation--frame-show .trend-block:nth-child(2) {
  animation: 2s linear 2.1s 1 normal both fade-in;
  -webkit-animation: 2s linear 2.1s 1 normal both fade-in;
  -moz-animation: 2s linear 2.1s 1 normal both fade-in;
  -ms-animation: 2s linear 2.1s 1 normal both fade-in;
}

.app--dive-live .widget.family--google-trends.animation--frame-show .trend-block:nth-child(3) {
  animation: 2s linear 3.0s 1 normal both fade-in;
  -webkit-animation: 2s linear 3.0s 1 normal both fade-in;
  -moz-animation: 2s linear 3.0s 1 normal both fade-in;
  -ms-animation: 2s linear 3.0s 1 normal both fade-in;
}

.app--dive-live .widget.family--google-trends.animation--frame-show .trend-block:nth-child(4) {
  animation: 2s linear 3.9000000000000004s 1 normal both fade-in;
  -webkit-animation: 2s linear 3.9000000000000004s 1 normal both fade-in;
  -moz-animation: 2s linear 3.9000000000000004s 1 normal both fade-in;
  -ms-animation: 2s linear 3.9000000000000004s 1 normal both fade-in;
}

.app--dive-live .widget.family--google-trends.animation--frame-hide .widget-view {
  animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-out;
  -webkit-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-out;
  -moz-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-out;
  -ms-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-out;
}

.app--dive-live .widget.google-trends-hot-searches .widget-view {
  padding: 0;
}

.app--dive-live .widget.google-trends-hot-searches.animation--frame-show iframe {
  animation: 2s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -webkit-animation: 2s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -moz-animation: 2s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -ms-animation: 2s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
}

.app--dive-live .widget.google-trends-top-related-searches .trend-block__content {
  padding: 1rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.google-trends-top-related-searches .trend-block__content {
    padding: 1.2rem;
  }

}

.app--dive-live .widget.google-trends-top-related-searches .content__title {
  font-size: 2.8rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.google-trends-top-related-searches .content__title {
    font-size: 3.4rem;
  }

}

.app--dive-live .widget.top-content .wrap {
  justify-content: center;
}

.app--dive-live .widget.top-content .cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.app--dive-live .widget.top-content .card-content {
  padding: 0 0 2rem;
  display: flex;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.top-content .card-content {
    padding: 4% 0 3%;
  }

}

.app--dive-live .widget.top-content .card-label__text {
  display: flex;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.top-content .card-label__text {
    flex-direction: column;
  }

}

.app--dive-live .widget.top-content .card-label__text .card-label__left {
  text-align: right;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.top-content .card-label__text .card-label__left {
    text-align: center;
  }

}

.app--dive-live .widget.top-content .card-label__title {
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.top-content .card-label__title {
    font-size: 4rem;
    margin-bottom: 1rem;
  }

}

.app--dive-live .widget.top-content.top-content--music .card-label__author, .app--dive-live .widget.top-content.top-content--music .card-label__title {
  text-align: center;
}

.app--dive-live .widget.top-content .card-label__author {
  color: #444;
  font-size: 1.6rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.top-content .card-label__author {
    font-size: 3.7rem;
  }

}

.app--dive-live .widget.top-content .count-values {
  display: flex;
  align-items: center;
  padding: 0 0 0 1rem;
  margin-left: 1.2rem;
  border-left: 2px solid #ddd;
  text-align: left;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.top-content .count-values {
    padding: 1rem 0 0 0;
    margin-left: 0;
    justify-content: center;
    border-left: 0;
  }

}

.app--dive-live .widget.top-content .count-values__label {
  margin-right: 0.5rem;
  font-weight: 400;
  font-size: 1.5rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.top-content .count-values__label {
    font-size: 1.8rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.top-content .count-values__label {
    font-size: 3.3rem;
    margin-right: 1rem;
  }

}

.app--dive-live .widget.top-content .count-values__val {
  font-size: 1.5rem;
  font-weight: 400;
  color: #0063fe;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.top-content .count-values__val {
    font-size: 2rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.top-content .count-values__val {
    font-size: 3.6rem;
  }

}

.app--dive-live .widget.top-content .widget-view--content .wrap {
  padding: 3rem;
}

.app--dive-live .widget.top-content .widget-view--content .reveal {
  height: 18vw;
  width: 18vw;
}

.app--dive-live .widget.top-content .widget-view--content .reveal .card-img {
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.top-content .widget-view--content .reveal {
    height: 16rem;
    width: 16rem;
  }

}

.app--dive-live .widget.top-content .widget-view--intro {
  padding: 2rem 2rem 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.top-content .widget-view--intro {
    padding: 3rem 3rem 2rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.top-content .widget-view--intro {
    padding: 3% 10rem 1%;
  }

}

.app--dive-live .widget.top-content .widget-view--intro.category--videos, .app--dive-live .widget.top-content .widget-view--intro.category--movies, .app--dive-live .widget.top-content .widget-view--intro.category--music, .app--dive-live .widget.top-content .widget-view--intro.category--super-bowl-ads {
  background-color: #127191;
}

.app--dive-live .widget.top-content .text--source {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.top-content .text--source {
    font-size: 6rem;
  }

}

.app--dive-live .widget.top-content .text--date {
  font-size: 2rem;
  margin-top: 1.4rem;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.top-content .text--date {
    font-size: 4rem;
    margin-top: 3rem;
  }

}

.app--dive-live .widget.top-content .card-label {
  transform: translate(100vw);
  -webkit-transform: translate(100vw);
  -moz-transform: translate(100vw);
  -ms-transform: translate(100vw);
}

.app--dive-live .widget.top-content .card-label.animation--card-label-show {
  animation: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 1 normal both fade-in-top;
  -webkit-animation: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 1 normal both fade-in-top;
  -moz-animation: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 1 normal both fade-in-top;
  -ms-animation: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 1 normal both fade-in-top;
}

.app--dive-live .widget.top-content .card-label.animation--card-label-hide {
  animation: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s 1 normal both fade-out-bottom;
  -webkit-animation: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s 1 normal both fade-out-bottom;
  -moz-animation: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s 1 normal both fade-out-bottom;
  -ms-animation: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s 1 normal both fade-out-bottom;
}

.app--dive-live .widget.top-content.top-content--movies .reveal {
  width: 5rem;
  height: 7.223rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget.top-content.top-content--movies .reveal {
    width: 7rem;
    height: 10.111rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .widget.top-content.top-content--movies .reveal {
    width: 9rem;
    height: 13rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.top-content.top-content--movies .reveal {
    width: 16rem;
    height: 23.7rem;
  }

}

.app--dive-live .widget.top-content.top-content--movies .reveal .card-img {
  background-size: cover;
}

.app--dive-live .widget.top-content.top-content--movies .reveal .front, .app--dive-live .widget.top-content.top-content--movies .reveal .back {
  height: 100%;
}

.app--dive-live .widget.top-content.top-content--movies .card-content {
  padding: 1% 0 3%;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .widget.top-content.top-content--movies .card-content {
    padding: 1% 0 1.5%;
  }

}

.app--dive-live .widget.top-content.animation--frame-show .reveal:nth-child(1) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
}

.app--dive-live .widget.top-content.animation--frame-show .reveal:nth-child(2) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-in;
}

.app--dive-live .widget.top-content.animation--frame-show .reveal:nth-child(3) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.7s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.7s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.7s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.7s 1 normal both fade-in;
}

.app--dive-live .widget.top-content.animation--frame-show .reveal:nth-child(4) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9000000000000001s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9000000000000001s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9000000000000001s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9000000000000001s 1 normal both fade-in;
}

.app--dive-live .widget.top-content.animation--frame-show .reveal:nth-child(5) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.1s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.1s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.1s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.1s 1 normal both fade-in;
}

.app--dive-live .widget.top-content.animation--frame-show .widget-view--intro .intro__text {
  animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s 1 normal both fade-in-bottom;
  -webkit-animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s 1 normal both fade-in-bottom;
  -moz-animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s 1 normal both fade-in-bottom;
  -ms-animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s 1 normal both fade-in-bottom;
}

.app--dive-live .widget.top-content.animation--frame-hide .reveal:nth-child(1) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.0s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.0s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.0s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.0s 1 normal both fade-out;
}

.app--dive-live .widget.top-content.animation--frame-hide .reveal:nth-child(2) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-out;
}

.app--dive-live .widget.top-content.animation--frame-hide .reveal:nth-child(3) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both fade-out;
}

.app--dive-live .widget.top-content.animation--frame-hide .reveal:nth-child(4) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.30000000000000004s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.30000000000000004s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.30000000000000004s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.30000000000000004s 1 normal both fade-out;
}

.app--dive-live .widget.top-content.animation--frame-hide .reveal:nth-child(5) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-out;
}

.app--dive-live .widget.top-content.animation--frame-hide .frame--intro {
  animation: 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.3s 1 normal both fade-out;
  -webkit-animation: 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.3s 1 normal both fade-out;
  -moz-animation: 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.3s 1 normal both fade-out;
  -ms-animation: 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.3s 1 normal both fade-out;
}

.app--dive-live .widget.top-content.animation--frame-hide .card-label {
  animation: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s 1 normal both slide-out-to-left;
  -webkit-animation: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s 1 normal both slide-out-to-left;
  -moz-animation: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s 1 normal both slide-out-to-left;
  -ms-animation: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s 1 normal both slide-out-to-left;
}

.app--dive-live .rss-news h1, .app--dive-live .bloomberg-news h1 {
  color: #000;
}

.app--dive-live .rss-news .wrap.layout--only-text, .app--dive-live .bloomberg-news .wrap.layout--only-text {
  padding: 2.5rem 1rem 1rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app--dive-live .rss-news .wrap.layout--only-text h1, .app--dive-live .bloomberg-news .wrap.layout--only-text h1 {
  margin: 0;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .rss-news .wrap.layout--only-text, .app--dive-live .bloomberg-news .wrap.layout--only-text {
    padding: 3.5rem 3rem 1rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .rss-news .wrap.layout--only-text, .app--dive-live .bloomberg-news .wrap.layout--only-text {
    padding: 3% 5rem 1%;
  }
  
  
  
  .app--dive-live .rss-news .wrap.layout--only-text.text--very-small h1, .app--dive-live .bloomberg-news .wrap.layout--only-text.text--very-small h1 {
    font-size: 4.3rem;
  }
  
  
  
  .app--dive-live .rss-news .wrap.layout--only-text.text--small h1, .app--dive-live .bloomberg-news .wrap.layout--only-text.text--small h1 {
    font-size: 4.8rem;
  }
  
  
  
  .app--dive-live .rss-news .wrap.layout--only-text.text--large h1, .app--dive-live .bloomberg-news .wrap.layout--only-text.text--large h1 {
    font-size: 5.6rem;
  }
  
  
  
  .app--dive-live .rss-news .wrap.layout--only-text.text--very-large h1, .app--dive-live .bloomberg-news .wrap.layout--only-text.text--very-large h1 {
    font-size: 6rem;
  }

}

.app--dive-live .rss-news .wrap.layout--only-text .title-text, .app--dive-live .bloomberg-news .wrap.layout--only-text .title-text {
  width: 100%;
  display: flex;
  z-index: 40;
  justify-content: center;
}

.app--dive-live .rss-news .wrap.layout--only-text h1, .app--dive-live .bloomberg-news .wrap.layout--only-text h1 {
  font-size: 2.3rem;
  line-height: 1.1;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .rss-news .wrap.layout--only-text h1, .app--dive-live .bloomberg-news .wrap.layout--only-text h1 {
    font-size: 4.4rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .rss-news .wrap.layout--only-text h1, .app--dive-live .bloomberg-news .wrap.layout--only-text h1 {
    font-size: 6rem;
  }

}

.app--dive-live .rss-news .wrap.bloomberg, .app--dive-live .bloomberg-news .wrap.bloomberg {
  background: #19202E;
  position: relative;
}

.app--dive-live .rss-news .wrap.bloomberg .post__text-container, .app--dive-live .rss-news .wrap.bloomberg .animation-container, .app--dive-live .bloomberg-news .wrap.bloomberg .post__text-container, .app--dive-live .bloomberg-news .wrap.bloomberg .animation-container {
  background: none;
  box-shadow: none;
  width: 90%;
}

.app--dive-live .rss-news .wrap.bloomberg h1, .app--dive-live .bloomberg-news .wrap.bloomberg h1 {
  color: #fff;
  text-shadow: 0 0 0.5rem rgba(0,0,0,0.8), 0 0 1rem rgba(0,0,0,0.8);
}

.app--dive-live .rss-news .wrap.bloomberg .wordmark img, .app--dive-live .rss-news .wrap.bloomberg .background-wordmark img, .app--dive-live .bloomberg-news .wrap.bloomberg .wordmark img, .app--dive-live .bloomberg-news .wrap.bloomberg .background-wordmark img {
  filter: contrast(0) brightness(2) !important;
  -webkit-filter: contrast(0) brightness(2) !important;
  -moz-filter: contrast(0) brightness(2) !important;
  -ms-filter: contrast(0) brightness(2) !important;
  margin: 0 auto;
}

.app--dive-live .rss-news .wrap .post__text-container, .app--dive-live .rss-news .wrap .animation-container, .app--dive-live .bloomberg-news .wrap .post__text-container, .app--dive-live .bloomberg-news .wrap .animation-container {
  z-index: 40;
  max-width: 90%;
  margin-bottom: 0;
  border-radius: 2rem;
}

.app--dive-live .rss-news .wrap.layout--text-and-img-and-wordmark, .app--dive-live .bloomberg-news .wrap.layout--text-and-img-and-wordmark {
  justify-content: space-around;
  padding: 2% 3rem 1%;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .rss-news .wrap.layout--text-and-img-and-wordmark, .app--dive-live .bloomberg-news .wrap.layout--text-and-img-and-wordmark {
    padding: 2rem 2rem 1rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .rss-news .wrap.layout--text-and-img-and-wordmark, .app--dive-live .bloomberg-news .wrap.layout--text-and-img-and-wordmark {
    padding: 1% 3rem 1%;
  }

}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .rss-news .wrap.layout--text-and-img-and-wordmark.bloomberg.has-wordmark, .app--dive-live .bloomberg-news .wrap.layout--text-and-img-and-wordmark.bloomberg.has-wordmark {
    padding: 2rem 1rem 1rem 8rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .rss-news .wrap.layout--text-and-img-and-wordmark.bloomberg.has-wordmark, .app--dive-live .bloomberg-news .wrap.layout--text-and-img-and-wordmark.bloomberg.has-wordmark {
    padding: 2rem 1rem 1rem 12rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .rss-news .wrap.layout--text-and-img-and-wordmark.bloomberg.has-wordmark, .app--dive-live .bloomberg-news .wrap.layout--text-and-img-and-wordmark.bloomberg.has-wordmark {
    padding: 1% 2rem 1% 13rem;
  }

}

.app--dive-live .rss-news .wrap.layout--text-and-img-and-wordmark.bloomberg .wordmark, .app--dive-live .bloomberg-news .wrap.layout--text-and-img-and-wordmark.bloomberg .wordmark {
  width: 80vh;
  max-width: none;
  height: 5rem;
  transform: rotateZ(-90deg) translateX(-100%);
  -webkit-transform: rotateZ(-90deg) translateX(-100%);
  -moz-transform: rotateZ(-90deg) translateX(-100%);
  -ms-transform: rotateZ(-90deg) translateX(-100%);
  transform-origin: 0 0;
  position: absolute;
  top: 2vh;
  left: 2vw;
}

@media screen and (min-width: 1024px) {

  .app--dive-live .rss-news .wrap.layout--text-and-img-and-wordmark.bloomberg .wordmark, .app--dive-live .bloomberg-news .wrap.layout--text-and-img-and-wordmark.bloomberg .wordmark {
    height: 10rem;
  }

}

.app--dive-live .rss-news .wrap.layout--text-and-img-and-wordmark .article-img, .app--dive-live .bloomberg-news .wrap.layout--text-and-img-and-wordmark .article-img {
  margin: 0;
  height: 63%;
  max-width: 100%;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .rss-news .wrap.layout--text-and-img-and-wordmark .article-img, .app--dive-live .bloomberg-news .wrap.layout--text-and-img-and-wordmark .article-img {
    max-width: 100vh;
    max-height: 100vh;
  }

}

.app--dive-live .rss-news .wrap.layout--text-and-img-and-wordmark .article-img img, .app--dive-live .bloomberg-news .wrap.layout--text-and-img-and-wordmark .article-img img {
  height: 100%;
  width: auto;
  max-width: inherit;
  object-fit: contain;
}

.app--dive-live .rss-news .wrap.layout--text-and-img-and-wordmark h1, .app--dive-live .bloomberg-news .wrap.layout--text-and-img-and-wordmark h1 {
  font-size: 3rem;
  margin: 0 0 2rem;
  word-break: keep-all;
  position: relative;
  z-index: 930;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .rss-news .wrap.layout--text-and-img-and-wordmark h1, .app--dive-live .bloomberg-news .wrap.layout--text-and-img-and-wordmark h1 {
    font-size: 3.5rem;
    margin: 0 0 3.3rem;
  }

}

.app--dive-live .rss-news .wrap.layout--text-and-img-and-wordmark .wordmark, .app--dive-live .bloomberg-news .wrap.layout--text-and-img-and-wordmark .wordmark {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 920;
}

.app--dive-live .rss-news .wrap.layout--text-and-img-and-wordmark .wordmark img, .app--dive-live .bloomberg-news .wrap.layout--text-and-img-and-wordmark .wordmark img {
  opacity: 0.7;
}

.app--dive-live .rss-news .wrap.layout--text-and-img-and-wordmark .wordmark, .app--dive-live .bloomberg-news .wrap.layout--text-and-img-and-wordmark .wordmark {
  width: 100%;
  max-width: 40rem;
  margin: 0;
  position: absolute;
  z-index: 30;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .rss-news .wrap.layout--text-and-img-and-wordmark .wordmark, .app--dive-live .bloomberg-news .wrap.layout--text-and-img-and-wordmark .wordmark {
    height: 24vh;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .rss-news .wrap.layout--text-and-img-and-wordmark .wordmark, .app--dive-live .bloomberg-news .wrap.layout--text-and-img-and-wordmark .wordmark {
    width: 100%;
    max-height: 12rem;
  }

}

.app--dive-live .rss-news .wrap.layout--text-and-img-and-wordmark .wordmark img, .app--dive-live .bloomberg-news .wrap.layout--text-and-img-and-wordmark .wordmark img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.app--dive-live .rss-news .background-wordmark, .app--dive-live .bloomberg-news .background-wordmark {
  height: 100%;
  width: 100%;
  max-width: 50%;
  max-height: 60%;
  position: absolute;
  margin: 0;
  opacity: 0;
  z-index: 30;
}

.app--dive-live .rss-news.animation--frame-show .article-img, .app--dive-live .bloomberg-news.animation--frame-show .article-img {
  animation: 2s ease-in-out 1.5s 1 normal both fade-in;
  -webkit-animation: 2s ease-in-out 1.5s 1 normal both fade-in;
  -moz-animation: 2s ease-in-out 1.5s 1 normal both fade-in;
  -ms-animation: 2s ease-in-out 1.5s 1 normal both fade-in;
}

.app--dive-live .rss-news.animation--frame-show.has-wordmark .article-img, .app--dive-live .bloomberg-news.animation--frame-show.has-wordmark .article-img {
  animation: 2s ease-in-out 0.5s 1 normal both fade-in;
  -webkit-animation: 2s ease-in-out 0.5s 1 normal both fade-in;
  -moz-animation: 2s ease-in-out 0.5s 1 normal both fade-in;
  -ms-animation: 2s ease-in-out 0.5s 1 normal both fade-in;
}

.app--dive-live .rss-news.animation--frame-show .more-info-overlay, .app--dive-live .bloomberg-news.animation--frame-show .more-info-overlay {
  animation: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 8.5s 1 normal both fade-in-bottom;
  -webkit-animation: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 8.5s 1 normal both fade-in-bottom;
  -moz-animation: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 8.5s 1 normal both fade-in-bottom;
  -ms-animation: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 8.5s 1 normal both fade-in-bottom;
}

.app--dive-live .rss-news.animation--frame-show .layout--only-text .animation-container, .app--dive-live .bloomberg-news.animation--frame-show .layout--only-text .animation-container {
  animation: 1s ease-in-out 1.7s 1 normal both fade-in;
  -webkit-animation: 1s ease-in-out 1.7s 1 normal both fade-in;
  -moz-animation: 1s ease-in-out 1.7s 1 normal both fade-in;
  -ms-animation: 1s ease-in-out 1.7s 1 normal both fade-in;
}

.app--dive-live .rss-news.animation--frame-show .layout--text-and-img-and-wordmark h1, .app--dive-live .bloomberg-news.animation--frame-show .layout--text-and-img-and-wordmark h1 {
  animation: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s 1 normal both fade-in;
  -webkit-animation: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s 1 normal both fade-in;
  -moz-animation: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s 1 normal both fade-in;
  -ms-animation: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s 1 normal both fade-in;
}

.app--dive-live .rss-news.animation--frame-show .layout--text-and-img-and-wordmark .wordmark, .app--dive-live .bloomberg-news.animation--frame-show .layout--text-and-img-and-wordmark .wordmark {
  animation: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.55s 1 normal both fade-out;
  -webkit-animation: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.55s 1 normal both fade-out;
  -moz-animation: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.55s 1 normal both fade-out;
  -ms-animation: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.55s 1 normal both fade-out;
}

.app--dive-live .rss-news.animation--frame-show .layout--text-and-img-and-wordmark.bloomberg .wordmark, .app--dive-live .bloomberg-news.animation--frame-show .layout--text-and-img-and-wordmark.bloomberg .wordmark {
  animation: 3s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-in;
  -webkit-animation: 3s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-in;
  -moz-animation: 3s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-in;
  -ms-animation: 3s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-in;
}

.app--dive-live .rss-news.animation--frame-show .background-wordmark, .app--dive-live .bloomberg-news.animation--frame-show .background-wordmark {
  animation: 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both background-wordmark-zoom-fade-in-out;
  -webkit-animation: 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both background-wordmark-zoom-fade-in-out;
  -moz-animation: 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both background-wordmark-zoom-fade-in-out;
  -ms-animation: 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both background-wordmark-zoom-fade-in-out;
}

.app--dive-live .rss-news.animation--frame-hide .article-img, .app--dive-live .bloomberg-news.animation--frame-hide .article-img {
  animation: 1s ease-in-out 1s 1 normal both fade-out;
  -webkit-animation: 1s ease-in-out 1s 1 normal both fade-out;
  -moz-animation: 1s ease-in-out 1s 1 normal both fade-out;
  -ms-animation: 1s ease-in-out 1s 1 normal both fade-out;
}

.app--dive-live .rss-news.animation--frame-hide .layout--only-text .animation-container, .app--dive-live .bloomberg-news.animation--frame-hide .layout--only-text .animation-container {
  animation: .5s ease-in-out .5s 1 normal both fade-out;
  -webkit-animation: .5s ease-in-out .5s 1 normal both fade-out;
  -moz-animation: .5s ease-in-out .5s 1 normal both fade-out;
  -ms-animation: .5s ease-in-out .5s 1 normal both fade-out;
}

.app--dive-live .rss-news.animation--frame-hide .layout--text-and-img-and-wordmark .wordmark, .app--dive-live .bloomberg-news.animation--frame-hide .layout--text-and-img-and-wordmark .wordmark {
  opacity: 0;
}

.app--dive-live .rss-news.animation--frame-hide .layout--text-and-img-and-wordmark h1, .app--dive-live .rss-news.animation--frame-hide .layout--text-and-img-and-wordmark .more-info-overlay, .app--dive-live .bloomberg-news.animation--frame-hide .layout--text-and-img-and-wordmark h1, .app--dive-live .bloomberg-news.animation--frame-hide .layout--text-and-img-and-wordmark .more-info-overlay {
  animation: .5s cubic-bezier(0.55, 0.085, 0.68, 0.53) .5s 1 normal both fade-out;
  -webkit-animation: .5s cubic-bezier(0.55, 0.085, 0.68, 0.53) .5s 1 normal both fade-out;
  -moz-animation: .5s cubic-bezier(0.55, 0.085, 0.68, 0.53) .5s 1 normal both fade-out;
  -ms-animation: .5s cubic-bezier(0.55, 0.085, 0.68, 0.53) .5s 1 normal both fade-out;
}

.app--dive-live .rss-news.animation--frame-hide .layout--text-and-img-and-wordmark.bloomberg .wordmark, .app--dive-live .bloomberg-news.animation--frame-hide .layout--text-and-img-and-wordmark.bloomberg .wordmark {
  animation: 1s ease-in-out 1s 1 normal both fade-out;
  -webkit-animation: 1s ease-in-out 1s 1 normal both fade-out;
  -moz-animation: 1s ease-in-out 1s 1 normal both fade-out;
  -ms-animation: 1s ease-in-out 1s 1 normal both fade-out;
}

.app--dive-live .did-you-know .widget-view {
  padding: 4rem .5rem .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .did-you-know .widget-view {
    padding: 5.5rem 1rem 1rem;
  }

}

.app--dive-live .did-you-know .background-photo {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.app--dive-live .did-you-know .content {
  text-align: center;
  position: relative;
  width: auto;
  max-width: 80%;
  background-color: rgba(255,255,255, 0.9);
  padding: .7rem .8rem;
  border-radius: .3rem;
  box-shadow: 0 2px 7px 1px rgba(33, 33, 33, 0.3);
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .did-you-know .content {
    padding: 1.7rem 1.8rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .did-you-know .content {
    padding: 2rem 3rem 2rem;
  }

}

.app--dive-live .did-you-know .content__text {
  color: #444;
  font-size: 1.3rem;
}

.app--dive-live .did-you-know .content__text.text--very-small {
  font-size: 1.2rem;
}

.app--dive-live .did-you-know .content__text.text--small {
  font-size: 1.4rem;
}

.app--dive-live .did-you-know .content__text.text--large {
  font-size: 1.6rem;
}

.app--dive-live .did-you-know .content__text.text--very-large {
  font-size: 2.2rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .did-you-know .content__text {
    font-size: 1.8rem;
  }
  
  .app--dive-live .did-you-know .content__text.text--very-small {
    font-size: 1.4rem;
  }
  
  .app--dive-live .did-you-know .content__text.text--small {
    font-size: 1.6rem;
  }
  
  .app--dive-live .did-you-know .content__text.text--large {
    font-size: 2rem;
  }
  
  .app--dive-live .did-you-know .content__text.text--very-large {
    font-size: 2.4rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .did-you-know .content__text {
    font-size: 4rem;
  }
  
  .app--dive-live .did-you-know .content__text.text--very-small {
    font-size: 2.8rem;
  }
  
  .app--dive-live .did-you-know .content__text.text--small {
    font-size: 3.8rem;
  }
  
  .app--dive-live .did-you-know .content__text.text--large {
    font-size: 4.5rem;
  }
  
  .app--dive-live .did-you-know .content__text.text--very-large {
    font-size: 6rem;
  }

}

.app--dive-live .did-you-know.animation--frame-show .background-photo {
  animation: 0.7s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -webkit-animation: 0.7s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -moz-animation: 0.7s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -ms-animation: 0.7s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
}

.app--dive-live .did-you-know.animation--frame-show .content {
  animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
  -webkit-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
  -moz-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
  -ms-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
}

.app--dive-live .did-you-know.animation--frame-show .content__text {
  animation: 1.2s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-in-bottom;
  -webkit-animation: 1.2s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-in-bottom;
  -moz-animation: 1.2s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-in-bottom;
  -ms-animation: 1.2s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-in-bottom;
}

.app--dive-live .did-you-know.animation--frame-hide .content {
  animation: 0.5s ease-in-out 1.3s 1 normal both fade-out;
  -webkit-animation: 0.5s ease-in-out 1.3s 1 normal both fade-out;
  -moz-animation: 0.5s ease-in-out 1.3s 1 normal both fade-out;
  -ms-animation: 0.5s ease-in-out 1.3s 1 normal both fade-out;
}

.app--dive-live .famous-quotes .ticker-item .quote-text {
  color: #000;
  font-weight: 600;
}

.app--dive-live .famous-quotes .ticker-item .quote-author {
  margin-left: 1rem;
  color: #6f6f6f;
  font-weight: 500;
}

.app--dive-live .famous-quotes .widget-view {
  display: flex;
}

.app--dive-live .famous-quotes .background-photo {
  height: 100vh;
  object-fit: cover;
  position: absolute;
  opacity: 0.9;
  left: 0;
  top: 0;
}

.app--dive-live .famous-quotes .content {
  position: relative;
  width: 100%;
  padding: 4rem .5rem .5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .famous-quotes .content {
    padding: 6rem 2rem 1rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .famous-quotes .content {
    padding: 6% 10% 2%;
  }

}

.app--dive-live .famous-quotes .content__text {
  line-height: 1.2;
  width: 100%;
  font-family: BentonSansRegular, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  padding: 1rem .7rem 1.5rem;
  text-align: center;
  font-weight: 400;
  box-shadow: 0 2px 10px 1px rgba(33, 33, 33, 0.3);
  font-size: 1.3rem;
  background-color: rgba(255,255,255, 0.9);
  border-radius: .2rem;
  color: #353B44;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .famous-quotes .content__text {
    font-size: 2rem;
    padding: 1.5rem 2rem 2rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .famous-quotes .content__text {
    font-size: 4.3rem;
    padding: 3rem 4rem 3.5rem;
  }
  
  .app--dive-live .famous-quotes .content__text.text--very-small {
    font-size: 4.1rem;
  }
  
  .app--dive-live .famous-quotes .content__text.text--small {
    font-size: 4.1rem;
  }
  
  .app--dive-live .famous-quotes .content__text.text--large {
    font-size: 4.4rem;
  }
  
  .app--dive-live .famous-quotes .content__text.text--very-large {
    font-size: 4.4rem;
  }

}

.app--dive-live .famous-quotes .content__author {
  font-family: BentonSansMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  margin: -.9rem auto 0;
  text-transform: uppercase;
  padding: .6rem 1rem;
  word-spacing: .5rem;
  font-weight: 400;
  box-shadow: 0 2px 10px 1px rgba(33, 33, 33, 0.3);
  font-size: 1rem;
  background-color: #000;
  letter-spacing: 2px;
  border-radius: 0.2rem;
  font-style: italic;
  color: #fff;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .famous-quotes .content__author {
    font-size: 1.6rem;
    padding: .7rem 2rem .5rem;
    margin: -1.2rem auto 0;
    letter-spacing: 3px;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .famous-quotes .content__author {
    font-size: 3.5rem;
    padding: 1.5rem 4rem 1.2rem;
    margin: -2.5rem auto 0;
  }

}

.app--dive-live .famous-quotes.animation--frame-show .img-container {
  animation: 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s 1 normal both fade-in;
  -webkit-animation: 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s 1 normal both fade-in;
  -moz-animation: 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s 1 normal both fade-in;
  -ms-animation: 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s 1 normal both fade-in;
}

.app--dive-live .famous-quotes.animation--frame-show .content__text {
  animation: 2s cubic-bezier(0.57, 0, 0, 1) 2s 1 normal both fade-in;
  -webkit-animation: 2s cubic-bezier(0.57, 0, 0, 1) 2s 1 normal both fade-in;
  -moz-animation: 2s cubic-bezier(0.57, 0, 0, 1) 2s 1 normal both fade-in;
  -ms-animation: 2s cubic-bezier(0.57, 0, 0, 1) 2s 1 normal both fade-in;
}

.app--dive-live .famous-quotes.animation--frame-show .content__author {
  animation: 2s cubic-bezier(0.57, 0, 0, 1) 5s 1 normal both fade-in;
  -webkit-animation: 2s cubic-bezier(0.57, 0, 0, 1) 5s 1 normal both fade-in;
  -moz-animation: 2s cubic-bezier(0.57, 0, 0, 1) 5s 1 normal both fade-in;
  -ms-animation: 2s cubic-bezier(0.57, 0, 0, 1) 5s 1 normal both fade-in;
}

.app--dive-live .famous-quotes.animation--frame-hide .content {
  animation: 0.5s ease-in-out 1.3s 1 normal both fade-out;
  -webkit-animation: 0.5s ease-in-out 1.3s 1 normal both fade-out;
  -moz-animation: 0.5s ease-in-out 1.3s 1 normal both fade-out;
  -ms-animation: 0.5s ease-in-out 1.3s 1 normal both fade-out;
}

.app--dive-live .dive-splash .widget-view--text-promo, .app--dive-live .dive-splash-text .widget-view--text-promo {
  background-color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1rem 1rem;
}

@media screen and (min-width: 1400px) {

  .app--dive-live .dive-splash .widget-view--text-promo, .app--dive-live .dive-splash-text .widget-view--text-promo {
    padding: 2.5rem 6rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .dive-splash .widget-view--text-promo, .app--dive-live .dive-splash-text .widget-view--text-promo {
    padding: 3% 2rem;
  }

}

.app--dive-live .dive-splash .jelly-image, .app--dive-live .dive-splash-text .jelly-image {
  width: 3.3rem;
  margin-top: .5rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .dive-splash .jelly-image, .app--dive-live .dive-splash-text .jelly-image {
    width: 5rem;
    margin-top: 1.5rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .dive-splash .jelly-image, .app--dive-live .dive-splash-text .jelly-image {
    width: 10rem;
  }

}

.app--dive-live .dive-splash .text-promo__message, .app--dive-live .dive-splash-text .text-promo__message {
  font-size: 1.5rem;
  line-height: 1.3;
  font-family: BentonSansLight, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
  margin-bottom: .3rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .dive-splash .text-promo__message, .app--dive-live .dive-splash-text .text-promo__message {
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
  }

}

@media screen and (min-width: 1400px) {

  .app--dive-live .dive-splash .text-promo__message, .app--dive-live .dive-splash-text .text-promo__message {
    font-size: 3.4rem;
    margin-bottom: 2rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .dive-splash .text-promo__message, .app--dive-live .dive-splash-text .text-promo__message {
    font-size: 5rem;
    margin-bottom: 1.5rem;
  }

}

.app--dive-live .dive-splash.animation--frame-show .text-promo__message.message--1, .app--dive-live .dive-splash-text.animation--frame-show .text-promo__message.message--1 {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.6s 1 normal both fade-in-bottom;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.6s 1 normal both fade-in-bottom;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.6s 1 normal both fade-in-bottom;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.6s 1 normal both fade-in-bottom;
}

.app--dive-live .dive-splash.animation--frame-show .text-promo__message.message--2, .app--dive-live .dive-splash-text.animation--frame-show .text-promo__message.message--2 {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.4s 1 normal both fade-in-bottom;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.4s 1 normal both fade-in-bottom;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.4s 1 normal both fade-in-bottom;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.4s 1 normal both fade-in-bottom;
}

.app--dive-live .dive-splash.animation--frame-show .text-promo__message.message--3, .app--dive-live .dive-splash-text.animation--frame-show .text-promo__message.message--3 {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.2s 1 normal both fade-in-bottom;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.2s 1 normal both fade-in-bottom;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.2s 1 normal both fade-in-bottom;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 4.2s 1 normal both fade-in-bottom;
}

.app--dive-live .dive-splash.animation--frame-show .text-promo__message.message--4, .app--dive-live .dive-splash-text.animation--frame-show .text-promo__message.message--4 {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 6.0s 1 normal both fade-in-bottom;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 6.0s 1 normal both fade-in-bottom;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 6.0s 1 normal both fade-in-bottom;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 6.0s 1 normal both fade-in-bottom;
}

.app--dive-live .dive-splash.animation--frame-show .text-promo__message.message--5, .app--dive-live .dive-splash-text.animation--frame-show .text-promo__message.message--5 {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 7.8s 1 normal both fade-in-bottom;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 7.8s 1 normal both fade-in-bottom;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 7.8s 1 normal both fade-in-bottom;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 7.8s 1 normal both fade-in-bottom;
}

.app--dive-live .dive-splash.animation--frame-show .jelly-image, .app--dive-live .dive-splash-text.animation--frame-show .jelly-image {
  animation: 1.6s ease 0.85s 1 normal both swim-in-from-bottom;
  -webkit-animation: 1.6s ease 0.85s 1 normal both swim-in-from-bottom;
  -moz-animation: 1.6s ease 0.85s 1 normal both swim-in-from-bottom;
  -ms-animation: 1.6s ease 0.85s 1 normal both swim-in-from-bottom;
}

.app--dive-live .dive-splash.animation--frame-hide .widget-view .text-promo__message.message--1, .app--dive-live .dive-splash-text.animation--frame-hide .widget-view .text-promo__message.message--1 {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.0s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.0s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.0s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.0s 1 normal both fade-out;
}

.app--dive-live .dive-splash.animation--frame-hide .widget-view .text-promo__message.message--2, .app--dive-live .dive-splash-text.animation--frame-hide .widget-view .text-promo__message.message--2 {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.25s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.25s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.25s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.25s 1 normal both fade-out;
}

.app--dive-live .dive-splash.animation--frame-hide .widget-view .text-promo__message.message--3, .app--dive-live .dive-splash-text.animation--frame-hide .widget-view .text-promo__message.message--3 {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both fade-out;
}

.app--dive-live .dive-splash.animation--frame-hide .widget-view .text-promo__message.message--4, .app--dive-live .dive-splash-text.animation--frame-hide .widget-view .text-promo__message.message--4 {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.75s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.75s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.75s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.75s 1 normal both fade-out;
}

.app--dive-live .dive-splash.animation--frame-hide .widget-view .text-promo__message.message--5, .app--dive-live .dive-splash-text.animation--frame-hide .widget-view .text-promo__message.message--5 {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-out;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-out;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-out;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.0s 1 normal both fade-out;
}

.app--dive-live .dive-splash.animation--frame-hide .widget-view .jelly-image, .app--dive-live .dive-splash-text.animation--frame-hide .widget-view .jelly-image {
  animation: 0.6s ease 1.3s 1 normal both slide-out-to-bottom;
  -webkit-animation: 0.6s ease 1.3s 1 normal both slide-out-to-bottom;
  -moz-animation: 0.6s ease 1.3s 1 normal both slide-out-to-bottom;
  -ms-animation: 0.6s ease 1.3s 1 normal both slide-out-to-bottom;
}

.app--dive-live .dive-splash-image .jelly-image {
  width: 8rem;
}

@media screen and (min-width: 1024px) {

  .app--dive-live .dive-splash-image .jelly-image {
    width: 15rem;
  }

}

.app--dive-live .customer-splash .widget-view {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.app--dive-live .customer-splash .widget-view .img-container {
  height: 100%;
  width: 100%;
}

.app--dive-live .customer-splash .widget-view img {
  max-height: initial;
  max-width: 100%;
  height: 100%;
  width: auto;
  object-fit: contain;
}

.app--dive-live .customer-splash .widget-view--intro {
  padding: 5% 15%;
}

.app--dive-live .customer-splash .widget-view--intro .brand-logo {
  object-fit: contain;
}

.app--dive-live .customer-splash.animation--frame-show .widget-view {
  animation: 0.5s ease-in-out 0.4s 1 normal both fade-in;
  -webkit-animation: 0.5s ease-in-out 0.4s 1 normal both fade-in;
  -moz-animation: 0.5s ease-in-out 0.4s 1 normal both fade-in;
  -ms-animation: 0.5s ease-in-out 0.4s 1 normal both fade-in;
}

.app--dive-live .customer-splash.animation--frame-hide .widget-view {
  animation: 1s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-out;
  -webkit-animation: 1s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-out;
  -moz-animation: 1s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-out;
  -ms-animation: 1s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-out;
}

.app--dive-live .trending-hashtags .frame--hashtag.frame-1 {
  color: #000;
  background: linear-gradient(to bottom, rgba(242,214,77,1) 0%, rgba(247,223,118,1) 100%);
}

.app--dive-live .trending-hashtags .frame--hashtag.frame-2 {
  color: #fff;
  background: linear-gradient(to bottom, rgba(108,90,214,1) 0%, rgba(121,99,230,1) 100%);
}

.app--dive-live .trending-hashtags .frame--hashtag.frame-3 {
  color: #fff;
  background: linear-gradient(to bottom, rgba(204,30,77,1) 0%, rgba(237,69,111,1) 100%);
}

.app--dive-live .trending-hashtags .frame--hashtag.frame-4 {
  color: #fff;
  background: linear-gradient(to bottom, rgba(50,212,144,1) 0%, rgba(62,209,180,1) 100%);
}

.app--dive-live .trending-hashtags .frame--hashtag.frame-5 {
  color: #fff;
  background: linear-gradient(to bottom, rgba(34,163,214,1) 0%, rgba(63,178,227,1) 100%);
}

.app--dive-live .trending-hashtags .frame--hashtag.frame-6 {
  color: #000;
  background: linear-gradient(to bottom, rgba(108,209,80,1) 0%, rgba(134,227,109,1) 100%);
}

.app--dive-live .trending-hashtags .frame--hashtag.frame-7 {
  color: #fff;
  background: linear-gradient(to bottom, rgba(29,80,207,1) 0%, rgba(58,105,224,1) 100%);
}

.app--dive-live .trending-hashtags .frame--hashtag.frame-8 {
  color: #fff;
  background: linear-gradient(to bottom, rgba(117,216,92,1) 0%, rgba(138,219,116,1) 100%);
}

.app--dive-live .trending-hashtags .frame--hashtag.frame-9 {
  color: #000;
  background: linear-gradient(to bottom, rgba(242,214,77,1) 0%, rgba(247,223,118,1) 100%);
}

.app--dive-live .trending-hashtags .frame--hashtag.frame-10 {
  color: #fff;
  background: linear-gradient(to bottom, rgba(108,90,214,1) 0%, rgba(121,99,230,1) 100%);
}

.app--dive-live .trending-hashtags .widget-view--hashtag-view {
  padding: 0 2rem;
}

.app--dive-live .trending-hashtags .hashtag-view__text {
  font-size: 10.8vw;
  width: 100%;
  line-height: 0.9;
  word-break: break-all;
}

.app--dive-live .trending-hashtags.animation--frame-show .hashtag-view__text {
  animation: 0.3s cubic-bezier(0.21, 0.61, 0.35, 1) 0.3s 1 normal both fade-in;
  -webkit-animation: 0.3s cubic-bezier(0.21, 0.61, 0.35, 1) 0.3s 1 normal both fade-in;
  -moz-animation: 0.3s cubic-bezier(0.21, 0.61, 0.35, 1) 0.3s 1 normal both fade-in;
  -ms-animation: 0.3s cubic-bezier(0.21, 0.61, 0.35, 1) 0.3s 1 normal both fade-in;
}

.app--dive-live .trending-hashtags.animation--frame-hide .hashtag-view__text {
  animation: 1.3s cubic-bezier(0.55, 0.05, 0.65, 0.19) .7s 1 normal both fade-out;
  -webkit-animation: 1.3s cubic-bezier(0.55, 0.05, 0.65, 0.19) .7s 1 normal both fade-out;
  -moz-animation: 1.3s cubic-bezier(0.55, 0.05, 0.65, 0.19) .7s 1 normal both fade-out;
  -ms-animation: 1.3s cubic-bezier(0.55, 0.05, 0.65, 0.19) .7s 1 normal both fade-out;
}

.app--dive-live .geographic-trends .frame--hashtag.frame-1 {
  color: #fff;
  background: #1DA1F2;
}

.app--dive-live .geographic-trends .frame--hashtag.frame-2 {
  color: #fff;
  background: #1DA1F2;
}

.app--dive-live .geographic-trends .frame--hashtag.frame-3 {
  color: #fff;
  background: #1DA1F2;
}

.app--dive-live .geographic-trends .frame--hashtag.frame-4 {
  color: #fff;
  background: #1DA1F2;
}

.app--dive-live .geographic-trends .frame--hashtag.frame-5 {
  color: #fff;
  background: #1DA1F2;
}

.app--dive-live .geographic-trends .frame--hashtag.frame-6 {
  color: #fff;
  background: #1DA1F2;
}

.app--dive-live .geographic-trends .frame--hashtag.frame-7 {
  color: #fff;
  background: #1DA1F2;
}

.app--dive-live .geographic-trends .frame--hashtag.frame-8 {
  color: #fff;
  background: #1DA1F2;
}

.app--dive-live .geographic-trends .frame--hashtag.frame-9 {
  color: #fff;
  background: #1DA1F2;
}

.app--dive-live .geographic-trends .frame--hashtag.frame-10 {
  color: #fff;
  background: #1DA1F2;
}

.app--dive-live .geographic-trends .widget-view--hashtag-view {
  padding: 0 2rem;
}

.app--dive-live .geographic-trends .hashtag-view__text {
  font-size: 10.8vw;
  width: 100%;
  line-height: 0.9;
  word-break: break-all;
}

.app--dive-live .geographic-trends.animation--frame-show .hashtag-view__text {
  animation: 0.3s cubic-bezier(0.21, 0.61, 0.35, 1) 0.3s 1 normal both fade-in;
  -webkit-animation: 0.3s cubic-bezier(0.21, 0.61, 0.35, 1) 0.3s 1 normal both fade-in;
  -moz-animation: 0.3s cubic-bezier(0.21, 0.61, 0.35, 1) 0.3s 1 normal both fade-in;
  -ms-animation: 0.3s cubic-bezier(0.21, 0.61, 0.35, 1) 0.3s 1 normal both fade-in;
}

.app--dive-live .geographic-trends.animation--frame-hide .hashtag-view__text {
  animation: 1.3s cubic-bezier(0.55, 0.05, 0.65, 0.19) .7s 1 normal both fade-out;
  -webkit-animation: 1.3s cubic-bezier(0.55, 0.05, 0.65, 0.19) .7s 1 normal both fade-out;
  -moz-animation: 1.3s cubic-bezier(0.55, 0.05, 0.65, 0.19) .7s 1 normal both fade-out;
  -ms-animation: 1.3s cubic-bezier(0.55, 0.05, 0.65, 0.19) .7s 1 normal both fade-out;
}

.app--dive-live .trending-content .widget-view--content-view {
  background-repeat: repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.app--dive-live .trending-content .content-view__image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 980;
  width: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.app--dive-live .trending-content .content-view__image.image--fullscreen {
  min-width: 100%;
  min-height: 100%;
}

.app--dive-live .trending-content .youtube-player {
  position: absolute;
}

@media screen and (min-width: 1824px) {

  
  
  .app--dive-live .trending-content .image--fullscreen {
    height: 100%;
    object-fit: cover;
  }
  
  .app--dive-live .trending-content .image--expanded {
    height: 1080px;
    object-fit: contain;
  }
  
  .app--dive-live .trending-content .image--small-wide {
    height: 540px;
    object-fit: contain;
  }
  
  .app--dive-live .trending-content .image--small-tall {
    height: 1080px;
    object-fit: contain;
  }

}

.app--dive-live .trending-content .content-view__data-box {
  min-width: 50%;
  max-width: 95%;
  justify-content: center;
  position: relative;
  z-index: 1000;
  min-height: 4rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  display: flex;
  bottom: 0;
  backdrop-filter: blur(.2rem);
  -webkit-backdrop-filter: blur(.2rem);
  -moz-backdrop-filter: blur(.2rem);
  -ms-backdrop-filter: blur(.2rem);
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .trending-content .content-view__data-box {
    margin-bottom: 1.5rem;
    max-width: 90%;
    font-size: 1.5rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--dive-live .trending-content .content-view__data-box {
    margin-bottom: 2.5rem;
    max-width: 80%;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .trending-content .content-view__data-box {
    margin-bottom: 4.5%;
    min-height: 4rem;
    font-size: 2.8rem;
  }

}

.app--dive-live .trending-content .source {
  min-width: 6.5rem;
  line-height: 1.1;
  width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  z-index: 990;
  color: #fff;
  opacity: 0.9;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .trending-content .source {
    min-width: 8rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .trending-content .source {
    min-width: 11rem;
  }

}

.app--dive-live .trending-content .source.animate .source--body {
  animation: 20s cubic-bezier(0.57, 0, 0, 1) 4s 1 normal both trending-content--source-body-intro;
  -webkit-animation: 20s cubic-bezier(0.57, 0, 0, 1) 4s 1 normal both trending-content--source-body-intro;
  -moz-animation: 20s cubic-bezier(0.57, 0, 0, 1) 4s 1 normal both trending-content--source-body-intro;
  -ms-animation: 20s cubic-bezier(0.57, 0, 0, 1) 4s 1 normal both trending-content--source-body-intro;
}

.app--dive-live .trending-content .source--youtube {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
}

.app--dive-live .trending-content .source--youtube .avatar img {
  height: 100%;
  object-fit: cover;
}

.app--dive-live .trending-content .source--body, .app--dive-live .trending-content .source--team-dive-link {
  padding: 0.2rem 0.8rem .5rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .trending-content .source--body, .app--dive-live .trending-content .source--team-dive-link {
    padding: 0.3rem 1rem 0.6rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .trending-content .source--body, .app--dive-live .trending-content .source--team-dive-link {
    padding: 0.5rem 1.3rem 1rem;
  }

}

.app--dive-live .trending-content .source__handle {
  color: #000;
  font-size: 2.5rem;
}

.app--dive-live .trending-content .source--body {
  position: absolute;
  border-radius: 6px;
  background: #0063fe;
  top: 50%;
  right: 50%;
  transform: translate(50%,-50%);
  -webkit-transform: translate(50%,-50%);
  -moz-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  font-size: 1.5em;
}

.app--dive-live .trending-content .source--team-dive-link {
  border-radius: 6px;
  background: #0063fe;
  font-size: .9em;
  position: absolute;
  top: 0;
  right: 0;
  animation: 20s cubic-bezier(0.57, 0, 0, 1) 4s 1 normal both trending-content--source-tdv-intro;
  -webkit-animation: 20s cubic-bezier(0.57, 0, 0, 1) 4s 1 normal both trending-content--source-tdv-intro;
  -moz-animation: 20s cubic-bezier(0.57, 0, 0, 1) 4s 1 normal both trending-content--source-tdv-intro;
  -ms-animation: 20s cubic-bezier(0.57, 0, 0, 1) 4s 1 normal both trending-content--source-tdv-intro;
}

.app--dive-live .trending-content .author {
  color: #666;
  font-size: 0.75em;
  padding: 0 0 0.4rem;
  animation: 1.2s cubic-bezier(0.57, 0, 0, 1) 5s 1 normal both trending-content--author-intro;
  -webkit-animation: 1.2s cubic-bezier(0.57, 0, 0, 1) 5s 1 normal both trending-content--author-intro;
  -moz-animation: 1.2s cubic-bezier(0.57, 0, 0, 1) 5s 1 normal both trending-content--author-intro;
  -ms-animation: 1.2s cubic-bezier(0.57, 0, 0, 1) 5s 1 normal both trending-content--author-intro;
}

.app--dive-live .trending-content .content {
  justify-content: center;
  align-items: center;
  padding: 0.7rem 1rem;
  flex-direction: column;
  z-index: 1000;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.4);
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex: 1 1 auto;
  color: #000;
  animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 5s 1 normal both fade-in;
  -webkit-animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 5s 1 normal both fade-in;
  -moz-animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 5s 1 normal both fade-in;
  -ms-animation: 1.3s cubic-bezier(0.57, 0, 0, 1) 5s 1 normal both fade-in;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .trending-content .content {
    padding: 1.2rem 1.5rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .trending-content .content {
    padding: 1.2rem 2.5rem;
  }

}

.app--dive-live .trending-content .content__text {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.1;
}

@media screen and (min-width: 1824px) {

  .app--dive-live .trending-content .content__text {
    font-size: 3.3rem;
  }
  
  .app--dive-live .trending-content .content__text.text--very-small {
    font-size: 2.6rem;
  }
  
  .app--dive-live .trending-content .content__text.text--small {
    font-size: 3rem;
  }
  
  .app--dive-live .trending-content .content__text.text--large {
    font-size: 3.6rem;
  }
  
  .app--dive-live .trending-content .content__text.text--very-large {
    font-size: 4rem;
  }

}

.app--dive-live .trending-content.animation--frame-show .content-view__image {
  animation: 2s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-in;
  -webkit-animation: 2s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-in;
  -moz-animation: 2s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-in;
  -ms-animation: 2s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-in;
}

.app--dive-live .trending-content.animation--frame-show .content-view__data-box {
  animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s 1 normal both fade-in-bottom;
  -webkit-animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s 1 normal both fade-in-bottom;
  -moz-animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s 1 normal both fade-in-bottom;
  -ms-animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s 1 normal both fade-in-bottom;
}

.app--dive-live .trending-content.animation--frame-hide .content-view__image {
  animation: 1s cubic-bezier(0.57, 0, 0, 1) .5s 1 normal both fade-out;
  -webkit-animation: 1s cubic-bezier(0.57, 0, 0, 1) .5s 1 normal both fade-out;
  -moz-animation: 1s cubic-bezier(0.57, 0, 0, 1) .5s 1 normal both fade-out;
  -ms-animation: 1s cubic-bezier(0.57, 0, 0, 1) .5s 1 normal both fade-out;
}

.app--dive-live .trending-content.animation--frame-hide .content-view__data-box {
  animation: .4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s 1 normal both fade-out-bottom;
  -webkit-animation: .4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s 1 normal both fade-out-bottom;
  -moz-animation: .4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s 1 normal both fade-out-bottom;
  -ms-animation: .4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s 1 normal both fade-out-bottom;
}

.app--dive-live .trending-tw-influencers .widget-view {
  display: flex;
  flex-direction: column;
}

.app--dive-live .trending-tw-influencers .influencer {
  width: 80%;
  max-width: 24rem;
  justify-content: flex-start;
  height: auto;
  padding: 1.6rem 1.2rem 1.2rem;
  flex-direction: column;
  position: relative;
  box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.17);
  background-color: #000;
  border-radius: 5px;
  display: flex;
  color: #fff;
}

.app--dive-live .trending-tw-influencers .influencer__rank {
  right: 0.8rem;
  top: 0.8rem;
  border: 2px dotted #fff;
  padding: 0.3rem 0.4rem;
  position: absolute;
  z-index: 960;
  font-size: 1.4rem;
  background-color: rgba(50,50,50,0.4);
  border-radius: 2px;
  color: #fff;
}

.app--dive-live .trending-tw-influencers .account-details__avatar {
  border: 0.25rem solid #fff;
  width: 5rem;
  height: 5rem;
}

.app--dive-live .trending-tw-influencers .account-details__avatar img {
  border-radius: 0;
}

.app--dive-live .trending-tw-influencers .influencer__info-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.2rem;
}

.app--dive-live .trending-tw-influencers .info-group__text-items {
  display: flex;
  text-shadow: 2px 4px 7px rgba(30,30,30,0.4);
  word-break: break-word;
  justify-content: center;
  flex-direction: column;
  padding: 0 1.25rem;
  line-height: 1;
  font-size: 1.3rem;
}

.app--dive-live .trending-tw-influencers .info-group__text-items>div {
  margin-bottom: 0.3rem;
}

.app--dive-live .trending-tw-influencers .influencer__description {
  margin: 0 0 1rem;
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
  line-height: 1.1;
  word-break: break-word;
  background-color: rgba(30,30,30,0.3);
}

.app--dive-live .trending-tw-influencers .influencer__metrics {
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
}

.app--dive-live .trending-tw-influencers .influencer__metrics>div {
  margin: 0 1rem;
  text-shadow: 2px 4px 7px rgba(30,30,30,0.4);
}

.app--dive-live .trending-tw-influencers .influencers-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  border-top: 2px solid #fff;
  flex: 1;
}

.app--dive-live .trending-tw-influencers .influencers-container.is-queued {
  border: none;
  flex: 1.0E-4;
}

.app--dive-live .trending-tw-influencers .influencers-container.is-queued .influencer {
  background-color: transparent;
  box-shadow: none;
  opacity: 0;
  height: 0;
}

.app--dive-live .trending-tw-influencers .influencers-container.is-queued .influencer__info-group {
  flex-direction: column;
}

.app--dive-live .trending-tw-influencers .influencers-container.is-queued .info-group__text-items, .app--dive-live .trending-tw-influencers .influencers-container.is-queued .influencer__description, .app--dive-live .trending-tw-influencers .influencers-container.is-queued .influencer__metrics {
  width: 0;
  height: 0;
  opacity: 0;
}

.app--dive-live .trending-tw-influencers .influencers-container.is-active {
  box-shadow: 0 0 20px 14px rgba(0, 0, 0, 0.4);
  z-index: 950;
  transition: border 1s, flex 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.app--dive-live .trending-tw-influencers .influencers-container.is-active:first-child {
  border: none;
}

.app--dive-live .trending-tw-influencers .influencers-container.is-active .influencer {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) 1.2s;
}

.app--dive-live .trending-tw-influencers .influencers-container.is-active .influencer__rank {
  animation: 0.7s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both spin;
  -webkit-animation: 0.7s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both spin;
  -moz-animation: 0.7s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both spin;
  -ms-animation: 0.7s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both spin;
}

.app--dive-live .trending-tw-influencers .influencers-container.was-active {
  flex: 0.3;
}

.app--dive-live .trending-tw-influencers .influencers-container.was-active, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden {
  border-top-width: 0;
  transition: border 1s, flex 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.app--dive-live .trending-tw-influencers .influencers-container.was-active .influencer, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .influencer {
  padding: 1rem;
  width: 50%;
}

.app--dive-live .trending-tw-influencers .influencers-container.was-active .influencer__rank, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .influencer__rank {
  font-size: 0.8rem;
  border-width: 2.5px;
  right: 0.6rem;
  top: 0.6rem;
  padding: 0.3rem 0.4rem;
  transition: all 1s;
}

.app--dive-live .trending-tw-influencers .influencers-container.was-active .influencer__info-group, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .influencer__info-group {
  flex-direction: row;
  margin: 0;
  text-align: center;
}

.app--dive-live .trending-tw-influencers .influencers-container.was-active .info-group__text-items, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .info-group__text-items {
  padding: 0;
  margin-left: 1rem;
  font-size: 1rem;
  transition: all 2s;
}

.app--dive-live .trending-tw-influencers .influencers-container.was-active .info-group__text-items>div, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .info-group__text-items>div {
  margin-bottom: 0.25rem;
}

.app--dive-live .trending-tw-influencers .influencers-container.was-active .account-details__avatar, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .account-details__avatar {
  border-width: 0.15rem;
  width: 4rem;
  height: 4rem;
}

.app--dive-live .trending-tw-influencers .influencers-container.was-active .is-verified-icon, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .is-verified-icon {
  width: 1.4rem;
  height: 1.4rem;
  top: -0.75rem;
  right: -0.75rem;
}

.app--dive-live .trending-tw-influencers .influencers-container.was-active .influencer__description, .app--dive-live .trending-tw-influencers .influencers-container.was-active .influencer__metrics, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .influencer__description, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .influencer__metrics {
  opacity: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
  transition: all 1.2s;
}

.app--dive-live .trending-tw-influencers .influencers-container.is-hidden {
  flex: 1.0E-4;
}

.app--dive-live .trending-tw-influencers .influencers-container.is-hidden .influencer, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .influencer__rank {
  opacity: 0;
  transition: opacity 1s;
}

.app--dive-live .trending-tw-influencers.animation--frame-show .widget-view {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
}

.app--dive-live .trending-tw-influencers.animation--widget-hide .widget-view {
  animation: 0.2s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.5s 1 normal both fade-out;
  -webkit-animation: 0.2s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.5s 1 normal both fade-out;
  -moz-animation: 0.2s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.5s 1 normal both fade-out;
  -ms-animation: 0.2s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.5s 1 normal both fade-out;
}

@media screen and (max-height: 481px) {

  
  
  
  
  .app--dive-live .trending-tw-influencers .widget-view {
    flex-direction: row;
  }
  
  .app--dive-live .trending-tw-influencers .influencers-container {
    border-top: none;
    border-left: 4px solid #fff;
  }
  
  .app--dive-live .trending-tw-influencers .influencers-container.was-active, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden {
    border-left-width: 0;
  }
  
  .app--dive-live .trending-tw-influencers .influencers-container.was-active .influencer, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .influencer {
    padding: 1rem;
    width: 80%;
  }
  
  .app--dive-live .trending-tw-influencers .influencers-container.was-active .influencer__info-group, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .influencer__info-group {
    flex-direction: column;
  }
  
  .app--dive-live .trending-tw-influencers .influencers-container.was-active .info-group__text-items, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .info-group__text-items {
    margin-top: 1rem;
    margin-left: 0;
  }

}

@media screen and (min-height: 481px) and (min-width: 767px) {

  
  
  
  
  
  
  .app--dive-live .trending-tw-influencers .widget-view {
    flex-direction: row;
  }
  
  .app--dive-live .trending-tw-influencers .influencers-container {
    border-top: none;
    border-left: 4px solid #fff;
  }
  
  .app--dive-live .trending-tw-influencers .influencers-container.was-active, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden {
    border-left-width: 0;
  }
  
  .app--dive-live .trending-tw-influencers .influencers-container.was-active .influencer, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .influencer {
    padding: 1rem;
    width: 80%;
  }
  
  .app--dive-live .trending-tw-influencers .influencers-container.was-active .influencer__info-group, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .influencer__info-group {
    flex-direction: column;
  }
  
  .app--dive-live .trending-tw-influencers .influencers-container.was-active .info-group__text-items, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .info-group__text-items {
    margin-top: 1rem;
    margin-left: 0;
  }
  
  
  
  .app--dive-live .trending-tw-influencers .influencer {
    padding: 2.4rem 1.8rem 2rem;
    max-width: 35rem;
  }
  
  .app--dive-live .trending-tw-influencers .influencer__rank {
    padding: 0.3rem 0.6rem;
    border-width: 3px;
    font-size: 2rem;
  }
  
  .app--dive-live .trending-tw-influencers .account-details__avatar {
    width: 6.5rem;
    height: 6.5rem;
  }
  
  .app--dive-live .trending-tw-influencers .influencer__info-group {
    margin-bottom: 1.5rem;
  }
  
  .app--dive-live .trending-tw-influencers .info-group__text-items {
    font-size: 2rem;
  }
  
  .app--dive-live .trending-tw-influencers .influencer__description {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }
  
  .app--dive-live .trending-tw-influencers .influencer__metrics {
    font-size: 2rem;
  }

}

@media screen and (min-width: 1024px) {

  
  


}

@media screen and (min-width: 1400px) {

  
  


}

@media screen and (min-width: 1824px) {

  
  
  
  
  .app--dive-live .trending-tw-influencers .influencer {
    padding: 2.5rem 2.5rem 2rem;
    max-width: 50rem;
  }
  
  .app--dive-live .trending-tw-influencers .account-details__avatar {
    width: 12rem;
    height: 12rem;
    border-width: 0.3rem;
  }
  
  .app--dive-live .trending-tw-influencers .influencer__rank {
    top: 1rem;
    right: 1rem;
    padding: 0.4rem 0.8rem;
    font-size: 2.5rem;
  }
  
  .app--dive-live .trending-tw-influencers .info-group__text-items {
    padding: 0 2rem;
    font-size: 3.2rem;
  }
  
  .app--dive-live .trending-tw-influencers .info-group__text-items>div {
    margin-bottom: 0.8rem;
  }
  
  .app--dive-live .trending-tw-influencers .influencer__description {
    margin: 0 0 1.6rem;
    font-size: 2.5rem;
  }
  
  .app--dive-live .trending-tw-influencers .influencer__metrics {
    font-size: 2.5rem;
  }
  
  .app--dive-live .trending-tw-influencers .influencers-container {
    border-left: 8px solid #fff;
  }
  
  
  
  .app--dive-live .trending-tw-influencers .influencers-container.was-active .influencer__rank, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .influencer__rank {
    font-size: 1.7rem;
    border-width: 3px;
    padding: 0.3rem 0.6rem;
  }
  
  .app--dive-live .trending-tw-influencers .influencers-container.was-active .is-verified-icon, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .is-verified-icon {
    width: 2rem;
    height: 2rem;
    top: -1rem;
    right: -1rem;
  }
  
  .app--dive-live .trending-tw-influencers .influencers-container.was-active .info-group__text-items, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .info-group__text-items {
    margin-top: 1.5rem;
    font-size: 1.8rem;
  }
  
  .app--dive-live .trending-tw-influencers .influencers-container.was-active .account-details__avatar, .app--dive-live .trending-tw-influencers .influencers-container.is-hidden .account-details__avatar {
    width: 6.5rem;
    height: 6.5rem;
  }

}

@media screen and (min-width: 1024px) and (min-height: 1824px) {

  
  


}

.app--dive-live .animation--widget-hide .widget-view.performance-comparison {
  animation: 0.5s ease-in-out 1.5s 1 normal both fade-out;
  -webkit-animation: 0.5s ease-in-out 1.5s 1 normal both fade-out;
  -moz-animation: 0.5s ease-in-out 1.5s 1 normal both fade-out;
  -ms-animation: 0.5s ease-in-out 1.5s 1 normal both fade-out;
}

.app--dive-live .widget-view.performance-comparison .performance-comparison__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .widget-view.performance-comparison .performance-comparison__content {
    flex-direction: row;
  }

}

.app--dive-live .widget-view.performance-comparison .card-area, .app--dive-live .widget-view.performance-comparison .comparison-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  flex: 1;
}

.app--dive-live .widget-view.performance-comparison .comparison-container {
  transition: all 1s, border 0.4s 0.3s, width 0.4s 0.3s;
}

.app--dive-live .widget-view.performance-comparison .comparison-container.is-hidden {
  flex: 1.0E-4;
  opacity: 0;
  width: 0;
}

.app--dive-live .widget-view.performance-comparison .card-area--focus, .app--dive-live .widget-view.performance-comparison .comparison-container {
  padding: 2rem 0 0;
}

.app--dive-live .widget-view.performance-comparison .card-area--focus .card__identity {
  animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.15s 1 normal both fade-in;
  -webkit-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.15s 1 normal both fade-in;
  -moz-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.15s 1 normal both fade-in;
  -ms-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.15s 1 normal both fade-in;
}

.app--dive-live .widget-view.performance-comparison .card-area {
  transition: opacity 0.6s ease, flex 0.8s ease;
}

.app--dive-live .widget-view.performance-comparison .card-area.is-not-active {
  flex: 1.0E-4;
  opacity: 0;
}

.app--dive-live .widget-view.performance-comparison .comparison__data-card {
  border-bottom: 8px solid #ddd;
  width: 100%;
  justify-content: flex-start;
  height: 100%;
  align-items: center;
  padding: 1rem 0;
  flex-direction: column;
  display: flex;
  flex: 1;
}

.app--dive-live .widget-view.performance-comparison .comparison__data-card:last-child {
  border: none;
}

.app--dive-live .widget-view.performance-comparison .comparison__data-card.is-landscape {
  flex-direction: row;
}

.app--dive-live .widget-view.performance-comparison .comparison__data-card.is-landscape .card__identity {
  height: 100%;
  width: 40%;
  padding: 0 1.5rem;
}

.app--dive-live .widget-view.performance-comparison .comparison__data-card.is-landscape .card__metrics {
  padding: 0;
  justify-content: center;
  width: 60%;
}

.app--dive-live .widget-view.performance-comparison .comparison__data-card.is-landscape .metrics__data-point {
  margin-bottom: 2rem;
}

.app--dive-live .widget-view.performance-comparison .comparison__data-card.is-landscape .data-point__value, .app--dive-live .widget-view.performance-comparison .comparison__data-card.is-landscape .data-point__label {
  font-size: 2.8rem;
}

.app--dive-live .widget-view.performance-comparison .comparison__data-card.is-landscape .delta-info {
  font-size: 3rem;
}

.app--dive-live .widget-view.performance-comparison .comparison__data-card.is-landscape .delta-info-time-frame--label {
  font-size: 2.4rem;
}

.app--dive-live .widget-view.performance-comparison .comparison__data-card.is-landscape .metrics__time-series {
  width: 60%;
  height: 3rem;
}

.app--dive-live .widget-view.performance-comparison .comparison__data-card.no-historic-data .card__metrics {
  padding-top: 5.5rem;
}

.app--dive-live .widget-view.performance-comparison .comparison__data-card.no-historic-data .metrics__data-point {
  margin: 0;
}

.app--dive-live .widget-view.performance-comparison .comparison__data-card.no-historic-data .data-point__label, .app--dive-live .widget-view.performance-comparison .comparison__data-card.no-historic-data .data-point__value {
  font-size: 9rem;
}

.app--dive-live .widget-view.performance-comparison .comparison__data-card.has-no-data .data-point__value {
  color: #aaa;
  font-size: 3.5rem;
}

.app--dive-live .widget-view.performance-comparison .card__identity {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20rem;
  padding: 0.1rem;
}

.app--dive-live .widget-view.performance-comparison .identity__logo {
  width: 100%;
  height: 100%;
  max-height: 13rem;
  max-width: 30rem;
  display: flex;
  justify-content: center;
}

.app--dive-live .widget-view.performance-comparison .identity__logo img {
  height: 100%;
  width: auto;
}

.app--dive-live .widget-view.performance-comparison .card__metrics {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem 0 0;
  transition: opacity 0.5s ease;
}

.app--dive-live .widget-view.performance-comparison .metrics__data-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 3rem;
}

.app--dive-live .widget-view.performance-comparison .data-point__container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.app--dive-live .widget-view.performance-comparison .data-point__value, .app--dive-live .widget-view.performance-comparison .data-point__label {
  font-size: 3rem;
  line-height: 1;
  color: #000;
}

.app--dive-live .widget-view.performance-comparison .data-point__label {
  margin: 0 0 0 1.2rem;
}

.app--dive-live .widget-view.performance-comparison .is-active .data-point__container {
  animation: 0.4s ease-in-out 0.8s 1 normal both fade-in-top;
  -webkit-animation: 0.4s ease-in-out 0.8s 1 normal both fade-in-top;
  -moz-animation: 0.4s ease-in-out 0.8s 1 normal both fade-in-top;
  -ms-animation: 0.4s ease-in-out 0.8s 1 normal both fade-in-top;
}

.app--dive-live .widget-view.performance-comparison .is-active .delta-info, .app--dive-live .widget-view.performance-comparison .is-active .metrics__time-series {
  animation: 0.4s ease-in-out 3.5s 1 normal both fade-in-top;
  -webkit-animation: 0.4s ease-in-out 3.5s 1 normal both fade-in-top;
  -moz-animation: 0.4s ease-in-out 3.5s 1 normal both fade-in-top;
  -ms-animation: 0.4s ease-in-out 3.5s 1 normal both fade-in-top;
}

.app--dive-live .widget-view.performance-comparison .is-active .metrics__time-series {
  animation: 0.4s ease-in-out 5.5s 1 normal both fade-in-left;
  -webkit-animation: 0.4s ease-in-out 5.5s 1 normal both fade-in-left;
  -moz-animation: 0.4s ease-in-out 5.5s 1 normal both fade-in-left;
  -ms-animation: 0.4s ease-in-out 5.5s 1 normal both fade-in-left;
}

.app--dive-live .widget-view.performance-comparison .delta-info {
  font-size: 3.3rem;
  margin-top: 0.5rem;
}

.app--dive-live .widget-view.performance-comparison .delta-info__values {
  justify-content: center;
}

.app--dive-live .widget-view.performance-comparison .delta-info-time-frame--label {
  font-size: 3.2rem;
}

.app--dive-live .widget-view.performance-comparison .metrics__time-series {
  width: 50%;
  height: 5rem;
}

@media screen and (max-height: 481px) {

  
  


}

@media screen and (min-height: 481px) and (min-width: 767px) {

  
  
  
  
  
  
  .app--dive-live .widget-view.performance-comparison .comparison-container.is-visible {
    border-left: 10px solid #ccc;
  }
  
  
  
  .app--dive-live .widget-view.performance-comparison .card--focus .metrics__time-series {
    width: 40%;
    height: 5rem;
  }
  
  
  
  
  
  .app--dive-live .widget-view.performance-comparison .card--comparison.is-landscape .metrics__time-series {
    width: 50%;
    height: 3rem;
  }

}

@media screen and (min-width: 1024px) {

  
  
  
  
  
  
  .app--dive-live .widget-view.performance-comparison .card--focus .data-point__value, .app--dive-live .widget-view.performance-comparison .card--focus .data-point__label {
    font-size: 4.5rem;
  }
  
  .app--dive-live .widget-view.performance-comparison .card--focus .delta-info {
    font-size: 5rem;
  }
  
  .app--dive-live .widget-view.performance-comparison .card--focus .delta-info-time-frame--label {
    font-size: 4rem;
  }
  
  
  
  
  
  .app--dive-live .widget-view.performance-comparison .card--comparison.is-landscape .data-point__value, .app--dive-live .widget-view.performance-comparison .card--comparison.is-landscape .data-point__label {
    font-size: 3rem;
  }
  
  .app--dive-live .widget-view.performance-comparison .card--comparison.is-landscape .delta-info {
    font-size: 3.4rem;
    margin-top: 0;
  }
  
  .app--dive-live .widget-view.performance-comparison .card--comparison.is-landscape .delta-info-time-frame--label {
    font-size: 3.2rem;
  }

}

@media screen and (min-width: 1400px) {

  
  


}

@media screen and (min-width: 1824px) {

  
  
  
  
  
  
  
  
  .app--dive-live .widget-view.performance-comparison .comparison__data-card.has-no-data .data-point__value {
    font-size: 4.8rem;
  }
  
  
  
  .app--dive-live .widget-view.performance-comparison .card--focus .data-point__value, .app--dive-live .widget-view.performance-comparison .card--focus .data-point__label {
    font-size: 5.8rem;
  }
  
  .app--dive-live .widget-view.performance-comparison .card--focus .delta-info {
    font-size: 6.5rem;
  }
  
  .app--dive-live .widget-view.performance-comparison .card--focus .delta-info-time-frame--label {
    font-size: 4.6rem;
  }
  
  .app--dive-live .widget-view.performance-comparison .card--focus .metrics__time-series {
    width: 80%;
    height: 5rem;
    max-width: 18rem;
  }
  
  
  
  
  
  .app--dive-live .widget-view.performance-comparison .card--comparison.is-landscape .data-point__value, .app--dive-live .widget-view.performance-comparison .card--comparison.is-landscape .data-point__label {
    font-size: 4.4rem;
  }
  
  .app--dive-live .widget-view.performance-comparison .card--comparison.is-landscape .delta-info {
    font-size: 4.6rem;
    margin-top: 0;
  }
  
  .app--dive-live .widget-view.performance-comparison .card--comparison.is-landscape .delta-info-time-frame--label {
    font-size: 4.1rem;
  }
  
  .app--dive-live .widget-view.performance-comparison .card--comparison.is-landscape .metrics__time-series {
    width: 80%;
    height: 3rem;
    max-width: 12rem;
  }

}

@media screen and (min-width: 1024px) and (min-height: 1824px) {

  
  


}

.app--dive-live .arts-and-culture.culture-type--audiobooks .frame, .app--dive-live .arts-and-culture.culture-type--paid-ebooks .frame {
  background: #e44900; background: linear-gradient(#ffc921, #e44900);
}

.app--dive-live .arts-and-culture.culture-type--movies .frame {
  background: #4f90ee; background: linear-gradient(#3a6db6, #4f90ee);
}

.app--dive-live .arts-and-culture.culture-type--songs .frame, .app--dive-live .arts-and-culture.culture-type--albums .frame {
  background: #36d1fc; background: linear-gradient(to bottom right, #fe7271, #b967e3, #36d1fc);
}

.app--dive-live .arts-and-culture.culture-type--tv-seasons .frame {
  background: #19191b; background: linear-gradient(#37383a, #19191b);
}

.app--dive-live .arts-and-culture .background-wordmark {
  height: 80%;
  width: 50%;
  z-index: 500;
}

.app--dive-live .arts-and-culture .culture-card-grid {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 1.5rem .2rem .2rem;
  height: 100%;
}

.app--dive-live .arts-and-culture .culture-card {
  width: 95%;
  justify-content: space-between;
  height: 18%;
  margin: 1rem 0;
  align-items: center;
  flex-direction: row;
  position: relative;
  z-index: 550;
  box-shadow: 0 2px 7px 1px rgba(33, 33, 33, 0.3);
  overflow: hidden;
  display: flex;
  transition: all .8s;
  background: rgba(255,255,255,0.95);
}

.app--dive-live .arts-and-culture .culture-card.is-hidden .culture-card-container {
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
}

.app--dive-live .arts-and-culture .culture-card .culture-card-container {
  padding: .2rem;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  transition: all .8s;
  order: 2;
  overflow: hidden;
}

.app--dive-live .arts-and-culture .culture-card .culture-card-container.culture--ebooks .image {
  box-shadow: none;
}

.app--dive-live .arts-and-culture .culture-card .image {
  object-fit: contain;
  margin: 0 .4rem 0 0;
  width: auto;
  height: 100%;
  max-height: none;
  box-shadow: none;
}

.app--dive-live .arts-and-culture .culture-card .image img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.app--dive-live .arts-and-culture .culture-card .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  text-align: left;
  padding: .2rem .4rem;
}

.app--dive-live .arts-and-culture .culture-card .title, .app--dive-live .arts-and-culture .culture-card .subtitle, .app--dive-live .arts-and-culture .culture-card .small-print {
  transition: all .8s ease;
  display: inline-block;
  position: relative;
  left: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
}

.app--dive-live .arts-and-culture .culture-card .title {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  color: #454545;
}

.app--dive-live .arts-and-culture .culture-card .subtitle {
  color: #8395A1;
  font-family: Source-Sans-Pro, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
}

.app--dive-live .arts-and-culture .culture-card .small-print {
  color: #bbbbbb;
  font-family: Source-Sans-Pro, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
}

.app--dive-live .arts-and-culture .culture-card .rank-area {
  background-color: #0063fe;
  width: 4rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  order: 1;
}

.app--dive-live .arts-and-culture .culture-card .rank-area__rank {
  color: #fff;
  display: inline;
  font-size: 2.8rem;
}

.app--dive-live .arts-and-culture .culture-card .strut {
  height: 3.4rem;
}

.app--dive-live .arts-and-culture.animation--frame-show .widget-view--card-grid .background-wordmark {
  animation: 4.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both background-wordmark-fade-in;
  -webkit-animation: 4.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both background-wordmark-fade-in;
  -moz-animation: 4.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both background-wordmark-fade-in;
  -ms-animation: 4.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both background-wordmark-fade-in;
}

.app--dive-live .arts-and-culture.animation--frame-show .widget-view--card-grid .culture-card:nth-child(1) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-in;
}

.app--dive-live .arts-and-culture.animation--frame-show .widget-view--card-grid .culture-card:nth-child(2) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.75s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.75s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.75s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.75s 1 normal both fade-in;
}

.app--dive-live .arts-and-culture.animation--frame-show .widget-view--card-grid .culture-card:nth-child(3) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.0s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.0s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.0s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.0s 1 normal both fade-in;
}

.app--dive-live .arts-and-culture.animation--frame-show .widget-view--card-grid .culture-card:nth-child(4) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.25s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.25s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.25s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.25s 1 normal both fade-in;
}

.app--dive-live .arts-and-culture.animation--frame-show .widget-view--card-grid .culture-card:nth-child(5) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.5s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.5s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.5s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.5s 1 normal both fade-in;
}

.app--dive-live .arts-and-culture.animation--frame-show .widget-view--card-grid .culture-card:nth-child(6) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.75s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.75s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.75s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.75s 1 normal both fade-in;
}

.app--dive-live .arts-and-culture.animation--frame-hide .widget-view--card-grid .background-wordmark {
  animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s 1 normal both background-wordmark-fade-out;
  -webkit-animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s 1 normal both background-wordmark-fade-out;
  -moz-animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s 1 normal both background-wordmark-fade-out;
  -ms-animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s 1 normal both background-wordmark-fade-out;
}

.app--dive-live .arts-and-culture.animation--frame-hide .widget-view--card-grid .culture-card {
  animation: .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s 1 normal both fade-out;
  -webkit-animation: .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s 1 normal both fade-out;
  -moz-animation: .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s 1 normal both fade-out;
  -ms-animation: .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s 1 normal both fade-out;
}

@media screen and (max-height: 481px) {

  
  
  
  
  .app--dive-live .arts-and-culture .culture-card-grid {
    padding: 2.8rem 0 0;
    flex-direction: row;
  }
  
  .app--dive-live .arts-and-culture .culture-card {
    height: 90%;
    flex-direction: column;
    margin: 0 .4rem;
    width: 100%;
  }
  
  .app--dive-live .arts-and-culture .culture-card .culture-card-container {
    padding: .4rem;
    padding-bottom: 0;
    order: 1;
    flex-direction: column;
  }
  
  .app--dive-live .arts-and-culture .culture-card .image {
    height: 60%;
  }
  
  .app--dive-live .arts-and-culture .culture-card .text-content {
    padding: .2rem .1rem;
  }
  
  .app--dive-live .arts-and-culture .culture-card .title {
    margin: 0;
  }
  
  .app--dive-live .arts-and-culture .culture-card .subtitle {
    margin: 0 .3rem 0 0;
  }
  
  .app--dive-live .arts-and-culture .culture-card .small-print {
    display: inline-block;
  }
  
  .app--dive-live .arts-and-culture .culture-card .rank-area {
    width: 100%;
    height: 5rem;
    order: 2;
  }

}

@media screen and (min-height: 481px) and (min-width: 767px) {

  
  
  
  
  .app--dive-live .arts-and-culture .culture-card-grid {
    padding: 2.6rem 1rem 1rem;
  }
  
  
  
  .app--dive-live .arts-and-culture .culture-card .culture-card-container {
    padding: .4rem;
  }
  
  .app--dive-live .arts-and-culture .culture-card .image {
    width: auto;
    max-height: none;
  }
  
  .app--dive-live .arts-and-culture .culture-card .text-content {
    padding: .2rem .5rem;
    max-width: 79%;
  }
  
  .app--dive-live .arts-and-culture .culture-card .title {
    font-size: 2.8rem;
  }
  
  .app--dive-live .arts-and-culture .culture-card .subtitle {
    font-size: 2.4rem;
  }
  
  .app--dive-live .arts-and-culture .culture-card .small-print {
    font-size: 2rem;
  }
  
  .app--dive-live .arts-and-culture .culture-card .rank-area {
    width: 7rem;
  }
  
  .app--dive-live .arts-and-culture .culture-card .rank-area__rank {
    font-size: 4rem;
  }

}

@media screen and (min-width: 1024px) {

  
  
  
  
  
  
  .app--dive-live .arts-and-culture.culture-type--albums .culture-card, .app--dive-live .arts-and-culture.culture-type--songs .culture-card {
    height: 90%;
  }
  
  .app--dive-live .arts-and-culture.culture-type--albums .culture-card .title, .app--dive-live .arts-and-culture.culture-type--songs .culture-card .title {
    font-size: 2.5vw;
  }
  
  .app--dive-live .arts-and-culture.culture-type--albums .culture-card .subtitle, .app--dive-live .arts-and-culture.culture-type--songs .culture-card .subtitle {
    font-size: 2vw;
  }
  
  .app--dive-live .arts-and-culture.culture-type--albums .culture-card .small-print, .app--dive-live .arts-and-culture.culture-type--songs .culture-card .small-print {
    font-size: 1.8vw;
  }
  
  .app--dive-live .arts-and-culture .culture-card-grid {
    padding: 0.2rem 0 0.5rem;
    flex-direction: row;
  }
  
  .app--dive-live .arts-and-culture .culture-card {
    flex-direction: column;
    margin: 0 0.6rem;
    width: 23%;
    height: auto;
  }
  
  .app--dive-live .arts-and-culture .culture-card .culture-card-container {
    flex-direction: column;
    padding: .6rem;
    padding-bottom: 0;
  }
  
  .app--dive-live .arts-and-culture .culture-card .image {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: 50%;
    overflow: hidden;
    display: flex;
    box-shadow: 0 0.3rem 1rem -0.2rem rgba(0,0,0,0.3);
    align-items: center;
  }
  
  .app--dive-live .arts-and-culture .culture-card .image img {
    width: 100%;
    height: auto;
  }
  
  .app--dive-live .arts-and-culture .culture-card .text-content {
    padding: .8rem 0;
    max-width: none;
    min-height: 7rem;
  }
  
  .app--dive-live .arts-and-culture .culture-card .title {
    font-size: 1.8rem;
  }
  
  .app--dive-live .arts-and-culture .culture-card .subtitle {
    font-size: 1.5rem;
    margin-bottom: .2vw;
  }
  
  .app--dive-live .arts-and-culture .culture-card .small-print {
    font-size: 1.3rem;
    line-height: 1.05;
  }
  
  .app--dive-live .arts-and-culture .culture-card .rank-area {
    height: 7vw;
    width: 100%;
    order: 2;
  }
  
  .app--dive-live .arts-and-culture .culture-card .rank-area__rank {
    font-size: 4.6vw;
    font-weight: 700;
  }

}

@media screen and (min-width: 1824px) {

  
  
  
  
  
  
  .app--dive-live .arts-and-culture.culture-type--movies .culture-card {
    width: 18rem;
    margin: 0 2rem;
  }
  
  .app--dive-live .arts-and-culture .culture-card-grid {
    padding: 3% 1rem 1%;
  }
  
  
  
  .app--dive-live .arts-and-culture .culture-card .image {
    height: 18rem;
  }
  
  .app--dive-live .arts-and-culture .culture-card .culture-card-container {
    padding: .8rem;
    padding-bottom: 0;
  }

}

.app--dive-live .widget.family--adwords .widget-view {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #eee;
}

.app--dive-live .widget.family--adwords .chart--treemap {
  padding: 1rem;
}

.app--dive-live .widget.family--adwords.animation--frame-show .date-header__text {
  animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
  -webkit-animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
  -moz-animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
  -ms-animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
}

.app--dive-live .widget.family--adwords.animation--frame-hide .frame__last {
  animation: .7s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-out;
  -webkit-animation: .7s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-out;
  -moz-animation: .7s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-out;
  -ms-animation: .7s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-out;
}

.app--dive-live .widget.adwords-category-keywords {
  animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
  -webkit-animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
  -moz-animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
  -ms-animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
}

.app--dive-live .widget.adwords-category-keywords.animation--frame-show .date-header__text {
  animation: 2s ease-in-out 0s 1 normal both empty-animation;
  -webkit-animation: 2s ease-in-out 0s 1 normal both empty-animation;
  -moz-animation: 2s ease-in-out 0s 1 normal both empty-animation;
  -ms-animation: 2s ease-in-out 0s 1 normal both empty-animation;
}

.app--dive-live .widget.adwords-category-keywords.animation--frame-show .chart--treemap {
  animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both slide-in-from-right;
  -webkit-animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both slide-in-from-right;
  -moz-animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both slide-in-from-right;
  -ms-animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both slide-in-from-right;
}

.app--dive-live .widget.adwords-category-keywords.animation--frame-hide .chart--treemap {
  animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s 1 normal both slide-out-to-left;
  -webkit-animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s 1 normal both slide-out-to-left;
  -moz-animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s 1 normal both slide-out-to-left;
  -ms-animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s 1 normal both slide-out-to-left;
}

.app--dive-live .widget.adwords-top-categories .grid {
  display: flex;
  flex-direction: column;
  background: #eee;
  padding: 0.4rem;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.app--dive-live .widget.adwords-top-categories .grid-item {
  width: 95%;
  justify-content: space-between;
  height: 28%;
  margin: .4rem 0;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 3px 14px 2px rgba(103, 103, 103, 0.35);
  overflow: hidden;
  border-radius: 3px;
  display: flex;
  background: #fff;
}

.app--dive-live .widget.adwords-top-categories .grid-item__label {
  padding: 1.4rem .3rem .3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app--dive-live .widget.adwords-top-categories .sparkline-container {
  width: 100%;
  height: 50%;
  padding: .3rem;
}

.app--dive-live .widget.adwords-top-categories .label__text {
  color: #000;
  font-size: 3.8rem;
  text-shadow: 2px 2px 5px rgba(50,50,50,0.2);
  line-height: 1.1;
}

.app--dive-live .widget.adwords-top-categories .peak__label, .app--dive-live .widget.adwords-top-categories .peak__value {
  font-size: 2rem;
}

.app--dive-live .widget.adwords-top-categories .peak__value {
  color: #4264DF;
}

.app--dive-live .widget.adwords-top-categories .grid-item__impression {
  background-color: #4786f0;
  color: #fff;
  font-size: 3rem;
  width: 100%;
  padding: .4rem .2rem;
}

.app--dive-live .widget.adwords-top-categories .impression__value {
  line-height: 1;
  text-shadow: 2px 2px 5px rgba(50,50,50,0.5);
  font-size: 2rem;
}

.app--dive-live .widget.adwords-top-categories.animation--frame-show .grid-item:nth-child(1) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.4s 1 normal both fade-in-bottom;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.4s 1 normal both fade-in-bottom;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.4s 1 normal both fade-in-bottom;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.4s 1 normal both fade-in-bottom;
}

.app--dive-live .widget.adwords-top-categories.animation--frame-show .grid-item:nth-child(2) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.6000000000000001s 1 normal both fade-in-bottom;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.6000000000000001s 1 normal both fade-in-bottom;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.6000000000000001s 1 normal both fade-in-bottom;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.6000000000000001s 1 normal both fade-in-bottom;
}

.app--dive-live .widget.adwords-top-categories.animation--frame-show .grid-item:nth-child(3) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.8s 1 normal both fade-in-bottom;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.8s 1 normal both fade-in-bottom;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.8s 1 normal both fade-in-bottom;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.8s 1 normal both fade-in-bottom;
}

.app--dive-live .widget.adwords-top-categories.animation--frame-show .grid-item:nth-child(4) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.0s 1 normal both fade-in-bottom;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.0s 1 normal both fade-in-bottom;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.0s 1 normal both fade-in-bottom;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.0s 1 normal both fade-in-bottom;
}

.app--dive-live .widget.adwords-top-categories.animation--frame-show .grid-item:nth-child(5) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2000000000000002s 1 normal both fade-in-bottom;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2000000000000002s 1 normal both fade-in-bottom;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2000000000000002s 1 normal both fade-in-bottom;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2000000000000002s 1 normal both fade-in-bottom;
}

@media screen and (max-height: 481px) {

  
  
  
  
  .app--dive-live .widget.adwords-top-categories .grid {
    flex-direction: row;
  }
  
  .app--dive-live .widget.adwords-top-categories .grid-item {
    margin: 0 .4rem;
    width: 30%;
    height: 65%;
  }

}

@media screen and (min-height: 481px) and (min-width: 767px) {

  
  
  
  
  .app--dive-live .widget.adwords-top-categories .grid {
    padding: 1rem;
  }
  
  .app--dive-live .widget.adwords-top-categories .grid-item {
    margin: 1rem .4rem;
    height: 70%;
  }
  
  .app--dive-live .widget.adwords-top-categories .sparkline-container {
    height: 40%;
    padding: 1rem;
  }
  
  .app--dive-live .widget.adwords-top-categories .grid-item__impression {
    padding: 0.8rem .2rem;
  }

}

@media screen and (min-width: 1024px) {

  
  
  
  
  .app--dive-live .widget.adwords-top-categories .grid {
    flex-direction: row;
  }

}

@media screen and (min-width: 1400px) {

  
  
  
  
  .app--dive-live .widget.adwords-top-categories .grid-item__impression {
    padding: 0.8rem 0.6rem;
  }

}

@media screen and (min-width: 1824px) {

  
  
  
  
  
  
  .app--dive-live .widget.family--adwords .grid-item {
    height: 75%;
  }
  
  .app--dive-live .widget.family--adwords .grid-item__label {
    padding: 1.6rem .8rem .8rem;
  }
  
  .app--dive-live .widget.family--adwords .sparkline-container {
    height: 35%;
  }
  
  .app--dive-live .widget.family--adwords .label__text {
    font-size: 4.4rem;
  }
  
  .app--dive-live .widget.family--adwords .impression__value {
    font-size: 3.4rem;
  }
  
  
  
  .app--dive-live .widget.adwords-top-categories .peak__label, .app--dive-live .widget.adwords-top-categories .peak__value {
    font-size: 2.6rem;
  }

}

@media screen and (min-width: 1024px) and (min-height: 1824px) {

  
  
  
  
  .app--dive-live .widget.family--adwords .grid {
    flex-direction: column;
  }

}

.app--dive-live .stock-performance .stock-ticker {
  color: #000;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.app--dive-live .stock-performance .stock-ticker .ticker-item__sparkline {
  margin-left: 1rem;
}

.app--dive-live .stock-performance .stock-ticker__symbol {
  margin-right: 1.4rem;
}

.app--dive-live .stock-performance .stock-ticker__price {
  color: #787878;
}

.app--dive-live .stock-performance .stock-player__item {
  text-align: center;
}

.app--dive-live .stock-performance .stock-player__item.is-bold {
  color: #5e6f7c;
}

.app--dive-live .stock-performance .item__symbol {
  font-size: 9rem;
  color: #3d4850;
  display: inline-block;
  font-weight: 400;
}

.app--dive-live .stock-performance .item__exchange {
  font-size: 6rem;
  display: inline-block;
  font-weight: 400;
  color: #5e6f7b;
}

.app--dive-live .stock-performance .item__time {
  font-size: 4rem;
  text-align: center;
  margin-top: -1.5rem;
}

.app--dive-live .stock-performance .widget-view.performance-comparison .comparison__data-card {
  padding-top: 0;
}

.app--dive-live .stock-performance .widget-view.performance-comparison .card--comparison .stock-player__item {
  text-align: left;
}

.app--dive-live .stock-performance .widget-view.performance-comparison .card--comparison.is-landscape .card__identity {
  align-items: flex-start;
}

.app--dive-live .stock-performance .widget-view.performance-comparison .card--comparison.is-landscape .data-point__value {
  font-size: 5.4rem;
}

.app--dive-live .stock-performance .widget-view.performance-comparison .card--comparison.is-landscape .delta-info {
  font-size: 4.6rem;
}

.app--dive-live .stock-performance .widget-view.performance-comparison .card--comparison.is-landscape .delta-info-time-frame--label {
  font-size: 3.6rem;
}

.app--dive-live .stock-performance .widget-view.performance-comparison .card--focus .data-point__value {
  font-size: 7rem;
}

.app--dive-live .stock-performance .widget-view.performance-comparison .card__metrics {
  padding-top: 2rem;
}

.app--dive-live .stock-performance .widget-view.performance-comparison .card--comparison.is-landscape .metrics__data-point {
  margin-bottom: 1.5rem;
}

.app--dive-live .stock-performance .widget-view.performance-comparison .card--comparison.is-landscape .item__exchange {
  display: block;
  margin-left: 0.25rem;
}

.app--dive-live .stock-performance .widget-view.performance-comparison .card--comparison.is-landscape .item__symbol, .app--dive-live .stock-performance .widget-view.performance-comparison .card--comparison.is-landscape .item__exchange {
  line-height: 1.2;
}

.app--dive-live .stock-performance .widget-view.performance-comparison .card--comparison.is-landscape .item__time {
  display: none;
}

.app--dive-live .weather-forecast .weather-icon .sun, .app--dive-live .weather-forecast .weather-icon .lightning {
  fill: #ffe341;
  stroke: #f0cd4f;
}

.app--dive-live .weather-forecast .weather-icon .rain {
  fill: #5a91ff;
  stroke: #0055ff;
}

.app--dive-live .weather-forecast .weather-icon .snow {
  fill: #c4d8ff;
  stroke: #507af0;
}

.app--dive-live .weather-forecast .weather-icon .cloud, .app--dive-live .weather-forecast .weather-icon .fog {
  fill: #aab4b4;
  stroke: #727a7a;
}

.app--dive-live .weather-forecast .weather-ticker {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.app--dive-live .weather-forecast .weather-ticker .is-separator:after {
  margin: 0 1.5rem 0 1rem;
  font-size: 1.5rem;
}

.app--dive-live .weather-forecast .weather-ticker .high-low__container {
  display: flex;
  flex-flow: row;
}

.app--dive-live .weather-forecast .weather-ticker .weather-icon {
  width: 4rem;
  height: 3.2rem;
  stroke-width: 1.25%;
}

.app--dive-live .weather-forecast .weather-ticker .weather-icon .snow {
  fill: #507af0;
  stroke: #507af0;
}

.app--dive-live .weather-forecast .weather-ticker .weather-icon .rain {
  fill: #0055ff;
  stroke: #0055ff;
}

.app--dive-live .weather-forecast .weather-ticker .weather-icon .cloud, .app--dive-live .weather-forecast .weather-ticker .weather-icon .fog {
  fill: #444;
}

.app--dive-live .weather-forecast .weather-ticker__time {
  color: #262626;
  margin-left: 1.8rem;
  font-weight: 700;
  margin-right: .6rem;
}

.app--dive-live .weather-forecast .weather-ticker__temperature {
  color: #262626;
}

.app--dive-live .weather-forecast .weather-ticker__description {
  color: #262626;
  margin-left: .6rem;
  margin-right: .6rem;
}

.app--dive-live .weather-forecast .widget-view {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.app--dive-live .weather-forecast .current__header {
  color: #262626;
  letter-spacing: -0.2rem;
  font-size: 3.5rem;
  text-align: center;
}

.app--dive-live .weather-forecast .current__desc {
  color: #262626;
  letter-spacing: -0.2rem;
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center;
}

.app--dive-live .weather-forecast .current-data__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.app--dive-live .weather-forecast .current-data__container .weather-icon {
  padding: 0.5rem;
  width: 12rem;
  height: 12rem;
  stroke-width: 1.6%;
}

.app--dive-live .weather-forecast .current-data__container img {
  margin: 0;
  max-width: 14rem;
  max-height: 14rem;
}

.app--dive-live .weather-forecast .current-hi-low__container {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: 2rem;
}

.app--dive-live .weather-forecast .current__temp {
  color: #262626;
  letter-spacing: -0.4rem;
  font-size: 8rem;
  padding-left: 0.8rem;
}

.app--dive-live .weather-forecast .current-hi-low__temp {
  color: #262626;
  margin: 1rem;
  font-size: 3rem;
}

.app--dive-live .weather-forecast .forecast__header {
  color: #262626;
  letter-spacing: -0.1rem;
  font-size: 3.8rem;
  text-align: center;
  margin-bottom: 1rem;
}

.app--dive-live .weather-forecast .forecast-data__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.app--dive-live .weather-forecast .forecast-item__container {
  flex-flow: column;
  justify-content: center;
  margin: 0rem;
  -webkit-border-radius: 0.5rem;
  align-items: center;
  padding: 1rem;
  moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
}

.app--dive-live .weather-forecast .forecast-item__container .weather-icon {
  width: 7rem;
  height: 6.5rem;
  stroke-width: 1.6%;
}

.app--dive-live .weather-forecast .hourly-item__time {
  font-size: 2rem;
  color: #262626;
}

.app--dive-live .weather-forecast .hourly-item__temp {
  font-size: 2rem;
  color: #262626;
}

.app--dive-live .weather-forecast .five-day-item__dotw {
  font-size: 2rem;
  color: #262626;
}

.app--dive-live .weather-forecast .five-day-item-hilow__container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.app--dive-live .weather-forecast .five-day-item-hilow {
  font-size: 1.8rem;
  color: #262626;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.app--dive-live .weather-forecast.animation--frame-show .current__header {
  animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
  -webkit-animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
  -moz-animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
  -ms-animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
}

.app--dive-live .weather-forecast.animation--frame-show .forecast__header {
  animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
  -webkit-animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
  -moz-animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
  -ms-animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
}

.app--dive-live .weather-forecast.animation--frame-show .current__desc {
  animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
  -webkit-animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
  -moz-animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
  -ms-animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
}

.app--dive-live .weather-forecast.animation--frame-show .current-data__container {
  animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-bottom;
  -webkit-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-bottom;
  -moz-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-bottom;
  -ms-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-bottom;
}

.app--dive-live .weather-forecast.animation--frame-show .forecast-item__container:nth-child(1) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-in-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-in-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-in-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-in-right;
}

.app--dive-live .weather-forecast.animation--frame-show .forecast-item__container:nth-child(2) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.65s 1 normal both fade-in-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.65s 1 normal both fade-in-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.65s 1 normal both fade-in-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.65s 1 normal both fade-in-right;
}

.app--dive-live .weather-forecast.animation--frame-show .forecast-item__container:nth-child(3) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-in-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-in-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-in-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-in-right;
}

.app--dive-live .weather-forecast.animation--frame-show .forecast-item__container:nth-child(4) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.15s 1 normal both fade-in-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.15s 1 normal both fade-in-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.15s 1 normal both fade-in-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.15s 1 normal both fade-in-right;
}

.app--dive-live .weather-forecast.animation--frame-show .forecast-item__container:nth-child(5) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both fade-in-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both fade-in-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both fade-in-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both fade-in-right;
}

.app--dive-live .weather-forecast.animation--frame-show .forecast-item__container:nth-child(6) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.65s 1 normal both fade-in-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.65s 1 normal both fade-in-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.65s 1 normal both fade-in-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.65s 1 normal both fade-in-right;
}

.app--dive-live .weather-forecast.animation--frame-hide .widget-view {
  animation: 1s ease-in-out 1s 1 normal both fade-out;
  -webkit-animation: 1s ease-in-out 1s 1 normal both fade-out;
  -moz-animation: 1s ease-in-out 1s 1 normal both fade-out;
  -ms-animation: 1s ease-in-out 1s 1 normal both fade-out;
}

.app--dive-live .weather-forecast.animation--frame-hide .forecast-item__container:nth-child(1) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-out-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-out-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-out-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-out-right;
}

.app--dive-live .weather-forecast.animation--frame-hide .forecast-item__container:nth-child(2) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.65s 1 normal both fade-out-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.65s 1 normal both fade-out-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.65s 1 normal both fade-out-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.65s 1 normal both fade-out-right;
}

.app--dive-live .weather-forecast.animation--frame-hide .forecast-item__container:nth-child(3) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-out-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-out-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-out-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-out-right;
}

.app--dive-live .weather-forecast.animation--frame-hide .forecast-item__container:nth-child(4) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.15s 1 normal both fade-out-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.15s 1 normal both fade-out-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.15s 1 normal both fade-out-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.15s 1 normal both fade-out-right;
}

.app--dive-live .weather-forecast.animation--frame-hide .forecast-item__container:nth-child(5) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both fade-out-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both fade-out-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both fade-out-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both fade-out-right;
}

.app--dive-live .weather-forecast.animation--frame-hide .forecast-item__container:nth-child(6) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.65s 1 normal both fade-out-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.65s 1 normal both fade-out-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.65s 1 normal both fade-out-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.65s 1 normal both fade-out-right;
}

@media screen and (max-height: 481px) {

  
  


}

@media screen and (min-height: 481px) and (min-width: 767px) {

  
  
  
  
  .app--dive-live .weather-forecast img {
    max-height: 2.3rem;
    max-width: 2.3rem;
  }
  
  .app--dive-live .weather-forecast .current__header {
    font-size: 6rem;
  }
  
  .app--dive-live .weather-forecast .current__desc {
    font-size: 4.5rem;
  }
  
  
  
  .app--dive-live .weather-forecast .current-data__container .weather-icon {
    width: 22rem;
    height: 22rem;
  }
  
  .app--dive-live .weather-forecast .current-data__container img {
    max-width: 24rem;
    max-height: 24rem;
  }
  
  .app--dive-live .weather-forecast .current-hi-low__container {
    flex-flow: column nowrap;
  }
  
  .app--dive-live .weather-forecast .current__temp {
    font-size: 17rem;
    padding-left: 2rem;
    letter-spacing: -1rem;
  }
  
  .app--dive-live .weather-forecast .current-hi-low__temp {
    font-size: 5rem;
  }
  
  .app--dive-live .weather-forecast .forecast-data__container {
    flex-flow: row nowrap;
  }
  
  .app--dive-live .weather-forecast .forecast__header {
    font-size: 5rem;
    margin-bottom: 2rem;
  }
  
  .app--dive-live .weather-forecast .forecast-item__container {
    margin: 0.6rem;
    padding: 1rem;
  }
  
  .app--dive-live .weather-forecast .forecast-item__container .weather-icon {
    width: 12rem;
    height: 11.5rem;
  }
  
  .app--dive-live .weather-forecast .hourly-item__time {
    font-size: 4rem;
  }
  
  .app--dive-live .weather-forecast .hourly-item__temp {
    font-size: 3.8rem;
  }
  
  .app--dive-live .weather-forecast .five-day-item__dotw {
    font-size: 4rem;
  }
  
  .app--dive-live .weather-forecast .five-day-item-hilow {
    font-size: 2.2rem;
  }

}

@media screen and (min-width: 1024px) {

  
  
  
  
  
  
  .app--dive-live .weather-forecast .current-data__container img {
    max-width: 20rem;
    max-height: 20rem;
  }
  
  .app--dive-live .weather-forecast .current__temp {
    font-size: 14rem;
  }
  
  .app--dive-live .weather-forecast .current-hi-low__temp {
    font-size: 4rem;
  }
  
  .app--dive-live .weather-forecast .forecast__header {
    font-size: 4.5rem;
    margin-bottom: 2rem;
  }
  
  .app--dive-live .weather-forecast .forecast-item__container {
    margin: 0.2rem;
    padding: 1rem;
  }
  
  .app--dive-live .weather-forecast .forecast-item__container .weather-icon {
    width: 9.5rem;
    height: 8.8rem;
  }
  
  .app--dive-live .weather-forecast .hourly-item__time {
    font-size: 3.5rem;
  }
  
  .app--dive-live .weather-forecast .hourly-item__temp {
    font-size: 3.3rem;
  }
  
  .app--dive-live .weather-forecast .five-day-item__dotw {
    font-size: 3.5rem;
  }
  
  .app--dive-live .weather-forecast .five-day-item-hilow {
    font-size: 2rem;
  }

}

@media screen and (min-width: 1400px) {

  
  
  
  
  .app--dive-live .weather-forecast .forecast__header {
    font-size: 6.5rem;
  }
  
  .app--dive-live .weather-forecast .forecast-item__container {
    margin: 1rem;
    padding: 1rem;
  }
  
  .app--dive-live .weather-forecast .forecast-item__container .weather-icon {
    width: 13.3rem;
    height: 12.5rem;
  }
  
  .app--dive-live .weather-forecast .hourly-item__time {
    font-size: 4.5rem;
  }
  
  .app--dive-live .weather-forecast .hourly-item__temp {
    font-size: 4.2rem;
  }
  
  .app--dive-live .weather-forecast .five-day-item__dotw {
    font-size: 4.5rem;
  }
  
  .app--dive-live .weather-forecast .five-day-item-hilow {
    font-size: 2.5rem;
  }

}

@media screen and (min-width: 1824px) {

  
  
  
  
  .app--dive-live .weather-forecast img {
    max-height: 2.6rem;
    max-width: 2.6rem;
  }
  
  .app--dive-live .weather-forecast .current__header {
    font-size: 8rem;
  }
  
  .app--dive-live .weather-forecast .current__desc {
    font-size: 7rem;
  }
  
  
  
  .app--dive-live .weather-forecast .current-data__container img {
    max-width: 24rem;
    max-height: 24rem;
  }
  
  .app--dive-live .weather-forecast .current-hi-low__container {
    flex-flow: column nowrap;
  }
  
  .app--dive-live .weather-forecast .current__temp {
    font-size: 17rem;
  }
  
  .app--dive-live .weather-forecast .current-hi-low__temp {
    font-size: 5rem;
  }
  
  .app--dive-live .weather-forecast .forecast__header {
    font-size: 7rem;
  }
  
  .app--dive-live .weather-forecast .forecast-item__container {
    margin: 1rem;
    padding: 1rem;
  }
  
  .app--dive-live .weather-forecast .forecast-item__container .weather-icon {
    width: 14.5rem;
    height: 14rem;
  }
  
  .app--dive-live .weather-forecast .hourly-item__time {
    font-size: 4.2rem;
  }
  
  .app--dive-live .weather-forecast .hourly-item__temp {
    font-size: 3.5rem;
  }
  
  .app--dive-live .weather-forecast .five-day-item__dotw {
    font-size: 4.2rem;
  }
  
  .app--dive-live .weather-forecast .five-day-item-hilow {
    font-size: 3.5rem;
  }

}

@media screen and (min-width: 1024px) and (min-height: 1824px) {

  
  


}

.app--dive-live .trivia-game .game-intro {
  width: 100%;
  top: 0;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding: 0 0.5rem;
  flex-direction: column;
  position: absolute;
  z-index: 2000;
  font-size: 1.5rem;
  display: flex;
  transition: background-color 8s 0s;
  background: linear-gradient(to bottom, rgb(75, 73, 207) 0%, rgb(72, 110, 175) 100%);
  color: #fff;
  left: 0;
}

.app--dive-live .trivia-game .game-intro.animation--hide {
  animation: 1.2s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both slide-out-to-top;
  -webkit-animation: 1.2s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both slide-out-to-top;
  -moz-animation: 1.2s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both slide-out-to-top;
  -ms-animation: 1.2s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both slide-out-to-top;
}

.app--dive-live .trivia-game .game-intro.is-hidden {
  display: none;
}

.app--dive-live .trivia-game .game-intro__bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.app--dive-live .trivia-game .game-intro__bg-img img {
  height: 100%;
  object-fit: cover;
}

.app--dive-live .trivia-game .game-intro__text {
  text-align: center;
  text-shadow: 1px 1px 12px #374a52;
}

.app--dive-live .trivia-game .game-intro__text .text__title {
  animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
  -webkit-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
  -moz-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
  -ms-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
  font-size: 6rem;
}

.app--dive-live .trivia-game .game-intro__text .text__desc {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-in-top;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-in-top;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-in-top;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-in-top;
  font-size: 3rem;
  white-space: pre-wrap;
  margin-top: 2.5rem;
}

.app--dive-live .trivia-game .game-area {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.app--dive-live .trivia-game .game-area.animation--show .game-timer {
  animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-in;
  -webkit-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-in;
  -moz-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-in;
  -ms-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-in;
}

.app--dive-live .trivia-game .game-area.animation--show .answer-card:nth-child(1) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.5s 1 normal both fade-in-top;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.5s 1 normal both fade-in-top;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.5s 1 normal both fade-in-top;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.5s 1 normal both fade-in-top;
}

.app--dive-live .trivia-game .game-area.animation--show .answer-card:nth-child(2) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.7s 1 normal both fade-in-top;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.7s 1 normal both fade-in-top;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.7s 1 normal both fade-in-top;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.7s 1 normal both fade-in-top;
}

.app--dive-live .trivia-game .game-area.animation--show .answer-card:nth-child(3) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.9s 1 normal both fade-in-top;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.9s 1 normal both fade-in-top;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.9s 1 normal both fade-in-top;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.9s 1 normal both fade-in-top;
}

.app--dive-live .trivia-game .game-area.animation--show .answer-card:nth-child(4) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 6.1s 1 normal both fade-in-top;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 6.1s 1 normal both fade-in-top;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 6.1s 1 normal both fade-in-top;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 6.1s 1 normal both fade-in-top;
}

.app--dive-live .trivia-game .game-area.animation--hide {
  animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-out;
  -webkit-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-out;
  -moz-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-out;
  -ms-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-out;
}

.app--dive-live .trivia-game .game-area.game-is-over .answer-card:nth-child(1) {
  animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.0s 1 normal both fade-out;
  -webkit-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.0s 1 normal both fade-out;
  -moz-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.0s 1 normal both fade-out;
  -ms-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.0s 1 normal both fade-out;
}

.app--dive-live .trivia-game .game-area.game-is-over .answer-card:nth-child(2) {
  animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2s 1 normal both fade-out;
  -webkit-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2s 1 normal both fade-out;
  -moz-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2s 1 normal both fade-out;
  -ms-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2s 1 normal both fade-out;
}

.app--dive-live .trivia-game .game-area.game-is-over .answer-card:nth-child(3) {
  animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.4s 1 normal both fade-out;
  -webkit-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.4s 1 normal both fade-out;
  -moz-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.4s 1 normal both fade-out;
  -ms-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.4s 1 normal both fade-out;
}

.app--dive-live .trivia-game .game-area.game-is-over .answer-card:nth-child(4) {
  animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.6s 1 normal both fade-out;
  -webkit-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.6s 1 normal both fade-out;
  -moz-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.6s 1 normal both fade-out;
  -ms-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.6s 1 normal both fade-out;
}

.app--dive-live .trivia-game .game-area.game-is-over .answer-card--large-answer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
  -webkit-transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
  -moz-transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
  -ms-transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
  border: none;
}

.app--dive-live .trivia-game .game-area.game-is-over .game-timer {
  animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-out;
  -webkit-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-out;
  -moz-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-out;
  -ms-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-out;
}

.app--dive-live .trivia-game .game-question {
  display: flex;
  background: linear-gradient(to bottom, rgb(75, 73, 207) 0%, rgb(72, 110, 175) 100%);
  border-top: 3px solid #fff;
  border-bottom: 3px solid #e5e5e5;
  align-items: center;
  text-align: center;
  padding: 1rem;
}

.app--dive-live .trivia-game .game-question__text {
  width: 100%;
  color: #fff;
  font-size: 2rem;
}

.app--dive-live .trivia-game .game-timer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  font-size: 2.5rem;
  z-index: 600;
}

.app--dive-live .trivia-game .game-timer__value {
  width: 7.5rem;
  justify-content: center;
  height: 7.5rem;
  border: 8px solid #fff;
  align-items: center;
  border-radius: 50%;
  display: flex;
  text-shadow: 2px 2px 5px rgba(50,50,50,0.30);
  background: rgba(15, 67, 255, 0.70);
  color: #fff;
}

.app--dive-live .trivia-game .game-timer__value.pulse {
  animation: 1s ease-in-out  1 normal both game-timer-pulse;
  -webkit-animation: 1s ease-in-out  1 normal both game-timer-pulse;
  -moz-animation: 1s ease-in-out  1 normal both game-timer-pulse;
  -ms-animation: 1s ease-in-out  1 normal both game-timer-pulse;
}

.app--dive-live .trivia-game .cards__grid {
  height: 100%;
  position: relative;
  display: flex;
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.app--dive-live .trivia-game .answer-card {
  width: 50%;
  justify-content: center;
  border: 6px solid #e5e5e5;
  align-items: center;
  padding: 1.5rem 2.5rem;
  position: absolute;
  word-wrap: break-word;
  font-size: 2.5rem;
  display: flex;
  transition: all .8s ease;
  background: #fff;
  color: #373737;
}

.app--dive-live .trivia-game .answer-card.no-img {
  font-size: 2.8rem;
}

.app--dive-live .trivia-game .answer-card.only-img .card__content {
  width: 100%;
  height: 100%;
}

.app--dive-live .trivia-game .answer-card.only-img .card__image {
  margin-right: 0;
  width: 100%;
  height: 100%;
}

.app--dive-live .trivia-game .answer-card.only-img img {
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.app--dive-live .trivia-game .answer-card.is-hidden .container__wipe {
  animation: 0.6s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -webkit-animation: 0.6s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -moz-animation: 0.6s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -ms-animation: 0.6s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
}

.app--dive-live .trivia-game .answer-card.is-hidden .card__content {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
}

.app--dive-live .trivia-game .answer-card:nth-child(1) {
  top: 0;
  left: 0;
}

.app--dive-live .trivia-game .answer-card:nth-child(2) {
  top: 0;
  right: 0;
}

.app--dive-live .trivia-game .answer-card:nth-child(3) {
  bottom: 0;
  left: 0;
}

.app--dive-live .trivia-game .answer-card:nth-child(4) {
  bottom: 0;
  right: 0;
}

.app--dive-live .trivia-game .card__content {
  display: flex;
  flex-direction: column;
  transition: all .8s ease;
  align-items: center;
}

.app--dive-live .trivia-game .container__wipe {
  background-color: rgba(85, 103, 170, 0.8);
  height: 100%;
  z-index: 590;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.app--dive-live .trivia-game .card__text {
  flex: 1;
  line-height: 1.1;
  text-align: center;
}

.app--dive-live .trivia-game .card__image {
  margin-bottom: 2rem;
}

.app--dive-live .trivia-game .card__image img {
  object-fit: cover;
  max-height: 10rem;
  max-width: 10rem;
}

@media screen and (max-height: 481px) {

  
  


}

@media screen and (min-height: 481px) and (min-width: 767px) {

  
  
  
  
  .app--dive-live .trivia-game .game-question__text {
    font-size: 3.75rem;
  }
  
  .app--dive-live .trivia-game .answer-card {
    font-size: 3rem;
  }
  
  .app--dive-live .trivia-game .answer-card.no-img {
    font-size: 4.5rem;
  }
  
  
  
  .app--dive-live .trivia-game .card__image img {
    max-height: 13rem;
    max-width: 13rem;
  }
  
  .app--dive-live .trivia-game .game-timer {
    font-size: 5rem;
  }

}

@media screen and (min-width: 1024px) {

  
  
  
  
  .app--dive-live .trivia-game .answer-card {
    justify-content: center;
    padding: 0.5rem 1.5rem;
  }
  
  
  
  .app--dive-live .trivia-game .answer-card.text-and-img .card__content {
    flex-direction: row;
  }
  
  .app--dive-live .trivia-game .answer-card.text-and-img .card__image {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }

}

@media screen and (min-width: 1400px) {

  
  
  
  
  
  
  .app--dive-live .trivia-game .card__image img {
    max-height: 15rem;
    max-width: 15rem;
    min-height: 12rem;
    min-width: 12rem;
  }

}

@media screen and (min-width: 1824px) {

  
  
  
  
  
  
  .app--dive-live .trivia-game .game-intro__text .text__title {
    font-size: 8rem;
  }
  
  .app--dive-live .trivia-game .game-intro__text .text__desc {
    font-size: 4rem;
  }
  
  .app--dive-live .trivia-game .game-question {
    padding: 0.8rem;
  }
  
  .app--dive-live .trivia-game .answer-card {
    font-size: 3.4rem;
  }
  
  .app--dive-live .trivia-game .answer-card.no-img {
    font-size: 4.3rem;
  }
  
  
  
  .app--dive-live .trivia-game .game-is-over .game-question__text {
    font-size: 4.5rem;
    transition: font-size 1s 2.5s linear;
  }
  
  .app--dive-live .trivia-game .game-is-over .answer-card--large-answer {
    font-size: 4.5rem;
  }

}

.app--dive-live .playdive-trivia-game .intro-details {
  width: 100%;
  justify-content: center;
  height: 100%;
  text-transform: uppercase;
  align-items: center;
  padding: 0 3rem;
  flex-direction: column;
  text-align: center;
  position: relative;
  display: flex;
  text-shadow: 0 1px 6px #515151;
}

.app--dive-live .playdive-trivia-game .intro-details__round-count {
  font-size: 4rem;
}

.app--dive-live .playdive-trivia-game .intro-details__duration {
  font-size: 3.5rem;
  margin-top: 1rem;
}

@media screen and (max-height: 481px) {

  
  


}

@media screen and (min-height: 481px) and (min-width: 767px) {

  
  
  
  
  .app--dive-live .playdive-trivia-game .intro-details__round-count {
    font-size: 9rem;
  }
  
  .app--dive-live .playdive-trivia-game .intro-details__duration {
    font-size: 7rem;
    margin: 0;
  }

}

@media screen and (min-width: 1024px) {

  
  
  
  
  .app--dive-live .playdive-trivia-game .intro-details {
    align-items: flex-start;
  }

}

@media screen and (min-width: 1400px) {

  
  


}

@media screen and (min-width: 1824px) {

  
  
  
  
  .app--dive-live .playdive-trivia-game .intro-details {
    align-items: flex-start;
  }
  
  .app--dive-live .playdive-trivia-game .intro-details__round-count {
    font-size: 12.5rem;
  }
  
  .app--dive-live .playdive-trivia-game .intro-details__duration {
    font-size: 9.5rem;
  }

}

.app--dive-live .twitter-trends-trivia .intro-details {
  width: 100%;
  justify-content: center;
  height: 100%;
  text-transform: uppercase;
  align-items: center;
  padding: 0 3rem;
  flex-direction: column;
  text-align: center;
  position: relative;
  display: flex;
  text-shadow: 0 1px 6px #515151;
}

.app--dive-live .twitter-trends-trivia .intro-details__round-count {
  font-size: 4rem;
}

.app--dive-live .twitter-trends-trivia .intro-details__duration {
  font-size: 3.5rem;
  margin-top: 1rem;
}

.app--dive-live .twitter-trends-trivia .game-question {
  border-color: #55acee;
  background: #55acee;
}

.app--dive-live .twitter-trends-trivia .answer-card {
  border-color: #F5F8FA;
}

.app--dive-live .twitter-trends-trivia .container__wipe {
  background-color: rgba(85, 172, 238, 0.8);
}

.app--dive-live .twitter-trends-trivia .card__content {
  width: 100%;
}

.app--dive-live .twitter-trends-trivia .card__text {
  width: 100%;
}

@media screen and (max-height: 481px) {

  
  


}

@media screen and (min-height: 481px) and (min-width: 767px) {

  
  
  
  
  .app--dive-live .twitter-trends-trivia .intro-details__round-count {
    font-size: 9rem;
  }
  
  .app--dive-live .twitter-trends-trivia .intro-details__duration {
    font-size: 7rem;
    margin: 0;
  }

}

@media screen and (min-width: 1024px) {

  
  
  
  
  .app--dive-live .twitter-trends-trivia .intro-details {
    align-items: flex-start;
  }

}

@media screen and (min-width: 1400px) {

  
  


}

@media screen and (min-width: 1824px) {

  
  
  
  
  .app--dive-live .twitter-trends-trivia .intro-details {
    align-items: flex-start;
  }
  
  .app--dive-live .twitter-trends-trivia .intro-details__round-count {
    font-size: 12.5rem;
  }
  
  .app--dive-live .twitter-trends-trivia .intro-details__duration {
    font-size: 9.5rem;
  }

}

.app--dive-live .widget-view {
  background-color: inherit;
  overflow: hidden;
}

.app--dive-live .twitter-tile {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}

.app--dive-live .twitter-tile .post-view__message {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}

.app--dive-live .twitter-tile .post-view__message .social-user__account-details .account-details--tweeter-tiles {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: left;
  z-index: 400;
  justify-content: space-around;
  flex-direction: row;
}

.app--dive-live .twitter-tile .post-view__message .social-user__account-details .account-details--tweeter-tiles::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
}

.app--dive-live .twitter-tile .post-view__message .social-user__account-details.js-animated .account-details__name-group .account-details__account-name a span {
  animation-duration: 20s;
  animation-delay: 0s;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-name: reset-color-2;
}

.app--dive-live .twitter-tile .post-view__message .social-user__account-details.js-animated .account-details__name-group .account-details__account-handle {
  position: relative;
  z-index: 500;
}

.app--dive-live .twitter-tile .post-view__message .social-user__account-details.js-animated .account-details__name-group .account-details__account-handle a span {
  animation-duration: 20s;
  animation-delay: 0s;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-name: reset-color-2;
}

.app--dive-live .twitter-tile .post-view__message .social-user__account-details.js-animated::before {
  background: linear-gradient(rgba(43,27,23, 0.85), rgba(43,27,23, 0.5));
  animation-duration: 20s;
  animation-delay: 0s;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-name: fade-in-and-out;
}

.app--dive-live .twitter-tile .post-view__message .social-user__account-details .account-details__avatar {
  float: left;
  margin-top: 0.4rem;
  margin-left: 1rem;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  z-index: 500;
  margin-right: 0.5rem;
}

.app--dive-live .twitter-tile .post-view__message .social-user__account-details .account-details__avatar a {
  height: 0;
  padding-top: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.app--dive-live .twitter-tile .post-view__message .social-user__account-details .account-details__avatar a div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.app--dive-live .twitter-tile .post-view__message .social-user__account-details .account-details__name-group {
  padding-bottom: 0.7rem;
  margin: 0;
  flex-direction: column;
  margin-top: 0.5rem;
  align-content: center;
  font-size: 2.1rem;
  border-radius: 10%;
  display: flex;
  padding-top: 0.7rem;
}

.app--dive-live .twitter-tile .post-view__message .social-user__account-details .account-details__name-group .account-details__account-name {
  position: relative;
}

.app--dive-live .twitter-tile .post-view__message .social-user__account-details .account-details__name-group .account-details__account-name a {
  position: relative;
  z-index: 500;
}

.app--dive-live .twitter-tile .post-view__message .social-user__account-details .account-details__name-group .account-details__account-handle a {
  position: relative;
  z-index: 500;
  font-weight: 500;
}

.app--dive-live .twitter-tile .post-view__message .message__content {
  display: flex;
  height: 100%;
  z-index: 400;
  position: relative;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.app--dive-live .twitter-tile .post-view__message .message__content .content__text {
  width: 100%;
}

.app--dive-live .twitter-tile .post-view__message .message__content .content__text .is-linkified {
  width: 100%;
  padding: 0!important;
}

.app--dive-live .twitter-tile .post-view__message .message__content .content__text .is-linkified span {
  word-break: normal;
  height: 100%;
  max-width: 100%;
}

.app--dive-live .twitter-tile .post-view__message .message__content.js-animated {
  animation-duration: 20s;
  animation-delay: 0s;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-name: fade-out-and-in;
}

.app--dive-live .twitter-tile .post-view__message .message__content.js-animated .content__text .is-linkified span {
  animation-duration: 20s;
  animation-delay: 0s;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-name: reset-color;
}

.app--dive-live .twitter-tile .post-view__message .message__content .content__text {
  line-height: 1.1;
  z-index: 400;
  padding: 0.5rem;
  position: relative;
  margin-bottom: 0.3rem;
}

.app--dive-live .twitter-tile .post-view__message .message__content .content__text div.is-linkified {
  overflow: hidden;
  overflow-wrap: break-word;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-right: -2em;
  padding-bottom: 1em;
  padding-right: 1em;
}

.app--dive-live .twitter-tile .post-view__message .message__content .content__text div.is-linkified span {
  word-break: normal;
}

.app--dive-live .twitter-tile .post-view__message .post-view__image {
  max-width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  align-items: center;
}

.app--dive-live .twitter-tile .post-view__message .post-view__image.js-animated {
  animation-duration: 20s;
  animation-delay: 0s;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-name: fade-in-and-out;
}

.app--dive-live .twitter-tile .post-view__message .post-view__image img {
  object-fit: cover;
  margin: 0;
}

.app--dive-live .reveal {
  position: relative;
  margin: 0 .3rem;
  border-radius: .1rem;
  overflow: hidden;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.27);
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .reveal {
    margin: 0 .6rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .reveal {
    margin: 0 1rem;
  }

}

.app--dive-live .reveal .front {
  background: #0063fe;
  z-index: 100;
  color: #fff;
  pointer-events: none;
}

.app--dive-live .reveal .front h1 {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .reveal .front h1 {
    font-size: 4rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .reveal .front h1 {
    font-size: 7.5rem;
  }

}

.app--dive-live .reveal .back {
  z-index: 50;
  color: #0063fe;
}

.app--dive-live .reveal .back span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  padding: 0.2rem 0.3rem 0rem;
  background: rgba(255,255,255,0.7);
  font-size: 1.1rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--dive-live .reveal .back span {
    font-size: 2rem;
    padding: 0.3rem 0.5rem 0.1rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--dive-live .reveal .back span {
    font-size: 3rem;
    padding: 0.4rem 0.8rem 0.1rem;
  }

}

.app--dive-live .animation--card-show.reveal .front {
  opacity: 0;
}

.app--dive-live .reveal .front, .app--dive-live .reveal .back {
  width: 100%;
  top: 0;
  transition-duration: .5s;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  justify-content: center;
  height: 100%;
  align-items: center;
  position: absolute;
  transition-timing-function: ease-in;
  display: flex;
}

.app--dive-live .reveal .front >div, .app--dive-live .reveal .back >div {
  width: 100%;
  height: 100%;
}

html.dive--team body {
  min-height: 100%;
  color: #232121;
  background-color: #333;
}

.app--team-dive {
  height: 100%;
  display: flex;
  align-items: center;
}

.app--team-dive .content-container {
  position: absolute;
  top: 2.5rem;
  transition: all 0.5s ease-out;
  width: 100%;
  height: auto;
  overflow: auto;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .content-container {
    top: 3rem;
  }

}

.app--team-dive .content-container.is-showing-support-msg {
  top: 6.5rem;
  height: calc(100vh - 6.5rem);
}

.app--team-dive .content-container .frame {
  height: 90%;
}

.app--team-dive .app-error {
  padding: 2rem;
}

.app--team-dive .app-error__text {
  font-size: 2rem;
}

.app--team-dive img {
  max-width: 100%;
  max-height: 100%;
}

.app--team-dive svg {
  width: auto;
  height: 100%;
}

.app--team-dive a {
  text-decoration: none;
  color: #0063fe;
}

.app--team-dive a:hover, .app--team-dive a:active {
  text-decoration: underline;
  color: #ff9800;
}

.app--team-dive a:visited {
  color: #02327b;
}

.app--team-dive .waves-effect {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
}

.app--team-dive .waves-effect .waves-ripple {
  width: 100px;
  transition-property:  transform, opacity;
  -webkit-transition-property:  transform, opacity;
  -moz-transition-property:  transform, opacity;
  -ms-transition-property:  transform, opacity;
  height: 100px;
  transform: scale(0) translate(0, 0);
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  position: absolute;
  margin-top: -50px;
  z-index: 11000;
  margin-left: -50px;
  border-radius: 50%;
  pointer-events: none;
  transition: all 0.5s ease-out;
  background: radial-gradient(rgba(0, 59, 152, 0.2) 0, rgba(0, 59, 152, 0.2) 69%, rgba(255, 255, 255, 0) 70%);
}

.app--team-dive .waves-effect.waves-effect--light .waves-ripple {
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.5) 69%, rgba(255, 255, 255, 0) 70%);
}

.app--team-dive .is-clickable {
  cursor: pointer;
}

.app--team-dive .btn {
  border: none;
  padding: 1.4rem 2rem 1.2rem;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  background-color: #e5e5e5;
  border-radius: 0.3rem;
  transition: background-color .4s, color .4s;
  color: #454545;
}

.app--team-dive .btn:disabled {
  background-color: #D3D3D3;
  color: #989898;
}

.app--team-dive .btn:disabled:hover {
  color: #989898;
  background-color: #d3d3d3;
}

.app--team-dive .btn:active {
  outline: none;
}

.app--team-dive .btn:hover {
  background-color: hsla(0, 0%, 81.803925%, 1.0);
  color: hsla(0, 0%, 12.058824%, 1.0);
}

.app--team-dive .btn.grey {
  class: grey;
  border: none;
  padding: 1.4rem 2rem 1.2rem;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  background-color: #8495a2;
  border-radius: 0.3rem;
  transition: background-color .4s, color .4s;
  color: #fff;
}

.app--team-dive .btn.grey:disabled {
  background-color: #D3D3D3;
  color: #989898;
}

.app--team-dive .btn.grey:disabled:hover {
  color: #989898;
  background-color: #d3d3d3;
}

.app--team-dive .btn.grey:active {
  outline: none;
}

.app--team-dive .btn.grey:hover {
  background-color: hsla(206, 13.888889%, 49.64706%, 1.0);
  color: hsla(0, 0%, 85%, 1.0);
}

.app--team-dive .btn.blue {
  class: blue;
  border: none;
  padding: 1.4rem 2rem 1.2rem;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  background-color: #0063fe;
  border-radius: 0.3rem;
  transition: background-color .4s, color .4s;
  color: #fff;
}

.app--team-dive .btn.blue:disabled {
  background-color: #D3D3D3;
  color: #989898;
}

.app--team-dive .btn.blue:disabled:hover {
  color: #989898;
  background-color: #d3d3d3;
}

.app--team-dive .btn.blue:active {
  outline: none;
}

.app--team-dive .btn.blue:hover {
  background-color: hsla(216.61417, 100%, 41.80392%, 1.0);
  color: hsla(0, 0%, 85%, 1.0);
}

.app--team-dive .button-group .btn {
  margin: 0 0.5rem;
}

.app--team-dive table {
  width: 100%;
  border-spacing: 1.2rem 1rem;
}

.app--team-dive th {
  text-align: left;
}

.app--team-dive tr {
  vertical-align: top;
}

.app--team-dive .card {
  margin-bottom: 1rem;
  transition: all .2s ease-out;
  border-radius: 6px;
  box-shadow: 0 2px 10px 1px rgba(33, 33, 33, 0.3);
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .card {
    margin-bottom: 1rem;
  }

}

.app--team-dive .card:hover {
  box-shadow: 0 6px 12px 4px rgba(33, 33, 33, 0.25);
}

.app--team-dive .card--generic {
  display: flex;
  position: relative;
  flex-direction: column;
  background-color: #fff;
}

.app--team-dive .card--generic.is-disabled {
  opacity: 0.4;
}

.app--team-dive .card--generic:hover .generic-card__logo-container {
  transform: scale3d(1.05,1.05,1.05);
  -webkit-transform: scale3d(1.05,1.05,1.05);
  -moz-transform: scale3d(1.05,1.05,1.05);
  -ms-transform: scale3d(1.05,1.05,1.05);
}

.app--team-dive .generic-card__header .status-message {
  width: 100%;
  padding: 0.5rem 1rem .4rem;
  text-align: center;
  position: absolute;
  z-index: 550;
  font-weight: 600;
  font-size: 1.1rem;
  background-color: rgba(244,244,146,0.89);
  border-radius: 5px 5px 0 0;
  color: #333;
}

.app--team-dive .generic-card__body {
  height: 75%;
  transition: transform .4s ease;
  padding: 2.6rem 3rem;
  display: flex;
  overflow: hidden;
  position: relative;
  border-radius: 5px 5px 0 0;
  align-items: center;
}

.app--team-dive .generic-card__body img {
  margin: 0 auto;
  transition: transform .4s ease;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.app--team-dive .generic-card__logo-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: transform .4s ease;
}

.app--team-dive .generic-card__footer {
  width: 100%;
  font-family: BentonSansCondensedMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  height: 25%;
  align-items: center;
  padding: 0;
  text-align: left;
  z-index: 1000;
  font-weight: 400;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  display: flex;
  transition: background-color 0.2s;
  padding-left: 1.2rem;
}

.app--team-dive .generic-card__footer .footer__name {
  color: #262424;
  flex: 1;
  margin-top: .1rem;
  transition: font-size 0.2s;
  font-size: 1.0rem;
}

.app--team-dive .generic-card__footer .icon {
  flex: 0 1 auto;
  margin-left: 0.55rem;
  width: 3.125rem;
  height: 100%;
  border-radius: 0 0 5px 0;
  transition: background-color .2s ease;
  background-color: rgba(150,150,150,0.4);
}

.app--team-dive .generic-card__footer .icon:hover {
  background-color: #0063fe;
}

.app--team-dive .generic-card__footer .icon img {
  padding: .4rem;
}

.app--team-dive .generic-card__desc {
  width: 100%;
  top: 100%;
  font-family: BentonSansMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  height: 100%;
  align-items: center;
  padding: .9rem 2rem 1rem;
  position: absolute;
  z-index: 600;
  font-weight: 400;
  border-radius: 5px 5px 0 0;
  display: flex;
  transition: all .2s ease-out;
  background: rgba(0,0,0,0.7);
  color: #fff;
  left: 0;
}

.app--team-dive .generic-card__desc.is-visible {
  top: 0;
}

.app--team-dive .top-nav-container {
  animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both slide-in-from-top;
  -webkit-animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both slide-in-from-top;
  -moz-animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both slide-in-from-top;
  -ms-animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both slide-in-from-top;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 -1px 20px #222;
  z-index: 50000;
}

.app--team-dive .top-nav {
  background-color: #211f1f;
  color: #fff;
  height: 2.5rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .top-nav {
    height: 3rem;
  }

}

.app--team-dive .nav-arrow {
  right: -10px;
  top: 0;
  border-color: transparent;
  border-right: 0;
  border-top-width: 1.25rem;
  border-style: solid;
  position: absolute;
  border-bottom-width: 1.25rem;
  background-color: transparent;
  transition: border .1s ease-out;
  border-left-width: 10px;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .nav-arrow {
    border-top-width: 1.5rem;
    border-bottom-width: 1.5rem;
  }

}

.app--team-dive .top-nav__nav-actions {
  width: 33%;
  min-width: 8rem;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 0;
  font-weight: bold;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .top-nav__nav-actions {
    width: 23%;
    right: 0.95rem;
  }

}

.app--team-dive .top-nav__nav-actions .nav-action-area {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.app--team-dive .top-nav__nav-actions .nav-action-area .open-feedback, .app--team-dive .top-nav__nav-actions .nav-action-area .user-menu__name {
  padding: 0.1rem .3rem;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .top-nav__nav-actions .nav-action-area .open-feedback, .app--team-dive .top-nav__nav-actions .nav-action-area .user-menu__name {
    padding: 1rem;
    padding-right: .6rem;
  }

}

.app--team-dive .top-nav__nav-actions .nav-action-area .down-arrow {
  display: inline-block;
  height: .5rem;
  width: 1rem;
}

@media screen and (min-width: 1824px) {

  .app--team-dive .top-nav__nav-actions .nav-action-area .down-arrow {
    width: 1.2rem;
  }

}

.app--team-dive .top-nav__nav-actions .nav-action-area .user-menu__dropdown {
  width: 12rem;
  right: 0;
  top: 2.5rem;
  text-align: left;
  position: absolute;
  list-style-type: none;
  box-shadow: -0.1rem .2rem .4rem rgba(0,0,0,0.3);
  overflow: hidden;
  font-size: .9rem;
  border-radius: 0 0 5px 5px;
  pointer-events: none;
  transition: opacity .3s ease-out;
  background: #454545;
  opacity: 0;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .top-nav__nav-actions .nav-action-area .user-menu__dropdown {
    top: 3rem;
  }

}

.app--team-dive .top-nav__nav-actions .nav-action-area .user-menu__dropdown.is-open {
  opacity: 1;
  pointer-events: initial;
}

.app--team-dive .top-nav__nav-actions .nav-action-area .user-menu__dropdown li {
  padding: .8rem 1.4rem;
  cursor: pointer;
  border-bottom: 1px solid #666;
}

.app--team-dive .top-nav__nav-actions .nav-action-area .user-menu__dropdown li:hover {
  background: #666;
}

.app--team-dive .top-nav__nav-actions .nav-action-area .user-menu__dropdown li:last-of-type {
  border-bottom: 0;
}

.app--team-dive .top-nav__nav-actions .nav-action-area .dropdown__item {
  padding: .8rem 1.4rem;
}

.app--team-dive .nav-logo__rotator {
  background-color: #f5f5f5;
  position: relative;
  min-width: 80px;
  height: 100%;
  display: inline-block;
  transition: background .1s ease-out;
  z-index: 52000;
}

.app--team-dive .nav-logo__rotator:hover {
  background: #ddd;
}

.app--team-dive .nav-logo__rotator:hover .nav-arrow {
  border-left-color: #ddd;
}

.app--team-dive .nav-logo__rotator img {
  position: absolute;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  object-fit: contain;
  top: 50%;
  left: 53%;
  height: 63%;
  width: 85%;
}

.app--team-dive .nav-logo__rotator .logo--customer-parent img {
  animation: 10s ease-in-out 0s infinite alternate both nav-logo-fade-in;
  -webkit-animation: 10s ease-in-out 0s infinite alternate both nav-logo-fade-in;
  -moz-animation: 10s ease-in-out 0s infinite alternate both nav-logo-fade-in;
  -ms-animation: 10s ease-in-out 0s infinite alternate both nav-logo-fade-in;
}

.app--team-dive .nav-logo__rotator .logo--customer img {
  animation: 10s ease-in-out 0s infinite alternate both nav-logo-fade-out;
  -webkit-animation: 10s ease-in-out 0s infinite alternate both nav-logo-fade-out;
  -moz-animation: 10s ease-in-out 0s infinite alternate both nav-logo-fade-out;
  -ms-animation: 10s ease-in-out 0s infinite alternate both nav-logo-fade-out;
}

.app--team-dive .nav-logo__rotator .nav-arrow {
  border-left-color: #f5f5f5;
  position: absolute;
  transition: border .1s ease-out;
  z-index: 51900;
}

.app--team-dive .top-nav__breadcrumb {
  height: 100%;
  width: 66%;
  position: relative;
  display: inline-block;
  padding: 0;
  overflow: hidden;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .top-nav__breadcrumb {
    width: 75%;
  }

}

.app--team-dive .top-nav__breadcrumb .top-nav__breadcrumb-overflow {
  height: 100%;
  width: 1800px;
  position: absolute;
}

.app--team-dive .nav-crumbs__container {
  width: calc(66vw - 80px);
  height: calc(3rem + 17px);
  position: absolute;
  overflow: hidden;
  overflow-x: scroll;
  top: 0;
  white-space: nowrap;
  left: 80px;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .nav-crumbs__container {
    width: calc(75vw - 110px);
  }

}

.app--team-dive .nav-crumbs {
  text-align: left;
  height: 2.5rem;
  display: inline-block;
  list-style: none;
  position: absolute;
  top: 0;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .nav-crumbs {
    height: 3rem;
  }

}

.app--team-dive .nav-crumbs .crumb__text-container {
  min-width: 60px;
  text-align: center;
  margin-top: .12rem;
}

.app--team-dive .nav-crumbs .crumb__text {
  white-space: nowrap;
  font-size: 1rem;
  letter-spacing: .01rem;
  text-transform: uppercase;
  font-family: BentonSansCondensedBold, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .nav-crumbs .crumb__text {
    font-size: 1.15rem;
  }

}

.app--team-dive .nav-crumbs__crumb {
  display: inline-flex;
  align-items: center;
  transition: background .1s  ease-out;
  height: 100%;
  position: relative;
  padding: 0 .6rem 0 1.4rem;
  font-weight: bold;
  color: #274961;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .nav-crumbs__crumb {
    margin-left: 0;
    padding: 0 .8rem 0 1.6rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .nav-crumbs__crumb {
    padding: 0 2.1rem 0 2.6rem;
  }

}

.app--team-dive .nav-crumbs__crumb:hover {
  margin-left: 0;
}

.app--team-dive .nav-crumbs__crumb:last-of-type {
  margin-left: 0;
}

.app--team-dive .nav-crumbs__crumb:last-child {
  color: #fff;
  padding-right: .7rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .nav-crumbs__crumb:last-child {
    padding-right: .9rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .nav-crumbs__crumb:last-child {
    padding-right: 2.1rem;
  }

}

.app--team-dive .nav-crumbs__crumb.crumb--1 {
  background-color: #abb5ba;
  z-index: 51800;
}

.app--team-dive .nav-crumbs__crumb.crumb--1:hover {
  background-color: #c7ced1;
}

.app--team-dive .nav-crumbs__crumb.crumb--1:hover .nav-arrow {
  border-left-color: #c7ced1;
}

.app--team-dive .nav-crumbs__crumb.crumb--1 .nav-arrow {
  z-index: 51700;
  border-left-color: #abb5ba;
}

.app--team-dive .nav-crumbs__crumb.crumb--2 {
  background-color: #738593;
  z-index: 51600;
}

.app--team-dive .nav-crumbs__crumb.crumb--2:hover {
  background-color: #909ea9;
}

.app--team-dive .nav-crumbs__crumb.crumb--2:hover .nav-arrow {
  border-left-color: #909ea9;
}

.app--team-dive .nav-crumbs__crumb.crumb--2 .nav-arrow {
  z-index: 51500;
  border-left-color: #738593;
}

.app--team-dive .nav-crumbs__crumb.crumb--3 {
  background-color: #4b6273;
  z-index: 51400;
}

.app--team-dive .nav-crumbs__crumb.crumb--3:hover {
  background-color: #5f7c92;
}

.app--team-dive .nav-crumbs__crumb.crumb--3:hover .nav-arrow {
  border-left-color: #5f7c92;
}

.app--team-dive .nav-crumbs__crumb.crumb--3 .nav-arrow {
  z-index: 51300;
  border-left-color: #4b6273;
}

.app--team-dive .nav-crumbs__crumb.crumb--4 {
  background-color: #374f61;
  z-index: 51200;
}

.app--team-dive .nav-crumbs__crumb.crumb--4:hover {
  background-color: #496a82;
}

.app--team-dive .nav-crumbs__crumb.crumb--4:hover .nav-arrow {
  border-left-color: #496a82;
}

.app--team-dive .nav-crumbs__crumb.crumb--4 .nav-arrow {
  z-index: 51100;
  border-left-color: #374f61;
}

.app--team-dive .feedback {
  width: 90vw;
  right: 5vw;
  transform: translateY(260px);
  -webkit-transform: translateY(260px);
  -moz-transform: translateY(260px);
  -ms-transform: translateY(260px);
  position: fixed;
  z-index: 49000;
  box-shadow: 0 0 1.4rem rgba(130,130,130,0.6);
  border-radius: .3rem .3rem 0 0;
  bottom: 0;
  transition: transform .3s ease-out;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .feedback {
    width: 20rem;
    right: 8vw;
  }

}

.app--team-dive .feedback.expanded {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
}

.app--team-dive .feedback.expanded .feedback__title {
  background-color: #0063fe;
}

.app--team-dive .feedback.expanded.submitted .feedback__body >h3, .app--team-dive .feedback.expanded.submitted .feedback__body >form, .app--team-dive .feedback.expanded.submitted .feedback__body >a {
  opacity: 0;
}

.app--team-dive .feedback.is-hidden {
  opacity: 0;
}

.app--team-dive .feedback .feedback__title {
  background-color: #333;
  color: #fff;
  transition: background-color .2s ease-out;
  cursor: pointer;
  font-family: BentonSansBold, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
  border-radius: .3rem .3rem 0 0;
  height: 42px;
}

.app--team-dive .feedback .feedback__title h2 {
  font-size: 42px;
  line-height: 0;
  display: inline-block;
  padding: 0 12px;
  bottom: 13px;
  position: relative;
}

.app--team-dive .feedback .feedback__title .strut {
  display: inline-block;
  height: 43px;
}

.app--team-dive .feedback .feedback__title:hover {
  background-color: #02327b;
}

.app--team-dive .feedback .feedback__title h2 {
  font-size: 1.2rem;
}

.app--team-dive .feedback .feedback__close {
  position: absolute;
  top: .5rem;
  right: .6rem;
  width: 1.3rem;
  opacity: .8;
  cursor: pointer;
}

.app--team-dive .feedback .feedback__close:hover {
  opacity: 1;
}

.app--team-dive .feedback .feedback__close img {
  height: 1.3rem;
}

.app--team-dive .feedback .feedback__body {
  background: #E6E6E6;
  text-align: center;
  padding: .8rem .8rem;
  height: 13rem;
  transition: all .3s ease-out;
}

.app--team-dive .feedback .feedback__body .feedback__text {
  margin-bottom: .7rem;
  height: 1.2rem;
}

.app--team-dive .feedback .feedback__body h3 {
  font-family: BentonSansMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
}

.app--team-dive .feedback .feedback__body form {
  height: 7rem;
}

.app--team-dive .feedback .feedback__body textarea {
  width: 100%;
  font-family: BentonSansRegular, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  height: 6.4rem;
  border: 0;
  padding: .5rem;
  position: relative;
  margin-bottom: .3rem;
  font-weight: 400;
  border-radius: .3rem;
  resize: none;
}

.app--team-dive .feedback .feedback__body .feedback__sent-message {
  animation: 0.3s ease-in-out 0s 1 normal both fade-in;
  -webkit-animation: 0.3s ease-in-out 0s 1 normal both fade-in;
  -moz-animation: 0.3s ease-in-out 0s 1 normal both fade-in;
  -ms-animation: 0.3s ease-in-out 0s 1 normal both fade-in;
  position: absolute;
  top: 50%;
  height: 3rem;
  width: 91%;
  font-size: 1.3rem;
  pointer-events: none;
}

.app--team-dive .feedback .feedback__submit {
  width: 100%;
  font-family: BentonSansBold, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  height: 2.4rem;
  padding: 0.6rem;
  text-align: center;
  margin-top: 0.2rem;
  font-weight: 400;
  background-color: #7BC731;
  border-radius: 2rem;
  display: inline-block;
  transition: opacity .3s ease-out;
  color: #fff;
}

.app--team-dive .feedback .feedback__submit:hover {
  opacity: .8;
}

.app--team-dive .feedback .feedback__submit.is-disabled {
  opacity: 0.4;
  background-color: #aaa;
  cursor: not-allowed;
}

.app--team-dive .modal--tour-intro .modal-overlay {
  z-index: 54000;
}

.app--team-dive .modal--tour-intro .modal-content {
  height: auto;
  width: 95vw;
  max-width: 400px;
  border-radius: 6px 5px 6px 6px;
  overflow: initial;
  top: 50%;
  z-index: 54000;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .modal--tour-intro .modal-content {
    width: 400px;
    max-height: calc(100vh - 11rem);
  }

}

.app--team-dive .modal--tour-intro .modal-content .modal__header {
  background: #0063fe;
  text-align: center;
  color: #fff;
  font-family: BentonSansBold, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  padding: .6rem 0 .4rem;
  border-radius: 5px 5px 0 0;
}

.app--team-dive .modal--tour-intro .modal-content .confirmation__container {
  margin: 1rem 2rem;
  text-align: center;
  font-family: BentonSansMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
}

.app--team-dive .modal--tour-intro .modal-content .confirmation__container .confirmation__messages {
  margin: 1.7rem 0 2.2rem;
}

.app--team-dive .modal--tour-intro .modal-content .confirmation__container .confirmation__messages p {
  margin: 0;
}

.app--team-dive .modal--tour-intro .modal-content .confirmation__container .confirmation__buttons {
  margin: 0 0 2rem;
}

.app--team-dive .modal--tour-intro .modal-content .confirmation__container .confirmation__buttons .btn {
  padding: 0.7rem 1.9rem;
  margin: 0 0.3rem;
}

.app--team-dive .modal--tour-intro .modal-content .confirmation__container .confirmation__buttons .button--yes {
  background-color: #7bc732;
  color: #fff;
}

.app--team-dive .modal--tour-intro .modal-content .confirmation__container .confirmation__buttons .button--yes:hover {
  background-color: #6fad2d;
}

.app--team-dive .modal--tour-intro .modal-content .confirmation__container .confirmation__buttons .button--no {

}

.app--team-dive .modal--tour-intro .modal-content .confirmation__container .footer__buttons {
  margin: 3rem 0 2rem;
}

.app--team-dive .modal--tour .modal-overlay {
  background-color: rgba(0,0,0,0.9);
  z-index: 54000;
}

.app--team-dive .modal--tour .modal-content {
  width: 90%;
  height: 100vh;
  background: none;
  top: 50%;
  z-index: 54000;
}

.app--team-dive .modal--tour .modal__close {
  width: 6rem;
}

.app--team-dive .modal--tour .modal__close span {
  display: inline-block;
}

.app--team-dive .modal--tour .modal__close .close-text {
  right: 0.6rem;
  top: 0.5rem;
  font-family: BentonSansMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  text-transform: uppercase;
  vertical-align: top;
  margin-bot: .2rem;
  position: relative;
  font-weight: 400;
  letter-spacing: .1rem;
  color: #fff;
}

.app--team-dive .modal--tour .page {
  height: 100%;
  padding: 1vh 0;
}

.app--team-dive .modal--tour .page__image {
  height: 65%;
  display: flex;
  padding-top: 10%;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .modal--tour .page__image {
    padding-top: 5%;
  }

}

.app--team-dive .modal--tour .page__image img {
  max-height: 100%;
  object-fit: cover;
  margin: auto;
}

.app--team-dive .modal--tour .page__control {
  height: 35%;
  width: 100%;
  display: flex;
  color: #fff;
  align-items: center;
}

.app--team-dive .modal--tour .page__control .flex-container {
  width: 100%;
  max-width: 900px;
  overflow-y: auto;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.app--team-dive .modal--tour h1 {
  font-size: 1.4rem;
  font-family: BentonSansMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
  letter-spacing: .1rem;
  margin: .8rem 0;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .modal--tour h1 {
    font-size: 1.6rem;
    margin: .8rem 0 .4rem;
  }

}

.app--team-dive .modal--tour .page__text {
  font-size: .9rem;
  line-height: initial;
  margin: auto;
  font-family: BentonSansMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .modal--tour .page__text {
    font-size: 1.1rem;
  }

}

.app--team-dive .modal--tour .page__text p {
  margin: .5rem 0;
}

.app--team-dive .modal--tour .footer__buttons {
  margin: 1.5rem 0.3rem 1.5rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .modal--tour .footer__buttons {
    margin: 2.5rem 0.3rem 1.5rem;
  }

}

.app--team-dive .modal--tour .footer__buttons .btn {
  padding: 0.7rem 1.9rem;
  margin: 0 0.5rem;
}

.app--team-dive .modal--tour .footer__buttons .btn-next {
  color: #fff;
  background-color: #7bc732;
}

.app--team-dive .modal--tour .footer__buttons .btn-next:hover {
  background-color: #6fad2d;
}

.app--team-dive .modal--tour .footer__page-count {
  margin: 1rem 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home {
  overflow-y: auto;
  margin: 0rem;
  height: 100%;
  width: 100%;
  min-height: calc(100vh - 3rem);
  background: #dbdddd;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .home__cms-posts {
  padding: 0;
  width: 100%;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .home__cms-posts {
    float: right;
    width: 50%;
    padding-left: 1rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .home__cms-posts {
    width: 40%;
    right: 0;
    border-left: 3px solid #9A9B9B;
    top: 0;
    height: 48vh;
    overflow-y: auto;
    padding: 3rem 0 1rem;
    position: absolute;
    min-height: 23rem;
  }

}

@media screen and (min-width: 1024px) and (min-height: 1824px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .home__cms-posts {
    width: 100%;
    position: relative;
    border-left: 0;
    height: auto;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .home__cms-posts .tdv-header {
    position: absolute;
    z-index: 100;
    top: 0;
    width: 100%;
  }

}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .home__channels {
  padding: 0;
  position: relative;
  background-color: #DBDDDD;
  width: 100%;
  float: left;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .home__channels {
    width: 50%;
    padding-right: 1rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .home__channels {
    width: 100%;
    padding-right: 0;
  }

}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .channel--grid {
  display: flex;
  flex-direction: row;
  flex: 0 1 auto;
  flex-wrap: wrap;
  margin: 1.5rem 0.5rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .channel--grid {
    margin: 1.5rem 1.5vw;
  }

}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .card--channel--wrapper {
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .card--channel--wrapper {
    padding: 0 .5rem;
    width: 25%;
  }

}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .card--channel {
  height: 12.5rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .card--channel:hover .generic-card__footer {
  background-color: #02327b;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .card--channel .competitor {
  position: absolute;
  right: .6rem;
  top: .6rem;
  height: 2.2rem;
  width: 2.2rem;
  background: url(/img/icons/boxing-gloves-blue.svg?v=1);
  background-repeat: no-repeat;
  background-size: contain;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .card--channel .competitor.is-competitor {
  background: url(/img/icons/boxing-gloves-red.svg?v=1);
  background-repeat: no-repeat;
  background-size: contain;
  top: .4rem;
  right: .4rem;
  height: 1.5rem;
  width: 1.5rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .generic-card__footer {
  background-color: rgba(0,0,0,0.9);
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .generic-card__footer .footer__name {
  color: #fff;
  line-height: .9;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .home__cms-posts {
  background-color: #DBDDDD;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .home__cms-posts .tdv-header {
  cursor: pointer;
  border-radius: 0 0 0 5px;
  transition: background .2s ease-out;
}

@media screen and (min-width: 1024px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .home__cms-posts .tdv-header {
    border-radius: 0;
  }

}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .home__cms-posts .tdv-header:hover {
  background: #0063fe;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .vignette-bottom {
  display: none;
}

@media screen and (min-width: 1024px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .vignette-bottom {
    width: 40%;
    top: 0;
    height: 48vh;
    position: absolute;
    z-index: 3000;
    background-size: 100% 100%;
    display: block;
    pointer-events: none;
    background: url(../img/backgrounds/vignette-bottom.png?v=1);
  }

}

@media screen and (min-width: 1024px) and (min-height: 1824px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .vignette-bottom {
    display: none;
  }

}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-posts {
  margin: 1.5rem 0.5rem;
  background-color: #fff;
  margin-bottom: 2rem;
  cursor: default;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-posts {
    margin: 1.5rem 1.5vw;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-posts {
    margin: .6rem 0;
    box-shadow: none;
    background: #dbdddd;
    border-radius: 0;
  }

}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-posts__add {
  font-family: BentonSansMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  padding: .8rem 1rem 1rem;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.1rem;
  border-radius: 5px 5px 0 0;
  transition: all .3s ease-out;
  background: #02327b;
  color: #fff;
}

@media screen and (min-width: 1024px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-posts__add {
    font-size: .9rem;
    padding: 0.5rem 1.5rem 0.7rem;
    border-radius: 5rem;
    margin: 0 auto .6rem;
    width: auto;
    min-width: 12rem;
  }

}

@media screen and (min-width: 1024px) and (min-height: 1824px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-posts__add {
    width: 50%;
  }

}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-posts__add img {
  height: 1.4rem;
  display: inline-flex;
  position: relative;
  margin-right: .4rem;
  top: .25rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-posts__add:hover {
  background: #0063fe;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-posts__list {
  padding: .8rem 1.5rem;
  z-index: 0;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-posts__list {
    padding: 0.2rem 1rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-posts__list {
    padding: .5rem 1.5rem;
    background: #fff;
    margin: 0 .5rem;
    border-radius: 5px;
  }

}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-posts__load-more {
  padding: .4rem 0;
  transition: all .3s ease-out;
  font-family: BentonSansMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
  border-radius: 0 0 5px 5px;
  background: #02327b;
}

@media screen and (min-width: 1024px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-posts__load-more {
    border-radius: 5rem;
    width: auto;
    min-width: 12rem;
    padding: .2rem 1.5rem;
    margin: .6rem auto 0;
  }

}

@media screen and (min-width: 1024px) and (min-height: 1824px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-posts__load-more {
    width: 50%;
  }

}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-posts__load-more:hover {
  background-color: #0063fe;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-posts__load-more span {
  font-size: 1.1rem;
  color: #fff;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post {
  padding-bottom: .4rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
  font-family: Source-Sans-Pro, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  position: relative;
  overflow-wrap: break-word;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post {
    padding-bottom: 0;
    margin-bottom: 1rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post {
    padding-bottom: .4rem;
    margin-bottom: 1.5rem;
  }

}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post:after {
  content: res;
  width: 50%;
  background-color: red;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post__title {
  color: #0063fe;
  margin-top: 1rem;
  margin-bottom: 0rem;
  line-height: 2rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post__title {
    font-size: 1.6rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post__title {
    font-size: 2rem;
  }

}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post__header {
  display: flex;
  margin: 0.4rem 0;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post__header {
    flex-direction: row;
    margin: 0.8rem 0;
  }

}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post__subtitle {
  display: inline-block;
  font-weight: 600;
  font-size: 1.1rem;
  width: 100%;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post__subtitle {
    margin: 0 .3rem 0 0 ;
    font-size: 1.2rem;
  }

}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post__date {
  font-family: Source-Sans-Pro, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  padding: 0;
  text-align: right;
  margin-bottom: 0.5rem;
  font-weight: 600;
  order: -1;
  font-size: .9rem;
  flex: 1 0 auto;
  color: #80909D;
  padding-left: .1rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post__date {
    order: 1;
    margin: 0.3rem 0 0 0;
  }

}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post__image {
  display: block;
  margin-top: .5rem;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: inset 0 0 4rem -1rem rgba(0,0,0,0.3);
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post__image img {
  object-fit: cover;
  width: 100%;
  position: relative;
  z-index: -1;
  filter: grayscale(.2);
  -webkit-filter: grayscale(.2);
  -moz-filter: grayscale(.2);
  -ms-filter: grayscale(.2);
  max-height: 18rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post__image img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post__iframe {
  height: 20rem;
  overflow: hidden;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post__iframe iframe {
  overflow: hidden;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .page--home .cms-post__text {
  font-size: 1rem;
  line-height: 1.15rem;
  font-family: BentonSansRegular, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
  white-space: pre-wrap;
  margin-top: 1rem;
}

.app--team-dive .page--channel {
  overflow-y: auto;
  margin: 0rem;
  height: 100%;
  width: 100%;
  min-height: calc(100vh - 3rem);
  background: #abb5ba;
}

.app--team-dive .page--channel >div:first-child {
  padding: 0;
}

.app--team-dive .page--channel .show-grid {
  margin: .5rem auto;
  text-align: center;
  width: 90%;
  max-width: 1200px;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .page--channel .show-grid {
    margin: 2rem auto;
    text-align: left;
  }

}

.app--team-dive .page--channel .show-grid__group-name {
  margin: 0 0.7rem 1rem;
  border-bottom: 2px solid #eee;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

.app--team-dive .page--channel .card--show {
  max-width: 33rem;
  min-width: 15rem;
  width: 100%;
  height: 12.5rem;
  margin: 0 0 1.2rem;
  display: inline-flex;
  vertical-align: top;
  position: relative;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .page--channel .card--show {
    width: calc(50% - 1.2rem);
    margin: 0 .6rem 1.4rem .6rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .page--channel .card--show {
    width: calc(33.333% - 1.2rem);
  }

}

@media screen and (min-width: 1400px) {

  .app--team-dive .page--channel .card--show {
    width: calc(25% - 1.2rem);
  }

}

.app--team-dive .page--channel .card--show .card-count {
  width: auto;
  top: -0.6rem;
  justify-content: center;
  font-family: BentonSansMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  height: 2rem;
  align-items: center;
  padding: 3px 12px 0;
  position: absolute;
  z-index: 15000;
  font-weight: 400;
  box-shadow: 0 2px 10px 1px rgba(33, 33, 33, 0.2);
  background-color: #fff;
  border-radius: 32px;
  display: flex;
  color: #0063fe;
  left: -0.6rem;
}

.app--team-dive .page--channel .card--show img.generic-card__logo {
  height: 70%;
}

.app--team-dive .page--channel .card--show.show--think-with-google-on-twitter {
  background-color: #55acee;
}

.app--team-dive .page--channel .card--show.show--think-with-google-on-twitter img.generic-card__logo {
  height: 90%;
}

.app--team-dive .page--channel .card--show.show--think-with-google-on-twitter .generic-card__body {
  padding: 0 2rem;
}

.app--team-dive .page--channel .generic-card__desc {
  height: 100%;
}

.app--team-dive .page--channel .generic-card__body {
  height: 75%;
  padding: 1rem 2rem;
  transition: background-color 0.4s;
  background-color: #0063fe;
}

.app--team-dive .page--channel .generic-card__footer {
  height: 25%;
  background-color: #fff;
}

.app--team-dive .page--channel .generic-card__footer .footer__name {
  color: #262424;
  line-height: 1.1;
}

.app--team-dive .page--channel .icon:hover {
  background-color: #666;
}

.app--team-dive .page--show {
  overflow-y: auto;
  margin: 0rem;
  height: 100%;
  width: 100%;
  min-height: calc(100vh - 3rem);
  background: #738593;
}

.app--team-dive .page--show .row {
  margin: 0;
}

.app--team-dive .page--show .page--show-container {
  max-width: 1200px;
  padding: 2rem 0;
  margin: auto;
}

.app--team-dive .show-sorting {
  display: flex;
  margin: 0 1.2rem 1.5rem;
  align-items: center;
}

.app--team-dive .show-sorting h2 {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: .3rem 1rem 0 0;
}

.app--team-dive .show-sorting button {
  min-width: 8rem;
  margin: 0.1rem;
  border: none;
  text-transform: uppercase;
  padding: 0.4rem 1rem 0.2rem;
  background-color: #EAEAEA;
  border-radius: 0.4rem;
  transition: background-color .1s;
  color: #768895;
  opacity: 0.55;
}

.app--team-dive .show-sorting button:first-child {
  margin-right: 0.7rem;
}

.app--team-dive .show-sorting button:hover {
  opacity: 1;
  background-color: #fff;
}

.app--team-dive .show-sorting button.active {
  opacity: 1;
}

.app--team-dive .show-sorting__key-area {
  display: inline-block;
}

.app--team-dive .show-sorting__dir-area {
  display: inline-block;
  margin-left: 1.2rem;
}

.app--team-dive .is-missing-widgets {

}

.app--team-dive .is-missing-data {

}

.app--team-dive .page--playlists {
  overflow-y: auto;
  margin: 0rem;
  height: 100%;
  width: 100%;
  min-height: calc(100vh - 3rem);
  background: #abb5ba;
}

.app--team-dive .page--playlists >div:first-child {
  padding: 0;
}

.app--team-dive .page--playlists .playlist-list {
  margin: 1.5rem auto;
  text-align: center;
  width: 90%;
  max-width: 1200px;
}

.app--team-dive .page--playlists .playlist-card {
  max-width: 33rem;
  min-width: 15rem;
  margin: 0 auto 1.2rem;
}

.app--team-dive .page--playlists .playlist-card__header {
  line-height: 1;
  justify-content: space-between;
  font-family: BentonSansCondensedMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  font-weight: 400;
  box-shadow: 0 .2rem 2rem rgba(0,0,0,.2);
  font-size: 1.3rem;
  background-color: #fff;
  border-radius: 6px 5px 0 0;
  display: flex;
}

.app--team-dive .page--playlists .playlist-card__header__title {
  padding: .5rem 1rem;
  width: 100%;
}

.app--team-dive .page--playlists .playlist-card__body {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  text-align: left;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}

.app--team-dive .page--playlists .playlist-card__body__keyword {
  margin: 0;
}

.app--team-dive .page--playlists .playlist-card__body__manual-mode {
  list-style-type: disc;
  direction: rtl;
  text-align: right;
  color: #0063fe;
}

.app--team-dive .page--playlist {
  overflow-y: auto;
  margin: 0rem;
  height: 100%;
  width: 100%;
  min-height: calc(100vh - 3rem);
  background: #abb5ba;
}

.app--team-dive .page--playlist >div:first-child {
  padding: 0;
}

.app--team-dive .page--playlist .container {
  margin: 1.5rem auto;
  text-align: center;
  width: 90%;
  max-width: 1200px;
}

.app--team-dive .page--playlist .container .manual-mode {
  max-width: 16rem;
  margin: 0 auto 1.2rem;
  padding: .6rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 10px 1px rgba(33, 33, 33, 0.3);
  border-radius: 6px;
  transition: all .2s ease-out;
  background: #0063fe;
  color: white;
}

.app--team-dive .page--playlist .container .program-list .program-card {
  max-width: 33rem;
  min-width: 15rem;
  margin: 0 auto 1.2rem;
}

.app--team-dive .page--playlist .container .program-list .program-card__header {
  line-height: 1;
  justify-content: space-between;
  font-family: BentonSansCondensedMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  font-weight: 400;
  box-shadow: 0 .2rem 2rem rgba(0,0,0,.2);
  font-size: 1.3rem;
  background-color: #fff;
  border-radius: 6px 5px 0 0;
  display: flex;
}

.app--team-dive .page--playlist .container .program-list .program-card__header__no {
  padding: .5rem 1rem;
  background: #0063fe;
  color: #fff;
  border-radius: 6px 0 0 0;
}

.app--team-dive .page--playlist .container .program-list .program-card__header__title {
  padding: .5rem 1rem;
  width: 100%;
}

.app--team-dive .page--playlist .container .program-list .program-card__header__groups__title {
  font-size: .7rem;
  padding: .2rem;
}

.app--team-dive .page--playlist .container .program-list .program-card__header__groups__number {
  text-align: center;
  font-size: 1rem;
}

.app--team-dive .page--playlist .container .program-list .program-card__header__widgets__title {
  font-size: .7rem;
  padding: .2rem;
}

.app--team-dive .page--playlist .container .program-list .program-card__header__widgets__number {
  text-align: center;
  font-size: 1rem;
}

.app--team-dive .page--playlist .container .program-list .program-card__body {
  padding: 1rem 2rem;
  text-align: left;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}

.app--team-dive .page--playlist .container .program-list .program-card__body__features {
  list-style-type: circle;
}

.app--team-dive .page--program {
  overflow-y: auto;
  margin: 0rem;
  height: 100%;
  width: 100%;
  min-height: calc(100vh - 3rem);
  background: #abb5ba;
}

.app--team-dive .page--program >div:first-child {
  padding: 0;
}

.app--team-dive .page--program .container {
  margin: 1.5rem auto;
  text-align: center;
  width: 90%;
  max-width: 1200px;
}

.app--team-dive .page--program .container .manual-mode {
  max-width: 16rem;
  margin: 0 auto 1.2rem;
  padding: .6rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 10px 1px rgba(33, 33, 33, 0.3);
  border-radius: 6px;
  transition: all .2s ease-out;
  background: #0063fe;
  color: white;
}

.app--team-dive .page--program .container .widget-groups .widget-group-card {
  max-width: 33rem;
  min-width: 15rem;
  margin: 0 auto 1.2rem;
}

.app--team-dive .page--program .container .widget-groups .widget-group-card__header {
  line-height: 1;
  justify-content: space-between;
  font-family: BentonSansCondensedMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  font-weight: 400;
  box-shadow: 0 .2rem 2rem rgba(0,0,0,.2);
  font-size: 1.3rem;
  background-color: #fff;
  border-radius: 6px 5px 0 0;
  display: flex;
}

.app--team-dive .page--program .container .widget-groups .widget-group-card__header__no {
  padding: .5rem 1rem;
  background: #0063fe;
  color: #fff;
  border-radius: 6px 0 0 0;
}

.app--team-dive .page--program .container .widget-groups .widget-group-card__header__title {
  padding: .5rem 1rem;
  width: 100%;
}

.app--team-dive .page--program .container .widget-groups .widget-group-card__body {
  padding: 1rem 2rem;
  text-align: left;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}

.app--team-dive .page--program .container .widget-groups .widget-group-card__body__widgets ol {
  margin-left: 1rem;
}

.app--team-dive .feature-vote {
  padding: 2rem;
  width: 60%;
  height: 50vh;
}

.app--team-dive .feature-vote__title {
  color: #0063fe;
  font-size: 1.4rem;
}

.app--team-dive .feature-vote__question {
  color: #8495a2;
  font-size: 1.4rem;
  font-weight: 600;
}

.app--team-dive .feature-vote__choices {
  margin: 3rem 0;
}

.app--team-dive .feature-vote__choices .btn {
  margin: 0 1.4rem;
  padding: 1rem 2rem 0.8rem;
  font-size: 1.8rem;
}

.app--team-dive .feature-vote__choices .btn.is-selected {
  border: 4px solid #0063fe;
  background-color: hsla(216.61417, 100%, 74.803925%, 1.0);
}

.app--team-dive .feature-vote__choices .btn.is-selected:hover {
  color: #fff;
}

.app--team-dive .feature-vote__status {
  margin: 0 0 2rem;
  transition: all 0.3s ease-out;
  padding: 1rem;
  border-radius: 4px;
  background-color: #D9EEFC;
}

.app--team-dive .feature-vote__jelly {
  width: 2rem;
  margin: 0 0.8rem 0 0;
}

.app--team-dive .widget-grid {
  margin: .5rem;
}

.app--team-dive .card--widget {
  animation: 0.3s ease-in-out 0s 1 normal both fade-in;
  -webkit-animation: 0.3s ease-in-out 0s 1 normal both fade-in;
  -moz-animation: 0.3s ease-in-out 0s 1 normal both fade-in;
  -ms-animation: 0.3s ease-in-out 0s 1 normal both fade-in;
  background-color: #fff;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  border-radius: 6px;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .card--widget {
    margin: 0 0.5rem 1.5rem;
  }
  
  
  
  .app--team-dive .card--widget.card--small-size {
    width: calc((100% / 2.001) - (0.5rem * 2));
  }
  
  .app--team-dive .card--widget.card--medium-size {
    width: calc((100% / 2.001) - (0.5rem * 2));
  }
  
  .app--team-dive .card--widget.card--large-size {
    width: 100%;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .card--widget {
    margin: 0 0.5rem 1.5rem;
  }
  
  
  
  .app--team-dive .card--widget.card--small-size {
    width: calc((100% / 3.001) - (0.5rem * 2));
  }
  
  .app--team-dive .card--widget.card--medium-size {
    width: calc((100% / 2.001) - (0.5rem * 2));
  }
  
  .app--team-dive .card--widget.card--large-size {
    width: 100%;
  }

}

.app--team-dive .card--widget.widget--is-mini {
  animation: 0.4s ease-in-out 0s 1 normal both fade-in;
  -webkit-animation: 0.4s ease-in-out 0s 1 normal both fade-in;
  -moz-animation: 0.4s ease-in-out 0s 1 normal both fade-in;
  -ms-animation: 0.4s ease-in-out 0s 1 normal both fade-in;
}

.app--team-dive .card--widget.widget--is-mini .widget__data-source-logo {
  width: 45px;
  height: 45px;
}

.app--team-dive .card--widget.widget--is-mini .no-data {
  height: 12.5rem;
  margin: 0 1rem;
}

.app--team-dive .card--widget.widget--is-mini .no-data__text {
  font-size: 1.4rem;
}

.app--team-dive .card--widget.widget--is-mini .see-more {
  font-size: 1rem;
}

.app--team-dive .card--widget.widget--is-mini .youtube-player iframe {
  height: 15rem;
  width: 100%;
}

.app--team-dive .card--widget.modal-content {
  width: 98%;
  padding: 0;
  z-index: 9000;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .card--widget.modal-content {
    width: 760px;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .card--widget.modal-content {
    width: 850px;
  }

}

@media screen and (min-width: 1400px) {

  .app--team-dive .card--widget.modal-content {
    width: 900px;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .card--widget.modal-content {
    width: 1000px;
  }

}

@media screen and (min-width: 1024px) {

  
  
  
  
  .app--team-dive .card--widget.modal-content .post__image img {
    max-height: initial;
  }
  
  .app--team-dive .card--widget.modal-content.youtube-posts, .app--team-dive .card--widget.modal-content.top-performing-posts, .app--team-dive .card--widget.modal-content.trending-content, .app--team-dive .card--widget.modal-content.facebook-posts, .app--team-dive .card--widget.modal-content.instagram-posts, .app--team-dive .card--widget.modal-content.pinterest-posts {
    width: 95%;
    max-width: 1200px;
  }
  
  .app--team-dive .card--widget.modal-content.youtube-posts .view--social-post, .app--team-dive .card--widget.modal-content.top-performing-posts .view--social-post, .app--team-dive .card--widget.modal-content.trending-content .view--social-post, .app--team-dive .card--widget.modal-content.facebook-posts .view--social-post, .app--team-dive .card--widget.modal-content.instagram-posts .view--social-post, .app--team-dive .card--widget.modal-content.pinterest-posts .view--social-post {
    height: 100%;
  }
  
  .app--team-dive .card--widget.modal-content.youtube-posts .widget-view--expanded-view, .app--team-dive .card--widget.modal-content.top-performing-posts .widget-view--expanded-view, .app--team-dive .card--widget.modal-content.trending-content .widget-view--expanded-view, .app--team-dive .card--widget.modal-content.facebook-posts .widget-view--expanded-view, .app--team-dive .card--widget.modal-content.instagram-posts .widget-view--expanded-view, .app--team-dive .card--widget.modal-content.pinterest-posts .widget-view--expanded-view {
    display: flex;
    height: 100%;
    overflow: hidden;
  }
  
  .app--team-dive .card--widget.modal-content.youtube-posts .expanded-view__showcase-area, .app--team-dive .card--widget.modal-content.top-performing-posts .expanded-view__showcase-area, .app--team-dive .card--widget.modal-content.trending-content .expanded-view__showcase-area, .app--team-dive .card--widget.modal-content.facebook-posts .expanded-view__showcase-area, .app--team-dive .card--widget.modal-content.instagram-posts .expanded-view__showcase-area, .app--team-dive .card--widget.modal-content.pinterest-posts .expanded-view__showcase-area {
    flex: 5;
    display: flex;
    align-items: center;
  }
  
  .app--team-dive .card--widget.modal-content.youtube-posts .expanded-view__showcase-area .video-player, .app--team-dive .card--widget.modal-content.top-performing-posts .expanded-view__showcase-area .video-player, .app--team-dive .card--widget.modal-content.trending-content .expanded-view__showcase-area .video-player, .app--team-dive .card--widget.modal-content.facebook-posts .expanded-view__showcase-area .video-player, .app--team-dive .card--widget.modal-content.instagram-posts .expanded-view__showcase-area .video-player, .app--team-dive .card--widget.modal-content.pinterest-posts .expanded-view__showcase-area .video-player {
    flex: 1;
  }
  
  .app--team-dive .card--widget.modal-content.youtube-posts .expanded-view__post-content, .app--team-dive .card--widget.modal-content.top-performing-posts .expanded-view__post-content, .app--team-dive .card--widget.modal-content.trending-content .expanded-view__post-content, .app--team-dive .card--widget.modal-content.facebook-posts .expanded-view__post-content, .app--team-dive .card--widget.modal-content.instagram-posts .expanded-view__post-content, .app--team-dive .card--widget.modal-content.pinterest-posts .expanded-view__post-content {
    flex: 3;
    margin: 0 !important;
  }
  
  .app--team-dive .card--widget.modal-content.youtube-posts {
    max-width: initial;
  }
  
  
  
  .app--team-dive .card--widget.modal-content.instagram-posts .expanded-view__showcase-area {
    flex: 4;
  }
  
  .app--team-dive .card--widget.modal-content.instagram-posts .expanded-view__post-content {
    flex: 3;
  }
  
  
  
  .app--team-dive .card--widget.modal-content.top-performing-posts .widget__content {
    height: auto;
  }

}

.app--team-dive .card--widget.modal-content .footer__extra-content {
  width: 100%;
}

.app--team-dive .card--widget .source-bg {
  position: absolute;
  top: 0;
  border-radius: 5px 0 0 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.95rem;
}

.app--team-dive .card--widget .source-bg.cms-post {
  background: #383e71;
}

.app--team-dive .card--widget .source-bg.facebook {
  background: #3b5998;
}

.app--team-dive .card--widget .source-bg.google {
  border-right: 1px solid rgba(0,0,0,0.1);
}

.app--team-dive .card--widget .source-bg.google-plus {
  background: #dd4b39;
}

.app--team-dive .card--widget .source-bg.instagram {
  background: #000000;
}

.app--team-dive .card--widget .source-bg.linkedin {
  background: #007bb5;
}

.app--team-dive .card--widget .source-bg.pinterest {
  background: #cb2027;
}

.app--team-dive .card--widget .source-bg.social-perf {
  background: #765bcb;
}

.app--team-dive .card--widget .source-bg.think-with-google {
  border-right: 1px solid rgba(0,0,0,0.1);
}

.app--team-dive .card--widget .source-bg.trends {
  background: #0063fe;
}

.app--team-dive .card--widget .source-bg.twitter {
  background: #55acee;
}

.app--team-dive .card--widget .source-bg.youtube {
  background: #cd201f;
}

.app--team-dive .card--widget .source-bg.rss-news {
  background: #efba23;
}

.app--team-dive .card--widget .main-value {
  font-weight: 400;
  margin: 0;
}

.app--team-dive .card--widget .no-data {
  color: #777;
}

.app--team-dive .card--widget .see-more {
  color: #8495a2;
  font-weight: 600;
  text-decoration: underline;
}

.app--team-dive .widget__header {
  display: flex;
  background-color: #fff;
  border-radius: 6px 5px 0 0;
  box-shadow: 0 .2rem 2rem rgba(0,0,0,.2);
  position: relative;
  min-height: 3rem;
  z-index: 1000;
}

.app--team-dive .widget__header .header__data-source {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.app--team-dive .widget__header .header__data-source img {
  padding: 0.5rem;
}

.app--team-dive .widget__header .header__title {
  display: inline-block;
  align-self: center;
  margin: 0.5rem 0.7rem 0.5rem 3.6rem;
  line-height: 1;
  font-family: BentonSansCondensedMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .widget__header .header__title {
    font-size: 1.4rem;
  }

}

.app--team-dive .widget__content {
  font-family: Source-Sans-Pro, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
}

.app--team-dive .widget__footer {
  font-family: BentonSansMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  height: 3rem;
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: 400;
  box-shadow: 0 -.2rem 2rem rgba(0,0,0,.2);
  background-color: #fff;
  border-radius: 0 0 5px 6px;
  display: flex;
}

.app--team-dive .widget__footer img {
  width: 2rem;
}

.app--team-dive .widget__footer >* {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.app--team-dive .widget__footer .footer__extra-content {
  color: #fff;
  font-size: 1rem;
  background: #7bc732;
  border-radius: 0 0 0 5px;
  padding: 0.1rem 1.5rem 0;
}

.app--team-dive .widget__footer .footer__action-button {
  font-size: 1.1rem;
  padding: 0.1rem 1.5rem 0;
  color: #0063fe;
}

.app--team-dive .widget__footer .footer__action-button:hover {
  color: #ff9800;
}

.app--team-dive .widget__footer .footer__view-selectors li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
}

.app--team-dive .widget--is-expanded .no-data {
  margin: 6rem 0;
}

.app--team-dive .widget--is-expanded .no-data__text {
  font-size: 3rem;
}

.app--team-dive .widget--is-expanded .post__link {
  margin: 0;
  font-size: 1.2rem;
  text-align: left;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .widget--is-expanded .post__link {
    margin: 1rem 0 0;
  }

}

.app--team-dive .widget--is-expanded .widget__header {
  min-height: 3rem;
  border-radius: 6px 5px 0 0;
}

.app--team-dive .widget--is-expanded .widget__header .source-bg {
  width: 3.2rem;
}

.app--team-dive .widget--is-expanded .header__data-source {
  padding: 0;
}

.app--team-dive .widget--is-expanded .header__data-source img {
  width: 60px;
  height: 60px;
  padding: .8rem;
  z-index: 9600;
}

.app--team-dive .widget--is-expanded .post__image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #5A5A5A;
}

.app--team-dive .widget--is-expanded .post__image img {
  object-fit: contain;
  box-shadow: 0 0 2rem #252525;
  margin: auto;
  min-height: 20vh;
  max-height: 50vh;
}

.app--team-dive .widget--is-expanded .widget__content {
  height: auto;
  overflow: auto;
  max-height: calc(100vh + 1.5rem - 11rem);
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .widget--is-expanded .widget__content {
    max-height: calc(100vh - 11rem);
  }

}

.app--team-dive .widget--is-expanded .has-fixed-widget-view-height {
  height: calc(100vh - 11rem);
  overflow: hidden;
}

.app--team-dive .widget--is-expanded .video-player .youtube-player iframe {
  width: 100%;
  height: 50vh;
  position: relative;
}

.app--team-dive .widget-view--mini-view {
  position: relative;
  height: 100%;
}

.app--team-dive .widget-view--mini-view .post__image {
  height: 10rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .widget-view--mini-view .post__image {
    height: 13rem;
  }

}

.app--team-dive .widget-view--mini-view .post__image img {
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  object-fit: cover;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.app--team-dive .widget-view--mini-view .post__date {
  color: #666;
  display: inline-block;
  font-size: 1rem;
  margin: 0.2rem 0 0.3rem;
  font-family: Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
}

.app--team-dive .mini-view__post-content {
  padding: .8rem .5rem;
  font-family: Source-Sans-Pro, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {

  .app--team-dive .mini-view__post-content {
    padding: .8rem 1rem;
  }

}

.app--team-dive .mini-view__stats {
  font-size: 1.2rem;
}

.app--team-dive .widget-view--expanded-view {
  font-family: Source-Sans-Pro, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
}

.app--team-dive .widget-view--expanded-view .post__date {
  color: #aaa;
  font-family: Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0;
}

.app--team-dive .widget-view--table-view {
  padding: 5rem 4rem;
}

.app--team-dive .widget-view--table-view caption {
  text-align: center;
  caption-side: top;
  margin-bottom: 3rem;
}

.app--team-dive .widget-view--bar-chart-view {
  padding: 5rem 4rem;
  height: 90%;
}

.app--team-dive .widget-view--social-grid-view {
  height: 100%;
  overflow-x: scroll;
  padding: 1rem;
}

.app--team-dive .widget-view--social-grid-view .brand-name {
  text-align: center;
  font-size: 2rem;
  padding: 0 3.5rem;
  margin: 0 0 0.3rem;
  color: #0063fe;
}

.app--team-dive .widget-view--social-grid-view dl {
  overflow: auto;
  margin: 3rem 0rem 1rem;
  padding: 0 3rem 0 0;
}

.app--team-dive .widget-view--social-grid-view dl .highlighted-text {
  float: left;
  clear: left;
}

.app--team-dive .widget-view--social-grid-view dl .highlighted-text dd {
  background-color: #F0F0F0;
  padding: 1rem 1.2rem;
  margin: 0rem 0rem 1.2rem 1rem;
  width: 100%;
}

.app--team-dive .widget-view--social-grid-view dt {
  float: left;
  width: 10rem;
  clear: left;
  color: #232121;
  line-height: 1.2;
  margin: 0.7rem 1rem 0.7rem 0;
}

.app--team-dive .widget-view--social-grid-view dd {
  margin: 0.5rem 1rem 0.5rem 0;
  float: left;
}

.app--team-dive .widget-view--social-grid-view .arrow {
  width: 2.5rem;
  position: absolute;
  right: 1.9rem;
  top: 1.2rem;
  z-index: 11000;
}

.app--team-dive .widget-view--social-grid-view table {
  table-layout: auto;
  height: 100%;
}

.app--team-dive .widget-view--social-grid-view tbody {
  height: 100%;
}

.app--team-dive .widget-view--social-grid-view tr {
  height: 100%;
}

.app--team-dive .widget-view--social-grid-view td {
  border: none;
  height: 100%;
}

.app--team-dive .widget-view--social-grid-view .flip-card {
  height: 100%;
  width: 40rem;
  perspective: 1000;
}

.app--team-dive .widget-view--social-grid-view .flip-card .youtube-player {
  position: absolute;
}

.app--team-dive .widget-view--social-grid-view .flip-card .youtube-player .video {
  width: 100%;
  height: 100%;
}

.app--team-dive .widget-view--social-grid-view .flip-card .youtube-player img {
  height: 100%;
}

.app--team-dive .widget-view--social-grid-view .flip-card--animation {
  transition: 0.6s;
  transform-style: preserve-3d;
  height: 100%;
  position: relative;
}

.app--team-dive .widget-view--social-grid-view .flip-card__front {
  width: 100%;
  top: 0;
  height: 100%;
  backface-visibility: hidden;
  border: 1px solid #cdcdcd;
  padding: 1rem 1.5rem 2rem;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  position: absolute;
  box-shadow: 0 2px 10px 1px rgba(33, 33, 33, 0.3);
  left: 0;
}

.app--team-dive .widget-view--social-grid-view .front__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.app--team-dive .widget-view--social-grid-view .front__image {
  object-fit: contain;
  flex: 1;
}

.app--team-dive .widget-view--social-grid-view .flip-card__back {
  width: 100%;
  top: 0;
  height: 100%;
  backface-visibility: hidden;
  border: 1px solid #cdcdcd;
  padding: 1rem 0.5rem 1rem 1.5rem;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  position: absolute;
  box-shadow: 0 2px 10px 1px rgba(33, 33, 33, 0.3);
  left: 0;
}

.app--team-dive .widget-view--social-grid-view .back__brand {
  display: flex;
  float: left;
  clear: left;
  align-items: center;
  margin: 0.2rem 0 1rem;
}

.app--team-dive .widget-view--social-grid-view .back__brand .brand__logo {
  margin: 0;
}

.app--team-dive .widget-view--social-grid-view .back__brand .brand__logo img {
  width: auto;
  max-width: 10rem;
  height: 4rem;
}

.app--team-dive .page--show .widget-view--summary {
  font-weight: 400;
  padding: 4rem;
}

.app--team-dive .summary__value {
  font-size: 11rem;
  color: #fc992b;
}

.app--team-dive .summary__blurb {
  padding: 0rem 18rem 3rem;
  font-size: 2.8rem;
  color: #0063fe;
}

.app--team-dive .summary__wordmark {
  width: 14rem;
}

.app--team-dive .widget__information-overlay {
  background-color: #8495a2;
  padding: 2rem 2rem 1rem;
  color: #fff;
}

.app--team-dive .information-overlay__title {
  font-size: 2rem;
}

.app--team-dive .information-overlay__content {
  margin: 1rem 0;
  padding: 0;
  font-size: 1.2rem;
}

.app--team-dive .trending-hashtags.card--widget .widget-view--mini-view {
  padding: 1.8rem 3.5rem;
}

.app--team-dive .trending-hashtags.card--widget .widget-view--mini-view .main-value {
  font-size: 3.4rem;
}

.app--team-dive .trending-hashtags.card--widget .widget-view--mini-view .mini-view__stats {
  padding: 1.5rem 0 0.5rem;
}

.app--team-dive .trending-hashtags.card--widget .widget-view--bar-chart-view {
  overflow: hidden;
  height: 100%;
  padding: 2rem 4rem 15rem;
}

.app--team-dive .trending-hashtags.card--widget .bar-chart__data {
  height: 100%;
  width: 100%;
}

.app--team-dive .trending-hashtags.card--widget .bar-chart__data .growth-bar__label {
  font-size: 1.5rem;
}

.app--team-dive .trending-hashtags.card--widget .widget-view--table-view table {
  width: 98%;
}

.app--team-dive .trending-hashtags.card--widget .widget-view--table-view td {
  max-width: 10rem;
  word-break: break-word;
}

.app--team-dive .trending-content.card--widget .trend__score {
  font-size: 1.2rem;
}

.app--team-dive .card--widget .view--social-post .social-user__account-details {
  display: flex;
  align-items: center;
}

.app--team-dive .card--widget .view--social-post .social-user__account-details >* {
  margin: 0 1rem 0 0;
}

.app--team-dive .card--widget .view--social-post .social-user__account-details:last-child {
  margin: 0;
}

.app--team-dive .card--widget .view--social-post .post__text a {
  background-image: linear-gradient(to bottom,currentColor 75%,currentColor 75%);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 97%;
  text-shadow: -1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
}

.app--team-dive .card--widget .view--social-post .post__text a:hover, .app--team-dive .card--widget .view--social-post .post__text a:active {
  text-decoration: none;
}

.app--team-dive .card--widget .view--social-post .account-details__name-group {
  height: 100%;
}

.app--team-dive .card--widget .view--social-post .account-details__name-group h2 {
  display: inline-block;
}

.app--team-dive .card--widget .view--social-post .account-details__avatar {
  border-radius: .2rem;
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(0,0,0,.2);
}

.app--team-dive .card--widget .view--social-post .account-details__avatar:hover {
  box-shadow: 0 0 1rem rgba(72, 178, 232, .6);
}

.app--team-dive .card--widget .view--social-post .account-details__account-handle a {
  color: #666;
  font-size: 1rem;
  font-family: Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
}

.app--team-dive .card--widget .view--social-post .post__date:before {
  content: '•';
  font-size: 1rem;
  margin: 0 .3rem;
}

.app--team-dive .card--widget .view--social-post .post__date a {
  color: #666;
  display: inline-block;
  font-size: 1rem;
  margin: 0.2rem 0 0.3rem;
  font-family: Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
}

.app--team-dive .card--widget .view--social-post .footer__action-button {
  width: 50%;
}

.app--team-dive .card--widget .view--social-post .account-details__account-name a {
  color: #000;
}

.app--team-dive .card--widget .view--social-post .widget-view--mini-view .see-more {
  margin-left: 0.5rem;
}

.app--team-dive .card--widget .view--social-post .widget-view--mini-view .social-user__account-details {
  margin: 0.5rem 0 0.8rem;
}

.app--team-dive .card--widget .view--social-post .widget-view--mini-view .post__text {
  word-break: break-word;
  margin: .3rem 0;
  font-size: 1.2rem;
}

.app--team-dive .card--widget .view--social-post .widget-view--mini-view .post__title {
  word-break: break-word;
  margin: .3rem 0;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.app--team-dive .card--widget .view--social-post .widget-view--mini-view .account-details__avatar img {
  height: 3rem;
  width: 3rem;
  object-fit: fill;
  padding: 0.2rem;
}

.app--team-dive .card--widget .view--social-post .widget-view--mini-view .account-details__account-name {
  font-size: 1.3rem;
  font-family: BentonSansCondensedBold, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
  margin-bottom: -0.2rem;
}

.app--team-dive .card--widget .view--social-post .widget-view--expanded-view {
  margin: 0;
}

.app--team-dive .card--widget .view--social-post .widget-view--expanded-view .video-player.player-for--facebook {
  height: 100%;
  position: relative;
}

.app--team-dive .card--widget .view--social-post .widget-view--expanded-view .fb-video-image {
  z-index: 50000;
}

.app--team-dive .card--widget .view--social-post .widget-view--expanded-view .fb-video-image.is-hidden {
  z-index: 0;
}

.app--team-dive .card--widget .view--social-post .widget-view--expanded-view .fb-video {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-in;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.app--team-dive .card--widget .view--social-post .widget-view--expanded-view .youtube-player iframe {
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.app--team-dive .card--widget .view--social-post .widget-view--expanded-view .account-details__account-handle a {
  color: #aaa;
  font-size: 1.2rem;
  font-weight: 800;
}

.app--team-dive .card--widget .view--social-post .widget-view--expanded-view .expanded-view__post-content {
  margin: 1.5rem 2.5rem;
  position: relative;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .card--widget .view--social-post .widget-view--expanded-view .expanded-view__post-content {
    margin: 1.5rem 4rem 1rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .card--widget .view--social-post .widget-view--expanded-view .expanded-view__post-content {
    max-height: calc(100vh - 11rem);
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .card--widget .view--social-post .widget-view--expanded-view .expanded-view__post-content {
    line-height: 1;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .card--widget .view--social-post .widget-view--expanded-view .expanded-view__post-content .scrollable-content {
    padding: 1.5rem 2.5rem;
    overflow-y: auto;
    max-height: calc(100vh - 15.5rem);
  }

}

.app--team-dive .card--widget .view--social-post .widget-view--expanded-view .expanded-view__post-content .post__text {
  font-family: BentonSansRegular, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 2rem;
  white-space: pre-wrap;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .card--widget .view--social-post .widget-view--expanded-view .expanded-view__post-content .post__text {
    font-size: 1.2rem;
    line-height: 1.3;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .card--widget .view--social-post .widget-view--expanded-view .expanded-view__post-content .post__text {
    font-size: 1.3rem;
    padding-bottom: 0;
  }

}

.app--team-dive .card--widget .view--social-post .widget-view--expanded-view .expanded-view__post-content .post__title {
  font-family: BentonSansRegular, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 2rem;
  white-space: pre-wrap;
}

.app--team-dive .card--widget .view--social-post .widget-view--expanded-view .expanded-view__post-content .social-user__account-details {
  margin: 0 0 1.5rem;
}

.app--team-dive .card--widget .view--social-post .widget-view--expanded-view .expanded-view__post-content .account-details__avatar img {
  height: 4rem;
  width: 4rem;
  object-fit: fill;
  padding: 0.4rem;
}

.app--team-dive .card--widget .view--social-post .expanded-view__showcase-area {
  background: #252525;
}

.app--team-dive .card--widget .view--social-post .expanded-view__metadata-container {
  height: 4.4rem;
}

.app--team-dive .card--widget .view--social-post .expanded-view__post-metadata {
  width: 100%;
  justify-content: center;
  position: absolute;
  border-top: 3px solid #7bc732;
  font-size: 1.1rem;
  background-color: #fff;
  display: flex;
  bottom: 0;
  color: #7bc732;
  padding-top: .4rem;
}

@media screen and (min-width: 1024px) {

  .app--team-dive .card--widget .view--social-post .expanded-view__post-metadata {
    width: calc(100% - 5rem);
    margin: 0 2.5rem 1rem;
  }

}

.app--team-dive .card--widget .view--social-post .expanded-view__post-metadata .block {
  display: inline-block;
  text-align: center;
  margin: .3rem 1rem;
}

.app--team-dive .card--widget .view--social-post:hover .moderation-tools {
  display: block;
}

@media screen and (min-width: 1824px) {

  .app--team-dive .instagram-posts.card--widget .post-view__image {
    padding: 0;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .instagram-posts.card--widget .post-view__image img {
    width: 60vw;
    object-fit: cover;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .instagram-posts.card--widget .post-view__message {
    padding: 8rem 0 0;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .instagram-posts.card--widget .content__date {
    padding: 1rem;
    position: relative;
    font-size: 1.7rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .instagram-posts.card--widget .content__text {
    padding: 1rem;
    font-size: 2.6rem;
    line-height: 1.2;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .instagram-posts.card--widget .content__text.text--very-small {
    font-size: 2.2rem;
    line-height: 1.2;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .instagram-posts.card--widget .content__text.text--small {
    font-size: 2.4rem;
    line-height: 1.2;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .instagram-posts.card--widget .content__text.text--large {
    font-size: 3.4rem;
    line-height: 1.2;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .instagram-posts.card--widget .message__metrics {
    padding: 0 2.5rem;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    margin: 0;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .instagram-posts.card--widget .message__metrics .icon {
    width: 4.5rem;
    height: 4.5rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .instagram-posts.card--widget .message__content {
    padding: 0 1rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .instagram-posts.card--widget .metrics__like-count {
    font-size: 3.2rem;
  }

}

.app--team-dive .pinterest-posts.card--widget .widget-view--mini-view .see-more {
  margin-left: 0.5rem;
}

.app--team-dive .pinterest-posts.card--widget .mini-view__brand {
  font-size: 1.3rem;
  font-family: BentonSansCondensedBold, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
  margin-bottom: -0.2rem;
}

.app--team-dive .pinterest-posts.card--widget .mini-view__stats {
  padding: 0 1.5rem 2rem;
}

.app--team-dive .youtube-posts.card--widget .widget-view--mini-view .see-more {
  margin-left: 0.5rem;
}

.app--team-dive .youtube-posts.card--widget .mini-view__brand {
  font-size: 1.3rem;
  font-family: BentonSansCondensedBold, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
  margin-bottom: -0.2rem;
}

.app--team-dive .youtube-posts.card--widget .mini-view__stats {
  padding: 0 1.5rem 2rem;
}

.app--team-dive .youtube-posts.card--widget .expanded-view__showcase-area {
  background: #000;
}

.app--team-dive .think-with-google.card--widget {
  border-radius: 5px;
  overflow: hidden;
}

.app--team-dive .think-with-google.card--widget .widget-view--expanded-view .expanded-view__post-content {
  margin: 1.2rem 1rem;
  position: relative;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .think-with-google.card--widget .widget-view--expanded-view .expanded-view__post-content {
    margin: 2rem 3rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .think-with-google.card--widget .widget-view--expanded-view .expanded-view__post-content {
    animation: 0.5s ease-in-out 0.5s 1 normal both fade-in;
    -webkit-animation: 0.5s ease-in-out 0.5s 1 normal both fade-in;
    -moz-animation: 0.5s ease-in-out 0.5s 1 normal both fade-in;
    -ms-animation: 0.5s ease-in-out 0.5s 1 normal both fade-in;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .think-with-google.card--widget .widget-view--expanded-view .post__image {
    animation: 0.5s ease-in-out 0.3s 1 normal both fade-in;
    -webkit-animation: 0.5s ease-in-out 0.3s 1 normal both fade-in;
    -moz-animation: 0.5s ease-in-out 0.3s 1 normal both fade-in;
    -ms-animation: 0.5s ease-in-out 0.3s 1 normal both fade-in;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .rss-news.card--widget .wrap.layout--only-text {
    padding: 0;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .rss-news.card--widget .wrap.layout--only-text h1 {
    font-size: 2rem;
    line-height: 1;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .rss-news.card--widget .wrap.layout--text-and-img-and-wordmark {
    padding: 0 5.5rem 0;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .rss-news.card--widget .wrap.layout--text-and-img-and-wordmark .article-img, .app--team-dive .rss-news.card--widget .wrap.layout--text-and-img-and-wordmark img {
    margin-top: 12%;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .rss-news.card--widget .wrap.layout--text-and-img-and-wordmark .article-img, .app--team-dive .rss-news.card--widget .wrap.layout--text-and-img-and-wordmark h1 {
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 1rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .rss-news.card--widget .wrap.layout--text-and-img-and-wordmark .wordmark {
    width: 10rem;
    max-width: 12rem;
  }

}

.app--team-dive .rss-news.card--widget .post__source strong {
  color: #fc992b;
  margin-right: 0.3rem;
}

.app--team-dive .rss-news.card--widget .feed-name {
  color: #394C84;
}

.app--team-dive .rss-news.card--widget .feed-name-sep {
  color: #555;
  margin: 0 0.2rem;
}

.app--team-dive .rss-news.card--widget .widget-view--mini-view .image-wrapper {
  padding: 0;
}

.app--team-dive .rss-news.card--widget .widget-view--mini-view .post__source {
  display: flex;
  justify-content: center;
  margin: 1.7rem 27vw 0.9rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .rss-news.card--widget .widget-view--mini-view .post__source {
    margin: 1.4rem 6.6rem 0.3rem;
  }

}

.app--team-dive .rss-news.card--widget .widget-view--mini-view .post__source img {
  height: 4rem;
  object-fit: contain;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .rss-news.card--widget .widget-view--mini-view .post__source img {
    height: 3.5rem;
  }

}

.app--team-dive .rss-news.card--widget .widget-view--mini-view .post__source--small {
  margin: -3rem 0 0;
  background: rgba(255,255,255,0.8);
  width: 100%;
  padding: 1.5rem 0 .8rem;
  position: absolute;
  bottom: 0;
  height: 3rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .rss-news.card--widget .widget-view--mini-view .post__source--small {
    margin: -4.2rem 0 0;
  }

}

.app--team-dive .rss-news.card--widget .widget-view--mini-view .post__source--small img {
  height: 1.7rem;
  margin: auto;
  object-fit: contain;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .rss-news.card--widget .widget-view--mini-view .post__source--small img {
    height: 2rem;
  }

}

.app--team-dive .rss-news.card--widget .widget-view--mini-view .post__title {
  font-size: 1.3rem;
  font-family: BentonSansCondensedBold, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
  margin-bottom: 0.3rem;
}

.app--team-dive .rss-news.card--widget .widget-view--mini-view .post__text {
  word-break: break-word;
  margin: .3rem 0;
  font-size: 1.2rem;
  white-space: pre-wrap;
}

.app--team-dive .rss-news.card--widget .widget-view--expanded-view {
  padding: 0 2rem;
  margin: 2rem auto;
}

.app--team-dive .rss-news.card--widget .widget-view--expanded-view .post__source {
  display: flex;
  justify-content: center;
  margin: 0 0 1rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .rss-news.card--widget .widget-view--expanded-view .post__source {
    margin: 0 0 2.5rem;
  }

}

.app--team-dive .rss-news.card--widget .widget-view--expanded-view .post__source img {
  height: 10vh;
  object-fit: fill;
}

.app--team-dive .rss-news.card--widget .widget-view--expanded-view .post__image {
  width: 100%;
  margin: 0 0 1.7rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .rss-news.card--widget .widget-view--expanded-view .post__image {
    max-width: 45%;
    float: left;
    margin: 0 1.7rem 1.5rem 0;
  }

}

.app--team-dive .rss-news.card--widget .widget-view--expanded-view .post__image img {
  object-fit: contain;
  width: 100%;
  max-height: 50vh;
}

.app--team-dive .rss-news.card--widget .widget-view--expanded-view .post__title {
  font-size: 1.8rem;
  font-family: BentonSansCondensedBold, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
  margin: 0.5rem 0 1.5rem;
}

.app--team-dive .rss-news.card--widget .widget-view--expanded-view .post__text {
  font-family: BentonSansRegular, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 2rem;
  white-space: pre-wrap;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .rss-news.card--widget .widget-view--expanded-view .post__text {
    font-size: 1.2rem;
    line-height: 1.3;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .rss-news.card--widget .widget-view--expanded-view .post__text {
    font-size: 1.3rem;
  }

}

.app--team-dive .google-trends-hot-searches.card--widget .widget-view--mini-view {
  height: 28rem;
}

.app--team-dive .google-trends-hot-searches.card--widget .widget-view--expanded-view {
  padding: 0;
}

.app--team-dive .dive-cms.card--widget .widget-view--mini-view .is-missing-posts {
  padding: 0.5rem;
  color: #555;
}

.app--team-dive .dive-cms.card--widget .widget-view--mini-view .content__image {
  padding: .3rem .3rem 0;
}

.app--team-dive .dive-cms.card--widget .widget-view--mini-view .content__image img {
  margin: 0 auto;
  max-height: 10rem;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.app--team-dive .dive-cms.card--widget .widget-view--mini-view .col-xs-6 {
  max-width: 100%;
  flex-basis: 100%;
}

.app--team-dive .dive-cms.card--widget .header__title {
  font-family: BentonSansCondensedBold, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
}

.app--team-dive .dive-cms.card--widget .content__message {
  padding: 0.2rem 1.2rem;
}

.app--team-dive .dive-cms.card--widget .content__message .pdf-url {
  text-align: center;
  font-size: 1.4rem;
}

.app--team-dive .dive-cms.card--widget .widget-view--text {
  padding: 0.2rem 1.2rem;
}

.app--team-dive .dive-cms.card--widget .message__subtitle {
  font-size: 1.2rem;
  margin: .8rem 0 0;
}

.app--team-dive .dive-cms.card--widget .timestamp {
  text-align: right;
  margin: .3rem 0;
  font-size: .9rem;
  display: inline-block;
}

.app--team-dive .dive-cms.card--widget .timestamp .timestamp__icon {
  display: inline-block;
}

.app--team-dive .dive-cms.card--widget .timestamp .timestamp__icon img {
  height: .8rem;
  margin-right: .3rem;
}

.app--team-dive .dive-cms.card--widget .timestamp .timestamp__date {
  display: inline-block;
  color: #8395A1;
  margin-top: .1rem;
}

.app--team-dive .dive-cms.card--widget .message__text {
  margin: 0.7rem 0;
  white-space: pre-wrap;
  font-family: Source-Sans-Pro, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}

.app--team-dive .dive-cms.card--widget.dive-cms--iframe {
  width: 100%;
}

.app--team-dive .dive-cms.card--widget.dive-cms--iframe .mini-message--iframe {
  height: 40rem;
  width: 100%;
}

.app--team-dive .app-container__wrapper .device-support {
  width: 100%;
  top: 3rem;
  justify-content: center;
  height: 3.5rem;
  align-items: center;
  padding: 0 1rem;
  text-align: center;
  position: absolute;
  z-index: 49000;
  background-color: #FFEFBC;
  display: flex;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .app-container__wrapper .device-support {
    padding: 0 4rem;
  }

}

.app--team-dive .app-container__wrapper .device-support__message {
  color: #5A5046;
}

.app--team-dive .app-container__wrapper .device-support__close {
  color: #955617;
  margin-left: 0.2rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .app-container__wrapper .device-support__close {
    margin-left: 0.7rem;
  }

}

.app--team-dive .app-container__wrapper .device-support__close:hover {
  text-decoration: underline;
}

.app--team-dive .app-container__wrapper .device-support__message, .app--team-dive .app-container__wrapper .device-support__close {
  font-size: 0.8rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .app-container__wrapper .device-support__message, .app--team-dive .app-container__wrapper .device-support__close {
    font-size: 1rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .app-container__wrapper .device-support__message, .app--team-dive .app-container__wrapper .device-support__close {
    font-size: 1.2rem;
  }

}

.app--team-dive .moderation-tools {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2000;
}

.app--team-dive .moderation-tools:hover {
  color: red;
}

.app--team-dive .page-message {
  animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-in;
  -webkit-animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-in;
  -moz-animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-in;
  -ms-animation: 0.5s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-in;
  background-color: #F6F6A6;
  padding: 0.5rem 1rem;
  margin: 0 0 2rem;
  color: #222;
  font-size: 1.5rem;
}

.app--team-dive .tdv-action-buttons {
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  transition: all 0.1s;
  color: #888;
}

.app--team-dive .tdv-action-buttons:hover {
  color: #5678C5;
}

.app--team-dive .tdv-header {
  font-size: 1.25rem;
  height: 3rem;
  line-height: 3.3rem;
  font-family: BentonSansCondensedBold, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
  background-color: rgba(0,0,0,0.3);
  padding: 0 1.5rem;
  color: #fff;
}

.app--team-dive .youtube-player {
  position: relative;
}

.app--team-dive .dropdown-menu {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.app--team-dive .dropdown-menu >div {
  border: 2px solid #fff;
  border-radius: 0.3rem;
  padding: 0.2rem 0.5rem 0;
  display: inline-flex;
  align-items: center;
}

.app--team-dive .dropdown-menu__label {
  display: inline-block;
  max-width: 8rem;
  color: #fff;
  margin-right: 0.4rem;
  vertical-align: top;
  min-width: 8rem;
  font-size: 1.2rem;
}

.app--team-dive .dropdown-menu__icon {
  color: #fff;
  align-self: baseline;
  font-size: 1.5rem;
  margin-top: -0.15rem;
}

.app--team-dive .dropdown-menu__list {
  position: absolute;
  z-index: 10000;
  background-color: #fff;
  left: 0;
  top: 0;
  overflow: hidden;
  border-radius: .2rem;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

.app--team-dive .dropdown-menu__list ul {
  list-style: none;
  font-size: 1.2rem;
  text-align: left;
}

.app--team-dive .dropdown-menu__list li {
  padding: 0.45rem 0.6rem 0.25rem;
  border-top: 1px solid #eee;
}

.app--team-dive .dropdown-menu__list li.is-active {
  background-color: #eaeaea;
}

.app--team-dive .dropdown-menu__list li:hover {
  background-color: #6491D8;
  color: #fff;
}

.app--team-dive .dropdown-menu__list li:first-of-type {
  border-top: none;
}

.app--team-dive .list__label {
  text-align: left;
  padding: 0 0.4rem;
  font-size: 1.5rem;
  color: #666;
}

.app--team-dive .theme--touch.dropdown-menu {
  text-transform: none;
}

.app--team-dive .theme--touch.dropdown-menu >div {
  border: none;
  display: inline-block;
  padding: 0;
}

.app--team-dive .theme--touch .dropdown-menu__label {
  font-size: 2.4rem;
  vertical-align: bottom;
  max-width: 100%;
  border: none;
}

.app--team-dive .theme--touch .dropdown-menu__icon {
  display: inline-block;
  width: 3rem;
  margin-left: 1rem;
}

.app--team-dive table {
  width: 75%;
}

.app--team-dive table caption h2 {
  font-size: 2rem;
}

.app--team-dive table th {
  font-size: 1.5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-weight: 400;
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
  background-color: #f2f2f2;
}

.app--team-dive table td {
  padding-bottom: 1.2rem;
  vertical-align: middle;
  text-align: left;
  border-top: 1px solid #cdcdcd;
  font-size: 1.5rem;
  padding-right: 1.2rem;
  color: #8495a2;
  padding-left: 1.2rem;
  padding-top: 1.5rem;
}

.app--team-dive table .cell__brand img {
  width: 8rem;
  height: 4rem;
  object-fit: fill;
}

.app--team-dive .bar-chart__caption {
  padding: 1rem 0;
  text-align: center;
  margin-top: 0;
}

.app--team-dive .bar-chart .growth-bar {
  background-color: #b3b6bb;
  transition: height .1s ease, width 1.5s ease;
}

.app--team-dive .bar-chart .growth-bar--focus-brand {
  background-color: #476f8e;
}

.app--team-dive .bar-chart .growth-bar__wrapper .value {
  color: #8495a2;
}

.app--team-dive .bar-chart.orientation--horizontal .growth-bar__wrapper {
  margin: 0;
}

.app--team-dive .bar-chart.orientation--horizontal .growth-bar__wrapper .bottom {
  padding: 0.5rem 6rem 0;
  margin-top: 3rem;
  border-right: 1px solid #545454;
}

.app--team-dive .bar-chart.orientation--horizontal .growth-bar__wrapper:last-child .bottom {
  border-right: none;
}

.app--team-dive .bar-chart.orientation--horizontal .growth-bar__wrapper .growth-bar__brand-logo img {
  max-height: 4rem;
}

.app--team-dive .bar-chart.orientation--horizontal .growth-bar__wrapper .label {
  margin: 0;
  padding-right: 0.5rem;
  border: none;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .bar-chart.orientation--horizontal .growth-bar__wrapper .label {
    padding-right: 1rem;
  }

}

.app--team-dive .bar-chart.orientation--horizontal .growth-bar--horizontal {
  width: 60%;
}

.app--team-dive .error-404 {
  background-color: #0141a8;
  height: calc(100vh - 3rem);
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.app--team-dive .error-404 .gradient {
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(1,65,168,0) 10%, rgba(11,27,50,1) 90%);
  position: absolute;
  top: 0;
  left: 0;
  animation: 3s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both slide-in-from-bottom;
  -webkit-animation: 3s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both slide-in-from-bottom;
  -moz-animation: 3s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both slide-in-from-bottom;
  -ms-animation: 3s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both slide-in-from-bottom;
}

.app--team-dive .error-404 .error-404__message {
  width: 100%;
  max-width: 90%;
  top: 40%;
  padding: 0 1rem;
  text-align: center;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  position: absolute;
  color: #fff;
  left: 50%;
  animation: 2s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-in;
  -webkit-animation: 2s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-in;
  -moz-animation: 2s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-in;
  -ms-animation: 2s cubic-bezier(0.57, 0, 0, 1) 1.3s 1 normal both fade-in;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .error-404 .error-404__message {
    max-width: 1000px;
  }

}

.app--team-dive .error-404 .error-404__message img {
  width: 6rem;
  margin: 3rem auto;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .error-404 .error-404__message img {
    width: 8rem;
  }
  
  margin
  
3rem auto

}

.app--team-dive .error-404 .error-404__message h1 {
  font-size: 2rem;
  margin: 1rem 0;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .error-404 .error-404__message h1 {
    font-size: 3rem;
  }

}

.app--team-dive .error-404 .error-404__message h2 {
  font-size: 1.3rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .error-404 .error-404__message h2 {
    font-size: 2rem;
  }

}

.app--team-dive .error-404 .error-404__message a {
  color: #fff;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player-wrapper {
  height: 30vh;
  min-height: 35rem;
  max-height: 40rem;
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player-wrapper {
    height: 48vh;
    min-height: 23rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player-wrapper {
    width: 60%;
  }

}

@media screen and (min-width: 1024px) and (min-height: 1824px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player-wrapper {
    width: 100%;
  }

}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .vignette {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3000;
  background: url(../img/backgrounds/vignette-bottom.png?v=1);
  background-size: 100% 100%;
  pointer-events: none;
}

@media screen and (min-width: 1024px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player-controls {
    font-size: 12px;
  }

}

@media screen and (min-width: 1400px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player-controls {
    font-size: 16px;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player-controls {
    font-size: 18px;
  }

}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player-controls .controls-wrapper {
  padding: .6em 1em;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player-controls .player-controls__playlists-wrapper .player-controls__select-box {
  max-width: 10em;
}

.app--team-dive .ticker {
  z-index: -1;
}

.app--team-dive .live-player {
  height: 100%;
}

.app--team-dive .live-player .content-container {
  transition: height 0.8s 0s;
  position: initial;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .date-header {
  padding: 1rem 0;
  text-align: left;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .date-header__text {
  font-size: 2rem;
  padding: 0 2rem;
  border-bottom: .2rem solid #0063fe;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header {
  height: 10%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .customer-logo__wrapper {
  display: none;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .channel:after {
  border-top: 4.8vh solid currentColor;
  border-right: 5px solid transparent;
  right: -5px;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .channel-text, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .show-text {
  padding: 3px 7px 0 7px;
  font-size: 1.5rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .show-controls? {
  font-size: 1rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .source__wrapper {
  top: 3.5rem;
  height: 24px;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .source__wrapper:before {
  border-top: 24px solid currentColor;
  border-left: 5px solid transparent;
  left: -5px;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .data-source-logo {
  padding: 3px;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .source__text {
  font-size: 1rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .animation--widget-hide .widget-view.performance-comparison {
  animation: 0.5s ease-in-out 1.5s 1 normal both fade-out;
  -webkit-animation: 0.5s ease-in-out 1.5s 1 normal both fade-out;
  -moz-animation: 0.5s ease-in-out 1.5s 1 normal both fade-out;
  -ms-animation: 0.5s ease-in-out 1.5s 1 normal both fade-out;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .performance-comparison__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .performance-comparison__content {
    flex-direction: row;
  }

}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card-area, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  flex: 1;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison-container {
  transition: all 1s, border 0.4s 0.3s, width 0.4s 0.3s;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison-container.is-hidden {
  flex: 1.0E-4;
  opacity: 0;
  width: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card-area--focus, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison-container {
  padding: 2rem 0 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card-area--focus .card__identity {
  animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.15s 1 normal both fade-in;
  -webkit-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.15s 1 normal both fade-in;
  -moz-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.15s 1 normal both fade-in;
  -ms-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.15s 1 normal both fade-in;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card-area {
  transition: opacity 0.6s ease, flex 0.8s ease;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card-area.is-not-active {
  flex: 1.0E-4;
  opacity: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card {
  border-bottom: 8px solid #ddd;
  width: 100%;
  justify-content: flex-start;
  height: 100%;
  align-items: center;
  padding: 1rem 0;
  flex-direction: column;
  display: flex;
  flex: 1;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card:last-child {
  border: none;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card.is-landscape {
  flex-direction: row;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card.is-landscape .card__identity {
  height: 100%;
  width: 40%;
  padding: 0 1.5rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card.is-landscape .card__metrics {
  padding: 0;
  justify-content: center;
  width: 60%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card.is-landscape .metrics__data-point {
  margin-bottom: 2rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card.is-landscape .data-point__value, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card.is-landscape .data-point__label {
  font-size: 2.8rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card.is-landscape .delta-info {
  font-size: 3rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card.is-landscape .delta-info-time-frame--label {
  font-size: 2.4rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card.is-landscape .metrics__time-series {
  width: 60%;
  height: 3rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card.no-historic-data .card__metrics {
  padding-top: 5.5rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card.no-historic-data .metrics__data-point {
  margin: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card.no-historic-data .data-point__label, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card.no-historic-data .data-point__value {
  font-size: 9rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card.has-no-data .data-point__value {
  color: #aaa;
  font-size: 3.5rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card__identity {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20rem;
  padding: 0.1rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .identity__logo {
  width: 100%;
  height: 100%;
  max-height: 13rem;
  max-width: 30rem;
  display: flex;
  justify-content: center;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .identity__logo img {
  height: 100%;
  width: auto;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card__metrics {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem 0 0;
  transition: opacity 0.5s ease;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .metrics__data-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 3rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .data-point__container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .data-point__value, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .data-point__label {
  font-size: 3rem;
  line-height: 1;
  color: #000;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .data-point__label {
  margin: 0 0 0 1.2rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .is-active .data-point__container {
  animation: 0.4s ease-in-out 0.8s 1 normal both fade-in-top;
  -webkit-animation: 0.4s ease-in-out 0.8s 1 normal both fade-in-top;
  -moz-animation: 0.4s ease-in-out 0.8s 1 normal both fade-in-top;
  -ms-animation: 0.4s ease-in-out 0.8s 1 normal both fade-in-top;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .is-active .delta-info, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .is-active .metrics__time-series {
  animation: 0.4s ease-in-out 3.5s 1 normal both fade-in-top;
  -webkit-animation: 0.4s ease-in-out 3.5s 1 normal both fade-in-top;
  -moz-animation: 0.4s ease-in-out 3.5s 1 normal both fade-in-top;
  -ms-animation: 0.4s ease-in-out 3.5s 1 normal both fade-in-top;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .is-active .metrics__time-series {
  animation: 0.4s ease-in-out 5.5s 1 normal both fade-in-left;
  -webkit-animation: 0.4s ease-in-out 5.5s 1 normal both fade-in-left;
  -moz-animation: 0.4s ease-in-out 5.5s 1 normal both fade-in-left;
  -ms-animation: 0.4s ease-in-out 5.5s 1 normal both fade-in-left;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .delta-info {
  font-size: 3.3rem;
  margin-top: 0.5rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .delta-info__values {
  justify-content: center;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .delta-info-time-frame--label {
  font-size: 3.2rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .metrics__time-series {
  width: 50%;
  height: 5rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--adwords .widget-view {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #eee;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--adwords .chart--treemap {
  padding: 1rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--adwords.animation--frame-show .date-header__text {
  animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
  -webkit-animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
  -moz-animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
  -ms-animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--adwords.animation--frame-hide .frame__last {
  animation: .7s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-out;
  -webkit-animation: .7s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-out;
  -moz-animation: .7s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-out;
  -ms-animation: .7s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both fade-out;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-category-keywords {
  animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
  -webkit-animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
  -moz-animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
  -ms-animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both fade-in;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-category-keywords.animation--frame-show .date-header__text {
  animation: 2s ease-in-out 0s 1 normal both empty-animation;
  -webkit-animation: 2s ease-in-out 0s 1 normal both empty-animation;
  -moz-animation: 2s ease-in-out 0s 1 normal both empty-animation;
  -ms-animation: 2s ease-in-out 0s 1 normal both empty-animation;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-category-keywords.animation--frame-show .chart--treemap {
  animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both slide-in-from-right;
  -webkit-animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both slide-in-from-right;
  -moz-animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both slide-in-from-right;
  -ms-animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both slide-in-from-right;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-category-keywords.animation--frame-hide .chart--treemap {
  animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s 1 normal both slide-out-to-left;
  -webkit-animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s 1 normal both slide-out-to-left;
  -moz-animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s 1 normal both slide-out-to-left;
  -ms-animation: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s 1 normal both slide-out-to-left;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .grid {
  display: flex;
  flex-direction: column;
  background: #eee;
  padding: 0.4rem;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .grid-item {
  width: 95%;
  justify-content: space-between;
  height: 28%;
  margin: .4rem 0;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 3px 14px 2px rgba(103, 103, 103, 0.35);
  overflow: hidden;
  border-radius: 3px;
  display: flex;
  background: #fff;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .grid-item__label {
  padding: 1.4rem .3rem .3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .sparkline-container {
  width: 100%;
  height: 50%;
  padding: .3rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .label__text {
  color: #000;
  font-size: 3.8rem;
  text-shadow: 2px 2px 5px rgba(50,50,50,0.2);
  line-height: 1.1;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .peak__label, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .peak__value {
  font-size: 2rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .peak__value {
  color: #4264DF;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .grid-item__impression {
  background-color: #4786f0;
  color: #fff;
  font-size: 3rem;
  width: 100%;
  padding: .4rem .2rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .impression__value {
  line-height: 1;
  text-shadow: 2px 2px 5px rgba(50,50,50,0.5);
  font-size: 2rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories.animation--frame-show .grid-item:nth-child(1) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.4s 1 normal both fade-in-bottom;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.4s 1 normal both fade-in-bottom;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.4s 1 normal both fade-in-bottom;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.4s 1 normal both fade-in-bottom;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories.animation--frame-show .grid-item:nth-child(2) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.6000000000000001s 1 normal both fade-in-bottom;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.6000000000000001s 1 normal both fade-in-bottom;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.6000000000000001s 1 normal both fade-in-bottom;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.6000000000000001s 1 normal both fade-in-bottom;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories.animation--frame-show .grid-item:nth-child(3) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.8s 1 normal both fade-in-bottom;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.8s 1 normal both fade-in-bottom;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.8s 1 normal both fade-in-bottom;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 0.8s 1 normal both fade-in-bottom;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories.animation--frame-show .grid-item:nth-child(4) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.0s 1 normal both fade-in-bottom;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.0s 1 normal both fade-in-bottom;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.0s 1 normal both fade-in-bottom;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.0s 1 normal both fade-in-bottom;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories.animation--frame-show .grid-item:nth-child(5) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2000000000000002s 1 normal both fade-in-bottom;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2000000000000002s 1 normal both fade-in-bottom;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2000000000000002s 1 normal both fade-in-bottom;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2000000000000002s 1 normal both fade-in-bottom;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .grid {
  padding: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .grid-item__label {
  padding: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .message__text.with-subtitle {
  font-size: 1rem;
  line-height: 1.2;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .content__image.col-xs-6 {
  height: 94%;
  padding-top: 3%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .content__message.col-xs-6 {
  padding: 3rem 1.5rem 0.5rem 0.5rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .content__message.col-xs-6 .message__subtitle {
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .pdf-url {
  position: relative;
  top: -1.6rem;
  padding: 5px 15px 1px;
  background: #fff;
  border-radius: 2.4rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .message__text {
  font-size: 1.7rem;
  line-height: 1;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .timestamp .timestamp__icon {
  height: 1rem;
  width: 1rem;
  margin-right: .6rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .timestamp .timestamp__date {
  font-size: 1rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-intro {
  width: 100%;
  top: 0;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding: 0 0.5rem;
  flex-direction: column;
  position: absolute;
  z-index: 2000;
  font-size: 1.5rem;
  display: flex;
  transition: background-color 8s 0s;
  background: linear-gradient(to bottom, rgb(75, 73, 207) 0%, rgb(72, 110, 175) 100%);
  color: #fff;
  left: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-intro.animation--hide {
  animation: 1.2s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both slide-out-to-top;
  -webkit-animation: 1.2s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both slide-out-to-top;
  -moz-animation: 1.2s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both slide-out-to-top;
  -ms-animation: 1.2s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both slide-out-to-top;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-intro.is-hidden {
  display: none;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-intro__bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-intro__bg-img img {
  height: 100%;
  object-fit: cover;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-intro__text {
  text-align: center;
  text-shadow: 1px 1px 12px #374a52;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-intro__text .text__title {
  animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
  -webkit-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
  -moz-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
  -ms-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.8s 1 normal both fade-in;
  font-size: 6rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-intro__text .text__desc {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-in-top;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-in-top;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-in-top;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-in-top;
  font-size: 3rem;
  white-space: pre-wrap;
  margin-top: 2.5rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-area {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-area.animation--show .game-timer {
  animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-in;
  -webkit-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-in;
  -moz-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-in;
  -ms-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-in;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-area.animation--show .answer-card:nth-child(1) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.5s 1 normal both fade-in-top;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.5s 1 normal both fade-in-top;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.5s 1 normal both fade-in-top;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.5s 1 normal both fade-in-top;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-area.animation--show .answer-card:nth-child(2) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.7s 1 normal both fade-in-top;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.7s 1 normal both fade-in-top;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.7s 1 normal both fade-in-top;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.7s 1 normal both fade-in-top;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-area.animation--show .answer-card:nth-child(3) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.9s 1 normal both fade-in-top;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.9s 1 normal both fade-in-top;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.9s 1 normal both fade-in-top;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 5.9s 1 normal both fade-in-top;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-area.animation--show .answer-card:nth-child(4) {
  animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 6.1s 1 normal both fade-in-top;
  -webkit-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 6.1s 1 normal both fade-in-top;
  -moz-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 6.1s 1 normal both fade-in-top;
  -ms-animation: 1.4s cubic-bezier(0.21, 0.61, 0.35, 1) 6.1s 1 normal both fade-in-top;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-area.animation--hide {
  animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-out;
  -webkit-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-out;
  -moz-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-out;
  -ms-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0s 1 normal both fade-out;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-area.game-is-over .answer-card:nth-child(1) {
  animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.0s 1 normal both fade-out;
  -webkit-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.0s 1 normal both fade-out;
  -moz-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.0s 1 normal both fade-out;
  -ms-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.0s 1 normal both fade-out;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-area.game-is-over .answer-card:nth-child(2) {
  animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2s 1 normal both fade-out;
  -webkit-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2s 1 normal both fade-out;
  -moz-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2s 1 normal both fade-out;
  -ms-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.2s 1 normal both fade-out;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-area.game-is-over .answer-card:nth-child(3) {
  animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.4s 1 normal both fade-out;
  -webkit-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.4s 1 normal both fade-out;
  -moz-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.4s 1 normal both fade-out;
  -ms-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.4s 1 normal both fade-out;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-area.game-is-over .answer-card:nth-child(4) {
  animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.6s 1 normal both fade-out;
  -webkit-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.6s 1 normal both fade-out;
  -moz-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.6s 1 normal both fade-out;
  -ms-animation: 0.6s cubic-bezier(0.21, 0.61, 0.35, 1) 1.6s 1 normal both fade-out;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-area.game-is-over .answer-card--large-answer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
  -webkit-transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
  -moz-transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
  -ms-transform: translate(-50%, -50%) scale3d(1.2,1.2,1.2);
  border: none;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-area.game-is-over .game-timer {
  animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-out;
  -webkit-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-out;
  -moz-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-out;
  -ms-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 1s 1 normal both fade-out;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-question {
  display: flex;
  background: linear-gradient(to bottom, rgb(75, 73, 207) 0%, rgb(72, 110, 175) 100%);
  border-top: 3px solid #fff;
  border-bottom: 3px solid #e5e5e5;
  align-items: center;
  text-align: center;
  padding: 1rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-question__text {
  width: 100%;
  color: #fff;
  font-size: 2rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-timer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  font-size: 2.5rem;
  z-index: 600;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-timer__value {
  width: 7.5rem;
  justify-content: center;
  height: 7.5rem;
  border: 8px solid #fff;
  align-items: center;
  border-radius: 50%;
  display: flex;
  text-shadow: 2px 2px 5px rgba(50,50,50,0.30);
  background: rgba(15, 67, 255, 0.70);
  color: #fff;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-timer__value.pulse {
  animation: 1s ease-in-out  1 normal both game-timer-pulse;
  -webkit-animation: 1s ease-in-out  1 normal both game-timer-pulse;
  -moz-animation: 1s ease-in-out  1 normal both game-timer-pulse;
  -ms-animation: 1s ease-in-out  1 normal both game-timer-pulse;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .cards__grid {
  height: 100%;
  position: relative;
  display: flex;
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .answer-card {
  width: 50%;
  justify-content: center;
  border: 6px solid #e5e5e5;
  align-items: center;
  padding: 1.5rem 2.5rem;
  position: absolute;
  word-wrap: break-word;
  font-size: 2.5rem;
  display: flex;
  transition: all .8s ease;
  background: #fff;
  color: #373737;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .answer-card.no-img {
  font-size: 2.8rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .answer-card.only-img .card__content {
  width: 100%;
  height: 100%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .answer-card.only-img .card__image {
  margin-right: 0;
  width: 100%;
  height: 100%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .answer-card.only-img img {
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .answer-card.is-hidden .container__wipe {
  animation: 0.6s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -webkit-animation: 0.6s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -moz-animation: 0.6s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
  -ms-animation: 0.6s cubic-bezier(0.57, 0, 0, 1) 0.1s 1 normal both fade-in;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .answer-card.is-hidden .card__content {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .answer-card:nth-child(1) {
  top: 0;
  left: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .answer-card:nth-child(2) {
  top: 0;
  right: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .answer-card:nth-child(3) {
  bottom: 0;
  left: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .answer-card:nth-child(4) {
  bottom: 0;
  right: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .card__content {
  display: flex;
  flex-direction: column;
  transition: all .8s ease;
  align-items: center;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .container__wipe {
  background-color: rgba(85, 103, 170, 0.8);
  height: 100%;
  z-index: 590;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .card__text {
  flex: 1;
  line-height: 1.1;
  text-align: center;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .card__image {
  margin-bottom: 2rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .card__image img {
  object-fit: cover;
  max-height: 10rem;
  max-width: 10rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-question {
  border-bottom-width: 1px;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .answer-card {
  padding: 0.5rem 1rem;
  border-width: 3px;
  font-size: 1.5rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .card__image {
  margin-bottom: 0.8rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .card__image img {
  max-width: 5rem;
  max-height: 5rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .playdive-trivia-game .intro-details {
  width: 100%;
  justify-content: center;
  height: 100%;
  text-transform: uppercase;
  align-items: center;
  padding: 0 3rem;
  flex-direction: column;
  text-align: center;
  position: relative;
  display: flex;
  text-shadow: 0 1px 6px #515151;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .playdive-trivia-game .intro-details__round-count {
  font-size: 4rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .playdive-trivia-game .intro-details__duration {
  font-size: 3.5rem;
  margin-top: 1rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .weather-icon .sun, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .weather-icon .lightning {
  fill: #ffe341;
  stroke: #f0cd4f;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .weather-icon .rain {
  fill: #5a91ff;
  stroke: #0055ff;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .weather-icon .snow {
  fill: #c4d8ff;
  stroke: #507af0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .weather-icon .cloud, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .weather-icon .fog {
  fill: #aab4b4;
  stroke: #727a7a;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .weather-ticker {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .weather-ticker .is-separator:after {
  margin: 0 1.5rem 0 1rem;
  font-size: 1.5rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .weather-ticker .high-low__container {
  display: flex;
  flex-flow: row;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .weather-ticker .weather-icon {
  width: 4rem;
  height: 3.2rem;
  stroke-width: 1.25%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .weather-ticker .weather-icon .snow {
  fill: #507af0;
  stroke: #507af0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .weather-ticker .weather-icon .rain {
  fill: #0055ff;
  stroke: #0055ff;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .weather-ticker .weather-icon .cloud, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .weather-ticker .weather-icon .fog {
  fill: #444;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .weather-ticker__time {
  color: #262626;
  margin-left: 1.8rem;
  font-weight: 700;
  margin-right: .6rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .weather-ticker__temperature {
  color: #262626;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .weather-ticker__description {
  color: #262626;
  margin-left: .6rem;
  margin-right: .6rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .widget-view {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .current__header {
  color: #262626;
  letter-spacing: -0.2rem;
  font-size: 3.5rem;
  text-align: center;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .current__desc {
  color: #262626;
  letter-spacing: -0.2rem;
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .current-data__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .current-data__container .weather-icon {
  padding: 0.5rem;
  width: 12rem;
  height: 12rem;
  stroke-width: 1.6%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .current-data__container img {
  margin: 0;
  max-width: 14rem;
  max-height: 14rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .current-hi-low__container {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: 2rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .current__temp {
  color: #262626;
  letter-spacing: -0.4rem;
  font-size: 8rem;
  padding-left: 0.8rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .current-hi-low__temp {
  color: #262626;
  margin: 1rem;
  font-size: 3rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .forecast__header {
  color: #262626;
  letter-spacing: -0.1rem;
  font-size: 3.8rem;
  text-align: center;
  margin-bottom: 1rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .forecast-data__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .forecast-item__container {
  flex-flow: column;
  justify-content: center;
  margin: 0rem;
  -webkit-border-radius: 0.5rem;
  align-items: center;
  padding: 1rem;
  moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .forecast-item__container .weather-icon {
  width: 7rem;
  height: 6.5rem;
  stroke-width: 1.6%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .hourly-item__time {
  font-size: 2rem;
  color: #262626;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .hourly-item__temp {
  font-size: 2rem;
  color: #262626;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .five-day-item__dotw {
  font-size: 2rem;
  color: #262626;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .five-day-item-hilow__container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast .five-day-item-hilow {
  font-size: 1.8rem;
  color: #262626;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast.animation--frame-show .current__header {
  animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
  -webkit-animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
  -moz-animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
  -ms-animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast.animation--frame-show .forecast__header {
  animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
  -webkit-animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
  -moz-animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
  -ms-animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast.animation--frame-show .current__desc {
  animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
  -webkit-animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
  -moz-animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
  -ms-animation: 0.8s ease-in-out 0.5s 1 normal both fade-in-top;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast.animation--frame-show .current-data__container {
  animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-bottom;
  -webkit-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-bottom;
  -moz-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-bottom;
  -ms-animation: 0.8s cubic-bezier(0.57, 0, 0, 1) 0.5s 1 normal both slide-in-from-bottom;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast.animation--frame-show .forecast-item__container:nth-child(1) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-in-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-in-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-in-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-in-right;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast.animation--frame-show .forecast-item__container:nth-child(2) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.65s 1 normal both fade-in-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.65s 1 normal both fade-in-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.65s 1 normal both fade-in-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.65s 1 normal both fade-in-right;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast.animation--frame-show .forecast-item__container:nth-child(3) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-in-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-in-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-in-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-in-right;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast.animation--frame-show .forecast-item__container:nth-child(4) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.15s 1 normal both fade-in-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.15s 1 normal both fade-in-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.15s 1 normal both fade-in-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.15s 1 normal both fade-in-right;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast.animation--frame-show .forecast-item__container:nth-child(5) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both fade-in-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both fade-in-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both fade-in-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both fade-in-right;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast.animation--frame-show .forecast-item__container:nth-child(6) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.65s 1 normal both fade-in-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.65s 1 normal both fade-in-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.65s 1 normal both fade-in-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.65s 1 normal both fade-in-right;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast.animation--frame-hide .widget-view {
  animation: 1s ease-in-out 1s 1 normal both fade-out;
  -webkit-animation: 1s ease-in-out 1s 1 normal both fade-out;
  -moz-animation: 1s ease-in-out 1s 1 normal both fade-out;
  -ms-animation: 1s ease-in-out 1s 1 normal both fade-out;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast.animation--frame-hide .forecast-item__container:nth-child(1) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-out-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-out-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-out-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.4s 1 normal both fade-out-right;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast.animation--frame-hide .forecast-item__container:nth-child(2) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.65s 1 normal both fade-out-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.65s 1 normal both fade-out-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.65s 1 normal both fade-out-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.65s 1 normal both fade-out-right;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast.animation--frame-hide .forecast-item__container:nth-child(3) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-out-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-out-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-out-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.9s 1 normal both fade-out-right;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast.animation--frame-hide .forecast-item__container:nth-child(4) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.15s 1 normal both fade-out-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.15s 1 normal both fade-out-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.15s 1 normal both fade-out-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.15s 1 normal both fade-out-right;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast.animation--frame-hide .forecast-item__container:nth-child(5) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both fade-out-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both fade-out-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both fade-out-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.4s 1 normal both fade-out-right;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .weather-forecast.animation--frame-hide .forecast-item__container:nth-child(6) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.65s 1 normal both fade-out-right;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.65s 1 normal both fade-out-right;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.65s 1 normal both fade-out-right;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 1.65s 1 normal both fade-out-right;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture.culture-type--audiobooks .frame, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture.culture-type--paid-ebooks .frame {
  background: #e44900; background: linear-gradient(#ffc921, #e44900);
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture.culture-type--movies .frame {
  background: #4f90ee; background: linear-gradient(#3a6db6, #4f90ee);
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture.culture-type--songs .frame, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture.culture-type--albums .frame {
  background: #36d1fc; background: linear-gradient(to bottom right, #fe7271, #b967e3, #36d1fc);
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture.culture-type--tv-seasons .frame {
  background: #19191b; background: linear-gradient(#37383a, #19191b);
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .background-wordmark {
  height: 80%;
  width: 50%;
  z-index: 500;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card-grid {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 1.5rem .2rem .2rem;
  height: 100%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card {
  width: 95%;
  justify-content: space-between;
  height: 18%;
  margin: 1rem 0;
  align-items: center;
  flex-direction: row;
  position: relative;
  z-index: 550;
  box-shadow: 0 2px 7px 1px rgba(33, 33, 33, 0.3);
  overflow: hidden;
  display: flex;
  transition: all .8s;
  background: rgba(255,255,255,0.95);
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card.is-hidden .culture-card-container {
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .culture-card-container {
  padding: .2rem;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  transition: all .8s;
  order: 2;
  overflow: hidden;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .culture-card-container.culture--ebooks .image {
  box-shadow: none;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .image {
  object-fit: contain;
  margin: 0 .4rem 0 0;
  width: auto;
  height: 100%;
  max-height: none;
  box-shadow: none;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .image img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  text-align: left;
  padding: .2rem .4rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .title, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .subtitle, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .small-print {
  transition: all .8s ease;
  display: inline-block;
  position: relative;
  left: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .title {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  color: #454545;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .subtitle {
  color: #8395A1;
  font-family: Source-Sans-Pro, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .small-print {
  color: #bbbbbb;
  font-family: Source-Sans-Pro, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .rank-area {
  background-color: #0063fe;
  width: 4rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  order: 1;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .rank-area__rank {
  color: #fff;
  display: inline;
  font-size: 2.8rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .strut {
  height: 3.4rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture.animation--frame-show .widget-view--card-grid .background-wordmark {
  animation: 4.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both background-wordmark-fade-in;
  -webkit-animation: 4.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both background-wordmark-fade-in;
  -moz-animation: 4.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both background-wordmark-fade-in;
  -ms-animation: 4.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both background-wordmark-fade-in;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture.animation--frame-show .widget-view--card-grid .culture-card:nth-child(1) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.5s 1 normal both fade-in;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture.animation--frame-show .widget-view--card-grid .culture-card:nth-child(2) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.75s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.75s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.75s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 2.75s 1 normal both fade-in;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture.animation--frame-show .widget-view--card-grid .culture-card:nth-child(3) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.0s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.0s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.0s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.0s 1 normal both fade-in;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture.animation--frame-show .widget-view--card-grid .culture-card:nth-child(4) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.25s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.25s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.25s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.25s 1 normal both fade-in;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture.animation--frame-show .widget-view--card-grid .culture-card:nth-child(5) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.5s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.5s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.5s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.5s 1 normal both fade-in;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture.animation--frame-show .widget-view--card-grid .culture-card:nth-child(6) {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.75s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.75s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.75s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 3.75s 1 normal both fade-in;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture.animation--frame-hide .widget-view--card-grid .background-wordmark {
  animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s 1 normal both background-wordmark-fade-out;
  -webkit-animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s 1 normal both background-wordmark-fade-out;
  -moz-animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s 1 normal both background-wordmark-fade-out;
  -ms-animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s 1 normal both background-wordmark-fade-out;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture.animation--frame-hide .widget-view--card-grid .culture-card {
  animation: .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s 1 normal both fade-out;
  -webkit-animation: .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s 1 normal both fade-out;
  -moz-animation: .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s 1 normal both fade-out;
  -ms-animation: .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s 1 normal both fade-out;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .common-social-post .post-view__message {
  padding: 2rem 0 0.5rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .common-social-post .message__content {
  padding: 1rem 1.5rem 1rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .common-social-post .content__text {
  font-size: 1.5rem;
  min-height: 100%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .common-social-post .metadata__metrics .icon {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  margin: .25rem .4rem 0 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .common-social-post .metric, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .common-social-post .metadata__date, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .common-social-post .message__header {
  margin-right: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .common-social-post .common-post-layout--side-by-side .message__metadata {
  padding: .5rem 1.5rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .widget-view {
  display: flex;
  flex-direction: column;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencer {
  width: 80%;
  max-width: 24rem;
  justify-content: flex-start;
  height: auto;
  padding: 1.6rem 1.2rem 1.2rem;
  flex-direction: column;
  position: relative;
  box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.17);
  background-color: #000;
  border-radius: 5px;
  display: flex;
  color: #fff;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencer__rank {
  right: 0.8rem;
  top: 0.8rem;
  border: 2px dotted #fff;
  padding: 0.3rem 0.4rem;
  position: absolute;
  z-index: 960;
  font-size: 1.4rem;
  background-color: rgba(50,50,50,0.4);
  border-radius: 2px;
  color: #fff;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .account-details__avatar {
  border: 0.25rem solid #fff;
  width: 5rem;
  height: 5rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .account-details__avatar img {
  border-radius: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencer__info-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.2rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .info-group__text-items {
  display: flex;
  text-shadow: 2px 4px 7px rgba(30,30,30,0.4);
  word-break: break-word;
  justify-content: center;
  flex-direction: column;
  padding: 0 1.25rem;
  line-height: 1;
  font-size: 1.3rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .info-group__text-items>div {
  margin-bottom: 0.3rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencer__description {
  margin: 0 0 1rem;
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
  line-height: 1.1;
  word-break: break-word;
  background-color: rgba(30,30,30,0.3);
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencer__metrics {
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencer__metrics>div {
  margin: 0 1rem;
  text-shadow: 2px 4px 7px rgba(30,30,30,0.4);
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  border-top: 2px solid #fff;
  flex: 1;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-queued {
  border: none;
  flex: 1.0E-4;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-queued .influencer {
  background-color: transparent;
  box-shadow: none;
  opacity: 0;
  height: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-queued .influencer__info-group {
  flex-direction: column;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-queued .info-group__text-items, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-queued .influencer__description, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-queued .influencer__metrics {
  width: 0;
  height: 0;
  opacity: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-active {
  box-shadow: 0 0 20px 14px rgba(0, 0, 0, 0.4);
  z-index: 950;
  transition: border 1s, flex 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-active:first-child {
  border: none;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-active .influencer {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) 1.2s;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-active .influencer__rank {
  animation: 0.7s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both spin;
  -webkit-animation: 0.7s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both spin;
  -moz-animation: 0.7s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both spin;
  -ms-animation: 0.7s cubic-bezier(0.57, 0, 0, 1) 1.5s 1 normal both spin;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active {
  flex: 0.3;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden {
  border-top-width: 0;
  transition: border 1s, flex 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active .influencer, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .influencer {
  padding: 1rem;
  width: 50%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active .influencer__rank, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .influencer__rank {
  font-size: 0.8rem;
  border-width: 2.5px;
  right: 0.6rem;
  top: 0.6rem;
  padding: 0.3rem 0.4rem;
  transition: all 1s;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active .influencer__info-group, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .influencer__info-group {
  flex-direction: row;
  margin: 0;
  text-align: center;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active .info-group__text-items, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .info-group__text-items {
  padding: 0;
  margin-left: 1rem;
  font-size: 1rem;
  transition: all 2s;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active .info-group__text-items>div, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .info-group__text-items>div {
  margin-bottom: 0.25rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active .account-details__avatar, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .account-details__avatar {
  border-width: 0.15rem;
  width: 4rem;
  height: 4rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active .is-verified-icon, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .is-verified-icon {
  width: 1.4rem;
  height: 1.4rem;
  top: -0.75rem;
  right: -0.75rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active .influencer__description, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active .influencer__metrics, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .influencer__description, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .influencer__metrics {
  opacity: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
  transition: all 1.2s;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden {
  flex: 1.0E-4;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .influencer, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .influencer__rank {
  opacity: 0;
  transition: opacity 1s;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers.animation--frame-show .widget-view {
  animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
  -webkit-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
  -moz-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
  -ms-animation: 1.4s cubic-bezier(0.57, 0, 0, 1) 0.3s 1 normal both fade-in;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers.animation--widget-hide .widget-view {
  animation: 0.2s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.5s 1 normal both fade-out;
  -webkit-animation: 0.2s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.5s 1 normal both fade-out;
  -moz-animation: 0.2s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.5s 1 normal both fade-out;
  -ms-animation: 0.2s cubic-bezier(0.55, 0.05, 0.65, 0.19) 1.5s 1 normal both fade-out;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .widget-view__trend-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .trend-block {
  margin: 0 .2rem .6rem;
  width: 31%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .trend-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.3rem 0.5rem;
  max-height: calc(40vh * .3);
  min-height: 5.5rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .content__image {
  display: none;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .content__title {
  font-size: .8rem;
  text-align: center;
  font-family: BentonSansCondensedMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  font-weight: 400;
  max-width: 100%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .rss-news .team-dive-link, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news .team-dive-link {
  display: none;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .rss-news h1, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news h1 {
  font-weight: 400;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .rss-news .background-wordmark, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news .background-wordmark {
  margin: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .rss-news .wrap.layout--only-text .background-wordmark, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news .wrap.layout--only-text .background-wordmark {
  height: 75%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .rss-news .wrap.layout--text-and-img-and-wordmark h1, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news .wrap.layout--text-and-img-and-wordmark h1 {
  margin: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .rss-news .wrap.animation--frame-show .animation-container, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news .wrap.animation--frame-show .animation-container {
  animation: .7s ease-in-out 1.7s 1 normal both fade-in;
  -webkit-animation: .7s ease-in-out 1.7s 1 normal both fade-in;
  -moz-animation: .7s ease-in-out 1.7s 1 normal both fade-in;
  -ms-animation: .7s ease-in-out 1.7s 1 normal both fade-in;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news .wrap.layout--text-and-img-and-wordmark .wordmark {
  display: none;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .reveal {
  margin: 0 .3rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-content .content__text {
  font-size: 1rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-content .source--team-dive-link {
  display: none;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .influencer-list {
  flex-direction: row;
  padding-top: 3.3rem;
  align-items: center;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .influencer-wrapper {
  width: 33%;
  max-width: 100%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .influencer {
  overflow: hidden;
  flex-direction: row;
  display: flex;
  border-left: none;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .widget-view--tweet-showcase-view {
  padding: 3rem .2rem 1rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .influencer-wrapper {
  width: 100%;
  max-height: none;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .social-user__account-details {
  width: 100%;
  margin: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__name-group {
  width: 100%;
  padding: .4rem .5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.3rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__name-group h1 {
  font-size: .8rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__name-group .account-details__account-name {
  font-size: 1.6rem;
  display: inline-block;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__name-group .account-details__account-handle {
  display: inline-block;
  margin-bottom: 0;
  margin-left: .3rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__name-group .account-details__follower-count {
  display: none;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .avatar {
  width: 7rem;
  height: 7rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet-area {
  width: auto;
  max-width: 90%;
  margin-left: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet {
  display: none;
  padding: .4rem;
  margin: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet:first-of-type {
  display: flex;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet:first-of-type .tweet__body {
  font-size: .8rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet:first-of-type .tweet__metadata {
  font-size: .7rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet:first-of-type .icon img {
  height: .8rem;
  width: .8rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet.has-img:first-of-type .tweet__text .tweet__body {
  font-size: 1.2rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet.has-img:first-of-type .tweet__text .tweet__metadata {
  font-size: 1rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1rem 0.5rem;
  position: relative;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .content__text {
  color: #000;
  word-break: break-word;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .account-details__account-name {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .account-details__account-handle {
  font-family: Helvetica, Arial, sans-serif;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .post__date {
  font-family: Helvetica, Arial, sans-serif;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .account-details__avatar {
  padding: 0;
  overflow: hidden;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .account-details__avatar a {
  height: 100%;
  width: 100%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .background {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .post-view__message {
  max-width: 1200px;
  align-items: flex-start;
  padding: 0.8rem 0.7rem;
  flex-direction: column;
  position: relative;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  backdrop-filter: blur(.2rem);
  -webkit-backdrop-filter: blur(.2rem);
  -moz-backdrop-filter: blur(.2rem);
  -ms-backdrop-filter: blur(.2rem);
  transition: .6s ease;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .message__metadata {
  color: #787878;
  width: 100%;
  margin-top: 1rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .message__metadata .group {
  margin: 0 1.2rem 0 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .message__metadata .icon img {
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
  top: .15rem;
  margin-right: .2rem;
  display: inline-block;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .message__metadata .metadata--likes .icon img {
  width: 3rem;
  margin-bottom: 0.2rem;
  margin-right: .2rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .message__metadata .metadata--retweets .icon img {
  width: 2.75rem;
  margin-bottom: 0.2rem;
  margin-right: .5rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-no-img .content__text {
  font-size: 2.3rem;
  line-height: 1.1;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .post-view__image {
  height: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 920;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .post-view__image img {
  height: calc(30vh - 3rem);
  min-height: 7rem;
  width: initial;
  max-width: 100%;
  object-fit: contain;
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .message__content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .post-view__message {
  position: relative;
  z-index: 930;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .content__text {
  font-size: 1.3rem;
  min-height: 1.6rem;
  line-height: 1.1;
  flex: 3;
  margin: 1rem 0.5rem 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .message__metadata {
  margin-top: 0.5rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .message__metadata .group {
  margin: 0 1rem 0 0;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .message__metadata .icon img {
  width: 1.3rem;
  height: 1.3rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .content__text {
  margin: 0 0 0 0.8rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .post-view__image {
  padding-bottom: 1rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .post-view__image img {
  height: auto;
  min-height: 5rem;
  max-height: 7rem;
}

.app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .message__content {
  flex-direction: row;
}

@media screen and (max-height: 481px) {

  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .date-header {
    text-align: center;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .date-header__text {
    padding: 0;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .channel:after {
    border-top: 8.6vh solid currentColor;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .source__wrapper {
    top: 3.5rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .grid {
    flex-direction: row;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .grid-item {
    margin: 0 .4rem;
    width: 30%;
    height: 65%;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .grid-item__label {
    padding: 1.4rem .3rem .3rem;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card-grid {
    padding: 2.8rem 0 0;
    flex-direction: row;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card {
    height: 90%;
    flex-direction: column;
    margin: 0 .4rem;
    width: 100%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .culture-card-container {
    padding: .4rem;
    padding-bottom: 0;
    order: 1;
    flex-direction: column;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .image {
    height: 60%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .text-content {
    padding: .2rem .1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .title {
    margin: 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .subtitle {
    margin: 0 .3rem 0 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .small-print {
    display: inline-block;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .rank-area {
    width: 100%;
    height: 5rem;
    order: 2;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .widget-view {
    flex-direction: row;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container {
    border-top: none;
    border-left: 4px solid #fff;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden {
    border-left-width: 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active .influencer, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .influencer {
    padding: 1rem;
    width: 80%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active .influencer__info-group, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .influencer__info-group {
    flex-direction: column;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active .info-group__text-items, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .info-group__text-items {
    margin-top: 1rem;
    margin-left: 0;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .trend-block__content {
    padding: 0.5rem 0.6rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .content__title {
    font-size: .9rem;
  }
  
  
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .post-view__image img {
    max-height: 40vh;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .influencer-list {
    padding-top: 7%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .influencer-list .avatar {
    display: block;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .influencer-wrapper {
    width: 30%;
    height: auto;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .influencer {
    align-items: center;
    width: 95%;
    margin-left: 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .influencer .account-details__account-handle {
    display: block;
    margin: 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .influencer .account-details__follower-count {
    float: none;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet-area {
    height: auto;
    width: auto;
    max-width: 90%;
    margin-left: 0;
  }

}

@media screen and (min-width: 768px) and (max-width: 1023px) {



}

@media screen and (min-height: 481px) and (min-width: 767px) {

  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .avatar, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .account-details__avatar {
    width: 3.3rem;
    height: 3.3rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .date-header {
    text-align: center;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .date-header__text {
    font-size: 2.4rem;
    padding: 0;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-question__text {
    font-size: 1.7rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .card__image {
    margin-bottom: 1.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .card__image img {
    max-width: 6rem;
    max-height: 6rem;
    min-width: 4rem;
    min-height: 4rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .playdive-trivia-game .intro-details__round-count {
    font-size: 9rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .playdive-trivia-game .intro-details__duration {
    font-size: 7rem;
    margin: 0;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card-grid {
    padding: 2.8rem 0 0;
    flex-direction: row;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card {
    height: 90%;
    flex-direction: column;
    margin: 0 .4rem;
    width: 100%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .culture-card-container {
    padding: .4rem;
    padding-bottom: 0;
    order: 1;
    flex-direction: column;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .image {
    height: 60%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .text-content {
    padding: .2rem .1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .title {
    margin: 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .subtitle {
    margin: 0 .3rem 0 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .small-print {
    display: inline-block;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .rank-area {
    width: 100%;
    height: 5rem;
    order: 2;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .text-content {
    max-width: none;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison-container.is-visible {
    border-left: 10px solid #ccc;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .metrics__time-series {
    width: 40%;
    height: 5rem;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .metrics__time-series {
    width: 50%;
    height: 3rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .item__symbol {
    font-size: 5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .item__exchange {
    font-size: 3.5rem;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--focus .data-point__value {
    font-size: 4.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--focus .item__time {
    font-size: 3rem;
    margin-top: -1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--focus .card__metrics {
    padding-top: 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--focus .delta-info-time-frame--label {
    font-size: 2.4rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--focus .metrics__data-point {
    margin-bottom: 1.2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--comparison .data-point__value {
    font-size: 3.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--comparison .delta-info {
    font-size: 2.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--comparison .delta-info-time-frame--label {
    font-size: 2.2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .grid {
    flex-direction: row;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .grid-item {
    margin: 0 .4rem;
    width: 30%;
    height: 65%;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .grid-item {
    height: 80%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .grid-item__label {
    padding: .6rem 0.2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .label__text, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .impression__value {
    font-size: 1.8rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .peak__label, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .peak__value {
    font-size: 1.4rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .data-source-logo-block {
    width: 3rem;
    min-height: 3rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .message__text.no-subtitle {
    font-size: 1.8rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .message__text.with-subtitle {
    font-size: 1.4rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .content__message.col-xs-6 {
    padding: 5.5rem 2rem 1rem 1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .content__message.col-xs-6 .message__subtitle {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 1.2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .pdf-url {
    position: relative;
    top: -1.7rem;
    padding: 10px 35px 5px;
    background: #fff;
    border-radius: 2.4rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .widget-view--post-intro {
    font-size: 5rem;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .channel:after {
    border-top: 4rem solid currentColor;
    border-right: 10px solid transparent;
    right: -10px;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .channel-text, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .show-text {
    padding: 3px 10px 0 16px;
    font-size: 1.2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .time-text {
    font-size: 2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .source__wrapper {
    top: 4rem;
    height: 32px;
    padding: 2px;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .source__wrapper:before {
    border-top: 32px solid currentColor;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .widget-view {
    flex-direction: row;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container {
    border-top: none;
    border-left: 4px solid #fff;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden {
    border-left-width: 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active .influencer, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .influencer {
    padding: 1rem;
    width: 80%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active .influencer__info-group, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .influencer__info-group {
    flex-direction: column;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active .info-group__text-items, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .info-group__text-items {
    margin-top: 1rem;
    margin-left: 0;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencer {
    padding: 2.4rem 1.8rem 2rem;
    max-width: 35rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencer__rank {
    padding: 0.3rem 0.6rem;
    border-width: 3px;
    font-size: 2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .account-details__avatar {
    width: 6.5rem;
    height: 6.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencer__info-group {
    margin-bottom: 1.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .info-group__text-items {
    font-size: 2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencer__description {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencer__metrics {
    font-size: 2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .pundit-news .widget-view--news-intro {
    font-size: 5rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .did-you-know .content__text {
    font-size: 1.8rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .did-you-know .content__text.text--very-small {
    font-size: 1.4rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .did-you-know .content__text.text--small {
    font-size: 1.6rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .did-you-know .content__text.text--large {
    font-size: 2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .did-you-know .content__text.text--very-large {
    font-size: 2.4rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .famous-quotes .content__text {
    font-size: 2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .famous-quotes .content__author {
    font-size: 1.6rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .trend-block {
    margin: 0 .6rem .6rem;
    width: 30%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .trend-block__content {
    padding: 0.7rem;
    height: calc(50vh * 0.4);
    min-height: 9.5rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .trend-block__volume .volume__text {
    font-size: 2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .trend-block__volume .strut {
    height: 3rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .content__rank {
    font-size: 3rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .content__title {
    font-size: 1.6rem;
    line-height: 1.1;
    font-family: BentonSansCondensedBold, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
    font-weight: 400;
  }
  
  
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .rss-news .wrap.layout--text-and-img-and-wordmark .article-img, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news .wrap.layout--text-and-img-and-wordmark .article-img {
    margin-bottom: 1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .rss-news .wrap.layout--text-and-img-and-wordmark h1, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news .wrap.layout--text-and-img-and-wordmark h1 {
    font-size: 2rem;
    margin-bottom: .4rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .rss-news .wrap.layout--text-and-img-and-wordmark .wordmark, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news .wrap.layout--text-and-img-and-wordmark .wordmark {
    height: 4rem;
    margin-bottom: 2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .rss-news .wrap.layout--only-text h1, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news .wrap.layout--only-text h1 {
    font-size: 3rem;
    margin: 0 0 .5rem;
  }
  
  
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news .wrap.layout--text-and-img-and-wordmark .wordmark {
    display: initial;
    top: 0;
    width: 45%;
    left: 1.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news .wrap.layout--text-and-img-and-wordmark .article-img {
    height: 45%;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .social-perf-text h1 {
    font-size: 3.4rem;
    line-height: 1;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .social-perf-text .large {
    font-size: 8.5rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bar-chart.orientation--horizontal {
    margin: 0 3% 1rem 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bar-chart .label {
    height: 2.6rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bar-chart .y-axis {
    height: 3.2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bar-chart .value {
    line-height: 2.6rem;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bar-chart .growth-bar__wrapper:last-of-type .y-axis {
    height: 2.6rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bar-chart .growth-bar {
    height: 2.6rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .card-content {
    padding: 0 0 1.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .reveal {
    width: 7rem;
    height: 7rem;
    margin: 0 .6rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content.top-content--movies .reveal {
    width: 6.92rem;
    height: 10rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .card-label__title {
    font-size: 2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .card-label__author {
    font-size: 1.6rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .count-values__label {
    font-size: 2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .count-values__val {
    font-size: 2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-content .content-view__data-box {
    font-size: 1.3rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-content .author {
    font-size: 0.8em;
    padding: 0 0 0.2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-content .content {
    padding: 0.8rem 1.2rem 1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-content .content__text {
    font-size: 1.4rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-hashtags .hashtag-view__text {
    font-size: 7rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .tw-tweet {
    width: 95%;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .message__metadata .icon img {
    width: 2rem;
    height: 2rem;
    top: .25rem;
    margin-right: .25rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .post-view__image {
    max-width: 50%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .post-view__image img {
    height: auto;
    max-height: 53vh;
    min-height: 8.4rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .content__text {
    min-height: 2.5rem;
    font-size: 2rem;
    margin: 1.5rem 1rem 0;
  }
  
  
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .message__metadata .icon img {
    width: 1.5rem;
    height: 1.5rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .post-view__image {
    padding: 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .post-view__image img {
    max-height: 14rem;
    min-height: 3rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .post-view__message {
    padding: 1.2rem 1.5rem .9rem;
    max-width: 600px;
    max-height: 95%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .social-user__account-details {
    margin-bottom: .6rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .widget-view--tweet-showcase-view {
    flex-direction: column;
    padding: 5.5rem 1rem 1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .avatar {
    height: 4rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .influencer-list {
    padding-top: 11%;
    flex-direction: column;
    align-items: center;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .influencer-wrapper {
    width: 100%;
    margin: .3rem 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .influencer-wrapper .influencer {
    align-items: center;
    flex-direction: row;
    width: 95%;
    max-width: none;
    margin: 0 0 1rem;
    border-left: .7rem solid #2F4F97;
    border-bottom: 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__name-group {
    padding: .5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__name-group .account-details__account-name {
    margin: 0 0 .3rem;
    font-size: 1.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__name-group .account-details__account-handle {
    display: block;
    margin: 0;
    font-size: 1.2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__follower-count {
    float: none;
    display: block;
    font-size: 1.2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .avatar {
    display: block;
    width: 8rem;
    height: 5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .avatar img {
    border-radius: 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet-area {
    height: auto;
    width: 95%;
    max-width: none;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet-area .tweet {
    display: none;
    justify-content: flex-start;
    padding: .5rem;
    margin: .2rem 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet-area .tweet:first-of-type {
    display: flex;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet-area .tweet:first-of-type.has-img {
    flex-direction: row;
    display: flex;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet-area .tweet:first-of-type.has-img .tweet__text {
    width: 80%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet-area .tweet__image {
    width: 20%;
    max-height: 4.9rem;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet-area .tweet__image img {
    min-height: 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet-area .tweet__body {
    margin-bottom: 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet-area .group {
    font-size: 1.3rem;
    margin: 0 0.5rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet-area .group .icon img {
    height: .9rem;
    width: .9rem;
    top: .1rem;
  }

}

@media screen and (min-width: 1024px) {

  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .date-header {
    padding: 2.3rem 0 1rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .grid {
    flex-direction: row;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .grid-item {
    margin: 0 .4rem;
    width: 30%;
    height: 65%;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .source__wrapper {
    top: 4.8vh;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .channel-text, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .show-text {
    font-size: 1.5rem;
    padding: 6px 20px 0 25px;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .channel:after {
    border-top: calc( 48vh * 0.1 ) solid currentColor ;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .time {
    width: auto;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .logo__rotator {
    transition: all 0.4s;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .answer-card {
    justify-content: center;
    padding: 0.5rem 1.5rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .answer-card.text-and-img .card__content {
    flex-direction: row;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .answer-card.text-and-img .card__image {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trivia-game .game-timer__value {
    width: 5rem;
    height: 5rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .playdive-trivia-game .intro-details {
    align-items: flex-start;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .playdive-trivia-game .intro-details__round-count {
    font-size: 4.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .playdive-trivia-game .intro-details__duration {
    font-size: 3.5rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card-grid {
    padding: 2.8rem 0 0;
    flex-direction: row;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card {
    height: 90%;
    flex-direction: column;
    margin: 0 .4rem;
    width: 100%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .culture-card-container {
    padding: .4rem;
    padding-bottom: 0;
    order: 1;
    flex-direction: column;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .image {
    height: 60%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .text-content {
    padding: .2rem .1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .title {
    margin: 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .subtitle {
    margin: 0 .3rem 0 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .small-print {
    display: inline-block;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .rank-area {
    width: 100%;
    height: 5rem;
    order: 2;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .title, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .subtitle {
    font-size: 1.2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .small-print {
    font-size: 1rem;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .data-point__value, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .data-point__label {
    font-size: 4.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .delta-info {
    font-size: 5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .delta-info-time-frame--label {
    font-size: 4rem;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .data-point__value, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .data-point__label {
    font-size: 3rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .delta-info {
    font-size: 3.4rem;
    margin-top: 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .delta-info-time-frame--label {
    font-size: 3.2rem;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .data-point__value, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .data-point__label {
    font-size: 2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .delta-info {
    font-size: 2.1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .delta-info-time-frame--label {
    font-size: 2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .data-point__label {
    margin-left: 0.7rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .delta-info--absolute {
    margin-right: 0.7rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .card__identity {
    height: 8rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .metrics__time-series {
    width: 55%;
    height: 2.8rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .metrics__data-point {
    margin-bottom: 2rem;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .data-point__value, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .data-point__label {
    font-size: 1.6rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .delta-info {
    font-size: 1.8rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .delta-info-time-frame--label {
    font-size: 1.6rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .data-point__label {
    margin-left: 0.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .delta-info--absolute {
    margin-right: 0.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .metrics__time-series {
    width: 60%;
    height: 2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .metrics__data-point {
    margin-bottom: 1.5rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card .card__metrics {
    padding-top: 2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card.has-no-data .data-point__value {
    font-size: 2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .item__symbol {
    font-size: 3rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .item__exchange {
    font-size: 2.5rem;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--focus .item__time {
    font-size: 1.8rem;
    margin-top: -0.6rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--focus .data-point__value {
    font-size: 3.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--focus .delta-info {
    font-size: 2.1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--focus .delta-info-time-frame--label {
    font-size: 1.7rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--focus .metrics__data-point {
    margin-bottom: 1.4rem;
    padding-top: 1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--focus .card__metrics {
    padding-top: 0;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--comparison .data-point__value {
    font-size: 2.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--comparison .delta-info {
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--comparison .delta-info-time-frame--label {
    font-size: 1.4rem;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .pundit-news .widget-view--news-intro {
    font-size: 2.4rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .content__rank {
    font-size: 1.8rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .content__image {
    width: 3rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .content__title {
    font-size: 1.6rem;
    font-family: BentonSansCondensedMedium, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
    font-weight: 400;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .trend-block__volume {
    height: 1.9rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .trend-block__volume .volume__text {
    font-size: 1.2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .trend-block__volume .strut {
    height: 1.4rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .post-view__message {
    padding: 1.6rem 1.5rem 1.2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .message__content {
    flex-direction: row;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .content__text {
    margin: 0 0 0 2rem;
  }
  
  
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .post-view__image img {
    height: auto;
    max-height: 22vh;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .content__text {
    font-size: 1.6rem;
    margin-left: 1rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-no-img .content__text {
    font-size: 2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__avatar {
    height: 4.5rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__name-group .account-details__account-name {
    font-size: 1.2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__name-group .account-details__account-handle {
    font-size: .9rem;
  }
  
  
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet.has-img .tweet__text .tweet__body {
    font-size: 1rem;
  }

}

@media screen and (min-width: 1024px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .logo__rotator {
    width: 5.5vw;
    height: 4.5vh;
    margin-top: 4.6rem;
  }

}

@media screen and (min-width: 1400px) {

  
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .text-content {
    min-height: 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .arts-and-culture .culture-card .image {
    height: auto;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .content__rank {
    font-size: 2.9rem;
    margin: 0 0 0.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.family--google-trends .content__title {
    font-size: 1.8rem;
    font-family: BentonSansCondensedBold, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
    font-weight: 400;
  }
  
  
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__name-group .account-details__account-name {
    display: block;
    font-size: 1.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__name-group .account-details__account-handle {
    display: inline-block;
    margin: 0;
    font-size: 1.2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__name-group .account-details__follower-count {
    display: inline-block;
    float: right;
    font-size: 1.2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet {
    padding: .5rem .6rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet.has-img .tweet__text {
    width: 80%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet .tweet__text {
    width: 100%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet .tweet__body {
    font-size: 1rem;
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player {
    line-height: 1;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .wrap {
    padding: 2rem 2rem 1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .data-source-logo-block {
    width: 3rem;
    height: 3rem;
    padding: .5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .is-verified-icon {
    width: 2rem;
    height: 2rem;
    top: -1rem;
    right: -1.25rem;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .text-img__content .message {
    bottom: 8%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .text-img__content .message .message__subtitle {
    font-size: 2.6rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .text-img__content .message .message__text {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .timestamp {
    font-size: 1.6rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .text-only__content .message__subtitle {
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-cms .text-only__content .message__text {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .playdive-trivia-game .intro-details {
    align-items: flex-start;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .playdive-trivia-game .intro-details__round-count {
    font-size: 12.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .playdive-trivia-game .intro-details__duration {
    font-size: 9.5rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .playdive-trivia-game .intro-details__round-count {
    font-size: 7rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .playdive-trivia-game .intro-details__duration {
    font-size: 5.5rem;
    margin-top: 1rem;
  }
  
  
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card.has-no-data .data-point__value {
    font-size: 4.8rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .data-point__value, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .data-point__label {
    font-size: 5.8rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .delta-info {
    font-size: 6.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .delta-info-time-frame--label {
    font-size: 4.6rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .metrics__time-series {
    width: 80%;
    height: 5rem;
    max-width: 18rem;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .data-point__value, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .data-point__label {
    font-size: 4.4rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .delta-info {
    font-size: 4.6rem;
    margin-top: 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .delta-info-time-frame--label {
    font-size: 4.1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .metrics__time-series {
    width: 80%;
    height: 3rem;
    max-width: 12rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card-area--focus {
    padding-top: 1rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .data-point__value, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .data-point__label {
    font-size: 2.8rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .delta-info {
    font-size: 3.1rem;
    margin-top: 1.1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .delta-info-time-frame--label {
    font-size: 2.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .data-point__label {
    margin-left: 0.7rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .delta-info--absolute {
    margin-right: 0.7rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .card__identity {
    height: 11rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .metrics__time-series {
    width: 50%;
    height: 2.8rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--focus .metrics__data-point {
    margin-bottom: 1rem;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .data-point__value, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .data-point__label {
    font-size: 2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .delta-info {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .delta-info-time-frame--label {
    font-size: 1.8rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .data-point__label {
    margin-left: 0.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .delta-info--absolute {
    margin-right: 0.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .card__identity {
    height: 6rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .metrics__time-series {
    width: 50%;
    height: 2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .card--comparison.is-landscape .metrics__data-point {
    margin-bottom: 1rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card .card__metrics {
    padding-top: 2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget-view.performance-comparison .comparison__data-card.has-no-data .data-point__value {
    font-size: 2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .item__symbol {
    font-size: 3.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .item__exchange {
    font-size: 3rem;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--focus .item__time {
    font-size: 1.8rem;
    margin-top: -0.6rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--focus .data-point__value {
    font-size: 3.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--focus .delta-info {
    font-size: 2.1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--focus .delta-info-time-frame--label {
    font-size: 1.7rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--focus .metrics__data-point {
    margin-bottom: 1.4rem;
    padding-top: 1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--focus .card__metrics {
    padding-top: 0;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--comparison .item__symbol {
    line-height: 1;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--comparison .item__exchange {
    line-height: 1;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--comparison .data-point__value {
    font-size: 2.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--comparison .delta-info {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .stock-performance .widget-view.performance-comparison .card--comparison .delta-info-time-frame--label {
    font-size: 1.4rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .grid-item {
    height: 88%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.adwords-top-categories .sparkline-container {
    height: 42%;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .pundit-news .widget-view--news-intro {
    font-size: 3.5rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .widget-view {
    flex-direction: row;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container {
    border-top: none;
    border-left: 4px solid #fff;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden {
    border-left-width: 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active .influencer, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .influencer {
    padding: 1rem;
    width: 80%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active .influencer__info-group, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .influencer__info-group {
    flex-direction: column;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.was-active .info-group__text-items, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencers-container.is-hidden .info-group__text-items {
    margin-top: 1rem;
    margin-left: 0;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencer {
    padding: 1.5rem 1.4rem 1.4rem;
    max-width: 30rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencer__rank {
    font-size: 1.6rem;
    padding: 0.5rem 0.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .is-verified-icon {
    width: 1.6rem;
    height: 1.6rem;
    top: -0.8rem;
    right: -0.8rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .account-details__avatar {
    width: 5.5rem;
    height: 5.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencer__info-group {
    margin-bottom: 1.25rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .info-group__text-items {
    font-size: 1.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencer__description {
    font-size: 1.3rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-tw-influencers .influencer__metrics {
    font-size: 1.4rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .did-you-know .content {
    padding: 1.8rem 3rem;
    width: auto;
    min-width: 40vw;
    max-width: 60vw;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .did-you-know .content__text {
    font-size: 2.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .did-you-know .content__text.text--very-small {
    font-size: 3rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .did-you-know .content__text.text--small {
    font-size: 3.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .did-you-know .content__text.text--large {
    font-size: 4rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .did-you-know .content__text.text--very-large {
    font-size: 4.3rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-splash .jelly-image, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-splash-text .jelly-image {
    width: 5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-splash .text-promo__message, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .dive-splash-text .text-promo__message {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .famous-quotes .content__text {
    font-size: 2rem;
    padding: 1.5rem 2rem 2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .famous-quotes .content__author {
    font-size: 1.6rem;
    padding: .7rem 2rem .5rem;
    margin: -1.2rem auto 0;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .common-social-post .metric, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .common-social-post .metadata__date, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .common-social-post .message__header {
    margin-right: 1rem;
    font-size: 1.8rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .common-social-post .content__text {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.2;
    min-height: 4rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .common-social-post .text--very-small {
    font-size: 1.6rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .common-social-post .text--small {
    font-size: 2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .common-social-post .text--large {
    font-size: 2.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .common-social-post .text--very-large {
    font-size: 3rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .rss-news.layout--text-and-img-and-wordmark, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news.layout--text-and-img-and-wordmark {
    padding: 1rem 4rem 1rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .rss-news .wrap.layout--text-and-img-and-wordmark, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news .wrap.layout--text-and-img-and-wordmark {
    padding: 2rem 4rem 1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .rss-news .wrap.layout--text-and-img-and-wordmark h1, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news .wrap.layout--text-and-img-and-wordmark h1 {
    font-size: 2.4rem;
    margin-bottom: .4rem;
    line-height: 1;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .rss-news .wrap.layout--text-and-img-and-wordmark .article-img, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news .wrap.layout--text-and-img-and-wordmark .article-img {
    margin: 0 0 1rem;
    height: 55%;
    width: 100%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .rss-news .wrap .wordmark, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news .wrap .wordmark {
    height: 6rem;
    margin: 0;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news .wrap.layout--text-and-img-and-wordmark {
    padding: 2rem 4rem 2rem 5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news .wrap.layout--text-and-img-and-wordmark .article-img {
    height: 60%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bloomberg-news .wrap.layout--text-and-img-and-wordmark .wordmark {
    left: 2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .widget.segment-intro .widget-view--image {
    padding: 8rem 2rem 4rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .social-perf-text h1 {
    font-size: 4.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .social-perf-text h1.large {
    font-size: 12rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bar-chart {
    height: 60%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bar-chart .label {
    height: 2.8rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bar-chart .label h1 {
    font-size: 1.9rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bar-chart .y-axis {
    height: 3.3rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bar-chart .value {
    line-height: 2.8rem;
    font-size: 1.7rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bar-chart .growth-bar__wrapper {
    width: 80%;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bar-chart .growth-bar__wrapper:last-of-type .y-axis {
    height: 2.8rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bar-chart .growth-bar {
    height: 2.8rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bar-chart.orientation--horizontal {
    margin: 0 3% 1rem 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bar-chart__caption {
    line-height: 1;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bar-chart__caption h1 {
    font-size: 2.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .bar-chart__caption h2 {
    font-size: 2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .chart-title h1 {
    font-size: 2.3rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .chart-title h2 {
    font-size: 1.8rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .card-content {
    padding: 1rem 0 2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .card-label__text {
    flex-direction: row;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .card-label__left {
    text-align: right;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .widget-view--intro {
    padding: 5rem 3rem 1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .text--source {
    font-size: 3.8rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .text--date {
    font-size: 2.2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content.top-content--movies .reveal {
    width: 7rem;
    height: 10.111rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content.top-content--movies .card-content {
    padding: 0 0 1.5rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content.top-content--music .reveal, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content.top-content--videos .reveal, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content.top-content--super-bowl-ads .reveal {
    width: 9rem;
    height: 9rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .card-label__title {
    font-size: 2.3rem;
    margin-bottom: 0;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .card-label__author {
    font-size: 1.6rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .count-values {
    border-left: 2px solid #ddd;
    padding: 0 0 0 1rem;
    margin-left: 1.2rem;
    justify-content: flex-start;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .count-values__label {
    font-size: 2rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .count-values__val {
    font-size: 2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .front h1, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .back h1 {
    font-size: 3rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .back span {
    padding: 0.4rem 0.6rem;
    font-size: 1.3rem;
    font-weight: 400;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .top-content .cards {
    margin: 0;
    height: initial;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-content .content-view__data-box {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-content .data-box__source {
    padding: 1.5rem 0 0.9rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-content .author {
    font-size: .8em;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-content .provider {
    font-size: .8em;
    line-height: 1.1;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-content .data-box__content {
    padding: 1.7rem 1.5rem 1.7rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-content .content__text {
    font-size: 2.1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-content .image--expanded {
    height: 100%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-content .image--small-wide {
    height: auto;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-content .image--small-tall {
    height: 50%;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .trending-hashtags .widget-view--hashtag-view {
    padding: 1rem 2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .influencer-list {
    flex-direction: row;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .influencer-list .influencer-wrapper {
    width: 25%;
    min-width: 0;
    height: auto;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .influencer-list .influencer {
    flex-direction: column;
    border-left: none;
    border-bottom: .7rem solid #2F4F97;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__name-group {
    padding: .7rem .6rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__name-group h1 {
    font-size: 1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__name-group .account-details__account-name {
    font-size: 1.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__name-group .account-details__account-handle {
    display: block;
    margin: 0 0 1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .account-details__name-group .account-details__follower-count {
    display: block;
    float: none;
    font-size: 1rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .avatar {
    width: 101%;
    height: 11.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .widget-view--tweet-showcase-view {
    flex-direction: row;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .widget-view--tweet-showcase-view .influencer-wrapper {
    min-width: 0;
    width: 20%;
    max-width: 400px;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .widget-view--tweet-showcase-view .influencer {
    flex-direction: column;
    border-left: none;
    border-bottom: .7rem solid #2F4F97;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet-area {
    max-width: 75%;
    height: 100%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .tw-top-brand-influencers .tweet-area .tweet__image {
    width: 15%;
    max-height: 9rem;
    overflow: hidden;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post {
    padding: 4% 7rem 2%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .content__text {
    min-height: 8rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .post-view__message {
    max-width: none;
    padding: 3rem 3rem 2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .message__metadata .group {
    margin: 0 1.8rem 0 0;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .message__metadata .icon img {
    top: .35rem;
    margin-right: .4rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .content__text {
    font-size: 2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .content__text.has-no-img .message__metadata {
    font-size: 3.6rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .content__text.has-no-img .message__metadata .icon img {
    width: 2.9rem;
    height: 2.9rem;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .post-view__image img {
    height: calc((60vh) * .8 - 10rem);
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .post-view__message {
    max-height: 100%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .message__metadata {
    font-size: 2.2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .message__metadata .icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .content__text {
    max-height: 30rem;
    font-size: 2.2rem;
    overflow: hidden;
  }
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .message__metadata .group {
    margin: 0 1.4rem 0 0;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-no-img .message__metadata {
    font-size: 2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-no-img .message__metadata .icon img {
    width: 1.9rem;
    height: 1.9rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-no-img .content__text {
    font-size: 2rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .message__metadata {
    font-size: 1.5rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .message__metadata .icon img {
    top: .28rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .content__text {
    font-size: 1.5rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post.has-img .post-view__image img {
    max-height: 10rem;
    min-height: 4rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .account-details__account-name {
    font-size: 1.9rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .account-details__account-handle, .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .post__date {
    font-size: 1.7rem;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .twitter-post .post-view__message {
    padding: 1.6rem 1.8rem 1.3rem;
    max-height: 100%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .avatar {
    margin-top: 0;
    width: 5rem;
    height: 5rem;
    min-width: 0;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .youtube-posts .post-view__message {
    padding: 1.3rem;
    right: initial;
    top: initial;
    max-width: 95%;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .youtube-posts .content__text {
    font-size: 2.2rem;
    line-height: 1.1;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .youtube-posts .content__date {
    font-size: 1.5rem;
    line-height: 1;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .youtube-posts .metric--views {
    font-size: 1.7rem;
    line-height: 1.1;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .youtube-posts .views__count {
    margin-right: .8rem;
  }
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .youtube-player iframe {
    width: 100%;
  }

}

@media screen and (min-width: 1024px) and (min-height: 1824px) {

  
  
  
  
  
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .channel:after {
    border-top: 4rem solid currentColor;
  }
  
  .app--team-dive .app-container__wrapper:not(.is-fullscreen) .live-player .context-header .source__wrapper {
    top: 4rem;
  }

}

.app--team-dive .app-container__wrapper.is-fullscreen .live-player.with-ticker {
  height: calc( 100vh - 2rem);
  transition: height 1s ease .6s;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  .app--team-dive .app-container__wrapper.is-fullscreen .live-player.with-ticker {
    height: calc( 100vh - 3.5rem);
  }

}

@media screen and (min-width: 1824px) {

  .app--team-dive .app-container__wrapper.is-fullscreen .live-player.with-ticker {
    height: calc( 100vh - 4.5rem);
  }

}

.app--team-dive .app-container__wrapper.is-fullscreen .live-player.with-ticker .frame {
  height: calc( 100% - 10vh );
}

.app--team-dive .app-container__wrapper.is-fullscreen .content-container {
  top: 0;
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
  overflow: hidden;
}

.app--team-dive .app-container__wrapper.is-fullscreen .top-nav-container {
  animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both slide-out-to-top;
  -webkit-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both slide-out-to-top;
  -moz-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both slide-out-to-top;
  -ms-animation: 1s cubic-bezier(0.57, 0, 0, 1) 0.2s 1 normal both slide-out-to-top;
}

.app--team-dive .app-container__wrapper.is-fullscreen .live-player-wrapper {
  max-height: 100%;
  height: 100vh;
}

.app--team-dive .app-container__wrapper.is-fullscreen .feedback {
  bottom: -100vh;
  transition: bottom 1.5s ease-out;
}

.app--team-dive .app-container__wrapper.is-fullscreen .ticker {
  z-index: 9999;
}

html.dive--admin {
  font-size: 100%;
  line-height: 1.45;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html.dive--admin body {
  font-family: BentonSansBold, Helvetica Neue, Helvetica, Arial, EmojiOne, sans-serif;
  margin: 0;
  min-height: 100%;
  padding: 0;
  color: #fff;
  background-color: #333;
}

html.dive--admin #com-dive-networks-main {
  height: 100%;
  overflow: hidden;
}

html.dive--admin .container {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

html.dive--admin img {
  width: 100%;
}

html.dive--admin section {
  margin: 2rem 0 0;
  border-bottom: 1px dotted #AAA;
  padding-bottom: 2rem;
}

html.dive--admin section:last-child {
  border: none;
  margin-top: 1rem;
}

html.dive--admin h1 {
  padding: 0 0 0.75rem 0;
}

html.dive--admin a {
  color: #0063fe;
  font-size: 2rem;
}

html.dive--admin .field {
  color: #454545;
  margin: 0 0 0.8rem 0;
}

html.dive--admin .btn {
  border: none;
  padding: 1rem;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  background-color: #e5e5e5;
  border-radius: 0.3rem;
  transition: background-color .4s, color .4s;
  color: #454545;
}

html.dive--admin .btn:disabled {
  background-color: #D3D3D3;
  color: #989898;
}

html.dive--admin .btn:disabled:hover {
  color: #989898;
  background-color: #d3d3d3;
}

html.dive--admin .btn:active {
  outline: none;
}

html.dive--admin .btn:hover {
  background-color: hsla(0, 0%, 81.803925%, 1.0);
  color: hsla(0, 0%, 12.058824%, 1.0);
}

html.dive--admin .btn.light-grey {
  class: light-grey;
  border: none;
  padding: 1rem;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  background-color: #d5d5d5;
  border-radius: 0.3rem;
  transition: background-color .4s, color .4s;
  color: #454545;
}

html.dive--admin .btn.light-grey:disabled {
  background-color: #D3D3D3;
  color: #989898;
}

html.dive--admin .btn.light-grey:disabled:hover {
  color: #989898;
  background-color: #d3d3d3;
}

html.dive--admin .btn.light-grey:active {
  outline: none;
}

html.dive--admin .btn.light-grey:hover {
  background-color: hsla(0, 0%, 75.52941%, 1.0);
  color: hsla(0, 0%, 12.058824%, 1.0);
}

html.dive--admin .btn.blue {
  class: blue;
  border: none;
  padding: 1rem;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  background-color: #a9d3f5;
  border-radius: 0.3rem;
  transition: background-color .4s, color .4s;
  color: #3677b3;
}

html.dive--admin .btn.blue:disabled {
  background-color: #D3D3D3;
  color: #989898;
}

html.dive--admin .btn.blue:disabled:hover {
  color: #989898;
  background-color: #d3d3d3;
}

html.dive--admin .btn.blue:active {
  outline: none;
}

html.dive--admin .btn.blue:hover {
  background-color: hsla(206.8421, 79.166664%, 73.17647%, 1.0);
  color: hsla(208.8, 53.648067%, 30.686274%, 1.0);
}

html.dive--admin .button-group .btn {
  margin: 0 0.5rem;
}

html.dive--admin .playlist-details {
  padding: 2rem 2%;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  html.dive--admin .playlist-details {
    padding: 2rem 10%;
  }

}

html.dive--admin .playlist-details .is-true {
  color: #33ff22;
}

html.dive--admin .playlist-details .is-false {
  color: rgba(255, 0, 129, 0.94);
}

html.dive--admin .playlist-details .content {
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

html.dive--admin .playlist-details .title {
  line-height: 1.1;
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 1.3rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  html.dive--admin .playlist-details .title {
    margin-bottom: 2rem;
    font-size: 2rem;
  }

}

html.dive--admin .playlist-details .playlist__title {
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  html.dive--admin .playlist-details .playlist__title {
    font-size: 3rem;
  }

}

html.dive--admin .playlist-details select {
  color: #000;
  align-self: center;
  margin: 0 0 1.5rem 0.5rem;
  padding: 0.2rem;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  html.dive--admin .playlist-details select {
    align-self: flex-start;
  }

}

html.dive--admin .playlist-details .content__program-meta {
  border-bottom: 1px dashed #62d858;
  justify-content: center;
  margin: 0 0 1rem;
  padding: 2rem 0;
  flex-direction: row;
  border-top: 3px dashed #62d858;
  flex-wrap: wrap;
  display: flex;
  color: #f0f0f0;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  html.dive--admin .playlist-details .content__program-meta {
    padding: 2rem 0;
  }

}

@media screen and (min-width: 1824px) {

  html.dive--admin .playlist-details .content__program-meta {
    font-size: 1.2rem;
    padding: 1.2rem 0 1rem;
  }

}

html.dive--admin .playlist-details .content__program-meta >div {
  margin: 0 1.2rem 0.2rem;
  min-width: 8rem;
}

html.dive--admin .playlist-details .content__playlist-meta {
  color: #f0f0f0;
  margin: 0 0 3rem;
  justify-content: center;
  text-align: center;
  border-bottom: 3px dashed #62d858;
  padding: 0.5rem 0 0.9rem;
}

@media screen and (min-width: 1824px) {

  html.dive--admin .playlist-details .content__playlist-meta {
    font-size: 1.2rem;
  }

}

html.dive--admin .playlist-details .content__playlist-meta >div {
  margin: 0 1.2rem 0.2rem;
}

html.dive--admin .playlist-details .content__playlist-meta .meta-val {
  background-color: #666;
  font-size: 1.1rem;
  padding: 0.2rem;
}

html.dive--admin .playlist-details .content__data {
  display: flex;
  flex-direction: row;
}

html.dive--admin .playlist-details .data__widgets {
  width: 20%;
  flex: 0 1 auto;
}

@media screen and (min-height: 481px) and (min-width: 767px) {

  html.dive--admin .playlist-details .data__widgets {
    margin-right: 2rem;
  }

}

html.dive--admin .playlist-details .widgets__container, html.dive--admin .playlist-details .commands__container {
  height: 70vh;
  overflow-y: auto;
  margin-top: 1rem;
}

html.dive--admin .playlist-details .data__commands {
  flex: 1;
}

html.dive--admin .playlist-details .commands__container {
  padding: 0 1.3rem;
  list-style-type: decimal;
}

html.dive--admin .playlist-details .command {
  border-bottom: 1px solid #555;
}

html.dive--admin .playlist-details .bad-value {
  background-color: #d92a2a;
  color: #fff;
  padding: 0.2rem;
}

html.dive--admin .playlist-details .generic-command {
  margin: 1rem 0.5rem;
}

html.dive--admin .playlist-details .generic-command__id {
  font-size: 1rem;
  color: #ff00c8;
}

@media screen and (min-width: 1824px) {

  html.dive--admin .playlist-details .generic-command__id {
    font-size: 1.5rem;
  }

}

html.dive--admin .playlist-details .command--active-channel .generic-command__id {
  color: #00eee3;
}

html.dive--admin .playlist-details .command--env .generic-command__id {
  color: #6eff00;
}

html.dive--admin .playlist-details .widget-info {
  margin: 1rem 0.5rem;
  font-size: 1rem;
}

@media screen and (min-width: 1824px) {

  html.dive--admin .playlist-details .widget-info {
    font-size: 1.5rem;
  }

}

html.dive--admin .playlist-details .widget-info__title {
  color: #ff0;
}

html.dive--admin .playlist-details .widget-info__metadata {
  margin: 0.5rem 0;
}

html.dive--admin .playlist-details .metadata--header .nugget__value {
  color: #ffc600;
  font-size: 0.9rem;
}

@media screen and (min-width: 1824px) {

  html.dive--admin .playlist-details .metadata--header .nugget__value {
    font-size: 1.2rem;
  }

}

html.dive--admin .playlist-details .nugget {
  margin: 0.2rem 0;
}

html.dive--admin .playlist-details .nugget__label {
  background-color: #555;
  display: inline-block;
  width: 10rem;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.1rem 0.4rem;
  margin-right: 0.8rem;
}

@media screen and (min-width: 1824px) {

  html.dive--admin .playlist-details .nugget__label {
    font-size: 1.1rem;
  }

}

html.dive--admin .playlist-details .nugget__value {
  font-size: 0.9rem;
  color: #ddd;
}

@media screen and (min-width: 1824px) {

  html.dive--admin .playlist-details .nugget__value {
    font-size: 1.1rem;
  }

}

#page-admin {
  background-color: white;
  height: 100%;
  margin: 0 5rem;
  padding: 1rem;
}

#page-admin .row {
  zoom: 1;
}

#page-admin .row:before {
  content: '';
  display: table;
}

#page-admin .row:after {
  clear: both;
}

#page-admin section {
  border-bottom: 1px dotted #AAA;
  padding: 1rem 0;
}

#page-admin section, #page-admin section last-child  {
  border: none;
}

#page-admin h1 {
  padding: 0 0 0.75rem 0;
}

#page-admin h2 {
  margin-bottom: 1rem;
}

#page-admin .status {
  overflow: hidden;
  clear: both;
  margin-bottom: 1rem;
}

#page-admin .legend {
  margin-bottom: 1rem;
  overflow: hidden;
}

#page-admin .legend dt {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  float: left;
  clear: left;
  width: 15%;
  white-space: nowrap;
}

#page-admin .legend dd {
  float: left;
  width: 80%;
  max-width: 30rem;
  margin: 0;
  text-align: left;
  white-space: nowrap;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-left: 1rem;
}

#page-admin .host-status {
  width: 100%;
  font-weight: normal;
  font-size: smaller;
}

#page-admin .host-status .hostname {
  font-weight: bold;
}

#page-admin .host-status .time {
  overflow: hidden;
}

#page-admin .details {
  font-size: 80%;
  color: #999;
  margin-bottom: 0px;
}

#page-admin .field {
  color: #454545;
}

.blue-image {
  filter: contrast(0.05) brightness(0.6) sepia(1) hue-rotate(160deg) saturate(6) !important;
  -webkit-filter: contrast(0.05) brightness(0.6) sepia(1) hue-rotate(160deg) saturate(6) !important;
  -moz-filter: contrast(0.05) brightness(0.6) sepia(1) hue-rotate(160deg) saturate(6) !important;
  -ms-filter: contrast(0.05) brightness(0.6) sepia(1) hue-rotate(160deg) saturate(6) !important;
  transition: none !important;
}

.no-background {
  background: #ddd !important;
}

.square-small-image {
  width: 300px;
  height: 300px;
  object-fit: fill;
}

.no-animation {
  animation: none !important;
}

.low-opacity {
  opacity: .1;
}

div.ha div#virtualKeyboardChromeExtension {
  bottom: 30%;
}