@charset "UTF-8";
html {
  font-size: 62.5%;
  box-sizing: border-box;
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='32' height='29' viewport='0 0 100 100' style='fill:black;font-size:18px;transform:translate(8px,0px);'><text y='57%'>👆</text></svg>") 16 0, auto;
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  border: 0px;
  box-sizing: border-box;
}

*,
*::before *::after {
  box-sizing: inherit;
}

/*
  6. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  user-select: none;
  -webkit-user-drag: none;
}

/*7. Remove built-in form typography styles*/
input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

body {
  font-size: 1.8rem;
  color: #232522;
  font-family: "Recursive", "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", color-emoji;
  font-variation-settings: "MONO" 0, "CASL" 0.3, "wght" 620, "slnt" "slnt" 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body ::selection {
  background-color: hsl(58, 100%, 51%);
  color: black;
}
body h1 {
  font-size: calc(0.3vw + 0.4vw + 30px);
}
body .left-arrow {
  padding-top: 1rem;
  z-index: 10;
  margin: 0px;
  padding: 0rem;
  border: 0px;
  height: 5rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
@media (max-width: 768px) {
  body .left-arrow {
    top: 1rem;
  }
}
body .left-arrow .link-a {
  color: hsl(141, 14%, 76%);
  font-variation-settings: "MONO" 0, "CASL" 0.3, "wght" 500;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 3.1rem;
  transition: 0.45s;
}
@media (max-width: 768px) {
  body .left-arrow .link-a {
    font-variation-settings: "CASL" 1, "wght" 500;
  }
}
body .left-arrow .link-a:hover {
  font-variation-settings: "CASL" 0.9, "wght" 500;
  color: hsl(141, 14%, 76%);
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='32' height='32' viewport='0 0 100 100' style='fill:black;font-size:18px;transform:translate(11px,-6px);'><text y='57%'>👈</text></svg>") 16 0, auto;
}
body .left-arrow .link-a #left-arrow {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='32' height='32' viewport='0 0 100 100' style='fill:black;font-size:18px;transform:translate(11px,-6px);'><text y='57%'>👈</text></svg>") 16 0, auto;
  transition: 0.2s;
}
body .left-arrow .logo-frame {
  transition: 0.3s ease-out;
  position: relative;
  left: 4.5rem;
  top: -3.4rem;
  pointer-events: none;
}
@media (max-width: 768px) {
  body .left-arrow .logo-frame {
    display: none;
  }
}
body .left-arrow .logo-frame .logo-svg {
  width: 29px;
}
body .left-arrow .logo-frame .logo-svg .hc-logo {
  transition: 0.3s ease-out;
  fill: transparent;
}
body .left-arrow:hover .logo-frame {
  left: 5.5rem;
}
body .left-arrow:hover .logo-frame .hc-logo {
  fill: hsl(245, 96%, 68%);
}
body .menu-btn {
  z-index: 39;
  position: fixed;
  top: 0.5rem;
  width: 100%;
  height: 10rem;
  right: 0px;
  margin-right: 3rem;
  padding: 1rem;
  padding-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 5rem;
}
@media (min-width: 768px) {
  body .menu-btn {
    display: none;
  }
}
body .menu-btn .menu-btn__burger::after, body .menu-btn .menu-btn__burger::before {
  content: "";
  position: absolute;
  width: 2.6rem;
  height: 0.35rem;
  border-radius: 4px;
  background-color: #232522;
  transition: all 0.4s ease-in-out;
}
body .menu-btn .menu-btn__burger::after {
  transform: translateY(-0.7rem);
}
body .menu-btn .menu-btn__burger::before {
  transform: translateY(0.7rem);
}
body .menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg);
}
body .menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg);
}
body ul {
  list-style: none;
}
body a {
  color: hsl(253, 64%, 54%);
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='37' height='29' viewport='0 0 100 100' style='fill:black;font-size:18px;transform:translate(8px,0px);'><text y='57%'>🤞</text></svg>") 16 0, auto;
}
body a:active {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='37' height='29' viewport='0 0 100 100' style='fill:black;font-size:18px;transform:translate(8px,0px);'><text y='57%'>✌️</text></svg>") 16 0, auto;
}
body #trampolin-wrapper {
  position: fixed;
  height: 90%;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: right;
  overflow: hidden;
}
body #trampolin-wrapper #trampolineEmoji {
  position: fixed; /* Fixed/sticky position */
  overflow: hidden;
  bottom: 2.3rem; /* Place the button at the bottom of the page */
  user-select: none;
  right: 1rem;
  z-index: 18; /* Make sure it does not overlap */
  text-align: center;
  text-decoration: none;
  padding: 2rem; /* Some padding */
  font-size: 3.3rem;
  transition: 0.15s;
  opacity: 0.33;
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='32' height='29' viewport='0 0 100 100' style='fill:black;font-size:18px;transform:translate(8px,0px);'><text y='57%'>☝️</text></svg>") 16 0, auto;
}
@media (max-width: 768px) {
  body #trampolin-wrapper #trampolineEmoji {
    bottom: 1rem;
    right: 0.6rem;
  }
}
@media (max-width: 768px) {
  body #trampolin-wrapper #trampolineEmoji {
    font-size: 2.3rem;
  }
}
body #trampolin-wrapper #trampolineEmoji:hover {
  opacity: 1;
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='32' height='29' viewport='0 0 100 100' style='fill:black;font-size:18px;transform:translate(8px,0px);'><text y='57%'>☝️</text></svg>") 16 0, auto;
  transform: translateY(-0.2rem);
}
body #trampolin-wrapper #trampolineEmoji:active {
  transform: translateY(0.2rem);
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  transition: 0.45s ease-out;
}
.preloader #emoji-loader,
.preloader #text-loader {
  height: 100px;
  position: absolute;
  text-align: center;
  margin: 0px auto;
}
.preloader #emoji-loader {
  font-size: 60px;
  animation: jump 2.6s infinite ease alternate;
  width: 7rem;
  height: 70px;
  transform-origin: center;
}
@keyframes jump {
  to {
    transform: translateY(0.7rem);
  }
}
.preloader #text-loader {
  font-weight: 500;
  padding-top: 10rem;
  font-family: Monaco, Consolas, "Courier New", monospace;
  animation: variableOpacity 2s infinite linear;
  color: hsl(265, 15%, 31%);
  font-size: calc(0.3vw - 0vw + 12px);
}
@media (max-width: 700px) {
  .preloader #text-loader {
    font-size: 1.5rem;
  }
}

.preload-finish {
  opacity: 0;
  pointer-events: none;
}
.preload-finish #emoji-loader {
  animation: none;
}
.preload-finish #text-loader {
  animation: none;
}

.hidden {
  display: none;
}

.anim-hidden {
  animation: animHidden 0.5s ease-out forwards;
  opacity: 0;
}
@keyframes animHidden {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}

.show {
  display: block;
}

.anim-show {
  animation: showHidden 0.4s ease-out forwards;
  display: block;
  opacity: 1;
}
@keyframes showHidden {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    display: block;
  }
}

body {
  font-family: "Poppins", Helvetica Neue, Helvetica, Arial, sans-serif;
  background-color: rgb(239, 241, 245);
  width: 100vw;
  font-weight: 300;
  position: relative;
}
body .preloader {
  transition: 0.45s ease-out;
  background: rgb(239, 241, 245);
}
body .preloader #emoji-loader {
  animation: jump 3s ease-out 0.3s infinite alternate;
}
@keyframes jump {
  to {
    transform: translateY(0.7rem);
  }
}
body .preloader #text-loader {
  padding-top: 12rem;
  color: rgb(33, 35, 44);
  font-size: 1.8rem;
}
body .absolute-nav {
  position: fixed;
  top: 0rem;
  z-index: 19;
  display: flex;
  align-items: center;
}
body .absolute-nav .left-arrow {
  top: 1.5rem;
}
@media (max-width: 768px) {
  body .absolute-nav .left-arrow {
    top: 1rem;
  }
}
body .absolute-nav .left-arrow .link-a {
  font-family: "Mochiy Pop P One", sans-serif;
  color: rgb(33, 35, 44);
  opacity: 0.5;
  font-size: 3rem;
}
body .absolute-nav .left-arrow .link-a:hover {
  opacity: 0.7;
}
body header .main-header {
  width: 100%;
  line-height: 19rem;
  height: 19rem;
  text-align: center;
  z-index: 1;
  box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.1176470588), 0px 0.15rem 0.2rem rgba(0, 0, 0, 0.0901960784);
}
body header .main-header h1 {
  color: rgb(33, 35, 44);
  opacity: 0.3;
  background-color: rgb(239, 241, 245);
  font-family: "Mochiy Pop P One", sans-serif;
  font-size: 3.7rem;
}
body main {
  background: rgb(239, 241, 245);
  position: relative;
  display: grid;
  font-weight: 400;
}
body main .blogSections {
  display: grid;
  grid-template-columns: minmax(7%, 1fr) minmax(300px, 1000px) minmax(7%, 1fr);
  gap: 1rem;
}
body main .blogSections .sections-holder {
  grid-column: 2;
  margin-top: 2rem;
  margin-bottom: 11rem;
  position: relative;
}
body main .blogSections .sections-holder .section .section-top {
  margin: 1.3rem;
  margin-bottom: 0;
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body main .blogSections .sections-holder .section .section-top .section-header {
  margin-left: 2rem;
  font-size: 3.4rem;
  text-transform: uppercase;
  font-weight: 400;
}
body main .blogSections .sections-holder .section .section-top .art-numbers {
  display: none;
}
@media (min-width: 700px) {
  body main .blogSections .sections-holder .section .section-top {
    line-height: 0.7;
  }
  body main .blogSections .sections-holder .section .section-top .section-header {
    margin-left: 4.4rem;
    font-size: 3.4rem;
    text-transform: uppercase;
    font-weight: 400;
  }
  body main .blogSections .sections-holder .section .section-top .art-numbers {
    font-size: 1.7rem;
    display: block;
    padding-right: 4rem;
  }
}
body main .blogSections .sections-holder .section .hidden {
  display: none;
}
body main .blogSections .sections-holder .section .articles-holder a {
  text-decoration: none;
}
body main .blogSections .sections-holder .section .articles-holder a:hover h3 {
  color: hsl(245, 96%, 68%);
}
body main .blogSections .sections-holder .section .articles-holder a .article {
  padding: 3.5rem;
  margin: 3rem;
  margin-left: 0rem;
  margin-right: 0rem;
  margin-top: 13px;
  border-radius: 2rem;
  background-color: rgb(255, 255, 255);
  color: rgb(33, 35, 44);
}
body main .blogSections .sections-holder .section .articles-holder a .article h3 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
body main .blogSections .sections-holder .section .articles-holder a .article p {
  font-size: 1.5rem;
}
body main .blogSections .sections-holder .section .articles-holder a .article h6 {
  padding-top: 2rem;
  font-size: 1.5rem;
  font-weight: 900;
  text-decoration: none;
}
body main .blogSections .sections-holder .section .articles-holder a .article h6:hover {
  color: hsl(245, 96%, 68%);
}
body main .blogSections .sections-holder .section .articles-holder .making-of-article#make-intro h6 {
  padding-left: 1rem;
  text-decoration: none;
}
@media (min-width: 900px) {
  body main .blogSections .sections-holder .section .articles-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body main .blogSections .sections-holder .section .articles-holder a .article {
    margin: 2rem;
  }
  body main .blogSections .sections-holder .section .articles-holder #make-intro {
    grid-column: 1/3;
  }
}
body main #trampolin-wrapper #trampolineEmoji {
  opacity: 0.5;
}
body main .footer {
  z-index: 1;
  bottom: 0px;
  height: 27rem;
  width: 100%;
  background: rgb(208, 213, 244);
}
body main .footer #footer-wrapper {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 2rem;
  color: black;
}
body main .footer #footer-wrapper .footer-part a {
  color: inherit;
  text-decoration: none;
}
body main .footer #footer-wrapper .footer-part a:hover {
  text-decoration: underline;
  color: inherit;
}
body main .footer #footer-wrapper .footer-l {
  grid-column: 1;
  align-self: center;
  justify-self: center;
  text-align: center;
}
body main .footer #footer-wrapper .footer-l h2 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.9rem;
}
body main .footer #footer-wrapper .footer-l div {
  padding: 0.5rem;
}
body main .footer #footer-wrapper .footer-r {
  grid-column: 2;
}
body main .footer #footer-wrapper .footer-r .sub-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-self: end;
  text-align: right;
}
body main .footer #footer-wrapper .footer-r .sub-wrapper div {
  padding: 1.6rem;
  font-weight: 500;
}
body main .footer #footer-wrapper .footer-r .sub-wrapper div .r-links {
  padding: 1rem;
}
body main .footer #footer-wrapper .footer-r .sub-wrapper div .arrow {
  font-size: 2.5rem;
}