@charset "UTF-8";
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

   .S;X8S888X;                                                                                                                    
 :S@88S888;@8@8t:   .  . .S:8%S .  . .  . .  . .  . .  . .  . .  . .  . .  . .  . .  . .  . .  . .  . ..8 SS.%  . .  . .  . .  .  
X888X%;X@%:.%8Xt@8 .      X:.88        .         .         .         .         .         .    :  8:   ;S:.:8t@      .      @  S% .
88%S::.8:8@.%.@X8@.  .  .  8;S   . .      . .  .    . .  .    . .  .    . .  .    . .  .    . X .Xt  .%:::..t   .      . . :..X8  
%88@S8X .S.@; ;t88.       8%S:; 8SS %t8SSX8 S 8SXtX  %;St@X@SS8;t   .S:X@ 88 S  .  %tXX 8X%t  @  @@S8 :..;8SXX%S;t . : SS8 ...X@  
X88.8  S8.@  888%8   .  .  . 8X X  ;@;8;..;:t@@.. 88.8;..X:@X:. X:. %::8XS@  ;%. t8S  %8X. S8 @  .:;. ...::;8t:.X8   ;X  X ...X8 .
88St88;888S8.8%888S.  .    . 8X X .:@S.XX .S:t:t...  8X. t%;;%8  S8 %S::  t%..8@ 8  .8X:tt:8  X  88Xt .. XXXtt:.S8 . ;X  @ :. X8  
888%8888:888888X888S..     . 8X X  @t ..:      @@  . 8t.:t    St:.% ;;8SS8; :.;@S8. 8:   .;  .@  @;  .:. X@  t:.S8   ;X  X.:. X@  
 t@8t8:88X8S8@88:8X;   .   . 8X X  Xt  :: .@   @@ .  8X.:X    S8  888 .@X@ 8..%88S .;  .      X  @t   ...X@ .t:.X8. .;X  @ .. X8 .
  %88S8%88S88.8@88@     . .. 8X X  @; ..:  S   X@ .. 8t::: .  %  ..X  8S.  %:.X8:%  SS   ;@ . @  @t . .. X@  t:.;8   X8  X ...X8  
   88888X88:888;;tt  .     . 8X X  Xt  ::  S . @@ .  8X .S 88.:. .t::.;;88SS..t8.;@. 8 X@SS%S %  :S8@ :..X@  @t:.8@8 @   @ t:.. 8 
   88;8S8;88@XXSXSX    .  t88;@ :88 ;  . 888   S;88; 8t::X 8:t8::; .% 8;X8.8@8X8  %: 8X;X8  ; t@8t%88.%88t8   ;t%t%8.t 88; :X8tt@.
   888t:S%;:   . :..  .  .. .:   ...  .    .   .:..  8X ;@ :S%;.      :%X:. .:;.   . .tS%.    . .%St. ..:;  . ..;%%:  ....  ..tXt.
   8%8t:     .   .. .                        .     . 8t:;X      . .      .            .  .  .   . .       .       .  .     .      
  :%8 ;. .     .  ..   .  .   . .  .     .     .     @:S;8  . .     .  .   .  .   .  .    .          .       . .        .     .  .
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.Flex {
  display: flex;
}

.Flex--inline {
  display: inline-flex;
}

.Flex--wrap {
  flex-wrap: wrap;
}

.Flex--row {
  flex-direction: row;
}

.Flex--column {
  flex-direction: column;
}

.Flex--center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.Flex--center-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.Flex--center-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Flex--center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Flex--stretch-between {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.Flex--stretch-start {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.Flex--stretch-end {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.Flex--stretch-center {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.Flex--start-between {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.Flex--start-start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.Flex--start-end {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.Flex--start-center {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.Flex--start-around {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.Flex--end-between {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.Flex--end-start {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.Flex--end-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.Flex--end-center {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  4.16666666666667% {
    opacity: 1;
  }
  20.8333333333333% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadingFade {
  0% {
    background: rgba(133, 133, 133, 0.35);
  }
  100% {
    background: rgba(133, 133, 133, 0.55);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinCentered {
  from {
    transform: rotate(0deg) translate(-50%, -50%);
  }
  to {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
@keyframes flyover {
  0% {
    transform: translateY(0) translateZ(0);
  }
  100% {
    transform: translateY(-80.5%) translateZ(0);
  }
}
@keyframes sheen {
  10% {
    transform: translate(90%, 0);
  }
  20% {
    transform: translate(90%, 0);
  }
  25% {
    transform: translate(25%, 0);
  }
  100% {
    transform: translate(25%, 0);
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.01);
  }
  70% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes wiggle {
  0% {
    transform: rotate(7deg) scale(1);
  }
  25% {
    transform: rotate(0) scale(1);
  }
  50% {
    transform: rotate(-7deg) scale(1.1);
  }
  25% {
    transform: rotate(0) scale(1);
  }
  100% {
    transform: rotate(7deg) scale(1.1);
  }
}
@keyframes helperDot {
  from {
    background: rgba(255, 255, 255, 0.2);
    transform: translate3d(-50%, -50%, 0) scale(1);
    transform-origin: center;
  }
  to {
    background: rgba(255, 255, 255, 0.6);
    transform: translate3d(-50%, -50%, 0) scale(2);
    transform-origin: center;
  }
}
@keyframes validateFadeIn {
  from {
    opacity: 0;
    max-height: 0;
    min-height: 0;
  }
  to {
    opacity: 1;
    min-height: 1em;
    max-height: 3em;
  }
}
@keyframes fadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLight {
  from {
    opacity: 0.25;
  }
  to {
    opacity: 0.75;
  }
}
@keyframes PFilterEntrance {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes PFilterMenuExpand {}
@keyframes barGrow {
  0% {
    width: 15%;
    opacity: 0.3;
  }
  10% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@keyframes barGlow {
  0% {
    opacity: 0.5;
  }
  3% {
    opacity: 1;
  }
  7% {
    opacity: 1;
  }
  9% {
    opacity: 0.5;
  }
  11% {
    opacity: 0.5;
  }
  13% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0.5;
  }
  21% {
    opacity: 0.5;
  }
  23% {
    opacity: 1;
  }
  27% {
    opacity: 1;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes softGlow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6667;
  }
  100% {
    opacity: 1;
  }
}
[class*=Fade] {
  transition: all 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
}

.Fade-enter, .Fade-appear {
  opacity: 0.01;
}
.Fade-enter-active, .Fade-appear-active {
  opacity: 1;
}
.Fade-leave {
  opacity: 0.01;
}

@keyframes scrollArrow {
  0% {
    opacity: 0.4;
  }
  45% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.4;
  }
}
@media (max-width: 600px) {
  .Util--hideMobile {
    display: none;
  }
}
@media (max-width: 1100px) {
  .Util--hideNarrow {
    display: none;
  }
}
@media (min-width: 601px) {
  .Util--hideDesktop {
    display: none;
  }
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-family: "Montserrat", "Proxima Nova", Segoe UI, Myriad Pro, sans-serif;
  max-width: 100vw;
  overflow: auto;
  min-width: 280px;
  color: #333;
  background: #f6f6f6;
  transition: color 200ms 0ms ease-in-out, background 200ms 0ms ease-in-out;
}
@media (min-width: 1600px) {
  html {
    font-size: 0.63vw;
  }
}
html.Mode--Night {
  background: #202020;
  color: #f6f6f6;
}

* {
  box-sizing: border-box;
}

body {
  padding-top: 60px;
}

*:focus {
  outline: none;
}

a {
  font: inherit;
  text-decoration: inherit;
}
a:not([class]):hover {
  text-decoration: underline;
}

button:not([class]) {
  font: initial;
  color: initial;
  border: initial;
  background: initial;
  text-transform: initial;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: inherit;
}

input[class] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: "Montserrat", "Proxima Nova", Segoe UI, Myriad Pro, sans-serif;
}

p {
  margin: 0;
  line-height: 30px;
}

address {
  font-style: normal;
  padding-left: 30px;
}
@media (max-width: 600px) {
  address {
    padding-left: 15px;
  }
}
[ng-app=indieflix] address {
  padding-left: 15px;
}

figure {
  margin: 0;
}

select:not([class]) {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  outline: none !important;
  text-transform: inherit;
  border: none;
  font: inherit;
  padding: 0 30px 0 10px;
}
[ng-app=indieflix] select:not([class]) {
  font-size: 10px;
}

select:-moz-focusring {
  outline: transparent;
}

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

li {
  padding: 0;
  list-style: none;
}

small {
  font-size: inherit;
}

code, pre {
  font-family: Monaco, Cascadia Mono, Consolas, "Courier New", Courier, monospace;
  background: black;
  color: white;
  padding: 10px;
  font-size: 14px;
  display: block;
}

blockquote,
address {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

/* montserrat-regular - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2"), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff") format("woff"), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf") format("truetype"), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-700 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format("woff2"), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.woff") format("woff"), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.ttf") format("truetype"), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-italic - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.woff2") format("woff2"), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.woff") format("woff"), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.ttf") format("truetype"), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-700italic - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.woff2") format("woff2"), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.woff") format("woff"), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.ttf") format("truetype"), url("../fonts/montserrat-v24-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.svg#Montserrat") format("svg"); /* Legacy iOS */
}
.Type--h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (min-width: 0) and (max-width: 960px) {
  .Type--h1 {
    font-size: 27px;
    margin-bottom: 22.5px;
  }
}
@media (min-width: 0) and (max-width: 800px) {
  .Type--h1 {
    font-size: 24px;
    margin-bottom: 20.01px;
  }
}
@media (max-width: 600px) {
  .Type--h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.Type--h2 {
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (min-width: 0) and (max-width: 960px) {
  .Type--h2 {
    font-size: 21px;
    margin-bottom: 22.5px;
  }
}
@media (min-width: 0) and (max-width: 800px) {
  .Type--h2 {
    font-size: 19px;
    margin-bottom: 20.01px;
  }
}
@media (max-width: 600px) {
  .Type--h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.Type--h3 {
  font-size: 21px;
  font-weight: 700;
}

.Type--h4 {
  font-size: 21px;
  font-weight: 400;
}

.Type--h5 {
  font-size: 18px;
  font-weight: 700;
}

.Type--h6 {
  font-size: 18px;
  font-weight: 400;
}

.Type--lead {
  font-size: 18px;
  font-weight: 400;
}

.Type--faded {
  transition: color 200ms 0ms ease-in-out;
  color: #666;
}
.Mode--Night .Type--faded {
  color: #DBDBDB;
}

.Type--link {
  font-weight: bold;
  transition: color 200ms 0ms ease-in-out;
  color: #0da9c1;
}
.Branding--Edu .Type--link {
  color: #0AA55C;
}
.Branding--Org .Type--link {
  color: #425F98;
}
.Mode--Night.Branding--Org .Type--link {
  color: #4984F8;
}
.Branding--Corp .Type--link {
  color: #E89F12;
}
.Film--Angst .Type--link {
  color: #279138;
}
.Mode--Night.Film--Angst .Type--link {
  color: #43C758;
}
.Film--LIKE .Type--link {
  color: #1e68ec;
}
.Mode--Night.Film--LIKE .Type--link {
  color: #55D6FF;
}
.Film--Upstanders .Type--link {
  color: #C75525;
}
.Mode--Night.Film--Upstanders .Type--link {
  color: #F3771C;
}
.Film--Nevertheless .Type--link {
  color: #39658E;
}
.Mode--Night.Film--Nevertheless .Type--link {
  color: #4493de;
}
.Film--RTBH .Type--link {
  color: #DC880E;
}
.Mode--Night.Film--RTBH .Type--link {
  color: #E7BA78;
}

.Type--body {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (min-width: 0) and (max-width: 960px) {
  .Type--body {
    margin-bottom: 22.5px;
  }
}
@media (min-width: 0) and (max-width: 800px) {
  .Type--body {
    margin-bottom: 20.01px;
  }
}
@media (max-width: 600px) {
  .Type--body {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 25px;
  }
}
.Type--body a {
  font-weight: bold;
  font-weight: bold;
  transition: color 200ms 0ms ease-in-out;
  color: #0da9c1;
}
.Branding--Edu .Type--body a {
  color: #0AA55C;
}
.Branding--Org .Type--body a {
  color: #425F98;
}
.Mode--Night.Branding--Org .Type--body a {
  color: #4984F8;
}
.Branding--Corp .Type--body a {
  color: #E89F12;
}
.Film--Angst .Type--body a {
  color: #279138;
}
.Mode--Night.Film--Angst .Type--body a {
  color: #43C758;
}
.Film--LIKE .Type--body a {
  color: #1e68ec;
}
.Mode--Night.Film--LIKE .Type--body a {
  color: #55D6FF;
}
.Film--Upstanders .Type--body a {
  color: #C75525;
}
.Mode--Night.Film--Upstanders .Type--body a {
  color: #F3771C;
}
.Film--Nevertheless .Type--body a {
  color: #39658E;
}
.Mode--Night.Film--Nevertheless .Type--body a {
  color: #4493de;
}
.Film--RTBH .Type--body a {
  color: #DC880E;
}
.Mode--Night.Film--RTBH .Type--body a {
  color: #E7BA78;
}

.Type--bodyReverse {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 30px;
}
@media (min-width: 0) and (max-width: 960px) {
  .Type--bodyReverse {
    margin-top: 22.5px;
  }
}
@media (min-width: 0) and (max-width: 800px) {
  .Type--bodyReverse {
    margin-top: 20.01px;
  }
}
@media (max-width: 600px) {
  .Type--bodyReverse {
    margin-top: 15px;
    font-size: 13px;
    line-height: 25px;
  }
}
.Type--bodyReverse a {
  font-weight: bold;
  font-weight: bold;
  transition: color 200ms 0ms ease-in-out;
  color: #0da9c1;
}
.Branding--Edu .Type--bodyReverse a {
  color: #0AA55C;
}
.Branding--Org .Type--bodyReverse a {
  color: #425F98;
}
.Mode--Night.Branding--Org .Type--bodyReverse a {
  color: #4984F8;
}
.Branding--Corp .Type--bodyReverse a {
  color: #E89F12;
}
.Film--Angst .Type--bodyReverse a {
  color: #279138;
}
.Mode--Night.Film--Angst .Type--bodyReverse a {
  color: #43C758;
}
.Film--LIKE .Type--bodyReverse a {
  color: #1e68ec;
}
.Mode--Night.Film--LIKE .Type--bodyReverse a {
  color: #55D6FF;
}
.Film--Upstanders .Type--bodyReverse a {
  color: #C75525;
}
.Mode--Night.Film--Upstanders .Type--bodyReverse a {
  color: #F3771C;
}
.Film--Nevertheless .Type--bodyReverse a {
  color: #39658E;
}
.Mode--Night.Film--Nevertheless .Type--bodyReverse a {
  color: #4493de;
}
.Film--RTBH .Type--bodyReverse a {
  color: #DC880E;
}
.Mode--Night.Film--RTBH .Type--bodyReverse a {
  color: #E7BA78;
}
@media (max-width: 600px) {
  .Type--bodyReverse {
    margin-bottom: 15px;
  }
}

.Type--shrunk {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (min-width: 0) and (max-width: 960px) {
  .Type--shrunk {
    margin-bottom: 22.5px;
  }
}
@media (min-width: 0) and (max-width: 800px) {
  .Type--shrunk {
    margin-bottom: 20.01px;
  }
}
@media (max-width: 600px) {
  .Type--shrunk {
    margin-bottom: 15px;
  }
}
.Type--shrunk a {
  font-weight: bold;
  font-weight: bold;
  transition: color 200ms 0ms ease-in-out;
  color: #0da9c1;
}
.Branding--Edu .Type--shrunk a {
  color: #0AA55C;
}
.Branding--Org .Type--shrunk a {
  color: #425F98;
}
.Mode--Night.Branding--Org .Type--shrunk a {
  color: #4984F8;
}
.Branding--Corp .Type--shrunk a {
  color: #E89F12;
}
.Film--Angst .Type--shrunk a {
  color: #279138;
}
.Mode--Night.Film--Angst .Type--shrunk a {
  color: #43C758;
}
.Film--LIKE .Type--shrunk a {
  color: #1e68ec;
}
.Mode--Night.Film--LIKE .Type--shrunk a {
  color: #55D6FF;
}
.Film--Upstanders .Type--shrunk a {
  color: #C75525;
}
.Mode--Night.Film--Upstanders .Type--shrunk a {
  color: #F3771C;
}
.Film--Nevertheless .Type--shrunk a {
  color: #39658E;
}
.Mode--Night.Film--Nevertheless .Type--shrunk a {
  color: #4493de;
}
.Film--RTBH .Type--shrunk a {
  color: #DC880E;
}
.Mode--Night.Film--RTBH .Type--shrunk a {
  color: #E7BA78;
}

.Type--small {
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 0) and (max-width: 520px) {
  .Type--small {
    font-size: 14px;
  }
}

.Type--cite {
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  margin-bottom: 30px;
}
@media (min-width: 0) and (max-width: 520px) {
  .Type--cite {
    font-size: 14px;
  }
}
@media (min-width: 0) and (max-width: 960px) {
  .Type--cite {
    margin-bottom: 22.5px;
  }
}
@media (min-width: 0) and (max-width: 800px) {
  .Type--cite {
    margin-bottom: 20.01px;
  }
}
@media (max-width: 600px) {
  .Type--cite {
    margin-bottom: 15px;
  }
}

.Type--smallCode {
  font-family: Monaco, Cascadia Mono, Consolas, "Courier New", Courier, monospace;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
  padding: 6px 10px;
  background: rgba(111, 111, 111, 0.2);
  border-radius: 30px;
  line-height: 30px;
  height: 30px;
}

.Flex {
  display: flex;
}

.Flex--inline {
  display: inline-flex;
}

.Flex--wrap {
  flex-wrap: wrap;
}

.Flex--row {
  flex-direction: row;
}

.Flex--column {
  flex-direction: column;
}

.Flex--center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.Flex--center-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.Flex--center-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Flex--center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Flex--stretch-between {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.Flex--stretch-start {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.Flex--stretch-end {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.Flex--stretch-center {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.Flex--start-between {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.Flex--start-start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.Flex--start-end {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.Flex--start-center {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.Flex--start-around {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.Flex--end-between {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.Flex--end-start {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.Flex--end-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.Flex--end-center {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.Button {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  height: 45px;
  font-size: 16px;
  color: white;
  font-weight: 500;
  padding: 0 15px;
  line-height: 20px;
  border-radius: 30px;
  transition: all 180ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
  gap: 10px;
}
.Button:hover, .Button:focus-visible {
  transform: scale(1.05);
}
.Button i {
  margin-left: 10px;
  font-size: 0.8em;
}
.Branding--Edu .Button {
  background: #0AA55C;
}
.Branding--Org .Button {
  background: #425F98;
}
.Branding--Corp .Button {
  background: #E89F12;
}
.Film--Angst .Button {
  background: #279138;
}
.Film--LIKE .Button {
  background: #1e68ec;
}
.Film--Upstanders .Button {
  background: #e57e3a;
}
.Film--Nevertheless .Button {
  background: #4493de;
}
.Film--RTBH .Button {
  border: 2px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(to right bottom, #5F3F0D, #754b0c, #ac6b0b, #D7A153, #E7BA78);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-color: transparent;
  color: #5F3F0D !important;
  text-shadow: none !important;
}
.Mode--Night.Film--RTBH .Button {
  background-image: linear-gradient(black, black), linear-gradient(to right bottom, #5F3F0D, #754b0c, #ac6b0b, #D7A153, #E7BA78);
  color: white !important;
}
.Button--neutralThinOutline {
  background: transparent !important;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 30px;
  padding: 0 15px;
  font-weight: 600;
}
.Button--neutralThinOutline * {
  margin: 0 !important;
}
.Mode--Night .Button--neutralThinOutline {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.3);
}

.Button__text {
  flex: 0 0 auto;
  display: block;
}

img.Button__icon {
  width: 1em;
  height: auto;
}

.Button--s {
  font-size: 14px;
  height: 30px;
  padding: 0 10px;
}

.Button--m {
  font-size: 16px;
  height: 37px;
}

.Button--l {
  font-size: 18px;
  height: 45px;
}

.Button--xl {
  font-size: 16px;
  height: 60px;
}

.Button--xxl {
  font-size: 26px;
  height: 65px;
}

.Button--square {
  box-sizing: border-box;
  padding: 0;
  width: 37px;
}
.Button--square.Button--s {
  width: 30px;
}
.Button--square.Button--l {
  width: 45px;
}
.Button--square.Button--xl {
  width: 60px;
}

.Button--fw {
  display: flex;
}

.Button--Angst {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 700;
  border-radius: 60px;
  height: 34px;
  font-size: 14px;
  flex: 0 0 auto;
  font-size: 18px;
  height: 45px;
  background: #279138 !important;
  color: white !important;
}
.Button--Angst > * + * {
  margin-left: 0.8em;
}
.Button--Angst button + * {
  margin-left: 0;
}
.Button--Angst button {
  border: none !important;
  background: none !important;
}
.Button--Angst .Living-logo {
  display: none;
}

.Button--AngstOutline {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 700;
  border-radius: 60px;
  height: 34px;
  font-size: 14px;
  flex: 0 0 auto;
  font-size: 18px;
  height: 45px;
  background: transparent !important;
  color: #279138 !important;
  border: 2px solid #279138;
}
.Button--AngstOutline > * + * {
  margin-left: 0.8em;
}
.Button--AngstOutline button + * {
  margin-left: 0;
}
.Button--AngstOutline button {
  border: none !important;
  background: none !important;
}
.Button--AngstOutline .Living-logo {
  display: none;
}
.Mode--Night .Button--AngstOutline {
  color: white !important;
}

.Button--Return {
  background: rgba(39, 145, 56, 0.15) !important;
  color: #006310;
  text-shadow: none;
  font-weight: 700;
}
.Button--Return i {
  font-size: 15px;
}

.Button--LIKE {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 700;
  border-radius: 60px;
  height: 34px;
  font-size: 14px;
  flex: 0 0 auto;
  font-size: 18px;
  height: 45px;
  background: #1e68ec !important;
  color: white !important;
}
.Button--LIKE > * + * {
  margin-left: 0.8em;
}
.Button--LIKE button + * {
  margin-left: 0;
}
.Button--LIKE button {
  border: none !important;
  background: none !important;
}
.Button--LIKE .Living-logo {
  display: none;
}

.Button--LIKEOutline {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 700;
  border-radius: 60px;
  height: 34px;
  font-size: 14px;
  flex: 0 0 auto;
  font-size: 18px;
  height: 45px;
  background: transparent !important;
  color: #1e68ec !important;
  border: 2px solid #1e68ec;
}
.Button--LIKEOutline > * + * {
  margin-left: 0.8em;
}
.Button--LIKEOutline button + * {
  margin-left: 0;
}
.Button--LIKEOutline button {
  border: none !important;
  background: none !important;
}
.Button--LIKEOutline .Living-logo {
  display: none;
}
.Mode--Night .Button--LIKEOutline {
  color: white !important;
}

.Button--Upstanders {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 700;
  border-radius: 60px;
  height: 34px;
  font-size: 14px;
  flex: 0 0 auto;
  font-size: 18px;
  height: 45px;
  background: #e57e3a !important;
  color: white !important;
}
.Button--Upstanders > * + * {
  margin-left: 0.8em;
}
.Button--Upstanders button + * {
  margin-left: 0;
}
.Button--Upstanders button {
  border: none !important;
  background: none !important;
}
.Button--Upstanders .Living-logo {
  display: none;
}

.Button--UpstandersOutline {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 700;
  border-radius: 60px;
  height: 34px;
  font-size: 14px;
  flex: 0 0 auto;
  font-size: 18px;
  height: 45px;
  background: transparent !important;
  color: #e57e3a !important;
  border: 2px solid #e57e3a;
}
.Button--UpstandersOutline > * + * {
  margin-left: 0.8em;
}
.Button--UpstandersOutline button + * {
  margin-left: 0;
}
.Button--UpstandersOutline button {
  border: none !important;
  background: none !important;
}
.Button--UpstandersOutline .Living-logo {
  display: none;
}
.Mode--Night .Button--UpstandersOutline {
  color: white !important;
}

.Button--Nevertheless {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 700;
  border-radius: 60px;
  height: 34px;
  font-size: 14px;
  flex: 0 0 auto;
  font-size: 18px;
  height: 45px;
  background: #4493de !important;
  color: white !important;
}
.Button--Nevertheless > * + * {
  margin-left: 0.8em;
}
.Button--Nevertheless button + * {
  margin-left: 0;
}
.Button--Nevertheless button {
  border: none !important;
  background: none !important;
}
.Button--Nevertheless .Living-logo {
  display: none;
}

.Button--NeverthelessOutline {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 700;
  border-radius: 60px;
  height: 34px;
  font-size: 14px;
  flex: 0 0 auto;
  font-size: 18px;
  height: 45px;
  background: transparent !important;
  color: #4493de !important;
  border: 2px solid #4493de;
}
.Button--NeverthelessOutline > * + * {
  margin-left: 0.8em;
}
.Button--NeverthelessOutline button + * {
  margin-left: 0;
}
.Button--NeverthelessOutline button {
  border: none !important;
  background: none !important;
}
.Button--NeverthelessOutline .Living-logo {
  display: none;
}
.Mode--Night .Button--NeverthelessOutline {
  color: white !important;
}

.Button--RTBH {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 700;
  border-radius: 60px;
  height: 34px;
  font-size: 14px;
  flex: 0 0 auto;
  font-size: 18px;
  height: 45px;
  background: linear-gradient(45deg, rgba(220, 136, 14, 0.4), rgba(220, 136, 14, 0.4)), linear-gradient(45deg, #5F3F0D 0%, #754b0c 25%, #ac6b0b 50%, #D7A153 75%, #E7BA78 100%) !important;
  color: white !important;
}
.Button--RTBH > * + * {
  margin-left: 0.8em;
}
.Button--RTBH button + * {
  margin-left: 0;
}
.Button--RTBH button {
  border: none !important;
  background: none !important;
}
.Button--RTBH .Living-logo {
  display: none;
}
.Mode--Night .Button--RTBH {
  color: white !important;
}

.Button--RTBHOutline {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 700;
  border-radius: 60px;
  height: 34px;
  font-size: 14px;
  flex: 0 0 auto;
  font-size: 18px;
  height: 45px;
  background-image: linear-gradient(0deg, white, white), linear-gradient(45deg, #5F3F0D 0%, #754b0c 25%, #ac6b0b 50%, #D7A153 75%, #E7BA78 100%) !important;
  color: #5F3F0D !important;
  background-clip: padding-box, border-box !important;
  background-size: 103% !important;
  background-position: center !important;
  border: 2px solid transparent;
}
.Button--RTBHOutline > * + * {
  margin-left: 0.8em;
}
.Button--RTBHOutline button + * {
  margin-left: 0;
}
.Button--RTBHOutline button {
  border: none !important;
  background: none !important;
}
.Button--RTBHOutline .Living-logo {
  display: none;
}
.Mode--Night .Button--RTBHOutline {
  background-image: linear-gradient(0deg, black, black), linear-gradient(45deg, #5F3F0D 0%, #754b0c 25%, #ac6b0b 50%, #D7A153 75%, #E7BA78 100%) !important;
  color: white !important;
}

.Button--FindingKind {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 700;
  border-radius: 60px;
  height: 34px;
  font-size: 14px;
  flex: 0 0 auto;
  font-size: 16px;
  height: 60px;
  background: #EC008C;
  border-radius: 3px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
}
.Button--FindingKind > * + * {
  margin-left: 0.8em;
}
.Button--FindingKind button + * {
  margin-left: 0;
}
.Button--FindingKind button {
  border: none !important;
  background: none !important;
}
.Button--FindingKind .Living-logo {
  display: none;
}

.Button--Liberty {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 700;
  border-radius: 60px;
  height: 34px;
  font-size: 14px;
  flex: 0 0 auto;
  font-size: 16px;
  height: 60px;
  background: #1a1446;
  color: #F2F2FC;
  border-radius: 3px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
}
.Button--Liberty > * + * {
  margin-left: 0.8em;
}
.Button--Liberty button + * {
  margin-left: 0;
}
.Button--Liberty button {
  border: none !important;
  background: none !important;
}
.Button--Liberty .Living-logo {
  display: none;
}

.ButtonSet {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ButtonSet > * + * {
  margin-left: 15px;
}
.ButtonSet--center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.FeedbackBtn {
  box-sizing: border-box;
  padding: 30px;
  border-radius: 30px;
  border: 2px solid rgba(133, 133, 133, 0.2);
  max-width: 510px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  max-width: 480px;
  line-height: 30px;
  background: white;
  font-weight: 700;
  transition: all 180ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
  color: inherit;
}
.FeedbackBtn > * + * {
  margin-left: 30px;
}
.Mode--Night .FeedbackBtn {
  background: black;
}
.FeedbackBtn:hover, .FeedbackBtn:focus-visible {
  border-color: #858585;
}
.FeedbackBtn:hover .path1::before, .FeedbackBtn:hover .path2::before, .FeedbackBtn:focus-visible .path1::before, .FeedbackBtn:focus-visible .path2::before {
  transform: scale(1.3) !important;
}
.Film--Angst .FeedbackBtn:hover .path1, .Film--Angst .FeedbackBtn:hover .path2, .Film--Angst .FeedbackBtn:focus-visible .path1, .Film--Angst .FeedbackBtn:focus-visible .path2 {
  color: #279138 !important;
}
.Film--RTBH .FeedbackBtn:hover .path1, .Film--RTBH .FeedbackBtn:hover .path2, .Film--RTBH .FeedbackBtn:focus-visible .path1, .Film--RTBH .FeedbackBtn:focus-visible .path2 {
  color: #ac6b0b !important;
}
.Film--LIKE .FeedbackBtn:hover .path1, .Film--LIKE .FeedbackBtn:hover .path2, .Film--LIKE .FeedbackBtn:focus-visible .path1, .Film--LIKE .FeedbackBtn:focus-visible .path2 {
  color: #1e68ec !important;
}
.Film--Upstanders .FeedbackBtn:hover .path1, .Film--Upstanders .FeedbackBtn:hover .path2, .Film--Upstanders .FeedbackBtn:focus-visible .path1, .Film--Upstanders .FeedbackBtn:focus-visible .path2 {
  color: #e57e3a !important;
}
.Film--Nevertheless .FeedbackBtn:hover .path1, .Film--Nevertheless .FeedbackBtn:hover .path2, .Film--Nevertheless .FeedbackBtn:focus-visible .path1, .Film--Nevertheless .FeedbackBtn:focus-visible .path2 {
  color: #4493de !important;
}
.FeedbackBtn--complete {
  border-color: transparent;
  background-color: rgba(133, 133, 133, 0.11) !important;
  color: #858585;
  pointer-events: none;
}
.FeedbackBtn--complete .path1::before, .FeedbackBtn--complete .path2::before {
  color: inherit !important;
  transform: scale(1.2) !important;
}
.FeedbackBtn--complete .path1, .FeedbackBtn--complete .path2, .FeedbackBtn--complete .path3 {
  color: inherit !important;
}
.FeedbackBtn__Icon {
  font-size: 30px;
  transition: inherit;
}
.FeedbackBtn__Icon .path1, .FeedbackBtn__Icon .path2, .FeedbackBtn__Icon .path3 {
  transition: inherit;
}
.FeedbackBtn__Icon .path1::before, .FeedbackBtn__Icon .path2::before, .FeedbackBtn__Icon .path3::before {
  display: inline-block;
  transition: inherit;
}
.FeedbackBtn__Icon .path3 {
  color: rgba(133, 133, 133, 0.5);
}

.DropdownButton {
  border-radius: 15px;
  background-color: #279138;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  position: relative;
  min-width: 120px;
  overflow: hidden;
  height: 30px;
  transition: 100ms 0ms ease-out;
}
.DropdownButton::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 14px;
  right: 14px;
}
.DropdownButton:focus, .DropdownButton:hover, .DropdownButton:active {
  height: auto;
}
.DropdownButton__Item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.DropdownButton__Item:hover {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.DropdownButton__Item a {
  padding: 0 45px 0 15px;
}
.DropdownButton__Item a:hover {
  text-decoration: none;
}

@font-face {
  font-family: "dashboard";
  src: url("../fonts/dashboard.eot?s2Ph7r");
  src: url("../fonts/dashboard.eot?s2Ph7r#iefix") format("embedded-opentype"), url("../fonts/dashboard.ttf?s2Ph7r") format("truetype"), url("../fonts/dashboard.woff?s2Ph7r") format("woff"), url("../fonts/dashboard.svg?s2Ph7r#dashboard") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=Icon--], [class*=" Icon--"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dashboard" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Icon--gigi:before {
  content: "\e972";
}

.Icon--spinner:before {
  content: "\e971";
}

.Icon--wait:before {
  content: "\e96f";
}

.Icon--alert:before {
  content: "\e970";
}

.Icon--warning:before {
  content: "\e970";
}

.Icon--right-chevron:before {
  content: "\e96b";
}

.Icon--chevron-right:before {
  content: "\e96b";
}

.Icon--left-chevron:before {
  content: "\e96c";
}

.Icon--chevron-left:before {
  content: "\e96c";
}

.Icon--down-chevron:before {
  content: "\e96d";
}

.Icon--chevron-down:before {
  content: "\e96d";
}

.Icon--chevron-up:before {
  content: "\e96e";
}

.Icon--up-chevron:before {
  content: "\e96e";
}

.Icon--subtitles:before {
  content: "\e969";
}

.Icon--audio:before {
  content: "\e96a";
}

.Icon--LetsTalkAboutHate:before {
  content: "\e966";
}

.Icon--DOSE:before {
  content: "\e944";
}

.Icon--MindfulnessandBullying:before {
  content: "\e945";
}

.Icon--OurDigitalWorld:before {
  content: "\e946";
}

.Icon--TheBrainScienceBehindBullying:before {
  content: "\e947";
}

.Icon--TheBystanderEffect:before {
  content: "\e948";
}

.Icon--WhatIsCyberbullying:before {
  content: "\e949";
}

.Icon--FriendsAndFamily:before {
  content: "\e94a";
}

.Icon--Microaggressions:before {
  content: "\e94b";
}

.Icon--PrivilegeAndAllyship:before {
  content: "\e94c";
}

.Icon--RacialStress:before {
  content: "\e94d";
}

.Icon--SocialLoading:before {
  content: "\e94e";
}

.Icon--WhatCanSchools:before {
  content: "\e94f";
}

.Icon--WhatIsRacism:before {
  content: "\e950";
}

.Icon--WishForTheWorld:before {
  content: "\e951";
}

.Icon--WordsMatter:before {
  content: "\e952";
}

.Icon--AreWeAddicted:before {
  content: "\e953";
}

.Icon--DoItForTheGram:before {
  content: "\e954";
}

.Icon--Facebook:before {
  content: "\e955";
}

.Icon--InstagramGamified:before {
  content: "\e956";
}

.Icon--ItsALoveHateThing:before {
  content: "\e957";
}

.Icon--LeadByExample:before {
  content: "\e958";
}

.Icon--NewsOrFakeNews:before {
  content: "\e959";
}

.Icon--OnlineSafety:before {
  content: "\e95a";
}

.Icon--OpeningOfLike:before {
  content: "\e95b";
}

.Icon--Opening:before {
  content: "\e95b";
}

.Icon--Snapchat:before {
  content: "\e95c";
}

.Icon--SnapchatDysmorphia:before {
  content: "\e95d";
}

.Icon--SocialMediaIsWhatWeMake:before {
  content: "\e95e";
}

.Icon--TechnologyInTheClassroom:before {
  content: "\e95f";
}

.Icon--TikTok .path1:before {
  content: "\e960";
  opacity: 0.66;
}

.Icon--TikTok .path2:before {
  content: "\e961";
  margin-left: -1em;
}

.Icon--TikTok .path3:before {
  content: "\e962";
  margin-left: -1em;
  opacity: 0.33;
}

.Icon--ToPostOrNot:before {
  content: "\e963";
}

.Icon--WhatCanYouDo:before {
  content: "\e963";
}

.Icon--TurnOffNotifications:before {
  content: "\e964";
}

.Icon--WhatisSocialMedia:before {
  content: "\e965";
}

.Icon--CheckIn:before {
  content: "\e943";
}

.Icon--AnxietyDoesntDiscriminate:before {
  content: "\e937";
}

.Icon--RacialIdentity:before {
  content: "\e937";
}

.Icon--AnxietyTakesMany:before {
  content: "\e938";
}

.Icon--BeAGoodFriend:before {
  content: "\e939";
}

.Icon--IDontRemember:before {
  content: "\e93a";
}

.Icon--IFeelLikeICant:before {
  content: "\e93b";
}

.Icon--ItGetsBetter:before {
  content: "\e93c";
}

.Icon--LookUp:before {
  content: "\e93c";
}

.Icon--APathForward:before {
  content: "\e93c";
}

.Icon--ItsJustAStomach:before {
  content: "\e93d";
}

.Icon--PanicAttack:before {
  content: "\e93e";
}

.Icon--TakeABreak:before {
  content: "\e93f";
}

.Icon--TalkToPeople:before {
  content: "\e940";
}

.Icon--WhatsTheDeal:before {
  content: "\e941";
}

.Icon--WhatIsRace:before {
  content: "\e941";
}

.Icon--YouDontHave:before {
  content: "\e942";
}

.Icon--subtitles:before {
  content: "\e969";
}

.Icon--audio:before {
  content: "\e96a";
}

.Icon--report:before {
  content: "\e968";
}

.Icon--lockedReport:before {
  content: "\e968";
}

.Icon--engagement:before {
  content: "\e968";
}

.Icon--time:before {
  content: "\e967";
}

.Icon--duration:before {
  content: "\e967";
}

.Icon--runtime:before {
  content: "\e967";
}

.Icon--cct .path1:before {
  content: "\e92a";
}

.Icon--cct .path2:before {
  content: "\e92b";
  margin-left: -2.7998046875em;
}

.Icon--cct .path3:before {
  content: "\e92c";
  margin-left: -2.7998046875em;
}

.Icon--cct .path4:before {
  content: "\e92d";
  margin-left: -2.7998046875em;
  color: rgb(0, 172, 196);
}

.Icon--cct .path5:before {
  content: "\e92e";
  margin-left: -2.7998046875em;
  color: rgb(0, 172, 196);
}

.Icon--cct .path6:before {
  content: "\e92f";
  margin-left: -2.7998046875em;
  color: rgb(0, 172, 196);
}

.Icon--cct .path7:before {
  content: "\e930";
  margin-left: -2.7998046875em;
  color: rgb(0, 172, 196);
}

.Icon--walgreens:before {
  content: "\e928";
  color: #e42b25;
}

.Icon--calHope .path1:before {
  content: "\e91b";
  color: rgb(249, 167, 28);
}

.Icon--calHope .path2:before {
  content: "\e91c";
  margin-left: -5.7041015625em;
  color: rgb(50, 89, 118);
}

.Icon--impactful .path1:before {
  content: "\e904";
}

.Icon--impactful .path2:before {
  content: "\e905";
  margin-left: -5.2333984375em;
}

.Icon--impactful .path3:before {
  content: "\e910";
  margin-left: -5.2333984375em;
}

.Icon--impactful .path4:before {
  content: "\e911";
  margin-left: -5.2333984375em;
}

.Icon--impactful .path5:before {
  content: "\e912";
  margin-left: -5.2333984375em;
}

.Icon--impactful .path6:before {
  content: "\e913";
  margin-left: -5.2333984375em;
}

.Icon--impactful .path7:before {
  content: "\e914";
  margin-left: -5.2333984375em;
}

.Icon--impactful .path8:before {
  content: "\e915";
  margin-left: -5.2333984375em;
}

.Icon--impactful .path9:before {
  content: "\e916";
  margin-left: -5.2333984375em;
}

.Icon--impactful .path10:before {
  content: "\e917";
  margin-left: -5.2333984375em;
  color: rgb(0, 172, 196);
}

.Icon--impactful .path11:before {
  content: "\e918";
  margin-left: -5.2333984375em;
  color: rgb(0, 172, 196);
}

.Icon--impactful .path12:before {
  content: "\e919";
  margin-left: -5.2333984375em;
  color: rgb(0, 172, 196);
}

.Icon--impactful .path13:before {
  content: "\e91a";
  margin-left: -5.2333984375em;
  color: rgb(0, 172, 196);
}

.Icon--restart:before {
  content: "\e934";
}

.Icon--reset:before {
  content: "\e934";
}

.Icon--start:before {
  content: "\e935";
}

.Icon--checkmark:before {
  content: "\e936";
}

.Icon--quickStart:before {
  content: "\e932";
}

.Icon--Course101:before {
  content: "\e931";
}

.Icon--facilitator:before {
  content: "\e933";
}

.Icon--close:before {
  content: "\e929";
}

.Icon--learningBursts:before {
  content: "\e920";
}

.Icon--bulb:before {
  content: "\e920";
}

.Icon--list:before {
  content: "\e91d";
}

.Icon--feed:before {
  content: "\e91d";
}

.Icon--column:before {
  content: "\e91d";
}

.Icon--group:before {
  content: "\e91e";
}

.Icon--grid:before {
  content: "\e91e";
}

.Icon--cluster:before {
  content: "\e91e";
}

.Icon--lock:before {
  content: "\e903";
}

.Icon--people:before {
  content: "\e923";
}

.Icon--person:before {
  content: "\e924";
}

.Icon--check .path1:before {
  content: "\e925";
}

.Icon--check .path2:before {
  content: "\e926";
  margin-left: -1em;
}

.Icon--check .path3:before {
  content: "\e927";
  margin-left: -1em;
  opacity: 0.5;
}

.Icon--chevron .path1:before {
  content: "\e921";
}

.Icon--chevron .path2:before {
  content: "\e922";
  margin-left: -1em;
}

.Icon--return:before {
  content: "\e91f";
}

.Icon--link:before {
  content: "\e900";
}

.Icon--quiz:before {
  content: "\e901";
}

.Icon--survey:before {
  content: "\e902";
}

.Icon--download:before {
  content: "\e906";
}

.Icon--activities:before {
  content: "\e907";
}

.Icon--chapters:before {
  content: "\e908";
}

.Icon--video:before {
  content: "\e909";
}

.Icon--settings:before {
  content: "\e90a";
}

.Icon--menu:before {
  content: "\e90a";
}

.Icon--moon:before {
  content: "\e90b";
}

.Icon--sun:before {
  content: "\e90c";
}

.Icon--info:before {
  content: "\e90d";
}

.Icon--logoCorp:before {
  content: "\e90e";
}

.Icon--logoEdu:before {
  content: "\e90f";
}

.Logo__iNDIEFLIXEducation * {
  fill: black !important;
  transition: fill 200ms 0ms ease-in-out;
}
.Mode--Night .Logo__iNDIEFLIXEducation * {
  fill: white !important;
}

.OrgLogo {
  margin: 0 0;
  width: auto;
  text-align: center;
}
.OrgLogo svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 45px;
  max-height: 45px;
}
@media (min-width: 0) and (max-width: 900px) {
  .OrgLogo svg {
    max-height: 30px;
  }
}
.OrgLogo__PresentedText {
  display: block;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
  opacity: 0.7;
}
.Mode--Night .OrgLogo svg *:not(.OrgLogo__RetainFill) {
  fill: white;
}

.DropSelect {
  cursor: pointer;
  color: white;
  height: 30px;
  line-height: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  border-radius: 15px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  position: relative;
  transition: clip-path 140ms 1s ease-in-out;
  z-index: 100;
}
.DropSelect a {
  color: inherit;
}
.Film--CCT .DropSelect {
  background: #0da9c1;
}
.Branding--Corp .DropSelect {
  background: #E89F12;
}
.Branding--Org .DropSelect {
  background: #425F98;
}
.Branding--Edu .DropSelect {
  background: #0AA55C;
}
.Film--Angst .DropSelect {
  background: #279138;
}
.Film--LIKE .DropSelect {
  background: #1e68ec;
}
.Film--Upstanders .DropSelect {
  background: #e57e3a;
}
.Film--Nevertheless .DropSelect {
  background: #4493de;
}
.Film--RTBH .DropSelect {
  background-image: linear-gradient(to right bottom, #5F3F0D, #754b0c, #ac6b0b, #D7A153, #E7BA78);
  transition: none;
  text-shadow: none;
}
.Film--RTBH .DropSelect::before {
  content: " ";
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border-radius: 15px;
}
.Film--RTBH.Mode--Day .DropSelect::before, .Film--RTBH.Mode--Day .DropSelect:hover ul::before, .Film--RTBH.Mode--Day .DropSelect:active ul::before, .Film--RTBH.Mode--Day .DropSelect:focus-visible ul::before, .Film--RTBH.Mode--Day .DropSelect:focus-within ul::before {
  background: white;
}
.Film--RTBH.Mode--Night .DropSelect::before, .Film--RTBH.Mode--Night .DropSelect:hover ul::before, .Film--RTBH.Mode--Night .DropSelect:active ul::before, .Film--RTBH.Mode--Night .DropSelect:focus-visible ul::before, .Film--RTBH.Mode--Night .DropSelect:focus-within ul::before {
  background: black;
}
.Film--RTBH .DropSelect ul {
  transition: none;
  position: relative;
}
.Film--RTBH .DropSelect ul::before {
  content: " ";
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border-radius: 13px;
}
.DropSelect::after {
  content: " ";
  position: absolute;
  top: 12px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: white transparent transparent transparent;
}
.Film--RTBH.Mode--Day .DropSelect::after {
  border-color: #5F3F0D transparent transparent transparent;
}
.Film--RTBH.Mode--Night .DropSelect::after {
  border-color: white transparent transparent transparent;
}
.DropSelect:hover, .DropSelect:active, .DropSelect:focus-visible, .DropSelect:focus-within {
  clip-path: polygon(0 0, 100% 0, 100% 600%, 0 600%);
  transition: clip-path 140ms 0s ease-in-out;
}
.DropSelect:hover ul, .DropSelect:active ul, .DropSelect:focus-visible ul, .DropSelect:focus-within ul {
  background: inherit;
  transition: all 160ms 0ms ease-in-out;
}
.DropSelect ul {
  background: none;
  border-radius: 15px;
  transition: background 160ms 1s ease-in-out;
}
.DropSelect li {
  position: relative;
}
.DropSelect li:first-of-type .DropSelect__option, .DropSelect--active {
  font-weight: bold;
}
.DropSelect__option {
  padding: 0 40px 0 15px;
  height: 30px;
  display: block;
  cursor: default;
  border-radius: 15px;
}
.Film--RTBH.Mode--Day .DropSelect__option {
  color: #5F3F0D;
}
.Film--RTBH.Mode--Night .DropSelect__option {
  color: white;
}
.DropSelect__option em {
  opacity: 0.7;
  font-weight: 400;
  font-size: 0.7em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.15em 0.5em;
  border-radius: 1em;
  margin-left: 3px;
}
.DropSelect a.DropSelect__option {
  background: transparent;
  cursor: pointer;
}
.DropSelect a.DropSelect__option:hover, .DropSelect a.DropSelect__option:focus-visible, .DropSelect a.DropSelect__option:focus-within {
  background: rgba(0, 0, 0, 0.25);
}
.Film--RTBH.Mode--Day .DropSelect a.DropSelect__option:hover, .Film--RTBH.Mode--Day .DropSelect a.DropSelect__option:focus-visible, .Film--RTBH.Mode--Day .DropSelect a.DropSelect__option:focus-within {
  background: rgba(0, 0, 0, 0.15);
}
.Film--RTBH.Mode--Night .DropSelect a.DropSelect__option:hover, .Film--RTBH.Mode--Night .DropSelect a.DropSelect__option:focus-visible, .Film--RTBH.Mode--Night .DropSelect a.DropSelect__option:focus-within {
  background: rgba(255, 255, 255, 0.25);
}

.ModeSwitcher {
  cursor: pointer;
  color: white;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-weight: bold;
  position: relative;
  width: 75px;
  background: #E1E1E1;
  transition: all 200ms 0ms ease-in-out;
}
.ModeSwitcher:before {
  right: 0;
  transform: translateX(-35px);
  transition: transform 200ms 0s ease-in-out;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  width: 40px;
  border-radius: 15px;
}
.ModeSwitcher:after {
  right: 2px;
  transform: translateX(-35px);
  transition: transform 200ms 0s ease-in-out;
  content: " ";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: auto;
  width: 36px;
  border-radius: 15px;
}
.Film--CCT .ModeSwitcher:before {
  background: #0da9c1;
}
.Branding--Corp .ModeSwitcher:before {
  background: #E89F12;
}
.Branding--Org .ModeSwitcher:before {
  background: #425F98;
}
.Branding--Edu .ModeSwitcher:before {
  background: #0AA55C;
}
.Film--Angst .ModeSwitcher:before {
  background: #279138;
}
.Film--LIKE .ModeSwitcher:before {
  background: #1e68ec;
}
.Film--Upstanders .ModeSwitcher:before {
  background: #e57e3a;
}
.Film--Nevertheless .ModeSwitcher:before {
  background: #4493de;
}
.Film--RTBH .ModeSwitcher:before {
  background: linear-gradient(to right bottom, #5F3F0D, #754b0c, #ac6b0b, #D7A153, #E7BA78);
}
.Film--RTBH .ModeSwitcher:after {
  background: white;
}
.ModeSwitcher .Icon--moon {
  transition: transform 300ms 0s ease-in-out;
  font-size: 15px;
  position: absolute;
  top: 7px;
  right: 12px;
  transform: rotate(-110deg);
  transform-origin: center;
  color: #333;
  z-index: 1;
}
.ModeSwitcher .Icon--sun {
  transition: transform 300ms 0s ease-in-out;
  font-size: 15px;
  position: absolute;
  transform-origin: center;
  top: 7px;
  left: 12px;
  color: white;
  transform: rotate(-67deg);
  z-index: 1;
}
.Film--RTBH .ModeSwitcher .Icon--sun {
  color: #5F3F0D;
}
.Mode--Night .ModeSwitcher {
  background: #202020;
}
.Mode--Night .ModeSwitcher:before {
  transform: translateX(0);
}
.Mode--Night .ModeSwitcher .Icon--moon {
  color: white;
  transform: rotate(0deg);
}
.Mode--Night .ModeSwitcher .Icon--sun {
  color: #DBDBDB;
  transform: rotate(0deg);
}
.Mode--Night.Film--RTBH .ModeSwitcher:after {
  transform: translateX(0px);
  background: black;
}

.ViewSwitcher {
  cursor: pointer;
  color: white;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-weight: bold;
  position: relative;
  width: 75px;
  background: #E1E1E1;
  transition: all 200ms 0ms ease-in-out;
  flex: 0 0 auto;
}
.ViewSwitcher:before {
  right: 0;
  transform: translateX(-35px);
  transition: transform 200ms 0s ease-in-out;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  width: 40px;
  border-radius: 15px;
}
.ViewSwitcher:after {
  right: 2px;
  transform: translateX(-35px);
  transition: transform 200ms 0s ease-in-out;
  content: " ";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: auto;
  width: 36px;
  border-radius: 15px;
}
.Film--Corp .ViewSwitcher:before {
  background: #E89F12;
}
.Film--Org .ViewSwitcher:before {
  background: #425F98;
}
.Film--Angst .ViewSwitcher:before {
  background: #279138;
}
.Film--LIKE .ViewSwitcher:before {
  background: #1e68ec;
}
.Film--Upstanders .ViewSwitcher:before {
  background: #e57e3a;
}
.Film--Nevertheless .ViewSwitcher:before {
  background: #4493de;
}
.Film--RTBH .ViewSwitcher:before {
  background: linear-gradient(to right bottom, #5F3F0D, #754b0c, #ac6b0b, #D7A153, #E7BA78);
}
.Film--RTBH .ViewSwitcher:after {
  background: white;
}
.ViewSwitcher .Icon--grid {
  transition: transform 300ms 0s ease-in-out;
  font-size: 15px;
  position: absolute;
  top: 7px;
  right: 12px;
  transform-origin: center;
  color: #444;
  z-index: 1;
}
.ViewSwitcher .Icon--feed {
  transition: transform 300ms 0s ease-in-out;
  font-size: 15px;
  position: absolute;
  transform-origin: center;
  top: 7px;
  left: 12px;
  color: white;
  z-index: 1;
}
.Film--RTBH .ViewSwitcher .Icon--feed {
  color: #5F3F0D;
}
.ViewSwitcher--catView .Icon--feed {
  color: #444;
}
.ViewSwitcher--catView .Icon--grid {
  color: white;
}
.Film--RTBH .ViewSwitcher--catView .Icon--feed {
  color: #444;
}
.Film--RTBH .ViewSwitcher--catView .Icon--grid {
  color: #5F3F0D;
}
.Mode--Night .ViewSwitcher {
  background: #202020;
}
.Mode--Night .ViewSwitcher .Icon--feed {
  color: white;
}
.Mode--Night .ViewSwitcher .Icon--grid {
  color: #DBDBDB;
}
.Mode--Night.Film--RTBH .ViewSwitcher:after {
  background: black;
}
.ViewSwitcher--catView:before {
  transform: translateX(0);
}
.Film--RTBH .ViewSwitcher--catView:after {
  transform: translateX(0px);
}

.Navigation {
  position: relative;
  z-index: initial;
}
.Navigation a {
  color: inherit;
}
.Navigation__DisplayCurrent {
  display: block;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  font-weight: bold;
  cursor: pointer;
  padding-right: 30px;
  width: 100%;
  max-width: calc(100vw - 204px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 600px) {
  .Navigation__DisplayCurrent {
    font-size: 15px;
    max-width: calc(100vw - 170px);
  }
}
.Navigation__DisplayCurrent--standalone {
  cursor: auto;
}
.Navigation__DisplayCurrent--standalone::after {
  display: none !important;
}
.Navigation__DisplayCurrent::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #858585 transparent transparent transparent;
  display: inline-block;
  margin-left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
}
.Navigation__Flyout {
  display: none;
  min-width: 240px;
  position: absolute;
  left: 130px;
  top: 100%;
  background: inherit;
  overflow: hidden;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  filter: drop-shadow(0px 3px 18px rgba(0, 0, 0, 0.16));
  z-index: -1;
}
.Navigation__Flyout a {
  color: inherit;
}
@media (max-width: 600px) {
  .Navigation__Flyout {
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
  }
}
.Navigation__Flyout--focused, .Navigation__Flyout:focus-within {
  display: block !important;
  opacity: 1 !important;
  height: auto !important;
}
.Navigation__SubItems {
  font-size: 16px;
  line-height: 35px;
}
.Navigation__SubItemLink {
  display: block;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Navigation__SubItemLink--active {
  font-weight: bold;
}
.Navigation__SubItemLink i {
  font-size: 15px;
  margin-right: 10px;
}
.Navigation__ProgramList {
  font-size: 16px;
  line-height: 35px;
  font-weight: bold;
  margin-top: 10px;
}
.Navigation__ProgramLink {
  display: block;
  padding: 0 15px;
  border-top: 2px solid #f6f6f6;
}
.Mode--Night .Navigation__ProgramLink {
  border-color: rgb(32, 32, 32);
}
.Navigation__ProgramLink--active {
  font-weight: bold;
}
.Navigation__ProgramLink i {
  font-size: 15px;
  margin-right: 10px;
}
.Navigation__SubItemLink:hover, .Navigation__ProgramLink:hover, .Navigation__SubItemLink:focus-visible, .Navigation__ProgramLink:focus-visible {
  outline: 0 !important;
}
.Film--Angst .Navigation__SubItemLink:hover, .Film--Angst .Navigation__ProgramLink:hover, .Film--Angst .Navigation__SubItemLink:focus-visible, .Film--Angst .Navigation__ProgramLink:focus-visible {
  color: #006310;
  background: rgba(39, 145, 56, 0.1);
  box-shadow: inset 2px 0 0 #279138;
}
.Film--Angst.Mode--Night .Navigation__SubItemLink:hover, .Film--Angst.Mode--Night .Navigation__ProgramLink:hover, .Film--Angst.Mode--Night .Navigation__SubItemLink:focus-visible, .Film--Angst.Mode--Night .Navigation__ProgramLink:focus-visible {
  color: #43C758;
}
.Film--LIKE .Navigation__SubItemLink:hover, .Film--LIKE .Navigation__ProgramLink:hover, .Film--LIKE .Navigation__SubItemLink:focus-visible, .Film--LIKE .Navigation__ProgramLink:focus-visible {
  color: #1e68ec;
  background: rgba(30, 104, 236, 0.1);
}
.Film--LIKE.Mode--Night .Navigation__SubItemLink:hover, .Film--LIKE.Mode--Night .Navigation__ProgramLink:hover, .Film--LIKE.Mode--Night .Navigation__SubItemLink:focus-visible, .Film--LIKE.Mode--Night .Navigation__ProgramLink:focus-visible {
  color: #55D6FF;
}
.Film--Upstanders .Navigation__SubItemLink:hover, .Film--Upstanders .Navigation__ProgramLink:hover, .Film--Upstanders .Navigation__SubItemLink:focus-visible, .Film--Upstanders .Navigation__ProgramLink:focus-visible {
  color: #C75525;
  background: rgba(199, 85, 37, 0.1);
}
.Film--Upstanders.Mode--Night .Navigation__SubItemLink:hover, .Film--Upstanders.Mode--Night .Navigation__ProgramLink:hover, .Film--Upstanders.Mode--Night .Navigation__SubItemLink:focus-visible, .Film--Upstanders.Mode--Night .Navigation__ProgramLink:focus-visible {
  color: #F3771C;
}
.Film--Nevertheless .Navigation__SubItemLink:hover, .Film--Nevertheless .Navigation__ProgramLink:hover, .Film--Nevertheless .Navigation__SubItemLink:focus-visible, .Film--Nevertheless .Navigation__ProgramLink:focus-visible {
  color: #39658E;
  background: rgba(57, 101, 142, 0.1);
}
.Film--Nevertheless.Mode--Night .Navigation__SubItemLink:hover, .Film--Nevertheless.Mode--Night .Navigation__ProgramLink:hover, .Film--Nevertheless.Mode--Night .Navigation__SubItemLink:focus-visible, .Film--Nevertheless.Mode--Night .Navigation__ProgramLink:focus-visible {
  color: #4493de;
}
.Film--RTBH .Navigation__SubItemLink:hover, .Film--RTBH .Navigation__ProgramLink:hover, .Film--RTBH .Navigation__SubItemLink:focus-visible, .Film--RTBH .Navigation__ProgramLink:focus-visible {
  color: #DC880E;
  background: rgba(220, 136, 14, 0.1);
}
.Film--RTBH.Mode--Night .Navigation__SubItemLink:hover, .Film--RTBH.Mode--Night .Navigation__ProgramLink:hover, .Film--RTBH.Mode--Night .Navigation__SubItemLink:focus-visible, .Film--RTBH.Mode--Night .Navigation__ProgramLink:focus-visible {
  color: #E7BA78;
}

.Hamburger {
  font-size: 20px;
  display: block;
  position: relative;
  color: #333;
  height: 60px;
  width: 30px;
  transition: all 180ms 0ms ease-in;
  transition-duration: 40ms;
  z-index: 10;
}
.Hamburger:hover, .Hamburger:focus-visible {
  color: forestgreen;
}
@media (min-width: 601px) {
  .Hamburger {
    font-size: 26px;
  }
}
.Mode--Night .Hamburger {
  color: white;
}
.Film--Angst .Hamburger:hover, .Film--Angst .TopBar--menuActive .Hamburger {
  color: #279138;
}
.Film--Corp .Hamburger:hover, .Film--Corp .TopBar--menuActive .Hamburger {
  color: #FFB119;
}
.Film--RTBH .Hamburger:hover, .Film--RTBH .TopBar--menuActive .Hamburger {
  color: #DD880C;
}
.Film--LIKE .Hamburger:hover, .Film--LIKE .TopBar--menuActive .Hamburger {
  color: #1e68ec;
}
.Film--Nevertheless .Hamburger:hover, .Film--Nevertheless .TopBar--menuActive .Hamburger {
  color: #39658E;
}
.Film--Upstanders .Hamburger:hover .Film--Upstanders .TopBar--menuActive .Hamburger {
  color: #C75525;
}
.Hamburger > * {
  display: block;
  height: 0.1em;
  border-radius: 0.1em;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  transition: inherit;
  transition-duration: 180ms;
}
.Hamburger :nth-child(1) {
  width: 0.8em;
  transform: translateY(-300%);
}
.Hamburger :nth-child(2) {
  width: 0.7em;
}
.Hamburger :nth-child(3) {
  width: 0.6em;
  transform: translateY(200%);
}
.Hamburger:hover :nth-child(1), .Hamburger:focus-visible :nth-child(1) {
  width: 0.8em;
}
.Hamburger:hover :nth-child(2), .Hamburger:focus-visible :nth-child(2) {
  width: 0.8em;
}
.Hamburger:hover :nth-child(3), .Hamburger:focus-visible :nth-child(3) {
  width: 0.8em;
  transition-delay: 40ms;
}
.Hamburger--active :nth-child(1) {
  width: 0.8em;
  transform: rotate(45deg);
}
.Hamburger--active :nth-child(2) {
  width: 0.8em;
  transform: rotate(45deg);
}
.Hamburger--active :nth-child(3) {
  width: 0.8em;
  transform: rotate(-45deg);
}
.Hamburger--active:hover :nth-child(1), .Hamburger--active:focus-visible :nth-child(1) {
  width: 0.8em;
  transform: rotate(45deg);
}
.Hamburger--active:hover :nth-child(2), .Hamburger--active:focus-visible :nth-child(2) {
  width: 0.8em;
  transform: rotate(45deg);
}
.Hamburger--active:hover :nth-child(3), .Hamburger--active:focus-visible :nth-child(3) {
  width: 0.8em;
  transform: rotate(-45deg);
}
.Hamburger__Label {
  background: transparent;
  text-indent: -99999em;
  height: 0;
  width: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.HamburgerText {
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  padding-left: 90px;
  display: none;
}
@media (min-width: 601px) {
  .HamburgerText {
    font-size: 24px;
    padding-left: 130px;
  }
}
.PageBG {
  position: absolute;
  z-index: -1;
  height: 444px;
  width: 100%;
  background: white;
  box-sizing: border-box;
  background-size: cover;
  max-height: 444px;
  background-position: center;
  background-repeat: no-repeat;
}
.PageBG::before {
  content: " ";
  background: linear-gradient(180deg, rgba(32, 32, 32, 0.62) 0%, #202020 100%);
  position: absolute;
  top: 0;
  bottom: -1px;
  right: -1px;
  left: -1px;
}
.PageBG--Liberty {
  background-image: url(images/AngstBGAlt.jpg) !important;
}
.PageBG--Liberty::before {
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.3) 0%, #181818 100%);
}
.PageBG--Portal {
  background-image: url(images/PortalBG.jpg);
}
.PageBG--LIKE {
  background-image: url(images/LIKEBG.jpg);
}
.PageBG--Upstanders {
  background-image: url(images/UpstandersBG.jpg);
}
.PageBG--FindingKind {
  background: transparent;
}
.PageBG--FindingKind::before {
  display: none;
}
.PageBG--Angst {
  background-image: url(images/AngstBG.jpg);
}
.PageBG--Nevertheless {
  background-image: url(images/NeverthelessBG.jpg);
}

.PortalOptions {
  margin: 0 auto;
  max-width: 780px;
}
.PortalOptions .PortalOptions__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 690px) {
  .PortalOptions .PortalOptions__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.PortalOptions .PortalOptions__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 90px;
  max-width: 330px;
  flex: 330px 0 1;
  width: 100%;
}
@media (max-width: 690px) {
  .PortalOptions .PortalOptions__item {
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding-bottom: 30px;
  }
}
.PortalOptions .PortalOptions__item img {
  max-width: 270px;
  height: auto;
}
.PortalOptions .PortalOptions__item p {
  text-transform: capitalize;
}
.PortalOptions .PortalOptions__item .Button {
  width: 100%;
  max-width: 270px;
}

.ProgramSwitcher {
  height: 60px;
  font-size: 16px;
  color: #F1F1F1;
  line-height: 60px;
}
.ProgramSwitcher a {
  color: inherit;
}
.ProgramSwitcher--language {
  height: auto;
  line-height: 30px;
  padding: 0px 0;
}
.ProgramSwitcher--language a {
  color: #EEE !important;
}
.ProgramSwitcher--language a:hover {
  color: white;
  text-decoration: underline;
}
@media (max-width: 500px) {
  .ProgramSwitcher {
    display: none;
  }
}
.ProgramSwitcher__Fence {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1200px;
}
.ProgramSwitcher--language .ProgramSwitcher__Fence {
  flex-wrap: wrap;
  height: auto;
  min-height: 60px;
  font-size: 15px;
  max-width: 900px;
}
.ProgramSwitcher__Fence > * + * {
  margin-left: 15px;
}
.ProgramSwitcher__label {
  color: #BCBCBC;
}
.ProgramSwitcher__Angst, .ProgramSwitcher__LIKE, .ProgramSwitcher__Upstanders, .ProgramSwitcher__Nevertheless {
  position: relative;
}
.ProgramSwitcher__Angst:hover::after, .ProgramSwitcher__LIKE:hover::after, .ProgramSwitcher__Upstanders:hover::after, .ProgramSwitcher__Nevertheless:hover::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 7.5px 0 7.5px;
  border-color: #4d4d4d transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
}
.ProgramSwitcher__active {
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  cursor: text;
}
.ProgramSwitcher__active:hover {
  color: #F1F1F1 !important;
}
.ProgramSwitcher__active::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 7.5px 0 7.5px;
  border-color: #4d4d4d transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
}
.ProgramSwitcher__Angst:hover, .ProgramSwitcher__Nevertheless:hover {
  color: #F07272;
}
.ProgramSwitcher__LIKE:hover {
  color: #34D4F4;
}
.ProgramSwitcher__Upstanders:hover {
  color: #F97A34;
}

.Container {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1190px;
}
@media (min-width: 0) and (max-width: 960px) {
  .Container {
    padding: 0 15px;
  }
}
@media (max-width: 600px) {
  .Main--chapters .Container {
    padding: 0;
  }
}
.Container--Text {
  margin: 60px auto;
  max-width: 800px;
}
@media (max-width: 600px) {
  .Container--Text {
    margin: 30px auto;
  }
}

.TopBar {
  display: block;
  height: 60px;
  background: white;
  transition: background 200ms 0ms ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}
.TopBar__Left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
}
.TopBar__Branding {
  font-size: 30px;
  margin-right: 30px;
}
@media (max-width: 600px) {
  .TopBar__Branding {
    font-size: 20px;
    margin-right: 20px;
  }
}
.TopBar__Branding h1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.TopBar__Branding a {
  display: flex;
  color: inherit;
}
.TopBar__Branding a:hover {
  text-decoration: none;
}
.Mode--Night .TopBar__Branding {
  color: white;
}
.Branding--Corp .TopBar__Branding__retainFill::before {
  color: #FFB119;
}
.Branding--Edu .TopBar__Branding__retainFill::before {
  color: #0AA55C;
}
.Branding--Org .TopBar__Branding__retainFill::before {
  color: #425F98;
}
.Mode--Night .TopBar {
  background: black;
}
.TopBar .Container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
  background: inherit;
}
.TopBar__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.TopBar__menu > * + * {
  margin-left: 15px;
}
.TopBar__menuLabel {
  display: none;
}
.TopBar .Hamburger {
  display: none;
}
@media (max-width: 1028px) {
  .TopBar__hideMobile {
    display: none;
  }
  .TopBar .Navigation {
    opacity: 1;
  }
  .TopBar .Hamburger {
    display: block;
  }
  .TopBar--menuActive .TopBar__menu {
    display: flex;
  }
  .TopBar--menuActive .TopBar__Hamburger {
    transform: rotate(90deg);
  }
  .TopBar--menuActive .Navigation {
    opacity: 0;
    pointer-events: none;
  }
  .TopBar--menuActive .HamburgerText {
    display: block;
  }
  .TopBar__menu {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background: #f6f6f6;
    padding: 0 30px 30px;
    display: none;
    min-height: calc(100vh - 60px);
  }
  .Mode--Night .TopBar__menu {
    background: #333;
  }
  .TopBar__menuLabel {
    margin: 15px 15px 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    display: block;
  }
  .TopBar__menu .ModeSwitcher {
    margin: 8px 0 0 15px;
  }
  .TopBar__menu .DropSelect {
    margin: 0 0 0;
    width: 100%;
    height: auto;
    clip-path: none;
    background: none;
    color: #333;
    text-shadow: none;
  }
  .Mode--Night .TopBar__menu .DropSelect {
    color: #DBDBDB;
  }
  .Mode--Night .TopBar__menu .DropSelect a:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .TopBar__menu .DropSelect::before {
    display: none;
  }
  .TopBar__menu .DropSelect li {
    padding: 0;
    background: white;
    line-height: 45px;
    height: 45px;
    border: 1px solid #DBDBDB;
    border-bottom: 0;
    overflow: hidden;
  }
  .Mode--Night .TopBar__menu .DropSelect li {
    background: black;
    border: 1px solid #666;
    border-bottom: 0;
  }
  .TopBar__menu .DropSelect li:first-child, .TopBar__menu .DropSelect.FilmSwitch li:nth-child(2) {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
  .TopBar__menu .DropSelect li:last-of-type {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 1px solid #DBDBDB;
  }
  .Mode--Night .TopBar__menu .DropSelect li:last-of-type {
    background: black;
    border: 1px solid #666;
  }
  .TopBar__menu .DropSelect a, .TopBar__menu .DropSelect span {
    font-weight: normal;
    border-radius: 0;
    line-height: 45px;
    height: 45px;
  }
  .TopBar__menu .DropSelect li.DropSelect--active span, .TopBar__menu .DropSelect.LanguageSwitcher li:first-child span {
    font-weight: bold;
  }
  .TopBar__menu .DropSelect li.DropSelect--active span::before, .TopBar__menu .DropSelect.LanguageSwitcher li:first-child span::before {
    content: "✓ ";
  }
  .TopBar__menu .DropSelect::after {
    display: none;
  }
}

.Main {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-template-areas: "statusMsg" "mainHeader" "mainTop" "sideHeader" "sidebar" "mainBottom" "footer";
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 600px) {
  .Main {
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
    display: block;
  }
}
@media (min-width: 800px) {
  .Main {
    grid-template-columns: 63.88888889% auto;
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas: "statusMsg statusMsg" "mainHeader sideHeader" "mainTop sidebar" "mainBottom sidebar" "footer footer";
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
  }
}
.Mode--Night .Main {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.Main__full {
  grid-area: footer;
  margin: 30px 0 60px;
  text-align: center;
}
.Main--chapters {
  margin: 0 0;
}
.Main .StatusMsg {
  grid-area: statusMsg;
}
.Main__wideCellA {
  grid-area: mainHeader;
  align-self: center;
}
.Main__wideCellA h1 {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .Main__wideCellA {
    padding: 15px 0;
  }
}
.Main__narrowCellA {
  grid-area: sideHeader;
  align-self: end;
}
.Main__narrowCellA h1, .Main__narrowCellA h2 {
  margin-bottom: 0;
  padding-left: 15px;
}
@media (max-width: 600px) {
  .Main__narrowCellA {
    display: none;
  }
}
.Main__wideCellB {
  grid-area: mainTop;
}
.Main__narrowCellB {
  grid-area: sidebar;
}
.Main__wideCellC {
  grid-area: mainBottom;
  padding-right: 15px;
}
@media (max-width: 600px) {
  .Main__wideCellC {
    background: white;
    padding: 15px;
    border-radius: 15px;
  }
  .Mode--Night .Main__wideCellC {
    background: black;
  }
}
@media (max-width: 400px) {
  .Main__wideCellC {
    width: 100vw;
    margin-left: -15px;
    border-radius: 0;
  }
}
.Main--ExpiredMsg .Main__wideCellB {
  pointer-events: none;
  opacity: 0.6;
}
.Main--Bursts {
  min-height: calc(100vh - 267px);
}
.Main--Bursts > .Container {
  display: grid;
  grid-template-columns: auto;
  align-items: start;
  grid-template-rows: auto;
  grid-template-areas: "header header" "subheader subheader" "wideA narrowA" "footer footer";
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  grid-template-columns: 63.88888889% auto;
  grid-template-rows: auto auto auto auto;
}
@media (max-width: 800px) {
  .Main--Bursts > .Container {
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "header" "narrowA" "subheader" "wideA" "footer";
  }
}
@media (max-width: 600px) {
  .Main--Bursts > .Container {
    padding: 0;
  }
}
.Main--Bursts .Burst__PageHeader {
  grid-area: header;
}
.Main--Bursts .Burst__PageSubHeader {
  grid-area: subheader;
}
.Main--Bursts .Burst__List {
  grid-area: wideA;
}
.Main--Bursts .Burst__Sidebar {
  grid-area: narrowA;
  position: sticky;
  top: 75px;
}
@media (max-width: 800px) {
  .Main--Bursts .Burst__Sidebar {
    position: static;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .Main--Bursts .Burst__Sidebar > * {
    margin: 0;
    flex: 1 1 50%;
  }
  .Main--Bursts .Burst__Sidebar > * + * {
    margin-left: 15px;
  }
}
@media (max-width: 600px) {
  .Main--Bursts .Burst__Sidebar > * + * {
    display: none;
  }
}
.Main--Bursts .Burst__Categories {
  display: none;
}
.Main--Bursts .Footer {
  grid-area: footer;
}
.Main--BurstExpert > .Container {
  display: grid;
  grid-template-columns: auto;
  align-items: start;
  grid-template-rows: auto;
  grid-template-areas: "header header" "subheader subheader" "narrowA wideA" "footer footer";
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  grid-template-columns: auto 63.88888889%;
  grid-template-rows: auto auto auto auto;
}
@media (max-width: 800px) {
  .Main--BurstExpert > .Container {
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "header" "narrowA" "subheader" "wideA" "footer";
  }
}
@media (max-width: 600px) {
  .Main--BurstExpert > .Container {
    padding: 0;
  }
}
.Main--BurstExpert .Burst__PageHeader {
  grid-area: header;
}
.Main--BurstExpert .Burst__PageSubHeader {
  grid-area: subheader;
}
.Main--BurstExpert .Burst__List {
  grid-area: wideA;
}
.Main--BurstExpert .Burst__Sidebar {
  grid-area: narrowA;
  position: sticky;
  top: 30px;
}
@media (max-width: 800px) {
  .Main--BurstExpert .Burst__Sidebar {
    position: static;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .Main--BurstExpert .Burst__Sidebar > * {
    margin: 0;
    flex: 1 1 50%;
  }
  .Main--BurstExpert .Burst__Sidebar > * + * {
    margin-left: 15px;
  }
}
@media (max-width: 600px) {
  .Main--BurstExpert .Burst__Sidebar > * + * {
    display: none;
  }
}
.Main--BurstExpert .Burst__Categories, .Main--BurstExpert .Burst__SidebarItem--catList {
  display: none;
}
.Main--BurstExpert .Footer {
  grid-area: footer;
}
.Main--BurstCategories > .Container {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-template-areas: "header " "subheader " "wideA" "footer ";
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto auto;
}
.Main--BurstCategories .Burst__PageHeader {
  grid-area: header;
}
.Main--BurstCategories .Burst__PageSubHeader {
  grid-area: subheader;
}
.Main--BurstCategories .Burst__List {
  display: none;
}
.Main--BurstCategories .Burst__Categories {
  display: block;
  grid-area: wideA;
}
.Main--BurstCategories .Burst__Sidebar {
  display: none;
}
.Main--BurstCategories .Footer {
  grid-area: footer;
}

.Gallery {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0;
}
.Gallery > * {
  display: block;
  padding: 15px;
  box-sizing: border-box;
}
.Gallery > * img {
  border-radius: 5px;
}
.Gallery__wide {
  flex: 0 0 100%;
}
.Gallery__narrow {
  flex: 0 0 50%;
}

.SproutFrame {
  display: block;
  position: relative;
  height: 0;
  margin: 0;
  padding-top: 56.25%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .SproutFrame {
    border-radius: 0;
    width: 100vw;
    margin-left: -15px;
    overflow: visible;
    margin-bottom: 90px;
  }
  .SproutFrame--active, .SproutFrame--expired, .SproutFrame--ScheduledMsg {
    margin-bottom: 0;
  }
  .SproutFrame--active .SproutFrame__Buttons, .SproutFrame--expired .SproutFrame__Buttons, .SproutFrame--ScheduledMsg .SproutFrame__Buttons {
    display: none;
  }
}
.SproutFrame__Scheduled {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: rgba(51, 51, 51, 0.85);
  color: white;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.SproutFrame__Buttons {
  bottom: 0;
  top: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  height: 75px;
}
@media (max-width: 600px) {
  .SproutFrame__Buttons {
    left: 0;
    top: 100%;
    position: absolute;
    background: white;
  }
  .Mode--Night .SproutFrame__Buttons {
    background: black;
  }
}
@media (min-width: 601px) {
  .SproutFrame__Buttons #ToolkitSectionsBtn {
    display: none;
  }
}
.SproutFrame__Buttons .Button {
  flex: 0 0 auto;
  position: relative;
  height: 45px;
  width: auto;
  display: inline-block;
  line-height: 45px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 15px;
  transition: transform 100ms 0ms ease-in-out;
  margin: 0 10px 30px;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.SproutFrame__Buttons .Button__Icon {
  display: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 600px) {
  .SproutFrame__Buttons .Button {
    border-radius: 0;
    margin: 0;
    flex: 1 1 100%;
    text-align: center;
    border: 0 solid transparent !important;
    text-shadow: none;
    color: #333 !important;
    background: none !important;
    height: 75px;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .Mode--Night .SproutFrame__Buttons .Button {
    color: #f6f6f6 !important;
  }
  .SproutFrame__Buttons .Button__Icon {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 440px) {
  .SproutFrame__Buttons .Button {
    font-size: 12px;
    line-height: 12px;
  }
}
.SproutFrame__Buttons .Button--outline {
  box-sizing: border-box;
  background: white !important;
  text-shadow: none;
}
@media (max-width: 600px) {
  .SproutFrame__Buttons .Button--outline {
    border-radius: 0;
    margin: 0;
    flex: 1 1 100%;
    text-align: center;
    border: 0 solid transparent !important;
    text-shadow: none;
    color: #333;
    background: none !important;
    height: 75px;
    font-size: 13px;
    line-height: 20px;
  }
}
.SproutFrame__Buttons .Button:hover, .SproutFrame__Buttons .Button:focus-visible {
  transform: scale(1.1);
  transform-origin: center;
  outline-color: white !important;
}
.SproutFrame__Overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.SproutFrame__Overlay::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.17%, black 100%);
}
.SproutFrame__Overlay--Angst {
  background-image: url(../media/Posters/AngstTitleCard.jpg);
}
.SproutFrame__Overlay--Angst .Button--outline {
  color: #279138;
}
.SproutFrame__Overlay--AngstCorp {
  background-image: url(../media/Posters/AngstTitleCard-Corp.jpg);
}
.SproutFrame__Overlay--AngstCorp .Button--outline {
  color: #279138;
}
.SproutFrame__Overlay--AngstPlus {
  background-image: url(../media/Posters/AnxiousNation.jpg);
}
.SproutFrame__Overlay--AngstPlus .Button--outline {
  color: #279138;
}
.SproutFrame__Overlay--LIKE, .SproutFrame__Overlay--LIKECorp {
  background-image: url(../media/Posters/LikeTitleCard.jpg);
}
.SproutFrame__Overlay--LIKE .Button--outline, .SproutFrame__Overlay--LIKECorp .Button--outline {
  color: #1e68ec;
}
.SproutFrame__Overlay--Upstanders, .SproutFrame__Overlay--UpstandersCorp {
  background-image: url(../media/Posters/UpstandersTitleCard.jpg);
}
.SproutFrame__Overlay--Upstanders .Button--outline, .SproutFrame__Overlay--UpstandersCorp .Button--outline {
  color: #e57e3a;
}
.SproutFrame__Overlay--Nevertheless, .SproutFrame__Overlay--Nevertheless {
  background-image: url(../media/Posters/NeverthelessTitleCard.jpg);
}
.SproutFrame__Overlay--Nevertheless .Button--outline, .SproutFrame__Overlay--Nevertheless .Button--outline {
  color: #4493de;
}
.SproutFrame__Overlay--RTBH, .SproutFrame__Overlay--RTBHCorp {
  background-image: url(../media/Posters/RTBHTitleCard.jpg);
}
@media (min-width: 601px) {
  .SproutFrame__Overlay--RTBH .Button, .SproutFrame__Overlay--RTBHCorp .Button {
    line-height: 41px;
  }
}
.SproutFrame__embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.MaterialsList {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .MaterialsList {
    display: none;
  }
}
.MaterialsList__icon {
  position: relative;
  font-size: 25px;
  margin: auto 17px auto 18px;
  color: inherit;
}
.MaterialsList__item {
  transition: all 60ms 0ms ease-in-out;
}
.MaterialsList__item:hover, .MaterialsList__item--active {
  background: white;
}
.MaterialsList__item:hover + .MaterialsList__item .MaterialsList__link, .MaterialsList__item--active + .MaterialsList__item .MaterialsList__link {
  border-color: white;
}
.Mode--Night .MaterialsList__item:hover, .Mode--Night .MaterialsList__item--active {
  background: rgba(0, 0, 0, 0.3);
}
.Mode--Night .MaterialsList__item:hover + .MaterialsList__item .MaterialsList__link, .Mode--Night .MaterialsList__item--active + .MaterialsList__item .MaterialsList__link {
  border-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 601px) {
  .MaterialsList__item:first-of-type {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .MaterialsList__item:first-of-type .MaterialsList__link {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .MaterialsList__item:last-child {
    margin-bottom: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .MaterialsList__item:last-child .MaterialsList__link {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
.MaterialsList__link {
  display: flex;
  align-items: center;
  justify-content: between;
  font-size: 15px;
  font-weight: 700;
  color: inherit;
  position: relative;
  height: 58px;
  line-height: 15px;
  padding: 0;
  border-radius: 0;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  border-top: 2px solid transparent;
  transition: all 60ms 0ms ease-in-out;
  background-color: white;
}
@media (max-width: 600px) {
  .MaterialsList__link {
    font-size: 14px;
  }
}
.MaterialsList__link--expired {
  pointer-events: none;
  opacity: 0.3;
}
.MaterialsList__link--qr {
  height: auto;
  pointer-events: none;
  overflow: hidden;
  padding: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 800px) {
  .MaterialsList__link--qr {
    display: none;
  }
}
.MaterialsList__link--qr span {
  opacity: 0.8;
}
.MaterialsList__link--qr img {
  width: 100%;
  height: auto;
  max-width: 260px;
  margin: 10px auto;
  transition: filter 100ms 0s cubic-bezier(0.5, 0, 0.1, 1);
}
.Mode--Night .MaterialsList__link--qr img {
  filter: invert(100%) brightness(120%);
}
.Mode--Night .MaterialsList__link {
  color: #DBDBDB;
  background-color: rgba(0, 0, 0, 0.3);
}
.MaterialsList__link::before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  left: 2px;
  bottom: 2px;
  display: block;
  border-radius: 30px;
}
.MaterialsList__link span {
  flex: 1 1 auto;
  position: relative;
}
.NaterialsList__Item:first-child .MaterialsList__link {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.MaterialsList__link:hover, .MaterialsList__link:focus-visible, .MaterialsList__link:focus-within, .MaterialsList__link--active {
  color: white;
  z-index: 10;
  border-radius: 30px;
}
@media (max-width: 600px) {
  .MaterialsList__link:hover, .MaterialsList__link:focus-visible, .MaterialsList__link:focus-within, .MaterialsList__link--active {
    border-radius: 0;
  }
}
.MaterialsList__link:hover .MaterialsList__linkText, .MaterialsList__link:focus-visible .MaterialsList__linkText, .MaterialsList__link:focus-within .MaterialsList__linkText, .MaterialsList__link--active .MaterialsList__linkText {
  color: white !important;
}
.Film--RTBH .MaterialsList__link:hover, .Film--RTBH .MaterialsList__link:focus-visible, .Film--RTBH .MaterialsList__link:focus-within, .Film--RTBH .MaterialsList__link--active {
  background-image: linear-gradient(to right bottom, #5F3F0D, #754b0c, #ac6b0b, #D7A153, #E7BA78);
  transition: background 30ms 0ms ease-in-out;
}
.Film--RTBH.Mode--Day .MaterialsList__link:hover, .Film--RTBH.Mode--Day .MaterialsList__link:hover .MaterialsList__linkText, .Film--RTBH.Mode--Day .MaterialsList__link:focus-visible, .Film--RTBH.Mode--Day .MaterialsList__link:focus-visible .MaterialsList__linkText, .Film--RTBH.Mode--Day .MaterialsList__link:focus-within, .Film--RTBH.Mode--Day .MaterialsList__link:focus-within .MaterialsList__linkText, .Film--RTBH.Mode--Day .MaterialsList__link--active, .Film--RTBH.Mode--Day .MaterialsList__link--active .MaterialsList__linkText {
  color: #5F3F0D !important;
}
.Film--RTBH.Mode--Night .MaterialsList__link:hover, .Film--RTBH.Mode--Night .MaterialsList__link:hover .MaterialsList__linkText, .Film--RTBH.Mode--Night .MaterialsList__link:focus-visible, .Film--RTBH.Mode--Night .MaterialsList__link:focus-visible .MaterialsList__linkText, .Film--RTBH.Mode--Night .MaterialsList__link:focus-within, .Film--RTBH.Mode--Night .MaterialsList__link:focus-within .MaterialsList__linkText, .Film--RTBH.Mode--Night .MaterialsList__link--active, .Film--RTBH.Mode--Night .MaterialsList__link--active .MaterialsList__linkText {
  color: white !important;
}
.Film--RTBH.Mode--Day .MaterialsList__link:hover::before, .Film--RTBH.Mode--Day .MaterialsList__link:focus-visible::before, .Film--RTBH.Mode--Day .MaterialsList__link:focus-within::before, .Film--RTBH.Mode--Day .MaterialsList__link--active::before {
  background: white;
}
.Film--RTBH.Mode--Night .MaterialsList__link:hover::before, .Film--RTBH.Mode--Night .MaterialsList__link:focus-visible::before, .Film--RTBH.Mode--Night .MaterialsList__link:focus-within::before, .Film--RTBH.Mode--Night .MaterialsList__link--active::before {
  background: black;
}
.Film--Corp .MaterialsList__link:hover, .Film--Corp .MaterialsList__link:focus-visible, .Film--Corp .MaterialsList__link:focus-within, .Film--Corp .MaterialsList__link--active {
  background-color: #FFB119;
}
.Film--Angst .MaterialsList__link:hover, .Film--Angst .MaterialsList__link:focus-visible, .Film--Angst .MaterialsList__link:focus-within, .Film--Angst .MaterialsList__link--active {
  background-color: #279138;
}
.Film--LIKE .MaterialsList__link:hover, .Film--LIKE .MaterialsList__link:focus-visible, .Film--LIKE .MaterialsList__link:focus-within, .Film--LIKE .MaterialsList__link--active {
  background-color: #1e68ec;
}
.Film--Upstanders .MaterialsList__link:hover, .Film--Upstanders .MaterialsList__link:focus-visible, .Film--Upstanders .MaterialsList__link:focus-within, .Film--Upstanders .MaterialsList__link--active {
  background-color: #e57e3a;
}
.Film--Nevertheless .MaterialsList__link:hover, .Film--Nevertheless .MaterialsList__link:focus-visible, .Film--Nevertheless .MaterialsList__link:focus-within, .Film--Nevertheless .MaterialsList__link--active {
  background-color: #4493de;
}
.Film--Angst .MaterialsList__linkText {
  color: #333;
}
.Film--Corp .MaterialsList__linkText {
  color: #333;
}
.Film--RTBH .MaterialsList__linkText {
  color: #333;
}
.Film--LIKE .MaterialsList__linkText {
  color: #333;
}
.Film--Upstanders .MaterialsList__linkText {
  color: #333;
}
.Film--Nevertheless .MaterialsList__linkText {
  color: #333;
}
.Mode--Night .MaterialsList__linkText {
  color: #DBDBDB;
}

.Intro {
  position: relative;
  background: #1E1E1E;
  box-sizing: border-box;
  max-width: 780px !important;
  padding: 60px 30px 30px;
  border-radius: 3px;
}
.Intro--Liberty {
  background: #FFD000;
  color: #1a1446;
}
.Intro__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
}

.Chapters {
  width: 100%;
  max-width: 100%;
}
.Mode--Night .Chapters {
  background: black;
}
.Chapters #HomeChapterListHeading {
  background: white;
  padding: 60px 30px 30px;
}
.Mode--Night .Chapters #HomeChapterListHeading {
  background: #202020;
}

.ChapterList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 30px;
}
@media (max-width: 800px) {
  .ChapterList {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .ChapterList {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 400px) {
  .ChapterList {
    grid-template-columns: 1fr;
  }
}
.ChapterList__item {
  max-width: 270px;
}
@media (max-width: 400px) {
  .ChapterList__item {
    max-width: 100%;
  }
}
.ChapterList__link {
  position: relative;
  display: block;
  padding: 2px;
  border-radius: 15px;
  transition: all 130ms 130ms ease-in-out;
}
.ChapterList__link[href="#"] {
  pointer-events: none;
}
.ChapterList__item:not(.Sample--locked) .ChapterList__link--active {
  pointer-events: none;
}
.ChapterList__item:not(.Sample--locked) .ChapterList__link--active::after {
  content: "Now Playing";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: auto;
  background: white;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
  padding: 0 15px;
}
.Mode--Night .ChapterList__item:not(.Sample--locked) .ChapterList__link--active::after {
  background: black;
}
.ChapterList__item:not(.Sample--locked) .ChapterList__link--active img {
  filter: saturate(0);
}
.Sample--locked .ChapterList__link img {
  filter: brightness(0.5);
}
.ChapterList__link:hover {
  transform: scale(1.05);
  transition: all 130ms 60ms ease-in-out;
  filter: drop-shadow(0px 1.88976px 3.77953px rgba(0, 0, 0, 0.25));
}
.ChapterList__link * {
  position: relative;
}
.ChapterList__link::before {
  content: " ";
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border-radius: 13px;
  transition: background 130ms 0ms ease-in-out;
}
.Mode--Day .ChapterList__link::before {
  background: white;
}
.Mode--Night .ChapterList__link::before {
  background: black;
}
.Mode--Day .ChapterList__link {
  background: white;
}
.Mode--Night .ChapterList__link {
  background: black;
}
.Film--RTBH .ChapterList__link:hover {
  background: linear-gradient(to right bottom, #5F3F0D, #754b0c, #ac6b0b, #D7A153, #E7BA78);
}
.Film--Angst .ChapterList__link:hover {
  background: #279138;
}
.Film--Upstanders .ChapterList__link:hover {
  background: #e57e3a;
}
.Film--LIKE .ChapterList__link:hover {
  background: #1e68ec;
}
.Film--Corp .ChapterList__link:hover {
  background: #FFB119;
}
.ChapterList__link.ChapterList__link--active {
  background: #858585;
}
.ChapterList__link img {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.ChapterList__details {
  line-height: 15px;
  padding: 7.5px 15px;
}
.ChapterList__details h3 {
  font-size: 14px;
  font-weight: 600;
  display: block;
  min-width: 0;
}
.Film--RTBH.Mode--Day .ChapterList__details h3 {
  color: #5F3F0D;
}
.Film--RTBH.Mode--Night .ChapterList__details h3 {
  color: white;
}
.Film--Angst.Mode--Day .ChapterList__details h3 {
  color: #279138;
}
.Film--Angst.Mode--Night .ChapterList__details h3 {
  color: white;
}
.Film--Upstanders.Mode--Day .ChapterList__details h3 {
  color: #e57e3a;
}
.Film--Upstanders.Mode--Night .ChapterList__details h3 {
  color: white;
}
.Film--LIKE.Mode--Day .ChapterList__details h3 {
  color: #1e68ec;
}
.Film--LIKE.Mode--Night .ChapterList__details h3 {
  color: white;
}
.Film--Corp.Mode--Day .ChapterList__details h3 {
  color: #353535;
}
.Film--Corp.Mode--Night .ChapterList__details h3 {
  color: white;
}
.ChapterList__details span {
  padding-top: 5px;
  font-size: 13px;
  font-weight: 400;
  flex: 0 0 auto;
  display: block;
}

.Entry {
  line-height: 30px;
  font-size: 16px;
}
.Entry > * + * {
  margin-top: 30px;
}
.Entry h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
  max-width: 1200px;
}
@media (min-width: 0) and (max-width: 960px) {
  .Entry h1 {
    font-size: 27px;
    margin-bottom: 22.5px;
  }
}
@media (min-width: 0) and (max-width: 800px) {
  .Entry h1 {
    font-size: 24px;
    margin-bottom: 20.01px;
  }
}
@media (max-width: 600px) {
  .Entry h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.Entry h2 {
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
  max-width: 1200px;
}
@media (min-width: 0) and (max-width: 960px) {
  .Entry h2 {
    font-size: 21px;
    margin-bottom: 22.5px;
  }
}
@media (min-width: 0) and (max-width: 800px) {
  .Entry h2 {
    font-size: 19px;
    margin-bottom: 20.01px;
  }
}
@media (max-width: 600px) {
  .Entry h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.Entry h3 {
  font-size: 21px;
  font-weight: 700;
  max-width: 1200px;
}
.Entry h4 {
  font-size: 21px;
  font-weight: 400;
  max-width: 1200px;
}
.Entry p {
  font-size: 16px;
}
.Entry ul {
  margin: 0;
  max-width: 1200px;
}
.Entry ul li {
  font-size: 16px;
}
.Entry ul li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #C4C4C4; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  font-size: 25px;
  display: inline-block; /* Needed to add space between the bullet and the text */
  margin-right: 0.3em; /* Also needed for space (tweak if needed) */
}
.Entry ol {
  margin: 0;
  max-width: 1200px;
  padding-left: 20px;
}
.Entry ol li {
  font-size: 16px;
  list-style: decimal;
}
.Entry ol li ol {
  padding: 10px 0 10px 30px;
}
.Entry ol li ol li {
  list-style: lower-alpha;
}

.Reflections {
  background: white;
  padding: 60px 0;
  margin-bottom: 60px;
  text-align: left;
}
@media (max-width: 600px) {
  .Reflections {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
.Mode--Night .Reflections {
  background: #131313;
}
.Reflections .Container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 640px) {
  .Reflections .Container {
    grid-template-columns: 1fr;
  }
}

.ChapterViewer {
  background: white;
  padding: 60px 0;
  margin-bottom: 60px;
  text-align: left;
}
@media (max-width: 600px) {
  .ChapterViewer {
    margin: 0;
    padding: 30px 0 0;
  }
  .ChapterViewer h1 {
    padding: 15px;
    margin-bottom: 0;
  }
  .ChapterViewer h1 span {
    display: block;
  }
}
.Mode--Night .ChapterViewer {
  background: #131313;
}
.ChapterViewer__VideoArea--expired {
  height: auto;
  padding: 90px 30px !important;
  background: rgba(133, 133, 133, 0.2);
}
.ChapterViewer__ExpiredMsg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ChapterViewer__ExpiredMsg h3 {
  font-size: 24px;
}
.ChapterViewer__Prompt {
  background: rgba(133, 133, 133, 0.1);
  padding: 15px;
}
@media (min-width: 601px) {
  .ChapterViewer__Prompt {
    padding: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .ChapterViewer__PromptLeft {
    flex: 1 1 33%;
    padding-right: 15px;
  }
  .ChapterViewer__PromptRight {
    flex: 1 1 66%;
    border-left: 2px solid rgba(133, 133, 133, 0.3);
    padding-left: 15px;
  }
  .ChapterViewer__PromptRight h4:first-of-type {
    margin-top: 0;
  }
  .ChapterViewer__PromptRight img {
    max-width: 300px;
    margin: 15px;
    display: block;
  }
}
.ChapterViewer ol {
  counter-reset: item;
  list-style: none;
}
@media (max-width: 600px) {
  .ChapterViewer ol {
    padding-left: 0;
    font-size: 0.8em;
  }
}
.ChapterViewer ol li {
  position: relative;
  padding: 15px;
  counter-increment: item;
  list-style: none;
  padding-left: 45px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 600px) {
  .ChapterViewer ol li {
    padding-left: 0 !important;
  }
}
.ChapterViewer ol li:last-child {
  border-bottom: none !important;
  padding-bottom: 0;
}
.Mode--Night .ChapterViewer ol li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ChapterViewer ol li::before {
  border-radius: 30px;
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  content: counter(item);
  background: white;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 600px) {
  .ChapterViewer ol li::before {
    display: none;
  }
}
.Mode--Night .ChapterViewer ol li::before {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 600px) {
  .ChapterViewer ol li ol {
    padding-left: 15px;
  }
}
.ChapterViewer ol li ol li {
  list-style: none;
  border: none;
  padding-left: 0 !important;
  padding: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.ChapterViewer ol li ol li::before {
  content: counter(item, disc);
  position: static;
  font-weight: inherit;
  font-size: inherit;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  line-height: 20px;
  padding: 5px 0;
  border-radius: 4px;
  opacity: 0.75;
  flex: 0 0 auto;
  margin-right: 5px;
  border: none;
  background: none;
}
.ChapterViewer ul li {
  position: relative;
  padding: 15px;
  padding-left: 45px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 600px) {
  .ChapterViewer ul li {
    padding-left: 15px !important;
  }
}
.ChapterViewer ul li:last-child {
  border-bottom: none !important;
  padding-bottom: 0;
}
.Mode--Night .ChapterViewer ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ChapterViewer ul li ul li {
  border: none;
  padding-left: 0 !important;
  padding: 5px;
}

.ChapterModule {
  background: white;
  border-radius: 30px;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.06);
  margin: 30px 0;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ChapterModule a {
  color: inherit;
}
.ChapterModule + .ChapterModule {
  margin-top: 0;
}
@media (max-width: 600px) {
  .ChapterModule {
    border-radius: 0;
    margin: 0;
    padding: 0 0 30px;
  }
}
.Mode--Night .ChapterModule {
  background: #202020;
}
@keyframes BarLoad {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 250% 0;
  }
}
.ChapterModule--locked .ChapterModule__ItemList {
  position: relative;
}
.ChapterModule--locked .ChapterModule__ItemList * {
  opacity: 0.5;
}
.ChapterModule--locked * {
  pointer-events: none !important;
}
.ChapterModule__LockedMsg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.ChapterModule__LockedMsg, .ChapterModule__LockedMsg * {
  opacity: 1 !important;
}
.ChapterModule__LockedMsgInterior {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.06);
}
.Mode--Night .ChapterModule__LockedMsgInterior {
  background: rgba(0, 0, 0, 0.9);
}
.ChapterModule__LockedMsg h4 {
  font-size: 21px;
}
.ChapterModule__LockedMsg p {
  font-size: 14px;
}
.ChapterModule__Header {
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  padding: 20px 30px 18px;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .ChapterModule__Header {
    flex-direction: column;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    text-align: Center;
  }
  .ChapterModule__Header > * + * {
    margin-top: 10px;
  }
}
.ChapterModule__HeaderTitle {
  flex: 1 1 auto;
  line-height: 20px;
}
@media (min-width: 601px) {
  .ChapterModule__HeaderTitle {
    padding-right: 30px;
  }
}
.ChapterModule__HeaderTitle strong {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}
.ChapterModule__HeaderDetails {
  flex: 0 0 auto;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  margin-right: 15px;
}
@media (max-width: 600px) {
  .ChapterModule__HeaderDetails {
    margin-right: 0;
    font-weight: 400;
  }
}
.ChapterModule__HeaderDetails strong {
  display: block;
}
.ChapterModule__HeaderDetails i {
  display: inline-block;
  font-family: "dashboard";
  width: 15px;
  height: 15px;
  border-radius: 15px;
  font-size: 8px;
  line-height: 15px;
  text-align: center;
  background-color: currentColor;
  opacity: 0.7;
  margin: 0 0 0 5px;
  transform: translateY(-1px);
}
.ChapterModule__HeaderDetails i::before {
  color: white;
}
.Mode--Night .ChapterModule__HeaderDetails i::before {
  color: black;
}
.ChapterModule__HeaderProgress {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  appearance: none;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  height: 3px;
}
.Film--Angst .ChapterModule__HeaderProgress {
  background-color: rgba(39, 145, 56, 0.1);
}
.Film--LIKE .ChapterModule__HeaderProgress {
  background-color: rgba(30, 104, 236, 0.1);
}
.Film--Upstanders .ChapterModule__HeaderProgress {
  background-color: rgba(229, 126, 58, 0.1);
}
.Film--RTBH .ChapterModule__HeaderProgress {
  background-color: rgba(172, 107, 11, 0.1);
}
.Film--Nevertheless .ChapterModule__HeaderProgress {
  background-color: rgba(68, 147, 222, 0.1);
}
.ChapterModule--k4 .ChapterModule__HeaderProgress {
  background-color: rgba(84, 30, 236, 0.1);
}
.ChapterModule__HeaderProgressValue {
  height: inherit;
  background: none;
  animation-name: BarLoad;
  animation-duration: 5000ms;
  animation-delay: 0;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  animation-play-state: running;
  background-size: 40%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 70%);
}
.ChapterModule__HeaderProgressValue[style="width:100%"] {
  background-image: none !important;
}
.Mode--Night .ChapterModule__HeaderProgressValue {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}
.Film--Angst .ChapterModule__HeaderProgressValue {
  background-color: rgba(39, 145, 56, 0.4);
}
.Film--LIKE .ChapterModule__HeaderProgressValue {
  background-color: rgba(30, 104, 236, 0.4);
}
.Film--Upstanders .ChapterModule__HeaderProgressValue {
  background-color: rgba(229, 126, 58, 0.4);
}
.Film--RTBH .ChapterModule__HeaderProgressValue {
  background-color: rgba(172, 107, 11, 0.4);
}
.Film--Nevertheless .ChapterModule__HeaderProgressValue {
  background-color: rgba(68, 147, 222, 0.4);
}
.ChapterModule--k4 .ChapterModule__HeaderProgressValue {
  background-color: rgba(84, 30, 236, 0.4);
}
.Mode--Night.Film--Angst .ChapterModule__HeaderProgressValue {
  background-color: rgba(39, 145, 56, 0.5);
}
.Mode--Night.Film--LIKE .ChapterModule__HeaderProgressValue {
  background-color: rgba(30, 104, 236, 0.5);
}
.Mode--Night.Film--Upstanders .ChapterModule__HeaderProgressValue {
  background-color: rgba(229, 126, 58, 0.5);
}
.Mode--Night.Film--RTBH .ChapterModule__HeaderProgressValue {
  background-color: rgba(172, 107, 11, 0.5);
}
.Mode--Night.Film--Nevertheless .ChapterModule__HeaderProgressValue {
  background-color: rgba(68, 147, 222, 0.5);
}
.Mode--Night .ChapterModule--k4 .ChapterModule__HeaderProgressValue {
  background-color: rgba(84, 30, 236, 0.5);
}
.Film--Angst .ChapterModule__Header {
  border-color: rgba(39, 145, 56, 0.1);
  color: #006310;
}
.Film--Angst.Mode--Night .ChapterModule__Header {
  border-color: rgba(67, 199, 88, 0.2);
  color: white;
}
.Film--LIKE .ChapterModule__Header {
  border-color: rgba(30, 104, 236, 0.1);
}
.Film--LIKE.Mode--Night .ChapterModule__Header {
  border-color: rgba(85, 214, 255, 0.2);
}
.Film--Upstanders .ChapterModule__Header {
  border-color: rgba(229, 126, 58, 0.1);
}
.Film--Upstanders.Mode--Night .ChapterModule__Header {
  border-color: rgba(243, 119, 28, 0.2);
}
.Film--RTBH .ChapterModule__Header {
  border-color: rgba(172, 107, 11, 0.1);
}
.Film--RTBH.Mode--Night .ChapterModule__Header {
  border-color: rgba(215, 161, 83, 0.2);
}
.Film--Nevertheless .ChapterModule__Header {
  border-color: rgba(68, 147, 222, 0.1);
  color: #4493de;
}
.Film--Nevertheless.Mode--Night .ChapterModule__Header {
  border-color: rgba(68, 147, 222, 0.2);
}
.ChapterModule--k4 .ChapterModule__Header {
  border-color: rgba(84, 30, 236, 0.1);
  color: #541EEC;
  background-color: rgba(84, 30, 236, 0.1);
}
.Mode--Night .ChapterModule--k4 .ChapterModule__Header {
  background-color: rgba(84, 30, 236, 0.2);
}
.Mode--Night .ChapterModule__Header {
  color: white;
}
.ChapterModule__Item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  flex: 1 1 100%;
  border-radius: 5px;
  background: rgba(133, 133, 133, 0.1);
  padding: 15px 15px 10px;
  transition: transform 120ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
  pointer-events: none;
}
.Mode--Night .ChapterModule__Item {
  background: rgba(133, 133, 133, 0.2);
}
.ChapterModule__Item::after {
  display: block;
  content: "\e903";
  font-family: "dashboard";
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #858585;
  font-size: 12px;
  line-height: 25px;
  position: absolute;
  right: 0;
  top: -5px;
}
.ChapterModule__Item--unlocked {
  border: 2px solid #858585;
  background: transparent;
  pointer-events: initial;
}
.ChapterModule__Item--unlocked::after {
  display: none;
}
.ChapterModule__Item--unlocked:hover, .ChapterModule__Item--unlocked:focus-visible {
  transform: scale(1.05);
}
.Mode--Night .ChapterModule__Item--unlocked {
  background: black;
  border-color: rgba(133, 133, 133, 0.6);
}
.ChapterModule__Item--completed {
  border: none;
}
.ChapterModule__Item--completed.ChapterModule__Item--impact {
  pointer-events: none;
}
.ChapterModule__Item--completed.ChapterModule__Item--impact .ChapterModule__ItemLabel {
  color: inherit !important;
  opacity: 0.8;
}
.Film--Angst .ChapterModule__Item--completed {
  background: rgba(39, 145, 56, 0.1);
}
.Film--Angst.Mode--Night .ChapterModule__Item--completed {
  background: rgba(67, 199, 88, 0.2);
}
.Film--LIKE .ChapterModule__Item--completed {
  background: rgba(30, 104, 236, 0.1);
}
.Film--LIKE.Mode--Night .ChapterModule__Item--completed {
  background: rgba(85, 214, 255, 0.2);
}
.Film--Upstanders .ChapterModule__Item--completed {
  background: rgba(229, 126, 58, 0.1);
}
.Film--Upstanders.Mode--Night .ChapterModule__Item--completed {
  background: rgba(243, 119, 28, 0.2);
}
.Film--RTBH .ChapterModule__Item--completed {
  background: rgba(172, 107, 11, 0.1);
}
.Film--RTBH.Mode--Night .ChapterModule__Item--completed {
  background: rgba(215, 161, 83, 0.2);
}
.Film--Nevertheless .ChapterModule__Item--completed {
  background: rgba(68, 147, 222, 0.1);
}
.Film--Nevertheless.Mode--Night .ChapterModule__Item--completed {
  background: rgba(68, 147, 222, 0.2);
}
.ChapterModule--k4 .ChapterModule__Item--completed {
  background: rgba(84, 30, 236, 0.1);
}
.Mode--Night .ChapterModule--k4 .ChapterModule__Item--completed {
  background: rgba(84, 30, 236, 0.2);
}
.ChapterModule__Item--completed::after {
  display: block;
  content: "\e936";
}
.Film--Angst .ChapterModule__Item--completed::after {
  background: #279138;
}
.Film--LIKE .ChapterModule__Item--completed::after {
  background: #1e68ec;
}
.Film--Upstanders .ChapterModule__Item--completed::after {
  background: #e57e3a;
}
.Film--RTBH .ChapterModule__Item--completed::after {
  background: #ac6b0b;
}
.Film--Nevertheless .ChapterModule__Item--completed::after {
  background: #4493de;
}
.ChapterModule--k4 .ChapterModule__Item--completed::after {
  background: #541EEC;
}
@keyframes marching-ants {
  0% {
    background-position: 0 0, 20px 100%, 0 20px, 100% 0, -300px 0;
  }
  100% {
    background-position: 20px 0, 0 100%, 0 0, 100% 20px, 300px 0px;
  }
}
.ChapterModule__Item--active {
  pointer-events: none;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 50%, transparent 50%), linear-gradient(90deg, rgba(0, 0, 0, 0.5) 50%, transparent 50%), linear-gradient(0, rgba(0, 0, 0, 0.5) 50%, transparent 50%), linear-gradient(0, rgba(0, 0, 0, 0.5) 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y !important;
  background-size: 20px 2px, 20px 2px, 2px 20px, 2px 20px !important;
  animation: marching-ants 2000ms infinite linear;
  background-color: transparent !important;
  border: none !important;
}
.Film--Angst .ChapterModule__Item--active {
  background-image: linear-gradient(90deg, #279138 50%, transparent 50%), linear-gradient(90deg, #279138 50%, transparent 50%), linear-gradient(0, #279138 50%, transparent 50%), linear-gradient(0, #279138 50%, transparent 50%) !important;
}
.Film--LIKE .ChapterModule__Item--active {
  background-image: linear-gradient(90deg, #1e68ec 50%, transparent 50%), linear-gradient(90deg, #1e68ec 50%, transparent 50%), linear-gradient(0, #1e68ec 50%, transparent 50%), linear-gradient(0, #1e68ec 50%, transparent 50%) !important;
}
.Film--Upstanders .ChapterModule__Item--active {
  background-image: linear-gradient(90deg, #e57e3a 50%, transparent 50%), linear-gradient(90deg, #e57e3a 50%, transparent 50%), linear-gradient(0, #e57e3a 50%, transparent 50%), linear-gradient(0, #e57e3a 50%, transparent 50%) !important;
}
.Film--RTBH .ChapterModule__Item--active {
  background-image: linear-gradient(90deg, #ac6b0b 50%, transparent 50%), linear-gradient(90deg, #ac6b0b 50%, transparent 50%), linear-gradient(0, #ac6b0b 50%, transparent 50%), linear-gradient(0, #ac6b0b 50%, transparent 50%) !important;
}
.Film--Nevertheless .ChapterModule__Item--active {
  background-image: linear-gradient(90deg, #4493de 50%, transparent 50%), linear-gradient(90deg, #4493de 50%, transparent 50%), linear-gradient(0, #4493de 50%, transparent 50%), linear-gradient(0, #4493de 50%, transparent 50%) !important;
}
.ChapterModule--k4 .ChapterModule__Item--active {
  background-image: linear-gradient(90deg, #541EEC 50%, transparent 50%), linear-gradient(90deg, #541EEC 50%, transparent 50%), linear-gradient(0, #541EEC 50%, transparent 50%), linear-gradient(0, #541EEC 50%, transparent 50%) !important;
}
.ChapterModule__ItemList {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 30px 22.5px 15px;
  overflow: auto;
}
.ChapterModule__ItemList li {
  display: block;
  flex: 1 0 190px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 220px;
  min-width: 150px;
  margin: 0 7.5px 15px;
  position: relative;
}
.ChapterModule__ItemIcon {
  font-size: 60px;
  padding: 20px 0 0;
  flex: 1 1 auto;
}
.Mode--Night .ChapterModule__ItemIcon {
  opacity: 0.75;
}
.ChapterModule__ItemName {
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  flex: 0 1 auto;
  width: 100%;
  box-sizing: border-box;
  margin: 15px 0 10px;
  text-align: center;
}
.ChapterModule__ItemRuntime {
  line-height: 15px;
  font-size: 12px;
  margin-bottom: 15px;
  opacity: 0.7;
}
.ChapterModule__ItemLabel {
  font-size: 12px;
  height: 30px;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  color: #858585;
  font-weight: 700;
}
.ChapterModule__ItemLabel i {
  margin: 5px;
}
.ChapterModule__Item--active .ChapterModule__ItemLabel {
  color: #858585 !important;
}
.Mode--Night .ChapterModule__Item--active .ChapterModule__ItemLabel {
  color: #f6f6f6 !important;
}
.Film--Angst .ChapterModule__Item--unlocked .ChapterModule__ItemLabel {
  color: #279138;
}
.Film--LIKE .ChapterModule__Item--unlocked .ChapterModule__ItemLabel {
  color: #1e68ec;
}
.Film--Upstanders .ChapterModule__Item--unlocked .ChapterModule__ItemLabel {
  color: #e57e3a;
}
.Film--RTBH .ChapterModule__Item--unlocked .ChapterModule__ItemLabel {
  color: #ac6b0b;
}
.Film--Nevertheless .ChapterModule__Item--unlocked .ChapterModule__ItemLabel {
  color: #4493de;
}
.ChapterModule--k4 .ChapterModule__Item--unlocked .ChapterModule__ItemLabel {
  color: #541EEC;
}
.Mode--Night .ChapterModule__Item--unlocked .ChapterModule__ItemLabel {
  color: white;
}

.ChaptersHeader {
  padding: 0 0 60px 0;
}
@media (max-width: 800px) {
  .ChaptersHeader {
    padding: 0 0 30px 0;
  }
}
.ChaptersHeader .Container {
  text-align: center;
}
.ChaptersHeader svg {
  max-width: 60vw;
}
@media (max-width: 800px) {
  .ChaptersHeader svg {
    max-width: 75vw;
  }
}
@media (max-width: 600px) {
  .ChaptersHeader svg {
    max-width: 85vw;
  }
}
.Mode--Night .ChaptersHeader svg *[fill=black] {
  fill: white !important;
}
.ChaptersHeader--SubPage {
  padding-bottom: 30px;
  margin-top: -30px;
}
.ChaptersHeader--SubPage .Container {
  text-align: left;
}
.ChaptersHeader--SubPage svg {
  max-height: 60px;
  width: auto;
}

.Footer {
  max-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 71px 0px;
}
@media (max-width: 1000px) {
  .Footer {
    padding: 30px 15px;
    max-height: none;
  }
}
.Footer__Container {
  flex: 1 1 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .Footer__Container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.Footer__Brand {
  max-width: 450px;
  flex: 1 1 auto;
}
@media (max-width: 1000px) {
  .Footer__Brand {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
.Footer__Supporting {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
.Footer__Logo {
  padding: 0;
  margin: 0;
  font-size: 34px;
}
@media (max-width: 600px) {
  .Footer__Logo {
    font-size: 25px;
  }
}
.Footer__LogoImg {
  max-height: inherit;
}
.Footer__Copyright {
  line-height: 30px;
  margin-top: 5px;
  font-size: 13px;
  color: #666;
}
.Mode--Night .Footer__Copyright {
  color: #DBDBDB;
}
@media (max-width: 600px) {
  .Footer__Copyright {
    line-height: 20px;
    margin-top: 10px;
  }
}
.Footer__Version {
  line-height: 30px;
  font-size: 15px;
}
@media (max-width: 1000px) {
  .Footer__Version {
    text-align: center;
    width: 100%;
    font-size: 13px;
    margin-top: 15px;
  }
}
.Footer__Links {
  flex: 1 1 auto;
  line-height: 30px;
}
@media (max-width: 600px) {
  .Footer__Links {
    margin-top: 15px;
  }
}
.Footer__Links ul, .Footer__Links li {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.Footer__Links ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .Footer__Links ul {
    flex-direction: column;
  }
}
.Footer__Links li {
  margin: 0 !important;
  padding: 0 !important;
}
.Footer__Links a {
  padding: 0 !important;
  font-size: 15px;
  text-decoration: none;
  color: #666;
  font-weight: 700;
  display: inline;
}
.Mode--Night .Footer__Links a {
  color: #DBDBDB;
}
@media (max-width: 600px) {
  .Footer__Links a {
    font-size: 13px;
  }
}
.Footer__Links a::before {
  content: "";
  display: none !important;
}
.Footer__Links a:hover {
  color: #121212;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.Mode--Night .Footer__Links a:hover {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.Footer__Links li + li::before {
  content: "•";
  margin: 0 15px;
  color: rgba(133, 133, 133, 0.5);
  font-size: 21px;
}
@media (max-width: 600px) {
  .Footer__Links li + li::before {
    display: none;
  }
}

.Sample--locked {
  position: relative;
}
.Sample--locked .ChapterList__link::after {
  content: "\e903";
  font-family: "dashboard" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: white;
  position: absolute;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 22%;
  z-index: 1;
  text-align: center;
  font-size: 40px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Sample--locked#VideoArea::before {
  content: "\e903";
  font-family: "dashboard" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8vmax;
  z-index: 1;
}
.Sample--locked#VideoArea::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.Protected__Unlock {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 760px;
  margin: 0 auto;
  padding: 30px;
  text-align: left;
  min-height: calc(100vh - 267px);
  box-sizing: border-box;
}
.Protected__Unlock h3 {
  margin-bottom: 15px;
}
.Protected__Password {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: white;
  line-height: 15px;
  font-size: 16px;
  color: black;
  padding: 8px;
  border-radius: 30px 0 0 30px !important;
  height: 45px;
  border-right: none;
  border: 2px solid rgba(133, 133, 133, 0.25);
  border-right: 0;
  text-align: center;
}
.Protected__Password:focus-visible {
  outline: none !important;
  border-color: #858585;
  border-right: 0;
}
.Mode--Night .Protected__Password {
  background: black;
  color: white;
}
.Protected__Form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.Protected__Submit {
  margin-left: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.Protected__Container {
  display: none;
}

.Landing {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 30px;
  min-height: calc(100vh - 298px);
}
.Landing__Header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  text-align: left;
  width: 100%;
}
@media (min-width: 0) and (max-width: 700px) {
  .Landing__Header {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.Landing__HeaderTitle {
  font-size: 38px;
}
.Landing__HeaderTitle small {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.Landing__HeaderTitle em {
  font-style: normal;
  font-size: 21px;
}
@media (min-width: 0) and (max-width: 800px) {
  .Landing__HeaderTitle {
    font-size: 24px;
  }
  .Landing__HeaderTitle small {
    font-size: 16px;
  }
  .Landing__HeaderTitle em {
    font-size: 18px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .Landing__HeaderRight {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
}
.Landing__AboutBtns {
  z-index: 10;
  margin-bottom: 15px;
  margin-top: -15px;
  width: 100%;
}
@media (min-width: 0) and (max-width: 700px) {
  .Landing__AboutBtns {
    margin-top: 0;
  }
}
.Landing__AboutBtnsList {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
}
@media (min-width: 0) and (max-width: 700px) {
  .Landing__AboutBtnsList {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}
.Landing__AboutBtnsItem {
  line-height: 30px;
  font-size: 14px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.Landing__AboutBtnsItem + .Landing__AboutBtnsItem {
  margin-left: 5px;
}
@media (max-width: 600px) {
  .Landing__AboutBtnsItem {
    font-size: 12px;
  }
  .Landing__AboutBtnsItem + .Landing__AboutBtnsItem {
    margin-left: 2px;
  }
}
.Landing__AboutBtnsLink {
  background: rgba(133, 133, 133, 0.3);
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-weight: 700;
  transition: all 180ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.Landing__AboutBtnsLink[href="#ask-gigi"] {
  text-shadow: none;
  border-radius: 15px !important;
}
.Branding--Corp .Landing__AboutBtnsLink[href="#ask-gigi"] {
  background: #FFB119;
  color: black;
}
.Branding--Corp .Landing__AboutBtnsLink[href="#ask-gigi"]:hover, .Branding--Corp .Landing__AboutBtnsLink[href="#ask-gigi"]:focus-visible {
  background: #e59700;
  color: white;
}
.Branding--Edu .Landing__AboutBtnsLink[href="#ask-gigi"] {
  background: #0AA55C;
  color: white;
}
.Branding--Edu .Landing__AboutBtnsLink[href="#ask-gigi"]:hover, .Branding--Edu .Landing__AboutBtnsLink[href="#ask-gigi"]:focus-visible {
  background: #077541;
  color: white;
}
@media (min-width: 980px) {
  .Landing__AboutBtnsLink {
    position: relative;
  }
}
@media (max-width: 600px) {
  .Landing__AboutBtnsLink {
    border-radius: 0;
    text-align: center;
    line-height: 15px;
    padding: 10px;
  }
  li:first-child .Landing__AboutBtnsLink {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  li:last-child .Landing__AboutBtnsLink {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
.Landing__AboutBtnsLink:focus {
  background: white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.Mode--Night .Landing__AboutBtnsLink:focus {
  background: black;
}
.Landing__AboutBtnsLink:focus .Landing__AboutBtnsContent {
  opacity: 1;
  pointer-events: all;
}
.Landing__AboutBtnsLink:hover {
  background: white;
}
.Mode--Night .Landing__AboutBtnsLink:hover {
  background: black;
}
.Landing__AboutBtnsContent {
  transition: inherit;
  padding: 15px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  width: auto;
  min-width: 320px;
  max-width: 600px;
  width: calc(100vw - 60px);
  height: auto;
  background: inherit;
  border-radius: 15px;
  border-top-left-radius: 0;
  pointer-events: none;
  opacity: 0;
  box-shadow: inherit;
  cursor: default;
}
.Landing__AboutBtnsContent * {
  line-height: 20px;
}
@media (max-width: 980px) {
  .Landing__AboutBtnsContent {
    max-width: none;
    width: 100%;
    right: 0;
    border-radius: 15px;
  }
  .Landing__AboutBtnsItem:first-child .Landing__AboutBtnsContent {
    border-top-left-radius: 0;
  }
}
@media (max-width: 600px) {
  .Landing__AboutBtnsContent {
    border-radius: 15px !important;
  }
}
.Landing__Programs {
  display: none;
  width: 100%;
}
.Landing__ProgramsList {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1090px) {
  .Landing__ProgramsList > * {
    flex: 0 0 calc(50% - 30px);
    margin-bottom: 45px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .Landing__ProgramsList > *:only-child {
    margin-left: 0;
    margin-right: 0;
    justify-self: flex-start;
  }
}
@media (min-width: 600px) and (max-width: 1090px) {
  .Landing__ProgramsList > * {
    max-width: 600px;
    margin-bottom: 45px;
  }
}
@media (max-width: 600px) {
  .Landing__ProgramsList > * {
    margin-bottom: 30px;
  }
  .Landing__ProgramsList .ButtonSet {
    flex-direction: column;
  }
  .Landing__ProgramsList .ButtonSet > * {
    margin-left: 0;
    display: flex;
    width: 100%;
  }
  .Landing__ProgramsList .ButtonSet > * + * {
    margin-top: 10px;
  }
}
.Landing__ProgramItem {
  box-sizing: border-box;
  display: none;
  width: 100%;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
  background: white;
  overflow: hidden;
  border-radius: 15px;
  transition: all 180ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
}
.Mode--Night .Landing__ProgramItem {
  background: rgba(0, 0, 0, 0.6);
}
.Landing__ProgramItem--active {
  order: 0;
}
.Landing__ProgramItem--scheduled {
  order: 1;
}
.Landing__ProgramItem--ended {
  order: 2;
}
.Landing__ProgramItem--Angst .Landing__ProgramImage {
  background-image: url(../media/Posters/AngstTitleCard.jpg);
}
.Landing__ProgramItem--AngstCorp .Landing__ProgramImage {
  background-image: url(../media/Posters/AngstTitleCard-Corp.jpg);
}
.Landing__ProgramItem--LIKE .Landing__ProgramImage {
  background-image: url(../media/Posters/LikeTitleCard.jpg);
}
.Landing__ProgramItem--Upstanders .Landing__ProgramImage {
  background-image: url(../media/Posters/UpstandersTitleCard.jpg);
}
.Landing__ProgramItem--RTBH .Landing__ProgramImage {
  background-image: url(../media/Posters/RTBHTitleCard.jpg);
}
.Landing__ProgramItem--Nevertheless .Landing__ProgramImage {
  background-image: url(../media/Posters/NeverthelessTitleCard.jpg);
}
.Landing__ProgramImage {
  padding-top: 54.5454545%;
  background: black;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: background 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
}
.Landing__ProgramImage:hover {
  background-size: 105%;
}
.Landing__ProgramImage:hover::before {
  opacity: 1;
  transition: all 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
}
.Landing__ProgramImage::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.4%, #000 100%);
  transition: all 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
  opacity: 0;
}
.Landing__ProgramText {
  padding: 20px;
  line-height: 30px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
}
.Landing__ProgramText h3 {
  font-size: 24px;
}
.Landing__ProgramText h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.Landing__ProgramText p {
  font-size: 14px;
  line-height: 20px;
}
.Landing__ProgramText .ButtonSet {
  margin-top: 20px;
}
.Landing__ProgramTrailerLink {
  display: block;
  position: absolute;
  color: white;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  transition: all 180ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
}
.Landing__ProgramTrailerLink:hover .Landing__ProgramTrailerText, .Landing__ProgramTrailerLink:focus-visible .Landing__ProgramTrailerText {
  transform: scale(1.1);
  opacity: 1;
}
.Landing__ProgramTrailerLink:focus-visible {
  border: 5px solid #0da9c1;
  background: rgba(0, 0, 0, 0.6);
}
.Landing__ProgramTrailerText {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  line-height: 90px;
  transition: all 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  transform-origin: bottom;
  opacity: 0;
}
.Landing__ProgramTrailerText > * + * {
  margin-left: 5px;
}
.Landing__ProgramNotice {
  border-radius: 15px;
  padding: 15px;
  margin-top: 20px;
}
.Landing__ProgramNotice--ended, .Landing__ProgramNotice--scheduled {
  padding-left: 60px;
  position: relative;
}
.Landing__ProgramNotice--ended::before, .Landing__ProgramNotice--scheduled::before {
  opacity: 1;
  font-family: "dashboard" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.Landing__ProgramNotice--ended {
  background: rgba(232, 159, 18, 0.15);
  color: #724e09;
}
.Mode--Night .Landing__ProgramNotice--ended {
  color: #f7d89c;
}
.Landing__ProgramNotice--ended::before {
  content: "\e970";
}
.Landing__ProgramNotice--scheduled {
  background: rgba(66, 95, 152, 0.15);
  color: #233351;
}
.Mode--Night .Landing__ProgramNotice--scheduled {
  color: #c2cde4;
}
.Landing__ProgramNotice--scheduled::before {
  content: "\e96f";
}
.Landing__ProgramNotice--active {
  display: none;
  padding: 0;
  color: #666;
}
.Landing__ProgramNotice--active strong {
  display: inline !important;
}
.Landing__ProgramNoticeStrong {
  font-size: 16px;
  display: block;
}

.RentalFrame {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  border: none;
  background: #858585;
}
.RentalFrame__Container {
  position: absolute;
  height: 0;
  width: 0;
  right: 100%;
  bottom: 100%;
}
.Rental__Programs {
  width: 100%;
}
.Rental__ProgramsList {
  width: 100%;
}
.Rental__ProgramsList > * + * {
  margin-top: 45px;
}
@media (max-width: 600px) {
  .Rental__ProgramsList > * + * {
    margin-top: 15px;
  }
}
.Rental__ProgramsTrailer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex: 1 1 450px;
  min-width: 360px;
  margin-right: 30px;
  position: relative;
}
@media (min-width: 0) and (max-width: 900px) {
  .Rental__ProgramsTrailer {
    margin: 0 0 15px 0;
    flex: 1 1 40vw;
    min-width: 0;
  }
}
.Rental__ProgramsTrailerLink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 30px;
  overflow: hidden;
  background-size: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: white;
  text-align: center;
  transition: all 180ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
  background-size: auto 100%;
  background-position: center;
}
@media (min-width: 0) and (max-width: 900px) {
  .Rental__ProgramsTrailerLink {
    background-size: cover;
    background-position: center top;
    border-radius: 15px;
  }
}
#RentAngst .Rental__ProgramsTrailerLink {
  background-image: url(../media/Posters/AngstTitleCard.jpg);
}
.Branding--Corp #RentAngst .Rental__ProgramsTrailerLink {
  background-image: url(../media/Posters/AngstTitleCard-Corp.jpg);
}
#RentLIKE .Rental__ProgramsTrailerLink {
  background-image: url(../media/Posters/LikeTitleCard.jpg);
}
#RentUpstanders .Rental__ProgramsTrailerLink {
  background-image: url(../media/Posters/UpstandersTitleCard.jpg);
}
#RentRTBH .Rental__ProgramsTrailerLink {
  background-image: url(../media/Posters/RTBHTitleCard.jpg);
}
#RentNevertheless .Rental__ProgramsTrailerLink {
  background-image: url(../media/Posters/NeverthelessTitleCard.jpg);
}
.Rental__ProgramsTrailerLink::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.4%, #000 100%);
  transition: all 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
}
.Rental__ProgramsTrailerText {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  line-height: 90px;
  transition: all 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  transform-origin: bottom;
}
.Rental__ProgramsItem {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  display: none;
}
@media (min-width: 0) and (max-width: 900px) {
  .Rental__ProgramsItem {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    background: white;
    border: 2px solid rgba(133, 133, 133, 0.2);
    padding: 15px;
    border-radius: 15px;
  }
  .Mode--Night .Rental__ProgramsItem {
    background: black;
  }
}
.Rental__ProgramsItemContent {
  flex: 1 1 660px;
}
@media (min-width: 0) and (max-width: 900px) {
  .Rental__ProgramsItemContent {
    flex: 1 1 auto;
  }
}
.Rental__ProgramsItemContent > * + * {
  margin-top: 15px;
}
.Rental__ProgramsItemHeader {
  line-height: 30px;
}
.Rental__ProgramsItemHeading {
  font-size: 24px;
}
.Rental__ProgramsItemSubheading {
  font-size: 21px;
  font-weight: 400;
}
.Rental__ProgramsItemBody {
  background: white;
  border-radius: 15px;
  font-size: 14px;
  padding: 15px;
  border: 2px solid rgba(133, 133, 133, 0.2);
}
@media (min-width: 900px) {
  .Rental__ProgramsItemBody {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.Mode--Night .Rental__ProgramsItemBody {
  background: black;
}
.Rental__ProgramsItemBody p {
  line-height: 20px;
}
.Rental__ProgramsItemBody p:last-child {
  margin: 15px 0 0 0;
}
@media (min-width: 900px) {
  .Rental__ProgramsItemBody p:first-child {
    flex: 1 1 360px;
  }
  .Rental__ProgramsItemBody p:last-child {
    flex: 1 1 256px;
    margin: 0 0 0 15px;
  }
}
@media (min-width: 0) and (max-width: 900px) {
  .Rental__ProgramsItemBody {
    background: transparent;
    border: none;
    padding: 0;
  }
}
.Rental__Options {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  text-align: center;
  position: relative;
}
@media (max-width: 600px) {
  .Rental__Options {
    flex-wrap: wrap;
  }
}
.Rental__Options::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(rgba(133, 133, 133, 0.15), rgba(133, 133, 133, 0.15));
  background-color: white;
  border-radius: 15px;
  transition: all 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
}
.Mode--Night .Rental__Options::before {
  background-color: black;
}
.Rental__Options::after {
  font-family: "dashboard";
  content: "\e971";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  animation-name: spinCentered;
  animation-duration: 750ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  transform-origin: 0 1px;
  width: 1em;
  height: 1em;
  font-size: 20px;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
}
.Rental__Options--loaded::before, .Rental__Options--loaded::after {
  opacity: 0;
  pointer-events: none;
}
.Rental__OptionsItem {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: white;
  width: 100%;
  overflow: hidden;
  line-height: 20px;
}
.Rental__OptionsItem:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.Rental__OptionsItem:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.Rental__OptionsItem + .Rental__OptionsItem {
  margin-left: 2px;
}
.Mode--Night .Rental__OptionsItem {
  background: black;
}
@media (max-width: 600px) {
  .Rental__OptionsItem {
    flex: 1 1 calc(50% - 2px);
  }
  .Rental__OptionsItem:nth-child(1) {
    border-radius: 0;
    border-top-left-radius: 15px;
    margin: 0 1px 1px 0;
  }
  .Rental__OptionsItem:nth-child(2) {
    border-radius: 0;
    border-top-right-radius: 15px;
    margin: 0 0 1px 1px;
  }
  .Rental__OptionsItem:nth-child(3) {
    border-radius: 0;
    border-bottom-left-radius: 15px;
    margin: 1px 1px 0 0;
  }
  .Rental__OptionsItem:nth-child(4) {
    border-radius: 0;
    border-bottom-right-radius: 15px;
    margin: 1px 0 0 1px;
  }
}
.Rental__OptionsBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  font-size: 13px;
  transition: all 180ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
}
.Rental__OptionsBtn:hover {
  transform: scale(1.05);
}
.Rental__OptionsBtn:focus-visible {
  transform: scale(1.05);
  border: 8px solid #0da9c1;
}
.Rental__OptionsBtn--angst {
  background: rgba(39, 145, 56, 0.15);
  color: #279138;
}
.Mode--Night .Rental__OptionsBtn--angst {
  color: white !important;
  background: #279138;
}
.Rental__OptionsBtn--angst:hover {
  background: rgba(39, 145, 56, 0.25);
  color: #006310;
}
.Rental__OptionsBtn--like {
  background: rgba(30, 104, 236, 0.15);
  color: #1e68ec;
}
.Mode--Night .Rental__OptionsBtn--like {
  color: white !important;
  background: #1e68ec;
}
.Rental__OptionsBtn--like:hover {
  background: rgba(30, 104, 236, 0.25);
  color: #15418f;
}
.Rental__OptionsBtn--upstanders {
  background: rgba(229, 126, 58, 0.15);
  color: #e57e3a;
}
.Mode--Night .Rental__OptionsBtn--upstanders {
  color: white !important;
  background: #e57e3a;
}
.Rental__OptionsBtn--upstanders:hover {
  background: rgba(229, 126, 58, 0.25);
  color: #C75525;
}
.Rental__OptionsBtn--rtbh {
  background: rgba(220, 136, 14, 0.15);
  color: #ac6b0b;
}
.Mode--Night .Rental__OptionsBtn--rtbh {
  color: white !important;
  background: #dc880e;
}
.Rental__OptionsBtn--rtbh:hover {
  background: rgba(220, 136, 14, 0.25);
  color: #5F3F0D;
}
.Rental__OptionsBtn--Bundle {
  color: #D6910C;
}
.Mode--Night .Rental__OptionsBtn--Bundle {
  color: white !important;
  background: #E89F12;
}
.Rental__OptionsBtn--Bundle:hover {
  background: rgba(255, 177, 25, 0.05);
}
.Rental__OptionsBtnTitle {
  font-size: 18px;
}
.Rental__OptionsBtnPrice {
  line-height: 15px;
  margin-top: 10px;
  font-weight: 700;
}
.Rental__Lightbox {
  display: none;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.Rental__LightboxFrame {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.Rental__LightboxShade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.ExpiredMsg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  color: white;
  background: rgba(68, 68, 68, 0.9);
  padding: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ExpiredMsg * {
  margin: 0;
}
.ExpiredMsg > * + * {
  margin-top: 15px;
}

.Burst {
  background: white;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .Burst {
    border-radius: 0;
  }
}
.Burst:not(:first-of-type) {
  margin-top: 15px;
}
.Burst__Container {
  padding: 30px;
  padding-bottom: 15px;
}
.Burst__Container > * + * {
  margin-top: 15px;
}
@media (max-width: 600px) {
  .Burst__Container {
    padding: 15px;
    padding-bottom: 10px;
  }
  .Burst__Container > * + * {
    margin-top: 10px;
  }
}
.Mode--Night .Burst {
  background: rgba(0, 0, 0, 0.5);
}
.Burst__PageHeader {
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 800px) {
  .Burst__PageHeader {
    padding: 30px 0 30px 0;
  }
}
@media (max-width: 600px) {
  .Burst__PageHeader {
    padding: 15px 0 15px 0;
  }
}
.Burst__PageHeader svg {
  max-width: 60vw;
}
@media (max-width: 800px) {
  .Burst__PageHeader svg {
    max-width: 75vw;
  }
}
@media (max-width: 600px) {
  .Burst__PageHeader svg {
    max-width: 85vw;
  }
}
.Mode--Night .Burst__PageHeader svg *[fill=black] {
  fill: white !important;
}
.Burst__PageHeader--embedded {
  padding-top: 0;
}
@media (max-width: 800px) {
  .Burst__PageHeader--embedded {
    padding-top: 30px;
  }
}
.Burst__PageHeader--SubPage {
  padding-bottom: 30px;
  margin-top: -30px;
}
.Burst__PageHeader--SubPage .Container {
  text-align: left;
}
.Burst__PageHeader--SubPage svg {
  max-height: 60px;
  width: auto;
}
.Burst__PageSubHeader {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: -15px;
  padding: 15px;
  border-radius: 30px;
  font-size: 14px;
}
.Mode--Night .Burst__PageSubHeader {
  background: rgba(0, 0, 0, 0.5);
}
.Burst__PageSubHeader h1 {
  margin-top: 15px;
  margin-bottom: 0 !important;
}
@media (max-width: 800px) {
  .Burst__PageSubHeader {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .Burst__PageSubHeader {
    border-radius: 0;
  }
}
.Burst__PageSubHeader span {
  margin-left: 15px;
}
.Burst__Header > * + * {
  margin-top: 15px;
}
@media (max-width: 600px) {
  .Burst__Header > * + * {
    margin-top: 10px;
  }
}
.Burst__TakeAways {
  border: 2px solid rgba(133, 133, 133, 0.25);
  border-radius: 15px;
  transition: all 180ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
  padding: 13px;
  padding-bottom: 0px;
}
.Burst__TakeAways .path2::before {
  transition: transform 180ms 180ms cubic-bezier(0.5, 0, 0.1, 1);
  display: inline-block;
}
.Burst__TakeAways:hover {
  border: 2px solid rgba(133, 133, 133, 0.5);
}
.Burst__TakeAways--active {
  padding-bottom: 13px;
  border: 2px solid transparent !important;
}
.Burst__TakeAways--active .path2::before {
  transform: rotate(90deg);
  transition: transform 360ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
}
.Burst__TakeAwaysButton {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 30px;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  color: inherit;
}
.Burst__TakeAwaysButton i {
  font-size: 25px;
  margin-right: 15px;
}
.Burst__TakeAwaysButton::after {
  content: attr(data-before);
  font-weight: 400;
  font-size: 12px;
  padding-left: 15px;
  line-height: 30px;
  display: block;
  text-align: right;
  flex: 1 1 auto;
  opacity: 0.6;
  transition: opacity 360ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
}
.Burst__TakeAways--active .Burst__TakeAwaysButton::after {
  opacity: 0;
}
.Burst__TakeAwaysText {
  font-size: 14px;
  line-height: 20px;
  display: none;
  text-align: justify;
}
.Burst__Footer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px;
  background-clip: padding-box;
  border-top: 2px solid #f6f6f6;
}
.Burst__Footer > * + * {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .Burst__Footer {
    padding: 15px;
  }
}
.Mode--Night .Burst__Footer {
  border-color: #202020;
}
.Burst__Footer div {
  max-width: 400px;
}
.Burst__Footer h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.Burst__Footer p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.Burst__PortraitWrap {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
  border: 2px solid #858585;
}
.Film--RTBH .Burst__PortraitWrap {
  background-image: linear-gradient(white, white), linear-gradient(to right bottom, #5F3F0D, #754b0c, #ac6b0b, #D7A153, #E7BA78);
  border-radius: 30px;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 2px solid transparent;
}
.Film--Upstanders .Burst__PortraitWrap {
  border-color: #e57e3a;
}
.Film--Angst .Burst__PortraitWrap {
  border-color: #279138;
}
.Film--LIKE .Burst__PortraitWrap {
  border-color: #1e68ec;
}
.Burst__Portrait {
  display: block;
  border-radius: 50%;
  max-width: 180px;
  height: auto;
  margin: 0 auto 15px;
}
.Burst__CatButton {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  line-height: 15px;
  min-height: 30px;
  border: 2px solid currentColor;
  background-color: transparent;
  font-size: 14px;
  border-radius: 30px;
  font-weight: 700;
  padding: 5.5px 15px;
  transition: all 100ms 0ms ease-in-out;
}
.Burst__CatButton > * + * {
  margin-left: 10px;
}
@media (max-width: 600px) {
  .Burst__CatButton {
    text-align: center;
  }
}
.Burst__SidebarItem .Burst__CatButton + .Burst__CatButton {
  margin-top: 10px;
}
.Burst__CatButton .Button__text {
  display: block;
  max-width: 100%;
}
.Burst__CatButton:hover, .Burst__CatButton:focus-visible {
  transform: scale(1.05);
  transform-origin: center;
}
.Film--Angst .Burst__CatButton {
  color: #279138;
}
.Film--Angst .Burst__CatButton:hover, .Film--Angst .Burst__CatButton:focus, .Film--Angst .Burst__CatButton--active {
  background: #279138;
  border-color: #279138;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  color: white;
}
.Film--Angst.Mode--Night .Burst__CatButton {
  color: white;
  border-color: #279138;
}
.Film--LIKE .Burst__CatButton {
  color: #092b68;
  border-color: #1e68ec;
}
.Film--LIKE .Burst__CatButton:hover, .Film--LIKE .Burst__CatButton:focus, .Film--LIKE .Burst__CatButton--active {
  background: #1e68ec;
  border-color: #1e68ec;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  color: white;
}
.Film--LIKE.Mode--Night .Burst__CatButton {
  color: white;
  border-color: #1e68ec;
}
.Film--Upstanders .Burst__CatButton {
  color: #763810;
  border-color: #e57e3a;
}
.Film--Upstanders .Burst__CatButton:hover, .Film--Upstanders .Burst__CatButton:focus, .Film--Upstanders .Burst__CatButton--active {
  background: #e57e3a;
  border-color: #e57e3a;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  color: white;
}
.Film--Upstanders.Mode--Night .Burst__CatButton {
  color: white;
  border-color: #e57e3a;
}
.Film--Nevertheless .Burst__CatButton {
  color: #4493de;
}
.Film--Nevertheless .Burst__CatButton:hover, .Film--Nevertheless .Burst__CatButton:focus, .Film--Nevertheless .Burst__CatButton--active {
  background: #4493de;
  border-color: #4493de;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  color: white;
}
.Film--Nevertheless.Mode--Night .Burst__CatButton {
  color: white;
  border-color: #4493de;
}
.Film--RTBH .Burst__CatButton {
  background-image: linear-gradient(white, white), linear-gradient(to right bottom, #5F3F0D, #754b0c, #ac6b0b, #D7A153, #E7BA78);
  border-radius: 30px;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 2px solid transparent;
  color: #5F3F0D;
  text-shadow: none;
}
.Film--RTBH .Burst__CatButton:hover, .Film--RTBH .Burst__CatButton:focus, .Film--RTBH .Burst__CatButton--active {
  background-image: linear-gradient(to right bottom, #5F3F0D, #754b0c, #ac6b0b, #D7A153, #E7BA78);
  background-clip: border-box;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  color: white;
}
.Mode--Night.Film--RTBH .Burst__CatButton {
  color: white;
  background-image: linear-gradient(black, black), linear-gradient(to right bottom, #5F3F0D, #754b0c, #ac6b0b, #D7A153, #E7BA78);
}
.Mode--Night.Film--RTBH .Burst__CatButton:hover, .Mode--Night.Film--RTBH .Burst__CatButton:focus, .Mode--Night.Film--RTBH .Burst__CatButton--active {
  background-image: linear-gradient(to right bottom, #5F3F0D, #754b0c, #ac6b0b, #D7A153, #E7BA78);
  background-clip: border-box;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  color: white;
}
.Burst__CatButton i {
  font-size: 13px;
}
.Burst__Date {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
.Burst__CatButton + .Burst__Date {
  margin-left: 10px;
}
.Burst__Headline {
  font-size: 23px;
  line-height: 30px;
}
@media (max-width: 800px) {
  .Burst__Headline {
    font-size: 19px;
  }
}
.Burst__Runtime {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  display: none;
}
.Burst__CategoryItem {
  background: white;
  padding: 30px;
  border-radius: 30px;
}
.Burst__CategoryItem > * + * {
  margin-top: 15px;
}
@media (max-width: 600px) {
  .Burst__CategoryItem {
    padding: 15px;
  }
  .Burst__CategoryItem > * + * {
    margin-top: 10px;
  }
}
.Burst__CategoryItem:not(:first-of-type) {
  margin-top: 15px;
}
.Mode--Night .Burst__CategoryItem {
  background: rgba(0, 0, 0, 0.5);
}
.Burst__Clusters {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: calc(100% + 15px);
  margin-left: -7.5px;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .Burst__Clusters {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .Burst__Clusters {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.Burst__ClusterItem {
  font-weight: 700;
  text-align: center;
  flex: 1 1 33%;
  padding: 7.5px;
  box-sizing: border-box;
  max-width: 33.333%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .Burst__ClusterItem {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .Burst__ClusterItem {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.Burst__ClusterItem a {
  font-size: 18px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: 2px solid rgba(133, 133, 133, 0.3);
  padding: 15px;
  min-height: 150px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .Burst__ClusterItem a {
    min-height: 0;
  }
}
.Burst__ClusterItem a:hover {
  text-decoration: none;
}
.Film--Angst .Burst__ClusterItem a {
  color: #279138;
}
.Film--Angst .Burst__ClusterItem a:hover, .Film--Angst .Burst__ClusterItem a:focus, .Film--Angst .Burst__ClusterItem a--active {
  background: #279138;
  border-color: #279138;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  color: white;
}
.Film--Angst.Mode--Night .Burst__ClusterItem a {
  color: white;
  border-color: #279138;
}
.Film--LIKE .Burst__ClusterItem a {
  color: #092b68;
  border-color: #1e68ec;
}
.Film--LIKE .Burst__ClusterItem a:hover, .Film--LIKE .Burst__ClusterItem a:focus, .Film--LIKE .Burst__ClusterItem a--active {
  background: #1e68ec;
  border-color: #1e68ec;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  color: white;
}
.Film--LIKE.Mode--Night .Burst__ClusterItem a {
  color: white;
  border-color: #1e68ec;
}
.Film--Upstanders .Burst__ClusterItem a {
  color: #763810;
  border-color: #e57e3a;
}
.Film--Upstanders .Burst__ClusterItem a:hover, .Film--Upstanders .Burst__ClusterItem a:focus, .Film--Upstanders .Burst__ClusterItem a--active {
  background: #e57e3a;
  border-color: #e57e3a;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  color: white;
}
.Film--Upstanders.Mode--Night .Burst__ClusterItem a {
  color: white;
  border-color: #e57e3a;
}
.Film--Nevertheless .Burst__ClusterItem a {
  color: #4493de;
}
.Film--Nevertheless .Burst__ClusterItem a:hover, .Film--Nevertheless .Burst__ClusterItem a:focus, .Film--Nevertheless .Burst__ClusterItem a--active {
  background: #4493de;
  border-color: #4493de;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  color: white;
}
.Film--Nevertheless.Mode--Night .Burst__ClusterItem a {
  color: white;
  border-color: #4493de;
}
.Film--RTBH .Burst__ClusterItem a {
  background-image: linear-gradient(white, white), linear-gradient(to right bottom, #5F3F0D, #754b0c, #ac6b0b, #D7A153, #E7BA78);
  border-radius: 30px;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 2px solid transparent;
  color: #5F3F0D;
  text-shadow: none;
}
.Film--RTBH .Burst__ClusterItem a:hover, .Film--RTBH .Burst__ClusterItem a:focus, .Film--RTBH .Burst__ClusterItem a--active {
  background-image: linear-gradient(to right bottom, #5F3F0D, #754b0c, #ac6b0b, #D7A153, #E7BA78);
  background-clip: border-box;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  color: white;
}
.Mode--Night.Film--RTBH .Burst__ClusterItem a {
  color: white;
  background-image: linear-gradient(black, black), linear-gradient(to right bottom, #5F3F0D, #754b0c, #ac6b0b, #D7A153, #E7BA78);
}
.Mode--Night.Film--RTBH .Burst__ClusterItem a:hover, .Mode--Night.Film--RTBH .Burst__ClusterItem a:focus, .Mode--Night.Film--RTBH .Burst__ClusterItem a--active {
  background-image: linear-gradient(to right bottom, #5F3F0D, #754b0c, #ac6b0b, #D7A153, #E7BA78);
  background-clip: border-box;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  color: white;
}
.Burst__ClusterItem span {
  display: block;
}
.Burst__Embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 15px;
  overflow: hidden;
  animation-name: loadingFade;
  animation-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  animation-fill-mode: both;
  animation-duration: 500ms;
  animation-direction: alternate;
  animation-iteration-count: 15;
}
.Burst__Embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.Burst__Sidebar > * + * {
  margin-top: 15px;
}
.Burst__SidebarHeading {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}
.Burst__SidebarItem {
  background: white;
  padding: 30px;
  border-radius: 30px;
}
@media (max-width: 600px) {
  .Burst__SidebarItem {
    border-radius: 0;
    padding: 15px;
    margin-bottom: 30px;
  }
  .Burst__SidebarItem > * + * {
    margin-top: 10px;
  }
}
.Mode--Night .Burst__SidebarItem {
  background: rgba(0, 0, 0, 0.5);
}
.Burst__SidebarItem p {
  font-size: 14px;
  line-height: 20px;
}

.UserTypeSelector {
  text-align: center;
}
.UserTypeSelector__Title {
  font-size: 23px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .UserTypeSelector__Title {
    font-size: 18px;
  }
}
.UserTypeSelector__Parent {
  min-height: calc(100vh - 267px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f6f6f6;
  z-index: 1;
  min-width: 100vw;
  box-sizing: border-box;
  padding: 30px;
}
@media (max-width: 600px) {
  .UserTypeSelector__Parent {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 15px;
  }
}
.Mode--Night .UserTypeSelector__Parent {
  background: #333;
}
.UserTypeSelector__ButtonSet {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 600px) {
  .UserTypeSelector__ButtonSet {
    flex-direction: column;
  }
  .UserTypeSelector__ButtonSet > * + * {
    margin-left: 0;
  }
  .UserTypeSelector__ButtonSet > * + * {
    margin-top: 0;
  }
}
.UserTypeSelector__Btn {
  background: white;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  flex-direction: column;
  max-width: 320px;
  border: 2px solid rgba(133, 133, 133, 0.2);
  color: inherit;
  transition: all 180ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
}
@media (min-width: 601px) {
  .UserTypeSelector__Btn:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-right: -1px;
  }
  .UserTypeSelector__Btn:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-left: -1px;
  }
}
@media (max-width: 600px) {
  .UserTypeSelector__Btn {
    padding: 30px;
    border-radius: 20px;
    max-width: none;
    margin-bottom: 20.01px;
    border: 0px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  }
}
.UserTypeSelector__Btn:hover, .UserTypeSelector__Btn:focus-visible {
  border-color: #858585;
  position: relative;
}
.Mode--Night .UserTypeSelector__Btn {
  background: black;
}
.UserTypeSelector__Icon {
  font-size: 60px;
  margin-bottom: 15px;
  opacity: 0.8;
}
@media (max-width: 600px) {
  .UserTypeSelector__Icon {
    font-size: 45px;
  }
}
.UserTypeSelector__Text {
  font-size: 20px;
  line-height: 30px;
  display: block;
  font-weight: 700;
}
@media (max-width: 600px) {
  .UserTypeSelector__Text {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.UserTypeSelector__SmallText {
  font-size: 13px;
  opacity: 0.7;
}

@media (max-width: 1028px) {
  #LoginButton {
    order: -1;
    width: 100%;
  }
}
@media (max-width: 1028px) {
  .UserSwitcher {
    display: flex;
    align-items: center;
    justify-content: center;
    order: -5;
    margin-top: 30px;
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .UserSwitcher__Current {
    width: auto !important;
    padding: 0 15px !important;
  }
  .UserSwitcher__Current::after {
    font-size: 14px;
    margin-left: 10px;
  }
  html[lang=en] .UserSwitcher__Current::after {
    content: "Switch User Type";
  }
  html[lang=es] .UserSwitcher__Current::after {
    content: "Cambiar tipo de usuario";
  }
}
.UserSwitcher--active .UserSwitcher__Current {
  border: 2px solid;
  background: none !important;
}
.UserSwitcher--active .UserSwitcher__Current i {
  animation-name: fadeInLight;
  animation-duration: 500ms;
  animation-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.Branding--Edu .UserSwitcher--active .UserSwitcher__Current {
  border-color: #0aa55c;
}
.Branding--Corp .UserSwitcher--active .UserSwitcher__Current {
  border-color: #e89f12;
}
.Branding--Org .UserSwitcher--active .UserSwitcher__Current {
  border-color: #425f98;
}
.Film--Angst .UserSwitcher--active .UserSwitcher__Current {
  border-color: #279138;
}
.Film--LIKE .UserSwitcher--active .UserSwitcher__Current {
  border-color: #1e68ec;
}
.Film--Upstanders .UserSwitcher--active .UserSwitcher__Current {
  border-color: #e57e3a;
}
.Film--RTBH .UserSwitcher--active .UserSwitcher__Current {
  border-color: #dc880e;
}
.Film--Nevertheless .UserSwitcher--active .UserSwitcher__Current {
  border-color: #4493de;
}
.UserSwitcher__Current {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 35px;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  background: #e1e1e1;
  transition: all 100ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
  color: inherit;
}
.Mode--Night .UserSwitcher__Current {
  background: #202020;
}
.UserSwitcher__Current .Icon--facilitator {
  font-size: 1.1em;
}
.Branding--Edu .UserSwitcher__Current:hover, .Branding--Edu .UserSwitcher__Current:focus {
  background: rgba(10, 165, 92, 0.2);
}
.Branding--Corp .UserSwitcher__Current:hover, .Branding--Corp .UserSwitcher__Current:focus {
  background: rgba(232, 159, 18, 0.2);
}
.Branding--Org .UserSwitcher__Current:hover, .Branding--Org .UserSwitcher__Current:focus {
  background: rgba(66, 95, 152, 0.2);
}
.Film--Angst .UserSwitcher__Current:hover, .Film--Angst .UserSwitcher__Current:focus {
  background: rgba(39, 145, 56, 0.2);
}
.Film--LIKE .UserSwitcher__Current:hover, .Film--LIKE .UserSwitcher__Current:focus {
  background: rgba(30, 104, 236, 0.2);
}
.Film--Upstanders .UserSwitcher__Current:hover, .Film--Upstanders .UserSwitcher__Current:focus {
  background: rgba(229, 126, 58, 0.2);
}
.Film--RTBH .UserSwitcher__Current:hover, .Film--RTBH .UserSwitcher__Current:focus {
  background: rgba(220, 136, 14, 0.2);
}
.Film--Nevertheless .UserSwitcher__Current:hover, .Film--Nevertheless .UserSwitcher__Current:focus {
  background: rgba(68, 147, 222, 0.2);
}

.ImpactPop {
  display: none;
  z-index: 1000;
  position: relative;
}
.ImpactPop__html {
  overflow: hidden;
}
.ImpactPop__Bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.ImpactPop__Container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 600px) {
  .ImpactPop__Container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.ImpactPop__EmbedWrapper {
  position: relative;
  width: 100%;
  max-width: 770px;
  max-height: calc(100vh - 90px);
  display: none;
}
@media (max-width: 600px) {
  .ImpactPop__EmbedWrapper {
    position: absolute;
    top: 120px;
    right: 0;
    left: 0;
    bottom: 0;
  }
}
.ImpactPop #ImpactPop__IframeInsert {
  position: relative;
  padding-bottom: 75%;
  max-height: 100vh;
}
@media (max-width: 600px) {
  .ImpactPop #ImpactPop__IframeInsert {
    padding: 0;
    margin-top: 0;
    height: 100%;
  }
}
.ImpactPop__Close {
  position: absolute;
  top: -30px;
  right: -30px;
  color: white;
  font-size: 15px;
  opacity: 0.5;
  transition: all 180ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
}
.ImpactPop__Close:hover, .ImpactPop__Close:focus {
  opacity: 1;
  transform: scale(1.1);
}
@media (max-width: 600px) {
  .ImpactPop__Close {
    right: 15px;
  }
}
.ImpactPop__Iframe {
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 30px;
}
@media (max-width: 600px) {
  .ImpactPop__Iframe {
    border-radius: 0;
  }
}
.ImpactPop__Thanks {
  text-align: center;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ImpactPop__ThanksMsg {
  animation-name: pop;
  animation-duration: 280ms;
  animation-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
}
.ImpactPop__ThanksSmiley {
  max-width: 100%;
  max-height: 150px;
}
.Film--Angst .ImpactPop__ThanksSmiley {
  fill: #279138;
}
.Film--LIKE .ImpactPop__ThanksSmiley {
  fill: #1e68ec;
}
.Film--Upstanders .ImpactPop__ThanksSmiley {
  fill: #e57e3a;
}
.Film--Nevertheless .ImpactPop__ThanksSmiley {
  fill: #4493de;
}
.Film--RTBH .ImpactPop__ThanksSmiley {
  fill: url(#RTBH);
}
.ImpactPop__Thanks h2 {
  margin-top: -20px;
  font-family: Arial, Helvetica, sans-serif;
}
.Film--Angst .ImpactPop__Thanks h2 {
  color: #279138;
}
.Film--LIKE .ImpactPop__Thanks h2 {
  color: #1e68ec;
}
.Film--Upstanders .ImpactPop__Thanks h2 {
  color: #e57e3a;
}
.Film--Nevertheless .ImpactPop__Thanks h2 {
  color: #4493de;
}
.Film--RTBH .ImpactPop__Thanks h2 {
  color: #5F3F0D;
}

.ViewingToday {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  border: 0;
  background: white;
}

.Panel__Container {
  height: 60vmin;
  width: 100%;
  position: relative;
  background: black;
}
.Panel__Frame {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.Panel__Details {
  padding: 30px 0 60px;
  max-width: 800px;
}
.Panel__Details > * + * {
  margin-top: 0;
}

.PageFrame {
  height: calc(100vh - 60px);
  width: 100vw;
}
.PageFrame--report {
  max-width: 140vh;
  margin: 0 auto;
  display: block;
}
.PageFrame--customVideo {
  padding: 30px;
  background: #202020 !important;
}
@media (max-width: 600px) {
  .PageFrame--customVideo {
    padding: 0;
  }
}

.AltWatch {
  width: 100%;
  padding: 30px 0;
  min-height: calc(100vh - 268px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .AltWatch {
    flex-direction: column;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
  }
}
.AltWatch__VideoArea {
  flex: 1 1 66%;
  margin-right: 30px;
}
@media (max-width: 600px) {
  .AltWatch__VideoArea {
    flex: 0 1 auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.AltWatch__Details {
  flex: 1 1 34%;
}
@media (max-width: 600px) {
  .AltWatch__Details {
    flex: 0 1 auto;
  }
}
.AltWatch__VideoWrapper {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  width: 100%;
}
@media (max-width: 600px) {
  .AltWatch__VideoWrapper {
    left: -15px;
    width: 100vw;
  }
}
.AltWatch__Video {
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .AltWatch__Video {
    border-radius: 0;
  }
}

.AgreementFrame {
  width: 100%;
  max-width: 800px;
  border-radius: 15px;
  min-height: calc(100vh - 210px - 60px - 120px);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  .AgreementFrame {
    box-shadow: none;
    min-height: calc(100vh - 60px - 60px);
  }
}

.Gigi {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
}
.Gigi--active {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}
.Gigi--active .Gigi__Hide {
  height: 45px;
  border-bottom: 2px rgba(133, 133, 133, 0.2) solid;
}
@media (max-width: 600px) {
  .Gigi--active {
    bottom: 128px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    position: fixed;
    height: 100%;
  }
}
.Gigi__Embed {
  position: relative;
  overflow: hidden;
  height: 66vh;
  display: none;
}
.Mode--Night .Gigi__Embed {
  background: black;
}
@media (max-width: 600px) {
  .Gigi--active .Gigi__Embed {
    display: block;
    height: 100%;
  }
}
.Gigi__Iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
}
.Gigi__MobileHeader {
  display: none;
  padding: 15px;
  background: rgb(245, 245, 245);
  align-items: center;
  justify-content: flex-start;
}
.Gigi__MobileHeaderClose {
  font-size: 24px;
  flex: 0;
  color: rgba(0, 0, 0, 0.8);
}
.Gigi__MobileHeaderText {
  flex: 1;
  text-align: center;
  padding-right: 24px;
  font-size: 18px;
}
@media (max-width: 600px) {
  .Gigi--active .Gigi__MobileHeader {
    display: flex;
  }
}
.Gigi__Hide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 0 0 30px 30px;
  height: 0;
  overflow: hidden;
  transition: height 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
  font-weight: 600;
  font-size: 13px;
  color: #0da9c1;
  padding: 0 30px;
  gap: 30px;
  background: rgb(245, 245, 245);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.Mode--Night .Gigi__Hide {
  background: rgb(40, 40, 40);
}
@media (max-width: 600px) {
  .Gigi__Hide {
    display: none;
  }
}
.Gigi__Hide:hover, .Gigi__Hide:focus {
  color: #0da9c1;
}
.Gigi__Hide .Button {
  flex: 1 0 auto;
}
.Gigi__Grabber {
  cursor: row-resize;
  width: 100%;
  background-image: radial-gradient(rgba(133, 133, 133, 0.3) 1px, transparent 0);
  background-size: 4px 4px;
  background-position: center center;
  background-repeat: repeat;
  height: 20px;
  border-radius: 5px;
}

.Preview {
  background: white;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
  min-width: 300px;
  width: 100%;
  max-width: 480px;
}
.Preview__Container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.Preview__label {
  font-size: 1.2rem;
}
.Preview__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 2px solid rgba(133, 133, 133, 0.3);
  padding: 10px;
  border-radius: 5px !important;
}
.Preview__submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #0da9c1;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 100px;
  font-weight: 600;
}
.Preview__submit:hover, .Preview__submit:focus-visible {
  background: #0a7f91;
}

.fancybox-button--close, .fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}

.fancybox-is-modal .fancybox-toolbar {
  opacity: 0 !important;
  visibility: hidden !important;
}

.fancybox-button--zoom {
  display: none;
}

.fancybox-bg {
  background: black !important;
}

.fancybox-content {
  border-radius: 30px;
  overflow: hidden !important;
  max-height: calc(100vh - 44px);
}

.fancybox-slide {
  padding: 44px 0 0 0;
}

.fancybox-toolbar {
  right: auto;
  left: 0;
}

.AngstPlusIntro {
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
}
.AngstPlusIntro strong {
  font-size: 13px;
  color: #279138;
  display: inline-block;
  padding: 0 7px;
  background: rgba(39, 145, 56, 0.08);
  line-height: 30px;
  border-radius: 5px;
}

.fancybox-button--close {
  width: auto;
}
.fancybox-button--close svg {
  display: none;
}
.fancybox-button--close::before {
  content: "\e91f";
  font-family: "dashboard";
  font-size: 24px;
  line-height: 24px;
}
.fancybox-button--close::after {
  content: "Return to program";
  line-height: 12px;
  padding-left: 15px;
  font-size: 13px;
  display: inline-block;
  max-width: 77px;
  text-align: left;
  font-weight: 700;
}

@media (min-width: 601px) {
  .fancybox-slide {
    padding: 0;
  }
  .fancybox-content {
    max-height: 100vh;
  }
  .fancybox-content {
    max-width: 80%;
    max-width: 80vw;
  }
}
@media (min-width: 799.999px) {
  .Util--HideDesktop {
    display: none !important;
  }
}

@media (max-width: 800px) {
  .Util--HideMobile {
    display: none !important;
  }
}

.JSMessage {
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  font-weight: bold;
  z-index: 1001;
  font-size: 21px;
}
.JSMessage__text {
  display: block;
  max-width: 30em;
  padding: 30px;
  margin: 0 auto;
}

.tf-v1-iframe-wrapper {
  max-width: 380px;
  max-height: 380px;
}

body.Body--NavOpen::before {
  position: fixed;
  content: "";
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.WipMsg {
  padding: 30px;
  background: rgba(255, 196, 0, 0.1);
  padding: 15px;
}
.WipMsg p {
  max-width: 860px;
  margin: 15px auto 0;
}
.WipMsg i {
  font-size: 0.8em;
}

.AddtoCal {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.AddtoCal span, .AddtoCal div {
  display: none;
}

ul.ui-addtocal {
  border-radius: 5px;
  width: 210px !important;
  line-height: 30px;
  font-size: 14px;
  padding-top: 5px;
}
ul.ui-addtocal li {
  padding: 0;
  margin: 0;
  background: white;
}
ul.ui-addtocal li:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
ul.ui-addtocal li:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
ul.ui-addtocal li .Mode--Night {
  background: black;
}
ul.ui-addtocal a {
  display: block;
  padding: 0 15px;
  cursor: pointer;
}
ul.ui-addtocal a:hover {
  background: rgba(133, 133, 133, 0.15);
}

#inplayer-menu-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0) and (max-width: 1028px) {
  #inplayer-menu-content {
    order: -1;
    margin: 15px 0 0;
    width: 100%;
    height: auto;
  }
}
#inplayer-menu-content .inplayer-user {
  position: static;
  width: 30px;
  height: 30px;
}
@media (min-width: 0) and (max-width: 1028px) {
  #inplayer-menu-content .inplayer-user {
    display: none;
  }
}
#inplayer-menu-content .inplayer-user span {
  display: none;
}
#inplayer-menu-content .inplayer-user svg {
  width: 20px;
  height: 20px;
}
#inplayer-menu-content .inplayer-user > * {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: none;
  transform: none !important;
  padding: 0;
  height: 30px;
  width: 35px;
  border-radius: 15px;
  background: #e1e1e1;
  transition: all 100ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
}
#inplayer-menu-content .inplayer-user > * svg * {
  fill: #666;
}
.Mode--Night #inplayer-menu-content .inplayer-user > * {
  background: #202020;
}
#inplayer-menu-content .inplayer-user * {
  width: auto;
}
#inplayer-menu-content .inplayer-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  bottom: auto;
}
@media (min-width: 0) and (max-width: 1028px) {
  #inplayer-menu-content .inplayer-menu {
    position: static;
    width: 100%;
    display: block;
    box-shadow: none;
    background: transparent;
  }
  #inplayer-menu-content .inplayer-menu ul {
    width: 100%;
  }
  #inplayer-menu-content .inplayer-menu li {
    width: 100%;
    text-align: left;
    overflow: hidden;
  }
  #inplayer-menu-content .inplayer-menu li:first-child a {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  #inplayer-menu-content .inplayer-menu li:nth-last-child(2) a {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  #inplayer-menu-content .inplayer-menu li + li a {
    border-top: none;
  }
  #inplayer-menu-content .inplayer-menu a {
    border: 1px solid rgba(133, 133, 133, 0.4);
  }
}
#inplayer-menu-content .inplayer-menu-content {
  position: relative;
}
#inplayer-menu-content .inplayer-menu a {
  margin: 0;
}

.dBdHrD {
  color: inherit !important;
  font-weight: 700 !important;
  line-height: 20px !important;
}

.cSDnQf {
  display: none !important;
}

[class*=inplayer],
[class*=inplayer] * {
  font-family: "Montserrat", "Proxima Nova", Segoe UI, Myriad Pro, sans-serif;
}
[class*=inplayer]:focus-visible,
[class*=inplayer] *:focus-visible {
  outline: none !important;
}

[class*=SwitchWrapper] {
  display: none !important;
}

.ReactModal__Content {
  border-radius: 30px !important;
  overflow: hidden !important;
  max-width: 450px !important;
}

.jTatXt {
  transform: translate(-50%, 30%);
}

.jpqYzL::after {
  display: block;
  font-size: 0.8em;
  margin-top: 10px;
}
html[lang=en] .jpqYzL::after {
  content: "The charge will appear on your credit card statement as 'INDIEFLIX'.";
}
html[lang=es] .jpqYzL::after {
  content: "El cargo aparecerá en el extracto de su tarjeta de crédito como 'INDIEFLIX'.";
}

.Branding--Corp [class*=Input__InputWrapper] + div:hover, .Branding--Corp [class*=Input__InputWrapper] + div.dVmqyS {
  background: rgba(232, 159, 18, 0.15);
}

[class*=styled__InPlayerPreviewBox] {
  display: none !important;
}

#LoginButton {
  margin-left: 0;
}

.LoginButton {
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.Branding--Corp .LoginButton {
  background: #E89F12;
}
.Branding--Corp .LoginButton:hover {
  background: #b97f0e;
}
.Branding--Edu .LoginButton {
  background: #0AA55C;
}
.Branding--Edu .LoginButton:hover {
  background: #077541;
}
.Branding--Org .LoginButton {
  background: #4984F8;
}
.Branding--Org .LoginButton:hover {
  background: #425F98;
}

input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-clear-button {
  display: none;
}

.presentation {
  visibility: visible !important;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

*:focus {
  outline: none !important;
}

*:focus-visible {
  outline: 5px solid rgb(0, 172, 196) !important;
}
/*# sourceMappingURL=toolkit.css.map */
