/*!
 ______  _______ _______ _______
 |_____] |_____| |______ |______
 |_____] |     | ______| |______

 _______ _______ __   __        _______ _______
 |______    |      \_/   |      |______ |______
 ______|    |       |    |_____ |______ ______|

*/
html {
  box-sizing: border-box
}
*,
:after,
:before {
  box-sizing: inherit
}
html {
  font-size: 62.5%
}
body {
  padding: 0;
  font-family: Raleway,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 1.8rem;
  line-height: 1.45
}
main {
  padding: 0
}
h1,
h2,
h3 h4 {
  font-family: "Helvetica Neue",Helvetica,sans-serif;
  font-weight: 600
}
section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center
}
article,
h2 {
  width: 100%;
  max-width: 600px;
  margin: 1em auto
}
h2 {
  font-size: 100px;
  margin-top: 0
}
@media (max-width:768px) {
  h2 {
    font-size: 60px
  }
}
h3 {
  font-size: 24px;
  margin: 0
}
a,
a:visited {
  text-decoration: none;
  transition: all .2s
}
/*!
_    _ _______  ______ _______
 \  /  |_____| |_____/ |______
  \/   |     | |    \_ ______|

*/
:root {
  --h-color: #00add1;
  --link: #00add1;
  --link-hover: #000;
  --text-color: #364044;
  --scrollColor: rgba(0,0,0, .3);
  --thumb: rgba(255,255,255, .3)
}
/*!
 _     _ _______ _____        _____ _______ _____ _______ _______
 |     |    |      |   |        |      |      |   |______ |______
 |_____|    |    __|__ |_____ __|__    |    __|__ |______ ______|

*/
.hidden {
  display: none
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 110px
}
.overflowx {
  overflow-x: scroll
}
.overflowx-hide {
  overflow-x: hidden
}
@supports ((-webkit-mask-position:center) or (mask-position:center)) {
  .mask-icon {
    background: #00add1;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
  }
}
html {
  background: #fff;
  scrollbar-width: thin;
  scrollbar-color: #00add1 #222
}
html.stopscroll,
html.stopscroll body {
  overflow: hidden;
  position: relative
}
html::-webkit-scrollbar {
  width: 12px
}
html::-webkit-scrollbar-track {
  background: #222;
  border-radius: 6px
}
html::-webkit-scrollbar-thumb {
  background-color: #00add1;
  border-radius: 6px;
  border: 1px solid #222
}
html.inverted {
  background: #222
}
body {
  color: var(--text-color);
  transition: color 1s;
  overflow-x: hidden
}
section {
  min-height: 100vh;
  padding: 0 24px
}
section > h2 {
  margin: .65em auto
}
@media screen and (orientation:landscape) {
  section {
    padding: 0 42px
  }
}
h1,
h2,
h4 {
  color: var(--h-color);
  transition: all .3s
}
h3 {
  color: #000
}
a,
a:visited {
  text-decoration: none;
  color: var(--link);
  border-bottom: 1px solid var(--link)
}
a:hover {
  --link: var(--link-hover)
}
.learnmore {
  color: var(--link);
  cursor: pointer
}
.learnmore:hover {
  color: var(--link-hover)
}
.learnmore::after {
  content: ' \00bb'
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
#canvas1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: none
}
.canvas #canvas1 {
  display: block
}
#home {
  display: -ms-flexbox;
  display: flex;
  min-height: 200vh
}
#home img {
  display: none
}
.mobile #home {
  min-height: 100vh
}
.mobile #home img {
  margin: auto;
  width: 100%;
  max-width: 400px;
  display: block;
  opacity: 0;
  -webkit-animation: fadeIn 2s linear forwards;
  animation: fadeIn 2s linear forwards;
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}
@media screen and (orientation:landscape) {
  .mobile #home img {
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 60vh
  }
}
section {
  position: relative
}
#resume {
  z-index: 1
}
#about {
  z-index: 2
}
#portfolio {
  z-index: 3
}
#codelab {
  z-index: 4
}
#socials {
  z-index: 5
}
/*!
  __   _ _______ _    _
  | \  | |_____|  \  /
  |  \_| |     |   \/

 */
#main-nav {
  background: rgba(255,255,255,.93);
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background .6s,border .6s,-webkit-transform .3s;
  transition: background .6s,border .6s,transform .3s;
  transition: background .6s,border .6s,transform .3s,-webkit-transform .3s
}
.inverted #main-nav {
  background: rgba(34,34,34,.9);
  border-bottom: 1px solid #363636
}
@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))) {
  #main-nav {
    background: rgba(255,255,255,.76);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px)
  }
  .inverted #main-nav {
    background: rgba(34,34,34,.9);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
  }
}
@media (min-width:769px) and (min-height:769px) {
  #main-nav {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  #main-nav.hide {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px)
  }
}
#main-nav a,
#main-nav a:visited {
  color: #364044;
  font-size: .9em;
  text-decoration: none;
  font-weight: 700;
  border-bottom-color: transparent;
  transition: color .6s
}
.inverted #main-nav a,
.inverted #main-nav a:visited {
  color: #ddd
}
#main-nav .nav__top-nav {
  max-width: 900px;
  padding: 0 24px;
  margin: 0 auto;
  height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center
}
#main-nav .nav__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%
}
#main-nav .nav__links-logo {
  width: auto;
  margin-right: 36px;
  background-image: url(/img/logo-jp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px
}
#main-nav .nav__links-logo span {
  display: none
}
#main-nav .nav__links-link {
  position: relative
}
#main-nav .nav__links-link::after {
  content: '';
  width: 0;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: calc(-.35em - 2px);
  background: #d10068;
  transition: left .1s,width .1s
}
#main-nav .nav__links-link.active::after {
  left: -5%;
  width: 110%;
  background: #00add1
}
#main-nav .nav__links-link:hover::after {
  transition: left .3s,width .3s;
  left: -5%;
  width: 110%
}
#main-nav .nav__links-widget {
  --widget-color: #00add1;
  width: 32px;
  height: 28px;
  position: relative
}
@media (min-width:601px) {
  #main-nav .nav__links-widget {
    display: none
  }
}
#main-nav .nav__links-widget::after,
#main-nav .nav__links-widget::before {
  content: '';
  width: 100%;
  height: 3px;
  background: var(--widget-color);
  position: absolute;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity .6s
}
#main-nav .nav__links-widget::before {
  top: 0
}
#main-nav .nav__links-widget::after {
  bottom: 0
}
#main-nav .nav__links-widget span {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
#main-nav .nav__links-widget span::after,
#main-nav .nav__links-widget span::before {
  content: '';
  width: 100%;
  height: 3px;
  background: var(--widget-color);
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: all .6s
}
#main-nav .nav__links-widget.active::after,
#main-nav .nav__links-widget.active::before {
  opacity: 0
}
#main-nav .nav__links-widget.active span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
#main-nav .nav__links-widget.active span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
@media (max-width:600px) {
  #main-nav .nav__links-links {
    background: rgba(192,244,255,.9);
    position: fixed;
    top: 55px;
    right: 0;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(119,119,119,.5);
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height .3s,opacity .6s
  }
  .inverted #main-nav .nav__links-links {
    background: rgba(34,34,34,.9)
  }
  #main-nav .nav__links-links.active {
    opacity: 1;
    height: calc(3em * 5)
  }
  #main-nav .nav__links-links .nav__links-link {
    display: inline-block;
    height: 3em;
    line-height: 3em;
    padding-right: 24px
  }
}
/*!
 _______ _     _  _____  _______  ______ _____ _______ __   _ _______ _______
 |______  \___/  |_____] |______ |_____/   |   |______ | \  | |       |______
 |______ _/   \_ |       |______ |    \_ __|__ |______ |  \_| |_____  |______

*/
#resume {
  padding-bottom: 3em
}
@media (min-width:769px) and (min-height:769px) {
  #resume {
    background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,.5) 10%,rgba(255,255,255,0) 50%);
    padding-bottom: 40vh
  }
}
#resume article {
  margin-bottom: 3em
}
@supports ((-webkit-mask-position:center) or (mask-position:center)) {
  #resume__core .bullet {
    list-style-type: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(10em,1fr));
    gap: 1.5em .5em
  }
  #resume__core .bullet__core {
    position: relative;
    padding-left: 1.3em
  }
  #resume__core .bullet__core::before {
    content: '';
    width: .8em;
    height: .8em;
    margin-left: -1.3em;
    margin-right: .5em;
    display: inline-block;
    background: #00add1;
    -webkit-mask-image: url(/img/icons/asterisk-duotone.svg);
    mask-image: url(/img/icons/asterisk-duotone.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
  }
}
@media (min-width:769px) and (min-height:769px) {
  #article__experience {
    max-width: 100vw;
    width: 100vw;
    height: calc(3360px + 33vh);
    margin-left: -42px
  }
}
@media (max-width:768px) and (orientation:portrait),
(max-height:768px) and (orientation:landscape) {
  #article__experience .sticky {
    position: static
  }
}
#article__experience h3 {
  max-width: 600px;
  margin: .25em auto
}
@media (min-width:769px) and (min-height:769px) {
  #article__experience #sideblend.active::after,
  #article__experience #sideblend.active::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3
  }
  #article__experience #sideblend.active::after {
    background: linear-gradient(to left,rgba(255,255,255,.9),rgba(255,255,255,0));
    right: 0;
    width: calc(50vw - 192px)
  }
  #article__experience #sideblend.active::before {
    width: calc(50vw - 300px);
    background: linear-gradient(to right,rgba(255,255,255,.9),rgba(255,255,255,0));
    left: 0
  }
}
.employment-history {
  position: static;
  padding-left: 0;
  list-style: none;
  margin-top: 5em
}
@media (max-width:768px) and (orientation:portrait),
(max-height:768px) and (orientation:landscape) {
  .employment-history {
    margin-top: 1em
  }
}
.employment-history__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: .5em;
  -webkit-transform: scale(1);
  transform: scale(1);
  background: rgba(192,244,255,0);
  box-shadow: 0 0 24px transparent;
  transition: all .5s;
  font-size: 1.6rem
}
@media (min-width:769px) and (min-height:769px) {
  .employment-history {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(7,480px);
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    position: relative
  }
  .employment-history__card {
    max-height: 50vh
  }
  .employment-history__card.active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background: rgba(192,244,255,.3);
    box-shadow: 0 0 24px rgba(0,0,0,.2)
  }
}
.employment-title {
  margin-bottom: 1.35em
}
.employment-resume {
  max-width: 600px;
  margin: .25em auto
}
.employment-company {
  font-weight: 600;
  color: #00add1;
  margin: 0
}
.employment-location {
  margin: 0;
  font-size: .85em;
  display: none
}
.employment-position {
  margin: 0
}
.employment-duration {
  font-size: .85em;
  margin: 0;
  font-style: italic
}
.employment-details {
  margin-bottom: 1.35em;
  margin-left: 0
}
.employment-details p {
  margin: 0
}
.employment-points {
  margin: 0;
  padding-left: 1.2em;
  padding-right: .6em;
  list-style-type: disc;
  font-size: .8em;
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #00add1 rgba(255,255,255,0)
}
.employment-points::-webkit-scrollbar {
  width: 8px
}
.employment-points::-webkit-scrollbar-track {
  background: rgba(255,255,255,0);
  border-radius: 4px
}
.employment-points::-webkit-scrollbar-thumb {
  background-color: #00add1;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0)
}
.employment-points li {
  margin-bottom: .5em
}
.employment-points li::marker {
  color: #f57a00
}
@media (max-width:768px) and (orientation:portrait),
(max-height:768px) and (orientation:landscape) {
  .employment-title {
    margin-bottom: .635em
  }
  .employment-points {
    display: none
  }
  .employment-details {
    margin-bottom: .635em
  }
  .employment-details p {
    margin: 0 0 .5em;
    padding-right: 1em;
    overflow: hidden;
    position: relative;
    max-height: 1.35em;
    transition: all .4s;
    cursor: pointer
  }
  .employment-details p::after,
  .employment-details p::before {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    z-index: 2
  }
  .employment-details p::before {
    width: 12em;
    height: 1.35em;
    background: linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);
    transition: width .6s
  }
  .employment-details p::after {
    content: '';
    -webkit-mask-image: url(/img/icons/chevron-circle-down-regular.svg);
    mask-image: url(/img/icons/chevron-circle-down-regular.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1em;
    height: 1em;
    background-color: #00add1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: .5em;
    transform-origin: .5em;
    transition: all .6s;
    top: .1em
  }
  .employment-details.active p {
    max-height: 100vh
  }
  .employment-details.active p::before {
    width: 0;
    transition: width .1s
  }
  .employment-details.active p::after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
/*!
 _______ ______   _____  _     _ _______      _______ _______
 |_____| |_____] |     | |     |    |         |  |  | |______
 |     | |_____] |_____| |_____|    |         |  |  | |______

*/
#about {
  color: var(--text-color);
  --text-color: #C0F4FF;
  --link: #fff;
  --link-hover: #000
}
@media (max-width:768px) and (orientation:portrait),
(max-height:768px) and (orientation:landscape) {
  #about {
    background: #c0f4ff;
    --text-color: #364044;
    --link: #00add1
  }
}
#about h2 {
  text-shadow: -1px -1px 64px rgba(255,255,255,.35),-1px 1px 64px rgba(255,255,255,.35),1px -1px 64px rgba(255,255,255,.35),1px 1px 64px rgba(255,255,255,.35);
  transition: text-shadow 1s
}
.inverted #about h2 {
  text-shadow: -1px -1px 0 rgba(255,255,255,.75),-1px 1px 0 rgba(255,255,255,.75),1px -1px 0 rgba(255,255,255,.75),1px 1px 0 rgba(255,255,255,.75)
}
#about__aboutme em {
  font-weight: 600;
  font-style: normal
}
@media (min-width:769px) and (min-height:769px) {
  #about__aboutme em {
    color: #cdf6ff
  }
}
/*!
  _____   _____   ______ _______ _______  _____         _____  _____
 |_____] |     | |_____/    |    |______ |     | |        |   |     |
 |       |_____| |    \_    |    |       |_____| |_____ __|__ |_____|

*/
#portfolio {
  --text-color: #ddd;
  background: #222
}
#portfolio h2 {
  position: relative;
  z-index: 2;
  max-width: 852px;
  margin: 2em auto;
  color: #c0f4ff;
  text-shadow: 0 0 1.3em rgba(245,122,0,.3);
  background: linear-gradient(to bottom right,#88b804 20%,#f57a00,#d10068 55%);
  background-size: 100%;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  -webkit-font-smoothing: antialiased;
  box-decoration-break: clone
}
.portfolio {
  max-width: 852px;
  position: relative;
  margin-bottom: 10vh;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3,auto) 0;
  row-gap: 60vh
}
@media (max-width:768px),
(max-height:768px) {
  .portfolio {
    display: block
  }
}
.portfolio [data-tile="1"] {
  --link: #88B804;
  border-color: var(--link)
}
.portfolio [data-tile="2"] {
  --link: #F57A00;
  border-color: var(--link)
}
.portfolio [data-tile="3"] {
  --link: #D10068;
  border-color: var(--link)
}
.portfolio [data-tile="4"] {
  --link: #00add1;
  border-color: var(--link)
}
.portfolio__tile {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto 1fr;
  row-gap: 1em;
  min-height: 45vh;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
  z-index: 1;
  color: var(--text-color);
  background: #222
}
@media (max-width:600px) {
  .portfolio__tile {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3,auto)
  }
}
@media (max-width:768px) and (orientation:portrait),
(max-height:768px) and (orientation:landscape) {
  .portfolio__tile {
    position: static;
    margin-bottom: 8em
  }
}
@media (min-width:769px) and (min-height:769px) {
  .portfolio__tile::after,
  .portfolio__tile::before {
    content: '';
    position: absolute;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    pointer-events: none
  }
  .portfolio__tile::before {
    height: 60vh;
    top: -60vh;
    background: linear-gradient(to bottom,rgba(34,34,34,0),#222 90%)
  }
  .portfolio__tile::after {
    height: 10vh;
    bottom: -10vh;
    background: #222
  }
  .portfolio__tile:first-of-type::before {
    display: none
  }
}
.portfolio__tile h3 {
  grid-column: 1/-1;
  grid-row: 1;
  color: #fff
}
.portfolio__content {
  --link-hover: white;
  grid-column: 1;
  grid-row: 2;
  padding: .5em .75em;
  border: 1px solid var(--link);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}
@media (max-width:600px) {
  .portfolio__content {
    grid-row: 3
  }
}
.portfolio__content p {
  margin-top: 0
}
.portfolio__content p:first-child {
  font-weight: 600;
  font-size: 1.1em
}
.portfolio__examples {
  grid-column: 2;
  grid-row: 2;
  padding-left: 1.35em
}
.portfolio__examples p {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 2em
}
.portfolio__examples video {
  width: 100%;
  display: block
}
.portfolio__examples img {
  width: 100%;
  display: block
}
@media (max-width:600px) {
  .portfolio__examples {
    padding-left: 0;
    grid-column: 1
  }
  .portfolio__examples p {
    display: none
  }
  .portfolio__examples p:first-child {
    display: block;
    margin-bottom: 0
  }
}
/*!
 _______  _____  ______  _______        _______ ______
 |       |     | |     \ |______ |      |_____| |_____]
 |_____  |_____| |_____/ |______ |_____ |     | |_____]

*/
#codelab {
  background: radial-gradient(circle at center,#2d342f,#222723);
  color: #fae4cf;
  box-shadow: inset 0 0 150px #000
}
#codelab a,
#codelab a:visited {
  color: #f57a00;
  border-color: #f57a00
}
#codelab a:hover {
  color: #c0f4ff;
  border-color: #c0f4ff
}
#codelab h2 {
  color: #88b804;
  transition: text-shadow 1.65s,color 1.65s;
  text-shadow: -256px -256px 24px rgba(255,255,255,.15),-256px 128px 24px rgba(255,255,255,.15),256px -128px 24px rgba(255,255,255,.15),256px 256px 24px rgba(255,255,255,.15)
}
#codelab h2.active {
  color: #45483c;
  text-shadow: -1px -1px 0 rgba(255,255,255,.5),-1px 1px 0 rgba(255,255,255,.5),1px -1px 0 rgba(255,255,255,.5),1px 1px 0 rgba(255,255,255,.5)
}
@media (max-width:768px) and (orientation:portrait),
(max-height:768px) and (orientation:landscape) {
  #codelab {
    overflow: hidden
  }
  #codelab h2 {
    color: #fae4cf
  }
}
/*!
 _______  _____  _______ _____ _______        _______
 |______ |     | |         |   |_____| |      |______
 ______| |_____| |_____  __|__ |     | |_____ ______|

*/
#socials {
  --h-color: #C0F4FF;
  background: #00add1;
  color: #363636
}
.socials a {
  color: #fff;
  text-decoration: underline;
  display: block;
  margin-bottom: 1em
}
@supports ((-webkit-mask-position:center) or (mask-position:center)) {
  .socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3em
  }
  .socials a {
    width: 100px;
    min-height: 100px;
    text-decoration: none;
    margin: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .2s
  }
  .socials a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
  .socials a span {
    visibility: hidden
  }
  .socials .mask-icon {
    background-color: #fff;
    -webkit-mask-position: center center;
    mask-position: center center
  }
  .socials__li {
    -webkit-mask-image: url(/img/icons/linkedin-brands.svg);
    mask-image: url(/img/icons/linkedin-brands.svg)
  }
  .socials__fb {
    -webkit-mask-image: url(/img/icons/facebook-square-brands.svg);
    mask-image: url(/img/icons/facebook-square-brands.svg)
  }
  .socials__mail {
    -webkit-mask-image: url(/img/icons/envelope-square-solid.svg);
    mask-image: url(/img/icons/envelope-square-solid.svg)
  }
  .socials__phone {
    -webkit-mask-image: url(/img/icons/phone-square-solid.svg);
    mask-image: url(/img/icons/phone-square-solid.svg)
  }
}
@media (max-width:520px) {
  .socials {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .socials a {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 12px 0
  }
}
/*!
  _____         ______
 |     | |      |     \
 |_____| |_____ |_____/

 ______   ______  _____  _  _  _ _______ _______  ______ _______
 |_____] |_____/ |     | |  |  | |______ |______ |_____/ |______
 |_____] |    \_ |_____| |__|__| ______| |______ |    \_ ______|

*/
body.oldbrowser main {
  margin: 0 auto;
  padding: 0 24px;
  max-width: 600px
}
body.oldbrowser section {
  display: none
}
body.oldbrowser section#home {
  display: block;
  min-height: auto;
  height: 100px;
  margin: 24px 0
}
body.oldbrowser section#home img {
  height: 100px;
  width: auto
}
body.oldbrowser .nb {
  border: 1px solid #00add1;
  padding: 12px;
  font-size: .9em
}
/*!
        _____  ______ _     _ _______ ______   _____  _     _
 |        |   |  ____ |_____|    |    |_____] |     |  \___/
 |_____ __|__ |_____| |     |    |    |_____] |_____| _/   \_

*/
#lightbox {
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s;
  height: 0;
  color: var(--text-color);
  --h-color: white;
  --text-color: #C0F4FF;
  --link: #88B804;
  --link-hover: white
}
#lightbox.active {
  pointer-events: all;
  opacity: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #364044;
  z-index: 1000
}
#lightbox-close {
  width: 1em;
  height: 1em;
  font-size: 54px;
  position: absolute;
  top: 24px;
  right: calc(50vw - 384px);
  cursor: pointer
}
@media (max-width:768px) {
  #lightbox-close {
    right: 24px;
    font-size: 38px
  }
}
#lightbox-close::after,
#lightbox-close::before {
  content: '';
  width: 1em;
  height: 3px;
  background: #c0f4ff;
  position: absolute;
  top: 50%;
  display: block
}
#lightbox-close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
#lightbox-close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
#lightbox-close:hover::after,
#lightbox-close:hover::before {
  background: #d10068
}
#lightbox-content {
  width: calc(100% - 24px);
  max-width: 768px;
  margin: auto;
  height: 100%;
  max-height: calc(70vh - 102px);
  padding-right: 1.65em;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #777 #293033
}
@media (max-width:768px) {
  #lightbox-content {
    margin-right: 0;
    max-height: 100%;
    padding-right: 3.65em
  }
}
#lightbox-content::-webkit-scrollbar {
  width: 8px
}
#lightbox-content::-webkit-scrollbar-track {
  background: #293033;
  border-radius: 4px
}
#lightbox-content::-webkit-scrollbar-thumb {
  background-color: #777;
  border-radius: 4px;
  border: 1px solid #293033
}
#lightbox-content h2,
#lightbox-content h3 {
  color: var(--h-color)
}
#lightbox-content h2 {
  font-size: 2em;
  margin: 0
}
#lightbox-content em {
  font-style: normal;
  font-weight: 600;
  color: #fff
}
#lightbox .examples1 {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(12em,1fr));
  gap: 2em 1.5em
}
#lightbox .examples1 .card h3 {
  font-weight: 400;
  font-size: 18px;
  margin: 0
}
#lightbox .examples1 .card__examples {
  list-style: none;
  padding-left: 0;
  margin: 0
}
#lightbox .examples1 .card__examples li {
  display: inline-block;
  margin-right: 1.35em
}
#lightbox .examples1 .card__examples a {
  display: inline-block;
  position: relative
}
#lightbox .examples1 .card__examples a::after,
#lightbox .examples1 .card__examples a::before {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s,-webkit-transform .1s
}
#lightbox .examples1 .card__examples a::before {
  content: '';
  background-image: var(--thumbnail);
  background-position: center top;
  background-size: cover;
  display: inline-block;
  width: 200px;
  height: 150px;
  border: 4px solid #222;
  position: absolute;
  left: calc(50% - 100px);
  bottom: calc(1em + 24px)
}
#lightbox .examples1 .card__examples a::after {
  content: '';
  border: 12px solid transparent;
  border-top-color: #222;
  position: absolute;
  left: calc(50% - 6px);
  bottom: 1em
}
@media (min-width:768px) {
  #lightbox .examples1 .card__examples a:hover {
    -webkit-filter: drop-shadow(3px 3px 18px rgba(192, 244, 255, .65));
    filter: drop-shadow(3px 3px 18px rgba(192, 244, 255, .65))
  }
  #lightbox .examples1 .card__examples a:hover::after,
  #lightbox .examples1 .card__examples a:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
#lightbox .examples1 .card__examples li:first-child a::before {
  left: 16px
}
#lightbox .examples2 .card {
  margin-bottom: 3em;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  grid-template-rows: repeat(3,auto);
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: .25em
}
#lightbox .examples2 .card h3 {
  grid-row: 1;
  grid-column: 1/-1;
  margin: 0
}
#lightbox .examples2 .card img {
  width: 100%
}
#lightbox .examples2 .card p {
  margin: 0
}
#lightbox .examples2 .card .fullwidth {
  grid-column: 1/-1;
  margin-bottom: 1em
}
#lightbox .examples2 .card .img-rotate {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr
}
#lightbox .examples2 .card .img-rotate-img {
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  transition: opacity .5s
}
#lightbox .examples2 .card .img-rotate-img.active {
  opacity: 1;
  transition: opacity 0s
}
#lightbox .examples2 .card .captioned {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 1em
}
#lightbox .examples2 .card .captioned p {
  margin-bottom: 2em
}
/*!
 ______  _______ _    _
 |     \ |______  \  /
 |_____/ |______   \/

  _____   _____  _______ _____  _____  __   _ _______
 |     | |_____]    |      |   |     | | \  | |______
 |_____| |          |    __|__ |_____| |  \_| ______|

*/
