/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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; }

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

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

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

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

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

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

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

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

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

td, th {
  padding: 0; }

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

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

h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, form, fieldset, legend, table, th, td, caption, hr {
  margin: 0;
  padding: 0; }

/*------------------------------------*\
    # Color
\*------------------------------------*/
/*------------------------------------*\
    # Grid
\*------------------------------------*/
/*------------------------------------*\
    # Typography
\*------------------------------------*/
/*------------------------------------*\
    # Clearfix
\*------------------------------------*/
/*
 * http://nicolasgallagher.com/micro-clearfix-hack/
 */
/*------------------------------------*\
    # Gravity Forms
\*------------------------------------*/
/*------------------------------------*\
    # Typography
\*------------------------------------*/
body {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333; }

h1, h2, h3, h4, h5, h6 {
  font-family: Comfortaa, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-weight: 300; }

.testimonial-carousel {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0; }

.testimonial {
  display: block;
  float: left;
  max-width: 540px;
  position: relative;
  margin: 0 30px; }

#prev, #next {
  display: block;
  height: 50px;
  width: 50px;
  top: 50%;
  z-index: 10;
  position: absolute;
  background-image: url('carousel-arrow.svg');
  background-size: 11px 16px;
  background-repeat: no-repeat;
  background-position: center center; }

@media screen and (min-width: 47.5em) {
  .prev-next-container {
    top: -200px;
    position: absolute; } }

#prev {
  left: 30px;
  top: 50%;
  -webkit-transform: rotate(180deg) translateY(-50%);
      -ms-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
  position: relative; }
  @media screen and (min-width: 78.75em) {
    #prev {
      left: -30px; } }

#next {
  right: 30px; }
  @media screen and (min-width: 78.75em) {
    #next {
      right: -30px; } }

#pager {
  right: 0;
  position: absolute;
  top: -80px;
  z-index: 400; }

#pager a {
  border-radius: 50%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 12px;
  height: 12px;
  margin: 0 7px;
  background: #d85944; }

#pager a:hover {
  background: #c13d28; }

#pager a span {
  display: none; }

#pager a.selected {
  background: #e3bf4b; }

.sign-up-popup .gform_wrapper .ginput_container + .gfield_description.validation_message {
  color: #fff;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; }
.sign-up-popup .gform_wrapper .ginput_container + .gfield_description.validation_message {
  display: none;
  position: absolute;
  bottom: -80px;
  padding-right: 85px !important; }
.sign-up-popup .gform_wrapper .gform_ajax_spinner {
  display: none; }
.sign-up-popup .gform_wrapper {
  position: relative; }
.sign-up-popup .gform_wrapper .top_label input.medium, .sign-up-popup .gform_wrapper .top_label select.medium {
  width: 100%; }
.sign-up-popup .validation_error {
  display: none; }
.sign-up-popup .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin: 0;
  padding: 0; }
.sign-up-popup .gform_wrapper li.gfield.gfield_error {
  margin: 0;
  padding: 0 !important;
  border: none;
  background: none; }
.sign-up-popup .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin: 0 !important;
  padding: 0 !important; }
.sign-up-popup .gform_wrapper .gform_body .gform_fields .gfield input[type=text], .sign-up-popup .gform_wrapper .gform_body .gform_fields .gfield textarea, .sign-up-popup .gform_wrapper .gform_body .gform_fields .gfield select, .sign-up-popup .gform_wrapper .gform_body .gform_fields .gfield input[type=number], .sign-up-popup .gform_wrapper .gform_body .gform_fields .gfield input[type=email], .sign-up-popup .gform_wrapper .gform_body .gform_fields .gfield input[type=tel] {
  background: #a84a87;
  border-radius: 4px;
  padding: 15px;
  font-size: 0.875em;
  border: 2px solid transparent;
  float: left;
  margin-right: 5px;
  width: 100%; }
.sign-up-popup .gform_wrapper li.gfield.gfield_error input {
  border: 2px solid #e3bf4b !important; }
.sign-up-popup #input_1_1, .sign-up-popup #input_2_1 {
  background-image: url('icon-mail.svg');
  background-size: 20px 13px;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding: 13px 13px 13px 50px;
  margin-bottom: 5px;
  padding-right: 90px !important; }
  @media screen and (min-width: 48em) {
    .sign-up-popup #input_1_1, .sign-up-popup #input_2_1 {
      padding-right: 15px !important;
      width: 200px; } }
.sign-up-popup #input_1_2, .sign-up-popup #input_2_2 {
  background-image: url('icons-house-purple.svg');
  background-size: 24px 17px;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding: 13px 13px 13px 50px; }
.sign-up-popup #input_1_2, .sign-up-popup #input_2_2 {
  width: 100%; }
  @media screen and (min-width: 48em) {
    .sign-up-popup #input_1_2, .sign-up-popup #input_2_2 {
      width: 285px; } }
.sign-up-popup ::-webkit-input-placeholder {
  color: #fff; }
.sign-up-popup :-moz-placeholder {
  color: #fff; }
.sign-up-popup ::-moz-placeholder {
  color: #fff; }
.sign-up-popup :-ms-input-placeholder {
  color: #fff; }
.sign-up-popup ::placeholder {
  color: #fff; }
.sign-up-popup .gform_wrapper .top_label .gfield_label {
  display: none; }
.sign-up-popup .gform_wrapper .gform_body .gform_page_footer .gform_next_button, .sign-up-popup .gform_wrapper .gform_body .gform_page_footer .gform_previous_button, .sign-up-popup .gform_wrapper .gform_body .gform_page_footer .gform_button, .sign-up-popup .gform_wrapper .gform_footer input[type=submit] {
  background: #e3bf4b;
  text-transform: uppercase;
  border: none;
  float: left;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  padding: 15px 21px !important;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0; }
.sign-up-popup .gform_wrapper .gform_footer {
  clear: none;
  margin: 0;
  padding: 0; }

/*------------------------------------*\
		# Header
\*------------------------------------*/
.main-header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
  min-height: 85px; }
  .main-header:before, .main-header:after {
    content: " ";
    display: table; }
  .main-header:after {
    clear: both; }
  @media screen and (min-width: 31.875em) { }

@media screen and (min-width: 62.5em) {
  .main-header--small .logo {
    top: -20px; }
    .main-header--small .logo img {
      width: 140px;
      height: 140px; } }

.logo {
  float: left;
  position: absolute;
  left: 0;
  top: -18px;
  -webkit-transition: 0.5s;
          transition: 0.5s; }
  @media screen and (min-width: 62.5em) {
    .logo {
      top: -28px; } }
  .logo img {
    width: 120px;
    height: 120px;
    -webkit-transition: 0.5s;
            transition: 0.5s; }
    @media screen and (min-width: 62.5em) {
      .logo img {
        width: 180px;
        height: 180px; } }

nav[role="navigation"] {
  float: right;
  margin-top: 28px;
  margin-bottom: 9px;
  display: none; }
  @media screen and (min-width: 48.0625em) {
    nav[role="navigation"] {
      display: block; } }

.mobile-nav-trigger {
  float: right;
  background: none;
  border: 0;
  margin: 30px 30px 0 0;
  background-image: url('menu-trigger.svg');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center right;
  width: 20px;
  height: 20px;
  outline: none; }
  @media screen and (min-width: 48.0625em) {
    .mobile-nav-trigger {
      display: none; } }

.mobile-nav {
  display: none;
  top: 85px;
  position: absolute;
  width: 100%;
  background: white;
  z-index: 200;
  padding-bottom: 30px; }
  .mobile-nav .menu-main-menu-container {
    float: none;
    position: relative;
    top: 10px;
    text-align: center; }
    @media screen and (min-width: 62.5em) {
      .mobile-nav .menu-main-menu-container {
        top: 14px; } }
    .mobile-nav .menu-main-menu-container li {
      display: block;
      margin-right: 0; }
      .mobile-nav .menu-main-menu-container li a {
        display: block; }
  .mobile-nav .start-teleporting {
    float: none;
    display: block;
    margin: 0 auto; }
  .mobile-nav .social-media-icons {
    float: none;
    margin: 20px auto 0;
    display: block;
    text-align: center; }
  .mobile-nav .social-media-icon {
    float: none;
    text-decoration: none; }

.menu-main-menu-container {
  float: left;
  position: relative;
  top: 10px; }
  @media screen and (min-width: 62.5em) {
    .menu-main-menu-container {
      top: 14px; } }
  .menu-main-menu-container li {
    display: inline-block;
    margin-right: 0; }
    @media screen and (min-width: 57.5em) {
      .menu-main-menu-container li {
        margin-right: 3px; } }
    @media screen and (min-width: 62.5em) {
      .menu-main-menu-container li {
        margin-right: 10px; } }
    .menu-main-menu-container li.current-menu-item a {
      color: #d85944; }
    .menu-main-menu-container li a {
      font-family: Comfortaa, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      text-decoration: none;
      text-transform: uppercase;
      color: #333;
      font-size: 0.75em;
      padding: 10px 5px;
      letter-spacing: 0.05em; }
      @media screen and (min-width: 57.5em) {
        .menu-main-menu-container li a {
          letter-spacing: 1px;
          padding: 10px 10px; } }
      @media screen and (min-width: 62.5em) {
        .menu-main-menu-container li a {
          letter-spacing: 1px; } }
      @media screen and (min-width: 68.125em) {
        .menu-main-menu-container li a {
          letter-spacing: 2px;
          font-size: 0.875em; } }
      .menu-main-menu-container li a:hover {
        color: #d85944; }

.social-media-icons {
  float: left;
  position: relative;
  top: 3px; }

.social-media-icon {
  float: left;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  padding: 10px 5px; }
  @media screen and (min-width: 56.25em) {
    .social-media-icon {
      padding: 10px 10px; } }
  .social-media-icon svg {
    width: 15px;
    height: 15px; }
    @media screen and (min-width: 62.5em) {
      .social-media-icon svg {
        width: 20px;
        height: 20px; } }
    .social-media-icon svg .svg-icon {
      fill: #4d4d4d; }
  .social-media-icon:last-child {
    margin-right: 10px; }

.social-media-icon:hover .svg-icon {
  fill: #999999; }

.start-teleporting {
  float: right;
  text-transform: uppercase;
  font-family: Comfortaa, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-weight: 700;
  border: 0;
  background: #c0639f;
  outline: none;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 5px;
  font-size: 0.75em;
  padding: 10px 15px;
  top: 5px;
  position: relative;
  margin-right: 5px; }
  @media screen and (min-width: 62.5em) {
    .start-teleporting {
      top: 0;
      font-size: 0.875em;
      padding: 15px 20px; } }
  .start-teleporting:hover {
    background: #ab4587; }

.sign-up-popup {
  background: #c0639f;
  position: absolute;
  top: -90px;
  -webkit-transition: top 0.3s;
          transition: top 0.3s;
  z-index: 300;
  height: 450px;
  padding: 110px 10px 30px;
  color: #fff; }
  @media screen and (min-width: 48em) {
    .sign-up-popup {
      width: 450px;
      border-radius: 100%;
      right: -70px;
      padding: 110px 80px 80px; } }
  .sign-up-popup > p {
    font-size: 0.875em;
    margin-bottom: 15px; }
  .sign-up-popup h2 {
    color: #fff;
    font-weight: 700;
    font-family: Comfortaa, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    margin-bottom: 15px; }
  .sign-up-popup .close-button {
    outline: none;
    background: transparent;
    border: none;
    font-weight: 700;
    font-size: 25px;
    float: right;
    top: -10px;
    position: relative;
    padding: 3px 7px; }
    .sign-up-popup .close-button:hover {
      color: rgba(255, 255, 255, 0.5); }

.bottom-signup-wrap {
  position: absolute;
  left: 50%; }

.sign-up-popup--bottom {
  left: -50%;
  position: relative;
  top: auto;
  right: auto;
  -webkit-transition: 1s;
          transition: 1s;
  padding: 80px;
  width: 450px;
  border-radius: 100%;
  z-index: 90;
  -webkit-transform: translateY(-400px);
      -ms-transform: translateY(-400px);
          transform: translateY(-400px); }
  @media screen and (min-width: 35.625em) {
    .sign-up-popup--bottom {
      -webkit-transform: translateY(-500px);
          -ms-transform: translateY(-500px);
              transform: translateY(-500px); } }
  @media screen and (min-width: 60.625em) {
    .sign-up-popup--bottom {
      -webkit-transform: translateY(-600px);
          -ms-transform: translateY(-600px);
              transform: translateY(-600px); } }
  .sign-up-popup--bottom.sign-up-popup--bottom--hidden {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    padding: 110px 80px 80px; }
    @media screen and (min-width: 35.625em) {
      .sign-up-popup--bottom.sign-up-popup--bottom--hidden {
        -webkit-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
                transform: translateY(-50px); } }
    .sign-up-popup--bottom.sign-up-popup--bottom--hidden .btn-bottom-sign-up {
      opacity: 1; }
  .sign-up-popup--bottom .btn-bottom-sign-up {
    -webkit-transition: opacity 0.1s;
            transition: opacity 0.1s;
    background: none;
    border: none;
    margin: 0 auto;
    display: block;
    opacity: 0;
    top: -60px;
    position: relative;
    outline: none;
    text-transform: uppercase;
    font-size: 1.125em;
    border-bottom: 2px solid #fff;
    letter-spacing: 1px; }

.sign-up-popup--hidden {
  top: -450px; }

/*------------------------------------*\
		# Sections
\*------------------------------------*/
.section {
  padding: 60px 0 0 0; }
  .section h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.875em;
    margin-bottom: 15px; }
    @media screen and (min-width: 48em) {
      .section h2 {
        font-size: 2.5em; } }

.section__cols:before, .section__cols:after {
  content: " ";
  display: table; }
.section__cols:after {
  clear: both; }
.section__cols p {
  line-height: 1.5;
  font-size: 0.875em; }
  @media screen and (min-width: 48em) {
    .section__cols p {
      font-size: 1em; } }

.section__col-1-2 {
  margin-bottom: 10px; }

@media screen and (min-width: 35em) {
  .section__col-1-2 {
    width: 50%;
    float: left;
    margin-bottom: 0; }
    .section__col-1-2:first-child {
      padding-right: 30px; }
    .section__col-1-2:last-child {
      padding-left: 30px; } }

.section__label {
  text-transform: uppercase;
  color: #e3bf4b;
  font-weight: 700;
  line-height: 1;
  font-size: 0.875em; }

/*------------------------------------*\
		# Section 'How'
\*------------------------------------*/
.section--how {
  background: #323233;
  color: #ccc;
  font-size: 1em;
  padding-bottom: 60px; }
  .section--how .intro {
    margin-bottom: 30px; }
    .section--how .intro p {
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0.5em;
      font-size: 1.125em; }
      @media screen and (min-width: 48em) {
        .section--how .intro p {
          font-size: 1.375em; } }
  @media screen and (min-width: 35em) {
    .section--how .section__col-1-2:first-child {
      padding-right: 15px; }
    .section--how .section__col-1-2:last-child {
      padding-left: 15px; } }

/*------------------------------------*\
		# Section 'Really'
\*------------------------------------*/
.section--really {
  background: #272728;
  color: #fff; }
  .section--really img {
    display: block;
    margin: 0 auto; }
  .section--really .section__col-1-2 {
    width: auto;
    float: none; }
    @media screen and (min-width: 63.75em) {
      .section--really .section__col-1-2 {
        width: 50%;
        float: left; } }
    .section--really .section__col-1-2:first-child {
      padding-right: 0; }
      @media screen and (min-width: 63.75em) {
        .section--really .section__col-1-2:first-child {
          padding-right: 30px; } }
    .section--really .section__col-1-2:last-child {
      padding-left: 0; }
      @media screen and (min-width: 63.75em) {
        .section--really .section__col-1-2:last-child {
          padding-left: 30px; } }

.icon-line {
  width: 100%;
  border-top: 1px solid #5f5f5f;
  position: relative;
  margin: 60px 0; }

.icon-line--suitcase:before {
  width: 65px;
  height: 70px;
  margin: 0 auto;
  background: #272728 url('icon-suitcase.svg') center center no-repeat;
  background-size: 35px 70px;
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-60%) translateX(-50%);
      -ms-transform: translateY(-60%) translateX(-50%);
          transform: translateY(-60%) translateX(-50%);
  left: 50%; }

.icon-line--graduation-hat:before {
  width: 90px;
  height: 50px;
  margin: 0 auto;
  background: #272728 url('icon-graduation-hat.svg') center center no-repeat;
  background-size: 62px 45px;
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-60%) translateX(-50%);
      -ms-transform: translateY(-60%) translateX(-50%);
          transform: translateY(-60%) translateX(-50%);
  left: 50%; }

.icon-line--telecommute:before {
  width: 120px;
  height: 70px;
  margin: 0 auto;
  background: #272728 url('icon-telecommute.svg') center center no-repeat;
  background-size: 80px 70px;
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-60%) translateX(-50%);
      -ms-transform: translateY(-60%) translateX(-50%);
          transform: translateY(-60%) translateX(-50%);
  left: 50%; }

/*
	Happy face
 */
.icon-line--happyface {
  display: block;
  margin-bottom: 45px; }
  .icon-line--happyface .happyface-text {
    font-family: Comfortaa, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    text-transform: uppercase;
    color: #878686; }
  .icon-line--happyface .happyface-text-left {
    text-align: right;
    padding-right: 40px;
    float: left;
    width: 50%;
    top: -8px;
    position: relative; }
    .icon-line--happyface .happyface-text-left span {
      background: #272728;
      padding-left: 10px; }
  .icon-line--happyface .happyface-text-right {
    float: right;
    text-align: left;
    width: 50%;
    top: -8px;
    position: relative;
    padding-left: 40px; }
    .icon-line--happyface .happyface-text-right span {
      background: #272728;
      padding-right: 10px; }
  .icon-line--happyface:before {
    position: relative;
    z-index: 10;
    width: 80px;
    height: 46px;
    margin: 0 auto;
    background: #272728 url('icon-happyface.svg') center center no-repeat;
    background-size: 46px 46px;
    position: absolute;
    content: '';
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%; }

.big-stats {
  font-weight: 700;
  margin-bottom: 40px; }
  .big-stats:before, .big-stats:after {
    content: " ";
    display: table; }
  .big-stats:after {
    clear: both; }

.big-stats--living {
  margin-bottom: 60px; }
  .big-stats--living:after {
    content: '';
    background: url('icon-double-arrow-down.svg') center center no-repeat;
    background-size: 27px 21px;
    width: 27px;
    height: 21px;
    display: block;
    position: relative;
    top: 30px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%; }

.big-stats__nr {
  font-size: 5.625em;
  line-height: 1;
  text-align: center; }
  @media screen and (min-width: 31.875em) {
    .big-stats__nr {
      text-align: right;
      width: 50%;
      float: left; } }
  @media screen and (min-width: 75em) {
    .big-stats__nr {
      font-size: 6.875em; } }
  .big-stats__nr p {
    line-height: 1; }
  .big-stats__nr span {
    margin-left: 20px;
    font-size: 0.72727em; }
  .big-stats--telecommute .big-stats__nr span {
    margin-left: 8px;
    margin-right: 12px;
    letter-spacing: -0.06em; }
  @media screen and (min-width: 75em) {
    .big-stats--telecommute .big-stats__nr {
      text-align: left;
      width: 35%; } }

.big-stats__content {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center; }
  @media screen and (min-width: 31.875em) {
    .big-stats__content {
      text-align: left;
      padding-left: 30px;
      width: 50%;
      float: left;
      max-width: 240px; } }
  .big-stats__content p {
    line-height: 1.4;
    margin-top: 15px; }
    @media screen and (min-width: 31.875em) {
      .big-stats__content p {
        margin-top: 36px; } }
  .big-stats__content span {
    color: #e3bf4b; }
  .big-stats--living .big-stats__content p {
    margin-top: 15px; }
    @media screen and (min-width: 31.875em) {
      .big-stats--living .big-stats__content p {
        margin-top: 25px; } }
    @media screen and (min-width: 63.75em) {
      .big-stats--living .big-stats__content p {
        margin-top: 35px; } }
  @media screen and (min-width: 75em) {
    .big-stats--telecommute .big-stats__content {
      width: 65%;
      max-width: none; }
      .big-stats--telecommute .big-stats__content p {
        margin-top: 86px; } }
  .big-stats--graduation .big-stats__content p {
    margin-top: 15px; }
    @media screen and (min-width: 31.875em) {
      .big-stats--graduation .big-stats__content p {
        margin-top: 35px; } }
    @media screen and (min-width: 63.75em) {
      .big-stats--graduation .big-stats__content p {
        margin-top: 45px; } }

.piegraph-label {
  font-size: 0.875em;
  color: #5cc0d0;
  text-align: center;
  margin: 30px 0; }

.globe-stats-box {
  max-width: 540px;
  margin: 0 auto;
  background: #272728;
  border: 1px solid #5f5f5f;
  position: relative;
  padding: 25px 0;
  font-size: 70%;
  top: -100px; }
  .globe-stats-box:before, .globe-stats-box:after {
    content: " ";
    display: table; }
  .globe-stats-box:after {
    clear: both; }
  @media screen and (min-width: 31.875em) {
    .globe-stats-box {
      top: -200px; } }
  @media screen and (min-width: 38.125em) {
    .globe-stats-box {
      font-size: 100%; } }

.globe-stats-box__info {
  background: #272728;
  position: relative;
  display: block;
  text-align: center;
  padding: 5px 5px; }
  @media screen and (min-width: 31.875em) {
    .globe-stats-box__info {
      top: 10px;
      padding: 10px 0;
      text-align: left;
      float: left;
      left: 10px;
      width: 45%; } }
  @media screen and (min-width: 38.125em) {
    .globe-stats-box__info {
      width: 50%;
      left: -30px; } }
  .globe-stats-box__info p {
    font-size: 0.75em;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 0.15em; }
    @media screen and (min-width: 31.875em) {
      .globe-stats-box__info p {
        width: 200px; } }
  .globe-stats-box__info:after {
    content: '';
    background: url('icon-double-arrow-down.svg') center center no-repeat;
    background-size: 22px 16px;
    width: 22px;
    height: 16px;
    display: block;
    position: relative;
    margin: 0 auto;
    top: 10px; }
    @media screen and (min-width: 31.875em) {
      .globe-stats-box__info:after {
        margin: 0;
        top: 50%;
        position: absolute;
        right: 0;
        -webkit-transform: translateY(-50%) rotate(-90deg);
            -ms-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg); } }

.globe-stats-box__nrs {
  font-size: 0.875em;
  text-align: center;
  padding-top: 15px; }
  @media screen and (min-width: 31.875em) {
    .globe-stats-box__nrs {
      padding-top: 0;
      text-align: left;
      float: right;
      width: 50%; } }
  .globe-stats-box__nrs ul {
    list-style: none; }
    .globe-stats-box__nrs ul strong {
      font-weight: 400;
      font-size: 1.42857em; }
  .globe-stats-box__nrs .stats-highlight-blue {
    color: #5cc0d0; }
  .globe-stats-box__nrs .stats-highlight-yellow {
    color: #e3bf4b; }
  .globe-stats-box__nrs .stats-highlight-red {
    color: #d85944; }

.globe-stats-box__nrs__label {
  font-size: 0.85714em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 7px; }

/*------------------------------------*\
		# Section 'Solution'
\*------------------------------------*/
.section--solution {
  background-color: #d85944; }
  .section--solution h2 {
    margin-bottom: 40px; }

.tablet-demo {
  position: relative;
  max-width: 1140px; }
  @media screen and (min-width: 37.5em) {
    .tablet-demo {
      height: 585px;
      background: transparent url('tablet.png') left top no-repeat;
      background-size: 1000px; } }
  @media screen and (min-width: 58.75em) {
    .tablet-demo {
      background-size: 100%; } }

.demo-search {
  margin: 0 auto;
  max-width: 320px;
  background: #fff;
  font-size: 0.875em;
  border-radius: 2px;
  z-index: 10; }
  @media screen and (min-width: 37.5em) {
    .demo-search {
      position: absolute;
      top: 80px;
      left: 110px; } }

.demo-search__logo {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto; }

.demo-search__header {
  border-bottom: 2px solid #d1d3d7; }

.demo-search__content {
  padding: 25px; }
  .demo-search__content p {
    font-weight: 700;
    line-height: 1.5;
    color: #272728;
    margin-bottom: 15px; }
    .demo-search__content p:last-child {
      margin-bottom: 0; }

.demo-search__form {
  background: #ebecef;
  padding: 25px; }
  .demo-search__form:before, .demo-search__form:after {
    content: " ";
    display: table; }
  .demo-search__form:after {
    clear: both; }

.demo-search__button {
  background: #4bb8cb;
  outline: none;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-family: Comfortaa, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  float: right;
  padding: 10px 35px;
  border-radius: 2px; }

.demo-search__field {
  background: #fff;
  padding: 15px 15px 15px 45px;
  margin-bottom: 10px;
  font-weight: 700; }

.demo-search__field--home {
  background-image: url('icon-house.svg');
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 18px 17px; }

.demo-search__field--business {
  background-image: url('icon-briefcase.svg');
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 18px 17px; }

/*------------------------------------*\
		# Section 'Testimonials'
\*------------------------------------*/
.section--testimonials {
  z-index: 20;
  background: #272728;
  position: relative;
  padding-bottom: 70px; }
  .section--testimonials:before, .section--testimonials:after {
    content: " ";
    display: table; }
  .section--testimonials:after {
    clear: both; }
  .section--testimonials h2 {
    margin-bottom: 50px; }
    @media screen and (min-width: 36.875em) {
      .section--testimonials h2 {
        margin-bottom: 100px; } }

.testimonial {
  margin-bottom: 20px; }

.profile {
  margin-bottom: 20px; }
  .profile:before, .profile:after {
    content: " ";
    display: table; }
  .profile:after {
    clear: both; }

.profile__img {
  height: auto;
  text-align: center; }
  @media screen and (min-width: 31.875em) {
    .profile__img {
      padding-right: 30px;
      text-align: left;
      float: left;
      width: 42.59259%; } }
  .profile__img img {
    height: auto;
    border-radius: 50%;
    width: 150px; }
    @media screen and (min-width: 31.875em) {
      .profile__img img {
        width: 200px; } }

@media screen and (min-width: 31.875em) {
  .profile__info {
    float: left;
    width: 57.40741%; } }

.profile__info__name {
  font-size: 2.5em;
  font-weight: Comfortaa, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #d85944;
  text-align: center; }
  @media screen and (min-width: 31.875em) {
    .profile__info__name {
      text-align: left; } }

.profile__info__title {
  font-size: 0.875em;
  color: #878686;
  margin-bottom: 20px;
  text-align: center; }
  @media screen and (min-width: 31.875em) {
    .profile__info__title {
      text-align: left; } }

.profile__info__lived-in {
  font-size: 0.875em;
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 31.875em) {
    .profile__info__lived-in {
      text-align: left; } }

.lived-in__label {
  color: #d85944;
  text-transform: uppercase; }

.quote p {
  font-size: 1em;
  color: #ccc;
  line-height: 1.5;
  margin-bottom: 10px; }
  .quote p a {
    color: #fff; }
    .quote p a:hover {
      text-decoration: none; }
    .quote p a:visited {
      color: #fff; }

.testimonial--share-your-story {
  text-align: center;
  margin: 0;
  width: 100%; }
  @media screen and (min-width: 36.875em) {
    .testimonial--share-your-story {
      width: 540px;
      margin: 0 30px; } }
  .testimonial--share-your-story img {
    width: 95px;
    height: 104px;
    display: block;
    margin: 90px auto 0; }
  .testimonial--share-your-story .share-your-story {
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: Comfortaa, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-weight: 700;
    border: 0;
    background: #e3bf4b;
    color: #fff;
    letter-spacing: 0.05em;
    border-radius: 5px;
    font-size: 0.875em;
    padding: 15px 26px;
    top: -2px; }
    .testimonial--share-your-story .share-your-story:hover {
      background: #e0b535; }

/*------------------------------------*\
		# Section 'Where to teleport?'
\*------------------------------------*/
.section--map {
  overflow: hidden;
  position: relative;
  background: #e3bf4b;
  padding-bottom: 100px; }
  @media screen and (min-width: 35.625em) {
    .section--map {
      padding-bottom: 50px; } }
  .section--map .section__label {
    color: #fff; }
  .section--map > h2 {
    margin-bottom: 80px; }
  .section--map .map-img {
    padding-top: 80px; }

.drag-me-wrapper {
  background: url('drag-me.svg') no-repeat;
  width: 164px;
  height: 110px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0; }

.drag-me {
  background: url('map-marker.svg') no-repeat;
  width: 52px;
  height: 70px;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 17px; }

.uservoice-button {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10000;
  padding: 6px 8px 6px 10px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  background-color: #c0639f; }
  .uservoice-button:hover {
    background: #ab4587; }
  .uservoice-button .uservoice-button__label {
    -webkit-transition: 0.5s;
            transition: 0.5s;
    display: block;
    float: left;
    padding-right: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.75em;
    top: 3px;
    position: relative;
    color: transparent;
    color: #fff; }
  .uservoice-button:after {
    background-image: url('feedback-icon.svg');
    background-size: cover;
    float: right;
    width: 21px;
    height: 21px;
    display: block;
    content: '';
    opacity: 0.7; }

/*------------------------------------*\
		# Section 'About Us'
\*------------------------------------*/
.section--about-us {
  background: #323233;
  color: #ccc;
  font-size: 1em;
  padding-top: 150px; }
  @media screen and (min-width: 62.5em) {
    .section--about-us {
      padding-top: 200px; } }
  .section--about-us a {
    color: #fff; }
    .section--about-us a:hover {
      text-decoration: none; }
    .section--about-us a:visited {
      color: #fff; }
  .section--about-us .section__label {
    color: #d85944; }
  .section--about-us .intro {
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.3;
    font-size: 1em; }
    @media screen and (min-width: 48em) {
      .section--about-us .intro {
        font-size: 1.375em; } }
    .section--about-us .intro p {
      margin-bottom: 1.3em; }
  .section--about-us .about-us-map {
    background: transparent url('about-us-map.png') center top no-repeat;
    background-size: contain;
    min-height: 420px;
    position: relative; }
    @media screen and (min-width: 63.75em) {
      .section--about-us .about-us-map {
        background-size: auto; } }
  .section--about-us .about-us-map__box {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 23px;
    padding-bottom: 20px;
    border-top: 1px solid #5f5f5f;
    border-bottom: 1px solid #5f5f5f;
    min-height: 165px;
    font-size: 0.875em;
    position: relative; }
    @media screen and (min-width: 35em) {
      .section--about-us .about-us-map__box {
        top: 180px; } }
    .section--about-us .about-us-map__box .startx-logo {
      max-width: 85px;
      display: block;
      margin-top: 20px; }
  .section--about-us .about-us-map__box--contact {
    padding-top: 23px;
    padding-bottom: 20px; }
  .section--about-us .about-us-contact-title {
    font-size: 1em;
    text-transform: uppercase;
    color: #cccccc;
    letter-spacing: 0.1em;
    margin-bottom: 5px; }
  .section--about-us .contact-list {
    list-style: none; }
    .section--about-us .contact-list li {
      margin-bottom: 5px; }
    .section--about-us .contact-list a {
      text-decoration: none;
      color: #ccc; }
      .section--about-us .contact-list a:visited {
        color: #ccc; }
      .section--about-us .contact-list a:hover {
        color: #fff; }
    .section--about-us .contact-list .contact-list__icon:before {
      content: '';
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center center;
      margin-right: 10px; }
    .section--about-us .contact-list .contact-list__icon--mail:before {
      background-image: url('icon-mail-contact.svg');
      width: 20px;
      height: 20px;
      background-size: 16px 10px;
      position: relative;
      top: 5px; }
    .section--about-us .contact-list .contact-list__icon--twitter:before {
      background-image: url('icon-twitter-contact.svg');
      width: 20px;
      height: 20px;
      background-size: 18px 15px;
      position: relative;
      top: 3px; }
    .section--about-us .contact-list .contact-list__icon--fb:before {
      background-image: url('icon-fb-contact.svg');
      width: 20px;
      height: 20px;
      background-size: 16px 20px;
      position: relative;
      top: 4px; }
  @media screen and (min-width: 35em) { }

/*------------------------------------*\
		# Section 'People'
\*------------------------------------*/
.section--people {
  background: #272728; }
  .section--people:before, .section--people:after {
    content: " ";
    display: table; }
  .section--people:after {
    clear: both; }
  .section--people .section__label {
    color: #d85944;
    margin-bottom: 60px; }

.block-grid {
  list-style: none; }
  .block-grid > li {
    margin-bottom: 40px;
    border-bottom: 1px solid #3c3c3d;
    padding-bottom: 70px; }
    @media screen and (min-width: 48em) {
      .block-grid > li {
        float: left;
        width: 47.36842%; }
        .block-grid > li:nth-child(2n-1) {
          margin-right: 5.26316%; }
        .block-grid > li:nth-last-child(-n+2) {
          border-bottom: none; } }

.join-our-team {
  text-align: center;
  height: 400px;
  position: relative; }

.join-our-team__button {
  top: 50%;
  -webkit-transform: translateY(-60%) translateX(-50%);
      -ms-transform: translateY(-60%) translateX(-50%);
          transform: translateY(-60%) translateX(-50%);
  left: 50%;
  position: absolute;
  display: block;
  margin: 0 auto;
  font-size: 0.875em;
  font-weight: 700;
  font-family: Comfortaa, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #d85944;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 4px;
  letter-spacing: 0.1em; }
  .join-our-team__button:hover {
    background: #c13d28; }

.on-the-web {
  margin-top: 20px; }

.on-the-web__icons {
  list-style: none; }
  .on-the-web__icons li {
    display: inline-block; }

.on-the-web__icon:hover {
  opacity: 0.7; }
.on-the-web__icon:before {
  height: 35px;
  width: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px;
  display: inline-block;
  content: ''; }

.on-the-web__icon--twitter:before {
  background-image: url('icon-twitter-about.svg');
  background-position: center 10px;
  background-size: 20px; }

.on-the-web__icon--linkedin:before {
  background-image: url('icon-linkedin.svg');
  background-size: 20px; }

.on-the-web__icon--angellist:before {
  background-image: url('icon-angellist.svg');
  background-size: 14px;
  background-position: center 6px; }

.on-the-web__icon--blog {
  color: #cccccc;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  text-decoration: none; }
  .on-the-web__icon--blog:before {
    background-image: url('icon-pencil.svg');
    background-size: 20px;
    background-position: center 8px; }
  .on-the-web__icon--blog span {
    position: relative;
    top: -12px;
    text-transform: uppercase;
    margin-left: 1px; }

.section--investors {
  background: #323233;
  color: #ccc;
  font-size: 1em;
  padding-bottom: 100px; }
  .section--investors h2 {
    margin-bottom: 90px;
    display: block; }
  .section--investors a {
    color: #fff; }
    .section--investors a:hover {
      text-decoration: none; }
    .section--investors a:visited {
      color: #fff; }
  .section--investors .section__label {
    color: #d85944; }
  .section--investors .investors-block {
    margin-top: 50px; }
    .section--investors .investors-block:before, .section--investors .investors-block:after {
      content: " ";
      display: table; }
    .section--investors .investors-block:after {
      clear: both; }
    .section--investors .investors-block ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .section--investors .investors-block p {
      font-size: 0.875em; }
    .section--investors .investors-block li {
      display: inline-block;
      text-align: center;
      min-height: 105px;
      position: relative;
      width: 100%;
      border-bottom: 1px solid #3c3c3d;
      border-right: 0; }
      @media screen and (min-width: 48em) {
        .section--investors .investors-block li {
          border-bottom: 0;
          border-right: 1px solid #3c3c3d;
          width: 24.5614%; } }
      .section--investors .investors-block li:nth-child(4n) {
        border-right: 0; }
      .section--investors .investors-block li > div {
        width: 100%;
        position: absolute;
        padding: 0 30px;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%); }

/*------------------------------------*\
		# Cheque
\*------------------------------------*/
.cheque {
  width: 158px;
  position: relative;
  font-size: 70%;
  top: 45%; }
  @media screen and (min-width: 31.875em) {
    .cheque {
      top: 45%;
      font-size: 100%; } }

.cheque--left {
  left: 100%;
  -webkit-transform: translateY(-50%) translateX(-100%);
      -ms-transform: translateY(-50%) translateX(-100%);
          transform: translateY(-50%) translateX(-100%); }

.cheque--right {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.cheque__top {
  background-image: url('cheque-white.svg');
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 10px; }
  @media screen and (min-width: 31.875em) {
    .cheque__top {
      padding: 20px; } }

.cheque__title {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #d85944;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px; }
  @media screen and (min-width: 31.875em) {
    .cheque__title {
      margin-bottom: 20px; } }

.cheque__item {
  margin-bottom: 5px; }
  @media screen and (min-width: 31.875em) {
    .cheque__item {
      margin-bottom: 20px; } }

.cheque__item__title {
  font-size: 0.625em;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e4e4;
  color: #666;
  padding-left: 10px;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 2px;
  margin-bottom: 5px; }
  .cheque__item--total .cheque__item__title {
    color: #d85944; }

.cheque__item__price {
  color: #464646;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: right;
  line-height: 1;
  padding-right: 10px;
  font-size: 0.9375em; }
  @media screen and (min-width: 31.875em) {
    .cheque__item__price {
      font-size: 1.25em; } }
  .cheque__item--total .cheque__item__price {
    color: #d85944; }

.cheque__bottom {
  background-image: url('cheque-red.svg');
  background-repeat: repeat-y;
  padding: 10px;
  background-size: 100%;
  height: 75px; }
  @media screen and (min-width: 31.875em) {
    .cheque__bottom {
      height: 85px;
      padding: 20px; } }

.cheque__bottom--left p {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.625em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5; }

.cheque__bottom--right p {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.875em;
  line-height: 1;
  text-align: right; }
  .cheque__bottom--right p span {
    font-size: 0.4em;
    text-align: right;
    display: block;
    font-weight: 400; }

/*------------------------------------*\
		# Section cover
\*------------------------------------*/
.skip-cover {
  position: absolute;
  right: 50%;
  bottom: 25px;
  width: 316px;
  height: 316px;
  -webkit-transform: translateX(158px) translateY(295px);
      -ms-transform: translateX(158px) translateY(295px);
          transform: translateX(158px) translateY(295px);
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #d85944;
  font-size: 0.6875em;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.05em;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 15px 15px 15px;
  border-radius: 100%;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  display: none; }
  @media screen and (min-width: 31.875em) {
    .skip-cover {
      display: block; } }
  .skip-cover:hover {
    background: white;
    -webkit-transform: translateX(158px) translateY(293px);
        -ms-transform: translateX(158px) translateY(293px);
            transform: translateX(158px) translateY(293px); }
  .skip-cover img {
    margin-top: 3px;
    width: 20px; }

.section--cover {
  padding-top: 85px;
  overflow: hidden;
  position: relative; }
  .section--cover:before, .section--cover:after {
    content: " ";
    display: table; }
  .section--cover:after {
    clear: both; }
  .section--cover .final {
    position: relative;
    z-index: 10; }
    @media screen and (min-width: 31.875em) {
      .section--cover .final {
        display: none; } }
    .section--cover .final .cheque--left {
      -webkit-transform: translateY(-40%) translateX(-100%);
          -ms-transform: translateY(-40%) translateX(-100%);
              transform: translateY(-40%) translateX(-100%); }
    .section--cover .final .cheque--right {
      -webkit-transform: translateY(-40%);
          -ms-transform: translateY(-40%);
              transform: translateY(-40%); }
    .section--cover .final .final__left {
      float: left;
      width: 50%;
      position: relative;
      background-size: cover;
      background-position: top right; }
      @media screen and (min-width: 87.5625em) {
        .section--cover .final .final__left {
          background-image: url('cover-slide1-left-1400.jpg'); } }
      @media screen and (max-width: 87.5em) {
        .section--cover .final .final__left {
          background-image: url('cover-slide1-left-1000.jpg'); } }
    .section--cover .final .final__right {
      float: left;
      width: 50%;
      position: relative;
      background-size: cover;
      background-position: top right; }
      @media screen and (min-width: 87.5625em) {
        .section--cover .final .final__right {
          background-image: url('cover-slide1-right-1400.jpg'); } }
      @media screen and (max-width: 87.5em) {
        .section--cover .final .final__right {
          background-image: url('cover-slide1-right-1000.jpg'); } }
  .section--cover .left {
    float: left;
    width: 50%;
    position: relative;
    top: 0; }
    .section--cover .left .one-left {
      background-size: cover;
      background-position: top right; }
      @media screen and (min-width: 87.5625em) {
        .section--cover .left .one-left {
          background-image: url('cover-slide1-left-1400.jpg'); } }
      @media screen and (max-width: 87.5em) {
        .section--cover .left .one-left {
          background-image: url('cover-slide1-left-1000.jpg'); } }
    .section--cover .left .two-left {
      background-size: cover;
      background-position: top right; }
      @media screen and (min-width: 87.5625em) {
        .section--cover .left .two-left {
          background-image: url('cover-slide2-left-1400.jpg'); } }
      @media screen and (max-width: 87.5em) {
        .section--cover .left .two-left {
          background-image: url('cover-slide2-left-1000.jpg'); } }
    .section--cover .left .three-left {
      background: #d85944;
      font-size: 6.25em;
      font-family: Comfortaa, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1;
      text-align: right;
      color: #fff;
      padding-right: 10px; }
      .section--cover .left .three-left p {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
  .section--cover .right {
    float: right;
    width: 50%;
    position: relative; }
    .section--cover .right .one-right {
      background-size: cover;
      background-position: top right; }
      @media screen and (min-width: 87.5625em) {
        .section--cover .right .one-right {
          background-image: url('cover-slide1-right-1400.jpg'); } }
      @media screen and (max-width: 87.5em) {
        .section--cover .right .one-right {
          background-image: url('cover-slide1-right-1000.jpg'); } }
    .section--cover .right .two-right {
      background-size: cover;
      background-position: bottom left; }
      @media screen and (min-width: 87.5625em) {
        .section--cover .right .two-right {
          background-image: url('cover-slide2-right-1400.jpg'); } }
      @media screen and (max-width: 87.5em) {
        .section--cover .right .two-right {
          background-image: url('cover-slide2-right-1000.jpg'); } }
    .section--cover .right .three-right {
      background: #5cc0d0;
      font-size: 6.25em;
      font-family: Comfortaa, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1;
      color: #fff;
      padding-left: 10px; }
      .section--cover .right .three-right p {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }

/*------------------------------------*\
		# Jobs
\*------------------------------------*/
.jobs-main {
  padding-top: 85px; }
  .jobs-main article > h1 {
    margin-bottom: 5px;
    font-size: 2.5em;
    text-decoration: none;
    color: #333;
    text-transform: uppercase; }
  @media screen and (min-width: 48em) {
    .jobs-main {
      padding-top: 200px; } }
  .jobs-main:before, .jobs-main:after {
    content: " ";
    display: table; }
  .jobs-main:after {
    clear: both; }
  .jobs-main .side-nav-wrapper {
    padding-top: 50px;
    padding-bottom: 70px;
    position: relative;
    height: 100%;
    background: #5cc0d0; }
    @media screen and (min-width: 48em) {
      .jobs-main .side-nav-wrapper {
        margin-bottom: 0;
        padding-top: 0;
        float: left;
        padding-right: 30px;
        width: 25.83333%; } }
    .jobs-main .side-nav-wrapper nav {
      position: relative; }
      .jobs-main .side-nav-wrapper nav h2 {
        font-size: 2.5em;
        font-weight: 300;
        text-transform: uppercase;
        color: #fff;
        padding-left: 30px;
        margin-bottom: 5px; }
      .jobs-main .side-nav-wrapper nav ul {
        border-top: 1px solid #39a0b1;
        list-style: none; }
      .jobs-main .side-nav-wrapper nav li {
        padding: 10px 30px;
        border-bottom: 1px solid #39a0b1;
        position: relative; }
        @media screen and (min-width: 48em) {
          .jobs-main .side-nav-wrapper nav li.current-post:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-left: 7px solid #5cc0d0;
            position: absolute;
            top: 50%;
            right: -37px;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); } }
        .jobs-main .side-nav-wrapper nav li a {
          text-decoration: none; }
          .jobs-main .side-nav-wrapper nav li a:hover p {
            color: #055764; }
        .jobs-main .side-nav-wrapper nav li time {
          font-size: 0.75em;
          color: #39a0b1;
          margin-bottom: 0; }
        .jobs-main .side-nav-wrapper nav li p {
          font-size: 0.875em;
          color: #fff; }
    .jobs-main .side-nav-wrapper:before {
      background: #5cc0d0;
      content: '';
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -10; }
  .jobs-main .article-wrapper {
    padding-top: 30px; }
    @media screen and (min-width: 48em) {
      .jobs-main .article-wrapper {
        width: 74.16667%;
        float: right;
        padding-top: 0;
        padding-right: 30px; } }
    .jobs-main .article-wrapper:before {
      background: #efeff0;
      content: '';
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      z-index: -9; }
    .jobs-main .article-wrapper article {
      padding: 0 15px;
      margin-bottom: 60px; }
      @media screen and (min-width: 48em) {
        .jobs-main .article-wrapper article {
          padding: 0 0 0 60px; } }
  .jobs-main .btn-apply-job {
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Comfortaa, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #e3bf4b;
    text-decoration: none;
    color: #fff;
    padding: 10px 70px;
    border-radius: 5px;
    margin-top: 15px;
    display: inline-block;
    -webkit-transition: 0.5s;
            transition: 0.5s; }
    .jobs-main .btn-apply-job:hover {
      background: #d9ab22; }
  .jobs-main article.type-jobs .post-meta .job-location {
    color: #5cc0d0;
    text-transform: uppercase;
    margin-bottom: 0; }

/*------------------------------------*\
		# Blog
\*------------------------------------*/
.blog-main {
  padding-top: 85px; }
  .blog-main:before, .blog-main:after {
    content: " ";
    display: table; }
  .blog-main:after {
    clear: both; }
  @media screen and (min-width: 48em) {
    .blog-main {
      padding-top: 200px; } }
  .blog-main .side-nav-wrapper {
    padding-top: 50px;
    padding-bottom: 70px;
    position: relative;
    height: 100%;
    background: #d85944; }
    @media screen and (min-width: 48em) {
      .blog-main .side-nav-wrapper {
        margin-bottom: 0;
        padding-top: 0;
        float: left;
        padding-right: 30px;
        width: 25.83333%; } }
    .blog-main .side-nav-wrapper nav {
      position: relative; }
      .blog-main .side-nav-wrapper nav h2 {
        font-size: 2.5em;
        font-weight: 300;
        text-transform: uppercase;
        color: #fff;
        padding-left: 30px;
        margin-bottom: 5px; }
      .blog-main .side-nav-wrapper nav ul {
        border-top: 1px solid #bd4431;
        list-style: none; }
      .blog-main .side-nav-wrapper nav li {
        padding: 10px 30px;
        border-bottom: 1px solid #bd4431;
        position: relative; }
        @media screen and (min-width: 48em) {
          .blog-main .side-nav-wrapper nav li.current-post:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-left: 7px solid #d85944;
            position: absolute;
            top: 50%;
            right: -37px;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); } }
        .blog-main .side-nav-wrapper nav li a {
          text-decoration: none; }
          .blog-main .side-nav-wrapper nav li a:hover p {
            color: #e3bf4b; }
        .blog-main .side-nav-wrapper nav li time {
          font-size: 0.75em;
          color: #8f2818;
          margin-bottom: 0; }
        .blog-main .side-nav-wrapper nav li p {
          font-size: 0.875em;
          color: #fff; }
    .blog-main .side-nav-wrapper:before {
      background: #d85944;
      content: '';
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -10; }
    .blog-main .side-nav-wrapper .archive-link-wrap {
      text-align: right;
      padding-left: 30px;
      margin-top: 10px;
      padding-right: 30px; }
      @media screen and (min-width: 48em) {
        .blog-main .side-nav-wrapper .archive-link-wrap {
          padding-right: 0; } }
      .blog-main .side-nav-wrapper .archive-link-wrap .archives-link, .blog-main .side-nav-wrapper .archive-link-wrap .rss-link {
        text-decoration: none;
        font-size: 0.875em;
        color: #f2c9c3; }
        .blog-main .side-nav-wrapper .archive-link-wrap .archives-link:hover, .blog-main .side-nav-wrapper .archive-link-wrap .rss-link:hover {
          color: #e3bf4b; }
      .blog-main .side-nav-wrapper .archive-link-wrap .rss-link:hover:after {
        color: #f2c9c3; }
      .blog-main .side-nav-wrapper .archive-link-wrap .rss-link:after {
        content: '|';
        margin: 0 5px; }
  .blog-main .article-wrapper {
    padding-top: 30px; }
    @media screen and (min-width: 48em) {
      .blog-main .article-wrapper {
        padding-top: 0;
        width: 74.16667%;
        float: right;
        padding-right: 30px; } }
    .blog-main .article-wrapper:before {
      background: #efeff0;
      content: '';
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      z-index: -9; }
    .blog-main .article-wrapper article {
      padding: 0 15px;
      margin-bottom: 60px; }
      @media screen and (min-width: 48em) {
        .blog-main .article-wrapper article {
          padding: 0 0 0 60px; } }
  .blog-main article.post .post-title {
    margin-bottom: 0; }
  .blog-main article.post .post-meta {
    margin-bottom: 10px;
    color: #d85944; }
    .blog-main article.post .post-meta .post-author {
      display: inline; }
      .blog-main article.post .post-meta .post-author:after {
        content: '|';
        margin: 0 10px; }
    .blog-main article.post .post-meta time {
      font-size: 0.875em; }

/*------------------------------------*\
		# Blog archive
\*------------------------------------*/
.blog-archive {
  padding-top: 125px; }
  .blog-archive:before, .blog-archive:after {
    content: " ";
    display: table; }
  .blog-archive:after {
    clear: both; }
  @media screen and (min-width: 48em) {
    .blog-archive {
      padding-top: 200px; } }
  .blog-archive .side-nav-wrapper {
    padding-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
    height: 100%;
    background: #d85944;
    display: none; }
    @media screen and (min-width: 48em) {
      .blog-archive .side-nav-wrapper {
        display: block; } }
    .blog-archive .side-nav-wrapper nav {
      position: relative; }
      .blog-archive .side-nav-wrapper nav h2 {
        font-size: 2.5em;
        font-weight: 300;
        text-transform: uppercase;
        color: #fff;
        padding-left: 30px;
        margin-bottom: 5px; }
      .blog-archive .side-nav-wrapper nav ul {
        border-top: 1px solid #bd4431;
        list-style: none; }
      .blog-archive .side-nav-wrapper nav li {
        padding: 10px 30px;
        border-bottom: 1px solid #bd4431;
        position: relative; }
        @media screen and (min-width: 48em) {
          .blog-archive .side-nav-wrapper nav li.current-post:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-left: 7px solid #d85944;
            position: absolute;
            top: 50%;
            right: -37px;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); } }
        .blog-archive .side-nav-wrapper nav li a {
          text-decoration: none; }
          .blog-archive .side-nav-wrapper nav li a:hover p {
            color: #e3bf4b; }
        .blog-archive .side-nav-wrapper nav li time {
          font-size: 0.75em;
          color: #8f2818;
          margin-bottom: 0; }
        .blog-archive .side-nav-wrapper nav li p {
          font-size: 0.875em;
          color: #fff; }
    @media screen and (min-width: 48em) {
      .blog-archive .side-nav-wrapper {
        margin-bottom: 0;
        padding-top: 0;
        float: left;
        padding-right: 30px;
        width: 25.83333%; } }
    .blog-archive .side-nav-wrapper .page-title {
      color: white;
      text-transform: uppercase;
      padding-left: 30px; }
    .blog-archive .side-nav-wrapper:before {
      background: #d85944;
      content: '';
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -10; }
    .blog-archive .side-nav-wrapper .archive-link-wrap {
      text-align: right;
      padding-left: 30px;
      margin-top: 10px;
      padding-right: 30px; }
      @media screen and (min-width: 48em) {
        .blog-archive .side-nav-wrapper .archive-link-wrap {
          padding-right: 0; } }
      .blog-archive .side-nav-wrapper .archive-link-wrap .archives-link, .blog-archive .side-nav-wrapper .archive-link-wrap .rss-link {
        text-decoration: none;
        font-size: 0.875em;
        color: #f2c9c3; }
        .blog-archive .side-nav-wrapper .archive-link-wrap .archives-link:hover, .blog-archive .side-nav-wrapper .archive-link-wrap .rss-link:hover {
          color: #e3bf4b; }
      .blog-archive .side-nav-wrapper .archive-link-wrap .rss-link:hover:after {
        color: #f2c9c3; }
      .blog-archive .side-nav-wrapper .archive-link-wrap .rss-link:after {
        content: '|';
        margin: 0 5px; }
  @media screen and (min-width: 48em) {
    .blog-archive .article-wrapper {
      padding-right: 30px;
      width: 74.16667%;
      float: left; } }
  .blog-archive .article-wrapper:before {
    background: #efeff0;
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: -10; }
  .blog-archive .article-wrapper article {
    padding: 0 15px; }
    @media screen and (min-width: 48em) {
      .blog-archive .article-wrapper article {
        padding: 0 0 0 60px; } }
  .blog-archive article.post {
    margin-bottom: 30px; }
    .blog-archive article.post .excerpt {
      border-bottom: 1px solid #c5c5c5;
      padding-bottom: 30px; }
      .blog-archive article.post .excerpt p {
        font-size: 1em; }
    .blog-archive article.post .post-title {
      margin-bottom: 0;
      font-size: 1.375em; }
      .blog-archive article.post .post-title a {
        color: #d85944; }
    .blog-archive article.post .post-meta {
      margin-bottom: 10px;
      color: #d85944; }
      .blog-archive article.post .post-meta .post-author {
        display: inline; }
        .blog-archive article.post .post-meta .post-author:after {
          content: '|';
          margin: 0 10px; }
      .blog-archive article.post .post-meta time {
        font-size: 0.875em; }
  .blog-archive .blog-archive-pagination {
    margin-top: 15px;
    margin-bottom: 80px;
    padding: 0 0 0 15px; }
    @media screen and (min-width: 48em) {
      .blog-archive .blog-archive-pagination {
        padding: 0 0 0 60px; } }
    .blog-archive .blog-archive-pagination a {
      text-decoration: none;
      color: #d85944; }

html {
  cursor: default;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.full-width {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.full-width--gutter {
  padding: 0 30px; }

/*------------------------------------*\
		# Blog/jobs article styles
\*------------------------------------*/
article {
  padding-bottom: 100px; }
  article .post-title {
    margin-bottom: 20px;
    font-size: 2.5em; }
    article .post-title a {
      text-decoration: none;
      color: #333;
      text-transform: uppercase; }
      article .post-title a:visited {
        color: #d85844; }
  article .excerpt p {
    font-size: 1.375em; }
  article blockquote {
    padding-left: 1.5em;
    font-style: italic;
    color: #666666;
    font-size: 1.125em;
    margin-bottom: 1em; }
    article blockquote:before {
      content: '“';
      float: left;
      margin-left: -0.6em;
      line-height: 1;
      font-size: 3.4375em;
      position: relative;
      top: -5px;
      color: #b3b3b3; }
    article blockquote p {
      margin-bottom: 0.5em; }
  article a {
    color: #d85944; }
    article a:hover {
      text-decoration: none; }
    article a:visited {
      color: #972f1f; }
  article ul, article ol {
    margin-bottom: 20px;
    padding-left: 1.2em; }
    @media screen and (min-width: 48em) {
      article ul, article ol {
        padding-left: 0; } }
  article li {
    line-height: 1.5; }
  article p {
    line-height: 1.5;
    font-size: 1em;
    margin-bottom: 20px; }
  article h2, article h3, article h4, article h5 {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 0.5em; }
  article h2 {
    font-size: 1.375em; }
  article .comments {
    margin-bottom: 40px; }

/*------------------------------------*\
		# 404
\*------------------------------------*/
.error404 {
  background: -webkit-linear-gradient(rgba(50, 50, 51, 0.6), rgba(50, 50, 51, 0.6)), url('cover-slide2-left-1400.jpg');
  background: linear-gradient(rgba(50, 50, 51, 0.6), rgba(50, 50, 51, 0.6)), url('cover-slide2-left-1400.jpg');
  background-position: top center;
  background-size: cover; }
  .error404 .section--404 {
    color: #ccc;
    font-size: 1em;
    padding-top: 150px; }
    @media screen and (min-width: 62.5em) {
      .error404 .section--404 {
        padding-top: 200px; } }
    .error404 .section--404 a {
      color: #fff; }
      .error404 .section--404 a:hover {
        text-decoration: none; }
      .error404 .section--404 a:visited {
        color: #fff; }
    .error404 .section--404 h2 {
      font-size: 50px; }
    .error404 .section--404 .section__label {
      color: #d85944; }
    .error404 .section--404 .intro {
      font-weight: 400;
      margin-bottom: 30px;
      line-height: 1.3;
      font-size: 1em; }
      @media screen and (min-width: 48em) {
        .error404 .section--404 .intro {
          font-size: 1.375em; } }
      .error404 .section--404 .intro p {
        margin-bottom: 1.3em; }

/*
     FILE ARCHIVED ON 22:33:14 Sep 23, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:45:03 Apr 17, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.663
  exclusion.robots: 0.084
  exclusion.robots.policy: 0.075
  cdx.remote: 0.059
  esindex: 0.01
  LoadShardBlock: 57.332 (3)
  PetaboxLoader3.datanode: 59.752 (4)
  load_resource: 56.55
  PetaboxLoader3.resolve: 48.294
*/