@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

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

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

p {
  height: auto;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: “”‘’;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
  background: none;
  border: none;
  width: auto;
  height: auto;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, figure {
  margin: 0;
}

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0px;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  width: 100vw;
  height: auto;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Chivo", sans-serif;
  font-weight: 400;
  letter-spacing: -1px;
  font-size: 26px;
  line-height: 1.3;
  color: #444;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  overflow-y: visible;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  border: 4px solid black;
  border-radius: 7px;
  padding: 0.5rem;
  margin-top: 1rem;
  transition: color 0.5s, background 0.5s;
  background: transparent;
}
button svg {
  height: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.75rem;
  transition: margin 0.5s;
}
button .arrow {
  fill: black;
}
button:hover {
  color: white;
  background: black;
}
button:hover svg {
  margin-left: 1rem;
  margin-right: 0.25rem;
}
button:hover .arrow {
  fill: white;
}

strong {
  font-weight: black;
  color: inherit;
  letter-spacing: 0.5px;
}

h1 {
  font-weight: 900;
  color: black;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.1;
}

h2 {
  font-weight: 900;
  color: black;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.1;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0.5px;
  color: black;
  font-weight: 900;
}
h3 br {
  width: 100%;
  height: 1px;
  display: block;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.5px;
  color: black;
  font-weight: 900;
}

p + p {
  margin-top: 0.75rem;
}

body {
  background: url("../images/common/grid@2x.png") center top;
  background-size: 236px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}
body .page-wrapper {
  width: 100%;
}
body #page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  background-color: black;
  color: white;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
}
body #page-loader .lds-grid {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
body #page-loader .lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation: lds-grid 1.2s linear infinite;
}
body #page-loader .lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s;
}
body #page-loader .lds-grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  animation-delay: -0.4s;
}
body #page-loader .lds-grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  animation-delay: -0.8s;
}
body #page-loader .lds-grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  animation-delay: -0.4s;
}
body #page-loader .lds-grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  animation-delay: -0.8s;
}
body #page-loader .lds-grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  animation-delay: -1.2s;
}
body #page-loader .lds-grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  animation-delay: -0.8s;
}
body #page-loader .lds-grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  animation-delay: -1.2s;
}
body #page-loader .lds-grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
body.loading {
  background-color: black;
}
body.loading .page-wrapper {
  opacity: 0;
}

section {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 0 1rem;
}
section a {
  font-weight: inherit;
  font-size: inherit;
}
section a:hover {
  color: #ffcc00;
}

@media screen and (max-width: 600px) {
  * {
    font-size: 24px;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1rem;
  }
}
footer {
  width: 100%;
  height: auto;
  background: black;
}
footer .footer-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0.5rem 1rem 1rem;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 26px;
  /*
  .map {
    margin-left: auto;
    width: 60%;
    max-width: 860px;
    img {
      width: 100%;
    }
    @media screen and (max-width: 1060px){
      width: 70%;
    }
    @media screen and (max-width: 820px){
      width: calc(100% + 2rem);
      order: 1;
      margin-left: -1rem;
      margin-right: -1rem;
      margin-bottom: 1em;
    }
  }
  */
}
footer .footer-container .footer-top {
  width: 100%;
  height: 32px;
  margin: 1em 0 2em;
  display: block;
  background-image: url("../images/common/logo-landscape-white.svg");
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  footer .footer-container .footer-top {
    width: 100%;
    order: 0;
    margin: 1em 0 1.5em;
  }
}
footer .footer-container .footer-menu {
  /*
  width: 20%;
  max-width: 270px;
  padding-right: 0.5em;
  */
  font-size: inherit;
  /*
  @media screen and (max-width: 1060px){
    &:nth-child(2) {
      display: none;
    }
    &:nth-child(3) {
      width: 30%;
    }
  }
  @media screen and (max-width: 820px){
    &:nth-child(3) {
      order: 2;
      width: 100%;
      max-width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap;
      div, ul {
        width: calc(100% / 3);
      }
      .social {
        width: 100%;
      }
    }
  }
  @media screen and (max-width: 700px){
    &:nth-child(3) {
      flex-direction: column;
      div, ul {
        width: 100%;
      }
    }
  }
  */
}
footer .footer-container .footer-menu ul {
  list-style: none;
  margin-bottom: 1em;
  line-height: 1.3;
  font-size: inherit;
}
footer .footer-container .footer-menu ul li {
  font-size: 0.6em;
  color: white;
  line-height: 1.5;
}
footer .footer-container .footer-menu ul li a {
  font-size: inherit;
  color: #999;
}
footer .footer-container .footer-menu ul li img {
  margin-top: 0.125em;
  max-width: 100%;
  height: auto;
}
footer .footer-container .footer-menu ul li:first-child {
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
footer .footer-container .footer-menu div {
  font-size: 0.6em;
  color: white;
  margin-bottom: 1.25em;
}
footer .footer-container .footer-menu div br {
  line-height: 0.9;
}
footer .footer-container .footer-menu div svg {
  width: 24px;
  height: 24px;
  max-width: calc(20% - 0.5em);
  margin-right: 0.5em;
  fill: white;
}
footer .footer-container .copyright {
  /*
  width: calc(100% - 180px);
  height: 40px;
  */
  width: 100%;
  font-size: 0.6em;
  color: white;
  margin: 1rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  /*
  @media screen and (max-width: 820px){
    order: 3;
  }
  @media screen and (max-width: 470px){
    width: 100%;
  }
  */
}
footer .footer-container #backtotop {
  margin-left: auto;
  width: 180px;
  height: 50px;
  border-color: white;
  background: black;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.75em;
  margin: 1rem 0;
}
footer .footer-container #backtotop span {
  font-weight: 600;
  font-size: 0.6em;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
footer .footer-container #backtotop svg {
  height: 20px;
  fill: white;
}
@media screen and (max-width: 820px) {
  footer .footer-container #backtotop {
    order: 4;
  }
}
@media screen and (max-width: 580px) {
  footer .footer-container #backtotop {
    display: none;
  }
}

.fadein {
  animation-name: fadein-anim;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-iteration-count: 1;
}

.fadeinup-about-dialog {
  animation-name: fadeinup-about-dialog-anim;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-iteration-count: 1;
}

.fadeoutup-about-dialog {
  animation-name: fadeoutup-about-dialog-anim;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-iteration-count: 1;
}

.fadeup-work {
  animation-name: fadeup-work-anim;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-iteration-count: 1;
}

.fadeup-work-undo {
  animation-name: fadeup-work-anim;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-direction: reverse;
  animation-iteration-count: 1;
}

.fadeout {
  display: block;
  animation-name: fadeout-anim;
  animation-duration: 0.5s;
  animation-fill-mode: none;
  animation-direction: forwards;
  animation-iteration-count: 1;
}

.fadeinout {
  display: block;
  animation-name: fadeinout-anim;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.flipup {
  animation-name: flipup-anim;
  animation-duration: 2s;
  animation-fill-mode: backwards;
  animation-delay: 0;
  animation-direction: normal;
  animation-iteration-count: 1;
}

@keyframes flipup-anim {
  0% {
    transform: rotateY(0deg) translateY(-3%);
    opacity: 1;
  }
  100% {
    transform: rotateY(180deg) translateY(-13%);
    opacity: 0;
  }
}
@keyframes fadeinup-about-dialog-anim {
  0% {
    opacity: 0;
    transform: translate(-50%, 5%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%);
  }
}
@keyframes fadeoutup-about-dialog-anim {
  0% {
    opacity: 1;
    transform: translate(-50%, 0%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -5%);
  }
}
@keyframes fadeup-work-anim {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadein-anim {
  0% {
    opacity: 0;
    transform: translate(-50%, -100%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%);
  }
}
@keyframes fadeout-anim {
  0% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeinout-anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fadeinfrombottom {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  animation-name: fadeinfrombottom-anim;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-direction: forwards;
  animation-iteration-count: 1;
}

@keyframes fadeinfrombottom-anim {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fadeouttoleft {
  animation-name: fadeouttoleft-anim;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-direction: forwards;
  animation-iteration-count: 1;
  animation-delay: 0;
}

@keyframes fadeouttoleft-anim {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-200px);
  }
}
.fadeinfromright {
  animation-name: fadeinfromright-anim;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-direction: forwards;
  animation-iteration-count: 1;
  animation-delay: 0;
}

@keyframes fadeinfromright-anim {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.fadeouttoright {
  animation-name: fadeouttoright-anim;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-direction: forwards;
  animation-iteration-count: 1;
  animation-delay: 0;
}

@keyframes fadeouttoright-anim {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(200px);
  }
}
.fadeinfromleft {
  animation-name: fadeinfromleft-anim;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-direction: forwards;
  animation-iteration-count: 1;
  animation-delay: 0;
}

@keyframes fadeinfromleft-anim {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.fliphide {
  animation-name: fliphide-anim;
  animation-delay: 0;
  animation-duration: 0.25s;
  animation-iteration-count: 1;
  animation-direction: forwards;
}

.flipreveal {
  animation-name: flipreveal-anim;
  animation-delay: 0;
  animation-duration: 0.25s;
  animation-iteration-count: 1;
  animation-direction: forwards;
}

@keyframes fliphide-anim {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 90deg);
  }
}
@keyframes flipreveal-anim {
  0% {
    transform: rotate3d(0, 1, 0, 90deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
a:hover .menu-logograph {
  fill: #ffcc00;
}

#menu {
  opacity: 0;
  transition: opacity 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  margin: 0;
  padding: 0 0.5rem;
  color: white;
  background: black;
  text-align: center;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  font-size: 26px;
  z-index: 10000;
}
#menu ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-size: inherit;
}
#menu ul li {
  font-size: inherit;
}
#menu ul li a {
  font-size: 0.5em;
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 60px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0rem 0.5rem;
  width: auto;
}
#menu ul li a:visited {
  color: white;
}
#menu ul li a:hover {
  color: #ffcc00 !important;
}
#menu .menu-logo {
  width: 100%;
  height: 30px;
  min-width: 190px;
  max-width: 190px;
  min-height: 32px;
  max-height: 32px;
  position: relative;
}
#menu .menu-logo svg {
  width: 100%;
  max-height: 100%;
  margin: 0;
}
@media screen and (max-width: 920px) {
  #menu {
    font-size: 24px;
  }
  #menu.open:after {
    content: "CLOSE";
  }
  #menu.open ul {
    display: flex;
  }
  #menu:after {
    content: "MENU";
    font-family: "Chivo", sans-serif;
    font-size: 0.4em;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0 0.25rem;
  }
  #menu ul {
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: calc(100vh - 60px);
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
  }
  #menu ul li {
    width: 100%;
    height: 60px;
    border-top: 1px solid #333;
    background: black;
    text-align: left;
  }
  #menu ul li a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
  #menu ul li:hover {
    background: #111;
  }
  #menu ul li:first-child {
    border-top: 1px solid #333;
  }
}
@media screen and (max-width: 920px) {
  #menu:after {
    font-size: 0.65em;
  }
  #menu ul li a {
    font-size: 0.65em;
  }
}

#menu.index {
  background: white;
}
#menu.index:after {
  color: black;
}
#menu.index a {
  color: black;
}
#menu.index a:visited {
  color: black;
}
#menu.index svg .menu-logograph {
  fill: black;
}

#baboon-hat, #chimpanzee-hat, #orangutan-hat, #gorilla-hat, #gibbon-hat, #proboscis-hat {
  opacity: 0;
  top: -20px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 1rem;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
#landing {
  min-height: 100vh;
  height: auto;
  position: relative;
  padding: 60px 1rem 1rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
#landing #landing-info {
  width: calc(100% - (80vh - 4rem) / 1.161);
  height: auto;
  z-index: 1;
}
#landing #landing-info h1 {
  text-shadow: 0 0 100px rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 720px) {
  #landing #landing-info h1 {
    font-size: 11vw;
  }
}
#landing #landing-info p {
  margin: 0.5rem 0 1rem;
  max-width: 630px;
}
#landing #hexagon {
  width: calc((80vh - 4rem) / 1.161);
  height: calc(80vh - 4rem);
  display: table;
  transform: translate3d(0, 0, 0);
  z-index: 0;
}
#landing #hexagon .hex, #landing #hexagon .hex22 {
  opacity: 0;
  width: 33.3333333333%;
  height: 25%;
  position: absolute;
  top: 1rem;
}
#landing #hexagon .hex svg, #landing #hexagon .hex22 svg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}
#landing #hexagon .hex11 {
  left: 0;
  transform: translateY(66.5%);
}
#landing #hexagon .hex12 {
  left: 0;
  transform: translateY(198.5%);
}
#landing #hexagon .hex21 {
  left: 33.3333333333%;
  transform: translateY(0);
}
#landing #hexagon .hex22 {
  left: 33.3333333333%;
  transform: translateY(132.5%);
}
#landing #hexagon .hex23 {
  left: 33.3333333333%;
  transform: translateY(265%);
}
#landing #hexagon .hex31 {
  left: 66.6666666667%;
  transform: translateY(66.5%);
}
#landing #hexagon .hex32 {
  left: 66.6666666667%;
  transform: translateY(198.5%);
}
#landing #hexagon.loaded .hex, #landing #hexagon.loaded .hex22 {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
}
#landing #hexagon.loaded .hex11 {
  animation-delay: 0.25s;
}
#landing #hexagon.loaded .hex12 {
  animation-delay: 0.5s;
}
#landing #hexagon.loaded .hex21 {
  animation-delay: 0.25s;
}
#landing #hexagon.loaded .hex22 {
  animation-delay: 0;
}
#landing #hexagon.loaded .hex23 {
  animation-delay: 0.75s;
}
#landing #hexagon.loaded .hex31 {
  animation-delay: 0.5s;
}
#landing #hexagon.loaded .hex32 {
  animation-delay: 0.75s;
}
@media screen and (max-width: 900px) {
  #landing {
    flex-direction: column;
    min-height: auto;
  }
  #landing #landing-info {
    width: 100%;
    order: 1;
  }
  #landing #hexagon {
    width: calc(100vw - 2rem);
    height: calc((100vw - 2rem) * 1.161);
    max-width: calc(600px - 2rem);
    max-height: calc((600px - 2rem) * 1.161);
    /*max-height: 80vh;
    max-width: calc(80vh / 1.161);*/
    margin-top: 2rem;
    margin-bottom: 1rem;
    order: 0;
  }
}

#workwithus {
  min-height: 100px;
  height: auto;
  margin: 5rem auto;
  position: relative;
}
#workwithus ul {
  margin: 1rem 0 2rem 0;
  width: 100%;
  list-style: none;
  display: table;
}
#workwithus ul li {
  display: table;
  width: 100%;
  min-width: calc(50% - 5px);
  padding: 0.25rem 0.5rem 0.4rem 0;
  min-height: 70px;
  height: auto;
  border-bottom: 0px dotted #dddddd;
}
#workwithus ul li strong {
  font-size: inherit;
  display: block;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 600px) {
  #workwithus {
    margin: 4rem auto;
  }
}

.popup {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(219, 50, 0, 0.7);
  transition: opacity 0.5s;
  /* background: var(--highlight-color); */
}
.popup .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 48px;
  width: 48px;
  padding: 0;
  color: white;
  background: black;
  font-size: 1em;
  line-height: 1em;
  margin-top: 0;
  z-index: 100;
}
.popup.enter {
  display: flex;
  opacity: 0;
}
.popup.enter .popup-content {
  transition: transform 0.5s;
  transition-delay: 0.25s;
  transform: translateY(80vh);
}
.popup.enter-to {
  opacity: 1;
}
.popup.enter-to .popup-content {
  transform: translateY(0);
}
.popup.leave {
  opacity: 1;
  display: flex;
}
.popup.leave .popup-content {
  transition: transform 0.5s;
  transform: translateY(0);
}
.popup.leave-to {
  opacity: 0;
}
.popup.leave-to .popup-content {
  transform: translateY(-25%);
}
#trailer-popup .popup-content {
  background: #333;
}

#screenshot-popup.enter {
  display: block !important;
}
#screenshot-popup .prev,
#screenshot-popup .next {
  z-index: 100;
  position: absolute;
  margin-top: 0;
  top: 50%;
}
@media screen and (max-width: 600px) {
  #screenshot-popup .prev,
  #screenshot-popup .next {
    display: none !important;
  }
}
#screenshot-popup .prev {
  left: 100px;
}
#screenshot-popup .next {
  right: 100px;
}
#screenshot-popup .popup-content {
  width: 100%;
  height: 100%;
}
#screenshot-popup .carousel {
  height: 100%;
  width: 100%;
}
#screenshot-popup .carousel .slick-list,
#screenshot-popup .carousel .slick-track {
  height: 100%;
  width: 100%;
}
#screenshot-popup .carousel .slick-slide > div {
  width: 100%;
  height: 100%;
}
#screenshot-popup .wrapper {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#screenshot-popup .wrapper img {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
  max-height: 90vh;
  max-width: 90vw;
}

/*# sourceMappingURL=style.css.map */
