.tile_box {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 1fr;
}

@media only screen and (max-width: 996px) {
  .tile_box {
    grid-gap: 1rem;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 1fr;
  }
  .tile {
    background: linear-gradient(45deg, white 49%, rgba(0, 0, 0, 0.03) 50%);
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
    border: 1px solid #e1e1e1;
    border-radius: 0.5rem;
    padding: 18px 0 !important;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity .75s .75s, background .5s;
    transition: opacity .75s .75s, background .5s;
  }
  .tile img {
    width: 46px !important;
  }
}

@media only screen and (max-width: 768px) {
  .hero {
    padding-bottom: 108px !important;
  }
  .tile_box {
    grid-gap: 1rem;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
  }
  .tile {
    background: linear-gradient(45deg, white 49%, rgba(0, 0, 0, 0.03) 50%);
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
    border: 1px solid #e1e1e1;
    border-radius: 0.5rem;
    padding: 18px 0 !important;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity .75s .75s, background .5s;
    transition: opacity .75s .75s, background .5s;
  }
  .tile img {
    width: 46px !important;
  }
}

@media only screen and (max-width: 576px) {
  .tile_box {
    grid-gap: 1rem;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
  }
  .tile {
    background: linear-gradient(45deg, white 49%, rgba(0, 0, 0, 0.03) 50%);
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
    border: 1px solid #e1e1e1;
    border-radius: 0.5rem;
    padding: 18px 0 !important;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity .75s .75s, background .5s;
    transition: opacity .75s .75s, background .5s;
  }
  .tile img {
    width: 46px !important;
  }
}

.tile {
  background: linear-gradient(45deg, white 49%, rgba(0, 0, 0, 0.03) 50%);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  border: 1px solid #e1e1e1;
  border-radius: 0.5rem;
  padding: 36px 0;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity .75s .75s, background .5s;
  transition: opacity .75s .75s, background .5s;
}

.tile img {
  width: 76px;
}

.tile use {
  -webkit-transition: .5s;
  transition: .5s;
}

.tile.d.flip {
  background-color: #fcfcfc;
  background-image: url(../../images/automotive-ve-icon-2.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.tile.d.matched {
  background: url(../../images/automotive-ve-icon-2.svg) no-repeat center;
  opacity: 0.25;
  cursor: not-allowed;
}

.tile.e.flip {
  background-color: #fcfcfc;
  background-image: url(../../images/automotive-as-icon-2.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.tile.e.matched {
  background: url(../../images/automotive-as-icon-2.svg) no-repeat center;
  opacity: 0.25;
  cursor: not-allowed;
}

.tile.f.flip {
  background-color: #fcfcfc;
  background-image: url(../../images/industrial-fa-icon-2.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.tile.f.matched {
  background: url(../../images/industrial-fa-icon-2.svg) no-repeat center;
  opacity: 0.25;
  cursor: not-allowed;
}

.tile.g.flip {
  background-color: #fcfcfc;
  background-image: url(../../images/industrial-ei-icon-2.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.tile.g.matched {
  background: url(../../images/industrial-ei-icon-2.svg) no-repeat center;
  opacity: 0.25;
  cursor: not-allowed;
}

.tile.h.flip {
  background-color: #fcfcfc;
  background-image: url(../../images/automotive-ch-icon-2.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.tile.h.matched {
  background: url(../../images/automotive-ch-icon-2.svg) no-repeat center;
  opacity: 0.25;
  cursor: not-allowed;
}

.tile.i.flip {
  background-color: #fcfcfc;
  background-image: url(../../images/cloud-icon-2.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.tile.i.matched {
  background: url(../../images/cloud-icon-2.svg) no-repeat center;
  opacity: 0.25;
  cursor: not-allowed;
}

.tile:not(.matched):hover {
  cursor: pointer;
  margin-bottom: 1px;
  margin-top: -1px;
}

.tile.flip,
.tile.flip:hover {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  color: #fff;
}

.tile.flip img,
.tile.flip:hover img {
  display: none;
}

.tile.matched {
  background-color: #fcfcfc;
}

.tile.matched img {
  display: none;
}

/* WIN */
.success {
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.success_msg {
  display: block;
}

.we-do:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: -webkit-box-shadow 1s;
  transition: -webkit-box-shadow 1s;
  transition: box-shadow 1s;
  transition: box-shadow 1s, -webkit-box-shadow 1s;
}

/* CAT */
.bongo-cat {
  position: absolute;
  height: 130px;
  width: 230px;
  bottom: -74px;
  right: 0;
  margin: auto;
}

.click-me {
  position: absolute;
  bottom: 40px;
  right: 45px;
  margin: auto;
}

#head__outline path:nth-child(2) {
  fill: #f58134;
}

#head__face #eyes use {
  fill: #2c4c54;
}

#head__face #mouth path:nth-child(2) {
  fill: #f58134;
}

#table path:nth-child(1) {
  fill: #e1e1e1;
}

#paw-left #paw-left--up g path:nth-child(2) {
  fill: #f58134;
}

#paw-left #paw-left--down path:nth-child(2) {
  fill: #f58134;
}

#laptop #paw-right #paw-right--up g path:nth-child(2) {
  fill: #f58134;
}

#laptop #paw-right #paw-right--down path:nth-child(2) {
  fill: #f58134;
}

.typing-animation {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1200ms;
          animation-duration: 1200ms;
}

path#f1-l1 {
  -webkit-animation-name: typing-f 1-l1;
          animation-name: typing-f 1-l1;
}

path#f1-l2 {
  -webkit-animation-name: typing-f 1-l2;
          animation-name: typing-f 1-l2;
}

path#f1-l3 {
  -webkit-animation-name: typing-f 1-l3;
          animation-name: typing-f 1-l3;
}

path#f2-l4 {
  -webkit-animation-name: typing-f 2-l4;
          animation-name: typing-f 2-l4;
}

path#f2-l5 {
  -webkit-animation-name: typing-f 2-l5;
          animation-name: typing-f 2-l5;
}

path#f2-l6 {
  -webkit-animation-name: typing-f 2-l6;
          animation-name: typing-f 2-l6;
}

path#f3-l7 {
  -webkit-animation-name: typing-f 3-l7;
          animation-name: typing-f 3-l7;
}

path#f3-l8 {
  -webkit-animation-name: typing-f 3-l8;
          animation-name: typing-f 3-l8;
}

path#f3-l9 {
  -webkit-animation-name: typing-f 3-l9;
          animation-name: typing-f 3-l9;
}

@-webkit-keyframes typing-f3-l9 {
  0% {
    d: path("M8,25L8,25");
  }
  82% {
    d: path("M8,25L8,25");
  }
  92% {
    d: path("M8,25L96,25");
  }
  100% {
    d: path("M8,25L96,25");
  }
}

@keyframes typing-f3-l9 {
  0% {
    d: path("M8,25L8,25");
  }
  82% {
    d: path("M8,25L8,25");
  }
  92% {
    d: path("M8,25L96,25");
  }
  100% {
    d: path("M8,25L96,25");
  }
}

@-webkit-keyframes typing-f3-l8 {
  0% {
    d: path("M8,13L8,13");
  }
  68% {
    d: path("M8,13L8,13");
  }
  82% {
    d: path("M8,13L146,13");
  }
  100% {
    d: path("M8,13L146,13");
  }
}

@keyframes typing-f3-l8 {
  0% {
    d: path("M8,13L8,13");
  }
  68% {
    d: path("M8,13L8,13");
  }
  82% {
    d: path("M8,13L146,13");
  }
  100% {
    d: path("M8,13L146,13");
  }
}

@-webkit-keyframes typing-f3-l7 {
  0% {
    d: path("M0,1L0,1");
  }
  60% {
    d: path("M0,1L0,1");
  }
  68% {
    d: path("M0,1L96,1");
  }
  100% {
    d: path("M0,1L96,1");
  }
}

@keyframes typing-f3-l7 {
  0% {
    d: path("M0,1L0,1");
  }
  60% {
    d: path("M0,1L0,1");
  }
  68% {
    d: path("M0,1L96,1");
  }
  100% {
    d: path("M0,1L96,1");
  }
}

@-webkit-keyframes typing-f2-l6 {
  0% {
    d: path("M8,25L8,25");
  }
  54% {
    d: path("M8,25L8,25");
  }
  60% {
    d: path("M8,25L69,25");
  }
  100% {
    d: path("M8,25L69,25");
  }
}

@keyframes typing-f2-l6 {
  0% {
    d: path("M8,25L8,25");
  }
  54% {
    d: path("M8,25L8,25");
  }
  60% {
    d: path("M8,25L69,25");
  }
  100% {
    d: path("M8,25L69,25");
  }
}

@-webkit-keyframes typing-f2-l5 {
  0% {
    d: path("M8,13L8,13");
  }
  44% {
    d: path("M8,13L8,13");
  }
  54% {
    d: path("M8,13L114,13");
  }
  100% {
    d: path("M8,13L114,13");
  }
}

@keyframes typing-f2-l5 {
  0% {
    d: path("M8,13L8,13");
  }
  44% {
    d: path("M8,13L8,13");
  }
  54% {
    d: path("M8,13L114,13");
  }
  100% {
    d: path("M8,13L114,13");
  }
}

@-webkit-keyframes typing-f2-l4 {
  0% {
    d: path("M0,1L0,1");
  }
  30% {
    d: path("M0,1L0,1");
  }
  44% {
    d: path("M0,1L136,1");
  }
  100% {
    d: path("M0,1L136,1");
  }
}

@keyframes typing-f2-l4 {
  0% {
    d: path("M0,1L0,1");
  }
  30% {
    d: path("M0,1L0,1");
  }
  44% {
    d: path("M0,1L136,1");
  }
  100% {
    d: path("M0,1L136,1");
  }
}

@-webkit-keyframes typing-f1-l3 {
  0% {
    d: path("M8,25L8,25");
  }
  24% {
    d: path("M8,25L8,25");
  }
  30% {
    d: path("M8,25L61,25");
  }
  100% {
    d: path("M8,25L61,25");
  }
}

@keyframes typing-f1-l3 {
  0% {
    d: path("M8,25L8,25");
  }
  24% {
    d: path("M8,25L8,25");
  }
  30% {
    d: path("M8,25L61,25");
  }
  100% {
    d: path("M8,25L61,25");
  }
}

@-webkit-keyframes typing-f1-l2 {
  0% {
    d: path("M8,13L8,13");
  }
  14% {
    d: path("M8,13L8,13");
  }
  24% {
    d: path("M8,13L124,13");
  }
  100% {
    d: path("M8,13L124,13");
  }
}

@keyframes typing-f1-l2 {
  0% {
    d: path("M8,13L8,13");
  }
  14% {
    d: path("M8,13L8,13");
  }
  24% {
    d: path("M8,13L124,13");
  }
  100% {
    d: path("M8,13L124,13");
  }
}

@-webkit-keyframes typing-f1-l1 {
  0% {
    d: path("M0,1L0,1");
  }
  14% {
    d: path("M0,1L160,1");
  }
  100% {
    d: path("M0,1L160,1");
  }
}

@keyframes typing-f1-l1 {
  0% {
    d: path("M0,1L0,1");
  }
  14% {
    d: path("M0,1L160,1");
  }
  100% {
    d: path("M0,1L160,1");
  }
}

#paw-right--up, #paw-right--down, #paw-left--up, #paw-left--down {
  -webkit-animation: blink 300ms infinite;
          animation: blink 300ms infinite;
}

#paw-right--up, #paw-left--down {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

#laptop__code {
  -webkit-transform: rotateX(-37deg) rotateY(-46deg) rotateZ(-23deg) translateX(8px) translateY(20px) translateZ(-50px);
          transform: rotateX(-37deg) rotateY(-46deg) rotateZ(-23deg) translateX(8px) translateY(20px) translateZ(-50px);
}
/*# sourceMappingURL=game.css.map */