/*======== proudly developed by lorenzobocchi ========*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

img {
  border: 0; }

#container {
  position: absolute;
  width: 100%;
  height: 100%; }

.scene,
.layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 5555; }

.scene {
  position: relative;
  overflow: hidden; }

.layer {
  position: absolute; }

.layer div {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.logo-above {
  z-index: 2222; }

.icons-above {
  z-index: 1111; }

.icons-below {
  z-index: 1; }

.icon-position {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.bg-lettering1 {
  position: absolute;
  top: 32%;
  left: 55%;
  width: 196px;
  height: 224px;
  background-image: url("../img/assets/lettering1.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.bg-lettering2 {
  position: absolute;
  top: 70%;
  left: 42%;
  width: 160px;
  height: 240px;
  background-image: url("../img/assets/lettering2.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.bg-lettering3 {
  position: absolute;
  top: 55%;
  left: 85%;
  width: 161px;
  height: 458px;
  background-image: url("../img/assets/lettering3.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.bg-lettering4 {
  position: absolute;
  top: 55%;
  left: 6%;
  width: 134px;
  height: 134px;
  background-image: url("../img/assets/lettering4.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.bg-lettering5 {
  position: absolute;
  top: 8%;
  left: 75%;
  width: 134px;
  height: 134px;
  background-image: url("../img/assets/lettering5.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.bg-lettering6 {
  position: absolute;
  top: 21%;
  left: 18%;
  width: 230px;
  height: 230px;
  background-image: url("../img/assets/lettering6.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.bg-custom-shape1 {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80px;
  height: 80px;
  background-image: url("../img/assets/custom-shape1.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.bg-custom-shape2 {
  position: absolute;
  top: 11%;
  left: 62%;
  width: 80px;
  height: 80px;
  background-image: url("../img/assets/custom-shape2.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.bg-custom-shape3 {
  position: absolute;
  top: 75%;
  left: 22%;
  width: 80px;
  height: 80px;
  background-image: url("../img/assets/custom-shape3.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.bg-custom-shape4 {
  position: absolute;
  top: 70%;
  left: 94%;
  width: 80px;
  height: 80px;
  background-image: url("../img/assets/custom-shape4.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.bg-custom-shape5 {
  position: absolute;
  top: 22%;
  left: 16%;
  width: 80px;
  height: 8px;
  background-image: url("../img/assets/custom-shape5.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.bg-custom-shape6 {
  position: absolute;
  top: 55%;
  left: 8%;
  width: 80px;
  height: 8px;
  background-image: url("../img/assets/custom-shape6.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.bg-custom-shape7 {
  position: absolute;
  top: 8%;
  left: 32%;
  width: 80px;
  height: 8px;
  background-image: url("../img/assets/custom-shape7.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.bg-custom-shape8 {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 80px;
  height: 8px;
  background-image: url("../img/assets/custom-shape8.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.bg-custom-shape9 {
  position: absolute;
  top: 11%;
  left: 78%;
  width: 80px;
  height: 8px;
  background-image: url("../img/assets/custom-shape9.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.bg-custom-shape10 {
  position: absolute;
  top: 25%;
  left: 85%;
  width: 80px;
  height: 8px;
  background-image: url("../img/assets/custom-shape10.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.bg-custom-shape11 {
  position: absolute;
  top: 90%;
  left: 80%;
  width: 80px;
  height: 8px;
  background-image: url("../img/assets/custom-shape11.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.line-container {
  position: absolute;
  width: 120px;
  height: 2px;
  overflow: hidden; }

.line-1 {
  top: 12%;
  left: 12%; }

.line-2 {
  top: 25%;
  left: 75%; }

.line-3 {
  top: 22%;
  left: 32%; }

.line-4 {
  top: 50%;
  left: 18%; }

.line-5 {
  top: 85%;
  left: 10%; }

.line-6 {
  top: 12%;
  left: 75%; }

.line-7 {
  top: 75%;
  left: 60%; }

.line-8 {
  top: 88%;
  left: 88%; }

.line-9 {
  top: 60%;
  left: 85%; }

.line-10 {
  top: 15%;
  left: 54%; }

.line-inside {
  width: 100%;
  height: 2px;
  border-radius: 12px; }

.line-color-1 {
  background: #5FB0F6; }

.line-color-2 {
  background: #0063F9; }

.line-color-3 {
  background: #FF8184; }

.line-color-4 {
  background: #6614C9; }

.line-color-5 {
  background: #D2FF00; }

.line-color-6 {
  background: #5ED61F; }

.line-color-7 {
  background: #FFBE3A; }

.line-color-8 {
  background: #AE9D8D; }

.line-color-9 {
  background: #FFA141; }

.line-color-10 {
  background: #FF0006; }

@font-face {
  font-family: "Circular-Pro-Black";
  src: url("../webfonts/lineto-circular-pro-black.eot");
  src: url("../webfonts/lineto-circular-pro-black.eot?#iefix") format("embedded-opentype"), url("../webfonts/lineto-circular-pro-black.woff") format("woff"), url("../webfonts/lineto-circular-pro-black.ttf") format("truetype"), url("../webfonts/lineto-circular-pro-black.svg#lineto-circular-pro-black") format("svg");
  font-weight: normal;
  font-style: normal; }

::-moz-selection {
  color: #1957EF;
  text-shadow: none; }

::selection {
  color: #1957EF;
  text-shadow: none; }

html, body {
  margin: 0;
  padding: 0;
  background-color: #1E1F21;
  font-family: "Circular-Pro-Black", sans-serif;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.25px;
  background-image: url("../img/assets/dot.svg");
  background-position: top center;
  background-size: 60px 60px;
  background-repeat: repeat;
  overflow: hidden;
  color: #ffffff; }

a, a:link, a:active, a:visited {
  outline: none;
  border: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

p {
  margin: 0;
  padding: 0;
  font-family: "Circular-Pro-Black", sans-serif; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 66px;
  background: #252728;
  overflow: hidden; }

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 66px;
  position: fixed;
  z-index: 99999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 99999; }

.pace.pace-inactive {
  display: none; }

.cover {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99991;
  background: #18191B; }

.loading {
  position: absolute;
  width: 66px;
  height: 20px;
  top: calc(50% - 22px);
  left: calc(50% - 33px);
  font-size: 14px;
  z-index: 999;
  opacity: 0; }

.glitch {
  position: absolute;
  width: 248px;
  top: 75%;
  left: calc(50% - 124px);
  z-index: 9999;
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  transform: translateY(100%);
  opacity: 0; }

.glitch p {
  color: #585F66; }

.glitch a {
  padding: 8px 0;
  color: #ffffff; }

.glitch a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #585F66;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px); }

.glitch a:hover::after,
.glitch a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  transform: translateY(4px); }

@keyframes noise-anim {
  0% {
    clip: rect(100px, 9999px, 54px, 0); }
  5% {
    clip: rect(76px, 9999px, 9px, 0); }
  10% {
    clip: rect(36px, 9999px, 55px, 0); }
  15% {
    clip: rect(63px, 9999px, 16px, 0); }
  20% {
    clip: rect(25px, 9999px, 67px, 0); }
  25% {
    clip: rect(62px, 9999px, 94px, 0); }
  30% {
    clip: rect(60px, 9999px, 81px, 0); }
  35% {
    clip: rect(25px, 9999px, 67px, 0); }
  40% {
    clip: rect(47px, 9999px, 95px, 0); }
  45% {
    clip: rect(69px, 9999px, 31px, 0); }
  50% {
    clip: rect(68px, 9999px, 43px, 0); }
  55% {
    clip: rect(23px, 9999px, 2px, 0); }
  60% {
    clip: rect(55px, 9999px, 48px, 0); }
  65% {
    clip: rect(57px, 9999px, 74px, 0); }
  70% {
    clip: rect(39px, 9999px, 92px, 0); }
  75% {
    clip: rect(53px, 9999px, 21px, 0); }
  80% {
    clip: rect(58px, 9999px, 95px, 0); }
  85% {
    clip: rect(15px, 9999px, 23px, 0); }
  90% {
    clip: rect(65px, 9999px, 41px, 0); }
  95% {
    clip: rect(76px, 9999px, 12px, 0); }
  100% {
    clip: rect(78px, 9999px, 60px, 0); } }

.glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  width: 252px;
  color: #FFF;
  background: #1E1F21;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse; }

@keyframes noise-anim-2 {
  0% {
    clip: rect(99px, 9999px, 65px, 0); }
  5% {
    clip: rect(61px, 9999px, 30px, 0); }
  10% {
    clip: rect(82px, 9999px, 96px, 0); }
  15% {
    clip: rect(38px, 9999px, 36px, 0); }
  20% {
    clip: rect(44px, 9999px, 71px, 0); }
  25% {
    clip: rect(65px, 9999px, 28px, 0); }
  30% {
    clip: rect(12px, 9999px, 8px, 0); }
  35% {
    clip: rect(90px, 9999px, 48px, 0); }
  40% {
    clip: rect(25px, 9999px, 3px, 0); }
  45% {
    clip: rect(98px, 9999px, 45px, 0); }
  50% {
    clip: rect(58px, 9999px, 96px, 0); }
  55% {
    clip: rect(17px, 9999px, 32px, 0); }
  60% {
    clip: rect(49px, 9999px, 71px, 0); }
  65% {
    clip: rect(43px, 9999px, 76px, 0); }
  70% {
    clip: rect(94px, 9999px, 42px, 0); }
  75% {
    clip: rect(59px, 9999px, 13px, 0); }
  80% {
    clip: rect(5px, 9999px, 29px, 0); }
  85% {
    clip: rect(1px, 9999px, 39px, 0); }
  90% {
    clip: rect(80px, 9999px, 84px, 0); }
  95% {
    clip: rect(10px, 9999px, 55px, 0); }
  100% {
    clip: rect(16px, 9999px, 43px, 0); } }

.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  width: 252px;
  color: green;
  background: #1E1F21;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse; }

#spotlight {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #000;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -14px;
  -webkit-backface-visibility: hidden;
  z-index: 6666; }

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.logo-animation-container {
  position: absolute;
  width: auto;
  height: auto;
  left: calc(50% - 140px);
  top: calc(47% - 130px); }

.logo-white-line-container {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 92px;
  margin-bottom: 4px;
  overflow: hidden; }

.logo-white-line-container-small {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 30px;
  margin-bottom: 4px;
  overflow: hidden; }

.logo-white-line {
  width: 100%;
  height: 100%;
  max-height: 74px;
  background: #ffffff;
  z-index: 9; }

.logo-text-line {
  width: 100%;
  height: 100%;
  z-index: 1;
  font-family: "Circular-Pro-Black", sans-serif;
  font-size: 90px;
  letter-spacing: -1.5px;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 78px; }

.logo-text-line-small {
  width: 100%;
  height: 100%;
  z-index: 1;
  font-family: "Circular-Pro-Black", sans-serif;
  color: #585F66;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 14px; }

.to-compensate {
  margin-left: -4px; }

.social-container {
  position: absolute;
  top: 0;
  left: 0;
  margin: 14px;
  width: 40px;
  z-index: 99999;
  opacity: 0; }

/*======== helper classes ========*/
.hidden {
  display: none !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

/*======== print styles ========*/
@media print {
  blockquote, img, pre, tr {
    page-break-inside: avoid; }
  *, :after, :before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  blockquote, pre {
    border: 1px solid #999; }
  thead {
    display: table-header-group; }
  img {
    max-width: 100% !important; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }
