/* import breakpoint values into js files, e.g. import {s} from '../_breakpoints.css'  */
/* COLORS */
/* FONTS */
/* Projects Page  */
/* Team Page  */
/* LAYOUT */
/* SOMETHING THAT SHOULD NEVER HAVE A VALUE GREATER THAN A MILION */
.container__1Le_U {
  width: 100%;
  margin-top: 80px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: 'SharpGroteskBook18', 'Helvetica', sans-serif;
  font-size: 27.2px;
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 10px;
  border-top: 1px solid white;
}
@media (min-width: 768px) {
  .container__1Le_U {
    border-top: 0;
    margin-top: auto;
    padding: 80px 56px 0;
  }
}
@media (min-width: 1024px) {
  .container__1Le_U {
    margin-top: auto;
    padding: 100px 72px 0;
  }
}
.inner-wrapper__2CKPe {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 768px) {
  .inner-wrapper__2CKPe {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.social-container__49CFm {
  width: 100%;
  height: 30px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .social-container__49CFm {
    border-top: 1px solid white;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 57px;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .social-container__49CFm {
    width: auto;
    margin-right: 40px;
  }
}
.social-item__seqds {
  font-family: 'SharpGroteskBook18', 'Helvetica', sans-serif;
}
.social-item__seqds a {
    text-decoration: none
  }
.social-item__seqds a:hover {
  text-decoration: underline;
}
.social-item__seqds a::after {
  display: inline;
  content: '';
  margin-right: 6.4px;
  margin-right: 0.4rem;
}
@media (min-width: 768px) {
  .social-item__seqds a::after {
    content: ', ';
  }
}
.social-item__seqds:last-of-type a::after {
      margin-right: 0;
      content: '';
}
.press-panel__23eQf {
  min-width: 200px;
  width: 100%;
  height: 57px;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .press-panel__23eQf {
    width: 45%;
    max-width: 250px;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .press-panel__23eQf {
    min-width: 360px;
  }
}
.press-panel__23eQf:hover {
  text-decoration: underline;
}
.press-panel__23eQf:hover .plus-button__1Wbpl {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition: -webkit-transform 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: -webkit-transform 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.26s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.press-panel__23eQf:active .plus-button__1Wbpl::before,
    .press-panel__23eQf:active .plus-button__1Wbpl::after {
      background-color: #ff0000;
}
.latest-news-press__15SJ_ {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #ffffff;
}
@media (min-width: 768px) {
  .latest-news-press__15SJ_ {
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .latest-news-press__15SJ_ {
    padding-left: 30px;
  }
}
.news-press__1DSSq {
  font-family: 'CenturyExpandedLTStd', 'Times';
}
.plus-button__1Wbpl {
  position: relative;
  width: 56px;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.plus-button__1Wbpl::before,
  .plus-button__1Wbpl::after {
  position: absolute;
  top: 7px;
  left: 26px;
  content: ' ';
  height: 40px;
  width: 1px;
  background-color: #ffffff;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.plus-button__1Wbpl::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.plus-button__1Wbpl::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.dark-mode .container__1Le_U {
    border-color: #000000;
  }
.dark-mode .social-container__49CFm {
    border-color: #000000;
  }
.dark-mode .latest-news-press__15SJ_ {
    border-color: #000000;
  }
.dark-mode .press-panel__23eQf {
    border: 1px solid #000000;
  }
.dark-mode .plus-button__1Wbpl {
    border-color: #000000
  }
.dark-mode .plus-button__1Wbpl::before,
    .dark-mode .plus-button__1Wbpl::after {
  background-color: #000000;
}

/* import breakpoint values into js files, e.g. import {s} from '../_breakpoints.css'  */
/* COLORS */
/* FONTS */
/* Projects Page  */
/* Team Page  */
/* LAYOUT */
/* SOMETHING THAT SHOULD NEVER HAVE A VALUE GREATER THAN A MILION */
.container__3q61Q {
  position: fixed;
  top: 0;
  left: 5px;
  z-index: 100;
  width: calc(100% - 10px);
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 15px 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'SharpGroteskBook25', 'Helvetica', sans-serif;
  font-size: 27.2px;
  font-size: 1.7rem;
  margin-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
.container__3q61Q::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 8px;
}
@media (min-width: 768px) {
  .container__3q61Q {
    width: calc(100% - 10px);
    position: relative;
    top: 10px;
    left: 0;
    height: 103px;
    margin-bottom: 100px;
    padding-left: 56px;
    padding-right: 46px;
    margin-left: 0;
    margin-right: auto
  }
  .container__3q61Q::after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .container__3q61Q {
    top: 14px;
    padding-left: 72px;
    padding-right: 62px
  }
}
.approach__2f54E {
  background-color: #000000
}
.approach__2f54E::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.approach__2f54E p,
  .approach__2f54E a {
    color: #ffffff !important; /* stylelint-disable-line */
}
.approach__2f54E .current-page__2QrMv p,
    .approach__2f54E .current-page__2QrMv a {
      color: #ff0000 !important; /* stylelint-disable-line */
    }
.approach__2f54E .nav-underline__2FJ3M {
    background-color: #ff0000;
}
.approach__2f54E .picturestart-logo-on__1R4OJ {
    background-image: url('/static/images/header/ps-logo-type-blue.svg');
}
.approach__2f54E .picturestart-logo-off__2rc8e {
    background-image: url('/static/images/header/ps-logo-blue.svg');
}
.team__2yoUE {
  background-color: #ffffff
}
.team__2yoUE::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.team__2yoUE p,
  .team__2yoUE a {
    color: #000000 !important; /* stylelint-disable-line */
}
.team__2yoUE .current-page__2QrMv p,
    .team__2yoUE .current-page__2QrMv a {
      color: #0000ff !important; /* stylelint-disable-line */
    }
.team__2yoUE .nav-underline__2FJ3M {
    background-color: #0000ff;
}
.team__2yoUE .picturestart-logo-on__1R4OJ {
    background-image: url('/static/images/header/ps-logo-type-blue.svg');
}
.team__2yoUE .picturestart-logo-off__2rc8e {
    background-image: url('/static/images/header/ps-logo-blue.svg');
}
.manifesto__1Fmd2 {
  background-color: #ff0000
}
.manifesto__1Fmd2::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(rgba(255, 0, 0, 0)));
  background: linear-gradient(to bottom, #ff0000 0%, rgba(255, 0, 0, 0) 100%);
}
.manifesto__1Fmd2 p,
  .manifesto__1Fmd2 a {
    color: #000000 !important; /* stylelint-disable-line */
}
.manifesto__1Fmd2 .current-page__2QrMv p,
    .manifesto__1Fmd2 .current-page__2QrMv a {
      color: #ffffff !important; /* stylelint-disable-line */
    }
.manifesto__1Fmd2 .nav-underline__2FJ3M {
    background-color: #ffffff;
}
.projects__2IUdq {
  background-color: #0000ff
}
.projects__2IUdq::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#0000ff), to(rgba(0, 0, 255, 0)));
  background: linear-gradient(to bottom, #0000ff 0%, rgba(0, 0, 255, 0) 100%);
}
.projects__2IUdq p,
  .projects__2IUdq a {
    color: #000000 !important; /* stylelint-disable-line */
}
.projects__2IUdq .current-page__2QrMv p,
    .projects__2IUdq .current-page__2QrMv a {
      color: #ffffff !important; /* stylelint-disable-line */
    }
.projects__2IUdq .nav-underline__2FJ3M {
    background-color: #ffffff;
}
.picturestart-logo__3fq6g {
  width: 59px;
  height: 35px;
  margin: 0;
  padding: 0;
  border: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (min-width: 768px) {
  .picturestart-logo__3fq6g {
    position: fixed;
    width: 92px;
    height: 55px
  }
}
.picturestart-logo__3fq6g:hover .picturestart-logo-on__1R4OJ {
      opacity: 1;
}
.picturestart-logo__3fq6g:hover .picturestart-logo-off__2rc8e {
      opacity: 0;
}
.picturestart-logo__3fq6g h1 {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
.picturestart-logo-off__2rc8e,
.picturestart-logo-on__1R4OJ {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
.picturestart-logo-off__2rc8e {
  background-image: url('/static/images/header/ps-logo.svg');
}
.picturestart-logo-on__1R4OJ {
  opacity: 0;
  background-image: url('/static/images/header/ps-logo-type.svg');
}
.alternative__3OHN4 {
  height: 136px;
}
.alternative__3OHN4 .picturestart-logo__3fq6g {
    width: 70px !important; /* stylelint-disable-line */
    height: 70px !important; /* stylelint-disable-line */
  }
@media (min-width: 768px) {
  .alternative__3OHN4 .picturestart-logo__3fq6g {
    width: 92px !important;/* stylelint-disable-line  */
    height: 90px !important/* stylelint-disable-line  */
  }
}
.alternative__3OHN4 .picturestart-logo-off__2rc8e {
    background-image: url('/static/images/homepage/ps_logo_stacked.svg') !important; /* stylelint-disable-line */
}
.alternative__3OHN4 .picturestart-logo-on__1R4OJ {
    background-image: url('/static/images/homepage/ps_logo_stacked.svg') !important; /* stylelint-disable-line */
}
.pages-container__2kPDv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}
.page__VCHUq {
  margin-right: 6px
}
.page__VCHUq:last-of-type {
  margin-right: 0;
}
.page__VCHUq a {
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    text-decoration: none;
    font-size: 20.8px;
    font-size: 1.3rem;
}
@media (min-width: 321px) {
  .page__VCHUq a {
    font-size: 27.2px;
    font-size: 1.7rem
  }
}
@media (min-width: 768px) {
  .page__VCHUq a {
    font-size: 30.4px;
    font-size: 1.9rem
  }
}
.page__VCHUq:not(:last-of-type) a::after {
      content: ',';
}
.current-page-name__1PI66 {
  display: none;
}
@media (min-width: 768px) {
  .current-page-name__1PI66 {
    display: inline;
    white-space: nowrap;
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 1.9rem
  }
}
.nav-underline__2FJ3M {
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 2px;
  left: 0;
  -webkit-transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s, background 0.2s linear 0s, -webkit-transform  0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s, background 0.2s linear 0s, -webkit-transform  0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s, background 0.2s linear 0s, transform  0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s, background 0.2s linear 0s, transform  0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform  0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.dark-mode .page__VCHUq a {
    color: #000000;
  }
@media (min-width: 768px) {
  .dark-mode .page__VCHUq a {
    color: #0000ff
  }
}
.dark-mode .page__VCHUq a.current__2Xs5C {
  color: #0000ff;
}
.dark-mode .current-page-name__1PI66 {
    color: #0000ff;
}

