@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;
}

.main__frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0;
}

.intro {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .intro {
    border-radius: 0 0 0.625rem 0.625rem;
  }
}
.intro__cover {
  border-radius: 0.625rem;
  width: 100%;
}
.intro__header {
  color: #ffffff;
  margin-bottom: 1rem;
}
.intro__paragraph {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .intro__paragraph {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 1280px) {
  .intro__paragraph {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }
}
.intro__span {
  font-weight: 400;
}

.brief {
  display: flex;
  justify-content: center;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .brief {
    gap: 2rem;
  }
}
.brief__header {
  color: #ffffff;
  margin-bottom: 1rem;
}
.brief__paragraph {
  color: #ffffff;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .brief__paragraph {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 1280px) {
  .brief__paragraph {
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-weight: 400;
  }
}
.brief__grid-1 {
  display: none;
}
@media screen and (min-width: 768px) {
  .brief__grid-1 {
    display: block;
    width: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .brief__grid-1 {
    width: 15%;
  }
}
@media screen and (min-width: 768px) {
  .brief__grid-2 {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  .brief__grid-2 {
    width: 85%;
  }
}
.brief__grid-small {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .brief__grid-small {
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .brief__grid-3 {
    display: block;
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .brief__grid-3 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .brief__grid-4 {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .brief__grid-4 {
    width: 50%;
  }
}
.brief li {
  color: #ffffff;
  list-style-type: none;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .brief li {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 1280px) {
  .brief li {
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-weight: 400;
  }
}
.brief li:last-child {
  margin-bottom: 1rem;
}
.brief__image {
  border-radius: 0.625rem;
  max-width: 100%;
  margin-bottom: 1rem;
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (min-width: 768px) {
  .brief__image {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .brief__image {
    width: 90%;
    max-width: 1199px;
  }
}/*# sourceMappingURL=starlight.css.map */