/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.fuse-player {
  background: #000;
  position: relative;
  overflow: hidden;
}
.fuse-player.fuse-player-is-fullscreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  z-index: 3000000 !important;
}
.fuse-player * {
  -webkit-tap-highlight-color: rgba(91,205,231,0.3);
}
.fuse-player canvas {
  display: block;
}
.fuse-player:-webkit-full-screen {
  width: 100vw;
  height: 100vh;
}
.fuse-player-ui {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.fuse-player-ui-hidden .fuse-player-ui-bar {
  opacity: 0;
}
.fuse-player-ui-bar {
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.fuse-player-ui-right:empty,
.fuse-player-ui-left:empty,
.fuse-player-ui-bottom:empty,
.fuse-player-ui-top:empty {
  display: none !important;
}
.fuse-player-ui-bottom,
.fuse-player-ui-top {
  background: rgba(0,0,0,0.5);
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
}
.fuse-player-ui-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.fuse-player-ui-top {
  top: 0;
  left: 0;
  right: 0;
}
.fuse-player-ui-right {
  top: 0;
  bottom: 0;
  right: 0;
}
.fuse-player-ui-left {
  top: 0;
  bottom: 0;
  left: 0;
}
.fuse-player-ui > * {
  pointer-events: all;
}
.fuse-player-scrubber {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.3);
  height: 10px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scaleY(0.2);
          transform: scaleY(0.2);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  cursor: pointer;
  z-index: 0;
  overflow: visible;
}
.fuse-player-scrubber::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  height: 300%;
}
.fuse-player-scrubber:hover {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.fuse-player-scrubber-position,
.fuse-player-scrubber-target,
.fuse-player-scrubber-buffered {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.4);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.fuse-player-scrubber-position {
  background: #5bcde7;
  z-index: 1;
}
.fuse-player-scrubber-handle {
  height: 100%;
  width: 10px;
  position: absolute;
  top: 0px;
  margin-left: -5px;
  background: #fff;
  z-index: 2;
}
.fuse-player-button {
  width: 30px;
  height: 30px;
  outline: 0;
  background: transparent no-repeat center/22px 22px;
  border: 0;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.8;
}
.fuse-player-button[disabled] {
  display: none;
}
.fuse-player-button[disabled] + .fuse-player-button:not([disabled]) {
  margin-left: auto;
}
.fuse-player-button:hover {
  opacity: 1;
}
.fuse-player-play {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-play'%3E%3Cpolygon points='5 3 19 12 5 21 5 3'/%3E%3C/svg%3E");
}
.fuse-player-pause {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-pause'%3E%3Crect x='6' y='4' width='4' height='16'/%3E%3Crect x='14' y='4' width='4' height='16'/%3E%3C/svg%3E");
}
.fuse-player-fullscreen-toggle {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-maximize'%3E%3Cpath d='M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3'/%3E%3C/svg%3E");
}
.fuse-player-fullscreen-toggle.is-active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-minimize'%3E%3Cpath d='M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3'/%3E%3C/svg%3E");
}
.fuse-player-vr-toggle {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' stroke='%23FFF' fill='none'%3E %3Cpath d='M20.6364972,6 L3.19864407,6 C2.54824859,6 2,6.56836937 2,7.26931532 L2,17.7111261 C2,18.4120721 2.54824859,18.9803243 3.22463277,18.9803243 L7.9880226,18.9803243 C8.49875706,18.9803243 8.93649718,18.6564955 9.12045198,18.195991 L10.5055367,14.7287387 C10.739096,14.1440901 11.2949153,13.7327748 11.9435028,13.7327748 C12.5920904,13.7327748 13.1479096,14.1440901 13.3814689,14.7287387 L14.7665537,18.195991 C14.9505085,18.6564955 15.3882486,18.9803243 15.8729944,18.9803243 L20.6364972,18.9803243 C21.3387571,18.9803243 21.8870056,18.4120721 21.8870056,17.7111261 L21.8870056,7.26931532 C21.8870056,6.56836937 21.3387571,6 20.6364972,6 L20.6364972,6 Z M7.43310734,14.7744144 C6.21468927,14.7744144 5.22813559,13.7523333 5.22813559,12.4901622 C5.22813559,11.227991 6.21468927,10.206027 7.43310734,10.206027 C8.65141243,10.206027 9.6359322,11.227991 9.6359322,12.4901622 C9.6359322,13.7523333 8.64926554,14.7744144 7.43310734,14.7744144 L7.43310734,14.7744144 Z M16.4550282,14.7733604 C15.2372881,14.7733604 14.2510734,13.7517477 14.2510734,12.4901622 C14.2510734,11.2286937 15.2372881,10.2070811 16.4550282,10.2070811 C17.6727684,10.2070811 18.6589831,11.2286937 18.6589831,12.4901622 C18.6589831,13.7517477 17.6727684,14.7733604 16.4550282,14.7733604 L16.4550282,14.7733604 Z'/%3E %3C/svg%3E");
  background-size: 32px auto;
  margin-left: 5px;
}
.fuse-player-stereo-toggle {
  text-indent: 0;
  font-size: 10px;
  font-family: Verdana, Helvectica, Arial, sans-serif;
  color: #fff;
  font-weight: bold;
}
.fuse-player-stereo-toggle.is-active {
  color: #5bcde7;
}
.fuse-player-source-selector {
  position: relative;
  overflow: visible;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-settings'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z'/%3E%3C/svg%3E");
}
.fuse-player-source-selector.is-active {
  opacity: 1;
}
.fuse-player-source-selector-menu {
  position: absolute;
  bottom: 100%;
  right: 0;
  padding: 10px;
  background: rgba(0,0,0,0.5);
  display: none;
  margin-bottom: 8px;
}
.fuse-player-source-selector.is-active .fuse-player-source-selector-menu {
  display: block;
}
.fuse-player-source-selector-menu-option {
  white-space: nowrap;
  display: block;
  background: none;
  padding: 5px;
  color: #ccc;
  font-size: 12px;
  font-family: Verdana, Helvectica, Arial, sans-serif;
  border: 0;
  cursor: pointer;
  outline: 0;
}
.fuse-player-source-selector-menu-option:hover {
  color: #fff;
}
.fuse-player-source-selector-menu-option.is-active {
  color: #5bcde7;
}
.fuse-player-time {
  font-size: 10px;
  font-family: Verdana, Helvectica, Arial, sans-serif;
  color: #fff;
  margin-right: auto;
}
.fuse-player-repeat {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-repeat'%3E%3Cpolyline points='17 1 21 5 17 9'/%3E%3Cpath d='M3 11V9a4 4 0 0 1 4-4h14'/%3E%3Cpolyline points='7 23 3 19 7 15'/%3E%3Cpath d='M21 13v2a4 4 0 0 1-4 4H3'/%3E%3C/svg%3E");
}
.fuse-player-repeat.is-active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235bcde7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-repeat'%3E%3Cpolyline points='17 1 21 5 17 9'/%3E%3Cpath d='M3 11V9a4 4 0 0 1 4-4h14'/%3E%3Cpolyline points='7 23 3 19 7 15'/%3E%3Cpath d='M21 13v2a4 4 0 0 1-4 4H3'/%3E%3C/svg%3E");
}
.fuse-player-volume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fuse-player-volume-mute {
  margin-right: 5px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-volume-2'%3E%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'/%3E%3Cpath d='M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07'/%3E%3C/svg%3E");
}
.volume-level-low .fuse-player-volume-mute {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-volume'%3E%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'/%3E%3C/svg%3E");
}
.volume-level-med .fuse-player-volume-mute {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-volume-1'%3E%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'/%3E%3Cpath d='M15.54 8.46a5 5 0 0 1 0 7.07'/%3E%3C/svg%3E");
}
.is-muted .fuse-player-volume-mute {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-volume-x'%3E%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'/%3E%3Cline x1='23' y1='9' x2='17' y2='15'/%3E%3Cline x1='17' y1='9' x2='23' y2='15'/%3E%3C/svg%3E");
}
.fuse-player-volume-slider {
  margin-right: 10px;
  position: relative;
  width: 80px;
  background: rgba(255,255,255,0.6);
  height: 4px;
  cursor: pointer;
}
.fuse-player-volume-current {
  position: absolute;
  top: -1px;
  height: 6px;
  width: 100%;
  left: 0;
  background: #5bcde7;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.fuse-player-volume-handle {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: -3px;
  margin-left: -5px;
  border-radius: 50%;
  background: #fff;
}
.is-muted .fuse-player-volume-current {
  background-color: #333;
}
.fuse-player-dial {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid #eee;
  background: rgba(0,0,0,0.2);
  overflow: hidden;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.fuse-player-dial::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #eee;
  border: 1px solid #ddd;
  margin-left: -7px;
  margin-top: -7px;
  z-index: 2;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.fuse-player-dial-fov {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 44px;
  height: 44px;
  fill: #eee;
  stroke-width: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.fuse-player-loader,
.fuse-player-error {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.5);
  padding: 10px 5px;
  border-radius: 3px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  overflow: hidden;
  color: #fff;
}
.fuse-player-loader span {
  display: block;
  margin: 0 2px 0;
  width: 4px;
  height: 4px;
  background: #eee;
  border-radius: 50%;
  float: left;
  -webkit-animation: fuse-loader infinite 1s linear;
          animation: fuse-loader infinite 1s linear;
}
.fuse-player-loader span:nth-child(5) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.fuse-player-loader span:nth-child(4) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.fuse-player-loader span:nth-child(3) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.fuse-player-loader span:nth-child(2) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.fuse-player-loader span:nth-child(1) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.fuse-player-loader.is-loading {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.fuse-player-error {
  border: 1px solid rgba(255,255,255,0.6);
  padding-left: 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-alert-circle'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12' y2='16'/%3E%3C/svg%3E");
  background-size: auto 20px;
  background-position: left 5px center;
  background-repeat: no-repeat;
  font-size: 11px;
  font-family: Verdana, Helvectica, Arial, sans-serif;
}
.fuse-player-error.has-error {
  opacity: 1;
}
.fuse-player-error.has-error ~ * {
  display: none !important;
}
.fuse-player-poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: #000;
  cursor: pointer;
}
.fuse-player-poster::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  background: rgba(0,0,0,0.4) no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-play'%3E%3Cpolygon points='5 3 19 12 5 21 5 3'/%3E%3C/svg%3E") center/25px 25px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.fuse-player-poster:hover::after {
  background-color: #fff;
}
.fuse-player-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.fuse-player-poster.is-active img {
  opacity: 1;
}
@media (pointer: coarse) {
  .fuse-player-ui-bottom,
  .fuse-player-ui-top {
    height: 54px;
  }
  .fuse-player-scrubber {
    height: 20px;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .fuse-player-button {
    width: 44px;
    height: 44px;
  }
  .fuse-player-volume-slider {
    margin-right: 15px;
  }
  .fuse-player-volume-slider,
  .fuse-player-volume-current {
    height: 16px;
  }
  .fuse-player-volume-current {
    top: 0;
  }
  .fuse-player-volume-handle {
    width: 18px;
    height: 18px;
    margin-left: -9px;
    top: -1px;
  }
}
@-webkit-keyframes fuse-loader {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes fuse-loader {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
html.fuse-player-is-fullscreen,
html.no-scroll {
  overflow: hidden;
}
body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  display: block;
}
h1,
h2 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
h2 {
  font-size: 24px;
  line-height: 26px;
  margin: 35px 0 15px;
  text-transform: none;
}
h4,
.h4 {
  font-size: 16px;
  line-height: 20px;
}
h1 + h4,
h1 + .h4 {
  margin-top: -20px;
  margin-bottom: 20px;
  min-height: 20px;
}
h1 + h4 a,
h1 + .h4 a {
  color: #111;
}
h1 + h4:empty,
h1 + .h4:empty {
  content: "\00a0";
}
.App__content {
  padding: 73px 0 0;
  min-height: calc(100vh - 164px);
}
html.has-sale .App__content {
  padding-top: 143px;
}
.App__content.is-loading {
  background: url(/library/static/assets/1Op2-b5XcMwx.svg) no-repeat center/40px;
}
body.fullscreen .App__content {
  position: static;
  overflow: visible;
}
body.dark-bg .App__content {
  background-color: #4f4f4f;
}
.Button {
  cursor: pointer;
  height: 30px;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #40c7b5;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  will-change: background-color;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
}
.Button:hover {
  background-color: #4dcbba;
}
.Button[disabled] {
  pointer-events: none;
  opacity: 0.4;
  cursor: not-allowed;
}
button {
  border: 0;
  cursor: pointer;
}
br.clear {
  clear: both;
}
form.is-loading {
  pointer-events: none;
  opacity: 0.5;
}
form.is-loading .Button--submit {
  position: relative;
}
form.is-loading .Button--submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #40c7b5;
}
form.is-loading .Button--submit::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: 1;
  background: url(/library/static/assets/1Op2-b5XcMwx.svg) no-repeat center/contain;
}
form > h3 {
  margin-bottom: 25px;
}
.Row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 950px) {
  .Row {
    display: block;
  }
  .Row .Column {
    padding: 0 !important;
  }
}
.Row .Column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
}
.Row .Column .Column {
  padding: 0 5px;
}
.Row .Column .Column:first-child {
  padding-left: 0;
}
.Input {
  margin-bottom: 18px;
}
.Input__label {
  display: block;
  color: #fa367f;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.Input__control,
.Input .TimeInput-input {
  display: block;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  height: 52px;
  width: 100%;
  -webkit-box-shadow: inset 0 0 1000px 1000px #fff;
          box-shadow: inset 0 0 1000px 1000px #fff;
}
.Input__control:focus,
.Input .TimeInput-input:focus {
  border-bottom-color: #40c7b5;
}
.Input textarea {
  min-height: 100px;
  resize: vertical;
  margin-top: 15px;
  padding: 0 0 10px;
}
.Input__error {
  display: block;
  color: #f00;
  font-size: 14px;
  font-weight: 600;
  margin-top: 7px;
  margin-bottom: 4px;
  height: 14px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.Input__error:empty {
  -webkit-transition: none;
  transition: none;
  content: "\00a0";
  opacity: 0;
}
.Tags {
  margin-bottom: 18px;
}
.Tags__label {
  display: block;
  color: #fa367f;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.Tags__control,
.Tags__display {
  display: block;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  width: 100%;
  min-height: 100px;
  resize: vertical;
  margin-top: 15px;
  padding: 0 0 10px;
}
.Tags__control {
  border-bottom-color: #40c7b5;
}
.Tags:not(.is-editing) .Tags__control {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  min-height: 0;
  opacity: 0;
  border: 0;
}
.Tags.is-editing .Tags__display {
  display: none;
}
.Tags__display {
  font-size: 0;
}
.Tags__display::-webkit-input-placeholder {
  color: #4a4a4a;
}
.Tags__display::-moz-placeholder {
  color: #4a4a4a;
}
.Tags__display::-ms-input-placeholder {
  color: #4a4a4a;
}
.Tags__display::placeholder {
  color: #4a4a4a;
}
.Tags__display:empty::before {
  content: attr(data-placeholder);
  color: #4a4a4a;
  font-size: 14px;
  display: block;
  padding-top: 3px;
}
.Tags__tag {
  display: inline-block;
  background: #40c7b5;
  border-radius: 22px;
  color: #fff;
  padding: 0 30px 0 10px;
  position: relative;
  margin: 2px 4px 2px 0;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  position: relative;
}
.Tags__tag__delete {
  border-radius: 100%;
  cursor: pointer;
  font-size: 1rem;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: #cdf0f8 url(/library/static/assets/2FluFTgDAfLW.svg) no-repeat center/15px auto;
}
.Tags__error {
  display: block;
  color: #d0021b;
  font-size: 10px;
  font-weight: 300;
  margin-top: 7px;
  height: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.Tags__error:empty {
  -webkit-transition: none;
  transition: none;
  content: "\00a0";
  opacity: 0;
}
.Tags--simple {
  overflow: hidden;
}
@media (max-width: 920px) {
  .Tags--simple {
    margin-bottom: 0;
  }
}
.Tags--simple .Tags__display,
.Tags--simple .Tags__control {
  margin-top: 0px;
  border-bottom: none;
  min-height: 54px;
}
.Tags--simple .Tags__control {
  padding-top: 3px;
}
.Tags--simple .Tags__tag {
  color: #5acde7;
  background: none;
  padding: 0px;
  margin: 0px;
  height: auto;
  line-height: auto;
}
.Tags--simple .Tags__tag::after {
  content: ",\00a0";
}
.Tags--simple .Tags__tag:last-of-type::after {
  display: none;
}
.Tags--simple .Tags__tag__delete {
  display: none;
}
.GroupedSelect,
.Select {
  min-width: 110px;
  margin-bottom: 10px;
}
.GroupedSelect.is-disabled,
.Select.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.GroupedSelect__label,
.Select__label {
  display: block;
  color: #fa367f;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.GroupedSelect__wrapper,
.Select__wrapper {
  margin-bottom: 0px;
  margin-top: 7px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #979797;
  position: relative;
  cursor: pointer;
}
.GroupedSelect__wrapper::after,
.Select__wrapper::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #4a4a4a transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 14px;
}
.GroupedSelect__control,
.Select__control {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.GroupedSelect__value,
.Select__value {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #373737;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.Select.is-empty .GroupedSelect__value,
.Select.is-empty .Select__value {
  color: #999;
  font-weight: normal;
}
.GroupedSelect__error,
.Select__error {
  display: block;
  color: #d0021b;
  font-size: 10px;
  font-weight: 300;
  margin-top: 7px;
  height: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.GroupedSelect__error:empty,
.Select__error:empty {
  -webkit-transition: none;
  transition: none;
  content: "\00a0";
  opacity: 0;
}
.GroupedSelect__label {
  margin-bottom: 5px;
}
.RadioList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.RadioList--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.RadioList__label {
  display: block;
  overflow: hidden;
}
.RadioList__option {
  min-height: 40px;
  line-height: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.RadioList__option__ui {
  display: block;
  width: 28px;
  min-height: 40px;
  border-radius: 3px;
  background-color: rgba(51,53,56,0.5);
  border-radius: 3px 0 0 3px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  float: left;
  position: relative;
  cursor: pointer;
}
.RadioList__option__ui::before {
  display: block;
  content: "";
  border-radius: 12px;
  width: 20px;
  height: 20px;
  background-color: #4d555d;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  border: 1px solid #363636;
}
.RadioList__option__meta {
  background: #fff;
  color: #323232;
  height: 26px;
  margin: 7px;
  padding: 0px 6px 0px 6px;
  font-size: 11px;
  border-radius: 3px;
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
}
.RadioList__option__control {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
.RadioList__option__label {
  float: left;
  margin-left: 2px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  min-height: 40px;
  background-color: rgba(51,53,56,0.5);
  border-radius: 0 3px 3px 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: calc(100% - 30px);
  cursor: pointer;
  padding: 7px;
}
.RadioList__option:hover .RadioList__option__ui,
.RadioList__option:hover .RadioList__option__label {
  background-color: #333538;
}
.RadioList__option input:checked ~ .RadioList__option__label {
  background-color: #333638;
}
.RadioList__option input:checked ~ .RadioList__option__label--cities::after,
.RadioList__option input:checked ~ .RadioList__option__label--blend::after {
  opacity: 1;
}
.RadioList__option input:checked ~ .RadioList__option__ui {
  background-color: #333638;
}
.RadioList__option input:checked ~ .RadioList__option__ui::after {
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 12px;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
}
.RadioList__option input:checked ~ .RadioList__option__ui::before {
  border: none;
}
.Input--dark,
.Select--dark {
  margin-bottom: 10px;
}
.Input--dark .Input__label,
.Select--dark .Input__label,
.Input--dark .Select__label,
.Select--dark .Select__label {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 10px;
}
.Input--dark .Input__control,
.Select--dark .Input__control,
.Input--dark .Select__control,
.Select--dark .Select__control {
  background-color: #555;
  -webkit-box-shadow: inset 0 0 1000px 1000px #555;
          box-shadow: inset 0 0 1000px 1000px #555;
  color: #fff;
  padding: 5px;
  margin: 0;
  border-bottom: 2px solid #ccc;
}
.Input--dark .Input__control::-webkit-input-placeholder,
.Select--dark .Input__control::-webkit-input-placeholder,
.Input--dark .Select__control::-webkit-input-placeholder,
.Select--dark .Select__control::-webkit-input-placeholder {
  color: #aaa;
}
.Input--dark .Input__control::-moz-placeholder,
.Select--dark .Input__control::-moz-placeholder,
.Input--dark .Select__control::-moz-placeholder,
.Select--dark .Select__control::-moz-placeholder {
  color: #aaa;
}
.Input--dark .Input__control::-ms-input-placeholder,
.Select--dark .Input__control::-ms-input-placeholder,
.Input--dark .Select__control::-ms-input-placeholder,
.Select--dark .Select__control::-ms-input-placeholder {
  color: #aaa;
}
.Input--dark .Input__control::placeholder,
.Select--dark .Input__control::placeholder,
.Input--dark .Select__control::placeholder,
.Select--dark .Select__control::placeholder {
  color: #aaa;
}
.Input--dark .Input__control:-webkit-autofill,
.Select--dark .Input__control:-webkit-autofill,
.Input--dark .Select__control:-webkit-autofill,
.Select--dark .Select__control:-webkit-autofill {
  -webkit-text-fill-color: #e0e0e0;
}
.Input--dark input[type=text].Input__control,
.Select--dark input[type=text].Input__control,
.Input--dark .Select__control,
.Select--dark .Select__control {
  height: 37px;
}
.Select--dark .Select__value {
  color: #fff;
}
.Select--dark .Select__wrapper::after {
  border-color: #fff transparent transparent transparent;
}
.Select--country {
  margin-bottom: 0;
}
.Select--country .Select__value {
  background-color: #555;
  color: #e0e0e0;
  font-weight: normal;
  text-transform: none;
}
.Select--country .Select__error {
  color: #faa;
  font-size: 11px;
  margin-top: 3px;
  margin-bottom: 7px;
}
.Select--country.is-empty .Select__value {
  color: #aaa;
}
.Select--country .Select__wrapper {
  border: none;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 0;
}
.Select--country .Select__wrapper::after {
  border-color: #fff transparent transparent transparent;
}
.Tags--dark {
  margin-bottom: 10px;
}
.Tags--dark .Tags__label {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 10px;
}
.Tags--dark .Tags__display,
.Tags--dark .Tags__control {
  background-color: #555;
  -webkit-box-shadow: inset 0 0 1000px 1000px #555;
          box-shadow: inset 0 0 1000px 1000px #555;
  color: #fff;
  padding: 5px;
  margin: 0;
  border-bottom: 2px solid #ccc;
}
.Tags--dark .Tags__display::-webkit-input-placeholder,
.Tags--dark .Tags__control::-webkit-input-placeholder {
  color: #aaa;
}
.Tags--dark .Tags__display::-moz-placeholder,
.Tags--dark .Tags__control::-moz-placeholder {
  color: #aaa;
}
.Tags--dark .Tags__display::-ms-input-placeholder,
.Tags--dark .Tags__control::-ms-input-placeholder {
  color: #aaa;
}
.Tags--dark .Tags__display::placeholder,
.Tags--dark .Tags__control::placeholder {
  color: #aaa;
}
.Tags--dark .Tags__display:empty::before {
  content: attr(data-placeholder);
  color: #aaa;
  font-size: 14px;
}
.Tags--dark .Tags__display:not(:empty)::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #40c7b5 url(/library/static/assets/W2sty94UBFAo.svg) no-repeat center/27px;
  display: inline-block;
  margin: 2px 4px 2px 0;
  cursor: pointer;
  vertical-align: middle;
}
.Tags--dark .Tags__error {
  color: #faa;
  font-size: 11px;
}
.Slider {
  display: block;
  width: 100%;
  height: 6px;
  margin-top: 45px;
}
.Slider__bar {
  height: 100%;
  border-radius: 3px;
  background: #333638;
}
.Slider__bar-1,
.Slider--single .Slider__bar-0 {
  background: #40c7b5;
}
.Slider--single .Slider__bar-1 {
  background: #333638;
}
.Slider__handle {
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.13);
          box-shadow: 1px 2px 4px rgba(0,0,0,0.13);
  border: 1px solid #0091ad;
  background-image: linear-gradient(47deg, #47bad7 0%, #82e5fd 100%);
  border-radius: 50%;
  cursor: pointer;
  margin-top: -10px;
  top: 3px;
}
.Slider__handle__label {
  height: 22px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 22px;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 6px;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
.Slider__handle.is-active .Slider__handle__label {
  z-index: 1;
  background: #4d555d;
}
button[type=submit].Button,
.Button--submit {
  width: 100%;
  display: block;
  height: 41px;
}
.form-error {
  color: #c33;
  font-size: 12px !important;
  margin-bottom: 15px;
  height: 1.6em;
}
.form-error:empty {
  content: "\a0";
}
.Page--about {
  max-width: 920px;
  padding: 140px 10px 40px;
  color: #fff;
  margin: 0 auto;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.4);
}
.Page--about h1,
.Page--about h2,
.Page--about h3,
.Page--about h4,
.Page--about h5,
.Page--about h6,
.Page--about p {
  color: #fff;
}
.Page--about h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 49px;
  font-weight: 300;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0 0 13px;
}
.Page--about h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.Page--about h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  margin: 20px 0 10px;
}
.Page--about p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 20px;
}
.Page--about a {
  color: #fff;
  text-decoration: underline;
}
.Page--about a:hover {
  text-decoration: none;
}
.Banner__container {
  width: 100%;
  height: 42px;
  background-color: #b5e6f2;
  z-index: 12;
  position: relative;
}
.Banner__banner {
  max-width: 940px;
  margin: auto;
  height: 100%;
}
.Banner__banner__section {
  width: 60px;
  height: 100%;
  color: #fff;
  border-bottom: solid 2px #b5e6f2;
  position: relative;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.Banner__banner__section.is-selected {
  background-color: #6bcde6;
  border-bottom: solid 2px #fff;
  color: #fff;
}
.Banner__banner__section.is-selected.projects::before,
.Banner__banner__section.is-selected.stories::before,
.Banner__banner__section.is-selected.payments::before {
  background-color: #fff;
}
.Banner__banner__section::before {
  content: "";
  top: 6px;
  left: 0;
  position: absolute;
}
.Banner__banner__section.content::before {
  width: 100%;
  height: 20px;
  background: url(/library/static/assets/2r4xjEJhwGT9.svg) no-repeat center;
}
.Banner__banner__section.settings::before {
  width: 100%;
  height: 20px;
  background: url(/library/static/assets/35I9Psuydz9m.svg) no-repeat center;
}
.Banner__banner__section p {
  position: absolute;
  bottom: 4px;
  text-align: center;
  margin: auto;
  width: 100%;
  cursor: pointer;
  font-family: $font-alt;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}
.AccountContent__Wrapper {
  max-width: 940px;
  margin: 30px auto;
}
.AccountContent__Wrapper::after {
  content: "";
  background: url(/library/static/assets/1Op2-b5XcMwx.svg) no-repeat center/contain;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 40vh;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  pointer-events: none;
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.AccountContent__Wrapper.is-loading .Account__Content {
  opacity: 0.1;
}
.AccountContent__Wrapper.is-loading::after {
  opacity: 1;
}
.AccountContent__List {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  will-change: opacity;
  z-index: 0;
}
.AccountContent__Uploader {
  width: 100%;
  text-align: center;
  border: 1px dashed #969696;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
  cursor: pointer;
  padding: 10px;
}
@media (max-width: 920px) {
  .AccountContent__Uploader {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
.AccountContent__Uploader__input {
  position: fixed;
  top: -9999px;
  left: -9999px;
  opacity: 0;
}
.AccountContent__Uploader:hover {
  border: 1px solid #40c7b5;
}
.AccountContent__Uploader::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin: 0px auto 8px;
  background: url(/library/static/assets/2JoR7SUWyDYQ.svg) no-repeat center;
}
.AccountContent__Uploader h3 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.AccountContent__Uploader h4,
.AccountContent__Uploader__limit {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
.AccountContent__Uploader__limit {
  padding: 15px;
  border: 1px solid #ccc;
  margin: 0 0 30px;
  line-height: 1.3;
  text-align: center;
}
.AccountContent__Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 920px) {
  .AccountContent__Item {
    display: block;
    padding: 0 20px;
  }
}
.AccountContent__Preview {
  display: block;
  position: relative;
  width: 420px;
  min-width: 420px;
  height: 237px;
  background-color: #363636;
  color: #fff;
}
@media (max-width: 920px) {
  .AccountContent__Preview {
    margin: 0 auto 25px;
    width: 100%;
    height: 0;
    min-width: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-bottom: 56.25%;
  }
}
.AccountContent__Preview__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.AccountContent__Preview--processing p {
  text-align: center;
  position: absolute;
  top: 60%;
  width: 100%;
}
.AccountContent__Preview--processing::after {
  content: "";
  background: url(/library/static/assets/1Op2-b5XcMwx.svg) no-repeat center/contain;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  pointer-events: none;
  z-index: 5;
}
.AccountContent__Preview--processing .AccountContent__Preview__Cancel {
  top: 75%;
}
.AccountContent__Preview::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 22px;
  height: 16px;
  z-index: 100;
}
.AccountContent__Preview--image::after {
  background: url(/library/static/assets/ZPQSRXYzuxuu.svg) no-repeat center/contain;
}
.AccountContent__Preview--video::after {
  background: url(/library/static/assets/3UQvdaw4Cqxz.svg) no-repeat center/contain;
}
.AccountContent__Preview__Percentage {
  position: relative;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  font-weight: 200;
  color: #40c7b5;
  text-align: center;
  font-size: 50px;
}
.AccountContent__Preview__Progress {
  position: relative;
  top: 40%;
  text-align: center;
}
.AccountContent__Preview__Cancel {
  position: relative;
  display: block;
  top: 45%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  color: #fa367f;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: 5;
}
.AccountContent__Preview__Cancel::after {
  width: 14px;
  height: 14px;
  background: url(/library/static/assets/2a1wgvhi1k2J.svg) no-repeat center/contain;
  border: 0;
  cursor: pointer;
  content: "";
  display: inline-block;
  top: 2px;
  left: 3px;
  position: relative;
  opacity: 1;
}
.AccountContent__Preview:hover .AccountContent__Preview__Cancel {
  opacity: 1;
}
.AccountContent__Preview__ProgressBar {
  background-color: #fff;
  height: 10px;
  bottom: 0;
  position: absolute;
  width: 100%;
  -webkit-box-shadow: inset -1px -1px 3px rgba(0,0,0,0.09);
          box-shadow: inset -1px -1px 3px rgba(0,0,0,0.09);
}
.AccountContent__Preview__ProgressBar__Inner {
  background-color: #5bcce7;
  left: 0;
  height: 10px;
  width: 100%;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}
.AccountContent__Details {
  margin-left: 30px;
  width: 100%;
}
@media (max-width: 920px) {
  .AccountContent__Details {
    margin-left: 0px;
  }
}
.AccountContent__Details__Columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.AccountContent__Details h3 {
  color: #373737;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 12px;
  word-break: break-word;
}
.AccountContent__Details h4 {
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.AccountContent__Details__TagsTitle::before {
  content: "";
  width: 14px;
  height: 17px;
  margin-right: 4px;
  margin-top: 3px;
  display: block;
  float: left;
  background: url(/library/static/assets/2MjqwkIjdFwY.png) no-repeat center/contain;
}
.AccountContent__Error {
  height: 100%;
}
.AccountContent__Error .AccountContent__Preview__Cancel {
  top: -40%;
}
.AccountContent__Error p {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 22pt;
}
.AccountContent__Thumbnail {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.AccountContent__Thumbnail .ImageLoader {
  height: 100%;
}
.AccountContent__Thumbnail button {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  display: block;
  z-index: 2;
}
.AccountContent__Thumbnail::before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.AccountContent__Thumbnail__Cover {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.5px;
  top: 9px;
  right: 9px;
  background: none;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.AccountContent__Thumbnail__Cover::before {
  content: "";
  background: no-repeat center/16px auto;
  background-image: url(/library/static/assets/15yTZy9i8Kj3.svg);
  display: block;
  position: absolute;
  right: 99%;
  top: 3px;
  width: 16px;
  height: 16px;
}
.AccountContent__Thumbnail__Play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background: rgba(255,255,255,0) no-repeat center/80px auto;
  background-image: url(/library/static/assets/1avs2Tg2Vbq6.svg);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.AccountContent__Thumbnail__Play--image {
  background-image: url(/library/static/assets/3iolLY0hZpEC.svg);
}
.AccountContent__Thumbnail__Play--video {
  background-image: url(/library/static/assets/1FrBJUfUZsfx.svg);
}
.AccountContent__Thumbnail:hover::before {
  opacity: 1;
}
.AccountContent__Thumbnail:hover button {
  opacity: 1;
}
.AccountContent__SaveBar {
  padding: 15px 0px;
  margin: 0px 0px 15px 0px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: right;
  font-weight: 300;
  font-size: 12px;
}
.AccountContent__SaveBar span {
  margin-left: auto;
}
.AccountContent__SaveBar span button {
  margin-left: 12px;
}
.AccountSettings {
  max-width: 720px;
  margin: 10px auto;
}
.AccountSettings[disabled] {
  opacity: 0.5;
}
.AccountSettings button {
  max-width: 300px;
  margin: 15px auto;
}
.AccountSettings h3 {
  font-weight: bold;
  color: #40c7b5;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  margin-bottom: 20px;
}
.AccountSettings fieldset {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.AccountSettings fieldset:last-child {
  border-bottom: none;
}
.AccountStatus {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}
.AccountStatus__title {
  text-transform: uppercase;
  color: #40c7b5;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
}
.AccountStatus__subtitle {
  color: #373737;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
}
.AccountStatus__copy {
  width: 479px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 10px auto;
}
.AddToCollection {
  position: relative;
  overflow: visible;
  background-color: #40c7b5 !important;
  padding-right: 45px;
  height: 35px;
}
.AddToCollection::before {
  content: "";
  position: absolute;
  width: 1px;
  right: 30px;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #fff;
}
.AddToCollection::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  margin-top: -2px;
}
.AddToCollection__working {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #40c7b5;
  z-index: 1;
}
.AddToCollection__working::before {
  content: "";
  background: url(/library/static/assets/1Op2-b5XcMwx.svg) no-repeat center/15px;
  width: 15px;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.AddToCollection__list {
  border-bottom: 2px solid #4f4f4f;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.AddToCollection__list .Button {
  float: none;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 !important;
  border-bottom: 1px solid #fff;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: block;
  line-height: 30px;
}
.AddToCollection__list .Button:last-child {
  border-bottom: none;
}
.AddToCollection__list .Button a {
  color: #fff;
  text-decoration: none;
}
.AddToCollection__list .Button:hover {
  background-color: #4dcbba !important;
}
.AlertRoot {
  position: absolute;
  z-index: 500000;
  pointer-events: none;
  top: 0;
  left: 0;
}
.Alert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px;
  padding-left: 300px;
}
.Alert--no-offset {
  padding-left: 25px;
}
.Alert__window {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 3px;
  width: 500px;
  position: absolute;
  margin: auto;
  padding: 20px;
  background: #3d4147;
  -webkit-box-shadow: 1px 0 7px rgba(0,0,0,0.12);
          box-shadow: 1px 0 7px rgba(0,0,0,0.12);
  color: #eee;
  font-family: $font;
  line-height: 1.2;
  text-align: center;
  font-size: 0;
  -webkit-animation: 0.3s ease alert-reveal;
          animation: 0.3s ease alert-reveal;
}
.Alert__window p,
.Alert__window h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.Alert__window p:last-child,
.Alert__window h4:last-child {
  margin-bottom: 0;
}
.Alert__window p a,
.Alert__window h4 a {
  color: inherit;
  text-decoration: underline;
}
.Alert__window p a:hover,
.Alert__window h4 a:hover {
  text-decoration: none;
}
.Alert__window ul,
.Alert__window ol {
  font-size: 14px;
}
.Alert__window h4 {
  font-weight: 600;
}
.Alert__window__button {
  margin: 25px 10px 0;
  padding: 10px;
  display-inline: block;
  font-size: 14px;
  border-radius: 2px;
  border: 0;
  background: #464a51;
  color: #fff;
  min-width: 100px;
  cursor: pointer;
}
.Alert__window__button:hover {
  background: #4e545b;
}
.Alert__window__button--confirm {
  background-color: #6bcde6;
}
.Alert__window__button--confirm:hover {
  background-color: #5ac7e3;
}
.Alert--dull .Alert__window__button--confirm {
  background: #464a51 !important;
}
.Alert__window__button--confirm[disabled] {
  opacity: 1;
  background-color: #bcbbbc;
}
.Alert .Select {
  width: 300px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #5c5c5c;
  background-color: #4a4a4a;
  margin: 0 auto;
}
.Alert .Select select {
  cursor: pointer;
  display: block;
  width: 280px;
  margin: 0 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 100%;
  background: transparent;
  border: none;
  color: #fff;
  font-family: $font-alt;
  font-size: 14px;
  font-weight: 400;
}
@-webkit-keyframes alert-reveal {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes alert-reveal {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.wio-link {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wio-link:hover {
  background-color: #40c7b5;
}
.Blog {
  position: relative;
  min-height: 1000px;
  overflow: hidden;
  padding: 120px 10px 110px;
}
.Blog.is-loading .Blog__preview::after {
  opacity: 0.7;
}
.Blog::before {
  content: "";
  background-image: linear-gradient(47deg, #2c98b3 0%, #55cce9 52%, #82e5fd 100%);
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 964px;
}
.Blog::after {
  content: "";
  width: 200%;
  left: -50px;
  top: 914px;
  z-index: -1;
  background: #fff;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  height: 500px;
  position: absolute;
}
.Blog__preview-status {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: rgba(0,0,0,0.3);
          box-shadow: rgba(0,0,0,0.3);
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
}
.Blog__preview-status__cancel {
  background: #40c7b5;
  color: #fff;
  margin-left: 10px;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer;
}
.Blog__preview-status__cancel:hover {
  background-color: #36b7a6;
}
.Blog__wrapper {
  max-width: 1024px;
  margin: 0 auto;
}
.Blog__wrapper::after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 1px;
}
.Blog__empty {
  font-size: 18px;
  text-align: center;
  padding: 50px 20px;
  color: #fff;
}
.Blog__listing {
  padding: 35px 0;
}
.Blog__title + .Blog__listing {
  padding-top: 0;
}
.Blog__listing::after {
  clear: both;
  display: block;
  height: 0;
  width: 100%;
  content: "";
}
.Blog__title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1.8px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 50px;
  overflow: hidden;
}
.Blog__search {
  float: right;
  padding-left: 37px;
  background: no-repeat url(/library/static/assets/3jjezqp3Ug9Q.svg) left bottom/21px 21px;
}
.Blog__search__input {
  background: none;
  width: 85px;
  height: 20px;
  color: #fff;
  font-family: $font;
  font-size: 16px;
  font-weight: 400;
  height: 24px;
  border: none;
  border-bottom: 1px solid #fff;
  width: 120px;
  padding: 0 5px;
  will-change: width;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.Blog__search__input:focus {
  width: 250px;
}
.Blog__search__input::-webkit-input-placeholder {
  color: #eee;
}
.Blog__search__input::-moz-placeholder {
  color: #eee;
}
.Blog__search__input::-ms-input-placeholder {
  color: #eee;
}
.Blog__search__input::placeholder {
  color: #eee;
}
@media (max-width: 650px) {
  .Blog__search {
    float: none;
    width: 100%;
  }
  .Blog__search__input {
    width: 100% !important;
  }
}
.Blog__preview {
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.16);
          box-shadow: 0 2px 7px rgba(0,0,0,0.16);
  position: relative;
}
.Blog__preview::after {
  content: "";
  will-change: opacity;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.Blog__preview--fake.Blog__preview--large .TextPlaceholder {
  width: 640px;
}
.Blog__preview--fake .ImageLoader {
  background: #ccc;
}
.Blog__preview--fake .ImageLoader::after {
  display: none;
}
.Blog__preview--fake .TextPlaceholder {
  width: 100%;
}
.Blog__preview--fake .TextPlaceholder__row {
  width: 100%;
}
.Blog__preview--fake .TextPlaceholder--h2 {
  margin: 0 0 15px;
}
.Blog__preview--fake .TextPlaceholder--h2 .TextPlaceholder__row {
  font-size: 26px;
}
.Blog__preview--fake .TextPlaceholder--h3 {
  margin-bottom: 15px;
}
.Blog__preview--fake .TextPlaceholder--h3 .TextPlaceholder__row {
  background-color: #9b9b9b;
  font-size: 13px;
}
.Blog__preview--fake .TextPlaceholder--p .TextPlaceholder__row {
  font-size: 14px;
  margin: 5px 0;
}
.Blog__preview--large {
  height: 400px;
}
.Blog__preview--large .Blog__preview__image {
  float: left;
  width: 50%;
  max-width: 572px;
  height: 100%;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}
.Blog__preview--large .Blog__preview__more {
  width: 100%;
}
@media (max-width: 650px) {
  .Blog__preview--large {
    height: auto;
  }
  .Blog__preview--large .Blog__preview__image {
    border-radius: 5px 5px 0 0;
    float: none;
    width: 100%;
    height: 400px;
    margin: 0;
    max-width: none;
  }
}
.Blog__preview--normal,
.Blog__preview--related {
  will-change: opacity;
  height: 520px;
  float: left;
  margin: 0 25px 25px 0;
  width: calc(100% / 3 - (50px / 3));
}
@media (max-width: 950px) {
  .Blog__preview--normal,
  .Blog__preview--related {
    width: calc(100% / 2 - (25px / 2));
  }
  .Blog__preview--normal:nth-child(2n),
  .Blog__preview--related:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 950px) {
  .Blog__preview--normal:nth-child(3n),
  .Blog__preview--related:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 630px) {
  .Blog__preview--normal,
  .Blog__preview--related {
    width: 100%;
    margin: 0 0 25px;
    float: none;
  }
}
.Blog__preview--normal .Blog__preview__image,
.Blog__preview--related .Blog__preview__image {
  width: 100%;
  height: 200px;
  -webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.15);
          box-shadow: 4px 4px 10px rgba(0,0,0,0.15);
}
.Blog__preview--normal .Blog__preview__summary,
.Blog__preview--related .Blog__preview__summary {
  height: 126px;
}
.Blog__preview--related {
  margin: 0 auto !important;
  height: 400px;
}
.Blog__preview--related .Blog__preview__summary {
  display: none;
}
.Blog__preview--related .Blog__preview__title {
  white-space: normal;
  height: 50px;
}
.Blog__preview__contents {
  padding: 25px;
}
.Blog__preview--large .Blog__preview__contents {
  float: left;
  max-width: calc(50% - 40px);
  padding: 40px;
  padding-right: 0;
  margin-right: 40px;
  overflow: hidden;
}
@media (max-width: 650px) {
  .Blog__preview--large .Blog__preview__contents {
    float: none;
    max-width: none;
  }
}
.Blog__preview__title {
  color: #111;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 15px;
}
.Blog__preview__title a {
  color: inherit;
  text-decoration: none;
}
.Blog__preview__title:hover {
  color: #40c7b5;
}
.Blog__preview__image {
  overflow: hidden;
}
.Blog__preview__image a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.3);
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.Blog__preview__image a:hover {
  opacity: 1;
}
.Blog__preview__summary {
  height: 186px;
  overflow: hidden;
  color: #4a4a4a;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  position: relative;
}
.Blog__preview__summary::after {
  content: "";
  width: 100%;
  height: 15px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(40%, rgba(255,255,255,0.8)), to(rgba(255,255,255,0)));
  background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0.8) 40%, rgba(255,255,255,0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.Blog__preview__author {
/* Style for "By Rachel" */
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #9b9b9b;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Blog__preview__author a {
  color: inherit;
  text-decoration: none;
}
.Blog__preview__author a:hover {
  text-decoration: underline;
}
.Blog__preview__author__avatar {
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
}
.Blog__preview__author span {
  color: #d8d8d8;
  margin: 0 5px;
}
.Blog__preview__more {
  display: block;
  margin-top: 25px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background: #fff;
  text-decoration: none;
  border-bottom: 2px solid #40c7b5;
  color: #40c7b5;
  -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.15);
          box-shadow: 0 3px 4px rgba(0,0,0,0.15);
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.Blog__preview__more:hover {
  background-color: #40c7b5;
  color: #fff;
}
.Blog__back {
  display: block;
  width: 200px;
  height: 41px;
  line-height: 41px;
  margin: 40px auto;
  background-color: #40c7b5;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.15);
          box-shadow: 0 3px 4px rgba(0,0,0,0.15);
}
.BlogArticle {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 0 50px;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);
          box-shadow: 0 0 12px rgba(0,0,0,0.1);
  position: relative;
}
.BlogArticle:empty {
  display: none;
}
.BlogArticle__cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  top: 73px;
  height: 50px;
  line-height: 50px;
  background: #f8f8f8;
  z-index: 10;
}
.BlogArticle__cta-bar__wrapper {
  max-width: 1040px;
  margin: 0 auto;
  color: #a5a5a5;
  overflow: hidden;
  padding: 0 10px;
}
.BlogArticle__cta-bar p {
  font-family: $font;
  font-size: 14px;
  font-weight: 400;
  float: left;
}
.BlogArticle__cta-bar a {
  float: right;
  display: block;
  width: 232px;
  height: 30px;
  margin: 10px 0;
  background-color: #c8c8c8;
  line-height: 30px;
  color: #f8f8f8;
  font-family: $font;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.58px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.BlogArticle__cta-bar a:hover {
  background-color: #40c7b5;
}
@media (max-width: 860px) {
  .BlogArticle__cta-bar {
    position: static;
    height: auto;
    padding: 10px 0;
    text-align: center;
  }
  .BlogArticle__cta-bar a,
  .BlogArticle__cta-bar p {
    float: none;
    margin: 0 auto;
  }
  .BlogArticle__cta-bar a {
    background-color: #40c7b5;
  }
}
.BlogArticle__cta-bar + .Share--fixed {
  top: 138px;
}
.BlogArticle__cover-image {
  width: 100%;
  padding-bottom: 41%;
  height: 0;
  max-height: 410px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  position: relative;
  background: #ccc;
}
.BlogArticle__cover-image .ImageLoader__background {
  background-size: 105% auto !important;
}
.BlogArticle__cover-image::before {
  content: "";
  height: 150px;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  top: 100%;
  left: -20px;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  background: #fff;
  position: absolute;
  width: 150%;
  z-index: 1;
}
.BlogArticle__cover-image::after {
  display: none !important;
}
.BlogArticle__title {
  color: #4a4a4a;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin: 60px 10px 26px;
}
.BlogArticle__author {
/* Style for "By Rachel" */
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #9b9b9b;
  margin-bottom: 50px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.BlogArticle__author a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.BlogArticle__author a:hover {
  text-decoration: underline;
}
.BlogArticle__author__avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.BlogArticle__author span {
  color: #d8d8d8;
  margin: 0 5px;
}
.BlogArticle__text {
  max-width: 860px;
  padding: 25px;
  margin: 0 auto;
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}
.BlogArticle__text p,
.BlogArticle__text ul,
.BlogArticle__text ol {
  margin: 15px 0;
}
.BlogArticle__text li {
  line-height: 22px;
  margin-left: 15px;
  list-style: outside disc;
  margin-bottom: 10px;
}
.BlogArticle__text ol li {
  list-style: outside decimal;
}
.BlogArticle__text em {
  font-style: italic;
}
.BlogArticle__text strong {
  font-weight: 500;
}
.BlogArticle__text h1,
.BlogArticle__text h2,
.BlogArticle__text h3,
.BlogArticle__text h4,
.BlogArticle__text h5,
.BlogArticle__text h6 {
  color: inherit;
}
.BlogArticle__text h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-top: 75px;
  font-size: 28px;
  text-align: center;
}
.BlogArticle__text h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-top: 45px;
  font-size: 25px;
  text-align: center;
}
.BlogArticle__text h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-top: 45px;
  font-size: 22px;
  text-align: center;
}
.BlogArticle__text h3:first-child {
  margin-top: 0;
}
.BlogArticle__text h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 5px;
  font-size: 20px;
}
.BlogArticle__text h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 5px;
  font-size: 18px;
}
.BlogArticle__text h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 5px;
  font-size: 18px;
}
.BlogArticle__text pre {
  display: block;
  font-family: "Fira Code", "Source Code Pro", "Courier New", "monospace";
  white-space: pre-wrap;
  font-size: 14px;
}
.BlogArticle__text a {
  color: #0091ad;
  text-decoration: underline;
  cursor: pointer;
}
.BlogArticle__text a:hover {
  text-decoration: none;
}
.BlogArticle__quote {
  display: block;
  max-width: 700px;
  padding: 25px;
  color: #0091ad;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
}
.BlogArticle__gallery {
  overflow: hidden;
  padding: 0 10px;
  margin: 25px 0;
}
.BlogArticle__gallery__caption {
  width: 100%;
  display: block;
  clear: both;
  padding: 5px 25px;
  text-align: center;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
}
.BlogArticle__gallery__image {
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.BlogArticle__gallery .BlogArticle__gallery__image {
  background: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.BlogArticle__gallery .BlogArticle__gallery__image.is-loading {
  background: #ccc;
}
.BlogArticle__gallery--1 .BlogArticle__gallery__image,
.BlogArticle__gallery--2 .BlogArticle__gallery__image {
  max-height: 400px;
  width: 100%;
  margin: 10px 0;
  display: block;
  padding-top: 40%;
}
.BlogArticle__gallery--3 .BlogArticle__gallery__image,
.BlogArticle__gallery--4 .BlogArticle__gallery__image {
  max-height: 250px;
  padding-bottom: 26%;
  margin: 10px;
  width: calc(50% - 20px);
  float: left;
}
.BlogArticle__gallery--3 .BlogArticle__gallery__image:first-child {
  max-height: 510px;
  padding-bottom: calc(52% + 20px);
}
.BlogArticle__video,
.BlogArticle .Embed {
  display: block;
  margin: 15px auto;
  max-width: 615px;
  width: 100%;
}
.BlogArticle__video__wrapper,
.BlogArticle .Embed__wrapper {
  position: relative;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  padding-bottom: 56.25%;
}
.BlogArticle__video__link {
  display: block;
  text-align: right;
  font-size: 15px;
  color: #666;
  text-decoration: none;
  margin-top: 5px;
}
.BlogArticle__video__link:hover {
  text-decoration: underline;
}
.BlogArticle__about-author {
  border-top: 1px solid #eee;
  margin: 45px 10px;
  padding-top: 45px;
  text-align: center;
}
.BlogArticle__about-author > * {
  max-width: 615px;
  margin: auto;
}
.BlogArticle__about-author__avatar {
  display: block;
  border-radius: 50%;
  width: 65px;
  height: 65px;
}
.BlogArticle__about-author__name {
  color: #4d555d;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  margin: 16px auto;
}
.BlogArticle__about-author__bio {
  color: #555;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}
.BlogArticle__about-author__more {
  color: $color-primary;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  margin: 30px auto 60px;
  text-decoration: none;
}
.BlogArticle__about-author__more:hover {
  text-decoration: underline;
}
.BlogArticle__back {
  display: block;
  margin: 55px auto 50px;
  width: 200px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background: #fff;
  text-decoration: none;
  border-bottom: 2px solid #40c7b5;
  color: #40c7b5;
  -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.15);
          box-shadow: 0 3px 4px rgba(0,0,0,0.15);
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.BlogArticle__back:hover {
  background-color: #40c7b5;
  color: #fff;
}
.BlogArticle__related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 15px 0;
}
.BlogArticle__related:empty {
  display: none;
}
.BlogArticle__related .Blog__preview {
  float: none;
}
@media (max-width: 1024px) {
  .BlogArticle__related {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .BlogArticle__related .Blog__preview {
    width: 50%;
    margin: 10px auto !important;
  }
}
@media (max-width: 750px) {
  .BlogArticle__related .Blog__preview {
    width: 75%;
  }
}
.BlogArticle__gif {
  display: block;
  margin: 10px auto;
  max-width: calc(100% - 20px);
}
.CategoryFilters {
  background-color: #f8f8f8;
  padding: 10px 10px 0;
  overflow: hidden;
}
.CategoryFilters__category {
  float: left;
  height: 25px;
  border-radius: 3px;
  background-color: #6bcde6;
  line-height: 25px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-left: 8px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.CategoryFilters__category__remove {
  background: url(/library/static/assets/2biQWxhfz8qB.svg) transparent no-repeat center/12px 12px;
  border: 0;
  height: 25px;
  width: 27px;
  border-left: 2px solid #f8f8f8;
  float: right;
  margin-left: 8px;
}
.CategoryFilters__category--clear {
  background-color: #4d555d;
  padding: 0 8px;
}
.CategoryFilters__category--clear button {
  background: transparent;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  height: 25px;
  border: 0;
}
.Checklist {
  margin-top: 19px;
}
.Checklist__label {
  display: block;
  overflow: hidden;
}
.Checklist.is-radio .Checkbox__ui {
  border-radius: 50%;
}
.Checklist.is-radio .Checkbox__ui::after {
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-top: 0;
  margin-left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.Checklist .Checkbox {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 8px;
  cursor: pointer;
}
.Checklist .Checkbox__ui {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #373737;
  background-color: #4d555d;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  float: left;
  position: relative;
}
.Checklist .Checkbox__ui::after {
  opacity: 0;
  content: "";
  background: url(/library/static/assets/2xeIAgggDV9H.svg) no-repeat center;
  width: 12px;
  height: 11px;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -6px;
  position: absolute;
}
.Checklist .Checkbox__control {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
.Checklist .Checkbox__label {
  float: left;
  margin-left: 10px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-transform: none;
}
.Checklist .Checkbox__label a {
  color: #40c7b5;
  text-decoration: underline;
}
.Checklist .Checkbox:hover .Checkbox__ui {
  background-color: #3e454c;
}
.Checklist .Checkbox input:checked ~ .Checkbox__ui {
  background-color: #333638;
}
.Checklist .Checkbox input:checked ~ .Checkbox__ui::after {
  opacity: 1;
}
.Checklist--small {
  margin-top: 0px;
}
.Checklist--small .Checkbox {
  margin-bottom: 0px;
}
.Checklist--small .Checkbox__ui {
  width: 16px;
  height: 16px;
}
.Checklist--small .Checkbox__label {
  margin-left: 7px;
  line-height: 17px;
  letter-spacing: 0;
  font-size: 13px;
}
.Checklist--small .Checkbox input:checked ~ .Checkbox__ui::after {
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  background-size: contain;
}
.ToggleableChecklist legend {
  cursor: pointer;
  position: relative;
}
.ToggleableChecklist legend::after,
.ToggleableChecklist legend::before {
  content: "";
  width: 12px;
  height: 2px;
  background: #c7cbce;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.ToggleableChecklist legend::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ToggleableChecklist .Checklist {
  display: none;
}
.ToggleableChecklist.is-open .Checklist {
  display: block;
}
.ToggleableChecklist.is-open legend::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.CollectionActions {
  margin: 8px 8px 0;
  padding: 25px;
  background-color: #4f4f4f;
  overflow: hidden;
}
@media (max-width: 420px) {
  .CollectionActions {
    text-align: center;
  }
}
.CollectionActions.is-editing {
  pointer-events: none;
  opacity: 0.8;
}
.CollectionActions h1 {
  text-transform: none;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  float: left;
  width: calc(100% - 88px);
  line-height: 44px;
  padding-rught: 49px;
  position: relative;
}
.CollectionActions h1 button {
  float: none;
  vertical-align: top;
  display: inline-block;
}
.CollectionActions h1 em {
  line-height: 1.2;
  display: block;
  font-size: 10px;
  margin-bottom: -5px;
}
@media (max-width: 420px) {
  .CollectionActions h1 {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.CollectionActions button {
  width: 44px;
  height: 44px;
  float: right;
  margin: 0;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent no-repeat center/20px;
}
@media (max-width: 420px) {
  .CollectionActions button {
    float: none;
    display: inline-block;
  }
}
.CollectionActions button.CollectionActions__rename {
  background-image: url(/library/static/assets/6fKGCRuw-dc9.svg);
}
.CollectionActions button.CollectionActions__delete {
  background-image: url(/library/static/assets/2RjZx65j3jc0.svg);
}
.CollectionActions button.CollectionActions__share {
  background-image: url(/library/static/assets/1oNkF7TYsi1G.svg);
}
.Collections__search {
  height: 60px;
  width: 100%;
  max-width: 567px;
  padding-left: 57px;
  border: 1px solid #979797;
  background: #fff url(/library/static/assets/3KpaBYe2CVbx.svg) no-repeat left 20px center;
}
.Collections__search input,
.Collections__search fieldset {
  border: 0;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  color: #4d555d;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 450px) {
  .Collections__search input,
  .Collections__search fieldset {
    font-size: 13px;
  }
}
.Collections__banner {
  min-height: 328px;
  padding: 30px;
  background: url(/library/static/assets/QW97nHeMuVhW.jpg) no-repeat top center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Collections__banner__title {
  text-shadow: 0 2px 5px rgba(0,0,0,0.37);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 54px;
  text-transform: uppercase;
}
.Collections__category {
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 0 20px;
}
.Collections__category__title {
  color: #4d555d;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  border-bottom: 1px solid #979797;
  padding-bottom: 10px;
  margin: 0 10px 26px;
}
.Collections__category__items {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 25px;
}
.Collections__category__item {
  width: 300px;
  margin: 10px;
}
.Collections__category__item__thumbnail {
  width: 300px;
  height: 160px;
  background: #1a1a1a;
}
.Collections__category__item__title {
  color: #4d555d;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  margin: 10px 0 0;
}
.Collections__category__item a {
  color: inherit;
  text-decoration: none;
}
.CollectionShare {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100vw - 30px);
  height: auto;
  max-width: 400px;
  background-color: #3c4147;
  -webkit-box-shadow: 0 3px 13px rgba(0,0,0,0.44);
          box-shadow: 0 3px 13px rgba(0,0,0,0.44);
  padding: 20px;
  color: #fff;
  overflow: hidden;
  z-index: 50;
}
.CollectionShare h1,
.CollectionShare p {
  text-align: center;
  color: #fff;
}
.CollectionShare p {
  font-size: 12px;
}
.CollectionShare h1 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.CollectionShare label {
  width: 150px;
  margin: 5px auto;
  background-color: rgba(255,255,255,0.2);
  border-radius: 4px;
  overflow: hidden;
  height: 20px;
  display: block;
  line-height: 20px;
}
.CollectionShare label span {
  height: 20px;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  float: left;
  width: 50%;
  cursor: pointer;
}
.CollectionShare label span:first-child {
  border-left: 1px solid #333;
}
.CollectionShare label span.is-active {
  background-color: #40c7b5;
}
.CollectionShare.is-editing * {
  opacity: 0.5;
  pointer-events: none;
}
.CollectionShare__url {
  border: 0;
  padding: 5px;
  display: block;
  width: 100%;
  margin-top: 20px;
  background-color: rgba(255,255,255,0.2);
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.CollectionShare button.Button {
  width: 100%;
  margin-top: 3px;
}
.Content {
  padding: 0;
  background: #4f4f4f;
}
.Content__wrapper {
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px;
}
.Content .ContentDetails {
  float: left;
  width: calc(100% - 372px);
  margin-right: 30px;
  overflow: hidden;
}
@media (max-width: 880px) {
  .Content .ContentDetails {
    float: none;
    margin: 0;
    width: auto;
  }
}
body.is-branded .Content .ContentDetails {
  width: 100%;
}
.Content__sidebar {
  float: left;
  width: 342px;
}
@media (max-width: 880px) {
  .Content__sidebar {
    float: none;
    margin: 20px 0;
    width: auto;
  }
}
body.is-branded .Content__sidebar {
  display: none !important;
}
.Content__info {
  background: #fff;
  padding: 20px;
}
.Content__info__wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
  overflow: hidden;
}
.Content__info__creator .TextPlaceholder--strong span {
  height: 27px;
  width: 38%;
}
.Content__info__creator__name,
.Content__info__creator .TextPlaceholder--strong,
.Content__info__creator__name strong,
.Content__info__creator .TextPlaceholder--strong strong {
  color: #4a4a4a;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
}
.Content__info__creator__name span,
.Content__info__creator .TextPlaceholder--strong span {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  display: block;
  text-transform: capitalize;
}
.Content__info__creator .TextPlaceholder--p {
  margin-bottom: 30px;
}
.Content__info__creator .TextPlaceholder--p span {
  margin-bottom: 5px;
}
.Content__info__creator__description,
.Content__info__creator .TextPlaceholder--p {
  color: #555;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.Content__info__creator__button {
  width: 180px;
  height: 35px;
  background-color: #40c7b5;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: uppercase;
  display: inline-block;
  float: none;
  padding: 0;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 15px;
}
.Content__info__creator__button:hover {
  color: #fff;
  background-color: #17bae7;
}
.ContentCuration {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ContentCuration__window {
  margin: auto;
  background-color: #4d555d;
  max-width: 456px;
  padding: 40px;
  position: relative;
}
.ContentCuration__window .Column {
  padding: 0 2px;
}
.ContentCuration__window input,
.ContentCuration__window textarea {
  background-color: #f6f6f6;
  -webkit-box-shadow: inset 0 0 1000px 1000px #f6f6f6;
          box-shadow: inset 0 0 1000px 1000px #f6f6f6;
  resize: none;
  margin-top: 5px;
}
.ContentCuration__window input {
  height: 36px;
}
.ContentCuration__window label,
.ContentCuration__window h3 {
  color: #fff;
}
.ContentCuration__window .Checkbox {
  margin-bottom: 24px;
}
.ContentCuration__close {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/library/static/assets/22LslVEIc7xo.svg) no-repeat center/18px 18px;
}
.ContentCuration .ContentRequest__title {
  text-align: center;
  margin-bottom: 40px;
}
.ContentCuration .ContentRequest__title:first-child:last-child {
  margin: 25px 0;
}
.ContentRequest .form-error {
  text-align: center;
  margin: 10px 0 0;
}
@media (max-width: 500px) {
  .ContentDetails {
    margin-top: 10px !important;
  }
}
.ContentDetails__meta,
.ContentDetails .TextPlaceholder--p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 12px;
}
.ContentDetails__meta span,
.ContentDetails .TextPlaceholder--p span {
  margin-left: 3px;
  margin-bottom: 10px;
}
.ContentDetails__meta span::before,
.ContentDetails .TextPlaceholder--p span::before {
  color: #9b9b9b;
  content: "|";
  margin-right: 3px;
}
.ContentDetails__meta span:first-child,
.ContentDetails .TextPlaceholder--p span:first-child {
  margin-left: 0;
}
.ContentDetails__meta span:first-child::before,
.ContentDetails .TextPlaceholder--p span:first-child::before {
  content: none;
}
.ContentDetails__meta strong {
  color: #9b9b9b;
  text-transform: uppercase;
}
.ContentDetails__title,
.ContentDetails .TextPlaceholder--h1 {
  font-size: 22px;
  color: #fff;
  margin: 0;
  font-weight: normal;
  text-transform: none;
}
.ContentDetails__title a,
.ContentDetails .TextPlaceholder--h1 a {
  color: inherit;
  text-decoration: none;
}
.ContentDetails__title a:hover,
.ContentDetails .TextPlaceholder--h1 a:hover {
  color: inherit;
  text-decoration: underline;
}
.ContentDetails__title,
.ContentDetails .TextPlaceholder--h2 {
  font-size: 22px;
  color: #fff;
  margin: 0;
  font-weight: normal;
}
.ContentDetails__title a,
.ContentDetails .TextPlaceholder--h2 a {
  color: inherit;
  text-decoration: none;
}
.ContentDetails__title a:hover,
.ContentDetails .TextPlaceholder--h2 a:hover {
  color: inherit;
  text-decoration: underline;
}
.ContentDetails__creator,
.ContentDetails .TextPlaceholder--h3 {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.ContentDetails__creator:first-letter,
.ContentDetails .TextPlaceholder--h3:first-letter {
  text-transform: uppercase;
}
.ContentDetails__tags {
  background-color: rgba(255,255,255,0.05);
  padding: 8px;
  margin-top: 30px;
  position: relative;
  clear: both;
  width: 100%;
}
.ContentDetails__tags::before {
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #9b9b9b;
  top: -14px;
}
.ContentDetails__tags strong {
/* Style for "Tags:" */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding-left: 15px;
  background: url(/library/static/assets/iVbnZ8noA8_c.svg) no-repeat left center/10px 6px;
}
.ContentDetails__tags a {
/* Style for "tag1, tag2" */
  color: #40c7b5;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  margin-left: 3px;
  display: inline-block;
}
.ContentDetails__tags a::after {
  content: ",";
}
.ContentDetails__tags a:last-child::after {
  content: none;
}
.ContentDetails__tags a:hover {
  color: #30a393;
}
.ContentDetails__description {
  color: #fff;
  font-size: 14px;
  text-transform: none;
  line-height: 18px;
  margin-top: 5px;
  padding-top: 6px;
}
.ContentDetails__request {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
  padding-top: 6px;
}
.ContentDetails__request strong {
  font-weight: bold;
  text-transform: uppercase;
}
.ContentDetails__request a {
  color: #40c7b5;
  text-decoration: underline;
}
.ContentDetails__request a:hover {
  text-decoration: none;
  color: #30a393;
}
.ContentDetails__categories strong {
  width: 68px;
  height: 15px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding-left: 15px;
  background: url(/library/static/assets/K7uO35nnu5TD.svg) no-repeat left center/10px 10px;
}
.ContentDetails__categories a {
  padding: 0 8px;
  line-height: 22px;
  border-radius: 3px;
  background-color: #555;
  color: #40c7b5;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  margin-left: 7px;
  display: inline-block;
}
.ContentDetails__categories a:hover {
  background-color: #666;
}
.ContentDetails .TextPlaceholder--p {
  margin-top: 10px;
  overflow: hidden;
}
.ContentDetails .TextPlaceholder--p .TextPlaceholder__row {
  width: 8%;
  float: left;
  margin-right: 10px;
  background: #9b9b9b;
}
.ContentDetails .TextPlaceholder--p .TextPlaceholder__row:first-child {
  width: 4%;
}
.ContentDetails .TextPlaceholder--p .TextPlaceholder__row::before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(188,190,190,0)), color-stop(50%, rgba(188,190,190,0.8)), to(rgba(188,190,190,0)));
  background: linear-gradient(to left, rgba(188,190,190,0) 0%, rgba(188,190,190,0.8) 50%, rgba(188,190,190,0) 100%);
}
.ContentDetails .TextPlaceholder--h2 {
  margin-top: 5px;
  padding-bottom: 5px;
}
.ContentDetails .TextPlaceholder--h2 .TextPlaceholder__row {
  width: 40%;
}
.ContentDetails .TextPlaceholder--h3 {
  padding-bottom: 5px;
}
.ContentDetails .TextPlaceholder--h3 .TextPlaceholder__row {
  width: 25%;
}
.ContentDetails .TextPlaceholder--nav .TextPlaceholder__row {
  width: 45px;
  background: #88d6e7;
}
.ContentDetails .TextPlaceholder--nav .TextPlaceholder__row::before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(64,199,181,0)), color-stop(50%, rgba(64,199,181,0.8)), to(rgba(64,199,181,0)));
  background: linear-gradient(to left, rgba(64,199,181,0) 0%, rgba(64,199,181,0.8) 50%, rgba(64,199,181,0) 100%);
}
.ContentDetails .TextPlaceholder--nav .TextPlaceholder__row:nth-child(3n) {
  width: 30px;
}
.ContentDetails .TextPlaceholder--nav .TextPlaceholder__row:nth-child(6n) {
  width: 60px;
}
.ContentDetails__links {
  margin-top: 20px;
}
@media (max-width: 880px) {
  .ContentDetails__links {
    position: inherit;
  }
}
.ContentDetails__links .Button {
  margin-right: 9px;
  font-size: 10px;
}
.ContentDetails__links .Button:hover {
  background-color: #30a393;
}
@media (max-width: 520px) {
  .ContentDetails__links .Button {
    margin-top: 9px;
    width: 100%;
  }
}
.ContentList {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 8px;
  background: #fff;
  padding-left: 235px;
}
@media (max-width: 1690px) {
  .ContentList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1100px) {
  .ContentList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 570px) {
  .ContentList {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 3150px) {
  .ContentList {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 850px) {
  .ContentList {
    padding-left: 8px;
  }
}
.ContentList__empty {
  font-size: 15px;
  padding: 20px;
  text-align: center;
}
.nojs .ContentList__empty .ContentRequest,
.nojs .ContentList__empty__divider {
  display: none;
}
.ContentList__item {
  border-radius: 4px;
  background: #fafafa;
  border: 1px solid #ccc;
  overflow: hidden;
}
.ContentList__item__thumb {
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  padding-bottom: 58%;
  width: 100%;
  background: #333;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  position: relative;
}
.ContentList__item__thumb:hover {
  background: #444;
}
.ContentList__item__thumb:hover .ContentList__item__preview {
  opacity: 1;
}
.ContentList__item__thumb__icon {
  content: "";
  width: 19px;
  height: 13px;
  opacity: 0.6;
  position: absolute;
  top: 7px;
  left: 7px;
}
.ContentList__item__thumb__icon--video {
  background: url(/library/static/assets/2tg0F0GIv2zi.svg) no-repeat center/19px 13px;
}
.ContentList__item__thumb__icon--image {
  background: url(/library/static/assets/16M0WWqxVuul.svg) no-repeat center/19px 13px;
}
.ContentList__item__preview {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 108px;
  height: 54px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.07);
          box-shadow: 0 2px 4px rgba(0,0,0,0.07);
  border-radius: 46px;
  background-color: rgba(255,255,255,0.8);
  opacity: 0;
  border: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #77818a;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  will-change: opacity;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.ContentList__item__title {
  margin-top: 10px;
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.375;
  height: 38px;
  padding: 0 8px;
}
.ContentList__item__title a {
  color: inherit;
  text-decoration: none;
}
.ContentList__item__title a:hover {
  color: #444;
}
.ContentList__empty {
  max-width: 570px;
  margin: 0 auto;
  padding: 100px 10px 30px;
  width: 100%;
  grid-column: 1/-1;
}
.ContentList__empty .Checkbox {
  margin: 24px 0;
}
.ContentList__empty .Checkbox__label {
  color: #111;
}
.ContentList__empty::before {
  content: "";
  display: block;
  margin: 0 auto 25px;
  background: url(/library/static/assets/1JrdTKCx1Bj2.svg);
  width: 108px;
  height: 108px;
}
.ContentList__empty__title {
  text-align: center;
  color: #373737;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  max-width: 330px;
  margin: 0 auto 10px;
}
.ContentList__empty__subtitle {
  text-align: center;
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 15px;
}
.ContentList__empty__search {
  width: 100%;
  height: 53px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.ContentList__empty__search__input[type=text] {
  min-width: 0;
  margin: 0;
  border: 0;
  height: 53px;
  float: left;
  width: calc(100% - 55px) !important;
  padding: 0 23px;
  outline: 0;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.ContentList__empty__search__input[type=text]:placeholder {
  color: #4a4a4a;
}
.ContentList__empty__search__submit {
  width: 55px;
  height: 53px;
  outline: 0;
  background: #40c7b5 url(/library/static/assets/3jjezqp3Ug9Q.svg) no-repeat center/26px 26px;
  border: 0;
  float: right;
  display: block;
  cursor: pointer;
}
.ContentList__empty__divider {
/* Style for "Line" */
  width: 364px;
  border: 0;
  border-bottom: 1px solid #979797 !important;
  margin: 69px auto;
}
.ContentPreview {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  -webkit-animation: previewReveal 0.4s ease-in-out;
          animation: previewReveal 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  padding: 20px;
}
.fuse-player-is-fullscreen .ContentPreview,
.fuse-player-is-in-vr .ContentPreview {
  position: static;
  overflow: visible;
  z-index: 10000;
}
.ContentPreview__close {
  width: 44px;
  height: 44px;
  top: 0;
  right: 0;
  background: url(/library/static/assets/22LslVEIc7xo.svg) no-repeat center !important;
  position: absolute;
  outline: 0;
  border: 0;
  cursor: pointer;
}
.ContentPreview__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 981px;
  min-height: 599px;
  margin: auto;
  padding: 25px;
  background: #4f4f4f;
  position: relative;
  -webkit-animation: previewReveal 0.2s ease-in-out;
          animation: previewReveal 0.2s ease-in-out;
  will-change: transform, opacity;
}
.ContentPreview__wrapper .ContentPreview__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 880px) {
  .ContentPreview__wrapper .ContentPreview__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
  }
}
body.is-branded .ContentPreview__wrapper {
  min-height: 400px;
}
.fuse-player-is-fullscreen .ContentPreview__wrapper,
.fuse-player-is-in-vr .ContentPreview__wrapper {
  position: static;
  overflow: visible;
  will-change: initial;
}
@media (max-width: 500px) {
  .ContentPreview__wrapper {
    padding: 30px 10px;
  }
}
.ContentPreview__loading {
  text-align: center;
  color: #a5a5a5;
  font-size: 16px;
}
.ContentPreview .ContentDetails {
  margin-right: 12px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 880px) {
  .ContentPreview .ContentDetails {
    float: none;
    margin: 0;
    width: auto;
    min-height: 350px;
  }
  body.is-branded .ContentPreview .ContentDetails {
    min-height: 0;
  }
}
body.is-branded .ContentPreview .ContentDetails {
  margin-right: 0;
  margin-top: 10px;
}
.ContentPreview__sidebar {
  min-width: 352px;
}
@media (max-width: 880px) {
  .ContentPreview__sidebar {
    float: none;
    margin: 15px 0;
    width: auto;
  }
}
@media (max-width: 520px) {
  .ContentPreview__sidebar {
    min-width: 0px;
  }
}
.ContentPreview__sidebar .VideoForm {
  position: relative;
}
.ContentPreview__sidebar .VideoForm__form {
  height: 500px;
}
.ContentPreview__sidebar .VideoForm__form .Button {
  position: absolute;
  bottom: 0;
}
body.is-branded .ContentPreview__sidebar {
  display: none !important;
}
.ContentPreview__details {
  float: left;
  width: 428px;
  clear: none;
}
@-webkit-keyframes previewReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes previewReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.CreatorForm {
  min-height: calc(100vh - 240px);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10000;
}
.CreatorForm a {
  color: #40c7b5;
}
.CreatorForm label {
  display: block;
  margin-bottom: 6px;
}
.CreatorForm label {
  color: #fa367f;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.CreatorForm label.display-inline {
  clear: none;
  display: inline-block;
  width: auto;
}
.CreatorForm label + input {
  margin-top: 0;
}
.CreatorForm label.small {
  color: #333;
  overflow: visible;
  display: inline-block;
  margin: 10px 25px 10px 10px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  width: auto;
  line-height: 20px;
}
.CreatorForm label.small input {
  margin-right: 5px;
  float: left;
}
.CreatorForm input[type="text"],
.CreatorForm input[type="email"],
.CreatorForm input[type="password"],
.CreatorForm input[type="date"],
.CreatorForm input[type="tel"],
.CreatorForm input[type="url"],
.CreatorForm input[type="number"],
.CreatorForm textarea {
  border: 1px solid #ccc;
  padding: 9px 0;
  border-width: 0 0 2px 0;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 100;
  max-width: 100%;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  color: #222;
  text-align: left;
  min-width: 200px;
}
.CreatorForm input[type="text"].field-alt,
.CreatorForm input[type="email"].field-alt,
.CreatorForm input[type="password"].field-alt,
.CreatorForm input[type="date"].field-alt,
.CreatorForm input[type="tel"].field-alt,
.CreatorForm input[type="url"].field-alt,
.CreatorForm input[type="number"].field-alt,
.CreatorForm textarea.field-alt {
  background: #f0f0f0;
  padding: 9px;
}
.CreatorForm input[type="text"].touched.invalid,
.CreatorForm input[type="email"].touched.invalid,
.CreatorForm input[type="password"].touched.invalid,
.CreatorForm input[type="date"].touched.invalid,
.CreatorForm input[type="tel"].touched.invalid,
.CreatorForm input[type="url"].touched.invalid,
.CreatorForm input[type="number"].touched.invalid,
.CreatorForm textarea.touched.invalid {
  border-color: #cf3f3f;
}
.CreatorForm input[type="text"].touched.valid,
.CreatorForm input[type="email"].touched.valid,
.CreatorForm input[type="password"].touched.valid,
.CreatorForm input[type="date"].touched.valid,
.CreatorForm input[type="tel"].touched.valid,
.CreatorForm input[type="url"].touched.valid,
.CreatorForm input[type="number"].touched.valid,
.CreatorForm textarea.touched.valid {
  border-color: #40c7b5;
}
.CreatorForm input[type="text"]:focus,
.CreatorForm input[type="email"]:focus,
.CreatorForm input[type="password"]:focus,
.CreatorForm input[type="date"]:focus,
.CreatorForm input[type="tel"]:focus,
.CreatorForm input[type="url"]:focus,
.CreatorForm input[type="number"]:focus,
.CreatorForm textarea:focus {
  border-color: #40c7b5;
}
.CreatorForm input[type="text"]::-webkit-input-placeholder,
.CreatorForm input[type="email"]::-webkit-input-placeholder,
.CreatorForm input[type="password"]::-webkit-input-placeholder,
.CreatorForm input[type="date"]::-webkit-input-placeholder,
.CreatorForm input[type="tel"]::-webkit-input-placeholder,
.CreatorForm input[type="url"]::-webkit-input-placeholder,
.CreatorForm input[type="number"]::-webkit-input-placeholder,
.CreatorForm textarea::-webkit-input-placeholder {
  color: #999;
}
.CreatorForm input[type="text"]::-moz-placeholder,
.CreatorForm input[type="email"]::-moz-placeholder,
.CreatorForm input[type="password"]::-moz-placeholder,
.CreatorForm input[type="date"]::-moz-placeholder,
.CreatorForm input[type="tel"]::-moz-placeholder,
.CreatorForm input[type="url"]::-moz-placeholder,
.CreatorForm input[type="number"]::-moz-placeholder,
.CreatorForm textarea::-moz-placeholder {
  color: #999;
}
.CreatorForm input[type="text"]:-ms-input-placeholder,
.CreatorForm input[type="email"]:-ms-input-placeholder,
.CreatorForm input[type="password"]:-ms-input-placeholder,
.CreatorForm input[type="date"]:-ms-input-placeholder,
.CreatorForm input[type="tel"]:-ms-input-placeholder,
.CreatorForm input[type="url"]:-ms-input-placeholder,
.CreatorForm input[type="number"]:-ms-input-placeholder,
.CreatorForm textarea:-ms-input-placeholder {
  color: #999;
}
.CreatorForm input[type="text"]:disabled,
.CreatorForm input[type="text"][readonly],
.CreatorForm input[type="email"]:disabled,
.CreatorForm input[type="email"][readonly],
.CreatorForm input[type="password"]:disabled,
.CreatorForm input[type="password"][readonly],
.CreatorForm input[type="date"]:disabled,
.CreatorForm input[type="date"][readonly],
.CreatorForm input[type="tel"]:disabled,
.CreatorForm input[type="tel"][readonly],
.CreatorForm input[type="url"]:disabled,
.CreatorForm input[type="url"][readonly],
.CreatorForm input[type="number"]:disabled,
.CreatorForm input[type="number"][readonly],
.CreatorForm textarea:disabled,
.CreatorForm textarea[readonly] {
  background: #f0f0f0;
  cursor: not-allowed;
}
.CreatorForm input[type="submit"],
.CreatorForm input[type="button"],
.CreatorForm button {
  border-radius: 1px;
  color: #fff;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: 16px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  padding: 10px 20px;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: nowrap;
  -webkit-transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
}
.CreatorForm [role="button"]:not(.btn-icon):after,
.CreatorForm input[type="submit"]:after,
.CreatorForm input[type="button"]:after,
.CreatorForm button:after {
  display: block;
  content: "";
  height: 100%;
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -1;
}
.CreatorForm [role="button"]:not(.btn-icon):not(.btn-tiny):before,
.CreatorForm [role="button"]:not(.btn-icon):not(.btn-no-text):before,
.CreatorForm input[type="submit"]:not(.btn-tiny):before,
.CreatorForm input[type="submit"]:not(.btn-no-text):before,
.CreatorForm input[type="button"]:not(.btn-tiny):before,
.CreatorForm input[type="button"]:not(.btn-no-text):before,
.CreatorForm button:not(.btn-tiny):before,
.CreatorForm button:not(.btn-no-text):before {
  margin-right: 10px;
}
.CreatorForm [role="button"]:not(.btn-icon):hover,
.CreatorForm [role="button"]:not(.btn-icon):focus,
.CreatorForm [role="button"]:not(.btn-icon).focus,
.CreatorForm input[type="submit"]:hover,
.CreatorForm input[type="submit"]:focus,
.CreatorForm input[type="submit"].focus,
.CreatorForm input[type="button"]:hover,
.CreatorForm input[type="button"]:focus,
.CreatorForm input[type="button"].focus,
.CreatorForm button:hover,
.CreatorForm button:focus,
.CreatorForm button.focus {
/* outline: thin dotted;
    // WebKit
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; */
  text-decoration: none;
}
.CreatorForm [role="button"]:not(.btn-icon):hover:not(label),
.CreatorForm [role="button"]:not(.btn-icon):focus:not(label),
.CreatorForm [role="button"]:not(.btn-icon).focus:not(label),
.CreatorForm input[type="submit"]:hover:not(label),
.CreatorForm input[type="submit"]:focus:not(label),
.CreatorForm input[type="submit"].focus:not(label),
.CreatorForm input[type="button"]:hover:not(label),
.CreatorForm input[type="button"]:focus:not(label),
.CreatorForm input[type="button"].focus:not(label),
.CreatorForm button:hover:not(label),
.CreatorForm button:focus:not(label),
.CreatorForm button.focus:not(label) {
  color: #fff;
}
.CreatorForm [role="button"]:not(.btn-icon):active,
.CreatorForm [role="button"]:not(.btn-icon).active,
.CreatorForm input[type="submit"]:active,
.CreatorForm input[type="submit"].active,
.CreatorForm input[type="button"]:active,
.CreatorForm input[type="button"].active,
.CreatorForm button:active,
.CreatorForm button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.CreatorForm [role="button"]:not(.btn-icon).disabled,
.CreatorForm [role="button"]:not(.btn-icon)[disabled],
.CreatorForm input[type="submit"].disabled,
.CreatorForm input[type="submit"][disabled],
.CreatorForm input[type="button"].disabled,
.CreatorForm input[type="button"][disabled],
.CreatorForm button.disabled,
.CreatorForm button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.CreatorForm [role="button"]:not(.btn-icon).btn-rounded,
.CreatorForm input[type="submit"].btn-rounded,
.CreatorForm input[type="button"].btn-rounded,
.CreatorForm button.btn-rounded {
  border-radius: 30px;
}
.CreatorForm [role="button"]:not(.btn-icon).is-loading i,
.CreatorForm input[type="submit"].is-loading i,
.CreatorForm input[type="button"].is-loading i,
.CreatorForm button.is-loading i {
  font-size: 20px;
  font-size: 2rem;
  -webkit-animation: rotate 1s cubic-bezier(0.49, 0.27, 0.44, 0.71) infinite;
          animation: rotate 1s cubic-bezier(0.49, 0.27, 0.44, 0.71) infinite;
}
.CreatorForm [role="button"]:not(.btn-icon).is-success,
.CreatorForm input[type="submit"].is-success,
.CreatorForm input[type="button"].is-success,
.CreatorForm button.is-success {
  background: #9cd457;
}
.CreatorForm [role="button"]:not(.btn-icon).is-success:after,
.CreatorForm input[type="submit"].is-success:after,
.CreatorForm input[type="button"].is-success:after,
.CreatorForm button.is-success:after {
  background: #a6d867;
}
.CreatorForm [role="button"]:not(.btn-icon).is-success i,
.CreatorForm input[type="submit"].is-success i,
.CreatorForm input[type="button"].is-success i,
.CreatorForm button.is-success i {
  font-size: 20px;
  font-size: 2rem;
  -webkit-animation: slide-from-bottom 0.2s ease-out;
          animation: slide-from-bottom 0.2s ease-out;
}
.CreatorForm [role="button"]:not(.btn-icon).is-error,
.CreatorForm input[type="submit"].is-error,
.CreatorForm input[type="button"].is-error,
.CreatorForm button.is-error {
  background: #cf3f3f;
}
.CreatorForm [role="button"]:not(.btn-icon).is-error i,
.CreatorForm input[type="submit"].is-error i,
.CreatorForm input[type="button"].is-error i,
.CreatorForm button.is-error i {
  font-size: 20px;
  font-size: 2rem;
  -webkit-animation: slide-from-top 0.2s ease-out;
          animation: slide-from-top 0.2s ease-out;
}
.CreatorForm__page {
  display: none;
  height: 487px;
}
.CreatorForm__page.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.CreatorForm .CreatorForm__terms-box {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(155,155,155,0.5);
  position: relative;
}
.CreatorForm .CreatorForm__terms-box.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.CreatorForm .CreatorForm__terms-box::before {
  content: "";
  width: 44px;
  height: 31px;
  background: no-repeat left top/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.CreatorForm .CreatorForm__terms-box--video::before {
  background-image: url(/library/static/assets/32ji7VthqCPd.png);
}
.CreatorForm .CreatorForm__terms-box--image::before {
  background-image: url(/library/static/assets/rg0m5z9p2OPI.svg);
}
.CreatorForm .CreatorForm__terms-box--exclusive::before {
  background-image: url(/library/static/assets/2-5jdiGJjr6H.svg);
}
.CreatorForm .CreatorForm__terms-box p {
  padding-left: 60px;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.35px;
}
.CreatorForm .CreatorForm__terms-box p strong {
  font-weight: 700;
}
.CreatorForm .CreatorForm__terms-box p a {
  font-size: 12px;
  color: #6bcde6;
  letter-spacing: -0.41px;
  display: block;
}
.CreatorForm .CreatorForm__terms-box label {
  margin-top: 10px;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 14px;
  min-height: 22px;
  font-weight: 400;
  letter-spacing: -0.3px !important;
  position: relative;
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CreatorForm .CreatorForm__terms-box label input {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.CreatorForm .CreatorForm__terms-box label strong {
  font-weight: 700;
}
.CreatorForm__breadcrumbs {
  width: 340px;
  height: 30px;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}
.CreatorForm__breadcrumbs__step {
  color: #494949;
  white-space: nowrap;
  width: 100px;
  margin: 0;
  display: block;
  float: left;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.46px;
  line-height: 1.1;
  text-transform: uppercase;
}
.CreatorForm__breadcrumbs__step:nth-child(2) {
  margin: 0 20px;
}
.CreatorForm__breadcrumbs__step.is-active {
  color: #6bcde6;
}
@media (max-width: 820px) {
  .CreatorForm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .CreatorForm input {
    font-size: 16px;
  }
}
.CreatorForm__columned {
  overflow: hidden;
}
.CreatorForm__columned > * {
  width: calc(50% - 5px);
  float: left;
}
.CreatorForm__columned > *:first-child {
  margin-right: 10px;
}
.CreatorForm__columned > * input {
  min-width: 0 !important;
}
.CreatorForm__container {
  max-width: 900px;
  overflow: hidden;
  width: 100%;
  border: 1px solid #eaeaea;
  position: relative;
}
.CreatorForm__close {
  position: absolute;
  width: 44px;
  height: 44px;
  background: no-repeat url(/library/static/assets/22LslVEIc7xo.svg) center/10px 10px !important;
  border: 0;
  outline: 0;
  top: 0;
  right: 0;
  z-index: 2;
}
.CreatorForm__form,
.CreatorForm__benefits {
  float: right;
  height: 615px;
  width: 50%;
  padding: 30px;
}
@media (max-width: 820px) {
  .CreatorForm__form,
  .CreatorForm__benefits {
    float: none;
    width: auto !important;
    height: auto;
    margin: 0 !important;
    padding: 30px;
  }
}
.CreatorForm__form a:hover,
.CreatorForm__benefits a:hover {
  text-decoration: underline;
}
.CreatorForm__form {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
          box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  position: relative;
  z-index: 1;
  width: calc(50% + 2px);
  margin-left: -2px;
  padding-top: 0;
  padding-bottom: 0;
}
.CreatorForm__form label {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.8px;
}
.CreatorForm__form label.tall {
  margin-top: 25px;
}
.CreatorForm__form__title {
/* Style for "APPLY NOW" */
  color: #494949;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.CreatorForm__form input {
  font-size: 12px;
}
.CreatorForm__form__checkbox,
.CreatorForm__form p {
  color: #373737;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  margin-top: 25px;
}
.CreatorForm__form__checkbox input,
.CreatorForm__form p input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border: 1px solid #979797;
  float: left;
  margin-right: 12px;
  outline: 0;
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}
.CreatorForm__form__checkbox input:checked,
.CreatorForm__form p input:checked {
  background: url(/library/static/assets/3P9ko1ayTc34.png) no-repeat center;
  border-color: #6bcde6;
}
.CreatorForm__form .CreatorForm__form__exclusive {
  display: none;
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 20px;
}
.CreatorForm__form__checkbox {
  color: #555 !important;
  margin-top: 30px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  letter-spacing: 1px !important;
}
.CreatorForm__form__checkbox input {
  margin-bottom: 0;
}
.CreatorForm__form__checkbox.upload-choice {
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
  padding: 20px 0;
}
.CreatorForm__form__checkbox.upload-choice:nth-child(3) {
  border-top: 0;
  margin-top: 0;
}
.CreatorForm__form__checkbox.upload-choice span {
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0px;
}
.CreatorForm__form__checkbox.active + .CreatorForm__form__exclusive {
  display: block;
}
.CreatorForm__form__radio {
  padding-left: 27px;
  position: relative;
  margin-top: 15px;
  cursor: pointer;
}
.CreatorForm__form__radio span {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.1em;
  position: relative;
}
.CreatorForm__form__radio span a {
  display: block;
  margin-top: 5px;
}
.CreatorForm__form__radio span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -27px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #6bcde6;
  background-color: #fff;
}
.CreatorForm__form__radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.CreatorForm__form__radio input:checked ~ span::before {
  border-width: 4px;
}
.CreatorForm__form p {
  margin-top: 0px;
  line-height: 19px;
}
.CreatorForm__form button[type="submit"],
.CreatorForm__form button.submit {
  display: block;
  margin: auto auto 10px;
  float: none;
  background: #40c7b5;
  outline: 0;
  font-weight: 600;
  font-size: 12px;
}
.CreatorForm__form button[type="submit"].back,
.CreatorForm__form button.submit.back {
  background-color: #4a4a4a;
}
.CreatorForm__form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}
.CreatorForm__form__buttons button {
  margin: 10px !important;
}
.CreatorForm.is-loading button[type="submit"] {
  padding-right: 40px;
  background: #40c7b5 url(/library/static/assets/1Op2-b5XcMwx.svg) no-repeat right 10px center/15px 15px;
}
.CreatorForm__benefits {
  background: #494949;
}
.CreatorForm__benefits__title {
  color: #fff;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #40c7b5;
}
.CreatorForm__benefits__item {
  padding-left: 66px;
  margin-bottom: 25px;
  color: #fff;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  line-height: 22px;
  background: top left no-repeat;
}
.CreatorForm__benefits__item strong,
.CreatorForm__benefits__item em {
  display: block;
  margin-bottom: 8px;
}
.CreatorForm__benefits__item strong {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.CreatorForm__benefits__item em {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
.CreatorForm__benefits__item--copyright {
  background-image: url(/library/static/assets/ZnzRjwfI_sgU.svg);
}
.CreatorForm__benefits__item--revenue {
  background-image: url(/library/static/assets/iRfduYzgkR0d.svg);
}
.CreatorForm__benefits__item--sales {
  background-image: url(/library/static/assets/1YMgCvGXTuSM.svg);
}
.CreatorForm__benefits__list {
  margin: 0 0 17px 0;
  padding: 0;
  border-bottom: 1px solid #40c7b5;
}
.CreatorForm__benefits__footer {
  color: #fff;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.CreatorForm__error {
  color: #fa367f !important;
  font-weight: normal !important;
  margin: 14px;
  font-size: 14px;
  text-align: center;
}
@-webkit-keyframes creatorFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes creatorFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes creatorSwoosh {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes creatorSwoosh {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.CrowdCube {
  width: 100%;
  height: 165px;
  position: fixed;
  top: 73px;
  z-index: 99;
  left: 0;
  right: 0;
}
.CrowdCube__iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  .CrowdCube {
    height: 118px;
  }
}
@media (min-width: 1038px) {
  .CrowdCube {
    height: 80px;
  }
}
.CurrencySelector {
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.CurrencySelector em {
  font-style: normal;
}
.CurrencySelector__label {
  width: 100px;
  height: 30px;
  border-radius: 1px;
  background-color: #3d4147;
  position: relative;
  float: right;
  font-weight: 700;
  padding-left: 9px;
}
.CurrencySelector__label::before {
  content: "";
  float: right;
  width: 30px;
  height: 30px;
  border-left: 1px solid #4f4f4f;
  background: url(/library/static/assets/UkTuP3F1ipt2.svg) no-repeat center/8px 4px;
}
.CurrencySelector__label::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 14px;
  background: no-repeat center/contain;
  margin-left: 5px;
  vertical-align: text-top;
  height: 13px;
}
.CurrencySelector.is-GBP .CurrencySelector__label::after {
  background-image: url(/library/static/assets/1VJaI3xe9oPA.svg);
}
.CurrencySelector.is-EUR .CurrencySelector__label::after {
  background-image: url(/library/static/assets/UUKdehKRF_1Q.svg);
}
.CurrencySelector.is-USD .CurrencySelector__label::after {
  background-image: url(/library/static/assets/1MtkXtMz2Tht.svg);
}
.CurrencySelector__label select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.DialogueRoot {
  z-index: 99999;
}
.Dialogue {
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: calc(100% - 73px);
  top: 73px;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  padding: 40px;
}
@media (max-width: 850px) {
  .Dialogue {
    padding: 15px;
  }
}
.Dialogue.is-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Dialogue__content {
  max-width: 1220px;
  margin: 0 auto;
}
.Dialogue .Button--close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.Embed {
  display: block;
  margin: 15px auto;
  width: 100%;
}
.Embed__wrapper {
  position: relative;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  padding-bottom: 56.25%;
  background: #111;
}
.Embed--pardot .Embed__wrapper {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 0;
}
.Embed--360-story .Embed__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 550px;
  padding-bottom: 0;
}
.Embed__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Footer__container {
  border-width: 10;
  border-color: #f00;
  min-height: 164px;
  width: 100%;
  background: #000;
  border-top: 4px solid #fff;
}
.Footer {
  background: #000;
  clear: both;
  border-width: 10;
  border-color: #ff0;
  color: #f1f1f1;
  text-align: center;
  min-height: 164px;
  width: 100%;
  padding: 16px;
  margin: 0 auto;
  max-width: 1100px;
}
.Footer small {
  color: #f1f1f1;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  display: block;
}
.Footer social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Footer social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: "fl-icons";
}
.Footer__social {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 756px) {
  .Footer__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 12px;
  }
}
.Footer__social__link {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background: transparent no-repeat center/contain;
  margin: 0 4px;
  color: #f1f1f1 !important;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Footer__social__link--facebook:before {
  content: "\E002";
}
.Footer__social__link--facebook__hover:hover {
  background-color: #1778f2;
}
.Footer__social__link--linkedin:before {
  content: "\E016";
}
.Footer__social__link--linkedin__hover:hover {
  background-color: #0072b1;
}
.Footer__social__link--youtube:before {
  content: "";
}
.Footer__social__link--youtube__hover:hover {
  background-color: #cf2e2e;
}
.Footer__social__link--twitter:before {
  content: "\E001";
}
.Footer__social__link--twitter__hover:hover {
  background-color: #1da1f2;
}
.Footer__social__link--instagram:before {
  content: "\E00E";
}
.Footer__social__link--instagram__hover:hover {
  background-color: #5b51d8;
}
.Footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 10px 0;
}
.Footer__nav__link {
  color: #f1f1f1 !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  padding: 14px;
  text-decoration: none;
}
.Footer__nav__link:hover {
  text-decoration: underline;
}
@media (max-width: 756px) {
  .Footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.Footer__email {
  padding-right: 30px;
}
@media (max-width: 756px) {
  .Footer__email {
    padding-top: 12px;
  }
}
.Footer__email__link {
  color: #f1f1f1 !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 18px;
  text-decoration: none;
  text-align: center;
  padding-left: 26px;
}
.Footer__email__link:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .Footer__email__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Footer__email__link__link {
    margin: 7px auto;
  }
}
.Footer__email__link:before {
  content: "\E003";
  font-family: "fl-icons";
  padding: 0 4px;
  font-weight: 100;
}
.Footer__logo {
  width: 198px;
  height: 88px;
  background: url(/library/static/assets/3SBPnfE_ySv5.svg) no-repeat center/198px 88px;
  overflow: hidden;
  text-indent: -9999px;
  padding-top: 120px;
}
.Footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}
.Header {
  height: 73px;
  padding: 17px 0 17px 39px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
body.fullscreen .Header,
html:-webkit-full-screen-document .Header {
  display: none;
}
body.fullscreen .Header,
html:-ms-fullscreen-document .Header {
  display: none;
}
body.fullscreen .Header,
html:fullscreen-document .Header {
  display: none;
}
.Header * {
  -webkit-tap-higlight-color: rgba(0,0,0,0);
}
.Header__logo {
  margin: 0;
  width: 99px;
  height: 37px;
  background: url(/library/static/assets/3SBPnfE_ySv5.svg) no-repeat center/80px 32px;
  overflow: hidden;
  text-indent: -9999px;
}
.Header__logo a {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}
.Header__navigation {
  margin-left: 28px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Header__navigation + .Header__navigation {
  margin-left: 0;
}
.Header__navigation > div {
  position: relative;
}
.Header__navigation__item {
  outline: 0;
  color: #fff;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.58px;
  text-transform: uppercase;
  margin-right: 24px;
  display: block;
  line-height: 29px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255,255,255,0);
  -webkit-transition: border-bottom-color 0.4s ease-in-out;
  transition: border-bottom-color 0.4s ease-in-out;
  position: relative;
}
.Header__navigation__item:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.Header__navigation__item:last-child {
  margin-right: 32px;
}
.Header__navigation__item--search {
  margin-left: auto;
  width: 21px;
  height: 21px;
  border-bottom: none;
}
.Header__navigation__item--search::before {
  content: "";
  background: url(/library/static/assets/3jjezqp3Ug9Q.svg) no-repeat center/contain;
  width: 21px;
  height: 21px;
  float: left;
}
.Header__navigation__item--account-name {
  width: 130px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Header__navigation__item--creators {
  background-color: #40c7b5;
  border-radius: 4px;
  padding: 0 10px;
  border-bottom: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.Header__navigation__item--creators:hover {
  background-color: #53cdbc;
  color: #fff;
}
.Header__navigation__sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  right: -10px;
  background: #000;
  padding-bottom: 10px;
  -webkit-animation: submenu-bg-reveal backwards 0.4s ease-in-out;
          animation: submenu-bg-reveal backwards 0.4s ease-in-out;
}
@media (max-width: 730px) {
  .Header__navigation__sub-menu {
    background: transparent !important;
  }
}
body.home .Header__navigation__sub-menu {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background: rgba(0,0,0,0);
  will-change: background-color;
  -webkit-animation: none;
          animation: none;
}
body.home.scrolled .Header__navigation__sub-menu {
  -webkit-animation: submenu-bg-reveal backwards 0.4s ease-in-out;
          animation: submenu-bg-reveal backwards 0.4s ease-in-out;
  background-color: #000;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
a:hover + .Header__navigation__sub-menu,
div:hover > .Header__navigation__sub-menu {
  display: block;
}
.Header__navigation__sub-menu a {
  display: block;
  color: #fff;
  font-weight: 600;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
  text-transform: uppercase;
  -webkit-animation: submenu-reveal backwards 0.4s ease-in-out;
          animation: submenu-reveal backwards 0.4s ease-in-out;
  text-decoration: none;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.Header__navigation__sub-menu a:hover {
  color: #ccc;
}
.Header__mobile-toggle {
  width: 44px;
  height: 44px;
  padding: 8px 5px;
  display: none !important;
  outline: 0 !important;
  margin-left: 25px !important;
}
body.home .Header {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background: rgba(0,0,0,0);
  will-change: background-color;
}
body.home.scrolled .Header {
  background-color: #000;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.Header__language {
  width: 120px;
  border-left: 2px solid #96a5b5;
  height: 27px;
  margin-left: 13px;
  padding: 0 40px 0 13px;
  line-height: 27px;
  color: #fff;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.58px;
  text-transform: uppercase;
  position: relative;
  text-align: right;
}
@media (max-width: 1120px) {
  .Header__language {
    padding-right: 10px;
    width: auto;
  }
}
@media (max-width: 730px) {
  .Header__language {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 0;
    margin-left: 0;
    width: 80%;
    text-align: center;
  }
}
.Header__language__current {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.Header__language__current::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
  margin-top: -2px;
}
.Header__language__menu {
  position: absolute;
  white-space: nowrap;
  top: 100%;
  text-align: right;
  right: 0;
  margin-top: 10px;
  display: none;
  -webkit-animation: lang-fadein 0.2s ease-in-out;
          animation: lang-fadein 0.2s ease-in-out;
  padding: 10px 0 10px 15px;
}
.is-open > .Header__language__menu {
  display: block;
}
body:not(.home) .Header__language__menu {
  background: #000;
}
@media (max-width: 730px) {
  .Header__language__menu {
    background: #111;
    padding-right: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: visible;
    right: auto;
    width: 100%;
    text-align: center;
  }
}
.Header__language__option {
  display: block;
  white-space: nowrap;
  padding-right: 40px;
  color: #fff;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.58px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1120px) {
  .Header__language__option {
    padding-right: 10px;
  }
}
@media (max-width: 730px) {
  .Header__language__option {
    padding-left: 15px;
  }
}
.Header__language__option::after {
  content: "";
  background: url(/library/static/assets/kJT7KT09Ioj2.svg) no-repeat;
  width: 11px;
  height: 8px;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  position: absolute;
  display: none;
}
@media (max-width: 1120px) {
  .Header__language__option::after {
    right: -10px;
  }
}
@media (max-width: 730px) {
  .Header__language__option::after {
    position: static;
  }
}
.Header__language__option.is-current {
  pointer-events: none;
}
.Header__language__option.is-current::after {
  display: block;
}
@media (max-width: 730px) {
  .Header__language__option.is-current::after {
    display: inline-block;
  }
}
@media (max-width: 1120px) {
  .Header__navigation--primary {
    position: fixed;
    left: 100%;
    top: 0;
    bottom: 0;
    width: calc(100% - 150px);
    max-width: 480px;
    background: #111;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 80px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    z-index: 5;
  }
  .Header.is-open .Header__navigation--primary {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .Header__navigation--primary .Header__navigation__item {
    margin: 10px 0;
    font-size: 18px;
  }
  .Header__mobile-toggle {
    display: block !important;
    position: relative;
    z-index: 5;
  }
}
@media (max-width: 730px) {
  .Header {
    padding-right: 10px;
  }
  .Header__logo {
    margin-left: -20px;
  }
  .Header__mobile-toggle {
    margin-left: auto !important;
  }
  .Header__account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Header__navigation {
    margin-left: 0;
  }
  .Header__navigation__item--creators {
    width: calc(100% - 20px);
    margin: 0 10px;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
  .Header__navigation__sub-menu {
    position: static;
    display: block !important;
    -webkit-animation: none !important;
            animation: none !important;
    will-change: initial !important;
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .Header__navigation__sub-menu a {
    font-size: 16px;
  }
  .Header__navigation--primary {
    position: static;
    width: auto;
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-top: 20px;
    margin-left: 0;
    margin-top: 20px;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .Header__navigation--secondary {
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    width: calc(100% - 53px);
    max-width: 480px;
    background: #111;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 80px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .Header.is-open .Header__navigation--secondary {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .Header__navigation--secondary .Header__navigation__item {
    margin: 10px 0;
    font-size: 18px;
  }
}
.hamburger {
  padding: 8px 5px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  width: 33px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  margin-top: -2px;
  width: 33px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
  width: 33px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before {
  top: -10px;
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner::after {
  top: -20px;
  bottom: -10px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
}
.Header__basket {
  position: relative; /* Make this a positioning context for the count */
  display: inline-block;
  width: 20px; /* Adjust size as needed */
  height: 20px; /* Adjust size as needed */
  background-image: url(/library/static/assets/3rLw5XiIseru.svg); /* Adjust path as needed */
  background-size: cover;
  background-repeat: no-repeat;
}
.Header__basket__count {
  color: #fff;
  background-color: #f00; /* Adjust color as needed */
  position: absolute;
  top: -5px; /* Adjust positioning as needed */
  right: -12px; /* Adjust positioning as needed */
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 14px; /* Adjust size as needed */
  line-height: 1;
  min-width: 20px; /* Ensure it doesn't collapse */
  text-align: center;
}
@-webkit-keyframes lang-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lang-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes submenu-reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes submenu-reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes submenu-bg-reveal {
  0% {
    background-color: rgba(0,0,0,0);
  }
  100% {
    background-color: #000;
  }
}
@keyframes submenu-bg-reveal {
  0% {
    background-color: rgba(0,0,0,0);
  }
  100% {
    background-color: #000;
  }
}
.Html em {
  font-style: italic;
}
.Html strong {
  font-weight: bold;
}
.Html p {
  padding: 5px;
}
.Html p:empty {
  display: none;
}
.ImageGallery {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ImageGallery__image {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.4s ease-in-out;
  transition: opacity 0.4s 0.4s ease-in-out;
}
.ImageGallery__image.is-active {
  z-index: 1;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.ImageLoader {
  position: relative;
  overflow: hidden;
}
.ImageLoader img {
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  top: 0;
  left: 0;
  opacity: 0;
}
.nojs .ImageLoader img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}
.ImageLoader__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: no-repeat center;
  opacity: 1;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.nojs .ImageLoader__background {
  display: none;
}
.ImageLoader.is-loading::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 20%;
  -webkit-animation: imageLoading 2s infinite linear;
          animation: imageLoading 2s infinite linear;
  height: 5px;
  background: #40c7b5;
}
.nojs .ImageLoader.is-loading::after {
  content: none;
}
.ImageLoader.is-loading .ImageLoader__background {
  opacity: 0;
}
.ImageLoader.has-error .ImageLoader__background {
  background: no-repeat url(/library/static/assets/r5jmFzGIQ1j7.svg) center/40px !important;
}
@-webkit-keyframes imageLoading {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(700%);
            transform: translateX(700%);
  }
}
@keyframes imageLoading {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(700%);
            transform: translateX(700%);
  }
}
.InputDialogue {
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20000;
}
.InputDialogue__window {
  margin: auto;
  max-width: 500px;
  width: 100%;
  -webkit-box-shadow: 0 3px 13px rgba(0,0,0,0.44);
          box-shadow: 0 3px 13px rgba(0,0,0,0.44);
  border-radius: 2px;
  background-color: #3c4147;
  padding: 20px 50px;
}
.InputDialogue__input {
/* Style for "Rectangle" */
  width: 100%;
  height: 37px;
  border-radius: 2px;
  background-color: #4a494a;
  border: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
}
.InputDialogue__input::-webkit-input-placeholder {
  color: #9b9b9b;
  font-style: italic;
}
.InputDialogue__input::-moz-placeholder {
  color: #9b9b9b;
  font-style: italic;
}
.InputDialogue__input::-ms-input-placeholder {
  color: #9b9b9b;
  font-style: italic;
}
.InputDialogue__input::placeholder {
  color: #9b9b9b;
  font-style: italic;
}
.InputDialogue__title {
  color: #fff;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.67px;
  text-align: center;
  margin: 0 0 18px;
  line-height: 1.4;
}
.small-text .InputDialogue__title {
  font-size: 12px;
  line-height: 1.2;
  text-transform: none;
}
.InputDialogue__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.InputDialogue__button {
/* Style for "Rectangle" */
  width: 100px;
  height: 37px;
  border-radius: 2px;
  background-color: #6bcde6;
  margin: 10px;
  border: 0;
  color: #fff;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.67px;
}
.InputDialogue__button:hover {
  background-color: #31badc;
}
.InputDialogue__button--cancel {
  background-color: #444a51;
}
.InputDialogue__button--cancel:hover {
  background-color: #545c65;
}
.Jobs {
  max-width: 1010px;
  padding: 70px 10px 0;
  margin: 0 auto;
}
.Jobs strong {
  font-weight: bold;
}
.Jobs em {
  font-style: italic;
}
.Jobs > h1 {
  width: 100%;
  clear: both;
  padding: 0 30px;
}
.Jobs h1,
.Jobs h2 {
  text-transform: uppercase;
}
.Jobs p + h2,
.Jobs ul + h2 {
  margin-top: 25px;
}
.Jobs p + p {
  margin-top: 15px;
}
.Jobs p,
.Jobs ol,
.Jobs ul {
  font-size: 14px;
  line-height: 1.5;
}
.Jobs a {
  color: #40c7b5;
  text-decoration: underline;
}
.Jobs a:hover {
  text-decoration: none;
}
.Jobs h2:first-child {
  margin-top: 0;
}
.Jobs__listing {
  margin: 25px 0;
}
.Jobs__listing a {
  display: block;
  margin: 10px 0;
  font-size: 14px;
  color: inherit;
  font-weight: bold;
}
.Jobs__listing a:hover {
  text-decoration: none;
  color: #40c7b5;
}
.Jobs__column {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}
@media (max-width: 1024px) {
  .Jobs__column {
    float: none;
    width: auto;
  }
  .Jobs__column:last-child {
    padding-top: 0;
  }
}
.Jobs__values,
.Jobs ul {
  list-style: disc;
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.Jobs__values__item,
.Jobs ul__item,
.Jobs__values li,
.Jobs ul li {
  margin-bottom: 8px;
  font-size: 14px;
}
.Jobs__team {
  clear: both;
  width: 100%;
  margin-top: 25px;
  padding: 30px;
}
.Jobs__team h3 {
  font-weight: bold;
}
.ValidatedInput {
  position: relative;
}
.ValidatedInput input {
  margin-bottom: 0;
}
.ValidatedInput textarea {
  margin-bottom: 0 !important;
  resize: vertical;
  min-height: 80px;
}
.ValidatedInput::after,
.ValidatedInput::before {
  content: "";
  position: absolute;
  pointer-events: none;
  right: 7px;
  top: 31px;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.ValidatedInput::before {
  background: url(/library/static/assets/2ZyI5VAKGc98.png) no-repeat center;
  width: 11px;
  height: 11px;
}
.ValidatedInput::after {
  background: url(/library/static/assets/3P9ko1ayTc34.png) no-repeat center;
  width: 13px;
  height: 12px;
}
.ValidatedInput.invalid.touched::before {
  opacity: 1;
}
.ValidatedInput.valid.touched::after {
  opacity: 1;
}
.ValidatedInput_error {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: block;
  margin-bottom: 5px;
  color: #d0021b;
  font-size: 10px;
  font-weight: 300;
  margin-top: 7px;
}
.invalid.touched .ValidatedInput_error {
  opacity: 1;
}
.ValidatedInput_error:empty {
  content: "\00a0";
}
.form-input {
  background: #f7f7f7;
  border-bottom: 1px solid #9b9b9b;
  border-bottom-width: 1px !important;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  color: #4a4b4b;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  outline: 0;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.form-input:focus {
  border-bottom-color: #40c7b5;
}
.Legal {
  max-width: 850px;
  margin: 65px auto;
  padding: 0 20px;
}
.Legal h2 {
  font-size: 16px;
  margin-top: 40px;
}
.Legal strong {
  font-weight: bold;
}
.Legal em {
  font-style: italic;
}
.Legal table {
  border: 2px solid #000;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 20px 0;
  font-size: 12px;
}
.Legal table p {
  margin: 0;
}
.Legal td,
.Legal tr,
.Legal th {
  border: 1px solid #000;
}
.Legal td {
  padding: 10px;
}
.Legal tr:hover {
  background: none !important;
}
.Legal td:first-child {
  width: 30%;
  font-weight: bold;
  background: #fff !important;
}
.Legal__title {
  color: #000;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  padding-bottom: 25px;
  border-bottom: 1px solid #979797;
  margin-bottom: 25px;
}
.Legal__content h2 {
  font-size: 16px;
  margin-top: 40px;
}
.Legal__content p,
.Legal__content ul,
.Legal__content ol,
.Legal__content time,
.Legal__content address {
  display: block;
  color: #373737;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin: 15px 0;
  line-height: 1.5;
}
.Legal__content address {
  margin: 0;
  font-style: normal;
}
.Legal__content a {
  color: #36b7a6;
  text-decoration: underline;
}
.Legal__content a:hover {
  text-decoration: none;
}
.Legal__content ol,
.Legal__content ul {
  margin-left: 25px;
}
.Legal__content ol li,
.Legal__content ul li {
  margin-bottom: 5px;
}
.Legal__content ul {
  list-style: disc;
}
.Legal__content ol {
  counter-reset: item;
}
.Legal__content ol > p {
  margin-left: -20px;
  margin-bottom: 20px;
}
.Legal__content ol li {
  display: block;
  padding-left: 30px;
  position: relative;
}
.Legal__content ol li li {
  margin-left: -30px;
}
.Legal__content ol li::before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: -1px;
  font-weight: bold;
  font-size: 1em;
}
.Legal__content ol li li li {
  list-style: outside lower-roman;
  padding-left: 0;
  margin-left: 0;
  display: list-item;
  font-weight: bold;
}
.Legal__content ol li li li p {
  font-weight: 300;
}
.Legal__content ol li li li::before {
  display: none;
}
.Legal__content ol li li li li {
  list-style-type: lower-alpha;
  margin-left: 20px;
}
.Legal__content ol {
  margin-left: 0;
  padding-left: 0;
}
.Legal__content h3 {
  margin-top: 35px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.Legal__content h2 + h3 {
  margin-top: 10px;
}
.Legal__content h4 {
  margin-top: 15px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}
.Legal--large h3 {
  font-size: 16px;
}
.Legal--large p,
.Legal--large ol,
.Legal--large li,
.Legal--large ul {
  font-size: 14px;
}
.storiesTerms .Legal__content ol li::before {
  line-height: 17px;
}
.storiesTerms .Legal__content ol li h3 {
  font-weight: 600;
}
.storiesTerms .Legal__content ol li p {
  padding: 0 5px;
  line-height: 17px;
}
.storiesTerms .Legal__content ol li li::before {
  line-height: 17px;
}
.Library {
  min-height: calc(100vh - 237px);
  position: relative;
  padding-top: 60px;
  overflow: auto;
}
@media (max-width: 850px) {
  .Library {
    padding-top: 60px;
  }
  .Library__wrapper {
    min-height: 0;
  }
}
body.fullscreen .Library {
  position: relative;
  overflow: visible;
  z-index: 10000;
}
.Library::after {
  content: "";
  background: url(/library/static/assets/1Op2-b5XcMwx.svg) no-repeat center/contain;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 40vh;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  pointer-events: none;
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.Library .ContentList {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  will-change: opacity;
}
.Library.is-loading::after {
  opacity: 1;
}
.Library.is-loading .ContentList {
  opacity: 0.4;
}
.Library__search,
.Library__creator {
  height: 60px;
  width: 100%;
  padding-left: 57px;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 73px;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff url(/library/static/assets/3KpaBYe2CVbx.svg) no-repeat left 20px center;
  -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.2);
          box-shadow: 0 0 16px rgba(0,0,0,0.2);
}
html.has-sale .Library__search,
html.has-sale .Library__creator {
  top: 143px;
}
@media (max-width: 850px) {
  html.has-sale .Library__search,
  html.has-sale .Library__creator {
    top: 153px;
  }
}
@media (max-width: 590px) {
  html.has-sale .Library__search,
  html.has-sale .Library__creator {
    top: 183px;
  }
}
.Library__search input,
.Library__creator input,
.Library__search fieldset,
.Library__creator fieldset {
  border: 0;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  color: #4d555d;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
body.fullscreen .Library__search,
body.fullscreen .Library__creator,
html:-webkit-full-screen-document .Library__search,
html:-webkit-full-screen-document .Library__creator {
  display: none;
}
body.fullscreen .Library__search,
body.fullscreen .Library__creator,
html:-ms-fullscreen-document .Library__search,
html:-ms-fullscreen-document .Library__creator {
  display: none;
}
body.fullscreen .Library__search,
body.fullscreen .Library__creator,
html:fullscreen-document .Library__search,
html:fullscreen-document .Library__creator {
  display: none;
}
body.is-branded .Library__search,
body.is-branded .Library__creator {
  padding-left: 240px;
  background-position: left 207px center;
}
@media (max-width: 500px) {
  body.is-branded .Library__search,
  body.is-branded .Library__creator {
    padding-left: 168px;
    background-position: left 135px center;
  }
}
body.is-branded .Library__search::before,
body.is-branded .Library__creator::before {
  content: "";
  position: absolute;
/* Style for "DD_Logo_Da" */
  width: 172px;
  top: 10px;
  bottom: 10px;
  background: no-repeat left center/contain;
  left: 12px;
}
@media (max-width: 500px) {
  body.is-branded .Library__search::before,
  body.is-branded .Library__creator::before {
    width: 100px;
  }
}
body.is-branded .Library__search::after,
body.is-branded .Library__creator::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 198px;
  width: 2px;
  background-color: #efefef;
}
@media (max-width: 500px) {
  body.is-branded .Library__search::after,
  body.is-branded .Library__creator::after {
    left: 126px;
  }
}
body.branding-digitaldomain .Library__search::before,
body.branding-digitaldomain .Library__creator::before {
  background-image: url(/library/static/assets/3n5IFGN90npf.svg);
}
.Library__search__curation,
.Library__creator__curation {
  position: absolute;
  right: 65px;
  margin-top: -16px;
  top: 50%;
  padding: 8px 10px;
  height: 32px;
  border-radius: 3px;
  background: #40c7b5;
  color: #fff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
}
.Library__search__curation:hover,
.Library__creator__curation:hover {
  background: #4acab9;
}
@media (max-width: 850px) {
  .Library__search__curation,
  .Library__creator__curation {
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
    background: url(/library/static/assets/1f37eS39FTr_.svg) no-repeat center/21px 21px;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
  }
  .Library__search__curation:hover,
  .Library__creator__curation:hover {
    background: url(/library/static/assets/1EMSVQt-fCSE.svg) no-repeat center/21px 21px;
  }
}
.Library__search-help {
  margin: 10px auto;
  text-align: center;
  padding: 20px;
  max-width: 640px;
  color: #40c7b5;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: underline;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.Library__search-help:hover {
  text-decoration: none;
}
.Library__creator {
  background: #fff;
  line-height: 60px;
  font-weight: normal;
  font-size: 20px;
}
.Library__creator::before {
  content: "";
}
.Library__creator span {
  margin-left: -15px;
}
.Library .Pagination {
  margin-bottom: 0;
}
.Login {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  min-height: calc(100vh - 237px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px;
}
.Login--payment {
  background-color: #3d4147;
  min-height: 204px;
  padding: 10px;
}
.Login--payment .Input {
  margin-bottom: 2px;
}
.Login--payment .Input__label {
  margin-bottom: 2px;
}
.Login--payment .Input__control {
  height: 32px;
  color: #e0e0e0 !important;
}
.Login--payment .Input input:-webkit-autofill {
  color: #e0e0e0;
  background: #faffbd;
  -webkit-text-fill-color: inherit !important;
  -webkit-box-shadow: 0 0 0 9999px #faffbd inset;
          box-shadow: 0 0 0 9999px #faffbd inset;
}
.Login--payment .Input__error {
  margin-top: 2px;
}
.Login__title {
  font-size: 20px;
}
.Login__title--payment {
  display: none;
}
.Login > div {
  width: 100%;
}
.Login a {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #40c7b5;
  text-decoration: none;
}
.Login a:hover {
  text-decoration: underline;
}
.Login__success {
  font-size: 16px;
  margin: 10px 0;
  line-height: 1.5em;
  color: #777;
}
.LoginCheck {
  background-color: #3d4147;
  margin-bottom: 10px;
  padding: 8px;
}
.LoginCheck__name {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}
.LoginCheck__loginPrompt {
  font-size: 10px;
  font-weight: 400;
  line-height: 19px;
  color: #fff;
  float: right;
}
.LoginCheck__loginPrompt a {
  color: #6bcde6;
}
.ModuleLoader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}
.MyCollections {
  display: grid;
  padding: 8px;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 300px;
}
.MyCollections__tile {
  background: #333;
  position: relative;
}
.MyCollections__tile__count {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background: rgba(0,0,0,0.5);
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
}
.MyCollections__tile a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.MyCollections__tile a span {
  left: 0;
  position: absolute;
  bottom: 0;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(0,0,0,0.5);
  width: 100%;
}
.MyCollections__remove {
  z-index: 4;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: #3c4147;
  padding: 5px;
  color: #fff;
  font-weight: bold;
}
.MyCollections__remove:hover {
  background: #555;
}
.MyCollections__empty {
  margin: 30px;
  padding: 30px;
  border-radius: 4px;
  color: #666;
  text-align: center;
  font-size: 14px;
  background: #fafafa;
}
.MyCollections__empty a {
  display: block;
  color: inherit;
  text-decoration: underline;
  margin: 5px;
}
.MyCollections__empty a:hover {
  text-decoration: none;
}
.MyCollections__load-more {
  background: #ddd;
  color: #6349e7;
  cursor: pointer;
  font-size: 17px;
}
.MyCollections__load-more:hover {
  background: #ccc;
}
.NotFound {
  background-color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: calc(100vh - 237px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.NotFound h1 {
  color: #40c7b5;
  font-size: 150px;
  margin-bottom: 25px;
  line-height: 170px;
}
.NotFound p {
  color: #fff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.NotFound p a {
  color: #fff;
  text-decoration: underline;
}
.NotFound p a:hover {
  text-decoration: none;
}
.Notice {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0,0,0,0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  -webkit-animation: notice-reveal backwards 0.2s ease-in-out;
          animation: notice-reveal backwards 0.2s ease-in-out;
}
.Notice__window {
  max-width: 500px;
  width: 100%;
  background: #fff;
  padding: 40px;
  position: relative;
  -webkit-animation: notice-window-reveal backwards 0.3s ease-in-out;
          animation: notice-window-reveal backwards 0.3s ease-in-out;
}
.Notice__cancel {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background: no-repeat url(/library/static/assets/22LslVEIc7xo.svg) center/15px;
  border: 0;
}
.Notice__checkbox {
  color: #555;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  margin: 10px 0 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.Notice__checkbox input {
  position: absolute;
  top: -1000px;
  left: -1000px;
}
.Notice__checkbox::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #6bcde6;
  float: left;
  margin-right: 5px;
}
.Notice__checkbox.is-checked::before {
  background: url(/library/static/assets/E-jTG5t2Lxy8.svg) no-repeat center/30px;
}
.Notice__confirm {
  height: 41px;
  padding: 0 15px;
  color: #fff;
  background: #40c7b5;
  border: 0;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}
.Notice__confirm:hover {
  background: #36b7a6;
}
.Notice__confirm[disabled] {
  cursor: default;
  background-color: #ccc;
}
.Notice h1 {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.Notice p {
  color: #000;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  margin: 15px 0;
}
.Notice p::first-letter {
  text-transform: uppercase;
}
.Notice p strong {
  font-weight: 600;
}
.Notice p.Notice__choice {
  padding-left: 27px;
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
}
.Notice p.Notice__choice::before {
  content: "";
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #40c7b5;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Notice p.Notice__choice.is-active::before {
  border-width: 4px;
}
.Notice p.Notice__choice ~ .Notice__checkbox {
  margin-top: 40px;
}
.Notice a {
  color: #40c7b5;
  text-decoration: none;
}
.Notice a:hover {
  text-decoration: underline;
}
@-webkit-keyframes notice-reveal {
  0% {
    background-color: rgba(0,0,0,0);
  }
  100% {
    background-color: rgba(0,0,0,0.85);
  }
}
@keyframes notice-reveal {
  0% {
    background-color: rgba(0,0,0,0);
  }
  100% {
    background-color: rgba(0,0,0,0.85);
  }
}
@-webkit-keyframes notice-window-reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes notice-window-reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.Notifications {
  z-index: 1000000;
  position: fixed;
  font-family: $font;
  bottom: 5px;
  left: 5px;
}
.Notifications__item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  background: #111;
  width: 280px;
  height: 60px;
  padding: 10px 20px;
  padding-left: 75px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  will-change: transform;
}
.Notifications__item__timer {
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 0;
  width: 100%;
  -webkit-transform-origin: left;
          transform-origin: left;
  background: #40c7b5;
}
.Notifications__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60px;
  background: #222;
}
.Notifications__item__close {
  border: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: no-repeat url(/library/static/assets/heBNfKNXplQ6.svg) center/contain;
}
.Notifications__item__icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333;
  -webkit-animation: popIn 0.3s 0.2s backwards;
          animation: popIn 0.3s 0.2s backwards;
}
.Notifications__item__badge {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: popIn 0.3s 0.3s backwards;
          animation: popIn 0.3s 0.3s backwards;
  position: absolute;
  line-height: 20px;
  font-size: 10px;
  background: #c00;
  top: 5px;
  left: 40px;
  padding: 0;
}
.Notifications__item__more {
  margin: 0;
  text-decoration: underline;
  cursor: pointer;
  color: #fff;
}
.Notifications__item__more:hover {
  text-decoration: none;
}
.Notifications__item:nth-last-child(2) {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}
.Notifications__item:nth-last-child(3) {
  -webkit-transform: translateY(-140px);
          transform: translateY(-140px);
}
.Notifications__item:nth-last-child(4) {
  -webkit-transform: translateY(-210px);
          transform: translateY(-210px);
}
.Notifications__item:nth-last-child(5) {
  -webkit-transform: translateY(-280px);
          transform: translateY(-280px);
}
.Notifications__item:nth-last-child(6) {
  -webkit-transform: translateY(-350px);
          transform: translateY(-350px);
}
.Notifications__item:nth-last-child(7) {
  -webkit-transform: translateY(-420px);
          transform: translateY(-420px);
}
.Notifications__item:nth-last-child(8) {
  -webkit-transform: translateY(-490px);
          transform: translateY(-490px);
}
.Notifications__item:nth-last-child(9) {
  -webkit-transform: translateY(-560px);
          transform: translateY(-560px);
}
.Notifications__item:nth-last-child(10) {
  -webkit-transform: translateY(-630px);
          transform: translateY(-630px);
}
.Notifications__item:nth-last-child(11) {
  -webkit-transform: translateY(-700px);
          transform: translateY(-700px);
}
.Notifications__item:nth-last-child(12) {
  -webkit-transform: translateY(-770px);
          transform: translateY(-770px);
}
.Notifications__item:nth-last-child(13) {
  -webkit-transform: translateY(-840px);
          transform: translateY(-840px);
}
.Notifications__item--error .Notifications__item__icon {
  background: #fd951a url(/library/static/assets/267Ke7lngTPe.svg) no-repeat center/25px auto;
}
.Notifications__item--success .Notifications__item__icon {
  background: #fff url(/library/static/assets/E-jTG5t2Lxy8.svg) no-repeat center/contain;
}
.Notifications__item--deleted .Notifications__item__icon {
  background: #40c7b5 url(/library/static/assets/2RjZx65j3jc0.svg) no-repeat center/25px auto;
}
.anim-notification-enter {
  opacity: 0;
  -webkit-transform: translateY(100%) translateY(-10px);
          transform: translateY(100%) translateY(-10px);
}
.anim-notification-enter-active {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.anim-notification-exit-active {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@-webkit-keyframes popIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes popIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.Orders__title {
  margin: 30px;
}
.OrderList {
  margin: 25px auto;
  background-color: #f8f8f8;
  max-width: 1500px;
  overflow: hidden;
  width: 90%;
}
@media (max-width: 1000px) {
  .OrderList {
    background: none;
  }
}
.OrderList.is-loading {
  opacity: 0.3;
}
.OrderList__heading {
  -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.15);
          box-shadow: 0 2px 7px rgba(0,0,0,0.15);
  border-bottom: 2px solid #ccc;
  line-height: 12px;
  padding: 12px 0;
  height: 36px;
}
@media (max-width: 1000px) {
  .OrderList__heading {
    display: none !important;
  }
}
.OrderList__heading,
.OrderList__order__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.OrderList__heading__column,
.OrderList__order__field {
  color: #3d4147;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 10px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: block;
  -webkit-margin-start: 0;
}
.OrderList__heading__column::after,
.OrderList__order__field::after {
  content: "";
  height: 12px;
  top: 50%;
  margin-top: -6px;
  left: 100%;
  width: 1px;
  background: #3d4147;
  position: absolute;
}
.OrderList__heading__column:last-child::after,
.OrderList__order__field:last-child::after {
  content: none;
}
.OrderList__heading__column--id,
.OrderList__order__field--id {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
.OrderList__heading__column--invoice,
.OrderList__order__field--invoice {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.OrderList__heading__column--date,
.OrderList__order__field--date {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.OrderList__heading__column--total,
.OrderList__order__field--total {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.OrderList__heading__column--status,
.OrderList__order__field--status {
  -webkit-box-flex: 1.5;
      -ms-flex-positive: 1.5;
          flex-grow: 1.5;
}
.OrderList__heading__column--status,
.OrderList__order__field--status {
  font-weight: bold;
}
.OrderList__heading__column--status-failed,
.OrderList__order__field--status-failed {
  color: #a00;
}
.OrderList__heading__column--status-processed,
.OrderList__order__field--status-processed {
  color: #090;
}
.OrderList__heading__column--status-unpaid,
.OrderList__order__field--status-unpaid {
  color: #c90;
}
.OrderList__order {
  padding: 10px 0 0;
  border-bottom: 1px solid #ccc;
}
.OrderList__order__actions {
  overflow: hidden;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (max-width: 1000px) {
  .OrderList__order {
    margin: 20px 0;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
  }
}
.OrderList__order__details {
  overflow: hidden;
  padding-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .OrderList__order__details {
    display: block;
  }
}
@media (max-width: 1000px) {
  .OrderList__order__term,
  .OrderList__order__field {
    float: left;
    margin: 0;
    padding: 0 10px;
  }
}
.OrderList__order__term {
  display: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
@media (max-width: 1000px) {
  .OrderList__order__term {
    display: block;
    width: 80px;
    clear: left;
  }
  .OrderList__order__term:last-child {
    display: none;
  }
}
.OrderList__order__field {
  line-height: 20px;
}
@media (max-width: 1000px) {
  .OrderList__order__field::after {
    content: none;
  }
}
.OrderList__order__field:last-child {
  padding-right: 10px;
}
.OrderList__order__invoice,
.OrderList__order__download {
  width: 90px;
  height: 20px;
  border-radius: 2px;
  background-color: #ccc;
  color: #3d4147;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.OrderList__order__invoice--large,
.OrderList__order__download--large {
  width: 150px;
}
.OrderList__order__invoice[disabled],
.OrderList__order__download[disabled] {
  opacity: 0.2;
  pointer-events: none;
}
.OrderList__order__invoice:hover,
.OrderList__order__download:hover {
  background: #ddd;
}
.OrderList__order__download {
  margin-top: 16px;
}
.OrderList__order__download.has-expired {
  color: #900;
  opacity: 1 !important;
  background: #fdd;
}
.OrderList__order__expanded {
  background: #eee;
  padding: 10px;
  font-size: 12px;
}
.OrderList__order__summary {
  display: block;
  padding: 10px;
  font-size: 12px;
  background: #eaeaea;
  overflow: hidden;
}
.OrderList__order__summary .OrderList__order__invoice {
  float: right;
  margin: 0;
}
.OrderList__order__summary__amount {
  float: left;
  margin-right: 10px;
  color: #444;
  line-height: 20px;
}
.OrderList__order__summary__amount--grand {
  font-weight: bold;
}
.OrderList__order__summary__amount--expires {
  font-weight: bold;
  border-left: 1px solid;
  padding-left: 8px;
  color: #090;
}
.OrderList__order__summary__amount--expires.has-expired {
  color: #900;
}
.OrderList__order__licences__item {
  margin-bottom: 10px;
  overflow: hidden;
}
.OrderList__order__licences__item__title {
  display: block;
  font-size: 18px;
  text-decoration: underline;
  font-weight: 300;
  color: #3d4147;
  margin-bottom: 5px;
}
.OrderList__order__licences__item__title:hover {
  text-decoration: none;
}
.OrderList__order__licences__resolution {
  display: block;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 3px;
}
.OrderList__order__thumbnail {
  background-color: #333;
  float: left;
  width: 150px;
  height: 75px;
  display: block;
  margin-right: 10px;
}
.Pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px auto 80px;
}
@media (max-width: 880px) {
  .Pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Pagination__go {
  width: 177px;
  height: 40px;
  border-radius: 3px;
  background-color: #eaeaea;
  margin: 0 30px;
  border: 0;
  color: #7e848a;
  color: #7e848a;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  will-change: opacity, background-color;
  line-height: 17px;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.Pagination__go:hover {
  background: #dedede;
}
.Pagination__go[disabled] {
  pointer-events: none;
  opacity: 0.3;
}
.Pagination__go--previous::before {
  content: "";
  background: url(/library/static/assets/BzBBDezKgpSu.svg);
  width: 10px;
  height: 17px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.Pagination__go--next::after {
  content: "";
  background: url(/library/static/assets/BzBBDezKgpSu.svg);
  width: 10px;
  height: 17px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 880px) {
  .Pagination__manual {
    margin: 15px auto;
  }
}
.Pagination__manual__input {
  border: 1px solid #40c7b5;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 15px;
  color: #555;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.Pagination__manual__total {
  line-height: 40px;
  color: #9b9b9b;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.Payment {
  width: 322px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (max-width: 880px) {
  .Payment {
    width: 100%;
  }
}
.Payment h3 {
  color: #40c7b5;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.Payment__button--confirm {
  width: 100%;
  margin-top: 15px;
}
.Payment__button--confirm:hover {
  background-color: #30a393;
}
@media (max-width: 520px) {
  .Payment__button--confirm {
    width: 100%;
  }
}
.Payment__wrapper::after {
  content: "";
  background: url(/library/static/assets/1Op2-b5XcMwx.svg) no-repeat center/contain;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  pointer-events: none;
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.Payment__wrapper.is-loading::after {
  opacity: 1;
}
.Payment__wrapper.is-loading .Payment__container {
  opacity: 0.4;
}
.PaymentDetails label,
.PaymentDetails .Input__label {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 5px;
  line-height: 1.1;
}
.PaymentDetails__Summary {
  width: 100%;
  background-color: #3d4147;
  padding: 10px;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  margin: auto 0 0;
}
.PaymentDetails__Price {
  color: #6bcde6;
  font-size: 28px;
  font-weight: 400;
  line-height: 18px;
  text-align: right;
  padding-top: 5px;
}
.PaymentDetails__Price-exvat,
.PaymentDetails__VatLabel {
  font-weight: 300;
  font-size: 12px;
  color: #a4a4a4;
  font-family: "Montserrat", "Open Sans", sans-serif;
  margin-left: 6px;
  display: block;
}
.PaymentDetails__Price-exvat::before {
  content: "ex. vat ";
  display: inline-block;
  position: relative;
  margin-right: 6px;
}
.PaymentDetails__Total {
  float: left;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
.PaymentDetails__Confirm {
  width: 100%;
}
.PaymentDetails__Complete p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}
.PaymentDetails__Complete a {
  color: #40c7b5;
}
.PaymentDetails__Error {
  min-height: 16px;
  color: #fa367f;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  margin: 6px 0;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  font-size: 15px;
  opacity: 0;
  max-width: 210px;
}
.PaymentDetails__Error.has-error {
  opacity: 1;
}
.StripeElement,
.PaymentDetails__input,
.CheckoutForm .Input__control {
  background-color: #555;
  color: #e0e0e0;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  padding: 6px;
  font-family: "Open Sans", sans-serif;
  border: none;
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%;
}
.CheckoutForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.CheckoutForm h4 {
  font-weight: bold;
  color: #e0e0e0;
  margin: 32px 0 16px;
}
.CheckoutForm p {
  color: #e0e0e0;
  margin: 32px 0 16px;
}
.CheckoutForm__Agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  margin: 32px auto;
}
.CheckoutForm__PaymentInfo {
  margin-bottom: 6px;
  padding-top: 6px;
}
.CheckoutForm .Input--dark {
  margin-bottom: 0;
}
.CheckoutForm .Input__error {
  margin-top: 3px;
  margin-bottom: 7px;
}
.CheckoutForm__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.CheckoutForm__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10px;
  -ms-flex: 1;
      flex: 1;
}
.CheckoutForm__item:last-of-type {
  margin-right: 0;
}
.CheckoutForm__RemoveCardDetails {
  display: block;
  text-align: left;
  font-size: 12px;
  color: #fa367f;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #3d4147;
  padding-left: 6px;
}
.CheckoutForm__RemoveCardDetails::before {
  width: 9px;
  height: 9px;
  background: url(/library/static/assets/2a1wgvhi1k2J.svg) no-repeat center/contain;
  border: 0;
  cursor: pointer;
  content: "";
  display: inline-block;
  top: 0px;
  right: 4px;
  position: relative;
  opacity: 1;
}
.CheckoutForm__card {
  position: relative;
}
.CheckoutForm__card .Input__control {
  margin-left: 38px;
}
.CheckoutForm__card::before {
  content: "";
  width: 30px;
  height: 19px;
  background: center/auto 15px no-repeat url(/library/static/assets/2hRWnjfCOqko.svg);
  display: block;
  border-radius: 2px;
  float: left;
  position: absolute;
  left: 0;
  top: 24px;
}
.CheckoutForm__card--visa::before {
  background-color: #fff;
  background-image: url(/library/static/assets/2L3SqJey337A.svg);
}
.CheckoutForm__card--mastercard::before {
  background-color: #fff;
  background-image: url(/library/static/assets/1drnspPfPQuZ.svg);
}
.CheckoutForm__card--amex::before {
  background-color: #fff;
  background-image: url(/library/static/assets/swhRYnarvdfD.svg);
}
.CheckoutForm__card--discover::before {
  background-color: #fff;
  background-image: url(/library/static/assets/1EYwsrfClsPm.svg);
}
.CheckoutForm__card--maestro::before {
  background-color: #fff;
  background-image: url(/library/static/assets/38zSJX3vHRf4.svg);
}
.CheckoutForm__card--paypal::before {
  background-color: #fff;
  background-image: url(/library/static/assets/3mv9Aq5IvSMH.svg);
}
.CardSection {
  padding-bottom: 7px;
}
.CardSection--pre-populated .Input__control,
.AddressSection--pre-populated .Input__control {
  background: transparent;
  border-bottom-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
}
.CardSection--pre-populated .Input__error,
.AddressSection--pre-populated .Input__error {
  display: none;
}
.AddressSection--pre-populated .Input__control {
  height: 25px;
}
.grecaptcha-badge {
  margin-bottom: 90px;
}
.PaymentLogin__info {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.PaymentLogin__signin {
  margin-bottom: 9px;
}
.PaymentLogin__signup.is-errored > .Login {
  display: none;
}
.PaymentLogin__signup__error {
  background-color: #3d4147;
  width: 100%;
  min-height: 287px;
  display: none;
  padding-top: 10px;
  color: #e0e0e0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.PaymentLogin__signup__error p:first-letter {
  text-transform: uppercase;
}
.PaymentLogin__signup__error button {
  margin-top: 8px;
}
.is-errored > .PaymentLogin__signup__error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 18%;
}
.PriceList {
  width: 100%;
  color: #fff;
}
.PriceList__prices {
  padding-top: 14px;
  border-top: 1px solid #3d4147;
}
.PriceList__option {
  background-color: #3d4147;
}
.PriceList__option.is-single {
  background-color: #333638;
}
.PriceList__option.is-single .RadioList__option__ui {
  visibility: hidden;
}
.PriceList__option.is-single .RadioList__option__label {
  margin-left: -16px;
}
.PriceList__option--purchased {
  opacity: 0.7;
  pointer-events: none;
}
.PriceList__option__price-total {
  color: #6bcde6;
  font-size: 26px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 500;
  margin-top: 6px;
  line-height: 20px;
}
.PriceList__option__price {
  color: #6bcde6;
  font-size: 20px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 400;
  margin-top: 6px;
  line-height: 20px;
}
.PriceList__option__price--old {
  text-decoration: line-through;
  font-size: 16px;
  line-height: 16px;
  color: rgba(107,205,230,0.5);
  margin-top: 12px;
  margin-bottom: -6px;
}
.PriceList__option__price-exvat {
  font-weight: 300;
  font-size: 12px;
  color: #a4a4a4;
  font-family: "Montserrat", "Open Sans", sans-serif;
  margin-left: 6px;
  line-height: 12px;
  display: inline-block;
}
.PriceList__option h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 16px;
}
.PriceList__option__resolution {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
}
.PriceList__info {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 14px;
  padding-top: 6px;
  border-top: 1px solid #3d4147;
}
.PriceList__info + .PriceList__info {
  margin-top: 6px;
}
.PriceList__info a {
  color: #6bcde6;
  float: right;
  text-decoration: underline;
}
.PriceList__info a.is-inline {
  float: none;
}
.PriceList__info a:hover {
  text-decoration: none;
  color: #30a393;
}
.PriceList__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 10px;
}
.PriceList__actions button {
  margin-right: 10px;
}
.PriceList__actions button:hover {
  background-color: #30a393;
}
@media (max-width: 520px) {
  button {
    width: 100%;
    margin-top: 10px;
  }
}
__ReadMore {
  float: right;
  color: #6bcde6;
}
.PrismicStatus {
  position: absolute;
  top: 100px;
  left: 10px;
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: rgba(0,0,0,0.3);
          box-shadow: rgba(0,0,0,0.3);
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
}
.PrismicStatus__cancel {
  background: #40c7b5;
  color: #fff;
  margin-left: 10px;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer;
}
.PrismicStatus__cancel:hover {
  background-color: #36b7a6;
}
.QualitySelector {
  position: relative;
  overflow: visible;
}
.QualitySelector__list {
  position: absolute;
  bottom: 100%;
  right: -20px;
  background: rgba(17,17,17,0.8);
  display: none;
}
.is-open > .QualitySelector__list {
  display: block;
}
.QualitySelector__list__item {
  padding: 10px;
  padding-left: 30px;
  display: block;
  white-space: nowrap;
  color: #fff;
  text-align: right;
  position: relative;
}
.QualitySelector__list__item:hover {
  background: rgba(255,255,255,0.1);
}
.QualitySelector__list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  background: url(/library/static/assets/3PzHpp-mneL5.svg) no-repeat center/20px auto;
  opacity: 0;
}
.QualitySelector__list__item.is-selected::before {
  opacity: 1;
}
.SaleBanner {
  min-height: 70px;
  background-color: #171717;
  position: fixed;
  top: 73px;
  z-index: 99;
  padding: 12px 45px 0 15px;
  left: 0;
  right: 0;
}
.SaleBanner__description {
  color: #fff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.46px;
  padding: 11px;
  padding-bottom: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SaleBanner__description a {
  color: #fff;
  -webkit-text-decoration: hover;
          text-decoration: hover;
  padding-left: 11px;
}
.SaleBanner__description a:hover {
  text-decoration: none;
}
.SaleBanner__asterisk {
  color: #fff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 10px;
  text-transform: italic;
  letter-spacing: 0.46px;
  padding-bottom: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SaleBanner__close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 44px;
  height: 36px;
  background: url(/library/static/assets/2biQWxhfz8qB.svg) no-repeat center/14px 14px;
}
.SearchBar {
  position: relative;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.2);
          box-shadow: 0 0 16px rgba(0,0,0,0.2);
  z-index: 10;
}
.SearchBar__inner {
  height: 60px;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding-left: 57px;
  border-bottom: 1px solid #eee;
  top: 73px;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff url(/library/static/assets/3KpaBYe2CVbx.svg) no-repeat left 10px center;
}
.SearchBar__inner input {
  border: 0;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  color: #4d555d;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.SearchFilters {
  width: 230px;
  overflow-y: scroll;
  background-color: #4d555d;
  -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.2);
          box-shadow: 0 0 16px rgba(0,0,0,0.2);
  z-index: 15;
  position: fixed;
  left: 0;
  top: 130px;
  bottom: 0;
}
html:-webkit-full-screen .SearchFilters {
  display: none;
}
html:-ms-fullscreen .SearchFilters {
  display: none;
}
html:fullscreen .SearchFilters {
  display: none;
}
@media (max-width: 850px) {
  .SearchFilters {
    background-color: transparent;
    padding-top: 0;
    height: auto;
    min-height: 0;
    top: 73px;
    width: 290px;
    -webkit-transform: translateX(-230px);
            transform: translateX(-230px);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
            box-shadow: 0 0 0px rgba(0,0,0,0);
  }
}
body.fullscreen .SearchFilters {
  display: none !important;
}
.SearchFilters + .Library__search,
.SearchFilters + .Library__creator {
  margin-left: 230px;
  width: calc(100% - 230px);
}
@media (max-width: 850px) {
  .SearchFilters + .Library__search,
  .SearchFilters + .Library__creator {
    margin-left: 60px;
    width: calc(100% - 60px);
  }
}
.nojs .SearchFilters {
  display: none;
}
.nojs .SearchFilters + .Library__search,
.nojs .SearchFilters + .Library__creator {
  margin-left: 0;
}
.nojs .SearchFilters ~ .ContentList {
  padding-left: 0 !important;
}
.SearchFilters.is-open {
  min-height: calc(100vh - 237px);
}
@media (max-width: 850px) {
  .SearchFilters.is-open {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    min-height: 0;
    float: none;
  }
}
.SearchFilters__toggle {
  outline: 0;
  background: #4d555d;
  -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.2);
          box-shadow: 0 0 16px rgba(0,0,0,0.2);
  height: 60px;
  display: block;
  border: 0;
  color: #fff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 24px;
  text-align: left;
  cursor: pointer;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  position: fixed;
  z-index: 5;
  left: 0;
  width: 230px;
  top: 73px;
}
html.has-sale .SearchFilters__toggle {
  top: 143px;
}
@media (max-width: 850px) {
  .SearchFilters__toggle {
    position: relative;
    top: 0 !important;
    font-size: 18px;
    width: 290px;
    margin: 0;
  }
  .SearchFilters__toggle::after {
    content: "";
    background: url(/library/static/assets/BzBBDezKgpSu.svg) no-repeat center/contain;
    width: 10px;
    height: 17px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 28px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .SearchFilters__toggle.is-open::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.SearchFilters__toggle:hover {
  background-color: #393f45;
}
.SearchFilters__box {
  background: #4d555d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.2);
          box-shadow: 0 0 16px rgba(0,0,0,0.2);
  height: 60px;
  color: #fff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 24px;
  position: fixed;
  z-index: 5;
  left: 0;
  width: 230px;
  top: 73px;
}
html.has-sale .SearchFilters__box {
  top: 143px;
}
.SearchFilters__form {
  padding: 22px;
  color: #fff;
  position: sticky;
  top: 60px;
}
@media (max-width: 850px) {
  .SearchFilters__form {
    background-color: #4d555d;
    width: 230px;
  }
}
.SearchFilters__form fieldset {
  margin-bottom: 25px;
}
.SearchFilters__form fieldset legend {
  color: #c7cbce;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.46px;
  line-height: 22px;
  text-transform: uppercase;
  border-bottom: 2px solid #41464b;
  padding-bottom: 4px;
  display: block;
  width: 100%;
}
.SearchFilters__reset {
  display: block;
  width: 100%;
  height: 35px;
  border-radius: 3px;
  border: 1px solid #40c7b5;
  background: transparent;
  color: #40c7b5;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.SearchFilters__reset:hover {
  background-color: rgba(255,255,255,0.2);
}
.SearchForm {
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.SearchForm input.SearchForm__input {
  border: 0;
  border-bottom: 1px solid #fff;
  margin-left: 5px;
  width: calc(100% - 26px) !important;
  height: 25px;
  outline: 0;
  background: transparent;
  float: left;
  min-width: 0;
  color: #fff;
  font-size: 13px;
  padding: 0 5px;
  opacity: 0;
}
.SearchForm input.SearchForm__input::-webkit-input-placeholder {
  color: #eee;
}
.SearchForm input.SearchForm__input::-moz-placeholder {
  color: #eee;
}
.SearchForm input.SearchForm__input::-ms-input-placeholder {
  color: #eee;
}
.SearchForm input.SearchForm__input::placeholder {
  color: #eee;
}
.SearchForm.is-open {
  width: 180px;
}
.SearchForm.is-open input.SearchForm__input {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s ease-in-out;
  transition: opacity 0.3s 0.3s ease-in-out;
}
@media (max-width: 730px) {
  .SearchForm {
    width: calc(100% - 100px) !important;
    height: 40px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .SearchForm::before {
    height: 40px;
  }
  .SearchForm input.SearchForm__input {
    height: 40px;
    font-size: 16px;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}
.Share .SocialMediaShareButton {
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  will-change: opacity;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin: 5px;
}
.Share .SocialMediaShareButton:hover {
  opacity: 0.9;
}
.Share--inline {
  text-align: center;
  font-size: 0;
}
.Share--inline .SocialMediaShareButton {
  display: inline-block;
}
.Share--fixed {
  position: fixed;
  top: 88px;
  left: 10px;
}
@media (max-width: 1160px) {
  .Share--fixed {
    display: none;
  }
}
.SimplePagination::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.SimplePagination__go {
  float: left;
  height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  border: 0;
  border-bottom: 2px solid #40c7b5;
  background: #fff;
  width: 100px;
  text-transform: uppercase;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.15);
          box-shadow: 0 3px 4px rgba(0,0,0,0.15);
  color: #40c7b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.SimplePagination__go:hover {
  color: #fff;
  background: #40c7b5;
}
.SimplePagination__go--next {
  float: right;
}
.SimplePagination__go[disabled] {
  display: none;
}
.SnapToTop {
  position: sticky;
  top: 0;
  z-index: 9999;
}
@media (max-width: 700px) {
  .SnapToTop {
    position: static;
  }
}
.SpoofWarning {
  opacity: 0.7;
  pointer-events: none;
  position: fixed;
  z-index: 4000000;
  bottom: 0;
  left: 0;
  right: 0;
  background: #b8000e;
  color: #fff;
  padding: 7px 13px;
  font-size: 14px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
}
.SpoofWarning strong {
  font-weight: bold;
}
.SpoofWarning__reset {
  float: left;
  background: #c54f4b;
  border: 0;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  height: 30px;
  cursor: pointer;
  pointer-events: all;
  margin-right: 10px;
}
.SpoofWarning__reset:hover {
  background-color: #ea5e59;
}
.Stories {
  min-height: calc(100vh - 237px);
  position: relative;
  overflow: hidden;
}
.Stories__banner {
  padding-bottom: 820px;
  background-image: linear-gradient(48deg, #2c98b3 0%, #55cce9 52%, #82e6fe 100%);
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.Stories__banner::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -50%;
  width: 200%;
  height: 400px;
  background: #fff;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
.Stories__banner__title {
  max-width: 810px;
  min-height: 118px;
  color: #fff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 49px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.62px;
  line-height: 52px;
  text-align: center;
  margin: 90px auto 30px;
}
@media (max-width: 1040px) {
  .Stories__banner__title {
    margin-top: 120px;
  }
}
@media (max-width: 700px) {
  .Stories__banner__title {
    font-size: 42px;
    margin-top: 60px;
  }
}
.Stories__banner__steps {
  width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1040px) {
  .Stories__banner__steps {
    display: none;
  }
}
.Stories__banner__step {
  width: 145px;
  color: #fff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  line-height: 25px;
  margin-top: -25px;
  position: relative;
  overflow: visible;
  list-style: none;
  margin-right: 80px;
}
.Stories__banner__step::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/library/static/assets/Jr9ZMmghbzz-.svg) no-repeat center/contain;
  position: absolute;
  left: 100%;
  margin-left: 20px;
  top: 50px;
}
.Stories__banner__step:last-child {
  margin-right: 0;
}
.Stories__banner__step:last-child::after {
  content: none;
}
.Stories__banner__step::before {
  content: "";
  height: 150px;
  display: block;
  width: 150px;
  background: no-repeat center/contain;
}
.Stories__banner__step--1::before {
  background-image: url(/library/static/assets/2XpcSQ7lAn9g.png);
}
.Stories__banner__step--2::before {
  background-image: url(/library/static/assets/3VQxZuz-UdUv.png);
}
.Stories__banner__step--3::before {
  background-image: url(/library/static/assets/Dn3ZkaG-8_0f.png);
}
.Stories__info {
  height: auto;
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1040px) {
  .Stories__info {
    height: auto;
  }
}
@media (max-width: 350px) {
  .Stories__info {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.Stories__info__card {
  width: 1022px;
  height: auto;
  -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.15);
          box-shadow: 0 2px 7px rgba(0,0,0,0.15);
  border-radius: 5px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  margin-top: -750px;
  z-index: 1;
  position: relative;
  overflow: visible;
  padding-top: 60px;
}
@media (max-width: 1040px) {
  .Stories__info__card {
    width: 100%;
  }
}
.Stories__info__card::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.8)), color-stop(90%, #fff), to(#fff));
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 90%, #fff 100%);
  height: 55px;
  position: absolute;
  bottom: -10px;
  left: -20px;
  right: -20px;
}
.Stories__info__card__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 1040px) {
  .Stories__info__card__section {
    margin-bottom: 20px;
  }
}
.Stories__info__card__section:nth-child(even) > :nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1040px) {
  .Stories__info__card__section:nth-child(even) > :nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Stories__info__card__title {
  height: 24px;
  color: #4a4a4a;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.66px;
  margin-bottom: 40px;
  text-align: center;
}
.Stories__info__card__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 295px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  padding-left: 40px;
  padding-right: 50px;
}
@media (max-width: 1040px) {
  .Stories__info__card__group {
    padding-right: 40px;
    min-height: 530px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.Stories__info__card__image {
  width: 419px;
}
@media (max-width: 700px) {
  .Stories__info__card__image {
    width: 280px;
    height: 180px;
    margin-bottom: 10px;
  }
}
.Stories__info__card__steps {
  width: 419px;
  min-height: 376px;
  margin-top: -25px;
}
@media (max-width: 1040px) {
  .Stories__info__card__steps {
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .Stories__info__card__steps {
    width: 272px;
  }
}
.Stories__info__card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 115px;
  width: 445px;
  padding-top: 15px;
  padding-bottom: 15px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: no-repeat -webkit-gradient(linear, left top, right top, from(#fcfbfb), color-stop(10%, #e9e9e9), color-stop(90%, #e9e9e9), to(#fcfbfb)) bottom center/100% 1px;
  background: no-repeat linear-gradient(to right, #fcfbfb 0%, #e9e9e9 10%, #e9e9e9 90%, #fcfbfb 100%) bottom center/100% 1px;
}
@media (max-width: 700px) {
  .Stories__info__card__item {
    width: 272px;
  }
}
.Stories__info__card__item:last-child {
  background: none;
}
.Stories__info__card__icon {
  height: 60px;
  width: 60px;
}
@media (max-width: 1040px) {
  .Stories__info__card__icon {
    display: none;
  }
}
.Stories__info__card__text {
  width: 351px;
  color: #4a4a4a;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.2px;
}
@media (max-width: 1040px) {
  .Stories__info__card__text {
    width: 90%;
  }
}
.Stories__info__card__media-icons {
  height: 70px;
  margin-top: -25px;
}
.Stories__examples {
  background-color: #3d4147;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.Stories__examples::after,
.Stories__examples::before {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -50%;
  width: 200%;
  height: 150px;
  background: #fff;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}
.Stories__examples::before {
  top: -100px;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}
.Stories__examples__title {
  padding-top: 100px;
  color: #fff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 49px;
  font-weight: 300;
  line-height: 54px;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 1040px) {
  .Stories__examples__title {
    margin-bottom: 50px;
  }
}
.Stories__examples__examples {
  width: 1055px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  margin-bottom: 145px;
}
@media (max-width: 1070px) {
  .Stories__examples__examples {
    width: 640px;
    margin-bottom: 110px;
  }
}
@media (max-width: 700px) {
  .Stories__examples__examples {
    width: 305px;
  }
}
.Stories__examples__item {
  width: 520px;
  -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.5);
          box-shadow: 0 2px 7px rgba(0,0,0,0.5);
  margin-bottom: 15px;
}
@media (max-width: 1070px) {
  .Stories__examples__item {
    max-width: 303px;
    height: 400px;
    margin: auto auto 25px auto;
  }
}
.Stories__examples__thumbnail {
  width: 100%;
  height: 192px;
  border-radius: 5px 5px 0 0;
  background: no-repeat center/cover;
}
.Stories__examples__info {
  height: 170px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 1070px) {
  .Stories__examples__info {
    height: auto;
  }
}
.Stories__examples__heading {
  width: 100%;
  color: #4a4a4a;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 15px;
  padding-left: 16px;
  padding-right: 16px;
}
.Stories__examples__description {
  width: 100%;
  height: 46px;
  color: #4a4a4a;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.18px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1070px) {
  .Stories__examples__description {
    height: 92px;
  }
}
.Stories__examples__button {
  width: 228px;
  height: 36px;
  background-color: #fff;
  border-bottom: 2px solid #40c7b5;
  -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.15);
          box-shadow: 0 2px 7px rgba(0,0,0,0.15);
  display: block;
  margin: 25px auto;
  text-decoration: none;
  color: #40c7b5;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: center;
  padding-top: 7px;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.Stories__examples__button:hover {
  background-color: #40c7b5;
  color: #fff;
}
.Stories__faq {
  background-color: #fff;
  padding: 0 40px 40px 40px;
}
@media (max-width: 1040px) {
  .Stories__faq {
    padding-bottom: 10px;
  }
}
@media (max-width: 350px) {
  .Stories__faq {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.Stories__faq__title {
  color: #40c7b5;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 49px;
  font-weight: 300;
  line-height: 54px;
  text-transform: uppercase;
  padding-top: 35px;
  text-align: center;
}
@media (max-width: 1040px) {
  .Stories__faq__title {
    padding-top: 10px;
    text-align: center;
  }
}
.Stories__faq__faqs {
  max-width: 1022px;
  margin: 0 auto;
}
.Stories__faq__item {
  margin-bottom: 50px;
  margin-top: 25px;
}
.Stories__faq__item__question {
  color: #40c7b5;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 34px;
  text-transform: uppercase;
  padding-bottom: 7px;
}
.Stories__faq__item__answer {
  color: #4a4a4a;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}
.Stories__faq__item__answer a {
  color: #40c7b5;
  text-decoration: underline;
}
.Stories__faq__item__answer a:hover {
  text-decoration: none;
  color: #30a393;
}
.Stories__signup {
  width: 260px;
  height: 49px;
  background-color: #40c7b5;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.5px;
  z-index: 2;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding-top: 13px;
  display: block;
  margin: 0 auto 30px;
}
.Stories__signup--invert {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
          box-shadow: 0 0 3px rgba(0,0,0,0.3);
  position: absolute;
  top: -760px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  background: #fff !important;
  color: #40c7b5;
}
.Stories__signup--invert:hover {
  color: #4dcbba;
}
.Stories__signup:hover {
  background-color: #4dcbba;
}
.Pricing {
  min-height: calc(100vh - 237px);
  position: relative;
  overflow: hidden;
}
.Pricing__button {
  width: 262px;
  height: 40px;
  border: 1px solid #40c7b5;
  background-color: #fff;
  color: #40c7b5;
  will-change: background-color color;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  -webkit-box-shadow: 0 2px 4px -2px rgba(0,0,0,0.3);
          box-shadow: 0 2px 4px -2px rgba(0,0,0,0.3);
  border-radius: 0px;
}
.Pricing__button__blue {
  width: 262px;
  height: 40px;
  will-change: background-color color;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  -webkit-box-shadow: 0 2px 4px -2px rgba(0,0,0,0.3);
          box-shadow: 0 2px 4px -2px rgba(0,0,0,0.3);
  background-color: #40c7b5;
  color: #fff;
  border-radius: 0px;
}
.Pricing__button__blue:hover {
  background-color: #4dcbba;
}
.Pricing__button:hover {
  background-color: #40c7b5;
  color: #fff;
}
.Pricing__banner {
  min-height: 470px;
  background: url(/library/static/assets/w7Y6Jvb2QTFK.jpg) no-repeat top/cover;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Pricing__banner__titles {
  max-width: 858px;
}
.Pricing__banner__title {
  color: #fff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 49px;
  font-weight: 300;
  line-height: 54px;
  margin: auto 25px;
  text-transform: uppercase;
  text-align: center;
}
.Pricing__banner__subtitle {
  height: 54px;
  color: #fff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.Pricing__card__left,
.Pricing__card__middle,
.Pricing__card__right {
  width: 90px;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  padding: 0;
}
.Pricing__card__left {
  float: left;
  padding-left: 15px;
  text-align: left;
}
.Pricing__card__middle strong {
  font-weight: 400;
}
.Pricing__card__middle strong p {
  padding: 0;
}
.Pricing__card__right {
  width: 100px;
  float: right;
  display: inline-block;
  text-align: right;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 300;
}
.Pricing__options {
  position: relative;
  padding-bottom: 40px;
}
.Pricing__options > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1040px) {
  .Pricing__options > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    margin-top: -10px;
  }
}
.Pricing__options::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: -50%;
  width: 200%;
  height: 150px;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
  background: #3d4147;
}
@media (max-width: 1040px) {
  .Pricing__options::after {
    margin-top: 50px;
  }
}
.Pricing__options__cta {
  width: 100%;
  max-width: 457px;
  display: block;
  margin: 60px auto 100px;
  height: 40px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.75px;
}
.Pricing__options__card {
  margin: 0 5px 0 5px;
  width: 340px;
  -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.3);
          box-shadow: 0 2px 7px rgba(0,0,0,0.3);
  border: 1px solid #ebebeb;
  background-color: #fff;
  border-radius: 7px;
  z-index: 1;
  position: relative;
  overflow: visible;
}
.Pricing__options__card:nth-child(2) {
  border: 2px solid #40c7b5;
}
@media (max-width: 350px) {
  .Pricing__options__card {
    max-width: 300px;
  }
}
.Pricing__options__card__heading-border {
  text-align: center;
  padding-bottom: 13px;
}
.Pricing__options__card__heading-border--blue {
  border-bottom: 2px solid #40c7b5;
  background-color: #40c7b5;
}
.Pricing__options__card__heading-border--blue .Pricing__options__card__heading,
.Pricing__options__card__heading-border--blue .Pricing__options__card__subheading,
.Pricing__options__card__heading-border--blue .Pricing__options__card__vat {
  color: #fff;
}
.Pricing__options__card__heading {
  color: #40c7b5;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1.17px;
  padding-top: 22px;
  margin-top: 0;
}
.Pricing__options__card__subheading,
.Pricing__options__card__vat {
  color: #40c7b5;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  min-height: 23px;
}
.Pricing__options__card__vat {
  font-size: 14px;
  font-weight: 300;
}
.Pricing__options__card__featureList {
  position: relative;
  z-index: 2;
}
.Pricing__options__card__featureList__item {
  background-color: #fff;
  color: #727272;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 6px;
  padding-bottom: 10px;
  text-align: center;
}
.Pricing__options__card__featureList__item--double {
  line-height: 20px;
}
.Pricing__options__card__featureList__item--tall {
  padding-bottom: 16px;
  padding-top: 17px;
}
.Pricing__options__card__featureList__item:nth-child(odd) {
  background-color: #f7fcfe;
}
.Pricing__options__card__button {
  margin: 20px auto;
  display: block;
  position: relative;
  z-index: 2;
}
.Pricing__options__card--top {
  margin-top: -50px;
}
@media (max-width: 1040px) {
  .Pricing__options__card--top {
    margin-bottom: 30px;
  }
}
@media (max-width: 1040px) {
  .Pricing__options__card--top:nth-child(n + 2) {
    margin-top: 0;
  }
}
@media (max-width: 1040px) {
  .Pricing__options__card--top:last-child {
    margin-bottom: 0px;
  }
}
.Pricing__options__card--top:nth-child(2) .Pricing__options__card__heading-border {
  border-bottom: 2px solid #40c7b5;
}
.Pricing__options__card--top .Pricing__options__card__heading-border {
  border-bottom: 2px solid #e6e6e6;
}
.Pricing__options__card--top .Pricing__options__card__featureList__item strong {
  font-style: normal;
  color: #40c7b5;
}
.Pricing__options__card--bottom {
  margin-top: 70px;
}
.Pricing__options__card--bottom::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0)), color-stop(50%, #fff), color-stop(90%, #fff), to(#fff));
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, #fff 50%, #fff 90%, #fff 100%);
  height: 35px;
  position: absolute;
  top: -15px;
  left: -20px;
  right: -20px;
}
@media (max-width: 1040px) {
  .Pricing__options__card--bottom {
    margin-top: 35px;
  }
}
.Pricing__options__card--bottom .Pricing__options__card__featureList__item:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.Pricing__faq {
  background-color: #3d4147;
  position: relative;
  top: -50px;
}
.Pricing__faq::after {
  content: "";
  top: 100%;
  background: #3d4147;
  height: 50px;
  width: 100%;
  position: absolute;
}
.Pricing__faq__title {
  color: #40c7b5;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 49px;
  font-weight: 300;
  line-height: 54px;
  text-align: center;
  margin-bottom: 62px;
  padding-top: 20px;
}
@media (max-width: 1040px) {
  .Pricing__faq__title {
    margin-top: 0px;
    margin-bottom: 35px;
  }
}
.Pricing__faq__faqs {
  margin: 0 auto;
  padding-bottom: 50px;
  max-width: 1030px;
}
@media (max-width: 1040px) {
  .Pricing__faq__faqs {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.Pricing__faq__accordion {
  padding-bottom: 5px;
  padding-top: 5px;
}
.Pricing__faq__accordion__body {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Pricing__faq__accordion__body strong {
  font-weight: bold;
}
.Pricing__faq__accordion__body em {
  font-style: italic;
}
.Pricing__faq__accordion__body a {
  color: #40c7b5;
  text-decoration: underline;
}
.Pricing__faq__accordion__body a:hover {
  text-decoration: none;
}
.Pricing__faq__accordion__body p {
  padding: 10px 0 10px 20px;
}
@media (max-width: 600px) {
  .Pricing__faq__accordion__body p {
    padding-left: 16px;
  }
}
.Pricing__faq__accordion__question {
  color: #40c7b5;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 600px) {
  .Pricing__faq__accordion__question {
    padding-left: 18px;
  }
}
.Pricing__faq__accordion__question::before {
  content: "";
  height: 12px;
  width: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: no-repeat url(/library/static/assets/27MNTRhmUrIj.svg) center/contain;
  position: absolute;
  top: 7px;
  left: 0;
}
.is-active .Pricing__faq__accordion__question::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.Pricing__faq__accordion__question:hover {
  cursor: pointer;
}
.Pricing__form-container {
  width: 500px;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
          box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  -webkit-animation: formTransition 0.3s ease-out backwards;
          animation: formTransition 0.3s ease-out backwards;
  height: auto;
  margin: auto;
  position: relative;
}
@media (max-width: 700px) {
  .Pricing__form-container {
    width: 80%;
  }
}
.Pricing__form {
  margin: 20px;
}
.is-complete > .Pricing__form__notSubmitted,
.is-errored > .Pricing__form__notSubmitted {
  max-height: 0;
}
.Pricing__form__exit {
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  background: url(/library/static/assets/22LslVEIc7xo.svg) no-repeat center/12px auto;
  border: 0;
}
.Pricing__form__exit:hover {
  cursor: pointer;
}
.Pricing__form__button {
  max-width: 262px;
  margin: auto;
}
.Pricing__form__closebutton {
  margin-top: 20px;
  max-width: 262px;
  min-width: 100px;
  text-align: center;
}
@media (max-width: 320px) {
  .Pricing__form__closebutton {
    padding-left: 35px;
  }
}
.Pricing__form__success {
  display: none;
  padding-top: 10px;
  color: #4a4a4a;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: -100px;
}
.is-complete > .Pricing__form__success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Pricing__form__error {
  display: none;
  padding-top: 10px;
  color: #4a4a4a;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: -100px;
}
.is-errored > .Pricing__form__error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Pricing__form.is-loading::after {
  opacity: 1;
  pointer-events: auto;
}
.Pricing__signUp__container {
  width: 912px;
  height: 775px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
          box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  -webkit-animation: formTransition 0.3s ease-out backwards;
          animation: formTransition 0.3s ease-out backwards;
  margin: auto;
  position: relative;
}
@media (max-width: 1040px) {
  .Pricing__signUp__container {
    width: 456px;
    height: auto;
  }
}
@media (max-width: 600px) {
  .Pricing__signUp__container {
    width: 80%;
    height: auto;
  }
}
@media (max-width: 700px) {
  .Pricing__signUp {
    width: 80%;
  }
}
.Pricing__signUp__success p {
  margin: 40px 35px 0px;
  color: #000;
  font-family: $font-alt;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
}
.Pricing__signUp__success .Button {
  padding: 10px;
  margin: 40px auto;
  display: block;
  width: 220px;
  height: 40px;
  text-align: center;
}
.Pricing__signUp__planInfo {
  width: 50%;
  height: 100%;
  float: left;
  background-color: #494949;
}
@media (max-width: 1040px) {
  .Pricing__signUp__planInfo {
    width: 100%;
    height: auto;
    float: none;
    padding-bottom: 20px;
  }
}
.Pricing__signUp__planInfo__heading {
  color: #fff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -1.3px;
  text-align: center;
  border-bottom: 1px solid #40c7b5;
  padding-bottom: 25px;
  padding-top: 35px;
  width: 350px;
  margin: auto;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .Pricing__signUp__planInfo__heading {
    width: 80%;
  }
}
.Pricing__signUp__planInfo__item {
  color: #fff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
  padding-left: 119px;
  width: 432px;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .Pricing__signUp__planInfo__item {
    width: 95%;
    padding-left: 100px;
  }
}
.Pricing__signUp__planInfo__item strong {
  text-transform: uppercase;
}
.Pricing__signUp__planInfo__item::before {
  position: absolute;
  height: 48px;
  width: 48px;
  left: 52px;
  top: 8px;
}
@media (max-width: 600px) {
  .Pricing__signUp__planInfo__item::before {
    left: 10%;
  }
}
.Pricing__signUp__planInfo__item--library::before {
  content: url(/library/static/assets/3_QypT6WtULB.svg);
}
.Pricing__signUp__planInfo__item--data::before {
  content: url(/library/static/assets/36T75PqLHCvL.svg);
}
.Pricing__signUp__planInfo__item--dashboard::before {
  content: url(/library/static/assets/IQ4dCy6LPjDA.svg);
}
.Pricing__signUp__planInfo__terms {
  width: 350px;
  margin: auto;
  color: #fff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.1px;
  border-top: 1px solid #40c7b5;
  padding-top: 20px;
}
@media (max-width: 600px) {
  .Pricing__signUp__planInfo__terms {
    width: 80%;
  }
}
.Pricing__signUp__planInfo__terms a {
  color: #40c7b5;
  text-decoration: none;
}
.Pricing__signUp__form-container {
  width: 50%;
  float: right;
}
@media (max-width: 1040px) {
  .Pricing__signUp__form-container {
    width: 100%;
    height: auto;
    float: none;
    padding-bottom: 10px;
  }
}
.Pricing__signUp__form {
  margin: 35px;
}
.Pricing__signUp__form__accept-terms {
  font-family: "Open Sans", sans-serif;
  padding-bottom: 35px;
  line-height: 25px;
  font-size: 17px;
}
.Pricing__signUp__form__accept-terms:nth-child(3) {
  padding-bottom: 110px;
}
.is-complete > .Pricing__signUp__form__terms,
.is-errored > .Pricing__signUp__form__terms,
.is-complete > .Pricing__signUp__form__accept-terms,
.is-errored > .Pricing__signUp__form__accept-terms {
  display: none;
}
.Pricing__signUp__form__terms {
  color: #4a4a4a;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
.Pricing__signUp__form__terms a {
  text-decoration: none;
  color: #40c7b5;
}
.Pricing__signUp__form__heading {
  color: #000;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -1.3px;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 35px;
  width: 350px;
  margin: auto;
}
@media (max-width: 600px) {
  .Pricing__signUp__form__heading {
    width: 80%;
  }
}
.Pricing__signUp__form .Input {
  margin-bottom: 10px;
}
.Pricing__signUp__form .Input input {
  -webkit-box-shadow: inset 0 0 1000px 1000px #f6f6f6;
          box-shadow: inset 0 0 1000px 1000px #f6f6f6;
  height: 36px;
  width: 388px;
  color: #9b9b9b;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 7px;
}
@media (max-width: 600px) {
  .Pricing__signUp__form .Input input {
    width: 100%;
  }
}
.Pricing__signUp__form .Input__control {
  border-bottom: 1px solid #9b9b9b;
}
.Pricing__signUp__form .Input__label {
  padding-bottom: 5px;
}
.is-complete > .Pricing__signUp__form__notSubmitted,
.is-errored > .Pricing__signUp__form__notSubmitted {
  max-height: 0;
}
.Pricing__signUp__form__exit {
  height: 44px;
  position: absolute;
  top: 24px;
  right: 20px;
  width: 44px;
  background: url(/library/static/assets/3w5b4cy9dzy3.svg) no-repeat center/18px auto;
  border: 0;
}
.Pricing__signUp__form__exit:hover {
  cursor: pointer;
}
@media (max-width: 1040px) {
  .Pricing__signUp__form__exit {
    background: url(/library/static/assets/2biQWxhfz8qB.svg) no-repeat center/18px auto;
  }
}
.Pricing__signUp__form__button {
  width: 112px !important;
  margin: auto;
}
.Pricing__signUp__form__closebutton {
  margin-top: 20px;
  max-width: 262px;
  min-width: 100px;
  text-align: center;
}
@media (max-width: 320px) {
  .Pricing__signUp__form__closebutton {
    padding-left: 35px;
  }
}
.Pricing__signUp__form__success {
  display: none;
  padding-top: 10px;
  color: #4a4a4a;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.is-complete > .Pricing__signUp__form__success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Pricing__signUp__form__error {
  display: none;
  padding-top: 10px;
  color: #4a4a4a;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.is-errored > .Pricing__signUp__form__error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Pricing__signUp__form.is-loading::after {
  opacity: 1;
  pointer-events: auto;
}
.Pricing__signUp__form .Checkbox__control:checked + .Checkbox__ui::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.Pricing__signUp__form .Checkbox {
  line-height: 20px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-right: 28px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 388px;
  margin-bottom: 20px;
  padding-top: 5px;
  margin-top: -10px;
}
@media (max-width: 500px) {
  .Pricing__signUp__form .Checkbox {
    overflow: visible;
    width: 100%;
  }
}
.Pricing__signUp__form .Checkbox--solo {
  margin-bottom: 15px;
}
.Pricing__signUp__form .Checkbox__control {
  position: absolute;
  visibility: hidden;
  left: -9999px;
}
.Pricing__signUp__form .Checkbox__ui {
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
  border: 2px solid #40c7b5;
  margin-right: 9px;
}
.Pricing__signUp__form .Checkbox__ui::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  background: #40c7b5 url(/library/static/assets/3tLAxvxjde2Z.svg) no-repeat center/10px auto;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.Pricing__signUp__form .Checkbox__label {
  color: #4a4a4a;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  float: left;
  height: 20px;
}
@media (max-width: 500px) {
  .Pricing__signUp__form .Checkbox__label {
    float: none;
    white-space: normal;
  }
}
.Pricing__modal-background {
  width: 100%;
  height: 100vh;
  top: 0;
  position: fixed;
  z-index: 2;
  background: rgba(55,55,55,0.7);
  padding-top: 100px;
  padding-bottom: 20px;
  -webkit-animation: fadeIn 0.3s ease-out backwards;
          animation: fadeIn 0.3s ease-out backwards;
  overflow-y: auto;
}
.is-active .Pricing__faq__accordion__body {
  max-height: 190px;
}
@media (max-width: 1040px) {
  .is-active .Pricing__faq__accordion__body {
    max-height: 500px;
  }
}
.is-complete .Input,
.is-errored .Input,
.is-complete .Checkbox,
.is-errored .Checkbox,
.is-complete .Pricing__signUp__form__button,
.is-errored .Pricing__signUp__form__button,
.is-complete .Select,
.is-errored .Select {
  max-height: 0px;
  overflow: hidden;
}
.is-complete .Pricing__form__button,
.is-errored .Pricing__form__button {
  display: none !important;
}
@-webkit-keyframes formTransition {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes formTransition {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.TextPlaceholder {
  display: block;
  min-height: 1em;
  overflow: visible;
}
.TextPlaceholder__row {
  height: 0.9em;
  margin-top: 0.1em;
  margin-bottom: 0.2em;
  display: block;
  background: #ddd;
  width: 80%;
  position: relative;
  overflow: hidden;
}
.TextPlaceholder__row::before {
  content: "";
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.8)), to(rgba(255,255,255,0)));
  background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
  -webkit-animation: text-placeholder 2s ease-in-out infinite;
          animation: text-placeholder 2s ease-in-out infinite;
}
@-webkit-keyframes text-placeholder {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(700%);
            transform: translateX(700%);
  }
}
@keyframes text-placeholder {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(700%);
            transform: translateX(700%);
  }
}
.ThreeDSecure {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0,0,0,0.7);
  z-index: 200;
}
.ThreeDSecure__frame {
  width: 98vw;
  max-width: 500px;
  max-height: 600px;
  height: 95vh;
  background: #222;
}
.ThreeDSecure__wrapper {
  margin: auto;
}
.ThreeDSecure__cancel {
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  margin: 5px auto;
  text-transform: uppercase;
  width: 200px;
  display: block;
  background: none;
  border: 0;
  font-family: $font;
  font-size: 14px;
  line-height: 14px;
}
.ThreeDSecure__cancel::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url(/library/static/assets/2biQWxhfz8qB.svg) no-repeat center bottom/13px;
}
html::before {
  content: "Drop File To Upload";
  position: fixed;
  top: 50%;
  left: 50%;
  background: rgba(255,255,255,0.8);
  z-index: 100000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Montserrat", "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
html::after {
  content: "";
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-box-shadow: inset 0px 0px 10px 3px #60cee6;
          box-shadow: inset 0px 0px 10px 3px #60cee6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
}
html.can-drop-file::after,
html.can-drop-file::before {
  opacity: 1;
}
.VerifyPurchase {
  background: #222;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.VerifyPurchase p {
  text-align: center;
  padding: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}
.VerifyPurchase p::before {
  content: "";
  display: block;
  margin: 0 auto 15px;
  background: url(/library/static/assets/1Op2-b5XcMwx.svg) no-repeat center/contain;
  width: 44px;
  height: 44px;
}
.Vertical__hero {
  height: 80vh;
  min-height: 500px;
  background: no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
}
.Vertical__hero__scrollDown {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 62px;
  width: 42px;
  height: 42px;
  z-index: 2;
  left: calc(50% - 21px);
  background: url(/library/static/assets/-SM3d8_645Vd.svg) no-repeat center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}
@media (max-width: 600px) {
  .Vertical__hero {
    min-height: 300px;
    height: 60vh;
  }
  .Vertical__hero__scrollDown {
    bottom: 20px;
  }
}
.Vertical__hero__background {
  position: absolute;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.Vertical__hero__background:first-child:last-child {
  display: block !important;
}
.Vertical__hero__background--image {
  background: no-repeat center/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  display: none;
}
@media (max-width: 600px) {
  .Vertical__hero__background--image {
    display: block;
  }
  video.Vertical__hero__background {
    display: none;
  }
}
.Vertical__title,
.Vertical__subtitle {
  color: #fff;
  text-shadow: 0 0 13.5px rgba(0,0,0,0.43);
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Montserrat", "Open Sans", sans-serif;
  margin: 0;
  margin-bottom: 52.5px;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 650px) {
  .Vertical__title,
  .Vertical__subtitle {
    font-size: 32px;
  }
}
.Vertical__subtitle {
  font-size: 31.5px;
  margin: 0;
}
@media (max-width: 650px) {
  .Vertical__subtitle {
    font-size: 24px;
  }
}
.Vertical__spacer {
  padding: 45px;
  text-align: center;
}
.Vertical__spacer h3,
.Vertical__spacer h4 {
  color: #000;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 22.5px;
}
.Vertical__spacer h3:last-child,
.Vertical__spacer h4:last-child {
  margin-bottom: 0;
}
.Vertical__spacer h4 {
  font-size: 13.5px;
  font-weight: 300;
  max-width: 450px;
  margin: 0 auto;
}
.Vertical__customers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px;
}
.Vertical__customers__logo {
  margin: auto;
  width: 154.5px;
  height: 63px;
}
.Vertical__customers__logo:first-child {
  margin-left: 0;
}
.Vertical__customers__logo:last-child {
  margin-right: 0;
}
@media (max-width: 700px) {
  .Vertical__customers {
    display: block;
    padding: 0 30px;
  }
  .Vertical__customers__logo {
    margin: 60px auto !important;
    display: block;
  }
}
.Vertical__content-gallery {
  overflow: hidden;
}
.Vertical__content-gallery__item {
  float: left;
  position: relative;
}
.Vertical__content-gallery__item::after {
  content: "";
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  width: 100%;
  padding-bottom: 56.26%;
}
.Vertical__content-gallery--3 .Vertical__content-gallery__item {
  width: 33.3333%;
}
.Vertical__content-gallery--4 .Vertical__content-gallery__item {
  width: 25%;
}
@media (max-width: 1000px) {
  .Vertical__content-gallery--4 .Vertical__content-gallery__item {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .Vertical__content-gallery__item {
    float: none;
    width: 100% !important;
  }
}
.Vertical__content-gallery__item:nth-child(3n+1) {
  background: #333;
}
.Vertical__content-gallery__item:nth-child(3n+2) {
  background: #666;
}
.Vertical__content-gallery__item:nth-child(3n) {
  background: #aaa;
}
.Vertical__content-gallery__item .ImageLoader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.Vertical__content-gallery__item h4 {
  text-transform: uppercase;
  font-weight: 500%;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 1280px) {
  .Vertical__content-gallery__item h4 {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.Vertical__content-gallery__item p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 14px;
}
@media (max-width: 1280px) {
  .Vertical__content-gallery__item p {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.Vertical__content-gallery__item button {
  min-width: 125px;
  background: none;
  border: 1px solid #fff;
}
.Vertical__content-gallery__item button:hover {
  background: rgba(0,0,0,0.6);
}
.Vertical__content-gallery__item__info {
  background: rgba(0,0,0,0.6);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-backdrop-filter 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-backdrop-filter 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out, -webkit-backdrop-filter 0.3s ease-in-out;
}
.Vertical__content-gallery__item__info p {
  max-width: 75%;
  overflow: hidden;
}
.Vertical__content-gallery__item__info:hover {
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media (pointer: coarse) {
  .Vertical__content-gallery__item__info {
    opacity: 1;
    background: rgba(0,0,0,0.4);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
}
.Vertical__faq {
  max-width: 653px;
  margin: 0 auto;
  text-align: center;
  padding: 45px 0;
}
@media (max-width: 720px) {
  .Vertical__faq {
    margin: 0 25px;
  }
}
.Vertical__faq__title {
  color: #000;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 22.5px;
}
.Vertical__faq__subtitle {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 53px;
}
.Vertical__faq__question {
  text-transform: uppercase;
  position: relative;
  text-align: left;
  padding: 13px 0;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.Vertical__faq__question::after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #40c7b5;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
}
.Vertical__faq__question::before {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #40c7b5;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.Vertical__faq__question.is-open::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.Vertical__faq__answer {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 14px;
  display: none;
  text-align: left;
  margin: 25px 0;
  line-height: 1.2;
}
.Vertical__faq__answer strong {
  font-weight: 700;
}
.Vertical__faq__answer em {
  font-style: italic;
}
.Vertical__faq__answer p {
  padding-bottom: 12px;
}
.Vertical__faq__answer a {
  color: #40c7b5;
  text-decoration: underline;
}
.Vertical__faq__answer a:hover {
  text-decoration: none;
  color: #30a393;
}
.Vertical__faq__question.is-open + .Vertical__faq__answer {
  display: block;
}
.Vertical__form {
  background-color: #40c7b5;
  color: #fff;
}
.Vertical__form__success {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #8ddcee;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.Vertical__form form {
  position: relative;
}
.Vertical__form form input:-webkit-autofill {
  -webkit-text-fill-color: #fff;
}
.Vertical__form form input {
  -webkit-appearance: none;
  border-radius: 0;
}
.Vertical__form form::after {
  display: block;
  content: "Something went wrong, please try again";
  position: absolute;
  top: -19px;
  left: 0;
  height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fa367f;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.Vertical__form form.has-error::after {
  opacity: 1;
}
.Vertical__form form.is-complete .Vertical__form__success {
  opacity: 1;
  pointer-events: auto;
}
.Vertical__form__inner {
  background-color: #8ddcee;
  display: none;
  padding: 39px 0;
}
.Vertical__form__wrapper {
  max-width: 653px;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .Vertical__form__wrapper {
    margin: 0 25px;
  }
}
.Vertical__form.is-open .Vertical__form__inner {
  display: block;
}
.Vertical__form__title {
  text-transform: uppercase;
  padding: 25px 0;
  cursor: pointer;
  max-width: 653px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 850px) {
  .Vertical__form__title {
    margin: 0 25px;
  }
}
.Vertical__form__title::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  background: url(/library/static/assets/-SM3d8_645Vd.svg) no-repeat center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.Vertical__form.is-open .Vertical__form__title::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.Vertical .Input {
  border-bottom: 1px solid #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.Vertical .Input__label {
  color: #fff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  float: left;
  padding: 13px 0;
  letter-spacing: 0;
  white-space: nowrap;
}
.Vertical .Input__label::after {
  content: ":";
  display: inline;
}
.Vertical .Input__control {
  -webkit-box-shadow: inset 0 0 1000px 1000px #8ddcee;
          box-shadow: inset 0 0 1000px 1000px #8ddcee;
  height: auto;
  border: none;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  padding: 13px;
  font-family: "Montserrat", "Open Sans", sans-serif;
}
.Vertical .Input__error {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  padding: 8px;
  text-transform: uppercase;
}
.Vertical__ContentPreview {
  margin: auto;
  background-color: #fff;
  max-width: 1200px;
  position: relative;
  padding: 40px;
}
@media (max-width: 850px) {
  .Vertical__ContentPreview {
    padding: 40px 15px 15px 15px;
  }
}
.Vertical__ContentPreview__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 850px) {
  .Vertical__ContentPreview__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Vertical__ContentPreview__player {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 40px;
}
@media (max-width: 850px) {
  .Vertical__ContentPreview__player {
    padding-right: 0;
  }
}
.Vertical__ContentPreview__details {
  max-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 850px) {
  .Vertical__ContentPreview__details {
    max-width: 100%;
    margin-top: 20px;
  }
}
.Vertical__ContentPreview__details h3 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 12px;
}
.Vertical__ContentPreview__details h4 {
  text-transform: uppercase;
  margin-bottom: 12px;
}
.Vertical__ContentPreview__details p,
.Vertical__ContentPreview__details ul {
  font-size: 14px;
  font-weight: 300;
}
.Vertical__ContentPreview__details li {
  line-height: 16px;
}
.Vertical__ContentPreview__details__box {
  background: #40c7b5;
  color: #fff;
  margin-top: auto;
  padding: 15px;
  min-height: 142px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.Vertical__ContentPreview__details__box.is-loading {
  color: #40c7b5;
}
@media (max-width: 850px) {
  .Vertical__ContentPreview__details__box {
    margin-top: 12px;
  }
}
.Vertical__ContentPreview__details__price {
  margin: auto 0 0 0;
  line-height: 22px;
}
.Vertical__ContentPreview__details__price span {
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 11px;
  background-color: #40c7b5;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
.Vertical__ContentPreview__details__price + div {
  margin-top: 12px;
}
.Vertical__ContentPreview__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  padding: 22px;
  cursor: pointer;
  background: url(/library/static/assets/3KX5cMyF9mtC.svg) no-repeat center/12px;
}
.Vertical__ContentPreview .Button:last-child {
  clear: both;
  margin: 40px auto 0px;
  display: block;
  width: 166px;
  height: 33px;
  line-height: 33px;
  text-align: center;
}
.Vertical__Checklist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
}
@media (max-width: 850px) {
  .Vertical__Checklist {
    grid-template-columns: 1fr;
  }
}
.Vertical__Checklist .Checkbox {
  min-height: 25px;
  height: auto;
}
.Vertical__Checklist .Checkbox:hover .Checkbox__ui {
  background-color: #8ddcee;
}
.Vertical__Checklist .Checkbox__label {
  margin-left: 22px;
}
.Vertical__Checklist .Checkbox__ui {
  border: 1px solid #fff;
  background-color: #8ddcee;
  position: absolute;
  border-radius: 0;
}
.Vertical__Checklist .Checkbox input:checked ~ .Checkbox__ui {
  background-color: #8ddcee;
}
.VideoForm {
  overflow: hidden;
  position: relative;
  min-height: 600px;
}
.VideoForm__options__header {
  color: #40c7b5;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 10px;
}
@media (max-width: 880px) {
  .VideoForm__options__header {
    padding-left: 0px;
  }
}
.VideoForm__form {
  height: 630px;
  background: #4f4f4f;
  padding-left: 10px;
  padding-top: 12px;
  opacity: 1 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 880px) {
  .VideoForm__form {
    padding-left: 0px;
  }
}
.VideoForm__form .Button {
  margin-bottom: auto;
  height: 31px !important;
}
.VideoForm__form .Button:last-child {
  margin-top: auto;
}
.VideoForm__form__success {
  display: none;
  top: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4f4f4f;
  position: absolute;
}
.VideoForm__form__success p {
  color: #fff;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.is-complete .VideoForm__form__success {
  display: block;
}
.is-requesting > .VideoForm__form {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.VideoForm__form__back {
  height: 44px;
  width: 44px;
  background: no-repeat center top url(/library/static/assets/a6MqWzTHd4KS.svg);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.VideoForm__form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(79,79,79,0.8) url(/library/static/assets/1Op2-b5XcMwx.svg) no-repeat center/40px auto;
  opacity: 0;
  pointer-events: none;
}
.VideoForm__form.is-loading::after {
  opacity: 1;
  pointer-events: auto;
}
.VideoForm .PriceList__info {
  margin-bottom: 10px;
  border-top: 0;
}
.VideoForm .form-error {
  margin: 10px 0 0;
  text-align: center;
  color: #f99;
}
.VideoPlayer {
  width: 100%;
  position: relative;
  background: #111;
}
.VideoPlayer .fuse-player canvas {
  z-index: 100;
}
.fuse-player-is-fullscreen .VideoPlayer,
.fuse-player-is-in-vr .VideoPlayer {
  position: static;
}
.fuse-player-is-fullscreen .VideoPlayer .fuse-player,
.fuse-player-is-in-vr .VideoPlayer .fuse-player {
  position: static;
}
.VideoPlayer .fuse-player:-webkit-full-screen {
  z-index: 1000000;
  position: fixed;
}
.VideoPlayer .fuse-player:-ms-fullscreen {
  z-index: 1000000;
  position: fixed;
}
.VideoPlayer .fuse-player:fullscreen {
  z-index: 1000000;
  position: fixed;
}
.fuse-player-is-in-vr .VideoPlayer .fuse-player canvas {
  position: fixed !important;
  z-index: 100000 !important;
}
.VideoPlayer__wrapper {
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: 56.25%;
  height: 0;
}
.VideoPlayer::before {
  content: "";
  background: url(/library/static/assets/1Op2-b5XcMwx.svg) no-repeat center/contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}
.VideoPlayer .fuse-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.VoiceSearchInput {
  position: relative;
}
.VoiceSearchInput button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url(/library/static/assets/1F7P_KVgeZP9.svg) center/44px;
  width: 44px;
  height: 44px;
  border: 0;
  cursor: pointer;
}
.VoiceSearchInput button[disabled] {
  display: none;
}
.VoiceSearchInput button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(204,204,204,0.5);
  border-radius: 50%;
  -webkit-animation: listen 2s linear infinite;
          animation: listen 2s linear infinite;
  display: none;
}
.VoiceSearchInput button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: no-repeat url(/library/static/assets/1YRq94SaxmIF.svg) center/44px;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.VoiceSearchInput button.is-listening::after {
  opacity: 1;
}
.VoiceSearchInput button.is-listening::before {
  display: block;
}
.VoiceSearchInput button.has-error::after {
  opacity: 1;
  background-image: url(/library/static/assets/1JcikUnCdJkD.svg);
}
@-webkit-keyframes listen {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  10% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  20% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  85% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes listen {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  10% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  20% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  85% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@font-face {
  font-family: "fl-icons";
  font-display: block;
  src: url(/library/static/assets/3L3txaEIXRov.eot);
  src: url(/library/static/assets/3L3txaEIXRov.eot#iefix) format("embedded-opentype"), url(/library/static/assets/2-gF6qEmWp4R.woff2) format("woff2"), url(/library/static/assets/3YuO9BXqIu4o.ttf) format("truetype"), url(/library/static/assets/2u0WUivnPNHx.woff) format("woff"), url(/library/static/assets/1Cw80482akWU.svg#fl-icons) format("svg");
}

/*# sourceMappingURL=public-0becc6a434db31338542.css.map*/