@font-face {
  font-family: "Satoshi Variable";
  src: url("../../assets/fonts/Satoshi_Complete/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Regular.woff") format("woff"), url("../../assets/fonts/Satoshi_Complete/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi Variable";
  src: url("../../assets/fonts/Satoshi_Complete/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Bold.woff") format("woff"), url("../../assets/fonts/Satoshi_Complete/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Bold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi Variable";
  src: url("../../assets/fonts/Satoshi_Complete/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Italic.woff") format("woff"), url("../../assets/fonts/Satoshi_Complete/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-BoldItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "DSEG 14 Classic Mini";
  src: url("../../assets/fonts/fonts-DSEG_v046/DSEG14-Classic-MINI/DSEG14ClassicMini-Regular.woff") format("woff"), url("../../assets/fonts/fonts-DSEG_v046/DSEG14-Classic-MINI/DSEG14ClassicMini-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DSEG 14 Classic Mini";
  src: url("../../assets/fonts/fonts-DSEG_v046/DSEG14-Classic-MINI/DSEG14ClassicMini-Bold.woff") format("woff"), url("../../assets/fonts/fonts-DSEG_v046/DSEG14-Classic-MINI/DSEG14ClassicMini-Bold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DSEG 14 Classic Mini";
  src: url("../../assets/fonts/fonts-DSEG_v046/DSEG14-Classic-MINI/DSEG14ClassicMini-Italic.woff") format("woff"), url("../../assets/fonts/fonts-DSEG_v046/DSEG14-Classic-MINI/DSEG14ClassicMini-Italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "DSEG 14 Classic Mini";
  src: url("../../assets/fonts/fonts-DSEG_v046/DSEG14-Classic-MINI/DSEG14ClassicMini-Light.woff") format("woff"), url("../../assets/fonts/fonts-DSEG_v046/DSEG14-Classic-MINI/DSEG14ClassicMini-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
body {
  font-family: "Satoshi Variable";
  font-weight: 400;
}

h1 {
  font-family: "DSEG 14 Classic Mini";
  font-size: 4.5rem;
  line-height: 4.875rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 4.5rem;
    line-height: 4.875rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 6rem;
    line-height: 6.5625rem;
    font-weight: 400;
  }
}

h2 {
  font-family: "Satoshi Variable";
  font-size: 2.5rem;
  line-height: 3.375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
    line-height: 3.375rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 3rem;
    line-height: 4.0625rem;
    font-weight: 700;
  }
}

h3 {
  font-family: "Satoshi Variable";
  font-size: 2rem;
  line-height: 2.6875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 2rem;
    line-height: 2.6875rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 2.5rem;
    line-height: 3.375rem;
    font-weight: 700;
  }
}

html {
  scroll-behavior: smooth;
}

.page__frame {
  background-color: #000000;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page__frame {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .page__frame {
    padding: 1.5rem;
  }
}

.nav {
  background-color: #ffffff;
  border-radius: 0.625rem 0.625rem 0 0;
  border-bottom: 1px solid #efefef;
}
@media screen and (min-width: 768px) {
  .nav {
    display: block;
    border-bottom: 0px;
  }
}
.nav__toggle {
  position: absolute;
  cursor: pointer;
  margin: 0rem 1rem;
  right: 0;
}
.nav__toggle svg {
  width: 1.5rem;
  height: 1.5rem;
  margin: 1rem 0.5rem 0 0;
}
.nav__toggle .close {
  display: none;
  width: 1.25rem;
  height: 1.25rem;
}
.nav__toggle .menu {
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .nav__toggle {
    display: none;
  }
}
.nav__checkbox {
  display: none;
}
.nav__menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0 2rem 0;
  margin: 0;
  width: 100%;
}
.nav__menu li {
  display: none;
}
@media screen and (min-width: 768px) {
  .nav__menu li {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .nav__menu {
    flex-direction: row;
    justify-content: center;
    list-style: none;
    padding: 4rem 0 2rem 0;
    gap: 6rem;
  }
}
@media screen and (min-width: 1280px) {
  .nav__menu {
    padding: 4rem 0 2rem 0;
  }
}
.nav__link {
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  color: #31333f;
  padding: 0.5rem 1rem;
  transition: transform 250ms;
}
@media screen and (min-width: 768px) {
  .nav__link {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 1280px) {
  .nav__link {
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-weight: 400;
  }
}
.nav__link:active, .nav__link:focus {
  background-color: #efefef;
  color: #1e1f21;
  border-radius: 1.875rem;
}
.nav__link:hover {
  color: #1e1f21;
  transform: translateY(-10px);
}
@media screen and (min-width: 768px) {
  .nav__link {
    background-color: #ffffff;
  }
}

#nav__checkbox:checked ~ ul.nav__menu li {
  display: block;
}

#nav__checkbox:checked ~ ul.nav__menu li:first-child {
  margin-top: 1rem;
}

#nav__checkbox:checked ~ label.nav__toggle .close {
  display: block;
}

#nav__checkbox:checked ~ label.nav__toggle .menu {
  display: none;
}

.footer {
  width: 100%;
  margin: 0 auto;
  background-color: #1e1f21;
  padding: 4rem 1rem;
  text-align: center;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 4rem 0;
  }
}
.footer__signage {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.footer__stamp {
  width: 78px;
  height: 78px;
}
.footer__logo {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 20%;
  }
}
@media screen and (min-width: 1280px) {
  .footer__logo {
    width: 15%;
  }
}
.footer__slogan {
  margin-bottom: 4rem;
}
.footer__heading {
  color: #ffffff;
}
.footer__paragraph {
  color: #ffffff;
}
.footer__links {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__links {
    width: 55%;
  }
}
@media screen and (min-width: 1280px) {
  .footer__links {
    width: 35%;
  }
}
.footer__link {
  color: #ffffff;
  text-align: left;
  border-bottom: 0.125rem solid #ffffff;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  transition: transform 250ms;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.footer__link:hover {
  color: #d4d4e0;
  transform: translateY(-10px);
}
@media screen and (min-width: 768px) {
  .footer__link {
    font-size: 2rem;
    line-height: 2.6875rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 1280px) {
  .footer__link {
    font-size: 2.5rem;
    line-height: 3.375rem;
    font-weight: 700;
  }
}
.footer a:link {
  text-decoration: none;
}

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

.landing {
  position: relative;
  padding: 0 0 2rem 0;
  background-color: #ffffff;
  height: 593px;
  width: 100%;
  margin-bottom: 0.5rem;
  border-radius: 0 0 0.625rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .landing {
    height: 650px;
    border-radius: 0 0 0.625rem 0.625rem;
    padding: 0 0 4rem 0;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .landing {
    height: 100dvh;
  }
}
.landing__logoframe {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.landing__logo {
  position: relative;
  z-index: 2;
  align-self: end;
  width: 90%;
}
.landing__pixelframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  align-items: flex-end;
}
.landing__pixel--sunset, .landing__pixel--lemon, .landing__pixel--evergreen, .landing__pixel--cloud, .landing__pixel--pink {
  position: absolute;
}
.landing__pixel--sunset {
  background-color: #fc4e39;
  width: 3.125rem;
  height: 3.125rem;
  top: 70%;
  left: 10%;
}
@media screen and (min-width: 768px) {
  .landing__pixel--sunset {
    width: 6.25rem;
    height: 6.25rem;
    top: 60%;
    left: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .landing__pixel--sunset {
    width: 12.5rem;
    height: 12.5rem;
    top: 45%;
    left: 10%;
  }
}
.landing__pixel--lemon {
  background-color: #f8fc39;
  width: 2rem;
  height: 2rem;
  top: 90%;
  left: 30%;
}
@media screen and (min-width: 768px) {
  .landing__pixel--lemon {
    width: 4rem;
    height: 4rem;
    top: 80%;
    left: 30%;
  }
}
@media screen and (min-width: 1280px) {
  .landing__pixel--lemon {
    width: 8rem;
    height: 8rem;
    top: 85%;
    left: 30%;
  }
}
.landing__pixel--evergreen {
  background-color: #07b340;
  width: 1.25rem;
  height: 1.25rem;
  top: 65%;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .landing__pixel--evergreen {
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    left: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .landing__pixel--evergreen {
    width: 1.25rem;
    height: 1.25rem;
    top: 60%;
    left: 50%;
  }
}
.landing__pixel--cloud {
  background-color: #7d86b9;
  width: 1.875rem;
  height: 1.875rem;
  top: 95%;
  left: 65%;
}
@media screen and (min-width: 768px) {
  .landing__pixel--cloud {
    width: 4.6875rem;
    height: 4.6875rem;
    top: 85%;
    left: 65%;
  }
}
@media screen and (min-width: 1280px) {
  .landing__pixel--cloud {
    width: 9.375rem;
    height: 9.375rem;
    top: 80%;
    left: 65%;
  }
}
.landing__pixel--pink {
  background-color: #ffb1b1;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 75%;
}
@media screen and (min-width: 768px) {
  .landing__pixel--pink {
    width: 1.25rem;
    height: 1.25rem;
    top: 75%;
    left: 75%;
  }
}
@media screen and (min-width: 1280px) {
  .landing__pixel--pink {
    width: 1.25rem;
    height: 1.25rem;
    top: 45%;
    left: 75%;
  }
}

.work__case {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .work__case {
    width: 100%;
    min-height: 656px;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .work__case {
    width: 100%;
    height: 100%;
  }
}
.work__link {
  text-decoration: none;
}

.case__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  height: 48rem;
  border-radius: 0.625rem 0.625rem 0 0;
}
.case__bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: #1e1f21;
  border-radius: 0 0 0.625rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .case__bottom {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media screen and (min-width: 1280px) {
  .case__bottom {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    min-height: 328px;
  }
}
.case__col {
  text-align: start;
  padding: 1rem;
}
.case__col-1 {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .case__col-1 {
    width: 328px;
  }
}
.case__heading-1 {
  position: relative;
  color: #ffffff;
}
.case__heading-1--duplicate {
  position: absolute;
  color: #ffffff;
  opacity: 20%;
  padding: 1rem 0 0 1rem;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1280px) {
  .case__col-2 {
    width: 500px;
  }
}
.case__heading-2 {
  color: #ffffff;
}
.case__paragraph {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .case__paragraph {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 1280px) {
  .case__paragraph {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }
}
.case__col-3 {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem 0.5rem;
}
.case__tag {
  font-family: "DSEG 14 Classic Mini";
  font-size: 1rem;
  line-height: 1.0625rem;
  font-weight: 400;
  padding: 1.5rem 1rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .case__tag {
    font-size: 1rem;
    line-height: 1.0625rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 1280px) {
  .case__tag {
    font-size: 1.25rem;
    line-height: 1.375rem;
    font-weight: 400;
  }
}
.case__tag--starlight {
  background-color: #07b340;
}
.case__tag--aw {
  background-color: #fc4e39;
}
.case__tag--dev {
  background-color: #31333f;
}
.case__tag--label {
  background-color: #31333f;
}
.case__tag--warning {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 1.25rem;
  background-color: #07b340;
  display: inline-block;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .case__tag--warning {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 1280px) {
  .case__tag--warning {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.fadeInUp-animation {
  animation: 0.5s fadeInUp;
}

.fadeInUpSlow-animation {
  animation: 1.5s fadeInUp;
}/*# sourceMappingURL=landing.css.map */