/* -- globals -- */
@import url(fonts/stylesheet.css);
@import url(./icons/style.css);
@import url(../../stylesheets/prettify.css);
@import url(../../stylesheets/font-awesome.css);
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

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

script {
  display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0; }

article, aside, figure, figure img, figcaption, footer, header, nav, section, video, object {
  display: block; }

a img {
  border: 0; }

figure {
  position: relative; }

figure img {
  width: 100%; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

li {
  list-style: none; }

.show {
  display: block; }

.hide {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.t_center {
  text-align: center; }

.clear {
  clear: both; }

html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.35;
  font-weight: 400;
  overflow: auto;
  -webkit-font-smoothing: antialiased; }

html {
  font-size: 10px; }
  html.small {
    font-size: 9px; }
  html.mid-small {
    font-size: 9.5px; }
  html.mid {
    font-size: 10px; }
  html.mid-big {
    font-size: 10.5px; }
  html.big {
    font-size: 11px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #1B1E23; }

pre, code {
  font-weight: 400;
  font-family: "Menlo", Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  font-size: 1.25rem; }

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background-color: #38A6EB; }

::selection {
  color: #fff;
  text-shadow: none;
  background-color: #38A6EB; }

a, a:hover,
a.active,
a:visited {
  text-decoration: none;
  outline: none; }

a {
  color: #38A6EB;
  text-decoration-skip: ink; }

a:focus {
  -moz-outline-style: none; }

a, a:active, a:focus {
  outline: none; }

input, textarea, button, select {
  border: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  background-color: transparent; }
  input:focus, textarea:focus, button:focus, select:focus {
    outline: none;
    box-shadow: none; }

.upper {
  text-transform: uppercase; }

.inline_block_mid {
  display: inline-block;
  vertical-align: middle; }

.linethrough {
  text-decoration: line-through; }

@-webkit-keyframes iconActive {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }
@-moz-keyframes iconActive {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes iconActive {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0.001; }
  to {
    opacity: 0.99; } }
@-moz-keyframes fadeIn {
  from {
    opacity: 0.001; }
  to {
    opacity: 0.99; } }
@keyframes fadeIn {
  from {
    opacity: 0.001; }
  to {
    opacity: 0.99; } }
@-webkit-keyframes fadeOut {
  from {
    opacity: 0.99; }
  to {
    opacity: 0.001; } }
@-moz-keyframes fadeOut {
  from {
    opacity: 0.99; }
  to {
    opacity: 0.001; } }
@keyframes fadeOut {
  from {
    opacity: 0.99; }
  to {
    opacity: 0.001; } }
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); } }
@-moz-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); } }
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); } }
@-webkit-keyframes fromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@-moz-keyframes fromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes fromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@-moz-keyframes fromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes fromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes fromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes allFromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes allFromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes allFromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes softFromTop {
  from {
    opacity: 0.01;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes softFromTop {
  from {
    opacity: 0.01;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes softFromTop {
  from {
    opacity: 0.01;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fromTop {
  from {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes fromTop {
  from {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fromTop {
  from {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes breath {
  0%, 100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); }
  100% {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0); } }
@-moz-keyframes breath {
  0%, 100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); }
  100% {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0); } }
@keyframes breath {
  0%, 100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); }
  100% {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    -ms-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    transform: matrix(0.9, 0, 0, 0.9, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); } }
@-moz-keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    -ms-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    transform: matrix(0.9, 0, 0, 0.9, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); } }
@keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    -ms-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    transform: matrix(0.9, 0, 0, 0.9, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); } }
@-webkit-keyframes scaleOut {
  from {
    opacity: 0.99;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); }
  to {
    opacity: 0.01;
    -webkit-transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    -ms-transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    transform: matrix(0.7, 0, 0, 0.7, 0, 0); } }
@-moz-keyframes scaleOut {
  from {
    opacity: 0.99;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); }
  to {
    opacity: 0.01;
    -webkit-transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    -ms-transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    transform: matrix(0.7, 0, 0, 0.7, 0, 0); } }
@keyframes scaleOut {
  from {
    opacity: 0.99;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); }
  to {
    opacity: 0.01;
    -webkit-transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    -ms-transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    transform: matrix(0.7, 0, 0, 0.7, 0, 0); } }
@-webkit-keyframes scaleCenterIn {
  from {
    opacity: 0.01;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8); }
  to {
    opacity: .99;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }
@-moz-keyframes scaleCenterIn {
  from {
    opacity: 0.01;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8); }
  to {
    opacity: .99;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }
@keyframes scaleCenterIn {
  from {
    opacity: 0.01;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8); }
  to {
    opacity: .99;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }
@-webkit-keyframes focused {
  0%, 100% {
    box-shadow: inset 0 0 0 #2DD7A6; }
  40% {
    box-shadow: inset 0 0 2px #2DD7A6; } }
@-moz-keyframes focused {
  0%, 100% {
    box-shadow: inset 0 0 0 #2DD7A6; }
  40% {
    box-shadow: inset 0 0 2px #2DD7A6; } }
@keyframes focused {
  0%, 100% {
    box-shadow: inset 0 0 0 #2DD7A6; }
  40% {
    box-shadow: inset 0 0 2px #2DD7A6; } }
.live-tab-focal {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
  background-color: #2DD7A6; }

.go-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #38A6EB; }
  .go-btn .label {
    margin-right: 3px;
    font-size: 1.3rem; }
  .go-btn .Icon {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 1.8rem;
    color: inherit !important; }
  .go-btn:hover .Icon {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px); }

#wrapper {
  position: relative;
  overflow: hidden; }

.column {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1100px; }
  @media only screen and (max-width: 340px) {
    .column {
      padding-left: 15px;
      padding-right: 15px; } }
  .column h2, .column p {
    max-width: 580px; }
  .column h2 {
    font-size: 4.2rem;
    margin-bottom: 18px; }
    @media only screen and (max-width: 880px) {
      .column h2 {
        font-size: 3.2rem;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 680px) {
      .column h2 {
        font-size: 2.8rem; }
        .column h2 br {
          display: none; } }
  .column p {
    font-size: 2.1rem; }
    @media only screen and (max-width: 880px) {
      .column p {
        font-size: 1.9rem; } }
    @media only screen and (max-width: 680px) {
      .column p {
        font-size: 1.8rem; }
        .column p br {
          display: none; } }
  .column.white {
    color: #fff; }
    .column.white h2, .column.white p {
      color: #fff; }
    .column.white p {
      opacity: .9; }

.btn {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 15px 6px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle; }
  @media only screen and (max-width: 340px) {
    .btn {
      padding: 5px 10px 6px; } }
  .btn.disable {
    opacity: .5;
    pointer-events: none; }
  .btn .icon, .btn .label {
    display: inline-block;
    vertical-align: middle; }
  .btn .icon {
    font-size: 2rem; }
  .btn .label {
    font-size: 1.5rem; }
    @media only screen and (max-width: 880px) {
      .btn .label {
        font-size: 1.4rem; } }
  .btn.with-icon .label {
    margin-right: 10px; }
    @media only screen and (max-width: 340px) {
      .btn.with-icon .label {
        margin-right: 5px; } }
  .btn.big {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding: 15px 20px; }
    @media only screen and (max-width: 340px) {
      .btn.big {
        padding: 12px; } }
    .btn.big .icon {
      font-size: 2.4rem; }
    .btn.big .label {
      font-size: 1.7rem; }
      @media only screen and (max-width: 880px) {
        .btn.big .label {
          font-size: 1.6rem; } }
      @media only screen and (max-width: 680px) {
        .btn.big .label {
          font-size: 1.5rem; } }
    .btn.big:hover {
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px); }
  .btn.primary {
    background-color: #38A6EB;
    color: #fff; }
    .btn.primary.big {
      box-shadow: 0 2px 0 0 #168eda; }
      .btn.primary.big:hover {
        box-shadow: 0 3px 0 0 #168eda, -3px 15px 40px rgba(0, 0, 0, 0.1); }
  .btn.green {
    background-color: #2DD7A6;
    color: #fff; }
    .btn.green.big {
      box-shadow: 0 2px 0 0 #21b087; }
      .btn.green.big:hover {
        box-shadow: 0 3px 0 0 #21b087, -3px 15px 40px rgba(0, 0, 0, 0.1); }
  .btn.white {
    background-color: #fff;
    color: #24282F;
    border: 1px solid #D7DAE0; }
    .btn.white.big {
      box-shadow: 0 2px 0 0 #CBCDD5; }
      .btn.white.big:hover {
        box-shadow: 0 3px 0 0 #CBCDD5, -3px 15px 40px rgba(0, 0, 0, 0.1); }

.vid-btn, .line-btn {
  padding: 5px;
  color: #38A6EB;
  cursor: pointer; }
  @media only screen and (max-width: 340px) {
    .vid-btn, .line-btn {
      padding: 5px 0; } }
  .vid-btn.white, .line-btn.white {
    color: white; }
  .vid-btn .icon, .vid-btn .label, .line-btn .icon, .line-btn .label {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .vid-btn .icon, .line-btn .icon {
    font-size: 2rem; }
  .vid-btn .label, .line-btn .label {
    margin-right: 8px;
    font-size: 1.6rem; }
    @media only screen and (max-width: 340px) {
      .vid-btn .label, .line-btn .label {
        font-size: 1.5rem; } }
  .vid-btn:hover.vid-btn .label, .line-btn:hover.vid-btn .label {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px); }
  .vid-btn:hover.vid-btn .icon, .line-btn:hover.vid-btn .icon {
    -webkit-transform: translateX(5px) rotate(120deg);
    -ms-transform: translateX(5px) rotate(120deg);
    transform: translateX(5px) rotate(120deg); }
  .vid-btn:hover.line-btn .icon, .line-btn:hover.line-btn .icon {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px); }

a.underline {
  color: inherit; }
  a.underline:hover {
    text-decoration: underline; }

.flex-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 680px) {
    .flex-wrapper {
      display: block; } }
  .flex-wrapper.space {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .flex-wrapper.start {
    -webkit-align-items: flex-start;
    align-items: flex-start; }

.searchRedirect {
  margin-top: 70px;
  min-height: 127px; }
  .searchRedirect .searchRedirect-wrapper {
    padding: 50px 0 30px;
    z-index: 100; }
    .searchRedirect .searchRedirect-wrapper.fixed {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.7);
      padding: 10px 25px;
      box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.12);
      -webkit-animation: fromBottom 0.3s 0.1s backwards cubic-bezier(0.9, 0.1, 0.25, 0.6);
      animation: fromBottom 0.3s 0.1s backwards cubic-bezier(0.9, 0.1, 0.25, 0.6); }
  .searchRedirect article {
    position: relative;
    max-width: 1200px;
    margin: auto; }
  .searchRedirect input {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Menlo", Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    color: #24282F;
    background-color: transparent;
    padding: 6px 12px;
    box-shadow: none;
    border: 1px solid #D7DAE0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    background-color: #fff;
    padding: 15px 50px 15px 20px; }
    .searchRedirect input::-webkit-input-placeholder {
      color: #24282F;
      font-family: "Menlo", Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
      font-size: 1.4rem;
      font-weight: 400; }
    .searchRedirect input::-webkit-input-placeholder {
      font-size: 1.8rem;
      opacity: 1; }
  .searchRedirect .icon-search {
    -webkit-animation: scaleIn 0.3s 0.5s backwards cubic-bezier(0.9, 0.1, 0.25, 0.6);
    animation: scaleIn 0.3s 0.5s backwards cubic-bezier(0.9, 0.1, 0.25, 0.6);
    position: absolute;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    font-size: 2.8rem;
    padding: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #38A6EB;
    color: #fff;
    pointer-events: none; }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
body.touch [data-hint]:before, body.touch [data-hint]:after {
  display: none !important; }

[data-hint] {
  position: relative;
  display: inline-block;
  /**
     * tooltip arrow
     */
  /**
     * tooltip body
     */ }

[data-hint]:before, [data-hint]:after {
  position: absolute;
  will-change: tansform;
  visibility: hidden;
  opacity: 0;
  z-index: 30;
  pointer-events: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

[data-hint]:hover:before, [data-hint]:hover:after {
  visibility: visible;
  opacity: 1; }

[data-hint]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 31; }

[data-hint]:after {
  border-radius: 1px;
  content: attr(data-hint);
  background: #000;
  max-width: 300px;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px;
  font-size: 13px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 13px;
  white-space: nowrap; }

[data-hint].hint-popup:after {
  line-height: 1.45rem;
  min-width: 280px;
  white-space: normal; }
[data-hint].hint-popup.wide:after {
  min-width: 320px; }

[data-hint='']:before, [data-hint='']:after {
  display: none !important; }

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
  border-top-color: #000; }

.hint--top-right:before {
  border-top-color: #000; }

.hint--top:before {
  border-top-color: #000; }

.hint--bottom-left:before {
  border-bottom-color: #000; }

.hint--bottom-right:before {
  border-bottom-color: #000; }

.hint--bottom:before {
  border-bottom-color: #000; }

.hint--left:before {
  border-left-color: #000; }

.hint--right:before {
  border-right-color: #000; }

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -11px; }

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%; }

.hint--top:before {
  left: calc(50% - 6px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px); }

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -11px; }

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%; }

.hint--bottom:before {
  left: calc(50% - 6px);
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px); }

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -4px;
  margin-bottom: -6px; }

.hint--right:after {
  margin-bottom: -14px;
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%; }

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px;
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--left:after {
  margin-bottom: -14px;
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%; }

/**
 * top-left tooltip
 */
.hint--top-left:before {
  margin-bottom: -11px;
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px); }

.hint--top-left:before, .hint--top-left:after {
  bottom: 100%;
  left: 50%; }

.hint--top-left:before {
  left: calc(50% + 6px); }

.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px); }

.hint--top-left:after {
  margin-left: 20px; }

/**
 * top-right tooltip
 */
.hint--top-right:before {
  margin-bottom: -11px;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top-right:before, .hint--top-right:after {
  bottom: 100%;
  left: 50%; }

.hint--top-right:before {
  left: calc(50% - 6px); }

.hint--top-right:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top-right:after {
  margin-left: -20px; }

/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
  margin-top: -11px;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom-left:before, .hint--bottom-left:after {
  top: 100%;
  left: 50%; }

.hint--bottom-left:before {
  left: calc(50% - 6px); }

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%); }

.hint--bottom-left:after {
  margin-left: 20px;
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px); }

/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
  margin-top: -11px;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom-right:before, .hint--bottom-right:after {
  top: 100%;
  left: 50%; }

.hint--bottom-right:before {
  left: calc(50% - 6px); }

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }

.hint--bottom-right:after {
  margin-left: -20px;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

/**
 * source: hint-sizes.scss
 *
 * Defines width restricted tooltips that can span
 * across multiple lines.
 *
 * Classes added:
 * 	1) hint--small
 * 	2) hint--medium
 * 	3) hint--large
 *
 */
.hint--small:after,
.hint--medium:after,
.hint--large:after {
  white-space: normal;
  line-height: 1.4em; }

.hint--small:after {
  width: 80px; }

.hint--medium:after {
  width: 150px; }

.hint--large:after {
  width: 300px; }

/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
[data-hint] {
  /**
     * tooltip body
     */ }

[data-hint]:after {
  text-shadow: 0 -1px 0px black;
  /*box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);*/ }

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726; }

.hint--error.hint--top-left:before {
  border-top-color: #b34e4d; }

.hint--error.hint--top-right:before {
  border-top-color: #b34e4d; }

.hint--error.hint--top:before {
  border-top-color: #b34e4d; }

.hint--error.hint--bottom-left:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--bottom-right:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--left:before {
  border-left-color: #b34e4d; }

.hint--error.hint--right:before {
  border-right-color: #b34e4d; }

.dark [data-hint]:after {
  background: #fff;
  color: #000;
  text-shadow: 0 -1px 0px white; }
.dark .hint--top-left:before,
.dark .hint--top-right:before,
.dark .hint--top:before {
  border-top-color: #fff; }
.dark .hint--bottom-left:before,
.dark .hint--bottom-right:before,
.dark .hint--bottom:before {
  border-bottom-color: #fff; }
.dark .hint--left:before {
  border-left-color: #fff; }
.dark .hint--right:before {
  border-right-color: #fff; }

.tippy-touch {
  cursor: pointer !important; }

.tippy-notransition {
  transition: none !important; }

.tippy-popper {
  max-width: 400px;
  -webkit-perspective: 800px;
  perspective: 800px;
  z-index: 9999;
  outline: 0;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none; }
  .tippy-popper.html-template {
    max-width: 96%;
    max-width: calc(100% - 20px); }
  .tippy-popper[x-placement^=top] [x-arrow] {
    border-top: 7px solid #24282F;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
    margin: 0 9px; }
    .tippy-popper[x-placement^=top] [x-arrow].arrow-small {
      border-top: 5px solid #24282F;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      bottom: -5px; }
    .tippy-popper[x-placement^=top] [x-arrow].arrow-big {
      border-top: 10px solid #24282F;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      bottom: -10px; }
  .tippy-popper[x-placement^=top] [x-circle] {
    -webkit-transform-origin: 0 33%;
    transform-origin: 0 33%; }
    .tippy-popper[x-placement^=top] [x-circle].enter {
      -webkit-transform: scale(1) translate(-50%, -55%);
      transform: scale(1) translate(-50%, -55%);
      opacity: 1; }
    .tippy-popper[x-placement^=top] [x-circle].leave {
      -webkit-transform: scale(0.15) translate(-50%, -50%);
      transform: scale(0.15) translate(-50%, -50%);
      opacity: 0; }
  .tippy-popper[x-placement^=top] .tippy-tooltip.menu-theme [x-circle], .tippy-popper[x-placement^=top] .tippy-tooltip.hover-card-theme [x-circle] {
    background-color: #F0F2F5; }
  .tippy-popper[x-placement^=top] .tippy-tooltip.menu-theme [x-arrow], .tippy-popper[x-placement^=top] .tippy-tooltip.hover-card-theme [x-arrow] {
    border-top: 7px solid #F0F2F5;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent; }
    .tippy-popper[x-placement^=top] .tippy-tooltip.menu-theme [x-arrow].arrow-small, .tippy-popper[x-placement^=top] .tippy-tooltip.hover-card-theme [x-arrow].arrow-small {
      border-top: 5px solid #F0F2F5;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
    .tippy-popper[x-placement^=top] .tippy-tooltip.menu-theme [x-arrow].arrow-big, .tippy-popper[x-placement^=top] .tippy-tooltip.hover-card-theme [x-arrow].arrow-big {
      border-top: 10px solid #F0F2F5;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
  .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff; }
  .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent; }
    .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
      border-top: 5px solid #fff;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
    .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
      border-top: 10px solid #fff;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
  .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, 0.7); }
  .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
    border-top: 7px solid rgba(0, 0, 0, 0.7);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent; }
    .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
      border-top: 5px solid rgba(0, 0, 0, 0.7);
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
    .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
      border-top: 10px solid rgba(0, 0, 0, 0.7);
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
  .tippy-popper[x-placement^=top] [data-animation=perspective] {
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
    .tippy-popper[x-placement^=top] [data-animation=perspective].enter {
      opacity: 1;
      -webkit-transform: translateY(-5px) rotateX(0);
      transform: translateY(-5px) rotateX(0); }
    .tippy-popper[x-placement^=top] [data-animation=perspective].leave {
      opacity: 0;
      -webkit-transform: translateY(0) rotateX(90deg);
      transform: translateY(0) rotateX(90deg); }
  .tippy-popper[x-placement^=top] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  .tippy-popper[x-placement^=top] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  .tippy-popper[x-placement^=top] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  .tippy-popper[x-placement^=top] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .tippy-popper[x-placement^=top] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateY(-10px) scale(1);
    transform: translateY(-10px) scale(1); }
  .tippy-popper[x-placement^=top] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0); }
  .tippy-popper[x-placement^=bottom] [x-arrow] {
    border-bottom: 7px solid #24282F;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    top: -7px;
    margin: 0 9px; }
    .tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
      border-bottom: 5px solid #24282F;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      top: -5px; }
    .tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
      border-bottom: 10px solid #24282F;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      top: -10px; }
  .tippy-popper[x-placement^=bottom] [x-circle] {
    -webkit-transform-origin: 0 -50%;
    transform-origin: 0 -50%; }
    .tippy-popper[x-placement^=bottom] [x-circle].enter {
      -webkit-transform: scale(1) translate(-50%, -45%);
      transform: scale(1) translate(-50%, -45%);
      opacity: 1; }
    .tippy-popper[x-placement^=bottom] [x-circle].leave {
      -webkit-transform: scale(0.15) translate(-50%, -5%);
      transform: scale(0.15) translate(-50%, -5%);
      opacity: 0; }
  .tippy-popper[x-placement^=bottom] .tippy-tooltip.menu-theme [x-circle], .tippy-popper[x-placement^=bottom] .tippy-tooltip.hover-card-theme [x-circle] {
    background-color: #F0F2F5; }
  .tippy-popper[x-placement^=bottom] .tippy-tooltip.menu-theme [x-arrow], .tippy-popper[x-placement^=bottom] .tippy-tooltip.hover-card-theme [x-arrow] {
    border-bottom: 7px solid #F0F2F5;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent; }
    .tippy-popper[x-placement^=bottom] .tippy-tooltip.menu-theme [x-arrow].arrow-small, .tippy-popper[x-placement^=bottom] .tippy-tooltip.hover-card-theme [x-arrow].arrow-small {
      border-bottom: 5px solid #F0F2F5;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
    .tippy-popper[x-placement^=bottom] .tippy-tooltip.menu-theme [x-arrow].arrow-big, .tippy-popper[x-placement^=bottom] .tippy-tooltip.hover-card-theme [x-arrow].arrow-big {
      border-bottom: 10px solid #F0F2F5;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
  .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff; }
  .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
    border-bottom: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent; }
    .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
      border-bottom: 5px solid #fff;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
    .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
      border-bottom: 10px solid #fff;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
  .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, 0.7); }
  .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
    border-bottom: 7px solid rgba(0, 0, 0, 0.7);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent; }
    .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
      border-bottom: 5px solid rgba(0, 0, 0, 0.7);
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
    .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
      border-bottom: 10px solid rgba(0, 0, 0, 0.7);
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
  .tippy-popper[x-placement^=bottom] [data-animation=perspective] {
    -webkit-transform-origin: top;
    transform-origin: top; }
    .tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
      opacity: 1;
      -webkit-transform: translateY(10px) rotateX(0);
      transform: translateY(10px) rotateX(0); }
    .tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
      opacity: 0;
      -webkit-transform: translateY(0) rotateX(-90deg);
      transform: translateY(0) rotateX(-90deg); }
  .tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  .tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  .tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  .tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateY(10px) scale(1);
    transform: translateY(10px) scale(1); }
  .tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0); }
  .tippy-popper[x-placement^=left] [x-arrow] {
    border-left: 7px solid #24282F;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: -7px;
    margin: 6px 0; }
    .tippy-popper[x-placement^=left] [x-arrow].arrow-small {
      border-left: 5px solid #24282F;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      right: -5px; }
    .tippy-popper[x-placement^=left] [x-arrow].arrow-big {
      border-left: 10px solid #24282F;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -10px; }
  .tippy-popper[x-placement^=left] [x-circle] {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }
    .tippy-popper[x-placement^=left] [x-circle].enter {
      -webkit-transform: scale(1) translate(-50%, -50%);
      transform: scale(1) translate(-50%, -50%);
      opacity: 1; }
    .tippy-popper[x-placement^=left] [x-circle].leave {
      -webkit-transform: scale(0.15) translate(-50%, -50%);
      transform: scale(0.15) translate(-50%, -50%);
      opacity: 0; }
  .tippy-popper[x-placement^=left] .tippy-tooltip.menu-theme [x-circle], .tippy-popper[x-placement^=left] .tippy-tooltip.hover-card-theme [x-circle] {
    background-color: #F0F2F5; }
  .tippy-popper[x-placement^=left] .tippy-tooltip.menu-theme [x-arrow], .tippy-popper[x-placement^=left] .tippy-tooltip.hover-card-theme [x-arrow] {
    border-left: 7px solid #F0F2F5;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
    .tippy-popper[x-placement^=left] .tippy-tooltip.menu-theme [x-arrow].arrow-small, .tippy-popper[x-placement^=left] .tippy-tooltip.hover-card-theme [x-arrow].arrow-small {
      border-left: 5px solid #F0F2F5;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .tippy-popper[x-placement^=left] .tippy-tooltip.menu-theme [x-arrow].arrow-big, .tippy-popper[x-placement^=left] .tippy-tooltip.hover-card-theme [x-arrow].arrow-big {
      border-left: 10px solid #F0F2F5;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff; }
  .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
    .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
      border-left: 5px solid #fff;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
      border-left: 10px solid #fff;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, 0.7); }
  .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
    border-left: 7px solid rgba(0, 0, 0, 0.7);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
    .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
      border-left: 5px solid rgba(0, 0, 0, 0.7);
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
      border-left: 10px solid rgba(0, 0, 0, 0.7);
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  .tippy-popper[x-placement^=left] [data-animation=perspective] {
    -webkit-transform-origin: right;
    transform-origin: right; }
    .tippy-popper[x-placement^=left] [data-animation=perspective].enter {
      opacity: 1;
      -webkit-transform: translateX(-10px) rotateY(0);
      transform: translateX(-10px) rotateY(0); }
    .tippy-popper[x-placement^=left] [data-animation=perspective].leave {
      opacity: 0;
      -webkit-transform: translateX(0) rotateY(-90deg);
      transform: translateX(0) rotateY(-90deg); }
  .tippy-popper[x-placement^=left] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  .tippy-popper[x-placement^=left] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  .tippy-popper[x-placement^=left] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  .tippy-popper[x-placement^=left] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .tippy-popper[x-placement^=left] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px) scale(1);
    transform: translateX(-10px) scale(1); }
  .tippy-popper[x-placement^=left] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0); }
  .tippy-popper[x-placement^=right] [x-arrow] {
    border-right: 7px solid #24282F;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    left: -7px;
    margin: 6px 0; }
    .tippy-popper[x-placement^=right] [x-arrow].arrow-small {
      border-right: 5px solid #24282F;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      left: -5px; }
    .tippy-popper[x-placement^=right] [x-arrow].arrow-big {
      border-right: 10px solid #24282F;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -10px; }
  .tippy-popper[x-placement^=right] [x-circle] {
    -webkit-transform-origin: -50% 0;
    transform-origin: -50% 0; }
    .tippy-popper[x-placement^=right] [x-circle].enter {
      -webkit-transform: scale(1) translate(-50%, -50%);
      transform: scale(1) translate(-50%, -50%);
      opacity: 1; }
    .tippy-popper[x-placement^=right] [x-circle].leave {
      -webkit-transform: scale(0.15) translate(-50%, -50%);
      transform: scale(0.15) translate(-50%, -50%);
      opacity: 0; }
  .tippy-popper[x-placement^=right] .tippy-tooltip.menu-theme [x-circle], .tippy-popper[x-placement^=right] .tippy-tooltip.hover-card-theme [x-circle] {
    background-color: #F0F2F5; }
  .tippy-popper[x-placement^=right] .tippy-tooltip.menu-theme [x-arrow], .tippy-popper[x-placement^=right] .tippy-tooltip.hover-card-theme [x-arrow] {
    border-right: 7px solid #F0F2F5;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
    .tippy-popper[x-placement^=right] .tippy-tooltip.menu-theme [x-arrow].arrow-small, .tippy-popper[x-placement^=right] .tippy-tooltip.hover-card-theme [x-arrow].arrow-small {
      border-right: 5px solid #F0F2F5;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .tippy-popper[x-placement^=right] .tippy-tooltip.menu-theme [x-arrow].arrow-big, .tippy-popper[x-placement^=right] .tippy-tooltip.hover-card-theme [x-arrow].arrow-big {
      border-right: 10px solid #F0F2F5;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff; }
  .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
    .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
      border-right: 5px solid #fff;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
      border-right: 10px solid #fff;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, 0.7); }
  .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
    border-right: 7px solid rgba(0, 0, 0, 0.7);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
    .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
      border-right: 5px solid rgba(0, 0, 0, 0.7);
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
      border-right: 10px solid rgba(0, 0, 0, 0.7);
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  .tippy-popper[x-placement^=right] [data-animation=perspective] {
    -webkit-transform-origin: left;
    transform-origin: left; }
    .tippy-popper[x-placement^=right] [data-animation=perspective].enter {
      opacity: 1;
      -webkit-transform: translateX(10px) rotateY(0);
      transform: translateX(10px) rotateY(0); }
    .tippy-popper[x-placement^=right] [data-animation=perspective].leave {
      opacity: 0;
      -webkit-transform: translateX(0) rotateY(90deg);
      transform: translateX(0) rotateY(90deg); }
  .tippy-popper[x-placement^=right] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  .tippy-popper[x-placement^=right] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  .tippy-popper[x-placement^=right] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  .tippy-popper[x-placement^=right] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .tippy-popper[x-placement^=right] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateX(10px) scale(1);
    transform: translateX(10px) scale(1); }
  .tippy-popper[x-placement^=right] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0); }
  .tippy-popper .tippy-tooltip.transparent-theme {
    background-color: rgba(0, 0, 0, 0.7); }
    .tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
      background-color: transparent; }
  .tippy-popper .tippy-tooltip.menu-theme, .tippy-popper .tippy-tooltip.hover-card-theme {
    background-color: #F0F2F5; }
    .tippy-popper .tippy-tooltip.menu-theme[data-animatefill], .tippy-popper .tippy-tooltip.hover-card-theme[data-animatefill] {
      background-color: transparent; }
  .tippy-popper .tippy-tooltip.light-theme {
    color: #24282F;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    background-color: #fff; }
    .tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
      background-color: transparent; }

.tippy-tooltip {
  position: relative;
  color: #3A3F4C;
  border-radius: 2px;
  font-size: 1.3rem;
  padding: 7px 10px;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #24282F; }
  .tippy-tooltip.menu-theme, .tippy-tooltip.hover-card-theme {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 -2px 50px rgba(0, 0, 0, 0.15); }
  .tippy-tooltip.menu-theme {
    padding: 10px 0; }
  .tippy-tooltip.hover-card-theme {
    padding: 0; }

.left-align {
  text-align: left; }

.tippy-tooltip--small {
  padding: 4px 7px;
  font-size: 1.2rem; }

.tippy-tooltip--big {
  padding: 8px 12px;
  font-size: 1.4rem; }

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent; }
.tippy-tooltip[data-interactive] {
  pointer-events: auto; }
.tippy-tooltip[data-inertia] {
  transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85); }
.tippy-tooltip [x-arrow] {
  position: absolute;
  width: 0;
  height: 0; }
.tippy-tooltip [x-circle] {
  position: absolute;
  will-change: transform;
  background-color: #24282F;
  border-radius: 50%;
  width: 130%;
  width: calc(110% + 2rem);
  left: 50%;
  top: 50%;
  z-index: -1;
  overflow: hidden;
  transition: all ease; }
  .tippy-tooltip [x-circle]:before {
    content: "";
    padding-top: 90%;
    float: left; }

@media (max-width: 450px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px); } }
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
#about .hero {
  position: relative;
  background: url("../images/hero-bg.svg") center top no-repeat;
  padding: 120px 100px 0; }
  @media only screen and (max-width: 1080px) {
    #about .hero {
      padding: 90px 50px 0; }
      #about .hero .img {
        padding-bottom: 50%; } }
  @media only screen and (max-width: 680px) {
    #about .hero {
      padding: 70px 15px 0;
      background: none; } }
  #about .hero .img {
    height: 0;
    padding-bottom: 53%;
    background: url("../../img/team.jpg") center 70px no-repeat;
    background-size: 90%;
    background-attachment: fixed; }
    @media only screen and (max-width: 680px) {
      #about .hero .img {
        padding-bottom: 55%;
        background-size: 100%;
        background-position: center -30px;
        background-attachment: scroll; } }
#about .about {
  position: relative;
  z-index: 1;
  margin-bottom: 220px; }
  @media only screen and (max-width: 880px) {
    #about .about {
      margin-bottom: 120px; } }
  #about .about:before {
    content: '';
    position: absolute;
    width: 860px;
    height: 390px;
    top: -50px;
    left: -100px;
    background-color: #2DD7A6;
    z-index: -1; }
    @media only screen and (max-width: 880px) {
      #about .about:before {
        width: auto;
        height: auto;
        right: -20px;
        top: -20px;
        left: -20px;
        bottom: -50px; } }
  #about .about h1 {
    color: #fff;
    font-size: 7.2rem;
    margin-bottom: 10px; }
    @media only screen and (max-width: 880px) {
      #about .about h1 {
        font-size: 5.2rem; } }
    @media only screen and (max-width: 680px) {
      #about .about h1 {
        font-size: 4.2rem; } }
  #about .about p {
    max-width: 650px; }
#about .founders {
  margin-bottom: 180px; }
  @media only screen and (max-width: 460px) {
    #about .founders {
      margin-bottom: 120px; } }
  #about .founders ul {
    padding-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-fflex-wrap: wrap;
    -ms-flex-direction: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 680px) {
      #about .founders ul {
        display: block; } }
  #about .founders li {
    width: 43%; }
    @media only screen and (max-width: 880px) {
      #about .founders li {
        width: 45%; } }
    @media only screen and (max-width: 680px) {
      #about .founders li {
        width: auto;
        margin: 0 auto 80px; } }
  #about .founders .title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    #about .founders .title img {
      display: block;
      width: 50%;
      max-width: 240px;
      margin-right: 35px; }
      @media only screen and (max-width: 880px) {
        #about .founders .title img {
          max-width: 180px;
          margin-right: 20px; } }
      @media only screen and (max-width: 680px) {
        #about .founders .title img {
          max-width: 120px;
          margin-right: 15px; } }
    #about .founders .title article h4 {
      font-size: 2.5rem;
      color: #1B1E23;
      margin-bottom: 8px; }
      @media only screen and (max-width: 680px) {
        #about .founders .title article h4 {
          font-size: 2.2rem;
          margin-bottom: 5px; } }
    #about .founders .title article p {
      font-size: 1.8rem;
      color: #9DA5B5; }
      @media only screen and (max-width: 680px) {
        #about .founders .title article p {
          font-size: 1.7rem; } }
      #about .founders .title article p:after {
        content: '';
        display: block;
        width: 30px;
        height: 1px;
        margin: 8px 0;
        background-color: #2DD7A6; }
        @media only screen and (max-width: 680px) {
          #about .founders .title article p:after {
            margin: 5px 0; } }
    #about .founders .title article a {
      color: #1B85BC;
      font-size: 2rem; }
  #about .founders .txt {
    max-width: 380px;
    font-size: 1.7rem;
    color: #3A3F4C;
    margin-top: 25px; }
    @media only screen and (max-width: 880px) {
      #about .founders .txt {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 680px) {
      #about .founders .txt {
        max-width: 460px;
        margin-top: 18px; } }

@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
#profile {
  max-width: 1150px;
  margin: 0 auto -100px;
  background: url(../images/ide-dark.svg) top no-repeat;
  background-size: 95%; }
  @media only screen and (max-width: 880px) {
    #profile {
      background-image: url(../images/ide-dark-tablet.svg);
      margin-bottom: -120px; } }
  @media only screen and (max-width: 460px) {
    #profile {
      background-image: none; } }
  #profile img {
    display: block;
    margin: auto;
    max-width: 360px;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px); }
    @media only screen and (max-width: 880px) {
      #profile img {
        max-width: 300px; } }

@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
#login {
  text-align: center;
  margin: 130px auto 250px; }
  @media only screen and (max-width: 880px) {
    #login {
      margin: 90px auto 180px; } }
  #login.short {
    margin: 60px auto !important; }
  #login h1 {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 6.2rem;
    color: #24282F; }
    @media only screen and (max-width: 880px) {
      #login h1 {
        font-size: 5.6rem; } }
  #login p {
    margin-bottom: 50px;
    color: #3A3F4C;
    font-size: 1.6rem;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto; }
    #login p.lead {
      font-size: 1.8rem; }
    #login p.email {
      font-style: italic;
      padding: 10px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      box-shadow: 0 0 0 1px #ececec; }
      #login p.email a {
        color: #38A6EB; }
  #login .btn {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 10px; }
    @media only screen and (max-width: 880px) {
      #login .btn {
        display: block;
        margin: 10px auto 20px;
        max-width: 380px; } }
    #login .btn.google {
      background-color: #C74665; }
    #login .btn.github {
      background-color: #1B1E23; }
    #login .btn.facebook {
      background-color: #324D8F; }
  #login #privacy-note {
    margin: 20px auto;
    font-style: italic;
    font-size: 1.4rem;
    color: #9DA5B5; }
    #login #privacy-note .icon {
      font-size: 2.5rem;
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle; }
    #login #privacy-note div {
      margin-top: 5px; }
      #login #privacy-note div span:last-child {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid; }
        @media only screen and (max-width: 880px) {
          #login #privacy-note div span:last-child {
            display: block;
            margin-left: 0;
            padding-left: 0;
            border-left: none; } }

@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
#footer {
  background-color: #F3F4F6;
  color: #2F333D; }
  #footer > nav {
    padding: 130px 30px 180px 20px;
    position: relative; }
    @media only screen and (max-width: 880px) {
      #footer > nav {
        padding: 120px 30px 160px; } }
    @media only screen and (max-width: 680px) {
      #footer > nav {
        padding: 90px 30px 70px; } }
    @media only screen and (max-width: 460px) {
      #footer > nav {
        padding: 80px 15px 50px; } }
    #footer > nav ul {
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 880px) {
        #footer > nav ul {
          display: block; } }
      #footer > nav ul:first-child {
        margin-right: 90px; }
      #footer > nav ul li {
        margin-bottom: 5px; }
        @media only screen and (max-width: 880px) {
          #footer > nav ul li {
            margin-bottom: 20px; } }
        @media only screen and (max-width: 680px) {
          #footer > nav ul li {
            margin-bottom: 15px; } }
      #footer > nav ul a {
        color: #2F333D;
        display: inline-block;
        vertical-align: top;
        font-size: 1.9rem;
        padding: 7px 12px 8px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        @media only screen and (max-width: 880px) {
          #footer > nav ul a {
            font-size: 1.8rem; } }
        @media only screen and (max-width: 680px) {
          #footer > nav ul a {
            font-size: 1.7rem; } }
        #footer > nav ul a .num {
          display: inline-block;
          vertical-align: middle;
          margin-left: 20px;
          padding: 1px 5px;
          text-align: center;
          font-size: 1.1rem;
          -webkit-border-radius: 20px;
          border-radius: 20px;
          background-color: #E46283; }
        #footer > nav ul a:hover, #footer > nav ul a.active {
          color: #38A6EB; }
        #footer > nav ul a.active {
          background-color: #F0F2F5; }
    @media only screen and (max-width: 680px) {
      #footer > nav .btn.download {
        display: none; } }
  #footer .newsletter {
    position: relative;
    margin-bottom: 60px; }
    @media only screen and (max-width: 680px) {
      #footer .newsletter {
        margin: 70px 12px 0; } }
    #footer .newsletter input {
      width: 100%;
      backface-visibility: hidden;
      font-size: 1.6rem;
      font-weight: 400;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      color: #2F333D;
      background-color: transparent;
      padding: 18px 50px 18px 0;
      box-shadow: none;
      border-bottom: 1px solid #9DA5B5;
      -webkit-border-radius: 0;
      border-radius: 0;
      -webkit-transition: border-bottom-color 0.2s cubic-bezier(0.9, 0.1, 0.25, 0.6);
      transition: border-bottom-color 0.2s cubic-bezier(0.9, 0.1, 0.25, 0.6); }
      #footer .newsletter input::-webkit-input-placeholder {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        color: #9DA5B5;
        opacity: 1; }
      #footer .newsletter input:focus {
        border-bottom-color: #38A6EB;
        opacity: 1; }
    #footer .newsletter .icon {
      position: absolute;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      color: #38A6EB;
      font-size: 2.4rem;
      padding: 2px;
      cursor: pointer; }
  #footer #footer-logo {
    display: inline-block;
    margin-bottom: 80px;
    padding: 10px; }
    #footer #footer-logo img {
      display: block;
      width: 140px; }
  #footer .help {
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #282C34;
    padding: 160px 20px 130px; }
    #footer .help a {
      width: 400px;
      margin: 0 15px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      padding: 18px 0;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      color: #fff; }
      #footer .help a .icon {
        font-size: 3.5rem;
        padding: 10px 20px;
        border-right: 1px solid rgba(255, 255, 255, 0.1); }
      #footer .help a .label {
        font-size: 2.1rem;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      #footer .help a:hover {
        background-color: rgba(0, 0, 0, 0.05); }

#sub-footer {
  padding: 40px 0; }
  @media only screen and (max-width: 880px) {
    #sub-footer {
      padding: 30px 0; } }
  @media only screen and (max-width: 680px) {
    #sub-footer {
      padding: 50px 0 45px; } }
  #sub-footer .column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 680px) {
      #sub-footer .column {
        display: block;
        text-align: center; } }
  #sub-footer li {
    display: inline-block;
    vertical-align: middle; }
  @media only screen and (max-width: 680px) {
    #sub-footer .links {
      margin-bottom: 40px; } }
  #sub-footer .links li:first-child {
    margin-right: 50px; }
    @media only screen and (max-width: 880px) {
      #sub-footer .links li:first-child {
        margin-right: 35px; } }
  #sub-footer .links a {
    color: #9DA5B5;
    opacity: .8;
    font-size: 1.6rem;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    @media only screen and (max-width: 880px) {
      #sub-footer .links a {
        font-size: 1.5rem; } }
    #sub-footer .links a:hover {
      opacity: 1; }
  #sub-footer .social li:not(:first-child) {
    margin-left: 40px; }
    @media only screen and (max-width: 880px) {
      #sub-footer .social li:not(:first-child) {
        margin-left: 35px; } }
    @media only screen and (max-width: 460px) {
      #sub-footer .social li:not(:first-child) {
        margin-left: 25px; } }
  #sub-footer .social a {
    padding: 3px;
    position: relative;
    display: block; }
    #sub-footer .social a:before {
      content: '';
      -webkit-border-radius: 5px;
      border-radius: 5px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: all 0.15s;
      transition: all 0.15s;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    #sub-footer .social a.facebook:before {
      background-color: #324D8F; }
    #sub-footer .social a.twitter:before {
      background-color: #0295F3; }
    #sub-footer .social a.linkedin:before {
      background-color: #1B85BC; }
    #sub-footer .social a.google:before {
      background-color: #C74665; }
    #sub-footer .social a.github:before {
      background-color: #2f3840; }
    #sub-footer .social a .icon {
      position: relative;
      font-size: 2.2rem;
      display: block;
      color: #9DA5B5;
      opacity: .5;
      -webkit-transition: all 0.15s;
      transition: all 0.15s; }
    #sub-footer .social a:hover:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    #sub-footer .social a:hover .icon {
      color: #fff;
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      opacity: 1; }

pre ol li {
  list-style: decimal; }

.entity-page {
  font-size: 16px;
  color: #24282F;
  max-width: 1220px; }
  .entity-page .section-title {
    margin-bottom: 18px; }
  .entity-page .entity-header-text {
    color: #3A3F4C;
    margin-bottom: 35px; }
  .entity-page .preview-title a {
    font-weight: normal;
    font-size: 14px; }
  .entity-page .method-list {
    color: #3A3F4C;
    padding: 5px 15px;
    background: #F0F2F5; }
    .entity-page .method-list .method-names {
      color: #24282F;
      margin-left: 12px; }
  .entity-page .breadcrumbs-container {
    margin: 25px 0 20px; }
    .entity-page .breadcrumbs-container > * {
      background: #F3F4F6;
      padding: 2px 10px 5px;
      color: #24282F; }
    .entity-page .breadcrumbs-container i {
      background: transparent;
      margin: 0 3px; }
    .entity-page .breadcrumbs-container .active-breadcrumb {
      background: transparent;
      display: inline;
      padding: 0; }
  .entity-page .origin-icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: top; }
  .entity-page .snippet-code-panel pre.prettyprint {
    margin-bottom: 0px !important;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #eee; }
  .entity-page .linenums {
    font-size: 12px !important; }
  .entity-page pre {
    font-family: "Menlo", Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    padding: 10px 20px; }
    .entity-page pre .kwd {
      color: #38A6EB;
      font-weight: normal; }
  .entity-page .prettyprint.lines {
    -webkit-box-shadow: inset 50px 0 0 #fbfbfc, inset 51px 0 0 #ececf0;
    -moz-box-shadow: inset 50px 0 0 #fbfbfc, inset 51px 0 0 #ececf0;
    box-shadow: inset 50px 0 0 #fbfbfc, inset 51px 0 0 #ececf0; }
  .entity-page .codreank-text {
    display: none; }
  .entity-page .coderank-number {
    color: white;
    font-weight: bold;
    background: #2DD7A6;
    border-radius: 15px;
    margin-right: 10px;
    padding: 5px 10px; }
  .entity-page .btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .entity-page .btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .entity-page .snippet-row {
    padding-bottom: 35px;
    margin-bottom: 40px; }
  .entity-page .floating-tags .task-label, .entity-page .floating-tags .tag-label {
    float: right;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 15px; }
  .entity-page .floating-tags .tag-label {
    background: #F3F4F6;
    color: #24282F;
    margin-right: 15px; }
  .entity-page .floating-tags .task-label {
    height: 28px;
    color: white;
    background: #38A6EB;
    border: none;
    text-shadow: none; }
  .entity-page .snippet-row {
    position: relative; }
  .entity-page .coderank-single-snippet-container {
    position: absolute;
    top: 11px;
    right: 6px;
    text-align: center;
    z-index: 10; }
  .entity-page .coderank-popover-content {
    display: none; }
  .entity-page .coderank-content:hover {
    cursor: help; }
  .entity-page .coderank-info {
    font-size: 0.85em;
    font-style: italic;
    padding-top: 10px; }
  .entity-page .source-hl, .entity-page .var-hl {
    border-bottom: 1px solid lavender; }
  .entity-page .search-hl {
    background-color: #ff0; }
  .entity-page .var-hl-selected {
    text-decoration: none;
    border-color: navy;
    border-style: solid;
    border-width: 1px;
    padding: 1px;
    border-radius: 2px; }
  .entity-page .var-hl:hover {
    border-bottom: 1px solid #00f;
    text-decoration: none; }
  .entity-page a.source-hl:hover {
    cursor: pointer;
    text-decoration: none; }
  .entity-page .source-hl:hover {
    border-bottom: 1px solid blue; }
  .entity-page .sce-hl:hover {
    background-color: LightSalmon; }
  .entity-page .source-hl-with-bubble {
    padding: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: lavender;
    border-radius: 2px; }
  .entity-page .sce-hl {
    background-color: lavender;
    /* font-weight: bold; */ }
  .entity-page .snippet-row:hover .floating-register {
    display: block;
    animation: fadeIn .3s 1s ease-out both;
    right: 10px;
    bottom: 40px;
    min-height: 20px; }
  .entity-page .floating-register {
    position: absolute;
    display: none;
    padding: 8px;
    background-color: #2C233C;
    color: white;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px; }
  .entity-page a.register-btn {
    padding: 6px 30px;
    border-radius: 5px;
    background-color: #2796DB;
    transition: all .2s;
    box-shadow: 0 2px 0 0 #2796DB;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px; }
  .entity-page .floating-register span {
    line-height: 34px; }
  .entity-page .floating-tags {
    position: absolute;
    display: none; }
  .entity-page .snippet-row:hover .floating-tags {
    display: block; }
  .entity-page .entity-sidebar {
    overflow-wrap: break-word;
    margin-left: 2%;
    width: 28%;
    color: #3A3F4C; }
    .entity-page .entity-sidebar h5, .entity-page .entity-sidebar .doc-title, .entity-page .entity-sidebar .featured-title {
      color: black;
      font-weight: bold; }
    .entity-page .entity-sidebar .doc-links {
      margin-top: 70px;
      border: 1px solid #F3F4F6;
      border-radius: 5px; }
      .entity-page .entity-sidebar .doc-links li {
        padding: 8px;
        border-top: 1px solid #F3F4F6; }
        .entity-page .entity-sidebar .doc-links li:first-child {
          border-top: none; }
    .entity-page .entity-sidebar .method-overview {
      border: 1px solid #F3F4F6;
      border-radius: 5px;
      margin-top: 15px; }
      .entity-page .entity-sidebar .method-overview h5 {
        border-top: 1px solid #F3F4F6; }
        .entity-page .entity-sidebar .method-overview h5:first-child {
          border: none; }
      .entity-page .entity-sidebar .method-overview > * {
        padding: 8px; }
      .entity-page .entity-sidebar .method-overview > *:first-child {
        margin-top: 4px; }
      .entity-page .entity-sidebar .method-overview .other-methods-list {
        border-top: 1px solid #F3F4F6;
        font-size: 14px; }
    .entity-page .entity-sidebar .bottom-links {
      border: 1px solid #F3F4F6;
      border-radius: 5px;
      margin-top: 15px; }
      .entity-page .entity-sidebar .bottom-links > * {
        border-top: 1px solid #F3F4F6;
        padding: 8px; }
        .entity-page .entity-sidebar .bottom-links > *:first-child {
          border-top: none;
          margin-top: 4px; }
    .entity-page .entity-sidebar .featured-classes {
      border: 1px solid #F3F4F6;
      border-radius: 5px;
      margin-top: 15px; }
      .entity-page .entity-sidebar .featured-classes ul li {
        padding: 8px; }
      .entity-page .entity-sidebar .featured-classes .featured-title {
        padding: 8px; }
        .entity-page .entity-sidebar .featured-classes .featured-title .featured-title-text {
          display: inline-block;
          margin-left: 10px;
          vertical-align: top; }
  .entity-page .btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .entity-page .btn-link {
    color: #08c;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .entity-page .btn-link:hover, .entity-page .btn-link:focus {
    color: #005580;
    text-decoration: underline;
    background-color: transparent; }
  .entity-page .btn-link, .entity-page .btn-link:active, .entity-page .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .entity-page .more-examples {
    text-align: center;
    margin-top: -30px; }
  .entity-page #qna {
    margin-top: 45px; }
  .entity-page .related-item .preview-title a {
    font-size: 18px; }
  .entity-page .origin-icon-large {
    width: 36px;
    height: 36px;
    margin-right: 5px;
    vertical-align: middle; }
  .entity-page .rel-snippet.prettyprint {
    overflow: auto;
    border: 1px solid #F3F4F6; }
  .entity-page .short-snippet .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 40px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, #fff));
    background-image: -webkit-linear-gradient(top, transparent, #fff);
    background-image: -moz-linear-gradient(top, transparent, #fff);
    background-image: -ms-linear-gradient(top, transparent, #fff);
    background-image: -o-linear-gradient(top, transparent, #fff); }
  .entity-page .short-snippet .read-more a.related-link {
    position: absolute;
    bottom: 0; }
  .entity-page .related-link {
    padding-top: 8px; }
  .entity-page .related-item {
    margin-bottom: 40px; }
    .entity-page .related-item .snippet-row {
      margin: 15px 0 0 0; }
    .entity-page .related-item .sof-answer.short-snippet {
      max-height: 500px;
      position: relative;
      min-height: 120px;
      overflow: hidden;
      margin-left: 40px;
      border: 1px solid #F3F4F6; }
      .entity-page .related-item .sof-answer.short-snippet .sof-user-info {
        margin: 15px; }
        .entity-page .related-item .sof-answer.short-snippet .sof-user-info .sof-gravatar, .entity-page .related-item .sof-answer.short-snippet .sof-user-info .sof-user-details {
          display: inline-block;
          vertical-align: middle; }
      .entity-page .related-item .sof-answer.short-snippet .sof-answer-body {
        margin: 15px 0; }
        .entity-page .related-item .sof-answer.short-snippet .sof-answer-body p {
          margin: 0 15px; }
        .entity-page .related-item .sof-answer.short-snippet .sof-answer-body pre {
          margin: 15px 0;
          border: none;
          background: #F3F4F6;
          overflow: auto; }
  .entity-page i.icon-thumbs-up {
    margin-left: 1px;
    margin-right: 1px; }
  .entity-page .sce-user-activities i {
    margin-left: 5px;
    vertical-align: middle; }

.tooltip-inner {
  /* background-color: green; */
  word-wrap: none;
  white-space: pre;
  max-width: none;
  float: left;
  text-align: left;
  word-break: initial;
  font-size: 12px;
  padding: 10px;
  font-family: helvetica; }

.modal-body {
  max-height: 800px; }

.popover, .popover-title {
  /* word-break: initial; */
  word-wrap: normal;
  word-break: initial;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  padding: 5px; }

.popover {
  max-width: 400px !important;
  /* position: relative; */ }

.code-badges ul {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-padding-start: 40px; }

.snippet-code-panel .show-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 40px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, #fff));
  background-image: -webkit-linear-gradient(top, transparent, #fff);
  background-image: -moz-linear-gradient(top, transparent, #fff);
  background-image: -ms-linear-gradient(top, transparent, #fff);
  background-image: -o-linear-gradient(top, transparent, #fff); }
  .snippet-code-panel .show-more button.expand {
    position: absolute;
    bottom: -10px; }
  .snippet-code-panel .show-more .btn.pressed {
    box-shadow: none !important; }

.round-image {
  border-radius: 16px; }

.user-avatar {
  width: 50px;
  height: 50px;
  padding-right: 5px;
  color: grey; }

.container-fluid {
  max-width: 1440px;
  margin: 0 auto; }
  .container-fluid:after {
    clear: both;
    display: table;
    line-height: 0;
    content: ""; }

.pull-right {
  float: right; }

.row-fluid .pull-right {
  float: right; }

.auto-margin {
  margin-right: auto;
  margin-left: auto; }

.content-flex {
  max-width: 1440px; }

.hide {
  display: none; }

@media (max-width: 767px) {
  .hidden-phone {
    display: none !important; } }
@media (min-width: 767px) {
  .row-fluid {
    width: 100%; }
    .row-fluid:before, .row-fluid:after {
      display: table;
      line-height: 0;
      content: ""; }
    .row-fluid:after {
      clear: both; }
    .row-fluid [class*="span"] {
      display: block;
      float: left;
      width: 100%;
      min-height: 30px;
      margin-left: 2.564102564102564%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .row-fluid .pull-right {
      float: right; }
    .row-fluid .span3 {
      width: 24%; }
    .row-fluid .span9 {
      width: 70%; }
    .row-fluid .span4 {
      width: 29%; }
    .row-fluid .span8 {
      width: 64%; } }
code, pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }

li {
  line-height: 20px; }

pre {
  border: 1px solid rgba(0, 0, 0, 0.15); }

.row-fluid [class*="span"]:first-child {
  margin-left: 0; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.popover.left {
  margin-left: -10px; }

.fade.in {
  opacity: 1; }

html {
  position: relative; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #fff;
  border-right-width: 0; }

.popover-content {
  padding: 9px 14px; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.in {
  opacity: .8;
  filter: alpha(opacity=80); }

.fade.in {
  opacity: 1; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000;
  border-width: 5px 5px 0; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box; }

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto; }

.modal-header .close {
  margin-top: 2px; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20); }

.modal-header h3 {
  margin: 0;
  line-height: 30px; }

h3 {
  font-size: 24.5px; }

[class^="bs-icon-"], [class*=" bs-icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../../img/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat; }

.bs-icon-thumbs-up {
  background-position: -96px -144px; }

.bs-icon-thumbs-down {
  background-position: -120px -144px; }

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.container-fluid {
  padding-right: 20px;
  padding-left: 20px; }

@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
.autocomplete {
  position: relative; }
  .autocomplete input {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Menlo", Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    color: #24282F;
    background-color: transparent;
    padding: 6px 12px;
    box-shadow: none;
    border: 1px solid #D7DAE0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    width: 220px; }
    .autocomplete input::-webkit-input-placeholder {
      color: #24282F;
      font-family: "Menlo", Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
      font-size: 1.4rem;
      font-weight: 400; }
    .autocomplete input:focus, .autocomplete input.has-value {
      width: 300px; }
  .autocomplete .dropdown-menu {
    text-align: left;
    position: absolute;
    top: 100%;
    margin-top: 5px;
    left: 0;
    right: 0;
    z-index: 100;
    max-height: 90vh;
    overflow: auto;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 5px;
    -webkit-animation: softFromBottom 0.2s both;
    animation: softFromBottom 0.2s both; }
    .autocomplete .dropdown-menu::-webkit-scrollbar {
      height: 8px;
      width: 8px;
      cursor: default;
      background-color: #f7f7f7; }
    .autocomplete .dropdown-menu::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.12);
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box;
      border: 1px solid transparent;
      visibility: hidden; }
      .autocomplete .dropdown-menu::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.18); }
    .autocomplete .dropdown-menu:hover::-webkit-scrollbar-thumb {
      visibility: visible; }
    .autocomplete .dropdown-menu li {
      -webkit-animation: softFromBottom 0.15s both;
      animation: softFromBottom 0.15s both; }
      .autocomplete .dropdown-menu li:nth-of-type(1) {
        -webkit-animation-delay: 30ms;
        animation-delay: 30ms; }
      .autocomplete .dropdown-menu li:nth-of-type(2) {
        -webkit-animation-delay: 60ms;
        animation-delay: 60ms; }
      .autocomplete .dropdown-menu li:nth-of-type(3) {
        -webkit-animation-delay: 90ms;
        animation-delay: 90ms; }
      .autocomplete .dropdown-menu li:nth-of-type(4) {
        -webkit-animation-delay: 120ms;
        animation-delay: 120ms; }
      .autocomplete .dropdown-menu li:nth-of-type(5) {
        -webkit-animation-delay: 150ms;
        animation-delay: 150ms; }
      .autocomplete .dropdown-menu li:nth-of-type(6) {
        -webkit-animation-delay: 180ms;
        animation-delay: 180ms; }
      .autocomplete .dropdown-menu li:nth-of-type(7) {
        -webkit-animation-delay: 210ms;
        animation-delay: 210ms; }
      .autocomplete .dropdown-menu li:nth-of-type(8) {
        -webkit-animation-delay: 240ms;
        animation-delay: 240ms; }
      .autocomplete .dropdown-menu li:nth-of-type(9) {
        -webkit-animation-delay: 270ms;
        animation-delay: 270ms; }
      .autocomplete .dropdown-menu li:nth-of-type(10) {
        -webkit-animation-delay: 300ms;
        animation-delay: 300ms; }
      .autocomplete .dropdown-menu li:nth-of-type(11) {
        -webkit-animation-delay: 330ms;
        animation-delay: 330ms; }
      .autocomplete .dropdown-menu li:nth-of-type(12) {
        -webkit-animation-delay: 360ms;
        animation-delay: 360ms; }
      .autocomplete .dropdown-menu li:nth-of-type(13) {
        -webkit-animation-delay: 390ms;
        animation-delay: 390ms; }
      .autocomplete .dropdown-menu li:nth-of-type(14) {
        -webkit-animation-delay: 420ms;
        animation-delay: 420ms; }
      .autocomplete .dropdown-menu li:nth-of-type(15) {
        -webkit-animation-delay: 450ms;
        animation-delay: 450ms; }
      .autocomplete .dropdown-menu li:nth-of-type(16) {
        -webkit-animation-delay: 480ms;
        animation-delay: 480ms; }
      .autocomplete .dropdown-menu li:nth-of-type(17) {
        -webkit-animation-delay: 510ms;
        animation-delay: 510ms; }
      .autocomplete .dropdown-menu li:nth-of-type(18) {
        -webkit-animation-delay: 540ms;
        animation-delay: 540ms; }
      .autocomplete .dropdown-menu li:nth-of-type(19) {
        -webkit-animation-delay: 570ms;
        animation-delay: 570ms; }
      .autocomplete .dropdown-menu li:nth-of-type(20) {
        -webkit-animation-delay: 600ms;
        animation-delay: 600ms; }
      .autocomplete .dropdown-menu li:nth-of-type(21) {
        -webkit-animation-delay: 630ms;
        animation-delay: 630ms; }
      .autocomplete .dropdown-menu li:nth-of-type(22) {
        -webkit-animation-delay: 660ms;
        animation-delay: 660ms; }
      .autocomplete .dropdown-menu li:nth-of-type(23) {
        -webkit-animation-delay: 690ms;
        animation-delay: 690ms; }
      .autocomplete .dropdown-menu li:nth-of-type(24) {
        -webkit-animation-delay: 720ms;
        animation-delay: 720ms; }
      .autocomplete .dropdown-menu li:nth-of-type(25) {
        -webkit-animation-delay: 750ms;
        animation-delay: 750ms; }
      .autocomplete .dropdown-menu li:not(:last-child) {
        margin-bottom: 5px; }
      .autocomplete .dropdown-menu li.active a {
        color: #fff;
        background-color: #38A6EB; }
      .autocomplete .dropdown-menu li a {
        font-family: "Menlo", Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        display: block;
        color: #24282F;
        cursor: pointer;
        font-size: 1.4rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 5px 8px 4px;
        -webkit-transition: all 0.1s;
        transition: all 0.1s; }
        .autocomplete .dropdown-menu li a:hover {
          color: #fff;
          background-color: #38A6EB; }
  .autocomplete .icon-search {
    position: absolute;
    cursor: pointer;
    right: 6px;
    font-size: 2.6rem;
    padding: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    color: #3A3F4C;
    opacity: .5;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .autocomplete .icon-search:hover {
      opacity: .8; }
  .autocomplete.light .icon-search {
    color: #fff; }
  .autocomplete.box {
    max-width: 480px; }
    .autocomplete.box input {
      width: 100%; }
    .autocomplete.box .icon-search {
      color: #3A3F4C;
      right: 12px; }

@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
.main-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 30px;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
  .main-menu #user-avatar {
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer; }
  .main-menu #userMenu {
    -webkit-animation: fadeIn 0.2s;
    animation: fadeIn 0.2s;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 12px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
    font-size: 1.5rem; }
    .main-menu #userMenu:before {
      content: '';
      position: absolute;
      bottom: 100%;
      right: 0;
      left: 0;
      height: 20px; }
    .main-menu #userMenu:after {
      content: '';
      position: absolute;
      bottom: 100%;
      right: 10px;
      border-style: solid;
      border-width: 7px;
      border-color: transparent transparent #fff transparent; }
    .main-menu #userMenu a {
      display: block;
      color: #3A3F4C;
      padding: 5px 10px; }
      .main-menu #userMenu a:hover {
        color: #38A6EB; }
  .main-menu .logo {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .main-menu .logo:hover {
      opacity: 0.9; }
  .main-menu .autocomplete {
    margin-left: 5px; }
  .main-menu .nav > li {
    display: inline-block;
    vertical-align: middle;
    color: #282C34; }
    .main-menu .nav > li:not(:first-child) {
      margin-left: 40px; }
      @media only screen and (max-width: 680px) {
        .main-menu .nav > li:not(:first-child) {
          margin-left: 10px; } }
    .main-menu .nav > li > a:not(.btn) {
      position: relative;
      color: inherit;
      font-size: 1.5rem;
      padding: 10px 0; }
      .main-menu .nav > li > a:not(.btn):before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #8346C5;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: left;
        transform-origin: left; }
      .main-menu .nav > li > a:not(.btn):hover:before, .main-menu .nav > li > a:not(.btn).active:before {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1); }
  .main-menu.dark:not(.fixed):not(.mobile) {
    background-color: #2F333D;
    padding: 15px 20px; }
    .main-menu.dark:not(.fixed):not(.mobile) .nav > li {
      color: #fff; }
  .main-menu.hp-hero:not(.fixed) .nav > li {
    color: #B0D2E1; }
  .main-menu a:not(.btn), .main-menu img {
    display: block; }
  .main-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-102%);
    -ms-transform: translateY(-102%);
    transform: translateY(-102%); }
    .main-menu.fixed.scrolled {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    .main-menu.fixed .logo img {
      width: 130px; }
    .main-menu.fixed .nav > li:not(:first-child) {
      margin-left: 35px; }
      @media only screen and (max-width: 680px) {
        .main-menu.fixed .nav > li:not(:first-child) {
          margin-left: 10px; } }
      @media only screen and (max-width: 340px) {
        .main-menu.fixed .nav > li:not(:first-child) {
          margin-left: 8px; } }
    .main-menu.fixed .nav > li > a:not(.btn) {
      padding: 15px 0; }
  @media only screen and (max-width: 980px) {
    .main-menu:not(.mobile) {
      display: none; } }
  .main-menu.mobile {
    padding: 15px;
    display: none; }
    .main-menu.mobile.dark {
      padding: 12px 15px; }
    @media only screen and (max-width: 980px) {
      .main-menu.mobile {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .main-menu.mobile .logo img {
      width: 120px; }
    @media only screen and (max-width: 460px) {
      .main-menu.mobile.fixed {
        padding: 12px 10px; } }
    @media only screen and (max-width: 460px) {
      .main-menu.mobile.fixed .logo img {
        display: none; } }
    .main-menu.mobile.fixed .logo img.icon {
      width: 32px;
      display: none; }
      @media only screen and (max-width: 460px) {
        .main-menu.mobile.fixed .logo img.icon {
          display: block; } }
    .main-menu.mobile.fixed .mobile-menu-btn {
      color: #3A3F4C;
      background-color: rgba(0, 0, 0, 0.08); }
  .main-menu .mobile-menu-btn {
    cursor: pointer;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 9px;
    opacity: .8;
    backface-visibility: hidden; }
    @media only screen and (max-width: 880px) {
      .main-menu .mobile-menu-btn {
        padding: 7px 8px;
        margin-left: 10px; } }
    .main-menu .mobile-menu-btn div {
      display: block;
      width: 15px;
      direction: rtl; }
      .main-menu .mobile-menu-btn div:before, .main-menu .mobile-menu-btn div:after, .main-menu .mobile-menu-btn div i {
        content: '';
        height: 2px;
        border-bottom: 2px solid;
        display: block; }
      .main-menu .mobile-menu-btn div:after {
        width: 70%;
        margin-bottom: 2px; }
      .main-menu .mobile-menu-btn div i {
        margin: 4px 0 2px; }

#mobile-drop {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #2F333D;
  z-index: 20;
  background-color: #fff;
  position: fixed;
  -webkit-animation: fromTop 0.3s both;
  animation: fromTop 0.3s both;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (max-width: 880px) {
    #mobile-drop.active {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  #mobile-drop header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 15px 15px 20px;
    background-color: #F3F4F6; }
    #mobile-drop header img {
      display: block;
      width: 110px; }
    #mobile-drop header .icon {
      padding: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      font-size: 2.6rem;
      color: #2F333D; }
  #mobile-drop .nav {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto; }
    #mobile-drop .nav::-webkit-scrollbar {
      height: 8px;
      width: 8px;
      cursor: default;
      background-color: #f7f7f7; }
    #mobile-drop .nav::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.12);
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box;
      border: 1px solid transparent;
      visibility: hidden; }
      #mobile-drop .nav::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.18); }
    #mobile-drop .nav:hover::-webkit-scrollbar-thumb {
      visibility: visible; }
    #mobile-drop .nav::-webkit-scrollbar {
      background-color: #24282F; }
    #mobile-drop .nav::-webkit-scrollbar-thumb {
      background-color: rgba(203, 205, 213, 0.12); }
      #mobile-drop .nav::-webkit-scrollbar-thumb:hover {
        background-color: rgba(203, 205, 213, 0.2); }
    #mobile-drop .nav li:not(:last-child) {
      border-bottom: 1px solid #F0F2F5; }
    #mobile-drop .nav a {
      display: block;
      color: #2F333D;
      font-size: 1.6rem;
      padding: 30px 25px; }
      #mobile-drop .nav a.active {
        color: #38A6EB; }
  #mobile-drop footer {
    padding: 15px 5px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2); }
    #mobile-drop footer ul {
      padding: 5px 15px; }
  #mobile-drop .links {
    margin-bottom: 10px; }
    @media only screen and (max-width: 460px) {
      #mobile-drop .links {
        margin-bottom: 20px; } }
    #mobile-drop .links li {
      display: inline-block;
      vertical-align: middle; }
      #mobile-drop .links li:not(:first-child) {
        margin-left: 20px; }
    #mobile-drop .links a {
      color: #9DA5B5;
      opacity: .5;
      font-size: 1.4rem; }
  #mobile-drop .sub-footer {
    padding: 30px 10px; }
  #mobile-drop .social li {
    display: inline-block;
    vertical-align: middle; }
    #mobile-drop .social li:not(:first-child) {
      margin-left: 25px; }
  #mobile-drop .social a {
    padding: 4px;
    position: relative;
    display: block; }
    #mobile-drop .social a .icon {
      position: relative;
      font-size: 2.2rem;
      display: block;
      color: #9DA5B5;
      opacity: .5;
      -webkit-transition: all 0.15s;
      transition: all 0.15s; }

@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
#thank-you {
  text-align: center; }
  #thank-you #thank-you-logo {
    position: absolute;
    top: 25px;
    left: 27px; }
    #thank-you #thank-you-logo img {
      display: block;
      max-width: 120px; }
  #thank-you .steps {
    padding: 90px 0 50px;
    background: url(../images/texture.svg) center 20% no-repeat #fff; }
    #thank-you .steps h1 {
      color: #24282F;
      margin: auto;
      font-size: 5.6rem; }
      #thank-you .steps h1 img {
        margin-left: 10px;
        width: 90px; }
  #thank-you .re-download {
    font-size: 1.7rem;
    color: #3A3F4C;
    text-align: center;
    margin: 30px auto 60px;
    display: inline-block;
    background-color: #fff;
    padding: 5px 20px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #dcdcdc; }
    #thank-you .re-download a {
      color: #38A6EB;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
      #thank-you .re-download a:hover {
        color: #2DD7A6; }
  #thank-you .do {
    -webkit-justify-content: center;
    justify-content: center;
    display: none; }
    #thank-you .do.active {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    #thank-you .do li {
      padding: 10px 5% 0; }
      #thank-you .do li:not(:last-child) {
        border-right: 1px solid rgba(128, 125, 131, 0.2); }
      #thank-you .do li .title {
        text-align: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center; }
        #thank-you .do li .title h3 {
          font-size: 5rem;
          color: #38A6EB;
          font-weight: bold;
          margin-right: 15px; }
        #thank-you .do li .title p {
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          font-size: 2.1rem;
          color: #24282F;
          max-width: 250px; }
      #thank-you .do li img {
        display: block;
        margin: 30px auto; }
  #thank-you .bling {
    background-color: #F6F6F6;
    padding: 80px 20px; }
    #thank-you .bling img {
      display: block;
      margin: 0 auto 30px; }
    #thank-you .bling .date {
      color: rgba(128, 125, 131, 0.5);
      font-size: 1.4rem; }
      #thank-you .bling .date:after {
        content: '';
        display: block;
        width: 20px;
        height: 1px;
        background-color: #2DD7A6;
        margin: 9px auto 5px; }
    #thank-you .bling h4 {
      font-size: 2.2rem;
      width: 520px;
      margin: 0 auto 25px;
      font-style: italic;
      font-weight: bold;
      color: #3A3F4C; }
    #thank-you .bling a {
      display: inline-block;
      color: #38A6EB;
      font-size: 1.4rem;
      padding: 8px 20px 10px;
      background-color: #fff;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      box-shadow: 0 0 0 0 #eee;
      -webkit-transition: box-shadow 0.2s;
      transition: box-shadow 0.2s; }
      #thank-you .bling a:hover {
        box-shadow: 0 2px 0 0 #eee; }
  #thank-you .vid {
    padding: 20px 20px 10px;
    background-color: #F3F4F6;
    margin: 50px;
    text-align: left; }
    @media only screen and (max-width: 1080px) {
      #thank-you .vid {
        margin: 30px; } }
    #thank-you .vid .column {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      #thank-you .vid .column:not(.flip) {
        margin-bottom: 110px; }
        #thank-you .vid .column:not(.flip) .video-wrapper {
          margin-top: -50px; }
        #thank-you .vid .column:not(.flip) > section {
          margin-right: 30px; }
      #thank-you .vid .column.flip {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        #thank-you .vid .column.flip .video-wrapper {
          margin-bottom: -50px; }
        #thank-you .vid .column.flip > section {
          margin-left: 30px; }
      #thank-you .vid .column > section {
        max-width: 300px; }
    #thank-you .vid h2 {
      font-size: 4.2rem;
      margin-top: 30px;
      margin-bottom: 20px; }
    #thank-you .vid p {
      font-size: 2.1rem;
      margin-bottom: 30px; }
    #thank-you .vid .video-wrapper {
      background-color: #fff;
      position: relative;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      max-width: 700px;
      z-index: 1;
      box-shadow: 40px -10px 120px rgba(0, 0, 0, 0.12); }
      #thank-you .vid .video-wrapper > div {
        height: 0;
        padding-bottom: 61%;
        position: relative; }
      #thank-you .vid .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #thank-you .hdiw {
    padding: 150px 20px 110px;
    background-color: #24282F;
    text-align: left;
    color: #fff; }
    #thank-you .hdiw h2 {
      max-width: 700px;
      margin-bottom: 20px;
      font-size: 3.6rem; }
    #thank-you .hdiw p {
      opacity: .8;
      max-width: 540px;
      font-size: 2rem;
      margin-bottom: 10px; }
    #thank-you .hdiw img {
      display: block;
      width: 100%;
      max-width: 100%; }

@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
#faq .hero {
  background: url("../images/hero-bg.svg") center 10px no-repeat;
  padding: 18vh 20px 12vh;
  text-align: center;
  position: relative; }
  @media only screen and (max-width: 880px) {
    #faq .hero {
      padding: 15vh 20px 10vh; } }
  #faq .hero h1 {
    color: #1B1E23;
    font-size: 8.2rem; }
    @media only screen and (max-width: 880px) {
      #faq .hero h1 {
        font-size: 7.2rem; } }
    @media only screen and (max-width: 460px) {
      #faq .hero h1 {
        font-size: 5.2rem; } }
#faq .ques {
  margin: 0 auto 150px; }
  @media only screen and (max-width: 880px) {
    #faq .ques {
      margin-bottom: 90px; } }
  #faq .ques section {
    margin-bottom: 35px;
    color: #24282F;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 0 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #F3F4F6;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    @media only screen and (max-width: 880px) {
      #faq .ques section {
        margin-bottom: 20px; } }
    #faq .ques section:hover > header, #faq .ques section.active > header {
      border-left: 3px solid #38A6EB; }
    #faq .ques section:hover:not(.active) {
      box-shadow: -3px 10px 50px rgba(0, 0, 0, 0.1), inset 0 0 0 0 rgba(0, 0, 0, 0.15);
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px); }
    #faq .ques section:hover > header .icon {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    #faq .ques section.active {
      border-color: #F0F2F5; }
      #faq .ques section.active > article {
        display: block; }
      #faq .ques section.active > header .icon {
        color: #38A6EB;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #faq .ques section.active:hover > header .icon {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg); }
    #faq .ques section > header, #faq .ques section > article {
      padding: 20px; }
      @media only screen and (max-width: 460px) {
        #faq .ques section > header, #faq .ques section > article {
          padding: 15px; } }
    #faq .ques section > header {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      user-select: none;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      cursor: pointer;
      border-left: 2px solid #9DA5B5;
      -webkit-transition: border-left 0.2s;
      transition: border-left 0.2s; }
      #faq .ques section > header .icon {
        font-size: 3rem;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
      #faq .ques section > header h3 {
        font-size: 3rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        color: #24282F;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        @media only screen and (max-width: 880px) {
          #faq .ques section > header h3 {
            font-size: 2.6rem; } }
        @media only screen and (max-width: 460px) {
          #faq .ques section > header h3 {
            font-size: 1.8rem; } }
    #faq .ques section > article {
      display: none;
      padding-left: 40px;
      border-top: 1px solid #F3F4F6;
      -webkit-animation: scaleIn 0.3s;
      animation: scaleIn 0.3s; }
      @media only screen and (max-width: 460px) {
        #faq .ques section > article {
          padding-left: 15px; } }
  #faq .ques p {
    max-width: 760px;
    color: #3A3F4C;
    margin-bottom: 15px;
    font-size: 1.9rem; }
    @media only screen and (max-width: 880px) {
      #faq .ques p {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 460px) {
      #faq .ques p {
        font-size: 1.6rem; } }
#faq .vote {
  margin-top: 30px; }
  @media only screen and (max-width: 880px) {
    #faq .vote {
      margin-top: 20px; } }
  #faq .vote label {
    font-size: 1.3rem;
    color: #3A3F4C;
    margin-bottom: 5px;
    cursor: pointer;
    display: block; }
  #faq .vote .check {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    margin-bottom: 10px; }
    #faq .vote .check input, #faq .vote .check label {
      display: inline-block;
      vertical-align: middle; }
    #faq .vote .check label {
      margin-bottom: 0;
      margin-left: 5px; }
    @media only screen and (max-width: 460px) {
      #faq .vote .check {
        display: block; } }
  #faq .vote .box {
    margin-bottom: 20px; }
  #faq .vote input[type="checkbox"] {
    -webkit-appearance: checkbox; }
  #faq .vote input[type="text"] {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Menlo", Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    color: #24282F;
    background-color: transparent;
    padding: 6px 12px;
    box-shadow: none;
    border: 1px solid #D7DAE0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    display: block; }
    #faq .vote input[type="text"]::-webkit-input-placeholder {
      color: #24282F;
      font-family: "Menlo", Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
      font-size: 1.4rem;
      font-weight: 400; }

@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-webkit-keyframes beam {
  0% {
    opacity: .01;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); }
  50% {
    opacity: .2;
    -webkit-transform: matrix(1.5, 0, 0, 1.5, 0, 0);
    -ms-transform: matrix(1.5, 0, 0, 1.5, 0, 0);
    transform: matrix(1.5, 0, 0, 1.5, 0, 0); }
  100% {
    opacity: .01;
    -webkit-transform: matrix(2, 0, 0, 2, 0, 0);
    -ms-transform: matrix(2, 0, 0, 2, 0, 0);
    transform: matrix(2, 0, 0, 2, 0, 0); } }
@-moz-keyframes beam {
  0% {
    opacity: .01;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); }
  50% {
    opacity: .2;
    -webkit-transform: matrix(1.5, 0, 0, 1.5, 0, 0);
    -ms-transform: matrix(1.5, 0, 0, 1.5, 0, 0);
    transform: matrix(1.5, 0, 0, 1.5, 0, 0); }
  100% {
    opacity: .01;
    -webkit-transform: matrix(2, 0, 0, 2, 0, 0);
    -ms-transform: matrix(2, 0, 0, 2, 0, 0);
    transform: matrix(2, 0, 0, 2, 0, 0); } }
@keyframes beam {
  0% {
    opacity: .01;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); }
  50% {
    opacity: .2;
    -webkit-transform: matrix(1.5, 0, 0, 1.5, 0, 0);
    -ms-transform: matrix(1.5, 0, 0, 1.5, 0, 0);
    transform: matrix(1.5, 0, 0, 1.5, 0, 0); }
  100% {
    opacity: .01;
    -webkit-transform: matrix(2, 0, 0, 2, 0, 0);
    -ms-transform: matrix(2, 0, 0, 2, 0, 0);
    transform: matrix(2, 0, 0, 2, 0, 0); } }
@-webkit-keyframes reachoutIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes reachoutIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes reachoutIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
#teams {
  background: url("../images/hero-bg.svg") center top no-repeat;
  padding-top: 120px; }
  @media only screen and (max-width: 1080px) {
    #teams {
      padding-top: 90px; } }
  @media only screen and (max-width: 680px) {
    #teams {
      padding-top: 60px;
      background: none; } }
  #teams .hero {
    position: relative;
    padding: 10vh 0 250px;
    margin: 0 100px 550px;
    background-color: #38A6EB; }
    @media only screen and (max-width: 1080px) {
      #teams .hero {
        margin: 0 50px 380px; } }
    @media only screen and (max-width: 880px) {
      #teams .hero {
        margin: 0 30px 280px; } }
    @media only screen and (max-width: 680px) {
      #teams .hero {
        margin: 0 0 280px;
        padding-top: 50px; } }
    #teams .hero h1 {
      font-size: 7.2rem;
      max-width: 720px;
      margin-bottom: 20px;
      color: #fff; }
      @media only screen and (max-width: 880px) {
        #teams .hero h1 {
          font-size: 6.2rem; } }
      @media only screen and (max-width: 680px) {
        #teams .hero h1 {
          font-size: 5rem; } }
      @media only screen and (max-width: 460px) {
        #teams .hero h1 {
          font-size: 3.4rem; } }
    #teams .hero p {
      color: #fff;
      font-size: 2.2rem;
      margin-bottom: 30px;
      max-width: 660px; }
      @media only screen and (max-width: 880px) {
        #teams .hero p {
          font-size: 2rem;
          margin-bottom: 25px; } }
      @media only screen and (max-width: 680px) {
        #teams .hero p {
          font-size: 1.7rem;
          margin-bottom: 20px; } }
    #teams .hero .btns-wrapper {
      padding-top: 30px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      @media only screen and (max-width: 680px) {
        #teams .hero .btns-wrapper {
          padding-top: 25px; } }
      @media only screen and (max-width: 460px) {
        #teams .hero .btns-wrapper {
          display: block; } }
      #teams .hero .btns-wrapper .btn {
        margin-right: 50px; }
        @media only screen and (max-width: 460px) {
          #teams .hero .btns-wrapper .btn {
            margin-bottom: 30px; } }
        #teams .hero .btns-wrapper .btn img {
          display: inline-block;
          vertical-align: middle;
          margin-left: 15px; }
        @media only screen and (max-width: 680px) {
          #teams .hero .btns-wrapper .btn {
            margin-right: 20px; } }
    #teams .hero .reachout {
      position: absolute;
      top: calc(100% - 180px);
      left: 40%;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      width: 980px;
      box-shadow: -10px 15px 80px rgba(0, 0, 0, 0.1);
      -webkit-animation: reachoutIn 1s 0.7s backwards;
      animation: reachoutIn 1s 0.7s backwards; }
      @media only screen and (max-width: 1080px) {
        #teams .hero .reachout {
          width: 680px;
          -webkit-border-radius: 3px;
          border-radius: 3px; } }
      @media only screen and (max-width: 680px) {
        #teams .hero .reachout {
          top: calc(100% - 200px);
          left: 10%; } }
  #teams .blocks-section {
    margin-bottom: 120px; }
    @media only screen and (max-width: 1080px) {
      #teams .blocks-section {
        margin-bottom: 90px; } }
    @media only screen and (max-width: 680px) {
      #teams .blocks-section {
        margin-bottom: 70px; } }
    @media only screen and (max-width: 460px) {
      #teams .blocks-section {
        margin-bottom: 50px; } }
    #teams .blocks-section.three > ul, #teams .blocks-section.four > ul {
      padding-top: 40px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-fflex-wrap: wrap;
      -ms-flex-direction: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      @media only screen and (max-width: 680px) {
        #teams .blocks-section.three > ul, #teams .blocks-section.four > ul {
          display: block; } }
      #teams .blocks-section.three > ul header, #teams .blocks-section.four > ul header {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 35px; }
        @media only screen and (max-width: 680px) {
          #teams .blocks-section.three > ul header, #teams .blocks-section.four > ul header {
            margin-bottom: 25px; } }
        #teams .blocks-section.three > ul header img, #teams .blocks-section.four > ul header img {
          margin-right: 15px; }
        #teams .blocks-section.three > ul header .label, #teams .blocks-section.four > ul header .label {
          line-height: 1.2;
          color: #1B1E23;
          font-size: 2.4rem;
          font-weight: 300; }
          @media only screen and (max-width: 680px) {
            #teams .blocks-section.three > ul header .label, #teams .blocks-section.four > ul header .label {
              font-size: 2.2rem; } }
      #teams .blocks-section.three > ul p, #teams .blocks-section.three > ul li, #teams .blocks-section.four > ul p, #teams .blocks-section.four > ul li {
        color: #3A3F4C;
        font-size: 1.8rem;
        margin-bottom: 15px; }
        @media only screen and (max-width: 680px) {
          #teams .blocks-section.three > ul p, #teams .blocks-section.three > ul li, #teams .blocks-section.four > ul p, #teams .blocks-section.four > ul li {
            font-size: 1.7rem; } }
    #teams .blocks-section.three {
      padding-top: 50px;
      padding-bottom: 80px;
      max-width: 1200px; }
      @media only screen and (max-width: 880px) {
        #teams .blocks-section.three {
          padding-bottom: 30px; } }
      #teams .blocks-section.three > ul > li {
        max-width: 290px; }
        @media only screen and (max-width: 880px) {
          #teams .blocks-section.three > ul > li {
            max-width: none;
            margin: 0 5px 50px; } }
        @media only screen and (max-width: 680px) {
          #teams .blocks-section.three > ul > li {
            max-width: 520px;
            padding-bottom: 25px; } }
      #teams .blocks-section.three.high-header {
        padding-bottom: 0; }
        #teams .blocks-section.three.high-header header {
          display: block;
          min-height: 50px; }
          @media only screen and (max-width: 880px) {
            #teams .blocks-section.three.high-header header {
              min-height: 0; } }
          #teams .blocks-section.three.high-header header i {
            color: #9DA5B5;
            display: block;
            font-size: 1.6rem;
            margin-top: 5px; }
            #teams .blocks-section.three.high-header header i a {
              color: inherit;
              text-decoration: underline; }
        #teams .blocks-section.three.high-header > ul > li {
          max-width: 320px; }
          @media only screen and (max-width: 680px) {
            #teams .blocks-section.three.high-header > ul > li {
              max-width: 520px; } }
    #teams .blocks-section.four > ul > li {
      opacity: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px);
      width: 45%; }
      #teams .blocks-section.four > ul > li:nth-of-type(1) {
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms; }
      #teams .blocks-section.four > ul > li:nth-of-type(2) {
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms; }
      #teams .blocks-section.four > ul > li:nth-of-type(3) {
        -webkit-transition-delay: 150ms;
        transition-delay: 150ms; }
      #teams .blocks-section.four > ul > li:nth-of-type(4) {
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms; }
      @media only screen and (max-width: 880px) {
        #teams .blocks-section.four > ul > li {
          width: 47%; } }
      @media only screen and (max-width: 680px) {
        #teams .blocks-section.four > ul > li {
          width: auto; } }
      #teams .blocks-section.four > ul > li.active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
      #teams .blocks-section.four > ul > li:not(:last-child):after {
        content: '';
        display: block;
        width: 90px;
        height: 1px;
        margin: 70px 0; }
      #teams .blocks-section.four > ul > li:nth-child(3):after {
        display: none; }
      @media only screen and (max-width: 680px) {
        #teams .blocks-section.four > ul > li:not(:last-child):after {
          margin: 50px 0 40px; }
        #teams .blocks-section.four > ul > li:nth-child(3):after {
          display: block; } }
      #teams .blocks-section.four > ul > li:nth-child(odd):after {
        background-color: #8346C5; }
      #teams .blocks-section.four > ul > li:nth-child(even):after {
        background-color: #38A6EB; }
      #teams .blocks-section.four > ul > li header, #teams .blocks-section.four > ul > li ul, #teams .blocks-section.four > ul > li p {
        max-width: 400px; }
      #teams .blocks-section.four > ul > li li {
        margin-bottom: 8px;
        list-style: disc;
        margin-left: 20px; }
  #teams .green-bg {
    position: relative;
    margin-bottom: 280px; }
    @media only screen and (max-width: 680px) {
      #teams .green-bg {
        margin-bottom: 320px; } }
    #teams .green-bg:before {
      content: '';
      position: absolute;
      width: 900px;
      height: 480px;
      top: -70px;
      left: -100px;
      background-color: #2DD7A6;
      z-index: -1;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: left;
      transform-origin: left; }
      @media only screen and (max-width: 680px) {
        #teams .green-bg:before {
          height: 420px; } }
      @media only screen and (max-width: 460px) {
        #teams .green-bg:before {
          height: 530px; } }
    #teams .green-bg.active:before {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
    #teams .green-bg p {
      max-width: 460px;
      margin-bottom: 15px; }
    #teams .green-bg .beam {
      position: absolute;
      right: 120px;
      top: 280px;
      width: 230px;
      height: 230px; }
      @media only screen and (max-width: 680px) {
        #teams .green-bg .beam {
          right: 0;
          left: 0;
          margin: auto;
          width: 200px;
          height: 200px;
          top: 250px; } }
      @media only screen and (max-width: 460px) {
        #teams .green-bg .beam {
          top: 350px; } }
      #teams .green-bg .beam img {
        display: block;
        width: 100%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        box-shadow: -18px 25px 60px rgba(0, 0, 0, 0.2); }
      #teams .green-bg .beam ul, #teams .green-bg .beam li {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #teams .green-bg .beam li {
        border: 2px solid #2DD7A6;
        -webkit-animation: beam 2s infinite linear;
        animation: beam 2s infinite linear; }
        #teams .green-bg .beam li:nth-of-type(1) {
          -webkit-animation-delay: 400ms;
          animation-delay: 400ms; }
        #teams .green-bg .beam li:nth-of-type(2) {
          -webkit-animation-delay: 800ms;
          animation-delay: 800ms; }
        #teams .green-bg .beam li:nth-of-type(3) {
          -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms; }
        #teams .green-bg .beam li:nth-of-type(4) {
          -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms; }
        #teams .green-bg .beam li:nth-of-type(5) {
          -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms; }
  #teams .reachout-edit {
    margin-bottom: 180px; }
    @media only screen and (max-width: 880px) {
      #teams .reachout-edit {
        margin-bottom: 150px; } }
    @media only screen and (max-width: 460px) {
      #teams .reachout-edit {
        margin-bottom: 110px; } }
    #teams .reachout-edit > img {
      display: block;
      max-width: 1100px;
      width: 96%;
      box-shadow: -10px 15px 80px rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 6px;
      border-radius: 6px;
      margin: auto;
      z-index: 1;
      position: relative;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      opacity: 0; }
      @media only screen and (max-width: 880px) {
        #teams .reachout-edit > img {
          -webkit-border-radius: 3px;
          border-radius: 3px; } }
      @media only screen and (max-width: 460px) {
        #teams .reachout-edit > img {
          width: 520px;
          left: 30px; } }
    #teams .reachout-edit.active > img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
    #teams .reachout-edit .column {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
    #teams .reachout-edit .quote {
      position: relative; }
      @media only screen and (max-width: 880px) {
        #teams .reachout-edit .quote {
          max-width: 560px; } }
      #teams .reachout-edit .quote:before {
        content: '';
        position: absolute;
        top: -250px;
        right: -120px;
        left: -70px;
        bottom: -80px;
        background-color: #F3F4F6;
        z-index: -1; }
        @media only screen and (max-width: 880px) {
          #teams .reachout-edit .quote:before {
            top: -220px;
            right: -50px;
            left: -50px;
            bottom: -70px; } }
  #teams .teams-notification {
    max-width: 550px;
    width: 96%;
    margin: 0 auto 140px;
    display: block; }
    @media only screen and (max-width: 680px) {
      #teams .teams-notification {
        margin-bottom: 90px; } }
  #teams .demo {
    background-color: #282C34;
    margin: 0 50px;
    padding-top: 80px;
    padding-bottom: 60px; }
    @media only screen and (max-width: 880px) {
      #teams .demo {
        padding-bottom: 70px;
        margin: 0 30px; } }
    @media only screen and (max-width: 460px) {
      #teams .demo {
        margin: 0 15px; } }
    @media only screen and (max-width: 340px) {
      #teams .demo {
        margin: 0; } }
    #teams .demo form {
      padding-top: 20px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-fflex-wrap: wrap;
      -ms-flex-direction: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      @media only screen and (max-width: 460px) {
        #teams .demo form {
          display: block; } }
      #teams .demo form .filed {
        width: 49%;
        margin-bottom: 20px;
        position: relative; }
        @media only screen and (max-width: 460px) {
          #teams .demo form .filed {
            margin-bottom: 15px;
            width: 100%; } }
        #teams .demo form .filed.req:after {
          content: '*';
          padding-top: 6px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          top: 50%;
          left: 20px;
          position: absolute;
          pointer-events: none;
          color: #E46283;
          font-size: 1.8rem; }
      #teams .demo form input, #teams .demo form select {
        width: 100%;
        backface-visibility: hidden;
        font-size: 1.8rem;
        font-weight: 400;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        color: #2F333D;
        background-color: #fff;
        padding: 22px 35px;
        opacity: 0.8;
        border: 1px solid #DCD9E0;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all 0.2s cubic-bezier(0.9, 0.1, 0.25, 0.6);
        transition: all 0.2s cubic-bezier(0.9, 0.1, 0.25, 0.6);
        color: #CBCDD5;
        background-color: #2F333D;
        border: none; }
        #teams .demo form input::-webkit-input-placeholder, #teams .demo form select::-webkit-input-placeholder {
          color: #2F333D;
          font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
          font-size: 1.8rem;
          font-weight: 400;
          opacity: 1; }
        #teams .demo form input:focus, #teams .demo form select:focus {
          border-color: #38A6EB;
          opacity: 1; }
        #teams .demo form input::-webkit-input-placeholder, #teams .demo form select::-webkit-input-placeholder {
          color: #CBCDD5; }
      #teams .demo form .btn-wrapper {
        width: 100%;
        margin-top: 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; }
  #teams #demo-msg {
    margin-top: 20px;
    font-size: 1.4rem;
    font-style: italic;
    color: #E46283;
    text-align: right; }
  #teams .full-img {
    background-color: #fff;
    margin-top: -50px; }
    @media only screen and (max-width: 680px) {
      #teams .full-img {
        margin-top: -20px; } }
    #teams .full-img img {
      display: block;
      margin: auto;
      max-width: 1000px;
      width: 100%; }
  #teams .search {
    padding: 120px 20px;
    text-align: center; }
    @media only screen and (max-width: 880px) {
      #teams .search {
        padding: 90px 15px; } }
    #teams .search h2 {
      max-width: none;
      margin-bottom: 30px; }
      @media only screen and (max-width: 880px) {
        #teams .search h2 {
          margin-bottom: 20px; } }

.quote {
  margin-top: 70px; }
  .quote .persona {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    @media only screen and (max-width: 680px) {
      .quote .persona {
        margin-bottom: 25px; } }
    .quote .persona img {
      max-width: 52px; }
      @media only screen and (max-width: 680px) {
        .quote .persona img {
          max-width: 42px; } }
    .quote .persona article {
      margin-left: 15px; }
      @media only screen and (max-width: 680px) {
        .quote .persona article {
          margin-left: 10px; } }
      .quote .persona article p {
        font-size: 1.8rem;
        color: #24282F;
        margin-bottom: 3px; }
        @media only screen and (max-width: 680px) {
          .quote .persona article p {
            font-size: 1.6rem; } }
      .quote .persona article span {
        display: block;
        font-size: 1.4rem;
        color: #3A3F4C; }
        @media only screen and (max-width: 680px) {
          .quote .persona article span {
            font-size: 1.3rem; } }
  .quote > h3 {
    font-size: 3rem;
    font-style: italic;
    color: #1B1E23;
    margin-bottom: 15px; }
    @media only screen and (max-width: 680px) {
      .quote > h3 {
        font-size: 2.5rem; } }
  .quote > p {
    font-size: 1.8rem;
    color: #6B727E !important;
    max-width: 650px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 680px) {
      .quote > p {
        font-size: 1.5rem; } }
  .quote > img {
    display: block; }

@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
#instant {
  background: url("../images/instant-bg.svg") center no-repeat;
  padding-top: 180px;
  padding-bottom: 20px;
  text-align: center; }
  @media only screen and (max-width: 880px) {
    #instant {
      padding: 120px 20px 20px; } }
  @media only screen and (max-width: 680px) {
    #instant {
      padding: 100px 20px 20px;
      background: none; } }
  #instant h2 {
    font-size: 4.2rem;
    margin-bottom: 15px; }
    @media only screen and (max-width: 680px) {
      #instant h2 {
        font-size: 3.2rem;
        margin-bottom: 10px; } }
  #instant p {
    color: #24282F;
    font-size: 2rem;
    margin-bottom: 30px; }
    @media only screen and (max-width: 680px) {
      #instant p {
        font-size: 1.7rem; }
        #instant p br {
          display: none; } }
  #instant > article {
    position: relative;
    height: 400px; }
    @media only screen and (max-width: 680px) {
      #instant > article {
        height: 300px; } }
    #instant > article .img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    #instant > article img {
      width: 100%;
      display: block;
      -webkit-transition: all 0.1s linear;
      transition: all 0.1s linear; }
  #instant #instant-screens {
    width: 1160px;
    margin-top: 30px; }
    @media only screen and (max-width: 880px) {
      #instant #instant-screens {
        width: 1020px; } }
    @media only screen and (max-width: 680px) {
      #instant #instant-screens {
        width: 830px;
        margin-left: 200px; } }
  #instant #hp-instant {
    width: 980px; }
    @media only screen and (max-width: 880px) {
      #instant #hp-instant {
        width: 820px; } }
    @media only screen and (max-width: 680px) {
      #instant #hp-instant {
        width: 920px;
        margin-left: 250px; } }

@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-webkit-keyframes write {
  from {
    max-width: 0; }
  to {
    max-width: 220px; } }
@-moz-keyframes write {
  from {
    max-width: 0; }
  to {
    max-width: 220px; } }
@keyframes write {
  from {
    max-width: 0; }
  to {
    max-width: 220px; } }
@-webkit-keyframes blink {
  0%, 50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0%, 50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0%, 50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes complete {
  0%, 20%, 100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  40%, 90% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes complete {
  0%, 20%, 100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  40%, 90% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes complete {
  0%, 20%, 100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  40%, 90% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
#hero {
  background: url("../images/hero-bg.svg") center 10px no-repeat;
  padding-top: 18vh; }
  @media only screen and (max-width: 680px) {
    #hero {
      background: none; } }
  #hero h1 {
    font-size: 6.2rem;
    margin-bottom: 10px; }
    @media only screen and (max-width: 880px) {
      #hero h1 {
        font-size: 5.2rem; } }
    @media only screen and (max-width: 680px) {
      #hero h1 {
        font-size: 4rem; } }
  #hero h2 {
    font-size: 2.8rem;
    max-width: 760px;
    margin-bottom: 30px;
    color: #6B727E; }
    @media only screen and (max-width: 880px) {
      #hero h2 {
        font-size: 2.6rem; } }
    @media only screen and (max-width: 680px) {
      #hero h2 {
        font-size: 2rem; } }
  #hero .btns-wrapper {
    margin-bottom: 12vh; }
    @media only screen and (max-width: 680px) {
      #hero .btns-wrapper {
        margin-bottom: 70px; } }
    #hero .btns-wrapper .btn.download {
      margin-right: 20px; }
      @media only screen and (max-width: 460px) {
        #hero .btns-wrapper .btn.download {
          margin-right: 0; } }
      @media only screen and (max-width: 460px) {
        #hero .btns-wrapper .btn.download {
          margin-bottom: 20px; } }
    @media only screen and (max-width: 460px) {
      #hero .btns-wrapper .btn {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        max-width: 290px; } }
  #hero .animation {
    margin: auto;
    position: relative;
    -webkit-animation: allFromBottom 0.7s 0.5s backwards;
    animation: allFromBottom 0.7s 0.5s backwards;
    width: 940px; }
    @media only screen and (max-width: 1300px) {
      #hero .animation {
        width: 880px; } }
    @media only screen and (max-width: 880px) {
      #hero .animation {
        width: 700px; } }
    @media only screen and (max-width: 680px) {
      #hero .animation {
        display: none; } }
    @media only screen and (max-width: 460px) {
      #hero .animation {
        display: block;
        width: auto;
        margin: 0 -30px;
        background-color: #21252B;
        padding-bottom: 40px; } }
    @media only screen and (max-width: 340px) {
      #hero .animation {
        margin: 0 -15px; } }
    #hero .animation .ide {
      position: relative;
      background-color: #2F333D;
      box-shadow: 20px 15px 50px rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 5px;
      border-radius: 5px;
      height: 555px; }
      @media only screen and (max-width: 1300px) {
        #hero .animation .ide {
          height: 520px; }
          #hero .animation .ide .code-2 {
            margin-top: -8px; } }
      @media only screen and (max-width: 880px) {
        #hero .animation .ide {
          height: 414px; }
          #hero .animation .ide .code-2 {
            margin-top: -36px; } }
      @media only screen and (max-width: 680px) {
        #hero .animation .ide {
          display: none; } }
      #hero .animation .ide img {
        -webkit-border-radius: inherit;
        border-radius: inherit;
        display: block;
        width: 100%; }
      #hero .animation .ide .play {
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 30px;
        color: #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        background-color: rgba(0, 0, 0, 0.2);
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0.6);
        -ms-transform: translate(-50%, -50%) scale(0.6);
        transform: translate(-50%, -50%) scale(0.6); }
        @media only screen and (max-width: 880px) {
          #hero .animation .ide .play {
            padding: 22px; } }
        #hero .animation .ide .play img {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          display: block;
          -webkit-transform: rotate(-20deg);
          -ms-transform: rotate(-20deg);
          transform: rotate(-20deg); }
      #hero .animation .ide:hover .play {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
        #hero .animation .ide:hover .play img {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
    #hero .animation .code {
      position: absolute;
      top: 99px;
      left: 80px;
      font-family: "Menlo", Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
      color: #fff; }
      @media only screen and (max-width: 1300px) {
        #hero .animation .code {
          top: 95px;
          left: 75px; } }
      @media only screen and (max-width: 880px) {
        #hero .animation .code {
          top: 74px;
          left: 63px; } }
      #hero .animation .code .txt {
        font-size: 1.6rem;
        white-space: nowrap;
        display: inline-block; }
        @media only screen and (max-width: 1300px) {
          #hero .animation .code .txt {
            font-size: 1.5rem; } }
        @media only screen and (max-width: 880px) {
          #hero .animation .code .txt {
            font-size: 1.4rem; } }
        #hero .animation .code .txt span {
          display: inline-block;
          vertical-align: middle; }
        #hero .animation .code .txt .trigger {
          position: relative;
          overflow: hidden;
          margin-right: 5px; }
          #hero .animation .code .txt .trigger:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 1px; }
        #hero .animation .code .txt .space {
          width: 10px; }
        #hero .animation .code .txt .char {
          will-change: transform;
          display: inline-block;
          opacity: 0; }
          #hero .animation .code .txt .char:last-of-type {
            padding-right: 5px; }
        #hero .animation .code .txt .generated {
          position: relative;
          color: #2DD7A6;
          opacity: 0; }
          #hero .animation .code .txt .generated img {
            position: absolute;
            width: 170px;
            right: -75px;
            bottom: 5px; }
          #hero .animation .code .txt .generated em {
            font-style: normal;
            opacity: .7; }
        #hero .animation .code .txt .top {
          position: absolute;
          left: 0;
          bottom: 102%; }
        #hero .animation .code .txt .mark {
          opacity: .5;
          color: #fff; }
      #hero .animation .code .complete, #hero .animation .code .completion {
        opacity: 0;
        will-change: transform;
        margin-top: 5px;
        box-shadow: 5px 15px 20px rgba(0, 0, 0, 0.2); }
        #hero .animation .code .complete li, #hero .animation .code .completion li {
          font-weight: bold;
          padding: 5px 12px;
          font-size: 1.4rem;
          background-color: #21252B; }
          @media only screen and (max-width: 880px) {
            #hero .animation .code .complete li, #hero .animation .code .completion li {
              padding: 5px 10px;
              font-size: 1.3rem; } }
          #hero .animation .code .complete li.active, #hero .animation .code .completion li.active {
            background-color: #282C34;
            color: #38A6EB;
            border-left: 2px solid; }
      #hero .animation .code .complete {
        width: 200px; }
      #hero .animation .code .completion {
        width: 460px;
        margin-left: 200px; }
        @media only screen and (max-width: 880px) {
          #hero .animation .code .completion {
            width: 420px;
            margin-left: 180px; } }
        #hero .animation .code .completion li.footer {
          border-top: 1px solid #2F333D;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
          align-items: center; }
          #hero .animation .code .completion li.footer img {
            width: 16px;
            margin-right: 8px; }
          #hero .animation .code .completion li.footer i {
            font-size: 1.2rem;
            color: #9DA5B5;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
            font-weight: 400; }
    #hero .animation .bubble {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      #hero .animation .bubble .content {
        box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.1), inset 1px -1px 0 0 #3A3F4C;
        background-color: #fff;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden; }
        #hero .animation .bubble .content img, #hero .animation .bubble .content video {
          -webkit-border-radius: inherit;
          border-radius: inherit;
          top: 0;
          left: 0;
          opacity: 0;
          position: absolute;
          width: 100%; }
          #hero .animation .bubble .content img.active, #hero .animation .bubble .content video.active {
            opacity: 1;
            -webkit-transition: opacity 0.2s 0.35s;
            transition: opacity 0.2s 0.35s; }
    #hero .animation.notification .code .trigger {
      -webkit-animation: write 1s linear both;
      animation: write 1s linear both; }
      #hero .animation.notification .code .trigger .char {
        -webkit-animation: fromBottom 0.1s both;
        animation: fromBottom 0.1s both; }
        #hero .animation.notification .code .trigger .char:nth-of-type(1) {
          -webkit-animation-delay: 50ms;
          animation-delay: 50ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(2) {
          -webkit-animation-delay: 100ms;
          animation-delay: 100ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(3) {
          -webkit-animation-delay: 150ms;
          animation-delay: 150ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(4) {
          -webkit-animation-delay: 200ms;
          animation-delay: 200ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(5) {
          -webkit-animation-delay: 250ms;
          animation-delay: 250ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(6) {
          -webkit-animation-delay: 300ms;
          animation-delay: 300ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(7) {
          -webkit-animation-delay: 350ms;
          animation-delay: 350ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(8) {
          -webkit-animation-delay: 400ms;
          animation-delay: 400ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(9) {
          -webkit-animation-delay: 450ms;
          animation-delay: 450ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(10) {
          -webkit-animation-delay: 500ms;
          animation-delay: 500ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(11) {
          -webkit-animation-delay: 550ms;
          animation-delay: 550ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(12) {
          -webkit-animation-delay: 600ms;
          animation-delay: 600ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(13) {
          -webkit-animation-delay: 650ms;
          animation-delay: 650ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(14) {
          -webkit-animation-delay: 700ms;
          animation-delay: 700ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(15) {
          -webkit-animation-delay: 750ms;
          animation-delay: 750ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(16) {
          -webkit-animation-delay: 800ms;
          animation-delay: 800ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(17) {
          -webkit-animation-delay: 850ms;
          animation-delay: 850ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(18) {
          -webkit-animation-delay: 900ms;
          animation-delay: 900ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(19) {
          -webkit-animation-delay: 950ms;
          animation-delay: 950ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(20) {
          -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(21) {
          -webkit-animation-delay: 1050ms;
          animation-delay: 1050ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(22) {
          -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(23) {
          -webkit-animation-delay: 1150ms;
          animation-delay: 1150ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(24) {
          -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms; }
        #hero .animation.notification .code .trigger .char:nth-of-type(25) {
          -webkit-animation-delay: 1250ms;
          animation-delay: 1250ms; }
      #hero .animation.notification .code .trigger.blink:after {
        background-color: #fff;
        -webkit-animation: blink 1s 2s infinite;
        animation: blink 1s 2s infinite; }
    #hero .animation.notification .code .generated {
      -webkit-animation: fromRight 0.2s 3.5s both;
      animation: fromRight 0.2s 3.5s both; }
      #hero .animation.notification .code .generated img {
        -webkit-animation: complete 3s 3.2s both;
        animation: complete 3s 3.2s both; }
    #hero .animation.notification .code .complete {
      -webkit-animation: complete 3s 5s both;
      animation: complete 3s 5s both; }
    #hero .animation.notification .code .completion {
      -webkit-animation: complete 3s 0.5s both;
      animation: complete 3s 0.5s both; }
    #hero .animation.notification .bubble {
      width: 360px;
      height: 110px;
      -webkit-transform: translate(130px, 380px);
      -ms-transform: translate(130px, 380px);
      transform: translate(130px, 380px); }
      @media only screen and (max-width: 1300px) {
        #hero .animation.notification .bubble {
          width: 350px;
          height: 103px;
          -webkit-transform: translate(120px, 340px);
          -ms-transform: translate(120px, 340px);
          transform: translate(120px, 340px); } }
      @media only screen and (max-width: 880px) {
        #hero .animation.notification .bubble {
          width: 310px;
          height: 92px;
          -webkit-transform: translate(50px, 330px);
          -ms-transform: translate(50px, 330px);
          transform: translate(50px, 330px); } }
      #hero .animation.notification .bubble .content {
        -webkit-animation: scaleIn 0.3s 8s backwards;
        animation: scaleIn 0.3s 8s backwards; }
    #hero .animation.instant .bubble {
      width: 490px;
      height: 477px;
      -webkit-transform: translate(-50%, 35px);
      -ms-transform: translate(-50%, 35px);
      transform: translate(-50%, 35px); }
      @media only screen and (max-width: 1300px) {
        #hero .animation.instant .bubble {
          width: 455px;
          height: 444px; } }
      @media only screen and (max-width: 880px) {
        #hero .animation.instant .bubble {
          -webkit-transform: translate(-50%, 10px);
          -ms-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
          width: 380px;
          height: 370px; } }
    #hero .animation.main .bubble {
      width: 100%;
      height: 555px;
      -webkit-transform: translate(-47%, -5%);
      -ms-transform: translate(-47%, -5%);
      transform: translate(-47%, -5%); }
      @media only screen and (max-width: 1300px) {
        #hero .animation.main .bubble {
          height: 520px; } }
      @media only screen and (max-width: 880px) {
        #hero .animation.main .bubble {
          height: 414px; } }
    #hero .animation .bullets {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-fflex-wrap: wrap;
      -ms-flex-direction: wrap;
      flex-wrap: wrap;
      margin: 35px auto 80px; }
      @media only screen and (max-width: 460px) {
        #hero .animation .bullets {
          opacity: 0;
          display: block;
          margin: 0 auto;
          -webkit-transform: translateY(-40px);
          -ms-transform: translateY(-40px);
          transform: translateY(-40px); } }
      #hero .animation .bullets .animation-btn {
        cursor: pointer;
        position: relative;
        max-width: 31%; }
        #hero .animation .bullets .animation-btn .mob-img {
          display: none;
          max-width: 470px;
          margin-left: -10px;
          opacity: 0;
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
          -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
          transform: scale(0.8); }
        #hero .animation .bullets .animation-btn.active .mob-img {
          opacity: 1;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
        @media only screen and (max-width: 1300px) {
          #hero .animation .bullets .animation-btn {
            max-width: 31.5%; } }
        @media only screen and (max-width: 880px) {
          #hero .animation .bullets .animation-btn {
            max-width: 30%; } }
        @media only screen and (max-width: 460px) {
          #hero .animation .bullets .animation-btn {
            max-width: none; }
            #hero .animation .bullets .animation-btn .mob-img {
              display: block; }
            #hero .animation .bullets .animation-btn h4, #hero .animation .bullets .animation-btn p {
              padding: 0 20px; } }
        #hero .animation .bullets .animation-btn h4 {
          font-family: "Gochi Hand", cursive;
          font-size: 2.2rem;
          margin-bottom: 12px;
          -webkit-transition: color 0.2s;
          transition: color 0.2s;
          position: relative; }
          @media only screen and (max-width: 880px) {
            #hero .animation .bullets .animation-btn h4 {
              font-size: 2rem; } }
          @media only screen and (max-width: 460px) {
            #hero .animation .bullets .animation-btn h4 {
              font-size: 2.2rem;
              color: #fff; } }
          #hero .animation .bullets .animation-btn h4 img {
            position: absolute;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom; }
            @media only screen and (max-width: 460px) {
              #hero .animation .bullets .animation-btn h4 img {
                display: none; } }
            #hero .animation .bullets .animation-btn h4 img.arrow-1 {
              bottom: 30px;
              left: 45%; }
            #hero .animation .bullets .animation-btn h4 img.arrow-2 {
              bottom: 8px;
              right: 100%;
              -webkit-transform-origin: right bottom;
              transform-origin: right bottom; }
            #hero .animation .bullets .animation-btn h4 img.arrow-3 {
              bottom: 8px;
              left: 140px; }
        #hero .animation .bullets .animation-btn p {
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          font-size: 1.6rem;
          color: #6B727E; }
          @media only screen and (max-width: 1300px) {
            #hero .animation .bullets .animation-btn p {
              font-size: 1.5rem; } }
          @media only screen and (max-width: 880px) {
            #hero .animation .bullets .animation-btn p {
              font-size: 1.4rem; } }
          @media only screen and (max-width: 460px) {
            #hero .animation .bullets .animation-btn p {
              font-size: 1.5rem;
              max-width: 320px;
              color: #fff;
              opacity: .8; } }
        #hero .animation .bullets .animation-btn:hover:not(.active) p {
          -webkit-transform: translateY(5px);
          -ms-transform: translateY(5px);
          transform: translateY(5px); }
        #hero .animation .bullets .animation-btn.active h4 {
          color: #38A6EB; }
          #hero .animation .bullets .animation-btn.active h4 img {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); }
            #hero .animation .bullets .animation-btn.active h4 img.arrow-1 {
              -webkit-transition-delay: 1s;
              transition-delay: 1s; }
    #hero .animation .dots {
      text-align: center; }
      #hero .animation .dots li {
        display: inline-block;
        vertical-align: middle;
        width: 8px;
        height: 8px;
        margin: 0 8px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #3A3F4C; }
        #hero .animation .dots li.active {
          background-color: #2DD7A6; }

@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
#ides {
  padding-bottom: 500px; }
  @media only screen and (max-width: 880px) {
    #ides {
      padding-bottom: 320px; } }
  @media only screen and (max-width: 680px) {
    #ides {
      padding-bottom: 560px; } }
  #ides > .column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media only screen and (max-width: 680px) {
      #ides > .column {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
  #ides .windows {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    margin-right: 70px; }
    @media only screen and (max-width: 880px) {
      #ides .windows {
        margin-right: 30px; } }
    @media only screen and (max-width: 680px) {
      #ides .windows {
        margin-right: 0;
        width: 100%; } }
    #ides .windows img {
      position: absolute;
      width: 360px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      box-shadow: -10px 15px 80px rgba(0, 0, 0, 0.1);
      opacity: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: translateX(-80px);
      -ms-transform: translateX(-80px);
      transform: translateX(-80px); }
      #ides .windows img:nth-of-type(1) {
        -webkit-transition-delay: 320ms;
        transition-delay: 320ms; }
      #ides .windows img:nth-of-type(2) {
        -webkit-transition-delay: 440ms;
        transition-delay: 440ms; }
      #ides .windows img:nth-of-type(3) {
        -webkit-transition-delay: 560ms;
        transition-delay: 560ms; }
      @media only screen and (max-width: 880px) {
        #ides .windows img {
          width: 260px; } }
      #ides .windows img:nth-child(1) {
        top: 0;
        right: 0; }
      #ides .windows img:nth-child(2) {
        top: 90px;
        right: 120px; }
        @media only screen and (max-width: 880px) {
          #ides .windows img:nth-child(2) {
            top: 70px;
            right: 50px; } }
      #ides .windows img:nth-child(3) {
        top: 180px;
        right: 240px; }
        @media only screen and (max-width: 880px) {
          #ides .windows img:nth-child(3) {
            top: 140px;
            right: 100px; } }
    #ides .windows.active img {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  #ides .grey-bg {
    position: relative;
    margin-bottom: 80px;
    max-width: 470px; }
    @media only screen and (max-width: 880px) {
      #ides .grey-bg {
        max-width: 380px; } }
    @media only screen and (max-width: 680px) {
      #ides .grey-bg {
        margin-bottom: 60px; } }
    #ides .grey-bg:before {
      content: '';
      position: absolute;
      width: 900px;
      height: 550px;
      top: -70px;
      left: -180px;
      background-color: #2F333D;
      z-index: -1;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: right;
      transform-origin: right; }
    #ides .grey-bg.active:before {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
  #ides p {
    max-width: 560px; }
    #ides p:after {
      content: '';
      display: block;
      margin: 30px 0;
      width: 65px;
      height: 1px;
      background-color: #2DD7A6; }

@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
#video {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  -webkit-animation: fadeIn 0.3s both;
  animation: fadeIn 0.3s both;
  display: none; }
  #video .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1080px;
    height: 675px;
    margin-top: 20px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    #video .wrapper iframe {
      background-color: #fff;
      width: 100%;
      height: 100%;
      position: absolute;
      -webkit-animation: scaleIn 0.7s;
      animation: scaleIn 0.7s; }
    @media only screen and (max-width: 880px) {
      #video .wrapper {
        width: 93%;
        height: 0;
        padding-bottom: 58%; } }
  #video .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer; }
    @media only screen and (max-width: 680px) {
      #video .bg {
        background-color: rgba(0, 0, 0, 0.5); } }
  #video .close {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: .01;
    -webkit-animation: scaleIn 0.3s 0.5s both;
    animation: scaleIn 0.3s 0.5s both; }
    #video .close .icon {
      display: block;
      padding: 8px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      cursor: pointer;
      color: #fff;
      font-size: 2.8rem;
      background-color: #3A3F4C;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    #video .close:hover .icon {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  #video .btn {
    position: absolute;
    top: 22px;
    right: 80px;
    opacity: .01;
    -webkit-animation: scaleIn 0.3s 0.6s both;
    animation: scaleIn 0.3s 0.6s both; }

@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
#code-examples {
  padding: 180px 0 150px; }
  @media only screen and (max-width: 680px) {
    #code-examples {
      padding-bottom: 90px; } }
  #code-examples h2 {
    color: #1B1E23;
    margin-bottom: 30px;
    font-size: 4.2rem; }
    @media only screen and (max-width: 680px) {
      #code-examples h2 {
        font-size: 3.2rem; } }
  #code-examples .code-brain-title {
    margin-bottom: 80px; }
    @media only screen and (max-width: 880px) {
      #code-examples .code-brain-title {
        margin-bottom: 60px; } }
    #code-examples .code-brain-title p {
      font-style: italic;
      font-size: 1.6rem;
      color: #24282F;
      opacity: .6;
      max-width: 350px;
      margin: auto; }
      @media only screen and (max-width: 880px) {
        #code-examples .code-brain-title p {
          font-size: 1.5rem;
          max-width: 320px; } }
      @media only screen and (max-width: 460px) {
        #code-examples .code-brain-title p {
          font-size: 1.4rem; } }
  #code-examples .doc-section h3 {
    width: 100%;
    margin-bottom: 30px; }
    @media only screen and (max-width: 680px) {
      #code-examples .doc-section h3 {
        margin-bottom: 25px; } }
    #code-examples .doc-section h3 span {
      display: inline-block;
      vertical-align: middle; }
    #code-examples .doc-section h3 .icon {
      color: #D7DAE0;
      font-size: 3.6rem;
      margin-right: 10px; }
    #code-examples .doc-section h3 .label {
      color: #9DA5B5;
      font-size: 1.5rem; }
  #code-examples .doc-section a {
    font-size: 1.8rem;
    color: #1B1E23;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    display: block; }
    @media only screen and (max-width: 880px) {
      #code-examples .doc-section a {
        font-size: 1.6rem; } }
    #code-examples .doc-section a:hover {
      color: #38A6EB; }
  #code-examples .doc-section.two-lines {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-fflex-wrap: wrap;
    -ms-flex-direction: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 60px; }
    @media only screen and (max-width: 880px) {
      #code-examples .doc-section.two-lines {
        margin-bottom: 50px; } }
    #code-examples .doc-section.two-lines ul {
      width: 45%; }
      @media only screen and (max-width: 680px) {
        #code-examples .doc-section.two-lines ul {
          width: 100%; }
          #code-examples .doc-section.two-lines ul:last-child li:first-child {
            border-top: 1px solid rgba(0, 0, 0, 0.07); } }
    #code-examples .doc-section.two-lines li {
      padding: 22px 0; }
      @media only screen and (max-width: 880px) {
        #code-examples .doc-section.two-lines li {
          padding: 20px 0; } }
      #code-examples .doc-section.two-lines li:not(:first-child) {
        border-top: 1px solid rgba(0, 0, 0, 0.07); }
      #code-examples .doc-section.two-lines li p {
        margin-top: 8px;
        font-size: 1.45rem;
        color: #6B727E;
        max-width: 430px; }
        @media only screen and (max-width: 880px) {
          #code-examples .doc-section.two-lines li p {
            font-size: 1.4rem;
            margin-top: 5px; } }
  #code-examples .doc-section.one-lines li {
    display: inline-block;
    vertical-align: middle; }
    #code-examples .doc-section.one-lines li:not(:last-child) {
      margin-right: 30px; }
    @media only screen and (max-width: 680px) {
      #code-examples .doc-section.one-lines li {
        display: block;
        margin-bottom: 15px; } }

@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
#hp-teams {
  padding-bottom: 80px; }
  @media only screen and (max-width: 680px) {
    #hp-teams {
      padding-bottom: 60px; } }
  #hp-teams .green-bg {
    position: relative;
    margin-bottom: 80px; }
    @media only screen and (max-width: 680px) {
      #hp-teams .green-bg {
        margin-bottom: 50px; } }
    #hp-teams .green-bg:before {
      content: '';
      position: absolute;
      width: 960px;
      height: 600px;
      top: -70px;
      left: -70px;
      background-color: #2DD7A6;
      z-index: -1;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: left;
      transform-origin: left; }
    #hp-teams .green-bg.active:before {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
    #hp-teams .green-bg p {
      max-width: 560px; }
      #hp-teams .green-bg p:after {
        content: '';
        display: block;
        margin: 30px 0;
        width: 65px;
        height: 1px;
        background-color: #38A6EB; }
  #hp-teams .team-wix {
    margin-left: 80px; }
    @media only screen and (max-width: 680px) {
      #hp-teams .team-wix {
        margin-left: 30px; } }
    #hp-teams .team-wix .reachout {
      -webkit-border-radius: 6px;
      border-radius: 6px;
      width: 1200px;
      box-shadow: -10px 15px 80px rgba(0, 0, 0, 0.1);
      opacity: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
      transform: translateX(-50px); }
      #hp-teams .team-wix .reachout.active {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
      @media only screen and (max-width: 880px) {
        #hp-teams .team-wix .reachout {
          width: 680px;
          -webkit-border-radius: 4px;
          border-radius: 4px; } }

@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
#value-props {
  padding-top: 120px;
  padding-bottom: 120px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-fflex-wrap: wrap;
  -ms-flex-direction: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 880px) {
    #value-props {
      padding-bottom: 80px; } }
  @media only screen and (max-width: 680px) {
    #value-props {
      padding-top: 70px; } }
  @media only screen and (max-width: 460px) {
    #value-props {
      display: block; } }
  #value-props section {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    width: 45%; }
    #value-props section:nth-of-type(1) {
      -webkit-transition-delay: 50ms;
      transition-delay: 50ms; }
    #value-props section:nth-of-type(2) {
      -webkit-transition-delay: 100ms;
      transition-delay: 100ms; }
    #value-props section:nth-of-type(3) {
      -webkit-transition-delay: 150ms;
      transition-delay: 150ms; }
    #value-props section:nth-of-type(4) {
      -webkit-transition-delay: 200ms;
      transition-delay: 200ms; }
    @media only screen and (max-width: 880px) {
      #value-props section {
        width: 47%; } }
    @media only screen and (max-width: 460px) {
      #value-props section {
        width: auto; } }
    #value-props section.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    #value-props section:not(:last-child):after {
      content: '';
      display: block;
      width: 90px;
      height: 1px;
      margin: 70px 0; }
    #value-props section:nth-child(3):after {
      display: none; }
    @media only screen and (max-width: 880px) {
      #value-props section:not(:last-child):after {
        margin: 50px 0 40px; }
      #value-props section:nth-child(3):after {
        display: block; } }
    #value-props section:nth-child(odd):after {
      background-color: #8346C5; }
    #value-props section:nth-child(even):after {
      background-color: #38A6EB; }
    #value-props section h3 {
      font-size: 3.6rem;
      margin-bottom: 18px; }
      @media only screen and (max-width: 880px) {
        #value-props section h3 {
          font-size: 3.2rem;
          margin-bottom: 15px; } }
    #value-props section p {
      color: #2F333D;
      font-size: 1.8rem;
      max-width: 400px; }
      @media only screen and (max-width: 880px) {
        #value-props section p {
          font-size: 1.7rem; } }

@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
#chrome {
  text-align: center; }
  #chrome .hero {
    background: url("../images/hero-bg.svg") center 10px no-repeat;
    padding: 18vh 20px 12vh;
    text-align: center;
    position: relative; }
    @media only screen and (max-width: 880px) {
      #chrome .hero {
        padding: 15vh 20px 10vh; } }
    #chrome .hero h1 {
      color: #1B1E23;
      font-size: 6.2rem;
      max-width: 700px;
      margin: auto; }
      @media only screen and (max-width: 880px) {
        #chrome .hero h1 {
          font-size: 5.2rem; } }
      @media only screen and (max-width: 680px) {
        #chrome .hero h1 {
          font-size: 4.2rem; } }
    #chrome .hero > img {
      display: block;
      margin: 20px auto 0;
      max-width: 380px;
      width: 100%; }
    #chrome .hero .web-store {
      white-space: nowrap;
      margin-left: 20px;
      padding: 12px 20px; }
      #chrome .hero .web-store span, #chrome .hero .web-store img {
        display: inline-block;
        vertical-align: middle; }
      #chrome .hero .web-store img {
        margin-left: 12px;
        max-width: 26px; }
      @media only screen and (max-width: 680px) {
        #chrome .hero .web-store {
          display: none; } }
  #chrome .feature {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media only screen and (max-width: 680px) {
      #chrome .feature {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center; }
        #chrome .feature > .img-container {
          margin-top: 40px; } }
    #chrome .feature:nth-child(even) {
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      @media only screen and (max-width: 680px) {
        #chrome .feature:nth-child(even) {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
    #chrome .feature:nth-child(2) > .content {
      padding-top: 60px; }
      @media only screen and (max-width: 680px) {
        #chrome .feature:nth-child(2) > .content {
          padding-top: 0; } }
    #chrome .feature:nth-child(3) {
      -webkit-align-items: center;
      align-items: center;
      margin-top: -50px; }
      @media only screen and (max-width: 680px) {
        #chrome .feature:nth-child(3) {
          margin-top: 0; } }
    #chrome .feature > .content {
      max-width: 460px;
      text-align: left; }
      #chrome .feature > .content h2 {
        font-size: 3.2rem;
        color: #24282F;
        font-weight: 400; }
      #chrome .feature > .content p {
        margin-top: 20px;
        font-size: 2rem;
        color: #6B727E; }
    #chrome .feature > .img-container {
      flex: 0 0 40%; }
      #chrome .feature > .img-container > img {
        width: 100%; }
  #chrome .download-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 320px;
    margin: 90px auto 120px auto; }
    #chrome .download-section:before {
      content: ' ';
      margin: auto;
      border-top: 1px solid #CBCDD5;
      width: 70px; }
    #chrome .download-section p {
      margin-top: 45px;
      color: #6B727E;
      font-size: 1.8rem; }
    #chrome .download-section .download {
      margin-top: 27px; }
    #chrome .download-section img {
      width: 117px;
      margin-top: 30px; }

@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
#hp-notifications {
  background-color: #505BE4;
  padding-top: 170px;
  padding-bottom: 180px; }
  @media only screen and (max-width: 880px) {
    #hp-notifications {
      padding-top: 110px;
      padding-bottom: 120px; } }
  @media only screen and (max-width: 680px) {
    #hp-notifications {
      padding-top: 80px;
      padding-bottom: 90px; } }
  #hp-notifications .column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media only screen and (max-width: 880px) {
      #hp-notifications .column {
        display: block; } }
    #hp-notifications .column > section {
      max-width: 500px; }
      @media only screen and (max-width: 680px) {
        #hp-notifications .column > section {
          max-width: none !important; } }
    #hp-notifications .column.video {
      -webkit-align-items: flex-start;
      align-items: flex-start;
      position: relative;
      /*@media only screen and (max-width : 880px){
          padding-bottom: 80px;
          margin-bottom: 80px;
      }
      &:after{
          content: '';
          position: absolute;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          height: 1px;
          width: 200px;
          background-color: $white-strong;
      }*/ }
      #hp-notifications .column.video > section {
        max-width: 460px; }
  #hp-notifications .diagram {
    margin-top: 70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    @media only screen and (max-width: 460px) {
      #hp-notifications .diagram {
        display: block; } }
    #hp-notifications .diagram svg {
      margin-top: -3px; }
      #hp-notifications .diagram svg .dash-1 {
        -webkit-animation: dashedLine 1s infinite;
        animation: dashedLine 1s infinite; }
      #hp-notifications .diagram svg .dash-2 {
        -webkit-animation: dashedLine 1s 0.5s infinite;
        animation: dashedLine 1s 0.5s infinite; }
      #hp-notifications .diagram svg text {
        font-family: "Menlo", Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; }
  #hp-notifications .media-wrapper {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
    @media only screen and (max-width: 880px) {
      #hp-notifications .media-wrapper {
        margin-top: 50px; } }
    #hp-notifications .media-wrapper.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    #hp-notifications .media-wrapper video, #hp-notifications .media-wrapper img {
      display: block; }
    #hp-notifications .media-wrapper video {
      max-width: 510px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15); }
    #hp-notifications .media-wrapper img {
      display: block;
      max-width: 420px;
      margin-left: -15px; }
      @media only screen and (max-width: 1300px) {
        #hp-notifications .media-wrapper img {
          max-width: 380px; } }
      @media only screen and (max-width: 880px) {
        #hp-notifications .media-wrapper img {
          display: none; } }

@-webkit-keyframes dashedLine {
  0% {
    stroke-dashoffset: 30; }
  50% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-moz-keyframes dashedLine {
  0% {
    stroke-dashoffset: 30; }
  50% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes dashedLine {
  0% {
    stroke-dashoffset: 30; }
  50% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
#uninstall {
  margin-bottom: 160px; }
  #uninstall .hero {
    background: url("../images/hero-bg.svg") center 10px no-repeat;
    padding: 13vh 20px 7vh;
    text-align: center;
    position: relative; }
    #uninstall .hero h1 {
      color: #1B1E23;
      font-size: 6.2rem; }
      @media only screen and (max-width: 880px) {
        #uninstall .hero h1 {
          font-size: 5.6rem; } }
      @media only screen and (max-width: 680px) {
        #uninstall .hero h1 {
          font-size: 4.2rem; } }
  #uninstall .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    @media only screen and (max-width: 880px) {
      #uninstall .content {
        display: block; } }
  #uninstall .reachout {
    -webkit-animation: fromBottom 0.7s 0.5s backwards;
    animation: fromBottom 0.7s 0.5s backwards;
    width: 52%;
    padding: 50px;
    position: relative;
    background-color: #fff;
    box-shadow: 10px -15px 80px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 880px) {
      #uninstall .reachout {
        width: 100%;
        margin-bottom: 50px;
        padding: 50px 30px 30px; } }
    #uninstall .reachout > img {
      position: absolute;
      top: -30px;
      width: 60px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      left: 50px; }
      @media only screen and (max-width: 880px) {
        #uninstall .reachout > img {
          top: -25px;
          width: 50px;
          left: 30px; } }
    #uninstall .reachout p {
      font-size: 2.1rem;
      font-weight: 300;
      color: #2F333D;
      margin-top: 20px; }
      @media only screen and (max-width: 880px) {
        #uninstall .reachout p {
          font-size: 2rem; } }
  #uninstall #uninstall-form {
    -webkit-animation: fromBottom 0.7s 0.8s backwards;
    animation: fromBottom 0.7s 0.8s backwards;
    width: 40%; }
    @media only screen and (max-width: 880px) {
      #uninstall #uninstall-form {
        width: 100%; } }
    #uninstall #uninstall-form h3 {
      margin-bottom: 25px; }
    #uninstall #uninstall-form .box {
      cursor: pointer;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      margin-bottom: 22px; }
      #uninstall #uninstall-form .box .label {
        font-size: 1.6rem;
        color: #6B727E;
        margin-left: 10px; }
      #uninstall #uninstall-form .box.active .checkbox:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    #uninstall #uninstall-form .checkbox {
      width: 20px;
      height: 20px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background-color: #F3F4F6;
      border: 1px solid #E1E3E6;
      position: relative; }
      #uninstall #uninstall-form .checkbox:before {
        content: '';
        position: absolute;
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
        background-color: #2DD7A6;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); }
    #uninstall #uninstall-form textarea {
      display: block;
      width: 100%;
      min-height: 120px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      resize: none;
      padding: 15px 20px;
      font-size: 1.5rem;
      color: #6B727E;
      background-color: #fff !important;
      border: 1px solid #E1E3E6;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px; }
      #uninstall #uninstall-form textarea:focus {
        border-color: #38A6EB;
        outline: none;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
    #uninstall #uninstall-form .btn {
      padding: 11px 20px; }
      #uninstall #uninstall-form .btn .label {
        margin-right: 20px; }
  #uninstall #uninstall-msg {
    margin-top: 20px;
    font-size: 1.3rem;
    color: #2DD7A6;
    font-style: italic; }

/* -- globals -- */
@-webkit-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes borderDown {
  from {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
.instructions {
  background-color: #efefef;
  padding: 130px 20px 110px; }
  @media only screen and (max-width: 680px) {
    .instructions {
      padding: 90px 15px 90px; } }
  .instructions > section {
    margin: auto;
    max-width: 820px;
    padding: 30px 25px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    @media only screen and (max-width: 680px) {
      .instructions > section {
        padding: 25px 15px; } }
  .instructions h2 {
    max-width: none;
    margin: 0 0 20px;
    font-size: 3.2rem;
    color: #3A3F4C; }
    @media only screen and (max-width: 880px) {
      .instructions h2 {
        font-size: 2.6rem; } }
    @media only screen and (max-width: 680px) {
      .instructions h2 {
        text-align: center;
        font-size: 2.2rem; }
        .instructions h2 img {
          margin: 0 auto 10px;
          display: block; } }
    .instructions h2 b {
      color: #24282F; }
    .instructions h2 img {
      margin-right: 6px; }
    .instructions h2 img, .instructions h2 .label {
      display: inline-block;
      vertical-align: middle; }
  .instructions p {
    margin-bottom: 60px;
    font-size: 1.8rem;
    color: #3A3F4C;
    max-width: 720px;
    font-weight: bold; }
    @media only screen and (max-width: 880px) {
      .instructions p {
        font-size: 1.6rem;
        margin-bottom: 50px; } }
    @media only screen and (max-width: 680px) {
      .instructions p {
        text-align: center; } }
  .instructions ol {
    margin: 20px; }
  .instructions li {
    margin-bottom: 50px;
    font-size: 1.7rem;
    font-weight: 500; }
    @media only screen and (max-width: 880px) {
      .instructions li {
        font-size: 1.6rem;
        margin-bottom: 40px; } }
    .instructions li img {
      display: block;
      height: auto;
      margin: 10px 0;
      max-width: 100%; }
      @media only screen and (max-width: 680px) {
        .instructions li img {
          margin: 5px; } }

pre ol li {
  list-style: decimal; }

.entity-page {
  font-size: 16px;
  color: #24282F;
  max-width: 1220px; }
  .entity-page .section-title {
    margin-bottom: 18px; }
  .entity-page .entity-header-text {
    color: #3A3F4C;
    margin-bottom: 35px; }
  .entity-page .preview-title a {
    font-weight: normal;
    font-size: 14px; }
  .entity-page .method-list {
    color: #3A3F4C;
    padding: 5px 15px;
    background: #F0F2F5; }
    .entity-page .method-list .method-names {
      color: #24282F;
      margin-left: 12px; }
  .entity-page .breadcrumbs-container {
    margin: 25px 0 20px; }
    .entity-page .breadcrumbs-container > * {
      background: #F3F4F6;
      padding: 2px 10px 5px;
      color: #24282F; }
    .entity-page .breadcrumbs-container i {
      background: transparent;
      margin: 0 3px; }
    .entity-page .breadcrumbs-container .active-breadcrumb {
      background: transparent;
      display: inline;
      padding: 0; }
  .entity-page .origin-icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: top; }
  .entity-page .snippet-code-panel pre.prettyprint {
    margin-bottom: 0px !important;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #eee; }
  .entity-page .linenums {
    font-size: 12px !important; }
  .entity-page pre {
    font-family: "Menlo", Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    padding: 10px 20px; }
    .entity-page pre .kwd {
      color: #38A6EB;
      font-weight: normal; }
  .entity-page .prettyprint.lines {
    -webkit-box-shadow: inset 50px 0 0 #fbfbfc, inset 51px 0 0 #ececf0;
    -moz-box-shadow: inset 50px 0 0 #fbfbfc, inset 51px 0 0 #ececf0;
    box-shadow: inset 50px 0 0 #fbfbfc, inset 51px 0 0 #ececf0; }
  .entity-page .codreank-text {
    display: none; }
  .entity-page .coderank-number {
    color: white;
    font-weight: bold;
    background: #2DD7A6;
    border-radius: 15px;
    margin-right: 10px;
    padding: 5px 10px; }
  .entity-page .btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .entity-page .btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .entity-page .snippet-row {
    padding-bottom: 35px;
    margin-bottom: 40px; }
  .entity-page .floating-tags .task-label, .entity-page .floating-tags .tag-label {
    float: right;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 15px; }
  .entity-page .floating-tags .tag-label {
    background: #F3F4F6;
    color: #24282F;
    margin-right: 15px; }
  .entity-page .floating-tags .task-label {
    height: 28px;
    color: white;
    background: #38A6EB;
    border: none;
    text-shadow: none; }
  .entity-page .snippet-row {
    position: relative; }
  .entity-page .coderank-single-snippet-container {
    position: absolute;
    top: 11px;
    right: 6px;
    text-align: center;
    z-index: 10; }
  .entity-page .coderank-popover-content {
    display: none; }
  .entity-page .coderank-content:hover {
    cursor: help; }
  .entity-page .coderank-info {
    font-size: 0.85em;
    font-style: italic;
    padding-top: 10px; }
  .entity-page .source-hl, .entity-page .var-hl {
    border-bottom: 1px solid lavender; }
  .entity-page .search-hl {
    background-color: #ff0; }
  .entity-page .var-hl-selected {
    text-decoration: none;
    border-color: navy;
    border-style: solid;
    border-width: 1px;
    padding: 1px;
    border-radius: 2px; }
  .entity-page .var-hl:hover {
    border-bottom: 1px solid #00f;
    text-decoration: none; }
  .entity-page a.source-hl:hover {
    cursor: pointer;
    text-decoration: none; }
  .entity-page .source-hl:hover {
    border-bottom: 1px solid blue; }
  .entity-page .sce-hl:hover {
    background-color: LightSalmon; }
  .entity-page .source-hl-with-bubble {
    padding: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: lavender;
    border-radius: 2px; }
  .entity-page .sce-hl {
    background-color: lavender;
    /* font-weight: bold; */ }
  .entity-page .snippet-row:hover .floating-register {
    display: block;
    animation: fadeIn .3s 1s ease-out both;
    right: 10px;
    bottom: 40px;
    min-height: 20px; }
  .entity-page .floating-register {
    position: absolute;
    display: none;
    padding: 8px;
    background-color: #2C233C;
    color: white;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px; }
  .entity-page a.register-btn {
    padding: 6px 30px;
    border-radius: 5px;
    background-color: #2796DB;
    transition: all .2s;
    box-shadow: 0 2px 0 0 #2796DB;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px; }
  .entity-page .floating-register span {
    line-height: 34px; }
  .entity-page .floating-tags {
    position: absolute;
    display: none; }
  .entity-page .snippet-row:hover .floating-tags {
    display: block; }
  .entity-page .entity-sidebar {
    overflow-wrap: break-word;
    margin-left: 2%;
    width: 28%;
    color: #3A3F4C; }
    .entity-page .entity-sidebar h5, .entity-page .entity-sidebar .doc-title, .entity-page .entity-sidebar .featured-title {
      color: black;
      font-weight: bold; }
    .entity-page .entity-sidebar .doc-links {
      margin-top: 70px;
      border: 1px solid #F3F4F6;
      border-radius: 5px; }
      .entity-page .entity-sidebar .doc-links li {
        padding: 8px;
        border-top: 1px solid #F3F4F6; }
        .entity-page .entity-sidebar .doc-links li:first-child {
          border-top: none; }
    .entity-page .entity-sidebar .method-overview {
      border: 1px solid #F3F4F6;
      border-radius: 5px;
      margin-top: 15px; }
      .entity-page .entity-sidebar .method-overview h5 {
        border-top: 1px solid #F3F4F6; }
        .entity-page .entity-sidebar .method-overview h5:first-child {
          border: none; }
      .entity-page .entity-sidebar .method-overview > * {
        padding: 8px; }
      .entity-page .entity-sidebar .method-overview > *:first-child {
        margin-top: 4px; }
      .entity-page .entity-sidebar .method-overview .other-methods-list {
        border-top: 1px solid #F3F4F6;
        font-size: 14px; }
    .entity-page .entity-sidebar .bottom-links {
      border: 1px solid #F3F4F6;
      border-radius: 5px;
      margin-top: 15px; }
      .entity-page .entity-sidebar .bottom-links > * {
        border-top: 1px solid #F3F4F6;
        padding: 8px; }
        .entity-page .entity-sidebar .bottom-links > *:first-child {
          border-top: none;
          margin-top: 4px; }
    .entity-page .entity-sidebar .featured-classes {
      border: 1px solid #F3F4F6;
      border-radius: 5px;
      margin-top: 15px; }
      .entity-page .entity-sidebar .featured-classes ul li {
        padding: 8px; }
      .entity-page .entity-sidebar .featured-classes .featured-title {
        padding: 8px; }
        .entity-page .entity-sidebar .featured-classes .featured-title .featured-title-text {
          display: inline-block;
          margin-left: 10px;
          vertical-align: top; }
  .entity-page .btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .entity-page .btn-link {
    color: #08c;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .entity-page .btn-link:hover, .entity-page .btn-link:focus {
    color: #005580;
    text-decoration: underline;
    background-color: transparent; }
  .entity-page .btn-link, .entity-page .btn-link:active, .entity-page .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .entity-page .more-examples {
    text-align: center;
    margin-top: -30px; }
  .entity-page #qna {
    margin-top: 45px; }
  .entity-page .related-item .preview-title a {
    font-size: 18px; }
  .entity-page .origin-icon-large {
    width: 36px;
    height: 36px;
    margin-right: 5px;
    vertical-align: middle; }
  .entity-page .rel-snippet.prettyprint {
    overflow: auto;
    border: 1px solid #F3F4F6; }
  .entity-page .short-snippet .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 40px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, #fff));
    background-image: -webkit-linear-gradient(top, transparent, #fff);
    background-image: -moz-linear-gradient(top, transparent, #fff);
    background-image: -ms-linear-gradient(top, transparent, #fff);
    background-image: -o-linear-gradient(top, transparent, #fff); }
  .entity-page .short-snippet .read-more a.related-link {
    position: absolute;
    bottom: 0; }
  .entity-page .related-link {
    padding-top: 8px; }
  .entity-page .related-item {
    margin-bottom: 40px; }
    .entity-page .related-item .snippet-row {
      margin: 15px 0 0 0; }
    .entity-page .related-item .sof-answer.short-snippet {
      max-height: 500px;
      position: relative;
      min-height: 120px;
      overflow: hidden;
      margin-left: 40px;
      border: 1px solid #F3F4F6; }
      .entity-page .related-item .sof-answer.short-snippet .sof-user-info {
        margin: 15px; }
        .entity-page .related-item .sof-answer.short-snippet .sof-user-info .sof-gravatar, .entity-page .related-item .sof-answer.short-snippet .sof-user-info .sof-user-details {
          display: inline-block;
          vertical-align: middle; }
      .entity-page .related-item .sof-answer.short-snippet .sof-answer-body {
        margin: 15px 0; }
        .entity-page .related-item .sof-answer.short-snippet .sof-answer-body p {
          margin: 0 15px; }
        .entity-page .related-item .sof-answer.short-snippet .sof-answer-body pre {
          margin: 15px 0;
          border: none;
          background: #F3F4F6;
          overflow: auto; }
  .entity-page i.icon-thumbs-up {
    margin-left: 1px;
    margin-right: 1px; }
  .entity-page .sce-user-activities i {
    margin-left: 5px;
    vertical-align: middle; }

.tooltip-inner {
  /* background-color: green; */
  word-wrap: none;
  white-space: pre;
  max-width: none;
  float: left;
  text-align: left;
  word-break: initial;
  font-size: 12px;
  padding: 10px;
  font-family: helvetica; }

.modal-body {
  max-height: 800px; }

.popover, .popover-title {
  /* word-break: initial; */
  word-wrap: normal;
  word-break: initial;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  padding: 5px; }

.popover {
  max-width: 400px !important;
  /* position: relative; */ }

.code-badges ul {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-padding-start: 40px; }

.snippet-code-panel .show-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 40px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, #fff));
  background-image: -webkit-linear-gradient(top, transparent, #fff);
  background-image: -moz-linear-gradient(top, transparent, #fff);
  background-image: -ms-linear-gradient(top, transparent, #fff);
  background-image: -o-linear-gradient(top, transparent, #fff); }
  .snippet-code-panel .show-more button.expand {
    position: absolute;
    bottom: -10px; }
  .snippet-code-panel .show-more .btn.pressed {
    box-shadow: none !important; }

.round-image {
  border-radius: 16px; }

.user-avatar {
  width: 50px;
  height: 50px;
  padding-right: 5px;
  color: grey; }

/*# sourceMappingURL=style.css.map */
