:root {
  --white: white;
  --black: black;
}

.body {
  color: #fff;
  background-color: #000fff;
}

.section {
  background-color: #000fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: box-shadow .3s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.div-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
  margin-left: 3rem;
  margin-right: 3rem;
  display: flex;
}

.heading {
  aspect-ratio: auto;
  text-align: center;
  background-color: #000fff;
  margin-top: 40px;
  margin-bottom: 1rem;
  padding: 20px;
  font-family: Inconsolata, monospace;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.image {
  color: #000fff;
  background-color: #000fff;
  max-width: 80%;
  margin-left: 3rem;
  margin-right: 3rem;
  padding: 20px;
}

.link {
  color: #fff;
  font-weight: 700;
}

.paragraph {
  background-color: #000fff;
  margin-top: 3rem;
  margin-bottom: 0;
  padding: 20px;
}

.paragraph-2 {
  max-width: 100%;
}

.button {
  color: #000fff;
  background-color: #fff;
  margin-top: 3rem;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  box-shadow: -6px 6px 0 2px #0003;
}

.button:hover {
  box-shadow: -6px 6px 0 -2px #0003;
}

.button:active {
  box-shadow: -6px 6px 0 -3px #0003;
}

.div-block-2 {
  background-color: #000fff;
  border: 1px #fff;
  border-radius: 0;
  margin-top: 3rem;
  padding: 20px;
  display: inline-block;
}

.text-block {
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  display: inline;
}

.div-block-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  display: flex;
}

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

.text-block-2 {
  color: #fff;
  letter-spacing: 3px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  text-decoration: none;
}

.text-block-2:active {
  text-decoration: none;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.image-2 {
  max-width: 40%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text-block-3 {
  width: 30%;
}

.text-block-4 {
  text-align: left;
  background-color: #000fff;
  width: 60%;
  padding: 20px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.section-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 6rem;
  transition: box-shadow .3s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.paragraph-3 {
  margin-bottom: 1rem;
}

.image-3, .image-4, .image-5 {
  max-width: 80%;
}

.section-2 {
  text-align: center;
  width: 100vw;
  height: auto;
}

.background-video {
  z-index: 0;
}

.image-6 {
  z-index: 1;
  margin: auto;
  position: relative;
}

.div-block-5 {
  grid-column-gap: 41%;
  grid-row-gap: 41%;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.button-berlin {
  letter-spacing: 4px;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 24px 36px;
  font-size: 18px;
  font-weight: 400;
}

.subheading {
  aspect-ratio: auto;
  text-align: center;
  background-color: #000fff;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 20px 20px 40px;
  font-family: Inconsolata, monospace;
  font-size: 28px;
  font-weight: 400;
}

.text-block-4-copy {
  background-color: #000fff;
  width: 60%;
  padding: 20px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.link-2 {
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .heading {
    width: 62%;
    margin-top: 40px;
    font-size: 22px;
    line-height: 26px;
  }

  .text-block-4 {
    width: 62%;
  }

  .subheading {
    font-size: 22px;
  }

  .text-block-4-copy {
    width: 62%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-repeat: repeat-y;
    background-attachment: fixed;
    height: auto;
  }

  .div-block {
    margin-top: 6rem;
  }

  .heading {
    font-size: 16px;
  }

  .text-block-4 {
    width: 60%;
  }

  .subheading {
    font-size: 16px;
  }

  .text-block-4-copy {
    width: 60%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    -webkit-text-fill-color: inherit;
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: contain;
    background-attachment: fixed;
    background-clip: border-box;
    height: auto;
    position: static;
  }

  .div-block {
    justify-content: flex-start;
    align-items: center;
    margin-top: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 1rem;
  }

  .heading {
    width: 90%;
    margin-top: 40px;
    padding: 0 20px;
    font-size: 24px;
    font-weight: 400;
  }

  .image {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-3 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .text-block-4 {
    width: 100%;
  }

  .section-copy {
    background-image: none;
    padding-bottom: 3rem;
  }

  .subheading {
    margin-top: 0;
    padding: 0 20px;
    font-size: 16px;
  }

  .text-block-4-copy {
    width: 90%;
  }
}
