.gz-prologue {
  background: linear-gradient(272.29deg, #09303A 1.9%, #12263D 98.37%);
  height: auto;
  padding: 80px 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .gz-prologue {
    padding: 40px 0;
  }
}
.gz-prologue .gz-prologue-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  margin: 0 auto;
  max-width: var(--wrapper-width);
}
@media screen and (max-width: 1024px) {
  .gz-prologue .gz-prologue-wrapper {
    max-width: 90vw;
  }
}
.gz-prologue .gz-prologue-wrapper .title {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  min-width: 740px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .gz-prologue .gz-prologue-wrapper .title {
    font-size: 40px;
    min-width: initial;
  }
}
.gz-prologue .gz-prologue-wrapper .title::after {
  border-bottom: 2px solid #3570b3;
  content: "";
  display: block;
  height: 2px;
  margin: 30px auto;
  width: 100%;
}
.gz-prologue .gz-prologue-wrapper .subtitle {
  color: #fff;
  font-family: "Afacad Flux", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 40px;
  line-height: 0.95;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .gz-prologue .gz-prologue-wrapper .subtitle {
    font-size: 30px;
  }
}
.gz-prologue .gz-prologue-wrapper .image-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  margin: 50px auto 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .gz-prologue .gz-prologue-wrapper .image-wrapper {
    flex-direction: column;
  }
}
.gz-prologue .gz-prologue-wrapper .image-wrapper > div {
  background: var(--image) center center no-repeat transparent;
  background-size: cover;
  height: 630px;
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 1024px) {
  .gz-prologue .gz-prologue-wrapper .image-wrapper > div {
    background-size: contain;
    height: 300px;
    width: 100%;
  }
}
.gz-prologue .gz-prologue-wrapper .image-wrapper > div:nth-child(1), .gz-prologue .gz-prologue-wrapper .image-wrapper > div:nth-child(3) {
  border-radius: 25px;
}
.gz-prologue .gz-prologue-wrapper .text-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  margin: 50px auto 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .gz-prologue .gz-prologue-wrapper .text-wrapper {
    flex-direction: column;
  }
}
.gz-prologue .gz-prologue-wrapper .text-wrapper > div {
  color: #fff;
  flex: 1;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 200;
  font-size: 26px;
  font-style: italic;
  line-height: 1;
  text-align: center;
}
/*# sourceMappingURL=https://gonzalosaiz.3dsignia.com/wp-content/build/scss_library/23281b387d0a4af7a232646105828dc04788347c.css.map */