:root {
  --dark: #201c1c;
  --font-family: "Roboto Mono", sans-serif;
  --brand-color: honeydew;
  --margin-bottom: 0px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.page_wrap.about {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
}

.grid_home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: .5fr .5fr .3fr .5fr .5fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 300px;
  height: 250px;
}

.nav-block {
  border: 1px solid var(--dark);
  font-family: var(--font-family);
  color: var(--dark);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
  position: relative;
}

.base {
  color: var(--dark);
  text-align: center;
  margin: 10% 5%;
  font-size: 12px;
  line-height: 18px;
}

.base.is-horizontal {
  transform: rotate(90deg);
}

.no-bottom-border {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.no-top-border {
  border-top-style: solid;
  border-top-width: 1px;
}

.no-right-border {
  border-right: 0 #000;
}

.no-left-border {
  border-left-style: none;
  border-left-width: 0;
}

.body {
  background-color: var(--brand-color);
  font-family: var(--font-family);
  color: var(--dark);
  line-height: 22px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1045px;
  padding-left: 20px;
  padding-right: 20px;
}

.container.is-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.is-horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid_sm {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
}

.img-sm {
  margin-top: auto;
  margin-bottom: auto;
}

.sm-img-height {
  padding-top: 145.77%;
  position: relative;
}

.img-sm-element {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image {
  max-width: 400px;
}

.image.md {
  max-width: none;
}

.link-block {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block {
  font-size: 1rem;
  line-height: 1.2;
}

.grid_m {
  grid-template-rows: auto auto;
  height: 80vh;
  max-height: 700px;
}

.container_sm {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.image-2 {
  max-width: none;
}

.text-block-3 {
  position: static;
}

.text-block-4 {
  font-size: 15px;
}

.nav {
  margin: 1vw 1vw 1vw 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link_home {
  width: 2.8rem;
}

.link_home.w--current {
  width: 2rem;
}

.grid_portrait {
  grid-template-rows: auto auto;
  height: 85vh;
}

.image-4 {
  width: 85%;
}

.text-block-5 {
  line-height: 21px;
}

.text-block-6 {
  line-height: 21.5px;
}

.sm {
  text-align: right;
  font-size: 10px;
}

.hero_visual {
  width: 75.93%;
}

.hero_visual-height {
  padding-top: 66.64%;
  position: relative;
}

.image-7, .the-doomed {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block {
  max-width: 450px;
}

.italic {
  font-style: italic;
}

@media screen and (min-width: 1280px) {
  .img-sm {
    width: 30%;
  }
}

@media screen and (min-width: 1440px) {
  .nav-block, .nav-block.no-bottom-border.no-right-border {
    position: relative;
  }

  .img-sm {
    background-image: none;
    width: 25%;
  }

  .sm-img-height {
    position: relative;
  }

  .img-sm-element {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .link-block {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .page_wrap {
    height: 105vh;
  }

  .page_wrap.poem-page {
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .page_wrap.about {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .img-sm {
    width: 40%;
  }

  .grid_m {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
  }

  .grid_portrait {
    grid-template-columns: 1fr;
  }

  .image-5 {
    max-height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .page_wrap {
    height: auto;
    padding-top: 5vh;
  }

  .page_wrap.poem-page {
    height: auto;
    padding: 2rem 5% 4rem;
    position: static;
  }

  .page_wrap.center {
    height: 100vh;
    padding-top: 0;
  }

  .page_wrap.is-full {
    height: 100vh;
    padding: 0% 5%;
  }

  .page_wrap.about {
    padding-top: 5vh;
    padding-left: 5%;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.is-horizontal {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
  }

  .container.is-horizontal.is-atheism {
    flex-flow: wrap-reverse;
  }

  .grid_sm {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .img-sm {
    width: 50%;
  }

  .image {
    width: 100%;
    max-width: none;
  }

  .grid_m {
    height: auto;
    max-height: none;
  }

  .nav {
    margin-top: .9rem;
    margin-right: 5%;
    padding-top: 0;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .link_home {
    width: 1.6rem;
  }

  .link_home.w--current {
    width: 1.4rem;
  }

  .grid_portrait {
    height: auto;
  }

  .hero_visual {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .page_wrap {
    justify-content: center;
    align-items: center;
  }

  .page_wrap.poem-page {
    padding-left: 3%;
    padding-right: 3%;
  }

  .grid_sm {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .image {
    max-width: 100%;
  }

  .grid_m {
    grid-column-gap: 18px;
    grid-row-gap: 39px;
  }

  .nav {
    padding-top: 0;
  }

  .link_home.w--current {
    width: 1.4rem;
  }

  .image-4 {
    width: auto;
  }
}

#w-node-_62db0a90-717d-b44f-9612-025b3f560edc-08189e1e {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_1c5bccb3-091d-730f-3569-9f64c3bbd89f-08189e1e {
  grid-area: 4 / 1 / 6 / 4;
}

#w-node-_7b2024c3-f317-aa85-e251-e62902c737db-08189e1e {
  grid-area: 6 / 1 / 7 / 4;
}

#w-node-_962a95d7-229d-fc24-a710-5e727c27364d-08189e1e {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-_81ba6878-f03a-e57c-4388-1cba1e2bcd56-08189e1e {
  grid-area: 2 / 4 / 5 / 7;
}

#w-node-_4f504678-2449-8d51-9165-eef3516f97f9-08189e1e {
  grid-area: 5 / 4 / 7 / 7;
}

#w-node-_9372d203-3abc-e760-7ac7-4a7f1d25e331-08189e1e {
  grid-area: 2 / 7 / 7 / 8;
}

#w-node-_979c2085-8fc7-4f59-6690-47a066d99e12-e9448951 {
  align-self: center;
}

#w-node-_855edb0b-1c10-faa7-1f2f-90435f501458-e9448951, #w-node-_9b58b7da-ea6a-c720-489d-c1f05cc47382-bee4dd91 {
  justify-self: end;
}

#w-node-_979c2085-8fc7-4f59-6690-47a066d99e12-bee4dd91 {
  align-self: center;
}

#w-node-_979c2085-8fc7-4f59-6690-47a066d99e12-31909e01 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_418dc71b-4687-10c6-cbe4-54864b78c19e-31909e01 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-_979c2085-8fc7-4f59-6690-47a066d99e12-d781b96a {
  align-self: center;
}

#w-node-_4b122719-6fa0-31b0-6b85-11c7f03b90e0-d781b96a {
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-_855edb0b-1c10-faa7-1f2f-90435f501458-e9448951, #w-node-_9b58b7da-ea6a-c720-489d-c1f05cc47382-bee4dd91 {
    justify-self: end;
  }

  #w-node-_418dc71b-4687-10c6-cbe4-54864b78c19e-31909e01 {
    justify-self: auto;
  }

  #w-node-_4b122719-6fa0-31b0-6b85-11c7f03b90e0-d781b96a {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9b58b7da-ea6a-c720-489d-c1f05cc47382-bee4dd91 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: end;
  }

  #w-node-_979c2085-8fc7-4f59-6690-47a066d99e12-bee4dd91 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_418dc71b-4687-10c6-cbe4-54864b78c19e-31909e01 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: end start;
  }
}


