/*CSSreset*/
*,
*:after,
*:before {
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
html,
body {
  overflow-x: hidden;
  /* killing 300ms touch delay in IE */
  touch-action: manipulation;
  /* remove iOS font resizing */
  -webkit-text-size-adjust: none;
  /* fix position fixed issue */
  -webkit-overflow-scrolling: touch;
}
body {
  outline: none;
  outline: 0;
}
a,
img,
input {
  outline: none;
  outline: 0;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: 300;
}
table,
td,
th {
  vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
/* Remove annoying border on linked images. */
a {
  text-decoration: none;
}
a img {
  border: none;
}
a:hover {
  text-decoration: none;
}
input:focus,
textarea {
  outline: none;
  outline: 0;
}
iframe body {
  padding: 0;
  margin: 0;
}
ul {
  zoom: 1;
}
button,
input[type="text"],
textarea {
  -webkit-appearance: none;
  outline: none;
}
button:focus,
input[type="text"]:focus,
textarea:focus {
  outline: none;
}
/*
   MEDIA QUERIES LESS SETUP
*/
/* Both portrait and landscape  */
/* Everything up to and including the portrait width of the phone */
/* Since it's the smallest query it doesn't need a min */
/* Everything up to and including the mobile portrait */
/* Everything above and including the mobile portrait */
/* Everthing larger than a portrait mobile up until mobile landscape */
/* Everything up to and including the mobile landscape width */
/* Everything above and including the mobile landscape width */
/* Both the portrait and landscape width of the tablet */
/* Larger than a landscape mobile but less than or equal to a landscape tablet */
/* Everything larger than mobile landscape up until the portrait width of the tablet */
/* Everything below and including the portrait width of the tablet */
/* Everything above and including the portrait width of the tablet */
/* Larger than portrait but less than or equal to the landscape width
@tablet-landscape-only: ~"only screen and (min-width: @{mq-tablet-landscape-up} ) and (max-width: @{mq-tablet-landscape})";

/* Up to and including the tablet landscape */
/* Everything larger than portrait tablet */
/* ipad Mini Portrait */
/* ipad Mini Landscape */
/* Everything larger than a landscape tablet */
/* Everything below and including the desktop */
/* Everything larger than a landscape tablet but less than or equal to the desktop */
/* Retina screens have a 1.5 pixel ratio, not 2 */
h1,
h2,
h3 {
  font-size: 3em;
  font-family: 'SFProDisplay', 'SF Pro Icons', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 800;
  line-height: 0.94em;
  letter-spacing: -0.045em;
  color: #ffffff;
}
h1 + p,
h2 + p,
h3 + p {
  margin-top: 16px;
}
h2 {
  font-size: 1.2em;
  font-family: 'SFProDisplay', 'SF Pro Icons', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #ffffff;
  font-size: 1.92em;
  font-weight: 600;
}
h3 {
  font-size: 3em;
  font-family: 'SFProDisplay', 'SF Pro Icons', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 800;
  line-height: 0.94em;
  letter-spacing: -0.045em;
  color: #ffffff;
  font-size: 1.68em;
}
@media (max-width: 480px) {
  h3 {
    font-size: 1.344em;
  }
}
h4 {
  font-size: 3em;
  font-family: 'SFProDisplay', 'SF Pro Icons', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 800;
  line-height: 0.94em;
  letter-spacing: -0.045em;
  color: #ffffff;
  font-size: 1.68em;
}
@media (max-width: 480px) {
  h4 {
    font-size: 1.344em;
  }
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hidden {
  display: none;
  visibility: hidden;
  top: 0;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
}
.hide {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.grid_inline {
  display: inline-grid;
  gap: 8px;
  align-items: center;
  justify-content: start;
  grid-auto-flow: column;
  vertical-align: bottom;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel:hover {
  cursor: move;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-right: 4px;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-nav [class*=owl-] {
  color: #4cafd5;
  font-size: 18px;
  padding: 13px 0;
  background: rgba(34, 34, 34, 0.8);
  display: inline-block;
  cursor: pointer;
  display: none;
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  width: 12%;
}
.owl-nav .owl-prev {
  left: 0;
  top: -50%;
}
.owl-nav .owl-next {
  right: 0;
  top: -50%;
}
.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-dots {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  border: 0;
  width: 8px;
  height: 8px;
  margin: 4px 8px;
  background-color: transparent;
  border-radius: 50%;
}
.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 4px 8px;
  background: #222222;
  display: block;
  backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50%;
}
.owl-dots .owl-dot span:hover {
  background: #ffffff;
}
.owl-dots .owl-dot.active span {
  background: #4cafd5;
}
.Rtable {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 0em;
  overflow: hidden;
  list-style: none;
}
.Rtable-cell.right {
  padding-left: 0.2em;
  text-align: right;
  align-items: flex-end;
  font-family: monospace, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.Rtable-cell.left {
  width: 80%;
  padding-right: 0.2em;
  text-align: left;
  align-items: flex-start;
  color: #a1a1a1;
  font-size: 0.95em;
}
.Rtable-cell.left h1 {
  font-size: 1.24em;
  word-break: break-all;
  color: #ffffff;
}
/* Table column sizing
================================== */
.Rtable--2cols .Rtable-cell {
  width: 50%;
}
.Rtable--2cols .Rtable-cell.right {
  width: 35%;
}
.Rtable--2cols .Rtable-cell.left {
  width: 65%;
}
.Rtable--3cols .Rtable-cell {
  width: 33.33%;
}
.Rtable--4cols .Rtable-cell {
  width: 25%;
}
.Rtable--5cols .Rtable-cell {
  width: 20%;
}
.Rtable--6cols .Rtable-cell {
  width: 16.6%;
}
/* Base styles*/
.mobile_hide {
  display: block;
}
@media (max-width: 480px) {
  .mobile_hide {
    display: none;
  }
}
.mobile_only {
  display: none;
}
@media (max-width: 480px) {
  .mobile_only {
    display: block;
  }
}
::-moz-selection {
  color: #ffffff;
  background: #2CD3B7;
}
::selection {
  color: #ffffff;
  background: #2CD3B7;
}
body {
  background: #222222;
  font-size: 18px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 1.2em;
  font-family: 'SFProDisplay', 'SF Pro Icons', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #ffffff;
}
body canvas {
  width: 100%;
  height: 20vh;
  position: absolute;
  z-index: 0;
}
body a {
  color: #4cafd5;
  -webkit-text-decoration: #4cafd5 underline;
  text-decoration: #4cafd5 underline;
  -webkit-text-underline-offset: 0.12rem;
  text-underline-offset: 0.12rem;
}
body a:hover {
  color: #2CD3B7;
}
body h1 {
  font-size: 3em;
  font-family: 'SFProDisplay', 'SF Pro Icons', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 800;
  line-height: 0.94em;
  letter-spacing: -0.045em;
  color: #ffffff;
  text-wrap: balance;
}
@media (max-width: 480px) {
  body h1 {
    font-size: 2.64em;
  }
}
body h1 + p {
  margin-top: 24px;
}
@media (max-width: 480px) {
  body h1 + p {
    margin-top: 8px;
  }
}
body h2 {
  font-size: 1.2em;
  font-family: 'SFProDisplay', 'SF Pro Icons', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #ffffff;
  font-size: 1.92em;
  font-weight: 600;
}
body h2 + p {
  margin-top: 16px;
}
body p + p {
  margin: 12px 0;
}
.main {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  margin: 0;
}
.main article:first-child {
  padding-top: 24vh;
}
@media (max-width: 480px) {
  .main article:first-child {
    padding-top: 28vh;
  }
}
.main > article + article {
  margin: 6vh 0;
}
.main > article header {
  margin: 0 0 32px 0;
}
@media (max-width: 480px) {
  .main > article {
    max-width: 100vw;
    padding: 0 8vw 0 8vw;
  }
  .main > article.my-projects {
    padding: 0;
    max-width: 100vw;
  }
  .main > article.my-projects header {
    padding: 0 8vw;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  .main > article {
    max-width: 80vw;
    padding: 0 8vw 0 8vw;
  }
  .main > article.my-projects {
    padding: 0;
    max-width: 100vw;
  }
  .main > article.my-projects header {
    padding: 0 8vw;
  }
}
@media only screen and (min-width: 1025px) {
  .main > article {
    max-width: 60vw;
    padding: 0 10vw 0 10vw;
  }
  .main > article.my-projects {
    padding: 0;
    max-width: 100vw;
  }
  .main > article.my-projects header {
    padding: 0 10vw;
  }
}
.my-experience {
  float: left;
  display: flex;
  flex-flow: column nowrap;
}
.about {
  float: left;
  display: flex;
  flex-flow: column nowrap;
}
.about header .face {
  width: 100%;
  height: auto;
  max-width: 280px;
  margin: 0 0 32px 0;
  border: 0.5px solid #a1a1a1;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}
.about header .face img,
.about header .face picture {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  clip-path: circle(50%);
}
.my-projects {
  height: auto;
}
.my-projects .project {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.my-projects .project.project_cover {
  float: left;
  width: 100%;
  height: auto;
  min-height: 660px;
}
.my-projects .project .project_description {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #222222;
  float: left;
  display: block;
  padding: 16px 24px;
  margin: 16px 24px;
  width: auto;
  max-width: 520px;
  align-self: flex-start;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.my-projects .project .project_description .contribution {
  font-size: 0.8em;
  font-family: monospace;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  .my-projects .project .project_description {
    align-self: baseline;
    margin: 24px 12px;
  }
}
.my-projects .project .project_description h1 {
  font-size: 3em;
  font-family: 'SFProDisplay', 'SF Pro Icons', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 800;
  line-height: 0.94em;
  letter-spacing: -0.045em;
  color: #ffffff;
  font-size: 1.68em;
  color: #222222;
}
@media (max-width: 480px) {
  .my-projects .project .project_description h1 {
    font-size: 1.344em;
  }
}
.my-projects .project .project_description h1 .project_link {
  color: #222222;
}
.my-projects .project .project_description h1 .project_link::after {
  color: #a1a1a1;
  content: "";
  position: absolute;
  padding: 2px 0 0 12px;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 0.5em;
  transition: all 0.3s;
}
.my-projects .project .project_description h1 .project_link:hover::after {
  content: "↗";
  opacity: 1;
}
.my-projects .project .project_description .more_project_information {
  margin-top: 24px;
  height: auto;
  transition: height 0.2s ease-out;
}
.my-projects .project .project_description .more_project_information.hide {
  height: 0;
}
@media only screen and (max-width: 480px) {
  .my-projects .project .project_description .more_project_information {
    display: none;
  }
}
footer {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 480px) {
  footer {
    padding: 0 8vw 2vh 8vw;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  footer {
    padding: 0 8vw 2vh 8vw;
  }
}
@media only screen and (min-width: 1025px) {
  footer {
    padding: 0 10vw 2vh 10vw;
  }
}
@media (max-width: 480px) {
  max-width: 100vw;
  padding: 0 8vw 0 8vw;
  .my-projects {
    padding: 0;
    max-width: 100vw;
  }
  .my-projects header {
    padding: 0 8vw;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  max-width: 80vw;
  padding: 0 8vw 0 8vw;
  .my-projects {
    padding: 0;
    max-width: 100vw;
  }
  .my-projects header {
    padding: 0 8vw;
  }
}
@media only screen and (min-width: 1025px) {
  max-width: 60vw;
  padding: 0 10vw 0 10vw;
  .my-projects {
    padding: 0;
    max-width: 100vw;
  }
  .my-projects header {
    padding: 0 10vw;
  }
}
.small_icon {
  width: 32px;
  height: 32px;
}
.small_icon:hover {
  animation: noise 0.2s steps(10) infinite;
  z-index: 5;
  will-change: transform;
}
@keyframes noise {
  0%,
  to {
    transform: translate(0);
  }
  10% {
    transform: translate(-6%, -6%);
  }
  20% {
    transform: translate(-15%, 15%);
  }
  30% {
    transform: translate(25%, -25%);
  }
  40% {
    transform: translate(6%, 6%);
  }
  50% {
    transform: translate(-20%, 20%);
  }
  60% {
    transform: translate(15%, 5%);
  }
  70% {
    transform: translateY(-15%);
  }
  80% {
    transform: translate(6%, 5%);
  }
  90% {
    transform: translate(-15%, 6%);
  }
}
.mands_ios {
  background: url('../images/project/project_cover.jpg') no-repeat 50% 0;
  background-size: cover;
}
.gift_finder {
  background: url('../images/project/project_cover_3.jpg') no-repeat 50% 0;
  background-size: cover;
}
.paypal {
  background: url('../images/project/project_cover_4.jpg') no-repeat 50% 0;
  background-size: cover;
}
.fb_shops {
  background: url(../images/project/FBShops_1.webp);
  background: url(../images/project/FBShops_1.jpg);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
  .fb_shops {
    background: url(../images/project/FBShops_1@2x.webp);
    background: url(../images/project/FBShops_1@2x.jpg);
    background-size: cover;
  }
}
.ig_affiliate {
  background: url(../images/project/ig_affiliate.webp);
  background: url(../images/project/ig_affiliate.jpg);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
  .ig_affiliate {
    background: url(../images/project/ig_affiliate@2x.webp);
    background: url(../images/project/ig_affiliate@2x.jpg);
    background-size: cover;
  }
}
.meta_spatial_editor {
  background: url(../images/project/meta_spatial_editor.webp);
  background: url(../images/project/meta_spatial_editor.jpg);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
  .meta_spatial_editor {
    background: url(../images/project/meta_spatial_editor@2x.webp);
    background: url(../images/project/meta_spatial_editor@2x.jpg);
    background-size: cover;
  }
}
.confrontation_club {
  background: url(../images/project/confrontation_club.webp);
  background: url(../images/project/confrontation_club.jpg);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
  .confrontation_club {
    background: url(../images/project/confrontation_club@2x.webp);
    background: url(../images/project/confrontation_club@2x.jpg);
    background-size: cover;
  }
}