/*! 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;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden, [hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/*
 * Customization
 */

html, body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: white;
  color: #222;
  font-size: 1em;
  line-height: 1.4em;
}

/* Links */

a:focus {
  outline: none;
}

/* Buttons */

a.button {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2.43em;
  background-color: #1877f2;
  color: #ffffff;
  font-size: 0.9em;
  margin: 1em 0;
  padding: 1.28em 2.43em;
}

/* Header */

header {
  width: 100%;
  height: 70px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #2f2d2d;
}

header .header-logo {
  position: relative;
  display: inline-block;
  padding: 15px;
  z-index: 2;
}

header .header-logo h1 {
  margin: 0;
}

header .header-logo a {
  display: inline-block;
  width: 109px;
  height: 40px;
  text-indent: -9999px;
  background: url(/img/logo.png) no-repeat;
  background-size: cover;
}

/* Header nav */

header nav {
  font-size: 18px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate3d(0, -500px, 0);
  background-color: #2f2d2d;
}

header nav.open {
  transform: translate3d(0, 0, 0);
}

header nav ul {
  margin: 0;
  padding: 62px 0px 14px 0px;
  text-align: right;
}

header nav ul li {
  display: block;
  padding: 8px 18px 8px 0px;
}

header nav ul li a {
  text-align: right;
  text-decoration: none;
  color: #999999;
}

/* Toggle header nav */

header span.toggle-nav {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 70px;
  background-color: #2f2d2d;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

header span.toggle-nav span.icon {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/img/toggle_nav_icons.png) no-repeat;
  background-size: 50px auto;
  background-position-y: -50px;
  position: absolute;
  top: 8px;
  right: 8px;
  transition: background-position 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

header span.toggle-nav span.icon.open {
  background-position-y: 0px;
}

/* Adjustments for header and top nav */

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1024px) {
  header span.toggle-nav {
    display: none;
  }
  header nav {
    transform: translate3d(0, 0, 0);
  }
  header nav ul {
    padding: 15px 0 0 0;
    height: 40px;
    font-size: 14px;
  }
  header nav ul li {
    display: inline-block;
    padding-right: 30px;
  }
  header nav ul li a {
    text-align: left;
  }
}

@media only screen and (min-width: 1280px) {
}

@media only screen and (min-width: 1680px) {
}

/* Sections */

.hero {
  position: relative;
  height: 530px;
}

.games, .careers {
  position: relative;
  height: 630px;
}

.hero img, .games img, .careers img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-text, .games-text, .careers-text {
  position: absolute;
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
  width: 78%;
  top: 105px;
  left: 50%;
  transform: translate(-50%, 0);
}

.games-text {
  color: #ffffff;
  top: 55px;
}

.careers-text {
  color: #ffffff;
  top: 55px;
}

.hero-text h2, .games-text h2, .careers-text h2 {
  margin-top: 0;
  font-size: 1.77em;
  line-height: 0.93em;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

/* Adjustments for sections */

@media only screen and (min-width: 768px) {
  .hero {
    height: 460px;
  }
  .hero-text, .careers-text, .games-text {
    /* background-color: red; */
    font-size: 24px;
  }
  .hero-text {
    width: 430px;
    top: 120px;
  }
  .careers-text, .games-text {
    width: 50%;
    top: 120px;
    left: auto;
    right: 10%;
    transform: translate(0, 0);
  }
}

@media only screen and (min-width: 1024px) {
  .hero {
    height: 560px;
  }
  .hero-text {
    font-size: 28px;
    top: 140px;
  }
  .careers-text, .games-text {
    top: 140px;
  }
}

@media only screen and (min-width: 1280px) {
  .hero {
    height: 680px;
  }
  .hero-text {
    font-size: 32px;
    top: 160px;
  }
}

@media only screen and (min-width: 1680px) {
  .hero {
    height: 44vw;
    max-height: 940px;
  }
  .hero-text {
    font-size: 34px;
    top: 200px;
  }
}

/* Footer */

footer {
  color: #ffffff;
}


/* 
  Main footer (social and stores)
*/

.main-footer {
  padding: 0px 10px;
  background-color: #2f2d2d;
}

footer nav.social {
  padding: 14px;
}

footer nav.social h5 {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}

footer nav.social ul {
  margin: 0;
  padding: 0;
}

footer nav.social ul li {
  display: inline-block;
  margin: 12px 12px 12px 0;
}

footer nav.social ul li a {
  text-indent: -9999px;
  display: block;
  width: 32px;
  height: 32px;
}

footer nav.social ul li a.facebook {
  background: url(/img/icon_fb.png) no-repeat;
  background-size: 32px 32px;
}

footer nav.social ul li a.instagram {
  background: url(/img/icon_insta.png) no-repeat;
  background-size: 32px 32px;
}

footer nav.social ul li a.linkedin {
  background: url(/img/icon_linkedin.png) no-repeat;
  background-size: 32px 32px;
}

footer nav.stores {
  border-top: 1px solid rgb(90, 90, 90);
  padding: 14px;
}

footer nav.stores h5 {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}

footer nav.stores ul {
  margin: 0;
  padding: 0;
}

footer nav.stores ul li {
  display: inline-block;
  margin: 12px 12px 12px 0;
}

footer nav.stores ul li a {
  text-indent: -9999px;
  display: inline-block;
}

footer nav.stores ul li a.apple {
  background: url(/img/footer_apple.png) no-repeat;
  width: 125px;
  height: 50px;
  background-size: 125px auto;
}

footer nav.stores ul li a.google {
  background: url(/img/footer_google.png) no-repeat;
  width: 141px;
  height: 50px;
  background-size: 141px auto;
}

/* 
  Secondary footer (links and footer end)
*/

.secondary-footer {
  background-color: #2f2d2d;
  font-size: 14px;
  padding: 0px 10px;
}

footer nav.links {
  border-top: 1px solid rgb(90, 90, 90);
}

footer nav.links ul {
  margin: 0;
  padding: 0 0 0 12px;
}

footer nav.links ul li {
  padding: 12px 12px 12px 0;
  display: block;
}

footer nav.links ul li a {
  text-decoration: none;
  color: #ffffff;
}

/* Footer Address */

footer .footer-end {
  padding: 14px;
  position: relative;
}

footer .footer-end .address {
  width: 50%;
  color: #909090;
}

footer .footer-end .address address {
  font-style: normal;
}

footer .footer-end address span {
  display: block;
}

footer .footer-end .logo {
  padding: 10px;
  width: 150px;
  height: 55px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

footer .footer-end .logo a {
  display: block;
  width: 150px;
  height: 55px;
  position: relative;
  bottom: 0;
  right: 0;
  text-indent: -9999px;
  background: url(/img/logo.png) no-repeat;
  background-size: cover;
}

/* Adjustments for footer */

@media only screen and (min-width: 768px) {
  footer {
    margin: 0 auto;
  }

  footer nav.social {
    box-sizing: border-box;
    width: 50%;
    float: left;
  }

  footer nav.stores {
    box-sizing: border-box;
    width: 50%;
    float: right;
    border-top: none;
  }

  footer nav.links ul li {
    display: inline-block;
  }
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (min-width: 1280px) {
}

@media only screen and (min-width: 1680px) {
}

/* Games page */

section.games-list {
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
  font-size: 0;
}

div.game {
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
}

div.game.first {
  padding-top: 20px;
}

div.game a {
  display: block;
  background-color: rgb(246, 247, 248);
  color: rgb(24, 118, 242);
  text-decoration: none;
}

div.game img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

div.game p.title {
  margin: 0;
  padding-top: 0.5em;
  font-size: 3.7vw;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
}

div.game p.caption {
  margin: 0;
  padding: 0.25em 0.5em 0.5em 0.5em;
  color: #555;
  font-size: 3.4vw;
  text-align: center;
  font-weight: 400;
}

/* Adjustments to the games page */

@media only screen and (min-width: 768px) {
  section.games-list {
    width: 768px;
  }
  div.game {
    width: 50%;
    display: inline-block;
    text-align: center;
  }
  div.game p.title {
    font-size: 15px;
  }
  div.game p.caption {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1024px) {
  section.games-list {
    width: 1024px;
  }
}

@media only screen and (min-width: 1280px) {
  section.games-list {
    width: 1280px;
  }
}

@media only screen and (min-width: 1680px) {
  section.games-list {
    width: 1680px;
  }
}

/* Single game page */

.game-hero {
  position: relative;
  height: 350px;
}

.game-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-content {
  position: relative;
  padding: 0 0 20px 0;
  overflow: hidden;
}

.game-copy {
  padding: 0 20px 20px 20px;
  float: right;
}

.game-copy h2 {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}

.game-copy p {
  text-align: center;
  font-size: 16px;
}

.game-copy p.store-links {
  margin: 0 auto;
  padding: 20px 0 0 0;
  text-align: center;
}

.game-content p.store-links a {
  text-indent: -9999px;
  display: inline-block;
}

.game-content p.store-links a.apple {
  background: url(/img/footer_apple.png) no-repeat;
  width: 125px;
  height: 50px;
  background-size: 125px auto;
}

.game-content p.store-links a.google {
  background: url(/img/footer_google.png) no-repeat;
  width: 141px;
  height: 50px;
  background-size: 141px auto;
}

.game-device {
  box-sizing: border-box;
  float: left;
}

.game-device img {
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
}

/* Adjustments to the single game page */

@media only screen and (min-width: 768px) {
  .game-copy {
    width: 380px;
    height: 280px;
  }
  .game-device {
    position: absolute;
    width: 580px;
    right: 400px;
  }
}

@media only screen and (min-width: 1024px) {
  .game-hero {
    height: 450px;
  }
  .game-copy {
    width: 500px;
    height: 400px;
  }
  .game-copy h2 {
    font-size: 28px;
  }
  .game-copy p {
    font-size: 20px;
  }
  .game-content p.store-links a.apple {
    width: 160px;
    height: 70px;
    background-size: 160px auto;
  }
  .game-content p.store-links a.google {
    width: 180px;
    height: 70px;
    background-size: 180px auto;
  }
  .game-device {
    position: absolute;
    width: 860px;
    right: 520px;
    bottom: -4px;
  }
}

@media only screen and (min-width: 1280px) {
  .game-hero {
    height: 550px;
  }
  .game-copy {
    width: 650px;
    height: 450px;
  }
  .game-device {
    width: 860px;
    right: 670px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1680px) {
  .game-copy {
    padding-top: 100px;
    height: 480px;
  }
  .game-device {
    bottom: 120px;
  }
}

/* Careers page */

.careers-hero {
  position: relative;
  height: 290px;
}

.careers-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careers-hero-text {
  color: #fff;
  position: absolute;
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
  width: 78%;
  top: 105px;
  left: 50%;
  transform: translate(-50%, 0);
}

.careers-hero-text h2 {
  margin-top: 0;
  font-size: 1.77em;
  line-height: 0.93em;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

/* Adjustments for careers page */

@media only screen and (min-width: 768px) {
  .careers-hero {
    height: 350px;
  }
  .careers-hero-text {
    font-size: 24px;
    width: 430px;
    top: 120px;
  }
}

@media only screen and (min-width: 1024px) {
  .careers-hero {
    height: 450px;
  }
  .careers-hero-text {
    font-size: 28px;
    top: 140px;
  }
}

@media only screen and (min-width: 1280px) {
  .careers-hero {
    height: 500px;
  }
  .careers-hero-text {
    font-size: 32px;
    top: 160px;
  }
}

@media only screen and (min-width: 1680px) {
  .careers-hero {
    height: 28vw;
    max-height: 560px;
  }
  .careers-hero-text {
    font-size: 34px;
    top: 200px;
  }
}

/*
  About Us
  Legal Info
  Equality
  Terms of Service
  Privacy Policy
  Partner Opt Out
*/ 

.about, .legal-info, .equality, .terms, .privacy, .opt-out {
  padding: 70px 20px 10px 20px;
}

.about h2, .legal-info h2, .equality h2, .privacy h2, .opt-out h2 {
  font-size: 24px;
  text-transform: uppercase;
}


.legal-info ul {
  font-size: 16px;
}

.opt-out td {
  padding: 0.8em;
}

/*
  Adjustments to
  About Us
  Legal Info
  Equality
  Terms of Service
  Privacy Policy
*/ 

@media only screen and (min-width: 768px) {
  .about, .legal-info, .equality, .terms, .privacy, .opt-out {
    width: 728px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) {
  .about, .legal-info, .equality, .terms, .privacy, .opt-out {
    width: 976px;
  }
}

@media only screen and (min-width: 1280px) {
  .about, .legal-info, .equality, .terms, .privacy, .opt-out {
    width: 1240px;
  }
}

@media only screen and (min-width: 1680px) {
}
