@charset "UTF-8";
@font-face {
  font-family: 'acherus';
  src: url("https://www.kitfoxgames.com/assets/fonts/acherus_grotesque_medium-webfont.woff2") format('woff2'), url("https://www.kitfoxgames.com/assets/fonts/acherus_grotesque_medium-webfont.woff") format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'acherus';
  src: url("https://www.kitfoxgames.com/assets/fonts/acherus_grotesque_extrabold-webfont.woff2") format('woff2'), url("https://www.kitfoxgames.com/assets/fonts/acherus_grotesque_extrabold-webfont.woff") format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'acherus';
  src: url("https://www.kitfoxgames.com/assets/fonts/acherus_grotesque_black-webfont.woff2") format('woff2'), url("https://www.kitfoxgames.com/assets/fonts/acherus_grotesque_black-webfont.woff") format('woff');
  font-weight: 900;
  font-style: normal;
}
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
figure {
  margin: 0;
}
.flex-video {
  position: relative;
  padding-top: rem-calc(25);
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: rem-calc(16);
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
img {
  width: 100%;
}
img,
svg {
  max-width: 100%;
}
svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #222;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
video,
iframe {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
}
html,
body {
  font-family: 'acherus', Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: rgba(0,0,0,0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
@media only screen and (min-width: 1000px) {
  html,
  body {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1560px) {
  html,
  body {
    font-size: 20px;
  }
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a {
  font-weight: bold;
  color: #ff7f00;
  transition: transform 100ms ease;
  display: inline-block;
  text-decoration: none;
}
a:visited {
  color: #ff7f00;
}
a:hover,
a:focus {
  color: #ff7f00;
}
a:active {
  color: #ff7f00;
}
p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}
p a:hover,
p a:focus {
  text-decoration: underline;
}
h1 {
  font-weight: 800;
  color: #ff7f00;
  text-align: center;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 760px) {
  h1 {
    font-size: 45px;
    margin-bottom: 0.67em;
  }
}
.contentwidth {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: none;
  max-width: 90%;
  position: relative;
}
@media only screen and (min-width: 1560px) {
  .contentwidth {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: none;
    max-width: 80%;
  }
}
.fullwidthpadded {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: none;
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
.fullwidth {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: none;
  max-width: 100%;
}
.topbar,
.footer {
  background-color: #ff7f00;
}
.footer {
  font-weight: 700;
  position: relative;
  box-shadow: 0px 0px 30px 8px rgba(0,0,0,0.15);
  min-height: 330px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.footer-logo {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translate(-20%, -50%);
  opacity: 0.15;
  height: 660px;
  width: 500px;
}
@media only screen and (min-width: 426px) {
  .footer-logo {
    width: 660px;
  }
}
.footer-logo svg {
  height: 100%;
  width: auto;
}
.newsletter,
.copyright {
  position: relative;
  z-index: 5;
}
.newsletter {
  margin-top: 95px;
}
@media only screen and (min-width: 760px) {
  .newsletter {
    margin-top: 85px;
  }
}
.newsletter .flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.newsletter-form {
  position: relative;
  margin: 0 auto;
  margin-top: 1em;
  width: 90%;
  max-width: 500px;
}
.newsletter-form .mc-field-group {
  width: 100%;
}
@supports (font-synthesis: inherit) {
  #mc_embed_signup input:-ms-input-placeholder {
    line-height: 1.8;
  }
  #mc_embed_signup input::-ms-input-placeholder {
    line-height: 1.8;
  }
  #mc_embed_signup input::placeholder {
    line-height: 1.8;
  }
}
#mc_embed_signup input {
  border: 3px solid #fff;
  border-radius: 0;
  transition-property: background-color;
  transition-duration: 150ms;
  transition-timing-function: ease;
  height: 52px;
  display: block;
}
#mc_embed_signup input:focus {
  outline: 4px solid rgba(255,255,255,0.5);
  border-color: #ff7f00;
}
#mc_embed_signup input.email {
  width: 100%;
  padding: 7px 16px;
}
#mc_embed_signup input.email:-ms-input-placeholder {
  color: #404040;
}
#mc_embed_signup input.email::-ms-input-placeholder {
  color: #404040;
}
#mc_embed_signup input.email::placeholder {
  color: #404040;
}
#mc_embed_signup input.button {
  padding: 10px 16px;
  background-color: #ed642f;
  color: #fff;
}
@media only screen and (min-width: 760px) {
  #mc_embed_signup input.button {
    padding: 10px 32px;
  }
}
#mc_embed_signup input.button:hover,
#mc_embed_signup input.button:focus {
  background-color: #d14712;
}
#mc_embed_signup input.button:active {
  background-color: #ef7344;
}
#mc_embed_signup .mce_inline_error {
  display: flex;
  width: 100%;
}
#mc_embed_signup .response {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
}
#mc_embed_signup .response a {
  padding-top: 3px;
}
.copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1em;
  color: #333;
  font-size: 14px;
  margin: 3em 0;
  line-height: 1.2;
}
@media only screen and (min-width: 760px) {
  .copyright {
    font-size: 20px;
    margin: 1.5em 0;
  }
}
.copyright a {
  color: #333;
  color: #333;
}
.copyright a:visited {
  color: #333;
}
.copyright a:hover,
.copyright a:focus {
  color: #fff;
}
.copyright a:active {
  color: #fff;
}
.topbar {
  position: relative;
  z-index: 100;
}
.topbar-content {
  position: relative;
  text-transform: uppercase;
  padding-top: 40px;
  font-size: 22px;
  width: 100%;
  overflow: visible;
}
@media only screen and (min-width: 1275px) {
  .topbar-content {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 94px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1275px) {
  .topbar-content {
    font-size: 25px;
  }
}
.topbar-content.open .mainmenu {
  height: 100vh;
  max-height: 80vh;
  opacity: 1;
  pointer-events: all;
}
@media only screen and (min-width: 1275px) {
  .topbar-content.open .mainmenu {
    height: 100%;
  }
}
.topbar-content.open .pagelinks,
.topbar-content.open .socials {
  transform: translateY(0);
}
.topbar-content .mainmenu {
  transition: height 250ms ease-in-out, max-height 250ms ease-in-out, opacity 300ms ease-in-out;
  height: 100vh;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 36px;
  line-height: 1.1;
  padding-bottom: 52px;
}
@media only screen and (min-width: 1275px) {
  .topbar-content .mainmenu {
    pointer-events: all;
    opacity: 1;
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    padding-bottom: 0;
    font-size: 1em;
    line-height: 1.3;
    max-height: 100vh;
    width: 100%;
  }
}
@media only screen and (min-width: 1560px) {
  .topbar-content .mainmenu {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 1275px) {
  .topbar-content .mainmenu,
  .topbar-content .pagelinks {
    height: 100%;
  }
}
.topbar-content .pagelinks,
.topbar-content .socials {
  transition: transform 500ms ease;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1275px) {
  .topbar-content .pagelinks,
  .topbar-content .socials {
    transform: translateY(0);
  }
}
.topbar-content a {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.topbar-content a:visited {
  color: #fff;
}
.topbar-content a:hover,
.topbar-content a:focus {
  color: #fff;
}
.topbar-content a:active {
  color: #fff;
}
@media only screen and (min-width: 1275px) {
  .topbar-content a {
    height: 100%;
    display: inline-flex;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1275px) {
  .topbar-content a.gradient:hover {
    background: linear-gradient(#ed642f, #ff7f00);
  }
}
.topbar-content .pagelinks {
  width: 100%;
}
@media only screen and (min-width: 1275px) {
  .topbar-content .pagelinks {
    width: auto;
    margin-left: 187px;
  }
}
.topbar-content .pagelinks a {
  padding: 1vh 12px;
}
@media only screen and (min-width: 1275px) {
  .topbar-content .pagelinks a {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 1275px) {
  .topbar-content .pagelinks a[aria-current*="page"] {
    background: linear-gradient(#ed6300, #ff7f00);
  }
}
.topbar-content a.logo {
  display: block;
  position: absolute;
  z-index: 15;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 187px;
  height: auto;
  padding: 0;
  transition: transform 250ms ease-in-out;
  transform-origin: top center;
}
@media only screen and (min-width: 1275px) {
  .topbar-content a.logo {
    bottom: auto;
    top: 12px;
    left: 0;
    transform: translateX(0);
  }
}
.topbar-content a.logo svg {
  width: 100%;
  display: block;
}
.topbar-content a.logo:hover,
.topbar-content a.logo:focus {
  transform: translateX(-50%) scale(1.04);
}
@media only screen and (min-width: 1275px) {
  .topbar-content a.logo:hover,
  .topbar-content a.logo:focus {
    transform: scale(1.04);
  }
}
.socials {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 250px;
  padding-top: 0.5vh;
}
@media only screen and (min-width: 1275px) {
  .socials {
    padding: 0;
    margin: 0 26px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: auto;
  }
}
.socials a {
  width: 100%;
  height: auto;
  max-width: 52px;
  margin: 6px;
  flex-shrink: 0;
  text-align: center;
  opacity: 0.75;
}
@media only screen and (min-width: 1275px) {
  .socials a {
    margin: 0 6px;
    max-width: 32px;
  }
}
@media only screen and (min-width: 1560px) {
  .socials a {
    max-width: 40px;
  }
}
.socials a:hover,
.socials a:focus,
.socials a:active {
  opacity: 1;
}
.socials img,
.socials span {
  width: 100%;
}
.menuOpen {
  position: absolute;
  display: block;
  top: 29px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  left: 0px;
  font-size: 0.9em;
}
@media only screen and (min-width: 1275px) {
  .menuOpen {
    font-size: 1rem;
    display: none;
  }
}
.menuOpen svg {
  max-width: 32px;
}
.menu-hamburger,
.menu-close {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
}
.menu-hamburger {
  display: block;
}
.menu-close {
  display: none;
}
.open .menu-hamburger {
  display: none;
}
.open .menu-close {
  display: block;
}
.languages {
  position: absolute;
  top: 33px;
  right: 0px;
  font-size: 0.9em;
  color: #333;
}
@media only screen and (min-width: 1275px) {
  .languages {
    font-size: 1em;
    position: relative;
    top: auto;
  }
}
.languages ul,
.languages li {
  display: inline-flex;
  flex-direction: row;
}
.languages li {
  font-weight: bold;
}
.languages a:hover,
.languages a:focus {
  text-decoration: underline;
}
.languages li.active a {
  color: #333;
  pointer-events: none;
}
.languages li.active a:visited {
  color: #333;
}
.languages li.active a:hover,
.languages li.active a:focus {
  color: #333;
}
.languages li.active a:active {
  color: #333;
}
.home-content {
  margin-top: 81px;
}
@media only screen and (min-width: 760px) {
  .home-content {
    margin-top: 108px;
  }
}
.featured-slideshow {
  position: relative;
  margin-bottom: 32px;
}
@media only screen and (min-width: 760px) {
  .featured-slideshow {
    margin-bottom: 108px;
  }
}
.featured-slideshow .panel {
  width: 100%;
  position: relative;
}
.featured-slideshow .feature-banner-link {
  width: 100%;
  height: 100%;
}
.featured-slideshow .feature-image {
  width: 100%;
  padding-bottom: 65%;
  background-size: cover;
  background-position: top center;
  z-index: 0;
}
@media only screen and (min-width: 760px) {
  .featured-slideshow .feature-image {
    padding-bottom: 40%;
  }
}
.feature-link {
  transition-timing-function: ease;
  transition-duration: 250ms;
  transition-property: background;
  position: absolute;
  white-space: nowrap;
  bottom: 58px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  color: #fff;
  color: #fff;
  background-color: rgba(0,0,0,0.5);
  border: 2px solid #fff;
  border-radius: 2px;
  padding: 7px 10px;
}
.feature-link:visited {
  color: #fff;
}
.feature-link:hover,
.feature-link:focus {
  color: #fff;
}
.feature-link:active {
  color: #fff;
}
@media only screen and (min-width: 760px) {
  .feature-link {
    padding: 14px 20px;
  }
}
.feature-link:hover,
.feature-link:focus {
  background-color: rgba(0,0,0,0.9);
}
.glide__controls {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.glide__buttons {
  height: 32px;
}
.glide__bullets {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.glide__bullet,
.glide__playpause {
  position: relative;
  transition: opacity 150ms;
  border: 0;
  width: 32px;
  height: 32px;
  height: 32px;
  background-color: rgba(255,255,255,0);
}
.glide__bullet:after,
.glide__playpause:after {
  content: "";
  background-color: #fff;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.glide__bullet {
  margin-right: 4px;
  opacity: 0.5;
}
.glide__bullet:last-child {
  margin-right: 0;
}
.glide__bullet--active {
  opacity: 1;
}
.glide__bullet:focus {
  outline: 3px solid #ff7f00;
}
.glide__playpause {
  margin-left: 6px;
  opacity: 1;
  height: 32px;
  border: 0;
  background-color: rgba(255,255,255,0);
}
.glide__playpause:focus {
  outline: 3px solid #ff7f00;
}
.glide__playpause:after {
  width: 0;
  height: 0;
  background-color: rgba(255,255,255,0);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #fff;
  border-right: none;
  border-radius: 0;
}
.glide__playpause.playing:after {
  width: 15px;
  height: 20px;
  background-color: rgba(255,255,255,0);
  border-top: none;
  border-bottom: none;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-radius: 0;
}
.games {
  margin-bottom: 64px;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -ms-grid-rows: auto 32px auto;
  grid-template-rows: auto auto;
  grid-gap: 32px;
}
@media only screen and (min-width: 760px) {
  .games {
    margin-bottom: 108px;
    grid-gap: 48px;
  }
}
.one-game {
  transition: width 300ms ease;
  font-style: 1em;
  display: flex;
  flex-direction: column;
}
.game-superbox {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.hidden {
  opacity: 0;
  pointer-events: none;
}
.game-platforms {
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  padding: 10px 10px;
  z-index: 4;
  position: absolute;
  bottom: 6%;
  left: 0;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
}
.game-platforms span {
  display: block;
}
.game-platforms a {
  color: #fff;
}
.game-platforms a:visited {
  color: #fff;
}
.game-platforms a:hover,
.game-platforms a:focus {
  color: #fff;
}
.game-platforms a:active {
  color: #fff;
}
.game-platforms img {
  width: 100%;
  height: 27px;
  width: auto;
  margin-right: 6px;
  margin-left: 6px;
}
.game-photo {
  transition: opacity 200ms ease-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 3;
  width: 100%;
  max-width: 100%;
}
.gifplaying .game-photo,
.trailerplaying .game-photo {
  opacity: 0;
}
.game-photo div {
  display: block;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
}
.game-hovervid {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.game-hovervid video {
  position: absolute;
  min-width: 150%;
  min-height: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  background-size: cover;
  overflow: hidden;
}
.game-details {
  margin-top: 0.75rem;
}
.game-details a {
  color: #ff7f00;
}
.game-details a:hover,
.game-details a:focus {
  text-decoration: underline;
}
.game-header-title {
  color: #ff7f00;
  font-size: 20px;
  font-weight: bold;
}
.game-devs,
.game-description,
.game-links {
  font-size: 0.8rem;
  line-height: 1.4;
}
.game-devs {
  margin-top: 2px;
}
.game-description {
  margin-top: 0.75rem;
  color: #404040;
}
.game-links {
  margin-top: 0.5rem;
}
.darkbluegradient {
  background: linear-gradient(#121423, #23243b);
}
.about-intro {
  color: #fff;
  padding-bottom: 72px;
}
@media only screen and (min-width: 760px) {
  .about-intro {
    padding-bottom: 132px;
  }
}
.about-intro-width {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: none;
  max-width: 768px;
}
.section-shadow {
  box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.25);
}
.about-logo {
  width: 100%;
  max-width: 268px;
  margin: 0 auto;
  padding-top: 99px;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 760px) {
  .about-logo {
    padding-top: 132px;
  }
}
.about-team,
.about-values,
.about-partners {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media only screen and (min-width: 760px) {
  .about-team,
  .about-values,
  .about-partners {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.about-team h1,
.about-values h1,
.about-partners h1 {
  margin-top: 0;
}
.about-team a:hover,
.about-values a:hover,
.about-partners a:hover,
.about-team a:focus,
.about-values a:focus,
.about-partners a:focus {
  text-decoration: underline;
}
.about-values {
  color: #fff;
  background-color: #0a0c13;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: none;
  max-width: 1152px;
  padding-left: 10%;
  padding-right: 10%;
}
.about-partners {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: none;
  max-width: 1152px;
  padding-left: 10%;
  padding-right: 10%;
}
.value {
  position: relative;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 760px) {
  .value {
    margin-bottom: 3rem;
  }
}
.value-numeral {
  color: #ff7f00;
  font-size: 2rem;
  padding-right: 0.75rem;
  font-weight: 900;
}
@media only screen and (min-width: 760px) {
  .value-numeral {
    position: absolute;
    top: -0.5rem;
    left: -3rem;
    font-size: 3rem;
    line-height: 1;
  }
}
.value-title {
  font-weight: bold;
}
.partner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 54px;
}
@media only screen and (min-width: 590px) {
  .partner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
@media only screen and (min-width: 760px) {
  .partner {
    margin-bottom: 72px;
  }
}
.partner-logo {
  margin-bottom: 1rem;
  flex-shrink: 0;
}
@media only screen and (min-width: 590px) {
  .partner-logo {
    margin-top: 4px;
    margin-bottom: 0;
    margin-right: 24px;
  }
}
.partner-logo img {
  width: auto;
  height: auto;
  max-width: 160px;
}
.uniform__potty {
  position: absolute;
  left: -9999px;
}
.default-content {
  min-height: 60vh;
}
.default-text {
  margin-bottom: 72px;
}
