html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

h1, h2, h3, h4, h5, strong, blockquote {
  font-weight: bold;
}

em {
  font-style: italic;
}

.text-display-large, #error main .container h1, #default .title .container h1, .intro .container .texts h1 {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 115%;
}
@media (min-width: 64rem) {
  .text-display-large, #error main .container h1, #default .title .container h1, .intro .container .texts h1 {
    font-weight: 500;
    font-size: 4rem;
    line-height: 100%;
  }
}

.text-display-medium, main .about .container .content p {
  font-weight: 600;
  font-size: 2rem;
  line-height: 115%;
}
@media (min-width: 64rem) {
  .text-display-medium, main .about .container .content p {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 115%;
  }
}

.text-subtitle, #default main .container .content .body h2, main .lists .list-container .list-subsections .single-list ul .item.mobile .item-panel .content .title, main .lists .list-container .list-subsections .single-list h2 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 125%;
}
@media (min-width: 64rem) {
  .text-subtitle, #default main .container .content .body h2, main .lists .list-container .list-subsections .single-list ul .item.mobile .item-panel .content .title, main .lists .list-container .list-subsections .single-list h2 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 125%;
  }
}

.text-summary, #default main .container .content .summary p, main .notice .container div .summary {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 135%;
}
@media (min-width: 64rem) {
  .text-summary, #default main .container .content .summary p, main .notice .container div .summary {
    font-weight: 600;
    font-size: 2rem;
    line-height: 135%;
  }
}

.text-body-large, #error main .container .summary {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 150%;
}

.text-body-medium, #default main .container .content .body p, #default main .container .content .body li {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
}

.text-body-small, footer .container p, main .notice .container div p, main .lists .list-container .list-subsections .single-list ul .item.desktop .item-panel .content, main .lists .list-container .list-subsections .single-list ul .item.mobile .item-panel .content, main .lists .list-container .list-subsections .single-list ul .item.mobile .item-base, main .lists .list-container .list-subsections .single-list ul .item.desktop .item-base {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
}
@media (min-width: 64rem) {
  .text-body-small, footer .container p, main .notice .container div p, main .lists .list-container .list-subsections .single-list ul .item.desktop .item-panel .content, main .lists .list-container .list-subsections .single-list ul .item.mobile .item-panel .content, main .lists .list-container .list-subsections .single-list ul .item.mobile .item-base, main .lists .list-container .list-subsections .single-list ul .item.desktop .item-base {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 150%;
  }
}

.text-label-small-emphasis, footer .container .name, header .container nav ul, header .container .name, .chip, .button.secondary, main .lists .list-container .list-subsections .single-list ul .item.desktop.active .item-base {
  font-weight: 600;
  font-size: 1rem;
  line-height: 115%;
}
@media (min-width: 64rem) {
  .text-label-small-emphasis, footer .container .name, header .container nav ul, header .container .name, .chip, .button.secondary, main .lists .list-container .list-subsections .single-list ul .item.desktop.active .item-base {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 115%;
  }
}

.text-label-medium-emphasis, .button.primary {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 115%;
}

.text-label-large-default, main .lists .tabs nav a {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 115%;
}
@media (min-width: 64rem) {
  .text-label-large-default, main .lists .tabs nav a {
    font-weight: 500;
    font-size: 2rem;
    line-height: 115%;
  }
}

.text-label-large-emphasis, main .lists .tabs nav a.active {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 115%;
}
@media (min-width: 64rem) {
  .text-label-large-emphasis, main .lists .tabs nav a.active {
    font-weight: 700;
    font-size: 2rem;
    line-height: 115%;
  }
}

.text-eyebrow, main .notice .container div .subheader, .intro .container .texts div {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (min-width: 64rem) {
  .text-eyebrow, main .notice .container div .subheader, .intro .container .texts div {
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
  }
}

.intro {
  background: linear-gradient(#ffa9ff, #ffede4);
  overflow: hidden;
  position: relative;
}
.intro .container {
  padding-top: 12.5rem;
  padding-bottom: 10rem;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.intro .container .texts {
  text-align: center;
  color: #34056b;
  margin-bottom: 1.5rem;
  z-index: 1;
}
@media (min-width: 64rem) {
  .intro .container .texts {
    max-width: 42.5rem;
  }
}
.intro .container .texts div {
  margin-bottom: 0.5rem;
  opacity: 85%;
}
.intro .container .button {
  margin: 0 auto;
}
.intro .container img {
  position: absolute;
  width: 640px;
  height: 640px;
}
.intro .container img.conus {
  right: -65%;
  top: -65%;
}
@media (min-width: 64rem) {
  .intro .container img.conus {
    right: -15%;
    top: 0;
  }
}
.intro .container img.torus-array {
  left: -90%;
  bottom: -60%;
}
@media (min-width: 64rem) {
  .intro .container img.torus-array {
    left: -15%;
    bottom: -50%;
  }
}
.intro .container img.half-torus {
  display: none;
}
@media (min-width: 64rem) {
  .intro .container img.half-torus {
    filter: blur(8px);
    display: block;
    top: -44%;
    left: 5%;
  }
}

main .lists {
  padding-bottom: 10rem;
  padding-top: 2.5rem;
  background: linear-gradient(white, #F4F4F4);
}
main .lists .tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2.5rem;
}
main .lists .tabs nav {
  overflow: auto;
}
@media (min-width: 64rem) {
  main .lists .tabs nav {
    display: flex;
    justify-content: center;
  }
}
main .lists .tabs nav a {
  color: #474747;
  display: block;
  float: left;
  padding: 1.5rem 2rem;
  text-align: center;
  text-decoration: none;
  width: 50%;
}
@media (min-width: 64rem) {
  main .lists .tabs nav a {
    width: 12rem;
  }
}
main .lists .tabs nav a.active {
  color: #34056b;
  border-bottom: 3px solid #34056b;
}
main .lists .tabs nav a:hover {
  background: rgba(0, 0, 0, 0.05);
}
main .lists .list-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 64rem) {
  main .lists .list-container {
    align-items: center;
  }
}
main .lists .list-container .filters {
  display: flex;
  gap: 0.75rem;
  overflow-x: scroll;
}
@media (min-width: 64rem) {
  main .lists .list-container .filters {
    gap: 1rem;
  }
}
main .lists .list-container .filters::-webkit-scrollbar {
  display: none;
}
main .lists .list-container .list-subsections {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 64rem) {
  main .lists .list-container .list-subsections {
    width: 56rem;
    gap: 2.5rem;
  }
}
main .lists .list-container .list-subsections .single-list h2 {
  color: #34056b;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
main .lists .list-container .list-subsections .single-list ul {
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1rem;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  background: white;
}
@media (min-width: 64rem) {
  main .lists .list-container .list-subsections .single-list ul {
    border-radius: 1.5rem;
    padding: 1rem;
  }
}
main .lists .list-container .list-subsections .single-list ul .item {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
main .lists .list-container .list-subsections .single-list ul .item.mobile .item-base, main .lists .list-container .list-subsections .single-list ul .item.desktop .item-base {
  color: #1b1b1b;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}
main .lists .list-container .list-subsections .single-list ul .item.mobile .item-panel, main .lists .list-container .list-subsections .single-list ul .item.desktop .item-panel {
  display: none;
}
main .lists .list-container .list-subsections .single-list ul .item.mobile {
  display: block;
}
@media (min-width: 64rem) {
  main .lists .list-container .list-subsections .single-list ul .item.mobile {
    display: none;
  }
}
main .lists .list-container .list-subsections .single-list ul .item.mobile .item-base {
  padding: 1rem 0;
}
main .lists .list-container .list-subsections .single-list ul .item.mobile .item-panel {
  position: absolute;
  max-height: 100%;
  overflow: overlay;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 3;
  right: 0;
  box-shadow: 0px -8px 8px 0px rgba(0, 0, 0, 0.1);
}
main .lists .list-container .list-subsections .single-list ul .item.mobile .item-panel .header {
  padding: 1.25rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  position: fixed;
  background: white;
  width: 100%;
  flex-direction: row-reverse;
}
main .lists .list-container .list-subsections .single-list ul .item.mobile .item-panel .content {
  color: #1b1b1b;
  padding: 1.5rem 1rem 2.5rem 1rem;
  margin-top: 73px;
}
main .lists .list-container .list-subsections .single-list ul .item.mobile .item-panel .content .title {
  color: #34056b;
  margin-bottom: 1.5rem;
}
main .lists .list-container .list-subsections .single-list ul .item.mobile .item-panel .content img {
  max-width: 100%;
  margin-top: 1.5rem;
}
main .lists .list-container .list-subsections .single-list ul .item.mobile .item-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
main .lists .list-container .list-subsections .single-list ul .item.desktop {
  display: none;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
}
@media (min-width: 64rem) {
  main .lists .list-container .list-subsections .single-list ul .item.desktop {
    display: block;
  }
}
main .lists .list-container .list-subsections .single-list ul .item.desktop:hover {
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
main .lists .list-container .list-subsections .single-list ul .item.desktop.active {
  background: linear-gradient(#ffebff, #ffede4);
  border-bottom: none;
}
main .lists .list-container .list-subsections .single-list ul .item.desktop.active .item-base .action-icon.close {
  display: block;
}
main .lists .list-container .list-subsections .single-list ul .item.desktop.active .item-base .action-icon.add {
  display: none;
}
main .lists .list-container .list-subsections .single-list ul .item.desktop .item-base .action-icon.close {
  display: none;
}
main .lists .list-container .list-subsections .single-list ul .item.desktop .item-panel {
  margin-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
main .lists .list-container .list-subsections .single-list ul .item.desktop .item-panel .content {
  padding: 1rem 0;
  color: #1b1b1b;
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
main .lists .list-container .list-subsections .single-list ul .item.desktop .item-panel .content img {
  max-width: 50%;
}
main .notice {
  overflow: hidden;
}
main .notice .container {
  position: relative;
  padding-top: 15rem;
  padding-bottom: 10rem;
}
@media (min-width: 64rem) {
  main .notice .container {
    padding-top: 10rem;
    max-width: 56rem;
    display: flex;
    overflow: visible;
  }
}
main .notice .container img {
  position: absolute;
  width: 640px;
  height: 640px;
  top: -50%;
  right: -50%;
  rotate: 270deg;
}
@media (min-width: 64rem) {
  main .notice .container img {
    top: -50%;
    right: -32%;
  }
}
@media (min-width: 64rem) {
  main .notice .container div {
    max-width: 36rem;
  }
}
main .notice .container div .subheader {
  color: #34056b;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}
main .notice .container div .summary {
  color: #34056b;
  margin-bottom: 1.5rem;
}
main .notice .container div p {
  color: #474747;
  margin-bottom: 2.5rem;
}
main .about {
  background: linear-gradient(#ffebff, #dcf5ff);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 64rem) {
  main .about .container {
    display: flex;
    justify-content: center;
  }
}
main .about .container .content {
  padding: 10rem 0;
  text-align: center;
}
@media (min-width: 64rem) {
  main .about .container .content {
    padding: 5rem 0;
    max-width: 42.5rem;
  }
}
main .about .container .content .avatar {
  width: 8.75rem;
  height: 8.75rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}
main .about .container .content .avatar img {
  width: 140px;
  height: 140px;
}
main .about .container .content p {
  color: #34056b;
  margin-bottom: 2rem;
}
main .about .container .content .buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
main .about .container .content .buttons .linkedin:after {
  content: "LinkedIn";
}
@media (min-width: 64rem) {
  main .about .container .content .buttons .linkedin:after {
    content: "Javier's LinkedIn";
  }
}
main .about .container .content .buttons .website:after {
  content: "Website";
}
@media (min-width: 64rem) {
  main .about .container .content .buttons .website:after {
    content: "Fuller's website";
  }
}

#default .title {
  background: linear-gradient(#ffd5ff, #ffede4);
  overflow: hidden;
  position: relative;
}
#default .title .container {
  padding: 10rem 2rem;
  text-align: center;
}
#default .title .container h1 {
  color: #34056b;
  position: relative;
  z-index: 1;
}
#default .title .container img {
  position: absolute;
  width: 640px;
  height: 640px;
}
#default .title .container img.half-torus {
  left: -110%;
  top: -50%;
}
@media (min-width: 64rem) {
  #default .title .container img.half-torus {
    left: -20%;
    top: -50%;
  }
}
#default main .container .content {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media (min-width: 64rem) {
  #default main .container .content {
    padding-top: 10rem;
    padding-bottom: 15rem;
    max-width: 42.5rem;
    margin: 0 auto;
  }
}
#default main .container .content .summary {
  margin-bottom: 2.5rem;
}
#default main .container .content .summary p {
  color: #34056b;
}
#default main .container .content .body h2 {
  color: #34056b;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
@media (min-width: 64rem) {
  #default main .container .content .body h2 {
    margin-top: 2.5rem;
  }
}
#default main .container .content .body p, #default main .container .content .body li {
  color: #1b1b1b;
}
#default main .container .content .body p {
  margin-bottom: 1rem;
}
#default main .container .content .body li {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  width: fit-content;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#default main .container .content .body li:last-child {
  border-bottom: none;
}

#error {
  background: linear-gradient(#ffd5ff, white 50%);
  height: 100%;
  display: flex;
  flex-direction: column;
}
#error main {
  height: 100%;
}
#error main .container {
  height: 100%;
  max-width: 42.5rem;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#error main .container img {
  max-width: 75%;
}
@media (min-width: 64rem) {
  #error main .container img {
    max-width: 50%;
  }
}
@media (min-width: 64rem) {
  #error main .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
    max-width: 42.5rem;
    margin: 0 auto;
  }
}
#error main .container h1 {
  color: #34056b;
  margin-bottom: 1.5rem;
}
#error main .container .summary {
  color: #1b1b1b;
  margin-bottom: 2rem;
  text-align: center;
}

*, *:before, *:after {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

body, html {
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
}

a {
  color: #34056b;
}
a:hover {
  color: #5d11b8;
}

.container {
  padding: 0 1.25rem;
}
@media (min-width: 64rem) {
  .container {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #1b1b1b;
}
.icon.add {
  -webkit-mask: url("../img/icon_add.svg");
}
.icon.all {
  -webkit-mask: url("../img/icon_all.svg");
}
.icon.check {
  -webkit-mask: url("../img/icon_check.svg");
}
.icon.close {
  -webkit-mask: url("../img/icon_close.svg");
}
.icon.layers {
  -webkit-mask: url("../img/icon_layers.svg");
}
.icon.layout {
  -webkit-mask: url("../img/icon_layout.svg");
}
.icon.linkedin {
  -webkit-mask: url("../img/icon_linkedin.svg");
}
.icon.general {
  -webkit-mask: url("../img/icon_general.svg");
}
.icon.properties {
  -webkit-mask: url("../img/icon_properties.svg");
}
.icon.style {
  -webkit-mask: url("../img/icon_style.svg");
}
.icon.web {
  -webkit-mask: url("../img/icon_web.svg");
}

.action-icon {
  background: #ffebff;
  border-radius: 50%;
  padding: 0.25rem;
  width: fit-content;
}
.action-icon .icon {
  background-color: #34056b;
}

.button {
  border-radius: 16px;
  padding: 1rem;
  display: flex;
  width: fit-content;
  gap: 0.5rem;
  align-items: center;
  min-height: 3.5rem;
}
.button.primary {
  color: white;
  background: #410984;
  text-decoration: none;
}
.button.primary .icon {
  background-color: white;
}
.button.primary:hover {
  background: #34056b;
}
.button.secondary {
  color: #34056b;
  background: #ffebff;
  text-decoration: none;
}
.button.secondary .icon {
  background-color: #34056b;
}
.button.secondary:hover {
  background: #ffd5ff;
}

.chip {
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  border-radius: 24px;
  background: #ffebff;
  color: #34056b;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: fit-content;
  text-transform: capitalize;
}
.chip:hover {
  background: #ffd5ff;
}
.chip .icon {
  background-color: #34056b;
  margin-right: 0.5rem;
}
.chip.active {
  color: white;
  background: #410984;
}
.chip.active .icon {
  background-color: white;
}

header {
  position: absolute;
  width: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
header .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: row-reverse;
}
@media (min-width: 64rem) {
  header .container {
    justify-content: space-between;
    flex-direction: row;
  }
}
header .container .name {
  display: none;
  color: #34056b;
}
@media (min-width: 64rem) {
  header .container .name {
    display: block;
  }
}
header .container nav ul {
  display: flex;
  gap: 1rem;
  color: #34056b;
}

footer {
  background: #dcf5ff;
}
footer .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
footer .container .name {
  display: none;
  color: #34056b;
}
@media (min-width: 64rem) {
  footer .container .name {
    display: block;
  }
}
footer .container p {
  color: #34056b;
}
