.slideshow {
  display: flex;
}
@media (max-width: 1200px) {
  .slideshow {
    flex-direction: column;
    gap: 40px;
  }
}
@media (min-width: 1201px) {
  .slideshow {
    padding: 0 calc(1rem + 4vw);
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: row-reverse;
  }
}
.slideshow .canvas {
  position: relative;
}
@media (min-width: 1201px) {
  .slideshow .canvas {
    flex: 6;
  }
}
.slideshow .canvas picture {
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.slideshow .canvas picture:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
}
.slideshow .canvas picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.slideshow .thumbnails {
  display: flex;
}
@media (max-width: 1200px) {
  .slideshow .thumbnails {
    padding: 0 calc(1rem + 4vw);
    gap: 2vw;
  }
}
@media (max-width: 360px) {
  .slideshow .thumbnails {
    flex-wrap: wrap;
    gap: 5vw;
  }
}
@media (min-width: 1201px) {
  .slideshow .thumbnails {
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
  }
}
.slideshow .thumbnails label {
  display: block;
  opacity: 0.5;
  transition: opacity 0.5s;
}
@media (max-width: 360px) {
  .slideshow .thumbnails label {
    flex: 1 1 40%;
  }
}
.slideshow .thumbnails label picture {
  display: block;
}
.slideshow .thumbnails label picture img {
  max-width: 100%;
  height: auto;
}
.slideshow input {
  display: none;
}
.slideshow input:nth-of-type(1):checked ~ .canvas > picture:nth-of-type(1),
.slideshow input:nth-of-type(2):checked ~ .canvas > picture:nth-of-type(2),
.slideshow input:nth-of-type(3):checked ~ .canvas > picture:nth-of-type(3),
.slideshow input:nth-of-type(4):checked ~ .canvas > picture:nth-of-type(4) {
  opacity: 1;
}
.slideshow input:nth-of-type(1):checked ~ .thumbnails > label:nth-of-type(1),
.slideshow input:nth-of-type(2):checked ~ .thumbnails > label:nth-of-type(2),
.slideshow input:nth-of-type(3):checked ~ .thumbnails > label:nth-of-type(3),
.slideshow input:nth-of-type(4):checked ~ .thumbnails > label:nth-of-type(4) {
  opacity: 1;
}

main > figure {
  margin: calc(4rem + 2vw) 0;
}
@media (min-width: 1001px) {
  main > figure {
    display: flex;
    align-items: start;
  }
}
main > figure picture {
  display: block;
}
main > figure picture img {
  max-width: 100%;
  height: auto;
  filter: saturate(0.7);
}
main > figure figcaption {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: end;
  gap: 0.5em;
}
@media (max-width: 1000px) {
  main > figure figcaption {
    margin: 0.5em 5vw 0 auto;
  }
}
main > figure figcaption p {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
main > figure figcaption p span {
  display: block;
  font-size: 0.5em;
  line-height: 0.7em;
  text-align: right;
}
main > figure figcaption em {
  line-height: 0.73em;
}
@media (min-width: 1001px) {
  main > figure picture {
    flex: 1;
    margin: 0 0 0 2vw;
  }
  main > figure figcaption {
    flex-basis: calc(1rem + 4vw);
    writing-mode: sideways-rl;
    margin: 5vw 4em 5vw 0.5em;
  }
  main > figure:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  main > figure:nth-of-type(even) picture {
    margin: 0 2vw 0 0;
  }
  main > figure:nth-of-type(even) figcaption {
    writing-mode: sideways-lr;
    margin: 5vw 0.5em 5vw 4em;
  }
}

.topic {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 3rem 3rem;
  padding: 0 calc(1rem + 4vw);
}
@media (min-width: 60rem) {
  .topic {
    flex-direction: row;
    justify-content: center;
  }
}
.topic header {
  flex: 1;
}
@media (min-width: 60rem) {
  .topic header {
    text-align: right;
  }
}
.topic header p:not(:first-of-type) {
  margin-top: 2em;
}
.topic > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem 3rem;
}
@media (max-width: 60rem) {
  .topic > div {
    border-top: 1px solid #999;
    padding-top: 3rem;
  }
}
@media (min-width: 60rem) {
  .topic > div {
    padding-left: 3rem;
    border-left: 1px solid #999;
  }
}
.topic > div h3 {
  font-family: "TT Norms";
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.standard {
  margin: calc(4rem + 2vw) auto 0;
  max-width: 1200px;
  padding: 0 calc(1rem + 4vw);
}
.standard p:not(:first-child) {
  margin-top: 1em;
}

.interior {
  margin-top: calc(4rem + 2vw);
}
.interior header {
  padding: 0 calc(1rem + 4vw);
}
.interior header h2 {
  font-family: "TT Norms";
  font-size: calc(24px + 1vw);
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1em;
}
.interior header h2 em {
  display: block;
  font-size: 3em;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1em;
  text-transform: uppercase;
  color: #4F5B64;
}
.interior header p {
  max-width: 1000px;
  margin: 0 auto;
}
.interior article {
  margin: calc(4rem + 2vw) auto 0;
  max-width: 80em;
}
@media (min-width: 1080px) {
  .interior article {
    display: flex;
    align-items: center;
    row-gap: calc(4rem + 2vw);
  }
  .interior article:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.interior article picture {
  flex: 1;
}
.interior article picture img {
  width: 100%;
  height: auto;
  filter: saturate(0.3);
}
.interior article > div {
  flex: 1;
  max-width: 30em;
  margin-top: calc(4rem + 2vw);
  padding: 0 calc(1rem + 4vw);
}
.interior article > div h3 {
  font-family: "TT Norms";
  font-size: calc(14px + 0.2vw);
  text-transform: uppercase;
  letter-spacing: -0.03em;
  width: -moz-fit-content;
  width: fit-content;
}
.interior article > div h3 em {
  display: block;
  font-size: 2.5em;
  font-weight: 200;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  margin-left: -0.06em;
}
.interior article > div p {
  margin: 3em 0;
}
.interior article > div a {
  display: block;
  border: 1px solid #666;
  border-radius: 10px;
  font-family: "TT Norms";
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.03em;
  padding: 1.2em 0;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 16em;
  transition: all 0.2s ease-in;
}
.interior article > div a:hover {
  border-color: #4F5B64;
  color: #4F5B64;
}

.stages {
  display: flex;
  justify-content: center;
  background-color: #f2f2f2;
  font-size: calc(16px + 0.1vw);
  gap: 6em 6vw;
  padding: 6em 0;
  margin-top: calc(4rem + 2vw);
}
@media (max-width: 45rem) {
  .stages {
    flex-direction: column;
  }
}
.stages > li svg {
  display: block;
  height: 3em;
  margin: 0 auto;
}
.stages > li > p {
  text-transform: lowercase;
  text-align: center;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-top: 1.5em;
  white-space: nowrap;
}
.stages > li > p span {
  display: block;
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 0.3em;
}

.price-block {
  margin: calc(4rem + 2vw) auto 0;
}
@media (min-width: 1201px) {
  .price-block {
    display: flex;
    align-items: center;
    padding: 0 calc(1rem + 4vw);
    max-width: 1200px;
  }
}
.price-block picture {
  display: block;
}
@media (min-width: 1201px) {
  .price-block picture {
    flex: 2;
  }
}
.price-block picture img {
  width: 100%;
  height: auto;
}
.price-block > div {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 720px) {
  .price-block > div {
    margin-top: 3em;
    padding: 0 calc(1rem + 4vw);
  }
}
@media (min-width: 721px) and (max-width: 1200px) {
  .price-block > div {
    display: flex;
    align-items: center;
    margin-top: 3em;
    padding: 0 calc(1rem + 4vw);
  }
}
@media (min-width: 1201px) {
  .price-block > div {
    flex: 1;
  }
}
@media (max-width: 720px) or (min-width: 1201px) {
  .price-block > div .equipment {
    border-bottom: 1px solid #666;
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
}
@media (min-width: 721px) and (max-width: 1200px) {
  .price-block > div .equipment {
    border-right: 1px solid #666;
    padding-right: 2em;
    margin-right: 2em;
  }
}
.price-block > div .equipment p {
  margin-bottom: 1em;
}
.price-block > div .price {
  font-family: "TT Norms";
  font-size: 36px;
  line-height: 0.68em;
  letter-spacing: -0.02em;
  width: -moz-fit-content;
  width: fit-content;
}
.price-block > div .price span {
  margin: 0 0.2em;
}