/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
.header-gameslist-outside {
  position: absolute;
  z-index: 9001;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
}
@media (min-width: 1024px) {
  .header-gameslist-outside {
    left: 32px;
    right: 32px;
    top: calc(100% + 24px);
  }
}
.games-open .header-gameslist-outside {
  display: block;
}
.header-gameslist {
  background: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  max-width: 1632px;
}
.header-gameslist__back-wrapper {
  border-bottom: solid 2px #C3C3C3;
  box-sizing: border-box;
  padding-left: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .header-gameslist__back-wrapper {
    display: none;
  }
}
.header-gameslist__back-arrow {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  margin-top: -2px;
}
.header-gameslist__back-text {
  text-transform: uppercase;
  font-family: Roboto-Condensed, sans-serif;
  font-weight: bold;
  color: #36373B;
  font-size: 18px;
}
.header-gameslist__wrapper {
  padding: 22px 36px;
  box-sizing: border-box;
}
.header-gameslist__header {
  font-family: Roboto-Condensed, sans-serif;
  font-size: 28px;
  margin: 0 0 22px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #36373B;
}
@media (min-width: 1024px) {
  .header-gameslist__header {
    position: relative;
    margin: 0;
  }
  .header-gameslist__header:after {
    content: "";
    display: block;
    background: #C3C3C3;
    height: 2px;
    width: calc(100% - 200px);
    position: absolute;
    top: 14px;
    right: 0;
  }
}
.header-game-library--mobile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .header-game-library--mobile {
    display: none;
  }
}
.header-game-library--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .header-game-library--desktop {
    display: flex;
    flex-direction: row;
    height: 195px;
    padding-top: 22px;
  }
}
.js-desktop-header-library-scroll-pane .jspHorizontalBar {
  height: 11px;
}
.js-desktop-header-library-scroll-pane .jspDrag {
  background: #F54545;
}
.js-desktop-header-library-scroll-pane .jspTrack {
  background: #36373B;
}
.hgl-game {
  width: calc(50% - 6px);
  margin-bottom: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .hgl-game {
    width: 288px;
    margin-bottom: 6px;
  }
}
.header-game-library--desktop .hgl-game {
  flex-shrink: 0;
}
.hgl-game__link {
  text-decoration: none;
}
.hgl-game__link:hover .hgl-game__image--desktop {
  transform: scale(1.025);
}
.hgl-game__link:hover .hgl-game__caption {
  color: #F54545;
}
.hgl-game__image {
  display: block;
  padding-bottom: 119.75308641975309%;
  margin-bottom: 5px;
  background-size: cover;
  background-position: center;
}
.hgl-game__image--desktop {
  display: none;
  padding-bottom: 0;
  height: 153px;
  margin-right: 16px;
  transition: transform 0.2s;
}
@media (min-width: 1024px) {
  .hgl-game__image--desktop {
    display: block;
  }
}
@media (min-width: 1024px) {
  .hgl-game__image--mobile {
    display: none;
  }
}
.hgl-game__caption {
  text-decoration: none;
  color: #1D1E21;
  font-family: Roboto-Condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  width: 100%;
  text-align: center;
  transition: color 0.2s;
}
@media (min-width: 1024px) {
  .hgl-game__caption {
    font-size: 12px;
    box-sizing: border-box;
    padding-right: 16px;
  }
}
.header-gameslist__close-wrapper {
  text-align: center;
  background: #F54545;
  cursor: pointer;
  padding-top: 5px;
}
@media (min-width: 1024px) {
  .header-gameslist__close-wrapper {
    display: none;
  }
}
.header-gameslist__close-up {
  display: inline-block;
}
header {
  background: #1D1E21;
  padding: 16px;
  position: relative;
}
.header-mobile {
  display: block;
  position: relative;
}
@media (min-width: 1024px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile__hamburger-button {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.header-mobile__icon {
  position: absolute;
}
.header-mobile__closed-icon {
  top: 1px;
  left: 1px;
}
.header-mobile__open-icon {
  display: none;
}
.mobile-menu-open .header-mobile__closed-icon {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: -16px;
  right: -16px;
  top: 58px;
  z-index: 1;
}
.mobile-menu-open .header-mobile__open-icon {
  display: block;
}
.header-mobile__logo {
  margin: 0 auto;
  display: block;
  width: 128px;
  fill: #fff;
}
.header-mobile__logo::after {
  content: "";
  height: 43px;
  width: 100%;
  display: block;
  background-image: url("../images/corp-site/logos/arcgames-side.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.header-mobile-list {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: -16px;
  right: -16px;
  top: calc(100% + 16px);
  z-index: 9001;
}
.header-mobile-list__option {
  margin: 0;
  padding: 10px 0;
  font-family: Roboto-Condensed, sans-serif;
  font-size: 18px;
  color: #36373B;
  text-transform: uppercase;
  font-weight: bold;
  box-sizing: border-box;
  border-bottom: solid 2px #C3C3C3;
  text-align: center;
  position: relative;
}
.header-mobile-list__option a {
  color: #36373B;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.header-mobile-list__option a:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -3px;
  background: #F54545;
  height: 2px;
  opacity: 0;
  transition: opacity 0.2s;
  left: 0;
  right: 0;
}
.header-mobile-list__option a:hover:after {
  opacity: 1;
}
.header-mobile-list__option--last {
  border-bottom: none;
}
.header-mobile-list__option-chevron {
  display: none;
  right: 36px;
  position: absolute;
  top: 8px;
}
.js-header-switch-to-mobile-games {
  cursor: pointer;
}
.header-mobile-list__option--has-chevron .header-mobile-list__option-chevron {
  display: block;
}
.header-mobile-list__closebar {
  text-align: center;
  margin: 0;
  padding: 4px 0 5px;
  background: #F54545;
  line-height: 0;
  cursor: pointer;
}
.header-mobile-list__closebar-icon {
  display: inline-block;
}
.mobile-menu-open .header-mobile-list {
  display: block;
}
.header-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .header-desktop {
    display: block;
    box-sizing: content-box;
    padding-left: 64px;
    padding-right: 64px;
    max-width: 1632px;
    margin: 0 auto;
  }
}
.header-desktop__logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
.header-desktop__logo::after {
  display: inline-block;
  width: 85px;
  height: 40px;
  content: "";
  background-image: url("../images/corp-site/logos/arcgames-side.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 2px;
}
.header-desktop__logo-svg {
  width: 100px;
  height: 34px;
}
.header-desktop-list {
  padding: 0;
  margin: 0;
  font-size: 0;
  display: inline-flex;
  vertical-align: middle;
  gap: 32px;
}
.header-desktop-list__option {
  display: inline-block;
  list-style: none;
  font-family: Roboto-Condensed, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.header-desktop-list__option a {
  color: #EEEFF2;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: color 0.2s;
}
.header-desktop-list__option a:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -3px;
  background: #F54545;
  height: 2px;
  opacity: 0;
  transition: opacity 0.2s;
  left: 0;
  right: 0;
}
.header-desktop-list__option a:hover:after {
  opacity: 1;
}
.header-desktop-list__option.js-header-toggle-games {
  fill: #fff;
  margin-right: 10px;
}
.header-desktop-list__option.js-header-toggle-games:hover {
  color: #c3c3c3;
}
.header-desktop-list__option.js-header-toggle-games:hover .header-desktop-list__option-chevron {
  fill: #c3c3c3;
}
.header-desktop-list__option.js-header-toggle-games:hover a {
  color: #c3c3c3;
}
.header-desktop-list__option.js-header-toggle-games:hover a:after {
  opacity: 0;
}
.header-desktop-list__option--selected a:after {
  opacity: 1;
}
.header-desktop-list__option--selected:hover a {
  color: #c3c3c3;
}
.header-desktop-list__option-chevron {
  position: absolute;
  right: -16px;
  bottom: 2px;
  fill: #eeeff2;
}
.header-desktop-list__option-chevron--open {
  display: none;
}
.games-open .header-desktop-list__option-chevron--closed {
  display: none;
}
.games-open .header-desktop-list__option-chevron--open {
  display: block;
}
footer {
  background: #1D1E21;
  margin: 0;
  padding: 32px;
  overflow: hidden;
}
.footer-wrapper {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1140px) {
  .footer-wrapper {
    margin: 0 auto;
    position: relative;
    padding: 0 36px;
    max-width: 1705px;
  }
}
.footer__logo {
  height: 70px;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 1140px) {
  .footer__logo {
    position: absolute;
    left: 0;
    margin-top: -10px;
  }
}
.footer__desc {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1140px) {
  .footer__desc {
    font-size: 14px;
  }
}
.footer__desc a {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}
.footer__desc a:hover {
  color: #fff;
}
.footer__link {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 1140px) {
  .footer__link {
    font-size: 14px;
  }
}
.social-footer {
  background-image: url("../images/corp-site/global/bg-social.jpg");
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 115px;
}
@media (min-width: 1024px) {
  .social-footer {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
.social-footer__header {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #EEEFF2;
  font-family: Roboto-Condensed, sans-serif;
  text-align: center;
  line-height: 1;
  margin: 0 0 16px;
}
.social-footer__options {
  text-align: center;
}
.social-footer__option {
  text-decoration: none;
  fill: #EEEFF2;
  margin: 0 8px;
  transition: fill 0.2s;
}
.social-footer__option:visited {
  fill: #EEEFF2;
}
@media (hover: hover) {
  .social-footer__option:hover {
    fill: #000000;
  }
}
@media (min-width: 1024px) {
  .social-footer__option svg {
    width: 63px;
    height: 63px;
  }
}
.company-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 233px;
  width: 100%;
  background-image: url("../images/corp-site/company/bg-header-arcgames.webp");
  margin: 0 0 18px;
}
@media (min-width: 720px) {
  .company-banner {
    margin-bottom: 40px;
  }
}
@media (min-width: 1220px) {
  .company-banner {
    height: 550px;
  }
}
.company-page-wrapper {
  margin: 0 auto;
  width: calc(100% - 72px);
  max-width: 1220px;
}
.company-header {
  font-family: Roboto-Condensed, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #F54545;
  font-size: 28px;
  text-align: center;
  margin: 0 0 18px;
  position: relative;
}
@media (min-width: 720px) {
  .company-header {
    margin-bottom: 40px;
  }
  .company-header:before,
  .company-header:after {
    content: "";
    position: absolute;
    display: block;
    top: 18px;
    background: #C3C3C3;
    height: 2px;
  }
  .company-header:after {
    right: 0;
  }
}
.company-header--story:before,
.company-header--story:after {
  width: calc(50% - 95px);
}
.company-header--great {
  margin-bottom: 22px;
}
.company-header--great:before,
.company-header--great:after {
  width: calc(50% - 202px);
}
@media (min-width: 720px) {
  .company-header--great {
    margin-bottom: 40px;
  }
}
.company-text {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.428;
  color: #36373B;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .company-text {
    margin: 0 0 40px;
  }
}
.company-cities {
  display: flex;
  flex-direction: column;
}
@media (min-width: 720px) {
  .company-cities {
    flex-direction: row;
    justify-content: space-between;
  }
}
.company-cities__cities-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 720px) {
  .company-cities__cities-wrapper {
    margin-bottom: 0;
    width: calc(33.33% - 8px);
    flex-direction: column;
  }
}
.company-cities__city {
  width: calc(50% - 5px);
  background-position: center;
  background-size: cover;
  padding-bottom: calc(40.25% - 10px);
  position: relative;
}
@media (min-width: 720px) {
  .company-cities__city {
    width: 100%;
    padding-bottom: 0;
    height: calc(50% - 8px);
  }
}
.company-cities__city--rwc {
  background-image: url("../images/corp-site/company/bg-map-sf.jpg");
}
.company-cities__city--amsterdam {
  background-image: url("../images/corp-site/company/bg-map-amsterdam.jpg");
}
.company-cities__city-ratio-spacer {
  display: none;
}
.company-cities__city-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.company-cities__city-target {
  text-align: center;
}
.company-cities__city-target svg {
  display: inline-block;
}
@media (min-width: 1220px) {
  .company-cities__city-target svg {
    width: 27px;
    height: 36px;
  }
}
.company-cities__city-name {
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: #36373B;
  margin: 0;
}
@media (min-width: 1220px) {
  .company-cities__city-name {
    font-size: 25px;
  }
}
.company-cities__city-state {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #36373B;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 1220px) {
  .company-cities__city-state {
    font-size: 16px;
  }
}
.company-cities__image-wrap {
  position: relative;
}
.company-cities__image-wrap:after {
  width: 100%;
  padding-bottom: 56.140350877193%;
  content: "";
  display: block;
}
@media (min-width: 720px) {
  .company-cities__image-wrap {
    width: calc(66.66% - 8px);
  }
}
.company-cities__see-open-positions {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #EEEFF2;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: block;
  text-align: right;
  z-index: 2;
  font-weight: bold;
  fill: #EEEFF2;
  text-decoration: none;
}
.company-cities__see-open-positions svg {
  top: 0px;
  display: inline-block;
  position: relative;
  margin-left: 3px;
}
.company-cities__image:hover a {
  color: #C3C3C3;
  fill: #C3C3C3;
}
.company-cities__image {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.company-cities__image--sf {
  background-image: url("../images/corp-site/company/bg-sf.jpg");
}
.company-cities__image--amsterdam {
  background-image: url("../images/corp-site/company/bg-amsterdam.jpg");
}
.company-cities[data-city="sf"] .company-cities__image--sf {
  opacity: 1;
}
.company-cities[data-city="amsterdam"] .company-cities__image--amsterdam {
  opacity: 1;
}
.btn-join-team {
  position: relative;
  display: flex;
  align-items: center;
  margin: 30px auto;
  width: 190px;
  background-color: #f54545;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 1220px) {
  .btn-join-team {
    width: 398px;
  }
}
.btn-join-team:hover .btn-join-team__overlay {
  transform: translateY(53px);
}
.btn-join-team__overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: -53px;
  background-color: #36373B;
  transform: translateY(0px);
  transition: transform 300ms;
}
.btn-join-team__text {
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-family: "Roboto-Condensed", Arial, Helvetica, sans-serif;
  text-decoration: none;
  padding: 18px 20px;
  color: #fff;
  font-size: 0.925rem;
  width: 100%;
  z-index: 100;
}
/* generated on https://draeton.github.io/stitches/ */
.sprite-careers {
  background-image: url("../images/corp-site/careers/spritesheet.png");
  background-repeat: no-repeat;
  display: block;
}
.sprite-careers-bank {
  width: 68px;
  height: 63px;
  background-position: -5px -5px;
}
.sprite-careers-commute {
  width: 68px;
  height: 63px;
  background-position: -83px -5px;
}
.sprite-careers-food {
  width: 68px;
  height: 63px;
  background-position: -161px -5px;
}
.sprite-careers-gaming {
  width: 68px;
  height: 63px;
  background-position: -5px -78px;
}
.sprite-careers-gym {
  width: 68px;
  height: 63px;
  background-position: -83px -78px;
}
.sprite-careers-health {
  width: 68px;
  height: 63px;
  background-position: -161px -78px;
}
.sprite-careers-holiday {
  width: 68px;
  height: 63px;
  background-position: -5px -151px;
}
.sprite-careers-money {
  width: 68px;
  height: 63px;
  background-position: -83px -151px;
}
.sprite-careers-other {
  width: 68px;
  height: 63px;
  background-position: -161px -151px;
}
.sprite-careers-pension {
  width: 68px;
  height: 63px;
  background-position: -239px -5px;
}
.sprite-careers-relocate {
  width: 68px;
  height: 63px;
  background-position: -239px -78px;
}
.sprite-careers-ruling {
  width: 68px;
  height: 63px;
  background-position: -239px -151px;
}
.sprite-careers-snacks {
  width: 68px;
  height: 63px;
  background-position: -5px -224px;
}
.career-banner {
  margin: 0 0 28px;
}
.career-banner__pic {
  background-size: cover;
  background-image: url("../images/corp-site/careers/header-company-photo-arcgames.webp");
  height: 233px;
  background-position: center;
}
@media (min-width: 1220px) {
  .career-banner__pic {
    min-height: 550px;
  }
}
.career-banner__content {
  background-size: cover;
  background-image: url("../images/corp-site/careers/header-party-cup.png");
  padding: 28px 36px;
  min-height: 158px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media (min-width: 1220px) {
  .career-banner__content {
    min-height: 171px;
  }
}
.career-banner__title {
  font-size: 28px;
  font-weight: bold;
  color: #EEEFF2;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 8px;
  text-align: center;
  font-family: Roboto-Condensed, sans-serif;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media (min-width: 1220px) {
  .career-banner__title {
    font-size: 60px;
    margin-bottom: 0;
  }
}
.career-banner__caption {
  color: #EEEFF2;
  font-size: 12px;
  line-height: 1.3333;
  font-family: Roboto, sans-serif;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  margin: 0;
  letter-spacing: 0.025em;
}
@media (min-width: 1220px) {
  .career-banner__caption {
    font-size: 24px;
  }
}
.careers-header {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  font-family: Roboto-Condensed, sans-serif;
  margin: 0 0 32px;
  color: #F54545;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.025em;
}
.careers-header span {
  margin: 0px 20px;
}
@media (min-width: 1220px) {
  .careers-header {
    position: relative;
    padding-left: 36px;
    padding-right: 36px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    max-width: 1362px;
  }
  .careers-header:after,
  .careers-header:before {
    content: "";
    height: 2px;
    background: #C3C3C3;
    flex-grow: 1;
  }
}
.perk-group {
  display: none;
}
.perk-group--active {
  display: block;
}
.perk-group-picker {
  display: flex;
  margin: 0 36px;
  max-width: 808px;
}
@media (min-width: 1220px) {
  .perk-group-picker {
    box-sizing: border-box;
    margin: 0 auto;
  }
}
.perk-group-picker__button {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  text-align: center;
  border: solid 2px #36373B;
  color: #36373B;
  box-sizing: border-box;
  width: 50%;
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.025em;
}
@media (min-width: 720px) {
  .perk-group-picker__button {
    font-size: 16px;
  }
}
@media (min-width: 720px) {
  .perk-group-picker__button br {
    display: none;
  }
}
.perk-group-picker__button .comma {
  display: none;
}
@media (min-width: 720px) {
  .perk-group-picker__button .comma {
    display: inline;
  }
}
.perk-group-picker__button:hover {
  border-color: #F54545;
  background-color: #F54545;
  color: #EEEFF2;
}
.perk-group-picker__button--selected {
  background-color: #36373B;
  color: #ffffff;
}
.perk-group__intro {
  color: #36373B;
  text-align: center;
  font-family: Roboto, sans-serif;
  line-height: 1.428;
  font-size: 14px;
  letter-spacing: 0.025em;
  margin: 26px 65px;
  max-width: 995px;
}
@media (min-width: 720px) {
  .perk-group__intro {
    margin: 26px auto;
    padding-left: 36px;
    padding-right: 36px;
  }
}
.perk-group__perks {
  display: flex;
  flex-wrap: wrap;
  padding: 0 65px;
  justify-content: center;
}
@media (min-width: 720px) {
  .perk-group__perks {
    justify-content: space-evenly;
    padding: 0 30px;
  }
}
@media (min-width: 1220px) {
  .perk-group__perks {
    max-width: 955px;
    padding: 0;
    margin: 0 auto;
    justify-content: space-between;
  }
}
.perk-group__perks--last {
  justify-content: space-evenly;
}
.perk {
  text-align: center;
  margin: 0 16px;
  display: inline-block;
  width: 275px;
  margin-bottom: 25px;
  box-sizing: border-box;
}
@media (min-width: 1220px) {
  .perk {
    margin: 0;
  }
}
.perk__icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.perk__title {
  color: #36373B;
  text-transform: uppercase;
  font-family: Roboto-Condensed, Roboto, sans-serif;
  font-size: 18px;
  letter-spacing: 0.025em;
  font-weight: bold;
  margin-bottom: 8px;
}
.perk__description {
  color: #36373B;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.285;
  margin: 0 0 25px;
  letter-spacing: 0.025em;
}
@media (min-width: 1220px) {
  .perk__description {
    margin-bottom: 65px;
  }
}
@media (min-width: 1220px) {
  .career-openings {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0 36px;
    max-width: 1292px;
  }
}
@media (min-width: 1220px) {
  .career-opportunity {
    width: 48%;
  }
}
.career-opportunity__map {
  background-size: cover;
  background-position: center;
  height: 149px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.career-opportunity--redwood-city .career-opportunity__map {
  background-image: url("../images/corp-site/careers/map-redwood-city.jpg");
}
.career-opportunity--amsterdam .career-opportunity__map {
  background-image: url("../images/corp-site/careers/map-amsterdam.jpg");
}
.career-opportunity--san-francisco .career-opportunity__map {
  background-image: url("../images/careers/map-san-francisco.jpg");
}
.career-opportunity--los-gatos .career-opportunity__map {
  background-image: url("../images/careers/map-los-gatos.jpg");
}
.career-opportunity__title {
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #36373B;
  margin: 0;
  letter-spacing: 0.025em;
}
.career-opportunity__subtitle {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #36373B;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.025em;
}
.openings-list {
  list-style: none;
  padding: 0 36px;
  box-sizing: border-box;
  margin: 16px 0 25px;
}
@media (min-width: 720px) {
  .openings-list {
    padding: 0;
  }
}
.openings-list__opening {
  padding-bottom: 20px;
  border-bottom: solid 2px #C3C3C3;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .openings-list__opening {
    padding: 0 36px 20px;
  }
}
.openings-list__opening:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.openings-list__opening-title {
  color: #36373B;
  font-size: 18px;
  font-family: Roboto-Condensed, Roboto, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  letter-spacing: 0.025em;
}
.openings-list__opening-link {
  color: #36373B;
  text-decoration: none;
}
.openings-list__opening-link:hover {
  text-decoration: none;
}
.openings-list__opening-department {
  color: #36373B;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  margin: 0;
  letter-spacing: 0.025em;
}
.career-opportunity__always-looking {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.285;
  color: #36373B;
  text-align: center;
  margin: 16px 68px 25px;
  letter-spacing: 0.025em;
}
.career-opportunity__always-looking .career-opportunity__email {
  font-weight: bold;
  color: #36373b;
  text-decoration: none;
}
.contact-sprite-stitches {
  background-image: url("../images/corp-site/contact/spritesheet.png");
  background-repeat: no-repeat;
  display: block;
}
.contact-sprite-stitches-icon-address {
  width: 34px;
  height: 34px;
  background-position: -5px -5px;
}
.contact-sprite-stitches-icon-email {
  width: 34px;
  height: 34px;
  background-position: -49px -5px;
}
.contact-sprite-stitches-icon-fax {
  width: 34px;
  height: 34px;
  background-position: -5px -49px;
}
.contact-sprite-stitches-icon-phone {
  width: 34px;
  height: 34px;
  background-position: -49px -49px;
}
.contact-banner {
  background-image: url("../images/corp-site/contact/bg-header.jpg");
  background-size: cover;
  height: 233px;
  margin-bottom: 28px;
  background-position: center;
}
@media (min-width: 1220px) {
  .contact-banner {
    height: 550px;
  }
}
.contact-wrapper {
  padding: 0 36px;
  margin-bottom: 40px;
}
@media (min-width: 1220px) {
  .contact-wrapper {
    margin-bottom: 80px;
  }
}
.contact-header {
  font-size: 28px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  color: #F54545;
  font-weight: bold;
  margin: 0 auto 25px;
  text-align: center;
}
@media (min-width: 1220px) {
  .contact-header {
    position: relative;
    margin: 0 auto 40px;
    max-width: 1220px;
  }
  .contact-header:after,
  .contact-header:before {
    content: "";
    display: block;
    height: 2px;
    background: #C3C3C3;
    width: calc(50% - 130px);
    top: 15px;
    position: absolute;
  }
  .contact-header:before {
    left: 0;
  }
  .contact-header:after {
    right: 0;
  }
}
.contact-wrapper__groups {
  max-width: 1220px;
}
@media (min-width: 720px) {
  .contact-wrapper__groups {
    display: flex;
    margin: 0 auto;
  }
}
.contact-paragraph {
  text-align: center;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: #36373B;
  margin: 0 0 21px;
  line-height: 1.4285;
}
@media (min-width: 720px) {
  .contact-paragraph {
    text-align: left;
  }
}
@media (min-width: 1220px) {
  .contact-paragraph {
    font-size: 22px;
    margin-bottom: 33px;
  }
}
.contact-paragraph--red {
  color: #e00;
}
.contact-link {
  font-weight: bold;
  text-decoration: none;
  color: #ee0000;
  transition: 0.15s;
}
.contact-link:hover {
  color: #36373B;
}
.contact-link--grey {
  color: #36373B;
  transition: 0.15s;
}
.contact-link--grey:hover {
  color: #F54545;
}
@media (min-width: 720px) {
  .contact-wrapper > .contact-paragraph {
    text-align: center;
    margin-bottom: 36px;
    padding: 0 36px;
    box-sizing: border-box;
  }
}
@media (min-width: 1220px) {
  .contact-wrapper > .contact-paragraph {
    margin-bottom: 80px;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-wrapper__divider {
  margin: 34px auto;
  display: block;
  height: 2px;
  background: #C3C3C3;
}
@media (min-width: 720px) {
  .contact-wrapper__divider {
    width: 8.5%;
    height: auto;
    flex-shrink: 0;
    background: none;
    position: relative;
    margin: 0;
  }
  .contact-wrapper__divider:after {
    display: block;
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    width: 2px;
    top: 0;
    bottom: 0;
    background: #C3C3C3;
  }
}
@media (min-width: 1220px) {
  .contact-wrapper__divider {
    width: 17.049%;
  }
}
.contact-wrapper__contacts {
  width: 275px;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .contact-wrapper__contacts {
    width: auto;
    white-space: nowrap;
  }
}
.contact-nugget {
  margin-bottom: 20px;
  display: flex;
}
@media (min-width: 720px) {
  .contact-nugget {
    margin-bottom: 38px;
  }
}
.contact-nugget--last {
  margin-bottom: 0;
}
.contact-nugget__icon-container {
  padding-right: 18px;
}
.contact-nugget__header {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #36373B;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4285;
}
@media (min-width: 1220px) {
  .contact-nugget__header {
    font-size: 22px;
    line-height: 1.59;
  }
}
.contact-nugget__info {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #36373B;
  margin: 0;
  line-height: 1.4285;
}
@media (min-width: 1220px) {
  .contact-nugget__info {
    font-size: 22px;
    line-height: 1.59;
  }
}
.contact-nugget .contact-link {
  font-weight: normal;
}
/*
@import './charity/index';
*/
/* Libraries */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  background: red;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
.jspHorizontalBar {
  background: red;
  bottom: 0;
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #bbd;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  cursor: pointer;
  direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px;
}
.jspDisabled {
  background: #80808d;
  cursor: default;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 16px;
}
.jspVerticalBar .jspArrow:focus {
  border: 1px solid red;
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  letter-spacing: 0.025em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
main {
  flex-grow: 1;
}
#onetrust-consent-sdk {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.pwe-button {
  text-transform: uppercase;
  border: 0;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-family: 'Roboto-Condensed', Arial, Helvetica, sans-serif;
  border-style: solid;
  border-width: 1px;
  padding: 10px 20px;
  box-sizing: border-box;
  text-decoration: none;
}
.pwe-button[data-btn-type="primary"] {
  position: relative;
  background-image: linear-gradient(#36373B 0%, #36373B 50%, #F54545 50%, #F54545 100%);
  background-size: 100% 200%;
  background-position: bottom center;
  color: #fff;
  font-size: 0.925rem;
  overflow: hidden;
  padding: 16px 20px;
  transition: background-position 0.25s;
}
.pwe-button[data-btn-type="primary"]:hover {
  background-position: top center;
}
