:root {
  --accent: #00fcfc;
  --white: white;
  --black: black;
  --text: #edfcfc;
  --pink: #fd469a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #edfcfc;
  background-color: #010303;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bndunk, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 900;
  line-height: 36px;
}

p {
  font-size: 16px;
  line-height: 140%;
}

a {
  color: var(--accent);
  text-decoration: underline;
}

.social-link {
  opacity: 1;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: .6;
}

.stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding: 0;
}

.social-stack {
  padding: 0;
}

.footer-stack {
  align-self: stretch;
  padding: 0;
}

.section {
  background-image: url('../images/me-in-color.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 720px;
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  max-width: 1242px;
  padding-top: 220px;
  padding-bottom: 60px;
}

.heading-4 {
  letter-spacing: .02em;
}

.cell-intro {
  padding-bottom: 60px;
  padding-right: 50%;
}

.description {
  width: 50%;
}

.url {
  color: var(--accent);
  letter-spacing: .05em;
  background-image: url('../images/arrow-up-right.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 32px;
  font-family: DM Mono, sans-serif;
  text-decoration: underline;
}

.url:hover {
  text-decoration: none;
}

.footer-text {
  letter-spacing: .05em;
  font-family: DM Mono, sans-serif;
  font-size: 14px;
}

.list {
  width: 100%;
}

.list-item {
  border-bottom: 1px solid #fff3;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.h2 {
  width: 25%;
}

.category-label {
  width: 25%;
  margin-bottom: 0;
  font-family: DM Mono, sans-serif;
}

.description-label {
  width: 50%;
  margin-bottom: 0;
  font-family: DM Mono, sans-serif;
}

.url-label {
  margin-bottom: 0;
  font-family: DM Mono, sans-serif;
}

.labels {
  border-bottom: 1px solid #fff3;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 18px;
  }

  .section {
    background-size: 420px;
    padding-bottom: 40px;
  }

  .container {
    padding-top: 150px;
  }

  .description {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 20px;
  }

  .url {
    font-size: 14px;
  }

  .list {
    width: 100%;
  }

  .list-item {
    flex-wrap: wrap;
  }

  .h2 {
    width: 100%;
    font-size: 23px;
  }

  .category-label, .description-label, .url-label {
    font-size: 14px;
  }

  .labels {
    flex-wrap: wrap;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }

  .stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cell-intro {
    padding-right: 30%;
  }

  .description {
    margin-bottom: 16px;
  }

  .footer-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .social-stack {
    align-self: flex-start;
  }

  .section {
    background-size: 220px;
  }

  .cell-intro {
    padding-right: 0%;
  }

  .list-item {
    padding-left: 0;
  }
}

#w-node-_545f89e3-7e17-06b2-029d-8b1f8dbb7dc6-0fb54b01 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.25fr;
}

#w-node-_16abedac-4360-a263-c81e-2d45a2d7a581-0fb54b01 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3f59edb9-85c8-d759-aef0-68850f3416a5-0fb54b01 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_545f89e3-7e17-06b2-029d-8b1f8dbb7dc6-0fb54b01 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_16abedac-4360-a263-c81e-2d45a2d7a581-0fb54b01 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_545f89e3-7e17-06b2-029d-8b1f8dbb7dc6-0fb54b01 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_16abedac-4360-a263-c81e-2d45a2d7a581-0fb54b01 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Bndunk';
  src: url('../fonts/BNDunk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}