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

.about__frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 3rem;
  gap: 1rem;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .about__frame {
    flex-direction: column;
    gap: 1rem;
    padding: 4rem 6rem;
  }
}
@media screen and (min-width: 1280px) {
  .about__frame {
    flex-direction: column;
    gap: 2rem;
    padding: 7rem 10rem;
  }
}
.about__columns {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .about__columns {
    flex-direction: row;
    align-items: flex-start;
    gap: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .about__columns {
    gap: 4rem;
  }
}
.about__col-1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about__col-1 {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .about__col-1 {
    width: 50%;
  }
}
.about__icon {
  width: 4rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .about__icon {
    width: 5.625rem;
    margin-bottom: 2rem;
  }
}
.about__header {
  color: #1e1f21;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .about__header {
    margin-bottom: 2rem;
  }
}
.about__span {
  font-style: italic;
  margin-bottom: 1rem;
}
.about__paragraph {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .about__paragraph {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 1280px) {
  .about__paragraph {
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-weight: 400;
  }
}
.about__col-2 {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .about__col-2 {
    align-self: flex-start;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .about__col-2 {
    align-self: flex-start;
    width: 100%;
  }
}
.about__headshot {
  width: 100%;
  max-width: 20rem;
}
@media screen and (min-width: 768px) {
  .about__headshot {
    width: 100%;
    max-width: 25rem;
  }
}
@media screen and (min-width: 1280px) {
  .about__headshot {
    width: 100%;
    min-width: 18rem;
  }
}/*# sourceMappingURL=about.css.map */